body{
	margin:0;
	padding:0;
}
.display_none{
	display: none;
}
.display_block{
	display: block;
}
.general{
	width: 100vw;
	height: 100vh;
	
	
}
.content_T{
	width: 600px;
	height: 400px;
	box-shadow: 9px 5px 10px 0px #909399;
	position: absolute;
	left: 50%;top: 50%;
	transform: translate(-50%,-50%);
	border: solid 1px #c7c7c7;
	
}
.box_yinying{
	width: 800px;
	height: 575px;
}
.you{
	float: left;
}
.zuo{
	width: 523px;
	height: 575px;
	
	margin-left: 193px;
}
.zuo_top{
	width: 409px;
	height: 54px;
	/* background-color: #d2d2d2; */

}
/* 用户登录 */
.yonghu_Signin{
	width: 204.5px;
	height: 54px;
	color: #484848;
	/* background-color:#adb1b8; */
	float: left;
	text-align: center;
	line-height: 54px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}
/* 用户注册*/
.yonghu_register{
	width: 204.5px;
	height: 54px;
	background-color: #adb1b8;
	text-align: center;
	line-height: 54px;
	font-size: 15px;
	font-weight: 600;
	cursor: #484848;
	cursor: pointer;
	float:left;
}
/* 下半部分*/
.zuo_below_Signin{
	width: 523px;
	height: 411px;
	/* background-color: springgreen; */
	display: block;
}
.frame_a{
	margin:  0px 30px;;
	width: 345px;
}
.P_yonghu{
	width: 335px;
	height: 25px;
	font-weight: 500;
	font-size: 14px;
	/* background-color:bisque; */
}
.yonghu_name{
	width: 335px;
	height: 47px;
	
}
.yonghu_name img{
	position: absolute;
	margin-top: 12px;
	margin-left: 5px;
	z-index: 100;
}
.yonghu_name input{
	width: 290px;
	height: 40px;
	font-size: 14px;
	padding-left: 43px;
	position: relative;
	border: solid 1px #ccc;
	
}
.P_mima{
	width: 335px;
	height: 25px;
	font-weight: 500;
	font-size: 14px;
	/* background-color:bisque; */
	margin-top: 15px;
	
}
.yonghu_mima{
	width: 335px;
	height: 47px;
}
.yonghu_mima img{
	position: absolute;
	margin-top: 12px;
	margin-left: 5px;
	z-index: 100;
}
.yonghu_mima input{
	width: 290px;
	height: 40px;
	font-size: 14px;
	padding-left: 43px;
	position: relative;
	border: solid 1px #909399;
}
/* 记住密码 */
.mima_auxiliary{
	width: 240px;
	height: 35px;
	/* background-color: antiquewhite; */
	margin-top: 0px;
	margin-left: 40px;
	font-size: 14px;
    line-height: 35px;

}
.jizhu_mima{
	width: 168px;
	float: left;
}
.jizhu_mima>.tu_ji{
	width: 15px;
	height: 15px;
	border: solid 1px #c7c7c7;
	float: left;
	margin-top: 2px;
	cursor: pointer;
}
.jizhu_mima>.fs_wenzi{
	font-size: 15px;
	margin-left: 25px;
	color: #909399;
	cursor: pointer;
}
/* 忘记密码 */
.wangji_mima{
	width: 168px;
	font-size: 15px;
	color: #909399;
	margin-left: 268px;
	cursor: pointer;
}



/* 登录 */
.Signin_D{
	width: 266px;
	height: 47px;
	background-color: #00B4C7;
	font-size: 17px;
	text-align: center;
	line-height: 47px;
	color: #ffffff;
	cursor: pointer;
	margin-top: 0px;
	margin-left: 40px;
}
/* 注册的下半部分 */
.zuo_zuo_below_register{
	display: none;
}
/* 框框 */
.frame_b{
	margin: 0px 30px;
	width: 345px;
	height:491px;
	/* background-color: #3385ff; */
}
.zhuce_name img{
	position: absolute;
	margin-top: 30px;
	margin-left: 5px;
	z-index: 100;
}
.zhuce_name input{
	width: 298px;
	height: 38px;
	font-size: 17px;
	padding-left: 43px;
	position: relative;
	margin-top: 18px;
	border: solid 1px #909399;
}
.zhuce_register{
	width: 344px;
	height: 46px;
	background-color: #f98f1d;
	text-align: center;
	margin-top: 18px;
	line-height: 46px;
	color: #ffffff;
	cursor: pointer;
}
/* 下面的提示 */
.Tips{
	width: 344px;
	height: 46px;
	background-color: #ffffff;
	text-align: center;
	line-height: 46px;
	color: #adb1b8;
}
.Tips span{
	color: #3385ff;
	cursor: pointer;
}
.p_agree{
	width: 344px;
	height: 46px;
	/* background-color: #c8c8c8; */
	color: #909399;
	font-size: 10px;
	text-align: center;
	line-height: 46px;
	
}
.p_agree span{
	color: #3385ff;
	cursor: pointer;
}