@font-face {
	font-family: 'zaozi';
	src: url('../font/zaozihei.woff2') format('opentype');
}
@font-face {
  font-family: 'normal';
  src: url('../../1.0/font/fontNormal.woff2') format('opentype');
}
html,
body {
	width: 100vw;
	height: 100vh;
	position: relative;
	-webkit-user-select:none; 
	-moz-user-select:none; 
	-ms-user-select:none; 
	user-select:none;
}

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

.loading {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index:2;
}
.loadBg{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	left:0;
	top:0;
	pointer-events:none;
}
.loadingTxt {
	width: 21.79rem;
	height: 1.24rem;
	background: url(../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: .87rem;
	background:url(../images/tiao.png) no-repeat center;
	background-size:100% 100%;
	position: absolute;
	left: .18rem;
	top: .18rem;
	border-radius: 1rem;
}

.feather {
	display: block;;
	width: 2.16rem;
	position: absolute;
	left: 0;
	top: -2.61rem;
	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);
	}
}

.loadDesc {
	display: block;
	width: 4.18rem;
	margin: 1.93rem 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;
	}
}

.home-page {
	width: 100%;
	height: 100%;
	background: url(../images/kv.jpg) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
	min-width: 1200px;
	z-index:2;
}
.yyBtn{
	width: 2.15rem;
	height: 2.14rem;
	position: absolute;
	left: .4rem;
	top: 3rem;
	cursor: pointer;
	z-index:5;
}
.yyBtn img{
	display:block;
	width:100%;
}
.home-btn {
	position: absolute;
	right: .4rem;
	top: .44rem;
	z-index:5;
}

.home-btn img {
	display: block;
	width: 100%;
}

.home-btn .home-login {
	display: block;
	width: 2.15rem;
	cursor: pointer;
}

.home-btn .home-loginOut {
	width: 3.12rem;
	cursor: pointer;
}

.home-btn .home-loginOut p {
	font-family: 'zaozi';
	color: rgb(132, 105, 172);
	font-size: .46rem;
	text-align: center;
	margin-top: .1rem;
	text-shadow: -0.03rem -0.03rem 0 #fff, 0.03rem -0.03rem 0 #fff, -0.03rem 0.03rem 0 #fff, 0.03rem 0.03rem 0 #fff;
}

.home-page .home-music {
	width: 2.15rem;
	height: 2.14rem;
	position: absolute;
	left: .4rem;
	top: .45rem;
	cursor: pointer;
	z-index:5;
}

.home-music img {
	display: block;
	width: 100%;
}

.home-music.active i {
	display: block;
}

.home-music i {
	display: none;
	width: .98rem;
	height: .97rem;
	background: url(../images/xi.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.home-share {
	display: block;
	width: 2.15rem;
	height: 2.14rem;
	position: absolute;
	left: .4rem;
	bottom: .44rem;
	cursor: pointer;
	z-index:5;
}

.home-share img {
	display: block;
	width: 100%;
}

.home-main {
	height: 92vh;
	margin: 0 auto 0;
	position: relative;
	top: 45%;
	transform: translate(0, -45%);
	-webkit-transform: translate(0, -45%);
}

.home-main .home-main-bg {
	display: block;
	height: 92vh;
	position: relative;
	margin:0 auto;
}

.home-btn-list {
	width: 63.75vw;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	bottom: 0;
	z-index: 1;
}

.home-btn-list img {
	display: block;
	width: 28vw;
	cursor: pointer;
}

.star1 {
	display: block;
	width: 1.13rem;
	position: absolute;
	left: -.6rem;
	top: 50%;
	animation: star 1s linear infinite;
	-webkit-animation: star 1s linear infinite;
}

.star2 {
	display: block;
	width: 2.57rem;
	position: absolute;
	left: -1rem;
	top: 74%;
	animation: star 2s linear infinite;
	-webkit-animation: star 2s linear infinite;
}

.star3 {
	display: block;
	width: 2.34rem;
	position: absolute;
	right: -1.5rem;
	top: 11%;
	animation: star 3s linear infinite;
	-webkit-animation: star 3s linear infinite;
}

.star4 {
	display: block;
	width: 1.1rem;
	position: absolute;
	right: 2.5rem;
	top: 39%;
	animation: star 2s linear infinite;
	-webkit-animation: star 2s linear infinite;
}

.star5 {
	display: block;
	width: 2.34rem;
	position: absolute;
	right: -.6rem;
	top: 82%;
	animation: star 3s linear infinite;
	-webkit-animation: star 3s linear infinite;
}

@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);
	}
}

.replacement {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	min-width: 1600px;
	z-index:2;
}
.deleteAll{
	display:block;
	width:2.9rem;
	position:absolute;
	left:32%;
	bottom:.74rem;
	z-index:5;
	cursor: pointer;
}
.bg_pic {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.bg_pic img {
	display: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bg_pic img.active {
	display: block;
}

.backAndMusic {
	position: absolute;
	left: .4rem;
	top: .45rem;
	z-index: 1;
}

.backAndMusic .back {
	display: block;
	width: 2.15rem;
	height: 2.14rem;
	cursor: pointer;
	z-index:1;
}

.backAndMusic .home-music {
	width: 2.15rem;
	height: 2.14rem;
	margin-top: .36rem;
	position: relative;
	cursor: pointer;
	z-index:1;
}

.endReplacement {
	display: block;
	width: 4.4rem;
	position: absolute;
	z-index: 5;
	left: .56rem;
	bottom: .74rem;
	cursor: pointer;
}

.replaceMain {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

.character {
	width: 14.39rem;
	position: relative;
}
.characterResult.active:after{
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../images/character/tjh1.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index:4;
}
.characterResult.active:before{
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../images/character/tjh.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index:7;
}
.character .role {
	display: block;
	width: 100%;
	position: relative;
	z-index:1;
}

.character .role img {
	display: none;
	width: 100%;
	position:relative;
}

.character .role img.active {
	display: block;
}
.character .role.active:after{
	display:block;
	width:100%;
	height:100%;
	content:'';
	background:url(../images/character/tjh.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
}
.character .pet {
	width: 4.59rem;
	position: absolute;
	right: 1.4rem;
	top: 1.5rem;
	z-index:8;
}

.character .pet img {
	display: none;
	width: 100%;
}

.character .pet img.active {
	display: block;
}

.character .accessory {
	width: 12.48rem;
	position: absolute;
	left: 1.3rem;
	top: 2.1rem;
	z-index: 7;
}

.character .accessory img {
	display: none;
	width: 100%;
}

.character .accessory img.active {
	display: block;
}

.character .eyebrow {
	width: 4.44rem;
	position: absolute;
	left: 4.25rem;
	top: 5.5rem;
	z-index: 6;
}

.character .eyebrow img {
	display: none;
	width: 100%;
}

.character .eyebrow img.active {
	display: block;
}

.character .jewelry {
	width: 6.74rem;
	position: absolute;
	left: 3.65rem;
	top: 1.26rem;
	z-index: 5;
}

.character .jewelry img {
	display: none;
	width: 100%;
}

.character .jewelry img.active {
	display: block;
}

.character .hair {
	width: 7.97rem;
	position: absolute;
	left: 2.47rem;
	top: .41rem;
	z-index: 3;
}

.character .hair img {
	display: none;
	width: 100%;
}

.character .hair img.active {
	display: block;
}

.character .face {
	width: 5.29rem;
	position: absolute;
	left: 4.29rem;
	top: 6.83rem;
	z-index: 3;
}

.character .face img {
	display: none;
	width: 100%;
}

.character .face img.active {
	display: block;
}

.character .combat {
	width: 9.74rem;
	position: absolute;
	left: 2.5rem;
	top: 8.93rem;
	z-index: 2;
}

.character .combat img {
	display: none;
	width: 100%;
}

.character .combat img.active {
	display: block;
}

.character .remote{
	width: 10.99rem;
	position: absolute;
	left: 2rem;
	top: 6.7rem;
}
.character .remote1 {
	width: 9.67rem;
	position: absolute;
	left: 4rem;
	top: 6.7rem;
}
.character .remote.active{
	top:7.2rem;
}
.character .remote.active,.character .remote1.active {
	z-index:1;
}
.character .remote img,.character .remote1 img {
	display: none;
	width: 100%;
}

.character .remote img.active,.character .remote1 img.active {
	display: block;
}

.character .cover {
	display: block;
	width: 5.47rem;
	position: absolute;
	left: 50%;
	margin-left: -2.735rem;
	bottom: 0;
}

.character .chMao {
	display: block;
	width: 3rem;
	position: absolute;
	right: .4rem;
	bottom: -.7rem;
}

.character .st1 {
	display: block;
	width: .71rem;
	position: absolute;
	left: 3.6rem;
	top: 1rem;
	animation: star 1s linear infinite;
	-webkit-animation: star 1s linear infinite;
}

.character .st2 {
	display: block;
	width: 1.36rem;
	position: absolute;
	left: 9rem;
	top: -1.7rem;
	animation: star 2s linear infinite;
	-webkit-animation: star 2s linear infinite;
}

.character .st3 {
	display: block;
	width: 1.62rem;
	position: absolute;
	left: 12.6rem;
	top: 1.3rem;
	animation: star 3s linear infinite;
	-webkit-animation: star 3s linear infinite;
}

.character .st4 {
	display: block;
	width: 1.13rem;
	position: absolute;
	left: 11rem;
	top: 10.3rem;
	animation: star 2s linear infinite;
	-webkit-animation: star 2s linear infinite;
}

.character .st5 {
	display: block;
	width: 1.13rem;
	position: absolute;
	left: 1rem;
	top: 10.3rem;
	animation: star 3s linear infinite;
	-webkit-animation: star 3s linear infinite;
}

.showList {
	width: 45.8%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.showList>div {
	display: none;
	width: 100%;
	height: 89.8%;
	background: url(../images/hua.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	margin-top: 5%;
}
/* .showList>div:after{
	display: block;
	width:100%;
	height:20vh;
	content:'';
	background:url(../images/zz.png) no-repeat center;
	background-size:100% 100%;
	position:absolute;
	right:0;
	bottom:0;
	z-index:2;
	border-bottom-left-radius: .6rem;
	border-bottom-right-radius: .6rem;
} */
.showList>div.active {
	display: block;
}

.showBody {
	width: 90%;
	height: 83vh;
	overflow: auto;
	position: relative;
	margin: .6rem auto 0;
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	padding-right: .4rem;
}

.showBody>div {
	width: 4.78rem;
	height: 5.99rem;
	background: url(../images/w.png) no-repeat center;
	background-size: cover;
	position: relative;
	cursor: pointer;
}

.showBody>div.active {
	background: url(../images/y.png) no-repeat center;
	background-size: cover;
}

.showBody>div img {
	display: block;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.showBody.showBg>div img {
	width: 100%;
}

.showBody>div img:nth-child(2) {
	display: none;
}
.showBody>div.active i{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:5;
}
.showBody>div i {
	display:none;
}
.showBody>div.active img:nth-child(1) {
	display: none;
}

.showBody>div.active img:nth-child(2) {
	display: block;
}

.showBody::-webkit-scrollbar {
	width: 8px;
	background: #e1e5f3;
}

.showBody::-webkit-scrollbar-corner,
/* 滚动条角落 */
.showBody::-webkit-scrollbar-thumb,
.showBody::-webkit-scrollbar-track {
	/*滚动条的轨道*/
	border-radius: 4px;
}

.showBody::-webkit-scrollbar-corner,
.showBody::-webkit-scrollbar-track {
	/* 滚动条轨道 */
	background-color: rgba(180, 160, 120, 0.1);
	box-shadow: inset 0 0 1px rgba(180, 160, 120, 0.5);
}

.showBody::-webkit-scrollbar-thumb {
	/* 滚动条手柄 */
	background-color: #cccde6;
}

.tabMain {
	width: 2.56rem;
	height: 89.8%;
	position: relative;
	overflow: hidden;
	margin-left: .8rem;
}

.tabRole {
	width: 100%;
	height: 89.8%;
	position: relative;
	overflow: hidden;
	margin-top: 1rem;
}
.tabRole .swiper-slide.active .tabRolePic img:nth-child(1) {
	display:none;
}
.tabRole .tabRolePic {
	width: 100%;
	height: 2.56rem;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.tabRole .tabRolePic img {
	display: block;
	width: 100%;
}

.tabMain .tabPrevButton {
	width: 1.1rem;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	top: 0;
	cursor: pointer;
}

.tabMain .tabPrevButton img {
	display: block;
	width: 100%;
}

.tabMain .tabNextButton {
	width: 1.1rem;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	bottom: 0;
	cursor: pointer;
}

.tabMain .tabNextButton img {
	display: block;
	width: 100%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.loadPic {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index:5;
}

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

.loadMain {
	width: 84%;
	position: relative;
	margin: 0 auto 0;
	top: 12.7%;
}

.loadBook {
	display: block;
	width: 54.6%;
	margin: 0 auto 0;
	animation: gifttop 2s linear infinite;
	-webkit-animation: gifttop 2s linear infinite;
}

@-webkit-keyframes gifttop {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	60% {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0px, 10px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes gifttop {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40% {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0px, 10px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.loadPercent {
	width: 100%;
	height: 1.42rem;
	background: url(../images/jd.png) no-repeat center;
	background-size: cover;
	position: relative;
	margin: 5% auto 0;
}

.loadPercent .lTxt {
	display: block;
	width: 4rem;
	margin: 1.3rem auto 0;
	animation: loadDesc 1.5s linear infinite;
	-webkit-animation: loadDesc 1.5s linear infinite;
}

.loadPercent i {
	height: .55rem;
	background: url(../images/zc.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: 0.2rem;
	top: 0.15rem;
	border-radius: .3rem;
}
.loadPercent b {
	display:block;
	width:97.8%;
	height: .55rem;
	background:#f2f3ff;
	position: absolute;
	right: 0.53rem;
	top: 0.15rem;
	border-top-right-radius: .5rem;
	border-bottom-right-radius: .5rem;
}
.loadPercent .loadMao {
	display: block;
	width: 2.09rem;
	position: absolute;
	left: 0;
	top: -2.9rem;
	z-index: 1;
	animation: feather 2s linear infinite;
	-webkit-animation: feather 2s linear infinite;
	transform-origin: center center;
	-webkit-transform: center center;
}

.ma {
	display: block;
	width: 4rem;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.xing1 {
	display: block;
	width: 1.13rem;
	position: absolute;
	left: 1.06rem;
	top: 45%;
	animation: star 1s linear infinite;
	-webkit-animation: star 1s linear infinite;
}

.xing2 {
	display: block;
	width: 2.57rem;
	position: absolute;
	left: 1.06rem;
	top: 70%;
	animation: star 2s linear infinite;
	-webkit-animation: star 2s linear infinite;
}

.xing3 {
	display: block;
	width: 2.34rem;
	position: absolute;
	right: 0;
	top: 10%;
	animation: star 3s linear infinite;
	-webkit-animation: star 3s linear infinite;
}

.xing4 {
	display: block;
	width: 1.13rem;
	position: absolute;
	right: 4rem;
	top: 35%;
	animation: star 2s linear infinite;
	-webkit-animation: star 2s linear infinite;
}

.xing5 {
	display: block;
	width: 2.34rem;
	position: absolute;
	right: 1.5rem;
	top: 80%;
	animation: star 3s linear infinite;
	-webkit-animation: star 3s linear infinite;
}

.result {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index:2;
}

.reShare {
	display: block;
	width: 2.15rem;
	height: 2.14rem;
	position: absolute;
	left: .4rem;
	bottom: .45rem;
	cursor: pointer;
}

.resultMain {
	width: 78.26%;
	position: relative;
	margin: 0 auto 0;
	top: 45%;
	transform: translate(0, -45%);
	-webkit-transform: translate(0, -45%);
}

.resultBook {
	display: block;
	width: 100%;
	position: relative;
}

.yeTit {
	display: block;
	width: 71.25%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	top: 0;
	z-index: 2;
}

.resultBg {
	display: block;
	width: 91.8%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	top: 4%;
	z-index: 1;
}

.characterRole {
	display: block;
	width: 35%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 3;
}

.characterCover {
	display: block;
	width: 13%;
	position: absolute;
	left: 50%;
	top: 74%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	z-index: 2;
}

.resultBtn {
	width: 95.87%;
	position: absolute;
	left: 50%;
	top: 85%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	z-index: 3;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.resultBtn img {
	display: block;
	width: 30.9%;
	cursor: pointer;
}

.feather1 {
	display: block;
	width: 17.4%;
	position: absolute;
	right: -4.5%;
	top: 22%;
	z-index: 2;
}

.drawMain {
	width: 100%;
	height: 100%;
	background: url(../images/kv.jpg) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
	min-width: 1600px;
	z-index:2;
}

.drawTit {
	display: block;
	height: 16.9%;
	margin: 2% auto 0;
}

.mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(.06rem);
	-webkit-backdrop-filter: blur(.06rem);
	z-index: -1;
	transition: all .3s;
	-webkit-transition: all .3s;
	opacity: 0;
}
.mask.active{
	opacity:1;
	z-index: 20;
}
.drawBook {
	display: block;
	height: 47.7%;
	margin: 1% auto 0;
	pointer-events: none;
}

.drawBook img {
	display: none;
	width: 88%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.drawBook img.active {
	display: block;
}

.showBook {
	display: none;
	height: 47.7%;
	margin: 1% auto 0;
	pointer-events: none;
}

.showBook img {
	display: none;
	width: 88%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.showBook img.active {
	display: block;
}

.drawBtn {
	height: 12.17%;
	margin: 2% auto 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.drawBtn img {
	display: block;
	height: 100%;
	cursor: pointer;
}

.drawBtn img:nth-child(2) {
	margin: 0 2%;
}

.drawNum {
	font-size: .65rem;
	color: #7e79af;
	text-align: center;
	font-family: 'zaozi';
	text-shadow: -0.03rem -0.03rem 0 #fff, 0.03rem -0.03rem 0 #fff, -0.03rem 0.03rem 0 #fff, 0.03rem 0.03rem 0 #fff;
}

.ruleBtn {
	display: block;
	width: 2.15rem;
	height: 2.14rem;
	position: absolute;
	right: .4rem;
	top: .45rem;
	z-index: 1;
	cursor: pointer;
}
.wxCode img {
    display: block;
    width: 220px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.ruleTc,
.taskTc,
.packTc,
.priceTc,
.addressTc,
.addressTc1,
.mediaTc,
.wxCode,
.shareTc,
.shareCodeTc,
.wapResultTc{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
}
.shareCodeTc i{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.shareCodeTc.on:after{
	display: block;
	position:absolute;
	content:'长按图片保存';
	font-size:1rem;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: 3%;
	color: white;
	font-family: 'zaozi';
}
.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;
}
.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;
}
.wapResultTc.on:after{
	display: block;
	position:absolute;
	content:'长按图片保存';
	font-size:1rem;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: 3%;
	color: white;
	font-family: 'zaozi';
}
.shareCodeTc .shareCodeBody{
	z-index:2;
}
.ruleTc.active,.taskTc.active,.packTc.active,.priceTc.active,.addressTc.active,.addressTc1.active,.shareTc.active,.mediaTc.active,.wxCode.active,.shareCodeTc.active,.wapResultTc.active{
	opacity:1;
	z-index:21;
}
.ruleBody,
.taskBody,
.mediaBody,
.packBody,
.priceBody,
.addressBody,
.shareBody,
.shareCodeBody{
	width: fit-content;
	height: 79.3%;
	margin: 0 auto 0;
	position: relative;
	top: 45%;
	transform: translate(0, -45%) scale(.6);
	-webkit-transform: translate(0, -45%) scale(.6);
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.ruleTc.active .ruleBody,.taskTc.active .taskBody,.packTc.active .packBody,.priceTc.active .priceBody,.addressTc.active .addressBody,.addressTc1.active .addressBody,.shareTc.active .shareBody,.mediaTc.active .mediaBody,.shareCodeTc.active .shareCodeBody{
	transform: translate(0, -45%) scale(1);
	-webkit-transform: translate(0,-45%) scale(1);
	opacity: 1;
}
#qrCode{
	width:3.9rem;
	position:absolute;
	right:8.4%;
	top:67%;
}
#qrCode img{
	display:block;
	width:100%;
	object-fit: cover;
}
.wapResultBody{
	width: fit-content;
	height: 80%;
	margin: 0 auto 0;
	position: relative;
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	top:10%;
}
.wapResultTc.active .wapResultBody{
	opacity: 1;
}
.wapResultBody{
	z-index:2;
}
.wapResultBody img{
	display:block;
	height:100%;
}
.wapResultTc i{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.mediaTc .mediaBody .back{
	height: 12.48%;
	position:absolute;
	cursor: pointer;
	left: .96rem;
	top: 5.6%;
}
#loginModal{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
}
.login-modal{
	width: 9.4rem;
	border-radius: .12rem;
	background: white;
	padding: 0 .5rem .54rem;
	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);
	opacity:1;
}
.login-modal .hero-logo-h{
    display: block;
    height: 1.12rem;
    width: 4rem;
    object-fit: contain;
    margin: .7rem auto .26rem;
}
.login-modal .close{
	position: absolute;
	right: .4rem;
	top: .39rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: .38rem;
	height: .38rem;
	background-image: url(../../1.0/images/home/hero-close.png);
	cursor: pointer;
}
.login-modal .form-box{
	width:9rem;
	/* overflow: hidden; */
	position:relative;
	margin:0 auto 0;
}
.login-modal .form-box .form-item{
	width:8.96rem;
	height:1.02rem;
	border:0.02rem solid #e8e8e8;
	position:relative;
	margin-top:.28rem;
}
.login-modal .form-box .form-item .phone-icon{
	display: block;
	width:.68rem;
	height:.38rem;
	background:url(../../1.0/images/home/phone-icon.png) no-repeat center;
	background-size:cover;
	float:left;
	margin:.32rem 0 0 .28rem;
	position:relative;
}
.login-modal .form-box .form-item .phone-icon:after{
	display:block;
	content:'';
	width:0.02rem;
	height:.48rem;
	background:#e8e8e8;
	position:absolute;
	right:-.24rem;
	top:50%;
	margin-top:-.24rem;
}
.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:7.48rem;
	height:100%;
	margin-left:.4rem;
	font-size:.36rem;
	color:#585858;
	line-height:1.02rem;
	float:left;
}
.login-modal .form-box .form-item input.form-item-yzm{
	width:6.3rem;
	height:100%;
	font-size:.36rem;
	color:#585858;
	line-height:1.02rem;
	float:left;
	text-indent:.28rem;
}
.login-modal .form-box .form-item .captcha{
	width:2.5rem;
	height:100%;
	float:right;
	font-size:.4rem;
	color:#c9b89a;
	line-height:1.02rem;
	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:0.02rem;
	height:.48rem;
	background:#e8e8e8;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-.24rem;
}
/*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:8rem;
	margin:.68rem auto 0;
	font-size:.32rem;
	color:#7f7f7f;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
}
.agree-box .agree-checkbox{
	width:.3rem;
	height:.3rem;
	position:relative;
	border:0.02rem solid #bcbcbc;
	cursor: pointer;
	position:relative;
	margin-right:.16rem;
	margin-top:.08rem;
}
.agree-box .agree-checkbox.active:after{
	display:block;
	content:'';
	width:.38rem;
	height:.28rem;
	background:url(../../1.0/images/home/gou.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
}
.agree-box .agree-txt{
	width:7.5rem;
	overflow: hidden;
	line-height:.42rem;
}
.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:8.96rem;
	height:1.22rem;
	background:#353535;
	position:relative;
	margin:.2rem auto 0;
	font-family: 'normal';
	font-size:.4rem;
	color:#d6bb8a;
	text-align: center;
	line-height:1.22rem;
	border-radius: .6rem;
	cursor: pointer;
}
.login-modal .login-btn.active{
	pointer-events: none;
}
.ruleBg {
	display: block;
	height: 100%;
	position: relative;
}

.close {
	display: block;
	height: 12.48%;
	position: absolute;
	right: .96rem;
	top: 5.6%;
	z-index: 5;
	cursor: pointer;
}

.ruleBodyTxt {
	width: 79.4%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	top: 7%;
	z-index: 1;
}

.ruleBodyTxt .ruleTit {
	font-size: 1rem;
	color: #574f8f;
	text-align: center;
	font-family: 'zaozi';
	/* border-bottom: 0.01rem dashed #9f98c2; */
	position:relative;
	padding-bottom:.2rem;
}
.ruleBodyTxt .ruleTit:after{
	display:block;
	width:100%;
	height:0.06rem;
	content:'';
	background:url(../images/xian.png) no-repeat center;
	background-size:100% 0.06rem;
	position:absolute;
	left:0;
	bottom:0;
}
.ruleHua {
	width: 100%;
	height: 54vh;
	overflow: auto;
	margin-top: 2%;
	padding-right:4.8%;
	line-height:1.2rem;
}

.ruleHua::-webkit-scrollbar {
	width: 8px;
	background: #e1e5f3;
}

.ruleHua::-webkit-scrollbar-corner,
/* 滚动条角落 */
.ruleHua::-webkit-scrollbar-thumb,
.ruleHua::-webkit-scrollbar-track {
	/*滚动条的轨道*/
	border-radius: 4px;
}

.ruleHua::-webkit-scrollbar-corner,
.ruleHua::-webkit-scrollbar-track {
	/* 滚动条轨道 */
	background-color: rgba(180, 160, 120, 0.1);
	box-shadow: inset 0 0 1px rgba(180, 160, 120, 0.5);
}

.ruleHua::-webkit-scrollbar-thumb {
	/* 滚动条手柄 */
	background-color: #cccde6;
}

.ruleHua p {
	font-family: 'zaozi';
}

.ruleHua p.margin {
	margin-top: .5rem;
}

.ruleHua p.ruleP1 {
	font-size: .7rem;
	color: #574f8f;
}

.ruleHua p.ruleP3 {
	font-size: .6rem;
	color: #766ea9;
}

.ruleHua p.ruleP1.ruleP2 {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.ruleHua p img {
	display: block;
	width: .4rem;
}

.ruleHua .rulePriceList {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.ruleHua .rulePriceList img {
	display: block;
	width: 4rem;
}

.ruleYu {
	display: block;
	height: 63.06%;
	position: absolute;
	left: -5.5%;
	bottom: -2%;
}

.taskList,.mediaList {
	z-index: 1;
	width: 100%;
	height: 54vh;
	overflow: auto;
	margin-top: 0;
	padding-right: 4.8%;
	position:relative;
	margin-top:1.5%;
}
.taskList::-webkit-scrollbar,.mediaList::-webkit-scrollbar {
	width: 8px;
	background: #e1e5f3;
}

.taskList::-webkit-scrollbar-corner,
/* 滚动条角落 */
.taskList::-webkit-scrollbar-thumb,
.taskList::-webkit-scrollbar-track {
	/*滚动条的轨道*/
	border-radius: 4px;
}
.mediaList::-webkit-scrollbar-corner,
/* 滚动条角落 */
.mediaList::-webkit-scrollbar-thumb,
.mediaList::-webkit-scrollbar-track {
	/*滚动条的轨道*/
	border-radius: 4px;
}
.taskList::-webkit-scrollbar-corner,
.taskList::-webkit-scrollbar-track {
	/* 滚动条轨道 */
	background-color: rgba(180, 160, 120, 0.1);
	box-shadow: inset 0 0 1px rgba(180, 160, 120, 0.5);
}
.mediaList::-webkit-scrollbar-corner,
.mediaList::-webkit-scrollbar-track {
	/* 滚动条轨道 */
	background-color: rgba(180, 160, 120, 0.1);
	box-shadow: inset 0 0 1px rgba(180, 160, 120, 0.5);
}
.taskList::-webkit-scrollbar-thumb,
.mediaList::-webkit-scrollbar-thumb{
    /* 滚动条手柄 */
    background-color: #cccde6;
}
.taskList .task-item,.mediaList .task-item {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	/* border-bottom: 0.01rem dashed #9f98c2; */
	padding-bottom: .26rem;
	margin-top: .6rem;
}

.taskList .task-item p,.mediaList .task-item p {
	width:69%;
	font-size: .7rem;
	color: #574f8f;
	font-family: 'zaozi';
}

.taskList .task-item div,.mediaList .task-item div {
	width: 26.125%;
	overflow: hidden;
	position: relative;
}

.taskList .task-item div img,.mediaList .task-item div img {
	display: block;
	width: 100%;
}
.taskList .task-item div img:nth-child(1),.mediaList .task-item div img:nth-child(1) {
	cursor: pointer;
}
.taskList .task-item div img:nth-child(2),.mediaList .task-item div img:nth-child(2) {
	display: none;
}

.taskList .task-item.active div img:nth-child(1),.mediaList .task-item.active div img:nth-child(1) {
	display: none;
}

.taskList .task-item.active div img:nth-child(2),.mediaList .task-item.active div img:nth-child(2) {
	display: block;
}
.mediaList .task-item div img:nth-child(2) {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.mediaList .task-item.active div a{
	display:none;
}
.mediaList .task-item div a{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.packList {
	width: 83.17%;
	overflow: hidden;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	top: 12.83%;
	z-index: 2;
	display: flex;
	display: -webkit-flex;
	gap: 2%;
	flex-wrap: wrap;
}
.packList>div {
	display: block;
	width: 18%;
	cursor: pointer;
}
.packList>div img{
	display:block;
	width:100%;
}
.packList>div img:nth-child(2){
	display:none;
}
.packList>div.active img:nth-child(1){
	display:none;
}
.packList>div.active img:nth-child(2){
	display:block;
}
.nonePrice {
	color: #574f8f;
	font-size: .8rem;
	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:28%;
	position:absolute;
	left:50%;
	margin-left:-14%;
	bottom:11%;
	cursor: pointer;
	z-index:1;
}
.tipsss{
	display:block;
	width:31%;
	position:absolute;
	left:50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	bottom:6%;
}
.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: 83.48%;
	position: absolute;
	top: 14.3%;
	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: .7rem;
	text-align: center;
	font-family: 'zaozi';
	color: #574f8f;
}

.priceIcon {
	display: block;
	width: 17.9%;
	margin: 5% auto 0;
}

.priceMain>div:nth-child(2) .priceIcon {
	width: 21.6543%;
}

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

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

.priceBtnList {
	width: 83.48%;
	overflow: hidden;
	position: relative;
	margin: 6% auto 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.priceBtnList img {
	display: block;
	width: 31.52%;
	cursor: pointer;
}

.addressMain {
	width: 79.64%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	top: 12.67%;
	z-index: 2;
}

.addressTc1 .addressMain {
	top: 28%;
}
.co_tips{
	display:block;
	width:19rem;
	margin-top:.7rem;
}
.addressMain .s_put {
	width: 100%;
	position: relative;
	display: flex;
	display: -webkit-flex;
	border-bottom: 0.01rem dashed #9f98c2;
	margin-top: 2.5%;
}
.addressMain .s_put.a_put{
	display:block;
}
.addressMain .s_put .cityBox{
	display:flex;
	display:-webkit-flex;
	align-items: center;
}
.addressMain .s_put .cityBox #city_1{
	margin-left:.7rem;
}
.addressMain .s_put.a_put input{
	margin-left:2rem;
}
.addressMain .form-item-input select {
	display: block;
    width: 4.13rem;
    /* height: .87rem; */
    font-size: .6rem;
    text-align: center;
    margin-left: .2rem;
	float:left;
	font-family: 'zaozi';
	color:#766ea9;
	border:0.01rem solid #aba5cb;
	outline:none;
	line-height:.8rem;
}
.addressMain .form-item-input select:nth-child(1) {
    margin-left: 0;
}
.addressMain .s_put p {
	font-size: .7rem;
	color: #574f8f;
	font-family: 'zaozi';
}

.addressMain .s_put input {
	font-size: .7rem;
	color: #766ea9;
	font-family: 'zaozi';
	margin-left: .5rem;
}

.addressMain .addressTj {
	display: block;
	width: 33.0573%;
	margin: 2% auto 0;
	cursor: pointer;
}
.addressMain .addressTj.active{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.addressTc1 .addressMain .addressTj {
	display: block;
	width: 33.0573%;
	margin: 11% auto 0;
}

.shareMain {
	width: 89.27%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	display: flex;
	display: -webkit-flex;
}

.sharePic {
	display: block;
	width: 71.806%;
}

.shareMain .shareTxt {
	width: 25.7872%;
	position: relative;
	margin-left: 2%;
}

.shareMain .shareTxt img {
	display: block;
	width: 100%;
}
.shareMain .shareTxt img:nth-child(2) {
	cursor: pointer;
}
.shareMain .shareTxt img:nth-child(3) {
	cursor: pointer;
}
.shareTc .ruleYu {
	z-index: 2;
}
.jieTu,.jieTuBg{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display:none;
}
.jieBg,.jieTuBgWap{
	width:100%;
	height:100%;
	position:relative;
}
.jieDiv{
	width:500px;
	height:500px;
	position:relative;
}
.jiePic{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.jieRole{
	display: block;
	width: 100%;
	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:540px;
	height:960px;
	position:relative;
}
.jiePicWap{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	object-fit: cover;
}
.jieRoleWap{
	display: block;
	width: 80%;
	position: absolute;
	left: 50%;
	bottom:6%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	z-index: 3;
}
.jieDivWap p{
	width:100%;
	font-family:'zaozi';
	font-size:.5rem;
	position:absolute;
	bottom:2%;
	text-align: center;
	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,.drawMain{
		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%;
	}
	.drawNum{
		margin-top:2vh;
	}
	.wxCode img{
		width:30%;
	}
}
@media screen and (min-width: 3440px) {
	.resultMain {
	    width: 61.26%;
	}
	/* .home-main{
		width:71%;
	}
	.showBody{
		height:13rem;
	}
	.resultMain{
		width: 68.26%;
	} */
}
