﻿@charset "UTF-8";

.page-top .pane-contents .container {
  width: 100%;
}

#block_of_top_body {
  position: relative;
  margin: 0 0 75px;
  line-height: 0;
  overflow: hidden;
}
#top-slider:before,
#top-slider:after {
  content: '';
  position: absolute;
  top: 0;
  left: calc((100vw - 1200px) / 2 * -1);
  width: calc((100vw - 1200px) / 2);
  height: calc(100% - 25px);
  background: rgba(206, 206, 206, .65);
  z-index: 10;
}
#top-slider:after {
  left: auto;
  right: calc((100vw - 1200px) / 2 * -1);
}
#top-slider {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  overflow: visible;
}
#top-slider .swiper-wrapper {
  position: relative;
}
#block_of_top_body .swiper-pagination {
  position: static;
  margin: 20px 0 0;
}
#block_of_top_body .swiper-pagination-bullet {
  position: relative;
  width: 40px;
  height: 4px;
  background: #E2E2E2;
  margin: 0 3px;
  opacity: 1;
  border-radius: 0;
  
}
#block_of_top_body .swiper-pagination-bullet-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%; 
  background: #E60000;
  -webkit-animation: mvReading 5s linear 0s 1 forwards;
  animation: mvReading 5s linear 0s 1 forwards;
  z-index: 10;
  transition: width .3s ease;
}
@-webkit-keyframes mvReading {
  0% { width: 0%; }
  100% { width: 100%; }
}
@keyframes mvReading {
  0% { width: 0%; }
  100% { width: 100%; }
}
.block-top-event {
  width: 1200px;
  margin: 0 auto 80px;
}
.block-top-event--goods {
  position: relative;
  margin: 0 0 80px;
}
.block-top-event--goods:last-child {
  margin: 0;
}
#block_of_top_free1 {
  width: 1200px;
  margin: 0 auto 80px;
}
#block_of_top_free1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#block_of_top_free1 li {
  width: 590px;
  margin: 0 0 20px;
}
#block_of_top_free1 li:nth-last-child(-n+2) {
  margin: 0;
}
#block_of_top_free1 li a {
  display: block;
  line-height: 0;
}
#block_of_top_free1 li a:hover {
  opacity: .75;
}
#block_of_top_free2 {
  padding: 80px 0;
  background: #F9F9F9;
}
.block-top-free2--body {
  width: 1200px;
  margin: 0 auto;
}
.block-top-search-extent {
  margin: 0 0 55px;
}
#block_of_top_free2 h2 {
  font-size: 30px;
  margin: 0 0 25px;
  padding: 0 0 0 45px;
  background: url(../../img/usr/common/icon_search.png) no-repeat left center;
}
.block-top-search-extent ul {
  display: flex;
  flex-wrap: wrap;
}
.block-top-search-extent li {
  width: 150px;
  margin: 0 20px 15px 0;
}
.block-top-search-extent li:nth-child(7n) {
  margin-right: 0;
}
.block-top-search-extent li a {
  display: block;
  border: 1px solid #222;
  text-align: center;
  border-radius: 6px;
  padding: 13px 0 11px;
}
.block-top-search-extent li a:hover {
  opacity: .75;
}
.block-top-search-extent li span {
  font-size: 20px;
  padding: 0 1px 0 0;
}
.block-top-search-series--box:not(:last-child) {
  margin: 0 0 40px;
}
.block-top-search-series--box-title {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
.block-top-search-series--box-title h3 {
  margin: 0 30px 0 0;
  line-height: 0;
}
.block-top-search-series ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-top-search-series li {
  width: 590px;
  margin: 0 0 20px;
}
.block-top-search-series li a {
  display: flex;
  background: #fff url(../../img/usr/common/arrow_r.png) no-repeat right 17px center;
  border: 1px solid #ECECEC;
  height: 100%;
  padding: 30px 25px;
}
.block-top-search-series li a:hover {
  opacity: .75;
}
.block-top-search-series li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  text-align: center;
  margin: 0 10px 0 0;
}
.block-top-search-series li .text {
  width: 300px;
}
.block-top-search-series li .text h4 {
  font-weight: bold;
  margin: 0 0 10px;
}
.block-top-search-series li .text h4 span {
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0 1px 0 0;
}
.block-top-topic {
  width: 1200px;
  margin: 60px auto 80px;
}
#block_of_itemhistory {
  width: 1200px;
  margin: 0 auto;
}