﻿html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;padding:0;
}

.bgImg1 {
	background-image: url("../images/login_img1.png");	
}

.bgImg2 {
	background-image: url("../images/login_img2.png");	
}

.bgImg3 {
	background-image: url("../images/login_img3.png");	
}

.bgImg4 {
	background-image: url("../images/login_img4.png");	
}

.bgImg5 {
	background-image: url("../images/login_img5.png");	
}

.bgImg6 {
	background-image: url("../images/login_img6.png");	
}

.bgImg7 {
	background-image: url("../images/login_img7.png");	
}

.bgImg8 {
	background-image: url("../images/login_img8.png");	
}

.bgImg9 {
    background-image: url("../images/login_img9.png");
}

.bgImg10 {
    background-image: url("../images/login_img10.png");
}

.loginYxIcon {
    background-image: url("../images/login_yx_icon.png");
}

.loginMmIcon {
    background-image: url("../images/login_mm_icon.png");
}

.logo {
    background-image: url("../images/login_logo.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 300px;
    height: 50px;
}

.contain-box {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.main {
    width: 1200px;
    height: 100%;
    position: relative;
    margin: auto;
    padding-top: 60px;
    box-sizing: border-box;
}

.login {
    width: 390px;
    height: 388px;
 /*   box-shadow: 0 0 20px 0 #909090;*/
    padding: 40px 50px 75px 50px;
    box-sizing: border-box;
    background-color: #fdfdfd;
    background-attachment: scroll;
    position: absolute;
    top: 150px;
}

input {
    width: 290px;
    height: 40px;
    padding-left: 50px;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    line-height: 38px;
    color: #323232;
    font-size: 16px;
    background-repeat: no-repeat;
    animation-delay: 0.5s;
}

input:hover {
    box-shadow: 0 0 5px rgba(24,142,239,1);
    -webkit-box-shadow: 0 0 5px rgba(24,142,239,1);
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.animated {
    -webkit-animation-duration: 1s;
    animation: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.title {
    animation-delay: 0.5s;
    color: #1b71b7;
    font-size: 25px;
    text-align: center;
    margin-bottom: 37px;
    line-height: 1px;
}

.email {
    margin-bottom: 30px;
    background-image: url("../images/icon1.png");
    background-position: left 13px center;
    background-size: 18px 18px;
}

.password {
    background-image: url("../images/icon2.png");
    background-position: left 13px center;
    background-size: 18px 18px;
}

.forget {
    animation-delay: 0.5s;
    font-size: 12px;
    text-align: right;
    margin: 14px 0 32px 0;
    cursor: pointer;
    color: #909090;
}

.forget:hover {
    color: #156cb2;
}

.submit {
    animation-delay: 0.8s;
}

.submit button {
    width: 290px;
    height: 44px;
    border: none;
    box-sizing: border-box;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    background-color: #156cb2;
    line-height: 44px;
    font-size: 18px;
    cursor: pointer;
}
@media screen and (max-width: 1280px) {
    .contain-box {
        zoom: .8;
    }
}
/*用于处理登录页面 登录框左边距*/
@media screen and (min-width: 1281px) {
    .contain-box .main {
        margin-left: 200px;
    }
}
.cover {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    display: none;
    background-color: rgba(0,0,0,0.6);
}

.code-box {
    width: 400px;
    height: 247px;
    animation-delay: 0.5s;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    margin: auto;
}

#code {
    position: relative;
}

.forget-pwd {
    width: 390px;
    height: 388px;
/*    box-shadow: 0 0 20px 0px #909090;*/
/*    margin: auto;*/
    padding: 40px 50px 75px 50px;
    box-sizing: border-box;
    background: #fdfdfd;
    position: absolute;
    top: 0;
    bottom: 0;
   
}

.code-btn {
    width: 290px;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    height: 38px;
    background: #156cb2;
    border: none;
    color: #fff;
    font-size: 14px;
    margin-left: 8px;
}