@charset "utf-8";
blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 400
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

q:after, q:before {
    content: ''
}

abbr, acronym {
    border: 0
}

.ua-webkit input:focus, .ua-webkit textarea:focus {
    outline: 0
}

html {
    height: 100%;
}

body {
    font: 14px/1.6 Microsoft YaHei, Arial, Hiragino Sans GB, \5b8b\4f53;
    color: #4d4d4d;
    -webkit-text-size-adjust: none;
    height: 100%;
}

a:link {
    color: #81c254;
    text-decoration: none
}

a:visited {
    color: #306;
    text-decoration: none
}

a:active, a:hover {
    color: #81c254;
    text-decoration: underline
}

input {
    outline: 0
}

textarea {
    resize: none;
    outline: 0;
    font-family: arial;
    overflow: hidden
}

button {
    cursor: pointer;
    line-height: 1.2
}

a img {
    vertical-align: text-bottom
}

.ua-windows_nt input[type=checkbox], .ua-windows_nt input[type=radio] {
    vertical-align: -2px
}

.login-bg {
    background: #000000;
}

.hide {
    position: absolute;
    visibility: hidden;
    left: -1000em;
    top: -1000em
}

.clr:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden
}

.clr {
    *zoom: 1
}

.ms-yh {
    font-family: Microsoft YaHei, Hiragino Sans GB, \5b8b\4f53
}

.y-row {
    width: 788px;
    margin-left: auto;
    margin-right: auto;
}

.y-row .login-title {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 50px;
}

.y-row .login-title span {
    display: inline-block;
    position: relative;
}

.y-row .login-title span:after, .y-row .login-title span:before {
    position: absolute;
    display: inline-block;
    content: " ";
    width: 100px;
    height: 1px;
    background: #ffffff;
}

.y-row .login-title span:after {
    left: -110px;
    top: 50%;
}

.y-row .login-title span:before {
    right: -110px;
    top: 50%;
}

/*content*/
.login-content {
    position: relative;;
    min-height: 100%;
}

.login-content-2 {
    padding-top: 100px;
    padding-bottom: 111px;
    position: relative;
}

.login-content-2 .y-row {
    position: relative;
    min-height: 500px;
    z-index: 10;
}
.login-background-container{ position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 110px;
overflow: hidden;}
.login-content-background {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../images/login-background.jpg") center top no-repeat;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    animation: 15s enlarge alternate infinite;
    -webkit-animation: 15s enlarge alternate infinite;
    -moz-animation: 15s enlarge alternate infinite;
    -o-animation: 15s enlarge alternate infinite;
    -ms-animation: 15s enlarge alternate infinite;
}

@keyframes enlarge {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.2)
    }
}

@-webkit-keyframes enlarge {
    0% {
        -webkit-transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.2)
    }
}

@-moz-keyframes enlarge {
    0% {
        -moz-transform: scale(1)
    }
    100% {
        -moz-transform: scale(1.2)
    }
}

@-o-keyframes photo {
    0% {
        -o-transform: scale(1)
    }
    100% {
        -o-transform: scale(1.2)
    }
}

@-ms-keyframes enlarge {
    0% {
        -ms-transform: scale(1)
    }
    100% {
        -ms-transform: scale(1.2)
    }
}

/*登录输入*/
.login-content dl {
    position: relative;
}

.login-content .fm-label {
    position: absolute;
    left: 0;
    top: 2px;
    width: 50px;
    height: 46px;
    border-right: 1px solid #e7e7e7;
    overflow: hidden;
    font-size: 24px;
    color: #bfbfbf;
    text-align: center;
}

.login-content .fm-field-wrap {
    padding-left: 52px;
    height: 46px;
    border: 1px solid #e7e7e7;
}

.login-content .about-checkcode .fm-field-wrap {
    float: left;
    width: 50%;
}

.login-content .about-checkcode .nc_wrapper {
    float: left;
    width: 50%;
}

.login-content .about-checkcode .tb-login {
    float: left;
    width: 100%;
}

.login-content .icon-user {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/usericon.png") center center no-repeat;
}

.login-content .icon-password {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/passwordicon.png") center center no-repeat;
}

.login-content .icon-code {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../../images/codeicon.png") center center no-repeat;
}

.login-module a:visited, .login-module a:link {
    color: #2373cc
}

.login-module dt a {
    font-weight: normal;
}

.login-module {
    border: 1px solid #D4D4D4;
    right: 0px;
    margin-bottom: 10px;
    background-color: #fff;
    min-width: 300px;
    min-height: 320px;
    z-index: 2;
    border-radius: 8px;
}

.login-module .alibaba-login-iframe {
    position: relative;
    padding: 100px 170px 80px 170px;
    overflow: hidden;
}

.login-module .alibaba-login-iframe .hd {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #d4d4d4;
}

.notice-error, .notice-forbid {
    border: 1px solid #f6c8b5;
    background: #fceee8;
}

.nc_voice {
    min-height: 14px;
    padding-top: 10px;
    color: #999999;
    font-size: 14px;
    line-height: 18px;
}

.fm-label {
    padding: 8px 0 2px;
}

.fm-label-extra {
    float: right;
}

.fm-field {
    padding: 2px 0 8px;
}

#login-content .fm-text {
    line-height: 16px;
    padding: 14px 5px;
    font-size: 14px;
    background: transparent;
}

#login-content .fm-text {
    width: 100%;
}

.fm-text, .fm-textarea {
    padding: 4px 6px;
    border: none;
    line-height: 17px;
    font-size: 12px;
    color: #595959;
    background: #fff;
    vertical-align: middle;
    _padding: 5px 6px;
}

#login-form #login-content .fm-text {
    border-radius: 3px;
    line-height: 16px;
    padding: 8px 5px;
    margin-top: 5px;
    font-size: 14px;
    background: transparent;
}

.tb-login-left {
    float: left;
    width: 48%;
}

.tb-login-left img {
    margin-left: 10px;
}

.tb-login-right {
    float: right;
    width: 48%;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.tb-login-right img {
    max-width: 100%;
}

.fm-button {
    display: inline-block;
    min-width: 140px;
    height: 50px;
    background: #3595f5;
    border: none;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    outline: none;
    cursor: pointer;
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
}

.fm-button:hover {
    background: #55a8fb;
    -moz-box-shadow: 0 0 5px #3595f5;
    -webkit-box-shadow: 0 0 5px #3595f5;
    box-shadow: 0 0 5px #3595f5;
}

.login-submit .fm-button {
    width: 100%;
}

.login-other {
    padding-top: 10px;
}

.login-other .register {
    float: right;
}

.login-module .agreement {
    padding-top: 10px;
}

.login-module .agreement input {
    height: 13px;
    vertical-align: middle;
    margin-top: 2px;
    margin-right: 5px;
    margin-top: -10px \9;
    margin-top: 2 px\9 \0;
}

/*foot*/
.login-foot {
    margin-top: -110px;
    border-top: 1px solid #e3e3e3;
    height: 110px;
    background: #ffffff;
}

.login-foot p {
    text-align: center;
}

.login-foot .foot-nav {
    padding-top: 20px;
}

.login-foot .foot-nav span a {
    color: #666666;
    padding: 0 5px;
}

.login-foot .copyright {
    padding-top: 10px;
    color: #666666;
}