﻿/* CSS Document */
body, html {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    min-height: 660px;
    position: relative;
}

div, dl, dt, dd, ul, li, input {
    padding: 0px;
    margin: 0px;
}

dl, dt, dd, ul, li {
    list-style: none;
}

img {
    border: none;
}

a {
    outline: none;
    text-decoration: none;
    color: #0088cc;
}

a:hover {
    color: #c00;
}

a:focus {
    outline: 0;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.c_greyb1 {
    color: #b9b9b9;
}

.c {
    clear: both;
}

.common {
    background: #333 none no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    font-family: Microsoft YaHei, Tahoma, "宋体";
    font-size: 14px;
}

.login-r .i1, .login-select input.selectbox, .ico_yy, .btn-login, .ico-m-seungee, .icon_cn, .icon_en, .btn-login-Disable {
}

.common-top {
    height: 60px;
    background-repeat: repeat-x;
    overflow: hidden;
    min-width: 800px;
    background-color: #a9d6d6;
}

.eap-logo {
    width: 470px;
    height: 50px;
    padding: 0px;
    display: block;
    overflow: hidden;
}

.common-right {
    float: right;
}

.language-set {
    font-size: 12px;
    line-height: 50px;
    padding-right: 15px;
    color: #ddd;
    font-family: Tahoma, "宋体";
}

.language-set a {
    margin: 0px 4px;
    color: #666;
    font-weight: bold;
}

.language-set a.on {
    color: #0088cc;
}

.language-set a:hover {
    color: #c00;
}

.login-main {
    /*dd*/
}

.login {
    position: absolute;
    overflow: hidden;
    width: 385px;
    left: 50%;
    top: 50%;
    margin-left: -192px;
    margin-top: -264px;
}

.login-l {
    padding: 15px 0;
    font-weight: bold;
    color: #3d504f;
}

.login-l span {
    color: #fff;
    font-size: 20px;
    text-shadow: 5px 5px 5px #3d504f;
}

.c-logo {
    overflow: hidden;
    margin: 0px 30px 0px 30px;
}

.c-logo img {
}

.login-r {
    background-color: #fff;
    padding: 0px 42px 15px;
}

.login-title {
    line-height: 31px;
    padding: 15px 0;
    font-size: 19px;
    color: #3e4f4e;
    text-align: center;
    font-weight: bold;
}

/*.login-title span{ display: inline-block; background:url('../Img/ciic.png') no-repeat 0 0; width: 52px; height: 31px; text-indent: -9999px;}*/
.login-r .i1 {
    border: 0px;
    font-family: Microsoft YaHei, Tahoma, "宋体";
    font-size: 16px;
    color: #666;
    text-shadow: #fff 1px 1px;
    position: relative;
    height: 45px;
    width: 258px;
    border: 1px solid #c9c7bf;
    padding: 0 35px 0 20px;
    line-height: 32px;
    line-height: 45px \0;
    *line-height: 45px;
    background: #fff none; /*由于SELECT原因，此处改为图片显示 border: 1px solid #fff; border-radius: 4px; background-color: #e8e8e8; -webkit-box-shadow: 0px 1px 3px #d6d6d6 inset; -moz-box-shadow: 0px 1px 3px #d6d6d6 inset; box-shadow: 0px 1px 3px #d6d6d6 inset;*/
    box-sizing: content-box;
}

.input_user:after {
    content: "";
    width: 50px;
    height: 50px;
    background: url('../imgs/icon.png') no-repeat -5px 5px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: inline-block;
}

.input_psd:after {
    content: "";
    width: 50px;
    height: 50px;
    background: url('../imgs/icon.png') no-repeat -60px 5px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: inline-block;
}

#captcha {
    width: 135px;
    float: left;
}

.captcha {
    float: right;
}

.input_captcha {
    overflow: hidden;
}

.input_group {
    padding: 0 0 15px;
    position: relative;
}

.input_group input[type='checkbox'], .input_group input[type='radio'] {
    margin-right: 10px;
}

.login-r dl.btn-bar {
    padding-top: 6px;
}

.login-r dl.btn-bar dd {
    font-size: 12px;
    font-family: Tahoma, "宋体";
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    padding: 0px;
    color: #888888;
    text-shadow: #fff 1px 1px;
}

.login-r dl.btn-bar dd input {
    vertical-align: middle;
    margin-right: 3px;
}

.login-r dl.btn-bar dt {
    padding: 3px 10px 3px 3px;
    float: left;
}

#btnLogin {
    background-color: #367fa9;
    width: 100%;
    *width: 300px;
    margin-top: 10px;
    height: 42px;
    border: none;
    border-bottom: 4px solid #166694;
    text-align: center;
    line-height: 42px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-family: Microsoft YaHei, Tahoma, "宋体";
    cursor: pointer;
    border-radius: 5px;
}

#btnLogin:hover {
    color: #ff0;
    background-color: #00a9d8;
    border-bottom: 4px solid #00799a;
}

#btnLogin.btn-login-Disable {
    background-color: #acb3b8;
    border-bottom-color: #848e95;
    cursor: auto;
}

#btnLogin.btn-login-Disable:hover {
    background-color: #acb3b8;
    border-bottom-color: #848e95;
    cursor: auto;
    color: #494949;
}

.login-error-msg {
    color: red;
}

.login-bot {
    clear: both;
    width: 100%;
    position: fixed;
    bottom: 0px;
    text-align: center;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background: -webkit-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.5)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.5)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.5)); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.5)); /* 标准的语法 */
}

.login-bot small {
    font-size: 9px;
}

.login-bot a {
    color: #fff;
}

.ico-m-seungee {
    display: inline-block;
    background-position: 0px -32px;
    width: 58px;
    height: 10px;
    margin-right: 5px;
    text-indent: -9999px;
    overflow: hidden;
}

.icon_cn, .icon_en {
    padding-left: 19px;
}

.icon_cn {
    background-position: -229px -75px;
}

.icon_en {
    background-position: -229px -91px;
}

.language-set .on .icon_cn {
    background-position: -229px -107px;
}

.language-set .on .icon_en {
    background-position: -229px -123px;
}

.login-msg {
    color: #8a8a8a;
    opacity: 1;
    text-align: center;
    background-color: #fff;
    font-size: 13px;
    border-top: 1px solid #eee;
    padding: 13px 15px;
    line-height: 23px;
    /*background: url('../imgs/login_msg_bg.png') repeat 0 0;*/
}

@media only screen and (min-device-width:241px) and (max-device-width:360px){

    .login-msg{
        zoom:0.5;
        line-height: 36px;
    }
}

.checkbox_css {
    width: 18px;
    height: 18px;
    background: url('../imgs/icon.png') no-repeat -13px -76px;
    display: inline-block;
    margin-right: 10px;
    float: left;
    margin-top: 3px;
}

.checkbox_css.checkbox_in {
    background-position: -13px -57px;
}

/* login 头像旋转效果 */
.user-photo {
    width: 117px;
    height: 117px;
    margin: 0 auto;
}

.user-photo img {
    position: relative;
    z-index: 3;
}

.user-photo:after {
    content: '';
    width: 117px;
    height: 117px;
    position: absolute;
    top: 1px;
    left: 93px;
    /*background: url("../imgs/photo_bg.png") no-repeat 0 0;*/
    animation: myfirst 3s linear 0s infinite normal;
    -moz-animation: myfirst 3s linear 0s infinite normal; /* Firefox */
    -webkit-animation: myfirst 3s linear 0s infinite normal; /* Safari 和 Chrome */
    -o-animation: myfirst 3s linear 0s infinite normal; /* Opera */
    z-index: 1;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

.user-photo.user-photo-running:after {
    animation-play-state: running;
    -webkit-animation-play-state: running;
}

@keyframes myfirst {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes myfirst /* Firefox */
{
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-o-keyframes myfirst /* Opera */
{
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.login_bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.login_bg img {
    display: none;
    overflow: hidden;
}

.choice_container {
    width: 620px;
    height: 260px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -310px;
    margin-top: -160.68px;
}

.choice_web {
    margin-right: 100px;
}

.choice_web, .choice_charts {
    cursor: pointer;
}

@media screen and (min-width: 1025px) {
    .login-main {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -300px;
        margin-left: -200px;
        width: 400px;
        height: 530px;
    }

    .login {
        position: absolute;
        overflow: hidden;
        width: 400px;
        border-radius: 2px;
        left: inherit;
        top: inherit;
        margin-left: inherit;
        margin-top: inherit;
    }

    .login_bg img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .login-bot {
        position: absolute;

    }
}

@media screen and (max-width: 320px) {
    .login {
        position: absolute;
        overflow: hidden;
        width: 385px;
        left: 50%;
        top: inherit;
        margin-left: -192px;
        margin-top: inherit;
    }

    .login-bot {
        position: fixed;
    }
}