.pengpb-wap{
    display: none;
    font-family: PingFangSC-Regular, PingFang SC;
}
.pengpb-wap-beian:hover{color: #333}
.pengpb-wap header{
    position:fixed;
    width:100%;
    display:flex;
    justify-content:space-between;
    padding:.12rem .16rem;
    box-sizing:border-box;
    z-index:11;
}

.pengpb-wap-logo img{
    height: .3rem;
    display: inline-block;
    vertical-align: -.07rem;
}
.pengpb-wap .actshowaside{
    margin-left: .13rem;
    font-size: 0.12rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #10263F;
    line-height: 0.18rem;
}
.pengpb-wap-applybtn{
    width: 0.78rem;
    height:0.33rem;
    text-align: center;
    font-size: 0.12rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: normal;
    padding-top: .06rem;
    background: url(../img/wap/apply-bg.png) no-repeat;
    background-size: 100%;
}
.pengpb-wap-content-1{
    box-sizing: border-box;
    position: relative;
    padding: .9rem 0 0 .25rem;
    height: 4.5rem;
    background: url(../img/wap/top-bg.png) no-repeat;
    background-size: 100%;
}
.pengpb-wap-c1-d1{
    font-size: 0.3rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0D94DB;
    line-height: 0.36rem;
}
.pengpb-wap-c1-d2{
    font-size: 0.25rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0D94DB;
    line-height: 0.36rem;
}
.pengpb-wap-c1-d3{
    font-size: 0.12rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #0D94DB;
    line-height: 0.18rem;
    width: 2.04rem;
    margin-top: .03rem;
}
.pengpb-wap-c1-d4{
    /* width: 1.3rem; */
    /* height: 0.32rem; */
    /* border-radius: 0.18rem; */
    /* border: 1px solid #0D94DB; */
    /* text-align: center; */
    /* font-size: 0.15rem; */
    /* font-family: PingFangSC-Regular, PingFang SC; */
    /* font-weight: 400; */
    /* color: #0D94DB; */
    /* line-height: normal; */
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    margin-top: .14rem;
}
.pengpb-wap-c1-d4 img{ 
    width: .71rem;
    height: .18rem;
}
.pengpb-wap-c1-d5{
    margin-top: .33rem
}
.pengpb-wap-c1-d5 > img{
    width: .9rem;
}
.pengpb-wap-c2-title{
    position: absolute;
    bottom: .18rem;
    left: 0;
    width: 100%;
}
.pengpb-wap-c2-title div{
    font-size: 0.2rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #10263F;
    line-height: 0.3rem;
    text-align: center;
}
.pengpb-wap-c2-title p{
    font-size: 0.11rem;
    font-family: MicrosoftSansSerif;
    color: #DCDCDC;
    line-height: 0.13rem;
    text-align: center;
}
.pengpb-wap-c2{
    padding-bottom: .35rem;
}
.pengpb-wap-c2>img{
    margin: 0 auto;
    width: 100%;
}
.pengpb-wap-c3{
    background: #F2F5F7;
}
.pengpb-wap-c3>h3{
    padding: .26rem 0 .06rem 0;
    font-size: 0.2rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #10263F;
    line-height: 0.3rem;
    text-align: center;
}
.pengpb-wap-c3 .pengpb-wap-c3-menu{
    display: flex;
    justify-content: space-between;
    padding: 0 .2rem;
    border-bottom: 1px solid rgba(16, 38, 63, .09);
}
.pengpb-wap-c3 .pengpb-wap-c3-menu li{
    padding: .06rem 0;
    font-size: 0.14rem;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #10263F;
    line-height: 0.23rem;
    position: relative;
    transition: color .3s;
}
.pengpb-wap-c3 .pengpb-wap-c3-menu li.pengpb-wap-c3-selected{
    font-size: 0.14rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1D94D2;
    line-height: 0.23rem;
}

.pengpb-wap-c3 .pengpb-wap-c3-menu li.pengpb-wap-c3-selected::after{
    display: block;
    content:' ';
    width: 0.56rem;
    height: 0.02rem;
    background: #1D94D2;
    position: absolute;
    bottom: 0;
    left: 0;
}
.pengpb-wap-c3-content{
    min-height: 4.7rem;
}
.pengpb-wap-c3-content>li{
    display: none;
    padding: .15rem .2rem;
    /* transition: .35s all; */
}
.pengpb-wap-c3-content>li:first-child{display:block;}

.pengpb-wap-card{
    background: #FFFFFF;
    border-radius: 0.05rem;
    border: 0.01rem solid rgba(16, 38, 63, 0.1);
    margin-bottom: .15rem;
    min-height: 2.03rem;
}
.pengpb-wap-card img{
    width: 100%;
    display: block;
}
.pengpb-wap-card>h3{
    font-size: 0.18rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #10263F;
    line-height: 0.23rem;
    margin:.15rem .2rem .05rem .2rem;
    text-align: left;
}
.pengpb-wap-card>p{
    padding-bottom: .15rem;
    font-size: 0.12rem;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #10263F;
    line-height: 0.18rem;
    margin: 0 .2rem;
}

.pengpb-wap-c4{
    height: 4.48rem;
    background: url(../img/wap/se-4-bg.png) no-repeat;
    background-size: 100%;
    color: #FFFFFF;
    padding: .3rem .17rem;
    box-sizing: border-box;
}
.pengpb-wap-c4>h3{
    font-size: 0.19rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.27rem;
    text-align: center;
    margin-bottom: .06rem;
}
.pengpb-wap-c4>p{
    font-size: 0.16rem;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.27rem;
    text-align: center;
    margin-bottom: .2rem;
}
.pengpb-wap-c4 >img{
    width: 1.27rem;
    display: block;
    margin: 0 auto;
}
.pengpb-wap-c4 .swiper-container {
    width: 100%;
}  

.pengpb-wap-c4 .swiper-pagination-bullet{
    width: 0.25rem !important;
    height: 0.03rem !important;
    background: #FFFFFF !important;
    opacity: 0.07 !important;
    border-radius: inherit;
}
.mobile-c4-swiper-pagination{
    text-align: center;
    margin-top: .15rem;
}
.pengpb-wap-c4 .swiper-pagination-bullet-active{
    opacity: 0.3 !important;
}
.pengpb-wap-c4-swiper-conteiner{
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
}
.pengpb-wap-c4 .swiper-slide>h4{
    margin-top: .2rem;
    text-align: center;
    font-size: 0.18rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.23rem;
}
.pengpb-wap-c4 .swiper-slide>div{
    font-size: 0.13rem;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.22rem;
    box-sizing: border-box;
    padding: .07rem .13rem;
    position: relative;
}
.pengpb-wap-c4 .swiper-slide>div::before{
    width: .21rem;
    height: .25rem;
    display: block;
    content: '';
    position: absolute;
    top: -.2rem;
    left: .13rem;
    background:url(../img/wap/marks-left.png) no-repeat;
    background-size: 100%;
}
.pengpb-wap-c4 .swiper-slide>div::after{
    width: .21rem;
    height: .25rem;
    display: block;
    content: '';
    position: absolute;
    bottom: -.2rem;
    right: .13rem;
    background:url(../img/wap/marks-right.png) no-repeat;
    background-size: 100%;
}

.pengpb-wap-c5{
    padding: .25rem 0 .2rem 0;
}
.pengpb-wap-c5>h3{
    font-size: 0.2rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #10263F;
    line-height: 0.3rem;
    text-align: center;
    margin-bottom: .05rem;
}
.pengpb-wap-c5>h4{
    text-align: center;
    font-size: 0.15rem;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #10263F;
    line-height: 0.23rem;
}

.pengpb-wap-c6{
    height: 5.72rem;
    background-image: url(../img/wap/VS.png),
    url(../img/wap/se-6-bg.png);
    background-size: .97rem .97rem, 100%;
    background-repeat: no-repeat;
    background-position: 1.4rem 2.17rem, 0 0;
    box-sizing: border-box;
    padding: 0 .15rem;
}
.pengpb-wap-c6>h3.pengpb-wap-c6-up-h{
    text-align: center;
    font-size: 0.18rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #10263F;
    line-height: 0.23rem;
    padding: .2rem 0 .15rem 0;
}
.pengpb-wap-c6>h3.pengpb-wap-c6-down-h{
    margin-top: 1.09rem;
    text-align: center;
    font-size: 0.18rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.23rem;
    margin-bottom: .15rem;
}
.pengpb-wap-c6-up,.pengpb-wap-c6-down{
    display: flex;
    justify-content: space-between;
}
.pengpb-wap-vscard{
    width: 1.08rem;
    min-height: 1.53rem;
    padding-bottom: .2rem;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 0.05rem;
    box-sizing: border-box;
    color: #10263F;
}
.pengpb-wap-c6-down .pengpb-wap-vscard{
    background: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
}
.pengpb-wap-vscard>img{
    width: 0.42rem;
    display: block;
    margin: 0 auto;
    padding-top: .16rem;
}
.pengpb-wap-vscard>h3{
    text-align: center;
    margin-bottom: .05rem;
    margin-top: .06rem;
    font-size: 0.14rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    line-height: 0.17rem;
}
.pengpb-wap-vscard>p{
    font-size: 0.14rem;
    text-align: center;
    font-size: 0.12rem;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    line-height: 0.16rem;
    padding: 0 .1rem;
}

.pengpb-wap-c7{
    padding: 0 0.08rem 0.25rem 0.08rem;
    background: white;
    display: flex;
    flex-direction: column;
}
.pengpb-wap-c7>h3{
    padding: .26rem 0 0 0;
    font-size: 0.2rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #10263F;
    line-height: 0.3rem;
    text-align: center;
}
.pengpb-wap-c7>img{
    margin: 0.15rem auto;
    width: 96%;
}

.pengpb-wap-c7>span{
    font-family: PingFangSC-Semibold, PingFang SC;
    text-align:justify;
    width: 96%;
    line-height: 0.275rem;
    margin: 0.04rem auto;
    font-weight: 600;
    color: #10263F;
    font-size: 0.15rem;
}


.pengpb-wap-footer{
    height: 1.89rem;
    background: #0C1523;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pengpb-wap-footer>p{
    text-align: center;
    font-size: 0.12rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, .5);
    line-height: 0.18rem;
}

.pengpb-wap-ga{
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, .5);
  line-height: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pengpb-wap-ga img{
  width:  0.14rem;
  height:  0.14rem;
}
.pengpb-wap-cooperation{
    text-align: center;
    font-size: 0.12rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.18rem;
    /* letter-spacing: 3px; */
}
.pengpb-wap-contact-us{
    background: #142640;
    position: fixed;
    bottom: .3rem;
    right: 0;
    z-index: 9;
}
.pengpb-wap-contact-us>div{
    width: .44rem;
    height: .44rem;
}
.pengpb-wap-contact-us>div>img{
    width: .17rem;
    display: block;
    margin: 0 auto;
    padding-top: .13rem;
}
#pengpb-wap-modal{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    transition: .3s all;
    z-index: 10;
} 
#pengpb-wap-modal .pengpb-wap-mask{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    backdrop-filter: blur(5px)
}
#pengpb-wap-modal-content{
    width: 2.7rem;
    height: 2.65rem;
    box-sizing: border-box;
    padding: .25rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#pengpb-wap-modal-content img{
    width: 1.19rem;
    margin: .2rem auto .07rem;
}
#pengpb-wap-modal-content p{  
    font-size: 0.15rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #142640;
    line-height: 0.23rem;
    text-align: center;
}
#pengpb-wap-modal-content div{
    text-align: center;
    font-size: 0.12rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #142640;
    line-height: 0.13rem;
}
#pengpb-wap-modal-close{
    width: 0.46rem;
    position: absolute;
    left: 50%;
    bottom: -.7rem;
    margin-left: -.23rem;
}

#pengpb-wap-modal-close img{
    width: 100%;
}
.mobile-c3-swiper{
    padding: .15rem 0;
    width: 3.35rem;
}