﻿#middle {
	width: 100%;
}

.middle{
	width: 100%;
	height: 630px;
	background: url(/cms/templates/10547682171370000/images/middle_icon_01.jpg) no-repeat center;
	padding-top: 170px;
}

.mid-sign-in{
	width: 480px;
	height: 460px;
	background: #FFFFFF;
	border-radius: 10px;
	margin: 0px auto;
	-moz-box-shadow: 2px 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 0px 10px rgba(0,0,0,0.3);
	box-shadow: 2px 0px 10px rgba(0,0,0,0.3);
	padding: 55px;
	box-sizing: border-box;
	position: relative;
}

.sign-switch{
	width: 44px;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}

.signIn-nav{
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
}

.signIn-nav ul li{
	float: left;
	/* width: 60px; */
	height: 40px;
	line-height: 40px;
	color: #333333;
	font-size: 20px;
	position: relative;
	margin-right: 40px;
}

.signIn-nav ul li:hover a{
	color: #546ccf!important;
	font-size: 20px;
	font-weight: bold;
}

.signIn-nav ul li:hover a:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #546ccf;
}

.signInCurrent a{
	color: #546ccf!important;
	font-size: 20px;
	font-weight: bold;
}

.signIn-nav ul li.signInCurrent a:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #546ccf;
}

#signAccountCurrent{
	display: block;
}

#signCodeCurrent{
	display: none;
}

/* 输入框 */
.signIn-form{
	margin-top: 40px;
}

.form-item{
	width: 100%;
	padding: 0px 20px;
	border: 1px solid #ADADAD;
	box-sizing: border-box;
	margin-bottom: 20px;
	border-radius: 5px;
}

.sign-input{
	width: 100%;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
        box-sizing: border-box;
}

/* ============input========= */
.signIn-form input::-webkit-input-placeholder {
	color: #999999;
}

.signIn-form input:-moz-placeholder {
	color: #999999;
}

.signIn-form input::-moz-placeholder {
	color: #999999;
}

.signIn-form input:-ms-input-placeholder {
	color: #999999;
}

.sign-button{
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	background: #556CCF;
	border-radius: 5px;
	font-size: 20px;
	text-align: center;
}


.sign-button:hover{
	box-shadow: 0px 23px 15px -15px rgba(83, 108, 206, 0.5);
}

.sign-button a{
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	display: inline-block;cursor: pointer;
}

/* 登录状态 */
.sign-state{
	width: 100%;
}

.sign-state a{
	color: #546ccf;
	font-size: 14px;
}

/* 忘记密码 */
.sign-forget{
	margin-top: 45px;
	float: left;
}

/* 注册 */
.sign-register{
	margin-top: 45px;
	float: right;
}
/* 账号 */
#signAccount{
display: block;

}
/* 密码 */
#signCode{
display: none;

}

/* 密码登录 */
.sign-account{
	width: calc(100% - 18px);
	float: left;
}

/* 密码登录icon  sign-eye隐藏 sign-eye-active显示*/
.sign-eye{
	width: 18px;
	height: 12px;
	margin-top: 18px;
	float: left;
	display: inline-block;
	background: url(/cms/templates/10547682171370000/images/middle_icon_04.png);
	cursor: pointer;
}

.sign-eye-active{
	width: 18px;
	height: 12px;
	margin-top: 18px;
	float: left;
	display: inline-block;
	background: url(/cms/templates/10547682171370000/images/middle_icon_05.png);
	cursor: pointer;
}

/* 验证码 */
.yzm-item{
	padding: 0px 2px 0px 20px;
width: calc(100% - 140px);
	float: left;
}
.sign-yzm{
	
}
 
button {
  margin: 0;
  padding: 0;
  outline: none;
  border-radius: 0;
  background-color: transparent;
  line-height: inherit;
  border: none;
}

button:after {
  border: none;
}

.sign-yzm-button{
    width: 130px;
    height: 52px;
    background: #556CCF;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    line-height: 52px;
    border-radius: 5px;
    float: left;
    cursor: pointer;
    margin-left: 10px;
}

.sign-yzm-button a{
	color: #FFFFFF;
}
