.page-index .background-section[data-v-2b8cacec] {
  position: relative;
  height: 500px;
}
.page-index .background-section .el-carousel[data-v-2b8cacec] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.page-index .background-section .el-carousel .bg-img[data-v-2b8cacec] {
      width: 100%;
      height: 100%;
}
.page-index .background-section .el-carousel .bg-video[data-v-2b8cacec] {
      width: 100%;
      height: 100%;
}
.page-index .background-section .el-carousel .bg-video video[data-v-2b8cacec] {
        width: 100%;
        height: 100%;
        -o-object-fit: fill;
           object-fit: fill;
        vertical-align: baseline;
}
.page-index .background-section .inner-box[data-v-2b8cacec] {
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
}
.page-index .background-section .inner-box .title[data-v-2b8cacec] {
      text-align: center;
      font-weight: 700;
      font-size: 36px;
      color: #FFFFFF;
}
.page-index .background-section .inner-box .input-box[data-v-2b8cacec] {
      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-2b8cacec] {
        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-2b8cacec] {
        position: absolute;
        top: 50%;
        right: 16px;
        width: 22px;
        height: 22px;
        transform: translateY(-50%);
}
.page-index .background-section .inner-box .hot-box[data-v-2b8cacec] {
      font-size: 14px;
      color: #FFFFFF;
      display: flex;
      align-items: center;
}
.page-index .background-section .inner-box .hot-box ul[data-v-2b8cacec] {
        flex: 1;
        height: 19px;
        overflow: hidden;
}
.page-index .background-section .inner-box .hot-box ul li[data-v-2b8cacec] {
          float: left;
          margin-right: 10px;
}
.page-index .casejx-section[data-v-2b8cacec] {
  padding: 1px 0 47px;
  background-color: #F6F9FC;
}
.page-index .casejx-section .content .custom-title[data-v-2b8cacec] {
    margin: 40px 0 43px;
}
.page-index .casejx-section .item-list[data-v-2b8cacec] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page-index .casejx-section .item-list .item[data-v-2b8cacec] {
      position: relative;
      overflow: hidden;
      margin-bottom: 20px;
      background-color: #FFFFFF;
      transition: all .3s linear;
}
.page-index .casejx-section .item-list .item[data-v-2b8cacec]:hover {
        box-shadow: 0px 3px 11px 1px rgba(207, 207, 207, 0.6);
}
.page-index .casejx-section .item-list .item:hover .item-pic .yarn-box[data-v-2b8cacec] {
          opacity: 1;
}
.page-index .casejx-section .item-list .item:hover .item-pic .yarn-desc .inner-text span[data-v-2b8cacec]:nth-of-type(1) {
          opacity: 1;
}
.page-index .casejx-section .item-list .item .item-pic[data-v-2b8cacec] {
        position: relative;
        width: 288px;
        height: 172px;
}
.page-index .casejx-section .item-list .item .item-pic img[data-v-2b8cacec] {
          width: 288px;
          height: 172px;
}
.page-index .casejx-section .item-list .item .item-pic .yarn-box[data-v-2b8cacec] {
          transition: all .3s linear;
          opacity: 0;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background-color: rgba(27, 27, 27, 0.4);
}
.page-index .casejx-section .item-list .item .item-pic .yarn-desc[data-v-2b8cacec] {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
}
.page-index .casejx-section .item-list .item .item-pic .yarn-desc .inner-text[data-v-2b8cacec] {
            font-size: 12px;
            color: #FFFFFF;
            display: flex;
            height: 100%;
            padding: 0 14px 11px;
            align-items: flex-end;
            justify-content: space-between;
}
.page-index .casejx-section .item-list .item .item-pic .yarn-desc .inner-text span[data-v-2b8cacec]:nth-of-type(1) {
              opacity: 0;
              transition: all .3s linear;
}
.page-index .casejx-section .item-list .item .item-pic .yarn-desc .inner-text span[data-v-2b8cacec]:nth-of-type(2) {
              opacity: 1;
}
.page-index .casejx-section .item-list .item .item-desc[data-v-2b8cacec] {
        width: 288px;
        padding: 16px 14px;
}
.page-index .casejx-section .item-list .item .item-desc .title[data-v-2b8cacec] {
          font-weight: 700;
          font-size: 13px;
          color: #313131;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
}
.page-index .casejx-section .item-list .item .item-desc .sub-title[data-v-2b8cacec] {
          margin: 10px 0;
          font-size: 12px;
          color: #959595;
}
.page-index .casejx-section .item-list .item .item-desc .icon-list[data-v-2b8cacec] {
          display: flex;
          align-items: center;
}
.page-index .casejx-section .item-list .item .item-desc .icon-list .tool[data-v-2b8cacec] {
            margin-right: 20px;
            display: flex;
            align-items: center;
}
.page-index .casejx-section .item-list .item .item-desc .icon-list .tool img[data-v-2b8cacec] {
              width: 12px;
              height: 12px;
              margin-right: 5px;
}
.page-index .casejx-section .item-list .item .item-desc .icon-list .tool span[data-v-2b8cacec] {
              font-size: 12px;
              color: #959595;
}
.page-index .casejx-section .item-list .item .item-bottom[data-v-2b8cacec] {
        border-top: 1px solid #F5F5F5;
        padding: 0 14px;
        display: flex;
        align-items: center;
        height: 44px;
        font-size: 12px;
        color: #313131;
}
.page-index .casejx-section .item-list .item .item-bottom span[data-v-2b8cacec]:nth-of-type(2) {
          margin-left: 12px;
}
.page-index .creator-section[data-v-2b8cacec] {
  padding: 8px 0 53px;
  background-color: #FFFFFF;
}
.page-index .creator-section .item-list[data-v-2b8cacec] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.page-index .creator-section .item-list .item[data-v-2b8cacec] {
      width: 254px;
      text-align: center;
      padding: 40px 36px 48px;
      box-shadow: 0px 3px 11px 1px rgba(207, 207, 207, 0.6);
}
.page-index .creator-section .item-list .item[data-v-2b8cacec]:nth-child(n+2) {
        margin-left: 60px;
}
.page-index .creator-section .item-list .item img[data-v-2b8cacec] {
        width: 129px;
        height: 129px;
        border-radius: 50%;
}
.page-index .creator-section .item-list .item .title[data-v-2b8cacec] {
        margin: 23px 0 11px;
        font-size: 24px;
        color: #313131;
}
.page-index .creator-section .item-list .item .address[data-v-2b8cacec] {
        margin-bottom: 23px;
        font-size: 14px;
        color: #7D7D7D;
}
.page-index .creator-section .item-list .item .label-list[data-v-2b8cacec] {
        display: flex;
        align-items: center;
        justify-content: space-between;
}
.page-index .creator-section .item-list .item .label-list .number[data-v-2b8cacec] {
          font-size: 14px;
          color: #1B1B1B;
}
.page-index .creator-section .item-list .item .label-list .number span[data-v-2b8cacec] {
            color: #FFB93D;
}
.page-index .creator-section .creator-btn[data-v-2b8cacec] {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-index .creator-section .creator-btn span[data-v-2b8cacec] {
      width: 220px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 4px;
      font-size: 14px;
      color: #FFFFFF;
      background: #FFB93D;
}
.page-index .poster-section[data-v-2b8cacec] {
  background: #F6F9FC;
}
.page-index .poster-section .content_wrap[data-v-2b8cacec] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-index .poster-section .content_box[data-v-2b8cacec]:first-child {
    margin-right: 20px;
}
.page-index .poster-section .content_box[data-v-2b8cacec] {
    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-2b8cacec] {
      margin-top: 46px;
      margin-bottom: 19px;
      font-weight: 700;
      font-size: 24px;
      color: #FFFFFF;
}
.page-index .poster-section .content_box .sub-title[data-v-2b8cacec] {
      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-2b8cacec] {
      margin-bottom: 30px;
}
.page-index .poster-section .content_box span[data-v-2b8cacec] {
      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 .custom-title[data-v-2b8cacec] {
  margin: 52px 0 45px;
  text-align: center;
}
.page-index .custom-title .title[data-v-2b8cacec] {
    font-weight: 700;
    font-size: 30px;
    color: #313131;
}
.page-index .custom-title .sub-title[data-v-2b8cacec] {
    font-size: 20px;
    color: #9A9A9A;
}
.page-index .casejx-section.last .custom-title[data-v-2b8cacec] {
  margin: 53px 0 0;
}
.page-index .casejx-section.last .category-title[data-v-2b8cacec] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 10px;
}
.page-index .casejx-section.last .category-title .category-text[data-v-2b8cacec] {
    font-size: 20px;
    color: #313131;
    padding-left: 23px;
    position: relative;
}
.page-index .casejx-section.last .category-title .category-text[data-v-2b8cacec]::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 12px;
      height: 12px;
      background: #EEBE2E;
      border-radius: 2px;
}
.page-index .casejx-section.last .category-title .category-more[data-v-2b8cacec] {
    font-size: 14px;
    color: #535353;
}
.page-index .casejx-section.last .item-list[data-v-2b8cacec] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.page-index .casejx-section.last .item-list .item[data-v-2b8cacec] {
    margin-bottom: 0;
}
.page-index .casejx-section.last .item-list .item[data-v-2b8cacec]:nth-of-type(n+2) {
      margin-left: 16px;
}
.page-index .casejx-section.last .creator-btn[data-v-2b8cacec] {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-index .casejx-section.last .creator-btn span[data-v-2b8cacec] {
    width: 220px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    background: #FFB93D;
}
.page-index .flex[data-v-2b8cacec] {
  display: flex;
  align-items: center;
}
.page-index .flex .eg-text[data-v-2b8cacec] {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #959595;
    margin-left: 9px;
}
.flex_r_cc[data-v-2b8cacec] {
  display: flex;
  justify-content: center;
  align-content: center;
}
.margin_left_13[data-v-2b8cacec] {
  margin-left: 13px;
}
.margin-top-20[data-v-2b8cacec] {
  margin-top: 20px;
}
.font-size-16[data-v-2b8cacec] {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #313131;
}
.dot[data-v-2b8cacec] {
  width: 8px;
  height: 8px;
  background: #000000;
  border-radius: 50%;
}

