.h_shortVideoPage .h_Box1 .h_list .h_item {
  background-color: #fff;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #987BEB;
  text-align: center;
  padding: 30px 60px 25px;
  transition: box-shadow 0.3s;
}
.h_shortVideoPage .h_Box1 .h_list .h_item img {
  width: 108px;
}
.h_shortVideoPage .h_Box1 .h_list .h_item .h_title {
  font-size: 32px;
  color: #333333;
  line-height: 1.32;
  font-family: 'MiSans-Semibold';
  margin-top: 26px;
  transition: color 0.3s;
}
.h_shortVideoPage .h_Box1 .h_list .h_item .h_desc {
  font-size: 19px;
  color: #686883;
  line-height: 1.78;
  margin-top: 15px;
  font-family: 'MiSans-Regular';
}
.h_shortVideoPage .h_Box1 .h_list .h_item:hover {
  box-shadow: inset 0 1px 18px -6px #987BEB;
}
.h_shortVideoPage .h_Box1 .h_list .h_item:hover .h_title {
  color: #987BEB;
}
.h_shortVideoPage .h_Title {
  text-align: center;
  color: #111111;
}
.h_shortVideoPage .h_Title span {
  font-size: 42px;
  line-height: 76px;
  padding: 0 50px;
  display: inline-block;
  font-family: 'MiSans-Semibold';
  background: linear-gradient(90deg, #CB9FE9 0%, rgba(203, 159, 233, 0) 100%);
  border-radius: 169px 169px 169px 169px;
}
.h_shortVideoPage .h_Box2 {
  position: relative;
}
.h_shortVideoPage .h_Box2 .h_img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.h_shortVideoPage .h_Box2 .h_img2 {
  position: absolute;
  top: 200vh;
  left: 0;
  width: 100%;
  z-index: -1;
}
.h_shortVideoPage .h_Box2 .h_item:last-child {
  padding-bottom: 0;
}
.h_shortVideoPage .h_Box2 .h_item .h_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.h_shortVideoPage .h_Box2 .h_item .h_box .h_L {
  width: 50%;
  position: relative;
  z-index: 2;
}
.h_shortVideoPage .h_Box2 .h_item .h_box .h_L .h_bg {
  pointer-events: none;
  position: absolute;
  width: 1070px;
  z-index: -1;
  right: 0px;
  top: -5vw;
}
.h_shortVideoPage .h_Box2 .h_item .h_box .h_L .h_img {
  padding: 24px;
  max-width: 408px;
  background: #FFFFFF;
  box-shadow: 2px 8px 32px 0px rgba(0, 0, 0, 0.15);
  border-radius: 48px 48px 48px 48px;
}
.h_shortVideoPage .h_Box2 .h_item .h_box .h_L .h_img .h_posImg {
  padding-top: 180.5%;
}
.h_shortVideoPage .h_Box2 .h_item .h_box .h_R {
  width: 50%;
}
.h_shortVideoPage .h_Box2 .h_item .h_box .h_R .h_title {
  font-size: 32px;
  color: #2C154C;
  font-family: 'MiSans-Semibold';
  display: inline-block;
  padding: 0 8px;
  background: linear-gradient(180deg, #8272CD00, #8272CD00, #8272CD);
}
.h_shortVideoPage .h_Box2 .h_item .h_box .h_R .h_title span {
  font-family: 'MiSans-Semibold';
  color: #E15620;
}
.h_shortVideoPage .h_Box2 .h_item .h_box .h_R .h_list {
  margin-top: 65px;
}
.h_shortVideoPage .h_Box2 .h_item .h_box .h_R .h_list .h_text {
  margin-top: 40px;
  padding-left: 52px;
  position: relative;
}
.h_shortVideoPage .h_Box2 .h_item .h_box .h_R .h_list .h_text::before {
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  left: 0;
  background-image: url(../static/icon_shortVideo.png);
  background-size: contain;
}
.h_shortVideoPage .h_Box2 .h_item .h_box .h_R .h_list .h_text .h_subtitle {
  font-size: 26px;
  color: #2C154C;
  font-family: 'MiSans-Demibold';
}
.h_shortVideoPage .h_Box2 .h_item .h_box .h_R .h_list .h_text .h_desc {
  font-size: 24px;
  color: #3D3D3D;
  margin-top: 14px;
}
.h_shortVideoPage .h_Box2 .h_item:nth-child(2n) .h_box {
  flex-direction: row-reverse;
}
.h_shortVideoPage .h_Box2 .h_item:nth-child(2n) .h_box .h_L .h_bg {
  right: auto;
  left: -60px;
}
.h_shortVideoPage .h_Box2 .h_item:nth-child(2n) .h_box .h_L .h_img {
  margin: 0 auto;
}
.h_shortVideoPage .h_Box3 {
  background-color: #F6F6F6;
  position: relative;
  z-index: 2;
}
.h_shortVideoPage .h_Box4 .h_item .h_box .h_L .h_img {
  position: relative;
}
.h_shortVideoPage .h_Box4 .h_item .h_box .h_L .h_img .h_lv {
  position: absolute;
  width: 380px;
  z-index: 1;
  right: 56%;
  top: 7.5%;
}
.h_shortVideoPage .h_Box5 {
  position: relative;
}
.h_shortVideoPage .h_Box5 .h_bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 200px;
  z-index: -1;
}
.h_shortVideoPage .h_Box5 .mySwiper1::after,
.h_shortVideoPage .h_Box5 .mySwiper1::before {
  position: absolute;
  content: '';
  top: 0;
  width: 25%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.h_shortVideoPage .h_Box5 .mySwiper1::before {
  left: 0;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.h_shortVideoPage .h_Box5 .mySwiper1::after {
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  right: 0;
}
.h_shortVideoPage .h_Box5 .mySwiper1 .swiper-slide {
  width: auto;
}
.h_shortVideoPage .h_Box5 .h_swiper2 {
  margin-top: 25px;
}
.h_shortVideoPage .h_Box5 .h_swiper2 .mySwiper2 {
  padding: 60px 30px;
}
.h_shortVideoPage .h_Box5 .h_swiper2 .mySwiper2 .swiper-slide .h_item {
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 2px 8px 32px 0px rgba(0, 0, 0, 0.15);
  border-radius: 28px;
}
.h_shortVideoPage .h_Box5 .h_swiper2 .mySwiper2 .swiper-slide .h_item .h_posImg {
  padding-top: 43.5%;
}
.h_shortVideoPage .h_Box5 .h_swiper2 .mySwiper2 .swiper-pagination {
  bottom: 0;
}
.h_shortVideoPage .h_Box5 .h_swiper2 .mySwiper2 .swiper-pagination-bullet {
  background: none;
  width: 14px;
  height: 14px;
  border: 2px solid #FFFFFF;
  opacity: 1;
}
.h_shortVideoPage .h_Box5 .h_swiper2 .mySwiper2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2C154C;
  border-color: #2C154C;
}
.h_shortVideoPage .h_Box6 .h_Box {
  margin-top: 128px;
  display: flex;
  align-items: stretch;
}
.h_shortVideoPage .h_Box6 .h_Box .h_text {
  margin-top: 76px;
  position: relative;
  --padding: 52px;
  --right: 2px;
}
.h_shortVideoPage .h_Box6 .h_Box .h_text:first-child {
  margin: 0;
}
.h_shortVideoPage .h_Box6 .h_Box .h_text:nth-child(2) {
  --padding: 114px;
  --right: 66px;
}
.h_shortVideoPage .h_Box6 .h_Box .h_text::before {
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  background-image: url(../static/icon_shortVideo.png);
  background-size: contain;
}
.h_shortVideoPage .h_Box6 .h_Box .h_text .h_title {
  font-size: 26px;
  color: #2C154C;
  font-family: 'MiSans-Demibold';
}
.h_shortVideoPage .h_Box6 .h_Box .h_text .h_desc {
  font-size: 24px;
  color: #3D3D3D;
  margin-top: 14px;
  height: 64px;
  line-height: 1.4;
}
.h_shortVideoPage .h_Box6 .h_Box .h_L {
  width: calc(50% - 282px);
  text-align: right;
}
.h_shortVideoPage .h_Box6 .h_Box .h_L .h_text {
  padding-right: var(--padding);
}
.h_shortVideoPage .h_Box6 .h_Box .h_L .h_text::before {
  right: var(--right);
  transform: rotate(180deg);
}
.h_shortVideoPage .h_Box6 .h_Box .h_C {
  width: 564px;
}
.h_shortVideoPage .h_Box6 .h_Box .h_C .h_imgBox {
  position: relative;
}
.h_shortVideoPage .h_Box6 .h_Box .h_C .h_imgBox .h_img {
  width: 284px;
}
.h_shortVideoPage .h_Box6 .h_Box .h_C .h_imgBox .h_icon {
  --width: 116px;
  --pos-y: calc(-1*var(--width));
  --pos-y2: calc(50% - (var(--width) / 2));
  --pos-x: calc(-1*var(--width)/2);
  --pos-x2: calc(-1*(var(--width) + 12px));
  position: absolute;
  width: var(--width);
  height: var(--width);
  background: #F9A653;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.h_shortVideoPage .h_Box6 .h_Box .h_C .h_imgBox .h_icon:nth-child(1) {
  top: var(--pos-y);
  left: var(--pos-x);
}
.h_shortVideoPage .h_Box6 .h_Box .h_C .h_imgBox .h_icon:nth-child(2) {
  right: var(--pos-x);
  top: var(--pos-y);
  background-color: #11D4BF;
}
.h_shortVideoPage .h_Box6 .h_Box .h_C .h_imgBox .h_icon:nth-child(3) {
  left: var(--pos-x2);
  top: var(--pos-y2);
  background-color: #11D4BF;
}
.h_shortVideoPage .h_Box6 .h_Box .h_C .h_imgBox .h_icon:nth-child(4) {
  right: var(--pos-x2);
  top: var(--pos-y2);
}
.h_shortVideoPage .h_Box6 .h_Box .h_C .h_imgBox .h_icon:nth-child(5) {
  left: var(--pos-x);
  bottom: var(--pos-y);
}
.h_shortVideoPage .h_Box6 .h_Box .h_C .h_imgBox .h_icon:nth-child(6) {
  right: var(--pos-x);
  bottom: var(--pos-y);
  background-color: #11D4BF;
}
.h_shortVideoPage .h_Box6 .h_Box .h_C .h_imgBox .h_icon img {
  width: 64px;
}
.h_shortVideoPage .h_Box6 .h_Box .h_R {
  width: calc(50% - 282px);
}
.h_shortVideoPage .h_Box6 .h_Box .h_R .h_text {
  padding-left: var(--padding);
}
.h_shortVideoPage .h_Box6 .h_Box .h_R .h_text::before {
  left: var(--right);
}
.h_shortVideoPage .h_Box7 .h_swiper .mySwiper3 .swiper-slide {
  width: auto;
  text-align: center;
}
.h_shortVideoPage .h_Box7 .h_swiper .mySwiper3 .swiper-slide .h_title {
  padding: 0 22px;
  display: inline-block;
  font-size: 18px;
  color: #FFFFFF;
  font-family: 'MiSans-Medium';
  line-height: 44px;
  background: #FE556A;
  border-radius: 91px 91px 91px 91px;
}
.h_shortVideoPage .h_Box7 .h_swiper .mySwiper3 .swiper-slide .h_box {
  border-radius: 34px 34px 34px 34px;
  border: 1px solid #2A2A2A;
  padding: 40px 24px 24px;
  margin-top: -22px;
}
.h_shortVideoPage .h_Box7 .h_swiper .mySwiper3 .swiper-slide .h_box .h_imgs {
  position: relative;
}
.h_shortVideoPage .h_Box7 .h_swiper .mySwiper3 .swiper-slide .h_box .h_imgs .h_arrow {
  width: 90px;
  height: 3px;
  background-color: #FE556A;
  position: absolute;
  bottom: 28px;
  z-index: 3;
  left: calc(50% - 45px);
}
.h_shortVideoPage .h_Box7 .h_swiper .mySwiper3 .swiper-slide .h_box .h_imgs .h_arrow::after {
  position: absolute;
  right: -2px;
  top: calc(50% - 6px);
  content: '';
  border-left: 10px solid #FE556A;
  border-top: 7px solid #FE556A00;
  border-bottom: 7px solid #FE556A00;
}
.h_shortVideoPage .h_Box7 .h_swiper .mySwiper3 .swiper-slide .h_box .h_imgs .h_img {
  width: calc(50% - 12px);
  position: relative;
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
  box-shadow: 0px 26px 16px -16px rgba(0, 0, 0, 0.2);
}
.h_shortVideoPage .h_Box7 .h_swiper .mySwiper3 .swiper-slide .h_box .h_imgs .h_img .h_posImg {
  border-radius: 16px 16px 16px 16px;
  padding-top: 221%;
}
.h_shortVideoPage .h_Box7 .h_swiper .mySwiper3 .swiper-slide .h_box .h_imgs .h_img p {
  height: 58px;
  line-height: 58px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.35);
  font-size: 18px;
  color: #FFFFFF;
  font-family: 'MiSans-Regular';
}
@media screen and (max-width: 1440px) {
  .h_shortVideoPage .h_Box1 .h_list {
    --c-gap: 40px;
    --r-gap: 40px;
  }
  .h_shortVideoPage .h_Box1 .h_list .h_item {
    padding: 30px 40px 25px;
  }
  .h_shortVideoPage .h_Box1 .h_list .h_item .h_title {
    font-size: 28px;
  }
  .h_shortVideoPage .h_Box1 .h_list .h_item .h_desc {
    font-size: 18px;
  }
  .h_shortVideoPage .h_Title span {
    height: 64px;
    line-height: 64px;
    font-size: 30px;
  }
  .h_shortVideoPage .h_Box2 .h_item .h_box .h_R .h_list {
    margin-top: 50px;
  }
  .h_shortVideoPage .h_Box2 .h_item .h_box .h_R .h_title {
    font-size: 28px;
  }
  .h_shortVideoPage .h_Box2 .h_item .h_box .h_R .h_list .h_text .h_subtitle {
    font-size: 24px;
  }
  .h_shortVideoPage .h_Box2 .h_item .h_box .h_R .h_list .h_text .h_desc {
    font-size: 20px;
    margin-top: 8px;
  }
  .h_shortVideoPage .h_Box2 .h_item .h_box .h_R .h_list .h_text {
    margin-top: 30px;
  }
  .h_shortVideoPage .h_Box2 .h_item .h_box .h_L .h_img {
    margin: 0 auto;
  }
  .h_shortVideoPage .h_Box2 .h_item .h_box .h_L .h_bg {
    right: -120px;
    top: -12vw;
  }
  .h_shortVideoPage .h_Box5 .h_swiper2 {
    margin: 0;
  }
  .h_shortVideoPage .h_Box5 .h_swiper2 .mySwiper2 {
    padding-top: 40px;
  }
  .h_shortVideoPage .h_Box5 .h_swiper2 .mySwiper2 .swiper-slide .h_item {
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    border-radius: 32px;
  }
  .h_shortVideoPage .h_Box6 .h_Box {
    margin-top: 80px;
  }
  .h_shortVideoPage .h_Box6 .h_Box .h_text .h_title {
    font-size: 24px;
  }
  .h_shortVideoPage .h_Box6 .h_Box .h_text .h_desc {
    font-size: 20px;
    height: 54px;
  }
}
@media screen and (max-width: 1400px) {
  .h_shortVideoPage .h_Box6 .h_Box {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .h_shortVideoPage .h_Box1 .h_list .h_item .h_title {
    font-size: 26px;
  }
  .h_shortVideoPage .h_Box6 .h_Box {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .h_shortVideoPage .h_Box1 .h_list {
    --c-gap: 30px;
    --r-gap: 30px;
  }
  .h_shortVideoPage .h_Box1 .h_list .h_item {
    padding: 24px 20px;
  }
  .h_shortVideoPage .h_Box1 .h_list .h_item .h_title {
    font-size: 22px;
    margin-top: 14px;
  }
  .h_shortVideoPage .h_Box1 .h_list .h_item .h_desc {
    font-size: 16px;
    margin-top: 8px;
  }
  .h_shortVideoPage .h_Box1 .h_list .h_item img {
    width: 86px;
  }
  .h_shortVideoPage .h_Title span {
    height: 55px;
    line-height: 55px;
    font-size: 26px;
  }
  .h_shortVideoPage .h_Box2 .h_item .h_box .h_R .h_list {
    margin-top: 30px;
  }
  .h_shortVideoPage .h_Box5 .h_swiper2 .mySwiper2 {
    padding: 40px 10px;
  }
  .h_shortVideoPage .h_Box5 .h_swiper2 .mySwiper2 .swiper-slide .h_item {
    padding: 12px;
    border-radius: 20px;
  }
  .h_shortVideoPage .h_Box6 .h_Box .h_C {
    display: none;
  }
  .h_shortVideoPage .h_Box6 .h_Box .h_L,
  .h_shortVideoPage .h_Box6 .h_Box .h_R {
    width: calc(50% - 15px);
  }
  .h_shortVideoPage .h_Box6 .h_Box {
    margin-top: 30px;
    justify-content: space-between;
  }
  .h_shortVideoPage .h_Box6 .h_Box .h_text {
    margin-top: 20px;
  }
  .h_shortVideoPage .h_Box6 .h_Box .h_text .h_title {
    font-size: 22px;
  }
  .h_shortVideoPage .h_Box6 .h_Box .h_text .h_desc {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .h_shortVideoPage .h_Box1 .h_list {
    --c-gap: 16px;
    --r-gap: 16px;
  }
  .h_shortVideoPage .h_Box1 .h_list .h_item {
    padding: 16px 12px;
    border-radius: 10px;
  }
  .h_shortVideoPage .h_Box1 .h_list .h_item img {
    width: 48px;
  }
  .h_shortVideoPage .h_Box1 .h_list .h_item .h_title {
    font-size: 16px;
    margin-top: 8px;
  }
  .h_shortVideoPage .h_Box1 .h_list .h_item .h_desc {
    font-size: 15px;
    margin-top: 5px;
    line-height: 1.5;
  }
  .h_shortVideoPage .h_Title span {
    height: 46px;
    line-height: 46px;
    font-size: 20px;
  }
  .h_shortVideoPage .h_Box2 {
    padding-top: 6px;
  }
  .h_shortVideoPage .h_Box4 {
    padding-top: 20px;
  }
  .h_shortVideoPage .h_Box2 .h_item {
    padding: 10px 0;
  }
  .h_shortVideoPage .h_Box2 .h_item .h_box .h_L {
    display: none;
  }
  .h_shortVideoPage .h_Box2 .h_item .h_box .h_R {
    width: 100%;
  }
  .h_shortVideoPage .h_Box2 .h_item .h_box .h_R .h_title {
    font-size: 20px;
  }
  .h_shortVideoPage .h_Box2 .h_img2 {
    top: 50%;
  }
  .h_shortVideoPage .h_Box2 .h_item .h_box .h_R .h_list .h_text,
  .h_shortVideoPage .h_Box2 .h_item .h_box .h_R .h_list {
    margin-top: 15px;
  }
  .h_shortVideoPage .h_Box2 .h_item .h_box .h_R .h_list .h_text {
    padding-left: 28px;
  }
  .h_shortVideoPage .h_Box2 .h_item .h_box .h_R .h_list .h_text::before {
    width: 20px;
    top: 2px;
    height: 20px;
  }
  .h_shortVideoPage .h_Box2 .h_item .h_box .h_R .h_list .h_text .h_subtitle {
    font-size: 16px;
  }
  .h_shortVideoPage .h_Box2 .h_item .h_box .h_R .h_list .h_text .h_desc {
    font-size: 15px;
    margin-top: 4px;
  }
  .h_shortVideoPage .h_Box5 {
    padding-top: 0;
  }
  .h_shortVideoPage .h_Box5 .h_bg {
    display: none;
  }
  .h_shortVideoPage .h_Box5 .h_swiper2 .mySwiper2 {
    padding: 20px 10px 25px;
  }
  .h_shortVideoPage .h_Box5 .h_swiper2 .mySwiper2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-width: 1px;
    border-color: #2C154C;
  }
  .h_shortVideoPage .h_Box5 .h_swiper2 .mySwiper2 .swiper-slide .h_item {
    border-radius: 10px;
    padding: 8px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  }
  .h_shortVideoPage .h_Box6 {
    padding-top: 0;
  }
  .h_shortVideoPage .h_Box6 .h_Box {
    flex-wrap: wrap;
    margin: 0;
  }
  .h_shortVideoPage .h_Box6 .h_Box .h_L,
  .h_shortVideoPage .h_Box6 .h_Box .h_R {
    width: 100%;
    text-align: left;
  }
  .h_shortVideoPage .h_Box6 .h_Box .h_L .h_text {
    padding: 0 0 0 var(--padding);
  }
  .h_shortVideoPage .h_Box6 .h_Box .h_L .h_text::before {
    transform: none;
  }
  .h_shortVideoPage .h_Box6 .h_Box .h_text,
  .h_shortVideoPage .h_Box6 .h_Box .h_text:nth-child(2) {
    --right: auto;
    --padding: 28px;
    margin-top: 15px !important;
  }
  .h_shortVideoPage .h_Box6 .h_Box .h_text::before {
    width: 20px;
    top: 2px;
    height: 20px;
    left: 0 !important;
  }
  .h_shortVideoPage .h_Box6 .h_Box .h_text .h_title {
    font-size: 16px;
  }
  .h_shortVideoPage .h_Box6 .h_Box .h_text .h_desc {
    font-size: 15px;
    margin-top: 4px;
    height: auto;
  }
  .h_shortVideoPage .h_Box7 .h_swiper .mySwiper3 .swiper-slide .h_box {
    margin-top: -16px;
    padding: 30px 15px 15px;
    border-radius: 20px;
  }
  .h_shortVideoPage .h_Box7 .h_swiper .mySwiper3 .swiper-slide .h_title {
    height: 32px;
    line-height: 32px;
    font-size: 15px;
  }
  .h_shortVideoPage .h_Box7 .h_swiper .mySwiper3 .swiper-slide .h_box .h_imgs .h_img {
    width: calc(50% - 7.5px);
  }
  .h_shortVideoPage .h_Box7 .h_swiper .mySwiper3 .swiper-slide .h_box .h_imgs .h_img p {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .h_shortVideoPage .h_Box7 .h_swiper .mySwiper3 .swiper-slide .h_box .h_imgs .h_arrow {
    width: 76px;
    bottom: 17px;
    left: calc(50% - 38px);
  }
}
