@charset "UTF-8";
html {
  min-width: 1200px;
}

@media screen and (min-width: 1440px) {
  .banner_Swiper {
    position: relative;
    overflow: hidden;
  }

  .banner {
    position: relative;
    overflow: hidden;
  }
  .banner .banner-img {
    width: 100%;
    object-fit: scale-down;
  }
  .banner .banner-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.08em;
    top: 70%;
    margin-left: 21%;
    width: 180px;
    height: 50px;
    border-radius: 8px;
    background: linear-gradient(105deg, #BF44D3 0%, #15C4EB 100%);
    color: #FFFFFF;
    cursor: pointer;
  }

  .title-y {
    font-size: 30px;
    font-weight: bold;
    background: linear-gradient(95deg, #BF44D3 0%, #15C4EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.2;
    letter-spacing: 0.14em;
    text-align: center;
  }

  .title {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(109deg, #BF44D3 0%, #15C4EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .title-line {
    width: 151px;
    height: 0px;
    border: 2px solid #EDEDED;
  }

  .title-t {
    padding: 0 30px;
  }

  .title-txt {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.08em;
    text-align: center;
    color: #4D6180;
  }

  .tips {
    padding: 80px 0;
  }
  .tips .tips-list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tips .tips-item-img {
    width: 100%;
    height: 100%;
  }
  .tips .tips-item-ico {
    height: 18px;
  }
  .tips .tips-item-box {
    width: 200px;
    height: 154px;
    position: relative;
  }
  .tips .tips-item-ab {
    position: absolute;
    background: rgba(79, 133, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .tips .tips-item-name {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
  }
  .tips .tips-item-txt {
    font-size: 24px;
    font-weight: normal;
    color: #FFFFFF;
  }

  .qaa {
    background: linear-gradient(110deg, #DDEFFB 0%, #F3F3FD 39%, #E8F2FB 100%);
    padding: 40px 0;
  }
  .qaa .qaa-box {
    margin-top: 28px;
    display: flex;
  }
  .qaa .qaa-img {
    width: 570px;
    height: 510px;
    border-radius: 8px;
  }
  .qaa .qaa-list {
    flex: 1;
    margin-left: 22px;
  }
  .qaa .qaa-item {
    padding: 24px 22px;
    border-radius: 8px;
    background: #FFFFFF;
    margin-bottom: 27px;
  }
  .qaa .qaa-item-title {
    font-size: 26px;
    font-weight: 700;
    color: #054182;
  }
  .qaa .qaa-item-txt {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 6px;
    color: #054182;
  }
  .qaa .qaa-item-a {
    background: #4f85ff;
    position: relative;
  }
  .qaa .qaa-item-a::after {
    position: absolute;
    content: "";
    bottom: 40%;
    right: 100%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-right: 12px solid #4f85ff;
  }
  .qaa .qaa-item-a .qaa-item-title {
    color: #FFFFFF;
  }
  .qaa .qaa-item-a .qaa-item-txt {
    color: #FFFFFF;
  }

  .article {
    padding: 40px 0 35px;
  }
  .article .article-list {
    margin-top: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .article .article-item {
    padding: 55px 22px 25px;
    border-radius: 8px;
    position: relative;
    margin: 0 10px;
    background: #F1F6FF;
  }
  .article .article-item:nth-child(1) .article-item-img {
    height: 80px;
    top: -40px;
  }
  .article .article-item-img {
    height: 100px;
    position: absolute;
    left: 13px;
    top: -50px;
  }
  .article .article-item-title {
    font-size: 26px;
    font-weight: bold;
    background: linear-gradient(109deg, #BF44D3 0%, #15C4EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
  }
  .article .article-item-title span {
    font-size: 16px;
  }
  .article .article-item-txt {
    margin-top: 6px;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    font-feature-settings: "kern" on;
    color: #054182;
  }

  .shop {
    padding: 46px 0 76px;
  }
  .shop .change-min-width {
    display: flex;
    justify-content: center;
  }
  .shop .shop-banner {
    margin-left: 35px;
    width: 683px;
    height: 682px;
  }
  .shop .shop-line {
    width: 109px;
    height: 7px;
    background: linear-gradient(94deg, #BF44D3 0%, #15C4EB 100%);
  }
  .shop .title {
    margin-top: 30px;
    text-align: left;
  }
  .shop .title-y {
    margin-top: 10px;
    text-align: left;
  }
  .shop .shop-txt {
    margin-top: 12px;
    font-size: 20px;
    font-weight: normal;
    line-height: 50px;
    letter-spacing: 0.08em;
    color: #4D6180;
  }
  .shop .shop-btn {
    width: 214px;
    margin-top: 40px;
    height: 66px;
    border-radius: 18px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 1px;
    background: linear-gradient(107deg, #BF44D3 0%, #15C4EB 100%);
    cursor: pointer;
  }
  .shop .shop-btn-txt {
    width: 212px;
    border-radius: 18px;
    height: 64px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .shop .shop-btn-txt span {
    font-size: 20px;
    background: linear-gradient(109deg, #BF44D3 0%, #15C4EB 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .case {
    padding: 40px 0 70px;
    background: linear-gradient(180deg, #ECF1FD 0%, #F9FBFF 94%);
  }
  .case .video-list {
    margin-top: 32px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    display: none;
  }
  .case .video-list-0 {
    display: flex;
  }
  .case .video-box {
    width: 280px;
    height: 242px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .case .video-img {
    width: 100%;
    height: 100%;
  }
  .case .video-ico {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 34px;
  }
  .case .case-head {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .case .case-more {
    cursor: pointer;
    width: 171px;
    height: 56px;
    border-radius: 18px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 1px;
    background: linear-gradient(107deg, #BF44D3 0%, #15C4EB 100%);
  }
  .case .case-btn-txt {
    border-radius: 18px;
    width: 169px;
    height: 54px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .case .case-btn-txt span {
    font-size: 16px;
    background: linear-gradient(109deg, #BF44D3 0%, #15C4EB 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .case .case-btn-txt .case-more-ico {
    height: 12.25px;
    margin-left: 8px;
  }
  .case .case-nav {
    display: flex;
  }
  .case .case-nav-item {
    margin-right: 16px;
    width: 150px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.06em;
    color: #15C4EB;
    cursor: pointer;
  }
  .case .case-nav-item-a {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.06em;
    /* 纯白 */
    color: #FFFFFF;
    background: linear-gradient(110deg, #BF44D3 0%, #15C4EB 100%);
  }
}
@media screen and (max-width: 1440px) {
  .banner_Swiper {
    position: relative;
    overflow: hidden;
  }

  .banner {
    position: relative;
    overflow: hidden;
  }
  .banner .banner-img {
    width: 100%;
    object-fit: scale-down;
  }
  .banner .banner-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14.4px;
    font-weight: normal;
    letter-spacing: 0.08em;
    top: 70%;
    margin-left: 21%;
    width: 162px;
    height: 45px;
    border-radius: 7.2px;
    background: linear-gradient(105deg, #BF44D3 0%, #15C4EB 100%);
    color: #FFFFFF;
    cursor: pointer;
  }

  .title-y {
    font-size: 27px;
    font-weight: bold;
    background: linear-gradient(95deg, #BF44D3 0%, #15C4EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.2;
    letter-spacing: 0.14em;
    text-align: center;
  }

  .title {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(109deg, #BF44D3 0%, #15C4EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .title-line {
    width: 135.9px;
    height: 0px;
    border: 1.8px solid #EDEDED;
  }

  .title-t {
    padding: 0 27px;
  }

  .title-txt {
    font-size: 16.2px;
    font-weight: normal;
    letter-spacing: 0.08em;
    text-align: center;
    color: #4D6180;
  }

  .tips {
    padding: 72px 0;
  }
  .tips .tips-list {
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tips .tips-item-img {
    width: 100%;
    height: 100%;
  }
  .tips .tips-item-ico {
    height: 16.2px;
  }
  .tips .tips-item-box {
    width: 180px;
    height: 138.6px;
    position: relative;
  }
  .tips .tips-item-ab {
    position: absolute;
    background: rgba(79, 133, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .tips .tips-item-name {
    font-size: 27px;
    font-weight: bold;
    color: #FFFFFF;
  }
  .tips .tips-item-txt {
    font-size: 21.6px;
    font-weight: normal;
    color: #FFFFFF;
  }

  .qaa {
    background: linear-gradient(110deg, #DDEFFB 0%, #F3F3FD 39%, #E8F2FB 100%);
    padding: 36px 0;
  }
  .qaa .qaa-box {
    margin-top: 25.2px;
    display: flex;
  }
  .qaa .qaa-img {
    width: 513px;
    height: 459px;
    border-radius: 7.2px;
  }
  .qaa .qaa-list {
    flex: 1;
    margin-left: 19.8px;
  }
  .qaa .qaa-item {
    padding: 21.6px 19.8px;
    border-radius: 7.2px;
    background: #FFFFFF;
    margin-bottom: 24.3px;
  }
  .qaa .qaa-item-title {
    font-size: 23.4px;
    font-weight: 700;
    color: #054182;
  }
  .qaa .qaa-item-txt {
    font-size: 14.4px;
    font-weight: normal;
    line-height: 27px;
    margin-top: 5.4px;
    color: #054182;
  }
  .qaa .qaa-item-a {
    background: #4f85ff;
    position: relative;
  }
  .qaa .qaa-item-a::after {
    position: absolute;
    content: "";
    bottom: 40%;
    right: 100%;
    margin-left: -7.2px;
    width: 0;
    height: 0;
    border: 10.8px solid transparent;
    border-right: 10.8px solid #4f85ff;
  }
  .qaa .qaa-item-a .qaa-item-title {
    color: #FFFFFF;
  }
  .qaa .qaa-item-a .qaa-item-txt {
    color: #FFFFFF;
  }

  .article {
    padding: 36px 0 31.5px;
  }
  .article .article-list {
    margin-top: 58.5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .article .article-item {
    padding: 49.5px 19.8px 22.5px;
    border-radius: 7.2px;
    position: relative;
    margin: 0 9px;
    background: #F1F6FF;
  }
  .article .article-item:nth-child(1) .article-item-img {
    height: 72px;
    top: -36px;
  }
  .article .article-item-img {
    height: 90px;
    position: absolute;
    left: 11.7px;
    top: -45px;
  }
  .article .article-item-title {
    font-size: 23.4px;
    font-weight: bold;
    background: linear-gradient(109deg, #BF44D3 0%, #15C4EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
  }
  .article .article-item-title span {
    font-size: 14.4px;
  }
  .article .article-item-txt {
    margin-top: 5.4px;
    font-size: 14.4px;
    font-weight: normal;
    line-height: 27px;
    font-feature-settings: "kern" on;
    color: #054182;
  }

  .shop {
    padding: 41.4px 0 68.4px;
  }
  .shop .change-min-width {
    display: flex;
    justify-content: center;
  }
  .shop .shop-banner {
    margin-left: 31.5px;
    width: 614.7px;
    height: 613.8px;
  }
  .shop .shop-line {
    width: 98.1px;
    height: 6.3px;
    background: linear-gradient(94deg, #BF44D3 0%, #15C4EB 100%);
  }
  .shop .title {
    margin-top: 27px;
    text-align: left;
  }
  .shop .title-y {
    margin-top: 9px;
    text-align: left;
  }
  .shop .shop-txt {
    margin-top: 10.8px;
    font-size: 18px;
    font-weight: normal;
    line-height: 45px;
    letter-spacing: 0.08em;
    color: #4D6180;
  }
  .shop .shop-btn {
    width: 192.6px;
    margin-top: 36px;
    height: 59.4px;
    border-radius: 16.2px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0.9px;
    background: linear-gradient(107deg, #BF44D3 0%, #15C4EB 100%);
    cursor: pointer;
  }
  .shop .shop-btn-txt {
    width: 190.8px;
    border-radius: 16.2px;
    height: 57.6px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .shop .shop-btn-txt span {
    font-size: 18px;
    background: linear-gradient(109deg, #BF44D3 0%, #15C4EB 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .case {
    padding: 36px 0 63px;
    background: linear-gradient(180deg, #ECF1FD 0%, #F9FBFF 94%);
  }
  .case .video-list {
    margin-top: 28.8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    display: none;
  }
  .case .video-list-0 {
    display: flex;
  }
  .case .video-box {
    width: 252px;
    height: 217.8px;
    border-radius: 7.2px;
    position: relative;
    overflow: hidden;
    margin-right: 9px;
    margin-bottom: 9px;
    cursor: pointer;
  }
  .case .video-img {
    width: 100%;
    height: 100%;
  }
  .case .video-ico {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 30.6px;
  }
  .case .case-head {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .case .case-more {
    cursor: pointer;
    width: 153.9px;
    height: 50.4px;
    border-radius: 16.2px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0.9px;
    background: linear-gradient(107deg, #BF44D3 0%, #15C4EB 100%);
  }
  .case .case-btn-txt {
    border-radius: 16.2px;
    width: 152.1px;
    height: 48.6px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .case .case-btn-txt span {
    font-size: 14.4px;
    background: linear-gradient(109deg, #BF44D3 0%, #15C4EB 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .case .case-btn-txt .case-more-ico {
    height: 11.025px;
    margin-left: 7.2px;
  }
  .case .case-nav {
    display: flex;
  }
  .case .case-nav-item {
    margin-right: 14.4px;
    width: 135px;
    height: 45px;
    border-radius: 7.2px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    font-size: 14.4px;
    font-weight: normal;
    letter-spacing: 0.06em;
    color: #15C4EB;
    cursor: pointer;
  }
  .case .case-nav-item-a {
    font-size: 16.2px;
    font-weight: bold;
    letter-spacing: 0.06em;
    /* 纯白 */
    color: #FFFFFF;
    background: linear-gradient(110deg, #BF44D3 0%, #15C4EB 100%);
  }
}
@media screen and (max-width: 1200px) {
  .banner_Swiper {
    position: relative;
    overflow: hidden;
  }

  .banner {
    position: relative;
    overflow: hidden;
  }
  .banner .banner-img {
    width: 100%;
    object-fit: scale-down;
  }
  .banner .banner-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13.6px;
    font-weight: normal;
    letter-spacing: 0.08em;
    top: 70%;
    margin-left: 21%;
    width: 153px;
    height: 42.5px;
    border-radius: 6.8px;
    background: linear-gradient(105deg, #BF44D3 0%, #15C4EB 100%);
    color: #FFFFFF;
    cursor: pointer;
  }

  .title-y {
    font-size: 25.5px;
    font-weight: bold;
    background: linear-gradient(95deg, #BF44D3 0%, #15C4EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.2;
    letter-spacing: 0.14em;
    text-align: center;
  }

  .title {
    font-size: 34px;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(109deg, #BF44D3 0%, #15C4EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .title-line {
    width: 128.35px;
    height: 0px;
    border: 1.7px solid #EDEDED;
  }

  .title-t {
    padding: 0 25.5px;
  }

  .title-txt {
    font-size: 15.3px;
    font-weight: normal;
    letter-spacing: 0.08em;
    text-align: center;
    color: #4D6180;
  }

  .tips {
    padding: 68px 0;
  }
  .tips .tips-list {
    margin-top: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tips .tips-item-img {
    width: 100%;
    height: 100%;
  }
  .tips .tips-item-ico {
    height: 15.3px;
  }
  .tips .tips-item-box {
    width: 170px;
    height: 130.9px;
    position: relative;
  }
  .tips .tips-item-ab {
    position: absolute;
    background: rgba(79, 133, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .tips .tips-item-name {
    font-size: 25.5px;
    font-weight: bold;
    color: #FFFFFF;
  }
  .tips .tips-item-txt {
    font-size: 20.4px;
    font-weight: normal;
    color: #FFFFFF;
  }

  .qaa {
    background: linear-gradient(110deg, #DDEFFB 0%, #F3F3FD 39%, #E8F2FB 100%);
    padding: 34px 0;
  }
  .qaa .qaa-box {
    margin-top: 23.8px;
    display: flex;
  }
  .qaa .qaa-img {
    width: 484.5px;
    height: 433.5px;
    border-radius: 6.8px;
  }
  .qaa .qaa-list {
    flex: 1;
    margin-left: 18.7px;
  }
  .qaa .qaa-item {
    padding: 20.4px 18.7px;
    border-radius: 6.8px;
    background: #FFFFFF;
    margin-bottom: 22.95px;
  }
  .qaa .qaa-item-title {
    font-size: 22.1px;
    font-weight: 700;
    color: #054182;
  }
  .qaa .qaa-item-txt {
    font-size: 13.6px;
    font-weight: normal;
    line-height: 25.5px;
    margin-top: 5.1px;
    color: #054182;
  }
  .qaa .qaa-item-a {
    background: #4f85ff;
    position: relative;
  }
  .qaa .qaa-item-a::after {
    position: absolute;
    content: "";
    bottom: 40%;
    right: 100%;
    margin-left: -6.8px;
    width: 0;
    height: 0;
    border: 10.2px solid transparent;
    border-right: 10.2px solid #4f85ff;
  }
  .qaa .qaa-item-a .qaa-item-title {
    color: #FFFFFF;
  }
  .qaa .qaa-item-a .qaa-item-txt {
    color: #FFFFFF;
  }

  .article {
    padding: 34px 0 29.75px;
  }
  .article .article-list {
    margin-top: 55.25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .article .article-item {
    padding: 46.75px 18.7px 21.25px;
    border-radius: 6.8px;
    position: relative;
    margin: 0 8.5px;
    background: #F1F6FF;
  }
  .article .article-item:nth-child(1) .article-item-img {
    height: 68px;
    top: -34px;
  }
  .article .article-item-img {
    height: 85px;
    position: absolute;
    left: 11.05px;
    top: -42.5px;
  }
  .article .article-item-title {
    font-size: 22.1px;
    font-weight: bold;
    background: linear-gradient(109deg, #BF44D3 0%, #15C4EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
  }
  .article .article-item-title span {
    font-size: 13.6px;
  }
  .article .article-item-txt {
    margin-top: 5.1px;
    font-size: 13.6px;
    font-weight: normal;
    line-height: 25.5px;
    font-feature-settings: "kern" on;
    color: #054182;
  }

  .shop {
    padding: 39.1px 0 64.6px;
  }
  .shop .change-min-width {
    display: flex;
    justify-content: center;
  }
  .shop .shop-banner {
    margin-left: 29.75px;
    width: 580.55px;
    height: 579.7px;
  }
  .shop .shop-line {
    width: 92.65px;
    height: 5.95px;
    background: linear-gradient(94deg, #BF44D3 0%, #15C4EB 100%);
  }
  .shop .title {
    margin-top: 25.5px;
    text-align: left;
  }
  .shop .title-y {
    margin-top: 8.5px;
    text-align: left;
  }
  .shop .shop-txt {
    margin-top: 10.2px;
    font-size: 17px;
    font-weight: normal;
    line-height: 42.5px;
    letter-spacing: 0.08em;
    color: #4D6180;
  }
  .shop .shop-btn {
    width: 181.9px;
    margin-top: 34px;
    height: 56.1px;
    border-radius: 15.3px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0.85px;
    background: linear-gradient(107deg, #BF44D3 0%, #15C4EB 100%);
    cursor: pointer;
  }
  .shop .shop-btn-txt {
    width: 180.2px;
    border-radius: 15.3px;
    height: 54.4px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .shop .shop-btn-txt span {
    font-size: 17px;
    background: linear-gradient(109deg, #BF44D3 0%, #15C4EB 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .case {
    padding: 34px 0 59.5px;
    background: linear-gradient(180deg, #ECF1FD 0%, #F9FBFF 94%);
  }
  .case .video-list {
    margin-top: 27.2px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    display: none;
  }
  .case .video-list-0 {
    display: flex;
  }
  .case .video-box {
    width: 238px;
    height: 205.7px;
    border-radius: 6.8px;
    position: relative;
    overflow: hidden;
    margin-right: 8.5px;
    margin-bottom: 8.5px;
    cursor: pointer;
  }
  .case .video-img {
    width: 100%;
    height: 100%;
  }
  .case .video-ico {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 28.9px;
  }
  .case .case-head {
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .case .case-more {
    cursor: pointer;
    width: 145.35px;
    height: 47.6px;
    border-radius: 15.3px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0.85px;
    background: linear-gradient(107deg, #BF44D3 0%, #15C4EB 100%);
  }
  .case .case-btn-txt {
    border-radius: 15.3px;
    width: 143.65px;
    height: 45.9px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .case .case-btn-txt span {
    font-size: 13.6px;
    background: linear-gradient(109deg, #BF44D3 0%, #15C4EB 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .case .case-btn-txt .case-more-ico {
    height: 10.4125px;
    margin-left: 6.8px;
  }
  .case .case-nav {
    display: flex;
  }
  .case .case-nav-item {
    margin-right: 13.6px;
    width: 127.5px;
    height: 42.5px;
    border-radius: 6.8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    font-size: 13.6px;
    font-weight: normal;
    letter-spacing: 0.06em;
    color: #15C4EB;
    cursor: pointer;
  }
  .case .case-nav-item-a {
    font-size: 15.3px;
    font-weight: bold;
    letter-spacing: 0.06em;
    /* 纯白 */
    color: #FFFFFF;
    background: linear-gradient(110deg, #BF44D3 0%, #15C4EB 100%);
  }
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

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