@font-face {
	font-family: 'zaozi';
	src: url('../font/zaozihei.woff2') format('opentype');
}
@font-face {
  font-family: 'normal';
  src: url('https://cdnstatic.yingxiong.com/dna/1.0/font/fontNormal.woff2') format('opentype');
}

:root {
	--ratio: 1;
}

html,
body {
	width: 100vw;
	height: 100%;
	left:0;
	top:0;
	-webkit-user-select:none; 
	-moz-user-select:none; 
	-ms-user-select:none; 
	user-select:none;
	background-color: #fff;
	/* overflow: hidden; */
}
html{
	position:absolute;
}
html.ios{
	position:fixed;
}

img:not(.longpress) {
	-webkit-touch-callout: none; /* 禁用长按菜单 */
}

#assets{
	position:absolute;
	left:-999999px;
	top:-999999px;
}

*{
	-webkit-tap-highlight-color:transparent;
 }

.wrapper{
	width: 750px;
	height:1340px;
	transform: translateX(-50%) scale(var(--ratio)) ;
	top:0;
	left:50%;
	transform-origin: center top;
}

.simplebar-track {
	background: #e1e5f3; /* 轨道颜色 */
	border-radius: 4px; /* 圆角 */
}

.simplebar-scrollbar:before {
	background: #cccde6 !important; /* 滚动条颜色 */
	border-radius: 4px; /* 圆角 */
	opacity: 1 !important;
	width: 8px;
}

#brightWrap {
	width: 100vw;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin:0 auto;
}

.loading {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index:2;
}
.loading-wrapper{
	position: absolute;
}
.loadBg{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	left:0;
	top:0;
	pointer-events:none;
}
.loadingTxt {
	width: 592px;
	height: 31px;
	background: url('https://cdnstatic.yingxiong.com/dna/double_helix_bright/images/load.png') no-repeat center;
	background-size: 100% 100%;
	position: relative;
	margin: 0 auto;
	top: 45%;
	transform: translate(0, -45%);
	-webkit-transform: translate(0, -45%);
}

.loadingTxt i {
	width: 0%;
	height: 20px;
	background:url('https://cdnstatic.yingxiong.com/dna/double_helix_bright/images/tiao.png') no-repeat center;
	background-size:100% 100%;
	position: absolute;
	left: 5px;
	top: 5px;
	border-radius: 34px;
}

.feather {
	display: block;;
	width: 75px;
	position: absolute;
	left: 0;
	top: -90px;
	animation: feather 2s linear infinite;
	-webkit-animation: feather 2s linear infinite;
	transform-origin: center center;
	-webkit-transform: center center;
}

@keyframes feather {
	0% {
		transform: rotate(5deg);
	}

	50% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(5deg);
	}
}

@-webkit-keyframes feater {
	0% {
		transform: rotate(5deg);
	}

	50% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(5deg);
	}
}

.jumbPic {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
  z-index: -1;
}

.backAndMusic {
	position: absolute;
	left: 0;
	top: 0;
  width:100%;
  padding: 13px;
	z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.backAndMusic .left {
	display: flex;
  align-items: center;
  gap:21px;
}
.backAndMusic .right {
	display: flex;
  align-items: center;
  gap:10px;
}

.backAndMusic .back {
	display: block;
	width: 101px;
	height: 101px;
	cursor: pointer;
	z-index:1;
}
.backAndMusic .logo {
	display: block;
	width: 167px;
	cursor: pointer;
	z-index:1;
}

.backAndMusic .home-music {
	width: 101px;
	height: 101px;
	position: relative;
	cursor: pointer;
	z-index:1;
}

.backAndMusic .reShare {
	width: 101px;
	height: 101px;
	position: relative;
	cursor: pointer;
	z-index:1;
}


.backAndMusic .ruleBtn {
	width: 101px;
	height: 101px;
	position: relative;
	cursor: pointer;
	z-index:1;
}

.loadDesc {
	display: block;
	width: 145px;
	margin: 67px auto 0;
	animation: loadDesc 1.5s linear infinite;
	-webkit-animation: loadDesc 1.5s linear infinite;
}

@keyframes loadDesc {
	0% {
		opacity: .2
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: .2;
	}
}

@-webkit-keyframes loadDesc {
	0% {
		opacity: .2
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: .2;
	}
}

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

	50% {
		transform: scale(1);
	}

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

@-webkit-keyframes star {
	0% {
		transform: scale(0);
	}

	50% {
		transform: scale(1);
	}

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

.wxCode img {
    display: block;
    width: 283px;
    height: 283px;
    position: absolute;
    top: 534px;
}

.wxCode{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
}
.shuTipsTc{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:10000;
	display: none;
}
.shuTipsTc img:nth-child(1){
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	object-fit: cover;
}
.shuTipsTc img:nth-child(2){
	display:block;
	width:60.8%;
	position:relative;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
	margin:0 auto;
	animation: loadDesc 1.5s linear infinite;
	-webkit-animation: loadDesc 1.5s linear infinite;
	z-index:1;
}

#loginModal{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
}
.login-window-modal{
	position:absolute;
}
.login-modal{
	width: 361px;
	border-radius: 5px;
	background: white;
	padding: 0 17px 18px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(.6);
	z-index: 50;
	opacity:0;
	transition:all .3s;
	-webkit-transition:all .3s;
}
#loginModal.active{
    opacity: 1;
    z-index: 21;
}
#loginModal.active .login-modal{
	transform: translate(-50%, -50%) scale(1.6);
	opacity:1;
}
.login-modal .hero-logo-h{
    display: block;
    height: 38px;
    width: 138px;
    object-fit: contain;
    margin: 24px auto 9px;
}
.login-modal .close{
	position: absolute;
	right: 13px;
	top: 13px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 13px;
	height: 13px;
	background-image: url('https://cdnstatic.yingxiong.com/dna/1.0/images/home/hero-close.png');
	cursor: pointer;
}
.login-modal .form-box{
	width:312px;
	/* overflow: hidden; */
	position:relative;
	margin:0 auto 0;
}
.login-modal .form-box .form-item{
	width:100%;
	height:37px;
	border:1px solid #e8e8e8;
	position:relative;
	margin-top:9px;
}
.login-modal .form-box .form-item .phone-icon{
	display: block;
	width:23px;
	height:13px;
	background:url('https://cdnstatic.yingxiong.com/dna/1.0/images/home/phone-icon.png') no-repeat center;
	background-size:cover;
	float:left;
	margin:11px 0 0 9px;
	position:relative;
}
.login-modal .form-box .form-item .phone-icon:after{
	display:block;
	content:'';
	width:1px;
	height:16px;
	background:#e8e8e8;
	position:absolute;
	right:-8px;
	top:50%;
	margin-top:-8px;
}
.login-modal .form-box .form-item input{
	background:none;
	outline:none;
	border:none;
	font-family: 'normal';
}
.login-modal .form-box .form-item input.form-item-phone{
	width:259px;
	height:100%;
	margin-left:13px;
	font-size:12px;
	color:#585858;
	line-height:35px;
	float:left;
}
.login-modal .form-box .form-item input.form-item-yzm{
	width:218px;
	height:100%;
	font-size:12px;
	color:#585858;
	line-height:35px;
	float:left;
	text-indent:9px;
}
.login-modal .form-box .form-item .captcha{
	width:86px;
	height:100%;
	float:right;
	font-size:13px;
	color:#c9b89a;
	line-height:35px;
	text-align: center;
	font-family: 'normal';
	position:relative;
	cursor: pointer;
}
.login-modal .form-box .form-item .captcha.active{
	pointer-events: none;
}
.login-modal .form-box .form-item .captcha:before{
	display:block;
	content:'';
	width:1px;
	height:16px;
	background:#e8e8e8;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-8px;
}
/*input placeholder样式修改*/
.login-modal .form-box .form-item input::-webkit-input-placeholder {    /* Chrome/Opera/Safari */
	/*text-align: center;*/
	color:#b3b3b3;
}
.login-modal .form-box .form-item input::-moz-placeholder { /* Firefox 19+ */  
	/*text-align: center;*/
	color:#b3b3b3;
}	
.login-modal .form-box .form-item input:-ms-input-placeholder { /* IE 10+ */
	/*text-align: center;*/
	color:#b3b3b3;
}
.login-modal .form-box .form-item input:-moz-placeholder { /* Firefox 18- */
	/*text-align: center;*/
	color:#b3b3b3;
}
.agree-box{
	width:277px;
	margin:23px auto 0;
	font-size:11px;
	color:#7f7f7f;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
}
.agree-box .agree-checkbox{
	width:12px;
	height:12px;
	position:relative;
	border:1px solid #bcbcbc;
	cursor: pointer;
	position:relative;
	margin-right:5px;
	margin-top:2px;
}
.agree-box .agree-checkbox.active:after{
	display:block;
	content:'';
	width:13px;
	height:9px;
	background:url('https://cdnstatic.yingxiong.com/dna/1.0/images/home/gou.png') no-repeat center;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
}
.agree-box .agree-txt{
	width:259px;
	overflow: hidden;
	line-height:14px;
}
.agree-box .agree-txt a{
	color:#d6bb8a;
	text-decoration: none;
	font-family: 'normal';
}
.agree-box .agree-txt a:hover{
	text-decoration: underline;
}
.agree-box .agree-txt span{
	font-family: 'normal';
}
.login-modal .login-btn{
	width:311px;
	height:42px;
	background:#353535;
	position:relative;
	margin:7px auto 0;
	font-family: 'normal';
	font-size:14px;
	color:#d6bb8a;
	text-align: center;
	line-height:42px;
	border-radius: 20px;
	cursor: pointer;
}
.login-modal .login-btn.active{
	pointer-events: none;
}

.nonePrice {
	color: #574f8f;
	font-size: 45px;
	font-family: 'zaozi';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 2;
}

.tianxie{
	display:block;
	width: 328px;
	height: 85px;
	position:absolute;
	left:50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	bottom:87px;
	cursor: pointer;
	z-index:1;
}
.tipsss{
	display:block;
	width:347px;
	height: 20px;
	position:absolute;
	left:50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	bottom: 54px;
}
.tianxie.active{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	pointer-events: none;
}
.priceMain {
	width: 100%;
    position: absolute;
    top: 181px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    z-index: 2;
}

.priceMain>div {
	display: none;
}

.priceMain>div.active {
	display: block;
}

.priceTit {
	font-size: 45px;
	text-align: center;
	font-family: 'zaozi';
	color: #574f8f;
	line-height: 44px;
}

.priceIcon {
	display: block;
	width: 291px;
	margin: 40px auto 0;
	height: 365px;
}

.priceMain>div:nth-child(2) .priceIcon {
	width: 284px;
	height: 360px;
}

/* .priceMain>div:nth-child(2) .priceBtnList {
	width: 65.801%;
}

.priceMain>div:nth-child(2) .priceBtnList img {
	width: 47.928%;
} */

.priceBtnList {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 40px auto 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: wrap;
}

.priceBtnList img {
	display: block;
	width: 269px;
	cursor: pointer;
	height: 73px;
}

.lotteryAgain{
	margin-left: 22px;
}

.addressBtn{
	margin-top: 25px;
	width: 285px;
height: 73px;
}

.jieTu,.jieTuBg{
	width:100%;
	height:100%;
	position:absolute;
	left:-99999px;
	top:-99999px;
	z-index:1;
	display:none;
}
.jieBg,.jieTuBgWap{
	width:100%;
	height:100%;
	position:relative;
}
.jieDiv{
	width:588px;
	height:588px;
	position:relative;
	transform: scale(0.5);
}
.jiePic{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.jieRole{
	display: block;
	width: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 3;
}
.jieDiv p{
	font-family:'zaozi';
	font-size:42px;
	position:absolute;
	right:4%;
	bottom:4%;
	color:#808080;
	opacity: .5;
}
.jieDivWap{
	width:519px;
	height:922px;
	position:relative;
	transform: scale(0.5);
}
.jiePicWap{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	object-fit: cover;
}
.jieRoleWap{
	display: block;
	width: 400px;
	position: absolute;
	left: 50%;
	top:230px;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	z-index: 3;
}
.jieDivWap p{
	font-family:'zaozi';
	font-size:24px;
	position:absolute;
	left:50%;
	transform: translateX(-50%);
	bottom:20px;
	color:#808080;
	opacity: .5;
}
@media screen and (max-width : 1080px) {
	.home-main{
		width:82%;
		height:auto;
	}
	.home-main .home-main-bg{
		width:100%;
		height:auto;
	}
	.home-btn-list {
		width: 63.75%;
	}
	.home-btn-list img {
		width: 44%;
	}
	.home-page,.replacement{
		min-width:auto;
	}
	.jieDiv p{
		font-size:.5rem;
	}
	/* #loginModal.active .login-modal{
		transform: translate(-50%, -50%) scale(1.6);
		opacity:1;
	} */
	/* .priceMain>div{
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	} */
	.addressMain .s_put{
		margin-top:3%;
	}
	.addressMain .addressTj{
		margin-top:3%;
	}
}
@media screen and (width: 3440px) {
	/* .home-main{
		width:71%;
	}
	.showBody{
		height:13rem;
	}
	.resultMain{
		width: 68.26%;
	} */
}
/* @media screen and (orientation: portrait) {
    html{
        width : 100vmin;
        height : 100vmax;
    }
    body{
        width : 100vmin;
        height : 100vmax;
		background:#fff;
    }
    #brightWrap{
        width : 100vmax;
        height : 100vmin;
        transform-origin: top left;
        transform: rotate(90deg) translate(0,-100vmin);
    }
@media screen and (orientation: landscape) {
    html{
        width : 100vmax;
        height : 100vmin;
    }
    body{
        width : 100vmax;
        height : 100vmin;
    }
    #brightWrap{
        width : 100vmax;
        height : 100vmin;
    }
	
} */

.share-img-wrapper{
	position:absolute;
	left:-99999px;
	top:-99999px;
	width: 1080px;
	height:1920px;
	/* z-index: 10000; */
	transform: scale(0.2);
}
.share-img-wrapper .share-img-bg{
	display: block;
	width: 100%;
	position: relative;
}