
body,html{
	font-size: 62.5%;
}
body{
	padding-bottom: 5.1rem;
}

.top{
	height: 14.6rem;
	width: 100%;
	background: #2c2155;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.tag_now{
	display: inline-block;
	font-size: 1.2rem;
	color: #6c4f3b;
	margin-top: 5.25rem;
	margin-bottom: 1.2rem;
	
}
.now_price{
	font-size: 4rem;
	font-weight: 800;
	color: #ffba00;
}
.top .company{
	color: #e3a60b;
	font-size: 1.1rem;
	margin-left: .9rem;
	letter-spacing: .3rem;
	position: absolute;
	top: 10rem;

}
.nav{
	width: 100%;
	height: 4.4rem;
	display: flex;
	background: #36255b;
}
.nav li{
	width: 50%;
	height: 4.4rem;
	border-right: .2rem solid #2c2155;
	box-sizing: border-box;
	text-align: center;
	line-height: 4.4rem;
}
.nav li:nth-child(2){
	border: none;
}
.nav li a{
	color: #7d7690;
	font-size: 1.3rem;
	font-weight: 800;
}

.ensure{
	width: 100%;
	height: 9rem;
	display: flex;
	border-bottom: .1rem solid #e3e3e3;
	box-sizing: border-box;
	background: #fff;
}
.safe_protect,.invite{
	width: 49.5%;
	height: 9rem;
	overflow: hidden;
	text-align: center;

}
.safe_protect img,.invite img{
	display: block;
	margin-left: 42%;
	margin-top: 1.9rem;
}
@media only screen and (min-width: 100px) and (max-width: 375px) {
	.safe_protect img,.invite img{
		margin-left: 35.5%;
	}
}
.border{
	width: .1rem;
	height: 5.2rem;
	margin-top: 1.9rem;
	border-left:.1rem solid #f2f2f0 ;
}
.safety,.reward{
	font-size: 1.1rem;
	color: #666;
}
.step{
	width: 100%;
	height: .7rem;
	background-color: #f2f1f0;
}

/*新用户专享*/
.new_user{
	width: 100%;
	height: 28.5rem;
	background: #fff;
}
.share{
	width: 10.2rem;
	height: 2.7rem;
	position: relative;
}
.share img{
	width: 8.15rem;
	height: 2.7rem;
	margin-top: -.4rem;
	margin-left: .6rem;
}
.share_link{
	position: absolute;
	left: 1.5rem;
	top: .2rem;
	color:#fff;
	font-size: 1.2rem;
	letter-spacing: .1rem;
}
.new_user h3{
	text-align: center;
	font-size: 1.9rem;
	color: #2c2155;
	font-weight: normal;
}
.new_privilege{
	text-align: center;
	margin-top: 3rem;
}
.new_privilege .now_price{
	color: #fc7e00;
	font-size: 4rem;
}
.new_privilege .company{
	margin-left: .2rem;
	color: #fc7e00;
	letter-spacing: .3rem;
}
.select_list{
	padding-left: 1rem;
	padding-right: 1rem;
	margin-top: 4rem;
	width: 100%;
	display: flex;
	box-sizing: border-box;
}
.select_list li{
	width: 33.3%;
	text-align: center;
	color: #999;
	font-size: 2rem;
}
.select_list li:nth-of-type(1){
	padding-top: .3rem;
}
.select_list li .rate{
	font-size: 2.2rem;
}

.purchase{
	margin-top: 1.5rem;
	margin-left: 2rem;
	margin-right: 2rem;
	height: 4.2rem;
	background: #ffba00;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	line-height: 4.2rem;
	margin-bottom: 1rem;
}

.link{
	padding-top: 1.6rem;
	border-top: .1rem solid #e3e3e3;
	height: 8.4rem;
	background: #f2f1f0;
	box-sizing: border-box;
	
}
.box{
	width: 25%;
	float: left;
	overflow: hidden;
	text-align: center;
}
.box img{
	width: 85%;
}
.box:nth-of-type(1) img{
	margin-top: .3rem;
}
.tag_notice{
	text-align: center;
	border: 0;
	margin-top: 3.5rem;
	color: #ccc;
	font-size: 1rem;
}
.notice{
	height: 3rem;
	width: 100%;
	background: #fdf8e8;
	line-height: 3rem;
	position: relative;
}
.notice_cash{
	color: #ff7e00;
	font-size: 1.6rem;
	font-weight: 500;
	margin-left: 3rem;
}
.notice .photo{
	display: inline-block;
	position: absolute;
	top: .8rem;
}
.notice .photo:nth-of-type(1){
	left: 1rem;
}
.notice .photo:nth-of-type(2){
	right: 1.6rem;
}

/*tab切换*/
.tab_wrap{
	width: 100%;
	height: 5.2rem;
	padding-top: .2rem;
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	background: #fff;
	border-top: .1rem solid #eee;
}
.tab_list {
	width: 100%;
	height:5.2rem ;
	overflow: hidden;
	display: flex;
}
.tab_list li{
	width: 25%;
	text-align: center;
}
.tab_list li img:nth-of-type(2){
	display: none;
}
.tab_list li p{
	color: #848484;
	font-size: 1rem;
	text-align: center;
}
