html,
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

html {
	width: 100%;
	height: 100%;
	background-color: #1C1D1E;
}
input:-webkit-autofill {
 -webkit-text-fill-color: #fff !important;
 transition: background-color 5000s ease-in-out 0s;
}

@font-face {
	font-family: 'SourceHanSansCN-Normal';
	/*字体名称*/
	src: url('../fonts/SourceHanSansCN-Normal.otf') format("opentype"),
	url('../fonts/SourceHanSerifCN-Bold.otf') format("opentype");
	/*字体源文件*/
}
*{
	font-family: "SourceHanSansCN-Normal";
}
.zhu_box {
	width: 360px;
	height: 460px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -230px;
}

.zhu_b_logo {
	width: 90px;
	height: auto;
	margin-left: 135px;
}

.zhu_b_logo>img {
	width: 100%;
	height: auto;

}

.zhu_b_biaoyu {
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.6);
	font-size: 10px;
	font-family: "SourceHanSansCN-Normal";
}

.zhu_b_input {
	width: 300px;
	margin-left: 25px;
}

.zhu_b_loginhide {
	width: 100%;
	float: left;
}

.zhu_bl_up {
	width: 50%;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 10px;
	font-family: "SourceHanSansCN-Normal";
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}

.zhu_b_loginhide>a>div {
	text-align: right;
	color: #23AEE5;
}

#phone {
	width: 100%;
	height: 30px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 2px;
	float: left;
}

#passward {
	width: 100%;
	height: 30px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 2px;
	float: left;
	margin-top: 10px;
}

#p_passward,
#p_phone {
	width: 280px;
	position: absolute;
	margin-left: 10px;
	line-height: 30px;
	height: 30px;
	background: none;
	font-size: 10px;
	resize: none;
	border: 0px;
	outline: none;
	float: left;
	z-index: 34;
	color: rgba(255, 255, 255, 1);
}
#p_passward{
	width: 180px;
}
.p_nm::-webkit-input-placeholder{
       color: rgba(255, 255, 255, 0.6);
}
.p_nm::-moz-placeholder{  //不知道为何火狐的placeholder的颜色是粉红色，怎么改都不行，希望有大牛路过帮忙指点
       color: rgba(255, 255, 255, 0.6);       
}
.p_nm:-ms-input-placeholder{  //由于我的IE刚好是IE9，支持不了placeholder，所以也测试不了(⊙﹏⊙)，有IE10以上的娃可以帮我试试
        color: rgba(255, 255, 255, 0.6);        
}
.p_yaz{
	text-align: center;
	width: 90px;
	height: 20px;
	line-height: 20px;
	margin-top: 5px;
	float: right;
	border-left: 1px solid #FF552E;
	color: #FF552E ;
	font-size: 10px;
	cursor: pointer;
}
.zhu_b_login{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #FF552E;
	color:rgba(255,255,255,1);
	font-size: 10px;
	float: left;
	margin-top: 15px;
	border-radius:2px;
	font-weight:bold;
	cursor: pointer;
}
.zhu_b_noaccount{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size:8px;
	font-weight:400;
	color:rgba(255,255,255,1);
	float: left;
}
.zhu_b_noaccount>a{
	text-decoration: none;
	color: #23AEE5;
}
.zhu_b_fastlogin{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.zhu_bf_bt{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size:8px;
	font-weight:400;
	color:rgba(255,255,255,0.3);
}
.zhu_bf_bg{
	width: 100%;
}
.zhu_bfb_weixin,.zhu_bfb_qq{
	width: 50%;
	height: 30px;
	float: left;
	margin-top: 10px;
}
.zhu_bfb_weixin>img{
	width: 30px;
	margin-left: 85px;
	
}
.zhu_bfb_qq>img{
	width: 30px;
	margin-left: 30px;
}
.zhu_b_kaipeople{
	width:100%;
	height:30px;
	text-align: center;
	font-size:8px;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:30px;
	margin-top: 35px;
	float: left;
}
.zhu_b_kaipeople a{
	text-decoration: none;
	color: #23AEE5;
}
/* 注册 */
#zhu_pass {
	width: 100%;
	height: 30px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 2px;
	float: left;
	margin-top: 10px;
}
#z_pass {
	width: 280px;
	position: absolute;
	margin-left: 10px;
	line-height: 30px;
	height: 30px;
	background: none;
	font-size: 10px;
	resize: none;
	border: 0px;
	outline: none;
	float: left;
	z-index: 34;
	color: rgba(255, 255, 255, 1);
}
/* 登录-选择身份 */
.shenfen_box{
	width: 80%;
	margin-left: 10%;
	min-height: 400px;
	position: absolute;
	top:50%;
	display: flex;
	margin-top: -200px;
}
.shenfen_box>div{
	flex:1;
}
.shenfen_bl_logo{
	width: 80%;
	float: left;
	margin-left: 10%;
	margin-top: 50px;
}
.shenfen_bl_logo>img{
	min-width: 90px;
	height: auto;
	max-width: 180px;
}
.shenfen_bl_up{
	width: 80%;
	float: left;
	margin-top: 60px;
}
.shenfen_blup_br{
	width: 100%;
	float: left;
	height: auto;
	font-size:32px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:40px;
	font-family: "SourceHanSerifCN-Bold";
}
.shenfen_blup_nr{
	font-size:16px;
	font-weight:400;
	color:rgba(255,255,255,0.4);
	line-height:24px;
	float: left;
	margin-top: 10px;
}
.shenfen_blup_anniu{
	text-align: center;
	width:110px;
	height:25px;
	line-height: 26px;
	background:rgba(255,85,46,1);
	border-radius:2px;
	float: left;
	font-size:14px;
	color: #FFFFFF;
	margin-top: 20px;
}
.shenfen_blup_kaifa{
	background-color: #23AEE5;
}
.shenfen_b_right>img{
	width: 100%;
}
@media screen and (max-width:699px) {
	.zhu_box{
		margin-left: -180px;
		margin-top: -230px;
	}
}
@media screen and (max-width:670px) {
	.shenfen_box {
		top:0px;
		margin-top: 100px;
	}
	.shenfen_b_right{
		display: none;
	}
}