html {
  height: 100%;
}
body {
  background-color: #fff;
  height: 100%;
}
.main {
  position: relative;
  min-height: 100%;
}
.main #footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.main .middle {
  /*分类框*/
}
.main .middle .big-title {
  position: relative;
  border-left: 3px solid #17C8FB;
  padding-left: 3px;
  line-height: 30px;
}
.main .middle .big-title .en-text {
  font-size: 14px;
  line-height: 14px;
  color: #cccccc;
  position: relative;
}
.main .middle .big-title .en-text:before {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background: #00c8ff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.main .middle .big-title .cn-text {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 30px;
}
.main .middle .big-title a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  padding-right: 20px;
  color: #666666;
  background: url("../img/more-icon2.png") no-repeat right center / 16px auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.main .middle .banner {
  position: relative;
  width: 100%;
  height: 480px;
}
.main .middle .banner .banner-inner {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.main .middle .banner .banner-inner .banner-swiper {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.main .middle .banner .banner-inner .banner-swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.main .middle .banner .banner-inner .banner-swiper .swiper-slide a {
  display: block;
  width: 100%;
  font-size: 0;
}
.main .middle .banner .banner-inner .banner-swiper .swiper-slide a .bannerimg {
  width: 100%;
}
.main .middle .banner .banner-inner .banner-swiper .banner-prev,
.main .middle .banner .banner-inner .banner-swiper .banner-next {
  width: 30px;
  height: 100%;
  top: 0;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.1;
  outline: none;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.main .middle .banner .banner-inner .banner-swiper .banner-prev:hover,
.main .middle .banner .banner-inner .banner-swiper .banner-next:hover {
  opacity: 1;
}
.main .middle .banner .banner-inner .banner-swiper .banner-prev {
  left: 0;
}
.main .middle .banner .banner-inner .banner-swiper .banner-next {
  right: 0;
}
.main .middle .banner .banner-inner .banner-swiper .swiper-pagination {
  width: 1180px;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: 0 auto;
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.main .middle .banner .banner-inner .banner-swiper .swiper-pagination-bullet {
  height: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 20px 0 0;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  width: 20%;
  /* For old syntax, otherwise collapses. */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  overflow: hidden;
}
.main .middle .banner .banner-inner .banner-swiper .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background: white;
  -webkit-transition: all 2s linear;
  -moz-transition: all 2s linear;
  -ms-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
}
.main .middle .banner .banner-inner .banner-swiper .swiper-pagination-bullet:last-child {
  margin: 0;
}
.main .middle .banner .banner-inner .banner-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.main .middle .banner .banner-inner .banner-swiper .swiper-pagination-bullet-active::after {
  width: 100%;
}
.main .middle .up-top-btn {
  width: 56px;
  height: 56px;
  background: url("../img/top-icon.png") no-repeat center / 100%;
  position: fixed;
  right: 50%;
  bottom: 15%;
  margin-right: -700px;
  z-index: 99;
  cursor: pointer;
}
.main .middle .adv_float-box {
  width: 120px;
  height: 120px;
  position: fixed;
  right: 50%;
  bottom: 17.5%;
  margin-right: -715px;
  z-index: 98;
  cursor: pointer;
  -webkit-transform-origin: 70% 80%;
  -moz-transform-origin: 70% 80%;
  -ms-transform-origin: 70% 80%;
  -o-transform-origin: 70% 80%;
  transform-origin: 70% 80%;
  -webkit-animation: bounceIn 0.5s ease 0s both;
  animation: bounceIn 0.5s ease 0s both;
}
.main .middle .adv_float-box .thumbnail {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0px 2px 8px rgba(37, 12, 72, 0.25);
  -moz-box-shadow: 0px 2px 8px rgba(37, 12, 72, 0.25);
  box-shadow: 0px 2px 8px rgba(37, 12, 72, 0.25);
}
.main .middle .adv_float-box .adv_float-img {
  display: none;
  width: 600px;
  height: 360px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0px 2px 8px rgba(37, 12, 72, 0.25);
  -moz-box-shadow: 0px 2px 8px rgba(37, 12, 72, 0.25);
  box-shadow: 0px 2px 8px rgba(37, 12, 72, 0.25);
}
.main .middle .adv_float-box .adv_float-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.main .middle .index-theme {
  margin-top: 40px;
}
.main .middle .index-theme .inner {
  width: 1180px;
  position: relative;
}
.main .middle .index-theme .swiper-index-theme {
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
  overflow: hidden;
  padding: 0 15px 15px;
}
.main .middle .index-theme .swiper-index-theme .theme-box {
  width: 360px;
  height: 202px;
  margin-top: 5px;
}
.main .middle .index-theme .swiper-index-theme .theme-box .theme-img {
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0px 2px 8px rgba(37, 12, 72, 0.25);
  -moz-box-shadow: 0px 2px 8px rgba(37, 12, 72, 0.25);
  box-shadow: 0px 2px 8px rgba(37, 12, 72, 0.25);
  overflow: hidden;
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
}
.main .middle .index-theme .swiper-index-theme .theme-box .theme-img:hover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.main .middle .index-theme .swiper-index-theme .theme-box .theme-img .theme-name {
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.main .middle .index-theme .swiper-index-theme .theme-box .theme-img .theme-name p {
  font-size: 24px;
  color: #fff;
  padding: 0 15px;
  line-height: 32px;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.main .middle .index-theme .theme-prev {
  width: 70px;
  height: 70px;
  background: url("../img/theme/theme-left-icon.png") no-repeat center center / 70px 70px;
  position: absolute;
  left: -35px;
  top: 62%;
  margin-top: -35px;
  cursor: pointer;
  z-index: 5;
  opacity: 0.8;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main .middle .index-theme .theme-prev:hover {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.main .middle .index-theme .theme-next {
  width: 70px;
  height: 70px;
  background: url("../img/theme/theme-right-icon.png") no-repeat center center / 70px 70px;
  position: absolute;
  right: -35px;
  top: 62%;
  margin-top: -35px;
  cursor: pointer;
  z-index: 5;
  opacity: 0.8;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main .middle .index-theme .theme-next:hover {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.main .middle .theme-btn {
  opacity: 0.8;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main .middle .theme-btn:hover {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.main .middle .discount {
  margin-top: 100px;
}
.main .middle .discount .inner {
  width: 1180px;
}
.main .middle .discount .discount-main {
  margin-top: 40px;
}
.main .middle .discount .discount-main .discount-video {
  width: 580px;
}
.main .middle .discount .discount-main .discount-video a {
  display: block;
  width: 100%;
  height: 348px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.main .middle .discount .discount-main .discount-video h2 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin-top: 10px;
}
.main .middle .discount .discount-main .discount-video p {
  font-size: 16px;
  color: #999999;
  margin-top: 10px;
}
.main .middle .discount .ticket-lists li {
  float: left;
  width: 262px;
  margin-left: 38px;
  background-color: #fff;
}
.main .middle .discount .ticket-lists li:last-of-type {
  margin-right: 0;
}
.main .middle .discount .ticket-lists li .ticket-img {
  width: 100%;
  height: 348px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 10px rgba(42, 41, 37, 0.35);
  -moz-box-shadow: 2px 2px 10px rgba(42, 41, 37, 0.35);
  box-shadow: 2px 2px 10px rgba(42, 41, 37, 0.35);
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
}
.main .middle .discount .ticket-lists li .ticket-img:hover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.main .middle .discount .ticket-lists li .ticket-img .area {
  font-size: 14px;
  color: #fff;
  padding-left: 20px;
  height: 60px;
  line-height: 36px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.main .middle .discount .ticket-lists li .ticket-msg {
  padding: 10px 0;
}
.main .middle .discount .ticket-lists li .ticket-msg .ticket-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.8em;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.main .middle .discount .ticket-lists li .ticket-msg .date {
  font-size: 16px;
  color: #999999;
}
.main .middle .discount .ticket-lists li .ticket-msg .ticket-location {
  font-size: 12px;
  color: #666;
  line-height: 15px;
  padding-left: 22px;
  background: url("../img/location_icon.png") no-repeat left center / 12px 15px;
  margin-top: 8px;
}
.main .middle .discount .ticket-lists li .ticket-msg .ticket-bottom {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 14px;
  color: #999;
}
.main .middle .discount .ticket-lists li .ticket-msg .ticket-bottom .shop-name {
  display: inline-block;
  width: 175px;
  padding-left: 20px;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url(../img/theme/theme-shop-icon.png) no-repeat left center / 17px 17px;
  text-decoration: underline;
}
.main .middle .discount .ticket-lists li .ticket-msg .ticket-bottom .price {
  color: #000;
  float: right;
}
.main .middle .discount .ticket-lists li .ticket-msg .ticket-bottom .original-price {
  float: right;
  font-size: 12px;
  color: #DA1617;
  margin-left: 5px;
  text-decoration: line-through;
  vertical-align: baseline;
}
.main .middle .activities {
  margin-top: 100px;
  height: 590px;
  position: relative;
}
.main .middle .activities .map {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: initial;
}
.main .middle .activities .map canvas {
  outline: none;
}
.main .middle .activities .map .map_point {
  background: #f6921e;
  border: 2px solid white;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main .middle .activities .map .map_tag {
  background-color: #ff4d4d;
  margin-top: -19px;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none;
}
.main .middle .activities .map .map_tag::before {
  display: block;
  content: "";
  width: inherit;
  padding-bottom: 100%;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  position: absolute;
  background-color: inherit;
  z-index: 2;
}
.main .middle .activities .map .map_tag::after {
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 8px;
  width: 16px;
  left: 50%;
  top: 108%;
  margin-left: -8px;
  z-index: 1;
  position: absolute;
}
.main .middle .activities .map .map-activities-box {
  display: none;
  width: 200px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -100px;
  background: white;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
  animation: fadein 0.5s both;
  -webkit-animation: fadein 0.5s both;
}
.main .middle .activities .map .map-activities-box::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  -webkit-align-self: center;
  align-self: center;
  border-bottom: none;
  border-top-color: white;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 0 auto;
}
.main .middle .activities .map .map-activities-box .map-img-box {
  width: 100%;
  height: 100px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.main .middle .activities .map .map-activities-box .map-title-box {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  padding: 10px 10px 20px;
}
.main .middle .activities .map .mapboxgl-canvas-container::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/map-up.png") no-repeat center / cover;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.main .middle .activities .inner {
  width: 1180px;
  position: relative;
  z-index: 2;
  padding-top: 48px;
  pointer-events: none;
}
.main .middle .activities .inner .big-title a {
  pointer-events: all;
}
.main .middle .activities .show-part {
  width: 784px;
  margin-top: 25px;
  pointer-events: all;
  position: relative;
}
.main .middle .activities .show-part .swiper-index-activities {
  width: 814px;
  padding: 15px;
  overflow: hidden;
  margin-left: -15px;
}
.main .middle .activities .show-part .swiper-index-activities .activities-box {
  width: 370px;
  height: 330px;
  background-color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 8px rgba(50, 16, 97, 0.25);
  -moz-box-shadow: 2px 2px 8px rgba(50, 16, 97, 0.25);
  box-shadow: 2px 2px 8px rgba(50, 16, 97, 0.25);
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
}
.main .middle .activities .show-part .swiper-index-activities .activities-box:hover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.main .middle .activities .show-part .swiper-index-activities .activities-box .item-img {
  display: block;
  width: 100%;
  height: 222px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.main .middle .activities .show-part .swiper-index-activities .activities-box .item-img .area {
  font-size: 16px;
  color: #fff;
  padding-left: 20px;
  height: 60px;
  line-height: 36px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.main .middle .activities .show-part .swiper-index-activities .activities-box .item-msg {
  padding: 10px;
}
.main .middle .activities .show-part .swiper-index-activities .activities-box .item-msg .item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  font-size: 18px;
  color: #000;
  line-height: 1.4em;
  height: 2.8em;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.main .middle .activities .show-part .swiper-index-activities .activities-box .item-msg .num-and-price {
  margin-top: 8px;
  line-height: 18px;
}
.main .middle .activities .show-part .swiper-index-activities .activities-box .item-msg .num-and-price .shop-name {
  display: inline-block;
  width: 190px;
  padding-left: 20px;
  font-size: 16px;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url(../img/theme/theme-shop-icon.png) no-repeat left center / 17px 17px;
  text-decoration: underline;
}
.main .middle .activities .show-part .swiper-index-activities .activities-box .item-msg .num-and-price .price {
  float: right;
  font-size: 16px;
  color: #000;
}
.main .middle .activities .show-part .swiper-index-activities .activities-box .item-msg .num-and-price .original-price {
  font-size: 12px;
  color: #DA1617;
  margin-left: 5px;
  text-decoration: line-through;
}
.main .middle .activities .show-part .swiper-activities-left {
  width: 54px;
  height: 54px;
  background: url(../img/theme/theme-left-icon.png) no-repeat center center / 54px 54px;
  position: absolute;
  left: -27px;
  top: 50%;
  margin-top: -29px;
  cursor: pointer;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 10;
}
.main .middle .activities .show-part .swiper-activities-left:hover {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.main .middle .activities .show-part .swiper-activities-rgiht {
  width: 54px;
  height: 54px;
  background: url(../img/theme/theme-right-icon.png) no-repeat center center / 54px 54px;
  position: absolute;
  right: -27px;
  top: 50%;
  margin-top: -29px;
  cursor: pointer;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 10;
}
.main .middle .activities .show-part .swiper-activities-rgiht:hover {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.main .middle .global-cuisine {
  margin-top: 100px;
}
.main .middle .global-cuisine .inner {
  width: 1180px;
}
.main .middle .global-cuisine .global-main {
  margin-top: 20px;
}
.main .middle .global-cuisine .global-main .cuisine-recommended li:first-child {
  display: block;
  width: 100%;
  height: 372px;
}
.main .middle .global-cuisine .global-main .cuisine-recommended li:first-child .global-left {
  width: 510px;
  padding-top: 60px;
}
.main .middle .global-cuisine .global-main .cuisine-recommended li:first-child .global-left .item-title {
  font-size: 20px;
  line-height: 20px;
  color: #000000;
}
.main .middle .global-cuisine .global-main .cuisine-recommended li:first-child .global-left .item-title:after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #333333;
}
.main .middle .global-cuisine .global-main .cuisine-recommended li:first-child .global-left .global-content {
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.main .middle .global-cuisine .global-main .cuisine-recommended li:first-child .global-left .num-and-price {
  margin-top: 100px;
}
.main .middle .global-cuisine .global-main .cuisine-recommended li:first-child .global-right {
  width: 620px;
  margin-left: 50px;
}
.main .middle .global-cuisine .global-main .cuisine-recommended li:first-child .global-right .item-img {
  display: block;
  width: 100%;
  height: 372px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 2px 2px 8px rgba(50, 16, 97, 0.25);
  -moz-box-shadow: 2px 2px 8px rgba(50, 16, 97, 0.25);
  box-shadow: 2px 2px 8px rgba(50, 16, 97, 0.25);
}
.main .middle .global-cuisine .global-main .cuisine-recommended li:not(:first-child) {
  float: left;
  width: 270px;
  margin-top: 60px;
  margin-right: 33px;
  background-color: #fff;
}
.main .middle .global-cuisine .global-main .cuisine-recommended li:not(:first-child) .item-img {
  display: block;
  width: 100%;
  height: 168px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 8px rgba(50, 16, 97, 0.25);
  -moz-box-shadow: 2px 2px 8px rgba(50, 16, 97, 0.25);
  box-shadow: 2px 2px 8px rgba(50, 16, 97, 0.25);
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
}
.main .middle .global-cuisine .global-main .cuisine-recommended li:not(:first-child) .item-img:hover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.main .middle .global-cuisine .global-main .cuisine-recommended li:not(:first-child) .item-img .area {
  font-size: 16px;
  color: #fff;
  padding-left: 20px;
  height: 60px;
  line-height: 36px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.main .middle .global-cuisine .global-main .cuisine-recommended li:not(:first-child) .item-msg {
  padding: 10px 0;
}
.main .middle .global-cuisine .global-main .cuisine-recommended li:not(:first-child) .item-msg .item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-width: 100%;
  font-size: 18px;
  color: #000;
  line-height: 1.4em;
  height: 2.8em;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.main .middle .global-cuisine .global-main .cuisine-recommended li:not(:first-child) .item-msg .item-location-score {
  line-height: 20px;
}
.main .middle .global-cuisine .global-main .cuisine-recommended li:not(:first-child) .item-msg .item-location-score .shop-name {
  font-size: 16px;
  color: #666;
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url(../img/theme/theme-shop-icon.png) no-repeat left center / 17px 17px;
  text-decoration: underline;
}
.main .middle .global-cuisine .global-main .cuisine-recommended li:last-child {
  margin-right: 0;
}
.main .middle .global-cuisine .global-main .num-and-price {
  margin-top: 8px;
  line-height: 16px;
}
.main .middle .global-cuisine .global-main .num-and-price .price {
  float: left;
  font-size: 16px;
  color: #000;
}
.main .middle .global-cuisine .global-main .num-and-price .original-price {
  font-size: 12px;
  color: #DA1617;
  margin-left: 5px;
  text-decoration: line-through;
  vertical-align: top;
}
.main .middle .recommend-goods {
  margin-top: 100px;
}
.main .middle .recommend-goods .inner {
  width: 1180px;
}
.main .middle .recommend-goods .recommend-main {
  margin-top: 30px;
  font-size: 0;
  position: relative;
}
.main .middle .recommend-goods .recommend-main .swiper-index-goods {
  width: calc(100% + 20px);
  position: relative;
  left: -10px;
  overflow: hidden;
  padding-top: 10px;
}
.main .middle .recommend-goods .recommend-main .swiper-index-goods .swiper-slide {
  padding: 0 10px;
}
.main .middle .recommend-goods .recommend-main .goods-prev {
  width: 70px;
  height: 70px;
  background: url("../img/theme/theme-left-icon.png") no-repeat center center / 70px 70px;
  position: absolute;
  left: -35px;
  top: 20%;
  margin-top: -65px;
  cursor: pointer;
  z-index: 5;
  opacity: 0.8;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main .middle .recommend-goods .recommend-main .goods-prev:hover {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.main .middle .recommend-goods .recommend-main .goods-next {
  width: 70px;
  height: 70px;
  background: url("../img/theme/theme-right-icon.png") no-repeat center center / 70px 70px;
  position: absolute;
  right: -35px;
  top: 20%;
  margin-top: -65px;
  cursor: pointer;
  z-index: 5;
  opacity: 0.8;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main .middle .recommend-goods .recommend-main .goods-next:hover {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.main .middle .recommend-goods .recommend-main .goods-item {
  display: inline-block;
  width: 270px;
  margin-left: 33px;
  margin-bottom: 30px;
  background-color: #fff;
  vertical-align: top;
}
.main .middle .recommend-goods .recommend-main .goods-item:nth-child(4n-3) {
  margin-left: 0;
}
.main .middle .recommend-goods .recommend-main .goods-item .item-img {
  display: block;
  width: 100%;
  height: 162px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 8px rgba(50, 16, 97, 0.25);
  -moz-box-shadow: 2px 2px 8px rgba(50, 16, 97, 0.25);
  box-shadow: 2px 2px 8px rgba(50, 16, 97, 0.25);
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
}
.main .middle .recommend-goods .recommend-main .goods-item .item-img:hover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.main .middle .recommend-goods .recommend-main .goods-item .item-img .area {
  font-size: 16px;
  color: #fff;
  padding-left: 20px;
  height: 60px;
  line-height: 36px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.main .middle .recommend-goods .recommend-main .goods-item .item-msg {
  padding: 10px 0;
}
.main .middle .recommend-goods .recommend-main .goods-item .item-msg .item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-width: 100%;
  font-size: 18px;
  color: #000;
  line-height: 1.4em;
  height: 2.8em;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.main .middle .recommend-goods .recommend-main .goods-item .item-msg .item-location-score {
  line-height: 20px;
}
.main .middle .recommend-goods .recommend-main .goods-item .item-msg .item-location-score .shop-name {
  font-size: 16px;
  color: #666;
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url(../img/theme/theme-shop-icon.png) no-repeat left center / 17px 17px;
  text-decoration: underline;
}
.main .middle .recommend-goods .recommend-main .goods-item .item-msg .num-and-price {
  margin-top: 8px;
  line-height: 16px;
}
.main .middle .recommend-goods .recommend-main .goods-item .item-msg .num-and-price .customer-num {
  font-size: 12px;
  color: #666;
}
.main .middle .recommend-goods .recommend-main .goods-item .item-msg .num-and-price .price {
  float: left;
  font-size: 16px;
  color: #000;
}
.main .middle .recommend-goods .recommend-main .goods-item .item-msg .num-and-price .original-price {
  font-size: 12px;
  color: #DA1617;
  margin-left: 5px;
  text-decoration: line-through;
  vertical-align: top;
}
.main .middle .teaching-courses {
  margin-top: 100px;
}
.main .middle .teaching-courses .inner {
  width: 1180px;
}
.main .middle .teaching-courses .teaching-courses-main {
  margin-top: 30px;
  font-size: 0;
  position: relative;
}
.main .middle .teaching-courses .teaching-courses-main .swiper-index-courses {
  width: calc(100% + 20px);
  position: relative;
  left: -8px;
  overflow: hidden;
  padding: 10px 10px 0;
}
.main .middle .teaching-courses .teaching-courses-main .swiper-index-courses .swiper-slide {
  width: 390px;
}
.main .middle .teaching-courses .teaching-courses-main .courses-prev {
  width: 70px;
  height: 70px;
  background: url("../img/theme/theme-left-icon.png") no-repeat center center / 70px 70px;
  position: absolute;
  left: -35px;
  top: 150px;
  margin-top: -65px;
  cursor: pointer;
  z-index: 5;
  opacity: 0.8;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main .middle .teaching-courses .teaching-courses-main .courses-prev:hover {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.main .middle .teaching-courses .teaching-courses-main .courses-next {
  width: 70px;
  height: 70px;
  background: url("../img/theme/theme-right-icon.png") no-repeat center center / 70px 70px;
  position: absolute;
  right: -35px;
  top: 150px;
  margin-top: -65px;
  cursor: pointer;
  z-index: 5;
  opacity: 0.8;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main .middle .teaching-courses .teaching-courses-main .courses-next:hover {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.main .middle .teaching-courses .teaching-courses-main .courses-item {
  display: inline-block;
  width: 370px;
  background-color: #fff;
}
.main .middle .teaching-courses .teaching-courses-main .courses-item .item-img {
  display: block;
  width: 100%;
  height: 222px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 8px rgba(50, 16, 97, 0.25);
  -moz-box-shadow: 2px 2px 8px rgba(50, 16, 97, 0.25);
  box-shadow: 2px 2px 8px rgba(50, 16, 97, 0.25);
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
}
.main .middle .teaching-courses .teaching-courses-main .courses-item .item-img:hover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.main .middle .teaching-courses .teaching-courses-main .courses-item .item-img .area {
  font-size: 16px;
  color: #fff;
  padding-left: 20px;
  height: 60px;
  line-height: 36px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.main .middle .teaching-courses .teaching-courses-main .courses-item .item-msg {
  padding: 10px 0;
}
.main .middle .teaching-courses .teaching-courses-main .courses-item .item-msg .item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-width: 100%;
  font-size: 18px;
  color: #000;
  line-height: 1.4em;
  height: 2.8em;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.main .middle .teaching-courses .teaching-courses-main .courses-item .item-msg .num-and-price {
  margin-top: 8px;
  line-height: 20px;
}
.main .middle .teaching-courses .teaching-courses-main .courses-item .item-msg .num-and-price .shop-name {
  font-size: 16px;
  color: #666;
  display: inline-block;
  width: 60%;
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url(../img/theme/theme-shop-icon.png) no-repeat left center / 17px 17px;
  text-decoration: underline;
}
.main .middle .teaching-courses .teaching-courses-main .courses-item .item-msg .num-and-price .price {
  float: right;
  font-size: 16px;
  color: #000;
}
.main .middle .teaching-courses .teaching-courses-main .courses-item .item-msg .num-and-price .original-price {
  font-size: 12px;
  color: #DA1617;
  margin-left: 5px;
  text-decoration: line-through;
  vertical-align: top;
}
.main .middle .news {
  margin-top: 100px;
  padding-bottom: 80px;
}
.main .middle .news .inner {
  width: 1180px;
}
.main .middle .news .news-main {
  margin-top: 40px;
}
.main .middle .news .news-main .news-left {
  width: 750px;
  height: 450px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 8px rgba(50, 16, 97, 0.25);
  -moz-box-shadow: 2px 2px 8px rgba(50, 16, 97, 0.25);
  box-shadow: 2px 2px 8px rgba(50, 16, 97, 0.25);
}
.main .middle .news .news-main .news-left .news-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.main .middle .news .news-main .news-left .news-item .item-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.main .middle .news .news-main .news-left .news-item .item-img:after {
  content: "";
  display: block;
  width: 100%;
  height: 140px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.main .middle .news .news-main .news-left .news-item .item-msg {
  padding: 10px 35px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main .middle .news .news-main .news-left .news-item .item-msg:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 25px;
  top: 24px;
  margin-top: -3px;
  background: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.main .middle .news .news-main .news-left .news-item .item-msg .item-title {
  font-size: 20px;
  color: white;
  max-width: 600px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.main .middle .news .news-main .news-left .news-item .item-msg .date {
  font-size: 14px;
  color: white;
  line-height: 24px;
  padding-left: 16px;
  border-left: 1px solid white;
  margin-left: 32px;
}
.main .middle .news .news-main .news-left .news-item .item-msg .brief-content {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  color: white;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.main .middle .news .news-main .news-right {
  width: 390px;
  margin-left: 40px;
}
.main .middle .news .news-main .news-right .news-item:first-of-type {
  width: 100%;
  height: 234px;
  margin-bottom: 20px;
  position: relative;
}
.main .middle .news .news-main .news-right .news-item:first-of-type .item-img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  -webkit-box-shadow: 2px 2px 8px rgba(50, 16, 97, 0.25);
  -moz-box-shadow: 2px 2px 8px rgba(50, 16, 97, 0.25);
  box-shadow: 2px 2px 8px rgba(50, 16, 97, 0.25);
}
.main .middle .news .news-main .news-right .news-item:first-of-type .item-img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.main .middle .news .news-main .news-right .news-item:first-of-type .item-msg {
  width: 100%;
  padding: 10px 14px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main .middle .news .news-main .news-right .news-item:first-of-type .item-msg .item-title {
  font-size: 18px;
  color: white;
  width: 100%;
}
.main .middle .news .news-main .news-right .news-item:first-of-type .item-msg .date {
  font-size: 14px;
  color: white;
  float: right;
}
.main .middle .news .news-main .news-right .news-item:first-of-type .item-msg .brief-content {
  display: none;
}
.main .middle .news .news-main .news-right .news-item:not(:first-child) {
  border-top: 1px solid #efefef;
}
.main .middle .news .news-main .news-right .news-item:not(:first-child) .item-img {
  display: none;
}
.main .middle .news .news-main .news-right .news-item:not(:first-child) .brief-content {
  display: none;
}
.main .middle .news .news-main .news-right .news-item:not(:first-child) .item-msg {
  padding: 20px 15px;
}
.main .middle .news .news-main .news-right .news-item:not(:first-child) .item-msg .item-title {
  font-size: 18px;
  color: #000;
  width: 100%;
  position: relative;
}
.main .middle .news .news-main .news-right .news-item:not(:first-child) .item-msg .item-title:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -3px;
  background: black;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.main .middle .news .news-main .news-right .news-item:not(:first-child) .item-msg .date {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}
.main .middle .news .news-main .news-right .news-item:last-child {
  border-bottom: 1px solid #efefef;
}
.main .middle .middle-advertisement {
  position: relative;
  width: 100%;
  height: 480px;
}
.main .middle .middle-advertisement .ad-inner {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.main .middle .middle-advertisement .ad-inner .ad-swiper {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.main .middle .middle-advertisement .ad-inner .ad-swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.main .middle .middle-advertisement .ad-inner .ad-swiper .swiper-slide a {
  display: block;
  width: 100%;
  font-size: 0;
  height: 100%;
}
.main .middle .middle-advertisement .ad-inner .ad-swiper .swiper-slide-active:after {
  display: none;
}
.main .middle .middle-advertisement .ad-inner .ad-swiper .ad-prev,
.main .middle .middle-advertisement .ad-inner .ad-swiper .ad-next {
  width: 30px;
  height: 100%;
  top: 0;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.4;
  outline: none;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.main .middle .middle-advertisement .ad-inner .ad-swiper .ad-prev:hover,
.main .middle .middle-advertisement .ad-inner .ad-swiper .ad-next:hover {
  opacity: 1;
}
.main .middle .middle-advertisement .ad-inner .ad-swiper .ad-prev {
  left: 0;
}
.main .middle .middle-advertisement .ad-inner .ad-swiper .ad-next {
  right: 0;
}
.main .middle .middle-advertisement .ad-inner .ad-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 0.5;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.main .middle .middle-advertisement .ad-inner .ad-swiper .swiper-pagination-bullet-active {
  width: 30px;
  opacity: 1;
  background-color: #007aff;
}
.main .middle .type-box {
  margin-top: 20px;
  padding-bottom: 60px;
}
.main .middle .type-box .type-item {
  width: 280px;
  margin-right: 20px;
  cursor: pointer;
}
.main .middle .type-box .type-item:last-child {
  margin-right: 0;
}
.main .middle .type-box .type-item img {
  width: 100%;
  margin-top: 5px;
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
}
.main .middle .type-box .type-item img:hover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
@-webkit-keyframes fadein {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 1450px) {
  .up-top-btn {
    margin-right: -630px !important;
  }
  .adv_float-box {
    margin-right: -645px !important;
  }
}
/*# sourceMappingURL=index.css.map */