@charset "utf-8"; 
/* CSS reset Starts */
body, input, textarea, div, a, table, tr, td, th {
    font-family: "PingFangSC-Regular","PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "Segoe UI", sans-serif;
    font-size: 14px;
}

html,body {
    min-height: 100%;
}

body {
    color: #333;
    background-color: transparent;
    -webkit-text-size-adjust: none;
    height: 100%;width: 100%;
    background: url('../images/bg/reg-page-bg.png');
    background-size:cover;

}


body, div, dl, dt, dd, ul, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}


a { color: #ffffff; text-decoration: none;}
a:hover { color: #ffffff; text-decoration: none; }



ul, li {
    list-style: none;
}

/* CSS reset Ends*/
/* 登录 Starts */
.d-login-body {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

.reglogo{ width:600px; float:left;padding-left:5px;}
.reglogo img{ display:inline-block; vertical-align:bottom; margin:10px 10px 0px 10px; }


.d-login-bg {
}

.d-login-dialog {
    width: 534px;
    position: relative;
    margin: auto;
    height: 100%;
    position: absolute;
    right: 20%;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
    background: #000\9;
}
.d-login-dialog-wrap{
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -250px;
}
.d-login-header{
    overflow: hidden;
    width: 360px;
    margin: 0 auto;
}

.lang-header {
    float: right;
    height:55px;
    font-size: 14px;
    margin-top: -50px;

    padding-right:25px;

}


.d-desc-header {

    padding-left:30px;


    float: left;
    height:55px;
}
.d-desc-header p {
    text-align: left;
}
.d-desc-header  .d-desc-eng{
    margin-top: 10px;
    font-size: 18px;
    color: #A2A2A2;
}
.d-desc-header  .d-desc-chn{
    font-size: 24px;
    color: #FFFFFF;
}

.d-login-dialog .desc {
    color: #fff;
    text-align: center;
    margin: 20px 0;
    font-size: 14px;
    line-height: 20px;
}

.d-enroll-dialog {
    border-radius: 5px;
    border-bottom-right-radius: 0;
}

.d-tab-header {
    overflow: hidden;
}

.d-tab-header ul li {
    height: 45px;
    line-height: 45px;
    color: #A2A2A2;
    cursor: pointer;
    display: none;
    text-align: right;
    margin-top: 34px;
}
.d-tab-header ul li span{
    color: #fff;
    transition: all 0.3s ease;
}
.d-tab-header ul li:hover span {
    color: #4285F4;
    transition: all 0.3s ease;
}

.d-tab-header ul li.active {
    display: block;
}
.d-tab-header ul li:first-child{
    border-top-left-radius:4px;
}
.d-tab-header ul li:last-child{
    border-top-right-radius:4px;
}

.d-tab-content {
    width: 360px;
    padding-bottom: 21px;
    margin:  0 auto;
}

.d-form-content {
    height: 40px;
    line-height:40px;
    border-bottom: 1px solid #5a5a5a;
    margin: 0 auto 15px;
    color: #9B9B9B;
    text-align: center;
    position: relative;
}

.d-form-content>* {
    vertical-align: middle;
    display: inline-block;
}

.d-form-content-prompt{
    position: absolute;
    left: 0;
    font-size: 12px;
    color: #A2A2A2;
}

.d-form-content .txt {
    line-height: 40px;
    padding-left: 5px;
    color: #999;
}

.d-form-content .require {
    color: #EB2E45;
    font-style: normal;
    padding-left:5px;
    margin-right: 1px;
}

.d-tab-item.active{display:block;/* padding: 10px 0; */}
.d-tab-item{display:none;min-height: 318px;}
.d-tab-item #message,
.d-tab-item #quickMessage{
    height:20px;
    line-height:20px;
    display:  inline-block;
    color: #EB2E45;
    margin: 10px auto;
}
/* 快速登录 */
.d-tab-item #quickMessage{
    /* margin-top:20px; */
}
.d-form-verify{
    position: relative;
}
.d-form-content.d-form-verify input.input-txt{
    width: 188px;
}



.d-form-content input.input-txt {
    position: relative;
    text-align: left;
    margin-left:50px;
    line-height: 41px;
    height: 41px;
    padding: 0 5px;
    border:0;
    outline: none;
    width: 269px;
    color: #fff;
    background-color:transparent;
    border-bottom: 0;
}
.d-form-content .d-form-line{
    position: absolute;
    left: 45px;
    bottom: -2px;
    width: 0;
    height: 2px;
    background:  #fff;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}
.d-form-content.active .d-form-line{
    position: absolute;
    left: 45px;
    bottom: -2px;
    width: 270px;
    height: 2px;
    background:  #fff;
}
/* 输入框active */

/* 修改holder样式 */
.d-form-content input.input-txt::-ms-input-placeholder{
    text-align: center;
}
.d-form-content input.input-txt::-webkit-input-placeholder{
    text-align: center;
}
.d-form-content .btn {
    position: absolute;
    background: transparent;
    line-height: 24px;
    right: 0;
    bottom: 10px;
    color: #fff;
    font-size: 12px;
    padding: 0 16px;
    cursor: pointer;
    outline:  none;
    margin:  0;
    border:1px solid #9B9B9B;
    transition: all 0.3s ease;
}
.d-form-content .btn:hover {
    color: #fff;
    border:1px solid #fff;
    transition: all 0.3s ease;
}

.d-form-content #getCodeQuick:hover {
    background: #0C5BDE;
    border-color: #0C5BDE;
    color: #fff;
}

.d-btn-captcha {
    display: inline-block;
    width: 90px;
    text-align: center;
    line-height: 35px;
    background: #474747;
    color: #A2A2A2;
    text-decoration: none;
    font-size: 13px;
    border-radius: 2px;
    outline:  none;
    border: none;
    cursor:  pointer;
    margin-top: -12px;
    margin-left: 0px;
    transition: all.3s;
    -webkit-transition: all .3s;
}



input.input-txt-email{
    width: 190px;
    position: relative;
    text-align: left;
    margin-left:65px;
    margin-right:0px;
    line-height: 41px;
    height: 41px;
    padding: 0 5px;
    border:0;
    outline: none;
    color: #fff;
    background-color:transparent;
    border-bottom: 0;



}


.d-btn-login {
    display: inline-block;
    width: 200px;
    text-align: center;
    line-height: 40px;
    background: #474747;
    color: #A2A2A2;
    text-decoration: none;
    font-size: 16px;
    border-radius: 2px;
    border: none;
    outline:  none;
    cursor:  pointer;
    margin-left: 80px;
    margin-top: 80px;
    transition: all.3s;
    -webkit-transition: all .3s;
}


.d-btn-login:hover {
    color: #fff;
    background: #0C5BDE;
}

.d-tab-sidebar {
    position: absolute;
    background: transparent;
    left: 100%;
    bottom: 3px;
    cursor: pointer;
    color: #4285F4;
    transition: all 0.4s 0.3s;
    display: none;
}

.d-tab-sidebar .txt {
    width: 16px;
    height: 107px;
    background: #f2f2f2;
    display: inline-block;
    padding: 10px;
    opacity: 1;
    font-size: 12px;
}

.d-tab-sidebar .code {
    position: absolute;
    left: 45px;
    bottom: 0;
    opacity: 0;
    padding: 6px;
    background: #f2f2f2;
}
.d-tab-sidebar .code img{
    width:120px;
    height:120px;
}

.d-tab-sidebar:hover .txt {
    /*     display: none; */
    opacity: 0;
    filter:alpha(opacity=0);
}

.d-tab-sidebar:hover .code {
    left: 0;
    opacity: 1;
    filter:alpha(opacity=100);
}
/* 快速登录 */
#d-tab-item-1 form{
    margin-top: 49px;
}
#d-tab-item-1 .d-btn-login{
    margin-top:210px;
}
.d-login-msg{
    color: #999; 
    text-align:center;
    margin-top:40px;
}
.d-code{
    border: 0;
    height: 41px;
    background: transparent;
    color: #fff;
}
/* 过期提示 */
.exprie-tips{line-height:20px;margin-top: 40px;display: none;}
.exprie-tips p{ line-height:22px;text-align: center;color:#999}

/* 登录 Ends */
/* @media screen and (max-height: 560px) {
    .d-login-dialog {
        margin:0 auto;
    }
} */
@media screen and (max-height: 730px) {
    .d-login-dialog {
        margin:0 auto;
    }
}

.d-form-content.active .d-form-content .btn{
    color: #fff;
}
.d-form-content #getCodeQuick:hover{
    background-color:#0a46ab;
     border-color:#0a46ab;
}
.d-form-content #getCodeQuick{
    background-color:#0C5BDE;
     border-color:#0C5BDE;
}