/* CSS Document */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body {
    font-size: 14px;
    color: #ccc;
    font-weight: 700;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    background: url(../images/login_yt.png) no-repeat;
    background-size: cover;
    width: 100%;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: ' \20';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
a {
    color: #ccc;
    text-decoration: none;
}
a:hover {
    color: #999;
}
input, select {
    vertical-align: middle;
    outline: 0 none;
}
::-webkit-input-placeholder { /* WebKit browsers */
 color: #afafaf;
 font-family:"微软雅黑", Arial;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #afafaf;
 font-family:"微软雅黑", Arial;
}
.login_footer {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    color: #dfdfdf;
}
.logo_box {
    position: absolute;
    top: 80px;
    left: 360px;
    width: 448px;
    height: 43px;
    z-index: 999;
}
.logo_box .ico-logo {
    position: relative;
    float: left;
    width: 346px;
    height: 43px;
    /*background: url(../images/logo.png) 0 0 no-repeat;*/
    /*background-size: 100% 100%;*/
}
.logo_box h3 {
    position: relative;
    float: left;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 43px;
}
.logo_box span {
    position: relative;
    padding: 0 26px;
    float: left;
    font-size: 30px;
    line-height: 43px;
    font-weight: 100;
    color: rgba(255,255,255,.4);
}
.login-box {
	position: absolute;
    top: 210px;
    right: 354px;
	width: 396px;
	height: 445px;
}
@media screen and (max-width:1440px) {
.logo_box {
	position: absolute;
    width: 448px;
    height: 43px;
    z-index: 999;
    left: 50%;
    top: 60px;
    margin-left: -224px;
}
.login-box {
	position: absolute;
	width: 396px;
	height: 445px;
	left: 70%;
    top: 160px;
    margin-left: -198px;
}
}
.language {
    position: relative;
	margin: 0 14px 20px 0;
	float: right;
    width: auto;
    height: 15px;
    line-height: 15px;
    text-align: right;
    color: #fff;
    font-weight: 300;
    display: block;
}
.language:hover {
    color: #d2d3d5;
    cursor: pointer;
}
.language .en-img span, .language .ch-img span {
    margin-left: 22px;
    white-space: nowrap;
}
.language .en-img {
    width: 15px;
    height: 15px;
    display: inline-table;
    background: url(../images/ico_english.png) 0 0 no-repeat;
}
.language .en-img:hover {
    background: url(../images/ico_english_hover.png) 0 0 no-repeat;
}
.language .ch-img {
    width: 15px;
    height: 15px;
    display: inline-table;
    background: url("../images/ico_chinese.png") 0 0 no-repeat;
}
.language .ch-img:hover {
    background: url("../images/ico_chinese_hover.png") 0 0 no-repeat;
}
.login_title {
    display: flex;
    line-height: 30px;
    justify-content: center;
    margin-top: 24px;
}
.login_title span {
    width: 68px;
    border-top: 2px solid #6392ad;
    margin-top: 40px;
}
.login-pop {
    width: 396px;
    height: 450px;
    position: relative;
	float: left;
    z-index: 100;
    border-radius: 12px;
    background: rgba(255,255,255,.15);
    border-color: #5c7d96;
}
.login-pop .platform-name {
    text-align: center;
    color: #a4e0fb;
    font-size: 22px;
    line-height: 22px;
    padding: 30px 0;
    font-weight: 300;
    letter-spacing: 4px;
    margin: 0 16px;
}
.login-pop .login-body {
    padding: 0;
}
.login-body .login-info, .login-body .login-right {
    float: left;
}
.login-body .login-info {
    width: 396px;
    position: relative;
}
.login-info .li {
    padding: 0 24px 20px;
}
.login-info .li .form-control {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 700;
    color: #ccc;
    border: none;
    border-radius: 50px;
    padding: 0px 10px 0 50px;
    background: rgba(255,255,255,.1);
    outline: none;
}
.login-info .li .ele-wrap {
    position: relative;
}
.login-info .li .ele-wrap .ico-user, .login-info .li .ele-wrap .ico-password, .login-info .li .ele-wrap .ico-code {
    position: absolute;
    top: 12px;
    left: 16px;
    width: 24px;
    height: 23px;
}
.login-info .li .ele-wrap .ico-user {
    background: url(../images/icon1.png) 0 0 no-repeat;
}
.login-info .li .ele-wrap .ico-password {
    background: url(../images/icon2.png) 0 0 no-repeat;
}
.login-info .li .ele-wrap .ico-code {
    background: url(../images/icon3.png) 0 0 no-repeat;
}
.login-info .li .code-img {
    width: 110px;
    height: 32px;
    z-index: 999;
    position: absolute;
    right: 36px;
    top: 8px;
}
.login-info .li .visible-img, .login-info .li .invisible-img, .login-info .li .refresh-img {
    width: 18px;
    height: 18px;
    z-index: 999;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 16px;
}
.login-info .li .visible-img:hover {
    background: url(../images/ico_visible_hover.png) 0 0 no-repeat;
}
.login-info .li .invisible-img:hover {
    background: url(../images/ico_invisible_hover.png) 0 0 no-repeat;
}
.login-info .li .proving-code {
    position: relative;
}
.login-info .btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    padding: 0 15px;
    font-family: "微软雅黑";
    cursor: pointer;
    border: 1px solid transparent;
}
.login-info .btn-blue {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    font-weight: 600;
    border: none;
    color: #fff;
    background: #0e9cc7;
    border-radius: 24px;
    text-decoration: none;
}
.login-info .btn-blue:hover, .login-info .btn-blue:focus {
    color: #ffffff;
    background: #0e9cc7;
    text-decoration: none;
}
.check {
    display: none;
}
label .icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    background: rgba(255,255,255,.2);
}
label .icon:before, label .icon:after {
    content: '';
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
label .icon:before {
    left: 1px;
    width: 6px;
    bottom: 6px;
    -webkit-transform: scale(0) rotate(0);
    -ms-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
}
label .icon:after {
    top: 7px;
    right: 0;
    -webkit-transform: scale(0) rotate(0);
    -ms-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
}
.check:checked + label {
    color: #a4e0fb;
    font-weight: 700;
}
.check:checked + label .icon {
    background: rgba(255,255,255,.2);
}
.check:checked + label .icon:before {
    -webkit-transform: scale(1) rotate(45deg);
    -ms-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
}
.check:checked + label .icon:after {
    -webkit-transform: scale(1) rotate(-45deg);
    -ms-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
}
.right {
    float: right;
}
.right span {
    padding: 0 5px;
    font-weight: 300;
    color: rgba(255,255,255,.4);
}
input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill,input[readonly] {
    -webkit-text-fill-color: #ededed !important;
    -webkit-box-shadow: 0 0 0 1000px transparent  inset !important;
    background-color:transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}
