.cms {
        min-height: 100%;
        width: 100%;
        background: #fff;
        padding-bottom: 1rem;
    }
    .cms .menu .list i {
        height: .32rem;
        width: .32rem;
        background: url(../images/see_more.png) no-repeat center center;
        background-size: 100% 100%;
        display: inline-block;
    }
    .cms .menu .list.on i {
        transform: rotate(180deg);
    }
    .cms .menu {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .cms .menu .list {
        width: 100%;
    }
    .cms .menu .list .ctx {
        display: none;
    }
    .cms .menu .list.on .ctx {
        display: block;
    }
    .cms .menu .list .top {
        padding-left: .32rem;
    }
    .cms .menu .list .title {
        display: flex;
        height: 1.04rem;
        align-items: center;
        padding-right: .32rem;
        border-bottom: 1px solid rgba(235,235,235,1);
    }
    .cms .menu .list .title .text {
        flex: 1;
        font-size:0.28rem;
        font-family:PingFang SC;
        font-weight:500;
        line-height:0.4rem;
        color:rgba(35,49,108,1);
    }
    .cms .menu .list.on .title {
        border-bottom: none;
    }
    .cms .menu .list .ctx.style1 {
        padding: .32rem 0;
        background: #FAFAFA;
    }
    .cms .menu .list .ctx.style1 .sub-title {
        display: flex;
        padding: 0 .32rem;
        align-items: center;
    }
    .cms .menu .list .ctx.style1 .sub-title .ico {
        width:2px;
        height:0.28rem;
        background:rgba(35,49,108,1);
        opacity:1;
        border-radius:2rem;
    }
    .cms .menu .list .ctx.style1 .sub-title .sub-text {
        font-size:0.28rem;
        font-family:PingFang SC;
        font-weight:500;
        line-height:0.4rem;
        color:rgba(35,49,108,1);
        margin-left: 6px;
        display: inline-block;
    }
    .cms .menu .list .ctx.style1 .img {
        width: 100%;
        height: auto;
        margin-top: .32rem;
    }
    .cms .menu .list .ctx.style1 .img img {
        height: 100%;
        width: 100%;
    }
    .cms .menu .list .ctx.style1 .br {
        width:7.18rem;
        height:0rem;
        border:1px solid rgba(216,216,216,1);
        margin:.28rem 0 .16rem .32rem;
    }
    .cms .menu .list .ctx.style2 {
        padding: .32rem .46rem .32rem .32rem;
        font-size:0.28rem;
        font-family:PingFang SC;
        font-weight:400;
        line-height:0.4rem;
        color:rgba(151,157,185,1);
        background: #FAFAFA;
    }
    .cms .menu .list .ctx.style2 span {
        color: #F64144;
    }
    .cms .cms-btn {
        width:6.3rem;
        height:1.12rem;
        margin: 0 auto;
        margin-top: .4rem;
    }
    .header-tab1.campaign {
        padding: 0 .7rem;
        height: .96rem;
    }
    .header-tab1 {
        width: 100%;
        background: #fff;
    }
    .header {
        display: flex;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }
    .header-tab1 .tab {
        flex: 1;
        display: flex;
        justify-content: space-between;
    }
    .header-tab1 .tab a.on {
        color: #2CBE60;
        font-size: .32rem;
    }
    .header-tab1.campaign .tab a {
        margin-right: 0;
        line-height: 0.44rem;
    }
    .header-tab1 .tab a {
        font-size: 0.28rem;
        font-family: PingFang SC;
        font-weight: 400;
        line-height: 0.48rem;
        color: #979DB9;
        position: relative;
    }
    .header-tab1 .tab a.on i {
        display: inline-block;
        position: absolute;
        width: 0.32rem;
        height: 0.06rem;
        background: #2CBE60;
        border-radius: 2rem;
        left: 50%;
        margin-left: -.16rem;
        bottom: -.12rem;
    }
    .s-title {
        font-size:0.28rem;
        font-family:PingFang SC;
        font-weight:400;
        line-height:0.4rem;
        color:rgba(151,157,185,1);
        padding: 0 .32rem .32rem .32rem;
        background: #FAFAFA;
        margin-bootom: .64rem;
    }