* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  -moz-outline-style: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
i {
  font-style: normal;
}
body {
  background: url(../img/bodyback.jpg) repeat;
  font: 14px/1.4286 "Microsoft YaHei", SimSun, Tahoma, Verdana, Arial, sans-serif;
}
.mb15 {
  margin-bottom: 15px;
}
.mb11 {
  margin-bottom: 11px;
}
iframe {
  border: none;
}
#head-nav {
  width: 100%;
  height: 140px;
}
#footer {
  width: 100%;
  height: 200px;
}
.center {
  width: 1200px;
  margin: auto;
}
.nav {
  background-color: #ffffff;
  padding: 10px 0;
  box-shadow: 0 5px 20px #ddd;
}
.nav .center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.nav .center .logo-left {
  margin-right: 25px;
}
.nav .center .logo-left a {
  display: block;
}
.nav .center .logo-left a img {
  width: 185px;
}
.nav .center ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.nav .center ul li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 10px 20px;
  height: 45px;
  margin-right: 15px;
}
.nav .center ul li a {
  font-size: 18px;
  color: #535353;
}
.nav .center ul li.open .title_column {
  color: #535353;
}
.nav .center ul li.open:before {
  content: "";
  position: absolute;
  left: 85%;
  top: 30%;
  width: 20px;
  height: 20px;
  background: url("../img/jiantou_cion.png") no-repeat center center;
  background-size: 12px auto;
}
.nav .center ul li.open:hover:before {
  transform: rotate(180deg);
}
.nav .center ul li.open:hover .open-column {
  display: block!important;
}
.nav .center ul li.open .open-column {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  z-index: 999;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  border-radius: 3px;
}
.nav .center ul li.open .open-column a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #535353;
}
.nav .center ul li.open .open-column a:hover {
  background-color: #358ff0;
  color: #ffffff;
}
.nav .center ul .on a {
  color: #1b76d8;
}
.nav .center ul .on:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 3px;
  background-color: #358ff0;
}
.nav .center ul li.column-hover:hover a {
  color: #1b76d8;
}
.nav .center ul li.column-hover:hover:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 3px;
  background-color: #358ff0;
}
.main {
  margin: 25px 0;
}
.main .seat {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.main .seat span {
  color: #999;
  font-size: 14px;
}
.main .seat a {
  color: #666;
}
.main .seat a:hover {
  color: #1b76d8;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ranking-right {
  width: 280px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.ranking-right .list {
  padding: 0 15px;
}
.ranking-right .list a {
  position: relative;
  display: block;
  padding-left: 30px;
  margin: 18px 0;
}
.ranking-right .list a i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #879299;
  color: #ffffff;
  border-radius: 5px;
  font-size: 12px;
}
.ranking-right .list a p.title {
  color: #535353;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: 0.5s;
}
.ranking-right .list a .detailed-all {
  display: none;
}
.ranking-right .list a .detailed-all .pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 15px 0;
}
.ranking-right .list a .detailed-all .pic img {
  width: 60px;
  height: 60px;
}
.ranking-right .list a .detailed-all .pic .text {
  margin-left: 10px;
}
.ranking-right .list a .detailed-all .pic .text .score-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 20px;
  white-space: nowrap;
}
.ranking-right .list a .detailed-all .pic .text .score-all b.size {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #535353;
  font-size: 13px;
  font-weight: normal;
  margin-right: 5px;
}
.ranking-right .list a .detailed-all .pic .text .score-all .score {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-left: 10px;
}
.ranking-right .list a .detailed-all .pic .text .score-all .score img {
  width: 12px;
  height: 12px;
  margin-right: 3px;
}
.ranking-right .list a .detailed-all .pic .text .detailed {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #f9be6f;
  margin-top: 10px;
  color: #f9be6f;
  border-radius: 5px;
  transition: 0.5s;
}
.ranking-right .list a .detailed-all .pic .text .detailed:hover {
  background-color: #f9be6f;
  color: #ffffff;
}
.ranking-right .list a:nth-child(1) i {
  background-color: #fa4e57;
}
.ranking-right .list a:nth-child(2) i {
  background-color: #fa7a53;
}
.ranking-right .list a:nth-child(3) i {
  background-color: #fbc258;
}
.ranking-right .list a.on .detailed-all {
  display: block;
}
.ranking-right .list a:hover p.title {
  color: #ffc24a;
}
.ranking-vertical {
  background-color: #ffffff;
  margin-bottom: 25px;
  border: 1px solid #dddddd;
}
.ranking-vertical #swiper-vertical {
  width: 100%;
  height: 500px;
}
.ranking-vertical #swiper-vertical .swiper-wrapper {
  transition-delay: 0.3s;
}
.ranking-vertical #swiper-vertical a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #535353;
}
.ranking-vertical #swiper-vertical a .item-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  transition: 1.5s;
  padding: 15px;
  border-bottom: 1px dashed #eee;
}
.ranking-vertical #swiper-vertical a .item-hover:last-of-type {
  border-bottom: none;
}
.ranking-vertical #swiper-vertical a .item-hover:hover {
  background-color: #eeeeee;
}
.ranking-vertical #swiper-vertical a .item-hover:hover .information-right h2 {
  color: #358ff0;
}
.ranking-vertical #swiper-vertical a .pic-all {
  width: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ranking-vertical #swiper-vertical a .pic-all .pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.ranking-vertical #swiper-vertical a .pic-all .pic img {
  width: 40px;
  height: 40px;
}
.ranking-vertical #swiper-vertical a .pic-all .download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.ranking-vertical #swiper-vertical a .pic-all .download span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 60px;
  height: 20px;
  background-color: #4e74f0;
  color: #ffffff;
  border-radius: 20px;
  margin-top: 5px;
  font-size: 12px;
  background-image: linear-gradient(90deg, #4e74f0 0%, #00b7e6 33%, #00b7e6 66%, #00b7e6 100%);
  transition: 1s;
}
.ranking-vertical #swiper-vertical a .pic-all .download span:hover {
  background-image: linear-gradient(90deg, #00b7e6 0%, #00b7e6 100%, #00b7e6 100%, #00b7e6 100%);
  background-color: #00b7e6;
}
.ranking-vertical #swiper-vertical a .information {
  width: 170px;
}
.ranking-vertical #swiper-vertical a .information h2 {
  line-height: 20px;
  transition: 0.5s;
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ranking-vertical #swiper-vertical a .information p {
  line-height: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 12px;
  margin-bottom: 5px;
}
.ranking-vertical #swiper-vertical a .information p span {
  flex: 1;
}
.ranking-vertical #swiper-vertical .swiper-slide {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ranking-vertical #swiper-vertical .swiper-slide a:nth-child(1) {
  transform: translateX(-200px);
  opacity: 0;
  transition: all 1s;
}
.ranking-vertical #swiper-vertical .swiper-slide a:nth-child(2) {
  transform: translateX(200px);
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.2s;
}
.ranking-vertical #swiper-vertical .swiper-slide a:nth-child(3) {
  transform: translateX(-200px);
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.4s;
}
.ranking-vertical #swiper-vertical .swiper-slide a:nth-child(4) {
  transform: translateX(200px);
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.6s;
}
.ranking-vertical #swiper-vertical .swiper-slide a:nth-child(5) {
  transform: translateX(-200px);
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.8s;
}
.ranking-vertical #swiper-vertical .ani-slide a {
  transform: translateX(0) !important;
  opacity: 1!important;
}
.title_h1 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding: 5px 15px 0 15px;
}
.title_h1 p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-bottom: 1px solid #dddddd;
}
.title_h1 p span.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.title_h1 p span.right a {
  color: #535353;
  font-size: 12px;
  font-weight: normal;
}
.title_h1 p span.right a:hover {
  color: #358ff0;
}
.title_h1 p span.right b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 25px;
  height: 25px;
  background-color: #999999;
  font-size: 12px;
  color: #ffffff;
  font-weight: normal;
  margin-left: 10px;
  border-radius: 3px;
  cursor: pointer;
}
.title_h1 p span.right b.active {
  background-color: #358ff0;
}
.title_h1 p .right .more {
  color: #999999;
  font-size: 14px;
  font-weight: normal;
}
.title_h1 p .right .more:hover {
  color: #358ff0;
}
.title_h1 span.left {
  position: relative;
  padding-bottom: 15px;
}
.title_h1 span.left:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #358ff0;
}
.column-title {
  width: 890px;
}
.column-title h2 {
  font-size: 18px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 10px 15px;
}
.column-title h2 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100%;
  font-size: 14px;
  color: #999999;
  font-weight: normal;
}
.column-title h2 a:hover {
  color: #358ff0;
}
.column-title .column-nav {
  position: relative;
  width: 858px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 15px;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
}
.column-title .column-nav .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  right: 15px;
  top: 0;
  width: 50px;
  height: 100%;
  line-height: 22px;
  font-size: 14px;
  color: #999999;
}
.column-title .column-nav .more:hover {
  color: #1b76d8;
}
.column-title .column-nav span {
  position: relative;
  margin-right: 30px;
  cursor: pointer;
  color: #999999;
  font-size: 16px;
  padding: 0 10px;
}
.column-title .column-nav span.on {
  color: #535353;
}
.column-title .column-nav span.on:after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100%;
  left: 0;
  height: 3px;
  background-color: #358ff0;
}
.tab-content {
  display: none;
}
.on {
  display: block;
}
.item-on {
  display: block!important;
}
.footer {
  padding: 25px 0;
  margin-top: 30px;
  text-align: center;
  color: #999;
  width: 100%;
  font-size: 12px;
}
.footer .link-item {
  color: #999;
  padding: 0 26px;
  display: inline-block;
  *display: inline;
}
.footer .link-item:hover {
  color: #358ff0;
}
.flex_top {
  display: none;
  position: fixed;
  right: 60px;
  bottom: 15%;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.3) url("../img/top_1.png") no-repeat center center;
  background-size: 25px auto;
  cursor: pointer;
  border-radius: 10px;
  z-index: 999;
}
.flex_top:hover {
  background: #358ff0 url("../img/top_1.png") no-repeat center center / cover;
  background-size: 25px auto;
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
}
.title_h2 {
  padding: 10px 25px;
  background-color: #eeeeee;
  border-bottom: 1px solid #dddddd;
}
.title_h2 p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.title_h2 p span.left {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}
.title_h2 p span.right a.more {
  color: #999999;
  font-size: 14px;
}
.score-1 {
  position: relative;
  width: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.score-1:after {
  position: absolute;
  content: "";
  background: url(../img/xingxing.png) no-repeat -6px -4px;
  background-size: 85px auto;
  width: 70px;
  height: 13px;
}
.score-2 {
  position: relative;
  width: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.score-2:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 13px;
  background: url(../img/xingxing.png) no-repeat -6px -18px;
  background-size: 85px auto;
}
.score-3 {
  position: relative;
  width: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.score-3:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 13px;
  background: url(../img/xingxing.png) no-repeat -6px -33px;
  background-size: 85px auto;
}
.score-4 {
  position: relative;
  width: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.score-4:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 13px;
  background: url(../img/xingxing.png) no-repeat -6px -48px;
  background-size: 85px auto;
}
.score-5 {
  position: relative;
  width: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.score-5:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 13px;
  background: url(../img/xingxing.png) no-repeat -6px -62px;
  background-size: 85px auto;
}
#pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 30px 0;
  white-space: nowrap;
}
#pages a,
#pages span {
  padding: 0 15px;
  line-height: 25px;
  background-color: #f1f2f6;
  color: #535353;
  border: 1px solid #999999;
  margin: 0 5px;
}
#pages a:hover {
  background-color: #1b76d8;
  border: 1px solid #1b76d8;
  color: #ffffff;
}
#pages span {
  background-color: #1b76d8;
  border: 1px solid #1b76d8;
  color: #ffffff;
}
#downfiles_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 350px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  background-color: #358ff0;
  background-image: linear-gradient(90deg, #5291ef 0%, #187cb7 100%, #e64a00 100%, #1bbde6 100%);
  color: #ffffff;
  text-align: center;
}
#downfiles_text i {
  animation: rotate 2s ease-out infinite;
  display: inline-block;
  width: 50px;
  height: 45px;
  background: url("../img/dengdaizhong.png") no-repeat center center;
  background-size: 35px auto;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*头部改版 S*/
.topFixed{width: 100%; background: #fff; margin-bottom: 0; clear: both; overflow: hidden; position: relative;}
.header{padding: 19px 0 23px;}
.topFixed-container{width: 1200px; margin: 0 auto; overflow: hidden; position: relative;}
.header .h-logo{width: 185px; float: left;}
.header .h-logo a{display: block; width: 100%; height: 50px; background: #fff url("/statics/2021/img/logo.png") no-repeat; background-size: 100% 100%;}
/*.header .h-search .btn{width: 66px; height: 38px; background-color: #358ff0; color: #fff; !*font-size: 0;*! !*text-indent: -9999em;*! cursor: pointer; border: 0; !*background: #FFA916 url("so-btn.png") no-repeat 50% 50%;*!}*/
/*.header .h-search .btn:hover{background-color: #2b71c2;}*/
/*.h-search{float: right; width: 570px; margin-top: 33px;}*/
/*.h-search{height: 38px; line-height: 26px; border: 1px solid #358ff0;}*/
/*.h-search .search-cate select{float: left; width: 73px;font-size: 14px; cursor: pointer; border:none; height:38px;line-height:38px; text-align:center}*/
/*.h-search .search-input{width: 365px; padding: 6px; outline: none; background: #fff; border: 0; color: #444; float: left; display: block; line-height: 26px; margin: 0;}*/
/*.h-search .search-btn{background-color: #358ff0; float: right; width: 93px; color: #fff; font-size: 20px; padding: 6px; text-align: center; cursor:pointer}*/
/*.search-cate button{background-color: #358ff0; color: #fff; padding: 5px 10px; border: none; cursor: pointer;}*/
#HotSearch{margin-top: 10px;}
#HotSearch span{font-size: 14px; color: rgb(227, 69, 38); margin-right: 10px;}
#HotSearch a{font-size: 14px; /*color: rgb(38, 159, 238);*/ margin-right: 15px;}
.h-nav{width: 100%; height: 52px; background: #358ff0; overflow: hidden;}
.h-nav li{float: left; width: 14.28%; height: 52px; line-height: 52px; overflow: hidden; text-align: center;}
.h-nav li:hover, .h-nav li.current{color: #fff;}
.h-nav li a{font-size: 17px; color: #fff; font-weight: 500; text-transform: capitalize;}
.h-nav li:hover a, .h-nav li.current a{color: #fff; background-color: #2b71c2; display: block; text-decoration: none;}
/*头部改版 E*/
