﻿* {
  margin: 0;
  padding: 0;
  outline: none;
}
html,
body {
  font-family: "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "PingFang SC", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", "sans-serif", "Arial", "Microsoft YaHei";
  font-size: 14px;
  min-height: 100%;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
}
html {
  font-size: 62.5%;
  /*10 ÷ 16 × 100% = 62.5%*/
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
b {
  display: block;
  font-weight: normal;
}
em {
  font-style: normal;
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
.afterClear:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
.clear {
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
.ky {
  visibility: hidden;
}
@font-face {
  font-family: "DIN-BOLD";
 
}
@font-face {
  font-family: "DIN-REGULAR";
  src: url(img/DIN-REGULAR.OTF);
}
@font-face {
  font-family: "Gotham-Bold";
  src: url(img/Gotham-Bold.otf);
}
@font-face {
  font-family: "DINOT-CONDBOLD";
  src: url(img/DINOT-CONDBOLD.OTF);
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 88.8889px;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 100px;
  }
}
@media screen and (min-width: 1680px) {
  html {
    font-size: 116.667px;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 133.333px;
  }
}
@media screen and (min-width: 2560px) {
  html {
    font-size: 177.778px;
  }
}
@media screen and (min-width: 3200px) {
  html {
    font-size: 222.222px;
  }
}
@media screen and (min-width: 3840px) {
  html {
    font-size: 266.667px;
  }
}
@-webkit-keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  20% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}
@keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  20% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}




.page {
  width: 100%;
  margin: 0 auto;
  margin-top: 0.6375rem;
  padding-bottom: 1rem;
  text-align: center;
}

.page {
  margin-top: 30px;
  /*margin-bottom: 30px;*/
  height: 0.525rem;
  text-align: center;
}

.page .pagination {
  margin: 0 auto;
  height: 0.525rem !important;
}

 .page .pagination li {
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  color: #a4a1a1;
  margin-right: 25px;
  box-sizing: border-box;
  text-align: center;
  width: 0.525rem !important;
  height: 0.525rem !important;
}

.page .pagination li a {
  color: #000;
  width: 0.525rem !important;
  height: 0.525rem !important;
}

.page .pagination .active span {
  background-color: #279de8;
  color: #fff;
  width: 0.525rem !important;
  height: 0.525rem !important;

}
.pagination>li:first-child>a, .pagination>li:first-child>span {width: 0.525rem !important;
  height: 0.525rem !important;}



/*
.page::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.page .prve {
  width: 0.525rem;
  height: 0.525rem;
  border: solid 0.0075rem #c7c7c7;
  transition: 0.5s;
  display: inline-block;
  position: relative;
}
.page .prve a {
  width: 100%;
  height: 100%;
  display: block;
}
.page .prve a span {
  width: 0.0975rem;
  height: 0.1725rem;
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 0.17625rem;
}
.page .prve a span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.5s;
}
.page .prve a span img.gray {
  opacity: 1;
}
.page .prve a span img.red {
  opacity: 0;
}
.page .prve:hover {
  border: solid 0.0075rem #279de8;
}
.page .prve:hover a span img.gray {
  opacity: 0;
}
.page .prve:hover a span img.red {
  opacity: 1;
}
.page .number {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.page .number ul li {
  width: 0.525rem;
  height: 0.525rem;
  border: solid 0.0075rem #c7c7c7;
  transition: 0.5s;
  display: inline-block;
  position: relative;
  margin-left: 0.1125rem;
}
.page .number ul li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0.165rem;
  line-height: 0.525rem;
  color: #999999;
  text-align: center;
}
.page .number ul li:hover {
  border: solid 0.0075rem #279de8;
}
.page .number ul li:hover a {
  color: #279de8;
}
.page .number ul li.active {
  border: solid 0.0075rem #279de8;
  background-color: #279de8;
}
.page .number ul li.active a {
  color: white;
}
.page .next {
  width: 0.525rem;
  height: 0.525rem;
  border: solid 0.0075rem #c7c7c7;
  transition: 0.5s;
  display: inline-block;
  position: relative;
  margin-left: 0.1125rem;
}
.page .next a {
  width: 100%;
  height: 100%;
  display: block;
}
.page .next a span {
  width: 0.0975rem;
  height: 0.1725rem;
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 0.17625rem;
}
.page .next a span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.5s;
}
.page .next a span img.gray {
  opacity: 1;
}
.page .next a span img.red {
  opacity: 0;
}
.page .next:hover {
  border: solid 0.0075rem #279de8;
}
.page .next:hover a span img.gray {
  opacity: 0;
}
.page .next:hover a span img.red {
  opacity: 1;
}*/