/*注册 begin*/
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
body {
    background: #e5eaef;
    color: #8b8e94;
    line-height: 28px;
    font-size: 15px;
}
body,html{
    background-color: #f2f2f2;
    font-family: 微软雅黑;
}
.register-bg {
    position: relative;
    height: 100%;
}
.register-img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 67px;

}
.register-img img{
    width: 200px;
}
.register-tit-img img{
    margin: 0 auto;
}

.register-txt{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.register-txt-content{
    text-align: center;
}
.register-txt-content >h3{
    font-size:30px;
    font-weight:bold;
    color:#000001;
    margin-bottom: 43px;
    font-family: 微软雅黑;
}
.register-txt-content >p{
    font-size:16px;
    font-weight:400;
    color:#000001;
    line-height:26px;
}

@media screen and (min-width: 960px){
    .register-txt-content >p{
        width: 780px;
    }
}

.register{
    margin-top: 65px;
}
.register-form{
    width: 990px;
    margin: 0 auto;
    background-color: #FFFFFF;
}
.user_log {
    padding: 40px 110px 31px 110px;
}
.custom-control {
    position: relative;
    display: block;
    clear: both;
}
.custom-control-input{
    display: inline-block;
}

.custom-control-label {
    color: #9A9999;
    font-size:14px;
    font-weight: 400;
}
.custom-control input{
    top: 4px;
}
.radio-right{
    padding-left: 40px;
}

.user_log .user_login >label{
    font-size:18px;
    font-weight:400;
    color:#000001;
    margin-bottom: 22px;
}
.user_log .user_login .form-group{
    margin-bottom: 70px;
}

.user_log .user_sjh {
    margin-top: 45px;
}
.user_log .user_yz{
    margin-top: 39px;
}

.user_log .layui-form-wd{
    width: 75%;
    overflow: hidden;
}

.user_log .Cell-phone {
    height: 44px;
    line-height: 44px;
    border: 1px solid #CCCCCC;
    padding-left: 10px;
    max-width: 100%;
    width: 100%;
    border-radius: 4px;
    font-size:14px;
}
.user_log  .Cell{
    width: 80%;
}
.user_log .Cell-phone::placeholder {
    color:#999999;
}

.user_log .Cell-phone::-webkit-input-placeholder  {
    color:#999999;
}
.user_log-control-label{
    margin-bottom: 0;
    margin-bottom: 0;
}
.user-control:focus {
    color: #55595c;
    background-color: #fff;
    border-color: red;
    outline: none;
}
.user-Success:focus {
    color: #55595c;
    background-color: #fff;
    border-color: #2E9F99;
    outline: none;
    transition: all 1s;
}

.register-input-Code {
    float: right;
}
#checkCode{
    border: 1px solid #CCCCCC;
    width: 100px;
    height:43px;
    display:inline-block;
    border-radius: 4px;
}
/*.register-input {
    margin-right: 142px;
}*/

.user_log .user_login .yzm {
    background: #0067ED;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    border: 0;
    padding: 8px 10px;
    transition: all 0.5s;
    line-height: 28px;
}

.user_log .user_login .yzm:hover {
    background: #2885ff;
}

.form-body{
    border-radius:4px;
}

.form-body .Success {
    margin:0 auto;
    text-align: center;
    display: none;
}

.form-body .Success .fanhui {
    width: 320px;
    height: 40px;
    line-height: 40px;
    background: #e4393c;
    color: #ffffff;
    margin: auto;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}

.form-body .Success .wans {
    width: 320px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    background: #11c64d;
    color: #ffffff;
}

.user-check-inline {
    display: inline-block;
}

.user-check-input:checked {
    background: #0067ED
}

.form-check-label{
    margin-right:30px;
}

.user-check-inline label{
    font-size: 14px;
    font-weight:400;
    color:#999999;
}

.user-check-input {
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border: 1px solid #B5B5B5;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    vertical-align: sub;
    top: -1px;
    cursor: default;
    -webkit-appearance: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background-color ease 0.1s;
    transition: background-color ease 0.1s;
    margin: 0 10px 0 0 !important;
}

.user-check-input:checked::after {
    content: '';
    top: 4px;
    left: 3px;
    position: absolute;
    background: transparent;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    height: 5px;
    width: 8px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.user-check-submit {
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.user-check-submit >a{
    display: block;
    margin: 0 auto;
    width: 360px;
    padding: 8px 0;
    text-align: center;
    background-color: #0067ED;
    border: 0;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.5s;
}
.user-check-read{
    font-size:12px;
    color:#999999;
    font-weight:400;
    text-align: center;
    padding-top: 19px;
}
.user-check-read a{
    color:#0067ED;
}

.user-check-btn {
    width: 360px;
    padding: 8px 0;
    text-align: center;
    background-color: #0067ED;
    border: 0;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.5s;
    margin: 0 auto  ;
    line-height:28px;
}

.user-check-btn:hover {
    background-color: #2885ff;
}
.user_login-bot{
    margin-bottom: 5px!important;
}

.register-footer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.register-footer p {
    text-align: center;
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    margin-top: 14px;
}

.user_log-top {
    margin: 46px 0 31px 0;
}
.alert {
    width: 423px;
    height: 141px;
    position:fixed;
    top: 50%;
    left: 50%;
    margin: -101px 0 0 -217px;
    display: none;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 7px 0px rgba(177, 177, 177, 0.3);
    border-radius: 4px;
    padding: 16px;
    margin-top:-300px
}

@media screen  and (max-width: 768px) {
    .alert {
        width: 200px;
        margin-left: -100px;
    }
}

.alert h2 {
    font-size: 16px;
    font-weight: bold;
    color: #303133;
    position: relative;
}

.alert .alert-close {
    cursor: pointer;
}

.alert .alert-close:after {
    content: '\d7';
    position: absolute;
    right: 0;
    top: 0;
    color: #0067ED;
    margin: 16px 16px 0 0;
    font-size: 26px;
}

.alert .alert_con {
}

.alert .alert_con p {
    color: #000;
}

.alert .alert_con p:nth-child(2) {
    text-align: right;
}

#ts {
    padding-top: 26px;
    text-align: left;
}

.alert .alert_con .btn {
    padding: 5px 15px;
    color: #fff;
    cursor: pointer;
    background: #0067ED;
    border: 1px solid #0067ED;
    border-radius: 4px;
    margin-top: 16px;
    text-align: right;
}
.alert .alert_con .btn:hover{
    background: #2885ff;
}
.register-red{
    color: red;
    font-size: 12px;
    display: block;
    margin-top: 10px;
}
.register-border{
    border: 1px solid red !important;
    transition: all 1s;
}

@media screen and (min-width: 990px){
    .register-bg{
        height: 100%;
    }

    .user_log{
        padding: 65px 126px 83px 126px;
    }
}
@media screen and (min-width: 768px){
    .registerbg {
        height: calc(100% - 140px);
        /*display: flex;*/
    }
}

@media screen and (max-width: 990px) {
    .register-form{
        width: 660px;
    }
    .user_log .layui-form-wd{
        width: 100%;
    }
    .user_log .Cell {
        width: 81%;
    }
    .form-body {
        margin-top: 40px;
    }
    .user_log{
        padding: 40px 40px 31px 40px;;
    }
    .user_log, .Success {
        margin: 0 auto;
    }

    .register-footer {
        padding-bottom: 40px;
        margin-top: 0;
    }
}
@media screen and (max-width: 768px) {
    .register-form {
        width: 445px;
    }
    .user_log .layui-form-wd{
        width: 100%;
    }
    .user_log .Cell {
        width: 70%;
    }
    #checkCode{
        width: 100px;
    }
    .user-check-btn {
        width: calc(100% - 40px);
        padding: 6px 0;
        margin: 0 auto;
        display: block;
    }
    .user_log{
        padding: 40px;
    }
}

@media screen and (max-width: 479px) {
    .user_log, .Success {
        width: auto;
        padding:20px;
    }
    .register-form{
        width: 100%;
    }
    .user-check-btn{
        width: calc(100% - 40px);
    }
    .user_log .Cell-phone{
        padding-left: 5px;
    }
    .user_log .Cell-phone::placeholder{
        font-size: 1.2rem;
    }
    .register-footer {
        margin-top: 0;
    }
}
.apply-footer{
    text-align: center;
    margin-top: 35px;
    margin-bottom: 50px;
}
.apply-footer >p{
    font-size:14px;
    font-weight:400;
    color:#999999;
    line-height:26px;
}
.register-img2,.register-icon, .clip{
    display: none;
}
.apply-title{ }
.apply-title h3{
    font-size: 30px;
    font-weight: bold;
    color: rgb(0, 0, 1);
    margin-bottom: 43px;
    font-family: 微软雅黑;

}
.apply-title p{
    font-size: 16px;
    font-weight: 400;
    color: #000001;
    line-height: 26px;
}
/*手机端style*/
@media screen  and (max-width: 375px){
    .clip{
        height: 15px;
        display: block;
        background-color: #f2f2f2;
    }
    .user_log{
        padding: 0;
    }
    .register-bg{
        background-color: #FFFFFF;
    }
    .register{
        margin-top:92px;
    }
    .register >.container{
        /*, .register-bg >.container*/
        padding-right:0;
        padding-left:0;
    }
    .register >.row{
        margin-right:0;
        margin-left:0;
    }
    .register .col-md-12{
        padding-right:0;
        padding-left:0;
    }
    .user_login{
        padding: 25px 32px;
    }
    .register-img{
        display: none;
    }
    .register-img2{
        display: block;
        justify-content: center;
        align-items: center;
        margin: 85px 62px 0 62px;
    }
    .register-img2 img{
        width: 100%;
        height: 100%;
    }
    .register-txt-content >h3{
        font-size:24px;
    }
    .register-txt-content >p{
        text-align: left;
    }
    .register-icon{
        display: block;
        margin-top: 100px;
    }
    .register-icon >img{
        display: block;
        margin: 0 auto;
    }
    .user_log .user_login >label{
        font-size:18px
    }
    .user_log .user_sjh{
        margin-top: 0;
    }
    .user_log .layui-form-wd, .user_log .Cell{
        width: 100%;
    }
    .register-input-Code{
        float: left;
        margin-top: 25px;
    }
    .user_log .user_login .yzm{
        padding: 8px 28px;
        font-size:14px;
    }
    .checkbox-inline, .radio-inline{
        display: block;
    }
    .radio-right{
        margin-left: 0!important;
        padding-left:20px;
        margin-top: 23px !important;
        font-size:14px;
    }
    .user-check-inline{
        display: block;
    }
    .user-check-inline label{
        color: #999999;
        font-size:14px;
    }
    .user_log .user_yz{
        margin-top:0;
    }
    .form-check-label{
        margin-bottom: 20px;
        margin-right:0;
    }
    .user_log .user_login .form-group{
        margin-bottom:0;
    }

    .apply-footer, .user_login-phone{
        background-color: #f2f2f2;
    }
}

/*注册 End*/