@charset "UTF-8";
@media screen and (min-width: 1440px) {
  .banner {
    position: relative;
  }
  .banner .banner-img {
    width: 100%;
  }
  .banner .banner-serach {
    height: 50px;
    position: absolute;
    left: 22%;
    display: flex;
    bottom: 16%;
  }
  .banner .banner-serach-ipt {
    width: 800px;
    height: 50px;
    background: #FFFFFF;
    padding: 16px;
  }
  .banner .banner-serach-btn {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    width: 121px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(112deg, #BF44D3 0%, #15C4EB 100%);
    cursor: pointer;
  }
  .banner .banner-serach-ico {
    width: 16px;
    margin-left: 4px;
  }

  .filter-warp {
    border: 1px solid #E6E6E6;
    margin: 30px 0;
  }

  .filter {
    border-radius: 6px;
    background: #FFFFFF;
    box-sizing: border-box;
    display: flex;
  }
  .filter .filter-lf {
    font-size: 20px;
    font-weight: normal;
    color: #054182;
    padding: 0 32px;
    line-height: 80px;
    border-radius: 6px 0px 0px 6px;
    background: #F6F6F6;
    width: 160px;
  }
  .filter .filter-list {
    border: 1px solid #E6E6E6;
    border-left: none;
    border-radius: 0px 6px 6px 0px;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    padding: 16px 16px 0;
  }
  .filter .filter-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 16px;
    font-weight: normal;
    color: #054182;
    min-width: 100px;
    margin-bottom: 16px;
    padding: 0 16px;
  }
  .filter .filter-item-txt {
    cursor: pointer;
    position: relative;
  }
  .filter .filter-item-txt span {
    position: absolute;
    left: 100%;
    bottom: 3px;
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
  }
  .filter .filter-item-active {
    color: #054182;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
  }
  .filter .filter-item-active::after {
    width: 30px;
    height: 4px;
    border-radius: 50px;
    content: "";
    position: absolute;
    top: 34px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 4px;
    border-radius: 50px;
    opacity: 1;
    /* 主渐变 */
    background: linear-gradient(97deg, #BF44D3 0%, #15C4EB 100%);
  }

  .list .item {
    padding: 20px 25px;
    margin-bottom: 24px;
    border-radius: 6px;
    background: #F1F6FF;
  }
  .list .data-list {
    margin-top: 16px;
    display: flex;
    align-items: center;
  }
  .list .video-box-w {
    flex: 1;
    display: flex;
  }
  .list .video-list {
    width: 733px;
    height: 171px;
    border-radius: 6px;
    background: #C3D5FF;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .list .list-name {
    font-size: 18px;
    font-weight: bold;
    color: #283F65;
    width: 20px;
    margin: 0 12px 0 20px;
  }
  .list .image-list {
    flex: 1;
    margin-left: 20px;
    background: #C3D5FF;
    display: flex;
    align-items: center;
    height: 171px;
    border-radius: 6px;
  }
  .list .image-box {
    width: 272px;
    height: 152px;
    display: block;
    border-radius: 6px;
    cursor: pointer;
    object-fit: scale-down;
  }
  .list .image-item {
    width: 91px;
    height: 76px;
    display: block;
  }
  .list .video-box {
    width: 205px;
    height: 147px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    cursor: pointer;
  }
  .list .video-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .list .video-ico {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 34px;
  }
  .list .video-more {
    width: 18px;
    height: 40px;
    border-radius: 2px;
    margin-right: 12px;
    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;
  }
  .list .type-list {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
  }
  .list .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;
  }
  .list .panel {
    display: flex;
  }
  .list .panel-logo {
    width: 130px;
    height: 130px;
    border-radius: 6px;
    object-fit: cover;
  }
  .list .panel-info {
    margin: 0 30px;
  }
  .list .panel-name-w {
    display: flex;
  }
  .list .panel-name {
    font-size: 28px;
    font-weight: bold;
    color: #054182;
  }
  .list .panel-ico-w {
    display: flex;
    margin-left: 12px;
    align-items: center;
    cursor: pointer;
  }
  .list .panel-ico-w .panel-ico {
    width: 15px;
  }
  .list .panel-ico-w .panel-ico-t {
    margin-left: 4px;
    font-size: 14px;
    font-weight: normal;
    color: #4F85FF;
  }
  .list .panel-ico-y {
    display: flex;
    margin-left: 12px;
    align-items: center;
    cursor: pointer;
  }
  .list .panel-ico-y .panel-ico {
    width: 15px;
  }
  .list .panel-ico-y .panel-ico-t {
    margin-left: 4px;
    font-size: 14px;
    font-weight: normal;
    color: #FF8533;
  }
  .list .panel-cell {
    margin-top: 16px;
    font-size: 16px;
    font-weight: normal;
    display: flex;
    align-items: center;
    color: #054182;
  }
  .list .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;
  }
}
@media screen and (max-width: 1440px) {
  .banner {
    position: relative;
  }
  .banner .banner-img {
    width: 100%;
  }
  .banner .banner-serach {
    height: 45px;
    position: absolute;
    left: 22%;
    display: flex;
    bottom: 16%;
  }
  .banner .banner-serach-ipt {
    width: 720px;
    height: 45px;
    background: #FFFFFF;
    padding: 14.4px;
  }
  .banner .banner-serach-btn {
    font-size: 14.4px;
    font-weight: normal;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    width: 108.9px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(112deg, #BF44D3 0%, #15C4EB 100%);
    cursor: pointer;
  }
  .banner .banner-serach-ico {
    width: 14.4px;
    margin-left: 3.6px;
  }

  .filter-warp {
    border: 0.9px solid #E6E6E6;
    margin: 27px 0;
  }

  .filter {
    border-radius: 4.86px;
    background: #FFFFFF;
    box-sizing: border-box;
    display: flex;
  }
  .filter .filter-lf {
    font-size: 18px;
    font-weight: normal;
    color: #054182;
    padding: 0 25.92px;
    line-height: 64.8px;
    border-radius: 4.86px 0px 0px 4.86px;
    background: #F6F6F6;
    width: 144px;
  }
  .filter .filter-list {
    border: 0.81px solid #E6E6E6;
    border-left: none;
    border-radius: 0px 4.86px 4.86px 0px;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    padding: 12.96px 12.96px 0;
  }
  .filter .filter-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32.4px;
    font-size: 12.96px;
    font-weight: normal;
    color: #054182;
    min-width: 81px;
    margin-bottom: 12.96px;
    padding: 0 12.96px;
  }
  .filter .filter-item-txt {
    cursor: pointer;
    position: relative;
  }
  .filter .filter-item-txt span {
    position: absolute;
    left: 100%;
    bottom: 2.7px;
    font-size: 9.72px;
    font-weight: normal;
    white-space: nowrap;
  }
  .filter .filter-item-active {
    color: #054182;
    border-radius: 4.86px;
    font-size: 16.2px;
    font-weight: 700;
    letter-spacing: 0.81px;
    position: relative;
  }
  .filter .filter-item-active::after {
    width: 24.3px;
    height: 3.24px;
    border-radius: 40.5px;
    content: "";
    position: absolute;
    top: 27.54px;
    left: 50%;
    margin-left: -12.15px;
    width: 27px;
    height: 3.6px;
    border-radius: 45px;
    opacity: 1;
    /* 主渐变 */
    background: linear-gradient(97deg, #BF44D3 0%, #15C4EB 100%);
  }

  .list .item {
    padding: 18px 22.5px;
    margin-bottom: 21.6px;
    border-radius: 5.4px;
    background: #F1F6FF;
  }
  .list .data-list {
    margin-top: 14.4px;
    display: flex;
    align-items: center;
  }
  .list .video-box-w {
    flex: 1;
    display: flex;
  }
  .list .video-list {
    width: 659.7px;
    height: 153.9px;
    border-radius: 5.4px;
    background: #C3D5FF;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .list .list-name {
    font-size: 16.2px;
    font-weight: bold;
    color: #283F65;
    width: 18px;
    margin: 0 10.8px 0 18px;
  }
  .list .image-list {
    flex: 1;
    margin-left: 18px;
    background: #C3D5FF;
    display: flex;
    align-items: center;
    height: 153.9px;
    border-radius: 5.4px;
  }
  .list .image-box {
    width: 244.8px;
    height: 136.8px;
    display: block;
    border-radius: 5.4px;
    cursor: pointer;
    object-fit: scale-down;
  }
  .list .image-item {
    width: 81.9px;
    height: 68.4px;
    display: block;
  }
  .list .video-box {
    width: 184.5px;
    height: 132.3px;
    border-radius: 5.4px;
    position: relative;
    overflow: hidden;
    margin-right: 9px;
    cursor: pointer;
  }
  .list .video-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .list .video-ico {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 30.6px;
  }
  .list .video-more {
    width: 16.2px;
    height: 36px;
    border-radius: 1.8px;
    margin-right: 10.8px;
    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;
  }
  .list .type-list {
    margin-top: 14.4px;
    display: flex;
    flex-wrap: wrap;
  }
  .list .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;
  }
  .list .panel {
    display: flex;
  }
  .list .panel-logo {
    width: 117px;
    height: 117px;
    border-radius: 5.4px;
    object-fit: cover;
  }
  .list .panel-info {
    margin: 0 27px;
  }
  .list .panel-name-w {
    display: flex;
  }
  .list .panel-name {
    font-size: 25.2px;
    font-weight: bold;
    color: #054182;
  }
  .list .panel-ico-w {
    display: flex;
    margin-left: 10.8px;
    align-items: center;
    cursor: pointer;
  }
  .list .panel-ico-w .panel-ico {
    width: 13.5px;
  }
  .list .panel-ico-w .panel-ico-t {
    margin-left: 3.6px;
    font-size: 12.6px;
    font-weight: normal;
    color: #4F85FF;
  }
  .list .panel-ico-y {
    display: flex;
    margin-left: 10.8px;
    align-items: center;
    cursor: pointer;
  }
  .list .panel-ico-y .panel-ico {
    width: 13.5px;
  }
  .list .panel-ico-y .panel-ico-t {
    margin-left: 3.6px;
    font-size: 12.6px;
    font-weight: normal;
    color: #FF8533;
  }
  .list .panel-cell {
    margin-top: 14.4px;
    font-size: 14.4px;
    font-weight: normal;
    display: flex;
    align-items: center;
    color: #054182;
  }
  .list .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;
  }
}
@media screen and (max-width: 1200px) {
  .banner {
    position: relative;
  }
  .banner .banner-img {
    width: 100%;
  }
  .banner .banner-serach {
    height: 42.5px;
    position: absolute;
    left: 22%;
    display: flex;
    bottom: 16%;
  }
  .banner .banner-serach-ipt {
    width: 680px;
    height: 42.5px;
    background: #FFFFFF;
    padding: 13.6px;
  }
  .banner .banner-serach-btn {
    font-size: 13.6px;
    font-weight: normal;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    width: 102.85px;
    height: 42.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(112deg, #BF44D3 0%, #15C4EB 100%);
    cursor: pointer;
  }
  .banner .banner-serach-ico {
    width: 13.6px;
    margin-left: 3.4px;
  }

  .filter-warp {
    border: 0.85px solid #E6E6E6;
    margin: 25.5px 0;
  }

  .filter {
    border-radius: 4.335px;
    background: #FFFFFF;
    box-sizing: border-box;
    display: flex;
  }
  .filter .filter-lf {
    font-size: 17px;
    font-weight: normal;
    color: #054182;
    padding: 0 23.12px;
    line-height: 57.8px;
    border-radius: 4.335px 0px 0px 4.335px;
    background: #F6F6F6;
    width: 136px;
  }
  .filter .filter-list {
    border: 0.7225px solid #E6E6E6;
    border-left: none;
    border-radius: 0px 4.335px 4.335px 0px;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    padding: 11.56px 11.56px 0;
  }
  .filter .filter-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28.9px;
    font-size: 11.56px;
    font-weight: normal;
    color: #054182;
    min-width: 72.25px;
    margin-bottom: 11.56px;
    padding: 0 11.56px;
  }
  .filter .filter-item-txt {
    cursor: pointer;
    position: relative;
  }
  .filter .filter-item-txt span {
    position: absolute;
    left: 100%;
    bottom: 2.55px;
    font-size: 8.67px;
    font-weight: normal;
    white-space: nowrap;
  }
  .filter .filter-item-active {
    color: #054182;
    border-radius: 4.335px;
    font-size: 15.3px;
    font-weight: 700;
    letter-spacing: 0.7225px;
    position: relative;
  }
  .filter .filter-item-active::after {
    width: 21.675px;
    height: 2.89px;
    border-radius: 36.125px;
    content: "";
    position: absolute;
    top: 24.565px;
    left: 50%;
    margin-left: -10.8375px;
    width: 25.5px;
    height: 3.4px;
    border-radius: 42.5px;
    opacity: 1;
    /* 主渐变 */
    background: linear-gradient(97deg, #BF44D3 0%, #15C4EB 100%);
  }

  .list .item {
    padding: 17px 21.25px;
    margin-bottom: 20.4px;
    border-radius: 5.1px;
    background: #F1F6FF;
  }
  .list .data-list {
    margin-top: 13.6px;
    display: flex;
    align-items: center;
  }
  .list .video-box-w {
    flex: 1;
    display: flex;
  }
  .list .video-list {
    width: 623.05px;
    height: 145.35px;
    border-radius: 5.1px;
    background: #C3D5FF;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .list .list-name {
    font-size: 15.3px;
    font-weight: bold;
    color: #283F65;
    width: 17px;
    margin: 0 10.2px 0 17px;
  }
  .list .image-list {
    flex: 1;
    margin-left: 17px;
    background: #C3D5FF;
    display: flex;
    align-items: center;
    height: 145.35px;
    border-radius: 5.1px;
  }
  .list .image-box {
    width: 231.2px;
    height: 129.2px;
    display: block;
    border-radius: 5.1px;
    cursor: pointer;
    object-fit: scale-down;
  }
  .list .image-item {
    width: 77.35px;
    height: 64.6px;
    display: block;
  }
  .list .video-box {
    width: 174.25px;
    height: 124.95px;
    border-radius: 5.1px;
    position: relative;
    overflow: hidden;
    margin-right: 8.5px;
    cursor: pointer;
  }
  .list .video-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .list .video-ico {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 28.9px;
  }
  .list .video-more {
    width: 15.3px;
    height: 34px;
    border-radius: 1.7px;
    margin-right: 10.2px;
    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;
  }
  .list .type-list {
    margin-top: 13.6px;
    display: flex;
    flex-wrap: wrap;
  }
  .list .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;
  }
  .list .panel {
    display: flex;
  }
  .list .panel-logo {
    width: 110.5px;
    height: 110.5px;
    border-radius: 5.1px;
    object-fit: cover;
  }
  .list .panel-info {
    margin: 0 25.5px;
  }
  .list .panel-name-w {
    display: flex;
  }
  .list .panel-name {
    font-size: 23.8px;
    font-weight: bold;
    color: #054182;
  }
  .list .panel-ico-w {
    display: flex;
    margin-left: 10.2px;
    align-items: center;
    cursor: pointer;
  }
  .list .panel-ico-w .panel-ico {
    width: 12.75px;
  }
  .list .panel-ico-w .panel-ico-t {
    margin-left: 3.4px;
    font-size: 11.9px;
    font-weight: normal;
    color: #4F85FF;
  }
  .list .panel-ico-y {
    display: flex;
    margin-left: 10.2px;
    align-items: center;
    cursor: pointer;
  }
  .list .panel-ico-y .panel-ico {
    width: 12.75px;
  }
  .list .panel-ico-y .panel-ico-t {
    margin-left: 3.4px;
    font-size: 11.9px;
    font-weight: normal;
    color: #FF8533;
  }
  .list .panel-cell {
    margin-top: 13.6px;
    font-size: 13.6px;
    font-weight: normal;
    display: flex;
    align-items: center;
    color: #054182;
  }
  .list .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;
  }
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

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