html,
body {
	font-size: 13.3333333333333333333vw;
	font-family: "MicrosoftYaHei", "Helvetica Neue", sans-serif;
	overflow-x: hidden;
}

/* header */
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 1.2rem;
	background-color: rgba(80, 44, 93, 0.6);
	z-index: 10;
	padding: 0.05rem 0.18rem;
	box-sizing: border-box;
}

.logo-ico {
	float: left;
	width: 2.6rem;
	height: 1.09rem;
	background: url(../images/logo.png?20200622) no-repeat center/cover;
}

.share-bg {
	float: right;
	width: 0.57rem;
	height: 0.57rem;
	background: url(../images/share-bg.png) no-repeat;
	background-size: 100% auto;
	margin-top: 0.25rem;
	margin-left: 0.17rem;
}

/* 首页轮播 */
.swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.swiper-slide {
	height: 100%;
	width: 100%;
	position: relative;
}

.bg-1 {
	background: url(../images/bg1.png?20200715) no-repeat center/cover;
}

.bg-2 {
	background: url(../images/bg2.png) no-repeat center/cover;
}

.bg-3 {
	background: url(../images/bg3.png) no-repeat center/cover;
}

.bg-4 {
	background: url(../images/bg4.png) no-repeat center/cover;
}

.bg-5 {
	background: url(../images/bg5.png) no-repeat center/cover;
	text-align: center;
}

.bg-6 {
	background: url(../images/bg6.png) no-repeat center/cover;
}

/* 下滑箭头 */
.pull-up {
	position: absolute;
	width: 1.03rem;
	height: 0.77rem;
	background: url(../images/pull-up.png) no-repeat;
	background-size: 100% auto;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

.pull-up-animation {
	animation: pullupBounce .5s ease infinite;
}

@keyframes pullupBounce {
	0% {
		bottom: 1.1rem;
	}

	50% {
		bottom: 1.2rem;
	}

	100% {
		bottom: 1.1rem;
	}
}

/* 第一页 */
.title1 {
	position: absolute;
	width: 7rem;
	height: 1.6rem;
	background: url(../images/title1.png) no-repeat center/cover;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
}

/* 第二页 */
.to-xhx,
.to-hua {
	position: absolute;
	bottom: 3.1rem;
	width: 3.15rem;
	height: 1.77rem;
}

.to-xhx {
	left: .26rem;
}

.to-hua {
	right: .26rem;
}

.to-xhx p,
.to-hua p {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
}

.to-hua p {
	background: url(../images/hua-title2.png) no-repeat center/cover;
}

.to-xhx p {
	background: url(../images/hua-title1.png) no-repeat center/cover;
}

.to-hua i,
.to-xhx i {
	position: absolute;
	top: -.47rem;
	left: .08rem;
	width: 2.9rem;
	height: 2.92rem;
	animation: haha1 5s linear infinite;
}

@keyframes haha1 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.to-hua i {
	background: url(../images/hua-bg2.png) no-repeat center/cover;
}

.to-xhx i {
	background: url(../images/hua-bg1.png) no-repeat center/cover;
}

/* 第三页 */
.title2,
.title4,
.title5,
.title6 {
	display: block;
	margin: 1.6rem auto 0;
}

.title2 {
	width: 5.16rem;
	height: 1.77rem;
	background: url(../images/title2.png?20200709)no-repeat center/cover;
}


/* 第四页 */
.title4 {
	width: 5.04rem;
	height: 1.76rem;
	background: url(../images/title4.png)no-repeat center/cover;
}

/* 第五页 */
.title5 {
	width: 5.03rem;
	height: 1.78rem;
	background: url(../images/title5.png)no-repeat center/cover;
}

.work-list {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: .21rem;
	width: 6.4rem;
	font-size: 0;
	margin-left: .1rem;
	text-align: left;
}

.work-list li {
	display: inline-block;
	width: 2.99rem;
	height: 2.5rem;
	border: solid .02rem #cfd6f2;
	margin-right: .15rem;
	margin-bottom: .21rem;
	vertical-align: top;
	overflow: hidden;
}

.work-list li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #000000;
}

.work-list li a img {
	width: 100%;
	height: auto;
}

.work-list li a .author {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: .4rem;
	line-height: .4rem;
	background: rgba(0, 0, 0, .7);
	font-size: .18rem;
	letter-spacing: .02rem;
	color: #ffffff;
	padding-left: .15rem;
	box-sizing: border-box;
}

.work-list-text li {
	border: solid .02rem rgb(153, 153, 153);
	background: #fff;
}

.work-list-text li a .text-title {
	width: 80%;
	font-size: 0.3rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: .07rem auto 0;
	text-align: center;
}

.work-list-text li a .text-content {
	width: 90%;
	font-size: 0.24rem;
	margin: 0 auto;
	max-height: 68%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	color: rgb(153, 153, 153);
}

.work-list-video li a i.video-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.3);
}

.work-list-video li a i.video-bg::after {
	content: '';
	width: 0.92rem;
	height: 0.92rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/video-play.png) no-repeat center/cover;
}

.upload-works,
.look-more {
	display: inline-block;
	width: 2.43rem;
	height: .76rem;
	line-height: .76rem;
	text-align: center;
	border-radius: .07rem;
	font-size: .35rem;
	color: #ffffff;
	margin-top: 6rem;
}

.upload-works {
	background-color: #d66c98;
	margin-right: -.1rem;
}

.look-more {
	background-color: #333333;
}

.bottom-nav {
	position: absolute;
	width: 100%;
	height: 1.1rem;
	background-color: #333333;
	left: 0;
	bottom: 0;
	font-size: 0;
}

.bottom-nav li {
	display: inline-block;
	width: 33.33%;
	height: 100%;
	line-height: 1.1rem;
	font-size: .27rem;
	color: #a7a7a7;
	position: relative;
}

.bottom-nav li:not(:last-child)::after {
	content: '';
	position: absolute;
	right: 0rem;
	height: .8rem;
	width: .02rem;
	top: .15rem;
	background: #c5c5c5;
	transform: rotate(30deg);
	opacity: .6;
}

.bottom-nav li i {
	display: inline-block;
	width: .6rem;
	height: .6rem;
	vertical-align: middle;
	margin-right: .28rem;
	background: url(../images/icons.png) no-repeat;
	background-size: 7.5rem 2.16rem;
}

.bottom-nav li.on {
	color: #d66c98;
}

.bottom-nav li.li0 i {
	background-position: -.44rem -.38rem;
}

.bottom-nav li.on.li0 i {
	background-position: -.44rem -1.31rem;
}

.bottom-nav li.li1 i {
	background-position: -3.1rem -.38rem;
}

.bottom-nav li.on.li1 i {
	background-position: -3.1rem -1.31rem;
}

.bottom-nav li.li2 i {
	background-position: -5.65rem -.38rem;
}

.bottom-nav li.on.li2 i {
	background-position: -5.65rem -1.31rem;
}

/* 第六页 */
.title6 {
	width: 5.03rem;
	height: 1.79rem;
	background: url(../images/title6.png)no-repeat center/cover;
}

.history-swiper-container {
	height: 6rem;
	overflow: hidden;
	font-size: .26rem;
	color: #fff6df;
	margin-left: .75rem;
	margin-top: .21rem;
}

.colorone {
	font-size: .6rem;
	color: #ffafdc;
	font-weight: bold;
}

.history-swiper-container .swiper-slide {
	display: flex;
	align-items: center;
}

.history-swiper-container .swiper-slide i {
	width: .16rem;
	height: 1.9rem;
	background: url(../images/slide.png) no-repeat center/cover;
	margin-left: .14rem;
	margin-right: .31rem;
}

/* 底部信息 */
.footer {
	padding: 0.3rem 0;
	color: #999999;
	font-size: 0.18rem;
	text-align: center;
	line-height: 0.4rem;
	background-color: #333333;
}

/* mask */
.mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999;
	overflow: auto;
}

.share-list {
	position: fixed;
	bottom: 0.7rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	width: 5rem;
}

.share-list li {
	width: 0.98rem;
	height: 0.98rem;
}

.tieba {
	background: url(../images/tieba.png) no-repeat;
	background-size: 100% auto;
}

.weibo {
	background: url(../images/weibo.png) no-repeat;
	background-size: 100% auto;
}

.qqzone {
	background: url(../images/qqZone.png) no-repeat;
	background-size: 100% auto;
}

.close-mask {
	position: absolute;
	top: -1.1rem;
	left: 50%;
	transform: translateX(-50%);
	width: .87rem;
	height: .85rem;
	background: url(../images/close-mask.png) no-repeat center/cover;
}

#type2 {
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translateX(-50%);
	width: 90vw;
	margin-bottom: 5vh;
}

#type2 img {
	width: 100%;
	height: auto;
}

#type3 {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	height: 30vh;
	width: 90vw;
}

#type3 iframe {
	width: 100%;
	height: 100%;
}


/* 十周年定制周边 */
.swiper3-bg {
	position: relative;
}

.periphery-swiper-container {
	width: 5.82rem;
	height: 7.59rem;
	overflow: hidden;
	margin: .52rem auto .24rem;
}

.periphery-swiper-container .swiper-slide {
	width: 4.5rem;
	height: 6.92rem;
}

.periphery-swiper-container .swiper-slide a {
	width: 100%;
	height: 100%;
}

.periphery-swiper-container .swiper-slide a {
	overflow: hidden;
}

.periphery-swiper-container .swiper-slide a img {
	width: 100%;
	height: auto;
}

.periphery-swiper-container .swiper-slide-prev.swiper-slide img {
	margin-left: 1rem;
	filter: brightness(.5);
}

.periphery-swiper-container .swiper-slide-next.swiper-slide img {
	margin-left: -1rem;
	filter: brightness(.5);
}

.bg-3 .swiper-button-next,
.bg-3 .swiper-button-prev {
	width: .72rem;
	height: 1.15rem;
	top: 50%;
	outline: none;
}

.bg-3 .swiper-button-prev {
	background: url(../images/arrow.png) no-repeat center/cover;
	left: 0;
}

.bg-3 .swiper-button-next {
	background: url(../images/arrow.png) no-repeat center/cover;
	transform: rotate(180deg);
	right: 0;
}

.periphery-name,
.periphery-desc {
	width: 4.82rem;
	margin: 0 auto;
	font-size: .24rem;
	letter-spacing: 0px;
	color: #c6c3ff;
}

.periphery-name {
	font-size: .36rem;
	color: #ffffff;
	font-weight: bold;
}

/* 歌曲 */
#audio_song {
	font-size: .36rem;
	color: #2a4f6f;
	font-weight: bold;
	margin-top: .1rem;
}

.wp {
	position: absolute;
	left: -.86rem;
	bottom: -.4rem;
	width: 6.66rem;
	height: 6.66rem;
}

.audio-circle {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url(../images/audio-circle.png)no-repeat center/cover;
}

.audio-bg {
	position: absolute;
	left: .67rem;
	bottom: 1.3rem;
	width: 3.51rem;
	height: 7.2rem;
	background: url(../images/audio-bg.png)no-repeat center/cover;
}

.play-btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1rem;
	width: 1.48rem;
	height: 1.48rem;
}

.play {
	background: url(../images/play.png)no-repeat center/cover;
}

.pause {
	background: url(../images/pause.png)no-repeat center/cover;
}

.audio-circle-on {
	animation: haha1 5s linear infinite;
}

@keyframes haha1 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.to-watsons{
	position: absolute;
	right: 1rem;
	width: 1.43rem;
	height: .82rem;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/quchensi.png) no-repeat center/cover;
}