
html,body{
    font-family: PingFang SC, "Microsoft YaHei", arial,-apple-system,BlinkMacSystemFont, Helvetica Neue,Source Han Sans SC,Noto Sans CJK SC, WenQuanYi Micro Hei;
}
.container{
    z-index: 5;
	width: 7.5rem;
	height: auto;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: .7rem;
    /* padding-top: 1.1rem; */
}
.adimg{
    width: 7.5rem;
    height: 4.2rem;
    background-image: url("../images/m_banner_synthetical_2.jpg");
    background-repeat:no-repeat ;
    background-position: center center;
    background-size: 100% 100%;
    margin: 0 auto;
}
.container .banner{
    width: 100%;
    height: 1.2rem;
    background: url("../images/new_year_ph.png") no-repeat center;
    background-size: 100%;
    margin-top: -0.32rem;
}
.introduction{
    height: 2.1rem;
    margin: .4rem auto 0 auto;
    padding: 0 .28rem;
    min-height: 5rem;
}
.introduction .tabs{
    height: 2.15rem;
    display: flex;
    justify-content: space-between;
}
.introduction .tabs > div{
    width: 2.18rem;
    height: 2.35rem;
    padding: .31rem .26rem .26rem .26rem;
    box-sizing: border-box;
    background: #fff;
    box-shadow:0px 4px 20px 0px rgba(121,168,255,0.19);
    border-radius:4px;
    text-align: center;
}
.introduction .tabs > div h3{
    font-size: .28rem;
}
.introduction .tabs > div p{
    width: 1.41rem;
    height: .51rem;
    line-height: .51rem;
    margin: 0 auto;
    margin-top: 0.35rem;
    font-size: .24rem;
    background:rgba(229,240,255,.21);
    border-radius:26px;
    color: #1A7AF8;
}
.introduction .tabs > div.active{
    background: #1A7AF8;
}
.introduction .tabs > div.active  h3{
    color: #fff;
}
.introduction .tabs > div.active p{
    color: #fff;
    background:rgba(229,240,255,.1);
    font-size: .22rem;
}
.introduction .desc{
    position: relative;
    padding: .33rem;
    margin-top: .35rem;
    background :rgba(255,255,255,1);
    box-shadow: 0px 0px 20px 0px rgba(121,168,255,0.19);
    border-radius: 4px;
    font-size: .28rem;
    line-height: .4rem;
}
.introduction .desc .corner{
    position: absolute;
    top: -.18rem;
    left: .9rem;
    width: 0;
    height: 0;
    transition: left .5s;
    border-right: .18rem solid transparent;
    border-left: .18rem solid transparent;
    border-bottom: .18rem solid #fff;
}

.main{
    position: relative;
    box-sizing: border-box;
    width: 6.91rem;
    box-shadow:0px 4px 20px 0px rgba(121,168,255,0.19);
    border-radius:0px 0px 10px 10px;
    margin: 0 auto;
    padding-bottom: .7rem;
    height: auto;
}
#form{
    width: 100%;
    margin: 0 auto;
    background:linear-gradient(0deg,rgba(255,255,255,1) 98%,rgba(227,238,255,1) 100%);
}
#form .header_border{
    position: absolute;
    display: inline-block;
    width: 7.12rem;
    height: .28rem;
    background: url('../images/icon_bg@2x.png') no-repeat;
    background-size: 100%;
    top:0;
    left: 50%;
    margin-left: -3.56rem;
    z-index: 1;
}
#form .form_content{
    position: relative;
    top: .12rem;
    z-index: 4;
    padding: .37rem .63rem .34rem .42rem;
    background:linear-gradient(0deg,rgba(255,255,255,1) 98%,rgba(227,238,255,1) 100%);
}
#form h4{
    color: #333;
    font-size:0.32rem;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 0.32rem;
    font-family:'PingFang-SC-Heavy';
    font-weight:800;
}
.label{
    width: 100%;
    font-size:0.28rem;
    margin: .14rem 0;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    float: left;
}
.lf{
    line-height: 0.48rem;
    min-height: 0.28rem;
    height: auto;
    display:table-cell; 
    vertical-align:bottom;
    font-family:'PingFang-SC-Medium';
    font-weight:500;
    flex: 1;
    color: #666;
}
.advice{
    width: 0.44rem !important;
    height: 0.4rem !important;
    display: inline-block;
    margin-right: .26rem;
    background-image: url('../images/btn_check.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: .36rem .36rem;
    vertical-align: middle;
    /* margin-top: -4px; */
}
input[type="radio"]:checked + .advice{
    background-image: url('../images/btn_check_pre.png');
    background-size: 100%;
}
input[type="radio"]:checked + .advice  + .lf{
    color: #1A7AF8;
}

.advice1{
    width: 0.44rem;
    height: 0.4rem;
    display: inline-block;
    margin-right: .26rem;
    background-image: url('../images/btn_check.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: .36rem .36rem;
    vertical-align: middle;
    /* margin-top: -4px; */
}
input[type="checkbox"]:checked + .advice1{
    background-image: url('../images/btn_check_pre.png');
    background-size: 100%;
}
input[type="checkbox"]:checked + .advice1  + .lf{
    color: #1A7AF8;
}
.inputgroup{
    margin-bottom: 0.3rem;
}
.detailBtn{
    font-size: 0.24rem;
    color: #1A7AF8;
    cursor: pointer;
    float: left;
    margin-left: .7rem;
    line-height: 0.45rem;
    width: 5.38rem
}
.detailCon{
    display: none;
    box-sizing: border-box;
    color: #7a7a7a;
    line-height: 0.48rem;
    width: 100%;
    padding-left: 0.72rem;
    font-size: 0.28rem;
}

.contact{
    position: relative;
    z-index: 4;
    width: 5.7rem;
    height: auto;
    margin: 0 auto;
}
.contact li{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center ;
    width: 100%;
    height: 0.72rem;
    margin-bottom: 0.3rem;
    font-size: 0.28rem;
    background-color: #EEF2F9;
}
.contact_title{
    font-size: .26rem;
    color: #999;
    margin-left: 0.22rem;
}
.contact_input{
    border: 0;
    width: 5.06rem;
    height: 100%;
    line-height: 0.72rem;
    color: #333;
    /* margin-left: 0.22rem; */
    cursor: auto;
    padding-left: 0.2rem;
}
.contact_close{
    width: 0.26rem;
    height: 0.26rem;
    background-image: url('../images/btn_cancle.png');
    background-repeat:no-repeat ;
    background-position: center center;
    background-size: cover;
    /* margin-left: 1rem; */
    cursor: pointer;
}
.obtain{
    width: 5.7rem;
    height: 0.72rem;
    background:linear-gradient(0deg,rgba(26,122,248,1) 0%,rgba(56,178,252,1) 100%);
    border-radius:.1rem;
    margin: .6rem auto .3rem;
    font-size: 0.30rem;
    font-family:"PingFang-SC-Bold";
    font-weight:bold;
    color: #fff;
    text-align: center;
    line-height: 0.72rem;
    cursor: pointer;
}
.news{
    width: 5.7rem;
    line-height: 0.35rem;
    font-size: 0.22rem;
    color: #666;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.2rem;
}
.news span{
    color: #fe6e47
}
/* .bullet_box{
    width: 100%;
    height:100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10000000;
    background:linear-gradient(180deg,rgba(5,101,227,1),rgba(56,178,252,1));
    overflow: auto;
    display: none; 
}
.content_wrap{
    width: 100%;
    height:14.06rem;
    background-image: url('../../img/hkyc/mobile/bg@2x.png');
    background-repeat: no-repeat;
    background-position:center  .3rem;
    background-size: 100%;
    overflow: hidden;
}
.fraction{
    box-sizing: border-box;
    width: 3.86rem;
    height: 3.62rem;
    margin: 1.87rem auto .3rem;
    background-size: 100%;
    text-align: center;
    font-family:'Arial-BoldMT';
    padding-top: 1.25rem;
}

.content_wrap .success{
    background-image: url('../../img/hkyc/mobile/evaluating_success@2x.png');
}
.content_wrap .fail{
    background-image: url('../../img/hkyc/mobile/evaluating_fail@2x.png');
}
.fraction_number{
    font-size:.77rem;
    color:#005FF9;
    line-height: 0.58rem;
    height: 0.58rem;
    font-weight:bold;
}
.fraction_text{
    font-size: 0.34rem;
    color:#005FF9;
} */
/* .content_wrap .text{
    width:5.8rem;
    font-size: .3rem;
    line-height: .5rem;
    font-family:'PingFang-SC-Bold';
    font-weight:bold;
    color:rgba(102,102,102,1);
    text-align: center;
    margin: 0 auto;
}
.content_wrap .text .grade{
    color: #1A7AF8;
}
.content_wrap .success-text{
    display: none;
}

.fail-text{
    display: none;
}

.content_wrap .phone_text .bullet_phone{
    color: #1A7AF8;
} */

/* 弹窗start */
.container >#mask{
    display: none;
    position: fixed;
    z-index: 100;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color:rgba(0,0,0,0.6);
}
.container >#mask >.test_result{
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-top: 1.62rem;
    width:6rem;
    height: 9.9rem;
    background: url("../images/pop/report_bg@2x.png") no-repeat scroll top center;
    background-size:100%;
    margin: 0.6rem auto 0;
}
.container >#mask >.test_result .report_img{
    box-sizing: border-box;
    padding-top: 1.21rem;
    width: 3rem;
    height: 3rem;
    background-image: url("../images/pop/report_img@2x.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
}
.container >#mask >.test_result .score_wrap{
    font-size:0.21;
    font-family:Arial;
    color:rgba(0,95,249,1);
}
.container >#mask >.test_result .score_wrap .score{
    font-size: 0.55rem;
    color:#005FF9;
    font-weight: bold;
}
.container >#mask >.test_result .report_text{
    position: relative;
    z-index: 5;
    font-size:0.3rem;
    font-family:"Source Han Sans CN";
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:0.47rem;
    text-align: center;
}
.container >#mask >.test_result .success{
    display: none;
}
.container >#mask >.test_result .fail{
    display: none;
}
.container >#mask >.test_result .phone{
    position: relative;
    z-index: 1;
    top:-0.27rem;
    display: inline-block;
    width: 3.9rem;
    height:3.9rem;
    background: url("../images/pop/call_phone.gif") no-repeat;
    background-size: 100%;
}
/* 弹窗end */
.live-btn-wrap{
    text-align: center;
}
.live-btn{
    display: inline-block;
    width:4.86rem;
    line-height: .7rem;
    background:linear-gradient(0deg,rgba(26,122,248,1) 0%,rgba(56,178,252,1) 100%);
    border-radius:15px;
    margin: .4rem auto ;
    font-size: .32rem;
    font-family:'PingFang SC';
    font-weight:500;
    color:rgba(255,255,255,1);
}
.live-btn .btn-icon{
    display: inline-block;
    position: relative;
    top: .05rem;
    width: .34rem;
    height: .28rem;
    background: url('../images/icon_live@2x.png') no-repeat center;
    background-size: 100%;
    margin-right: .12rem;
}
.content_wrap .bullet_shop{
    display: block;
    width:6.16rem;
    height:1.9rem;
    margin: 0 auto .32rem;
    background-image: url('../images/banner_shop@2x.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.content_wrap .code{
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    width:6.16rem;
    height:1.9rem;
    padding-top: .5rem;
    padding-left: .35rem;
    margin: 0 auto;
    background-image: url('../images/code.png');
    background-repeat: no-repeat;
    background-size: 100%;
    font-size:.34rem;
    font-family:'PingFang SC';
}
.content_wrap .code p{
    color:#333333;
    font-weight:bold;
}
.content_wrap .code .code-text{
    display: inline-block;
    white-space: nowrap;
    padding: 0 0.08rem;
    border:1px solid rgba(26,122,248,1);
    border-radius:.1rem;
    line-height: .42rem;
    vertical-align: middle;
    color: #1A7AF8;
    font-weight:bold;
    text-align: center;
}
.advisory{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 0.6rem;
}
.advisory_text{
    font-size: 0.24rem;
    line-height: 0.32rem;
    text-align: center;
    width: 4.9rem;
    margin: 0 auto
}
.advisory_phone{
    color: #1A7AF8;
}
.advisory_btn{
    display: block;
    width: 3.76rem;
    height: 0.72rem;
    color: #fff;
    text-align: center;
    line-height: 0.72rem;
    font-size: 0.3rem;
    background: #1A7AF8;
    margin: 0 auto;
    margin-top: 0.15rem;
    border-radius: 5px;
    text-decoration: none
}
.introduce{
    width: 4.9rem;
    font-size: 0.22rem;
    line-height: 0.22rem;
    height: 0.22rem;
    text-align: left;
    color: #888;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3.5rem;
    margin: auto;
}
.swiper-container {
    width: 5.56rem;
    height: 1.36rem;
    padding-bottom: 0.4rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.4rem;
    margin: auto;
}  

.understand_img1{
    width: 5.56rem;
    height: 1.36rem;
    background-image: url('../images/banner01.png');
    background-repeat:no-repeat ;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.understand_img2{
    width: 5.56rem;
    height: 1.36rem;
    background-image: url('../images/banner02.png');
    background-repeat:no-repeat ;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.understand_info{
    width: 2.8rem;
    height: 0.7rem;
    display: inline-block;
    margin-left: 1.3rem;
}
.understand_p1{
    font-size: 0.28rem;
    height: 0.28rem;
    width: 100%;
    color: #333;
    line-height: 0.28rem;
}
.understand_p2{
    font-size: 0.22rem;
    height: 0.22rem;
    width: 100%;
    color: #666;
    margin-top: 0.2rem;
    line-height: 0.22rem;
}
.swiper-slide a{
    width: 1.34rem;
    height: 0.52rem;
    display: block;
    border-radius: 0.26rem;
    color: #fff;
    background: #1A7AF8;
    line-height: 0.52rem;
    text-align: center;
    font-size: 0.24rem;
}

.bullet_bottom{
    width: 100%;
    height: 1.5rem;
    background-image: url('../images/banner_shop.png');
    background-repeat:no-repeat ;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0
}
.bullet_bottom a{
    display: block;
    width: 1.25rem;
    height: 0.45rem;
    position: absolute;
    left: 2.65rem;
    top: 0.52rem;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    display: block;
    content: '';
    clear: both;
}
input {
    font-size: 1em;
    background-color: transparent;
}