@charset "UTF-8";
body,p,h3{
	margin:0;
	padding:0;
}
html { height:100%; }
body { height:100%; overflow:hidden; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF;  }
ul,li{
	list-style: none;
	padding:0;
	margin:0;
}
.bths{
	position: absolute;
    bottom: 50px;
	left:30px;
	transition: all 0.2s
}
.open .bths{
	bottom:160px
}
.bths img{
	width:50px;
	margin-right:30px;
	cursor: pointer;
}
.bths .bgm{
	animation: move 5s linear infinite;
	animation-play-state: running;
}
@keyframes move {
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}
.thumbs{
	position: absolute;
    bottom: -140px;
	left:0px;
	width:100%;
	background: rgba(0,0,0,0.6);
	padding:20px 30px;
	box-sizing: border-box;
	transition: all 0.2s;
	z-index: 2;
}
.open .thumbs{
	bottom: 0px;
}
.thumbs .swiper-slide{
	position: relative;
	height:100px;
	border-radius: 3px;
	overflow: hidden;
}
.thumbs img{
	width:100%;
	display: block;
	position: absolute;
	top:0;
	bottom:0;
	margin:auto;
}
.thumbs p{
	font-size:14px;
	position: absolute;
	bottom:0;
	width:100%;
	padding:0 10px;
	line-height: 34px;
	box-sizing: border-box;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.swiper-slide.on{
	border:3px solid #fff;
	box-sizing: border-box;
}
.open .sharebox{
	bottom: 230px;
}
.sharebox {
	width:200px;
	bottom:120px;
	left:120px;
	position: absolute;
	display: none;
	transition: all 0.2s
}
.sharebox ul{
	background: rgba(0,0,0,0.4);
	overflow: hidden;
}
.sharebox li{
	float: left;
	text-align: center;
	width:33.33%;
	padding:15px 0 10px 0;
	cursor: pointer;
	font-size: 14px;
}
.sharebox  li img{
	width:30px;
}
.sharebox .code{
	background: rgba(0,0,0,0.4);
	padding:10px 20px;
	margin-bottom: 10px;
}
.sharebox .code img{
	width:100%
}
.sharebox .code p{
	text-align: center;
	font-size:14px;
	margin-bottom:10px;
}
.sharebox .code span{
	font-size:12px;
}
.introduce{
	width:320px;
	position: fixed;
	right:30px;
	top:30px;
}
.small{
	background: #fff;
	border-radius: 5px;
	padding:10px;
	position: absolute;
	right:0;
	top:0;
	width:100%;
	box-sizing: border-box;
	display: none
}
.small .pic{
	width:120px;
	height:66px;
	border-radius: 5px;
	float:left;
	box-sizing: border-box;
	overflow:hidden;
	margin-right:10px;

}
.introduce img{
	width:100%;
	display: block;
	transition: all 1s
}
.small .openBtn{
	float:right;
	width:25px;
	margin-top:20px;
	margin-left:10px;
}
.small:hover .pic img{
	transform: scale(1.1);
}
.small p{
	font-size:18px;
	line-height: 66px;
	overflow: hidden;
	color:#333;
	margin-left:10px;
}
.big{
	position: absolute;
	right:0px;
	top:0px;
	width:100%;
	height:350px;
	 overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.big::-webkit-scrollbar {
    display: none;
}
.big .swiper-container{
	border-radius:5px 5px 0 0;
}
.big .swiper-button-next,.big .swiper-button-prev{
	color:#fff
}
.big .swiper-button-next:after,.big .swiper-button-prev:after{
	font-size:24px;
}
.big .content{
	background: rgba(0,0,0,0.5);
	color:#fff;
	font-size:13px;
	padding:15px;
}
.big .content h3{
	font-weight: normal;
	font-size:20px;
	margin-bottom: 10px;
	letter-spacing: 3px;
}
.big .content p{
	letter-spacing: 1px;
	line-height: 24px;
}
.big .content  img{
	margin:10px 0;
}
.big .close{
	width:25px;
	position: absolute;
	position: fixed;
    right: 50px;
    top: 50px;
	z-index: 3;
}
.introduce.mobile{
	display: none
}
.sharemobile{
	display:none
}
.logo{
	left:0;
	top:20px;
	position: absolute;
	width:200px;
}
.logo img{
	width:100%
}
@media (max-width:600px){
	.introduce.pc{
		display: none!important
	}
	.thumbs{
		    padding: 10px 15px;
	}
	.open .bths{
		bottom:130px;
	}
	.small{
		display: none!important
	}
	.introduce .closemobile{
		width:100%;
		position: absolute;
		top: -40px;
		z-index: 3;
		height:40px;

	}
	.introduce .closemobile img{
		width:15px;
		margin:10px 15px 0 0;
		float: right;
	}
	.introduce.pc{
		display: none
	}
	.introduce.mobile{
		width:100%;
		height:100%;
		top:0;
		right:0;
		border-top:40px solid transparent;
		background: none;
		background-image: linear-gradient(to bottom,rgba(0,0,0,0.7), rgba(0,0,0,0.7));
		box-sizing: border-box;
		transition: all 0.4s;
		display: block
	}
	.introduce.down{
		height:14%;
		top:88%;
		background-image: linear-gradient(to bottom,rgba(0,0,0,0), rgba(0,0,0,0.9));
		background-repeat: no-repeat;
	}
	.introduce .closemobile{
		display: block;
	}
	.introduce.down  .closemobile{
		/* background-image: linear-gradient(to bottom,rgba(0,0,0,0), rgba(0,0,0,0.3)); */
		background-repeat: no-repeat;
	}
	.introduce.mobile.down {
		border-top-width:0px;
	}
	.introduce.mobile.down .big{
		overflow: hidden
	}
	.introduce .closemobile img{

		transform: rotate(180deg);
	}
	.introduce.down .closemobile img{
		transform: rotate(0deg);
	}
	.introduce.mobile.down .content{
		padding-top:0;
	}
	.introduce.mobile.down .closemobile{
		top:-5px
	}
	.big{
		height:100%;
		box-sizing: border-box;
		background: none;
		padding-bottom:20px;
	}
	.big .swiper-container{
		border-radius: 0;
	}
	.big .close{
		display: none!important
	}
	.big .content{
		background: none
	}
	.big .swiper-container{
		margin:0 15px;
	}
	.bths{
		bottom:95px;
		left: 15px;
	}
	.sharebox{
		display: none!important;
	}
	.sharepc{
		display:none
	}
	.sharemobile{
		display:inline;
	}
	.sharewx{
		position: absolute;
		top: 0;
		right: 0;
		background: rgba(0,0,0,0.7);
		width:100%;
		height: 100%;
		z-index:2;
		display: none
	}
	.sharewx img{
		width:80%;
		margin: 30px 10px;
		float:right
	}
}
