/*banner区域 start*/
#banner-area {
    position: relative;
    width: 400px;
    height: 600px;
    margin-bottom: 0.5rem;
    border-radius: 0.2rem;
    overflow: hidden;
    user-select: none;
  }
  #banner-area #banners-img {
    width: 500%;
    height: 100%;
  }
  #banner-area #banners-img .img-area {
    float: left;
    width: 20%;
    height: 100%;
    cursor: pointer;
  }
  #banner-area #banners-img .img-area img {
    width: 100%;
    height: 100%;
  }
  #banner-area #banner-nav {
    position: absolute;
    bottom: 0.3rem;
    right: 0.3rem;
    width: 1.5rem;
    height: 0.8rem;
    font-size: 0.3rem;
    line-height: 0.8rem;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0.4rem;
  }
  /*banner区域 end*/
  