#whole, body {
    padding: 0;
    margin: 0
}

    #whole a {
        background: url(../images/loginbackgroundimage.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    a {
        cursor: pointer
    }

button {
    border: none
}

#whole {
    width: 100%;
    height: 600px;
    overflow: hidden;
    zoom: 1;
    position: relative
}

#whole #bg_ul {
    list-style-type: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 10000px;
    height: 600px
}

#whole #bg_ul .bg_li_one {
    background: #00b5e9;
    float: left;
    height: 600px
}

#whole #bg_ul .bg_li_one #bg {
    height: 560px;
    width: 1170px;
    margin: 0 auto;
    position: relative;
    padding-top: 40px
}

#whole #bg_ul .bg_li_two {
    background: #1b3246;
    float: left;
    height: 600px;
    text-align: center
}

#whole #bg_ul .bg_li_two #bg_two {
    height: 600px;
    margin: 0 auto;
    position: relative;
    width: 1170px;
    text-align: left
}

#whole #spot {
    width: 40px;
    position: absolute;
    bottom: 20px;
    left: 50%
}

#whole #spot li {
    width: 10px;
    height: 10px;
    -moz-border-radius: 5px!important;
    -webkit-border-radius: 5px!important;
    border-radius: 5px!important;
    background: #fff;
    filter: alpha(opacity=40);
    opacity: .4;
    display: block;
    float: left;
    margin-right: 10px;
    cursor: pointer
}

#whole #spot li.active {
    background: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
    display: block;
    float: left;
    transform: scale(1.2);
    -moz-border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    border-radius: 4px!important
}

.login_box {
    width: 1170px;
    position: relative;
    bottom: 490px;
    margin: 0 auto;
    z-index: 3
}

.login_box .login-module {
    width: 350px;
    height: 400px;
    text-align: center;
    color: #636363;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(4, 0, 0, .12);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3
}

.login_box .login-module .switch {
    height: 60px;
    line-height: 60px;
    word-spacing: -6px
}

.login_box .login-module .switch dd {
    font-size: 18px;
    width: 50%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #f7f7f7;
    word-spacing: 0;
    cursor: pointer
}

.login_box .login-module .switch dd.active {
    background: #fff;
    color: #00b5e9
}

.login_box .login-module .pc {
    display: none
}

.login_box .login-module .pc.active {
    display: block
}

.login_box .login-module .pc h1 {
    font-size: 20px;
    font-weight: 100;
    margin-top: 10px;
    color: #323232
}

.login_box .login-module .pc .form {
    padding: 20px
}

.login_box .login-module .pc .form .textbox {
    position: relative;
    border: 1px solid #ddd;
    -moz-border-radius: 3px!important;
    -webkit-border-radius: 3px!important;
    border-radius: 3px!important;
    height: 40px;
    line-height: 40px;
    margin-bottom: 12px
}

.login_box .login-module .pc .form .textbox.focus {
    border-color: #00b5e9;
    -webkit-box-shadow: 0 0 1px #00b5e9;
    -moz-box-shadow: 0 0 1px #00b5e9;
    box-shadow: 0 0 1px #00b5e9
}

.login_box .login-module .pc .form .textbox.error {
    border-color: #ff1a30
}

.login_box .login-module .pc .form .textbox i {
    font-size: 18px;
    color: #929292;
    padding: 0 5px 0 15px;
    float: left
}

.login_box .login-module .pc .form .textbox input {
    width: 250px;
    float: left;
    padding-left: 5px;
    line-height: 40px;
    font-size: 14px;
    height: 40px;
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

.login_box .login-module .pc .form .textbox label {
    position: absolute;
    top: 0;
    right: 8px;
    padding: 0 8px;
    color: #c33;
    background: #fff;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff 8px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 8px);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -moz-transform: translate(20px, 0);
    -webkit-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    transition: .25s ease-out;
    -ms-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    -webkit-transition: .25s ease-out;
    visibility: hidden
}

.login_box .login-module .pc .form .textbox label.is-visible {
    visibility: visible;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0)
}

.login_box .login-module .pc .form .message {
    height: 20px
}

.login_box .login-module .pc .form .message span {
    float: left;
    display: block;
    height: 20px
}

.login_box .login-module .pc .form .message span img {
    vertical-align: middle
}

.login_box .login-module .pc .form .message span em {
    color: #ff1a30;
    vertical-align: middle;
    font-size: 12px
}

.login_box .login-module .pc .form .login {
    height: 45px;
    line-height: 45px;
    -moz-border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    border-radius: 4px!important;
    color: #fff;
    font-size: 18px;
    margin-top: 8px;
    width: 100%;
    cursor: pointer;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}

.login_box .login-module .pc .form .login.disabled, .login_box .login-module .pc .form .login:disabled, .login_box .login-module .pc .form .login[disabled] {
    background: #01a4d3;
    color: #fff
}

.login_box .login-module .pc .form button[disabled] {
    color: #fff!important
}

.login_box .login-module .pc .form .cookie {
    margin-top: 10px
}

.login_box .login-module .pc .form .cookie label {
    float: left
}

/*.login_box .login-module .pc .form .cookie label input {
    vertical-align: middle;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 14px;
    height: 14px;
    position: absolute;
    left: -10000px
}*/

.login_box .login-module .pc .form .cookie label span {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.login_box .login-module .pc .form .cookie label span em {
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 80px;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: auto
}

.login_box .login-module .pc .form .cookie label span i {
    border: 1px solid #ddd;
    -moz-border-radius: 3px!important;
    -webkit-border-radius: 3px!important;
    border-radius: 3px!important;
    background: #fff;
    width: 14px;
    height: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    margin-right: 5px
}

.login_box .login-module .pc .form .cookie label span .i_hover {
    background: url(../images/checked.png) no-repeat #00b5e9;
    border: 1px solid #00b5e9;
    background-size: cover
}

.login_box .login-module .pc .form .cookie .forget {
    float: right;
    line-height: 22px;
    color: inherit
}

.login_box .login-module .pc .form .other {
    margin-top: 24px
}

.login_box .login-module .pc .form .other .line {
    width: 100%;
    height: 1px;
    background: #ddd
}

.login_box .login-module .pc .form .other p {
    padding: 0 10px;
    background: #fff;
    line-height: 1.2;
    margin: -10px auto 0;
    font-size: 14px;
    width: 100px
}

.login_box .login-module .pc .form .password label {
    visibility: visible!important;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    right: 230px
}

.login_box .login-module .mobile {
    text-align: center;
    color: #929292;
    display: none
}

.login_box .login-module .mobile.active {
    display: block
}

.login_box .login-module .mobile h2 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 2
}

.login_box .login-module .mobile h5 {
    font-size: 14px
}

.login_box .login-module .mobile h5 .fxchat {
    color: #00b5e9
}

.login_box .login-module .mobile .scan {
    margin-top: 15px
}

.login_box .login-module .mobile .scan.on .scan-code {
    transform: translateX(-65px)
}

.login_box .login-module .mobile .scan.on .phone-pic {
    animation: show 1s 1 none;
    -moz-animation: show 1s 1 none;
    -webkit-animation: show 1s 1 none;
    -o-animation: show 1s 1 none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}

.login_box .login-module .mobile .scan .phone-pic {
    vertical-align: top;
    display: none;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: 32px
}

.login_box .login-module .mobile .scan .scan-code {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 15px;
    width: 140px;
    height: 140px;
    vertical-align: top;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -webkit-transition: .5s ease-out
}

.login_box .login-module .mobile .scan .scan-code .refresh {
    display: none;
    padding-top: 50px;
    background: rgba(0, 0, 0, .5);
    height: 100%;
    box-sizing: border-box
}

.login_box .login-module .mobile .scan .scan-code .refresh p {
    color: #fff;
    font-size: 16px
}

.login_box .login-module .mobile .scan .scan-code .refresh p.action {
    cursor: pointer
}

.login_box .login-module .mobile .scan .scan-code.timeout .refresh {
    display: block
}

.login_box .login-module .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    background: #f7f7f7;
    padding: 0 20px;
    line-height: 40px;
    width: 310px
}

.login_box .login-module .bottom .third-party {
    float: left
}

.login_box .login-module .bottom .third-party label {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 10px
}

.login_box .login-module .bottom .third-party label img {
    vertical-align: middle
}

.login_box .login-module .bottom .third-party label em {
    color: #636363;
    font-size: 12px;
    vertical-align: middle
}

.login_box .login-module .bottom .register {
    float: right;
    font-size: 14px
}

.login_box .login-module .bottom .register a {
    color: #3897e6
}

input:-webkit-autofill {
    background: 0 0
}

@keyframes move {
    0% {
        transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0)
    }
    100% {
        transform: translateX(-65px);
        -ms-transform: translateX(-65px);
        -moz-transform: translateX(-65px);
        -webkit-transform: translateX(-65px);
        -o-transform: translateX(-65px)
    }
}

@keyframes show {
    0%, 50% {
        -khtml-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -khtml-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

.popDown {
    position: fixed;
    width: 1170px;
    top: 50%;
    left: 50%;
    margin-left: -585px;
    z-index: 9;
    margin-top: -176.5px;
    display: none
}

.popDown .popContent {
    position: relative
}

.popDown .popContent .popLogo {
    width: 100%;
    height: 300px;
    background: red
}

.popDown .popContent .popHref {
    text-align: center
}

.popDown .popContent .popHref a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #fff;
    margin-top: 20px;
    background: #00b5e9;
    padding: 6px 20px;
    font-size: 16px;
    -moz-border-radius: 33px!important;
    -webkit-border-radius: 33px!important;
    border-radius: 33px!important
}

.popDown .popContent .popHref a:hover {
    background: #0d89de
}

.popDown .popContent .popClose {
    position: absolute;
    right: 0;
    top: -20px;
    cursor: pointer
}

.slideC {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    -khtml-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
    top: 0;
    left: 0;
    display: none
}