@charset "UTF-8";
@media screen and (min-width: 1440px) {
  .panel {
    display: flex;
    padding: 42px 0 32px;
    border-bottom: 1px solid #C9D7E5;
  }

  .panel-logo {
    width: 130px;
    height: 130px;
    border-radius: 6px;
    object-fit: cover;
  }

  .panel-info {
    margin: 0 30px;
  }

  .panel-name-w {
    display: flex;
  }

  .panel-name {
    font-size: 28px;
    font-weight: bold;
    color: #054182;
  }

  .panel-ico-w {
    display: flex;
    margin-left: 12px;
    align-items: center;
    cursor: pointer;
  }
  .panel-ico-w .panel-ico {
    width: 15px;
  }
  .panel-ico-w .panel-ico-t {
    margin-left: 4px;
    font-size: 14px;
    font-weight: normal;
    color: #4F85FF;
  }

  .panel-ico-y {
    display: flex;
    margin-left: 12px;
    align-items: center;
    cursor: pointer;
  }
  .panel-ico-y .panel-ico {
    width: 15px;
  }
  .panel-ico-y .panel-ico-t {
    margin-left: 4px;
    font-size: 14px;
    font-weight: normal;
    color: #FF8533;
  }

  .panel-cell {
    margin-top: 16px;
    font-size: 16px;
    font-weight: normal;
    display: flex;
    align-items: center;
    color: #054182;
  }

  .panel-cell-z {
    color: #BF44D3;
  }

  .panel-rt {
    margin-left: auto;
  }

  .panel-rt-btn {
    width: 180px;
    height: 50px;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 16px;
    /* 渐变2 */
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(105deg, #BF44D3 0%, #15C4EB 100%);
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
  }

  .panel-rt-money {
    width: 178px;
    height: 46px;
    border-radius: 90px;
    background: url("/assets/images/shop/money.png");
    background-size: 100%;
    border: 1px solid #FFE6D5;
    display: flex;
  }

  .panel-money-f {
    flex: 1;
    color: #FF8533;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .panel-money-f .panel-money-ft {
    margin-top: 4px;
    font-size: 10px;
    font-weight: 400;
  }
  .panel-money-f .panel-money-fb {
    font-size: 16px;
    font-weight: 700;
  }
  .panel-money-f:nth-child(1) {
    color: #fff;
  }

  .type-list {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
  }

  .type-item {
    margin-bottom: 8px;
    margin-right: 8px;
    font-size: 16px;
    font-weight: normal;
    color: #4F85FF;
    border-radius: 4px;
    padding: 6px 20px;
    box-sizing: border-box;
    border: 1px solid #4F85FF;
  }

  .video-warp, .image-warp {
    padding-bottom: 20px;
  }
  .video-warp .video-title, .image-warp .video-title {
    margin-top: 16px;
    font-size: 20px;
    font-weight: 700;
    color: #283F65;
  }
  .video-warp .video-list, .image-warp .video-list {
    margin-top: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .video-warp .video-box, .video-warp .image-img, .image-warp .video-box, .image-warp .image-img {
    width: 32%;
    height: 244px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 16px;
    cursor: pointer;
  }
  .video-warp .video-box:nth-child(3n+3), .video-warp .image-img:nth-child(3n+3), .image-warp .video-box:nth-child(3n+3), .image-warp .image-img:nth-child(3n+3) {
    margin-right: 0;
  }
  .video-warp .image-img, .image-warp .image-img {
    object-fit: cover;
  }
  .video-warp .video-img, .image-warp .video-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .video-warp .video-ico, .image-warp .video-ico {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 34px;
  }
  .video-warp .video-more, .image-warp .video-more {
    width: 18px;
    height: 40px;
    border-radius: 2px;
    margin: auto;
    line-height: 6px;
    font-size: 16px;
    font-weight: bold;
    word-wrap: break-word;
    padding: 8px;
    box-sizing: border-box;
    color: #FFFFFF;
    background: linear-gradient(158deg, #BF44D3 2%, #15C4EB 100%);
    cursor: pointer;
  }

  .image-warp {
    padding-bottom: 50px;
    border-top: 1px solid #C9D7E5;
  }

  .video-detail {
    padding: 24px 0;
    border-bottom: 1px solid #C9D7E5;
  }
  .video-detail .video-src {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 530px;
  }
  .video-detail .video-src .video-images {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1440px) {
  .panel {
    display: flex;
    padding: 37.8px 0 28.8px;
    border-bottom: 0.9px solid #C9D7E5;
  }

  .panel-logo {
    width: 117px;
    height: 117px;
    border-radius: 5.4px;
    object-fit: cover;
  }

  .panel-info {
    margin: 0 27px;
  }

  .panel-name-w {
    display: flex;
  }

  .panel-name {
    font-size: 25.2px;
    font-weight: bold;
    color: #054182;
  }

  .panel-ico-w {
    display: flex;
    margin-left: 10.8px;
    align-items: center;
    cursor: pointer;
  }
  .panel-ico-w .panel-ico {
    width: 13.5px;
  }
  .panel-ico-w .panel-ico-t {
    margin-left: 3.6px;
    font-size: 12.6px;
    font-weight: normal;
    color: #4F85FF;
  }

  .panel-ico-y {
    display: flex;
    margin-left: 10.8px;
    align-items: center;
    cursor: pointer;
  }
  .panel-ico-y .panel-ico {
    width: 13.5px;
  }
  .panel-ico-y .panel-ico-t {
    margin-left: 3.6px;
    font-size: 12.6px;
    font-weight: normal;
    color: #FF8533;
  }

  .panel-cell {
    margin-top: 14.4px;
    font-size: 14.4px;
    font-weight: normal;
    display: flex;
    align-items: center;
    color: #054182;
  }

  .panel-cell-z {
    color: #BF44D3;
  }

  .panel-rt {
    margin-left: auto;
  }

  .panel-rt-btn {
    width: 162px;
    height: 45px;
    border-radius: 7.2px;
    cursor: pointer;
    margin-top: 14.4px;
    /* 渐变2 */
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(105deg, #BF44D3 0%, #15C4EB 100%);
    font-size: 12.6px;
    font-weight: normal;
    color: #FFFFFF;
  }

  .panel-rt-money {
    width: 160.2px;
    height: 41.4px;
    border-radius: 81px;
    background: url("/assets/images/shop/money.png");
    background-size: 100%;
    border: 0.9px solid #FFE6D5;
    display: flex;
  }

  .panel-money-f {
    flex: 1;
    color: #FF8533;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .panel-money-f .panel-money-ft {
    margin-top: 3.6px;
    font-size: 9px;
    font-weight: 400;
  }
  .panel-money-f .panel-money-fb {
    font-size: 14.4px;
    font-weight: 700;
  }
  .panel-money-f:nth-child(1) {
    color: #fff;
  }

  .type-list {
    margin-top: 14.4px;
    display: flex;
    flex-wrap: wrap;
  }

  .type-item {
    margin-bottom: 7.2px;
    margin-right: 7.2px;
    font-size: 14.4px;
    font-weight: normal;
    color: #4F85FF;
    border-radius: 3.6px;
    padding: 5.4px 18px;
    box-sizing: border-box;
    border: 0.9px solid #4F85FF;
  }

  .video-warp, .image-warp {
    padding-bottom: 18px;
  }
  .video-warp .video-title, .image-warp .video-title {
    margin-top: 14.4px;
    font-size: 18px;
    font-weight: 700;
    color: #283F65;
  }
  .video-warp .video-list, .image-warp .video-list {
    margin-top: 14.4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .video-warp .video-box, .video-warp .image-img, .image-warp .video-box, .image-warp .image-img {
    width: 32%;
    height: 219.6px;
    border-radius: 5.4px;
    position: relative;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 14.4px;
    cursor: pointer;
  }
  .video-warp .video-box:nth-child(3n+3), .video-warp .image-img:nth-child(3n+3), .image-warp .video-box:nth-child(3n+3), .image-warp .image-img:nth-child(3n+3) {
    margin-right: 0;
  }
  .video-warp .image-img, .image-warp .image-img {
    object-fit: cover;
  }
  .video-warp .video-img, .image-warp .video-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .video-warp .video-ico, .image-warp .video-ico {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 30.6px;
  }
  .video-warp .video-more, .image-warp .video-more {
    width: 16.2px;
    height: 36px;
    border-radius: 1.8px;
    margin: auto;
    line-height: 5.4px;
    font-size: 14.4px;
    font-weight: bold;
    word-wrap: break-word;
    padding: 7.2px;
    box-sizing: border-box;
    color: #FFFFFF;
    background: linear-gradient(158deg, #BF44D3 2%, #15C4EB 100%);
    cursor: pointer;
  }

  .image-warp {
    padding-bottom: 45px;
    border-top: 0.9px solid #C9D7E5;
  }

  .video-detail {
    padding: 21.6px 0;
    border-bottom: 0.9px solid #C9D7E5;
  }
  .video-detail .video-src {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 477px;
  }
  .video-detail .video-src .video-images {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1200px) {
  .panel {
    display: flex;
    padding: 35.7px 0 27.2px;
    border-bottom: 0.85px solid #C9D7E5;
  }

  .panel-logo {
    width: 110.5px;
    height: 110.5px;
    border-radius: 5.1px;
    object-fit: cover;
  }

  .panel-info {
    margin: 0 25.5px;
  }

  .panel-name-w {
    display: flex;
  }

  .panel-name {
    font-size: 23.8px;
    font-weight: bold;
    color: #054182;
  }

  .panel-ico-w {
    display: flex;
    margin-left: 10.2px;
    align-items: center;
    cursor: pointer;
  }
  .panel-ico-w .panel-ico {
    width: 12.75px;
  }
  .panel-ico-w .panel-ico-t {
    margin-left: 3.4px;
    font-size: 11.9px;
    font-weight: normal;
    color: #4F85FF;
  }

  .panel-ico-y {
    display: flex;
    margin-left: 10.2px;
    align-items: center;
    cursor: pointer;
  }
  .panel-ico-y .panel-ico {
    width: 12.75px;
  }
  .panel-ico-y .panel-ico-t {
    margin-left: 3.4px;
    font-size: 11.9px;
    font-weight: normal;
    color: #FF8533;
  }

  .panel-cell {
    margin-top: 13.6px;
    font-size: 13.6px;
    font-weight: normal;
    display: flex;
    align-items: center;
    color: #054182;
  }

  .panel-cell-z {
    color: #BF44D3;
  }

  .panel-rt {
    margin-left: auto;
  }

  .panel-rt-btn {
    width: 153px;
    height: 42.5px;
    border-radius: 6.8px;
    cursor: pointer;
    margin-top: 13.6px;
    /* 渐变2 */
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(105deg, #BF44D3 0%, #15C4EB 100%);
    font-size: 11.9px;
    font-weight: normal;
    color: #FFFFFF;
  }

  .panel-rt-money {
    width: 151.3px;
    height: 39.1px;
    border-radius: 76.5px;
    background: url("/assets/images/shop/money.png");
    background-size: 100%;
    border: 0.85px solid #FFE6D5;
    display: flex;
  }

  .panel-money-f {
    flex: 1;
    color: #FF8533;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .panel-money-f .panel-money-ft {
    margin-top: 3.4px;
    font-size: 8.5px;
    font-weight: 400;
  }
  .panel-money-f .panel-money-fb {
    font-size: 13.6px;
    font-weight: 700;
  }
  .panel-money-f:nth-child(1) {
    color: #fff;
  }

  .type-list {
    margin-top: 13.6px;
    display: flex;
    flex-wrap: wrap;
  }

  .type-item {
    margin-bottom: 6.8px;
    margin-right: 6.8px;
    font-size: 13.6px;
    font-weight: normal;
    color: #4F85FF;
    border-radius: 3.4px;
    padding: 5.1px 17px;
    box-sizing: border-box;
    border: 0.85px solid #4F85FF;
  }

  .video-warp, .image-warp {
    padding-bottom: 17px;
  }
  .video-warp .video-title, .image-warp .video-title {
    margin-top: 13.6px;
    font-size: 17px;
    font-weight: 700;
    color: #283F65;
  }
  .video-warp .video-list, .image-warp .video-list {
    margin-top: 13.6px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .video-warp .video-box, .video-warp .image-img, .image-warp .video-box, .image-warp .image-img {
    width: 32%;
    height: 207.4px;
    border-radius: 5.1px;
    position: relative;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 13.6px;
    cursor: pointer;
  }
  .video-warp .video-box:nth-child(3n+3), .video-warp .image-img:nth-child(3n+3), .image-warp .video-box:nth-child(3n+3), .image-warp .image-img:nth-child(3n+3) {
    margin-right: 0;
  }
  .video-warp .image-img, .image-warp .image-img {
    object-fit: cover;
  }
  .video-warp .video-img, .image-warp .video-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .video-warp .video-ico, .image-warp .video-ico {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 28.9px;
  }
  .video-warp .video-more, .image-warp .video-more {
    width: 15.3px;
    height: 34px;
    border-radius: 1.7px;
    margin: auto;
    line-height: 5.1px;
    font-size: 13.6px;
    font-weight: bold;
    word-wrap: break-word;
    padding: 6.8px;
    box-sizing: border-box;
    color: #FFFFFF;
    background: linear-gradient(158deg, #BF44D3 2%, #15C4EB 100%);
    cursor: pointer;
  }

  .image-warp {
    padding-bottom: 42.5px;
    border-top: 0.85px solid #C9D7E5;
  }

  .video-detail {
    padding: 20.4px 0;
    border-bottom: 0.85px solid #C9D7E5;
  }
  .video-detail .video-src {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 450.5px;
  }
  .video-detail .video-src .video-images {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=detail.css.map */
