:root {
  --dominant-color: #0075FF;
}
.boya-mini-logo {
  margin-right: 75px;
  max-width: 90px;
  transform: translateY(-2px);
}
@media screen and (max-width: 750px) {
  .boya-mini-logo {
    display: none;
  }
}
.boya-mini-title {
  font-size: 16px;
}
@keyframes blur-animation {
  0% {
    filter: blur(6px);
    /* 初始模糊 */
  }
  100% {
    filter: blur(0);
    /* 最终模糊 */
  }
}
@keyframes scale-animation {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.boyamic .section {
  max-width: 1360px;
}
@media screen and (max-width: 1024px) {
  .boyamic .section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .section {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.boyamic .page-sup {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 12px;
  background: linear-gradient(92deg, #0060EF -10.01%, #0075FF 71.07%, #3BB4FF 118.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Inter-Medium;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .boyamic .page-sup {
    font-size: 16px;
  }
}
.boyamic .page-title {
  font-size: 40px;
  line-height: 1.2;
  font-family: Inter-SemiBold;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .boyamic .page-title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .page-title {
    font-size: 28px;
  }
}
.boyamic .page-summary {
  color: #888;
  font-size: 16px;
  line-height: 150%;
  font-family: Inter-Medium;
}
@media screen and (max-width: 1024px) {
  .boyamic .page-summary {
    font-size: 16px;
    text-align: left;
  }
}
.boyamic .page-summary span {
  color: #222;
  font-family: Inter-Medium;
}
.boyamic .page-tip {
  color: #888;
  font-size: 12px;
  line-height: 150%;
  margin-top: 24px;
}
.boyamic .text-box {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .boyamic .text-box {
    max-width: 100%;
  }
}
.boyamic .type1 {
  position: relative;
  background: #f9f9f9;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .boyamic .type1 {
    height: auto;
  }
}
.boyamic .type1 .img {
  max-height: 960px;
  width: 100%;
}
@media screen and (min-width: 1921px) {
  .boyamic .type1 .img {
    max-height: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .boyamic .type1 .img {
    height: auto;
  }
}
.boyamic .type1 .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 750px) {
  .boyamic .type1 .img video.pc {
    display: none !important;
  }
}
.boyamic .type1 .img video.tablet {
  display: none;
}
@media screen and (max-width: 750px) {
  .boyamic .type1 .img video.tablet {
    display: block !important;
  }
}
.boyamic .type1 .img img {
  width: 100%;
}
.boyamic .type1 .text {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  color: #333;
  text-align: left;
  height: fit-content;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  .boyamic .type1 .text {
    text-align: center;
    top: 46px;
    bottom: auto;
  }
}
.boyamic .type1 .text .title {
  width: 100%;
  font-family: Inter-SemiBold;
  font-size: 64px;
  color: #222;
  line-height: 1;
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (max-width: 1024px) {
  .boyamic .type1 .text .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type1 .text .title {
    font-size: 32px;
  }
}
.boyamic .type1 .text .summary {
  font-size: 24px;
  margin-top: 24px;
  transition: all 1s;
  width: 100%;
  margin-bottom: 48px;
  max-width: 610px;
  font-family: Inter-SemiBold;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: 0.5s;
}
.boyamic .type1 .text .summary span {
  font-family: Inter-SemiBold;
  background: linear-gradient(92deg, #0060EF -10.01%, #0075FF 71.07%, #3BB4FF 118.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1024px) {
  .boyamic .type1 .text .summary {
    font-size: 16px;
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type1 .text .summary {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.boyamic .type1 .text .banner-more {
  transition: all 1s;
  display: flex;
  grid-gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .boyamic .type1 .text .banner-more {
    grid-gap: 8px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type1 .text .banner-more {
    justify-content: center;
  }
}
.boyamic .type1 .text .banner-more .f-more {
  border-radius: 24px;
  width: 120px;
  height: 48px;
}
.boyamic .type1 .text .title,
.boyamic .type1 .text .summary,
.boyamic .type1 .text .banner-more {
  transition: all 1s;
}
.boyamic .type1 .text .title.active,
.boyamic .type1 .text .summary.active,
.boyamic .type1 .text .banner-more.active {
  opacity: 1;
  transform: translateY(0);
}
.boyamic .type2 {
  overflow: hidden;
  position: relative;
}
.boyamic .type2 img {
  width: 100%;
}
.boyamic .type2 video {
  max-height: 720px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .boyamic .type2 video {
    height: 492px;
    object-fit: cover;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type2 video {
    height: 640px;
    object-fit: cover;
  }
}
.boyamic .type2 .texts {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
}
.boyamic .type2 .texts .title {
  text-align: center;
  color: #fff;
  font-size: 96px;
  font-family: Inter-SemiBold;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .boyamic .type2 .texts .title {
    font-size: 56px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type2 .texts .title {
    font-size: 48px;
    margin: auto;
  }
}
.boyamic .type2 .texts .title br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .boyamic .type2 .texts .title br {
    display: block;
  }
}
.boyamic .type2 .texts .play-button {
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  width: 200px;
  height: 56px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin: 32px auto auto;
}
@media screen and (max-width: 1024px) {
  .boyamic .type2 .texts .play-button {
    margin-top: 54px;
  }
}
.boyamic .type2 .texts .play-button svg {
  margin-left: 4px;
}
.boyamic .type2 .texts .play-button .text {
  flex: 1;
  text-align: center;
}
.boyamic .type3 {
  position: relative;
  z-index: 2;
}
.boyamic .type3 .section {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type3 .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type3 .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.boyamic .type3 .type3-box {
  display: flex;
  flex-wrap: wrap;
  gap: calc(16 / 1280 * 100%);
  position: relative;
  max-width: 1280px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .boyamic .type3 .type3-box {
    gap: 12px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type3 .type3-box {
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.boyamic .type3 .type3-box .type-item {
  overflow: hidden;
  margin-bottom: calc(16 / 1280 * 100%);
  position: relative;
  height: fit-content;
  border-radius: 24px;
}
@media screen and (max-width: 1919px) {
  .boyamic .type3 .type3-box .type-item {
    border-radius: 1.25vw;
  }
}
@media screen and (max-width: 1024px) {
  .boyamic .type3 .type3-box .type-item {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type3 .type3-box .type-item {
    border-radius: 12px;
    width: 100% !important;
  }
}
.boyamic .type3 .type3-box .type-item img {
  width: 100%;
}
.boyamic .type3 .type3-box .type-item .text {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  height: fit-content;
  text-align: center;
  margin: auto;
  color: #fff;
}
.boyamic .type3 .type3-box .type-item .text .title {
  font-size: 20px;
  line-height: 1.2;
  font-family: Inter-SemiBold;
}
@media screen and (max-width: 1024px) {
  .boyamic .type3 .type3-box .type-item .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type3 .type3-box .type-item .text .title {
    font-size: 14px;
  }
}
.boyamic .type3 .type3-box .type-item .text .summary {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type3 .type3-box .type-item .text .summary {
    font-size: 12px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type3 .type3-box .type-item .text .summary {
    font-size: 12px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 1024px) {
  .boyamic .type3 .type3-box .type-item1 .text,
  .boyamic .type3 .type3-box .type-item2 .text,
  .boyamic .type3 .type3-box .type-item3 .text,
  .boyamic .type3 .type3-box .type-item4 .text {
    top: 8px;
  }
}
.boyamic .type3 .type3-box .type-item1 .text .title,
.boyamic .type3 .type3-box .type-item2 .text .title,
.boyamic .type3 .type3-box .type-item3 .text .title,
.boyamic .type3 .type3-box .type-item4 .text .title {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type3 .type3-box .type-item1 .text .title,
  .boyamic .type3 .type3-box .type-item2 .text .title,
  .boyamic .type3 .type3-box .type-item3 .text .title,
  .boyamic .type3 .type3-box .type-item4 .text .title {
    font-size: 12px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type3 .type3-box .type-item1 .text .title,
  .boyamic .type3 .type3-box .type-item2 .text .title,
  .boyamic .type3 .type3-box .type-item3 .text .title,
  .boyamic .type3 .type3-box .type-item4 .text .title {
    font-size: 12px;
    margin-top: 2px;
  }
}
.boyamic .type3 .type3-box .type-item1 {
  width: calc(308 / 1280 * 100%);
}
@media screen and (max-width: 1024px) {
  .boyamic .type3 .type3-box .type-item1 {
    order: 1;
  }
}
.boyamic .type3 .type3-box .type-item2 {
  width: calc(308 / 1280 * 100%);
}
@media screen and (max-width: 1024px) {
  .boyamic .type3 .type3-box .type-item2 {
    order: 2;
  }
}
.boyamic .type3 .type3-box .type-item3 {
  width: calc(308 / 1280 * 100%);
}
@media screen and (max-width: 1024px) {
  .boyamic .type3 .type3-box .type-item3 {
    order: 3;
  }
}
.boyamic .type3 .type3-box .type-item3 .text {
  color: #fff;
}
.boyamic .type3 .type3-box .type-item4 {
  width: calc(308 / 1280 * 100%);
}
@media screen and (max-width: 1024px) {
  .boyamic .type3 .type3-box .type-item4 {
    order: 4;
  }
}
.boyamic .type3 .type3-box .type-item4 .text {
  color: #fff;
}
.boyamic .type3 .type3-box .type-item5 {
  width: calc(389 / 1280 * 100%);
}
@media screen and (max-width: 1024px) {
  .boyamic .type3 .type3-box .type-item5 {
    order: 5;
  }
}
.boyamic .type3 .type3-box .type-item5 .text {
  top: 16px;
  bottom: auto;
}
.boyamic .type3 .type3-box .type-item6 {
  width: calc(389 / 1280 * 100%);
  position: absolute;
  left: 0;
  bottom: calc(118 / 775 * 100%);
}
@media screen and (max-width: 1024px) {
  .boyamic .type3 .type3-box .type-item6 {
    position: absolute !important;
    bottom: calc(240 / 1168 * 100%);
    margin-bottom: 12px !important;
    order: 7;
  }
}
.boyamic .type3 .type3-box .type-item6 .text {
  color: var(--dominant-color);
}
.boyamic .type3 .type3-box .type-item7 {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(389 / 1280 * 100%);
}
@media screen and (max-width: 1024px) {
  .boyamic .type3 .type3-box .type-item7 {
    position: absolute !important;
    bottom: calc(240 / 1168 * 100%);
    margin-bottom: 12px !important;
    right: 0;
    left: auto;
    order: 9;
  }
}
.boyamic .type3 .type3-box .type-item7 .text {
  color: #fff;
  bottom: 12px;
  top: auto;
}
.boyamic .type3 .type3-box .type-item8 {
  width: calc(470 / 1280 * 100%);
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .boyamic .type3 .type3-box .type-item8 {
    order: 6;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type3 .type3-box .type-item8 {
    display: none;
  }
}
.boyamic .type3 .type3-box .type-item8 .text {
  top: 32px;
  bottom: auto;
}
@media screen and (max-width: 1024px) {
  .boyamic .type3 .type3-box .type-item8 .text {
    top: 12px;
  }
}
.boyamic .type3 .type3-box .type-item8 .text .title {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type3 .type3-box .type-item8 .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type3 .type3-box .type-item8 .text .title {
    font-size: 14px;
  }
}
.boyamic .type3 .type3-box .type-item9 {
  width: calc(389 / 1280 * 100%);
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .boyamic .type3 .type3-box .type-item9 {
    order: 6;
  }
}
.boyamic .type3 .type3-box .type-item9 .text {
  color: #fff;
}
.boyamic .type3 .type3-box .type-item10 {
  width: calc(186 / 1280 * 100%);
  right: calc(202 / 1280 * 100%);
  bottom: calc(118 / 775 * 100%);
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .boyamic .type3 .type3-box .type-item10 {
    order: 10;
    position: inherit;
    right: auto;
    bottom: auto;
  }
}
.boyamic .type3 .type3-box .type-item10 .text {
  color: #fff;
}
.boyamic .type3 .type3-box .type-item11 {
  position: absolute;
  width: calc(186 / 1280 * 100%);
  right: 0;
  bottom: calc(118 / 775 * 100%);
}
@media screen and (max-width: 1024px) {
  .boyamic .type3 .type3-box .type-item11 {
    order: 11;
    position: inherit;
    right: auto;
    bottom: auto;
  }
}
.boyamic .type3 .type3-box .type-item12 {
  position: absolute;
  width: calc(186 / 1280 * 100%);
  bottom: 0;
  right: calc(202 / 1280 * 100%);
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .boyamic .type3 .type3-box .type-item12 {
    order: 12;
    position: inherit;
    bottom: auto;
    right: auto;
  }
}
.boyamic .type3 .type3-box .type-item13 {
  position: absolute;
  width: calc(186 / 1280 * 100%);
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .boyamic .type3 .type3-box .type-item13 {
    order: 13;
    position: inherit;
    bottom: auto;
    right: auto;
  }
}
.boyamic .type3 .type3-box .type-item13 .text {
  bottom: 16px;
  top: auto;
}
@media screen and (max-width: 1024px) {
  .boyamic .type3 .type3-box .type-item13 .text {
    bottom: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .boyamic .type3 .type3-box .type-item1,
  .boyamic .type3 .type3-box .type-item2,
  .boyamic .type3 .type3-box .type-item3,
  .boyamic .type3 .type3-box .type-item4,
  .boyamic .type3 .type3-box .type-item10,
  .boyamic .type3 .type3-box .type-item11,
  .boyamic .type3 .type3-box .type-item12,
  .boyamic .type3 .type3-box .type-item13 {
    width: calc((100% - 36px) / 4) !important;
  }
  .boyamic .type3 .type3-box .type-item5,
  .boyamic .type3 .type3-box .type-item6,
  .boyamic .type3 .type3-box .type-item7,
  .boyamic .type3 .type3-box .type-item9 {
    width: calc(206 / 688 * 100%);
  }
  .boyamic .type3 .type3-box .type-item8 {
    width: calc(252 / 688 * 100%);
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type3 .type3-box .type-item1,
  .boyamic .type3 .type3-box .type-item2,
  .boyamic .type3 .type3-box .type-item3,
  .boyamic .type3 .type3-box .type-item4,
  .boyamic .type3 .type3-box .type-item10,
  .boyamic .type3 .type3-box .type-item11,
  .boyamic .type3 .type3-box .type-item12,
  .boyamic .type3 .type3-box .type-item13 {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  .boyamic .type3 .type3-box .type-item5,
  .boyamic .type3 .type3-box .type-item6,
  .boyamic .type3 .type3-box .type-item7,
  .boyamic .type3 .type3-box .type-item9 {
    width: calc(206 / 688 * 100%);
    position: relative !important;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 0 !important;
  }
  .boyamic .type3 .type3-box .type-item8 {
    width: calc(252 / 688 * 100%);
    margin-bottom: 0 !important;
  }
}
.boyamic .type4 {
  overflow: hidden;
  position: relative;
  padding: 128px 0 180px;
  color: #000;
  background: linear-gradient(180deg, #FFFFFF 0%, #D6EEFF 25%, #B1DFFF 58.12%, #CBE9FF 82.66%, #FFFFFF 100%);
}
@media screen and (max-width: 1024px) {
  .boyamic .type4 {
    padding: 80px 0 100px;
  }
}
.boyamic .type4 .type4-bg {
  position: absolute;
  top: 0;
  left: -15%;
  bottom: 0;
  margin: auto;
  z-index: 0;
  height: 350px;
  width: 130%;
  filter: blur(200px);
}
.boyamic .type4 .type4-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.boyamic .type4 .page-summary {
  color: rgba(255, 255, 255, 0.6);
}
.boyamic .type4 .page-summary span {
  color: #fff;
}
.boyamic .type4 .top {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .boyamic .type4 .top {
    padding: 0;
  }
}
.boyamic .type4 .top .top-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  gap: 48px;
}
@media screen and (max-width: 750px) {
  .boyamic .type4 .top .top-box {
    flex-direction: column;
  }
}
.boyamic .type4 .top .top-box .left {
  position: relative;
  z-index: 2;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .boyamic .type4 .top .top-box .left {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .boyamic .type4 .top .top-box .left .page-sup {
    margin-left: auto;
    margin-right: auto;
  }
}
.boyamic .type4 .top .top-box .left .page-title {
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type4 .top .top-box .left .page-title {
    text-align: center;
  }
}
.boyamic .type4 .top .top-box .left .page-summary {
  color: #000;
}
@media screen and (max-width: 1024px) {
  .boyamic .type4 .top .top-box .left .page-summary {
    text-align: center;
  }
}
.boyamic .type4 .top .top-box .left span {
  color: #fff;
}
.boyamic .type4 .top .top-box .left .number {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type4 .top .top-box .left .number {
    text-align: center;
    max-width: 200px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type4 .top .top-box .left .number {
    padding-left: 40px;
    padding-right: 40px;
    gap: 24px;
    max-width: 100%;
  }
}
.boyamic .type4 .top .top-box .left .number .num {
  font-size: 40px;
  font-family: Inter-SemiBold;
  line-height: 1;
  margin-top: 4px;
  margin-bottom: 8px;
  width: fit-content;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .boyamic .type4 .top .top-box .left .number .num {
    font-size: 32px;
  }
}
.boyamic .type4 .top .top-box .left .number .summary {
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .boyamic .type4 .top .top-box .left .number .summary {
    font-size: 14px;
    text-align: left;
  }
}
.boyamic .type4 .top .top-box .left .number .line {
  height: 4px;
  width: 0;
  margin-bottom: 16px;
  transition: all 1s;
  background: linear-gradient(90deg, #0075FF 0%, #94C4FB 99.42%);
}
.boyamic .type4 .top .top-box .left .number .line.active {
  width: 240px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type4 .top .top-box .left .number .line.active {
    width: 200px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type4 .top .top-box .left .number .line.active {
    width: 100%;
  }
}
.boyamic .type4 .top .top-box .left .mid-img {
  display: none;
}
@media screen and (max-width: 750px) {
  .boyamic .type4 .top .top-box .left .mid-img {
    display: block;
  }
}
.boyamic .type4 .top .top-box .right {
  position: absolute;
  right: 0;
  width: 36.458vw;
  max-width: 700px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type4 .top .top-box .right {
    width: 69.01vw;
    max-width: 530px;
    bottom: -20%;
    right: -10vw;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type4 .top .top-box .right {
    display: none;
  }
}
.boyamic .type4 .mid {
  position: relative;
  z-index: 2;
  margin-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .boyamic .type4 .mid {
    margin-top: 100px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type4 .mid {
    margin-top: 78px;
  }
}
.boyamic .type4 .mid .text-box {
  max-width: 840px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type4 .mid .text-box {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.boyamic .type4 .mid .text-box .page-summary {
  color: #888;
}
@media screen and (max-width: 1024px) {
  .boyamic .type4 .mid .text-box .page-summary {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type4 .mid .text-box .page-summary {
    font-size: 16px;
  }
}
.boyamic .type4 .mid .text-box .page-summary span {
  color: #000;
}
@media screen and (max-width: 1024px) {
  .boyamic .type4 .mid .text-box .mid-text1 {
    text-align: center;
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type4 .mid .text-box .mid-text1 {
    text-align: left;
  }
}
.boyamic .type4 .mid .mid-text1 {
  margin-top: 174px;
  margin-bottom: 32px;
  text-align: center;
  color: #000;
  font-family: "Inter-Medium";
}
@media screen and (max-width: 1024px) {
  .boyamic .type4 .mid .mid-text1 {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .boyamic .type4 .mid .mid-text1 {
    text-align: center;
    padding: 0;
  }
}
.boyamic .type4 .mid .mid-box {
  max-width: 840px;
  border-radius: 24px;
  padding: 80px 0px 40px;
  position: relative;
  overflow: hidden;
  padding-top: 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 1024px) {
  .boyamic .type4 .mid .mid-box {
    padding: 60px 16px 40px;
    max-width: 640px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type4 .mid .mid-box {
    max-width: calc(100% - 32px);
    padding: 104px 6px 32px;
    padding-bottom: 100px !important;
    background: #fff;
  }
}
.boyamic .type4 .mid .mid-box::before {
  position: absolute;
  width: 744.187px;
  height: 274.224px;
  transform: rotate(21.221deg);
  flex-shrink: 0;
  border-radius: 744.187px;
  background: #002E36;
  filter: blur(80px);
  bottom: -40%;
  right: -55%;
  z-index: 2;
}
.boyamic .type4 .mid .mid-box::after {
  position: absolute;
  width: 970.989px;
  height: 362.124px;
  transform: rotate(21.221deg);
  flex-shrink: 0;
  border-radius: 970.989px;
  background: #022249;
  filter: blur(60px);
  top: -60%;
  left: -80%;
  z-index: 2;
}
.boyamic .type4 .mid .mid-box .type4-video-box {
  position: relative;
}
@media screen and (max-width: 750px) {
  .boyamic .type4 .mid .mid-box .type4-video-box {
    transform: scale(1.01);
  }
}
.boyamic .type4 .mid .mid-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  display: none;
}
.boyamic .type4 .mid .mid-box video.active {
  display: block;
}
.boyamic .type4 .mid .mid-box .button {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  width: fit-content;
  position: relative;
  z-index: 3;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .boyamic .type4 .mid .mid-box .button {
    bottom: 20px;
  }
}
.boyamic .type4 .mid .mid-box .button .item {
  cursor: pointer;
  margin: 0 16px;
  border-radius: 24px;
  height: 48px;
  line-height: 48px;
  color: #666;
  transition: all 0.5s;
  min-width: 64px;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .boyamic .type4 .mid .mid-box .button .item {
    margin: 0 8px;
    min-width: 48px;
    font-size: 12px;
  }
}
.boyamic .type4 .mid .mid-box .button .item.active {
  color: #000;
}
.boyamic .type4 .mid .mid-box .button .item-bg {
  background: #fff;
  border-radius: 24px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.boyamic .type4 .mid .mid-box .muted {
  position: absolute;
  right: 26px;
  bottom: 50px;
  cursor: pointer;
  z-index: 3;
  filter: brightness(0);
}
@media screen and (max-width: 1024px) {
  .boyamic .type4 .mid .mid-box .muted {
    display: none;
  }
}
.boyamic .type4 .mid .mid-box .muted .mute_on {
  display: none;
}
.boyamic .type4 .mid .mid-box .muted.active .mute_on {
  display: block;
}
.boyamic .type4 .mid .mid-box .muted.active .mute {
  display: none;
}
.boyamic .type4 .mid .mid-text2 {
  margin-top: 48px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: Inter-SemiBold;
  display: flex;
  justify-content: center;
}
.boyamic .type4 .bottom {
  position: relative;
  z-index: 2;
  margin-top: 290px;
  margin-top: 190px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .boyamic .type4 .bottom {
    margin-top: 147px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type4 .bottom {
    margin-top: 211px;
    margin-top: 111px;
  }
}
.boyamic .type4 .bottom .page-title {
  color: #000;
  font-size: 40px;
  margin-bottom: 12px;
}
@media screen and (max-width: 750px) {
  .boyamic .type4 .bottom .page-title {
    font-size: 28px;
    text-align: left;
  }
}
.boyamic .type4 .bottom .page-summary {
  color: #000;
}
@media screen and (max-width: 1024px) {
  .boyamic .type4 .bottom .page-summary {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type4 .bottom .page-summary {
    text-align: left;
  }
}
.boyamic .type4 .bottom .bottom-box {
  margin-top: 64px;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .boyamic .type4 .bottom .bottom-box {
    margin-top: 48px;
    gap: 12px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type4 .bottom .bottom-box {
    display: flex;
    overflow: auto;
  }
}
.boyamic .type4 .bottom .bottom-box .item {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  display: flex;
  padding: 40px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
  text-align: left;
  transition: all 0.5s;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .boyamic .type4 .bottom .bottom-box .item {
    border-radius: 16px;
    padding: 40px 24px 64px 24px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type4 .bottom .bottom-box .item {
    flex-shrink: 0;
    flex-basis: 280px;
  }
}
.boyamic .type4 .bottom .bottom-box .item .text1 .sup {
  font-size: 16px;
  transition: all 0.5s;
}
.boyamic .type4 .bottom .bottom-box .item .text1 .title {
  font-size: 32px;
  font-family: Inter-SemiBold;
  margin-top: 8px;
  transition: all 0.5s;
  width: fit-content;
}
.boyamic .type4 .bottom .bottom-box .item .text1 .summary {
  margin-top: 8px;
  font-size: 16px;
  width: fit-content;
}
.boyamic .type4 .bottom .bottom-box .item .img {
  margin-top: 24px;
  margin-bottom: 24px;
}
.boyamic .type4 .bottom .bottom-box .item .text2 {
  color: #000;
}
.boyamic .type4 .bottom .bottom-box .item .text2 .title {
  font-size: 20px;
  font-family: Inter-SemiBold;
}
.boyamic .type4 .bottom .bottom-box .item .text2 .list {
  margin-top: 16px;
}
.boyamic .type4 .bottom .bottom-box .item .text2 .list .key {
  font-size: 16px;
  font-family: Inter-SemiBold;
}
.boyamic .type4 .bottom .bottom-box .item .text2 .list .value {
  font-size: 16px;
  margin-top: 8px;
  color: #666;
}
.boyamic .type4 .bottom .bottom-box .item:nth-child(1) {
  background: rgba(255, 255, 255, 0.9);
}
.boyamic .type4 .bottom .bottom-box .item:nth-child(1) .text1 .sub {
  color: #000;
}
.boyamic .type4 .bottom .bottom-box .item:nth-child(1) .text1 .title,
.boyamic .type4 .bottom .bottom-box .item:nth-child(1) .text1 .summary {
  color: var(--dominant-color);
}
.boyamic .type4 .bottom .bottom-box .item:nth-child(1) .text2 .title {
  color: var(--dominant-color);
}
.boyamic .type4 .bottom .bottom-box .item:nth-child(1) .text2 .list .key {
  color: #000;
}
.boyamic .type4 .bottom .bottom-box .item:nth-child(1) .text2 .list .value {
  color: #666;
}
.boyamic .type4 .bottom .page-tip {
  margin-top: 80px;
  display: none;
}
.boyamic .type5 {
  overflow: hidden;
  padding: 90px 0 80px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type5 {
    padding: 80px 0 64px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type5 {
    padding: 64px 0 0;
  }
}
.boyamic .type5 .type5-box {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .boyamic .type5 .type5-box {
    max-width: 100%;
  }
}
.boyamic .type5 .type5-box .page-sup {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .boyamic .type5 .type5-box .page-summary {
    text-align: center;
  }
}
.boyamic .type5 .type5-box .bottom {
  margin-top: 80px;
  margin-bottom: 80px;
  max-width: 1360px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .boyamic .type5 .type5-box .bottom {
    margin-top: 60px;
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type5 .type5-box .bottom {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.boyamic .type5 .type5-box .bottom .img1 {
  filter: blur(6px);
}
@media screen and (max-width: 750px) {
  .boyamic .type5 .type5-box .bottom .img1 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.boyamic .type5 .type5-box .bottom .img2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  transform: scale(0.8);
}
@media screen and (max-width: 750px) {
  .boyamic .type5 .type5-box .bottom .img2 {
    width: 60%;
    position: relative;
  }
}
.boyamic .type5 .type5-box .bottom.active .img1 {
  animation: blur-animation 1s linear forwards;
}
.boyamic .type5 .type5-box .bottom.active .img2 {
  animation: scale-animation 1s linear forwards;
}
.boyamic .type6 {
  overflow: hidden;
  padding: 96px 0 80px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type6 {
    padding: 80px 0 64px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type6 {
    padding-bottom: 90px;
  }
}
.boyamic .type6 .type6-box .bottom {
  text-align: center;
  width: fit-content;
  margin: 80px auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .boyamic .type6 .type6-box .bottom {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}
.boyamic .type6 .type6-box .bottom .img1 {
  width: 42.708vw;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .boyamic .type6 .type6-box .bottom .img1 {
    width: 72.92vw;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type6 .type6-box .bottom .img1 {
    width: 100%;
  }
}
.boyamic .type6 .type6-box .bottom .img2 {
  position: absolute;
  right: 0;
  bottom: -4%;
  width: 10.78125vw;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .boyamic .type6 .type6-box .bottom .img2 {
    width: 16.796875vw;
    right: 2%;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type6 .type6-box .bottom .img2 {
    width: 26.41vw;
    right: 11%;
    bottom: 6%;
  }
}
.boyamic .type6 .type6-box .bottom .img3 {
  position: absolute;
  top: 1.302vw;
  left: 7.03125vw;
  width: 32.8125vw;
}
@media screen and (max-width: 1024px) {
  .boyamic .type6 .type6-box .bottom .img3 {
    width: 55.6vw;
    top: 1.953125vw;
    left: 12.85vw;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type6 .type6-box .bottom .img3 {
    width: 90%;
    left: -19%;
    top: 13%;
  }
}
.boyamic .type6 .type6-box .text-box {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .boyamic .type6 .type6-box .text-box .page-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type6 .type6-box .text-box .page-title {
    font-size: 30px;
  }
}
.boyamic .type7 {
  overflow: hidden;
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .boyamic .type7 {
    padding: 64px 0;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type7 {
    padding: 56px 0;
  }
}
.boyamic .type7 .type7-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.boyamic .type7 .type7-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.boyamic .type7 .type7-bg.active {
  opacity: 1;
}
.boyamic .type7 .type7-box {
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .boyamic .type7 .type7-box {
    gap: 48px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type7 .type7-box {
    flex-direction: column-reverse;
    gap: 64px;
  }
}
.boyamic .type7 .type7-box .left {
  flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .boyamic .type7 .type7-box .left {
    flex: 0 0 320px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type7 .type7-box .left {
    flex: none;
  }
}
.boyamic .type7 .type7-box .left .video {
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.boyamic .type7 .type7-box .left .video video {
  display: block;
}
.boyamic .type7 .type7-box .left .video .play-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transition: all 0.5s;
  width: 64px;
  height: 64px;
}
.boyamic .type7 .type7-box .left .video .play-icon .pause {
  display: none;
}
.boyamic .type7 .type7-box .left .video .play-icon.active .play {
  display: none;
}
.boyamic .type7 .type7-box .left .video .play-icon.active .pause {
  display: block;
}
.boyamic .type7 .type7-box .left .video:hover .play-icon {
  opacity: 1;
}
.boyamic .type7 .type7-box .left .video.active .play-icon {
  opacity: 0;
}
.boyamic .type7 .type7-box .left .video.active .play-icon .play {
  display: none;
}
.boyamic .type7 .type7-box .left .video.active .play-icon .pause {
  display: block;
}
.boyamic .type7 .type7-box .left .video.active:hover .play-icon {
  opacity: 1;
}
.boyamic .type7 .type7-box .left .button {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  width: fit-content;
}
.boyamic .type7 .type7-box .left .button .item {
  cursor: pointer;
  margin: 0 16px;
  border-radius: 24px;
  height: 48px;
  line-height: 48px;
  color: #666;
  transition: all 0.5s;
  min-width: 64px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.boyamic .type7 .type7-box .left .button .item.active {
  color: #000;
}
.boyamic .type7 .type7-box .left .button .item-bg {
  background: #fff;
  border-radius: 24px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.boyamic .type7 .type7-box .right {
  flex-basis: 480px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type7 .type7-box .right {
    flex: 1;
  }
}
.boyamic .type7 .type7-box .right .type7-zhanwei {
  height: 88px;
}
@media screen and (max-width: 750px) {
  .boyamic .type7 .type7-box .right .type7-zhanwei {
    display: none;
  }
}
.boyamic .type8 {
  overflow: hidden;
  padding: 80px 0 140px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type8 {
    padding-bottom: 112px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type8 {
    padding-bottom: 55px;
  }
}
.boyamic .type8 .type8-box {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .boyamic .type8 .type8-box {
    text-align: left;
  }
}
.boyamic .type8 .type8-box .page-sup {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .boyamic .type8 .type8-box .page-sup {
    margin-left: 0;
  }
}
.boyamic .type8 .type8-box .page-title {
  font-size: 40px;
}
@media screen and (max-width: 750px) {
  .boyamic .type8 .type8-box .page-title {
    font-size: 28px;
  }
}
.boyamic .type8 .type8-box .page-summary {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .boyamic .type8 .type8-box .page-summary {
    text-align: left;
  }
}
.boyamic .type8 .type8-box .bottom {
  margin-top: 64px;
  margin-bottom: 30px;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .boyamic .type8 .type8-box .bottom {
    margin-top: 48px;
  }
}
.boyamic .type9 {
  padding: 160px 0 80px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F6F6F6 100%);
  position: relative;
  overflow: hidden;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .boyamic .type9 {
    padding: 56px 0 64px;
  }
}
.boyamic .type9 video {
  display: block;
  width: 100%;
}
.boyamic .type9 .video video {
  display: block;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .boyamic .type9 .video .video1 {
    display: none;
  }
}
.boyamic .type9 .video .video2 {
  display: none;
}
@media screen and (max-width: 750px) {
  .boyamic .type9 .video .video2 {
    display: block;
  }
}
.boyamic .type9 .type9-box {
  display: flex;
  justify-content: space-between;
  z-index: 3;
  gap: 48px;
}
@media screen and (max-width: 750px) {
  .boyamic .type9 .type9-box {
    flex-direction: column;
  }
}
.boyamic .type9 .type9-box .page-sup {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .boyamic .type9 .type9-box .page-sup {
    margin-left: 0;
  }
}
.boyamic .type9 .type9-box .left {
  max-width: 520px;
  flex-basis: 50%;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .boyamic .type9 .type9-box .left {
    max-width: 100%;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type9 .type9-box .left {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .boyamic .type9 .type9-box .left .text-box {
    max-width: 45%;
    transform: translateY(10%);
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type9 .type9-box .left .text-box {
    max-width: 100%;
    transform: translateY(0%);
  }
}
.boyamic .type9 .type9-box .left .mid-img {
  display: none;
}
@media screen and (max-width: 1024px) {
  .boyamic .type9 .type9-box .left .mid-img {
    flex-basis: 50%;
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type9 .type9-box .left .mid-img {
    flex-basis: 100%;
    display: block;
  }
}
.boyamic .type9 .type9-box .left .page-sup {
  margin-left: 0;
}
.boyamic .type9 .type9-box .left .page-title {
  color: #000;
}
.boyamic .type9 .type9-box .left span {
  color: #000;
}
.boyamic .type9 .type9-box .left .number {
  margin-top: 56px;
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type9 .type9-box .left .number {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type9 .type9-box .left .number {
    flex-direction: column;
  }
}
.boyamic .type9 .type9-box .left .number .num {
  font-size: 40px;
  font-family: Inter-SemiBold;
  line-height: 1;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .boyamic .type9 .type9-box .left .number .num {
    font-size: 32px;
  }
}
.boyamic .type9 .type9-box .left .number .summary {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.2;
  color: #888;
}
@media screen and (max-width: 1024px) {
  .boyamic .type9 .type9-box .left .number .summary {
    font-size: 14px;
  }
}
.boyamic .type9 .type9-box .left .number .line {
  margin-top: 32px;
  height: 4px;
  border-radius: 5px;
  transition: all 1s;
  width: 0;
}
.boyamic .type9 .type9-box .left .number .item {
  min-width: 230px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type9 .type9-box .left .number .item {
    width: 100%;
  }
}
.boyamic .type9 .type9-box .left .number .item1 .num {
  color: #000;
}
.boyamic .type9 .type9-box .left .number .item1 .line {
  background: var(--dominant-color);
}
.boyamic .type9 .type9-box .left .number .item1 .line.active {
  width: 230px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type9 .type9-box .left .number .item1 .line.active {
    width: 100%;
  }
}
.boyamic .type9 .type9-box .left .number .item2 .num {
  color: #000;
}
.boyamic .type9 .type9-box .left .number .item2 .line {
  background: var(--dominant-color);
}
.boyamic .type9 .type9-box .left .number .item2 .line.active {
  width: 230px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type9 .type9-box .left .number .item2 .line.active {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type9 .type9-box .left .number .item2 .line.active {
    width: 320px;
  }
}
.boyamic .type9 .type9-box .right {
  width: 50%;
  max-width: 880px;
  margin-top: 120px;
  position: absolute;
  bottom: 0;
  right: 5%;
}
@media screen and (max-width: 1024px) {
  .boyamic .type9 .type9-box .right {
    display: none;
  }
}
.boyamic .type9 .page-tip {
  margin-top: 200px;
  color: #888;
  margin-bottom: 72px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type9 .page-tip {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type9 .page-tip {
    margin-top: 40px;
  }
}
.boyamic .type10 {
  overflow: hidden;
  padding: 96px 0 130px;
  background: url('../../images/boyamic/type10-bg.jpg') no-repeat bottom -48px center / contain;
}
@media screen and (max-width: 1024px) {
  .boyamic .type10 {
    padding: 56px 0 96px;
    background: url('../../images/boyamic/type10-bgx.webp') no-repeat bottom -48px center / contain;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type10 {
    padding-bottom: 64px;
    background: url('../../images/boyamic/type10-bgxx.webp') no-repeat bottom -48px center / contain;
  }
}
.boyamic .type10 .type10-box {
  text-align: center;
}
.boyamic .type10 .type10-box .text-box {
  position: relative;
  z-index: 2;
}
.boyamic .type10 .type10-box .text-box .page-title {
  margin-bottom: 0;
}
.boyamic .type10 .type10-box .bottom {
  max-width: 800px;
  z-index: 0;
  position: relative;
  margin-top: 80px;
  overflow: hidden;
}
.boyamic .type10 .type10-box .bottom .bottom-video {
  position: relative;
  overflow: hidden;
}
.boyamic .type10 .type10-box .bottom img {
  width: 100%;
}
.boyamic .type10 .type10-box .bottom video {
  display: block;
  width: 100%;
  opacity: 0;
  transform: scale(1.01);
}
.boyamic .type10 .type10-box .bottom video.active {
  opacity: 1;
}
.boyamic .type10 .type10-box .bottom video:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
}
.boyamic .type10 .type10-box .button {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  margin-top: 60px;
}
.boyamic .type10 .type10-box .button .item {
  padding: 0 24px;
  height: 48px;
  line-height: 45px;
  border-radius: 24px;
  background: #F6F6F6;
  border: 2px solid transparent;
  color: #999;
  cursor: pointer;
  position: relative;
  min-width: 155px;
}
.boyamic .type10 .type10-box .button .item svg {
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: 48px;
}
.boyamic .type10 .type10-box .button .item.active {
  border-color: rgba(0, 117, 255, 0.3);
  background: #fff;
  color: #0075FF;
}
.boyamic .type10 .type10-box .page-sup {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .boyamic .type10 .type10-box .page-sup {
    margin-left: auto;
    margin-right: auto;
  }
}
.boyamic .type10 .type10-box .page-summary {
  text-align: center;
}
.boyamic .type11 {
  overflow: hidden;
  padding: 80px 0 140px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type11 {
    padding-bottom: 112px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type11 {
    padding-bottom: 55px;
  }
}
.boyamic .type11 .type11-box {
  text-align: center;
}
.boyamic .type11 .type11-box .page-sup {
  margin-left: auto;
  margin-right: auto;
}
.boyamic .type11 .type11-box .page-title br {
  display: none;
}
@media screen and (max-width: 750px) {
  .boyamic .type11 .type11-box .page-title br {
    display: block;
  }
}
.boyamic .type11 .type11-box .page-summary {
  text-align: center;
}
.boyamic .type11 .type11-box .bottom {
  margin-top: 64px;
  margin-bottom: 30px;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .boyamic .type11 .type11-box .bottom {
    margin-top: 48px;
  }
}
.boyamic .type12 {
  overflow: hidden;
  padding: 48px 0 0;
}
@media screen and (max-width: 1024px) {
  .boyamic .type12 {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.boyamic .type12 .boya-title {
  font-size: 32px;
  line-height: 1.2;
  font-family: Inter-SemiBold;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type12 .boya-title {
    padding: 0 24px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type12 .boya-title {
    display: none;
  }
}
.boyamic .type12 .type12-box {
  grid-gap: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .boyamic .type12 .type12-box {
    flex-direction: column;
    padding: 0 24px 24px;
    grid-gap: 0;
  }
}
@media screen and (max-width: 1024px) {
  .boyamic .type12 .type12-box {
    padding: 0 16px 16px;
  }
}
.boyamic .type12 .type12-box .left {
  flex-basis: 41.5%;
  height: fit-content;
  color: #fff;
  position: relative;
}
.boyamic .type12 .type12-box .left .img {
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .boyamic .type12 .type12-box .left .img {
    border-radius: 16px 16px 0 0 ;
  }
}
.boyamic .type12 .type12-box .left .img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .boyamic .type12 .type12-box .left .img img.pc {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .boyamic .type12 .type12-box .left .img img.tablet {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type12 .type12-box .left .img img.tablet {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .boyamic .type12 .type12-box .left .text {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    justify-content: space-between;
  }
  .boyamic .type12 .type12-box .left .text .title,
  .boyamic .type12 .type12-box .left .text .summary {
    color: #fff;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type12 .type12-box .left .text {
    flex-direction: column;
    align-items: center;
    bottom: 40px;
  }
  .boyamic .type12 .type12-box .left .text .title,
  .boyamic .type12 .type12-box .left .text .summary {
    text-align: center;
  }
}
.boyamic .type12 .type12-box .left .title {
  font-size: 24px;
  font-family: Inter-Medium;
  margin-top: 34px;
  line-height: 1.2;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .boyamic .type12 .type12-box .left .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type12 .type12-box .left .title {
    font-size: 24px;
  }
}
.boyamic .type12 .type12-box .left .summary {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 12px;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .boyamic .type12 .type12-box .left .summary {
    font-size: 13px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type12 .type12-box .left .summary {
    margin-top: 4px;
  }
}
.boyamic .type12 .type12-box .left .button-box {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}
@media screen and (max-width: 750px) {
  .boyamic .type12 .type12-box .left .button-box {
    margin-top: 24px;
  }
}
.boyamic .type12 .type12-box .left .button-box .f-more {
  border-radius: 24px;
}
.boyamic .type12 .type12-box .right {
  border-radius: 24px;
  background: #EFEFEF;
  flex: 1;
  overflow: hidden;
  padding: 24px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type12 .type12-box .right {
    border-radius: 0 0 24px 24px;
    padding: 16px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type12 .type12-box .right {
    padding-left: 0;
    padding-right: 0;
    padding-top: 16px;
    border-radius: 0 0 16px 16px;
  }
}
.boyamic .type12 .type12-box .right .title {
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type12 .type12-box .right .title {
    display: none;
  }
}
.boyamic .type12 .type12-box .right .tabs {
  color: #666;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .boyamic .type12 .type12-box .right .tabs {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type12 .type12-box .right .tabs {
    padding-left: 0;
    padding-right: 0;
  }
}
.boyamic .type12 .type12-box .right .tabs .items {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .boyamic .type12 .type12-box .right .tabs .items {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type12 .type12-box .right .tabs .items {
    padding-left: 0;
    padding-right: 0;
    grid-gap: 0;
  }
  .boyamic .type12 .type12-box .right .tabs .items::after {
    content: '1';
    opacity: 0;
  }
}
.boyamic .type12 .type12-box .right .tabs .item {
  padding-bottom: 20px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-family: Inter-Medium;
  margin-right: 34px;
  display: flex;
  align-items: center;
  color: #000;
}
@media screen and (max-width: 750px) {
  .boyamic .type12 .type12-box .right .tabs .item {
    width: 50%;
    margin-right: 0;
    justify-content: center;
  }
}
.boyamic .type12 .type12-box .right .tabs .item span {
  font-size: 12px;
  font-family: Inter-Regular;
}
.boyamic .type12 .type12-box .right .tabs .item .color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 8px;
}
.boyamic .type12 .type12-box .right .tabs .item .color.color1 {
  background: linear-gradient(180deg, #666 0%, #333 100%);
}
.boyamic .type12 .type12-box .right .tabs .item .color.color2 {
  background: linear-gradient(180deg, #F6F6F6 0%, #D9D9D9 100%);
}
.boyamic .type12 .type12-box .right .tabs::after {
  height: 1px;
  width: 1000%;
  position: absolute;
  bottom: 0;
  left: -500%;
  background: #666;
}
.boyamic .type12 .type12-box .right .line {
  height: 1px;
  width: 100%;
  background: #d9d9d9;
  transform: translateY(-1px);
}
@media screen and (max-width: 1024px) {
  .boyamic .type12 .type12-box .right .line {
    display: none;
  }
}
.boyamic .type12 .type12-box .right .tabs-mid {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type12 .type12-box .right .tabs-mid {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type12 .type12-box .right .tabs-mid {
    padding-left: 8px;
    padding-right: 8px;
    overflow: auto;
    justify-content: flex-start;
    padding-bottom: 16px;
  }
}
.boyamic .type12 .type12-box .right .tabs-mid .item {
  padding: 10px 12px;
  color: #666;
  border-radius: 16px;
  transition: all 0.5s;
  font-size: 12px;
  line-height: 1.2;
  cursor: pointer;
  min-width: 48px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .boyamic .type12 .type12-box .right .tabs-mid .item {
    flex-shrink: 0;
  }
}
.boyamic .type12 .type12-box .right .tabs-mid .item.active {
  color: #fff;
  background: #0075FF;
  box-shadow: 0 4px 8px 0 rgba(0, 117, 255, 0.25);
}
.boyamic .type12 .type12-box .right .tabs-change {
  padding: 16px 0 0;
}
@media screen and (max-width: 1024px) {
  .boyamic .type12 .type12-box .right .tabs-change {
    padding-top: 24px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type12 .type12-box .right .tabs-change {
    padding: 0 12px 12px;
  }
}
.boyamic .type12 .type12-box .right .tabs-change .item {
  display: none;
}
.boyamic .type12 .type12-box .right .tabs-change .item.active {
  display: block;
}
.boyamic .type12 .type12-box .right .tabs-change .item .i-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type12 .type12-box .right .tabs-change .item .i-box {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type12 .type12-box .right .tabs-change .item .i-box {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
  }
}
.boyamic .type12 .type12-box .right .tabs-change .item .i-item {
  border-radius: 16px;
  position: relative;
  background: #fff;
  padding: 24px 12px 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .boyamic .type12 .type12-box .right .tabs-change .item .i-item {
    padding-top: 42px;
    padding-left: 0;
    padding-right: 0;
  }
}
.boyamic .type12 .type12-box .right .tabs-change .item .i-item .text {
  color: #000;
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  font-size: 12px;
  z-index: 2;
}
.boyamic .type12 .type12-box .right .tabs-change .item .i-item:nth-child(n + 10) {
  display: none;
}
@media screen and (max-width: 1024px) {
  .boyamic .type12 .type12-box .right .tabs-change .item .i-item:nth-child(n + 9) {
    display: none;
  }
}
.boyamic .type12 .type12-box .right .tabs-change .item .i-item.active {
  display: block !important;
}
.boyamic .type12 .type12-box .right .tabs-change .item .show-click {
  margin-top: 20px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .boyamic .type12 .type12-box .right .tabs-change .item .show-click {
    font-size: 14px;
  }
}
.boyamic .type12 .type12-box .right .tabs-change .item .show-click span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #0075FF;
}
.boyamic .type12 .type12-box .right .tabs-change .item .show-click span svg {
  transform: translateY(-1px);
}
.boyamic .type12 .type12-box .right .tabs-change .item .show-click span:nth-child(2) {
  display: none;
}
.boyamic .type12 .type12-box .right .tabs-change .item .show-click.active span:nth-child(1) {
  display: none;
}
.boyamic .type12 .type12-box .right .tabs-change .item .show-click.active span:nth-child(2) {
  display: flex;
}
.boyamic .type13 {
  padding: 40px 0 120px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type13 {
    padding: 40px 0 90px;
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type13 {
    padding: 50px 0;
  }
}
.boyamic .type13 .text-box {
  text-align: center;
}
.boyamic .type13 .text-box .page-sup {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .boyamic .type13 .text-box .page-summary {
    text-align: center;
  }
}
.boyamic .type13 .type13-box {
  margin-top: 64px;
  display: flex;
  grid-gap: 16px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type13 .type13-box {
    grid-gap: 12px;
    flex-wrap: wrap;
  }
}
.boyamic .type13 .type13-box .type-item {
  flex-basis: calc((100% - 48px) / 4);
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type13 .type13-box .type-item {
    flex-basis: calc((100% - 12px) / 2);
  }
}
@media screen and (max-width: 750px) {
  .boyamic .type13 .type13-box .type-item {
    flex-basis: 100%;
  }
}
.boyamic .type13 .type13-box .type-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 400px;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
}
.boyamic .type13 .type13-box .type-item:nth-child(1)::after {
  background: linear-gradient(180deg, #2E8CFF 0%, #94C5FF 39.66%, rgba(255, 255, 255, 0) 88.12%);
}
.boyamic .type13 .type13-box .type-item:nth-child(2)::after {
  background: linear-gradient(180deg, #2AE1BA 37.5%, rgba(42, 225, 186, 0) 100%);
}
.boyamic .type13 .type13-box .type-item:nth-child(3)::after {
  background: linear-gradient(180deg, #FFA527 37.5%, rgba(255, 165, 39, 0) 100%);
}
.boyamic .type13 .type13-box .type-item:nth-child(4)::after {
  background: linear-gradient(180deg, #FFE160 37.5%, rgba(255, 225, 96, 0) 100%);
}
.boyamic .type13 .type13-box .type-item .imgBox {
  padding-bottom: 560px;
}
.boyamic .type13 .type13-box .type-item .imgBox img {
  transform: scale(1) !important;
}
.boyamic .type13 .type13-box .type-item .imgBox .img2 {
  opacity: 0;
  transition: all 0.5s;
}
.boyamic .type13 .type13-box .type-item .text {
  position: absolute;
  top: 32px;
  left: 16px;
  right: 16px;
  z-index: 2;
}
.boyamic .type13 .type13-box .type-item .text .sup {
  color: #000;
  font-size: 14px;
}
.boyamic .type13 .type13-box .type-item .text .title {
  font-size: 24px;
  line-height: 1.2;
  color: #000;
  font-family: Inter-Medium;
  max-width: 230px;
}
@media screen and (max-width: 1024px) {
  .boyamic .type13 .type13-box .type-item .text .title {
    font-size: 24px;
    max-width: 100%;
  }
}
.boyamic .type13 .type13-box .type-item .text .show {
  overflow: hidden;
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (max-width: 1024px) {
  .boyamic .type13 .type13-box .type-item .text .show {
    max-width: 100%;
  }
}
.boyamic .type13 .type13-box .type-item .text .summary {
  margin-top: 16px;
  font-size: 14px;
  color: #000;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .boyamic .type13 .type13-box .type-item .text .summary {
    font-size: 13px;
  }
}
.boyamic .type13 .type13-box .type-item .text .f-more {
  margin-top: 24px;
  transition: all 0.5s;
  display: none;
}
.boyamic .type13 .type13-box .type-item .icon {
  width: 48px;
  height: 48px;
  display: none;
  position: absolute;
  right: 24px;
  bottom: 24px;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .boyamic .type13 .type13-box .type-item .icon {
    display: block;
  }
}
.boyamic .type13 .type13-box .type-item.active .img2 {
  opacity: 1;
}
.boyamic .type13 .type13-box .type-item.active::after {
  opacity: 1;
}
.boyamic .type13 .type13-box .type-item.active .icon {
  transform: rotate(45deg);
}
.boyamic .type13 .type13-box .type-item.active .show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 1025px) {
  .boyamic .type13 .type13-box .type-item:hover {
    flex-basis: 36%;
  }
  .boyamic .type13 .type13-box .type-item:hover::after {
    opacity: 1;
  }
  .boyamic .type13 .type13-box .type-item:hover .show {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
  }
  .boyamic .type13 .type13-box .type-item:hover .img2 {
    opacity: 1;
  }
}
.content-item2 .boyamic .type12 .type12-box .right .tabs-change .item .i-box {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 750px) {
  .content-item2 .boyamic .type12 .type12-box .right .tabs-change .item .i-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.content-item2 .boyamic .type12 .type12-box .right .tabs-change .item .i-item {
  display: block !important;
}
@media screen and (max-width: 750px) {
  .content-item2 .boyamic .type12 .type12-box {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .ny19-section2 {
    padding-bottom: 64px;
  }
}
/*# sourceMappingURL=magic.css.map */