body {
	background: linear-gradient(-38deg, orangered, #D91AD9, #FADC19, #722ED1, #23d5ab, #165DFF, #7EB712);
	background-size: 600% 600%;
	animation: gradientBG 60s linear alternate infinite;
}

@keyframes gradientBG {
	0% {
		background-position: 0% 0%;
	}
	/* 50% { */
		/* background-position: 100% 50%; */
	/* } */
	100% {
		background-position: 100% 100%;
	}
}
.mainc .panel-body .table caption {
  font-size: 0.3467rem;
  color: #4e5969;
  margin: 0.2667rem 0;
}
.mainc .panel-body .table tr {
  display: flex;
  width: 10rem;
  /* display: block; */
  justify-content: space-between;
}
.mainc .panel-body .table tr th {
  width: 2rem;
  /* padding-left: 0.1067rem; */
  text-align: center;
  box-sizing: border-box;
  font-size: .3733rem;
  color: #000;
  height: .9067rem;
  line-height: .9067rem;
  box-sizing: border-box;
  /* text-align: left; */
}
.mainc .panel-body #uptbody tr {
  width: 10rem;
  display: flex;
  justify-content: space-between;
}
.mainc .panel-body #uptbody tr td:nth-of-type(1){
  text-align: center;
}
.mainc .panel-body #uptbody tr:nth-of-type(even) {
  background-color: #f3f3f3!important;
}
.mainc .panel-body #uptbody tr td {
  width: 1.8933rem;
  font-size: 0.32rem;
  padding: 0.16rem 0;
  padding-left: 0.1067rem;
  box-sizing: border-box;
}
#hjsx {
  width: 9.3333rem;
  margin: 0 auto;
  padding: 0.2667rem;
  line-height: 2;
  box-sizing: border-box;
  font-size: 0.3733rem;
}
#hjsx span {
  color: orangered;
  margin: 0 0.0533rem;
  font-size: .4267rem;
}
footer {
  padding-top: 3rem;
  background-color: #fff;
  padding-bottom: .61rem;
}
.icp {
  text-align: center;
  /* margin-top: 2.1333rem; */
  margin-bottom: 0.2667rem;
}
.icp img {
  width: 0.6667rem;
  vertical-align: middle;
}
.icp a {
  font-size: 0.4533rem;
  vertical-align: middle;
  color: #272e3b;
}
.cooperate {
  width: 6rem;
  margin: 0.1rem auto;
  /* margin-bottom: 0.5333rem; */
  display: flex;
  color: #e5e6eb;
  justify-content: space-between;
}
.cooperate a {
  color:#4e5969;
  font-size: 0.2933rem;
}
.cooperate span {
  font-size: 0.2933rem;
}
.xtian {
  color: #00B42A;
}
.btian {
  color: #F53F3F;
}
#BtnUp{
  width: 4.6667rem;
  display: block;
  margin: 0 auto;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  font-size: .5067rem;
  color: #fff;
  border: transparent;
  border-radius: .6rem;
  background-image: linear-gradient(to left,orange,orangered);
}