body{background: #fff;}
.yxMbanner{
	height:430px ;
	background: url(../images/member/banner.png) no-repeat center top; 
	margin-bottom: 100px;
	padding-top: 300px;
	text-align: center;
}
.yxMbanner .tile{
	width: 486px;
	height: 228px; 
	position: relative;
	display: inline-block;
	text-align: left; 
}
.yxMbanner .tile::after{
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	background:linear-gradient(135deg,rgba(30,30,30,1) 0%,rgba(0,0,0,1) 100%);
	border-radius:8px; 
	content: '';
	z-index: 1;
}
.yxMbanner .tile::before{
	position: absolute;
	margin-left: -45px;
	bottom: -20px;
	left: 50%;
	background:#E5BA78;
	width:90px;
	height:6px;
	background:rgba(229,186,120,1);
	content: '';
	z-index: 1;
	display: none;
}
.yxMbanner .tile .content{
	position: relative;
	z-index: 2; 
	padding: 24px;	
	width: 486px;
	height: 228px; 
	opacity:0.5;
} 
.yxMbanner .tile.active::after{
	display: none;
}
.yxMbanner .tile.active::before{
	display: block;
}
.yxMbanner .tile.active .content{
	opacity:1;
}
.yxMbanner .black {
	margin-right: 24px;
}
.yxMbanner .black .content{ 
	background: url(../images/member/black.png) no-repeat 
}
.yxMbanner .white .content{ 
	background: url(../images/member/white.png) no-repeat 
}
.yxMbanner h3{
	font-size: 22px;
	color: #F4E5CC;
	line-height: 30px;
	margin-bottom: 8px;
} 
.yxMbanner h3 i{
	background: url(../images/member/vip1.png) no-repeat ;
	width: 51px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.yxMbanner .text{
	font-size: 18px;
	color: #F4E5CC; 
} 
.yxMbanner .info{
	position: absolute;
	bottom: 24px;
	left: 24px;
	right: 24px;
	height: 40px;
}
.yxMbanner .pInfo{
	font-size: 16px;
	color: #F4E5CC; 
}
.yxMbanner .pInfo span{
	display: inline-block;
	line-height: 100%;
	margin-top: 10px;
	margin-right: 5px;	
}
.yxMbanner .price{
	font-size: 32px; 
}
.yxMbanner .old-price{
	font-size: 14px; 
	text-decoration: line-through;
}
.yxMbanner .btn{
	width:130px;
	line-height:40px;
	display: block;
	background:#F4E5CC;
	border-radius:20px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	font-size:18px ;
	color: #5E3B20;
}
.yxMbanner .white .pInfo,
.yxMbanner .white .text,
.yxMbanner .white h3{
	color: #5E3B20;
}
.yxMbanner .white .btn {
	background:#E3BA79
}
.yxMbanner .white .vip {
	background:url(../images/member/vip2.png) no-repeat
}


.mPanel{
	padding: 70px 0;
}
.titleBar{
	font-size: 24px;
	color: #1A1A1A;
	text-align: center;
	margin-bottom: 30px;
}
.titleBar.white{
	color:#fff;
}

.yxMadv .tile{
	height:110px;
	background:rgba(249,249,249,1);
	padding: 20px;
}
.yxMadv .tile i{
	float: left;
	width:64px ;
	height: 64px; 
	margin-right: 20px;
}
.yxMadv .tile .black{
	background:url(../images/member/sprites.png) ;
}
.yxMadv .tile .white{
	background:url(../images/member/sprites2.png) ;
}
.yxMadv .tile .icon2{
	background-position: -64px 0;
}
.yxMadv .tile .icon3{
	background-position: -128px 0;
}
.yxMadv .tile .icon4{
	background-position: -192px 0;
}
.yxMadv .tile .icon5{
	background-position: -256px 0;
}
.yxMadv .tile .icon6{
	background-position: -320px 0;
}
.yxMadv .tile h3{
	font-size: 18px;
	color: #5E3B20;
	font-weight: bold;
	margin: 5px 0;
}
.yxMadv .tile p{
	font-size: 13px;
	color: #B4874A; 
}

.bg1{
	height: 468px;
	background:url(../images/member/bg1.png) no-repeat;
	background-position: center;
	text-align: center;
} 
.bg2{ 
	background:#EAD8BD; 
} 
.bg2 .titleBar{
	color: #5E3B20
}
.yxMItem{
	background: #fff;
}
.yxMItem .tile{
	height:190px; 
	padding: 20px;
	border: 1px solid #F1F1F1;
	border-width: 0 1px 1px 0;
	text-align: center;
}
.yxMItem .col-mb-4{
	width: 20%;
}
.yxMItem .tile h3{
	font-size: 18px;
	color: #1A1A1A;
	font-weight: bold;
	margin: 5px 0;
}
.yxMItem .tile p{
	font-size: 13px;
	color: #999; 
}
.yxMItem .tile i{ 
	width:64px ;
	height: 64px;  
	display:inline-block;
}
.yxMItem .tile .black{
	background:url(../images/member/sprites1.png) ;
}
.yxMItem .tile .white{
	background:url(../images/member/sprites3.png) ;
}
.yxMItem .tile .icon2{
	background-position: -64px 0;
}
.yxMItem .tile .icon3{
	background-position: -128px 0;
}
.yxMItem .tile .icon4{
	background-position: -192px 0;
}
.yxMItem .tile .icon5{
	background-position: -256px 0;
}
.yxMItem .tile .icon6{
	background-position: -320px 0;
}
.yxMItem .tile .icon7{
	background-position: -384px 0;
}
.yxMItem .tile .icon8{
	background-position: -448px 0;
}
.yxMItem .tile .icon9{
	background-position: -512px 0;
}
.yxMItem .tile .icon10{
	background-position: -576px 0;
}


.yxMcontent{
	display: none;
}

.yxMcontent.show{
	display: block;
}


