body {
    background: #fff;
    overflow-x: hidden;
}

.authcenter {
    position: relative;
}

.authcenter-head {
    position: relative;
    width: 100%;
    height: 28px;
    line-height: 28px;
    background: rgba(13, 12, 12, 0.5);
    color: #fff;
}

.authcenter-head .container,
.authcenter-body,
.authcenter-foot-container {
    width: 990px;
}

.authcenter-head .container {
    height: 27px;
    margin: 0 auto;
}

.authcenter-head .container-left {
    float: left;
}

.authcenter-head .container-left-first {
    padding-left: 0;
}

.authcenter-head .container-left-item,
.authcenter-head .container-right-item {
    float: left;
    padding: 0 7px;
    line-height: 26px;
    height: 26px;
    list-style-type:none;
}

.authcenter-head a {
    color: #AAABAF;
    text-decoration: none;
}

.authcenter-head a.on {
    color: #0AE;
}

.authcenter-head .container-right {
    float: right;
}

.authcenter-head .container-seperator {
    float: left;
    height: 12px;
    width: 1px;
    line-height: 14px;
    margin: 7px 4px 8px;
    background: #61676d;
    overflow: hidden;
}

.authcenter-banner {
    width: 100%;
    height: 88px;
    /*line-height: 170px;*/
    background:none;
    color: #000;
    text-align: center;
    opacity:1;
}

.authcenter-background {
    position: fixed;
    top: -35px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
    /*background-color: #00aaee;*/
    background-color:#009CF3;
    /*-ms-background:#02a9ef;
    -webkit-background:#0098ec;*/
}

.authcenter-background img {
    width: 100%;
    height: 100%;
    background: url(../images/authcenter_bg.gif) no-repeat 0 0;
    background-size: contain;   
}

.authcenter-body {
    position: relative;
    width: 1200px;
    height: auto;
    min-height: 330px;
    margin: 0 auto;
    padding: 50px 0;
    margin:0 auto;
}

.authcenter-body-login {
    float: right;
    margin: 80px 95px;
    width: 286px;
    height: auto;
}







/*切换登录方式 start*/

.ui-nav {
    background: rgba(0, 0, 0, .5);
}

.ui-nav li {
    float: left;
    width: 50%;
    color: #fff;
    text-align: center;
    border-bottom: 2px #fff solid;
    font-size: 16px;
    padding: 15px 0 7px;
    cursor: pointer;
}

.ui-nav li.active {
    color: #0AE;
    border-bottom-color: #0AE;
}

.login {
    width: 220px;
    padding: 0 31px 0 33px;
    position: relative;
    overflow: hidden;
}







/*切换登录方式 end*/


/*账密登录 start*/

.login-modern {
    border: 1px solid transparent;
    background: rgba(0, 0, 0, .5);
}

.ui-form,
.ui-form * {
    list-style: none;
}

.login .ui-form {
    font-size: 12px;
    line-height: 1.5;
    position: relative;
    zoom: 1;
    padding-top: 20px;
}

.login .ui-form-item {
    padding: 0 0 10px;
    zoom: 1;
    position: relative;
}

.login .ui-form-item:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

.login .ui-label {
    border-top: 1px solid #a7a7a7;
    border-bottom: 1px solid #a7a7a7;
    border-left: 1px solid #a7a7a7;

    width: 39px;
    height: 38px;
    display: block;
    float: left;
    cursor: pointer;

    background:#AAABAB;
}


.login .ui-label .ui-icon {
    width: 39px;
    height: 38px;
    display: block;
    overflow: hidden;
    background-color: #aaabab;
}

.login .iconauth {
    display: block;
    width: 23px;
    height: 23px;
    vertical-align: center;
    margin: 0 auto;
    margin-top: 7px;
}

.login .ui-icon-userDEF .iconauth {
    background: url(../images/user_ico.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.login .ui-icon-securityON .iconauth {
    background: url(../images/password_ico.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.login .ui-form-explain {
    display: none;
    height: 0;
    overflow: hidden;
}

.login .ui-form-item-20pd {
    padding-bottom: 18px;
}

.login .faIcon{font-size:20px;color:#FFF;padding: 10px;}

.login .ui-input-normal,
.standardPwdContainer .ui-input,
.alieditContainer .ui-input {
    width: 159px;
}

.login .ui-form-item input {
    vertical-align: middle;
}

.login .ui-input {
    float: left;
    position: relative;
    padding: 9px;
    line-height: 20px;
    height: 20px;
    color: #595959;
    font-size: 12px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #fff;
}

.login .ui-form-item .alieditContainer {
    width: 179px;
    height: 40px;
    display: inline-block;
    background: #fff;
    border: 0;
}

.login .ui-form-other-fg {
    padding-top: 4px;
}

.login .ui-form-other .forgot {
    position: absolute;
    right: 0;
    top: 5px;
}

.login .ui-form-item-30pd {
    padding-bottom: 28px;
}

.login .ui-button {
    display: block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    width: 219px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 36px;
    height: 40px;
    color: #fff;
    font-weight: 400;
    _font-weight: bold;
    border: 0;
    outline: 0;
    background: #0AE;
    -webkit-appearance: none;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.login .ui-form-other {
    position: relative;
    line-height: 18px;
    padding-top: 7px;
    height: 18px;
    zoom: 1;
}

.login .textlink,
.login .textlink:hover {
    color: #fff;
    zoom: 1;
}

.login .ui-form-other .register {
    /*position: absolute;*/
    right: 0;
    top: 7px;
    font-size: 12px;
    color: #0AE;
    float: right;
    margin-right: 10px;
}

.clear-float {
    clear: both;
}










/*账密登录 end*/


/*扫码登录 start*/

.qrcode-modern {
    border: 1px solid transparent;
    background: rgba(0, 0, 0, .5);
}

.qrcode {
    width: 284px;
    height: auto;
    position: relative;
    margin: 0 auto;
    border: 1px solid #a7a7a7;
    z-index: 10;
    padding-bottom: 20px;
}

.qrcode-tips {
    position: absolute;
    width: 284px;
    height: 0;
    left: 0;
    top: 0;
    line-height: 24px;
    color: #4d4d4d;
    font-size: 12px;
    text-align: center;
    background: #fefea4;
    transition: all .3s cubic-bezier(0.25, .5, .5, .9);
    z-index: 90;
    zoom: 1;
    _display: none;
}
.sl-error {
    position: relative;
    width: 212px;
    color: #4D4D4D;
    overflow: hidden;
    -webkit-transition-property: height,opacity;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: height,opacity;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    transition-property: height,opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    display: none;
}

.sl-error-display {
    margin: 35px auto 16px;
    padding: 3px 5px 3px 0;
    height: auto;
    opacity: 1;
    line-height: 26px;
    background: #FDEEE9;
    border: 1px solid #fadcd3;
}
.sl-error-display {
    margin-top: 0px;
}
.sl-error-display .sl-error-text {
    display: block;
    padding-left: 10px;
    line-height: 20px;
}
.qrcode .sl-error {
    margin-bottom: 0;
}

/*.sl-error {
    position: relative;
    margin: 0;
    width: 212px;
    height: 0;
    opacity: .2;
    color: #4D4D4D;
    overflow: hidden;
    -webkit-transition-property: height, opacity;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: height, opacity;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    transition-property: height, opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
}*/

.qrcode-detail {
    position: relative;
    margin: 0 auto;
    padding: 15px 0 0;
    text-align: center;
    width: 190px;
    height: 170px;
    zoom: 1;
}

.qrcode-detail .qrcode-detail-img {
    position: relative;
    width: 120px;
    height: 120px;
    padding: 7px;
    background: #fff;
    border: 1px solid #6c6c6c;
    margin: 5px auto;
    -webkit-transition: all .6s cubic-bezier(0.25, .5, .5, .9);
    -moz-transition: all .6s cubic-bezier(0.25, .5, .5, .9);
    transition: all .6s cubic-bezier(0.25, .5, .5, .9);
    z-index: 100;
    zoom: 1;
}

.barcode-container {
    display: inline-block;
    _display: inline-block;
    display: table-cell;
    float: left;
    width: 120px;
    height: 120px;
    position: relative;
}

.barcode-container .status,
.barcode-container .mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    color: #fff;
}

.barcode-container .status {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    font-family: tahoma, arial, "Hiragino Sans GB", "Microsoft Yahei", \5b8b\4f53;
    color: #fff;
}

.barcode-container .status .first {
    margin-top: 32%;
    margin-bottom: 5px;
}
.barcode-container .status .first .barcode-icon-pic{
    width:40px;
    height:40px;
    margin:0 auto;
}

.barcode-container .status .second {
    margin-top: 15%;
}

.barcode-container .status button {
    outline: none;
    line-height: 1.5;
    height: 30px;
    color: #fff;
    border: none;
    background-color: #0ae;
    display: inline-block;
    margin-top: 6px;
    margin-top: 4px\0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-size: 14px;
    border-radius: 2px;
    padding: 0 20px;
    cursor: pointer;
}

.barcode-container .status button:hover {
    background-color: #00a3d2;
}

.barcode-container .status button:active {
    position: relative;
    top: 1px;
    box-shadow: 1px 1px 3px #999 inset;
}

.barcode-container .mask {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    background: #000;
}

.barcode-container .status,
.barcode-container .mask {
    width: 100%;
    height: 100%;
}

.barcode-container .mask {
    top: -7px;
    left: -7px;
    width: 112%;
    height: 112%;
}

.barcode-container.error .status.error,
.barcode-container.error .mask {
    display: block;
}

.barcode-container.timeout .status.timeout,
.barcode-container.timeout .mask {
    display: block;
}

.barcode-container.scanned .status.scanned,
.barcode-container.scanned .mask {
    display: block;
}

.barcode-container.confirmed .status.confirmed,
.barcode-container.confirmed .mask {
    display: block;
}

.barcode-container {
    position: relative;
}

.barcode-container .barcode img {
    top: 46px\0 !important;
    left: 46px\0 !important;
}

.qrcode-footer {
    text-align: center;
    margin-top: -22px;
}

.qrcode-footer-tips {
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    text-align: center;
    margin-bottom: 12px;
}

.qrcode-footer-help {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.qrcode-modern .qrcode-footer em {
    padding: 0 10px;
    color: #fff;
    opacity: .72;
    filter: alpha(opacity=72);
    zoom: 1;
}

.qrcode-modern .qrcode-footer a,
.qrcode-modern .qrcode-footer a:hover {
    color: #fff;
    zoom: 1;
    font-size: 12px;
}

.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fn-clear {
    zoom: 1;
}




input::-webkit-input-placeholder{
    color:#4985f1;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#4985f1;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#4985f1;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#4985f1;
}





/*扫码登录 end*/