

.ljsm-txt{
    position: absolute;
    top: 12px;
    right: 65px;
    color: white;
}





.login-bg {
    background-color: #f2f4f5;
}
.login-desc {
    padding-left: 150px;
    padding-top: 150px;
    color: #222222;
    font-size: 16px;
}
.login-desc h2 {
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: normal;
}
.login-desc p {
    height: 22px;
    line-height: 22px;
    margin-bottom: 24px;
    text-indent: 38px;
    background: url(../../images/login/text-gou.png) no-repeat left center;
}
.login-main-area {
    position: relative;
    min-width: 1200px;
    height: 700px;
    background: url(../../images/login/bj.png) no-repeat center center;
    background-size: cover;
    min-height: 550px;

}
.bg-back {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.login-inner {
    position: relative;
    z-index: 20;
    height: 100%;
}
.login-main {
    width: 423px;
    height: 500px;
    padding: 30px;
    box-sizing: border-box;
    background: rgba(255,255,255,1);
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 6px #888;
    -moz-box-shadow: 0 1px 6px #888;
    -ms-box-shadow: 0 1px 6px #888;
    -o-box-shadow: 0 1px 6px #888;
    box-shadow: 0 1px 6px #888;
}
.login-title {
    font-weight: bold;
    font-size: 22px;
    color: #666;
    margin-bottom: 50px;
    text-align: center;
    padding-right: 50px;
    font-weight: normal;
}
.error-info {
    display: none;
    height: 32px;
    line-height: 32px;
    text-indent: 32px;
    font-size: 12px;
    color: #ff3300;
    background: #ffe0d9 url(../../images/login/error-icon.png) no-repeat 8px 8px;
}
.input-focus-error {
    border-color: #ff3300 !important;
}
.login-form-item {
    width: 360px;
    height: 46px;
    line-height: 40px;
    border: 1px solid #ddd;
    margin-top: 8px;
    margin-bottom: 25px;
    /*padding-left: 20px;*/
    box-sizing: border-box;
    border-radius: 6px;
    /*padding-right:40px;*/
}
.login-form-item + .login-form-item{
    margin-top: 16px;
}
.form-item-bg {
    background-image: url(../../images/login/login_icons.png);
    background-repeat: no-repeat;
}
.form-item-bg-user {
    position: relative;
    z-index: 50;
    background-position: 9px -278px;
}
.form-item-bg-user.input-outer--focus {
    background-position: 10px -239px;
}
.form-item-bg-lock {
    background-position: 10px -196px;
}
.form-item-bg-lock.input-outer--focus {
    background-position: 11px -155px;
}
.form-item-bg-captcha {
    background-position: 10px -114px;
}
.form-item-bg-captcha.input-outer--focus {
    background-position: 9px -73px;
}
.input-outer--focus {
    border: 1px solid #009FD9;
}
.login-form-item input {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 38px;
    font-size: 14px;
    border: none;
    outline: none;
    border-radius: 6px;
    font-family: "Microsoft Yahei", Tahoma, Arial;
    box-sizing: border-box;
    padding-left:20px;
    padding-right:40px;
}
/* 瀵嗙爜杈撳叆澶у啓寮€鍚彁绀� */
.form-item-bg-lock {
    position: relative;
}
.caps-lock-remind {
    display: none;
    position: absolute;
    top: 33px;
    left: 8px;
    z-index: 31;
    padding: 10px;
    line-height: 12px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 159, 217, 0.2);
    border: 1px solid #ccc;
    font-size: 12px;
}
.caps-lock-remind:before,
.caps-lock-remind:after {
    content: "";
    position: absolute;
}
.caps-lock-remind:before {
    border: 4px solid transparent;
    border-bottom-color: #fff;
    top: -8px;
    left: 42px;
    z-index: 10;
    margin-left: -8px;
}
.caps-lock-remind:after {
    border: 6px solid transparent;
    border-bottom-color: #ccc;
    top: -12px;
    left: 40px;
    z-index: 9;
    margin-left: -8px;
}
/* 鎺у埗 閭鎻愮ず鍒楄〃 鐨勬牱寮� */
.email-complete-list {
    position: absolute;
    left: -1px;
    right: 0;
    top: 40px;
    z-index: 10;
    line-height: normal;
}
.email-complete-list .ui-autocomplete {
    left: 0 !important;
    right: 0 !important;
    padding-top: 1px;
    border-top-color: #009fd9;
}
.email-complete-list .ui-autocomplete .ui-menu-item {
    padding-left: 41px;
    overflow: hidden;
}

.captcha-deck {
    display: none;
    margin-top: 16px;
}
.captcha-item {
    position: relative;
    z-index: 30;
    float: left;
    margin-top: 0;
    width: 128px;
}
.captcha-item input {
    width: 90%;
}
.captcha-box {
    position: relative;
    z-index: 20;
}
.show-captcha {
    margin: 0 0 0 8px;
    cursor: pointer;
    width: 132px;
    height: 40px;
}
.refresh-captcha {
    position: absolute;
    right: 0;
    top: 8px;
    width: 24px;
    height: 22px;
    background: url(../../images/login/refresh-icon.png) no-repeat center center;
    cursor: pointer;
}
.login-options {
    margin-top: 18px;
    line-height: 14px;
}
.idsave-check {
    position: relative;
    z-index: 10;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    padding-left: 20px;
    cursor: pointer;
    float: left;
}
.login-options a {
    float: right;
    font-size: 12px;
    text-decoration: none;
}
.login-options a:hover {
    color: #C7000B;
}
/*IE8涓� checkbox 闅愯棌鏃讹紝label鐨勭偣鍑诲拰js閮芥棤娉曟敼鍙� checked鐘舵€侊紝鎵€浠ヤ娇鐢ㄥ畾浣嶈揪鍒扳€滈殣钘忊€濈殑鐩殑锛堣checkbox-icon鍥炬爣鐩栦綇锛�*/
.idsave-check input {
    position: absolute;
    z-index: -10;
    left: 0;
    top: 1px;
    width: 1px;
    height: 0px;
}
.checkbox-icon {
    position: absolute;
    left: 0;
    top: 1px;
    z-index: 10;
    width: 16px;
    height: 16px;
    background: #fff url(../../images/login/gou.png) no-repeat;
    margin-top:-3px;
}
.checkbox-icon-checked {
    background-position: 20px 10px;
    border: 1px solid #ddd;
    width: 14px;
    height: 14px;
    border-radius: 4px;
}
.login-submit {
    border: none;
    outline: none;
    width: 361px;
    height: 42px;
    background: #C7000B;
    border-radius: 2px;
    margin-top: 25px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    letter-spacing: 3px;
    border-radius: 6px;
    /* margin-left: 30px; */
}
.login-submit:hover {
    background-color: #b4030c;
}
.login-submit.disabled {
    background-color: #CCC;
    cursor: not-allowed;
}
.login-submit.disabled:hover {
    background-color: #CCC;
}
.go-reg {
    font-size: 12px;
    color: #999;
    margin-left: 40px;
}
.go-reg a {
    color: #222222;
    text-decoration: none;
    margin-left: 6px;
}
.go-reg a:hover {
    text-decoration: underline;
}
/*澶ц儗鏅�*/
.bg-back-banner {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bg-back-default {
    display: block;
}
/*.bg-back-1 {*/
/*    background: url(../../images/login/login_back_1.png) no-repeat center center #f3a932;*/
/*}*/
/*.bg-back-2 {*/
/*    background: url(../../images/login/login_back_2.png) no-repeat center center #68be27;*/
/*}*/
/*.bg-back-3 {*/
/*    background: url(../../images/login/login_back_3.png) no-repeat center center #00c4c4;*/
/*}*/

/*鍥炬*/
.pattern-area {
    position: relative;
    float: left;
    width: 580px;
    height: 587px;
}
.login-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 580px;
    height: 587px;
}
/*.pattern-1 {*/
/*    background: url(../../images/login/login_pattern_1.png) no-repeat center;*/
/*}*/
/*.pattern-2 {*/
/*    background: url(../../images/login/login_pattern_2.png) no-repeat center;*/
/*}*/
/*.pattern-3 {*/
/*    background: url(../../images/login/login_pattern_3.png) no-repeat center;*/
/*}*/
/*鍒囨崲鎸夐挳*/
.bg-change {
    text-align: center;
}
.bg-change ul {
    display: inline-block;
}
.bg-change li {
    float: left;
    width: 32px;
    height: 6px;
    background-color: #fff;
    opacity: 0.35;
    filter:Alpha(opacity=35);
    margin-right: 10px;
}
li.bg-change--current {
    opacity: 1;
    filter:Alpha(opacity=100);
}


/* 鏂板浜岀淮鐮佺櫥褰� */
.login-mode-wrapper{
    position: relative;
    top: -22px;
    right: -20px;
}
.login-mode-inner{
    position: absolute;
    top: 12px;
    right: 0;
    cursor: pointer;
}
.login-mode-text{
    width: 69px;
    height: 24px;
    line-height: 24px;
    color: #FF6600;
    font-size: 12px;
    margin-right: -4px;
    background: url('./img/login-mode-tips.png') no-repeat;
}
.icon-login-mode{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    /* border: 1px dashed #969798; */
}
.icon-qrcode-login{
    background-image: url('../../images/login/icon-qrcode-login.png');
}
.icon-password-login{
    background-image: url('../../images/login/icon-password-login.png');
}


.login-qrcode-wrapper{
    width: 300px;
}

.qrcode-content .go-reg{
    padding-top: 70px;
    padding-left: 60px;
}
.qrcode-content .login-title{
    padding-right: 50px;
    margin-bottom: 25px;
}

.login-qrcode-content{
    width: 160px;
    margin: auto;
}
.login-qrcode-image{
    position: relative;
    width: 160px;
    height: 160px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}
.wx-qrcode-image{
    width: 160px;
    height: 160px;
}
.wx-qrcode-image iframe{
    width: 100%;
    height: 100%;
}
.login-qrcode-image img{
    /* padding: 8px; */
}
.icon-scanning{
    width: 32px;
    height: 32px;
    background: url('../../images/login/icon-scanning.png') no-repeat;
}

.sm-tips-content{
    font-size: 12px;
    color: #666666;
    line-height: 30px;
}

.sm-expire-time{
    display: inline-block;
    width: 20px;
    color: #FF2200;
    font-weight: 900;
    margin-right: 4px;
}

.login-qrcode-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    background-color: rgba(0, 0, 0, 0.66);
}

.login-qrcode-mask h3{
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.login-qrcode-mask button{
    width: 60px;
    height: 32px;
    background: #00aaff;
    border: 1px solid #009ceb;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    margin-left: 50px;
    margin-top: 60px;
}
.login-qrcode-mask button:hover{
    background: #1ca3e7;
}

.icon-qrcode-success{
    width: 36px;
    height: 36px;
    margin-top: 20px;
    background: url('./img/icon-qrcode-success.png') no-repeat;
}
.loginBanner{
    height: 799px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}
.loginBanner>div{
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}
.openEyes{
    position: absolute;
    width: 22px;
    height: 22px;
    background:url("icon/close_eyes.png") no-repeat center;
    background-size: 22px 22px;
    right: 40px;
    margin-top: -30px;
    cursor: pointer;
}
.closeEyes{
    position: absolute;
    width: 22px;
    height: 22px;
    background:url("icon/open_eyes.png") no-repeat center;
    background-size: 22px 22px;
    right: 40px;
    margin-top: -30px;
    cursor: pointer;
}
.loginTips{
    display: none;
    color:#526ECC;
    font-size: 12px;
    position: absolute;
    margin-top: -12px;
    line-height: normal;
    background:white;
    margin-left:15px;
    padding:0 6px;
}
.onFocusInput{
    border:1px solid #526ECC;
}
.onFocusInput .loginTips{
    display: block;
}
.loginTitle{
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom:1px solid #DDDDDD;
    padding-bottom: 20px;
    position: relative;
}
.loginTab{
    cursor: pointer;
    font-size: 18px;

    font-weight: 400;
    color: #444444;
    position: relative;
}
.loginTab:after{
    content:"";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background: #C7000B;
    border-radius: 1px;
    margin-top:19px;
    margin-left:32px;
    transition: 0.3s;
}
.fgx{
    width: 1px;
    height: 20px;
    background: #DDDDDD;
    border-radius: 1px;
}
.loginTab.on:after{
    width: 72px;
    margin-left:0;
}
.newBottom{
    margin-top:22px;
    text-align: center;
    font-size: 12px;
    color: #444444;
}
.newBottom a:hover{
    color:#C7000B;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #808080;
    transition: background-color 1000s ease-out 0.5s;
}