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;
}

* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input {
    -webkit-user-select: auto;
}

.container {
    z-index: 5;
    width: 7.5rem;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: .7rem;
    /* padding-top: 1.1rem; */
}

.container img {
    width: 7.5rem;
    height: 4.2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin: 0 auto;
}

.container .banner {
    width: 100%;
    height: 1.2rem;
    background: url("../../mobile//images/hkyc/pop/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;
}

.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;
}

.main {
    position: relative;
    box-sizing: border-box;
    width: 6.91rem;
    border-radius: 0px 0px 10px 10px;
    margin: 0 auto;
    padding-bottom: .7rem;
    height: auto;
}

#form {
    width: 100%;
    margin: 0 auto;
}

#form .header_border {
    position: absolute;
    display: inline-block;
    width: 7.12rem;
    height: .28rem;
    background: url('../../mobile/images/hkyc/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: .34rem .2rem .34rem .29rem;
}

#form h4 {
    color: #333;
    font-size: 0.28rem;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 0.32rem;
    font-family: 'PingFang-SC-Heavy';
    font-weight: 800;
}

.label {
    width: 3rem;
    font-size: 0.24rem;
    margin: .14rem 0;
    height: .5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    float: left;
    text-align: center;
}

.label3 {
    width: 3.6rem;
    font-size: 0.24rem;
    margin: .14rem 0;
    height: .5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    float: left;
    text-align: center;
}

.label1 {
    max-width: 74%;
    font-size: 0.24rem;
    margin: .14rem 0;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    float: left;
    text-align: left;
    display: contents;
}

.label2 {
    max-width: 56%;
    /* min-width: 30%; */
    font-size: 0.24rem;
    margin: .14rem 0;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    float: left;
    text-align: left;
    display: contents;
}

.lf2 {
    line-height: .5rem;
    min-height: 0.28rem;
    height: auto;
    display: table-cell;
    vertical-align: bottom;
    font-family: 'PingFang-SC-Medium';
    font-weight: 500;
    flex: 1;
    color: #666;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    padding: 0 .2rem;
}

.lf {
    line-height: .5rem;
    min-height: 0.28rem;
    height: auto;
    display: table-cell;
    vertical-align: bottom;
    font-family: 'PingFang-SC-Medium';
    font-weight: 500;
    flex: 1;
    color: #666;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 4px;
}

.label:nth-child(2) {
    margin-right: .38rem;
}

.label:nth-child(4) {
    margin-right: .38rem;
}

.label:nth-child(6) {
    margin-right: .38rem;
}

.lf1 {
    line-height: .5rem;
    min-height: 0.28rem;
    height: auto;
    display: table-cell;
    vertical-align: bottom;
    font-family: 'PingFang-SC-Medium';
    font-weight: 500;
    flex: 1;
    color: #666;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    padding: 0 .2rem;
}

.advice {
    /* width: 0.44rem !important;
    height: 0.4rem !important; */
    display: inline-block;
    margin-right: .07rem;
    /* background-image: url('../../mobile/images/hkyc/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('../../mobile/images/hkyc/btn_check_pre.png'); */
    background-size: 100%;
}

input[type="radio"]:checked+.advice+.lf {
    background: #F1F8FF;
    border: 1px solid #2781FC;
    font-weight: 500;
    color: #1A7AF8;
    text-align: center;
    border-radius: 4px;
}

input[type="checkbox"]:checked+.advice {
    /* background-image: url('../../mobile/images/hkyc/btn_check_pre.png'); */
    background-size: 100%;
}

input[type="checkbox"]:checked+.advice+.lf {
    background: #F1F8FF;
    border: 1px solid #2781FC;
    font-weight: 500;
    color: #1A7AF8;
    text-align: center;
    border-radius: 4px;
}

.advice1 {
    /* width: 0.44rem;
    height: 0.4rem; */
    display: inline-block;
    margin-right: .26rem;
    /* background-image: url('../../mobile/images/hkyc/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('../../mobile/images/hkyc/btn_check_pre.png'); */
    background-size: 100%;
}

input[type="checkbox"]:checked+.advice1+.lf1 {
    background: #F1F8FF;
    border: 1px solid #2781FC;
    font-weight: 500;
    color: #1A7AF8;
    text-align: left;
    border-radius: 4px;
}

input[type="radio"]:checked+.advice+.lf1 {
    background: #F1F8FF;
    border: 1px solid #2781FC;
    font-weight: 500;
    color: #1A7AF8;
    text-align: left;
    border-radius: 4px;
}

.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 .3rem;
}

.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: #FFFFFF;
}

.contact li span {
    width: .65rem;
    height: .28rem;
    font-size: .28rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: .28rem;
    color: #333333;
    opacity: 1;
    margin-right: 0.22rem;
    text-align: right;
}
.contact li span.big{
    width: 1.25rem;
}

.contact_title {
    font-size: .26rem;
    color: #999;
    margin-left: 0.22rem;
}

.contact_input {
    border: 0;
    width: 5.2rem;
    height: .64rem;
    line-height: .64rem;

    /* margin-left: 0.22rem; */
    cursor: auto;
    padding-left: 0.2rem;
    border-radius: 4px;
    border: 1px solid #D4D4D4;
    /*兼容苹果手机输入框上边框阴影 */
    outline: none;
    -webkit-appearance: none;
    /*去除系统默认的样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 点击高亮的颜色*/
}

input::-webkit-input-placeholder {
    color: #D4D4D4;
    font-size: .25rem;
}

.contact_close {
    width: 0.26rem;
    height: 0.26rem;
    background-image: url('../../mobile/images/hkyc/btn_cancle.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* margin-left: 1rem; */
    cursor: pointer;
}

.obtain {
    width: 6.3rem;
    height: 0.72rem;
    background: linear-gradient(0deg, rgba(26, 122, 248, 1) 0%, rgba(56, 178, 252, 1) 100%);
    border-radius: .34rem;
    margin: .6rem auto;
    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: 7.1rem;
    line-height: 0.35rem;
    font-size: 0.24rem;
    color: #333333;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.2rem;
}

.news span {
    color: #FF0000
}

/* .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("../../mobile/images/hkyc/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("../../mobile/images/hkyc/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("../../mobile/images/hkyc/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('../../mobile/images/hkyc/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('../../mobile/images/hkyc/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('../../mobile/images/hkyc/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('../../mobile/images/hkyc/pop/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('../../mobile/images/hkyc/pop/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('../../mobile/images/hkyc/pop/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; */
}

.setColumn {
    display: flex;
    flex-direction: column;
}
.setColumn>label.label {
    width: auto;
    margin-right: 0;
}
.setColumn span.lf {
    flex: initial;
    padding: 0 12px;
}

.questionA {
    display: none;
}

.mustInput h4::before {
    content: "*";
    color: red;
    font-size: .28rem;
}