/* bnner部分 */
.banner-wapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    width: 100%;
    height: 560px;
    background: var(--unnamed, #060624);
    background: url("../images/banner-bg.png?ver=1.0") no-repeat center left;
    background-size: 100% 100%;
    position: relative;
  }

  .banner-line-bg{
    position: absolute;
    width: 100%;
  }
  .banner-line-bg > *{
    width: 100%;
    height: 214px;
  }


.parallax>use {
  animation: move-forever 12s linear infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;

  paint-order: stroke;
  stroke: #DCBC7D26;
  stroke-width: 0.2px;
  stroke-linecap: butt;
  stroke-linejoin: miter;
}

.parallax>use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 5s;

  paint-order: stroke;
  stroke: #DCBC7D40;
  stroke-width: 0.2px;
  stroke-linecap: butt;
  stroke-linejoin: miter;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 3s;

  paint-order: stroke;
  stroke: #DCBC7D1A;
  stroke-width: 0.2px;
  stroke-linecap: butt;
  stroke-linejoin: miter;
}

@keyframes move-forever {
  0% {
      transform: translate(-90px, 0%);
  }

  100% {
      transform: translate(85px, 0%);
  }
}

  .banner-wapper .center {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 1400px;
    height: 100%;
  }

  .banner-wapper .center .banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    flex: 1;
    width: 100%;
  }

  .banner-wapper .center .banner-content .banner-title {
    font-size: 56px;
    font-family: YouSheBiaoTiHei;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
    background: linear-gradient(to left, #6730FF, #38FFB7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .banner-wapper .center .banner-content .search-wapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .banner-wapper .center .banner-content .search-wapper .search-content {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 800PX;
    height: 64px;
    margin-top: 24px;
    border-radius: 16px;
    border: 1px solid #737482;
    background: #FFF;
    overflow: hidden;
  }

  .banner-wapper .center .banner-content .search-wapper .search-content .seclect-box {

    display: flex;
    justify-content: center;
    align-items: center;
    width: 116px;
    height: 64px;
    /* padding: 18px 8px 18px 16px; */
  }

  .banner-wapper .center .banner-content .search-wapper .search-content .seclect-box span {
    color: var(--unnamed, #16172F);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
  }

  .banner-wapper .center .banner-content .search-wapper .search-content .seclect-box i {
    /* display: block; */
    color: var(--unnamed, #16172F);
    width: 16px;
    height: 16px;
    font-weight: 500;
    transform: rotate(-90deg);
    margin-left: 8px;
  }

  .banner-wapper .center .banner-content .search-wapper .search-content .line {
    width: 1px;
    height: 48px;
    /* margin-left: 16px; */
    background: #EDF0F9;
  }

  .banner-wapper .center .banner-content .search-wapper .search-content .serch-box {
    flex: 1;
    height: 100%;
  }

  .banner-wapper .center .banner-content .search-wapper .search-content .serch-box input {
    width: 100%;
    height: 100%;
    margin-left: 24px;
    outline: none;
    border: none;
    color: var(--unnamed, #000);
    font-size: 16px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }

  .banner-wapper .center .banner-content .search-wapper .search-content .search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 108px;
    height: 100%;
    background: linear-gradient(to left, #0FCE8C, #2E2ADA);
    border-radius: 0 16px 16px 0;
  }

  .banner-wapper .center .banner-content .search-wapper .search-content .search-btn span {
    color: var(--unnamed, #FFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    ;
  }

  .banner-wapper .center .banner-content .search-wapper .search-content .search-btn i {
    margin-right: 8px;
    width: 24px;
    height: 24px;
    font-size: 23px;
    font-weight: 500;
    color: var(--unnamed, #FFF);
  }

  .banner-wapper .center .banner-content .search-history {
    display: flex;
    justify-content: start;
    width: 55%;
  }

  .banner-wapper .center .banner-content .search-history .search-history-item {
    /* height: 28px; */
    margin-left: 8px;
    margin-top: 4px;
    padding: 4px 16px;
    border-radius: 4px;
    background: var(--unnamed, #16172F);
    color: var(--unnamed, #C4C4CA);
    font-size: 12px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
  }

  .banner-wapper .center .banner-content .search-history .search-history-item:nth-child(1) {
    margin-left: 0;
  }

  .banner-wapper .center .banner-content .options {
    /* box-sizing: border-box; */
    position: absolute;
    /* display: flex; */
    /* flex-direction: column;
    justify-content: center; */
    /* align-items: center; */
    width: 116px;
    /* height: 96px; */
    z-index: 3;
    top: 92px;
    left: 0;
    border-radius: 8px;
    background: var(--unnamed, #fff);
    box-shadow: 0px 16px 56px 0px rgba(37, 37, 89, 0.16);
    visibility: hidden;
  }

  .banner-wapper .center .banner-content .options .options-item {
    color: var(--unnamed, #16172F);
    font-size: 20px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    /* padding: 8px 38px 16px 38px; */

    cursor: pointer;
  }

  .banner-wapper .center .banner-content .options .options-item:hover{
    background-color: #F6F7FC;
    border-radius: 8px;

  }

  .banner-wapper .center .banner-content .options .options-item.active{
    color: #6730FF;
  }

  /* .banner-wapper .center .banner-content .options .options-item:nth-child(1) {
    margin-bottom: 16px;
  } */

  /* 顶部轮播图 */
  .banner-wapper .center .banner-bottom {
    position: relative;
    width: 1200px;
    height: 20%;
    border-radius: 24px 24px 0px 0px;
    background: rgba(0, 0, 0, 0.56);
    overflow: hidden;
  }

  .banner-wapper .center .banner-bottom .banner-bottom-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
  }

  .banner-wapper .center .banner-bottom .btn-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 64px;
    z-index: 2;
  }

  .banner-wapper .center .banner-bottom .btn-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 64px;
    z-index: 2;
  }

  .banner-wapper .center .banner-bottom .banner-bottom-btn i {
    font-size: 24px;
    color: #fff;
  }

  .banner-wapper .center .banner-bottom .banner-bottom-wapper {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
  }

  .banner-wapper .center .banner-bottom .banner-bottom-wapper .swiper-slide {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .banner-wapper .center .banner-bottom .banner-bottom-wapper .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .banner-wapper .center .banner-bottom .banner-bottom-wapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .banner-wapper .center .banner-music-play {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 310px;
    left: 95%;
  }

  .banner-wapper .center .banner-music-play .play-btn {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 83px;
    height: 83px;
    padding: 24px;
    border-radius: 72px;
    background: var(--unnamed, #C4C4CA);
  }

  .banner-wapper .center .banner-music-play .play-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 71.429px;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0px 0px 7px 0px rgba(81, 12, 39, 0.17);
  }

  .banner-wapper .center .banner-music-play .play-btn a i {
    font-size: 25px;
    color: #16172F;
  }

  .banner-wapper .center .banner-music-play .play-btn img {
    width: 17px;
    height: 17px;
  }

  .banner-wapper .center .banner-music-play .audio {
    width: 79px;
    height: 22px;
    margin-top: 7px;
    background: url("../images/audio-pic.png");
  }

  .banner-wapper .center .banner-music-play .bubble {
    margin-top: 3px;
    display: flex;
    width: 106px;
    height: 28px;
    box-sizing: border-box;
    padding-top: 7px;
    padding-bottom: 1px;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    align-items: center;
    background: url("../images/top-pop-btn.png") no-repeat;
    background-size: cover;

    color: #A2A2AB;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px; /* 166.667% */
}
