﻿body,html {
	width: 100%;
	margin: 0;
	background: #efeff4;
}
img {
	max-width: 100%;
}
.ma {
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear{ clear:both} 
.wrap {
	width: 100%;
	margin: 0 auto;
}
.top {
	background: url(https://cow.fuckoss.xyz/cms/202309/15/6503c95830560/files/bg.png) center;
	overflow: hidden;
	padding-bottom: 30px;
}
.topBg {
	text-align: center;
	width: 100%;
}
.topTitle {
	width: 100%;
	position: absolute;
	top: 0;
}
.topTitle> .pic {
	width: 100%;
	text-align: center;
	margin-top: 100px;
	position: relative;
}
.topTitle> .pic img {
	margin-top: 20px;
	animation:myfirst 1s infinite;
}
.topTitle> .text {
	display: inline-block;
	margin:0 auto;
	font-size: 32px;
	color: #fff;
	text-align: center;
	transform: rotate(-6deg);

}
.topTitle> .text P {
	transform:translateY(-160px);
	background: #443f88;
	padding: 6px 30px;
	border-radius: 12px;
}

.anli {
	width: 760px;
	position: relative;
}
.gotop {
	width: 150px;
	height: 150px;
	position: fixed;
	right: 10%;
	bottom: 35%;
	z-index: 999;
	animation:myfirst2 2.5s infinite;
}
.gotop a {

	display: block;
	margin-bottom: 1px;
	cursor: pointer;
	overflow: hidden;
	padding: 6px;
}
.gotop img {
	width: 150px;
}
.item {
	width: 100%;
	margin-bottom: 0px;
}
.item img{
	cursor: pointer;
}
.zq {
	margin-top: 15px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.zq> h3 {
	margin: 0 0 0 0;
	padding-left: 20px;
	font-size: 28px;
	color: #000;
	position: relative;
	display: inline-block;
	border-left: 8px solid #f55744;
}
.rwxk {
  top: 230px;
  right: 0.1em;
  position: fixed;
  padding: 0;
  z-index: 99999;
  font-size: 16px;
  color: white;
  border-radius: 10px;
  text-align: center;
}
.zq .cover {}
.zq .cover img {
	max-width: 100%;
}
.zq .focus {
	background: #fffb00;
	padding: 0 2px;
	color: #ff2941;
	letter-spacing: 0;
}
.zq> p {
	font-size: 16px;
	color: #4c4c4c;
	letter-spacing: .5px;
	line-height: 24px
}
.zq> p span {
	margin-right: 20px;
}

.footer {
	width: 100%;
	background: #d85030;
	position: fixed;
	z-index: 100;
	bottom: 0;
	padding: 10px;
	
}
.footer a {
	display: block;
	overflow: hidden;
}
.qq {
	width: 50px;
	margin-right: 10px;
}
.nub {
	margin-top: 15px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.jia {
	margin-top:6px;
	margin-right: 30px;
	border: 0;
	background: #fffb00;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 20px;
	animation:myfirst 1s infinite;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.9rem;
  text-align: center;
  background-color: #ffe48b;
}
.footer button {
  margin-top: 0.3rem;
  width: 100%;
  height:100%;
  background: #ffe48b;
  border-width: 0px;
  color: #221a18;
  font-size: 24px;
}
.footer a {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #ffe48b;
  border-width: 0px;
  text-decoration: underline;
}
#qq {}
@keyframes myfirst{
0%   {transform: scale(1);}
33%  {transform: scale(1.1);}
100% {transform: scale(1);}
}
@keyframes myfirst2 {
	0%   {transform: translateY(0);}
	50%  {transform: translateY(20px);}
	100% {transform: translateY(0);}
}
@media (max-width: 670px){
	.top {
		padding-bottom: 30px;
	}
	.topTitle> .pic {
		margin-top:20px;
	}
	.topTitle> .pic img {

	}
	.topTitle> .text {
		font-size: 15px;
	}
	.topTitle> .text P {
		    transform: translateY(-50px);
	}
	.zq> h3 {
		font-size: 24px;
	}
	.main {
	
		margin-top: 0px;
	}
	.anli {
		width: 100%;
	}
	.gotop {
		width: 100px;
		height: 100px;
		position: fixed;
		right: 5%;
		bottom: 25%;
		z-index: 999;
		animation:myfirst2 2.5s infinite;
	}
	.gotop a {
		overflow: hidden;
		padding: 6px;
	}
	.topTitle> .pic p {
		text-align: left;
		margin-left: 20px;
		margin-top: 10px;
		font-size: 15px;
		font-weight: bold;
		color: #fff;
	}
}
