html,
body {
	font-family: MicrosoftYaHei;
	overflow-x: hidden;
}

body {
	position: relative;
	font-size: 16px;
	color: #ffffff;
}

/* 内容 */
.wrap {
	box-sizing: border-box;
}

.wrap1 {
	height: 960px;
	background: url(../images/bg1.png) no-repeat top center;
}

.wrap2 {
	height: 1008px;
	background: url(../images/bg2.png) no-repeat top center;
	padding-top: 225px;
	z-index: 10;
	position: relative;
}

.wrap3 {
	height: 638px;
	background: url(../images/bg3.png) no-repeat top center;
	padding-top: 66px;
}

.wrap4 {
	height: 874px;
	background: url(../images/bg4.png) no-repeat top center;
	padding-top: 80px;
}

.wrap5 {
	height: 994px;
	background: url(../images/bg5.png) no-repeat top center;
	padding-top: 79px;
}

.sprite {
	background: url(../images/sprite.png) no-repeat;
	background-size: 1382px 2723px;
}

.main {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

/* wrap1 */
.wrap1 {
	padding-top: 85px;
}

.age-tip,
.years{
	position: absolute;
	left: -90px;
	top: 0;
	width: 80px;
	height: 102px;
	background: url(//webres.61.com/common/images/age_12_h102.png) no-repeat top center;
	cursor: pointer;
}

.years{
	top: 120px;
    left: -120px;
	width: 137px;
	height: 121px;
	background: url(../images/years.png) no-repeat top center;
}

.game-bg {
	width: 1180px;
	height: 687px;
	background: url(../images/game-bg.png) no-repeat top center;
	margin: 0 auto;
	position: relative;
}

.game-bg iframe {
	width: 1136px;
	height: 640px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -568px;
	margin-top: -320px;
}

.award-list {
	width: 1180px;
	height: 170px;
	margin: 14px auto 0;
	background-position: -98px 0;
	position: relative;
	transform: translateY(30px);
	opacity: 0
}

.reward-ul {
	display: inline-block;
	margin-top: 21px;
	margin-left: 22px;
}

.reward-ul li {
	display: inline-block;
	vertical-align: top;
	width: 135px;
	height: 118px;
	position: relative;
	margin-right: 65px;
	cursor: pointer;
}

.reward-ul li div {
	height: 90%;
	text-align: center;
	background-color: rgba(0, 0, 0, .8);
	width: 90%;
	margin: 6px auto 0;
	border-radius: 5px;
	font-size: 12px;
	box-sizing: border-box;
	padding-top: 24px;
	opacity: 0;
	transition: all .3s;
}

.reward-ul li div:hover {
	opacity: 1;
}

.reward-ul li.active::before {
	content: '';
	position: absolute;
	width: 47px;
	height: 47px;
	background: url(../images/reward-active.png) no-repeat center;
	right: -16px;
	bottom: 0px;
	animation: haha2 .3s;
	z-index: 10;
}

@keyframes haha2 {
	0% {
		transform: scale(.5);
	}

	100% {
		transform: scale(1);
	}
}

.reward-ul li:nth-child(1) {
	background: url(../images/reward1.png?20210115) no-repeat top center;
}

.reward-ul li:nth-child(2) {
	background: url(../images/reward2.png?20210115) no-repeat top center;
}

.reward-ul li:nth-child(3) {
	background: url(../images/reward3.png?20210115) no-repeat top center;
}

.reward-ul li:nth-child(4) {
	background: url(../images/reward4.png?20210115) no-repeat top center;
}

.reward-ul li i.number {
	position: absolute;
	width: 74px;
	height: 34px;
	left: 50%;
	transform: translateX(-50%);
	top: -13px;
	z-index: 10;
}

.reward-ul li:nth-child(1) i.number {
	background: url(../images/reward1-num.png) no-repeat center;
}

.reward-ul li:nth-child(2) i.number {
	background: url(../images/reward2-num.png) no-repeat center;
}

.reward-ul li:nth-child(3) i.number {
	background: url(../images/reward3-num.png) no-repeat center;
}

.reward-ul li:nth-child(4) i.number {
	background: url(../images/reward4-num.png) no-repeat center;
}

.reward-ul li::after {
	content: '';
	position: absolute;
	right: -60px;
	top: 50%;
	margin-top: -12px;
	width: 54px;
	height: 24px;
	background: url(../images/reward-icon.png) no-repeat top center;
	opacity: 0;
}

.reward-ul li:nth-child(1)::after {
	animation: haha1 2s linear infinite;
}

.reward-ul li:nth-child(2)::after {
	animation: haha1 2s linear .5s infinite;
}

.reward-ul li:nth-child(3)::after {
	animation: haha1 2s linear 1s infinite;
}

.reward-ul li:nth-child(4)::after {
	animation: haha1 2s linear 1.5s infinite;
}

@keyframes haha1 {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.reward-ul li:nth-child(4)::after {
	background: url(../images/reward-icon1.png) no-repeat top center;
}

.progress-div {
	position: absolute;
	height: 4px;
	width: 600px;
	left: 98px;
	top: 149px;
	background-color: #4a76c6;
}

.progress {
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #4a76c6;
	top: -5px;
}

.progress1 {
	left: -7px;
}

.progress2 {
	left: 193px;
}

.progress3 {
	left: 393px;
}

.progress4 {
	left: 593px;
}

.progress-active {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background-color: #f8e9b1;
	transition: all .3s;
	max-width: 600px;
	overflow: hidden;
}

.progress.circle-active {
	background-color: #f8e9b1;
	transition: all .3s;
}

.award-btn1,
.award-btn2 {
	position: absolute;
	top: 25px;
	cursor: pointer;
	height: 115px;
	width: 150px;
}

.award-btn1 {
	right: 193px;
}

.award-btn2 {
	right: 18px;
}

/* wrap2 */
.wrap2-title {
	display: block;
	width: 559px;
	height: 294px;
	background-position: -108px -402px;
	margin-left: 18px;
	position: relative;
}

.play {
	position: absolute;
	width: 82px;
	height: 82px;
	left: 0;
	top: 0;
	background: url(../images/play.png) no-repeat top center;
	left: 62px;
	top: 76px;
	animation: haha3 2s linear infinite;
	transform: scale(.9);
	cursor: pointer;
}

@keyframes haha3 {
	0% {
		transform: scale(.9);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(.9);
	}
}

.wrap2-con {
	margin-top: 83px;
}

.left-handle {
	width: 832px;
	height: 357px;
	background-position: -6px -774px;
	position: relative;
}

.left-btn {
	position: absolute;
	left: 0;
	cursor: pointer;
}

.left-btn1 {
	width: 110px;
	height: 63px;
	top: 0;
}

.left-btn2 {
	width: 110px;
	height: 63px;
	top: 0;
	left: 110px;
}

.left-btn3 {
	width: 220px;
	height: 80px;
	top: 63px;
}

.left-btn4 {
	width: 220px;
	height: 80px;
	top: 143px;
}

.left-btn5 {
	width: 220px;
	height: 79px;
	top: 223px;
}

.left-btn6,
.left-btn7,
.left-btn8,
.left-btn9 {
	width: 220px;
	height: 55px;
	bottom: 0;
}

.left-btn7 {
	left: 220px;
	width: 201px;
}

.left-btn8 {
	left: 422px;
	width: 202px;
}

.left-btn9 {
	left: 623px;
	width: 209px;
}

.left-btn6:hover .left-btn6-code {
	opacity: 1;
	transform: translateY(-10px);
}

.left-btn6 .left-btn6-code {
	position: absolute;
	padding: 5px;
	background-color: rgb(255, 255, 255);
	border-radius: 10px;
	border: solid 2px #ff7b23;
	bottom: -190px;
	left: 33px;
	opacity: 0;
	transition: all .3s;
	z-index: 10;
}

.left-btn6 .left-btn6-code:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 10px solid #ff7b23;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
}

.left-btn6 .left-btn6-code img {
	width: 150px;
	height: auto;
}

.news-swiper-container {
	position: absolute;
	width: 612px;
	height: 302px;
	overflow: hidden;
	left: 220px;
	top: 0;
}

.news-swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
}

.news-swiper-container .swiper-item {
	position: relative;
	width: 100%;
	height: auto;
}

.swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background-color: #ffffff;
	opacity: 1;
	border-radius: 50%;
	margin-right: 10px;
}

.swiper-pagination-bullet-active {
	background-color: #fb7727;
}

.swiper-pagination-bullets {
	position: absolute;
	bottom: 66px;
	right: 0;
}

.right-news {
	width: 368px;
	height: 356px;
	background-color: #fffffe;
}

.nav-div {
	position: relative;
	height: 60px;
}

.news-nav {
	width: 350px;
	height: 100%;
	margin: 0 auto;
	border-bottom: solid 1px #c8c8c8;
	font-weight: bold;
}

.news-nav li {
	display: inline-block;
	font-size: 18px;
	color: #333333;
	line-height: 60px;
	width: 70px;
	text-align: center;
	cursor: pointer;
}

.news-nav li.on {
	color: #f86b4f;
}

.more {
	position: absolute;
	top: 0;
	right: 0;
	width: 47px;
	height: 47px;
	background: url(../images/icon1.png) no-repeat top left;
}

.newsdetil-swiper-container {
	overflow: hidden;
	position: relative;
	margin-top: 13px;
	height: 275px;
}

.newsdetil-swiper-container .swiper-item-a {
	height: 38px;
	line-height: 38px;
	display: block;
	font-size: 14px;
	color: #666666;
	padding: 0 18px;
	position: relative;
}

.newsdetil-swiper-container .swiper-item-a:hover .span-cont {
	color: #000;
	text-decoration: underline;
}

.newsdetil-swiper-container .swiper-item-a .span1 {
	margin-right: 3px;
}

.newsdetil-swiper-container .swiper-item-a .span-cont {
	display: inline-block;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
}

.newsdetil-swiper-container .swiper-item-a .time {
	float: right;
	color: #999999;
}

/* wrap3 */
.wrap3-title {
	display: block;
	width: 492px;
	height: 55px;
	background-position: -90px -1221px;
}

.wrap3-version {
	position: relative;
	width: 1196px;
	height: 429px;
	background-position: -93px -1292px;
	margin-top: 16px;
}

.wrap3-version::after {
	content: '';
	position: absolute;
	bottom: -73px;
	right: -355px;
	width: 674px;
	height: 398px;
	background: url(../images/people1.png) no-repeat top left;
}

/* wrap4 */
.wrap4-title {
	display: block;
	width: 1167px;
	height: 53px;
	background-position: -109px -1801px;
	margin: 0 auto;
}

.wrap4-swiper-div {
	width: 1257px;
	height: 559px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 34px;
}

.game-swiper-container {
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.game-swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
}

.game-swiper-container .swiper-item {
	position: relative;
	width: 100%;
	height: auto;
}

.game-swiper-container .swiper-slide a i {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	transition: all .3s;
}

.game-swiper-container .swiper-slide-active a i {
	background-color: rgba(0, 0, 0, 0);
}

.swiper-button-prev,
.swiper-button-next {
	outline: none;
	width: 61px;
	height: 97px;
	background: url(../images/swiper-button-prev.png) no-repeat top center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.swiper-button-prev {
	left: -100px;
}

.swiper-button-next {
	transform: translateY(-50%) rotate(180deg);
	right: -100px;
}

.swiper-pagination2.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 29px;
	height: 28px;
	background: url(../images/bullets1.png) no-repeat top center;
	margin-right: 50px;
	position: relative;
}

.swiper-pagination2.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: url(../images/bullets2.png) no-repeat top center;
}

.swiper-pagination2.swiper-pagination-bullets {
	position: relative;
	margin: 0 auto;
	display: block;
	bottom: -20px;
	left: 0;
}

.swiper-pagination2.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1)::before {
	content: '';
	position: absolute;
	top: 3px;
	left: -443px;
	width: 430px;
	height: 15px;
	background: url(../images/bullets-left.png) no-repeat top center;
}

.swiper-pagination2.swiper-pagination-bullets .swiper-pagination-bullet:last-child::after {
	content: '';
	position: absolute;
	top: 3px;
	right: -443px;
	width: 430px;
	height: 15px;
	background: url(../images/bullets-right.png) no-repeat top center;
}

/* wrap5 */
.wrap5-title {
	display: block;
	width: 881px;
	height: 56px;
	background-position: -254px -2668px;
	margin: 0 auto;
}

.con-div {
	margin-top: 39px;
	width: 1238px;
}

.con-title {
	font-size: 22px;
	color: #ffffff;
	line-height: 45px;
	margin-bottom: 10px;
}

.con-width1 {
	display: inline-block;
	width: 610px;
	margin-top: 27px;
}

.title-ico {
	float: left;
	width: 34px;
	height: 34px;
	margin-top: 7px;
}

.title-ico1 {
	background: url(../images/icon2.png) no-repeat;
}

.title-ico2 {
	background: url(../images/icon3.png) no-repeat;
}

.title-ico3 {
	background: url(../images/icon4.png) no-repeat;
}

.name1 {
	float: left;
	margin-left: 18px;
}

.href-more {
	float: right;
	background-color: #f86b4f;
	border-radius: 7px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	margin-top: 6px;
}

.href-more:hover {
	opacity: .9;
}

.con-img-list {
	width: 102%;
}

.con-img-list li {
	display: inline-block;
	width: 290px;
	height: 358px;
	background-color: #d6a8a9;
	border: solid 4px #ffffff;
	overflow: hidden;
	margin-right: 10px;
	cursor: pointer;
}

.con-img-list li img,
.con-video-list li img {
	width: 100%;
	height: auto;
	transition: all .3s;
}

.con-img-list li img:hover {
	transform: scale(1.1);
}

.con-video-list {
	margin-top: -25px;
}

.con-video-list li {
	display: inline-block;
	width: 289px;
	height: 185px;
	background-color: #d6a8a9;
	border: solid 4px #ffffff;
	overflow: hidden;
	margin-right: 10px;
	position: relative;
	cursor: pointer;
}

.con-video-list li a i {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
}

.con-video-list li a:hover i::before {
	transform: scale(1.1);
}

.con-video-list li a i::before {
	content: '';
	position: absolute;
	width: 59px;
	height: 59px;
	top: 50%;
	left: 50%;
	margin-top: -29.5px;
	margin-left: -29.5px;
	background: url(../images/art-play.png) no-repeat top center;
	transition: all .3s;
}

.fl-left {
	display: inline-block;
	vertical-align: top;
}

.fl-left1 {
	margin-left: -10px;
}

.con-title-list {
	margin-top: -25px;
	background-color: #ffffff;
	padding: 20px;
	box-sizing: border-box;
	height: 193px;
	box-sizing: border-box;
}

.con-title-list li {
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	margin-right: 14px;
}

.con-title-list li a {
	font-size: 14px;
	color: #999999;
}

.con-title-list li a .con-title-left,
.con-title-list li a .con-title-right {
	display: inline-block;
	width: 135px;
	vertical-align: top;
}

.con-title-list li a .con-title-right {
	width: 129px;
	height: 151px;
	overflow: hidden;
}

.con-title-list li a .con-title-right img {
	width: 100%;
	height: auto;
}

.con-title-list li .con-title-p {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
	overflow: hidden;
}

.con-title-list li .con-title-div {
	margin-top: 15px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	max-height: 105px;
	overflow: hidden;
}

/* 蒙层 */
.mask1 {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	left: 0;
	z-index: 999;
	overflow: auto;
}

.dialog-content {
	color: #000;
}

.main-bg {
	position: absolute;
	width: 834px;
	height: 85vh;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	border: solid 8px #5786e6;
	box-sizing: border-box;
}

.detail-close {
	position: absolute;
	top: -72px;
	right: -16px;
	width: 60px;
	height: 60px;
	background: url(../images/detail-close.png) no-repeat center/cover;
	cursor: pointer;
}

.main-title {
	text-align: center;
	font-size: 30px;
	color: #333333;
	margin: 38px auto 47px;
	font-weight: bold;
	position: relative;
	line-height: 37px;
}

.main-title::before {
	content: '';
	position: absolute;
	width: 616px;
	height: 11px;
	left: 50%;
	top: 50%;
	margin-top: -5px;
	margin-left: -308px;
	background: url(../images/main-title.png) no-repeat center/cover;
}

.main-list {
	width: 93%;
	margin: 0 auto;
	font-size: 14px;
	color: #666666;
	height: 50vh;
	overflow: auto;
}

.main-list li {
	margin-bottom: 20px;
}

.main-list p {
	color: #5786e6;
	margin-bottom: 10px;
}

/* 预约弹框 */
.appoint-dialog {
	position: absolute;
	width: 805px;
	height: 588px;
	background: url(../images/appoint-bg.png) no-repeat top center;
	left: 50%;
	top: 50%;
	margin-top: -294px;
	margin-left: -402px;
	padding-top: 150px;
	font-size: 30px;
	letter-spacing: 1px;
	color: #59606b;
}

.label-div {
	text-align: center;
	margin-bottom: 59px;
}

.regular-radio {
	display: none;
}

.regular-radio+label {
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #0a0205;
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.label-div .right {
	margin-right: 100px;
	margin-left: -100px;
}

.regular-radio+label span {
	position: absolute;
	top: -15px;
	left: 25px;
}

.regular-radio:checked+label:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #333333;
	box-shadow: 0px 0px 5px 0px #333333;
	left: 3px;
}

.form-item {
	text-align: center;
	margin-bottom: 17px;
}

.form-item input {
	display: inline-block;
	height: 63px;
	width: 567px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #72839b;
	font-size: 24px;
	letter-spacing: 1px;
	padding: 0 50px;
	box-sizing: border-box;
}

input::placeholder {
	color: #aeb6c4;
}

.form-item-code input {
	width: 380px;
}

.form-item-code .sendcode {
	display: inline-block;
	width: 173px;
	height: 63px;
	line-height: 63px;
	text-align: center;
	background-color: #5b77dc;
	border-radius: 10px;
	border: solid 1px #72839b;
	vertical-align: top;
	color: #ffffff;
	font-size: 24px;
}

.form-item-code .sendcode.active {
	background-color: #ccc;
	border: solid 1px #ccc;
}

.form-item-code .sendcode:hover,
.appoint-game:hover {
	opacity: .9;
}

.appoint-game {
	display: block;
	margin: 0 auto;
	width: 270px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: #ffd52e;
	border-radius: 10px;
	font-size: 30px;
	color: #7f3623;
	margin-top: 36px;
}

.active-tip {
	color: #0d3c69;
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
}

.active-tip span {
	color: #ff7b23;
}

.close-appoint {
	position: absolute;
	right: 31px;
	top: 100px;
	width: 50px;
	height: 58px;
	background: url(../images/close-appoint.png?20200120) no-repeat center;
	cursor: pointer;
}

.video-bg {
	width: 47vw;
	height: 56vh;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/video-bg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
}

.video-bg video {
	width: 100%;
	height: 100%;
}

.video-bg .detail-close,
.video-tonren .detail-close,
.image-tonren .detail-close {
	left: 50%;
	transform: translateX(-50%);
}

.video-tonren {
	width: 60vw;
	height: 60vh;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -30vh;
	margin-left: -30vw;
}

.video-tonren iframe {
	width: 100%;
	height: 100%;
}

.bottom-tran-top {
	transform: translateY(0);
	opacity: 1;
	transition: all .6s;
}

.image-tonren {
	position: relative;
	text-align: center;
	margin: 15vh 0;
}

.image-tonren img {
	display: inline-block;
	max-width: 90vw;
	height: auto;
}

.appoint-people {
	position: absolute;
	width: 100%;
	bottom: -22px;
	font-size: 14px;
	text-align: center;
}

.appoint-people span {
	color: #ffe19c;
}
