.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.shopping-tab {
  width: 581px;
  height: 230px;
  margin: 0 auto; }
  .shopping-tab .tab-item-box {
    width: 50%;
    text-align: center;
    float: left;
    margin-top: 100px; }
    .shopping-tab .tab-item-box .tab-item {
      color: #618b5e;
      font-size: 36px;
      padding: 15px 11px;
      border-bottom: 6px solid rgba(0, 0, 0, 0);
      padding-top: 0;
      transition: all 1s;
      box-sizing: border-box;
      cursor: pointer; }
      .shopping-tab .tab-item-box .tab-item:last-child {
        margin-right: 0; }
    .shopping-tab .tab-item-box .active {
      color: #fff;
      font-weight: bold;
      border-bottom: 6px solid #fff; }

.swiper-container {
  width: 100%;
  height: 664px !important;
  overflow: inherit;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .swiper-container .swiper-slide .swiper-slide-box {
    width: 1316px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }
    .swiper-container .swiper-slide .swiper-slide-box .scenic_item .scenic_img {
      width: 329px;
      height: 332px;
      float: left;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .swiper-container .swiper-slide .swiper-slide-box .scenic_item .scenic_detail {
      float: left;
      width: 329px;
      height: 332px;
      box-sizing: border-box;
      padding: 40px 38px;
      padding-bottom: 0;
      position: relative; }
      .swiper-container .swiper-slide .swiper-slide-box .scenic_item .scenic_detail .san {
        position: absolute;
        height: 0px;
        width: 0px;
        left: -18px;
        border-top: 11px solid transparent;
        border-right: 19px solid white;
        border-bottom: 11px solid transparent; }
      .swiper-container .swiper-slide .swiper-slide-box .scenic_item .scenic_detail .san_right {
        position: absolute;
        height: 0px;
        width: 0px;
        right: -18px;
        border-top: 11px solid transparent;
        border-left: 19px solid white;
        border-bottom: 11px solid transparent; }
      .swiper-container .swiper-slide .swiper-slide-box .scenic_item .scenic_detail .d_title {
        color: #212121;
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .swiper-container .swiper-slide .swiper-slide-box .scenic_item .scenic_detail .d_detail {
        color: #666666;
        font-size: 22px;
        border-bottom: dotted 1px #bfbfbf;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        height: 148px; }
      .swiper-container .swiper-slide .swiper-slide-box .scenic_item .scenic_detail .d_link {
        color: #ff6f28;
        float: right;
        font-size: 16px;
        line-height: 70px;
        cursor: pointer; }
  .swiper-container .swiper-pagination {
    font-size: 30px;
    color: #333333;
    bottom: -90px; }
  .swiper-container .swiper-button-next {
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
    top: 293px;
    right: 161px;
    border: none; }
  .swiper-container .swiper-button-prev {
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
    top: 293px;
    left: 161px;
    border: none; }

.shade_box {
  display: none; }

.text {
  color: #333333;
  font-size: 22px;
  padding: 0 100px;
  line-height: 40px;
  margin: 25px 0;
  height: 221px;
  overflow: hidden;
  overflow-y: scroll; }

.header {
  padding: 50px 180px; }
  .header .title {
    color: #333333;
    font-size: 32px;
    float: left;
    font-weight: bold;
    line-height: 36px; }
  .header .audio {
    width: 46px;
    height: 36px;
    margin-left: 25px; }

.swiper-container-in {
  height: 548px !important;
  overflow: hidden; }
  .swiper-container-in .swiper-slide {
    height: 500px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.21);
    border-radius: 6px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms; }
    .swiper-container-in .swiper-slide img {
      width: 100%;
      height: 500px;
      object-fit: cover; }
  .swiper-container-in .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.9);
    opacity: 0.6; }
  .swiper-container-in .swiper-pagination {
    bottom: 0;
    font-size: 22px;
    color: #588858; }

/*# sourceMappingURL=scenicList.css.map */
