@font-face {
    font-family: 'login';
    src: url('../fonts/login.eot?ujb7c6');
    src: url('../fonts/login.eot?ujb7c6#iefix') format('embedded-opentype'),
    url('../fonts/login.ttf?ujb7c6') format('truetype'),
    url('../fonts/login.woff?ujb7c6') format('woff'),
    url('../fonts/login.svg?ujb7c6#login') format('svg');
    font-weight: 400;
    font-style: normal;
}

[class^="login-icon-"], [class*=" login-icon-"] {
    font-family: 'login';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.login-icon-email:before {
    content: "\e900"
}

.login-icon-error:before {
    content: "\e901"
}

.login-icon-eye-close:before {
    content: "\e902"
}

.login-icon-eye-open:before {
    content: "\e903"
}

.login-icon-lietou-login:before {
    content: "\e904"
}

.login-icon-phone:before {
    content: "\e905"
}

.login-icon-psw:before {
    content: "\e906"
}

.login-icon-qq-login:before {
    content: "\e907"
}

.login-icon-sj-login:before {
    content: "\e908"
}

.login-icon-user-tx:before {
    content: "\e909"
}

.login-icon-valid:before {
    content: "\e90a"
}

.login-icon-wx-login:before {
    content: "\e90b"
}

.login-icon-zh-login:before {
    content: "\e90c"
}

body {
    font-family: 'Helvetica Neue', Tahoma, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', STHeitiSC, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body, html, div, img, a {
    margin: 0;
    padding: 0;
    border: 0
}

img {
    display: inline
}

a {
    text-decoration: none
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

input::-ms-clear, input::-ms-reveal {
    display: none
}

.hide-img {
    display: none
}

.register-btn.disabled {
    background-color: #E7EEF3;
    box-shadow: none;
    cursor: default
}

.register-btn.disabled .register-title {
    color: #ADB8C0
}

.register-btn.disabled:hover {
    background-color: #E7EEF3;
    box-shadow: none
}

.mobile-button-back {
    width: 58px;
    height: 30px;
    line-height: 30px;
    background: #3295E4;
    box-shadow: 0 rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 14px;
    position: absolute;
    border-radius: 2px;
    border: 0 none;
    padding: 0;
    left: 50%;
    top: 45%;
    margin-left: -190px;
    margin-top: -210px
}

.login-box-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0
}

.bg-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: blur(20px) drop-shadow(0px 40px 0);
    -webkit-filter: blur(20px) drop-shadow(0px 40px 0);
    -o-filter: blur(20px) drop-shadow(0px 40px 0);
    -ms-filter: blur(20px) drop-shadow(0px 40px 0);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='20') drop-shadow(0px 40px 0);
    transition: filter 1s ease-in;
    -webkit-transition: -webkit-filter 1s ease-in;
    -moz-transition: filter .5s linear;
    -ms-transition: -ms-filter 1s ease-in;
    -o-transition: -o-filter 1s ease-in
}

#login-box {
    width: 320px;
    height: 390px;
    padding: 0 30px;
    margin-left: -190px;
    margin-top: -175px;
    position: absolute;
    left: 50%;
    top: 35%;
    border-radius: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .95);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .3);
    -webkit-transition: height .3s ease .15s;
    -moz-transition: height .3s ease .15s;
    -ms-transition: height .3s ease .15s;
    -o-transition: height .3s ease .15s;
    transition: height .3s ease .15s
}

.drag-part {
    width: 100%;
    height: 60px;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    cursor: move;
    z-index: 999
}

#login-box .logo-part {
    width: 200px;
    height: 40px;
    margin: 20px auto 20px auto;
    line-height: 40px;
    text-align: center
}

#login-box .logo-img {
    max-width: 200px;
    max-height: 40px;
    margin: 0 auto;
    height: 40px
}

.error {
    width: 100%;
    height: 20px;
    font-size: 14px;
    color: #cc2929;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
    transform-origin: center;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: transform .2s ease, opacity .2s ease;
    -moz-transition: transform .2s ease, opacity .2s ease;
    -ms-transition: transform .2s ease, opacity .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease
}

.input-part {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e4ebf0;
    line-height: 40px;
    position: relative;
    box-sizing: border-box;
    padding-right: 24px;
    padding-left: 24px;
    margin-top: 20px
}

.error-msg, .login-icon-error {
    display: none;
}

.active .error-msg, .active .login-icon-error {
    display: inline;
}

.error.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.lg-icon {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-left: -20px;
    color: #667580;
    font-size: 16px
}

.rg-icon {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-right: -22px;
    color: #667580;
    font-size: 16px
}

.input-part input {
    text-indent: 15px;
    border: 0;
    background: transparent;
    outline: 0;
    width: 100%;
    display: none;
    height: 35px;
    font-size: 14px;
    color: #36434d;
    margin-top: -10px;
    line-height: 40px;
    font-family: 'Helvetica Neue', Tahoma, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', STHeitiSC, sans-serif;
    letter-spacing: .5px
}

.input-part input:-ms-input-placeholder {
    color: #999
}

input.my-placeholder {
    color: #C2C2C3
}

.validate-code {
    padding-right: 100px;
    position: relative
}

.valid-code {
    width: 90px;
    height: 40px;
    float: right;
    position: absolute;
    right: 0;
    top: 0
}

.valid-code .get-code {
    display: block;
    width: 90px;
    height: 34px;
    border-radius: 2px;
    background-color: #1687d9;
    color: #fff;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    margin-top: 3px;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .18);
    -webkit-transition: background-color ease .2s, box-shadow ease .2s;
    -moz-transition: background-color ease .2s, box-shadow ease .2s;
    -ms-transition: background-color ease .2s, box-shadow ease .2s;
    -o-transition: background-color ease .2s, box-shadow ease .2s;
    transition: background-color ease .2s, box-shadow ease .2s
}

.valid-code .get-code:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2), 0 3px 6px rgba(0, 0, 0, .26)
}

.botton-line {
    display: block;
    height: 2px;
    position: absolute;
    background-color: #1b87d9;
    bottom: -1px;
    width: 0;
    left: 50%;
    -webkit-transition: width .2s ease-in, left .2s ease-in;
    -moz-transition: width .2s ease-in, left .2s ease-in;
    -ms-transition: width .2s ease-in, left .2s ease-in;
    -o-transition: width .2s ease-in, left .2s ease-in;
    transition: width .2s ease-in, left .2s ease-in
}

.input-active .botton-line {
    width: 100%;
    left: 0;
    -webkit-transition: width .3s cubic-bezier(0.66, 1.65, .23, .87), left .3s cubic-bezier(0.66, 1.65, .23, .87);
    -moz-transition: width .3s cubic-bezier(0.66, 1.65, .23, .87), left .3s cubic-bezier(0.66, 1.65, .23, .87);
    -ms-transition: width .3s cubic-bezier(0.66, 1.65, .23, .87), left .3s cubic-bezier(0.66, 1.65, .23, .87);
    -o-transition: width .3s cubic-bezier(0.66, 1.65, .23, .87), left .3s cubic-bezier(0.66, 1.65, .23, .87);
    transition: width .3s cubic-bezier(0.66, 1.65, .23, .87), left .3s cubic-bezier(0.66, 1.65, .23, .87)
}

.illegal .botton-line {
    background-color: #cc2929;
    width: 100%;
    left: 0
}

.check-part {
    width: 100%;
    height: 20px;
    margin-top: 16px
}

.check-default {
    float: left
}

.check-box {
    width: 24px;
    height: 24px;
    float: left;
    position: relative;
    cursor: pointer
}

.check-box span {
    display: block;
    position: absolute;
    left: 0;
    top: 1px
}

.check-box .un-check {
    width: 14px;
    height: 14px;
    z-index: 9;
    border: 2px solid #8BCAFA;
    display: block \9;
    opacity: 1;
    transform: rotateZ(0deg);
    transition: opacity .2s ease, transform .2s ease;
    transition-delay: .1s
}

.un-check:hover {
    border: 2px solid #8BCAFA
}

.check-box .in-check {
    width: 20px;
    height: 18px;
    z-index: 8;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: -72px 0;
    opacity: 0;
    display: none \9;
    transform: rotateZ(-45deg);
    transition: opacity .2s ease, transform .2s ease
}

.forget-psw {
    float: right
}

.check-part .text, .forget-psw a {
    font-size: 12px;
    color: #667580;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.check-default .text:hover, .forget-psw a:hover {
    color: #1687d9;
    cursor: pointer
}

.ck-active .un-check {
    display: none \9;
    opacity: 0;
    transform: rotateZ(45deg);
    transition-delay: 0s
}

.ck-active .in-check {
    opacity: 1;
    display: block \9;
    transform: rotateZ(0deg);
    transition: opacity .2s ease .1s, transform .2s cubic-bezier(0.66, 1.65, .23, .87) .1s
}

.login-btn, .register-btn, .forget-btn {
    width: 100%;
    height: 42px;
    border-radius: 2px;
    text-align: center;
    margin-top: 16px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: #1687d9;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .18);
    -webkit-transition: box-shadow .2s ease-in, background-color .2s ease;
    -moz-transition: box-shadow .2s ease-in, background-color .2s ease;
    -ms-transition: box-shadow .2s ease-in, background-color .2s ease;
    -o-transition: box-shadow .2s ease-in, background-color .2s ease;
    transition: box-shadow .2s ease-in, background-color .2s ease
}

.erweima-drag-btn:hover, .login-btn:hover, .register-btn:hover, .forget-btn:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2), 0 3px 6px rgba(0, 0, 0, .26);
    background-color: #147AC5;
    -webkit-transition: box-shadow .2s ease-in, background-color .2s ease;
    -moz-transition: box-shadow .2s ease-in, background-color .2s ease;
    -ms-transition: box-shadow .2s ease-in, background-color .2s ease;
    -o-transition: box-shadow .2s ease-in, background-color .2s ease;
    transition: box-shadow .2s ease-in, background-color .2s ease
}

.login-title, .register-title, .forget-title {
    opacity: .95;
    font-size: 20px;
    line-height: 42px;
    color: #fff;
    letter-spacing: 5px
}

.login-switch {
    height: 20px;
    width: 100%;
    line-height: 20px;
    margin-top: 25px;
    text-align: center
}

.login-type-box {
    display: inline-table
}

.login-item {
    float: left
}

.item-sepr {
    margin-left: 20px
}

.login-item .title {
    font-size: 12px;
    color: #acb7bf;
    cursor: pointer
}

.login-item .icon {
    display: block;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 16px
}

.login-item .icon, .login-item .title {
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.activeItem .login-icon-zh-login {
    color: #F08C49
}

.activeItem .login-icon-wx-login {
    color: #22CD0E
}

.activeItem .login-icon-sj-login {
    color: #45AFD8
}

.activeItem .login-icon-qq-login {
    color: #3C7CC0
}

.activeItem .login-icon-lietou-login {
    color: #38BA72
}

.activeItem .title {
    color: #36434d
}

.current .login-icon-zh-login {
    color: #F08C49
}

.current .login-icon-wx-login {
    color: #22CD0E
}

.current .login-icon-sj-login {
    color: #45AFD8
}

.current .login-icon-qq-login {
    color: #3C7CC0
}

.current .login-icon-lietou-login {
    color: #38BA72
}

.current .title {
    color: #36434d
}

.login-icon-zh-login {
    color: #F9E4D6
}

.login-icon-wx-login {
    color: #C9EFC7
}

.login-icon-sj-login {
    color: #D2E7F0
}

.login-icon-qq-login {
    color: #A3C6EA
}

.login-icon-lietou-login {
    color: #99ddb8
}

.form-part {
    position: relative;
    width: 100%;
    height: 185px;
    overflow: hidden;
    -webkit-transition: height .3s ease .15s;
    -moz-transition: height .3s ease .15s;
    -ms-transition: height .3s ease .15s;
    -o-transition: height .3s ease .15s;
    transition: height .3s ease .15s
}

.login-type-item {
    width: 100%;
    position: absolute;
    transition: left .35s ease
}

.erweima-drag {
    display: none;
    position: absolute;
    width: 200px;
    height: 200px;
    left: 60px;
    text-align: center;
    background: #fff;
    opacity: .92;
    filter: alpha(opacity=92)
}

.erweima-drag-info {
    display: block;
    margin-top: 60px
}

.erweima-drag-btn {
    display: none;
    position: absolute;
    color: #fff;
    left: 108px;
    top: 110px;
    cursor: pointer;
    text-align: center;
    height: 40px;
    width: 104px;
    font-size: 16px;
    line-height: 40px;
    background: #1687D9;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .18);
    -webkit-transition: box-shadow .2s ease-in, background-color .2s ease;
    -moz-transition: box-shadow .2s ease-in, background-color .2s ease;
    -ms-transition: box-shadow .2s ease-in, background-color .2s ease;
    -o-transition: box-shadow .2s ease-in, background-color .2s ease;
    transition: box-shadow .2s ease-in, background-color .2s ease
}

.ripple {
    display: block;
    position: absolute;
    border: 0 solid rgba(0, 0, 0, .2);
    border-radius: 50% !important;
    opacity: .3;
    pointer-events: none;
    opacity: 1;
    left: 50%;
    top: 50%
}

.logining .ripple {
    border-width: 300px;
    margin-top: -300px;
    margin-left: -300px;
    opacity: 0;
    transition: border-width 1s, margin-top 1s, margin-left 1s, opacity 1s
}

.login-btn.logining {
}

.account-login {
    left: -350px
}

.mobile-login {
    left: 350px
}

.sq-code {
    height: 200px;
    left: 350px
}

.for-account .account-login, .for-mobilePhone .mobile-login, .for-QRCode .sq-code {
    -webkit-transition: left .35s cubic-bezier(.24, 1.53, .55, .92) .1s;
    -moz-transition: left .35s cubic-bezier(.24, 1.53, .55, .92) .1s;
    -ms-transition: left .35s cubic-bezier(.24, 1.53, .55, .92) .1s;
    -o-transition: left .35s cubic-bezier(.24, 1.53, .55, .92) .1s;
    transition: left .35s cubic-bezier(.24, 1.53, .55, .92) .1s
}

.for-account .account-login, .account-forget {
    left: 0
}

.for-account .account-login input, .for-account .account-register input, .for-account .account-forget input {
    display: block
}

.for-mobilePhone .mobile-login {
    left: 0
}

.for-mobilePhone .mobile-login input {
    display: block
}

.for-QRCode .sq-code {
    left: 0
}

.for-QRCode .form-part {
    height: 235px
}

.account-no-valide .img-vld-account {
    display: none
}

.for-account.account-no-valide .form-part {
    height: 145px
}

.for-account.account-no-valide#login-box {
    height: 350px
}

.mobilePhone-no-valide .img-vld-moblie {
    display: none
}

.for-mobilePhone.mobilePhone-no-valide .form-part {
    height: 115px
}

.for-mobilePhone.mobilePhone-no-valide#login-box {
    height: 320px
}

.vali-code-get {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 40px
}

.vali-code-get img {
    width: 90px;
    height: 28px;
    margin-top: 8px;
    margin-left: 10px;
    cursor: pointer
}

.click-event-ban {
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none
}

.code-getting .click-event-ban {
    display: block
}

.code-getting .get-code {
    background-color: #9FCFF1
}

.sq-code {
    text-align: center
}

.sq-code img {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 200px
}

.to-scan-box {
    position: absolute;
    width: 100%;
    bottom: -40px
}

.to-scan {
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #36434d
}

.fide-in {
    filter: blur(0px) drop-shadow(0px 0 0);
    -webkit-filter: blur(0px) drop-shadow(0px 0 0);
    -ms-filter: blur(0px) drop-shadow(0px 0 0);
    -o-filter: blur(0px) drop-shadow(0px 0 0)
}

.sq-code .loading-img {
    margin: 0 auto;
    margin-top: 70px;
    width: 77px;
    height: 60px
}

.text-tip {
    position: absolute;
    top: 30px;
    left: 5px;
    height: 20px;
    font-size: 12px;
    color: #66757F
}

.register-box-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0
}

#register-box {
    width: 500px;
    margin-left: -250px;
    margin-top: -225px;
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transition: height .3s ease .15s;
    -moz-transition: height .3s ease .15s;
    -ms-transition: height .3s ease .15s;
    -o-transition: height .3s ease .15s;
    transition: height .3s ease .15s
}

#register-box .logo-part, #forget-box .logo-part {
    height: 35px;
    line-height: 30px;
    color: #E7EEF3
}

#register-box .logo-img, #forget-box .logo-img {
    max-width: 150px;
    max-height: 30px;
    vertical-align: top
}

#register-box .form-part {
    height: 250px
}

#register-box .check-part {
    margin: 0;
    padding: 10px 0 0 0;
    display: none
}

#register-box .input-part, #forget-box .input-part {
    margin: 0 0 20px 0
}

#register-box .input-part input, #forget-box .input-part input {
    margin-top: 0
}

#register-box .validate-code .input-part, #forget-box .validate-code .input-part {
    padding-left: 75px
}

.register-pwd {
    float: left
}

.area-code-box {
    float: left;
    margin-left: -50px
}

.area-code-box .label {
    margin-left: 0
}

.login-icon-eye-open:before {
    color: #1687D9
}

.area-code {
    float: left;
    width: 50px;
    text-align: center;
    color: #35434C;
    font-size: 14px;
    line-height: 37px
}

.part-one {
    padding: 15px 30px 0 30px;
    box-shadow: 0 -4px 15px 0 rgba(0, 0, 0, .2);
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .95)
}

.part-two {
    padding: 0 30px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .3);
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .95)
}

.dashed {
    position: relative;
    overflow: hidden;
    z-index: 20
}

.left-dashed {
    height: 25px;
    width: 10px;
    float: left;
    background: url(../images/l-radius.png) left -2px no-repeat;
    margin-right: -25px
}

.right-dashed {
    height: 25px;
    width: 10px;
    float: right;
    background: url(../images/r-radius.png) right -2px no-repeat;
    margin-left: -25px
}

.line-dashed {
    float: left;
    width: 100%;
    height: 25px
}

.middle-line-top {
    height: 11px;
    border-bottom: 2px dashed #E7EEF3;
    margin: 0 10px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .95)
}

.middle-line-bottom {
    height: 12px;
    margin: 0 10px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .95)
}

.register-in, .login-in {
    position: absolute;
    bottom: -60px;
    left: 0;
    text-align: center;
    width: 100%;
    display: none
}

.register-in .switch-way, .login-in .switch-way {
    display: inline-block;
    background-color: rgba(10, 19, 26, .6);
    font-size: 12px;
    line-height: 30px;
    color: #ACB7BF;
    padding: 0 10px;
    cursor: pointer;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: box-shadow .2s ease-in, color .2s ease;
    -moz-transition: box-shadow .2s ease-in, color .2s ease;
    -ms-transition: box-shadow .2s ease-in, color .2s ease;
    -o-transition: box-shadow .2s ease-in, color .2s ease;
    transition: box-shadow .2s ease-in, color .2s ease
}

.arraw-right {
    display: inline-block;
    width: 16px;
    height: 17px;
    background: url(../images/arraw-right.png) no-repeat;
    vertical-align: middle
}

.register-in .switch-way:hover, .login-in .switch-way:hover {
    color: #E7EEF3;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .3)
}

.view-item {
    display: none
}

.view-item .view-item-box {
    -webkit-animation: front .35s linear forwards;
    -moz-animation: front .35s linear forwards;
    -ms-animation: front .35s linear forwards;
    -o-animation: front .35s linear forwards;
    animation: front .35s linear forwards;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.view-item-ie11 .view-item-box {
    display: none;
    animation: none
}

.view-active {
    display: block
}

.view-active-ie11 .view-item-box {
    display: block;
    animation: none
}

.view-active .view-item-box {
    -webkit-animation: back .35s linear forwards;
    -moz-animation: back .35s linear forwards;
    -ms-animation: back .35s linear forwards;
    -o-animation: back .35s linear forwards;
    animation: back .35s linear forwards;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.pwd-see {
    cursor: pointer
}

#register-box .text:hover {
    color: #667580
}

.service-treaty {
    color: #005999;
    font-size: 12px;
    cursor: pointer
}

.register-logo-title, .forget-logo-title {
    font-size: 14px;
    color: #66757F;
    vertical-align: middle
}

#register-box .error {
    margin-top: 0
}

.register-animate, .forget-animate {
    position: relative;
    top: 0
}

.register-animate-box, .forget-animate-box {
    overflow: hidden;
    padding-bottom: 25px
}

.register-animate .register-animate-form, .forget-animate .forget-animate-form {
    top: -300px;
    position: relative
}

.register-animate-success, .forget-animate-success {
    display: none
}

.register-animate .register-animate-success, .forget-animate .forget-animate-success {
    position: relative;
    height: 200px;
    background: url('../images/register-success.png') 45px 55px no-repeat;
    top: -300px;
    width: 250px;
    left: 50%;
    margin-left: -125px;
    color: #66757F;
    font-size: 16px;
    text-align: center;
    display: block
}

.forget-animate .forget-animate-success {
    background: url('../images/forget-success.png') 45px 55px no-repeat;
    margin-top: 40px
}

.login-icon-valid:before {
    margin: -1px
}

.service-treaty-modal {
    width: 780px;
    height: 510px;
    background-color: #fff;
    z-index: 10;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -420px;
    margin-top: -300px;
    padding: 60px 30px 30px 30px;
    border-radius: 4px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .3)
}

.service-treaty-content {
    overflow-y: hidden;
    height: 100%
}

.service-treaty-modal .title {
    position: absolute;
    left: 30px;
    top: 20px;
    color: #363636;
    font-size: 16px;
    font-weight: 500
}

.service-modal-close {
    position: absolute;
    right: 30px;
    top: 25px;
    background: url('../images/close-btn.png') no-repeat;
    width: 18px;
    height: 18px;
    cursor: pointer
}

@-webkit-keyframes front {
    0% {
        -webkit-transform: rotateY(0deg);
        opacity: 1
    }
    30% {
        -webkit-transform: rotateY(60deg)
    }
    70% {
        -webkit-transform: rotateY(120deg)
    }
    100% {
        -webkit-transform: rotateY(180deg);
        opacity: 0
    }
}

@-moz-keyframes front {
    0% {
        -moz-transform: rotateY(0deg);
        opacity: 1
    }
    30% {
        -moz-transform: rotateY(60deg)
    }
    70% {
        -moz-transform: rotateY(120deg)
    }
    100% {
        -moz-transform: rotateY(180deg);
        opacity: 0
    }
}

@-ms-keyframes front {
    0% {
        -ms-transform: rotateY(0deg);
        opacity: 1
    }
    30% {
        -ms-transform: rotateY(60deg)
    }
    70% {
        -ms-transform: rotateY(120deg)
    }
    100% {
        -ms-transform: rotateY(180deg);
        opacity: 0
    }
}

@keyframes front {
    0% {
        transform: rotateY(0deg);
        opacity: 1
    }
    30% {
        transform: rotateY(60deg)
    }
    70% {
        transform: rotateY(120deg)
    }
    100% {
        transform: rotateY(180deg);
        opacity: 0
    }
}

@-webkit-keyframes back {
    0% {
        -webkit-transform: rotateY(-180deg);
        opacity: 0
    }
    30% {
        -webkit-transform: rotateY(-120deg)
    }
    70% {
        -webkit-transform: rotateY(-60deg)
    }
    100% {
        -webkit-transform: rotateY(0deg);
        opacity: 1
    }
}

@-moz-keyframes back {
    0% {
        -moz-transform: rotateY(-180deg);
        opacity: 0
    }
    30% {
        -moz-transform: rotateY(-120deg)
    }
    70% {
        -moz-transform: rotateY(-60deg)
    }
    100% {
        -moz-transform: rotateY(0deg);
        opacity: 1
    }
}

@-ms-keyframes back {
    0% {
        -ms-transform: rotateY(-180deg);
        opacity: 0
    }
    30% {
        -ms-transform: rotateY(-120deg)
    }
    70% {
        -ms-transform: rotateY(-60deg)
    }
    100% {
        -ms-transform: rotateY(0deg);
        opacity: 1
    }
}

@keyframes back {
    0% {
        transform: rotateY(-180deg);
        opacity: 0
    }
    30% {
        transform: rotateY(-120deg)
    }
    70% {
        transform: rotateY(-60deg)
    }
    100% {
        transform: rotateY(0deg);
        opacity: 0.8
    }
}

.a-fadeoutT {
    -webkit-animation: .3s ease-in forwards;
    -moz-animation: .3s ease-in forwards;
    -ms-animation: .3s ease-in forwards;
    animation: .3s ease-in forwards
}

.a-bounceinB {
    -webkit-animation: .6s ease-out forwards;
    -moz-animation: .6s ease-out forwards;
    -ms-animation: .6s ease-out forwards;
    animation: .6s ease-out forwards
}

.register-animate .a-fadeoutT, .forget-animate .a-fadeoutT {
    -webkit-animation-name: fadeoutT;
    -moz-animation-name: fadeoutT;
    -ms-animation-name: fadeoutT;
    animation-name: fadeoutT;
    visibility: hidden \9
}

.a-fadeinForModal {
    -webkit-animation: fadeinForModal .4s ease-out backwards;
    -moz-animation: fadeinForModal .4s ease-out backwards;
    -ms-animation: fadeinForModal .4s ease-out backwards;
    animation: fadeinForModal .4s ease-out backwards
}

.a-fadeoutForModal {
    -webkit-animation: fadeoutForModal .4s ease-out forwards;
    -moz-animation: fadeoutForModal .4s ease-out forwards;
    -ms-animation: fadeoutForModal .4s ease-out forwards;
    animation: fadeoutForModal .4s ease-out forwards
}

.a-fadeinT {
    -webkit-animation-name: fadeinT;
    -moz-animation-name: fadeinT;
    -ms-animation-name: fadeinT;
    animation-name: fadeinT
}

.register-animate .a-bounceinB, .forget-animate .a-bounceinB {
    -webkit-animation-name: bounceinB;
    -moz-animation-name: bounceinB;
    -ms-animation-name: bounceinB;
    animation-name: bounceinB
}

@-webkit-keyframes fadeoutT {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        top: 0
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        top: -300px
    }
}

@-moz-keyframes fadeoutT {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
        top: 0
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-100px);
        top: -300px
    }
}

@-ms-keyframes fadeoutT {
    0% {
        opacity: 1;
        -ms-transform: translateY(0);
        top: 0
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(-100px);
        top: -300px
    }
}

@keyframes fadeoutT {
    0% {
        opacity: 1;
        transform: translateY(0);
        top: 0
    }
    100% {
        opacity: 0;
        transform: translateY(-100px);
        top: -300px
    }
}

@-webkit-keyframes bounceinB {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        top: 0
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        top: -300px
    }
    80% {
        -webkit-transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes bounceinB {
    0% {
        opacity: 0;
        -moz-transform: translateY(100px);
        top: 0
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(-30px);
        top: -300px
    }
    80% {
        -moz-transform: translateY(10px)
    }
    100% {
        -moz-transform: translateY(0)
    }
}

@-ms-keyframes bounceinB {
    0% {
        opacity: 0;
        -ms-transform: translateY(100px);
        top: 0
    }
    60% {
        opacity: 1;
        -ms-transform: translateY(-30px);
        top: -300px
    }
    80% {
        -ms-transform: translateY(10px)
    }
    100% {
        -ms-transform: translateY(0)
    }
}

@keyframes bounceinB {
    0% {
        opacity: 0;
        transform: translateY(100px);
        top: 0
    }
    60% {
        opacity: 1;
        transform: translateY(-30px);
        top: -300px
    }
    80% {
        transform: translateY(10px)
    }
    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeinForModal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeinForModal {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-ms-keyframes fadeinForModal {
    0% {
        opacity: 0;
        -ms-transform: translateY(-100px)
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0)
    }
}

@keyframes fadeinForModal {
    0% {
        opacity: 0;
        transform: translateY(-100px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeoutForModal {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-100px)
    }
}

@-moz-keyframes fadeoutForModal {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-100px)
    }
}

@-ms-keyframes fadeoutForModal {
    0% {
        opacity: 1;
        -ms-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(-100px)
    }
}

@keyframes fadeoutForModal {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-100px)
    }
}

.forget-box-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0
}

#forget-box .form-part {
    height: 240px
}

#forget-box {
    width: 500px;
    height: 428px;
    margin-left: -250px;
    margin-top: -200px;
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transition: height .3s ease .15s;
    -moz-transition: height .3s ease .15s;
    -ms-transition: height .3s ease .15s;
    -o-transition: height .3s ease .15s;
    transition: height .3s ease .15s
}

.forget-animate-box {
    overflow: hidden;
    height: 328px
}

.for-account.account-no-valide .form-part {
    height: 195px;
}

.forget-psw a {
    margin-right: 10px;
}

#login-box {
    height: auto !important;
    padding-bottom: 20px;
    border-radius: 10px;
}

#login-box .logo-img {
    max-width: 300px;
    max-height: 50px;
    height: 50px;
}

#login-box .logo-part {
    width: auto;
}

.check-box {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.check-box .in-check,
.check-box .un-check {
    background-image: none;
    color: #8BCAFA;
    border-width: 0px;
}

.je-dept-menu .x-menu-body {
    background-color: #fff;
    border-color: #e6e6e6;
}

.je-dept-menu .x-menu-body .x-menu-item-active {
    background-image: none;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}

.x-body {
    font-family: 'Helvetica Neue', Tahoma, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', STHeitiSC, sans-serif;
}

.error {
    line-height: 1px;
    margin-top: 10px;
    height: auto;

}

.login-icon-qq-login {
    font-family: FontAwesome;
    font-size: 14px !important;
}

.login-icon-qq-login:before {
    content: "\f1d6";
}

.for-QRCode .form-part,
.sq-code {
    height: 400px;
}