.page {
	width: 100%;
	height: 100vh;
}

.top {
	box-sizing: border-box;
	height: 0.88rem;
	background: #192839;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

.logo {
	margin-top: .21rem;
	margin-left: .44rem;
	float: left;
}

.kpclub-logo{
	display: inline-block;
	width: .46rem;
	height: .5rem;
	float: left;
}

.kpfo-logo {
	display: inline-block;
	width: 1.5rem;
	height: .5rem;
	float: left;
	margin-left: .3rem;
}
.right_menu {
	float: right; 
	margin-right: .34rem;
	margin-top: .2rem;
	background-image: url(../images/kpclub_home_nav.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: .5rem;
	height: .5rem;
	cursor: pointer;
}
.close {
	background-image: url(../images/kpclub_home_nav_cha.png);
	cursor: pointer;
}

.nav {
	line-height: 0.42rem;
	margin-top: .88rem;
	
}
.nav ul {
	background-color: #192839;
	height: 100vh;
}
.nav ul li {
	text-align: center;
	font-size: .3rem;
	line-height: 1.4;
	padding-top:.44rem;
	box-sizing: border-box;
}

.nav ul li:first-child {
	pdding-top: .58rem;
}


.nav ul li a {
	display: block;
	color: #fff;
	transition: fontWeight 1s;
}

.nav ul li a:hover {
	font-weight: 700;
}

.hr {
	height: 1px;
}


.banner {
	position: relative;
	margin-top: .88rem;
	background-image: url(../images/kpclub_banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 3.5rem;
	box-sizing: border-box;
}
.banner .banner_text {
	margin: 0 auto;
	padding-top: .94rem;
	text-align: center;
}
.banner .banner_text .title {
	font-size: .36rem;
	color: #fff;
	line-height: 1.2;
	font-weight: 700;
}
.banner .banner_text .desc {
	font-size: .26rem;
	color: #fff;
	line-height: 1.2;
	margin-top: .14rem;
}

.desc_block {
	height: 5.5rem;
	font-size: .28rem;
	color: #fff;
	background-color: #fff;
	position: relative;
	line-height: 1.6;
}
.desc_block .desc_text {
	background-color: #192839;
	position: absolute;
	left: .2rem;
	top: -0.65rem;
	width: 7.1rem;
	box-sizing: border-box;
	padding: .44rem .3rem;
}
.main_block {
	padding: .44rem .3rem .56rem;
}
.main_title {
	color: #c09551;
	font-size: .34rem;
	line-height: 1.4;
}
.main_title_desc {
	color: #999;
	font-size: .26rem;
	line-height: 1.4;
	padding-left: .18rem;
}
.main_title>i{
	display: inline-block;
	width: .06rem;
	height: .3rem;
	background-color: #C09551;
}
.main_title>font {
	margin-left: .12rem;
}
.desc_block .desc_text .desc {
	margin-top: .2rem;
}
.desc_block .desc_text .mark {
	font-size: .3rem;
	line-height: 1.4;
	text-align: right;
	letter-spacing: -0.001rem;
}
.after_block_hr {
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: none;
	height: .2rem;
	background-color: #ededed;
}
.underline {
	text-decoration: underline;
}
.member_block {
	box-sizing: border-box;
	color: #333;
	font-size: .28rem;
	line-height: 1.4;
	/* height: 5.8rem; */
}

.member_block .member_text .desc {
	margin-top: .02rem;
}
.member_block .member_text .desc p{
	margin-top: .28rem;
}

.serve_block {
	padding: .3rem .2rem .6rem;
	background-color: #fff;
	position: relative;
	box-sizing: border-box;
}
.serve_block .serve_text {
	background-color: #192839;
	color: #fff;
	
}

.serve_block .awsome_img {
	position: absolute;
	top: 1.85rem;
	left: 0;
	width: 100%;
	height: 3.3rem;
}
.serve_block .serve_text .desc {
	margin-top: 3.9rem;
	font-size: .28rem;
	line-height: 1.4;
	
}

.serve_block .serve_addition,.point_block .serve_addition {
	margin-top: .16rem;
	box-sizing: border-box;
	padding: .44rem .2rem;
	background-color: #fff;
	border: 1px solid #eee;
}


.addition_title {
	color:#c09551;
	font-size: .3rem;
	line-height: 1.4;
	vertical-align: middle;
}
.addition_title_desc {
	color: #999;
	font-size: .24rem;
	line-height: 1.2;
	margin-top: 0.04rem;
}
.addition_block {
	margin-top: .35rem;
	overflow-y: hidden;
	overflow-x: scroll;
	height: 7.25rem;
}
.addition_block_short {
	height: 3.62rem;
}
.addition_block .h_img {
	height: 100%;
	border: none;
}
.addition_sample {
	margin-top: .5rem;
	margin-bottom: .2rem;
	font-size: .26rem;
	color: #2b3a4d;
	line-height: 1.4;
}
.requirement_block {
	background-color: #eee;
	box-sizing: border-box;
	padding: .2rem;
	position: relative;
}
.requirement_block .requirement_text {
	background-color: #fff;
	padding: .44rem .2rem .56rem;
}

.requirement_block .requirement_awsome {
	position: absolute;
	background-color: #192839;
	color:#fff;
	box-sizing: border-box;
	left: 0;
	right: 0;
	top: 2.1rem;
	padding: .22rem .55rem .4rem;
	font-size: .28rem;
	line-height: 1.4;
}
.requirement_block .requirement_awsome li {
	margin-top: .23rem;
}
.requirement_block .requirement_awsome li:first-child {
	margin-top: .1rem;
}
.requirement_block .requirement_awsome li span {
	display: inline-block;
	width: 6%;
	vertical-align: top;
}
.requirement_block .requirement_awsome li span>i {
	width: .12rem;
	height: .12rem;
	display: inline-block;
	background-color: #C5A568;
	transform: rotate(45deg);
}
.requirement_block .requirement_awsome li>p {
	display: inline-block;
	width: 92%;
}

.requirement_block .requirement_desc {
	margin-top: 5rem;
	height: 3.5rem;
}
.rights_desc {
	height: 7.74rem;
}

.point_addition_block {
	height: 4.7rem;
	overflow-y: scroll;
	margin-top: .34rem;
}
.point_rules {
	max-height: 100%;
}
.point_hr {
	padding: 0;
	margin-top: .39rem;
	margin-bottom: .3rem;
	border: none;
	height: 1px;
	background-color: #dfdfdf;
	
}
.point_block .desc {
	color: #C09551;
	padding-left: .16rem;
	box-sizing: border-box;
	font-size: .26rem;
	line-height: 1.4;
}
.point_block .desc>p {
	margin-top: .18rem;
}
.point_block .point_addition {
	box-sizing: border-box;
	padding: 0 .2rem .6rem;
}
.member_reserved .desc p{
	margin-top: .16rem;
}
.other_block {
	padding: 0 .1rem;
	
}
.other_block .other_rules {
	color: #C09551;
	font-size: .26rem;
	line-height: 1.5;
	margin-top: .35rem;
}
.other_block .other_hr {
	padding: 0;
	margin: 0;
	border: none;
	height: 1px;
	background-color: #eee;
	margin-top: .3rem;
	margin-bottom: .34rem;
}
.other_block .desc .desc_title {
	font-size: .3rem;
	line-height: 1.4;
	color: #333;
}
.other_block .desc p {
	margin-top: .24rem;
	color: #666;
}

.preview_block {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 1);
	overflow-y: scroll;
}
.preview_block img {
	height: 70%;
	position: absolute;
	top: 0; 
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
	margin: 25% 0 ;
	background-color: #fff;
}
.preview_block .close {
	height: .4rem;
	width: .4rem;
	background-image: url(../images/kpclub_home_nav_cha.png);
	background-position: center;
	background-repeat: no-repeat;
	position: fixed;
	top: 4%;
	right: 8%;
}
