@charset "utf-8";
/* CSS Document */

body{ margin:0; padding:0; font-weight:normal; font-style:normal;}
.banner{
	width:100%; 
	height:auto; 
	overflow:hidden;
	display: flex;
  justify-content: center;
  align-items: center; 
}
.main{
	width:100%; 
	height:auto; 
	padding:0; 
	margin:0; 
	overflow:hidden; 
	background:url(../images/jifen_03.jpg) center top no-repeat;
}
.main_bk{
	width:1200px;
	margin:80px auto 150px;
}
.main .main_tile{ 
	width:654px; 
	height:112px; 
	margin:120px auto;
	text-align:center;
	line-height:112px;
	font-size:50px;
	color:#de493b;
	font-family:"microsoft yahei";
	font-weight:600;
	background:url(../images/main_title_bg.png);
}
.main .main_step{ 
	width:1200px; 
	margin:50px auto;
}
.main .main_step_title{ 
	font-size:38px; 
	color:#de493b; 
	font-weight:600;
	line-height:60px; 
	line-height:60px;
}
.main .main_step_content{
	margin-left:60px; 
	margin-top:10px; 
	line-height:40px;
	font-size:18px;	
}
.main .level{
	width:100%;
	height:20px;
	margin:20px auto 0;
	display:block;
}
.main .level_each{
	width:182px;
	float:left;
}
.main .lever_lr{
	font-size:20px;	
}
.text_red{color:#de493b;}
/*获得积分*/
.get_jifen{ 
	width:1200px;
	margin:80px auto 0;
}
.get_jifen .get_jifen_title{
	width:100%;
	margin:50px auto 20px;
	text-align:center;
	font-size:50px; 
	color:#de493b; 
	font-weight:600;
	line-height:60px; 
	line-height:60px;	
}
.get_jifen .red_xhx{ 
	width:96px;
	margin-left:44%; 
	height:6px;
	background:#de493b;
}
.get_jifen .get_jifen_content{
	text-indent:2em;
	margin-top:40px;
	padding-bottom:120px;
	line-height:40px;
	font-size:20px;
	background:url(../images/jifen_06.jpg) 270px bottom no-repeat;
}
.get_jifen .jifen_dixian{
	font-size:20px;
	width:520px;
	margin-left:250px;
	margin-top:50px;
	height:55px;
	line-height:55px;
	border:3px solid #49bfeb;
}
/*会员权利*/

.member{ 
	width:100%;
	height:auto;
	padding:80px 0;
	background:url(../images/jifen_08.jpg) center top no-repeat
}
.member .member_bk{
	width:1200px;
	margin:0 auto;
}
.member .member_bk_title{
	width:100%;
	margin:0px auto;
	display:block;
	text-align:center;
	font-size:50px; 
	color:#ffffff; 
	font-weight:600;
	line-height:60px; 
	line-height:60px;	
}
.member .member_xbk{ 
	width:1200px;
	height:550px;
	margin-top:80px;

}
.member .right_icon{
	width:32px;
	height:58px;
	float:left;
	margin:250px 34px 0;
	background:url(../images/right_icon.png);
}
.member .mem_step{
	width:220px;
	float:left;
	position:relative;
	
}
.member .mem_name{
	width:100px;
	height:110px;
	margin:0 auto;
	padding:25px 30px;
	text-align:center;
	border-radius:50%;
	background:#ffffff;
	border:5px solid #49bfeb;
	color:#029ad3;
	font-size:42px;
	line-height:50px;
	position:relative;
	z-index:100;
}
.member .mem_des{ 
	width:180px;
	background:#ffffff;
	border-radius:10px;
	color:#028dc1;
	font-size:17px;
	line-height:48px;
	position:absolute;
	z-index:0;
	margin-top:-60px;
	padding:100px 20px 0;
	box-shadow:2px 2px 5px rgba(0,0,0,0.2);
}

/*底部*/
.jf_foot{
	width:100%;
	height:auto;
	padding:150px 0 20px;
	background:url(../images/jifen_09.jpg) center top no-repeat;
	text-align:center;
}
.jf_foot .foot_bk{ width:1200px;}
.jf_foot .foot_en{
	font-size:14px;
	text-transform:uppercase;
}
.jf_foot .foot_bigtitle{
	font-size:50px;
	line-height:70px;
	height:70px;
	font-weight:600;
}
.jf_foot .foot_fk{ 
	width:80px;
	height:6px;
	margin:20px auto;
	background:#f4c552;
}
.jf_foot .foot_smtitle{
	font-size:24px;
	line-height:50px;
	height:50px;
	color:#34362d;
}
.jf_foot .foot_mtitle{
	font-size:36px;
	line-height:80px;
	height:80px;
	font-weight:400;
}
.jf_foot .foot_sq{
	width:280px;
	margin:20px auto;
	height:65px;
	line-height:65px;
	background:#de493b;
	border-radius:10px;
	color:#ffffff;
	font-size:30px;
}
.jf_foot .foot_sq a{
	color:#ffffff;
	text-decoration:none;
}
.jf_foot .copyright{
	margin-top:160px !important;
	padding:0 !important;
	font-size:18px;
	line-height:40px;
}
