* {
  margin: 0;
  padding: 0;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 90px;
}
body {
  font-size: 0.14rem;
  font-family: "PingFang SC", "Microsoft YaHei", "Meiryo", "MS PGothic";
  color: #404040;
}
img {
  max-width: 100%;
}
.totop {
  text-align: center;
}
.totop button {
  min-height: 0.45rem;
  color: #fff;
  font-size: 0.14rem;
  padding: 0 0.3rem;
  background: #000;
  border: none;
  cursor: pointer;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner .item {
  position: absolute;
  opacity: 0;
  transform-origin: 50% 50%;
}
.banner .item.active {
  position: static;
  opacity: 1;
}
.banner img {
  width: 100%;
  display: block;
}
.banner video {
  margin: 0 auto;
  display: block;
  width: 100%;
  background: #000;
  object-fit: fill;
}
.container {
  width: 12rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.header {
  background: #000;
  height: 0.48rem;
  line-height: 0.48rem;
  overflow: hidden;
  color: #fff;
  font-size: 0.16rem;
}
.header .container {
  height: 100%;
  display: flex;
}
.header a {
  text-decoration: none;
  color: #fff;
}
.header .nav {
  white-space: nowrap;
  text-align: right;
  flex: 1;
}
.header .item {
  margin-left: 0.4rem;
  display: inline-block;
}
.header .item.active {
  color: #f6166f;
}
.header .logo {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .logo img {
  max-height: 90%;
}
.footer {
  border-top: 1px solid #999;
  text-align: center;
  padding: .5rem 0 .8rem 0;
  color: #666;
}
.footer .item {
  display: inline-block;
  padding: 0 12px;
  position: relative;
}
.footer .item:not(:last-child):after {
  content: '';
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: -1px;
  width: 1px;
  background: #666;
}
@media (max-width: 880px) {
  .header {
    height: 40px;
    line-height: 40px;
    overflow: auto;
  }
  .header .logo {
    width: 20%;
    flex-shrink: 0;
  }
}
.pagination {
  font-size: 0;
  text-align: center;
}
.pagination .page-li {
  display: inline-block;
  min-height: 0.66rem;
  min-width: 0.66rem;
  padding: 0 2px;
  margin: 0 5px;
  text-align: center;
  line-height: 0.66rem;
  color: #9a9997;
  font-size: 0.24rem;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.pagination .page-li:hover {
  cursor: pointer;
  background: #f51474;
  border-color: #e9e9e9;
  color: #fff;
}
.pagination .page-li.page-active {
  cursor: default;
  background: #f51474;
  border-color: #e9e9e9;
  color: #fff;
}
.pagination .page-li.number-ellipsis {
  cursor: default;
}
.pagination .page-prev.no-prev {
  color: #c6c6c6;
}
.pagination .page-prev.no-prev:hover {
  cursor: default;
  background-color: #fff;
}
.pagination .page-next.no-next {
  color: #c6c6c6;
}
.pagination .page-next.no-next:hover {
  cursor: default;
  background-color: #fff;
}
.pagination .number-ellipsis.page-hidden {
  display: none;
}
.list-title {
  margin: 0.4rem auto 0.4rem auto;
  color: #000;
  font-size: 0.3rem;
  line-height: 0.6rem;
  font-weight: normal;
  text-align: center;
}
.list-title span {
  border-bottom: 1px solid #ccc;
}
.list-box {
  margin: -7px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.list-box .img {
  padding: 4px;
  position: relative;
  cursor: pointer;
}
.list-box .img .cover {
  position: absolute;
  display: none;
  top: 18px;
  bottom: 18px;
  left: 30px;
  right: 30px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
.list-box .img .cover .mark {
  position: absolute;
  left: 0.28rem;
  top: 0.28rem;
}
.list-box .img .cover .text {
  position: absolute;
  left: 0.28rem;
  bottom: 0.6rem;
  font-size: 0.36rem;
  color: #404040;
}
.list-box .img .cover .text small {
  font-size: 0.18rem;
}
.list-box .img.s1 {
  width: 25%;
}
.list-box .img.s2 {
  width: 50%;
}
.list-box .img.s3 {
  width: 43%;
}
.list-box .img.s4 {
  width: 28%;
}
.list-box .img img {
  max-width: 100%;
  display: block;
}
.list-box .img .video_icon{position: absolute;left: 4px;top: 4px;width: calc(100% - 8px);height: calc(100% - 8px);display: flex;align-items: center;justify-content: center;z-index: 10;}
.list-box .img .video_icon img{max-width: 50px;}
.list-box .img .video{position: absolute;left: 4px;top: 4px;width: calc(100% - 8px);height: calc(100% - 8px);object-fit:fill;}
@media (max-width: 800px) {
  .list-box .img.s1 {
    width: 50%;
  }
  .list-box .img.s2 {
    width: 100%;
  }
  .list-box .img.s3 {
    width: 100%;
  }
  .list-box .img.s4 {
    width: 50%;
  }
}
.thumb {
  background: #000;
  padding: 0.21rem;
  position: relative;
  overflow: hidden;
}
.thumb:after {
  content: '';
  display: table;
  clear: both;
}
.thumb .slide-left,
.thumb .slide-right {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.thumb .slide-left {
  left: 5px;
}
.thumb .slide-right {
  right: 5px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.thumb .item {
  padding: 0.03rem;
  display: inline-block;
  width: 20%;
  border-radius: 3px;
  overflow: hidden;
  flex-shrink: 0;
}
.thumb .con {
  display: flex;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 800px) {
  .thumb .item {
    width: 40%;
  }
}
.modal {
  position: fixed;
  z-index: 10;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  /*-webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;*/
}
.modal .slide-left,
.modal .slide-right {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal .slide-left {
  left: 20px;
}
.modal .close{position: absolute;right: 20px;top: 10px;width: 48px;height: 48px;cursor: pointer;}
.modal .slide-right {
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.modal.show {
  display: block;
}
.modal.show .item {
  -webkit-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}
.modal .item {
  width: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 65px;
  }
}
@media (max-width: 980px) {
  html {
    font-size: 45px;
  }
  .container {
    width: 16rem;
  }
}
@media (max-width: 880px) {
  html {
    font-size: 40px;
  }
}
@media (max-width: 700px) {
  html {
    font-size: 35px;
  }
  .container {
    width: 94%;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 30px;
  }
  .container {
    width: 98%;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 26px;
  }
}
