body {
/* 	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden; */
	/* 防止出现滚动条 */
}
html,
body {
	margin: 0;
	padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

a {
	text-decoration: none;
	color: inherit;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	border-bottom: none;
	display: block;
}

input,
button,
select,
textarea {
	outline: none;
}

textarea {
	resize: none;
}

.hidden {
	display: none !important;
}

/* #wechat-web-container p {
	position: absolute;
	    top: -3%;
	    left: 0;
	    padding: 20px;
	    background: #fff;
} */

#wechat-web-container #launch-btn,
#close {
	position: absolute;
	z-index: 2;
	top: 20px;
	right: 15px;
}

#wechat-web-container #launch-btn {
	width: 90px;
	height: 28px;
}

#close {
	animation: scaleDraw 1s infinite;
	-moz-animation: scaleDraw 1s infinite;
	/* Firefox */
	-webkit-animation: scaleDraw 1s infinite;
	/* Safari and Chrome */
	-o-animation: scaleDraw 1s infinite;
	/* Opera */
	background: rgba(255, 255, 255, 0.23);
	border-radius: 33px;
	padding: 6px 12px;
	font-size: 16px;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 16px;
}

.desktop-web-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.desktop-web-container p {
	position: absolute;
	top: 40%;
}

#wechat-web-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.kaiping {
	width: 100%;
	height: 100%;
	/* min-height: 100vh; */
}

.back {
	width: 70%;
	position: fixed;
	bottom: 7%;
	z-index: 99;
	height: 7%;
	display: none;
}

.img_ground {
	position: absolute;
	left: 10%;
	top: 6%;
	z-index: 99;
	height: 70%;
	width: 80%;
	/* pointer-events: none; */
	user-select: auto;
	pointer-events: auto;
	-webkit-touch-callout: auto;
	-moz-user-select: auto;
	-webkit-user-select: auto;
	-o-user-select: auto;
}


.downloadBtn {
	position: absolute;
	width: 188px;
	height: 42px;
	bottom: 22%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	color: transparent;
	font-size: 26px;
	color: #FF41B5;
	font-weight: bold;
	letter-spacing: 5px;
}

.downloadBtn img {
	width: 100%;
	height: 100%;
}

.downloadBtn a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ad-count-down {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 15px;
	background: rgba(255, 255, 255, 0.23);
	border-radius: 33px;
	padding: 6px 12px;
	font-size: 16px;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 16px;
}

.ad-count-down .line {
	margin: 0 8px;
}

#uninterest-img {}

#uninterest-btn {
    position: absolute;
       width: 100%;
       height: 30%;
       left: 0;
       top: 50%;

}

#uninterest-btnS {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0%;
    z-index: 9999;
	display: none;
}


#uninterest-img img {

	/* width: 100%; */
}

#goods-list-weapp {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100vw;
}

.usb-page {
	/* position: absolute;
 left: 0;
 bottom: 0; */
}

#usb-btn-weapp {
	position: absolute;
	top: 90%;
	left: 25%;
	width: 50%;
	height: 50px;
	background: coral;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.complaint {
	position: absolute;
	z-index: 2;
	top: 100px;
	right: 20px;
	display: inline-block;
	width: 42px;
	color: #FFFFFF;
	font-weight: 400;
	background: #2D2D2D;
	opacity: 0.4;
	text-align: center;
	padding: 8px 4px;
	border-radius: 50%;

}

@keyframes scaleDraw {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes shake {
	0% {
		transform: translate(0);
	}

	25% {
		transform: translate(-5px, 0);
	}

	50% {
		transform: translate(5px, 0);
	}

	75% {
		transform: translate(-5px, 0);
	}

	100% {
		transform: translate(0);
	}
}

@keyframes scale {

	0%,
	100% {
		transform: scale(1);
	}

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

.image {
	position: absolute;
	bottom: 5%;
	left: 18%;
	width: 60%;
	z-index: 999;
	animation: shake 0.5s infinite, scale 1s infinite;
}

#uninterestBtnS {
	position: absolute;
	width: 100%;
	height: 13%;
	left: 0;
	bottom: 0;
}

.img_content {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}

.img_close {
	position: absolute;
	left: 45%;
	bottom: 16%;
	width: 10%;
}

.img_ewm {
	position: absolute;
	left: 27%;
	height: 23%;
	width: 46%;
	bottom: 31%;
	z-index: 999;
}

#zhuChe {
	position: absolute;
	left: 5%;
	top: 3%;
	width: 90%;
	height: 41%;
	z-index: 99;
}

.iput1 {
	position: absolute;
	left: 10%;
	top: 21%;
	border: none;
	width: 80%;
	height: 6%;
	border-radius: 40px;
	z-index: 99;
	padding-left: 25px;
	font-size: 17px
}

.iput2 {
	position: absolute;
	left: 10%;
	top: 29%;
	border: none;
	width: 80%;
	height: 6%;
	border-radius: 40px;
	z-index: 99;
	padding-left: 25px;
}

.iput3 {
	    position: absolute;
	    left: 14%;
	    top: 36%;
	    /* width: 80%; */
	    /* background: #00D25F; */
	    z-index: 99;
	    border-radius: 40px;
	    text-align: center;
	    line-height: 40px;
	    /* color: rgb(255, 255, 255); */
	    font-family: HarmonyOS Sans SC;
	    font-size: 14px;
	    font-weight: 700;
		display: none;
}

.getCode {
	position: absolute;
	right: 13%;
	top: 30%;
	border: none;
	width: 25%;
	border-radius: 20px;
	z-index: 99;
	background: rgb(252, 163, 255);
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
}

.getCodeS {
	position: absolute;
	left: 10%;
	top: 36%;
	border: none;
	width: 40%;
	height: 4%;
	border-radius: 20px;
	z-index: 99;
	text-align: center;
	line-height: 30px;
	color: #999999;
	font-size: 14px;
}

.disabled {
	background-color: #ccc;
	cursor: not-allowed;
}

.ys {
	position: absolute;
	left: 10%;
	top: 29%;
	z-index: 99;
	display: flex;
	align-items: center;
	font-size: 13px;
}

#uninterest-Back {
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0%;
    z-index: 9999;
}

/* 弹窗的样式 */
.modal {
	display: none;
	/* 默认隐藏 */
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	/* 黑色背景，透明度 */
}
.XHX{
text-decoration: underline;	
}
/* 弹窗内容 */
.modal-content {
	background-color: #fefefe;
	padding: 20px;
	border: 1px solid #888;
	margin-bottom: 40px;

}

/* 关闭按钮的样式 */
.close {

	font-size: 20px;
	    z-index: 999;
	    background: #00D25F;
	    color: #fff;
	    text-align: center;   
	    display: block;
	    padding: 10px;
	    position: fixed;
	    bottom: 0;
	    width: 96%;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.tit {

	font-size: 20px;
	z-index: 999;
	/* border-radius: 20px; */
	text-align: center;
	display: block;
}

.message {
	display: none;
	position: absolute;
	left: 23%;
	top: 22%;
	z-index: 999;
	width: 190px;
	line-height: 20px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	border-radius: 10px;
	font-size: 13px;
	padding: 12px;
}

.loadingSeven {
	position: absolute;
	left: 27%;
	top: 40%;
	width: 200px;
	height: 80px;
}

.loadingSeven span {
	display: inline-block;
	width: 20px;
	height: 100%;
	border-radius: 8px;
	background: orange;
	-webkit-animation: loadsaven 1.04s ease infinite;
	margin-left: 10px;
}

@-webkit-keyframes loadsaven {

	0%,
	100% {
		height: 60px;
		background: orange;
	}

	50% {
		height: 100px;
		margin-top: -40px;
		background: #FFD300;
	}
}

.loadingSeven span:nth-child(2) {
	-webkit-animation-delay: 0.13s;
}

.loadingSeven span:nth-child(3) {
	-webkit-animation-delay: 0.26s;
}

.loadingSeven span:nth-child(4) {
	-webkit-animation-delay: 0.39s;
}

.loadingSeven span:nth-child(5) {
	-webkit-animation-delay: 0.52s;
}

.continput {

	display: none;
	position: absolute;
	left: 14%;
	top: 28%;
	z-index: 99;
	width: 79%;
}

.iput4 {
	width: 40px;
	height: 40px;
	border: none;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	margin-right: 10%;
	text-align: center;
	font-size: 20px;
}

.playcode{
	position: absolute;
	left: 13%;
	top: 22%;
	z-index: 99;
	font-size: 22px;
	display: none;
}
.iput5{
	position: absolute;
	left: 10%;
	top: 33%;
	width: 80%;
	height: 6%;
	background: #00D25F;
	z-index: 99;
	border-radius: 40px;
	text-align: center;
	line-height: 60px;
	color: rgb(255, 255, 255);
	font-family: HarmonyOS Sans SC;
	font-size: 20px;
	font-weight: 700;	
}

