@media (min-width: 120px) {
  .i58d_banner {
    position: relative;
    height: 50rem;
    border-top: 1px solid #fff;
  }
  .i58d_banner .i58d_banner_web {
    display: none;
  }
  .i58d_banner::before {
    content: '';
    position: absolute;
    top: 21rem;
    left: 0;
    width: 8rem;
    height: 8rem;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 8;
  }
  .i58d_banner .prev {
    position: absolute;
    top: 20rem;
    left: -1rem;
    width: 10rem;
    height: 10rem;
    line-height: 10rem;
    font-family: 'icomoon';
    font-size: 8rem;
    text-align: center;
    color: #fff;
    z-index: 9;
    cursor: pointer;
  }
  .i58d_banner #words_888 {
    position: absolute;
    top: 17rem;
    right: 17rem;
    background-color: #c530c0;
    opacity: 0.9;
    color: #fff;
    border: 0.1rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    border-radius: 1rem;
    z-index: 9;
    width: 60%;
    padding: 2rem;
    text-align: center;
    font-size: 5rem;
    line-height: 11rem;
  }
  .i58d_banner .i58d_banner_mobile ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .i58d_banner .i58d_banner_mobile ul li {
    display: none;
  }
  .i58d_banner .i58d_banner_mobile ul li a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
  }
  .i58d_banner .i58d_banner_mobile ul li .gif {
    position: absolute;
    top: 17rem;
    right: 8rem;
    width: 17rem;
    height: 17rem;
    z-index: 99;
    overflow: hidden;
    pointer-events: none;
  }
  .i58d_banner .i58d_banner_mobile ul li .gif img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .i58d_banner .next {
    position: absolute;
    top: 20rem;
    right: -1rem;
    width: 10rem;
    height: 10rem;
    line-height: 10rem;
    font-family: 'icomoon';
    font-size: 8rem;
    text-align: center;
    color: #fff;
    z-index: 9;
    cursor: pointer;
  }
  .i58d_banner::after {
    content: '';
    position: absolute;
    top: 21rem;
    right: 0;
    width: 8rem;
    height: 8rem;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 8;
  }
  .i58d_banner .i58d_banner_mark ol {
    position: absolute;
    bottom: 1rem;
    left: 2rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .i58d_banner .i58d_banner_mark ol li {
    width: 8rem;
    height: 0.5rem;
    margin: 0 1rem;
    border-radius: 0.15rem;
    background-color: #c2bcbc;
    z-index: 9;
    transition: all 5s linear;
  }
  .i58d_banner .i58d_banner_mark ol li .trans {
    height: 1rem;
    background-color: red;
  }
}
@media (min-width: 750.1px) {
  .i58d_banner {
    position: relative;
    height: 25rem;
    border-top: 1px solid #fff;
  }
  .i58d_banner .i58d_banner_mobile {
    display: none;
  }
  .i58d_banner .i58d_banner_web {
    display: block;
  }
  .i58d_banner::before {
    display: none;
  }
  .i58d_banner:hover .prev {
    display: block;
  }
  .i58d_banner:hover .next {
    display: block;
  }
  .i58d_banner .prev {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 25rem;
    background-color: rgba(0, 0, 0, 0.2);
    line-height: 25rem;
    font-family: 'icomoon';
    font-size: 4rem;
    text-align: center;
    color: #fff;
    z-index: 9;
  }
  .i58d_banner .prev:hover {
    display: block;
  }
  .i58d_banner #words_1600 {
    position: absolute;
    top: 8.5rem;
    right: 35rem;
    background-color: #c530c0;
    opacity: 0.9;
    color: #fff;
    border: 0.1rem solid #666;
    box-shadow: 5px 5px 8px -5px #191919;
    border-radius: 0.5rem;
    z-index: 9;
    width: 21rem;
    padding: 2rem;
    text-align: center;
    font-size: 2rem;
    line-height: 4rem;
  }
  .i58d_banner .i58d_banner_web ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    height: 25rem;
    overflow: hidden;
  }
  .i58d_banner .i58d_banner_web ul li {
    display: none;
  }
  .i58d_banner .i58d_banner_web ul li a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .i58d_banner .i58d_banner_web ul li .gif {
    position: absolute;
    top: 2rem;
    right: 4rem;
    width: 10rem;
    height: 10rem;
    overflow: hidden;
  }
  .i58d_banner .i58d_banner_web ul li .gif img {
    width: 100%;
    height: 100%;
  }
  .i58d_banner .next {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    height: 25rem;
    background-color: rgba(0, 0, 0, 0.2);
    line-height: 25rem;
    font-family: 'icomoon';
    font-size: 4rem;
    text-align: center;
    color: #fff;
    z-index: 9;
  }
  .i58d_banner::after {
    display: none;
  }
  .i58d_banner .i58d_banner_mark ol {
    position: absolute;
    bottom: 0.5rem;
    left: 3rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .i58d_banner .i58d_banner_mark ol li {
    position: relative;
    width: 6rem;
    height: 0.2rem;
    margin: 0 1rem;
    border-radius: 0.15rem;
    background-color: #c2bcbc;
    z-index: 9;
    transition: all 5s linear;
  }
  .i58d_banner .i58d_banner_mark ol li .trans {
    height: 0.5rem;
    background-color: red;
  }
}
