/* 登录页面 */
html, body {
    height: 100%;
}

input, button {
    border: none;
    outline: none;
}

.isHide {
    visibility: hidden;
}

.errorTxt {
    display: none;
    margin-top: 5px;
    font-size: 12px;
    color: #FA4F03;
    text-align: left;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    font-size: 14px;
    background: url('../img/register/reg_bg.jpg') no-repeat;
    background-size: cover;
}

.loginHeader {
    margin: 0 auto;
    max-width: 1440px;
}

.loginHeader .logo {
    margin-top: 25px;
    width: 64px;
}

.loginInner {
    padding-top: 120px;
}

.loginContainer {
    margin: 0 auto;
    width: 710px;
    height: 474px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.loginLeft {
    position: relative;
    width: 278px;
    height: 100%;
    background: url('../img/login/login_bg.jpg') no-repeat;
    background-size: cover;
    text-align: center;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.loginSlogan {
    padding-top: 48px;
    font-size: 30px;
    color: #555555;
}

.fontLeftIcon,
.fontRightIcon {
    display: inline-block;
    width: 20px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.fontLeftIcon {
    background-image: url('../img/login/font_left.png');
}


.fontRightIcon {
    background-image: url('../img/login/font_right.png');
}

.loginFontName {
    display: inline-block;
    margin: 0 5px;
    font-size: 12px;
    color: #777777;
    vertical-align: middle;
}

.loginRight {
    position: relative;
    width: 432px;
    text-align: center;
}

.loginMain {
    margin: 50px auto 0;
    width: 320px;
}

.loginClose {
    display: block;
    position: absolute;
    top: 24px;
    right: 24px;
    width: 14px;
    height: 14px;
    background: url('../img/login/icon_close.png') no-repeat center / 14px 14px;
    cursor: pointer;
}

.loginTitle {
    margin-bottom: 38px;
    font-size: 24px;
    color: #333333;
}

.loginThirdParty {
    padding-top: 10px;
}

.thirdParty p {
    margin-top: 2px;
    font-size: 14px;
    color: #555555;
}

.loginQQBox {
    margin-left: 10px;
}

.loginWechatBox {
    margin-left: 54px;
}

.loginQQ,
.loginWechat {
    position: relative;
    display: inline-block;
    width: 121px;
    height: 121px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.loginQQ {
    background: #53B5F0;
}

.loginQQImg {
    display: block;
    margin: 29px auto;
    width: 50px;
    height: 60px;
    background-image: url('../img/login/qq_big_white.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.loginQQ:hover {
    background: rgba(83, 181, 240, .8);
}

.loginWechat {
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
}

.wechatCode {
    display: block;
    margin: 1.5px auto;
    width: 118px;
    height: 118px;
}

.loginAccount {
    display: none;
}

.regLink {
    margin-top: 20px;
    font-size: 14px;
    color: #444444;
}

.regLink a {
    color: #FA4F03;
}

.loginForm input[type="text"],
.loginForm input[type="password"] {
    padding: 9px 14px;
    width: 290px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    border: 1px solid #D4D4D4;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.loginFormItem {
    position: relative;
    margin-bottom: 20px;
}

.isError {
    margin-bottom: 10px;
}

.isError input[type="text"],
.isError input[type="password"] {
    border-color: #fa4f03;
}

.loginForget {
    margin-top: -8px;
    margin-bottom: 20px;
    font-size: 12px;
}

.btnForget {
    color: #666666;
}

.btnForget:hover {
    color: #fa4f03;
}

.loginDivide {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0;
    color: #888888;
}

.loginDivide span {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
}

.login-h-line {
    width: 100px;
    height: 1px;
    background: #eeeeee;
}

.loginHTxt {
    margin: 0 15px;
}

.btnAccount,
.btnSubmit,
.btnThird,
.btnReset {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.btnAccount {
    margin-top: 62px;
    background-color: #FA4F03;
}

.btnSubmit:hover,
.btnReset:hover,
.btnAccount:hover {
    background-color: #FA601C;
}

.btnReset,
.btnSubmit {
    background-color: #FA4F03;
}

.btnThird {
    background-color: #53B5F0;
}

.resetMain {
    display: none;
    margin: 50px auto 0;
    width: 320px;
}

.loginForm input[type="text"].loginCode {
    width: 208px;
    padding-right: 96px;
}

.resetCodeBtn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 86px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #555555;
    background: #E6E6E6;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.quickLogin {
    color: #FA4F03;
    cursor: pointer;
}

.failureMask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .85);
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.refreshBtn {
    display: block;
    margin: 42.5px auto;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #ffffff;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.refreshIcon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../img/common/icon_refresh.png') no-repeat;
    background-size: cover;
    vertical-align: middle;
}

.failureTxt {
    display: none;
    font-size: 12px;
    color: #777777;
}

.rememberPwd b,
.rememberPwd span {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
}

.rememberPwd label {
    margin-right: 10px;
    font-size: 0;
}

.checkbox {
    width: 16px;
    height: 16px;
}

.similarBox {
    margin-right: 5px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../img/register/icon_cb.png') no-repeat;
    background-size: cover;
    transition: all ease .3s;
}

input[type="checkbox"]:checked + .similarBox {
    background-image: url('../img/register/icon_cb_checked.png');
}

.resetErrorMsg,
.loginErrorMsg {
    display: none;
    margin-top: -10px;
    margin-bottom: 10px;
    color: #fa4f03;
    text-align: left;
    font-size: 12px;
}