.banner-pagination-wrap-horizontal {
    height: 0;
    position: absolute;
    bottom: 36px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .banner-pagination-wrap-horizontal .swiper-pagination {
    position: static;
    text-align: left;
    bottom: initial;
    left: initial;
    max-width: 50px;
    padding-left: 6px;
  }
  
  .banner-pagination-wrap-horizontal .xf-pause-icon {
    color: #fff;
    cursor: pointer;
    width: 26px;
    min-width: 26px;
    height: 26px;
    z-index: 30;
    margin-left: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    display: block;
    border-radius: 50%;
    position: relative;
  }
  
  .banner-pagination-wrap-horizontal .xf-pause-icon:after {
    font-family: xeicon;
    content: "\ea3b";
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  .banner-pagination-wrap-horizontal .xf-pause-icon.on:after {
    content: "\ea3e";
  }
  
  .slide-multi-wrap {
    margin-top: 20px;
  }
  
  .slide-multi-wrap .slide-multi-btn {
    display: inline-block;
    padding: 0 12px;
    height: 36px;
    border-radius: 4px;
    background-color: #22A1B3;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    letter-spacing: normal;
  }
  
  /*  */
  .xf-main-slide-info {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 400px;
  }
  
  .xf-main-slide-info .slide-game-info {
    list-style: none;
    text-align: left;
    border-radius: 4px;
    background-color: #0e1726;
    padding: 8px;
    margin: 0;
    width: 234px;
  }
  
  .xf-main-slide-info .slide-game-info::after {
    content: '';
    display: block;
    clear: both;
  }
  
  .xf-main-slide-info .slide-game-info .slide-info-list {
    float: left;
    padding-right: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .xf-main-slide-info .slide-game-info .slide-info-list.slide-info-list-host .slide-info-list-host-logo {
    width: 38px;
    height: 38px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 2px;
  }
  
  .xf-main-slide-info .slide-game-info .slide-info-list .info-list-title {
    display: none;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.4);
    padding-bottom: 2px;
  }
  
  .xf-main-slide-info .slide-game-info .slide-info-list .info-list-content {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: -0.4px;
  }
  
  .xf-main-slide-info .slide-join-wrap {
    width: 54px;
    margin-left: 4px;
  }
  
  .xf-main-slide-info .slide-join-wrap .slide-join-btn {
    display: block;
    width: 100%;
    height: 54px;
    border-radius: 4px;
    background-color: #22A1B3;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 54px;
    letter-spacing: normal;
  }
  
  /*  */
  .xf-widget-section-banner-slide-horizontal .swiper-container {
    width: 100%;
    height: 100%;
  }
  
  .xf-widget-section-banner-slide-horizontal .swiper-slide {
    /*  text-align: center; */
    /*   font-size: 18px; */
    background: #0e1726;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  /*
  .xf-widget-section-banner-mask{
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      background-image: url(../img/banner-mask.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top center;
      height: 100%;
      width: 100%;
      z-index: 1;
  }
  */
  .xf-widget-section-banner-slide-horizontal {
    position: relative;
    display: block;
    /* top: 0;
    width: 100vw;
    left: 50%;
    margin-left: -50vw; */
    /* position: relative; */
    width: 100%;
    height: 230px;
  }
  
  .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal {
    padding: 0;
    position: relative;
  }
  
  .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .banner-arrow-wrap {
    position: relative;
    /*     display: none;
              opacity: 0; */
    display: block;
    opacity: 1;
    z-index: 3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .banner-arrow-wrap .banner-arrow {
    position: absolute;
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .banner-arrow-wrap .banner-arrow .swiper-button-next {
    margin: 0;
    position: relative;
    margin-left: auto;
    background-color: transparent;
    width: 36px;
    height: 36px;
    right: 12px;
    top: -90px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .banner-arrow-wrap .banner-arrow .swiper-button-next:after {
    /*  content:''; */
    width: 100%;
    height: 100%;
    /*   background-image: url('../img/icon-arrow-right.svg'); */
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-size: cover;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    /*              background-size: 36px 36px; */
  }
  
  .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .banner-arrow-wrap .banner-arrow .swiper-button-prev {
    top: -90px;
    margin: 0;
    position: relative;
    background-color: transparent;
    width: 36px;
    height: 36px;
    left: 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .banner-arrow-wrap .banner-arrow .swiper-button-prev:after {
    /*     content:''; */
    width: 100%;
    height: 100%;
    /*     background-image: url('../img/icon-arrow-left.svg'); */
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-size: cover;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    /*   background-size: 36px 36px; */
  }
  
  .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .swiper-pagination {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: -0.62px;
    color: rgba(255, 255, 255, 0.5);
  }
  
  .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .xf-show-slide .show-slide-link {
    position: relative;
    text-decoration: none;
    height: 230px;
  }
  
  .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .xf-show-slide .show-slide-link .show-slide-img {
    top: 0;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    /*&:after {
                          content: '';
                          width: 100%;
                          height: 100%;
                         background-color: #000;
                          display: block;
                          top: 0;
                          position: absolute;  
                          opacity: 0.5;
                          z-index: 0;
                          background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 44%, #0e1726 100%);
                      }   */
  }
  
  .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .xf-show-slide .show-slide-link .xe-container {
    height: 100%;
    width: 100%;
  }
  
  .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .xf-show-slide .show-slide-link .xf-show-slide-content {
    position: relative;
    padding: 0px 5px;
    width: 85%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 2;
  }
  
  .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .xf-show-slide .show-slide-link .xf-show-slide-content .xf-slide-date {
    opacity: 0.9;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.2px;
    color: #fff;
    margin: 0 0 1px;
  }
  
  .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .xf-show-slide .show-slide-link .xf-show-slide-content .xf-slide-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.38;
    letter-spacing: -1.4px;
    color: #ffffff;
    margin: 0 0 10px;
    overflow: hidden;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }
  
  .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .xf-show-slide .show-slide-link .xf-show-slide-content .xf-slide-content {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.4px;
    color: #fff;
    opacity: 0.8;
    font-weight: 400;
    /*   display: none; */
    margin: 0;
    overflow: hidden;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
  
  .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .xf-show-slide .show-slide-link .xf-show-slide-content .xf-slide-tag-list .xf-slide-tag-item {
    border-radius: 34px;
    background-color: #ff3780;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 13px;
    line-height: 30px;
    display: inline-block;
    margin-right: 6px;
  }
  
  .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .xf-show-slide .show-slide-link .xf-show-slide-content .xf-slide-tag-list .xf-slide-tag-more {
    opacity: 0.7;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    margin-left: 4px;
    display: none;
  }
  
  .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .content-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 230px;
    position: absolute;
    top: 0;
    right: -45%;
    z-index: 1;
  }
  
  @media (min-width: 992px) {
    .banner-pagination-wrap-horizontal {
      height: 0;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      bottom: 0;
    }
    .banner-pagination-wrap-horizontal .xf-pause-icon {
      position: absolute;
      bottom: 35px;
      margin-left: 40px;
      left: 0;
      width: 51px;
      height: 51px;
    }
    .banner-pagination-wrap-horizontal .xf-pause-icon::after {
      font-size: 22px;
    }
    .banner-pagination-wrap-horizontal .swiper-pagination {
      width: 100%;
      position: relative;
      text-align: left;
      max-width: none;
      padding: 2px 0;
      margin-right: 8px;
      color: rgba(255, 255, 255, 0.6);
      cursor: pointer;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: -0.6px;
      bottom: -70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: transparent;
      height: 72px;
    }
    .banner-pagination-wrap-horizontal .swiper-pagination-bullet {
      position: relative;
      width: 10px;
      height: 70px;
      text-align: left;
      opacity: 1;
      background-color: transparent;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: 15px;
      font-weight: 500;
      line-height: 1.87;
      letter-spacing: -0.56px;
      text-align: center;
      color: rgba(255, 255, 255, 0.6);
      padding: 21px 0;
      border-radius: 0;
    }
    .banner-pagination-wrap-horizontal .swiper-pagination-bullet span {
      z-index: 999;
      position: relative;
    }
    .banner-pagination-wrap-horizontal .swiper-pagination-bullet i {
      position: absolute;
      top: 0px;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
    }
    .banner-pagination-wrap-horizontal .swiper-pagination-bullet b {
      position: absolute;
      top: 0px;
      left: 0;
      z-index: 2;
      width: 0%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.1);
    }
    .banner-pagination-wrap-horizontal .swiper-pagination-bullet-active {
      background-color: transparent;
      border-bottom: 3px solid rgba(245, 51, 43, 0.6);
      color: #fff;
    }
    .banner-pagination-wrap-horizontal .swiper-pagination-bullet-active b {
      -webkit-animation-name: countingBar;
              animation-name: countingBar;
      -webkit-animation-duration: 5s;
              animation-duration: 5s;
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-animation-direction: alternate;
              animation-direction: alternate;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
    }
    .slide-multi-wrap {
      margin-top: 30px;
    }
    .slide-multi-wrap .slide-multi-btn {
      padding: 0 16px;
      height: 42px;
      font-size: 16px;
      letter-spacing: -0.4px;
      line-height: 42px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
    }
    .slide-multi-wrap .slide-multi-btn:hover {
      margin-top: -8px;
    }
    .xf-main-slide-info {
      margin-top: 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .xf-main-slide-info .slide-game-info {
      list-style: none;
      text-align: left;
      border-radius: 4px;
      background-color: #0e1726;
      padding: 8px;
      margin: 0;
      width: auto;
    }
    .xf-main-slide-info .slide-game-info::after {
      content: '';
      display: block;
      clear: both;
    }
    .xf-main-slide-info .slide-game-info .slide-info-list {
      float: left;
      padding-right: 12px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
    .xf-main-slide-info .slide-game-info .slide-info-list.slide-info-list-host .slide-info-list-host-logo {
      width: 38px;
      height: 38px;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 2px;
    }
    .xf-main-slide-info .slide-game-info .slide-info-list .info-list-title {
      display: block;
      font-size: 12px;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.4);
      padding-bottom: 2px;
    }
    .xf-main-slide-info .slide-game-info .slide-info-list .info-list-content {
      display: block;
      font-size: 13px;
      color: rgba(255, 255, 255, 0.8);
      letter-spacing: -0.4px;
    }
    .xf-main-slide-info .slide-join-wrap {
      width: auto;
      margin-left: 4px;
      margin-top: 0;
    }
    .xf-main-slide-info .slide-join-wrap .slide-join-btn {
      display: block;
      width: 54px;
      height: 54px;
      border-radius: 4px;
      background-color: #22A1B3;
      font-size: 12px;
      color: #fff;
      line-height: 54px;
      font-weight: 700;
      text-decoration: none;
      text-align: center;
    }
    .xf-widget-section-banner-slide-horizontal {
      /* position: relative; */
      display: block;
      width: 100%;
      /* width: calc(100vw - 315px); */
      /* top: 0; */
      /* width: 100vw; */
      /* left: 50%; */
      /* margin-left: -50vw;
      position: relative; */
      height: 480px;
    }
    .xf-widget-section-banner-slide-horizontal .test {
      position: absolute;
      /* width: 100vw; */
      /* left: 50%; */
      /* margin-left: -50vw; */
      width: 100%;
      bottom: 0;
      height: 70px;
      background-color: rgba(0, 0, 0, 0.3);
      z-index: 98;
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal {
      padding: 0;
      margin: 0;
      position: relative;
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .xe-container {
      position: relative;
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .content-img {
      height: 480px;
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .banner-arrow-wrap {
      display: none;
      opacity: 0;
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal:hover .banner-arrow-wrap {
      -webkit-animation: fade-in 1s;
              animation: fade-in 1s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      display: block;
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal:hover .banner-arrow-wrap .banner-arrow {
      position: absolute;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      left: 0;
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal:hover .banner-arrow-wrap .banner-arrow .swiper-button-next {
      top: -230px;
      margin: 0;
      position: relative;
      margin-left: auto;
      background-color: transparent;
      width: 60px;
      height: 60px;
      right: -13px;
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal:hover .banner-arrow-wrap .banner-arrow .swiper-button-next:hover:after {
      content: '';
      width: 100%;
      height: 100%;
      background-image: url("../img/icon-arrow-right-on.svg");
      background-repeat: no-repeat;
      background-position: center center;
      /*     background-size: 60px 60px; */
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal:hover .banner-arrow-wrap .banner-arrow .swiper-button-next:after {
      content: '';
      width: 100%;
      height: 100%;
      background-image: url("../img/icon-arrow-right.svg");
      background-repeat: no-repeat;
      background-position: center center;
      /*     background-size: 60px 60px; */
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal:hover .banner-arrow-wrap .banner-arrow .swiper-button-prev {
      top: -230px;
      margin: 0;
      position: relative;
      background-color: transparent;
      width: 60px;
      height: 60px;
      left: -13px;
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal:hover .banner-arrow-wrap .banner-arrow .swiper-button-prev:hover:after {
      content: '';
      width: 100%;
      height: 100%;
      background-image: url("../img/icon-arrow-left-on.svg");
      background-repeat: no-repeat;
      background-position: center center;
      /*     background-size: 60px 60px; */
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal:hover .banner-arrow-wrap .banner-arrow .swiper-button-prev:after {
      content: '';
      width: 100%;
      height: 100%;
      background-image: url("../img/icon-arrow-left.svg");
      background-repeat: no-repeat;
      background-position: center center;
      /*   background-size: 60px 60px; */
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .banner-arrow-wrap {
      -webkit-transition: 0.5s;
      transition: 0.5s;
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .banner-arrow-wrap .banner-arrow {
      position: absolute;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: 0.5s;
      transition: 0.5s;
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .banner-arrow-wrap .banner-arrow .swiper-button-next {
      margin: 0;
      position: relative;
      margin-left: auto;
      background-color: transparent;
      width: 60px;
      height: 90px;
      right: -60px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .banner-arrow-wrap .banner-arrow .swiper-button-next:after {
      content: '';
      width: 100%;
      height: 100%;
      background-image: url("../img/icon-arrow-right.svg");
      background-repeat: no-repeat;
      background-position: center center;
      /*              background-size: 60px 60px; */
      -webkit-transition: 0.5s;
      transition: 0.5s;
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .banner-arrow-wrap .banner-arrow .swiper-button-prev {
      margin: 0;
      position: relative;
      background-color: transparent;
      width: 60px;
      height: 90px;
      left: -60px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .banner-arrow-wrap .banner-arrow .swiper-button-prev:after {
      content: '';
      width: 100%;
      height: 100%;
      background-image: url("../img/icon-arrow-left.svg");
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      /*   background-size: 60px 60px; */
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .xf-show-slide .show-slide-link {
      position: relative;
      text-decoration: none;
      height: 480px;
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .xf-show-slide .show-slide-link .show-slide-img {
      position: absolute;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      width: 100%;
      height: 100%;
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .xf-show-slide .show-slide-link .xf-show-slide-content {
      padding: 75px 0 138px;
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .xf-show-slide .show-slide-link .xf-show-slide-content .xf-slide-date {
      font-size: 17px;
      line-height: 26px;
      letter-spacing: -0.38px;
      font-weight: 500;
      margin: 0 0 8px;
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .xf-show-slide .show-slide-link .xf-show-slide-content .xf-slide-title {
      font-size: 48px;
      font-weight: 600;
      line-height: 1.25;
      letter-spacing: -2px;
      color: #ffffff;
      margin: 0 0 10px;
      width: 60%;
      max-height: 150px;
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .xf-show-slide .show-slide-link .xf-show-slide-content .xf-slide-content {
      display: block;
      font-size: 18px;
      line-height: 28px;
      color: rgba(255, 255, 255, 0.8);
      max-width: 450px;
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .xf-show-slide .show-slide-link .xf-show-slide-content .xf-slide-tag-list {
      margin-top: 40px;
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .xf-show-slide .show-slide-link .xf-show-slide-content .xf-slide-tag-list .xf-slide-tag-item {
      border-radius: 34px;
      font-size: 18px;
      padding: 7px 18px;
    }
    .xf-widget-section-banner-slide-horizontal .show-visual-slide-wrap-horizontal .xf-show-slide .show-slide-link .xf-show-slide-content .xf-slide-tag-list .xf-slide-tag-more {
      display: inline-block;
    }
    @-webkit-keyframes countingBar {
      0% {
        width: 0;
      }
      100% {
        width: 100%;
      }
    }
    @keyframes countingBar {
      0% {
        width: 0;
      }
      100% {
        width: 100%;
      }
    }
  }
  