/*登录*/
#x_login_box .modal-dialog{
    margin: 180px auto;
}
#dxyzm{
    position: relative;
    top: 15px;
}
#x_login_box #myTabs{
    position: relative;
    top: -20px;
}
#x_login_box #myTabs li{
    width: 50%;
    text-align: center;
}
.login-top{
    position: absolute;
    width: 100%;
    top: 6%;
    left: 0;
}
.login-top a{
    padding-left: 6%;
}
.login-top h1{
    text-align: center;
    color: #fff;
    padding-top:70px;
    font-size:44px;
}
#x_login_box .login-center{
    background: rgba(255,255,255,.2);
    width: 500px;
    border-radius: 0;
    position: relative;
    left: 260px;
    top: 75px;
}
#x_login_box #username,#x_login_box #password,#x_login_box #x_yzm{
    border-color: #d3a554;
}
#x_login_box .form-control{
    background-color: transparent;
    height: 56px;
    color: #fff;
    font-size: 18px;
    padding-right: 12px;
}
#x_login_box #captcha{
    height: 38px;
}
#x_login_box input::-webkit-input-placeholder {
    color: #fff;
}
#x_login_box input::-moz-input-placeholder {
    color: #fff;
}
#x_login_box input::-ms-input-placeholder {
    color: #fff;
}
#x_login_box .btn-primary{
    font-size: 18px;
    margin-top: 30px;
}
.yzm_tab{
    padding-left: 0;
    text-align: center;
}
.yzm_tab a{
    font-size: 15px;
    color: #7196ff;
    text-decoration: underline;
}
#x_login_box .sel_box{
    overflow: hidden;
    color:#c1c1c1;
}
#x_login_box .sel_box label{
    float: left;
    margin: 0!important;
}
#x_login_box .sel_box a{
    float: right;
    color:#c1c1c1;
}
#x_login_box .checkbox-info input:checked~span::before{
    background-color: #d3a554;
    border-color: #d3a554;
}
#x_login_box .login-bottom{
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
#x_login_box .login-bottom>a:first-child{
    position: relative;
    left: -70px;
    font-size: 15px;
    bottom: 70px;
}
#x_login_box .cwdls{
    position: relative;
    left: 70px;
    font-size: 15px;
    bottom: 70px;
}
.x_smty{
    position: fixed;
    right: 115px;
    bottom: 80px;
    text-align: center;
    color: #fff;
}
.x_smty img{
    position: relative;
    top: -10px;
}
.log_bgwa{
    position: absolute;
    left: 530px;
    top: 350px;
}
#x_login_box .modal-header,#x_login_box .modal-footer{
    border: 0;
}
#x_login_box .modal-body{
    text-align: left;
    color: #999;
}
#x_login_box .modal-body>div:first-child{
    border: 1px solid #dedede;
    padding: 10px;
    margin-bottom: 10px;
}
#x_login_box .modal-body>div:first-child p{
    text-indent: 2em;
    font-size: 16px;
}
#x_login_box .modal-footer{
    text-align: center;
}
#x_login_box .modal-title{
    color: #000;
    position: relative;
    top: 10px;
}
#x_login_box .modal-dialog{
    width: 526px;
}
#x_login_box .modal-footer button{
    position: relative;
    top: -20px;
}
/*注册*/
#hqyzm{
    padding-left: 0;
}
#hqyzm>button{
    background: none;
    border: 0;
    color: #3d74ff!important;
    text-align: left;
}
#hqyzm .btn-primary:not([disabled]):not(.disabled):active{
    background-color: transparent!important;
    border-color: transparent!important;
}
#x_reg h4{
    font-size: 24px;
    padding-top: 15px;
}
#x_reg .card-header{
    border: 0;
}
#reg_btn{
    padding-top: 30px;
}
#x_reg label{
    padding-right: 0;
    padding-left: 0;
}
#x_reg .card-body{
    padding-right: 0;
}
#x_reg .step-dots .nav-step-item{
    font-size: 18px;
}
#bzxx{
    padding: 0;
}
#reg_logo b{
    font-size: 30px;
    color: #333;
    margin-left: 40px;
}
#reg_logo img{
    position: relative;
    top: -5px;
}
@media (max-width: 375px) and (max-height: 812px){
    .login-top h1{
        padding-top: 30px;
    }
}
@media (max-width: 768px) {
    #x_login_box .login-center{
        left: 0;
        top: -30px;
    }
    .login-top h1{
        font-size: 40px;
        padding-top: 50px;
    }
    .x_smty{
        right: 30px;
        bottom: 30px;
    }
    .log_bgwa{
        position: fixed;
        left: 30px;
        bottom: 30px;
        top: auto;
    }
    .log_bgwa img{
        max-width: 65%;
    }
    .login-top{
        top: 3%;
    }
    #x_login_box .login-bottom{
        bottom: 150px;
    }
    #x_login_box .modal-dialog{
        width: 90%;
        margin: 25px auto;
    }
    .lyear-layout-sidebar{
        top: 0;
        left: 0;
    }
    #x_login_box .modal-body>div:first-child p{
        font-size: 15px;
    }
    #x_login_box .modal-footer{
        padding-bottom: 5px;
    }
    #x_reg .form-group label{
        width: 20%;
        float: left;
    }
    #x_reg .form-group .col-md-7{
        width: 70%;
        float: left;
    }
    #x_reg .form-group .col-md-4{
        width: 45%;
        float: left;
    }
    #hqyzm{
        float: left;
    }
    #reg_btn{
        width: 90%;
    }
    #x_reg .card-body{
        padding-left: 65px;
    }
}
@media (max-width: 480px) {
    .login-top img{
        width: 70px;
    }
    .login-top h1{
        font-size: 28px;
        padding-top: 25px;
    }
    .login-top{
        top: 2%;
    }
    #x_login_box .login-center{
        padding:10px  25px;
        top: -45px;
    }
    .yzm_tab a{
        font-size: 14px;
    }
    #x_login_box .btn-primary{
        margin-top: 20px;
    }
    #x_login_box #myTabs{
        top: -15px;
    }
    .x_smty,.log_bgwa{
        bottom: 20px;
    }
    .x_smty img{
        width: 100px;
    }
    .log_bgwa img{
        max-width: 43%;
    }
    #x_login_box .form-control{
        font-size: 16px;
    }
    #x_login_box .form-control{
        height: 44px;
    }
    #x_login_box .login-bottom{
        bottom: 115px;
    }
    #x_reg .form-group label{
        text-align: right;
        position: relative;
        top: 7px;
    }
    .Kstep{
        margin: 20px auto;
    }
    #x_reg .card-body{
        padding-left: 40px;
    }
    #reg_logo b{
        display: none;
    }
    #reg_logo img{
        width: 80px;
        top: 0;
    }
}
@media (max-width: 414px) {
    .login-top h1{
        font-size: 24px;
    }
    .yzm_tab a{
        font-size: 12px;
    }
    #home .row{
        margin-bottom: 5px;
    }
    #x_login_box .btn-primary{
        margin-top: 0;
    }
    #x_login_box .form-group{
        margin-bottom: 10px;
    }
    .x_smty, .log_bgwa{
        bottom: 10px;
    }
    #x_login_box .login-bottom{
        bottom: 105px;
    }
    #x_login_box #myTabs{
        margin-bottom: 0;
    }
    #x_reg .row>.col-sm-12{
        padding: 0;
    }
    #x_reg .step-dots .nav-step-item{
        font-size: 16px;
    }
    #x_reg .container-fluid{
        padding-top: 0;
    }
}
@media (max-width: 375px) {
    #x_login_box .login-center{
        margin: 0;
        padding: 0 15px 10px;
    }
    #x_login_box .lyear-login{
        padding: 0 30px;
    }
    .login-top h1{
        font-size: 22px;
        padding-top: 15px;
    }
    .x_smty img{
        width: 80px;
    }
    .log_bgwa img{
        max-width: 35%;
    }
    #x_login_box .login-bottom {
        bottom: 80px;
    }
    #x_reg .form-group label {
        width: 22%;
    }
    #x_reg .form-group .col-md-7,#x_reg .form-group .col-md-4,#hqyzm>button{
        padding-left: 0;
    }
    #x_reg .card-body{
        padding-left: 30px;
    }
}
@media (max-width: 360px) {
    .yzm_tab{
        padding-right: 10px;
        position: relative;
        left: -5px;
    }
    .login-top h1 {
        font-size: 20px;
        padding-top: 5px;
    }
    .login-top img{
        width: 65px;
    }
    .x_smty, .log_bgwa{
        bottom: 5px;
    }
    #x_login_box .login-bottom{
        bottom: 70px;
    }
}
