/*vip中心*/
.vip-main-banner-bg{
	width:100%;
	height: 8.5rem;
	background: url("../image/vip-banner.png")no-repeat center;
	background-size: cover;
}
.vip-banner {
	height: 100%;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	color:white;
	flex-wrap: wrap;
}
.vip-banner h2{
	font-size:.8rem !important;
}
.vip-banner p{
	font-size:.3rem;
	margin-top:.3rem;
}
.vip-banner-a{
	width:100%;
	text-align: left;
}
.vip-banner-a a{
	margin-top:0px !important;
}
.vip-banner-bd{
}
.vip-banner-bd ul{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-top:-.4rem;
	background: white;
	position: relative;
	border-radius: 2px;
	box-shadow: 0 4px 8px 0 rgba(3,27,78,.12);
}
.vip-banner-bd ul li{
	width:33%;
	position: relative;
}
.vip-banner-bd ul li a{
	padding:.5rem;

}
.vip-banner-bd ul li .vip-banner-bd-img{
	position: absolute;
	top:.5rem;
	left: .5rem;
	width:.9rem;
	height: .9rem;
}
.vip-banner-bd ul li .vip-banner-bd-img img{
	width:100%;
	height: 100%;
}
.vip-banner-bd-font{
	padding-left: 1.1rem;
}
.vip-banner-bd-font h2{
	color: #000;
	font-size: .32rem;
	font-weight: 400;
	line-height: .4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.vip-banner-bd-font p{
	color: #666;
	font-size: .25rem;
	line-height: .32rem;
	margin-top: .2rem;
}
.vip-banner-bd ul li+li:after{
	content:'';
	background-color: #e5e8ed;
	position: absolute;
	left:0px;
	height: 100%;
	width:1px;
	top:0px;
}
.vip-recommend{
	margin-top:.9rem;
	padding-bottom:.9rem;
}
.vip-recommend>h2{
	color:#333;
	font-size:.45rem;
	line-height: .7rem;
}
.vip-recommend-main{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-top:.4rem;
}
.vip-recommend-main>div{
	width:30%;
	background: white;
	margin:0rem .4rem .4rem 0px;
	border: 1px solid #e5e8ed;
	box-shadow: 0 2px 4px 0 rgba(3,27,78,.06);
}
.vip-recommend-main>div>div{
	padding:.3rem .3rem;
}
.vip-recommend-main>div>div h2{
	color:#333;
	font-size:.32rem;
	line-height: .45rem;
	text-align: left;
}
.vip-recommend-main>div>div p{
	/*height: .7rem;*/
	color:#666;
	font-size:.25rem;
	line-height: .35rem;
	margin-top:.2rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.vip-recommend-main>div:hover{
	box-shadow:0 4px 8px 0 rgba(3,27,78,.12);
}
.vip-class-bg{
	width:100%;
	background-color: white

}
.vip-class{
	padding:1rem 0;
}
.vip-class>h2{
	color: #333;
	font-size: .45rem;
	line-height: .7rem;
}
.vip-class-main{
	margin:.5rem 0px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.vip-class-main>div{
	width:31%;
	margin-top:.3rem;
	margin-right:.3rem;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 2px 6px 0 rgba(0,0,0,.1);
}
.vip-class-main>div>a{

}
.vip-class-main>div>a>div{
	padding:.3rem;
}
.vip-class-main>div>a>img{
	width:100%;
	height: 2rem;
	background: red;
}
.vip-class-main>div>a>div>h2{
	color:#333;
	font-size:.32rem;
	line-height: .4rem;
}
.vip-class-main>div>a>div>p{
	color:#666;
	font-size:.25rem;
	line-height: .4rem;
	margin-top:.1rem;
}
.vip-class-main>div>a>div>span{
	color:#999;
	font-size:.2rem;
	line-height: .4rem;
	margin-top:.05rem;
}
.price-banner>div a{
	color:white;
	border: 1px solid #fff;
	line-height: .7rem;
	width: 2.8rem;
	box-sizing: border-box;
	text-align: center;
	margin-right: .4rem;
	margin-top: .8rem;
	font-size: .3rem
}
.price-banner>div a:hover{
	background: white;
	color:#00a4ff;
}
.price-banner>div:first-child{
	width:55%;
	text-align: left;
}
.vip-class-main>div:nth-child(3n){
	margin-right: 0px;
}
@media screen and (max-width: 769px) {
	.price-banner>div:first-child{
		width:62%;
	}
	.vip-main-banner-bg{
		height: 5rem !important;
	}
	.vip-banner-a{
		margin-bottom:.6rem;
	}
	.vip-banner-bd ul{
		flex-wrap: wrap;
	}
	.vip-banner-bd ul li{
		width: 100% !important;
	}
	.vip-banner-bd ul li a{
		width:89%;
	}
	.vip-recommend-main>div{
		margin: 0rem .2rem .2rem 0px;
	}
	.vip-class-main>div{
		width:48%;
		margin-right: 0rem;
	}
	.vip-class-main>div:nth-child(2n-1){
		margin-right: 0.3rem;
	}
	/*.vip-recommend-main>div:nth-child(2n-1){*/
	/*	margin-right: 0.3rem;*/
	/*}*/
	/*.vip-recommend-main>div:nth-child(3n){*/
	/*	margin-right: 0px;*/
	/*}*/
	.vip-recommend-main>div>div p{
		line-height: .4rem;
	}
}

