html,
body {
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
	/*height: 100%;*/
	cursor: pointer;
	background-color: #fff;
}

.img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.padtop90 {
	padding-top: 0.8rem;
	font-size: 0;
}

.padding {
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.flexrow {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
}

.mg15 {
	margin-left: 15px;
	margin-right: 15px;
}

.banner {
	width: 100%;
	height: 6rem;
	background: url(../images/banner-bj.jpg) no-repeat center;
	background-size: 100% 100%;
	text-align: center;
	box-sizing: border-box;
	padding-top: 0.9rem;
}

.banner img {
	width: 5.16rem;
	animation: updown 1.3s infinite;
}

@keyframes updown {

	0%,
	100% {
		transform: translateY(3px);
	}

	50% {
		transform: translateY(-3px);
	}
}

.tit {
	text-align: center;
	font-size: 0.26rem;
	color: #333;
	margin-bottom: 0.5rem;
	line-height: 1.8em;
}

.tit span {
	font-size: 0.48rem;
	font-weight: 700;
}

.tit b {
	color: #ff6900;
}

#swiper1 {
	padding-top: 1.4rem;
	font-size: 0;
}

#swiper-pagination1 {
	top: 0;
	bottom: auto;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}

#swiper-pagination1 .swiper-pagination-bullet {
	background: 0 none;
	/*height: 1.5rem;*/
	color: #808080;
	font-size: 0.24rem;
	width: auto;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
	padding: 0 0.24rem;
	opacity: 1;
}

#swiper-pagination1 .swiper-pagination-bullet b {
	display: block;
	font-size: 0.68rem;
	font-weight: 100;
	color: #808080;
}

#swiper-pagination1 .swiper-pagination-bullet-active {
	background: 0 none;
	opacity: 1;
	color: #0a848f;
}

#swiper-pagination1 .swiper-pagination-bullet-active b {
	color: #0a848f;
}

#swiper1 .mask {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	/*height: auto;*/
	padding: 0.4rem 0.3rem 0.3rem;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.6);
}

#swiper1 .table {
	display: table;
	color: #fff;
}

#swiper1 .mask .type {
	position: absolute;
	top: 0;
	left: 0.3rem;
	z-index: 1;
	margin-top: -1rem;
	width: 2rem;
	height: 1.2rem;
}

.mask .tableRow {
	display: table-row;
}

.mask .tableRow .th,
.mask .tableRow .td {
	display: table-cell;
	padding: 0 0.2rem;
	line-height: 0.44rem;
	min-height: 0.44rem;
	font-size: 0.24rem;
}

.mask .tableRow .th {
	position: relative;
	color: #dbc08b;
}

.mask .tableRow .th::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -0.07rem -0.07rem 0 0;
	border: 0.07rem solid transparent;
	border-left: 0.07rem solid #dbc08b;
}

.mask .pz_more {
	margin-top: 0.1rem;
	text-align: center;
	color: #d5a500;
	font-size: 0.24rem;
	line-height: 0.24rem;
}

.fixedbg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	font-size: 0;
}

.fbg1 {
	display: none;
	height: 100%;
	padding: 0 0.35rem;
	box-sizing: border-box;
}

.close {
	color: #fff;
	font-size: 0.6rem;
	margin-top: 0.2rem;
}

.popFlex {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	text-align: center;
	justify-content: center;
}

.popFlex .caption {
	margin-bottom: 0.46rem;
	font-size: 0.34rem;
	font-weight: bold;
	color: #fff;
}

.fbg1 .table {
	display: flex;
	flex-direction: column;
	height: 60%;
	background: #fff;
	border-radius: 0.1rem;
	overflow: hidden;
	text-align: left;
}

.fbg1 .tableHead {
	display: table;
	background: #ff8200;
	width: 100%;
	font-size: 0.28rem;
}

.fbg1 .tableRow {
	display: table;
	width: 100%;
}

.fbg1 .table span {
	display: table-cell;
	padding: 0 0.3rem;
	vertical-align: middle;
	height: 1.2rem;
	color: #333;
	font-size: 0.26rem;
}

.fbg1 .tableHead span {
	height: 1rem;
	color: #fff;
}

.fbg1 .table span.widthOne {
	width: 22%;
}

.fbg1 .table span.widthTwo {
	width: 38%;
}

.fbg1 .table span.widthThree {
	width: 40%;
}

.fbg1 .tableBody {
	width: 100%;
	/*height: 100%;*/
	overflow: auto;
}

.fbg1 .table .tableRow:nth-child(2n+1) {
	background: #f2f2f2;
}

.bjtit2 {
	font-size: 0.3rem;
	color: #333;
	text-align: left;
	margin-bottom: 0.4rem;
}

.rangeslider,
.rangeslider__fill {
	background: #E5E5E5;
	display: block;
	height: 5px;
	width: 100%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.rangeslider,
#js-example-destroy,
.styimg_list {
	position: relative;
}

.rangeslider__fill {
	background: #ffba00;
	position: absolute;
	top: 0;
}

output {
	display: block;
	font-size: 0.3rem;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 50%;
	top: -1.1rem;
	width: 1.9rem;
	height: 0.76rem;
	background-color: #ffba00;
	line-height: 0.76rem;
	margin-left: -0.9rem;
	border-radius: 0.76rem;
	box-shadow: 0px 8px 10px rgba(255, 186, 0, .5);
}

.rangeslider__handle {
	background: #ffba00;
	position: absolute;
	top: 50%;
	height: 24px;
	width: 24px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	transform: translateY(-50%);
}

.bjmj_num {
	color: #333333;
	font-size: 0.22rem;
	margin: 0.3rem 0 0.4rem;
}

.p5_bj ul {
	flex-wrap: wrap;
}

.p5_bj li.huxing {
	background-color: #ffeec2;
	border: 1px solid #ffc100;
}

.p5_bj li {
	width: 2rem;
	height: 0.8rem;
	background-color: #fafafa;
	font-size: 0.28rem;
	color: #1a1a1a;
	text-align: center;
	line-height: 0.8rem;
	margin-bottom: 0.2rem;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
}

._input {
	width: 100%;
	height: .8rem;
	border-radius: 3px;
	text-indent: 1em;
	font-size: 0.26rem;
	background-color: #fafafa;
	border: 1px solid #E5E5E5;
	margin-bottom: 0.2rem;
}

.btnbg {
	width: 100%;
	height: 0.8rem;
	box-sizing: border-box;
	background-color: #b38300;
	box-shadow: 0px 4px 0px #b38300;
	border-radius: 5px;
	margin: 0.2rem auto 0;
}

.bj_submit {
	width: 100%;
	height: 100%;
	color: #010101;
	border-radius: 5px;
	background-color: #ffba00;
	animation: submit 0.8s infinite;
	font-size: 0.34rem;
}

@keyframes submit {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-5px);
	}
}

.tips {
	text-align: center;
	font-size: 0.22rem;
	color: #808080;
	margin-top: 0.24rem;
}

.tips2 {
	font-size: 0.36rem;
	text-align: center;
	margin: 0.4rem 0 0.1rem;
}


/*.styimg_list {
	padding-top: 0.9rem;
}*/

#swiper5 {
	margin-left: 15px;
	padding-bottom: 0.16rem;
}

#swiper5 .swiper-slide {
	background-color: #e5fdff;
	height: 0.7rem;
	color: #0a848f;
	font-size: 0.24rem;
	border-radius: 3px;
	/*min-width: 1.5rem;*/
	line-height: 0.7rem;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}

#swiper5 .swiper-slide.swiper-slide-thumb-active {
	color: #fff;
	background-color: #0a848f;
}

#swiper5 .swiper-slide.swiper-slide-thumb-active:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-top: 4px solid #0a848f;
	border-left: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid transparent;
	transform: translate(-50%, 100%);
}

#swiper4 {
	margin: 0 15px 0.4rem;
}

.getdemo {
	width: 5.8rem;
	height: 0.9rem;
	background-image: linear-gradient(#ff9a20, #ff5c31);
	border-radius: 0.9rem;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 0.36rem;
	line-height: 0.9rem;
}

.getdemo p,
.getdemo a {
	display: block;
	animation: scale 1s infinite;
	color: #fff;
}

@keyframes scale {

	0%,
	100% {
		transform: scale(1, 1);
	}

	50% {
		transform: scale(1.08, 1.08);
	}
}

.quanbao_img {
	width: 7.5rem;
	height: 5.06rem;
	background: url(../images/quanbao.jpg) no-repeat center;
	background-size: 100% 100%;
	position: relative;
}

.quanbao_img p {
	width: 1.8rem;
	height: 1.8rem;
	position: absolute;
	left: 50%;
	top: 1rem;
	margin-left: -0.9rem;
	background: url(../images/yushou1.png) no-repeat center;
	background-size: 100% 100%;
}

.quanbao_img p:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	animation: rippleOne 2.5s infinite;
	box-shadow: 0 0 0 0 rgba(255, 154, 32, 0.8);
}

@keyframes rippleOne {
	70% {
		box-shadow: 0 0 0 40px rgba(255, 154, 32, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 154, 32, 0);
	}
}

.quanbao_list {
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	/*margin: 0 0.3rem;*/
}

.quanbao_list p {
	width: 1.2rem;
	color: #333;
	font-size: 0.3rem;
	text-align: center;
	padding: 0 0.5rem;
	margin-bottom: 0.4rem;
}

.quanbao_list p img {
	width: 1.07rem;
}

.p6_gifts .mg15,
.mt40 {
	margin-top: 0.3rem;
}

.mt40,
.p8_adrs {
	padding-bottom: 0.5rem;
}

.p8_adrs .tit {
	text-align: left;
}

.dizhi {
	font-size: 0.24rem;
	color: #4c4c4c;
	margin-top: 0.2rem;
}

.dizhi .qianwang {
	display: block;
	color: #ff9a00;
	width: 1.8rem;
	height: 0.66rem;
	border: 1px solid #ff9a00;
	box-sizing: border-box;
	line-height: 0.66rem;
	text-align: center;
	border-radius: 4px;
	margin-left: 0.3rem;
}

.videoBox1 {
	box-sizing: border-box;
	margin: 0.12rem 0;
	position: relative;
	height: 3.9rem;
	width: 100%;
}

.icon_player {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
}

.icon_player.play1 {
	background-image: url(../images/koubei.jpg);
}

.icon_player.play2 {
	background-image: url(../images/lanzuan.jpg);
}

.icon_player p {
	display: block;
	width: 0.84rem;
	height: 0.84rem;
	background: url(../images/bofang.png) no-repeat center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -0.42rem;
	margin-top: -0.42rem;
	background-size: 100% 100%;
}

.icon_player p:before,
.icon_player p:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	animation: rippleOne 3s infinite;
	box-shadow: 0 0 0 0 rgba(255, 186, 0, 0.7);
}

.icon_player p:after {
	animation-delay: .5s;
}

.videoBox1 video {
	vertical-align: top;
}

.video_min1 {
	width: 100%;
	height: 100%;
	object-fit: fill;
	display: none;
}

#swiper2 {
	padding-top: 1.5rem;
	font-size: 0;
}

#swiper2 .swiper-slide {
	background-color: #f5f5f5;
	padding: 0.3rem 0.2rem;
	box-sizing: border-box;
}

#swiper2 .swiper-slide img {
	width: 2.2rem;
}

#swiper2 .swiper-slide p {
	text-align: left;
	color: #333;
	font-size: 0.28rem;
	margin-left: 0.2rem;
	line-height: 1.5em;
}

#swiper-pagination2 {
	top: 0;
	bottom: auto;
	display: flex;
	flex-flow: row;
	justify-content: space-around;
	padding: 0.12rem 0 0.2rem 1.6rem;
	box-sizing: border-box;
	background-color: #ffba00;
}

#swiper-pagination2 .swiper-pagination-bullet {
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	position: relative;
	opacity: 1;
	box-sizing: border-box;
}

#swiper-pagination2 .swiper-pagination-bullet-active {
	border: 2px solid #bb1636;
}

#swiper-pagination2 .swiper-pagination-bullet p {
	width: 0.72rem;
	height: 0.3rem;
	background-color: #bb1636;
	color: #fff;
	font-size: 0.2rem;
	border-radius: 2px;
	position: absolute;
	bottom: -0.1rem;
	left: 50%;
	line-height: 0.3rem;
	text-align: center;
	margin-left: -0.36rem;
}

#swiper-pagination2 .swiper-pagination-bullet-active:after {
	content: "";
	position: absolute;
	border: 0.12rem solid transparent;
	border-top: 0.12rem solid #ffba00;
	bottom: -0.44rem;
	left: 50%;
	margin-left: -0.12rem;
}

.pagination-tit {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 0.34rem;
	z-index: 11;
	background-color: #0a848f;
	height: 1.32rem;
	width: 1.6rem;
	padding: 0.2rem 0.26rem;
	box-sizing: border-box;
}

.p_pinpai .flexrow p,
.p_gongcheng .flexrow p {
	font-size: 0.28rem;
	color: #fff;
	text-align: center;
	background-color: #0a848f;
	/*height: 1.1rem;*/
	box-sizing: border-box;
	width: 2.2rem;
	padding: 0.16rem 0;
}

.pinpailunbo {
	padding-right: 1.4rem;
	position: relative;
}

#swiper3 {
	box-sizing: border-box;
}

#swiper-pagination3 {
	height: 100%;
	right: 0;
	left: auto;
	bottom: auto;
	top: 0;
	box-sizing: border-box;
	width: 1.3rem;
}

#swiper-pagination3 .swiper-pagination-bullet {
	width: 1.3rem;
	height: 0.94rem;
	position: relative;
	opacity: 1;
	filter: brightness(50%);
	box-sizing: border-box;
	border-radius: 0;
}

#swiper-pagination3 .swiper-pagination-bullet:not(:last-child) {
	margin-bottom: 0.09rem;
}

#swiper-pagination3 .swiper-pagination-bullet-active {
	filter: brightness(100%);
	border: 0.04rem solid #048a81;
}

#swiper-pagination3 .swiper-pagination-bullet-active:before {
	content: "";
	position: absolute;
	left: -0.14rem;
	top: 50%;
	border-top: 0.05rem solid transparent;
	border-bottom: 0.05rem solid transparent;
	border-right: 0.1rem solid #048a81;
}

#swiper-pagination3 .swiper-pagination-bullet-active img {
	height: 100%;
	width: 100%;
}

.addfooter {
	text-align: center;
	background-color: #f0f0f0;
	font-size: 0.22rem;
	color: #949494;
	line-height: 0.6rem;
}


/*åº•éƒ¨æ‚¬æµ®*/

.footer_h {
	height: 0.9rem;
}

.fixedfooter {
	position: fixed;
	width: 100%;
	height: 0.9rem;
	bottom: 0;
	left: 0;
	z-index: 900;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	text-align: center;
}

.footerkf,
.footertext {
	display: block;
	width: 25%;
	height: 100%;
	font-size: 0.24rem;
	position: relative;
	padding-top: 0.1rem;
	border-right: 1px solid #e6e6e6;
	box-sizing: border-box;
	background-color: rgba(17, 17, 17, .9);
	color: #fff;
}

.footertel {
	font-size: 0.3rem;
	width: 50%;
	display: block;
	background-color: rgba(255, 92, 49, .9);
	box-sizing: border-box;
	position: relative;
	line-height: 0.9rem;
	color: #fff;
}

.footertel i,
.footertel span {
	display: inline-block;
}


/*æŠ¥åå¼¹çª—*/

.fbg2 {
	display: none;
	height: 100%;
	padding: 0 0.55rem;
	box-sizing: border-box;
}

.fbg2 .fbg2_tit {
	color: #fff;
	font-size: 0.4rem;
	text-align: center;
	background-color: #ff5c31;
	padding: 0.2rem 0;
	border-radius: 5px 5px 0 0;
}

.fbg2 .fbg2_tit span {
	font-size: 0.44rem;
	font-weight: 700;
}

.fbg2 .fixed-form {
	background-color: #fff;
	padding: 0.5rem 0.3rem;
}

/*æ–°å¢žè£…ä¿®å®å…¸*/

.flexcolumn {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.fixedpage {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 100;
}

.baodian_module {
	margin: 0.6rem 0.3rem 0;
	box-sizing: border-box;
	text-align: center;
	font-size: 0;
}

.zx_baodian {
	width: 100%;
	height: 2.6rem;
	background: url(../../baodian/images/baodian_pageyd.png) no-repeat center;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding-top: 1.8rem;
}

.zx_baodian p {
	width: 2rem;
	height: 0.5rem;
	background-color: #fff;
	font-size: 0.32rem;
	font-weight: 700;
	color: #d20c25;
	border-radius: 0.5rem;
	line-height: .5rem;
	margin-left: 0.4rem;
	animation: scale 0.5s linear infinite alternate;
}

.baodian_bg {
	width: 7.5rem;
	height: 6.9rem;
	background: url(../../baodian/images/baodian_bg.png) no-repeat center;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 4.5rem 0rem 0 0rem;
}

.baodian_bg .baodian_input {
	height: 0.7rem;
	background-color: #fff;
	font-size: 0.25rem;
	color: #4c4c4c;
	text-indent: 0.5em;
}

.baodian_bg .baodian_input:nth-child(1) {
	width: 1.5rem;
	margin-right: 0.15rem;
}

.baodian_bg .baodian_input:nth-child(2) {
	width: 2.5rem;
}

.baodian_submit {
	width: 3.5rem;
	height: 0.8rem;
	font-size: 0.43rem;
	font-weight: 700;
	color: #cd312c;
	background-image: linear-gradient(#fde5b8, #fcc47b);
	border-radius: 0.8rem;
	margin-top: 0.3rem;
	animation: scale 0.5s linear infinite alternate;
}

.baodian_close {
	color: #fff;
	font-size: 0.6rem;
	margin-top: 0.2rem;
}

.right_baodian {
	width: 1.2rem;
	height: auto;
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 11;
	animation: zroter 0.5s ease-in-out infinite;
}

@keyframes zroter {
	0% {
		transform: rotateZ(0);
	}

	50% {
		transform: rotateZ(-20deg);
	}
}

.d_dingwei {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0.1rem 0.2rem;
	position: absolute;
	top: 78%;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

#swiper7 .swiper-slide {
	position: relative;
}

.d_dingwei p:first-child {
	font-size: 0.3rem;
	color: #FFFFFF;
}

.d_dingwei p:nth-child(2) {
	font-size: 0.24rem;
	color: #FFFFFF;
}

#swiper7-1 {
	width: auto;
	height: auto;
	margin-top: 0.15rem;
	position: relative;
}

#swiper7-1 .swiper-pagination-bullet {
	width: 23.5%;
	height: 1.2rem;
	margin-right: 2%;
	opacity: 1;
	filter: brightness(50%);
}

#swiper7-1 .swiper-pagination-bullet:nth-child(4) {
	margin-right: 0;

}

#swiper7-1 .swiper-pagination-bullet-active {
	filter: brightness(100%);
}

.genxin_img {
	width: 100%;
	height: 100%;
}
