/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

body,
html,
.body {
	width: 100%;
	height: 100%;
	min-width: 1200px;
	position: relative;
	overflow: hidden;
}

body {
	background: url(../images/hy_bg.jpg?v=20210129.1) no-repeat center top;
	background-size: cover;
}

.main-swiper {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.line {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}

.line .line-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
}

.line .line-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
}

.circle {
	width: 1770px;
	height: 1770px;
	background: url(../images/hy_circle.png?v=20210129.1) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -885px;
	top: 60%;
	z-index: 1;
	-webkit-transition: all ease 0.618s;
	-o-transition: all ease 0.618s;
	transition: all ease 0.618s;
}

.bgm {
	width: 50px;
	height: 50px;
	background: url(../images/audio.png?v=20210129.1) no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 1%;
	margin-right: 53px;
	top: 4%;
	z-index: 5;
	animation: videoRotate 2.8s linear 0.1s infinite both;
	-webkit-animation: videoRotate 2.8s linear 0.1s infinite both;
}

.bgm.off {
	background: url(../images/audio.png?v=20210129.1) no-repeat;
	background-size: 100% auto;
	animation: none;
	-webkit-animation: none;
}

.share {
	width: 290px;
	height: 67px;
	background: url(../images/xsx-bg1.png?v=20210129.1) no-repeat;
	/* background-position: -39px 0; */
	position: absolute;
	right: 1%;
	top: 5%;
	z-index: 5;
}

.bg-img {
	width: 1920px;
	height: 100%;
	left: 50%;
	margin-left: -960px;
	position: absolute;
	z-index: 0;
}
.share .share-icon {
	float: left;
	width: 64px;
	height: 66px;
	margin-right: 11px;
}
.share .share-icon.icon-lb {
	margin-right: 0;
}

.user_login #selfInfo {
	cursor: pointer;
	text-decoration: underline;
}

.user_login b {
	color: #001d42;
	cursor: pointer;
	z-index: 10;
}

.pagi {
	position: absolute;
	left: 6%;
	bottom: 11%;
	font-size: 20px;
	color: #a1a1a1;
	z-index: 5;
}

.pagi p,
.pagi div {
	float: left;
}

.pagi p em {
	color: #b9a67e;
}

.pagi div {
	font-size: 0;
	height: 26px;
	line-height: 26px;
}

.pagi div span {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 2px;
	margin-left: 32px;
	background-color: #a1a1a1;
}

.pagi .swiper-pagination-bullet {
	opacity: 1;
	border-radius: 0;
	background: #a1a1a1;
}

.pagi .swiper-pagination-bullet-active {
	width: 36px;
	height: 10px;
	background: url(../images/btm-change.png?v=20210129.1) no-repeat;
}

.yuyuereward {
	font-size: 20px;
	color: #b9a67e;
	position: absolute;
	left: 148px;
	bottom: 10%;
	z-index: 7;
	cursor: pointer;
	width: 45px;
	height: 42px;
	-webkit-animation: tip 1.5s ease-out 0s infinite;
	animation: tip1 1.5s ease-out 0s infinite;
	transform: rotate(180deg);
	z-index: 10;
	display: none !important;
}
.yuyuereward i {
	width: 45px;
	height: 45px;
	background: url(../images/closereward.png?v=20210129.1) no-repeat;
	display: inline-block;
	vertical-align: -3px;
	margin-right: 8px;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.yuyuerewardclose {
	font-size: 20px;
	color: #b9a67e;
	position: absolute;
	left: 148px;
	bottom: 286px;
	z-index: 7;
	cursor: pointer;
	width: 45px;
	height: 42px;
	z-index: 10;
	display: none;
}
.yuyuerewardclose i {
	width: 45px;
	height: 45px;
	background: url(../images/closereward.png?v=20210129.1) no-repeat;
	display: inline-block;
	vertical-align: -3px;
	margin-right: 8px;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.yuyuereward_info {
	width: 100%;
	height: 300px;
	/* overflow: hidden; */
	position: absolute;
	left: 0;
	bottom: -310px;
	background-color: #fff;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	padding-top: 10px;
	z-index: 9;
}

.yuyuereward_info.show {
	bottom: 0;
}
.copy-btn {
	font-size: 20px;
	color: #b9a67e;
	position: absolute;
	right: 3%;
	bottom: 10%;
	z-index: 7;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
}

.copy-btn i {
	width: 21px;
	height: 21px;
	background: url(../images/copy-arrow.png?v=20210129.1) no-repeat;
	display: inline-block;
	vertical-align: -3px;
	margin-right: 8px;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.copy-btn.on i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.zfooter {
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -366px;
	z-index: 6;
	background-color: #fff;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.zfooter.show {
	bottom: 0;
}
.footer-box {
	background: #fff;
}
.footer-box .footer {
	position: relative;
	width: 1200px;
	height: 480px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 60px;
	color: #6f6d6a;
}
.pop-container {
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	box-sizing: border-box;
	background: #5095a4;
	z-index: 101;
}

.pop-container .pop-close {
	position: absolute;
	width: 39px;
	height: 38px;
	right: 15px;
	top: 15px;
	display: block;
	background: url(../images/pop-close.png?v=20210129.1) no-repeat;
	z-index: 106;
}
.footer-box .footer a,
.footer-box .footer p {
	display: block;
	margin-bottom: 0;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #6f6d6a;
	line-height: 26px;
	text-align: center;
	white-space: nowrap;
}

.footer-box .footer a{
	display: inline-block;
	margin: 0 40px;
	color: #9e9e9e;
	text-decoration: underline;
}

.footer-box .footer a:hover{
	color: #683545;
}


.pop-already .main,
.pop-success .main {
	padding: 40px 0;
	font-size: 36px;
	font-family: Arial;
	font-weight: 700;
	color: #000;
}

.pop-yuyue,
.pop-success {
	position: fixed;
	background: url(../images/pop-yuyue2.png?v=20210129.1) no-repeat;
	width: 947px;
	height: 469px;
	margin: -235px 0 0 -474px;
}
.pop-success .pop-mian {
	position: absolute;
	top: 150px;
	left: 50%;
	box-sizing: border-box;
	margin-left: -413px;
	width: 826px;
	height: 200px;
	text-align: center;
}
.pop-success .pop-mian .title {
	font-size: 36px;
	color: #59463d;
	text-align: center;
	margin-bottom: 20px;
}
.pop-success .pop-mian .go-word {
	font-size: 26px;
	color: #bd904f;
	text-align: center;
	margin: 20px auto;
	border-bottom: 1px solid #bd904f;
}

.pop-yuyue .pop-mian {
	position: absolute;
	top: 100px;
	left: 50%;
	box-sizing: border-box;
	margin-left: -413px;
	width: 826px;
	height: 300px;
}
.pop-yuyue .pop-mian .title {
	font-size: 36px;
	color: #59463d;
	margin-bottom: 20px;
}
.pop-yuyue .pop-mian .info {
	font-size: 20px;
	margin: 15px 0 5px 0;
	color: #59463d;
}
.pop-yuyue .pop-mian .error-tips {
	font-size: 20px;
	color: #db2424;
	margin-bottom: 15px;
	display: none;
}
.pop-yuyue .pop-mian .input-text {
	width: 826px;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	padding: 0 20px;
	color: #59463d;
	font-size: 24px;
}
.pop-yuyue .pop-mian .btn-group {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.pop-yuyue .pop-mian .btn-group .btn-submit {
	margin: 0 auto;
	background: url(../images/btn-dengl.png?v=20210129.1) no-repeat;
	width: 260px;
	height: 89px;
	display: block;
}

.footer-box .footer .bottom .footer-logo {
	margin-bottom: 10px;
	margin-top: 40px;
	text-align: center;
}

.footer-box .footer .link {
	width: 100%;
	display: block;
	text-align: center;
}

.footer-box .footer .link a {
	display: inline-block;
	margin: 0 30px;
	text-align: center;
}

.footer-box .footer .link a:nth-child(3) {
	display: none;
}

.page {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	font-family: "Microsoft YaHei";
}

.page .box {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
}

.page .box:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.page1 .box {
	width: 100%;
	height: 100%;
}
.page1 .yuyue-box {
	position: absolute;
	width: 100%;
	bottom: 80px;
	z-index: 2;
}
.page1 .yuyue-box .yuyue-box_fackbook {
	float: left;
	margin-left: 20px;
}

.page1 .yuyue-box .yuyue-box_dw {
	text-align: center;
}

.page1 .yuyue-box .y-icon {
	width: 151px;
}

.page1 .yuyue-box .icon-appstore {
	background: url(../images/hy_appStore.png?v=20210129.1) no-repeat;
}
.page1 .yuyue-box .icon-google {
	background: url(../images/hy_google.png?v=20210129.1) no-repeat;
}
.page1 .yuyue-box .icon-apk {
	background: url(../images/hy_apk.png?v=20210129.1) no-repeat;
}
.page1 .yuyue-box .icon-facebook {
	background: url(../images/hy_facebook.png?v=20210129.1) no-repeat;
}
.page1 .yuyue-box .icon-fb {
	background: url(../images/hy_fb.png?v=20210129.1) no-repeat;
}

.page1 .yuyue-box .yuyue-box_fackbook .download-btn:last-child, .page1 .yuyue-box .yuyue-box_dw .download-btn:last-child{
	margin-right: 0;
}

.page .yuyue-box .download-btn {
	display: inline-block;
	height: 51px;
	background-size: 100% 100%;
	margin-right: 50px;
}

.page1 .download {
	width: 480px;
	margin: 694px auto 0;
	position: relative;
	display: none;
}

.page1 .download .dl-box {
	width: 136px;
	height: 104px;
	overflow: hidden;
	position: relative;
	padding-left: 108px;
	margin: 0 auto;
}

.page1 .download .dl-box .qrcode {
	width: 90px;
	height: 104px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}

.page1 .download .dl-box .qrcode img {
	display: block;
	width: 75px;
	margin: 6px auto 0;
}

.page1 .download .dl-box .qrcode span {
	display: block;
	text-align: center;
}

.page1 .download .dl-box .appstore,
.page1 .download .dl-box .android {
	width: 135px;
	height: 41px;
	display: block;
	margin-top: 8px;
}

.page1 .download .dl-box .appstore {
	background: url(../images/appstore.png?v=20210129.1) no-repeat;
}

.page1 .download .dl-box .android {
	background: url(../images/android.png?v=20210129.1) no-repeat;
}

.page-yuyue .yuyue-box {
	background: url(../images/xsx-bg2.png?v=20210129.1) no-repeat;
	width: 1383px;
	height: 754px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -377px 0 0 -531px;
}

.page-yuyue .yuyue-box .num {
	position: absolute;
	background: url(../images/yy-active.png?v=20210129.1) no-repeat;
	background-size: 100% auto;
	width: 160px;
	height: 110px;
	display: none;
}
.page-yuyue .yuyue-box .num.active {
	display: block;
}
.page-yuyue .yuyue-box .num.n1 {
	top: 34px;
	left: 440px;
	display: block;
}
.page-yuyue .yuyue-box .num.n2 {
	top: 150px;
	left: 440px;
	display: block;
}
.page-yuyue .yuyue-box .num.n3 {
	top: 260px;
	left: 440px;
	display: block;
}
.page-yuyue .yuyue-box .num.n4 {
	top: 370px;
	left: 440px;
}
.page-yuyue .yuyue-box .num.n5 {
	top: 488px;
	left: 440px;
}
.page-yuyue .yuyue-box .num.n6 {
	top: 234px;
	left: 789px;
}

.page2 .biaoti {
	height: 80px;
	margin: 0 auto;
	display: block;
}
.page2 .box {
	padding-top: 100px;
}

.page2 .banner {
	/*width: 775px;*/
	/*height: 475px;	*/
	width: 690px;
	height: 425px;
	background: url(../images/banner-bg.png?v=20210129.1) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0px;
	top: 296px;
	z-index: 2;
}

.page2 .banner .banner-swiper {
	/*width: 763px;*/
	/*height: 465px;*/
	width: 678px;
	height: 415px;
	margin: 5px 0 0 5px;
	overflow: hidden;
}

.page2 .banner .banner-swiper img {
	width: 680px;
	height: 415px;
}

.page2 .news {
	width: 600px;
	height: 350px;
	position: absolute;
	right: 0px;
	top: 330px;
	z-index: 1;
	background: url(../images/news-bg.png?v=20210129.1) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.page2 .news .tab {
	position: relative;
	border-top: 1px solid #534f48;
	width: 455px;
	height: 75px;
	margin-top: 20px;
	margin-left: 100px;
	padding-left: 20px;
}

.page2 .news .tab ul {
	width: 100%;
	height: 75px;
}

.page2 .news .tab ul li {
	width: auto;
	height: 75px;
	padding: 0 6px;
	margin-right: 10px;
	position: relative;
	float: left;
	cursor: pointer;
}

.page2 .news .tab ul li a {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 120px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 75px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	z-index: 2;
	position: relative;
}

.page2 .news .tab ul li .e1 {
	width: 75px;
	height: 75px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -37.5px;
	margin-top: -37.5px;
	z-index: 1;
	background: url(../images/news-tab-bg.png?v=20210129.1) no-repeat center
		center;
	background-size: 100% 100%;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	opacity: 0;
}

.page2 .news .tab ul li .e2 {
	width: 75px;
	height: 22px;
	position: absolute;
	left: 0;
	top: -22px;
	z-index: 3;
	background: url(../images/news-tab-i2.png?v=20210129.1) no-repeat center top;
	background-size: 100% 100%;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	opacity: 0;
}

.page2 .news .tab ul li .e3 {
	width: 10px;
	height: 1px;
	background: #d0af79;
	position: absolute;
	left: 0;
	top: 37px;
	z-index: 3;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	opacity: 0;
}

.page2 .news .tab ul li .e4 {
	width: 10px;
	height: 1px;
	background: #d0af79;
	position: absolute;
	right: 0;
	top: 37px;
	z-index: 3;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	opacity: 0;
}

.page2 .news .tab ul li .e5 {
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	background: url(../images/news-tab-i1.png?v=20210129.1) no-repeat center top;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	opacity: 0;
}

.page2 .news .tab ul li:hover a {
	color: #f8d69b;
}

.page2 .news .tab ul li:hover .e1 {
	opacity: 1;
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotate(90deg);
	transform: rotateZ(90deg);
}

.page2 .news .tab ul li.on a {
	color: #f8d69b;
}

.page2 .news .tab ul li.on .e1 {
	opacity: 1;
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotate(180deg);
	transform: rotateZ(180deg);
}

.page2 .news .tab ul li.on .e2 {
	opacity: 1;
	top: 0;
}

.page2 .news .tab ul li.on .e3 {
	opacity: 1;
	left: -8px;
}

.page2 .news .tab ul li.on .e4 {
	opacity: 1;
	right: -8px;
}

.page2 .news .tab ul li.on .e5 {
	opacity: 1;
	bottom: 16px;
}
.page2 .news .tab .twitter {
	display: block;
	width: 46px;
	height: 46px;
	background: url(../images/twitter.png?v=20210129.1) no-repeat;
	text-align: center;
	position: absolute;
	left: 350px;
	top: 14px;
}
.page2 .news .tab .more {
	display: block;
	width: 84px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	position: absolute;
	right: -10px;
	top: 25px;
}

.page2 .news .tab .more:hover {
	color: #f8d69b;
}

.page2 .news .con {
	width: 460px;
	position: relative;
	margin: 24px 0 0 110px;
}

.page2 .news .con .con-item {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	-webkit-animation: newscon 0.8s ease 0s;
	animation: newscon 0.8s ease 0s;
}

.page2 .news .con .con-item.on {
	display: block;
}

@-webkit-keyframes newscon {
	0% {
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes newscon {
	0% {
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes spread {
	0% {
		transform: translate(0) scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes spread {
	0% {
		-webkit-transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes spread {
	0% {
		-moz-transform: scale(1);
	}
	50% {
		-moz-transform: scale(1.1);
	}
	100% {
		-moz-transform: scale(1);
	}
}

@-ms-keyframes spread {
	0% {
		-ms-transform: scale(1);
	}
	50% {
		-ms-transform: scale(1.1);
	}
	100% {
		-ms-transform: scale(1);
	}
}
.page2 .news .con .con-item ul li {
	margin-bottom: 36px;
	font-size: 0;
}

.page2 .news .con .con-item ul li .tag {
	display: inline-block;
	font-size: 16px;
	color: #d1b078;
	vertical-align: middle;
}

.page2 .news .con .con-item ul li .time {
	display: inline-block;
	font-size: 16px;
	width: 60px;
	color: #858689;
	text-align: right;
	vertical-align: middle;
}

.page2 .news .con .con-item ul li a {
	display: inline-block;
	font-size: 16px;
	width: 320px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.page2 .news .con .con-item ul li a:hover {
	color: #d1b078;
}
@media screen and (max-width: 1500px) {
	.page2 .banner {
		top: 220px;
	}
	.page2 .news {
		top: 260px;
	}
}



@-webkit-keyframes maprot {
	0% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@keyframes maprot {
	0% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

.left-slide {
	position: fixed;
	left: 0;
	top: 50%;
	background: url(../images/left-slide.png?v=20210129.1) no-repeat;
	width: 198px;
	height: 299px;
	z-index: 4;
	display: none;
}
.left-slide .slide-link {
	display: block;
	width: 90px;
	height: 25px;
	position: absolute;
	bottom: 14px;
	left: 53px;
	cursor: pointer;
	z-index: 22;
}

.jineng-pop {
	width: 351px;
	height: 219px;
	padding: 0 26px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	background: url(../images/jineng-bg.png?v=20210129.1) no-repeat;
	overflow: hidden;
	display: none;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
	-webkit-animation: jineng ease 0.5s;
	animation: jineng ease 0.5s;
}

@-webkit-keyframes jineng {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes jineng {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.jineng-pop h4 {
	font-size: 30px;
	margin-top: 40px;
}

.jineng-pop h4 em {
	color: #5b5a57;
	font-style: normal;
}

.jineng-pop h4 span {
	color: #9c8559;
}

.jineng-pop p {
	font-size: 20px;
	color: #929190;
	line-height: 25px;
}
.page5 .box {
	padding-top: 120px;
}
.page6 .box {
	padding-top: 120px;
}
.page5 .biaoti {
	height: 80px;
	background: url(../images/xsx-bg6.png?v=20210129.1) no-repeat center top;
}

.page6 .tese {
	width: 100%;
	margin-top: 60px;
	position: relative;
	height: 600px;
}

.page6 .tese img {
	position: absolute;
	opacity: 0;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	padding: 30px 35px 30px 20px;
	background: url(../images/tesebg.png?v=20210129.1) no-repeat center center;
	background-size: contain;
}

.page6 .tese img::before {
	position: absolute;
	opacity: 0;
	width: inherit;
	height: inherit;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.page6 .tese img {
	width: 340px;
	left: 430px;
	top: 0;
}

.page6 .bizhi {
	position: absolute;
	left: 120px;
	top: 314px;
	height: 34px;
	padding-left: 40px;
	font-size: 28px;
	line-height: 34px;
	color: #5b5b5b;
	background: url(../images/hy_game_feature.png?v=20210129.1) no-repeat;
}

.page6 .bizhi:hover,
.page6 .bizhi.on {
	background-image: url(../images/hy_game_feature_on.png?v=20210129.1);
	color: #683545;
}

.page6 .shipin {
	position: absolute;
	right: 120px;
	top: 314px;
	height: 34px;
	padding-left: 40px;
	font-size: 28px;
	line-height: 34px;
	color: #5b5b5b;
	background: url(../images/shipin-btn.png?v=20210129.1) no-repeat;
}

.page6 .shipin:hover,
.page6 .shipin.on {
	background-image: url(../images/shipin-btn-on.png?v=20210129.1);
	color: #683545;
}

.page6 .shiting {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 0;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}

.page6 .shiting div {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	-webkit-transform-origin: center 610px;
	-ms-transform-origin: center 610px;
	transform-origin: center 610px;
	display: none;
}

.page6 .shiting div > p {
	position: absolute;
	left: 0;
	bottom: 0;
}

.page6 .shiting div > p a {
	display: block;
	width: 176px;
	height: 176px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.page6 .shiting div > p a img {
	display: block;
	width: 100%;
	height: 100%;
}

.page6 .shiting div > p a i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #000;
	opacity: 0.6;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.page6 .shiting div > p a:hover i {
	opacity: 0;
}

.page6 .shiting div > p > span {
	display: block;
	font-size: 20px;
	text-align: center;
	margin-top: 12px;
	height: 26px;
	color: #5b5b5b;
}

.page6 .shiting div > p:nth-child(1) {
	left: 438px;
	bottom: 393px;
}

.page6 .shiting div > p:nth-child(1) a {
	width: 310px;
	height: 310px;
	padding: 6px;
	border: 1px solid #c2b090;
}

.page6 .shiting div > p:nth-child(1) a i {
	display: none;
}

.page6 .shiting div > p:nth-child(1) span {
	height: 54px;
	line-height: 54px;
	font-size: 30px;
	color: #683545;
	background: url(../images/shipin-title-bg.png?v=20210129.1) no-repeat center
		top;
}

.page6 .shiting div > p:nth-child(2) {
	left: -14px;
	bottom: 256px;
}

.page6 .shiting div > p:nth-child(3) {
	left: 194px;
	bottom: 400px;
}

.page6 .shiting div > p:nth-child(4) {
	left: 830px;
	bottom: 400px;
}

.page6 .shiting div > p:nth-child(5) {
	left: 1033px;
	bottom: 256px;
}

.page6 .shipin-con a .btn {
	width: 98px;
	height: 98px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 3;
}

.page6 .shipin-con a .btn em {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.page6 .shipin-con a .btn em:nth-child(1) {
	background: url(../images/video-btn1.png?v=20210129.1) no-repeat;
}

.page6 .shipin-con a .btn em:nth-child(2) {
	background: url(../images/video-btn2.png?v=20210129.1) no-repeat;
}

.page6 .shipin-con a .btn em:nth-child(3) {
	background: url(../images/video-btn3.png?v=20210129.1) no-repeat;
}

.page6 .shipin-con a:hover .btn em:nth-child(1) {
	-webkit-animation: rotl linear 4s infinite;
	animation: rotl linear 4s infinite;
}

.page6 .shipin-con a:hover .btn em:nth-child(2) {
	-webkit-animation: rotr linear 4s infinite;
	animation: rotr linear 4s infinite;
}

@-webkit-keyframes rotl {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotl {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotr {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes rotr {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.yuyue-pop {
	width: 763px;
	height: 589px;
	background: url(../images/yuyue-pop-bg.png?v=20210129.1) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	display: none;
}

.yuyue-pop .close {
	width: 27px;
	height: 25px;
	background: url(../images/close.png?v=20210129.1) no-repeat;
	position: absolute;
	right: -27px;
	top: 18px;
}

.yuyue-pop .yuyue-pop-main {
	padding-top: 160px;
	width: 410px;
	margin: 0 auto;
}

/*登录*/
.pop_login {
	width: 623px;
	height: 482px;
	background: url(../images/login-pop-bg.png?v=20210129.1) no-repeat;
}

.pop_login .close {
	width: 27px;
	height: 25px;
	background: url(../images/close.png?v=20210129.1) no-repeat;
	position: absolute;
	right: -27px;
	top: 18px;
}

.pop_login .form_content {
	width: 370px;
	height: 280px;
	position: relative;
	margin: 140px auto 75px;
	display: block;
}
.pop_login .form_content .phone_type li {
	width: 182px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 1px solid #5765a4;
	display: inline-block;
	font-size: 16px;
	color: #5765a4;
	float: left;
	cursor: pointer;
}
.pop_login .form_content .phone_type li:nth-of-type(1) {
	border-radius: 4px 0 0 4px;
}
.pop_login .form_content .phone_type li:nth-of-type(2) {
	border-radius: 0 4px 4px 0;
}
.pop_login .form_content .phone_type li.active {
	background-color: #5765a4;
	color: #fff;
}
.pop input,
.pop_success .phone_li {
	height: 45px;
	color: #817f7f;
	background: transparent;
	border: 1px solid #b4afa5;
	font-size: 15px;
	border-radius: 4px;
	padding-left: 15px;
	margin-top: 20px;
}
.pop .phone_li {
	width: 352px;
}
.pop .pic_code {
	width: 170px;
	float: left;
}
.get_pic_code {
	width: 170px;
	height: 45px;
	display: inline-block;
	float: left;
	margin-top: 20px;
	cursor: pointer;
	margin-left: 10px;
}
.pop .num_code {
	width: 234px;
	border-radius: 4px 0 0 4px;
	float: left;
	border-right: none;
}
.pop .get_num_code {
	width: 116px;
	height: 45px;
	line-height: 45px;
	border-radius: 0 4px 4px 0;
	float: left;
	color: #fff;
	background: #afa288;
	border: 1px solid #afa288;
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
	cursor: pointer;
}
.btn_send {
	width: 208px;
	height: 53px;
	background: url(../images/pop_btn.png?v=20210129.1) no-repeat top center;
	background-size: 100%;
	margin: 36px 0px 0 83px;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	float: left;
}

.pop_user {
	width: 763px;
	height: 819px;
	background: url(../images/pop_info.png?v=20210129.1) no-repeat;
}
.pop_user .close {
	width: 27px;
	height: 25px;
	background: url(../images/close.png?v=20210129.1) no-repeat;
	position: absolute;
	right: -27px;
	top: 18px;
}
.pop_user .form_content {
	margin: 160px auto 0;
	width: 450px;
	height: 440px;
}
.pop_user .form_content ul {
	width: 100%;
	position: relative;
}
.pop_user .form_content ul li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: block;
}
.pop_user .form_content ul li p {
	width: 225px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	display: inline-block;
}
.pop_user .form_content ul li p:nth-of-type(1) {
	color: #9e9887;
	text-align: right;
}
.pop_user .form_content ul li p:nth-of-type(2) {
	color: #525252;
	font-weight: 700;
	text-align: left;
}

#ss0online {
	width: 100%;
}

#ss0online .rform li {
	margin-bottom: 16px;
	list-style: none;
}

#ss0online .rform input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 11px 14px;
	line-height: 100%;
	font-size: 20px;
	color: #817f7f;
	border: 1px solid #c8cad3;
	background: #fff;
	vertical-align: middle;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#ss0online .rform input.error {
	border-color: #f00;
}

#ss0online .rua-box {
	overflow: hidden;
	border: 1px solid #a7a195;
	background: #fff;
}

#ss0online .rua-box a {
	display: block;
	float: left;
	width: 50%;
	height: 42px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #a7a195;
	cursor: pointer;
}

#ss0online .rua-box a.current {
	color: #fff;
	background: #afa288;
}

#ss0online .rtel input,
#ss0online .remail input,
#ss0online .rinvite input {
	width: 100%;
}

#ss0online .rcode input {
	width: 50%;
}

#ss0online .rcode .rcaptcha {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	height: 42px;
	border: 1px solid #c8cad3;
	border-left: 0;
	vertical-align: middle;
	background: #fff;
}

#ss0online .rsms input {
	width: 50%;
}

#ss0online .rsms .rsend {
	width: 50%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: #afa288;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

#ss0online .rbutton {
	display: block;
	width: 253px;
	height: 64px;
	margin: 0 auto;
	cursor: pointer;
	background: url(../images/yuyue-pop-btn.png?v=20210129.1) no-repeat;
	text-indent: -9999em;
}

#ss0online .rsubmit {
	padding-top: 20px;
}

.map img {
	z-index: 99;
	position: relative;
	border-radius: 50%;
	margin: 73px auto;
	display: block;
	width: 642px;
	height: 642px;
}

.ewmBox {
	display: none;
	width: 96px;
	height: 104px;
	background: url(../images/ewmbg.png?v=20210129.1);
	position: absolute;
	top: 55px;
	padding: 13px 6px;
	left: 22px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 100;
}

.ewmBox img {
	width: 100%;
}

.pic-pop,
.coming-pop,
.video-pop {
	max-width: 800px;
	max-height: 600px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	display: none;
	right: 0;
	bottom: 0;
}

.coming-pop {
	height: 200px;
	line-height: 200px;
	background: #eaeaea;
}

.coming-pop h3 {
	margin: 0 auto;
	margin-top: 10px;
	font-size: 24px;
	text-align: center;
}

.video-pop video {
	max-height: 600px;
}

.loop {
	animation-iteration-count: infinite;
}

.close {
	width: 27px;
	height: 25px;
	background: url(../images/close.png?v=20210129.1);
	position: absolute;
	right: -47px;
	cursor: pointer;
}

.pic-pop img {
	width: 100%;
}

.video-pop video {
	width: 100%;
}

.banner .swiper-pagination-bullet {
	background: url(../images/dot.png?v=20210129.1);
	background-size: cover;
	width: 20px;
	height: 20px;
}

.banner .swiper-pagination-bullet-active {
	background: url(../images/dot2.png?v=20210129.1);
	background-size: cover;
	width: 20px;
	height: 20px;
}

.ts {
	background: url(../images/ts.png?v=20210129.1);
	width: 172px;
	height: 172px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -86px;
	margin-top: -86px;
	z-index: 9999;
}

.arrBot {
	background: url(../images/p1-home-jt.png?v=20210129.1) no-repeat;
	background-size: 100% auto;
	width: 23px !important;
	height: 45px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
}

.yuyue-success {
	background: url(../images/yuyueok.png?v=20210129.1);
	width: 1064px;
	height: 710px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	display: none;
}
.yuyue-success .invite-code {
	width: 360px;
	margin: 420px auto 0;
	line-height: 40px;
	font-size: 24px;
	color: #c7a178;
	text-align: center;
	padding-left: 0;
}
.yuyue-success img {
	margin: 70px auto 0;
	display: block;
}

.yuyue-already {
	background: url(../images/yuyue-already.png?v=20210129.1);
	width: 1004px;
	height: 510px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	display: none;
}
.btn-ok {
	background: url(../images/btn-ok.png?v=20210129.1);
	width: 234px;
	height: 74px;
	margin: 313px auto 0;
	display: block;
}

.slogan {
	position: absolute;
	bottom: 165px;
	left: 50%;
	width: 645px;
	height: 169px;
	margin: 0 auto 0 -328px;
	display: block;
}

.slogan img{
	width: 100%;
	height: 100%;
}
.logo {
	width: 200px;
	height: 124px;
	margin: 0 auto;
	position: absolute;
	top: 50px;
	left: 50px;
}
@-webkit-keyframes tip {
	0% {
		bottom: 0px;
	}

	50% {
		bottom: -30px;
	}

	100% {
		bottom: 0px;
	}
}

@keyframes tip {
	0% {
		bottom: 0px;
	}

	50% {
		bottom: -30px;
	}

	100% {
		bottom: 0px;
	}
}
@-webkit-keyframes tip1 {
	0% {
		bottom: 10%;
	}
	25% {
		bottom: 9%;
	}
	50% {
		bottom: 10%;
	}
	75% {
		bottom: 11%;
	}
	100% {
		bottom: 10%;
	}
}
@keyframes tip1 {
	0% {
		bottom: 10%;
	}
	25% {
		bottom: 9%;
	}
	50% {
		bottom: 10%;
	}
	75% {
		bottom: 11%;
	}
	100% {
		bottom: 10%;
	}
}

@-webkit-keyframes videoRotate {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes videoRotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.icon_head_video_play {
	width: 71px;
	height: 71px;
	bottom: 210px;
	margin-left: -35px;
	background: url(../images/play-new.png?v=20210129.1) no-repeat top center;
	background-size: 100%;
	position: absolute;
	left: 50%;
	z-index: 10;
}
.btn_video_zhuan {
	width: 100%;
	height: 100%;
	background: url(../images/play-new.png?v=20210129.1) no-repeat top center;
	background-size: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
.btn_video_play {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 10;
}
@-webkit-keyframes videoRotate {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes videoRotate {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}
@-ms-keyframes videoRotate {
	0% {
		-ms-transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
	}
}
@keyframes videoRotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.videoBg {
	left: 50%;
	margin-left: -960px;
	position: absolute;
	z-index: 0;
}

.yuyuereward_info .gift-list {
	/* overflow: hidden; */
	height: 80px;
	width: 1051px;
	padding-left: 440px;
	margin: 0 auto;
	margin-bottom: 40px;
	background: url(../images/fuli_bg.png?v=20210129.1) no-repeat;
	transform: scale(0.8);
}

.yuyuereward_info .gift-list .li-gift {
	float: left;
	/* background: url(../images/p3-icon-bg1.png?v=20210129.1) no-repeat; */
	width: 114px;
	height: 106px;
	margin-right: 58px;
	position: relative;
}

.yuyuereward_info .gift-list .li-gift:last-child {
	margin-right: 0;
}

.yuyuereward_info .gift-list .li-gift img {
	position: absolute;
	left: 50%;
	top: 9px;
	max-width: 60px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.yuyuereward_info .gift-list .li-gift .gift-name {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #3c3c40;
	width: 100%;
	text-align: center;
	font-size: 16px;
}

.yuyuereward_info .jijie-box {
	/* position: absolute;
	bottom: 30px;
	left: 50%;
	transform:translateX(calc(-50% - 14px)); */
	margin: 0 auto;
	background: url(../images/jiangli_bg.png?v=20210129.1) no-repeat;
	width: 1490px;
	height: 132px;
	transform: scale(0.8);
}
.yuyuereward_info .jijie-box .yuyue-num {
	position: absolute;
	font-size: 20px;
	color: #3c3c40;
	top: 90px;
	left: -30px;
}
.yuyuereward_info .jijie-box .yuyue-num .em {
	font-size: 20px;
	font-style: normal;
	color: #ffb200;
	font-weight: bold;
}
.yuyuereward_info .jijie-box .list {
	width: 100%;
	height: 190px;
	box-sizing: border-box;
	margin-top: 8px;
	/* overflow: hidden; */
	padding: 0 0 0 30px;
	position: relative;
	margin-left: 185px;
}

.yuyuereward_info .jijie-box .item-role {
	float: left;
	margin-right: 25px;
	position: relative;
}

.yuyuereward_info .jijie-box .item-role:last-child {
	margin-right: 0;
}
.yuyuereward_info .jijie-box .item-role::before {
	position: absolute;
	left: 80px;
	top: -20px;
	content: "";
	background: url(../images/unfinish_reward.png?v=20210129.1) no-repeat;
	width: 41px;
	height: 41px;
}
.yuyuereward_info .jijie-box .item-role.cur::before {
	position: absolute;
	left: 80px;
	top: -20px;
	content: "";
	background: url(../images/finish_reward.png?v=20210129.1) no-repeat;
	width: 41px;
	height: 41px;
}

.yuyuereward_info .jijie-box .item-role .title-num {
	font-weight: bold;
	font-size: 16px;
	color: #3c3c40;
	margin: 0 auto;
	text-align: center;
	margin-top: 21px;
	margin-bottom: 2px;
}

.yuyuereward_info .jijie-box .item-role .gift-box {
	width: 238px;
	border: 1px solid transparent;
	height: 120px;
}

.yuyuereward_info .jijie-box .item-role .gift-box .gift-item {
	width: 97px;
	height: 80px;
	float: left;
	/* background: url(../images/p3-jd-bg.png?v=20210129.1) no-repeat; */
	margin: 16px 0 0 0px;
	position: relative;
}

.yuyuereward_info .jijie-box .item-role .gift-box .gift-item img {
	position: absolute;
	top: 16px;
	left: 50%;
	width: 35px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.yuyuereward_info .jijie-box .item-role .gift-box .gift-item .gift-name {
	font-size: 16px;
	color: #3c3c40;
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 97px;
	text-align: center;
}
/* 
.aside-box {
	width: 144px;
	height: 423px;
	background: url(../images/aside-bg.png?v=20210129.1) no-repeat center;
	background-size: cover;
	position: fixed;
	top: 36%;
	left: 0;
	z-index: 150;
	text-align: center;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	animation: spread 2s linear infinite;
	-webkit-animation: spread 2s linear infinite;
	-moz-animation: spread 2s linear infinite;
	-ms-animation: spread 2s linear infinite;
}
.aside-box .aside-download {
	margin: 0 auto;
	margin-top: 18px;
	width: 118px;
	height: 87px;
	background: url(../images/aside-download.png?v=20210129.1) no-repeat center;
	background-size: cover;
}
.aside-box .aside-download a {
	display: block;
	width: 100%;
	height: 39px;
	margin-bottom: 9px;
}
.aside-box .aside-qrcode {
	margin: 70px 0 5px 0;
}
.aside-box .aside-share {
	text-align: center;
	margin-bottom: 10px;
}
.aside-box .aside-share a {
	position: relative;
	display: inline-block;
	width: 33px;
	height: 33px;
	margin: 0 5px;
	vertical-align: middle;
	background: url(../images/aside-share.png?v=20210129.1) no-repeat center;
	background-size: 119px 72px;
}
.aside-box .aside-share a:nth-child(1) {
	background-position: 0 0;
}
.aside-box .aside-share a:nth-child(2) {
	background-position: -43px 0;
}
.aside-box .aside-share a:nth-child(3) {
	background-position: -86px 0;
}
.aside-box .aside-share a:nth-child(1):hover {
	background-position: 0 -37px;
}
.aside-box .aside-share a:nth-child(2):hover {
	background-position: -43px -37px;
}
.aside-box .aside-share a:nth-child(3):hover {
	background-position: -86px -37px;
}
.aside-qq-box {
	position: absolute;
	right: -205px;
	top: 50%;
	display: none;
	width: 184px;
	height: 125px;
	padding-top: 40px;
	margin-top: 23px;
	box-sizing: border-box;
	background: url(../images/aside-qq-bg.png?v=20210129.1) no-repeat center;
	background-size: cover;
	text-indent: 8px;
	font-size: 16px;
	line-height: 1;
	color: #fcd29b;
}
.aside-qq-box.show {
	display: block;
}
.aside-qq-box p {
	margin-bottom: 10px;
}
.aside-box .aside-gonglue {
	width: 118px;
	height: 87px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/aside-gonglue.png?v=20210129.1) no-repeat center;
	background-size: cover;
}
.aside-box .aside-gonglue a {
	display: block;
	width: 100%;
	height: 40px;
	margin-bottom: 7px;
}
.aside-box.close {
	left: -144px;
}
.aside-box .aside-ctrl {
	position: absolute;
	right: -20px;
	top: 50%;
	display: block;
	width: 34px;
	height: 34px;
	margin-top: -17px;
	background: url(../images/aside-close.png?v=20210129.1) no-repeat center;
	background-size: cover;
}
.aside-box .aside-ctrl.close {
	right: -47px;
	width: 47px;
	height: 109px;
	margin-top: -54.5px;
	background: url(../images/aside-open.png?v=20210129.1) no-repeat center;
	background-size: cover;
} */

.pop-protocol {
	position: fixed;
	background: url(../images/pop-protocol2.png?v=20210129.1) no-repeat;
	width: 638px;
	height: 699px;
	margin: -350px 0 0 -319px;
}
.pop-appointment {
	position: fixed;
	background: url(../images/pop-appointment2.png?v=20210129.1) no-repeat;
	width: 638px;
	height: 699px;
	margin: -350px 0 0 -319px;
}
.pop-protocol .pop-close,
.pop-appointment .pop-close {
	right: 15px;
	top: 9px;
}

.pop-protocol .pop-main,
.pop-appointment .pop-main {
	position: absolute;
	top: 60px;
	left: 30px;
	width: 580px;
	height: 620px;
	overflow-x: hidden;
	overflow-y: auto;
}

.pop-twitter {
	position: fixed;
	background: url(../images/twitter-bg.png?v=20210129.1) no-repeat;
	width: 1019px;
	height: 649px;
	margin: -324.5px 0 0 -509.5px;
}
.pop-twitter .pop-close {
	right: 25px;
	top: 25px;
}
.pop-twitter .pop-mian {
	position: absolute;
	top: 56px;
	left: 69px;
	width: 870px;
	height: 500px;
	overflow-y: auto;
}
.pop-twitter .btn-twitter {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -124px;
	background: url(../images/btn-twitter.png?v=20210129.1) no-repeat;
	width: 248px;
	height: 66px;
	font-size: 30px;
	text-align: center;
	color: #664e14;
	line-height: 66px;
}

@media screen and (max-width: 1500px) {
	/* .slogan {
		width: 900px;
    	margin-left: -465px;
	} */
	.share {
		right: 0;
	}
	/* .icon_head_video_play {
		bottom: 120px;
	} */
	/* .slogan{
		width: 800px;
		height: 105px;
		margin-left: -400px;
	} */
	.page4 .role .role-item>img{
		width: 100%;
		height: 678px;
	}
	.page1 .yuyue-box_dw .y-icon, .page1 .yuyue-box_fackbook .y-icon{
		width: 151px;
		height: 51px;
	}
	.logo {
		width: 189px;
		height: 74px;
		margin: 0 auto;
		position: absolute;
		left: 50px;
	}
	.logo img {
		/* width:100%; */
		display: block;
	}
	.bgm {
		right: 0;
		margin-right: 53px;
	}
	.arrBot {
		width: 30px;
		bottom: 0px;
	}
	.page1 .yuyue a.btn_appyuyue .ercode-box {
		width: 160px;
		height: 150px;
		right: -170px;
		top: -102px;
	}
	.page1 .yuyue a.btn_appyuyue .ercode-box img {
		top: 9px;
		left: 21px;
		width: 130px;
		height: 130px;
	}
	.icon_head_video_play {
		bottom: 108px;
	}
}
.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.75);
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	display: none;
}



/*侧边栏*/
.aside-box {
    width: 222px;
    height: 510px;
    position: fixed;
    background: url(../images/hy_aside-bg.png?v=20210129.1) top center;
    background-size: 100% 100%;
    top: 23%;
    left: 0;
    z-index: 200
}
.aside-box .aside-share {
    width: 176px;
    height: auto;
    margin: 45px auto 20px;
}
.aside-box .aside-share a {
    display: block;
    width: 176px;
    height: 54px;
    margin: 0 auto 20px;
    position: relative;
}
.aside-box .aside-share a img {
    width: 100%;
}
.aside-box .my-reward {
    display: block;
    width: 176px;
    height: 54px;
    margin: 0 auto;
    position: relative;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    color: #f5d27e;
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/pc/btn_reward.png?v=20210129.1) top center;
    background-size: 100% 100%;
}
.aside-box .aside-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -20px;
    background: url(../images/hy_aside-icon.png?v=20210129.1) top center;
    background-size: 100% 100%;
}
.aside-box .aside-open {
    width: 71px;
    height: 71px;
	background: url(../images/hy_aside-icon.png?v=20210129.1) top center;
	transform: rotateY(180deg);
    background-size: 100% 100%;
    position: absolute;
    right: -71px;
    top: 50%;
    margin-top: -35px;
    display: none;
}
.Dash {
    animation: Dash 1.2s linear infinite both alternate;
}
@-webkit-keyframes Dash {
    0% {opacity: 1;}
    to {opacity: 0.85;}
}

@keyframes Dash {
    0% {opacity: 1;}
    to {opacity: 0.85;}
}


.pageMain {
    position: relative;
    width: auto;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    height: 7017px;
    background: url(../images/pc/bg.jpg?v=20210129.1) top center;
    background-size: cover;
}




/* 专题活动  start */

.page7 .box{
	padding-top: 60px;
}

.page7 .box .navBar {
	font-size: 28px;
	text-align: center;
	color: #754d51;
	white-space: nowrap;
}

.page7 .box .navBar span {
	position: relative;
	margin-right: 120px;
	color: #5b5b5b;
}

.page7 .box .navBar .act {
	color: #683545;
}


.page7 .box .navBar span:last-child {
	margin-right: 0px;
}

.page7 .navBar-wrap{
	position: relative;
	margin: 0 auto;
    margin-top: 53px;
}

.page7 .navBar-wrap_item {
	width: 825px;
	position: absolute;
	left: 50%;
	top: 0;
	min-height: 425px;
	display: none;
	padding: 55px 60px;
	margin-left: -412.5px;
	background: url(../images/hy_active_navBar-bg.png?20211012) no-repeat;
	background-size: 100% 100%;
	font-size: 16px;
	box-sizing: border-box;
	-webkit-animation: newscon 0.8s ease 0s;
	animation: newscon 0.8s ease 0s;
}

.page7 .navBar-wrap_item:nth-child(3){
    width: 100%;
    left: 0;
	margin-left: 0;
	background: none;
}

.page7 .navBar-wrap_item .tag {
	color: #754d51;
}

.page7 .navBar-wrap_item a {
	color: #000000;
}

.page7 .navBar-wrap_item li {
	margin-bottom: 40px;
}

.page7 .navBar-wrap_item .time{
	float: right;
	color: rgba(0,0,0,0.4);
}

.page7 .on {
	display: block;
}

.page7 .navBar .active {
	position: relative;
}

.page7 .SignIn .sign-time{
	margin-bottom: 50px;
	color: #754d51;
	font-size: 28px;
	text-align: left;
}

.page7 .SignIn .timer-shaft{
	position: relative;
	height: 40px;
}

.page7 .SignIn .timer-shaft-bg {
	position: absolute;
	width: 100%;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	overflow: hidden;
}

.page7 .SignIn .timer-shaft_item {
	display: inline-block;
	width: 12%;
}

.timer-shaft_item:nth-child(2){
	margin-left: 12%;
}
.timer-shaft_item_block{
	position: relative;
	width: 40px;
}

.page7 .SignIn .timer-shaft-icon {
	display: block;
	width: 41px;
	height: 41px;
}

.page7 .SignIn .timer-shaft_item_time {
	position: absolute;
	width: 120px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	color: #754d51;
	font-size: 23px;
}

.page7 .sign-now{
	margin-top: 70px;
	font-size: 30px;
	cursor: pointer;
	color: #754d51;
	text-align: center;
}

.page7 .sign-now span {
	position: relative;
	text-decoration: underline;
}

.page7 .sign-rules {
	width: 930px;
	height: 145px;
	margin:  0 auto;
	margin-top: 30px;
	padding: 40px 45px;
	background: url(../images/hy_active-rules-bg.png?20211014) no-repeat;
	background-size: 100% 100%;
	overflow-y: auto;
}

.page7 .sign-rules p {
	margin-bottom: 20px;
	color: #000000;
	font-size: 24px;
}
/* 专题活动 end */


/* common start */

.overall_active{
	position: relative;
	cursor: pointer;
}

.overall_active:before {
	position: absolute;
	content: "";
	width: 27px;
	height: 22px;
	left: -47px;
    top: 50%;
    margin-top: -11px;
	background: url(../images/hy_common_title.png?20211013) no-repeat;
	background-size: 100% 100%;
}

.overall_active:after {
	position: absolute;
	content: "";
	width: 27px;
	height: 22px;
	right: -47px;
    top: 50%;
	margin-top: -11px;
	transform: rotate(180deg);
	background: url(../images/hy_common_title.png?20211013) no-repeat;
	background-size: 100% 100%;
}


.box .biaoti {
	margin-bottom: 40px;
	font-size: 42px;
	text-align: center;
	color: #754d51;
}

.box .biaoti span{
	position: relative;
}

.box .biaoti span:before{
	position: absolute;
	content: "";
	width: 105px;
	height: 23px;
	left: -120px;
    top: 50%;
    margin-top: -11px;
	background: url(../images/hy_title-left.png?20211013) no-repeat;
	background-size: 100% 100%;
}

.box .biaoti span:after{
	position: absolute;
	content: "";
	width: 105px;
	height: 23px;
	right: -120px;
    top: 50%;
    margin-top: -11px;
	background: url(../images/hy_title-right.png?20211013) no-repeat;
	background-size: 100% 100%;
}

/* common end */

/* 官方充值 start */

.page8 .box{
	padding-top: 120px;
}

.page8 .box .navBar {
	font-size: 28px;
	text-align: center;
	color: #754d51;
}

.page8 .box .navBar span {
	position: relative;
	margin-right: 120px;
	color: #5d5d5d;
	cursor: pointer;
}

.page8 .box .navBar .act{
	color: #683545;
}

.page8 .box .navBar span:last-child {
	margin-right: 0px;
}

.page8 .banner {
	/*width: 775px;*/
	/*height: 475px;	*/
	width: 780px;
	height: 480px;
	background: url(../images/banner-bg.png?v=20210129.1) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	margin-left: -390px;
	top: 296px;
	z-index: 2;
}

.page8 .banner .banner-swiper {
	/*width: 763px;*/
	/*height: 465px;*/
	width: 780px;
	height: 480px;
	margin: 5px 0 0 5px;
	overflow: hidden;
}

.page8 .banner .banner-swiper img {
	width: 780px;
	height: 480px;
}

/* 官方充值 end */

/* 攻略 start */

@media screen and (max-width: 1366px) {

	.page2 .banner {
		top: 180px;
	}
	.page2 .newServer_group{
		margin: 110px 0 0 679px;
	}

	.page3 .gonglue {
		margin: 50px auto 0 !important;
	}
	.page .box {
		padding-top: 10px !important;

	}
}

.page3 .box{
	padding-top: 120px;
}
.page3 .gonglue {
	width: 1130px;
	height: 530px;
	margin: 100px auto 0;
}
.page3 .gonglue .bg-tougao{
	width: 307px;
	height: 536px;
	overflow: hidden;
	float: left;
	position: relative;
}
.page3 .gonglue .bg-tougao .bbg{
	width: 100%;
}
.page3 .gonglue .bg-tougao .tg{
    width: 180px;
    position: absolute;
    top: 460px;
    left: 50%;
    transform: translate(-50%);
}
.page3 .gonglue .bg-tougao a{
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 36px;
	color: #683545;
}
.page3 .gonglue .jingcai{
	width: 822px;
	height: 178px;
	float: right;
}
.page3 .gonglue .jingcai .jcsj{
	width: 396px;
	height: 178px;
	float: left;
}
.page3 .gonglue .jingcai .jcsj a{
    display: block;
    width: 103%;
    height: 112%;
    background: url(../images/hy_strategy_img_bg.png?v=20210129.1) no-repeat center center;
	background-size: 100%;
	padding: 14px 0 0 6px;
    box-sizing: border-box;
}
.page3 .gonglue .jingcai .jcsj a img{
	display: block;
	width: 396px;
	height: 170px;

}

.page3 .gonglue .jingcai .rmjs{
	width: 396px;
	height: 178px;
	float: left;
	margin-left: 19px;
}
.page3 .gonglue .jingcai .rmjs a{
    display: block;
    width: 103%;
    height: 112%;
    background: url(../images/hy_strategy_img_bg.png?v=20210129.1) no-repeat center center;
	background-size: 100%;
	padding: 14px 0 0 6px;
    box-sizing: border-box;
}
.page3 .gonglue .jingcai .rmjs a img{
	display: block;
	width: 396px;
	height: 170px;

}

.page3 .gonglue .sggl{
    width: 823px;
    height: 344px;
    float: right;
	background: url(../images/xsx-bg10.png?v=20210129.1) no-repeat;
	background-size: 100% 100%;
	margin-top: 20px;
	position: relative;
}
.page3 .gonglue .sggl .sgmore{
    display: inline-block;
	height: 42px;
	line-height: 42px;
    position: absolute;
    right: 70px;
	top: 9px;
	font-size: 20px;
	color: #683545;
}
.page3 .gonglue .sggl .tab{
    width: 800px;
    height: 54px;
    margin: 4px 0 0 10px;
}
.page3 .gonglue .sggl .tab ul{
    width: 100%;
    height: 100%;
}
.page3 .gonglue .sggl .tab ul li{
    width: 162px;
	height: 100%;
	float: left;
}
.page3 .gonglue .sggl .tab ul .act-on{
	color: #9f732b;
	background: url(../images/xsx-bg11.png?v=20210129.1) no-repeat bottom center;
}
.page3 .gonglue .sggl .tab ul .act-on a{
	color: #9f732b;
}
.page3 .gonglue .sggl .tab ul li:nth-child(2) a{
	background: url(../images/xsx-bg12.png?v=20210129.1) no-repeat left center;
}
.page3 .gonglue .sggl .tab ul li:nth-child(3) a{
	background: url(../images/xsx-bg12.png?v=20210129.1) no-repeat left center;
}
.page3 .gonglue .sggl .tab ul li:nth-child(4) a{
	background: url(../images/xsx-bg12.png?v=20210129.1) no-repeat left center;
}
.page3 .gonglue .sggl .tab ul li a{
	display: block;
    width: 162px;
	height: 100%;
	color: #473c3a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	line-height: 54px;
	font-size: 18px;
	font-weight: bold;
}
.page3 .gonglue .sggl .tab-list{
	width: 760px;
	height: 270px;
}
.page3 .gonglue .sggl .tab-list ul{
	width: 100%;
	height: 100%;
	position: absolute;
	padding-top: 32px;
}
.page3 .gonglue .sggl .tab-list ul li{
	width: 100%;
	height: 52px;
	box-sizing: border-box;
	padding-left: 55px;
}
.page3 .gonglue .sggl .tab-list ul li .title span{
	color: #9f732b;
	color: #9f732b;
    display: inline-block;

}
.page3 .gonglue .sggl .tab-list ul li .title{
	color: #483d3a;
	float: left;
	width: 550px;
	height: 26px;
	line-height:26px ;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.page3 .gonglue .sggl .tab-list ul li .info{
	float: left;
	width: 655px;
	height: 26px;
	line-height: 26px;
	padding-left: 9px;
}
.page3 .gonglue .sggl .tab-list ul li .info em{
	display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
	color: #34373c;
    border-radius: 11px;
    background: #b29057;
    margin: 0 0 0 10px;
    padding: 0 20px;
    vertical-align: bottom;
}

.page3 .gonglue .sggl .tab-list ul li .info span{
	color: #7e6d52;
	margin-right: 10px;
}

.page3 .gonglue .sggl .tab-list ul li .date{
	float: right;
	color: #8c8584;
	margin-right: 20px;
}
@-webkit-keyframes maprot {
	0% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@keyframes maprot {
	0% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

.page3 .gomap {
	width: 74px;
	height: 236px;
	background: url(../images/gomap.png?v=20201111.10) no-repeat;
	position: absolute;
	right: 90px;
	top: 375px;
}

.page3 .tab-list .good{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: bottom;
	margin-left: 25px;
	background: url(../images/hy_xsx_good.png?v=20210129.1) no-repeat;
	background-size: 100% 100%;
}

.page3 .tab-list .good .number {
	position: absolute;
	bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
}

.page3 .hidn{
	display: none;
}

/* 攻略 end */

/* 侧边导航 start */

.broadside-bar {
	position: fixed;
	height: 472px;
	top: 50%;
	right: 20px;
	box-sizing: border-box;
    padding-top: 20px;
	transform: translateY(-50%);
	z-index: 10;
}

.broadside-bar-bg{
	position: absolute;
	width: 30px;
	height: 472px;
	right: 0;
	top: 0;
}

.broadside-bar_title {
	display: block;
	margin-right: 30px;
	margin-bottom: 20px;
	height: 35px;
	padding-right: 10px;
	min-width: 60px;
	text-align: right;
	line-height: 35px;
	color: #baaaa8;
	cursor: pointer;

}

.broadside-bar .un {
	position: relative;
}

.broadside-bar .on {
	position: relative;
	color: #ffffff;
	height: 35px;
	background: url(../images/hy_bar_title_bg.png?v=20210129.1) no-repeat;
	background-size: 100% 100%;
}

.broadside-bar .on:after {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	right: -22px;
	width: 16px;
	height: 67px;
	background: url(../images/hy_bar_on_bg.png?v=20210129.1) no-repeat;
	background-size: 100% 100%;
}

.broadside-bar .un:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 6px;
	right: -18px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/hy_bar_dian.png?v=20210129.1) no-repeat;
	background-size: 100% 100%;
}
/* 侧边导航 end */

/* 武将 start */
.page4 .box{
	padding-top: 120px;
}
.page4 .role {
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	bottom: -50px;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}

.page4 .role .role-tab {
	width: 316px;
	height: 250px;
	position: absolute;
	right: 50%;
	margin-right: 270px;
	bottom: 580px;
	background: url(../images/role-tab-bg.png?v=20210129.1) no-repeat center 80px;
	z-index: 2;
	font-family:"Microsoft YaHei";
}

.page4 .role .role-tab.nobg {
	background: none;
}

.page4 .role .role-tab .junshi {
	font-size: 30px;
	color: #5b5a57;
	text-align: center;
	cursor: pointer;
}

.page4 .role .role-tab .zhujiang {
	font-size: 30px;
	color: #5b5a57;
	text-align: center;
	cursor: pointer;
	width: 100px;
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
    letter-spacing: 8px;
}

.page4 .role .role-tab .junshi {
	color: #5b5a57;
	width: 100px;
	height: 32px;
	text-align: center;
    line-height: 32px;
    margin: 0 auto;
    letter-spacing: 8px;
}

.page4 .role .role-tab .junshi.on {
	color: #9c8559;
}

.page4 .role .role-tab .zhujiang.on {
	color: #9c8559;
}

.page4 .role .role-tab .zhujiang {
	width: 100px;
    height: 32px;
    line-height: 32px;
    margin: 10px auto;
    letter-spacing: 8px;
}

.page4 .role .role-tab .list {
	width: 100%;
	position: absolute;
	left: 0;
	top: 80px;
}

.page4 .role .role-tab .list a {
	position: absolute;
	font-size: 18px;
	text-align: center;
	color: #5b5a57;
	width: 62px;
	height: 62px;
	background: url(../images/role-tab.png?v=20210129.1) no-repeat;
	overflow: hidden;
}

.page4 .role .role-tab .list a:hover,
.page4 .role .role-tab .list a.on {
	background-image: url(../images/role-tab-on.png?v=20210129.1);
}

.page4 .role .role-tab .list a i {
	display: block;
	width: 62px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 6px;
}

.page4 .role .role-tab .list a:nth-child(1) {
	left: 0;
	top: 0;
}

.page4 .role .role-tab .list a:nth-child(1) i {
	background-image: url(../images/role-tab1.png?v=20210129.1);
}

.page4 .role .role-tab .list a:nth-child(2) {
	left: 31px;
	top: 56px;
}

.page4 .role .role-tab .list a:nth-child(2) i {
	background-image: url(../images/role-tab2.png?v=20210129.1);
}

.page4 .role .role-tab .list a:nth-child(3) {
	left: 86px;
	top: 100px;
}

.page4 .role .role-tab .list a:nth-child(3) i {
	background-image: url(../images/role-tab3.png?v=20210129.1);
}

.page4 .role .role-tab .list a:nth-child(4) {
	left: 162px;
	top: 100px;
}

.page4 .role .role-tab .list a:nth-child(4) i {
	background-image: url(../images/role-tab4.png?v=20210129.1);
}

.page4 .role .role-tab .list a:nth-child(5) {
	left: 223px;
	top: 56px;
}

.page4 .role .role-tab .list a:nth-child(5) i {
	background-image: url(../images/role-tab5.png?v=20210129.1);
}

.page4 .role .role-tab .list a:nth-child(6) {
	left: 255px;
	top: 0;
}

.page4 .role .role-tab .list a:nth-child(6) i {
	background-image: url(../images/role-tab6.png?v=20210129.1);
}

.page4 .role .role-con,
.page4 .role .role-type,
.page4 .role .role-item-tab,
.page4 .role .role-item-con,
.page4 .role .role-item {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.page4 .role .role-type,
.page4 .role .role-item {
	display: none;
}

.page4 .role .role-item>img {
	display: block;
	width: 1920px;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	-webkit-animation: rolein 1s ease 0s forwards;
	animation: rolein 1s ease 0s forwards;
}

.page4 .role .role-item .role-detail {
	width: 323px;
	position: absolute;
	left: 50%;
	margin-left: 274px;
	bottom: 618px;
	opacity: 0;
	-webkit-animation: detailin 0.8s ease 0.2s forwards;
	animation: detailin 0.8s ease 0.2s forwards;
}

.page4 .role .role-item .role-detail h3 {
	border-bottom: 1px dashed #bcb9b5;
	font-size: 0;
	position: relative;
}

.page4 .role .role-item .role-detail h3 em {
	font-size: 35px;
	color: #9c8559;
	font-style:normal;
}

.page4 .role .role-item .role-detail h3 span {
	font-size: 20px;
	color: #5b5a57;
	margin-left: 6px;
}

.page4 .role .role-item .role-detail h3 a {
	width: 26px;
	height: 26px;
	position: absolute;
	right: 6px;
	bottom: 6px;
	background: url(../images/voice.png?v=20210129.1) no-repeat;
}

.page4 .role .role-item .role-detail>p {
	font-size: 20px;
	line-height: 40px;
	padding-bottom: 10px;

}

.page4 .role .role-item .role-detail .jineng {
	font-size: 0;
}

.page4 .role .role-item .role-detail .jineng a {
	display: inline-block;
	width: 58px;
	height: 58px;
	margin-right: 16px;
}

.page4 .role .role-item .role-detail .jineng a img {
	width: 58px;
}

.page4 .role .role-item-tab {
	z-index: 2;
}

.page4 .role .role-item-tab a {
	position: absolute;
	background: url(../images/role-item-bg.png?v=20210129.1) no-repeat;
	width: 142px;
	height: 142px;
	overflow: hidden;
	opacity: 0;
}

.page4 .role .role-item-tab a img {
	width: 130px;
	display: block;
	margin: 6px 0 0 6px;
}

.page4 .role .role-item-tab a:nth-child(1) {
	right: 50%;
	margin-right: 428px;
	bottom: 290px;
	-webkit-animation: rolein 1s ease 0.5s forwards;
	animation: rolein 1s ease 0.5s forwards;
}

.page4 .role .role-item-tab a:nth-child(2) {
	right: 50%;
	margin-right: 250px;
	bottom: 410px;
	-webkit-animation: rolein 1s ease 0.3s forwards;
	animation: rolein 1s ease 0.3s forwards;
}

.page4 .role .role-item-tab a:nth-child(3) {
	left: 50%;
	margin-left: 250px;
	bottom: 410px;
	-webkit-animation: rolein 1s ease 0.3s forwards;
	animation: rolein 1s ease 0.3s forwards;
}

.page4 .role .role-item-tab a:nth-child(4) {
	left: 50%;
	margin-left: 428px;
	bottom: 290px;
	-webkit-animation: rolein 1s ease 0.5s forwards;
	animation: rolein 1s ease 0.5s forwards;
}

@-webkit-keyframes rolein {
	0% {
		-webkit-transform: translate3d(0, 150px, 0);
		transform: translate3d(0, 150px, 0);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0, 0, 0);
		transform: translateY(0, 0, 0);
		opacity: 1;
	}
}

@keyframes rolein {
	0% {
		-webkit-transform: translate3d(0, 150px, 0);
		transform: translate3d(0, 150px, 0);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0, 0, 0);
		transform: translateY(0, 0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes detailin {
	0% {
		-webkit-transform: translate3d(150px, 0, 0);
		transform: translate3d(150px, 0, 0);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0, 0, 0);
		transform: translateY(0, 0, 0);
		opacity: 1;
	}
}

@keyframes detailin {
	0% {
		-webkit-transform: translate3d(150px, 0, 0);
		transform: translate3d(150px, 0, 0);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0, 0, 0);
		transform: translateY(0, 0, 0);
		opacity: 1;
	}
}

/* 武将 end */

/* 点赞数 */
.page3_sgg1_un_goods {
	position: relative;
	width: 18px;
	height: 17px;
	float: right;
	margin-right: 20px;
	padding: 0 10px 10px 0;
}

.page3_sgg1_un_goods i {
	position: absolute;
	width: 18px;
	height: 17px;
	top: 0;
	left: 50%;
	margin-left: -9px;
	display: inline-block;
	background: url(../images/hy_xsx_good.png) no-repeat;
	background-size: 100% 100%;
}
.page3_sgg1_un_goods_number {
	position: absolute;
	bottom: -10px;
	left: 50%;
	color: #683545;
	font-size: 13px;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

/* 点赞 */
.goodsAni{
	animation: radiAni 1s 1;
}

@keyframes radiAni {
	0% {
	  transform: rotate(0deg) scale(1);
	}
  

	50%{
		transform: rotate(-45deg) scale(2);
	}

	100% {
		transform: rotate(0deg) scale(1);
	}

  }

/* z-index 顺序表
broadside-bar 侧边导航栏  10



*/

/* 签到 */

.pop_login, .pop_select{
	position: relative;
	display: none;
	width: 763px;
	height: 589px;
	padding-top: 55px;
	background: url(../images/signPop_login.png) no-repeat;
	background-size: 100% 100%;
}

.pop_login_title {
	text-align: center;
}

.pop_login_title span {
	font-size: 32px;
	color: #683545;
}

.pop_login_desc{
	text-align: center;
	font-size: 28px;
	color: #683545;
	margin-top: 100px;
}

.pop_login_enter {
	position: absolute;
	width: 253px;
	height: 64px;
	line-height: 60px;
	bottom: 100px;
	margin: 0 auto;
	left: 50%;
	margin-left: -126.5px;
	background: url(../images/popLogin_enter.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #ffeac0;

}

.sign_reward{
	position: relative;
	margin-top: 55px;
	color: #714d50;
	font-size: 18px;

}

.sign_reward .title {
	position: absolute;
	left: -100px;
	top: 48%;
	max-width: 150px;
	word-break: break-all;
}

.sign_reward_detail:nth-child(2){
	margin-left: 10%;
}

.sign_reward_detail {
	width: 12%;
    /* margin-left: 10%; */
    display: inline-block;
}

.sign_reward_detail p {
	position: absolute;
	width: 130%;
	word-break: break-all;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	text-align: center;
}

.sign_reward_detail_img{
	position: relative;
	width: 80px;
	height: 82px;
}

.sign_reward_detail_img img{
	width: 100%;
	height: 100%;
}

/* 选择角色弹框 */
.pop_select .select_wrap{
	margin-top: 80px;
	text-align: center;
}

.pop_select .select_wrap .serve,.pop_select .select_wrap .role {
	border: 1px solid #5f3c3c;
    width: 250px;
    height: 35px;
    padding: 0 10px;
}

.pop_select .btn_wrap{
	position: absolute;
    bottom: 100px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 100px;
}

.pop_select .btn_wrap .enter, .pop_select .btn_wrap .cencle, .pop_common .enter {
	display: inline-block;
	width: 253px;
	height: 64px;
	color: #ffeac0;
	font-weight: 500;
	text-align: center;
	line-height: 64px;
	background: url(../images/pop_select_btn.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.pop_select .btn_wrap .enter {
	float: left;
}

.pop_select .btn_wrap .cencle{
	float: right;
}

/* 公用弹窗 */
.pop_common{
	position: relative;
	width: 763px;
	height: 589px;
	padding-top: 55px;
	background: url(../images/pop_select_bg.png) no-repeat;
	background-size: 100% 100%;
}

.pop_common .common_desc{
	text-align: center;
	font-size: 18px;
	color: #5f3c3c;
	margin-top: 100px;
}

.pop_common .enter{
	position: absolute;
	bottom: 100px;
	left: 50%;
	margin-left: -126.5px;
}

.page7 .navBar-wrap_item .qiandao-cancellation , .page7 .navBar-wrap_item .qiandao-switch{
	float: right;
    color: #5f3c3c;
    margin-right: 20px;
    text-decoration: underline;
}