/*输入窗口样式*/
.passWordSignIn {
	width: 100%;
	box-sizing: border-box;
}

.smsSignIn {
	width: 100%;
	box-sizing: border-box;
	display: none;
}

.signType {
	height: 28px;
	font-size: 16px;
	font-weight: 400;
	color: #828892;
	line-height: 28px;
	margin-bottom: 42px;
	padding-bottom: 16px;
	border-bottom: solid 2px #c1c1c1;
}
.signType>p{
	display: inline-block;
	cursor: pointer;
	margin-right: 40px;
	position: relative;
}
.signType>.isActive{
	font-weight: 800;
	color: #161C26;
	padding-bottom: 20px;
}
.signType>.isActive::after{
	position: absolute;
	content: '';
	left: 0px;
	width: 100%;
	background-color: #000;
	height: 2px;
	bottom: 2px;
}
.third{
	width: 80px;
	height: 32px;
	margin: 0 auto;
	margin-top: 60px;
}
.third a{
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: #ECECEC;
	display: inline-block;
	border-radius: 50%;
}
.third a:nth-child(1){
	background: #23B480;
	margin-right: 10px;
}
.third a:nth-child(2){
	background: #152a87;
}
.third a img{
	width: 20px;
	height: 20px;
	margin: 6px;
}

.phoneNumber{
	position: relative;
}
.phone{
	width: 310px;
	border: none;
	border-bottom: 1px solid #ececec;
	padding: 12px 0;
	line-height: 20px;
	background-color: #E8E8E8;
	border-radius: 6px;
	box-sizing: border-box;
	color: #9a9a9a;
	outline:none;
	padding-right: 100px;
	box-sizing: border-box;
}
.CodeCon,.CodeCon2{
	margin-top: 15px;
	position: relative;
}
.CodeCon2{
	margin-top: 24px;
}
.imgCode{
	width: 178px;
	border: none;
	border-bottom: 1px solid #ececec;
	padding: 12px 0;
	line-height: 20px;
	outline:none;
	display: inline-block;
	padding-right: 75px;
	background-color: #E8E8E8;
	border-radius: 6px;
	box-sizing: border-box;
	color: #9a9a9a;
	box-sizing: border-box;
}
.imgNumber{
	width: 116px;
	height: 42px;
	border-radius: 6px;
	float: right;
	box-sizing: border-box;
}
.smsCode{
	width: 310px;
	border: none;
	padding: 12px 0;
	line-height: 20px;
	outline:none;
	padding-right: 175px;
	background-color: #E8E8E8;
	border-radius: 6px;
	box-sizing: border-box;
	color: #9a9a9a;

	box-sizing: border-box;
}
.sendSms{
	float: right;
	color: #152a87;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 0;
	position: absolute;
	top: 0;
	right: 16px;
	cursor: pointer;
}
.sendSms p{
	border-left: 1px solid #ECECEC;
	padding-left: 13px;
}
.passWordCon{
	position: relative;
	margin-top: 15px;
}
.password{
	width: 310px;
	border: none;
	border-radius: 6px;
	box-sizing: border-box;
	background-color: #E8E8E8;
	color: #9a9a9a;
	padding: 12px 0;
	line-height: 20px;
	outline:none;
	padding-right: 120px;
	box-sizing: border-box;
}
.passWordImg{
	width: 16px;
	height: 16px;
	position: absolute;
	padding: 8px;
	right: 10px;
	bottom: 8px;
	cursor: pointer;
	display: block;
}
.select{
	margin-top: 20px;
}
.selectCheck{
	color: #161C26;
	font-size: 12px;
	float: left;
}
#remember{
	margin-bottom: -2px;
	margin-right: 9px;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
}
label{
	cursor: pointer;
	display: inline-block;
    vertical-align: middle;
}
.retrieve, .c_register{
	float: right;
	color: #bcbcbc;
	font-size: 12px;
}
.c_register{
	padding-left: 5px;
}
.retrieve:hover, .c_register:hover{
	color: #152a87;
}
.login{
	height: 42px;
	background: #E8E8E8;
	border-radius: 6px;
	border: solid 1px #d4d4d4;
	text-align: center;
	color: #9a9a9a;
	border: solid 1px #d4d4d4;
	line-height: 42px;
	margin-top: 36px;
	cursor: pointer;
}
.login:hover{
	transition: all 0.2s ease;
	background-color: #152a87;
	color: #FFFFFF;
}
.register{
	width: 312px;
	margin-left: 70px;
	font-size: 12px;
	color: #24242A;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 20px;
}
.register a{
	color: #152a87;
}
.phoneNumber .warning{
	right: 16px;
	top: 17px;
}
.CodeCon .warning{
	right: 130px;
	top: 15px;
}

.passWordCon .warning {
	right: 40px;
	top: 13px;
}

.smsSignIn .CodeCon2 .warning {
	right: 95px;
	top: 17px;
}

.CodeCon2, .phoneNumber, .passWordCon, .CodeCon{
	background-color: #E8E8E8;
	border-radius: 6px;
	padding-left: 16px;
	border: solid 1px #d4d4d4;
}
/*输入窗口样式结束*/
/*********************************************************************************************************************************************************************************************/
