* {
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
}

@font-face {
	font-family: 'AlibabaPuHuiTi-2-55-Regular';
	src: url('../fonts/AlibabaPuHuiTi-2-55-Regular.ttf');
}

@font-face {
	font-family: 'AlibabaPuHuiTi-2-65-Medium';
	src: url('../fonts/AlibabaPuHuiTi-2-65-Medium.ttf');
}

@font-face {
	font-family: 'AlimamaShuHeiTi-Bold';
	src: url('../fonts/AlimamaShuHeiTi-Bold.ttf');
}

.wheel-scroll.wheel-scroll-hook {
	margin: 0;
	padding: 0;
}

.picker-title {
	font-size: 15px !important;
}

.picker .picker-panel .picker-choose .confirm {
	color: #000 !important;
}

#loading {
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999;
	background-color: #000;
	width: 100%;
	height: 100%;
}

#loading p {
	display: inline-block;

	width: 80%;
	text-align: center;
	color: #e71a19;
	height: 60px;
	top: 40%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

#loading p span {
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	width: 100%;
	height: 12px;
	border-radius: 6px;
	background-color: #FFFFFF;
}

#loading p span u {
	position: absolute;
	left: 0px;
	top: 0px;
	display: inline-block;
	width: 0%;
	background-color: #e71a19;
	height: 12px;
	border-radius: 6px;
}

#loading p b {
	font-weight: 500;
	font-size: 20px;
	display: block;
}

#loading p i {
	font-style: normal;
}

.box {
	background-color: #000;
}

.vd {
	width: 100vw;
	height: 100vh;
	height: 100svh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: #fff;
}

.vd video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.vitg {
	width: 11.7rem;
	position: absolute;
	top: 7rem;
	right: 7rem;
	z-index: 1000;
}

.play {
	width: 20rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
}

/* 背景音乐开关按钮 */
.bgm-btn {
	position: fixed;
	top: 3rem;
	right: 3rem;
	width: 8rem;
	height: 8rem;
	z-index: 300;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.bgm-icon-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 0.4rem;
	height: 4rem;
}

.bgm-bar {
	width: 0.6rem;
	background: #fff;
	border-radius: 0.3rem;
	transition: height 0.2s ease;
}

.bgm-btn .bgm-bar:nth-child(1) {
	height: 1.2rem;
}

.bgm-btn .bgm-bar:nth-child(2) {
	height: 2.4rem;
}

.bgm-btn .bgm-bar:nth-child(3) {
	height: 3.6rem;
}

.bgm-btn .bgm-bar:nth-child(4) {
	height: 2rem;
}

/* 播放中动画 */
.bgm-playing .bgm-bar {
	animation: bgm-dance 0.8s ease-in-out infinite alternate;
}

.bgm-playing .bgm-bar:nth-child(1) {
	animation-delay: 0s;
}

.bgm-playing .bgm-bar:nth-child(2) {
	animation-delay: 0.15s;
}

.bgm-playing .bgm-bar:nth-child(3) {
	animation-delay: 0.3s;
}

.bgm-playing .bgm-bar:nth-child(4) {
	animation-delay: 0.45s;
}

@keyframes bgm-dance {
	0% {
		height: 1rem;
	}

	100% {
		height: 4rem;
	}
}

/* 暂停状态 - 静止短条 */
.bgm-btn:not(.bgm-playing) .bgm-bar {
	height: 1rem !important;
	animation: none;
}

.mappage {
	width: 108rem;
	height: 100vh;
	height: 100svh;
	box-sizing: border-box;

	background-image: url('https://1664.qiniu.weixinzjit.com/mep/map_bg.png');
	background-size: cover;
	background-position: top center;
	position: relative;
	overflow: hidden;
	background-color: #E71A19;
}

.maplist {
	margin-top: 3rem;
	position: relative;
}

@keyframes starTwinkle {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	25% {
		opacity: 0.3;
		transform: scale(0.75);
	}

	50% {
		opacity: 1;
		transform: scale(1.1);
	}

	75% {
		opacity: 0.5;
		transform: scale(0.9);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.start {
	position: absolute;
	width: 4.4rem;
	left: 9rem;
	top: -3rem;
	z-index: 10;
	animation: starTwinkle 2.8s ease-in-out infinite;
}

.start2 {
	position: absolute;
	width: 3rem;
	left: 7rem;
	top: 0rem;
	z-index: 10;
	animation: starTwinkle 2.8s ease-in-out infinite;
	animation-delay: 1.2s;
}

.leftlogo {
	width: 35.9rem;
	padding-top: 7rem;
	padding-left: 7rem;
}

.slogan {
	width: 90.1rem;
	margin-bottom: 22rem;
}

.slogan2 {
	width: 90.1rem;
	margin: 0 auto;
	padding-top: 10rem;
}

.rulebtn {
	width: 21.7rem;
	position: absolute;
	right: 0;
	bottom: 14rem;
}

.rulebox {
	position: fixed;
	z-index: 105;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);

}

.ruletext {
	width: 85vw;
	height: calc(85vw / 982 * 1663);

	background-image: url('https://1664.qiniu.weixinzjit.com/mep/rule_bg2.png');
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 auto;
	background-position: center;
	position: relative;

}

.rutxt {
	width: 95%;
	height: 68%;
	margin: auto 0;
	/* border: 1px solid red; */
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 13rem;
	overflow-y: scroll;
	padding: 0 5rem;

}

.topbomimg {
	width: 2.5rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 4rem;
}

.topbom {
	animation: tobo 1s linear alternate infinite;
}

@keyframes tobo {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-3rem);
	}
}

.gzcen {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.close {
	width: 8.2rem;
	margin: 3rem auto 0;
}

.leftstep {}

.rightstep {}

.stepall {
	width: 100%;
	margin: 0 auto 15rem;
	position: relative;
}

.door {
	width: 41rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.leftstep .door {
	left: 5rem;
}

.rightstep .door {
	right: 5rem;
}

.opendoor {
	width: 39.8rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 12;
}

.leftstep .opendoor {
	left: 5rem;
}

.rightstep .opendoor {
	right: 5rem;
}

.gzcj {
	width: 15.8rem;
	position: absolute;
	bottom: 9rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
}

.page1 {
	width: 108rem;
	height: 100vh;
	height: 100svh;
	background-image: url('https://1664.qiniu.weixinzjit.com/mep/selpeobg.png');
	background-size: contain;
	background-position: top center;
	position: relative;
	overflow-y: hidden;
}

img {
	width: 100%;
	display: block;
}

.index_top {
	width: 89.8rem;
	margin: 0 auto;
	padding-top: 5.8rem;
}

.pagetop1 {
	width: 75rem;
	margin: 0 auto;
	padding-top: 5.8rem;
}

.peo {
	position: absolute;
	width: 100%;
	margin: 0rem auto 0;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40rem;
}

.index_bom {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.sce {
	width: 30.8rem;
	position: absolute;
	z-index: 100;
	top: -15rem;
	left: 50%;
	transform: translateX(-50%);
}

.mbom {
	position: absolute;
	z-index: 10;
	top: 18rem;
}

.tips {
	width: 57.2rem;
	position: absolute;
	z-index: 10;
	top: 45rem;
	left: 50%;
	transform: translateX(-50%);
}

.page2 {
	width: 108rem;
	height: 100vh;
	height: 100svh;
	background-image: url('https://1664.qiniu.weixinzjit.com/mep/index.png');
	background-size: cover;
	background-position: top center;
	position: relative;
	overflow: hidden;
}

.djall {
	position: absolute;
	width: 28.4rem;
	top: -10rem;
	left: 15rem;
	z-index: 300;
}

.xrts {
	position: absolute;
	width: 13.5rem;
	top: -10rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 300;
}

.selpeo1 {
	width: 108rem;
	margin: 2rem auto 0;
	position: relative;
}

.selpeo1 img {
	position: absolute;
	width: 108rem;
	/* height: 100%; */
	top: 0;
	left: 0;
}

.selnull {
	position: absolute;
}

.selnull1 {
	width: 20rem;
	height: 130rem;
	/* border: 1px solid red; */
	left: 3rem;
	top: 5rem;
	z-index: 7;

}

.selnull2 {
	width: 30rem;
	height: 130rem;
	/* border: 1px solid blue; */
	left: 23rem;
	top: 2rem;
	z-index: 6;
}

.selnull3 {
	width: 30rem;
	height: 130rem;
	/* border: 1px solid green; */
	left: 53rem;
	top: 2rem;
	z-index: 5;
}

.selnull4 {
	width: 20rem;
	height: 130rem;
	/* border: 1px solid yellow; */
	right: 3rem;
	top: 10rem;
	z-index: 4;

}

.selnull5 {
	width: 25rem;
	height: 130rem;
	/* border: 1px solid pink; */
	left: 20rem;
	top: 25rem;
	z-index: 7;
}

.selnull6 {
	width: 28rem;
	height: 110rem;
	/* border: 1px solid peru; */
	right: 25rem;
	top: 30rem;
	z-index: 8;

}

.index_bom2 {
	position: absolute;
	width: 100%;
	bottom: -10rem;
}

.com {
	width: 85.9rem;
	position: absolute;
	bottom: 15rem;
	left: 50%;
	transform: translateX(-50%);
}

.jstw {
	width: 33.9rem;
	margin: 0 auto;
}

.page3 {
	width: 108rem;
	height: 100vh;
	height: 100svh;
	background-image: url('https://1664.qiniu.weixinzjit.com/mep/index.png');
	background-size: cover;
	background-position: top center;
	position: relative;
	overflow-y: hidden;
	z-index: 300;
}

.fb1 {
	width: 35.1rem;
	position: absolute;
	top: 6rem;
	left: 6rem;
	z-index: 200;
}

.page3 .index_bom2 {
	bottom: -20rem;
}

.cxyz {
	width: 75.9rem;
	position: absolute;
	bottom: 25rem;
	left: 50%;
	transform: translateX(-50%);
}

.cx {
	width: 100vw;
	height: 100vh;
	height: 100svh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.cx video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.vitg2 {
	width: 11.7rem;
	position: absolute;
	top: 7rem;
	right: 7rem;
	z-index: 1000;
}

.page4 {
	width: 108rem;
	height: 100vh;
	height: 100svh;
	background-image: url('https://1664.qiniu.weixinzjit.com/mep/hzbg.png');
	background-size: cover;
	background-position: top center;
	position: relative;
	overflow-y: hidden;
	background-color: #000;
}

.logo1 {
	width: 30rem;
	margin: 0 auto;
	padding-top: 9rem;
}

.backmap {
	width: 17.7rem;
	position: absolute;
	left: 4rem;
	top: 7rem;
	z-index: 100;
}

.empmall {
	width: 108rem;
	height: 100vh;
	height: 100svh;
	background-image: url('https://1664.qiniu.weixinzjit.com/mep/selpeobg.png');
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	z-index: 200;
}

.swiper {
	width: 108rem;
	position: relative;

}

/* .empmall .swiper-slide {
	opacity: 0 !important;
}

.empmall .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
} */

.swibox {
	width: 100%;
	/* margin-top: 6rem; */
	/* position: relative; */
}

.swiper-slide {
	width: 100%;
}

.swi {
	width: 100%;
	margin: 0 auto;
}

.bomhuo2 {
	width: 100%;
	position: relative;

	z-index: 2;
}

.gotoshop {
	/* width: 80rem; */
	position: absolute;
	bottom: 6rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: space-around;
	/* filter: brightness(50%); */
}

.ckcj {
	width: 50rem;
}

.showcode {
	width: 58rem;
}

.swibox .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 27.5rem;
}

.sfb {
	width: 13rem;
	position: relative;
	filter: brightness(50%);

}

.sfb img {

	position: relative;

	z-index: 10;
}

.sfb.sfact {
	filter: brightness(100%);
}

.sfb.sfact::before {
	content: '';
	position: absolute;
	width: 25rem;
	height: 25rem;
	background: url('https://1664.qiniu.weixinzjit.com/mep/bj.png') no-repeat center/contain;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	pointer-events: none;
}

.sfb6.sfact::before {
	content: '';
	position: absolute;
	width: 19rem;
	height: 19rem;
	background: url('https://1664.qiniu.weixinzjit.com/mep/bj.png') no-repeat center/contain;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	pointer-events: none;
}

.sfbbox {
	position: absolute;
	width: 100%;
	z-index: 10;
	bottom: 35rem;
	display: flex;
	justify-content: center;
}

.sfbbox>div:not(:last-child) {
	margin-right: 1.5rem;
}

.swibox .swiper-pagination-bullet {
	opacity: 1;
}

.swibox .swiper-pagination-bullet-active {
	background: #feeabe;
}

.lucklypage {
	width: 108rem;
	height: 100vh;
	height: 100svh;
	background-image: url('https://1664.qiniu.weixinzjit.com/mep/cjbg.png');
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.lottery-wrap {
	width: 97.5rem;
	height: 97.5rem;
	background-image: url('https://1664.qiniu.weixinzjit.com/mep/zpd.png');
	background-size: contain;
	background-position: center;
	margin: 0 auto;
	position: relative;
	border-radius: 50%;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.6);
}

.zpd2 {
	width: 90.7rem;
	height: 90.7rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.zpd3 {
	width: 90.7rem;
	height: 90.7rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

/* .zpjp {
	width: 78.5rem;
	height: 87.7rem;
	position: absolute;
	top: 3rem;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: 4;
} */
.zpjpnew {
	width: 75.4rem;
	/* height: 63.6rem; */
	position: absolute;
	top: 14rem;
	left: 54%;
	transform: translate(-50%, 0%);
	z-index: 4;
}

.lucklybox {
	position: relative;
	transform: scale(0.9);
}

.zpd4 {
	width: 31.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;

}

.zpd4 img {
	margin-top: -4.5rem;
}

.meplogo {
	width: 22.8rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 4rem;
}

@keyframes logoPulse {
	0% {
		transform: scale(1);
		/* filter: drop-shadow(0 0 0rem rgba(255, 220, 100, 0)); */
	}

	100% {
		transform: scale(1.08);
		/* filter: drop-shadow(0 0 1.2rem rgba(255, 220, 100, 0.9)); */
	}
}

.meplogo-bounce img {
	animation: logoPulse 1s ease-in-out alternate infinite;
	/* transform-origin: center center; */
}

.index_top2 {
	width: 89.8rem;
	margin: 0 auto;

	padding-top: 9rem;
}

.lucklypage .index_top2 {
	width: 80.8rem;
}

.lucklypage .index_bom2 {
	bottom: -19rem;
	z-index: 20;
}

.page2 .index_bom2 {
	z-index: 300;
}

.hds {
	width: 32.4rem;
	position: absolute;
	z-index: 21;
	top: 10.5rem;
	left: 50%;
	transform: translateX(-50%);
}

.hdstext {
	width: 68.5rem;
	position: absolute;
	z-index: 21;
	top: 24.5rem;
	left: 50%;
	transform: translateX(-50%);
}

.yybg {
	width: 108rem;
	height: 100vh;
	height: 100svh;
	background-image: url('https://1664.qiniu.weixinzjit.com/mep/yybg.png');
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.yybg .index_bom2 {
	bottom: -19rem;
	z-index: 20;
}

.yyt {
	width: 65rem;
	position: absolute;
	z-index: 21;
	top: 20.5rem;
	left: 50%;
	transform: translateX(-50%);
}

.appointment {
	width: 108rem;
	height: 100vh;
	height: 100svh;
	background-image: url('https://1664.qiniu.weixinzjit.com/mep/map_bg.png');
	background-size: cover;
	background-position: bottom center;
	position: relative;
	overflow: hidden;
}

.apptopimg {
	width: 79.8rem;
	margin: 2rem auto 0;
}

.txtop {
	width: 80.8rem;
	margin: 2rem auto 0;
}

.yutime {
	width: 96.1rem;
	height: 93.3rem;
	background-image: url('https://1664.qiniu.weixinzjit.com/mep/yutimebg.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 5rem auto 0;
	position: relative;
}

.ti {
	width: 23.7rem;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
}

.tibtn {
	width: 55.3rem;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
	cursor: pointer;
}

/* 预约页面 */
.appointment {
	display: none;
}

.appointment.show {
	display: block;
}

/* 返回按钮 */
.yyback {
	width: 17.7rem;
	position: absolute;
	left: 4rem;
	top: 7rem;
	z-index: 100;
	cursor: pointer;
}

/* 日期选择区域 */
.ticul {
	width: 88%;
	margin: 0 auto 3rem;
	border-bottom: 1px solid red;
	padding-bottom: 3rem;
	position: relative;
}

/* 日期选择器分页 */
.date-pagination {
	display: flex;
	justify-content: center;
	gap: 0.8rem;
	margin-top: 1.5rem;
}

.date-pagination .swiper-pagination-bullet {
	width: 1rem;
	height: 1rem;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
}

.date-pagination .swiper-pagination-bullet-active {
	background: #feeabe;
}



.iteecen {
	position: absolute;
	left: 50%;
	top: 11rem;
	transform: translateX(-50%);
	width: 100%;
}

.ticen {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.ticen .swiper-container {
	width: 100%;
	overflow: visible;
}

.ticen .swiper-wrapper {
	width: 100%;
}

.ticen .swiper-slide {
	width: 25%;
}

.tiitem-wrap {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0.6rem;
}

.tiitem {
	width: 100%;
	height: 12.6rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;

	background-image: url('https://1664.qiniu.weixinzjit.com/mep/ittop1.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	font-family: 'AlibabaPuHuiTi-2-55-Regular';
}

.titext {
	font-size: 3.9rem;
	color: #fadcb3;

}

.tiweek {
	font-size: 2.8rem;
	color: #fadcb3;

	margin-top: 0.1rem;
}

.tiitem.active {
	background-image: url('https://1664.qiniu.weixinzjit.com/mep/ittop2.png');



}

/* 时间段网格 */
.timesbox {

	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	justify-content: center;
	height: 54rem;
	overflow-y: auto;
}

.timeitem {
	width: 42.5rem;
	height: 10.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('https://1664.qiniu.weixinzjit.com/mep/itbg1.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;

}

.timetext {
	font-size: 2.2rem;
	color: #8B6914;
	font-family: 'AlibabaPuHuiTi-2-55-Regular';
}

.timeitem.active {
	background-image: url('https://1664.qiniu.weixinzjit.com/mep/itbg2.png');
}

.timetext {
	font-size: 4rem;
	color: #fadcb3;
}

.prizepop {
	width: 100vw;
	height: 100vh;
	height: 100svh;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}

.prizecen {
	width: 73.7rem;
	height: 117.5rem;
	background-image: url('https://1664.qiniu.weixinzjit.com/mep/prize/prizebox.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);


}

.hdtop {
	width: 35.1rem;
	position: absolute;
	top: 11rem;
	right: -12rem;

}

.pribox {
	width: 51.5rem;
	height: 43.5rem;
	box-sizing: border-box;
	position: absolute;
	top: 41rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.pri1 {
	width: 31.4rem;
}

.pri2 {
	width: 40.6rem;
}

/* .pri3 {
	width: 28.5rem;
} */

.pri3 {
	width: 19.5rem;
}

.pri4 {
	width: 42.8rem;
}

.pri5 {
	width: 42.3rem;
}

.pribom {
	width: 52rem;
	height: 13.5rem;
	box-sizing: border-box;
	position: absolute;
	bottom: 19.5rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.pritit1 {
	width: 43.7rem;
}

.pritit2 {
	width: 42.1rem;
}

/* .pritit3 {
	width: 39.8rem;
} */

.pritit3 {
	width: 40.8rem;
}

.pritit4 {
	width: 22.1rem;
}

.pritit5 {
	width: 42.3rem;
}

.pribtn {
	width: 61.5rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1.5rem;
}

.scaani {
	animation: sca 1s linear alternate infinite;
}

@keyframes sca {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(0.85);
		opacity: 0.8;
	}
}

.yysucbox {
	width: 100%;
	height: 100vh;
	height: 100svh;
	background-image: url('https://1664.qiniu.weixinzjit.com/mep/selpeobg.png');
	background-size: cover;
	background-position: bottom center;
	position: relative;
	overflow: hidden;
	position: relative;
}

.ysubtop {
	width: 100%;
	margin: 0 auto;
	padding-top: 8rem;
}

.ysubom {
	width: 108rem;
	position: absolute;
	bottom: -5rem;
}

.join {
	width: 100rem;
	position: absolute;
	z-index: 10;
	top: 25rem;
	left: 52%;
	transform: translateX(-50%);
}

.join img {
	margin-left: -3.8rem;
}

.yusubtnbox {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 200;
	bottom: 3rem;
	/* display: flex; */

}

.yusubtnbox>div {
	width: 42rem;
}

.yusubtnbox .tipsh {
	width: 25rem;
	margin: 0 auto;
	/* padding-left: 3rem; */
}

.lucknum {
	margin-top: -2rem;
	font-size: 3.3rem;
}

.yusub1 {
	z-index: 10;
}

.yysave {
	width: 100vw;
	height: 100vh;
	height: 100svh;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 11;
}

.yusub2 {
	z-index: 12;
}

.addressbox {
	width: 108rem;
	height: 100vh;
	height: 100svh;
	box-sizing: border-box;
	background-image: url('https://1664.qiniu.weixinzjit.com/mep/map_bg.png');
	background-size: cover;
	background-position: top center;
	position: relative;
	overflow: hidden;
	background-color: #E71A19;
	position: relative;
}

.add_bg {
	width: 96.1rem;
	height: 99.1rem;
	background-image: url('https://1664.qiniu.weixinzjit.com/mep/address_bg22.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 1.5rem;
	position: relative;
	/* margin-bottom: 4rem; */

}

.addinfo {
	width: 87.2rem;
	/* height: 41.4rem; */
	box-sizing: border-box;
	border: 1px solid red;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 22rem;
	border-radius: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-family: 'AlibabaPuHuiTi-2-65-Medium';
}

.editbtn {
	position: relative;
}

.jnxgyc {
	position: absolute;
	width: 17rem;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.na_left {
	font-size: 3.6rem;
	color: #feeabe;
	width: 5em;
}

.namebox {
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 1.2rem 0;
	align-items: center;

}

.namebox:not(:last-child) {
	border-bottom: 1px solid red;
}

.na_right {
	flex: 1;
	margin-left: 2rem;
}

.na_right input {
	width: 100%;
	display: block;
	box-sizing: border-box;
	text-align: right;
	font-size: 3.6rem;
	color: #feeabe;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	outline: none;
	font-family: 'AlibabaPuHuiTi-2-65-Medium';
}

.na_left span {
	color: #feeabe;
	opacity: 0.5;
}

.na_right input::placeholder {
	color: #feeabe;
	opacity: 0.5;
	font-family: 'AlibabaPuHuiTi-2-65-Medium';
}

.subinp {
	width: 54.9rem;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 40%);
}

.sylogo {
	width: 30.9rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 6rem;
	z-index: 100;
}

.myluckly {
	width: 108rem;
	height: 100vh;
	height: 100svh;
	box-sizing: border-box;
	background-image: url('https://1664.qiniu.weixinzjit.com/mep/map_bg.png');
	background-size: cover;
	background-position: top center;
	position: relative;
	overflow: hidden;
	background-color: #E71A19;
	position: relative;
	z-index: 200;
}

.mcj {
	width: 30.8rem;
	margin: 4rem auto 6rem;
}

.pritx {

	width: 89.7rem;
	height: 26rem;
	background-image: url('https://1664.qiniu.weixinzjit.com/mep/mlbg.png');
	background-size: contain;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #feeabe;
	margin-bottom: 2rem;

}

.lqtiti {
	font-size: 5rem;
	font-weight: bold;
	margin-bottom: 1rem;
	font-family: 'AlimamaShuHeiTi-Bold';
}

.lqtxt {
	font-size: 2.4rem;
	font-family: 'AlibabaPuHuiTi-2-55-Regular';
}

.in_bo {
	width: 29.4rem;
	position: absolute;
	right: 8rem;
	bottom: 6rem;
}

.tipsbox,
.tipsbox_all,
.tipsbox_shop,
.tipsbox_shop22 {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;

}

.all_cen {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.tips_bg {
	width: 98.2rem;
	height: 85.5rem;
	background-image: url('https://1664.qiniu.weixinzjit.com/mep/tips_bg.png');
	background-size: contain;
	background-position: center;
	margin: 0 auto;
	position: relative;


}

.tips_bg2 {
	width: 98.1rem;
	height: 117.3rem;
	background-image: url('https://1664.qiniu.weixinzjit.com/mep/xd2.png');
	background-size: contain;
	background-position: center;
	margin: 0 auto;
	position: relative;
	background-repeat: no-repeat;


}

.tips_bg22 {
	width: 98.1rem;
	height: 117.3rem;
	background-image: url('https://1664.qiniu.weixinzjit.com/mep/yhq2.png');
	background-size: contain;
	background-position: center;
	margin: 0 auto;
	position: relative;
	background-repeat: no-repeat;

}

.tips_bgnew {
	width: 98.2rem;
	height: 86.5rem;
	background-image: url('https://1664.qiniu.weixinzjit.com/mep/tips_bg22.png');
	background-size: contain;
	background-position: center;
	margin: 0 auto;
	position: relative;
}

.shopcode {
	width: 28rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 12rem;
	border: 4px solid #c80000;
	border-radius: 1rem;
}

.shopcode_rou {
	width: 28rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 13rem;
	border: 4px solid #c80000;
	border-radius: 50%;
}

/* .shopcode_rou img{
	width: 28rem;
	height: 28rem;
	border-radius: 50%;
} */
.tips_close {
	width: 8.2rem;
	margin: 8rem auto 0;
}

.tips_txt {
	width: 85%;
	height: 62rem;
	left: 50%;
	transform: translateX(-50%);
	/* border: 1px solid red; */
	position: absolute;
	top: 21rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 4.8rem;
	flex-direction: column;
	color: #feeabe;
	font-family: 'AlibabaPuHuiTi-2-55-Regular';
}

.tips_bgnew .tips_txt {
	height: 50rem;
	top: 35rem;
	/* border: 1px solid red; */
}

@keyframes sca {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}

.scaani {
	animation: sca 1s linear alternate infinite;
}

@keyframes opc {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0.6;
	}
}

.opcani {
	animation: opc 1s linear alternate infinite;
}

.hm {
	width: 8rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.hm.hm1 {
	top: -1.5rem;
	left: 15rem;
	transform: translateY(0%);
}

.hm.hm2 {
	left: 34rem;
}

.hm.hm3 {
	left: 24rem;
}

.hm.hm4 {
	left: 34rem;
}

.sharepop {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
}

.sharecen {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.shareimg {
	width: 98.1rem;
	height: 97rem;
	background-image: url('https://1664.qiniu.weixinzjit.com/mep/sharepop22.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;

}

.share_close {
	width: 8.2rem;
	margin: 8rem auto 0;
}

.share_bombtnbox {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 4rem;
	display: flex;
	align-items: center;

	width: 50.9rem;
}

.jrxybox {
	width: 100vw;
	display: flex;
	justify-content: flex-end;
	margin-top: 8rem;
	position: relative;
}

.jrxyb {
	width: 47.3rem;


}

.djsbox {
	width: 36.1rem;
	position: absolute;
	z-index: 100;
	top: 9rem;
	right: 0;
}

.djsboxwc {
	width: 23.6rem;
	position: absolute;
	z-index: 100;
	top: 9rem;
	right: 0;
}

.codetext {
	color: #feeabe;
	font-size: 3rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'AlibabaPuHuiTi-2-55-Regular';
	left: 28rem;
}

/* .copybtn {
	width: 50.9rem;
	position: absolute;
	bottom: 0;
	left: 1rem;
	z-index: 105;
}

.xdcar {
	width: 50.9rem;
	position: absolute;
	bottom: 0;
	right: 1rem;
} */

.xdcar2 {
	width: 50.9rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}



.cloe {
	width: 4.5rem;
	margin-right: 1rem;

}

.cloebox {
	display: flex;
	align-items: center;
	font-size: 3.5rem;
	font-family: 'AlibabaPuHuiTi-2-55-Regular';
	color: #c8b493;
	position: absolute;
	bottom: -5rem;
	right: 8rem;
}

.righttips {
	width: 29.7rem;
	position: absolute;
	right: 8rem;
	top: 4rem;
}

.cp_bt {
	width: 96.6rem;
	margin: 0 auto;
	padding-top: 5rem;
}

.cp_img {
	width: 100%;
	margin: 0 auto;
}

/* .picker .picker-panel{
	height: 40vh !important;
} */
.picker .picker-panel .wheel-wrapper .wheel .wheel-scroll .wheel-item {
	font-size: 4rem !important;
}

/* 短屏手机适配（高度 < 680px） */
@media screen and (max-height: 700px) {
	.stepall {
		margin: 0 auto 13rem;
	}

	.slogan {
		width: 85.1rem;
		margin-bottom: 22rem;
	}

	.index_top {
		width: 80.8rem;
		margin: 0 auto;
		padding-top: 5.8rem;
	}

	.apptopimg {
		width: 70.8rem;

	}

	.cp_bt {
		width: 85.6rem;

	}

	.cp_img {
		width: 85%;

	}

	.in_bo {
		width: 20.4rem;
		right: 6rem;
		bottom: 4rem;
	}

	/* .peo {
		width: 100.3rem;
	} */

	.sce {
		width: 30rem;
		top: -16rem;
	}

	.maplist {
		margin-top: 3rem;
	}

	.gzcj {
		bottom: 4rem;
	}

	/* .swi {
		width: 85rem;
		margin: 0 auto;
	} */

	.empmall .index_bom {
		bottom: -5rem;
	}

	.swibox .swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 22.5rem;
	}

	.lucklybox {
		transform: scale(0.80);
		margin-top: -10rem;
	}

	.lucknum {
		margin-top: -6rem;

	}

	.index_top2 {
		width: 75.8rem;
	}

	.ysubtop {
		width: 90%;
	}

	.ysubom {
		bottom: -12rem;
	}

	.yusubtnbox {
		bottom: 2rem;
	}

	.add_bg {

		transform: scale(0.9);
		margin-top: 0;
	}

	.yutime {
		transform: scale(0.9);
		margin: 4rem auto 0;
	}

	.txtop {
		width: 65.8rem;
		margin: 6rem auto 0;
	}

	.hdstext {
		width: 60.5rem;

		top: 24.5rem;

	}

	.lucklypage .index_bom2 {
		bottom: -23rem;

	}

	.lucklypage .index_top2 {
		width: 75.8rem;
		padding-top: 4rem
	}
}
}