.content {
	background-color: #020202;
	
	background-image: url(../images/shopbgs.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 80px;
}

.shop-banner {
	height: 720px;
	background: url(../images/shopbg.jpg) center center;
	padding-top: 100px;
}

.shop-banner .s1 {
	font-size: 60px;
}

.shop-banner .s2 {
	letter-spacing: 35px;
	font-size: 18px;
	padding-left: 40px;
	margin-top: 30px;
}

.affi {
	background: #ff0096;
	height: auto;
	overflow: hidden;
	padding: 15px 0px;
}

.vip_table {
	display: block;
	width: 1185px;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	border: 1px solid #fff
}

.vip_table td {
	width: 170px;
	text-align: center;
	color: #fff;
	float: left;
	border: 1px solid #3a3a3a;
	margin-top: -1px;
	margin-right: -1px;
}

.vip_table tbody td {
	height: 100%;
	padding: 20px 0px;
	font-size: 14px;
	height: auto;
	overflow: hidden;
}

.vip_table td.bg1 {
	background: #181818;
}

.vip_table td.bg2 {
	background: #eb027b;
}

.vip_table td.bg3 {
	background: #ff0096;
}

.vip_table thead td {
	display: block;
	float: left;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	border-top: 2px solid #fff;
}

.vip_table thead td.bg1 {
	color: #eb027b;
}

.tab-li {
	text-align: center;
	margin-top: 100px;
}
.tab-li ul{
	display: inline-block;
	width: 2012px;
	margin: 0px -7px;
}
.tab-li li {
	width: 185px;
	height: 50px;
	background: #ff0096;
	border: solid #fff;
	float: left;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	margin: 0px 8px;
	cursor: pointer;
}
.tab-li li:hover,.tab-li li.on{
	border: 1px solid #fff;
	background: #fff;
	color: #FF0096;
	
}
.tab-m{
	margin-top: 20px;
}
.tab-m ul{
	display: none;
}
.tab-m li{
	font-size: 14px;
	line-height: 30px;
	padding: 15px;
	background: #fff;
}
