* {
	margin: 0;
	padding: 0;
}
body {
	max-width: 7.5rem;
	margin: 0 auto;
}
img {
	width: 100%;
	height: 100%;
	display: block;
	border: none;
}
.l {
	float: left;
}
.r {
	float: right;
}
.m {
	width: 6.85rem;
	margin: 0 auto;
	overflow: hidden;
}
a {
	text-decoration: none;
}
button {
	outline: none;
	border: none;
}
ul,ul li,ol,ol li {
	list-style: none;
}
.duration {
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

/*主图*/
.img1,.img2,.img3,.img4,.img5,.img6,.img7,.img8,.img9,.img10 {
	width: 100%;
	height: 4.71rem;
	overflow: hidden;
}
.img1 {
	background: url(../img/img_01.jpg?22);
	background-size: 100% 100%;
}
.img2 {
	background: url(../img/img_02.jpg?22);
	background-size: 100% 100%;
}
.img3 {
	background: url(../img/img_03.jpg?22);
	background-size: 100% 100%;
}
.img4 {
	background: url(../img/img_04.jpg?22);
	background-size: 100% 100%;
}
.img4 img {
	width: 1.47rem;
    height: 1.47rem;
    margin-left: 4.78rem;
    margin-top: 2.18rem;
    border-radius: 0.2rem;
    background: rgba(0,0,0,0.5);
}
.img5 {
	background: url(../img/img_05.jpg?22);
	background-size: 100% 100%;
}
.img6 {
	background: url(../img/img_06.jpg?22);
	background-size: 100% 100%;
}
/*.img7 {
	background: url(../img/img_07.png);
	background-size: 100% 100%;
}
.img8 {
	background: url(../img/img_08.png);
	background-size: 100% 100%;
}
.img9 {
	background: url(../img/img_09.png);
	background-size: 100% 100%;
}
.img10 {
	background: url(../img/img_10.jpg);
	background-size: 100% 100%;
}*/

/*未登录按钮*/
.NotSign {
	width: 7.23rem;
	height: 1.52rem;
	background: url(../img/notsign.png);
	background-size: 100% 100%;
	position: fixed;
	bottom: 0.25rem;
	left: 50%;
	transform: translateX(-50%);
}

/*登录按钮*/
.sign {
	width: 6.91rem;
	height: 1.1rem;
	background: url(../img/sign.png);
	background-size: 100% 100%;
	position: fixed;
	bottom: 0.45rem;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.sign p {
	font-size: 0.24rem;
	color: #f1cb9e;
	margin-top: 0.59rem;
    margin-left: 0.9rem;
}

/*购买弹窗*/
#purchase {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	 display: none; 
     z-index: 1;
}
.purchase {
	width: 100%;
	height: 6.92rem;
	background: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
}
.subject {
	width: 7.2rem;
	height: 5.25rem;
	border-radius: 0.1rem;
	margin: 0.17rem auto;
	background: -moz-linear-gradient(right, #343434 0%, #666666 100%);
    background: -webkit-linear-gradient(right, #343434 0%,#666666 100%);
    background: -o-linear-gradient(right, #343434 0%,#666666 100%);
    background: -ms-linear-gradient(right, #343434 0%,#666666 100%);
    background: linear-gradient(to right, #343434 0%,#666666 100%);
    overflow: hidden;
}
.subject h3 {
	width: 6.9rem;
	margin: 0.35rem auto 0;
	overflow: hidden;
}
.subject h3 span img {
	width: 0.31rem;
	height: 0.3rem;
	float: left;
	margin: 0.06rem 0.15rem 0 0.2rem;
}
.subject h3 span {
	color: #d29956;
	font-size: 0.3rem;
}
.subject h3 span.r {
	font-size: 0.24rem;
	margin-top: 0.1rem;
	font-weight: normal;
	margin-right: 0.03rem;
} 
.label {
	width: 6.9rem;
	height: 4.15rem;
	background: #fff;
	border-radius: 0.1rem;
	margin: 0.18rem auto 0;
	overflow: hidden;
}
.labelUl {
	width: 6.66rem;
	margin-left: 0.12rem;
	overflow-x: auto;
}
.label ul {
	width: 10rem;
	overflow: hidden;
	margin: 0.2rem auto 0.36rem;
}
.label ul li {
	float: left;
	width: 3.13rem;
	height: 1.73rem;
	background: url(../img/vip_card_normal_h5.png);
	background-size: 100% 100%;
	margin: 0 0.1rem;
	cursor: pointer;
}
.label ul li.width {
	width: 2.4rem;
}
.label ul li.click {
	background: url(../img/vip_card_chosen_h5.png);
	background-size: 100% 100%;
}
.label ul li b {
	font-size: 0.28rem;
	line-height: 0.3rem;
	display: block;
	text-align: center;
	margin: 0.4rem auto 0.15rem;
}
.label ul li span {
	font-size: 0.18rem;
	line-height: 0.46rem;
	display: block;
	text-align: center;
	color: #d39751;
}
.label ul li span strong {
	font-size: 0.44rem;
	margin: 0 0.05rem;
}
.label h5 {
	font-size: 0.32rem;
	width: 6.4rem;
	font-weight: normal;
	margin: 0 auto 0.25rem;
}
.label h5 span {
	color: #D29956;
}
.labelOl {
	width: 6.5rem;
	margin-left: 0.24rem;
	overflow-x: auto;
	padding-bottom: 0.2rem;
}
.label ol {
	overflow: auto;
}
.label ol li {
	width: 1.5rem;
	margin: 0 0.05rem;
	float: left;
	overflow: auto;
}
.label ol li b {
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	margin: 0 auto 0.1rem;
}
.label ol li span {
	font-size: 0.24rem;
	display: block;
	text-align: center;
}
.purchase button {
	display: block;
	width: 6.9rem;
	height: 0.9rem;
	font-size: 0.34rem;
	border-radius: 0.45rem;
	margin: 0.3rem auto;
	color: #eebe95;
	font-weight: bold;
	letter-spacing: 0.04rem;
	background: -moz-linear-gradient(right, #343434 0%, #666666 100%);
    background: -webkit-linear-gradient(right, #343434 0%,#666666 100%);
    background: -o-linear-gradient(right, #343434 0%,#666666 100%);
    background: -ms-linear-gradient(right, #343434 0%,#666666 100%);
    background: linear-gradient(to right, #343434 0%,#666666 100%);
}

.buy-btn {

    position: fixed;
    bottom: 0.3rem;
    left: 50%;
   text-align: center;
   line-height:0.9rem ;
	display: block;
	width: 6.9rem;
	height: 0.9rem;
	font-size: 0.34rem;
	border-radius: 0.45rem;
    margin-left: -3.45rem;
	color: #eebe95;
	font-weight: bold;
	letter-spacing: 0.04rem;
	background: -moz-linear-gradient(right, #343434 0%, #666666 100%);
    background: -webkit-linear-gradient(right, #343434 0%,#666666 100%);
    background: -o-linear-gradient(right, #343434 0%,#666666 100%);
    background: -ms-linear-gradient(right, #343434 0%,#666666 100%);
    background: linear-gradient(to right, #343434 0%,#666666 100%);
    box-shadow: 0px 0px 5px 2px #f5f5f5;
}


/*会员页*/
.member {
	width: 6.9rem;
	height: 7.6rem;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.member b {
	width: 2.05rem;
	height: 2.05rem;
	margin: 0 auto 0.35rem;
	display: block;
}
.member div {
	font-size: 0.32rem;
	text-align: center;
}
.member p {
	font-size: 0.32rem;
	text-align: center;
	margin: 1.2rem auto 0.25rem;
}
.member span {
	color: #959595;
	text-align: center;
	display: block;
	font-size: 0.22rem;
	margin-bottom: 0.5rem;
}
.member button {
	display: block;
	width: 6.9rem;
	height: 0.9rem;
	font-size: 0.34rem;
	border-radius: 0.45rem;
	margin: 0.25rem auto;
	color: #eebe95;
	font-weight: bold;
	letter-spacing: 0.04rem;
	background: -moz-linear-gradient(right, #343434 0%, #666666 100%);
    background: -webkit-linear-gradient(right, #343434 0%,#666666 100%);
    background: -o-linear-gradient(right, #343434 0%,#666666 100%);
    background: -ms-linear-gradient(right, #343434 0%,#666666 100%);
    background: linear-gradient(to right, #343434 0%,#666666 100%);
}


.layui-layer-btn a{
	font-size: 12px;
}


.nav{
    width: 100%;
    height: 0.88rem;
    background: #312D29;
    position: fixed;
    top: 0;
    left: 0;
}

.nav ul li{
    float: left;
    width: 12.5%;
    color:#B2ADA8;
    font-size: 0.25rem;
    line-height: 0.88rem;
    text-align: center;
    position: relative;
}
.nav ul li.active{
    font-weight: bold;   
    color: #FFC475; 
}
.nav ul li.active .underLine{
    display: block;
    width: 0.6rem;
    height: 0.04rem;
    background: #FFC475;
    position: absolute;
    left: 50%;
    bottom: 13%;
    margin-left: -0.3rem;
    border-radius: 3px;
}

.pic-box .pic-wrap .inner{
    width: 100%;
}

.pic-box .pic-wrap{
    display: none;
}

.pic-box .pic-wrap.active{
    display: block;
}


.pic-box{
	padding:1rem 0;
}

.floatRight {
    width: 1.5rem;
    height: 0.9rem;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url(../img/vip.png);
    background-size: 100% 100%;
}





