@charset "UTF-8";
html {
    font-family: "微软雅黑", "Helvetica Neue","PingFang SC", "Helvetica", "STHeiTi", "Arial", "sans-serif";
    margin: 0 auto;
    padding: 0;
    height: 100%;
}

body {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}

input {
    outline: none;
}

a, a:hover, a:active {
    text-decoration: none;
    color: #FFFFFF;
}

ul, ol, li, dl, dd {
    margin: 0;
    padding: 0;
}

.zbox {
    width: 100%;
    background-image: url(../img/50.jpg);
    height: 100%;
    background-size: 100% 100%;
    overflow: hidden;
}

.logo1 {
    background-image: url(../img/logo.png);
    background-size: 100% 100%;
    overflow: hidden;
    width: 138px;
    height: 33px;
    margin-top: 19px;
    margin-left: 28px;
}

.xbox {
    width: 100%;
    margin-top: 150px;
}

.signinbox {
    width: 400px;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
}

.logo2 {
    width: 100%;
    height: 150px;
    text-align: center;
}

.logo2-tp {
    width: 72px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.logo2-text {
    width: 100%;
    height: 40px;
    text-align: center;
    margin-top: 20px;
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 700;
}

.form-control {
    width: 100%;
}

.input-group {
    width: 300px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
}

.email-input, .password-input {
    box-sizing: border-box;
    width: 300px;
    height: 40px;
    line-height: 40px;
    background-color: #CDCBF4;
    border: none;
    padding-left: 10px;
    border-radius: 5px;
}

.login-submit {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.btnLogin {
    width: 300px;
    height: 35px;
    border: none;
    background-color: #4aaafe;
    color: #FFFFFF;
    border-radius: 5px;
    cursor: pointer;
}

.login-error-tips {
    margin-left: auto;
    margin-right: auto;
    width: 260px;
    color: #FFFFFF;
    text-align: center;
}

.Iconbox {
    width: 300px;
    display: flex;
    flex-wrap: nowrap;
    margin: 15px auto 0;
}

.Iconboxtext {
    font-size: 12px;
    margin-left: 161px;
    margin-top: 8px;
}

.reg-box {
    margin-top: 50px;
    text-align: center;
    color: #e7e7e7;
    font-size: 14px;
}

.reg-box a.regBtn {
    color: #fec902;
    background-image: url(../img/login-icon-r.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 8px;
}

.footer {
    margin: 0 auto;
    width: 400px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.footer .f-c-2 {
    margin-top: 10px;
}

.pc_l, .pc_c, .pc_inner, .pc_r {
    width: 29px;
    height: 56px;
    line-height: 56px;
    background: url(../../image/common/popupcredit_bg.gif) no-repeat 0 0;
}

.pc_c {
    width: 200px;
    background-position: 0 -56px;
    background-repeat: repeat-x;
}

.pc_inner {
    white-space: nowrap;
    text-align: center;
    width: auto;
    background-position: 50% -112px;
}

.pc_inner i {
    margin-right: 10px;
    font-size: 12px;
    font-style: normal;
    color: #fff;
    font-weight: 400;
}

.pc_inner span {
    margin-right: 15px;
    color: #FFEA97;
    font-size: 14px;
    font-weight: 700;
}

* html .pc_inner span {
    display: inline-block;
}

.pc_inner span a {
    color: #FFEA97;
    text-decoration: underline;
}

.pc_inner span em {
    color: LIGHTLINK;
    font-size: 18px;
    font-weight: 400;
}

.pc_inner span u {
    font-size: 10px;
    text-decoration: none;
}

.pc_inner span em.desc {
    color: #930;
}

.pc_btn img {
    opacity: 0.5;
}

.pc_btn:hover img {
    opacity: 1;
}

.pc_r {
    background-position: -30px 0;
}

/* 用于文字提示等弹出层提示 */
.popuptext .pc_l, .popuptext .pc_c, .popuptext .pc_inner, .popuptext .pc_r {
    background: url(../../image/common/popuptext_bg.gif) no-repeat 0 0;
}

.popuptext .pc_c {
    width: 200px;
    background-position: 0 -56px;
    background-repeat: repeat-x;
}

.popuptext .pc_inner {
    white-space: nowrap;
    text-align: center;
    width: auto;
    background-position: 50% -112px;
}

.popuptext .pc_r {
    background-position: -30px 0;
}

.zctext {
    font-size: 12px;
    margin: 15px auto;
    width: 300px;
}

.Goregistration {
    font-size: 12px;
    text-align: center;
    margin-top: 70px;
    color: #fff;
}

.Goregistration a.loginBtn {
    color: #fec902;
    background-image: url(../img/login-icon-r.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 8px;
}