/* 登录菜单 */
.div_but_login_w_h{
	width: 49%;
	height: 38px;
	line-height: 38px;
	border: none;
	outline: none;
	padding: 0px 18px 0px 0px;
}
.div_login_fangshi{
	width: 100%;
	margin: 18px 0px 18px 0px;
	padding: 0px 0px 10px 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px solid #a49fa0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.div_but_login_fangshi{
	position: relative;
	/*	background-color: #dcd9d9;	*/
	text-decoration: none;
	color: #5A5C5E;
	-moz-border-radius: 2px 0px 0px 2px;
	-webkit-border-radius: 2px 0px 0px 2px;
	border-radius: 2px 0px 0px 2px;
	cursor: pointer;		/*	手形鼠标	*/
	font-size: 16px;
	text-align: center;
}
.div_but_login_fangshi:before{
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 15%;
	height: 100%;
	border-top: 18px solid transparent;
	border-right: 16px solid #ffffff;
	border-bottom: 18px solid transparent;
}
.div_but_login_fangshi:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #5c91f5;
}
.div_but_login_fangshi:hover:before{
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 15%;
	height: 100%;
	border-top: 18px solid transparent;
	border-right: 16px solid #ffffff;
	border-bottom: 18px solid transparent;
}

.div_but_login_fangshi_ok{
	position: relative;
	background-color: #59c2c2;
	text-decoration: none;
	color: #f56e17;
	-moz-border-radius: 2px 0px 0px 2px;
	-webkit-border-radius: 2px 0px 0px 2px;
	border-radius: 2px 0px 0px 2px;
	cursor: pointer;		/*	手形鼠标	*/
	font-size: 16px;
	text-align: center;
}
.div_but_login_fangshi_ok:before{
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 15%;
	height: 100%;
	border-top: 18px solid transparent;
	border-right: 16px solid #ffffff;
	border-bottom: 18px solid transparent;
}
.os_login_form{
	min-height: 588px;
}
.ifr_cnca_web_signup{
	width: 100%;
	min-height: 58vh;
	margin: 0px;
	padding: 0px;
}
.body_signup {
	min-height: 100%;
	margin: 0px;
	padding: 0px;
}
.os_signup_form{
	min-height: 100%;
	margin: 0px;
	padding: 0px;
}






/* 新登录/注册 css */
form{
	padding: 0.5rem;
}
form p{
	width: 100%;
	white-space: nowrap;
	margin-bottom: 1rem;
}
form div{
	margin-bottom: 1rem;
}
form input{
	margin-bottom: 1rem;
}
.login_signup_sel{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.login_signup_sel span{
	display: block;
	width: 50%;
	text-align: center;
}
.inp_submit{
	border: 0px;
	line-height: 2rem;
	background-color: transparent;
	color: #1e7e34;
}
.inp_submit_ok{
	font-weight: bold;
	border-bottom: 3px solid #1e7e34;
}
.login_signup_sel span:hover .inp_submit{
	font-weight: bold;
	border-bottom: 3px solid #ff0000;
}
.chasing_os_fuwu_xieyi_login_signup{
	font-size: 14px;
	line-height: 1.5rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.chasing_os_fuwu_xieyi_login_signup input{
	margin-bottom: 2px;
}
.chasing_os_fuwu_xieyi_login_signup span{
	white-space: nowrap;
	margin-left: 0.5rem;
}
.chasing_os_fuwu_xieyi_login_signup a{
	white-space: nowrap;
	color: #055ff1;
}
#nc_1_n1t{
	margin-right: 1.1rem;
}
#nc_1_n1z{
	height: 100%;
}
.os_fuwu_xieyi{
	width: 95%;
	padding: 1rem;
	display: block;
	text-align: left;
	font-size: 14px;
}
#div_fuwu_xieyi span{
	margin-top: 0.5rem;
	width: 100%;
	line-height: 2rem;
	display: block;
	text-align: left;
	text-indent: 2rem;
}
#div_fuwu_xieyi h3{
	width: 100%;
	line-height: 38px;
	text-align: center;
}
#div_login_signup_fuwu_xieyi{
	width: 100vw;
	height:100vh;
	color: #ded9d9;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	overflow:hidden;
	outline:0;
	-webkit-overflow-scrolling:touch;
	background-color: rgba(114, 114, 114, 0.7);
	z-index: 9999999;
	display: none;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
#ifr_login_signup_fuwu_xieyi{
	width: 50vw;
	height: 80vh;
	background: #ffffff;
}
@media (max-width: 767px) {
	#ifr_login_signup_fuwu_xieyi{
		width: 95vw;
		height: 95vh;
	}
}
#fuwu_xieyi_but_block{
	text-align: right;
}
#fuwu_xieyi_but_block button{
	line-height: 32px;
	color: #ffffff;
	font-size: 14px;
	border: 1px solid #2783E1;
	border-radius: 0.25rem;
	margin: 10px 0px 10px 15px;
	padding: 0px 15px 0px 15px;
	background: #59c2c2;
	text-align: left;
}
#fuwu_xieyi_but_block button:hover{
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #0f12da;
	background: #2783E1;
}