.xm-yarn[data-v-4a9b787f] {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(27, 27, 27, 0.7);
}
.xm-yarn .xm-box[data-v-4a9b787f]  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 624px;
    height: auto;
    padding: 30px 40px;
    background-color: #fff;
    position: relative;
}
.xm-yarn .xm-box[data-v-4a9b787f] .el-icon-close {
      position: absolute;
      top: 25px;
      right: 30px;
      font-size: 25px;
      color: #707070;
}
.xm-yarn .xm-box[data-v-4a9b787f] .xm-title {
      text-align: center;
}
.xm-yarn .xm-box[data-v-4a9b787f] .xm-title .title {
        font-size: 18px;
        font-weight: 700;
        color: #1B1B1B;
}
.xm-yarn .xm-box[data-v-4a9b787f] .xm-content .music-radio {
      margin: 40px 0;
}
.xm-yarn .xm-box[data-v-4a9b787f] .xm-content .music-radio .item:nth-of-type(n+2) {
        border-top: 1px solid #eee;
}
.xm-yarn .xm-box[data-v-4a9b787f] .xm-content .custom-btn {
      text-align: center;
}
.xm-yarn .xm-box[data-v-4a9b787f] .xm-content .custom-btn .el-button.el-button--primary {
        display: inline-block;
        width: 180px;
        height: 40px;
        border-radius: 5px;
        color: #FFFFFF;
        border-color: #FFB93D;
        background: #FFB93D;
}
.xm-yarn .xm-box[data-v-4a9b787f] .xm-content .custom-btn .el-button.el-button--primary.is-disabled {
          border-color: #C8C9CC;
          background: #C8C9CC;
}
.page-index .background-section[data-v-4a9b787f] {
  position: relative;
  height: 500px;
}
.page-index .background-section .el-carousel[data-v-4a9b787f] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.page-index .background-section .el-carousel .bg-img[data-v-4a9b787f] {
      width: 100%;
      height: 100%;
}
.page-index .background-section .el-carousel .bg-video[data-v-4a9b787f] {
      width: 100%;
      height: 100%;
}
.page-index .background-section .el-carousel .bg-video video[data-v-4a9b787f] {
        width: 100%;
        height: 100%;
        -o-object-fit: fill;
           object-fit: fill;
        vertical-align: baseline;
}
.page-index .background-section .inner-box[data-v-4a9b787f] {
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
}
.page-index .background-section .inner-box .title[data-v-4a9b787f] {
      text-align: center;
      font-weight: 700;
      font-size: 36px;
      color: #FFFFFF;
}
.page-index .background-section .inner-box .input-box[data-v-4a9b787f] {
      position: relative;
      width: 650px;
      height: 58px;
      padding: 0 50px 0 34px;
      margin: 27px 0 19px;
      border-radius: 8px;
      background-color: rgba(255, 255, 255, 0.8);
}
.page-index .background-section .inner-box .input-box input[data-v-4a9b787f] {
        width: 100%;
        height: 100%;
        outline: none;
        border: none;
        box-sizing: border-box;
        font-size: 18px;
        color: #959595;
        background-color: transparent;
}
.page-index .background-section .inner-box .input-box img[data-v-4a9b787f] {
        position: absolute;
        top: 50%;
        right: 16px;
        width: 22px;
        height: 22px;
        transform: translateY(-50%);
}
.page-index .background-section .inner-box .hot-box[data-v-4a9b787f] {
      font-size: 14px;
      color: #FFFFFF;
      display: flex;
      align-items: center;
}
.page-index .background-section .inner-box .hot-box ul[data-v-4a9b787f] {
        flex: 1;
        height: 19px;
        overflow: hidden;
}
.page-index .background-section .inner-box .hot-box ul li[data-v-4a9b787f] {
          float: left;
          margin-right: 10px;
}
.page-index .music-section .title-type[data-v-4a9b787f] {
  margin: 56px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-index .music-section .title-type .item[data-v-4a9b787f] {
    position: relative;
    width: 105px;
    height: 60px;
    line-height: 60px;
    margin: 0 81px;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    color: #313131;
}
.page-index .music-section .title-type .item.active[data-v-4a9b787f]::after {
      background: #FFB93D;
}
.page-index .music-section .title-type .item[data-v-4a9b787f]::after {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translateX(-50%);
      width: 73px;
      height: 2px;
      border-radius: 1px;
      background: #fff;
}
.page-index .music-section .music-list .item[data-v-4a9b787f] {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-index .music-section .music-list .item .music-name[data-v-4a9b787f] {
    width: 150px;
}
.page-index .music-section .music-list .item .play-btn[data-v-4a9b787f] {
    position: relative;
    width: 58px;
    height: 58px;
    margin: 0 20px;
    background: #1B1B1B;
    border-radius: 8px;
}
.page-index .music-section .music-list .item .play-btn img[data-v-4a9b787f] {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 14px;
      height: 14px;
      transform: translate(-50%, -50%);
}
.page-index .music-section .music-list .item .music-scale[data-v-4a9b787f] {
    flex: 1;
}
.page-index .music-section .music-list .item .music-time[data-v-4a9b787f] {
    margin-left: 10px;
}
.page-index .music-section .music-list .item .music-download[data-v-4a9b787f],
  .page-index .music-section .music-list .item .music-collect[data-v-4a9b787f] {
    height: 30px;
    padding: 0 14px;
    margin-left: 12px;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
}
.page-index .music-section .music-list .item .music-download img[data-v-4a9b787f],
    .page-index .music-section .music-list .item .music-collect img[data-v-4a9b787f] {
      width: 14px;
      height: 14px;
      margin-right: 3px;
}
.page-index .music-section .music-list .item .music-download span[data-v-4a9b787f],
    .page-index .music-section .music-list .item .music-collect span[data-v-4a9b787f] {
      font-size: 12px;
      color: #313131;
}
.page-index .music-section .music-list-new .item_wrap[data-v-4a9b787f] {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.page-index .music-section .music-list-new .item_wrap .item_box[data-v-4a9b787f] {
    width: 20%;
    margin-bottom: 10px;
}
.page-index .music-section .navto-more div[data-v-4a9b787f] {
  width: 264px;
  height: 48px;
  margin: 0 auto;
  line-height: 46px;
  text-align: center;
  border-radius: 24px;
  border: 1px solid #313131;
  font-weight: 700;
  font-size: 18px;
  color: #1B1B1B;
}
.page-index .poster-section[data-v-4a9b787f] {
  margin: 58px 0 54px;
}
.page-index .poster-section .content_wrap[data-v-4a9b787f] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-index .poster-section .content_box[data-v-4a9b787f]:first-child {
    margin-right: 20px;
}
.page-index .poster-section .content_box[data-v-4a9b787f] {
    min-width: calc(50% - 10px);
    padding-left: 55px;
    position: relative;
    height: 236px;
    border-top: 1px solid transparent;
}
.page-index .poster-section .content_box .title[data-v-4a9b787f] {
      margin-top: 46px;
      margin-bottom: 19px;
      font-weight: 700;
      font-size: 24px;
      color: #FFFFFF;
}
.page-index .poster-section .content_box .sub-title[data-v-4a9b787f] {
      width: 554px;
      line-height: 20px;
      font-size: 14px;
      color: #FFFFFF;
      text-align: justify;
      margin-bottom: 11px;
}
.page-index .poster-section .content_box .sub-title2[data-v-4a9b787f] {
      margin-bottom: 30px;
}
.page-index .poster-section .content_box span[data-v-4a9b787f] {
      display: inline-block;
      width: 208px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      border-radius: 20px;
      color: #FFFFFF;
      border: 1px solid #FFFFFF;
      position: absolute;
      bottom: 30px;
}
.page-index .card-section .item-list[data-v-4a9b787f] {
  margin-bottom: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-index .card-section .item-list .item[data-v-4a9b787f] {
    position: relative;
    width: 388px;
    height: 220px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
}
.page-index .card-section .item-list .item:hover img[data-v-4a9b787f] {
      transform: translate(0px, -3px) scale(1.06);
}
.page-index .card-section .item-list .item img[data-v-4a9b787f] {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all .6s ease;
}
.page-index .card-section .item-list .item span[data-v-4a9b787f] {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-weight: 700;
      font-size: 20px;
      color: #FFFFFF;
}
.page-index .card-section2 .top_item_wrap[data-v-4a9b787f] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
.page-index .card-section2 .top_item_wrap .item_box_wrap[data-v-4a9b787f] {
    width: 290px;
    height: 290px;
    border: 1px solid #B5B5B5;
    border-radius: 8px;
}
.page-index .card-section2 .top_item_wrap .item_box[data-v-4a9b787f] {
    height: 100%;
    padding: 71px 40px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.page-index .card-section2 .top_item_wrap .item_box img[data-v-4a9b787f] {
      width: 58px;
      height: 62px;
}
.page-index .card-section2 .top_item_wrap .item_box .title[data-v-4a9b787f] {
      padding: 14px 0;
      font-size: 26px;
      font-weight: bold;
      color: #333333;
      line-height: 24px;
}
.page-index .card-section2 .top_item_wrap .item_box .tip[data-v-4a9b787f] {
      font-size: 14px;
      font-weight: 400;
      color: #666666;
      line-height: 24px;
}
.page-index .card-section2 .top_item_wrap .item_box .btn_wrap .btn[data-v-4a9b787f] {
      width: 227px;
      height: 37px;
      line-height: 37px;
      background: #F8B62B;
      border-radius: 19px;
      font-size: 18px;
      font-weight: 400;
      color: #FFFFFF;
      text-align: center;
}
.page-index .card-section2 .bot_item_wrap[data-v-4a9b787f] {
  position: relative;
  margin-bottom: 71px;
  display: flex;
  height: 734px;
}
.page-index .card-section2 .bot_item_wrap .bot_box[data-v-4a9b787f]:first-child {
    margin-right: 20px;
}
.page-index .card-section2 .bot_item_wrap .bot_box img[data-v-4a9b787f] {
    width: 590px;
    height: 322px;
}
.page-index .card-section2 .bot_item_wrap .bot_box .title[data-v-4a9b787f] {
    margin-top: 51px;
    margin-bottom: 35px;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}
.page-index .card-section2 .bot_item_wrap .bot_box .tip[data-v-4a9b787f] {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-bottom: 112px;
}
.page-index .card-section2 .bot_item_wrap .bot_box .btn[data-v-4a9b787f] {
    position: absolute;
    bottom: 0;
    width: 208px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #333333;
    border-radius: 21px;
    text-align: center;
}
.page-index .registerWrap[data-v-4a9b787f] {
  width: 100%;
  height: 630px;
  color: #ffffff;
}
.page-index .registerWrap .register_box[data-v-4a9b787f] {
    width: 1200px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-index .registerWrap .register_box .left_box .title[data-v-4a9b787f] {
      padding-top: 117px;
      font-size: 48px;
      font-weight: bold;
      margin-bottom: 39px;
}
.page-index .registerWrap .register_box .left_box .sub-title[data-v-4a9b787f] {
      font-size: 24px;
      font-weight: 400;
}
.page-index .registerWrap .register_box .right_box[data-v-4a9b787f]  {
      width: 560px;
      height: 448px;
      background: #FFFFFF;
      border-radius: 8px;
}
.page-index .registerWrap .register_box .right_box[data-v-4a9b787f] .right_box_box {
        padding: 46px 53px;
}
.page-index .registerWrap .register_box .right_box[data-v-4a9b787f] .right_box_box .title {
          font-size: 24px;
          font-weight: bold;
          color: #000000;
          margin-bottom: 48px;
}
.page-index .registerWrap .register_box .right_box[data-v-4a9b787f] .right_box_box .input-container .el-input__inner {
          padding: 0 !important;
          border: none !important;
          border-bottom: 1px solid #EEEEEE !important;
          border-radius: 0px !important;
}
.page-index .registerWrap .register_box .right_box[data-v-4a9b787f] .right_box_box .input-container .el-input__inner::-webkit-input-placeholder {
            font-size: 16px;
            color: #707070;
}
.page-index .registerWrap .register_box .right_box[data-v-4a9b787f] .right_box_box .btn {
          margin: 37px auto;
          width: 456px;
          height: 52px;
          line-height: 52px;
          background: #F8B62B;
          border-radius: 26px;
          text-align: center;
          font-size: 24px;
          font-weight: bold;
          color: #FFFFFF;
}
.page-index .registerWrap .register_box .right_box[data-v-4a9b787f] .right_box_box .tip {
          padding-bottom: 22px;
          margin-bottom: 23px;
          border-bottom: 1px solid #e2e2e2;
}
.page-index .registerWrap .register_box .right_box[data-v-4a9b787f] .right_box_box .gray {
          color: #333333;
          font-weight: 400;
          font-size: 14px;
}
.page-index .registerWrap .register_box .right_box[data-v-4a9b787f] .right_box_box .blue {
          color: #115CC5;
}
.page-index .custom-title[data-v-4a9b787f] {
  margin: 52px 0 45px;
  text-align: center;
}
.page-index .custom-title .title[data-v-4a9b787f] {
    font-weight: 700;
    font-size: 30px;
    color: #313131;
}
.page-index .custom-title .sub-title[data-v-4a9b787f] {
    font-size: 20px;
    color: #9A9A9A;
}
.flex_r_cc[data-v-4a9b787f] {
  display: flex;
  justify-content: center;
  align-content: center;
}
.margin_left_13[data-v-4a9b787f] {
  margin-left: 13px;
}
.margin-top-20[data-v-4a9b787f] {
  margin-top: 20px;
}
.font-size-16[data-v-4a9b787f] {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #313131;
}
.dot[data-v-4a9b787f] {
  width: 8px;
  height: 8px;
  background: #000000;
  border-radius: 50%;
}

