.safety_header {
    width: 100%;
    background: #202124;
    position: fixed;
    z-index: 998;
}

.safety_header .safety_header_wrap {
    width: 100%;
    height: 66px;
}

.index_header_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_box {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    line-height: 66px;
    height: 66px;
    font-size: 16px;
    position: relative;
}

.header_box a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

.header_box a:hover {
    color: #E4002B;
}

.header_box a i {
    margin-right: 12px;
}


/*登录页面*/
.loginbanner {
    width: 100%;
    position: relative;
    height: 631px;
    background-size: cover;
    background: url('/view/static/img/login/loginbanner.png') no-repeat center center;
}

.login_case {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.login_case input:focus {
    outline: #E5E6EB !important;
    border-color: #E5E6EB !important;
}

.login_case input:hover {
    cursor: text !important;
    border-color: #E5E6EB !important;
}

.noregist {
    text-align: center;
}

.noregist span {
    color: #666666;
    font-size: 14px;
}

.noregist a {
    font-size: 14px;
    color: #E4002B;
    cursor: pointer;
}

.login-con .noregist a:hover {
    text-decoration: underline;
    color: #EF5769;
}


.login-register-con {
    width: 448px;
    height: 450px;
    background: #F6F6F6;
    border-radius: 6px;
    padding-top: 40px;
    box-sizing: border-box;
}

.login-register-con .login-title {
    padding-left: 55px;
    font-size: 24px;
    margin-bottom: 34px;
    color: #191919;
}

.login-con,
.regist-con {
    ::-webkit-input-placeholder {
        font-size: 14px;
        color: #999999;
        line-height: 20px;
    }

    :-moz-placeholder {
        font-size: 14px;
        color: #999999;
        line-height: 20px;
    }

    ::-moz-placeholder {
        font-size: 14px;
        color: #999999;
        line-height: 20px;
    }
}

.login-con .input-txt,
.regist-con .input-txt {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 330px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #DEDEDE;
    padding-left: 20px;
    box-sizing: border-box;
    /* background: #f8f8f8; */
    /* color: #aeaeae; */
    font-size: 14px;
    font-family: "microsoft yahei";
}

.list-con form>div {
    margin-bottom: 20px;
    position: relative;
}

.list-con form>div a:hover {
    color: #146bd8;
}

.list-con {
    margin: 0 55px;
}

.login-con .input-code {
    width: 234px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 6px 0px 0px 6px;
}

span.code-img {
    width: 110px;
    height: 40px;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
}

.login-con span.code-img img {
    border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
}

.login-con span.code-img {
    width: 96px;
    height: 40px;
    margin-left: -4px;
    border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
}

.errorRd {
    /* height: 20px; */
    line-height: 20px;
    color: red;
    position: relative;
    left: 145px;
    /* top: -21px; */
    top: 4px;
    font-size: 12px;
}

.loginbanner .errorRd {
    left: 0;
}

.login-register-con .login-con .input-txt:focus,
.login-register-con .regist-con .input-txt:focus {
    color: #aeaeae;
}

.login-register-con .login-con .input-txt:focus,
.login-register-con .regist-con .input-txt:focus {
    border: 1px solid #146bd8;
}

.remember-info {
    margin-bottom: 20px;
}

.remember-info a {
    text-decoration: none;
    color: #333;
    font-size: 12px;
}

.remember-info a:hover {
    color: #EF5769 !important;
}

.remember-info .fl label,
.remember-info .fl input {
    vertical-align: middle;
    font-size: 15px;
    color: #333;
}

.remember-info .fl input {
    margin-right: 5px;
}

.remember-info .fr a,
.remember-info .fl .read {
    color: #146bd8;
    font-size: 14px;
}

.login-btn p,
.regis-btn p {
    display: inline-block;
    width: 330px;
    height: 40px;
    background: #E4002B;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.login-btn p:hover,
.regis-btn p:hover {
    background-color: #EF5769;
    cursor: pointer
}



.bind-mobile-dialog {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    font-family: "microsoft yahei";
    font-size: 14px;
}

.errorInfo {
    color: #F00;
    position: absolute;
    top: 40px;
}

.errorInfo2 {
    color: #F00;
}

.img-code {
    cursor: pointer;
}

.text-tips {
    padding-bottom: 20px;
    color: #7F7F7F;
}

.dialog-phone-form {
    width: 500px;
    height: 380px;
    background: #fff;
    margin: 0 auto;
    /*水平居中*/
    position: relative;
    top: 50%;
    /*偏移*/
    margin-top: -190px;
    border-radius: 6px;
}

.dialog-header {
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 20px;
    border-bottom: 1px solid #c6ccd4;
    color: #1D2129;
}

.mobile-close-btn {
    position: absolute;
    right: 20px;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
}

.mobile-close-btn::after {
    content: '\e6d9';
    font-family: 'iconfont';
}

.dialog-content {
    padding: 20px 0;
    width: 440px;
    text-align: center;
}

.dialog-content .input-txt {
    border-radius: 2px;
    width: 255px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #c6ccd4;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: black;
    background: white
}

.line-item {
    margin-bottom: 20px;
}

.line-item .label {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 100px;
    color: #1D2129;
}

.line-item .label-right {
    display: inline-block;
    position: relative;
}

.label-right .input-txt {
    border-radius: 4px;
    border: 1px solid #DEDEDE!important;
}
.label-right .input-txt:focus{
    box-shadow: 0px 0px 0px 1px rgba(96,96,97,0.15);
    border: 1px solid #8D8E8F!important;
}

.label-right-inline {
    display: inline-block;
}

.label-right-inline .input-txt {
    width: 130px;
}

.sms-btn {
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    color: #fff;
    background: #E8232A;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 4px;
}

.dialog-foot {
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
}

.bind-btn {
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    color: #fff;
    background: #E8232A;
    margin: 0 auto;
    border-radius: 4px;
}

.bind-btn:hover,
.sms-btn:hover {
    background: #EF5769;
}

.code-img img {
    cursor: pointer;
}

.disabledBtn {
    cursor: not-allowed;
    background: #999;
}

.disabledBtn:hover {
    background: #999;
}

/*验证邮箱界面*/

.dialog-emailinfo-box {
    width: 80%;
    margin: 0 auto;
    text-align: left;
}

.dialog-emailinfo-box .d-title {
    font-size: 16px;
    color: #000;
    padding: 10px 0;
}

.dialog-emailinfo-box .d-link-text {
    padding: 10px 0;
    font-size: 12px;
}

.dialog-emailinfo-box .d-link-text a {
    text-decoration: none;
}

.dialog-emailinfo-box .d-link-text .goactivate {
    color: #389BD4;
    cursor: pointer;
    padding: 0 10px;
    margin-left: 20px;
}

.email-tims {
    padding: 10px 0;
    font-style: 12px;
    color: #999;
}

.finishactive-btn>span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    min-width: 100px;
    padding: 0 10px;
    text-align: center;
    color: #fff;
    background: #2b78ff;
    border-radius: 4px;
}

.border-line {
    margin-top: 20px;
    height: 1px;
    width: 100%;
    background: #999;
}

.other-tips {
    margin-top: 20px;
    font-size: 12px;
    color: #999;
}

.other-tips dl dd {
    line-height: 1.8;
    padding-left: 10px;
}

.other-tips dl dd:first-child {
    padding-left: 0;
    color: #666;
}

.other-tips dl dd>span {
    color: #2b78ff;
    margin-left: 5px;
    cursor: pointer;
}


/* 注册 */
.login-register-wrap {
    width: 100%;
    height: 631px;
    background: #fff;
}

.login-regis-tit {
    height: 64px;
    border-bottom: 1px solid #ccc;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.login-regis-tit .tab-list {
    text-align: center;
    font-size: 0;
}

.login-regis-tit .tab-list li {
    vertical-align: middle;
    cursor: pointer;
    height: 65px;
    padding: 20px 90px 10px 90px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #a8a7a7;
    font-weight: bold;
}

.login-regis-tit .tab-list li i {
    display: inline-block;
    font-style: normal;
    width: 32px;
    height: 32px;
    background: #ccd1db;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin-right: 10px;
    border-radius: 50%;
}

.login-regis-tit .tab-list li.on {
    border-bottom: 2px solid #E4002B;
    color: #333;
}

.login-regis-tit .tab-list li.on i {
    background: #E4002B;
}

.login-regis-con {
    background: none;
    padding-top: 5px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-regis-con input{
    outline: none;
}

.login-regis-con input:hover {
    cursor: text !important;
}

.login-regis-con input:focus {
    box-shadow: 0px 0px 0px 1px rgba(96,96,97,0.15);
    border: 1px solid #8D8E8F!important;
}

.new-regist-con {
    width: 580px
}

.new-regist-con .input-txt {
    width: 380px
}

.regist-title {
    width: 140px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #333333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
}

.regist-con .login-btn,
.redtermService{
     padding-left: 144px;
}
.hasregist{
    text-align: center;
}
.hasregist a {
    font-size: 14px;
    color: #E4002B;
    cursor: pointer;
}

.hasregist a:hover {
    text-decoration: underline !important;
    color: #EF5769 !important;
}

.loginFlag:before,
.redtermService label:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
    background: url('/view/static/img/login/checkbox.png') no-repeat center center;
}

.loginFlag.checked:before,
.redtermService label.checked:before {
    background: url('/view/static/img/login/checkedbox.png') no-repeat center center;
}

.regis-after {
    width: 600px;
}

.regis-after>p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.regis-after .login-btn {
    line-height: 52px;
}

.sendAlready>span {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    line-height: 28px;
    margin-left: 20px;
    font-size: 16px;
    color: #666666;
}

.sendAlready>span span {
    font-size: 18px;
    color: #E8232A;
    font-weight: bold;
}

.sendAlready a {
    color: #E8232A;
    font-size: 18px;
    font-weight: bold;
}

/*找回密码*/
.regist-con  .input-regMask{
    width:244px;
    height:40px;
    line-height:40px;
}
.regist-con .img-code{
    position: relative;
    display:inline-block;
    width: 76px;
    height: 37px;
    vertical-align: middle;
    border: 0;
    margin-left: 10px;
    top: -2px;
}

.smsbtn{
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    border-radius: 4px;
    background: #E4002B;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    min-width: 80px;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
}
.smsbtn-disable{
    background: #9a9a9a;
    cursor: not-allowed;
}

.regis-ps{
    padding-left:88px;
    color:#666666;
    font-size:14px;
    margin-top:25px;
}
.notemail{
    margin-top:50px;
}
.notemail h4{
    color:#666666;
    font-size:16px;
    font-weight:bold;
    margin-bottom:15px;
}
.notemail ul li{
    color:#9c9c9c;
    font-size:12px;
    margin-bottom:10px;
}
.notemail ul li a{
    color:#E8232A;
    font-size:12px;
    cursor:pointer;
}
.notemail ul li a:hover{
    text-decoration: underline;
}
.line{
    width:100%;
    background:url('/view/static/img/login/lineregist.png') no-repeat center center;
    height:2px;
    margin-top:30px;
    margin-bottom:15px;
}