html {
	overflow-x: hidden;
	font-family: Microsoft YaHei;
}

body {
	font-size: 18px;
	color: #fff;
	height: 100vh;
	overflow: hidden;
}

.sprite {
	background: url(../images/sprite.png?20200717) no-repeat;
}

/* 头部信息 */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: rgba(89, 88, 147, .7);
	z-index: 100;
	padding: 0 22px;
	box-sizing: border-box;
}

.logo {
	float: left;
	width: 463px;
	height: 71px;
	background-position: 0 0;
	margin-top: 15px;
}

.to-btn1 {
	position: absolute;
	top: 15px;
	width: 151px;
	height: 68px;
}

.to-hua {
	left: 18px;
}

.to-xhx {
	left: 195px;
}

.to-btn {
	display: inline-block;
	width: 151px;
	height: 68px;
}

.to-game1,
.to-game2 {
	width: 50px;
	height: 50px;
	vertical-align: super;
}

.to-game1 {
	background: url(../images/game1.png) no-repeat top center;
	margin-left: .5rem;
}

.to-game2 {
	position: relative;
	background: url(../images/game2.png) no-repeat top center;
	margin-right: 2rem;
}

.to-game3 {
	width: 143px;
	height: 82px;
	background: url(../images/quchensi.png) no-repeat top center;
	margin-top: 10px;
}

.to-game2::after {
	content: '';
	height: 35px;
	width: 1px;
	background-color: #aca3dd;
	position: absolute;
	right: -15px;
	top: 8px;
}

.share-text {
	display: inline-block;
	vertical-align: top;
	margin-top: 45px;
	margin-right: 5px;
}

.share-btn {
	display: inline-block;
	width: 40px;
	height: 30px;
	vertical-align: top;
	cursor: pointer;
	margin-top: 40px;
}

.weibo {
	background-position: -1772px -28px;
}

.tieba {
	background-position: -1813px -28px;
}

.qq {
	background-position: -1857px -28px;
}

/* 左侧导航 */
.navlist {
	position: absolute;
	width: 42px;
	height: 358px;
	left: 23px;
	top: 50%;
	transform: translateY(-45%);
	z-index: 100;
	background-position: -17px -355px;
}

.navlist::before {
	content: '';
	position: absolute;
	top: -118px;
	width: 1px;
	height: 109px;
	background-color: #f678ac;
	left: 50%;
	transform: translateX(-50%);
}

.navlist::after {
	content: '';
	position: absolute;
	bottom: -118px;
	width: 1px;
	height: 109px;
	background-color: #f678ac;
	left: 50%;
	transform: translateX(-50%);
}

.navlist ul li {
	width: 42px;
	height: 42px;
	position: relative;
	border-radius: 50%;
	margin-bottom: 20px;
	cursor: pointer;
}

.navlist ul li:hover {
	background: url(../images/sprite.png?20200717) no-repeat;
}

.navlist ul li.on {
	background: url(../images/sprite.png?20200717) no-repeat;
}

.navlist ul li.li-0 {
	background-position: -72px -355px;
}

.navlist ul li.li-1 {
	background-position: -72px -417px;
}

.navlist ul li.li-2 {
	background-position: -72px -479px;
}

.navlist ul li.li-3 {
	background-position: -72px -541px;
}

.navlist ul li.li-4 {
	background-position: -72px -603px;
}

.navlist ul li.li-5 {
	background-position: -72px -665px;
}

/* 左侧导航结束 */

/* 底部跳动提示 */
.main-bottom {
	position: absolute;
	bottom: 49px;
	z-index: 2;
	height: 66px;
	animation: pullupBounce .5s ease infinite;
	left: 50%;
	transform: translateX(-50%);
}

.pull-up {
	width: 103px;
	height: 77px;
	background: url(../images/pull-up.png?20200609) no-repeat top center;
	cursor: pointer;
	margin: 0 auto;
}

@keyframes pullupBounce {
	0% {
		bottom: 39px;
	}

	50% {
		bottom: 49px;
	}

	100% {
		bottom: 39px;
	}
}

/* 底部跳动提示结束 */

/* 内容 */
.swiper-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper-container .swap1 {
	background: url(../images/swap1.jpg?20200715) no-repeat top center;
}

.swiper-container .swap2 {
	background: url(../images/swap2.jpg) no-repeat top center;
}

.swiper-container .swap3 {
	background: url(../images/swap3.jpg) no-repeat top center;
}

.swiper-container .swap4 {
	background: url(../images/swap4.jpg) no-repeat top center;
}

.swiper-container .swap5 {
	background: url(../images/swap5.jpg) no-repeat top center;
}

.swiper-container .swap6 {
	background: url(../images/swap6.jpg) no-repeat top center;
}

.main {
	width: 1000px;
	height: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

.main .title {
	display: block;
	margin: 0 auto;
}

.swap4 .main,
.swap5 .main,
.swap6 .main {
	padding-top: 135px;
}

/* swap1 */
.swap1 .main {
	padding-top: 180px;
}

.swap1 .title1 {
	width: 722px;
	height: 140px;
	background-position: -595px -172px;
}

/* swap2 */
.swap2 .swap2-item {
	width: 50%;
	height: 100%;
	position: relative;
}

.swap2 .swap2-item a {
	position: absolute;
	width: 315px;
	height: 177px;
	bottom: 200px;
	left: 50%;
	transform: translateX(-50%);
}

.swap2 i.swap2-xhx,
.swap2 i.swap2-hua {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
}

.swap2 i.swap2-hua {
	background: url(../images/hua-title1.png) no-repeat center;
}

.swap2 i.swap2-xhx {
	background: url(../images/hua-title2.png) no-repeat center;
}

.swap2 i.circle1,
.swap2 i.circle2 {
	position: absolute;
	width: 290px;
	height: 292px;
	left: 11px;
	top: -56px;
	animation: haha1 5s linear infinite;
}

@keyframes haha1 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.swap2 i.circle1 {
	background: url(../images/hua-bg1.png) no-repeat center;
}


.swap2 i.circle2 {
	background: url(../images/hua-bg2.png) no-repeat center;
}

/* swap3 */
.swap3 .title3 {
	width: 812px;
	height: 121px;
	background: url(../images/title3.png) no-repeat top center;
	margin-top: 100px;
	margin-left: 130px;
}

.swap3 .lunber-bg {
	position: absolute;
	width: 989px;
	height: 989px;
	top: 50px;
	background: url(../images/lunber-bg.png) no-repeat top center;
}

.coming-soon {
	display: block;
	width: 572px;
	height: 576px;
	background: url(../images/no-open.png) no-repeat top center;
	margin: 0 auto;
}

.swap3-swiper-container {
	width: 1400px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 230px;
}

.swap3-swiper-container .swiper-slide {
	width: 949px;
	height: 560px;
	position: relative;
}

.swap3-swiper-container .swiper-slide a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.swap3-swiper-container .swiper-slide a img {
	width: 100%;
	height: auto;
}

.swap3-swiper-container .swiper-slide-prev.swiper-slide img {
	margin-left: 509px;
	filter: brightness(.5);
}

.swap3-swiper-container .swiper-slide-next.swiper-slide img {
	margin-left: -509px;
	filter: brightness(.5);
}

.swiper-button-next,
.swiper-button-prev {
	width: 100px;
	height: 148px;
	cursor: pointer;
	outline: none;
	top: 45%;
}

.swiper-button-prev {
	background-position: -46px -1217px;
	left: -310px;
}

.swiper-button-next {
	background-position: -46px -1217px;
	right: -310px;
	transform: rotate(-180deg);
}

.swap3-desc {
	position: absolute;
	top: 632px;
	left: 200px;
}

.swap3-desc p {
	font-size: 36px;
	margin-bottom: 20px;
}

.swap3-desc div {
	font-size: 18px;
	color: #c6c3ff;
}

/* swap4 */

.swap4 .title4 {
	width: 839px;
	height: 115px;
	background-position: -656px -1256px;
}

.swap4 .people1 {
	position: absolute;
	width: 1286px;
	height: 1150px;
	right: 0;
	bottom: -80px;
	background: url(../images/people1.png) no-repeat top center;
}

.wp {
	position: absolute;
	left: -330px;
	top: 250px;
	width: 832px;
	height: 832px;
	y
}

.audio-circle {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url(../images/record.png) no-repeat center;
}

.audio-circle-on {
	animation: haha1 3s linear infinite;
}


@keyframes haha1 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.music {
	position: absolute;
	left: -117px;
	top: 436px;
	width: 1255px;
	height: 438px;
	background: url(../images/music-bg.png) no-repeat center;
}

.music-circle {
	position: absolute;
	width: 393px;
	height: 393px;
	left: 22px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/music-circle.png) no-repeat center;
}

.music-btn {
	position: absolute;
	width: 131px;
	height: 131px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	border: 4px solid #252424;
	border-radius: 50%;
}

.music-pause {
	background: url(../images/pause.png) no-repeat center;
}

.music-play {
	background: url(../images/play.png) no-repeat center;
}

/* .swap5 */
.swap5 .main {
	width: 1100px;
}

.swap5 .title5 {
	width: 428px;
	height: 112px;
	background-position: -873px -1547px;
}

.swap5 .people2 {
	position: absolute;
	width: 1545px;
	height: 1080px;
	left: 0;
	bottom: -100px;
	background: url(../images/people2.png) no-repeat top center;
}

.nav {
	margin-top: 52px;
	margin-left: 150px;
	position: relative;
}

.nav-list {
	color: #a7a7a7;
	display: inline-block;
}

.nav-list li {
	display: inline-block;
	width: 100px;
	margin-right: 60px;
	position: relative;
	cursor: pointer;
}

.nav-list li.li-image::after,
.nav-list li.li-text::after {
	content: '';
	position: absolute;
	right: -25px;
	top: -5px;
	height: 50px;
	width: 2px;
	background: #c5c5c5;
	transform: rotate(30deg);
	opacity: .6;
}

.nav-list li i {
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(../images/sprite.png?20200717) no-repeat;
	vertical-align: middle;
	margin-right: 16px;
}

.nav-list li.on {
	color: #666666;
}

.nav-list li.li-image i {
	background-position: 0px -1000px;
}

.nav-list li.on.li-image i {
	background-position: 0px -940px;
}

.nav-list li.li-text i {
	background-position: -176px -1000px;
}

.nav-list li.on.li-text i {
	background-position: -176px -940px;
}

.nav-list li.li-video i {
	background-position: -344px -1000px;
}

.nav-list li.on.li-video i {
	background-position: -344px -940px;
}

.nav-list-btn {
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 7px;
	color: #fff;
	margin-top: -5px;
	padding: 0 25px;
}

.nav-list-btn:hover {
	opacity: .8;
}

.look-more {
	background-color: #d66c98;
	margin-right: 7px;
}

.upload-write {
	background-color: #333333;
}

.write-list {
	position: absolute;
	top: 60px;
	left: 0;
	font-size: 0;
	width: 1000px;
}

.write-list li {
	display: inline-block;
	width: 229px;
	height: 242px;
	border: solid 2px #cfd6f2;
	overflow: hidden;
	margin-right: 12px;
	margin-bottom: 29px;
}

.write-list-text li {
	background-color: #fff;
	border: solid 2px #fff;
	padding: 13px 12px;
	box-sizing: border-box;
}

.write-list-text .write-title {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.write-list-text .write-content {
	font-size: 14px;
	color: #999999;
	max-height: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.write-list li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}

.write-list-video li a i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 10;
}

.write-list li a:hover>img {
	transform: scale(1.1);
}

.write-list li a .author {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 33px;
	line-height: 33px;
	width: 229px;
	background: rgba(0, 0, 0, .7);
	font-size: 14px;
	color: white;
	padding-left: 10px;
	box-sizing: border-box;
	z-index: 10;
}

.write-list-text li a .author {
	bottom: -13px;
	left: -13px;
}

.write-list-video 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;
}

.write-list li a img {
	width: 100%;
	height: auto;
	transition: all .3s;
}

/* 蒙层 */
.mask {
	position: fixed;
	width: 100%;
	top: 0;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	left: 0;
	z-index: 999;
	display: none;
	text-align: center;
	overflow: auto;
}

.mask-image {
	display: inline-block;
	position: relative;
	margin: 200px 0;
}

.mask-video {
	width: 60vw;
	height: 60vh;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -30vh;
	margin-left: -30vw;
	text-align: right;
}

.mask-video iframe {
	width: 100%;
	height: 100%;
	margin-top: 7px;
}

.mask-image img {
	border: 4px solid #fff;
}

.mask-image .image-right {
	position: absolute;
	right: -65px;
	top: 0;
}

.close-mask {
	display: inline-block;
	width: 57px;
	height: 57px;
	background: url(../images/close-mask.png) no-repeat top center;
	cursor: pointer;
	transition: all .3s;
}

.close-mask:hover {
	transform: rotate(180deg);
}

.title-name {
	width: 20px;
	font-size: 20px;
	margin: 15px auto 0;
	text-align: center;
}

/* swap6 */
.swap6 .title6 {
	width: 539px;
	height: 112px;
	background-position: -810px -1823px;
	margin-top: 41px;
}

.swap6 .people3 {
	position: absolute;
	right: 0;
	bottom: -100px;
	width: 1286px;
	height: 854px;
	background: url(../images/people3.png) no-repeat top center;
}

.history {
	width: 1028px;
	height: 545px;
	background-position: -458px -2090px;
	margin-top: -129px;
	position: relative;
}

.history-ul {
	position: relative;
	font-size: 16px;
	color: #e8c490;
}

.history-ul li {
	position: absolute;
	cursor: pointer;
	text-align: center;
}

.history-ul li i {
	display: block;
	width: 28px;
	height: 28px;
	background: url(../images/sprite.png?20200717) no-repeat;
	background-position: -219px -1561px;
}

.history-ul li.on i {
	width: 56px;
	height: 56px;
	background-position: -69px -1547px;
	margin-top: -14px;
	margin-left: -14px;
	animation: hua .3s ease;
}

@keyframes hua {
	0% {
		transform: scale(.5);
	}

	100% {
		transform: scale(1);
	}
}

.history-ul li p {
	position: absolute;
	top: 50px;
	left: -7px;
}

.history-ul li.li-7 p,
.history-ul li.li-8 p {
	left: 0px;
}

.history-ul li.li-9 p,
.history-ul li.li-10 p {
	left: 10px;
}

.history-ul li.li-0 {
	left: 72px;
	top: 313px;
}

.history-ul li.li-1 {
	left: 138px;
	top: 388px;
}

.history-ul li.li-2 {
	left: 223px;
	top: 456px;
}

.history-ul li.li-3 {
	left: 317px;
	top: 500px;
}

.history-ul li.li-4 {
	left: 425px;
	top: 524px;
}

.history-ul li.li-5 {
	left: 539px;
	top: 527px;
}

.history-ul li.li-6 {
	left: 652px;
	top: 504px;
}

.history-ul li.li-7 {
	left: 763px;
	top: 452px;
}

.history-ul li.li-8 {
	left: 864px;
	top: 368px;
}

.history-ul li.li-9 {
	left: 938px;
	top: 264px;
}

.history-ul li.li-10 {
	left: 988px;
	top: 150px;
	font-size: 30px;
	color: #ffafdc;
}

.history-desc {
	position: absolute;
	top: 190px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
}

.history-desc-solid {
	display: inline-block;
	width: 19px;
	height: 188px;
	background-position: -297px -1198px;
	margin: 0 31px;
}

.history-desc-time {
	font-size: 60px;
	color: #ffafdc;
}

.history-desc-content {
	color: #fff6df;
	line-height: 40px;
	transition: all .3s;
}

/* 媒体查询 */
@media screen and (max-width:1280px) {
	.swap3 .title3 {
		transform: scale(.6);
		margin-top: 50px;
	}

	.swap3-swiper-container {
		width: 900px;
		top: 150px;
	}

	.swap3-swiper-container .swiper-slide {
		width: 600px;
		height: 354px;
	}

	.swap3-swiper-container .swiper-slide-prev.swiper-slide img {
		margin-left: 286px;
	}

	.swap3-swiper-container .swiper-slide-next.swiper-slide img {
		margin-left: -286px;
	}

	.swiper-button-next,
	.swiper-button-prev {
		transform: scale(.5);
		top: 28%;
	}

	.swiper-button-prev {
		left: -40px;
	}

	.swiper-button-next {
		right: -40px;
		transform: scale(.5) rotate(180deg);
	}

	.swap4 .main,
	.swap5 .main {
		transform: scale(0.6) translateY(-180px);
	}

	.swap6 .main {
		transform: scale(0.7) translateY(-150px);
	}
}

@media (min-width: 1290px) and (max-width:1430px) {
	.swap3 .title3 {
		transform: scale(.6);
		margin-top: 50px;
	}

	.swap3-swiper-container {
		width: 900px;
		top: 150px;
	}

	.swap3-swiper-container .swiper-slide {
		width: 600px;
		height: 354px;
	}

	.swap3-swiper-container .swiper-slide-prev.swiper-slide img {
		margin-left: 286px;
	}

	.swap3-swiper-container .swiper-slide-next.swiper-slide img {
		margin-left: -286px;
	}

	.swiper-button-next,
	.swiper-button-prev {
		transform: scale(.5);
		top: 28%;
	}

	.swiper-button-prev {
		left: -40px;
	}

	.swiper-button-next {
		right: -40px;
		transform: scale(.5) rotate(180deg);
	}

	.swap4 .main,
	.swap5 .main {
		transform: scale(0.6) translateY(-180px);
	}

	.swap6 .main {
		transform: scale(0.8) translateY(-100px);
	}
}

@media (min-width: 1440px) and (max-width:1670px) {
	.swap3 .title3 {
		transform: scale(.8);
		margin-top: 50px;
	}

	.swap3-swiper-container {
		width: 1000px;
		top: 180px;
	}

	.swap3-swiper-container .swiper-slide {
		width: 700px;
		height: 413px;
	}

	.swap3-swiper-container .swiper-slide-prev.swiper-slide img {
		margin-left: 370px;
	}

	.swap3-swiper-container .swiper-slide-next.swiper-slide img {
		margin-left: -370px;
	}

	.swiper-button-next,
	.swiper-button-prev {
		transform: scale(.5);
		top: 33%;
	}

	.swiper-button-prev {
		left: -90px;
	}

	.swiper-button-next {
		right: -90px;
		transform: scale(.5) rotate(180deg);
	}

	.swap4 .main,
	.swap5 .main {
		transform: scale(0.7) translateY(-150px);
	}

	.swap6 .main {
		transform: scale(0.9) translateY(-50px);
	}
}
