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.7rem;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        margin: 0 auto;
    }

.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: .5rem;
    height: auto;
}

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

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

.lf {
    line-height: .5rem;
    min-height: 0.28rem;
    height: auto;
    display: block;
    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;
    text-align: center;
}

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

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

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

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

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

    input[type="checkbox"]:checked + .advice1 + .lf {
        background: #2781fc;
        border: 1px solid #2781FC;
        font-weight: 500;
        color: #ffffff;
        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.1rem;
        font-size: 0.28rem;
        background-color: #FFFFFF;
    }
    
    .contact li h4{
            color: #333;
    font-size: 0.28rem;
    font-weight: bold;
    }

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

.contact_input {
    border: 0;
    width: 100%;
    height: .85rem;
    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('/Public/wintention/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.85rem;
    background: #2781fc;
    border-radius: .34rem;
    margin: auto;
    margin-bottom: 0.5rem;
    font-size: 0.35rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 0.85rem;
    cursor: pointer;
}

.news {
    line-height: 0.35rem;
    font-size: 0.24rem;
    color: #888888;
    text-align: center;
    margin: 0 0.3rem;
    margin-top: 0.2rem;
}

    .news span {
        color: #FF0000
    }

/* 弹窗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("/Public/wintention/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("/Public/wintention/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("/Public/wintention/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('/Public/wintention/icon_live@2x.png') no-repeat center;
        background-size: 100%;
        margin-right: .12rem;
    }

.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('/Public/wintention/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_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 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;
    }
