/* 谷歌 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none; 
    margin: 0; 
}
/* 火狐 */
input{
    -moz-appearance:textfield;
}
.cq_200324_dl{
	width: 400px;
	height: 460px;
	border-radius: 11px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -230px;
	margin-left: -200px;
	box-sizing: border-box;
	padding: 24px;
	z-index: 99999;
}
.cq_200324_close{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.cq_200324_close img{
	height: 18px;
	width: auto;
}
.cq_200324_con_phone,.cq_200324_con_pass{
	width: 340px;
}
.cq_200324_con_pass{
	padding-bottom: 50px;
	display: none;
}
.cq_200324_tab{
	display: flex;
	padding: 25px 0;
	justify-content: space-between;
}
.cq_200324_tab li{
	height: 24px;
	line-height: 36px;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
}
.cq_200324_tab li.cq_200324_tab_ac{
	font-size: 24px;
	color: #325187;
	line-height: 24px;
}
.cq_200324_item li{
	height: 37px;
	border-radius: 18px;
	overflow: hidden;
	display: flex;
	background: #eeeeee;
	padding: 8px 15px;
	box-sizing: border-box;
	margin: 10px auto 30px;
}
.cq_200324_input{
	border: none;
	background: #eeeeee;
	padding: 0 10px;
	font-size: 14px;
	flex: 1;
}
.cq_200324_item li img{
	height: 20px;
	width: auto;
}
.getcode{
	color: #325187;
	font-size: 14px;
	cursor: pointer;
}
.cq_200324_login{
	width: 215px;
	text-align: center;
	height: 47px;
	line-height: 47px;
	border: none;
	border-radius: 23px;
	overflow: hidden;
	color: #fff;
	background: #b1b1b1;
	font-size: 15px;
	margin: 0 auto;
	display: block;
}
.cq_200324_other{
	display: flex;
	justify-content: space-between;
	width: 165px;
	margin:30px auto;
}
.cq_200324_other img{
	height: 45px;
	width: auto;
}
.cq_200324_rule{
	color:#333333;
	font-size: 12px;
	text-align: center;
}
.cq_200324_rule a{
	color:#325187;
}
.cq_200324_tab_ac_pass{
	width: 100%;
	text-align: center;
}
.cq_200324_forger{
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 30px;
	font-size:14px;
	color: #333333;
}
.pass_back{
	display: none;
}