* {
  padding: 0;
  margin: 0;
}
body{
	height: 100%;
	background-color: #fff;
}
.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 5%;
		background-color: #2c363f;
}
.qh{
	position: absolute;
	top: 0.51rem;
	right: 0;
	padding: 0.3rem 5%;
	z-index: 99;
	display: none;
}
.logo {
  width: 0.8rem;
}
.top_right {
  width: 1rem;
		text-align: center;
  background-color: #f2b51f;
  color: #000;
  font-size: 0.24rem;
  padding: 0.1rem;
}
.top_right img {
  margin-left: 0.05rem;
  width: 0.1rem;
}
.top_right a {
  color: #000;
  text-decoration: none;
}
a {
  color: #000;
  text-decoration: none;
}
.mb{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #CCCCCC;
	z-index: 99;
	display: none;
}
.mb_zi{
	margin: 0.5rem;
	font-size: 0.28rem;
	text-align: center;
}
.tc{
	margin:0 auto;
	margin-top: 30%;
	background-color: #ddd;
	width: 80%;
	border-radius: .5rem;
	padding: .2rem;
	min-height: 6rem;
}
.pl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.1rem 5%;
}
.pl a {
  width: 30%;
  font-size: 0.05rem;
  -webkit-transform: scale(0.9);
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: #000;
  text-decoration: none;
		margin:0.1rem 0;
}
.pl a img {
  width: 0.8rem;
  height: 0.8rem;
  margin-bottom: 0.1rem;
}
.etn {
	width: 100%;
	text-align: center;
	padding: 0.2rem 0;
}
.etn img{
	width: 85%;
}
.center{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 5%;
	width: 90%;
}
.center_box{
	width: 30%;
	font-size: 0.20rem;
	color: #a2a2a2;
	text-align: center;
}
.box{
	width: 100%;
	height: 1rem;
	background-color: #eeeeee;
	border-radius: .3rem;
	margin-bottom: 0.05rem;
	padding: 0.2rem 0;
	flex-wrap: wrap;
}
.box img{
	width: 18%;
}
.swiper-container .swiper-wrapper .swiper-slide .img-link {
  display: block;
}
.swiper-container .swiper-wrapper .swiper-slide .img-link .loop-img {
  display: block;
  width: 100%;
  height: 2.5rem;
}
#tab {
  position: relative;
  margin-top: 0.3rem;
}
#qb{
	color: #000000;
}
ul {
  list-style: none;
  display: flex;
  padding: 0 3%;
  margin: 0;
		border-top: 1px #CCCCCC solid;
		padding-top: 0.3rem;
}
ul li {
  padding: 0;
  margin: 0;
  width: 18%;
  height: 0.5rem;
		color: #cccccc;
}
ul li div {
  text-align: center;
  font-weight: 500;
		display: flex;
		justify-content: center;
  text-decoration: none;
  padding: 0.03rem 0.1rem;
  font-size: 0.3rem;
}
#div1 {
  clear: left;
}
#div2 {
		display:none;
}
#div3 {
		display:none;
}
#div4 {
		display:none;
}
#div5 {
		display:none;
}
#div6 {
		display:none;
}
#tab > div {
  font-size: 0.24rem;
  width: 88%;
  padding: 0.1rem 3%;
  position: absolute;
  top: 0.8rem;
		padding-bottom: 1.3rem;
}
.active {
  color: #000;
}
.tab_box {
  width: 95%;
  display: flex;
  align-items: center;
  padding: 1% 2%;
  /* box-shadow: 0px 0px 10px #a2a2a2; */
  border-radius: 0.1rem;
  margin: 0.2rem 0;
		background-color: #fff;
}
.tab_box img {
  width: 0.8rem;
  margin-right: 0.1rem;
}
.big {
  font-size: 0.3rem;
  font-weight: 500;
}
.small {
  font-size: 0.24rem;
  color: #cccccc;
}
