/** ***** 顶部和底部需要隐藏的 S ***** */
/** 顶部登录图标 */
.sign_state_btn,
.pc_sign_state{
	display: none !important;
}
/** 底部除版权所有的 */
.bot_title_arr,
.lianxifs_box,
.bottom_btn_box,
.pcbomtop{
	display: none !important;
}
/** ***** 顶部和底部需要隐藏的 E ***** */

.keep_box{
	margin-top: .22rem;
}
.formBox{
	width: 100%;
	height: 11.80rem;
	border-radius: .12rem;
	padding: .33rem;
	background: #FFFFFF;
}
.formBox .tit{
	margin-top: .86rem;
}
.formBox .tit>h2{
	font-size: .36rem;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.inputs{
	margin-top: 1.00rem;
}
.inputBox{
	height: 1.20rem;
	border-bottom: .02rem solid #f0f2f5;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inputBox input{
	flex-grow: 1;
	height: 100%;
	border: none;
	font-size: 0.3rem;
}
.codeBtn{
	flex-shrink: 0;
	width: 1.5rem;
	height: 100%;
	margin-left: .2rem;
	font-size: .30rem;
	font-weight: bold;
	color: #196BC0;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	cursor: pointer;
}
.forget{
	margin-top: .40rem;
	font-size: .26rem;
	font-weight: bold;
	color: #F08614;
	line-height: 1;
	cursor: pointer;
}
.btns{
	margin-top: 1.00rem;
}
.btns>button{
	width: 100%;
	height: .80rem;
	border-radius: .40rem;
	background: #196BC0;
	font-size: .30rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	cursor: pointer;
}
.btns>div{
	width: 100%;
	height: .80rem;
	margin-top: .20rem;
	border-radius: .40rem;
	background: #F2F5F7;
	font-size: .30rem;
	font-weight: bold;
	color: #666666;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

/** ***** 作为弹窗 ***** */
.form_pop_box{
	height: 100vh;
	background: #fff;
}
.form_pop_box .keep_box{
	margin: 0;
	padding: 0;
}
.form_pop_box .formBox{
	height: auto;
}
.form_pop_box .formBox .tit{
	margin-top: .40rem;
}
.form_pop_box .inputs{
	margin-top: .40rem;
}
.form_pop_box .btns{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.form_pop_box .btns>button{
	flex-shrink: 0;
	width: 48%;
}
.form_pop_box .btns>div{
	flex-shrink: 0;
	width: 48%;
	margin-top: 0;
}
.form_pop_box .btns .resetBtn{
	width: 100%;
}