.wrapper {
    background-color: #f9f9f9;
    height: 100%;
    position: relative;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    width: 35px;
    height: 35px;
    border: 2px solid #000;
    border-top-color: transparent;
    border-radius: 100%;
    animation: circle infinite 0.75s linear;
}

@keyframes circle {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sective {
    display: block;
    width: 3.3rem;
    background-color: #fff;
    padding: 0.2rem 0.15rem;
    margin: 0 auto;
    border-radius: 0.15rem;
}

.sective-bg {
    width: 3.44rem;
    padding: 0.07rem 0;
    border-radius: 0.15rem;
    margin: 0 auto;
    background: rgba(0, 0, 0, .1);
}

.label {
    width: 100%;
    height: 0.7rem;
    position: relative;
}

.label input {
    width: 100%;
    border: 1px solid #ededed;
    height: 0.5rem;
    line-height: 0.5rem;
    outline: none;
    padding: 0 0.1rem 0 0.3rem;
    color: #666;
    border-radius: 0.06rem;
}



.label span {
    color: red;
    display: block;
    line-height: 0.2rem;
    padding-left: 7px;
}

.code2,
.code3 {
    color: red;
    display: block;
    line-height: 0.2rem;
    padding-left: 7px;
}

.mobile {
    width: 100%;
    height: 0.7rem;
    position: relative;
    display: none;
}
.error-message {
    color: red;
    display: none;
    margin-left: 10px;
}
.mobile_div {
    width: 100%;
    height: 0.7rem;
    line-height: 0.5rem;
    position: relative;

}
.mobile_div1 {
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    position: relative;

}

#phone {
    width: 100%;
    border: 1px solid #ededed;
    height: 0.5rem;
    line-height: 0.5rem;
    outline: none;
    padding: 0 0.1rem 0 0.3rem;
    color: #666;
    border-radius: 0.06rem;
}

#phone1 {
    width: 100%;
    border: 1px solid #ededed;
    height: 0.5rem;
    line-height: 0.5rem;
    outline: none;
    padding: 0 0.1rem 0 0.3rem;
    color: #666;
    border-radius: 0.06rem;
}

.hint {
    color: red;
    display: block;
    line-height: 0.2rem;
    padding-left: 7px;
}




.portcont {
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    width: 0.73rem;
    height: 0.3rem;
    border: 0.01rem solid #ededed;
    display: none;
}

.portcont label {
    display: block;
    float: left;
    width: 0.35rem;
    height: 100%;
    color: #666;
    position: relative;
    cursor: pointer;
}

.port_bg {
    background: #cde0f5;
}

.portcont label:first-child {
    border-right: 0.01rem solid #ededed;
}

.portcont label span {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 0.3rem;
    text-align: center;
    top: 0;
    left: 0;
    color: #999;
}

.portcont input[type="radio"] {
    /* position: absolute; */
    width: 0.35rem;
    height: 0.3rem;
    /* clip: rect(0, 0, 0, 0); */
    opacity: 0;
}

.verify {
    width: 100%;
    height: 0.7rem;
    position: relative;
}

.verify_span {
    color: red;
    display: block;
    line-height: 0.2rem;
    padding-left: 7px;
}

.submit {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.2rem;
    text-align: center;
    /* background-color:#ff4e52; */
    color: #fff;
    border-radius: 0.06rem;
    margin-top: 0.1rem;
}

.detailsPage {
    width: 100%;
    height: 100%;
    padding: 20px;
}

.detailsPage h3 {
    font-size: 0.16rem;
}

.detailsPage p {
    font-size: 0.14rem;
    line-height: 0.3rem;
    text-indent: 2em;
}

.details-txt h3 {
    display: flex;
    justify-content: center;
    height: 0.25rem;
    line-height: 0.25rem;
    color: #ff4e52;
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
}

.h3 span {
    display: block;
    width: 7px;
    height: 7px;
    margin: 9px 4px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
}

.h3 strong {
    margin: 0 10px;
    font-weight: bold;
}

.details-txt p {
    line-height: 0.24rem;
    color: #737373;
    font-size: 0.14rem;
}



.service {
    width: 3.2rem;
    height: 0.4rem;
    color: #fff;
    margin: 0.15rem auto 0;
    /* display: none; */
}

.service a {
    color: #ff4e52;
}

.service img {
    display: block;
    width: 0.31rem;
    height: 0.31rem;
    margin-right: 0.1rem;
    margin-top: 3px;
    float: left;
}

.service>div {
    float: left;
    width: calc(100% - 0.42rem);
    font-size: 12px;
}

.service p {
    line-height: 0.16rem;
    color: #ff4e52;
}

.loop {
    width: 100%;
    color: #ff4e52;
}

.loop span {
    display: block;
    float: left;
    height: 0.16rem;
    line-height: 0.16rem;
    width: 0.65rem;
}

.txtScroll-top {
    width: calc(100% - 0.65rem);
    float: left;
    overflow: hidden;
    position: relative;
}

.txtScroll-top .infoList li {
    height: 0.16rem;
    line-height: 0.16rem;
    overflow: hidden;
}

.kf {
    line-height: 0.2rem !important;
    font-size: 14px;
}

.indexColor {
    background-color: #ff4e52;
}


/* æ ¡éªŒ */

.yidun.yidun--light .yidun_control {
    height: 0.5rem !important;
    border-radius: 0.06rem !important;
}

.yidun.yidun--light.yidun--jigsaw .yidun_tips {
    height: 0.5rem !important;
    border-radius: 0.06rem !important;
}

.yidun.yidun--light .yidun_tips {
    line-height: 0.5rem !important;
}

.yidun.yidun--light.yidun--success.yidun--jigsaw .yidun_control .yidun_slide_indicator {
    height: 0.5rem !important;
}

.yidun_control {
    height: 0.5rem !important;
}

.yidun_slide_indicator {
    height: 0.5rem !important;
}


/* æ ¡éªŒ */

.yidun_intellisense--light {
    height: 0.5rem !important;
    border-radius: 0.06rem !important;
}

.yidun_intellisense--light .yidun_intelli-control {
    height: 0.5rem !important;
    border-radius: 0.06rem !important;
}

.yidun_intellisense--light .yidun_intelli-tips {
    line-height: 0.5rem !important;
}

.yidun_classic-tips {
    height: 0.5rem !important;
    line-height: 0.5rem !important;
}


/* äº¬ä¸œEå¡/æ‰‹æœºå·éªŒè¯ */

.jd {
    width: 100%;
    position: relative;
    display: none;
}

.jd_phone {
    width: 100%;
    height: 0.7rem;
    position: relative;
}

.jd_cont {
    width: 100%;
    border: 1px solid #ededed;
    height: 0.5rem;
    line-height: 0.5rem;
    position: relative;
}

.jd_phone .jd_cont input {
    width: 100%;
    height: 100%;
    line-height: 0.5rem;
    outline: none;
    padding: 0 0.1rem 0 0.3rem;
    color: #666;
    border-radius: 0.06rem;
}

.obtain {
    position: absolute;
    width: 80px;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    font-size: 14px;
    top: 0.04rem;
    right: 0.05rem;
    border-radius: 5px;
    color: #fff;
}

.icon1:after {
    content: '';
    width: 16px;
    /* height: 16px; */
    height: 16px;
    background: url(../images/duihuan.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 17px;
    left: 10px;
    z-index: 9;
}
.icon2:after {
    content: '';
    width: 16px;
    /* height: 16px; */
    height: 16px;
    background: url(../images/zhanghao.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 17px;
    left: 10px;
    z-index: 9;
}

.jd_verify {
    width: 100%;
    height: 0.7rem;
    position: relative;
}

.jd_verify input {
    width: 100%;
    border: 1px solid #ededed;
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0 0.1rem 0 0.3rem;
    color: #666;
    border-radius: 0.06rem;
    outline: none;
    color: #666;
}

.icon4:after {
    content: '';
    width: 16px;
    /* height: 16px; */
    height: 16px;
    background: url(../images/zhanghao.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 17px;
    left: 10px;
    z-index: 9;
}


/* å…¬å‘Š */

.gonggao {
    width: 100%;
    overflow: hidden;
    background: #fff;
    display: none;
}

.notice {
    width: 100%;
    line-height: 0.32rem;
    font-size: 0.15rem;
    padding: 0 0.15rem;
    color: red;
    display: inline-block;
    white-space: nowrap;
    animation: 12s wordsLoop linear infinite normal;
}

.notice i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/laba.png);
    background-size: 100%;
    float: left;
    margin: 5px 5px 0 0;
}

@keyframes wordsLoop {
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }

    100% {
        transform: translateX(-180%);
        -webkit-transform: translateX(-180%);
    }
}

@-webkit-keyframes wordsLoop {
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }

    100% {
        transform: translateX(-180%);
        -webkit-transform: translateX(-180%);
    }
}


/* å……å€¼ç»“æžœ */

.result {
    position: absolute;
    text-align: center;
    top: 10px;
    right: 10px;
    width: 110px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 14px;
    padding-left: 28px;
    cursor: pointer;
    z-index: 9;
    display: none;
}

.wrapper .language {
    position: absolute;
    left: 10px;
    width: 140px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    z-index: 9;
}

.ignore {
    text-align: center;
}

.ignore span a {
    color: #fff;
}

.result::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 8px;
    left: 15px;
    background: url(../images/117.png) no-repeat center center;
    background-size: 100%;
}



/* åº•éƒ¨å¼¹æ¡† */

.bottomDialog {
    position: absolute;
    width: 375px;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    left: 50%;
    margin-left: -187.5px;
    bottom: 0;
    z-index: 99;
    display: none;
}

@media screen and (min-width:375px) and (max-width:700px) {
    .bottomDialog {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        left: 0;
        bottom: 0;
        z-index: 99;
        display: none;
        margin-left: 0;
    }
}

.bottomNull {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 3.65rem);
    z-index: 100;
}

.bottomDialog-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.65rem;
    background: #fff;
    z-index: 100;
    padding: 0.15rem 0 0.3rem;
    display: none;
}

.bottomDialog-box h3 {
    height: 0.4rem;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
    padding: 0 0.15rem 0.1rem;
    border-bottom: 1px solid #eee;
}

.bottomDialog-box h3 span {
    float: left;
    font-size: 0.20rem;
    font-weight: 500;
    color: #333;
}

.bottomDialog-box h3 em {
    display: block;
    float: right;
    width: 0.2rem;
    height: 0.2rem;
    margin-top: 0.05rem;
    background: url(../images/off.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.bottomForm {
    width: 100%;
    padding: 0 0.15rem;
}

.bottomLabel {
    width: 100%;
    height: 0.7rem;
    position: relative;
}

.bottomLabel input {
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.06rem;
    border: 1px solid #ededed;
    outline: none;
    padding: 0 0.1rem 0 0.3rem;
    color: #666;
}

#bottomTal {
    display: none;
}

#takeTal {
    display: none;
}

.bottomBtn {
    display: block;
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    background: #409eff;
    font-size: 0.2rem;
    color: #fff;
    border-radius: 0.06rem;
}



/* 新增验证码相关样式 */
.captcha-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
    border: 1px solid #ededed;
    border-radius: 0.06rem;


}

.captcha-input {
    flex: 1;
    height: 44px;
    background: #fff;
    border-radius: 22px;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;

}

.captcha-input input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    background: transparent;


}

.captcha-image {
    width: 100px;
    height: 43px;
    margin-left: 10px;
    background: #f0f0f0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
}

.captcha-image img {
    max-width: 98%;
    max-height: 98%;
}

.captcha-image .refresh {
    position: absolute;
    bottom: 2px;
    right: 2px;
    font-size: 7px;
    color: #666;
    /*background: rgba(255,255,255,0.7);*/
    padding: 1px 3px;
    border-radius: 3px;
}

.captcha-error {
    color: #e53e3e;
    font-size: 12px;
    padding: 5px 15px;
    display: none;
}