@charset "utf-8";
/* CSS Document */

.member_opt_box{
	/* width:403px; */
	/* width:660px; */
	/* margin:100px auto; */
	margin:100px auto 50px;
}
.member_opt_box .title{
	width:640px;
	height:54px;
	margin:20px auto 0;
	background:url(../images/login_title.png) no-repeat;
	background-size: 100% 100%;
}
.member_opt_box .reg_title{
	/* width:264px; */
	width:100%;
	height:43px;
	margin:20px auto;
	background:url(../images/reg_title.png) no-repeat;
	background-size: 100% 100%;
}
.member_opt_box .opt_bg{
	position:relative;
	margin: 0 auto;
	width:403px;
	margin: 0 auto;
}
.member_opt_box .opt_bg .label{
	position:absolute;
	top:9px;
	left:-16px;
}
.member_opt_box .opt_bg .label ul li{
	width:20px;
	height:70px;
	
	text-align:center;
	line-height:15px;
	background:#ccc;
	padding:5px;
	border-radius:3px;
	cursor:pointer;
}
.member_opt_box .opt_bg .label ul li.cur{
	background:#f7f7f7;
	color:red;
}
.member_opt_box .opt_bg .h{
	width:403px;
	height:30px;
	background:url(../images/login_m_bg_01.png) no-repeat;
}
.member_opt_box .opt_bg .m{
	
	padding:10px 30px 10px 15px;
	background:url(../images/login_m_bg_02.png) repeat-y;
}
.member_opt_box .img{
	width:188px;
	margin-left:110px;
	margin-bottom:15px;
	border:1px solid #ccc;
}
.member_opt_box .but{
	margin-left:111px;
}
.member_opt_box .opt_bg .f{
	width:403px;
	height:30px;
	background:url(../images/login_m_bg_03.png) no-repeat;
}
.member_opt_box .bottom{
	text-align:center;
	font-size:12px;
	color:#333;
	width:403px;
	margin: 0 auto;
}
.member_opt_box .news_box{
	position:relative;
}
.member_opt_box .news_box .tit{
	height:30px;
	line-height:30px;
	margin-left:20px;
	color:orange;
	font-weight:bold;
	position:absolute;
	left:0px;
	top:-28px;
}
.member_opt_box .news_box .news{
	width:320px;
	height:80px;
	margin-left:30px;
	overflow:hidden;
}
.member_opt_box .news_box .news ul li{
	height:25px;
	line-height:25px;
}
.member_opt_box .news_box .news ul li .t{
	float:left;
	width:220px;
}
.member_opt_box .news_box .news ul li .d{
	float:left;
}
/* 添加--start */
.icon_star{
	color: #ff0000;
}
/* 添加--end */