/*隐藏底部悬浮`*/
.section-fixed-contact {
    display: none !important;
}

/*登陆和注册页面*/
.section-1 {
    height: 495px;
    background: linear-gradient(90deg, rgba(252, 77, 16, 1), rgba(242, 13, 35, 1));
    margin-bottom: 500px;
    letter-spacing: 1px;
}

.h1-clear {
    float: left;
    border-left: 0 !important;
    margin-right: 8px;
}

.section-1 .head {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    color: #FFFFFF;
    padding-top: 80px;
}

.section-1 .head img {
    display: inline-block;
    width: 150px;
    height: 50px;
}

.section-1 .head .head_content {
    display: inline-block;
    padding-left: 30px;
    border-left: 1px solid #e6e6e6cc;
    margin-left: 30px;
}

.section-1 .head .head_content div:nth-child(1) {
    font-size: 24px;
    line-height: 45px;
}

.section-1 .head .head_content div:nth-child(2) {
    opacity: 0.6;
    font-size: 18px;
}

.section-1 .head .head_right {
    float: right;
    margin-top: 20px;
    font-size: 19px;
    background: url(../images/login/right.png) no-repeat;
    background-position-x: 50px;
    padding-right: 30px;
    background-position-y: 5px;
    color: white;
}

.section-1 .hd {
    background: url(../images/login/pic.png) #ffffff bottom right no-repeat;
    box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.16);
    width: 1200px;
    height: 691px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 280px;
    text-align: center;
}

.section-1 .hd .up_div {
    height: 505px;
    margin-top: 48px;
    float: left;
    text-align: left;
}

.section-1 .hd .up_div:nth-child(1) {
    border-right: 1px dashed #bbbbbb80;
    width: 50%;
}

.section-1 .hd .up_div:nth-child(2) {
    width: 40%;
}

.section-1 .hd .up_div .left_div {
    margin-top: 20px;
    margin-left: 80px;
    width: 450px;
}

.section-1 .hd .up_div .left_div h1 {
    float: left;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    padding-left: 10px;
    border-left: 3px solid red;
    margin-bottom: 27px;
}

.section-1 .hd .up_div .left_div h1:first-child {
    border-left: 0;
    padding-left: 0;
    margin-right: 10px;
}

.section-1 .hd .up_div .left_div input {
    width: 400px;
    height: 50px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(230, 230, 230, 1);
    border-radius: 4px;
    text-indent: 10px;
    margin: 9px 0;
    font-size: 16px;
    letter-spacing: 1px;
}

.section-1 .hd .up_div .left_div i {
    color: red;
    font-size: 15px;
    font-weight: 800;
    padding: 8px;
}

.section-1 .hd .up_div .left_div .other {
    margin: 12px 0 20px;
    font-size: 14px;
}

.section-1 .hd .up_div .left_div .other a:nth-child(1) {
    color: #666666;
}

.section-1 .hd .up_div .left_div .other a:nth-child(2) {
    color: #F31720;
    /*float: right;*/
    margin-right: 57px;
}

.section-1 .hd .up_div .left_div .login_btn {
    width: 400px;
    height: 58px;
    background: linear-gradient(90deg, rgba(252, 77, 16, 1), rgba(242, 13, 35, 1));
    border-radius: 4px;
    line-height: 58px;
    text-align: center;
    color: white;
    font-size: 18px;
    letter-spacing: 5px;
    cursor: pointer;
}

.section-1 .hd .up_div .right_div {
    padding-left: 100px;
}

.section-1 .hd .up_div .right_div h2 {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 50px;
}

.section-1 .hd .up_div .right_div .service_time {
    font-size: 14px;
    line-height: 60px;
}

.section-1 .hd .up_div .right_div .checked_btn {
    background: url("../images/login/service.png") no-repeat;
    background-position-x: 30px;
    background-position-y: 15px;
    width: 180px;
    height: 50px;
    border: 1px solid rgba(230, 230, 230, 1);
    border-radius: 4px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
}

/*注册开始*/
.check_inp {
    width: 180px !important;
}

.check_div span {
    font-size: 14px;
    color: rgba(244, 27, 31, 1);
    line-height: 30px;
}

#get_check_code {
    cursor: pointer;
    position: relative;
    top: 15px;
    width: 115px;
}

.checkv_div input {
    width: 275px !important;
}

.checkv_div .v_code {
    width: 118px !important;
    height: 50px !important;
    background: #fc4d10 !important;
    border-radius: 4px;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 50px;
    display: inline-block;
    text-align: center;
    margin-left: 2px !important;
    cursor: pointer;
    text-indent: 0 !important;
}

.reg_other {
    font-size: 14px;
}

.reg_other span {
    color: #666666;
}

.reg_other input {
    width: 13px !important;
    height: 13px !important;;
    border: 1px solid rgba(102, 102, 102, 1) !important;;
    border-radius: 2px !important;;
    cursor: pointer;
    position: relative;
    top: 3px;
}

.reg_other div {
    display: inline-block;
    position: relative;
    line-height: 50px;
}

.reg_other div a:nth-child(1) {
    color: #666666;
    cursor: auto;
}

.reg_other div a:nth-child(2) {
    color: #F31720;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .bg-e5e5e5 {
        background: #E5E5E5;
    }

    .m-t-2rem {
        margin-top: 2rem;
    }

    .m-t-15rem {
        margin-top: 1.5rem;
    }

    .f-z-16rem {
        font-size: 1.6rem;
    }

    .center {
        text-align: center;
    }

    .red {
        color: #F51E1E !important;
    }

    .color-666 {
        color: #666666;
    }

    .w-9rem {
        width: 9rem !important;
    }

    .w-10rem {
        width: 10rem !important;
    }

    .pb-14rem {
        padding-bottom: 14rem;
    }

    .hui-tab div {
        overflow: hidden;
    }

    .hui-form-items-title {
        width: auto;
    }

    .hui-tab-title {
        padding: 0;
    }

    .hui-tab-active {
        border-bottom: 2px solid #F41C1E !important;
        color: #000;
    }

    .hui-tab-title div {
        font-size: 1.4rem;
        font-weight: normal;
        border: 0;
    }

    .hui-primary {
        background: linear-gradient(90deg, #f20d23, #fc4d10);
        color: #FFFFFF;
        border-radius: 2px;
        height: 4rem;
        font-size: 1.4rem;
    }

    .hui-form-items {
        font-size: 1.4rem;
        color: #000;
        border: 1px solid #E6E6E6 !important;
    }

    .hui-tab-item {
        border: 0;
    }

    .hui-form-items:last-child {
        margin-top: 1rem;
    }

    .mob-banner {
        position: relative;
    }

    .mob-banner .i-img {
        width: 2rem;
        position: absolute;
        top: 1rem;
        left: 1.5rem;
    }

    .help {
        margin: 1.5rem 0;
    }

    .help i {
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 50%;
        margin-right: 0.5rem;
        float: left;
        margin-top: 0.1rem;
        position: relative;
        border: 2px solid #999999;
    }

    .help .yes {
        border: 0;
        background-color: #F41820;
    }

    .help .yes:after {
        content: '';
        position: absolute;
        width: 1.2rem;
        height: 1.5rem;
        background: url(../user/images/login/icon-check.png) no-repeat center;
        background-size: 100%;
        left: 0.1rem;
    }

    .help div {
        display: inline-block;
        width: 49%;
        font-size: 1.2rem;
        color: #666;
    }

    .help div:nth-child(2) {
        text-align: right;
    }

    .go-reg {
        text-align: center;
        font-size: 1.4rem;
        margin-top: 2rem;
        float: left;
        width: 100%;
    }

    .go-reg p {
        color: #F31720;
    }

    .ver-code {
        width: 9rem;
        color: #F31720;
        text-align: right;
    }

    .register .title {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #F6F6F6;
        padding: 1rem 0;
    }

    .register .left {
        position: relative;
        float: left;
        width: 2rem;
        height: 2rem;
    }

    .register .left:after {
        content: '';
        position: absolute;
        width: 1rem;
        height: 1rem;
        border-left: 2px solid #666;
        transform: rotate(45deg);
        border-bottom: 2px solid #666;
        top: 0.3rem;
        left: 0;
    }

    .register .title .content {
        width: 15rem;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
        font-size: 1.5rem;
    }

    .register .right {
        float: right;
        font-size: 1.4rem;
    }

    .register .reg-desc {
        font-size: 1.3rem;
        color: #666;
        padding: 1.5rem 0;
    }

    .register .reg-read {
        margin: 1.5rem 0;
    }

    .register .reg-read i {
        position: relative;
        width: 1.5rem;
        height: 1.5rem;
        display: inline-block;
        margin-right: 1rem;
    }

    .register .reg-read i:before {
        content: '';
        position: absolute;
        width: 1rem;
        height: 1rem;
        border: 2px solid #999999;
        border-radius: 2px;
        top: 0.4rem;
    }

    .register .reg-read i.yes:after {
        content: '';
        position: absolute;
        width: 0.8rem;
        height: 0.5rem;
        border-left: 2px solid red;
        border-bottom: 2px solid red;
        transform: rotate(-55deg);
        top: 0.6rem;
        left: 0.2rem;
    }

    .register .reg-read span {
        color: #666666;
        font-size: 1.3rem;
    }

    .register .reg-read span:nth-child(2) {
        margin-right: 0.2rem;
    }

    .register .item-2 {
        display: none;
    }

    .register .item-4 {
        display: none;
    }

    .register .item-5 {
        display: none;
    }

    .item-3 {
        position: fixed;
        z-index: 20;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        left: 0px;
        top: 0px;
        height: 100%;
        display: none;
    }

    .item-3 .alert-div {
        text-align: center;
        width: 300px;
        margin: 0 auto;
        background: #FFFFFF;
        border-radius: 1px;
        position: fixed;
        z-index: 21;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .item-3 .alert-div .code-input {
        border: 1px solid #e6e6e6;
        border-radius: 2px;
        width: 10rem;
        height: 3rem;
        text-indent: 1rem;
    }

    .item-3 .sub-div {
        margin: 2.5rem 0;
    }

    .item-3 .sub-div input {
        width: 11rem;
        height: 4rem;
        border-radius: 2px;
        font-size: 1.4rem;
        border: 0;
    }

    .item-3 .sub-div input:nth-child(1) {
        margin-right: 0.5rem;
    }

    .item-3 .sub-div input.no {
        background: #f0f0f0;
        color: #333;
    }

    .item-3 .sub-div input.yes {
        background: linear-gradient(90deg, #f20d23, #fc4d10);
        color: #FFFFFF;
    }

    .register .hui-primary {
        margin-top: 2rem;
    }

    .item-6 {
        position: fixed;
        z-index: 20;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        left: 0px;
        top: 0px;
        height: 100%;
        display: none;
    }

    .item-6 .alert-div {
        width: 300px;
        margin: 0 auto;
        background: #FFFFFF;
        border-radius: 1px;
        position: fixed;
        z-index: 21;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .item-6 .alert-div .content {
        padding: 1.1rem;
        width: 100%;
        height: 35rem;
        overflow: scroll;
    }

    .item-6 .alert-div .content h1 {
        font-size: 2rem;
        text-align: center;
        font-weight: bold;
    }

    .item-6 .alert-div .content h2 {
        font-size: 1.6rem;
        font-weight: bold;
        margin: 1rem 0;
    }

    .item-6 .alert-div .content p {
        font-size: 1.3rem;
    }

    .item-6 .alert-div .content .btn-div {
        margin: 2rem auto 0;
    }

    .bg-hui {
        color: #666666;
        background: #E5E5E5;
    }
}
