.wrap{
	line-height: 0;
	font-size: 0;
	position: relative;
	width: 100%;
}
.fp-tableCell{
	display: inline-block;
}
.part-one{
	background: url(../images/bg_1.jpg) top center no-repeat;
	background-size: 100% 100%;
	text-align: center;
}
.part-two{
	background: url(../images/bg_2.jpg) top center no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.part-three{
	background: url(../images/bg_3.jpg) top center no-repeat;
	background-size: 100% 100%;
}
.one-title{
	height: 3.75rem;
}
.con-one{
	margin: 1rem auto 0 auto;
    display: inline-block;
	text-align: center;
}
.one-banner{
	height: 6.3rem;
	margin: 2rem auto 2rem;
}
.img{
	width: 100%;
	height: 100%;
}
.imgH{
	width: auto;
	height: 100%;
}
.imgW{
	width: 100%;
	height: auto;
}
.one-btn{
	margin: 0 2.1rem;
	display: inline-block;
	height: 9.2rem;
	outline: 0 none;
	border: 0 none;
}
.one-tip{
	display: inline-block;
	height: 1.7rem;
	border: 0 none;
	outline: 0 none;
	position: relative;
	top: 0;
	animation: upAndDown 1s linear infinite;
}
.tip-foot{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	text-align: center;
}
.con-two{
	margin: 0 auto 0 auto;
	text-align: center;
}
.two-middle{
	margin: 0.5rem auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.middle-link{
	cursor: pointer;
	display: inline-block;
}
.change{
	/*width: 66px;*/
	height: 3.2rem;
}
.detail{
	/*width: 76px;*/
	height: 3.2rem;
}
.find{
	/*width: 230px;*/
	outline: 0 none;
	border: 0 none;
    height: 4.95rem;
	margin: 0 0.3rem;
}
.rule{
	margin-top: 0.5rem;
	display: inline-block;
	width: 5.4rem;
	height: 1.45rem;
	line-height: 1.45rem;
	text-align: center;
	color:#353535;
	font-size: 0.75rem;
	border: 1px solid #353535;
}
.two-top-list{
	width: 16.3rem;
	overflow: hidden;
	margin: 0.7rem auto 0;
}
.two-item{
	padding: 0.3rem 0.9rem;
	width: 14.5rem;
	background: url(../images/info_bg.png) left top no-repeat;
	background-size: 100% auto;
}
.two-title{
	text-align: left;
	line-height: 1rem;
}
.two-word{
	display: inline-block;
	padding: 0 0.1rem;
	color: #8b6945;
	font-size: 0.45rem;
	border-bottom: 1px solid #8b6945;
	line-height: 1rem;
}
.two-info{
	color: #8b6945;
	font-size: 0.45rem;
	height: 4.1rem;
	margin: 0.2rem 0 0.2rem;
	line-height: 0.8rem;
	overflow-y: scroll;
}
.two-foot{
	margin-bottom: 0.2rem;
	text-align: right;
}
.item-close{
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 18px;
	right: -20px;
	top: -2px;
	cursor: pointer;
}
.con-three{
	margin: 0 auto 0 auto;
	text-align: center;
	cursor: pointer;
}
.three-title{
	width: 100%;
	margin: .6rem auto 1rem;
	text-align: center;
}
.three-list{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 0.15rem;
}
.three-item{
	margin-bottom: 0.4rem;
	width: 8.05rem;
	padding: 0.3rem 0.35rem 0.3rem 0.25rem;
	text-align: center;
	background: url(../images/video_bg.png) top left no-repeat;
	background-size: 100% 100%;
}
.item-img{
	width: 8.05rem;
	height: 4.75rem;
	outline: 0 none;
	border: 0 none;
	position: relative;
	display: inline-block;
}
.item-title{
	max-width: 8.05rem;
	text-align: center;
	line-height: 1rem;
	color: #8b6945;
	font-size: 0.4rem;
	border: 0 none;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	outline: 0 none;
	display: inline-block;
}
.cover{
	display: inline-block;
	width: 1.8rem;
	height: 1.8rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -0.9rem 0 0 -0.9rem;
}
@keyframes upAndDown {
    0% {
        top: 0;
    }
	50% {
		top: 20px;
	}

    to {
        top: 0;
    }
}
.pop, .info-pop{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0 ,0.6);
	display: none;
}
.pop-show{
	/*567 × 628*/
	padding: 2.65rem 0.7rem;
	width: 13rem;
	background: url(../images/pop_bg.png) left top no-repeat;
	background-size: 100% auto;
	position: relative;
	min-height: 10.7rem;
}
.info-show{
	/*567 × 628*/
	padding: 1.65rem 0.7rem;
	width: 13rem;
	background: url(../images/item_bg.png) left top no-repeat;
	background-size: 100% auto;
	position: relative;
	min-height: 12.7rem;
}
.pop-line{
	color: #8b6945;
	font-size: 0.6rem;
	line-height: 0.85rem;
	margin-bottom: 0.85rem;
}
.info-des{
	color: #8b6945;
	font-size: 0.6rem;
	line-height: 0.85rem;
}
.pop-close, .info-close{
	display: inline-block;
	width: 1.08rem;
	height: 1.08rem;
	position: absolute;
	right: -1.3rem;
	top: 0;
	cursor: pointer;
}






