@import url("http://website.3wen.top/css/css.css");

p,p span{
	font-size: 18px;
	line-height: 2;
}
input,.input{
	display: inline-block;
	padding: 6px;
	font-size: 14px;
	color: #555555;
	background: #FFFFFF;
	border: solid 1px #CCCCCC;
}
input::placeholder{
	font-size: 14px;
	color: #999999;
}
:focus-visible{outline: none;}
option{
	font-size: 14px;
	padding: 5px 12px;
}
button{
	background: #EEEEEE;
	border: none;
	cursor: pointer;
}
iframe{
	width: 100%;
	height: 100%;
	border: none;
}
a{
	color: #333333;
	text-decoration: none;
}
h1{font-size: 36px;}
h2{font-size: 30px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h6{font-size: 12px;}
.ul,.li{
	list-style: none;
}
a,span{
	transition: color 200ms;
}
/* frame */
.swiper-wrapper{
	height: auto;
}
.swiper-slide>a{
	font-size: 0;
}
/* head */
header{
	width: 100%;
	height: 90px;
}
.head{
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: 90px;
	padding: 0 5%;
	background: #fff;
	box-shadow: 0 0 10px 0 #ccc;
	border-top: solid 5px #344149;
	z-index: 100;
}
/* ads */
.ads-swiper .ads-page{
	bottom: 30px;
}
.ads-page span{
	width: 64px;
	height: 8px;
	background: rgba(255, 255, 255, 0);
	border: solid 1px #fff;
	border-radius: 0;
	margin: 0 5px;
	opacity: 1;
}
.ads-page span.swiper-pagination-bullet-active{
	background: #fff;
}
/* foot */
footer{
	background: #344149;
}
/* totop */
.totop,.tobottom{
	position: fixed;
	right: 15px;
	bottom: 200px;
	width: 30px;
	height: 30px;
}
/* 框架 */
.swiper-slide>a{
	font-size: 0;
}
/* html */
img{
	width: auto;
	max-width: 100%;
}


@media (min-width: 1000px) {
	.navslist{
		display: flex;
		justify-content: space-evenly;
		height: 60px;
		color: #fff;
	}
	.foot{
		padding: 50px 5% 30px;
	}
}

@media (max-width: 999px) {
	.ads-page{
		display: none;
	}
	.content iframe{
		max-width: 100%;
	}
}