.home {
    height: auto;
    min-height: 100vh;
    overflow: hidden;
}

.wrapper {
    margin: 0.20rem 0;
    padding: 0 0.38rem;
}

.content {
    padding: 0 0.18rem;
    background-color: #fff;
}

.title_class {
    display: flex;
    font-size: 0.30rem;
    padding: 0 0.6rem;
    line-height: 0.37rem;
    font-weight: bold;
    padding: 0.47rem 0 0.30rem;
}

.title_class div {
    width: 0.04rem;
    height: 0.37rem;
    margin-right: 0.17rem;
    background-color: #db1b13;
}

.list_wrapper {
    padding: 0 0.28rem 0.44rem 0.28rem;
    border-bottom: 0.01px solid #f2f2f2;
}

.list {
    display: flex;
    font-size: 0.28rem;
    line-height: 0.32rem;
    padding: 0.16rem 0;
}

.list p:first-child {
    color: #888;
}

.bottom_ {
    overflow: hidden;
}

.wx_wrapper {
	width: 2.25rem;
	height: 2.25rem;
    padding: 0.12rem;
	border-radius: 0.10rem;
    box-sizing: border-box;
    margin: 0.20rem auto 0 auto;
	background-color: #f8f8f8;
}

.wx_wrapper img {
	width: 100%;
	height: 100%;
}

.wx_des {
    color: #666;
    font-size: 0.25rem;
    line-height: 0.32rem;
    text-align: center;
    margin: 0.28rem 0 0.85rem 0;
}

.tab_wrapper {
    display: flex;
    margin-top: 0.17rem;
}

.tab_block {
    display: flex;
    border-bottom: 1px solid #e4e4e4;
}

.tab {
    color: #999;
    font-size: 0.28rem;
    line-height: 0.36rem;
    margin-right: 0.55rem;
}

.tab:last-child {
    margin-right: 0;
}

.line {
    width: 100%;
    height: 0.04rem;
    margin-top: 0.28rem;
}

.tab.active {
    color: #db1b13;
}

.tab.active .line{
    background-color: #db1b13;
}

.module_wrapper {
    display: flex;
    margin: 0.36rem 0 0.20rem;
    border: 1px solid #db1b13;
}

.module {
    font-size: 0.24rem;
    text-align: center;
    color: #db1b13;
    flex-grow:1;
    line-height: 0.64rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module.active {
    color: #fff;
    background-color: #db1b13;
}

.des_wrapper {
    color: #999;
    font-size: 0.24rem;
    line-height: 0.36rem;
    padding-bottom: 0.24rem;
}

.des_item{
    
}
.des_head{
    display: flex;
    justify-content: space-between;
    height: 0.80rem;
    font-size: 0.26rem;
    color: #666666;
    align-items: center;
    border-top: 0.02rem solid #E4E4E4;
    
}
.des_more{
    width: 0.12rem;
    height: 0.20rem;
    transition: 0.5s;
}
.des_cont{
    font-size: 0.24rem;
    color: #666666;
    padding: 0.20rem 0;
    border-top: 0.02rem solid #E4E4E4;
    display: none;
}