* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
}

@font-face {
	/* font-test*/
	font-family: hbt;
	src: url('../font/hbt.ttc'),
		url('../font/hbt.ttc')
}

li {
	list-style-type: none;
}

a,
a:visited {
	text-decoration: none;
}

p {
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	background: 100% 100%;
	overflow-x: hidden;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;

}

.slide1 {
	background: url(../img/bg1.jpg) no-repeat;
	background-size: 100% 100%;

}

.slide2 {
	background: url(../img/bg2.jpg) no-repeat;
	background-size: 100% 100%;

}

.slide1 .slogan {
	width: 5.33rem;
	height: 4.99rem;
	margin-left:-2.65rem;
	left: 50%;
	top:.1rem;
	position: absolute;
	background: url(../img/slogan.png) no-repeat;
	background-size:100% 100%;
	z-index: 10;

}
.slide1 .slogan img{
	width: 100%;
	}

.slide1 .slogan .huo{
	width: 3rem;
	height: .5rem;
	color: #ffc727;
	position: absolute;
	bottom: .06rem;
	z-index: 20;
	font-size: .33rem;
	left: 50%;
	margin-left: -1.4rem;
	font-family: hbt;
	text-shadow: #717171 1px 0 0, #717171 0 1px 0, #717171 -1px 0 0, #717171 0 -1px 0;
	-webkit-text-shadow: #717171 1px 0 0, #717171 0 1px 0, #717171 -1px 0 0, #717171 0 -1px 0;
	-moz-text-shadow: #717171 1px 0 0, #717171 0 1px 0, #717171 -1px 0 0, #717171 0 -1px 0;
	*filter: Glow(color=#717171, strength=1);
}
 .slide1 .slogan .huo span{
	 color: #ffc727;
	 font-size: .33rem;
	font-family: hbt;
	text-shadow: #717171 1px 0 0, #717171 0 1px 0, #717171 -1px 0 0, #717171 0 -1px 0;
	-webkit-text-shadow: #717171 1px 0 0, #717171 0 1px 0, #717171 -1px 0 0, #717171 0 -1px 0;
	-moz-text-shadow: #717171 1px 0 0, #717171 0 1px 0, #717171 -1px 0 0, #717171 0 -1px 0; 
 }



.slide1 .share_btn ,.slide2 .share_btn {
	width: 1.25rem;
	height: .62rem;
	background: url(../img/share.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	z-index: 20;
	right: 0;
	top: .4rem;
}

.slide1 .info {
	width: 1.51rem;
	height: .53rem;
	background: url(../img/info.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	z-index: 20;
	right: 0;
	top: 1.3rem;
}

.slide1 .button {
	width: 6rem;
	height: 2rem;
	margin: 0 auto;
	position: absolute;
	top: 5.15rem;
	left: 50%;
	margin-left: -3rem;
	
}

.slide1 .btn {
	width: 2.69rem;
	height: .89rem;
	background: url(../img/btn.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	line-height: .38rem;
	font-size: .26rem;
	font-family: hbt;
	color: #707070;
	padding-top: .03rem;
	text-align: center;
	text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
	-webkit-text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
	-moz-text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
	*filter: Glow(color=#fff, strength=1);
}
.slide1 .btn1{
	float: left;
}
.slide1 .btn2{
	float: right;
}
.slide1 .btn3{
	margin: 1rem auto 0;
}
.slide1 .btn.btn_center {
	margin: 0 auto;
}

.slide1 .btn.btn_hover {
	background: url(../img/btn_hover.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	color: #d07426;
}

.slide1 .men {
	width: 5rem;
	height: 3.51rem;
	background: url(../img/men.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	top:7.6rem;
	left: 50%;
	margin-left: -2.5rem;
}

.slide1 .next {
	background: url(../img/next.png) no-repeat;
	background-size: 100% 100%;
	width: 1.4rem;
	height: .92rem;
	position: absolute;
	bottom: .4rem;
	left: 50%;
	margin-left: -.7rem;
	animation: heart 1s ease-in-out 1s infinite alternate;
	-webkit-animation: heart 1s ease-in-out 1s infinite alternate;
	z-index: 30;
}




@-webkit-keyframes heart {
	from {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	to {
		-webkit-transform: translate(0, 12px);
		transform: translate(0, 12px)
	}
}

@keyframes heart {
	from {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	to {
		-webkit-transform: translate(0, 12px);
		transform: translate(0, 12px)
	}
}

.slide2 .title {
	width: 7.5rem;
	height: 1.69rem;
	background: url(../img/title.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	top:0rem;
	left:50%;
	margin-left: -3.75rem;
	z-index: 10;
}
.slide2 .hd1 {
	width: 6.5rem;
	height: 3.36rem;
	background: url(../img/hd1.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	top:1.7rem;
	left:50%;
	margin-left:-3.25rem;
	z-index: 10;
	outline: none;
    -webkit-tap-highlight-color: transparent;
}
.slide2 .hd2 {
	width: 6.5rem;
	height: 3.54rem;
	background: url(../img/hd2.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	top:4.7rem;
	left:50%;
	margin-left:-3.25rem;
	z-index: 10;
	outline: none;
   -webkit-tap-highlight-color: transparent;
}
.slide2 .hd3 {
	width: 6.5rem;
	height: 3.04rem;
	background: url(../img/hd3.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	top:7.9rem;
	left:50%;
	margin-left:-3.25rem;
	z-index: 10;
	outline: none;
    -webkit-tap-highlight-color: transparent;
}
.slide2 .hd3 img, .slide2 .hd4 img{
	width: 100%;
}
.slide2 .hd4 {
	width: 6.5rem;
	height: 1.94rem;
	display: block;
	position: absolute;
	top:11.1rem;
	left:50%;
	margin-left:-3.25rem;
	z-index: 10;
}

.slide2 .prev {
	background: url(../img/perv.png) no-repeat;
	background-size: 100% 100%;
	width: 1.4rem;
	height: .92rem;
	position: absolute;
	bottom: .4rem;
	left: 50%;
	margin-left: -.7rem;
	animation: heart 1s ease-in-out 1s infinite alternate;
	-webkit-animation: heart 1s ease-in-out 1s infinite alternate;
	z-index: 30;
}
.meng {
	display: none;
	background: #000000;
	position: fixed;
	top: 0;
	left: 0;
	width: 7.5rem;
	height: 100%;
	z-index: 111;
	background: rgba(0,0,0,0.8);
}

.toast {
	display: none;
	background: url(../img/tc.png) no-repeat;
	width: 4rem;
	height: 3rem;
	position: absolute;
	top: 2.3rem;
	left: 50%;
	margin-left: -2rem;
	z-index: 122;
	background-size: 100% 100%;
	text-align: center;
}

.toast p {
	font-size: 0.26rem;
	font-weight: 800;
	line-height: 2;
	text-align: center;
	color: #000;
	    padding-top: 1.4rem;
}
.nr{
	display: none;
}
.redu{
	display: none;
}
.qd{
	display: none;
}
#toast_cg span {
	display: block;
	vertical-align: middle;
	line-height: .8rem;
	font-size: .32rem;
	color: #ffeeb9;
}

.close {
	display: none;
	width: .72rem;
	height: .72rem;
	position: absolute;
	z-index: 99999;
	left: 50%;
	margin-left: -.36rem;
	bottom:-1rem;
	background: url(../img/close.png) no-repeat;
	background-size: 100%;

}
