.flex{
    display: flex;
    flex-wrap: wrap;
}
.banner {
    height: 9.6rem;
    width: 100%;
    background: url("/static/images/h5/merchant/banners.png") no-repeat;
    background-size: cover;
    padding: 1.6rem 0.44rem 0;
    box-sizing: border-box;
}
.banner .title {
    /*margin-top: 1.6rem;*/
    color: #FFF;
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: -0.02rem;
}
.banner p{
    margin-top: 0.16rem;
    color: #FFF;
    font-size: 0.28rem;
    font-weight: 400;
    letter-spacing: -0.02rem;
}
.title {
    color: #2E3133;
}
.section1{
    background: #FBFCFF;
}
.section1 .content{
    margin-top: 0.5rem;
    padding: 0 0.44rem;
    box-sizing: border-box;
}
.section1 .content .item{
    padding: 0.8rem 0;
}
.section1 .content .item:nth-child(1){
    padding-top: 0;
}
.section1 .content .item:nth-child(2){
    background: #F6FAFF;
    padding: 0.8rem 0;
}
.section1 .content .item:nth-child(3){
    padding-bottom: 0.4rem;
}
.section1 .content .item .title{
    display: flex;
    align-items: center;
    font-size: 0.4rem;
    font-weight: 600;
    color: #14212F;
    margin-bottom: 0.18rem;
}
.section1 .content .item .title img{
    width: 0.52rem;
    height: 0.52rem;
    margin-right: 0.16rem;
}
.section1 .content .item .text p{
    color: #566473;
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.36rem;
    margin-bottom: 0.16rem;
}
.section1 .content .item .btn{
    background: url("/static/images/h5/merchant/btn.png") no-repeat;
    background-size: cover;
    width: 1.96rem;
    height: 0.68rem;
    margin-top: 0.32rem;
}
.section1 .content .item .ebg{
    margin-top: 0.64rem;
    width: 100%;
}
.section2{
    background-size: cover;
    background: url("/static/images/h5/merchant/groupsbg.png") no-repeat;
}
.section2 .content,.section6 .content{
    margin-top: 0.48rem;
}
.section2 .con {
    display: flex;
    overflow-x: auto;
    padding-left: 0.44rem;
    padding-right: 0.44rem;
    /*flex-wrap: nowrap;*/
}
.section2 .content .item {
    background: #FFFFFF;
    margin: 0 0.22rem;
    width: 4.16rem;
    border-radius: 0.24rem;
    /*overflow: hidden;*/
}
.section2 .content .item .img{
    width: 4.16rem;
    height: 3rem;
    color: #FFFFFF;
    text-align: center;
    font-weight: 600;
    font-size: 0.32rem;
    padding-top: 2.27rem;
    box-sizing: border-box;
}
.section2 .content .item:nth-child(1) .img{
    background: url("/static/images/h5/merchant/gic1.png") no-repeat;
    background-size: cover;
}
.section2 .content .item:nth-child(2) .img{
    background: url("/static/images/h5/merchant/gic2.png") no-repeat;
    background-size: cover;
}
.section2 .content .item:nth-child(3) .img{
    background: url("/static/images/h5/merchant/gic3.png") no-repeat;
    background-size: cover;
}
.section2 .content .item:nth-child(4) .img{
    background: url("/static/images/h5/merchant/gic4.png") no-repeat;
    background-size: cover;
}
.section2 .content .item .text{
    padding:0.3rem ;
    box-sizing: border-box;
    color: #566473;
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.42212rem; /* 175.879% */
}
.section3 .content{
    margin-top: 0.48rem;
    display: grid;
    grid-template-columns: repeat(3,1.68rem);
    column-gap: 0.66rem;
    row-gap: 0.64rem;
    padding: 0 0.6rem;
    box-sizing: border-box;
}
.section3 .content .item{
    width: 1.68rem;
    text-align: center;
}
.section3 .content .item img{
    width: 1.128rem;
    height: 1.128rem;
}
.section3 .content .item .text{
    width: 1.68rem;
    height: 0.68rem;
    margin-top: 0.24rem;
    font-size: 0.24rem;
    font-weight: 600;
    color: #14212F;
}
.section4{
    background: url("/static/images/h5/merchant/platbg.png") no-repeat;
    background-size: cover;
}

.section4 .content,.section5 .content{
    margin-top: 0.48rem;
    overflow: hidden;
}
.section4  .tabs,.section5 .tabs{
    display: flex;
    width: 14rem;
    padding-left: 0.44rem;
    margin-bottom: 0.48rem;
    transition: all 0.3s;
}
.section4  .tabs .tab{
    width: 2rem;
    background: #FFFFFF;
    margin-right: 0.24rem;
    border-radius: 0.16rem;
    font-size: 0.24rem;
    color: #333;
    height: 0.8rem;
    box-sizing: border-box;
    padding: 0.22858rem 0.35428rem 0.23142rem 0.28572rem;
    display: flex;
    align-items: center;
}
.section4  .tabs .tab.active{
    color: #FFFFFF;
    background: #36F;
}
.section4 .content .tabs .tab img{
    width: 0.28572rem;
    height: 0.28572rem;
    margin-right: 0.11rem;
}
.section4 .content .tabs .tab .img2,.section4 .content .tabs .tab.active .img1{
    display: none;
}
.section4 .content .tabs .tab.active .img2{
    display: block;
}
.section4 .content .sec4 img{
    height: 3.6rem;
    margin: 0 0.5rem;
}

.section5  .tabs .tab{
    width: 2rem;
    background: #FFFFFF;
    margin-right: 0.24rem;
    border-radius: 0.16rem;
    font-size: 0.24rem;
    color: #14212F;
    height: 0.8rem;
    box-sizing: border-box;
    padding: 0.22858rem 0.35428rem 0.23142rem 0.28572rem;
    display: flex;
    align-items: center;
}
.section5  .tabs .tab.active{
    color: #36F;
    background: #ECF3FF;
}
.section5 .content .tabs .tab img{
    width: 0.28572rem;
    height: 0.28572rem;
    margin-right: 0.11rem;
}
.section5 .content .tabs .tab .img2,.section5 .content .tabs .tab.active .img1{
    display: none;
}
.section5 .content .tabs .tab.active .img2{
    display: block;
}
.section5 .content .sec5 img{
    height: 3.6rem;
    margin: 0 0.5rem;
}
.section6 .content{
    overflow-x: auto;
    padding-left: 0.44rem;
}
.section6 .content .con{
    display: flex;
    width: 17.5rem;
}
.section6 .content .item {
    margin: 0 0.32rem 0 0;
    width: 4rem;
    /*height: 4rem;*/
    border-radius: 0.24rem;
    position: relative;
}
.section6 .content .item span {
    position: absolute;
    bottom: 0.32rem;
    left: 0;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.28rem;
    display: inline-block;
    width: 100%;
    z-index: 9;
}
.section6 img{
    width: 4rem;
    height: 4rem;
    border-radius: 0.24rem;
}
.section6 .content .item .m{
    display: none;
}
.zixun{
    background: url("/static/images/h5/merchant/zixun.png") no-repeat;
    background-size: cover;
    backdrop-filter: blur(9px);
    padding: 0.8rem 0;
    display: flex;
    flex-direction: column;
}
.zixun .title{
    color: #fff;
    text-align: center;
    font-size: 0.44rem;
    font-weight: 600;
    margin-bottom: 0.32rem;
}
.zixun .shenqing{
    margin: auto;
    border-radius: 0.50rem;
    background: #36F;
    color: #fff;
    padding: 0.14rem 0.46rem;
    text-align: center;
    font-weight: 600;
}

#merchat {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
}
#merchat .scode{
    border-radius: 0.32rem;
    background: #FFF;
    width: 6.38rem;
    height: 6.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#merchat .text {
    position: absolute;
    width: 100%;
    bottom: 0.52rem;
    color: #000;
    font-size: 0.32rem;
    font-weight: 500;
    text-align: center;
}
#merchat .closes {
    width: .32rem;
    height: .32rem;
    position: absolute;
    top: 0.32rem;
    right: 0.32rem;
}

#merchat .wrap {
    left: 0.8rem;
    top: 0.48rem;
    position: absolute;
    width: 4.78rem;
    height: 4.78rem;
}

::-webkit-scrollbar{
    width: 0;
    height: 0;
    background: transparent;
}