/* global */

* {
	margin: 0;
	padding: 0;
}

html,
body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
/*	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;*/
font-family: cursive;
	background: #fff;
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
}

[full] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

[abs] {
	position: absolute;
	background-size: 100% 100%;
}

[none] {
	display: none;
}

[bgfull] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}

.bg img {
	width: 100%;
	height: 100%;
}

/*.icon-music {
	position: fixed;
	z-index: 10;
	width: 25px;
	height: 25px;
	background: url("../images/audio.png") no-repeat 0 -25px;
	background-size: 25px 50px;
	-webkit-transform: scale(2, 2);
}*/

.icon-music.top {
	top: 30px;
}

.icon-music.bottom {
	bottom: 30px;
}

.icon-music.left {
	left: 30px;
}

.icon-music.right {
	right: 30px;
}

.icon-music.on {
	background: url("../images/audio.png") 0 0;
	background-size: 100%;
}

.icon-arrow {
	position: fixed;
	bottom: 55px;
	left: 50%;
	opacity: 0;
	z-index: 10;
	margin: 0 0 0 -25px;
	display: none;
	width: 50px;
	height: 35px;
	background: url(../images/sprites_common.png) no-repeat;
	background-size: 100%;
}

.icon-arrow.animate {
	-webkit-animation: arrow 3000ms ease infinite;
}

.icon-arrow:after {
	content: "";
	position: absolute;
	left: -10px;
	right: -10px;
	top: -10px;
	bottom: -10px;
	z-index: 10;
}

.pop-loading {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	text-align: center;
}

.pop-loading-cnt {
	position: fixed;
	left: 50%;
	top: 44%;
	margin: -80px 0 0 -80px;
	display: block;
	width: 160px;
	height: 160px;
	background: #555 url(../images/load.gif?v=1.01) no-repeat center center;
	background-size: 100%;
	border: 1px solid #4e4e4e;
	border-radius: 4px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .56);
	opacity: 0.85;
}

.copy {
	position: fixed;
	width: 100%;
	text-align: center;
	bottom: 30px;
	color: #010100;
	font-size: 22px;
	text-decoration: none;
	z-index: 999;
}

@-webkit-keyframes arrow {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -25px, 0);
	}
}

@keyframes arrow {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -25px, 0);
	}
}

.shanshuo {
	-webkit-animation: shanshuo 1s ease-in-out infinite alternate forwards;
}

@-webkit-keyframes shanshuo {
	from {
		opacity: 1;
		transform: scale(1);
	}
	to {
		opacity: 0;
		transform: scale(1.1);
	}
}

.shanshuo2 {
	-webkit-animation: shanshuo2 1s ease-in-out infinite alternate forwards;
}

@-webkit-keyframes shanshuo2 {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.1);
	}
}

@keyframes zoomInFan {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(1.5, 1.5, 1.5);
		-ms-transform: scale3d(1.5, 1.5, 1.5);
		transform: scale3d(1.5, 1.5, 1.5);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.zoomInFan {
	-webkit-animation-name: zoomInFan;
	animation-name: zoomInFan;
}

.xh {
	animation-iteration-count: infinite;
}

.ys {
	animation-timing-function: linear;
}

.an {
	animation-direction: alternate;
}

@keyframes zuoyouPiao {
	0% {
		opacity: 1;
		transform: translate(80px, 0px);
	}
	100% {
		opacity: 1;
		transform: translate(-30px, 0px);
	}
}

.zuoyouPiao {
	-webkit-animation: zuoyouPiao 2s linear infinite alternate;
}

@keyframes zuohuadong {
	0% {
		opacity: 1;
		transform: translate(0px, 0px);
	}
	30% {
		opacity: 1;
		transform: translate(-50px, 0px);
	}
	31% {
		opacity: 0;
	}
	32% {
		opacity: 0;
		transform: translate(0px, 0px);
	}
	33% {
		opacity: 1;
		transform: translate(0px, 0px);
	}
	64% {
		opacity: 1;
		transform: translate(-50px, 0px);
	}
	65% {
		opacity: 0;
	}
	66% {
		opacity: 0;
		transform: translate(0px, 0px);
	}
	67% {
		opacity: 1;
		transform: translate(0px, 0px);
	}
	97% {
		opacity: 1;
		transform: translate(-50px, 0px);
	}
	98% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		transform: translate(0px, 0px);
	}
}

.zuohuadong {
	-webkit-animation-name: zuohuadong;
	animation-name: zuohuadong;
}

.bigbg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 750px;
	height: 100%;
	z-index: 1;
}

.jiantou {
	position: absolute;
	left: 500px;
	top: 915px;
	width: 190px;
	height: 35px;
	z-index: 1;
}

.suoru {
	-webkit-animation: suoru 2s ease-in-out forwards;
}

@-webkit-keyframes suoru {
	from {
		transform: scale(2.5);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: 1;
	}
}

.flash2 {
	-webkit-animation: flash 2s linear infinite alternate;
}

.yaobai {
	-webkit-animation: yaobai 2s linear infinite alternate forwards;
}

@-webkit-keyframes yaobai {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(20deg);
	}
}

.huangdong {
	-webkit-animation: huangdong 2s linear infinite alternate;
}

@-webkit-keyframes huangdong {
	from {
		transform: translate(0px);
	}
	to {
		transform: translate(20px);
	}
}

.daru {
	-webkit-animation: daru 2s linear forwards;
}

@-webkit-keyframes daru {
	from {
		transform: scale(0);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: 1;
	}
}

.container {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 1920px;
	height: 1080px;
	background-image: url(https://activity-wow.oss-cn-hangzhou.aliyuncs.com/activity-wow/hanshansi2019/shanghu_home.png);
	-webkit-animation: fadeInRight 2s ease-in-out forwards;
}
.container2{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 1920px;
	height: 1080px;
	background-image: url(https://activity-wow.oss-cn-hangzhou.aliyuncs.com/activity-wow/hanshansi2019/shanghu_home2.png);
	-webkit-animation: fadeInRight 2s ease-in-out forwards;
}
.full {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}

.item-list {
	position: absolute;
	/*left: 648px;*/
	right: 76.8px;
	top: 220px;
	height: 604.8px;
width: 998px;
	/* border: 1px solid red; */
	display: flex;
	flex-direction: row;
	justify-content: justify-start;
	align-items: flex-start;
	flex-wrap: wrap;
	
}

.item {
	width: 278.4px;
	height: 278.4px;
	border-radius: 5px;
	border-top-left-radius: 20px;
	background-size: 100% 100%;
	margin: 8px;
	/*opacity: 0;
	-webkit-animation: fadeInLeft 1.5s 1.8s ease-in-out forwards;*/
}

.item:hover {
	transform: scale(1.05);
	transition: transform 1s;
}

.itemName {
	padding: 5px;
    font-size: 20px;
    color: #000;
    letter-spacing: 1px;
    width: 22px;
    line-height: 20px;
    background: rgba(255,255,255,0.5);
    margin: 15px;
    border-radius: 15px;
}
.full {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
  }
  .slideList {
    position: absolute;
    top: 158.4px;
    left: 202.4px;
    width: 168.4px;
    height: 715.2px;
    border-top-left-radius: 14.4px;
    border-bottom-left-radius: 14.4px;
    background-image: linear-gradient(to top, rgba(1, 87, 88, 0.13) 0%, rgba(1, 87, 88, 0.50) 12%, #015758 100%);
  }
  .slideItem {
    width: 168.4px;
    height: 67.44px;
    line-height: 67.44px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 2px;
  }
  .slideActive{
  	 background: #0E7F88;
  }
  .slideCont{
    position: absolute;
    left: 369.6px;
    top: 158.4px;
    height: 715.2px;
    width: 1346.4px;
    border-top-right-radius: 14.4px;
    border-bottom-right-radius: 14.4px;
    overflow: hidden;
  }
  .longCont{
  	position: absolute;
  	left:0px;
  	top: 0px;
  	display: flex;
  	
  }
  .longCont img{
  	 height: 715.2px;
    width: 1346.4px;
  }
  .prev{
    width: 132px;
    height: 48px;
    position: absolute;
    top:943.2px;
    left: 172px;
    border:2.4px solid #fff;
    border-radius: 4.8px;
    text-align: center;
    line-height: 48px;
    color: #fff;
  }
  .prev:hover{
  	background: #fff;
  	color: #000;
  }
  .next{
     width: 132px;
    height: 48px;
    position: absolute;
    top:943.2px;
    border:2.4px solid #fff;
    border-radius: 4.8px;
    left: 340.8px;
    text-align: center;
    line-height: 48px;
    color: #fff;
  }
  .next:hover{
  	background: #fff;
  	color: #000;
  }
.bottomList{
	position: absolute;
	top:916.8px ;
	left: 1080.8px;
	width: 634px;
	height:100.8px ;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	-webkit-animation: fadeInRight 2s ease-in-out forwards;
}  

.botItem{
	width: 86.4px;
	height: 100.8px;
	background: url(../images/bg-bot-item-small.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	line-height: 100.8px;
	font-size: 30px;
	text-align: center;
	margin-left: 10px;
	color: #fff;
	overflow: hidden;
}
.botItem:hover{
	transition:transform 800ms;
	transform: scale(1.04);
}
.botItemActive{
	background-image: url(../images/bg-bot-item-big.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
  left: 1723px;
  top: 908px;
  width: 106px;
  height: 122px;
  line-height: 122px;
  text-align: center;
  font-size: 35px;
  color: #eadbbe;
  -webkit-animation: pulse 2s linear infinite alternate forwards;
}

.back{
	position: absolute;
	top: 14.4px;
	left: 1657.6px;
	width: 72px;
	height: 72px;
	background-image: url(../images/back.png);
	background-size: 100% 100%;
	-webkit-animation: pulse 2s linear infinite alternate forwards;
}

.togLan{
	position: absolute;
	z-index: 99;
	top: 14.4px;
	left: 1742.4px;
	width: 72px;
	height: 72px;
	background-image: url(../images/en.png);
	background-size: 100% 100%;
	-webkit-animation: pulse 2.2s linear infinite alternate forwards;
}
.bgm01{
	width: 62px;
	height: 62px;
	position: absolute;
	z-index: 99;
	top: 21.4px;
	left: 1824px;
	background-image: url(../images/bgm01.png);
	background-size: 100% 100%;

}
.xuanzhuan{
	-webkit-animation: xuanzhuan 2.4s linear infinite  forwards;
}
@-webkit-keyframes xuanzhuan{
	from{transform: rotate(0deg);}
	to{transform: rotate(360deg);}
}
.bgm02{
	width: 37px;
	height: 30px;
	position: absolute;
	z-index: 99;
	top: 14.4px;
	left: 1862px;
	background-image: url(../images/bgm02.png);
	background-size: 100% 100%;
	-webkit-animation: music 2.4s linear infinite  forwards;
}
@-webkit-keyframes music{
	from{transform: translate3D(0,0,0) scale(1) rotate(0deg);opacity: 1;}
	to{transform: translate3D(50px, -30px, 0px) scale(0) rotate(720deg);opacity: 0;}
}