body{
	margin: 0;
	font-family: "宋体";
	background-color: #FAFAFA;
}
.head-div{
	width: 100%;
	min-width: 1364px;
	height: 60px;
}
.head-div h1{
	margin-left: 240px;
	font-family: "微软雅黑";
	font-weight: 500;
}
.head-div h1 sup{
	font-size: 24px;
	margin-left: 5px;
}
.centre-div{
	width: 100%;
	height: 377px;
	background-color: #0DC9B1;
}
.login-container{
	margin: 0 auto;
	width: 1364px;
	height: 600px;
	background-image: url(../../images/login/bg_login.jpg);
	background-repeat:no-repeat;
}
.login{
	width: 280px;
	height: 340px;
	padding: 20px;
	background-color: #FFFFFF;
	position: relative;
	top: 90px;
	left: 840px;
	z-index: 10;
}
.trapezoid{
	width: 320px;
	border-top: 90px solid #E1E6E9;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	position: relative;
	top: -3px;
	left: 815px;
}
.login input{
	width: 236px;
	height: 37px;
	line-height: 37px;
	font-size: 16px;
	background-color: #FFFFFF;
	border: none;
	outline:none;
}

.logo{
	width: 220px;
	height: 26px;
	margin: 0 auto;
}

/*信息提示*/
.message{
	margin-top: 30px;
	width: 270px;
	padding-left: 10px;
	height: 25px;
	line-height: 25px;
	overflow:hidden;
	border: solid #FFCC2D 1px;
	background-color: #FFECB2;
	font-size: 12px;
	color: #999999;
}
.message_0{
	margin-top: 30px;
	width: 270px;
	padding-left: 10px;
	height: 25px;
	line-height: 25px;
	overflow:hidden;
	border: solid #FF4E4E 1px;
	background-color: #FFC1C1;
	font-size: 12px;
	color: #FF4E4E;
}

/*用户名框*/
.username-div{
	margin-top: 15px;
	width: 280px;
	height: 40px;
	border: solid #E5E5E5 1px;
	border-radius:5px;
}
.username-div_0{
	margin-top: 15px;
	width: 280px;
	height: 40px;
	border: solid #85D1C7 1px;
	border-radius:5px;
}
.username-div_1{
	margin-top: 15px;
	width: 280px;
	height: 40px;
	border: solid #FF4E4E 1px;
	border-radius:5px;
}
.username-left{
	width: 40px;
	height: 40px;
	background-image:url(../../images/login/username_1.png) ;
	float: left;
}
.username-left_0{
	width: 40px;
	height: 40px;
	background-image:url(../../images/login/username_0.png) ;
	float: left;
}
.username-left_1{
	width: 40px;
	height: 40px;
	background-image:url(../../images/login/username_2.png) ;
	float: left;
}
.username-right{
	width: 240px;
	height: 40px;
	float: left;
}

/*密码框*/
.password-div{
	margin-top: 20px;
	width: 280px;
	height: 40px;
	border: solid #E5E5E5 1px;
	border-radius:5px;
}
.password-div_0{
	margin-top: 20px;
	width: 280px;
	height: 40px;
	border: solid #85D1C7 1px;
	border-radius:5px;
}
.password-div_1{
	margin-top: 20px;
	width: 280px;
	height: 40px;
	border: solid #FF4E4E 1px;
	border-radius:5px;
}
.password-left{
	width: 40px;
	height: 40px;
	background-image:url(../../images/login/password_1.png) ;
	float: left;
}
.password-left_0{
	width: 40px;
	height: 40px;
	background-image:url(../../images/login/password_0.png) ;
	float: left;
}
.password-left_1{
	width: 40px;
	height: 40px;
	background-image:url(../../images/login/password_2.png) ;
	float: left;
}
.password-right{
	width: 240px;
	height: 40px;
	float: left;
}


/* 验证码 */
#verification-code-div{
	margin-top: 20px;
	width: 280px;
	overflow: hidden;
}

.verification-code-left{
	width: 180px;
	height: 40px;
	border: solid #E5E5E5 1px;
	border-radius:5px;
	float: left;
}

.verification-code-left_0{
	width: 180px;
	height: 40px;
	border: solid #85D1C7 1px;
	border-radius:5px;
	float: left;
}

.verification-code-left_1{
	width: 180px;
	height: 40px;
	border: solid #FF4E4E 1px;
	border-radius:5px;
	float: left;
}

#verification-code-left input{
	width: 170px;
	padding-left: 10px;
	border-radius:5px;
}

.verification-code-right{
	width: 96px;
	height: 40px;
	float: right;
}

.verification-code-right img{
	cursor: pointer;
	width: 96px;
	height: 40px;
	border: solid #E5E5E5 1px;
	border-radius:5px;
}


/*登录按钮*/
.login button{
	width: 280px;
	height: 40px;
	background-color: #FAA600;
	border: none;
	outline: none;
	cursor: pointer;
	margin-top: 40px;
	font-size: 20px;
	font-family: "宋体";
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 5px;
}
.login button:hover{
	background-color: #FFBF42;
}
.login button:active{
    text-shadow: 0 1px 0 rgba(250, 166, 0, 0.3);
    text-decoration: none;
    background-color: #FFBF42;
    border-color: #FAA600;
    color: #E68D00;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); 
}

/* 切换英文按钮 */
.btn-cn {
	float: right;
    position: relative;
    display: inline-block;
    height: 30px;
    width: 100px;
    line-height: 30px;
    padding: 0;
    border-radius: 30px;
    background: #fdfdfd;
    border: 2px solid #0099cc;
    margin: 10px;
    transition: .5s;
}
.btn-cn:hover {
    background-color: #0DC9B1;
}
.btn-cn:hover .circle {
    right: 100%;
    margin-right: -39px;
    background-color: #fdfdfd;
    background-image:url(../../images/login/English.png) ;
    color: #0099cc;
}    
.btn-cn:hover .title {
    right: 40px;
    opacity: 0;
}
.btn-cn:hover .title-hover {
    opacity: 1;
    right: 10px;
}
.btn-cn .circle {
    display: block;
    background-color: #0099cc;
    background-image:url(../../images/login/China.png) ;
    color: #fff;
    position: absolute;
    float: right;
    margin: 3px;
    line-height: 24px;
    height: 24px;
    width: 36px;
    top: 0;
    right: 0;
    transition: .5s;
    border-radius: 30px;
}

.btn-cn .title,
.btn-cn .title-hover {
    position: absolute;
    right: 43px;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
    color: #30abd5;
    transition: .5s;
}
.btn-cn .title-hover {
    right: 60px;
    opacity: 0;
    color: #fff;
}

/*切换中文按钮*/
.btn-en {
	float: right;
    position: relative;
    display: inline-block;
    height: 30px;
    width: 100px;
    line-height: 30px;
    padding: 0;
    border-radius: 30px;
    background: #fdfdfd;
    border: 2px solid #0099cc;
    margin: 10px;
    transition: .5s;
}
.btn-en:hover {
    background-color: #0DC9B1;
}
.btn-en:hover .circle {
    right: 100%;
    margin-right: -39px;
    background-color: #fdfdfd;
    background-image:url(../../images/login/China.png) ;
    color: #0099cc;
}    
.btn-en:hover .title {
    right: 40px;
    opacity: 0;
}
.btn-en:hover .title-hover {
    opacity: 1;
    right: 10px;
}
.btn-en .circle {
    display: block;
    background-color: #0099cc;
    background-image:url(../../images/login/English.png) ;
    color: #fff;
    position: absolute;
    float: right;
    margin: 3px;
    line-height: 24px;
    height: 24px;
    width: 36px;
    top: 0;
    right: 0;
    transition: .5s;
    border-radius: 30px;
}

.btn-en .title,
.btn-en .title-hover {
    position: absolute;
    right: 43px;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
    color: #30abd5;
    transition: .5s;
}

.btn-en .title-hover {
    right: 60px;
    opacity: 0;
    color: #fff;
}