@charset "utf-8";

@font-face {
    font-family: 'iconfont';  /* project id 514271 */
    src: url('//at.alicdn.com/t/font_514271_x0y4iavked3u9pb9.eot');
    src: url('//at.alicdn.com/t/font_514271_x0y4iavked3u9pb9.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_514271_x0y4iavked3u9pb9.woff') format('woff'),
    url('//at.alicdn.com/t/font_514271_x0y4iavked3u9pb9.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_514271_x0y4iavked3u9pb9.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* CSS Document */
html {
    height: 100%;
}

body {
    font: 12px/1.5 tahoma, arial, "Hiragino Sans GB", \5b8b\4f53;
    font-family: Microsoft YaHei;

}

html, body {
    width: 100%;
    height: 100%;
    min-width: 1000px;
}

body {
    position: relative;
    background: #fff;
    /*background: url('../images/login-bg.png') repeat;*/
    overflow: auto;
}

* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #0CF;
    outline: none;
}

a:active {
    outline: none;
    star: expression(this.onFocus=this.blur());
}

img {
    border: none;
}

ul {
    list-style: none;
}

a:link, a:visited {
    color: #ff6012;
    text-decoration: underline;
    font-size: 12px;
}

a:hover {
    color: #005bac;
    text-decoration: none;
    font-size: 12px;
}

.loading {
    position: absolute;
    z-index: 1000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background: #CCC;
    display: none;
}

.loading img {
    margin: 0 auto;
}

/* 内容模块 */
.content {
    clear: both;
    height: 100%;
    overflow: hidden;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.main {
    width: 100%;
    height: 400px;
    margin-top: 100px;
}

.main-content {
    width: 1200px;
    margin: 0 auto;
    position: relative;

}

@font-face {
    font-family: quotes;
    src: url('../font/quotes.ttf');
}

.login-quotes {
    position: absolute;
    width: 240px;
    left: 0;
    top: 40px;
    box-sizing: border-box;
    padding: 20px;
    font-size: 16px;
    color: #888888;
}

.login-quotes p {
    line-height: 28px;
    font-family: quotes;
}

.login-quotes .author {
    margin-top: 20px;
    text-align: right;
}

.login-ka {
    background: url("../images/login_ka.png") no-repeat;
    display: inline-block;
    width: 240px;
    height: 220px;
    background-size: contain;
    position: absolute;
    left: 260px;
    top: 80px;
}

.login-bottom {
    position: fixed;
    bottom: 30px;
    width: 100%;
    height: 100px;
    background: url("../images/bg_city.png") no-repeat 50% 100%;
    background-size: cover;
    z-index: -1;
}

.copyright {
    clear: both;
    height: 30px;
    line-height: 30px;
    background: #f1f1f1;
    color: #373D41;
    /*border-top: 5px solid #fff;*/
    text-align: center;
    bottom: 0;
    position: fixed;
    width: 100%;
}

.login-box {
    padding: 40px;
    border: 1px solid #eee;
    width: 580px;
    height: 320px;
    position: absolute;
    top: 30px;
    right: 30px;
    border-radius: 6px;
    /*border-top: 3px solid #db0000;*/
    box-sizing: border-box;
    background-color: #fafafa;
}

.login-form {
    width: 280px;
}

.login-title {
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #db0000;
}

.login-title span {
    float: right;
    color: #8a8a8a;
}

.fm-text {
    border-radius: 4px;
    line-height: 16px;
    padding: 8px 5px 8px 75px;
    margin-top: 5px;
    font-size: 14px;
    width: 100%;
    border: 1px solid #eeeeee;
    color: #595959;
    vertical-align: middle;
    -webkit-box-shadow: 0 1px 0 #ececec inset;
    -moz-box-shadow: 0 1px 0 #ececec inset;
    -ms-box-shadow: 0 1px 0 #ececec inset;
    -o-box-shadow: 0 1px 0 #ececec inset;
    box-shadow: 0 1px 0 #ececec inset;
    _padding: 5px 6px;
    outline: none;
    box-sizing: border-box;

    background: #fff no-repeat left;
}

.fm-text:focus {
    background-color: #e9fbfe;
    border-color: #69c5dd
}

.login-submit {
    width: 100%;
    margin-top: 60px;
    display: inline-block;
    min-width: 140px;
    height: 36px;
    padding: 0 30px 1px;
    background: #db0000;
    border: none;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    outline: none;
    cursor: pointer;
    box-shadow: 0 1px 1px #ebe7e6;
    letter-spacing: 4px;
    border-radius: 4px;
}

.login-submit:hover {
    background: #ab0000;
}

.login-submit:active {
    background: #ab0000;
}

.login-content .fm-field-wrap {
    /*padding-right: 14px;*/
}

.fm-label {
    padding: 8px 0 2px;
    /*font-weight: 700;*/
}

.fm-field {
    padding: 2px 0 12px;
    position: relative;
}

.fm-field label {
    position: absolute;
    left: 32px;
    top: 16px;
    color: #8a8a8a;
}

.fm-field i {
    position: absolute;
    left: 10px;
    top: 12px;
    color: #cdcdcd;
}

.code-input input.fm-text {
    float: left;
    width: 140px;
}

.code-input img {
    float: left;
    margin: 8px 4px 0px 4px;
}

.code-input a {
    float: left;
    margin-top: 16px;
}

.notice {
    padding: 4px 12px;
    line-height: 18px;
    border: 1px solid #f6c8b5;
    background: #fceee8;
    min-height: 18px;
}

.notice.hide {
    display: none;
}

.loading-mask, .loading-mask .loading-icon, .loading-mask .loading-mask-body {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.loading-mask .loading-icon {
    background: url(../images/ajax-loader-16x16.gif) no-repeat center center;
    z-index: 2
}

.loading-mask .loading-mask-body {
    background-color: #fff;
    z-index: 1;
    opacity: .2;
    filter: alpha(opacity=80)
}

.loading-mask {
    display: none;
}

.login-hd {
    height: 70px;
    background: #2e8cee;
    /*background-image: linear-gradient(90deg,#1861d5,#3080fe);*/
}

.login-hd .login-hd-content {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.login-hd .login-hd-content .logo {
    background: url("../images/logo_white.png") no-repeat;
    display: inline-block;
    width: 162px;
    height: 60px;
    background-size: contain;
    margin-top: 10px;
}

.login-hd .login-hd-content .logo.logo-bfzx {
    background: url("../images/logo_bfzx.png") no-repeat;
    display: inline-block;
    width: 162px;
    height: 60px;
    background-size: contain;
    margin-top: 15px;
}

.login-hd .login-hd-content .slogan {
    background: url("../images/slogan.png") no-repeat;
    display: inline-block;
    width: 160px;
    height: 25px;
    background-size: contain;
    position: absolute;
    right: 50px;
    top: 32px;
}

.qrcode-content {
    padding: 0 20px;
    width: 210px;
    height: 240px;
    position: absolute;
    top: 40px;
    right: 0;
    text-align: center;
    box-sizing: border-box;
    border-left: 1px solid #eeeeee;
}

.qrcode-content img {
    width: 128px;
    height: 128px;
}

.qrcode-content div {
    font-size: 12px;
    color: #717375;
    margin-top: 15px;
}

.qrcode-content span {
    font-size: 12px;
    color: #333;
    margin-top: 20px;
    display: block;
}

.qrcode-content span i {
    color: #555;
}

.rp-form {
    width: 400px;
    background-color: #fffffF;
    padding: 20px;
    box-sizing: border-box;
}

.rp-form .fm-text {
    padding-left: 100px;
}

.rp-form .rp-form-tip {
    position: relative;
    padding: 8px 48px 8px 16px;
    border-radius: 4px;
    color: #980100;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    border: 1px solid #ffb08f;
    background-color: #ffefe6;
}

.rp-form .login-submit {
    margin-top: 20px;
    background-color: #2d8cf0;
}

.rp-form .login-submit:hover {
    background-color: #2b85e4;
}

.smsBt{
    color: #76A3D6;
    width: 80px;
    font-size: 12px;
    padding: 6px;
    border-left: 1px solid #eeeeee;
    border-top: none;
    border-bottom: none;
    border-right: none;
    text-align: center;
    background: white;
    margin-top: 10px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 2px;
}

.smsBt:hover{
    color: #003AB5;
}

.sms{
    display: none;
}

.sms input{
    padding-left: 100px;
}


