/* ==================== ny19 - 补充引入 Start ==================== */
/*初始化样式*/
*,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Inter-Regular, "Microsoft YaHei", Helvetica, Arial, "PingFang SC", sans-serif;
}
/*设置平滑*/
html {
  scroll-behavior: smooth;
  font-size: 625%;
}
body {
  font: 14px Inter-Regular, "Microsoft YaHei", Helvetica, Arial, "PingFang SC", sans-serif;
  color: #000;
  overflow-x: hidden;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
}
/*字体引入*/
@font-face {
  font-family: Inter-SemiBold;
  src: url('https://saramonic.oss-cn-hongkong.aliyuncs.com/fonts/Inter-SemiBold.otf');
}
@font-face {
  font-family: Inter-Medium;
  src: url('https://saramonic.oss-cn-hongkong.aliyuncs.com/fonts/Inter-Medium.otf');
}
@font-face {
  font-family: Inter-Regular;
  src: url('https://saramonic.oss-cn-hongkong.aliyuncs.com/fonts/Inter-Regular.otf');
}
@font-face {
  font-family: Inter-Thin;
  src: url('https://saramonic.oss-cn-hongkong.aliyuncs.com/fonts/Inter-Thin.otf');
}
.font80 {
  font-size: 56px;
}
.font56 {
  font-size: 56px;
}
.font48 {
  font-size: 48px;
}
.font40 {
  font-size: 40px;
}
.font32 {
  font-size: 32px;
}
.font28 {
  font-size: 28px;
}
.font24 {
  font-size: 24px;
}
.font20 {
  font-size: 20px;
}
.font16 {
  font-size: 16px;
}
.font14 {
  font-size: 14px;
}
.font13 {
  font-size: 13px;
}
.font12 {
  font-size: 12px;
}
.font-b {
  font-family: Inter-SemiBold;
}
.font-m {
  font-family: Inter-Medium;
}
.font-r {
  font-family: Inter-Regular;
}
.font-t {
  font-family: Inter-Thin;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul,
li {
  list-style-type: none;
  vertical-align: middle;
}
img {
  vertical-align: top;
  border: 0;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
textarea,
input {
  outline: none;
}
/*表单元素默认有20像素的缩进*/
input[type='submit'],
input[type='button'],
button {
  text-indent: 0;
  text-align: center;
  cursor: pointer;
}
label,
button,
a {
  cursor: pointer;
}
ins,
em,
b,
i {
  text-decoration: none;
  font-style: normal;
}
/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
  outline: none;
  border: none;
}
/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
  color: #999;
  transition: color 0.5s;
}
/* 提示文字的激活样式 */
input:focus::-webkit-input-placeholder,
input:focus::-moz-input-placeholder,
input:hover::-webkit-input-placeholder,
input:hover::-moz-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:hover::-moz-input-placeholder {
  color: #999;
}
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}
/* a_link */
a {
  color: inherit;
  text-decoration: none;
}
a[href] {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
li {
  max-width: 100%;
}
p {
  white-space: normal;
  max-width: 100%;
}
audio,
canvas,
progress,
video {
  vertical-align: baseline;
}
/*用来解决在安卓上的点击出现篮框问题*/
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
font {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  text-transform: inherit;
}
/*默认input样式*/
.input {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 40px;
  color: #666;
}
input[type=checkbox] {
  /*appearance: none;*/
  width: 14px;
  height: 14px;
  border-radius: 3px;
}
input[type=radio] {
  border: 1px solid #e5e5e5;
  width: 14px;
  height: 14px;
}
textarea {
  resize: none;
  border: 1px solid #e5e5e5;
  width: 100%;
  min-height: 100px;
  padding: 10px 0;
}
select {
  height: 52px;
  width: 100%;
  padding: 0 20px;
  border: 1px solid #e5e5e5;
  appearance: none;
  border-radius: 3px;
  color: #666;
  background-size: 11px;
}
.pc {
  display: block;
}
.tablet {
  display: none;
}
.phone {
  display: none !important;
}
/*滚动条样式*/
::-webkit-scrollbar {
  width: 6px;
  background-color: #eaeaea;
}
::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 10px;
  background-color: var(--dominant-color);
}
::-webkit-scrollbar-corner {
  background-color: #eaeaea;
  height: 0;
}
::-webkit-scrollbar:horizontal {
  height: 0;
}
/*限制行数*/
.clamp1,
.clamp2,
.clamp3,
.clamp4,
.clamp5,
.clamp6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.clamp1 {
  -webkit-line-clamp: 1;
}
.clamp2 {
  -webkit-line-clamp: 2;
}
.clamp3 {
  -webkit-line-clamp: 3;
}
.clamp4 {
  -webkit-line-clamp: 4;
}
.clamp5 {
  -webkit-line-clamp: 5;
}
.clamp6 {
  -webkit-line-clamp: 6;
}
/*swiper样式设置*/
body .swiper-button-prev:focus,
body .swiper-button-next:focus,
body .swiper-pagination-bullet:focus {
  outline: none;
}
/*swiper默认样式*/
body .swiper-button-prev,
body .swiper-button-next {
  color: #fff;
  width: 56px;
  height: 56px;
  flex-direction: row;
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s;
  opacity: 1 !important;
}
@media screen and (max-width: 750px) {
  body .swiper-button-prev,
  body .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
body .swiper-button-prev i,
body .swiper-button-next i {
  color: #999;
  transition: all 0.5s;
}
body .swiper-button-prev svg,
body .swiper-button-next svg {
  transition: all 0.5s;
}
body .swiper-button-prev:hover,
body .swiper-button-next:hover {
  opacity: 0.6 !important;
}
body .swiper-button-prev {
  left: 40px;
}
@media screen and (max-width: 1024px) {
  body .swiper-button-prev {
    left: 16px;
  }
}
@media screen and (max-width: 750px) {
  body .swiper-button-prev {
    left: 10px;
  }
}
body .swiper-button-next {
  right: 40px;
}
@media screen and (max-width: 1024px) {
  body .swiper-button-next {
    right: 16px;
  }
}
@media screen and (max-width: 750px) {
  body .swiper-button-next {
    right: 10px;
  }
}
body .swiper-button-prev::after,
body .swiper-button-next::after {
  opacity: 0;
  font-size: 12px;
  display: none;
}
@media screen and (max-width: 750px) {
  body .swiper-button-prev::after,
  body .swiper-button-next::after {
    font-size: 12px;
  }
}
/*默认弹窗样式*/
.pop-up {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.pop-up .mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.pop-up .pop-up-box {
  width: 100%;
  height: 100%;
}
.pop-up .pop-up-box .loading-box {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 70%;
  height: 75vh;
  display: flex;
  align-items: center;
}
.pop-up .pop-up-box video {
  height: fit-content;
  width: 100%;
  object-fit: contain;
}
.pop-up .pop-up-box .pop-close {
  position: absolute;
  top: 70px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  transition: 0.5s;
}
.pop-up .pop-up-box .pop-close i {
  font-size: 36px;
  color: #fff;
}
.form-susses {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 18px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  padding: 40px 50px;
  border-radius: 10px;
  height: fit-content;
  z-index: 999;
  background: #fff;
  width: fit-content;
  display: none;
  align-items: center;
}
.form-susses i {
  color: var(--dominant-color);
  margin-right: 10px;
}
input::placeholder,
textarea::placeholder {
  font-size: 13px !important;
  color: #999;
}
@media screen and (max-width: 750px) {
  input::placeholder,
  textarea::placeholder {
    font-size: 13px !important;
    color: #999;
  }
  .pc {
    display: none !important;
  }
  .phone {
    display: block !important;
  }
}
/*-----默认配置------*/
.section {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .section {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 750px) {
  .section {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.section1280 {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 1024px) {
  .section1280 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 750px) {
  .section1280 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
img {
  vertical-align: middle;
  max-width: 100%;
  transition: all 0.5s;
}
.imgBox {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.imgBox img {
  width: 100%;
  max-width: 100%;
  transition: all 0.5s;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.imgBox video {
  width: 100%;
  height: 100.5%;
  object-fit: cover;
  position: absolute;
}
.imgBox-hover:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
  .tablet {
    display: block;
  }
}
body .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}
body .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
}
@media screen and (max-width: 750px) {
  .swiper-pagination-bullet {
    --swiper-pagination-bullet-width: 4px;
    --swiper-pagination-bullet-height: 4px;
  }
}
.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*@media screen and (max-width: 2880px) {
  html {
    font-size: calc(100 * 100vw / 2880);
  }
}
@media screen and (max-width: 2560px) {
  html {
    font-size: calc(100 * 100vw / 2560);
  }
}
@media screen and (max-width: 2048px) {
  html {
    font-size: calc(100 * 100vw / 2048);
  }
}
@media screen and (max-width: 1920px) {
  html {
    font-size: calc(100 * 100vw / 1920);
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: calc(100 * 100vw / 1440);
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: calc(100 * 100vw / 1366);
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: calc(100 * 100vw / 1280);
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: calc(100 * 100vw / 1024);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100 * 100vw / 768);
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: calc(100 * 100vw / 393);
  }
}

@media (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 1025px), (min-resolution: 120dpi) and (min-width: 1025px) {
  html {
    font-size: calc(100 * 100vw / 1440);
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1025px), (min-resolution: 144dpi) and (min-width: 1025px) {
  html {
    font-size: calc(100 * 100vw / 1600);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1025px) {
  html {
    font-size: calc(100 * 100vw / 1920);
  }
}*/
/*# sourceMappingURL=reset.css.map */
/* ==================== ny19 - 补充引入 End ==================== */
/* ==================== ny19 - 容器 Start ==================== */
@media screen and (max-width: 768px) {
  .ny19-main ~ .footer {
    margin-bottom: 10.417vw;
  }
}
@media screen and (max-width: 500px) {
  .ny19-main ~ .footer {
    margin-bottom: 17.812vw;
  }
}
/* ==================== ny19 - 容器 End ==================== */
/* ==================== ny19 - 通用弹窗 Start ==================== */
.ny19-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0.694vw);
  -webkit-backdrop-filter: blur(0.694vw);
  top: 0;
  left: 0;
  z-index: 21;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.ny19-popup.active {
  opacity: 1;
  visibility: visible;
}
.ny19-popup.active .body {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.ny19-popup .body {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.6s, opacity 0.6s, transform 0.6s;
  transform: translateY(100%);
  display: flex;
  align-items: center;
  width: 68.056vw;
  padding: 2.778vw;
  padding-top: 4.167vw;
  border-radius: 16px;
  background-color: #fff;
}
.ny19-popup .body .close {
  width: 2.778vw;
  height: 2.778vw;
  position: absolute;
  top: 0.556vw;
  right: 0.556vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.389vw;
  border-radius: 100%;
  background-color: #F6F6F6;
  cursor: pointer;
  z-index: 3;
}
.ny19-popup .body iframe {
  width: 100%;
  display: block;
  height: 34.722vw;
}
@media screen and (min-width: 1440px) {
  .ny19-popup {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .ny19-popup .body {
    width: 980px;
    padding: 40px;
    padding-top: 60px;
  }
  .ny19-popup .body .close {
    width: 40px;
    height: 40px;
    top: 8px;
    right: 8px;
    font-size: 20px;
  }
  .ny19-popup .body iframe {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .ny19-popup {
    backdrop-filter: blur(1.302vw);
    -webkit-backdrop-filter: blur(1.302vw);
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
  .ny19-popup .body {
    width: 100%;
    padding: 3.125vw;
    padding-top: 6.51vw;
  }
  .ny19-popup .body .close {
    width: 5.208vw;
    height: 5.208vw;
    top: 1.042vw;
    right: 1.042vw;
    font-size: 2.604vw;
  }
  .ny19-popup .body iframe {
    height: 65.104vw;
  }
}
@media screen and (max-width: 500px) {
  .ny19-popup {
    backdrop-filter: blur(2.545vw);
    -webkit-backdrop-filter: blur(2.545vw);
    padding-left: 4.071vw;
    padding-right: 4.071vw;
  }
  .ny19-popup .body {
    padding: 4.071vw;
    padding-top: 10.178vw;
  }
  .ny19-popup .body .close {
    width: 7.634vw;
    height: 7.634vw;
    top: 2.036vw;
    right: 2.036vw;
    font-size: 5.089vw;
  }
  .ny19-popup .body iframe {
    height: 50.891vw;
  }
}
/* ==================== ny19 - 通用弹窗 End ==================== */
/* ==================== ny19 - 板块一 Start ==================== */
.ny19-section1 > .mxw-box {
  padding: 4.444vw 5.556vw;
}
.ny19-section1 .body {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.ny19-section1 .swiper {
  width: 44.444vw;
  flex-shrink: 0;
  display: block;
  margin-right: 5.556vw;
  top: 2.778vw;
  left: 0;
  position: sticky;
}
.ny19-section1 .swiper .swiper-slide {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny19-section1 .swiper .swiper-slide .image {
  height: 100%;
}
.ny19-section1 .swiper .swiper-slide img {
  height: 100%;
}
.ny19-section1 .swiper .ny19-section1-swiper-big {
  height: 44.444vw;
}
.ny19-section1 .swiper .ny19-section1-swiper-big .swiper-slide {
  background-color: #F6F6F6;
}
.ny19-section1 .swiper .ny19-section1-swiper-big .swiper-btn {
  background-color: #fff;
}
.ny19-section1 .swiper .ny19-section1-swiper-big .swiper-btn-prev {
  left: 1.111vw;
}
.ny19-section1 .swiper .ny19-section1-swiper-big .swiper-btn-next {
  right: 1.111vw;
}
.ny19-section1 .swiper .ny19-section1-swiper-min {
  height: 6.667vw;
  margin-top: 1.667vw;
}
.ny19-section1 .swiper .ny19-section1-swiper-min .swiper-slide {
  cursor: pointer;
  border: 1px solid #F6F6F6;
  background-color: #fff;
}
.ny19-section1 .swiper .ny19-section1-swiper-min .swiper-slide img {
  opacity: 0.5;
  transition: opacity 0.4s;
}
.ny19-section1 .swiper .ny19-section1-swiper-min .swiper-slide.swiper-slide-thumb-active {
  background-color: #F6F6F6;
}
.ny19-section1 .swiper .ny19-section1-swiper-min .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}
.ny19-section1 .swiper .ny19-section1-swiper-min .swiper-btn2 {
  width: 6.667vw;
  height: 6.667vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  backdrop-filter: blur(0.139vw);
  -webkit-backdrop-filter: blur(0.139vw);
  background-color: rgba(255, 255, 255, 0.01);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny19-section1 .swiper .ny19-section1-swiper-min .swiper-btn2 .swiper-btn {
  width: 3.333vw;
  height: 3.333vw;
}
.ny19-section1 .swiper .ny19-section1-swiper-min .swiper-btn2 .swiper-btn::before {
  font-size: 1.25vw;
}
.ny19-section1 .swiper .ny19-section1-swiper-min .swiper-btn2.swiper-button-disabled {
  display: none;
}
.ny19-section1 .swiper .ny19-section1-swiper-min .swiper-btn2.swiper-btn2-prev {
  left: 0;
}
.ny19-section1 .swiper .ny19-section1-swiper-min .swiper-btn2.swiper-btn2-next {
  right: 0;
}
.ny19-section1 .right {
  min-width: 0;
  flex-grow: 1;
}
.ny19-section1 .right .text1 {
  color: #000;
  font-family: "Inter-SemiBold";
  font-size: 2.778vw;
  line-height: 3.333vw;
}
.ny19-section1 .right .text2 {
  margin-top: 1.111vw;
  color: #000;
  font-size: 0.903vw;
  font-family: "Inter-Regular";
  line-height: 1.389vw;
}
.ny19-section1 .right .text3 {
  margin-top: 2.778vw;
  color: #999;
  font-family: "Inter-Regular";
  font-size: 0.903vw;
  line-height: 1.319vw;
}
.ny19-section1 .right .item {
  margin-top: 3.333vw;
}
.ny19-section1 .right .item .text4 {
  color: #000;
  font-family: "Inter-Regular";
  font-size: 0.972vw;
  line-height: 1.458vw;
  margin-bottom: 1.111vw;
}
.ny19-section1 .right .item .text5 {
  color: #999;
  font-family: "Inter-Regular";
  font-size: 0.903vw;
  line-height: 1.389vw;
}
.ny19-section1 .right .list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ny19-section1 .right .list.row-2 .list-item {
  width: 49%;
}
.ny19-section1 .right .list.row-2 .list-item:nth-child(2n) {
  margin-left: 2%;
}
.ny19-section1 .right .list.row-2 .list-item:nth-child(2) ~ .list-item {
  margin-top: 2%;
}
.ny19-section1 .right .list.row-3 .list-item {
  width: 32%;
}
.ny19-section1 .right .list.row-3 .list-item:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.ny19-section1 .right .list.row-3 .list-item:nth-child(3) ~ .list-item {
  margin-top: 2%;
}
.ny19-section1 .right .list-item {
  cursor: pointer;
}
.ny19-section1 .right .list-item label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-family: "Inter-Regular";
  font-size: 0.903vw;
  line-height: 1.389vw;
  border: 1px solid;
  background: #FFF;
  height: 3.889vw;
  border-radius: 0.556vw;
  cursor: pointer;
}
.ny19-section1 .right .list-item input:checked + label {
  color: #000;
}
.ny19-section1 .right .list-item input {
  display: none;
}
.ny19-section1 .right .btn-group {
  margin-top: 4.444vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny19-section1 .right .btn-group .common-btn:first-child {
  margin-right: 1.111vw;
}
@media screen and (min-width: 1440px) {
  .ny19-section1 > .mxw-box {
    padding: 64px 80px;
  }
  .ny19-section1 .body {
    padding-bottom: 0px;
  }
  .ny19-section1 .swiper {
    width: 640px;
    margin-right: 80px;
    top: 40px;
  }
  .ny19-section1 .swiper .ny19-section1-swiper-big {
    height: 640px;
  }
  .ny19-section1 .swiper .ny19-section1-swiper-big .swiper-btn-prev {
    left: 16px;
  }
  .ny19-section1 .swiper .ny19-section1-swiper-big .swiper-btn-next {
    right: 16px;
  }
  .ny19-section1 .swiper .ny19-section1-swiper-min {
    height: 96px;
    margin-top: 24px;
  }
  .ny19-section1 .swiper .ny19-section1-swiper-min .swiper-btn2 {
    width: 96px;
    height: 96px;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
  .ny19-section1 .swiper .ny19-section1-swiper-min .swiper-btn2 .swiper-btn {
    width: 48px;
    height: 48px;
  }
  .ny19-section1 .swiper .ny19-section1-swiper-min .swiper-btn2 .swiper-btn::before {
    font-size: 18px;
  }
  .ny19-section1 .right .text1 {
    font-size: 40px;
    line-height: 48px;
  }
  .ny19-section1 .right .text2 {
    margin-top: 16px;
    font-size: 13px;
    line-height: 20px;
  }
  .ny19-section1 .right .text3 {
    margin-top: 40px;
    font-size: 13px;
    line-height: 19px;
  }
  .ny19-section1 .right .item {
    margin-top: 48px;
  }
  .ny19-section1 .right .item .text4 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 16px;
  }
  .ny19-section1 .right .item .text5 {
    font-size: 13px;
    line-height: 20px;
  }
  .ny19-section1 .right .list-item label {
    font-size: 13px;
    line-height: 20px;
    height: 56px;
    border-radius: 8px;
  }
  .ny19-section1 .right .btn-group {
    margin-top: 64px;
  }
  .ny19-section1 .right .btn-group .common-btn:first-child {
    margin-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ny19-section1 > .mxw-box {
    padding: 2.083vw 3.125vw;
  }
  .ny19-section1 .body {
    padding-bottom: 10.417vw;
    padding-bottom: 0;
    display: block;
  }
  .ny19-section1 .swiper {
    width: 100%;
    margin-right: 0;
    top: 0;
    position: static;
  }
  .ny19-section1 .swiper .swiper-slide {
    border-radius: 1.56vw;
  }
  .ny19-section1 .swiper .ny19-section1-swiper-big {
    height: 52.083vw;
  }
  .ny19-section1 .swiper .ny19-section1-swiper-big .swiper-btn-prev {
    left: 2.083vw;
  }
  .ny19-section1 .swiper .ny19-section1-swiper-big .swiper-btn-next {
    right: 2.083vw;
  }
  .ny19-section1 .swiper .ny19-section1-swiper-min {
    height: 7.292vw;
    margin-top: 3.125vw;
  }
  .ny19-section1 .swiper .ny19-section1-swiper-min .swiper-btn2 {
    width: 12.5vw;
    height: 12.5vw;
    backdrop-filter: blur(0.26vw);
    -webkit-backdrop-filter: blur(0.26vw);
  }
  .ny19-section1 .swiper .ny19-section1-swiper-min .swiper-btn2 .swiper-btn {
    width: 6.25vw;
    height: 6.25vw;
  }
  .ny19-section1 .swiper .ny19-section1-swiper-min .swiper-btn2 .swiper-btn::before {
    font-size: 2.344vw;
  }
  .ny19-section1 .right {
    width: 100%;
    margin-top: 6.51vw;
  }
  .ny19-section1 .right .text1 {
    font-size: 4.167vw;
    line-height: 1.2;
  }
  .ny19-section1 .right .text2 {
    margin-top: 1.042vw;
    font-size: 1.693vw;
    line-height: 2.604vw;
  }
  .ny19-section1 .right .text3 {
    margin-top: 4.167vw;
    font-size: 1.693vw;
    line-height: 2.604vw;
  }
  .ny19-section1 .right .itembox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 6.51vw;
  }
  .ny19-section1 .right .item {
    width: 49%;
    margin-top: 0;
  }
  .ny19-section1 .right .item:first-child {
    position: sticky;
    top: 10.417vw;
    left: 0;
  }
  .ny19-section1 .right .item .text4 {
    font-size: 1.823vw;
    line-height: 2.734vw;
    margin-bottom: 2.083vw;
  }
  .ny19-section1 .right .item .text5 {
    font-size: 1.693vw;
    line-height: 2.604vw;
  }
  .ny19-section1 .right .list.row-2 .list-item {
    width: 100%;
  }
  .ny19-section1 .right .list.row-2 .list-item:nth-child(2n) {
    margin-left: 0;
  }
  .ny19-section1 .right .list.row-2 .list-item:nth-child(1) ~ .list-item {
    margin-top: 1.563vw;
  }
  .ny19-section1 .right .list.row-2 .list-item:nth-child(2) ~ .list-item {
    margin-top: 1.563vw;
  }
  .ny19-section1 .right .list.row-3 .list-item {
    width: 100%;
    margin: 0 !important;
  }
  .ny19-section1 .right .list.row-3 .list-item:nth-child(1) ~ .list-item {
    margin-top: 1.563vw !important;
  }
  .ny19-section1 .right .list-item label {
    font-size: 1.693vw;
    line-height: 2.604vw;
    height: 7.292vw;
    border-radius: 1.042vw;
  }
  .ny19-section1 .right .btn-group {
    margin-top: 6.25vw;
  }
  .ny19-section1 .right .btn-group .common-btn:first-child {
    margin-right: 2.083vw;
  }
}
@media screen and (max-width: 500px) {
  .ny19-section1 > .mxw-box {
    padding: 4.071vw 0;
  }
  .ny19-section1 .body {
    padding-bottom: 12.723vw;
    padding-bottom: 0;
  }
  .ny19-section1 .swiper {
    overflow: hidden;
  }
  .ny19-section1 .swiper .swiper-slide {
    border-radius: 2.04vw;
  }
  .ny19-section1 .swiper .ny19-section1-swiper-big {
    padding-left: 4.071vw;
    padding-right: 4.071vw;
    height: 91.858vw;
  }
  .ny19-section1 .swiper .ny19-section1-swiper-big .swiper-btn {
    display: none;
  }
  .ny19-section1 .swiper .ny19-section1-swiper-big .swiper-btn-prev {
    left: 4.071vw;
  }
  .ny19-section1 .swiper .ny19-section1-swiper-big .swiper-btn-next {
    right: 4.071vw;
  }
  .ny19-section1 .swiper .ny19-section1-swiper-min {
    height: 14.249vw;
    margin-top: 6.107vw;
    overflow: visible;
    padding-left: 4.071vw;
    padding-right: 4.071vw;
  }
  .ny19-section1 .swiper .ny19-section1-swiper-min .swiper-btn2 {
    display: none;
    width: 24.427vw;
    height: 24.427vw;
    backdrop-filter: blur(0.509vw);
    -webkit-backdrop-filter: blur(0.509vw);
  }
  .ny19-section1 .swiper .ny19-section1-swiper-min .swiper-btn2 .swiper-btn {
    width: 12.214vw;
    height: 12.214vw;
  }
  .ny19-section1 .swiper .ny19-section1-swiper-min .swiper-btn2 .swiper-btn::before {
    font-size: 4.58vw;
  }
  .ny19-section1 .right {
    margin-top: 12.723vw;
    padding-left: 4.071vw;
    padding-right: 4.071vw;
  }
  .ny19-section1 .right .text1 {
    font-size: 8.142vw;
  }
  .ny19-section1 .right .text2 {
    margin-top: 3.053vw;
    font-size: 3.308vw;
    line-height: 5.089vw;
  }
  .ny19-section1 .right .text3 {
    margin-top: 8.142vw;
    font-size: 3.308vw;
    line-height: 5.089vw;
  }
  .ny19-section1 .right .itembox {
    margin-top: 12.723vw;
    display: block;
  }
  .ny19-section1 .right .item {
    width: 100%;
    margin-top: 14.249vw;
  }
  .ny19-section1 .right .item:first-child {
    top: 0;
    margin-top: 0;
    position: static;
  }
  .ny19-section1 .right .item .text4 {
    font-size: 3.562vw;
    line-height: 5.344vw;
    margin-bottom: 4.071vw;
  }
  .ny19-section1 .right .item .text5 {
    font-size: 3.308vw;
    line-height: 5.089vw;
  }
  .ny19-section1 .right .list.row-2 .list-item:nth-child(1) ~ .list-item {
    margin-top: 3.053vw;
  }
  .ny19-section1 .right .list.row-2 .list-item:nth-child(2) ~ .list-item {
    margin-top: 3.053vw;
  }
  .ny19-section1 .right .list.row-3 .list-item:nth-child(1) ~ .list-item {
    margin-top: 3.053vw !important;
  }
  .ny19-section1 .right .list-item label {
    font-size: 3.308vw;
    line-height: 5.089vw;
    height: 14.249vw;
    border-radius: 2.036vw;
  }
  .ny19-section1 .right .btn-group {
    margin-top: 12.214vw;
  }
  .ny19-section1 .right .btn-group .common-btn:first-child {
    margin-right: 4.071vw;
  }
}
/* ==================== ny19 - 板块一 End ==================== */
/* ==================== ny19 - 板块二 Start ==================== */
.ny19-section2 {
  padding-bottom: 9.03vw;
}
.ny19-section2 > .mxw-box {
  padding-left: 5.56vw;
  padding-right: 5.56vw;
}
.ny19-section2 .head {
  text-align: center;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 2.78vw;
  position: sticky;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ny19-section2 .btn-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: visibility 0.4s, opacity 0.4s;
  visibility: visible;
  opacity: 1;
}
.ny19-section2 .btn-group.hide {
  visibility: hidden;
  opacity: 0;
}
.ny19-section2 .btn-group .common-btn {
  margin-right: 10px;
}
.ny19-section2 .btn-group .common-btn:last-child {
  margin-right: 0;
}
.ny19-section2 .tabs {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
}
.ny19-section2 .tabs .tab-item {
  padding-top: 1.67vw;
  padding-bottom: 1.67vw;
  margin-left: 1.11vw;
  margin-right: 1.11vw;
  color: #999;
  font-family: "Inter-Regular";
  font-size: 0.9vw;
  line-height: 1.1;
  flex-shrink: 0;
  cursor: pointer;
}
.ny19-section2 .tabs .tab-item.active {
  color: #0075FF;
}
.ny19-section2 .content-item {
  display: none;
}
.ny19-section2 .content-item.active {
  display: block;
}
.ny19-section2 .content-item .ny7-1-section1 {
  padding-bottom: 0;
}
.ny19-section2 .content-item1 .card:first-child {
  margin-top: 0;
}
.ny19-section2 .content-item1 .card .info .text1 {
  color: #000;
  font-family: "Inter-SemiBold";
  font-size: 2.22vw;
  line-height: 2.78vw;
}
.ny19-section2 .content-item1 .card .info .text2 {
  margin-top: 2.78vw;
  color: #000;
  font-family: "Inter-Regular";
  font-size: 1.11vw;
  line-height: 1.67vw;
}
.ny19-section2 .content-item1 .card .image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}
.ny19-section2 .content-item1 .card .image img {
  width: 100%;
}
.ny19-section2 .content-item1 .card1 {
  margin-top: 1.11vw;
  position: relative;
}
.ny19-section2 .content-item1 .card1 .info {
  position: absolute;
  top: 50%;
  left: 5.69vw;
  transform: translateY(-50%);
  z-index: 2;
  width: 33.33vw;
}
.ny19-section2 .content-item1 .card2 {
  margin-top: 1.11vw;
  display: flex;
  align-items: stretch;
}
.ny19-section2 .content-item1 .card2 .item {
  position: relative;
  width: 32.46%;
}
.ny19-section2 .content-item1 .card2 .item:nth-child(3n-1) {
  margin-left: 1.3%;
  margin-right: 1.3%;
}
.ny19-section2 .content-item1 .card2 .item .text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3.33vw 2.78vw;
  text-align: center;
  color: #FFF;
  font-family: "Inter-SemiBold";
  font-size: 1.67vw;
  line-height: 2.22vw;
}
.ny19-section2 .content-item1 .card3 .info {
  padding-top: 7.36vw;
  padding-bottom: 3.47vw;
  text-align: center;
}
.ny19-section2 .content-item1 .card3 .info .text1 {
  font-size: 2.78vw;
  line-height: 3.33vw;
}
.ny19-section2 .content-item1 .card3 .info .text2 {
  margin-top: 1.67vw;
}
.ny19-section2 .content-item1 .card4 .info {
  padding-top: 7.36vw;
  padding-bottom: 3.47vw;
  text-align: center;
}
.ny19-section2 .content-item1 .card4 .info .text1 {
  font-size: 2.78vw;
  line-height: 3.33vw;
}
.ny19-section2 .content-item1 .card4 .info .text2 {
  margin-top: 1.67vw;
}
.ny19-section2 .content-item1 .card4 .itembox {
  margin-top: 1.11vw;
  display: flex;
  align-items: stretch;
}
.ny19-section2 .content-item1 .card4 .item {
  position: relative;
  width: 32.46%;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
}
.ny19-section2 .content-item1 .card4 .item:nth-child(3n-1) {
  margin-left: 1.3%;
  margin-right: 1.3%;
}
.ny19-section2 .content-item1 .card4 .item img {
  width: 100%;
}
.ny19-section2 .content-item1 .card5 {
  position: relative;
  margin-top: 2.78vw;
}
.ny19-section2 .content-item1 .card5 .info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5.28vw;
  width: 33.33vw;
  z-index: 2;
}
.ny19-section2 .content-item1 .card6 {
  position: relative;
  margin-top: 2.78vw;
}
.ny19-section2 .content-item1 .card6 .left-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5.56vw;
  width: 33.33vw;
  z-index: 2;
}
.ny19-section2 .content-item1 .card6 .left-info .text1 {
  color: #fff;
}
.ny19-section2 .content-item1 .card6 .left-info .text2 {
  color: #fff;
}
.ny19-section2 .content-item1 .card6 .right-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7.64vw;
  width: 18.06vw;
  z-index: 2;
}
.ny19-section2 .content-item1 .card6 .right-info img {
  width: 100%;
}
.ny19-section2 .content-item1 .card7 {
  position: relative;
  margin-top: 2.78vw;
}
.ny19-section2 .content-item1 .card7 .info {
  position: absolute;
  top: 8.33vw;
  right: 5.28vw;
  width: 33.33vw;
  z-index: 2;
}
.ny19-section2 .content-item1 .card7 .info .text3 {
  margin-top: 3.47vw;
  color: #000;
  font-family: "Inter-Regular";
  font-size: 0.83vw;
  line-height: 1.25vw;
}
.ny19-section2 .content-item1 .card8 {
  margin-bottom: 4.86vw;
}
.ny19-section2 .content-item1 .card8 .item {
  margin-top: 7.64vw;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.ny19-section2 .content-item1 .card8 .item:nth-child(2n) .info {
  order: 2;
}
.ny19-section2 .content-item1 .card8 .info {
  width: 36.39vw;
  flex-shrink: 0;
}
.ny19-section2 .content-item1 .card8 .image {
  width: 43.89vw;
}
.ny19-section2 .content-item1 .card9 {
  position: relative;
  margin-top: 2.78vw;
}
.ny19-section2 .content-item1 .card9 .info {
  position: absolute;
  top: 5.56vw;
  left: 5.56vw;
  width: 33.33vw;
  z-index: 2;
}
.ny19-section2 .content-item1 .card10 {
  margin-top: 2.78vw;
  position: relative;
}
.ny19-section2 .content-item1 .card10 .info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5.56vw;
  width: 33.33vw;
  z-index: 2;
}
.ny19-section2 .content-item1 .card10 .info .text1 {
  color: #fff;
}
.ny19-section2 .content-item1 .card10 .info .text2 {
  color: #fff;
}
.ny19-section2 .content-item1 .card11 {
  margin-top: 1.11vw;
  position: relative;
}
.ny19-section2 .content-item1 .card11 .info {
  position: absolute;
  top: 50%;
  left: 5.69vw;
  transform: translateY(-50%);
  z-index: 2;
  width: 33.33vw;
}
.ny19-section2 .content-item1 .card12 {
  margin-top: 16px;
  position: relative;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #000000;
  border-radius: 16px;
}
.ny19-section2 .content-item1 .card12 .text {
  color: #FFF;
  font-size: 16px;
  font-family: "Inter-Regular";
  line-height: 20px;
}
.ny19-section2 .content-item2 .title {
  margin-bottom: 2.22vw;
}
.ny19-section2 .content-item3 .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 3.33vw;
  border-bottom: 1px solid #F6F6F6;
  padding-bottom: 4.17vw;
}
.ny19-section2 .content-item3 .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.ny19-section2 .content-item3 .title {
  color: #000;
  font-family: "Inter-SemiBold";
  font-size: 1.39vw;
  line-height: 1.67vw;
  width: 13.61vw;
  margin-right: 4.44vw;
}
.ny19-section2 .content-item3 .table {
  display: block;
  width: 100%;
  flex: 1;
}
.ny19-section2 .content-item3 table {
  min-width: 0;
  flex-grow: 1;
  width: 100%;
}
.ny19-section2 .content-item3 table td {
  width: 25%;
  color: #666;
  font-family: "Inter-Regular";
  font-size: 1.11vw;
  line-height: 1.67vw;
  padding-top: 0.56vw;
  padding-bottom: 0.56vw;
  padding-right: 2.78vw;
}
.ny19-section2 .content-item3 table td:first-child {
  width: 16.67vw;
}
.ny19-section2 .content-item3 table td strong {
  font-family: "Inter-SemiBold";
  color: #000;
  font-weight: 400;
}
.ny19-section2 .content-item4 .index-text3 {
  margin-bottom: 2.08vw;
}
.ny19-section2 .content-item4 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.ny19-section2 .content-item4 .item {
  width: 32.46%;
  cursor: pointer;
}
.ny19-section2 .content-item4 .item:nth-child(3n-1) {
  margin-left: 1.3%;
  margin-right: 1.3%;
}
.ny19-section2 .content-item4 .item:nth-child(3) ~ .item {
  margin-top: 3.13vw;
}
.ny19-section2 .content-item4 .item .image {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  display: block;
}
.ny19-section2 .content-item4 .item .image:after {
  content: "\e60e";
  font-family: iconfont;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  opacity: 0.4;
  font-size: 6.67vw;
}
.ny19-section2 .content-item4 .item .image img {
  width: 100%;
}
.ny19-section2 .content-item4 .item .text1 {
  color: #999;
  font-family: "Inter-Regular";
  font-size: 1.11vw;
  font-weight: 400;
  margin-top: 1.67vw;
}
.ny19-section2 .content-item4 .item .text2 {
  margin-top: 0.9vw;
  color: #000;
  font-family: "Inter-SemiBold";
  font-size: 1.67vw;
  line-height: 1.2;
}
.ny19-section2 .content-item5 .itembox {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 2.78vw;
}
.ny19-section2 .content-item5 .item {
  width: 32.46%;
}
.ny19-section2 .content-item5 .item:nth-child(3n-1) {
  margin-left: 1.3%;
  margin-right: 1.3%;
}
.ny19-section2 .content-item5 .item:nth-child(3) ~ .item {
  margin-top: 1.3%;
}
.ny19-section2 .content-item5 .item.active .play:after {
  content: "\e633";
}
.ny19-section2 .content-item5 .item .image {
  width: 100%;
}
.ny19-section2 .content-item5 .item .image img {
  width: 100%;
}
.ny19-section2 .content-item5 .item .info {
  background-color: #F6F6F6;
  padding: 1.67vw;
  padding-bottom: 2.22vw;
}
.ny19-section2 .content-item5 .item .info .text1 {
  color: #000;
  font-family: "Inter-Regular";
  font-size: 1.11vw;
  line-height: 1.67vw;
}
.ny19-section2 .content-item5 .item .menu {
  margin-top: 1.67vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny19-section2 .content-item5 .item .play {
  line-height: 1;
  display: block;
  margin-right: 1.67vw;
  color: #0075FF;
  cursor: pointer;
}
.ny19-section2 .content-item5 .item .play:after {
  content: "\e60e";
  font-size: 4.44vw;
  display: block;
  font-family: iconfont;
  line-height: 1;
}
.ny19-section2 .content-item5 .item .tool {
  min-width: 0;
  flex-grow: 1;
}
.ny19-section2 .content-item5 .item .timeline {
  width: 100%;
  height: 0.83vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny19-section2 .content-item5 .item .timeline .line {
  width: 100%;
  height: 2px;
  background-color: #D9D9D9;
  z-index: 1;
  position: relative;
}
.ny19-section2 .content-item5 .item .timeline .line span {
  width: 0;
  height: 100%;
  display: block;
  background-color: #0075FF;
}
.ny19-section2 .content-item5 .item .timeline .line-btn {
  position: absolute;
  top: 0;
  width: 0.83vw;
  height: 0.83vw;
  background-color: #0075FF;
  border-radius: 100%;
  cursor: pointer;
  left: 0;
  z-index: 2;
}
.ny19-section2 .content-item5 .item .time-info {
  margin-top: 0.56vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999;
  font-family: "Inter-Regular";
  font-size: 1.11vw;
  line-height: 1.1;
}
.ny19-section2 .content-item5 .item .time-info .before-time,
.ny19-section2 .content-item5 .item .time-info .after-time {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
}
.ny19-section2 .content-item5 .item audio {
  display: none;
}
.ny19-section2 .content-item6.row-2 .select-group,
.ny19-section2 .content-item6.row-2 .top {
  padding-left: 33.33%;
}
.ny19-section2 .content-item6.row-2 .select-group .item,
.ny19-section2 .content-item6.row-2 .top .item {
  width: 50%;
}
.ny19-section2 .content-item6.row-2 .bottom .item ul > li {
  width: 33.333%;
}
.ny19-section2 .content-item6.row-3 .select-group,
.ny19-section2 .content-item6.row-3 .top {
  padding-left: 25%;
}
.ny19-section2 .content-item6.row-3 .select-group .item,
.ny19-section2 .content-item6.row-3 .top .item {
  width: 33.333%;
}
.ny19-section2 .content-item6.row-3 .select-group .item:first-child .common-btn,
.ny19-section2 .content-item6.row-3 .top .item:first-child .common-btn {
  display: none;
}
.ny19-section2 .content-item6.row-3 .bottom .item ul > li {
  width: 25%;
}
.ny19-section2 .content-item6.row-4 .select-group,
.ny19-section2 .content-item6.row-4 .top {
  padding-left: 20%;
}
.ny19-section2 .content-item6.row-4 .select-group .item,
.ny19-section2 .content-item6.row-4 .top .item {
  width: 25%;
}
.ny19-section2 .content-item6.row-4 .bottom .item ul > li {
  width: 20%;
}
.ny19-section2 .content-item6.row-5 .select-group,
.ny19-section2 .content-item6.row-5 .top {
  padding-left: 16.6666%;
}
.ny19-section2 .content-item6.row-5 .select-group .item,
.ny19-section2 .content-item6.row-5 .top .item {
  width: 20%;
}
.ny19-section2 .content-item6.row-5 .bottom .item ul > li {
  width: 16.666%;
}
.ny19-section2 .content-item6 .select-group {
  position: sticky;
  top: 4.167vw;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  padding-left: 25%;
}
.ny19-section2 .content-item6 .itembox {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.ny19-section2 .content-item6 .item {
  padding-left: 0.56vw;
  padding-right: 0.56vw;
}
.ny19-section2 .content-item6 .item:last-child {
  margin-right: 0;
}
.ny19-section2 .content-item6 .item .top-head {
  position: relative;
}
.ny19-section2 .content-item6 .item .top-head.active .title:after {
  display: none;
}
.ny19-section2 .content-item6 .item .top-head:hover > ul {
  opacity: 1;
  visibility: visible;
}
.ny19-section2 .content-item6 .item .top-head:hover .title:after {
  transform: rotate(180deg) translateY(50%);
}
.ny19-section2 .content-item6 .item .top-head .title {
  padding-left: 1.67vw;
  padding-right: 1.67vw;
  height: 4.44vw;
  color: #000;
  text-align: center;
  font-size: 1.39vw;
  line-height: 2.08vw;
  font-family: "Inter-SemiBold";
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0.28vw;
  border: 1px solid #F6F6F6;
  background: #FFF;
  position: relative;
}
.ny19-section2 .content-item6 .item .top-head .title:after {
  content: "\e656";
  font-family: iconfont;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.67vw;
  font-size: 1.67vw;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 0.4s;
}
.ny19-section2 .content-item6 .item .top-head > ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #F6F6F6;
  border-radius: 0.28vw;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s, visibility 0.4s;
}
.ny19-section2 .content-item6 .item .top-head > ul > li {
  width: 100%;
}
.ny19-section2 .content-item6 .item .top-head > ul > li > a {
  width: 100%;
  height: 4.44vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #FFF;
  padding-left: 1.67vw;
  padding-right: 1.67vw;
  font-size: 1.39vw;
  font-family: "Inter-SemiBold";
  color: #000;
}
.ny19-section2 .content-item6 .item .top-head > ul > li > a:hover {
  background-color: #f8f8f8;
  color: #000;
}
.ny19-section2 .content-item6 .item .common-btn {
  margin-top: 1.18vw;
  margin-left: auto;
  margin-right: auto;
}
.ny19-section2 .content-item6 .bottom {
  margin-top: 6.25vw;
}
.ny19-section2 .content-item6 .bottom .item {
  margin-bottom: 6.67vw;
}
.ny19-section2 .content-item6 .bottom .item:last-child {
  margin-bottom: 0;
}
.ny19-section2 .content-item6 .bottom .item .title {
  color: #000;
  font-size: 1.94vw;
  font-family: "Inter-SemiBold";
  line-height: 2.22vw;
  margin-bottom: 2.78vw;
  width: 100%;
}
.ny19-section2 .content-item6 .bottom .item .item-row {
  border-bottom: 1px solid #F6F6F6;
}
.ny19-section2 .content-item6 .bottom .item ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.ny19-section2 .content-item6 .bottom .item ul > li {
  padding-top: 2.78vw;
  padding-bottom: 2.78vw;
  color: #000;
  font-size: 1.11vw;
  font-family: "Inter-Regular";
  font-weight: 400;
  line-height: 1.67vw;
  border-top: 1px solid #F6F6F6;
  text-align: center;
  padding-left: 0.56vw;
  padding-right: 0.56vw;
}
.ny19-section2 .content-item6 .bottom .item ul > li:first-child {
  text-align: left;
  color: #999;
}
.ny19-section2 .content-item7 .ny7-section2 {
  padding-bottom: 0;
}
.ny19-section2 .content-item8 .ny5-section2 {
  background-color: transparent;
  padding-bottom: 0;
}
.ny19-section2 .content-item8 .ny5-section2 .itembox {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1440px) {
  .ny19-section2 {
    padding-bottom: 65px;
  }
  .ny19-section2 > .mxw-box {
    padding-left: 80px;
    padding-right: 80px;
  }
  .ny19-section2 .head {
    margin-bottom: 40px;
  }
  .ny19-section2 .tabs .tab-item {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 13px;
  }
  .ny19-section2 .content-item1 .card .info .text1 {
    font-size: 32px;
    line-height: 40px;
  }
  .ny19-section2 .content-item1 .card .info .text2 {
    margin-top: 40px;
    font-size: 16px;
    line-height: 24px;
  }
  .ny19-section2 .content-item1 .card1 {
    margin-top: 16px;
  }
  .ny19-section2 .content-item1 .card1 .info {
    left: 82px;
    width: 480px;
  }
  .ny19-section2 .content-item1 .card2 {
    margin-top: 16px;
  }
  .ny19-section2 .content-item1 .card2 .item .text {
    padding: 48px 40px;
    font-size: 24px;
    line-height: 32px;
  }
  .ny19-section2 .content-item1 .card3 .info {
    padding-top: 106px;
    padding-bottom: 50px;
  }
  .ny19-section2 .content-item1 .card3 .info .text1 {
    font-size: 40px;
    line-height: 48px;
  }
  .ny19-section2 .content-item1 .card3 .info .text2 {
    margin-top: 24px;
  }
  .ny19-section2 .content-item1 .card4 .info {
    padding-top: 106px;
    padding-bottom: 50px;
  }
  .ny19-section2 .content-item1 .card4 .info .text1 {
    font-size: 40px;
    line-height: 48px;
  }
  .ny19-section2 .content-item1 .card4 .info .text2 {
    margin-top: 24px;
  }
  .ny19-section2 .content-item1 .card4 .itembox {
    margin-top: 16px;
  }
  .ny19-section2 .content-item1 .card5 {
    margin-top: 40px;
  }
  .ny19-section2 .content-item1 .card5 .info {
    right: 76px;
    width: 480px;
  }
  .ny19-section2 .content-item1 .card6 {
    margin-top: 40px;
  }
  .ny19-section2 .content-item1 .card6 .left-info {
    left: 80px;
    width: 480px;
  }
  .ny19-section2 .content-item1 .card6 .right-info {
    right: 110px;
    width: 260px;
  }
  .ny19-section2 .content-item1 .card7 {
    margin-top: 40px;
  }
  .ny19-section2 .content-item1 .card7 .info {
    top: 120px;
    right: 76px;
    width: 480px;
  }
  .ny19-section2 .content-item1 .card7 .info .text3 {
    margin-top: 50px;
    font-size: 12px;
    line-height: 18px;
  }
  .ny19-section2 .content-item1 .card8 {
    margin-bottom: 70px;
  }
  .ny19-section2 .content-item1 .card8 .item {
    margin-top: 110px;
  }
  .ny19-section2 .content-item1 .card8 .info {
    width: 524px;
  }
  .ny19-section2 .content-item1 .card8 .image {
    width: 632px;
  }
  .ny19-section2 .content-item1 .card9 {
    margin-top: 40px;
  }
  .ny19-section2 .content-item1 .card9 .info {
    top: 80px;
    left: 80px;
    width: 480px;
  }
  .ny19-section2 .content-item1 .card10 {
    margin-top: 40px;
  }
  .ny19-section2 .content-item1 .card10 .info {
    right: 80px;
    width: 480px;
  }
  .ny19-section2 .content-item1 .card11 {
    margin-top: 16px;
  }
  .ny19-section2 .content-item1 .card11 .info {
    left: 82px;
    width: 480px;
  }
  .ny19-section2 .content-item1 .card12 {
    margin-top: 16px;
    height: 96px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .ny19-section2 .content-item1 .card12 .text {
    font-size: 16px;
    line-height: 20px;
  }
  .ny19-section2 .content-item2 .title {
    margin-bottom: 32px;
  }
  .ny19-section2 .content-item3 .item {
    margin-bottom: 48px;
    padding-bottom: 60px;
  }
  .ny19-section2 .content-item3 .title {
    font-size: 20px;
    line-height: 24px;
    width: 196px;
    margin-right: 64px;
  }
  .ny19-section2 .content-item3 table td {
    font-size: 16px;
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 40px;
  }
  .ny19-section2 .content-item3 table td:first-child {
    width: 240px;
  }
  .ny19-section2 .content-item4 .index-text3 {
    margin-bottom: 30px;
  }
  .ny19-section2 .content-item4 .item:nth-child(3) ~ .item {
    margin-top: 45px;
  }
  .ny19-section2 .content-item4 .item .image:after {
    font-size: 96px;
  }
  .ny19-section2 .content-item4 .item .text1 {
    font-size: 16px;
    margin-top: 24px;
  }
  .ny19-section2 .content-item4 .item .text2 {
    margin-top: 13px;
    font-size: 24px;
  }
  .ny19-section2 .content-item5 .itembox {
    margin-top: 40px;
  }
  .ny19-section2 .content-item5 .item .info {
    padding: 24px;
    padding-bottom: 32px;
  }
  .ny19-section2 .content-item5 .item .info .text1 {
    font-size: 16px;
    line-height: 24px;
  }
  .ny19-section2 .content-item5 .item .menu {
    margin-top: 24px;
  }
  .ny19-section2 .content-item5 .item .play {
    margin-right: 24px;
  }
  .ny19-section2 .content-item5 .item .play:after {
    font-size: 64px;
  }
  .ny19-section2 .content-item5 .item .timeline {
    height: 12px;
  }
  .ny19-section2 .content-item5 .item .timeline .line-btn {
    width: 12px;
    height: 12px;
  }
  .ny19-section2 .content-item5 .item .time-info {
    margin-top: 8px;
    font-size: 16px;
  }
  .ny19-section2 .content-item6 .select-group {
    top: 60px;
  }
  .ny19-section2 .content-item6 .item {
    padding-left: 8px;
    padding-right: 8px;
  }
  .ny19-section2 .content-item6 .item .top-head .title {
    padding-left: 24px;
    padding-right: 24px;
    height: 64px;
    font-size: 20px;
    line-height: 30px;
    border-radius: 4px;
  }
  .ny19-section2 .content-item6 .item .top-head .title:after {
    right: 24px;
    font-size: 24px;
  }
  .ny19-section2 .content-item6 .item .top-head > ul {
    border-radius: 4px;
  }
  .ny19-section2 .content-item6 .item .top-head > ul > li > a {
    height: 64px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 20px;
  }
  .ny19-section2 .content-item6 .item .common-btn {
    margin-top: 17px;
  }
  .ny19-section2 .content-item6 .bottom {
    margin-top: 90px;
  }
  .ny19-section2 .content-item6 .bottom .item {
    margin-bottom: 96px;
  }
  .ny19-section2 .content-item6 .bottom .item .title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .ny19-section2 .content-item6 .bottom .item ul > li {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .ny19-section2 {
    padding-bottom: 0;
    z-index: 22;
  }
  .ny19-section2 > .mxw-box {
    padding-left: 3.13vw;
    padding-right: 3.13vw;
  }
  .ny19-section2 .head {
    margin-bottom: 5.21vw;
    margin-left: -3.13vw;
    margin-right: -3.13vw;
    top: 8.33vw;
  }
  .ny19-section2 .tabs {
    padding-left: 1.56vw;
    padding-right: 1.56vw;
    overflow: auto;
  }
  .ny19-section2 .tabs .tab-item {
    padding-top: 2.6vw;
    padding-bottom: 2.6vw;
    margin-left: 1.56vw;
    margin-right: 1.56vw;
    font-size: 1.69vw;
  }
  .ny19-section2 .content-item1 .card .info .text1 {
    font-size: 2.6vw;
    line-height: 3.91vw;
  }
  .ny19-section2 .content-item1 .card .info .text2 {
    margin-top: 3.13vw;
    font-size: 1.69vw;
    line-height: 2.6vw;
  }
  .ny19-section2 .content-item1 .card .image {
    border-radius: 1.56vw;
  }
  .ny19-section2 .content-item1 .card1 {
    margin-top: 3.65vw;
  }
  .ny19-section2 .content-item1 .card1 .info {
    left: 5.21vw;
    width: 39.06vw;
  }
  .ny19-section2 .content-item1 .card2 {
    margin-top: 2.08vw;
  }
  .ny19-section2 .content-item1 .card2 .item .text {
    padding: 2.86vw;
    font-size: 1.82vw;
    line-height: 2.73vw;
  }
  .ny19-section2 .content-item1 .card3 .info {
    padding-top: 7.81vw;
    padding-bottom: 3.13vw;
  }
  .ny19-section2 .content-item1 .card3 .info .text1 {
    font-size: 2.86vw;
    line-height: 3.52vw;
  }
  .ny19-section2 .content-item1 .card3 .info .text2 {
    margin-top: 1.56vw;
  }
  .ny19-section2 .content-item1 .card4 .info {
    padding-top: 7.81vw;
    padding-bottom: 3.13vw;
  }
  .ny19-section2 .content-item1 .card4 .info .text1 {
    font-size: 2.86vw;
    line-height: 3.52vw;
  }
  .ny19-section2 .content-item1 .card4 .info .text2 {
    margin-top: 1.56vw;
  }
  .ny19-section2 .content-item1 .card4 .itembox {
    margin-top: 0;
  }
  .ny19-section2 .content-item1 .card4 .item {
    border-radius: 1.56vw;
  }
  .ny19-section2 .content-item1 .card5 {
    margin-top: 4.56vw;
  }
  .ny19-section2 .content-item1 .card5 .info {
    right: 1.69vw;
    width: 39.06vw;
  }
  .ny19-section2 .content-item1 .card6 {
    margin-top: 4.56vw;
  }
  .ny19-section2 .content-item1 .card6 .left-info {
    left: 5.21vw;
    width: 39.06vw;
  }
  .ny19-section2 .content-item1 .card6 .right-info {
    right: 7.94vw;
    width: 18.88vw;
  }
  .ny19-section2 .content-item1 .card7 {
    margin-top: 2.6vw;
  }
  .ny19-section2 .content-item1 .card7 .info {
    top: 50%;
    transform: translateY(-50%);
    right: 5.21vw;
    width: 39.06vw;
  }
  .ny19-section2 .content-item1 .card7 .info .text3 {
    margin-top: 5.21vw;
    font-size: 1.56vw;
    line-height: 2.34vw;
  }
  .ny19-section2 .content-item1 .card8 {
    margin-bottom: 3.26vw;
    padding-top: 5.21vw;
  }
  .ny19-section2 .content-item1 .card8 .item {
    margin-top: 2.6vw;
  }
  .ny19-section2 .content-item1 .card8 .item:nth-child(2n) .info {
    order: -1;
  }
  .ny19-section2 .content-item1 .card8 .info {
    width: 39.06vw;
  }
  .ny19-section2 .content-item1 .card8 .image {
    width: 41.67vw;
  }
  .ny19-section2 .content-item1 .card9 {
    margin-top: 4.56vw;
  }
  .ny19-section2 .content-item1 .card9 .info {
    top: 5.21vw;
    left: 5.21vw;
    width: 39.06vw;
  }
  .ny19-section2 .content-item1 .card10 {
    margin-top: 4.56vw;
  }
  .ny19-section2 .content-item1 .card10 .info {
    right: 5.21vw;
    width: 39.06vw;
  }
  .ny19-section2 .content-item1 .card11 {
    margin-top: 3.65vw;
  }
  .ny19-section2 .content-item1 .card11 .info {
    left: 5.21vw;
    width: 39.06vw;
  }
  .ny19-section2 .content-item1 .card12 {
    margin-top: 2.083vw;
    height: 10.417vw;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
    border-radius: 1.56vw;
  }
  .ny19-section2 .content-item1 .card12 .text {
    font-size: 2.083vw;
    line-height: 2.604vw;
  }
  .ny19-section2 .content-item2 .title {
    margin-bottom: 3.13vw;
  }
  .ny19-section2 .content-item3 .item {
    display: block;
    margin-bottom: 6.25vw;
    padding-bottom: 3.65vw;
  }
  .ny19-section2 .content-item3 .title {
    font-size: 2.6vw;
    line-height: 3.91vw;
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.65vw;
  }
  .ny19-section2 .content-item3 .table {
    max-width: 100%;
    overflow: auto;
  }
  .ny19-section2 .content-item3 table td {
    font-size: 1.82vw;
    line-height: 3.13vw;
    padding-top: 1.56vw;
    padding-bottom: 1.56vw;
    padding-right: 2.73vw;
    min-width: 26.04vw;
  }
  .ny19-section2 .content-item3 table td:first-child {
    border-bottom: 1px dashed #eee;
    font-family: "Inter-SemiBold";
    color: #333;
  }
  .ny19-section2 .content-item4 .index-text3 {
    margin-bottom: 2.08vw;
  }
  .ny19-section2 .content-item4 .item:nth-child(3) ~ .item {
    margin-top: 3.91vw;
  }
  .ny19-section2 .content-item4 .item .image {
    border-radius: 1.56vw;
  }
  .ny19-section2 .content-item4 .item .image:after {
    font-size: 8.33vw;
  }
  .ny19-section2 .content-item4 .item .text1 {
    font-size: 1.69vw;
    margin-top: 2.08vw;
    line-height: 2.34vw;
  }
  .ny19-section2 .content-item4 .item .text2 {
    margin-top: 1.04vw;
    font-size: 2.08vw;
    line-height: 2.47vw;
  }
  .ny19-section2 .content-item5 .itembox {
    margin-top: 3.13vw;
  }
  .ny19-section2 .content-item5 .item .info {
    padding: 2.08vw;
    padding-bottom: 3.13vw;
  }
  .ny19-section2 .content-item5 .item .info .text1 {
    font-size: 1.82vw;
    line-height: 2.73vw;
  }
  .ny19-section2 .content-item5 .item .menu {
    margin-top: 3.13vw;
    display: block;
  }
  .ny19-section2 .content-item5 .item .play {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .ny19-section2 .content-item5 .item .play:after {
    font-size: 8.33vw;
  }
  .ny19-section2 .content-item5 .item .tool {
    margin-top: 3.13vw;
  }
  .ny19-section2 .content-item5 .item .timeline {
    height: 1.56vw;
  }
  .ny19-section2 .content-item5 .item .timeline .line-btn {
    width: 1.56vw;
    height: 1.56vw;
  }
  .ny19-section2 .content-item5 .item .time-info {
    margin-top: 2.08vw;
    font-size: 2.08vw;
  }
  .ny19-section2 .content-item6.row-2 .select-group,
  .ny19-section2 .content-item6.row-2 .top {
    padding-left: 0;
  }
  .ny19-section2 .content-item6.row-2 .select-group .item,
  .ny19-section2 .content-item6.row-2 .top .item {
    width: 50%;
  }
  .ny19-section2 .content-item6.row-2 .bottom .item ul > li {
    width: 33.333%;
  }
  .ny19-section2 .content-item6.row-3 .select-group,
  .ny19-section2 .content-item6.row-3 .top {
    padding-left: 25%;
  }
  .ny19-section2 .content-item6.row-3 .select-group .item,
  .ny19-section2 .content-item6.row-3 .top .item {
    width: 33.333%;
  }
  .ny19-section2 .content-item6.row-3 .bottom .item ul > li {
    width: 25%;
  }
  .ny19-section2 .content-item6.row-4 .select-group,
  .ny19-section2 .content-item6.row-4 .top {
    padding-left: 20%;
  }
  .ny19-section2 .content-item6.row-4 .select-group .item,
  .ny19-section2 .content-item6.row-4 .top .item {
    width: 25%;
  }
  .ny19-section2 .content-item6.row-4 .bottom .item ul > li {
    width: 20%;
  }
  .ny19-section2 .content-item6.row-5 .select-group,
  .ny19-section2 .content-item6.row-5 .top {
    padding-left: 16.6666%;
  }
  .ny19-section2 .content-item6.row-5 .select-group .item,
  .ny19-section2 .content-item6.row-5 .top .item {
    width: 20%;
  }
  .ny19-section2 .content-item6.row-5 .bottom .item ul > li {
    width: 16.666%;
  }
  .ny19-section2 .content-item6 .select-group {
    top: 120px;
  }
  .ny19-section2 .content-item6 .item {
    padding-left: 1.04vw;
    padding-right: 1.04vw;
  }
  .ny19-section2 .content-item6 .item .top-head .title {
    padding-left: 0.91vw;
    padding-right: 0.91vw;
    height: 7.29vw;
    font-size: 2.08vw;
    line-height: 3.13vw;
    border-radius: 0.52vw;
  }
  .ny19-section2 .content-item6 .item .top-head .title:after {
    right: 1.56vw;
    font-size: 1.56vw;
  }
  .ny19-section2 .content-item6 .item .top-head > ul {
    border-radius: 0.52vw;
  }
  .ny19-section2 .content-item6 .item .top-head > ul > li > a {
    height: 7.29vw;
    padding-left: 1.82vw;
    padding-right: 1.82vw;
    font-size: 2.08vw;
  }
  .ny19-section2 .content-item6 .item .common-btn {
    margin-top: 2.21vw;
  }
  .ny19-section2 .content-item6 .bottom {
    margin-top: 10.42vw;
  }
  .ny19-section2 .content-item6 .bottom .item {
    margin-bottom: 8.33vw;
  }
  .ny19-section2 .content-item6 .bottom .item .title {
    font-size: 3.13vw;
    line-height: 4.17vw;
    margin-bottom: 3.91vw;
  }
  .ny19-section2 .content-item6 .bottom .item ul > li {
    padding-top: 4.17vw;
    padding-bottom: 4.17vw;
    font-size: 1.69vw;
    line-height: 2.34vw;
    padding-left: 0.78vw;
    padding-right: 0.78vw;
  }
  .ny19-section2 .product-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(1.563vw);
    z-index: 22;
    padding: 2.083vw 3.125vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: visibility 0.3s, opacity 0.3s;
    opacity: 1;
    visibility: visible;
  }
  .ny19-section2 .product-bottom.hide {
    visibility: hidden;
    opacity: 0;
  }
  .ny19-section2 .product-bottom .product-name {
    margin-right: 3.125vw;
    font-size: 2.083vw;
    font-family: "Inter-SemiBold";
  }
}
@media screen and (max-width: 500px) {
  .ny19-section2 {
    padding-bottom: 25.45vw;
  }
  .ny19-section2 > .mxw-box {
    padding-left: 4.07vw;
    padding-right: 4.07vw;
  }
  .ny19-section2 .head {
    margin-bottom: 5vw;
    margin-left: -4.07vw;
    margin-right: -4.07vw;
    top: 16.28vw;
  }
  .ny19-section2 .tabs {
    padding-left: 3.05vw;
    padding-right: 3.05vw;
  }
  .ny19-section2 .tabs .tab-item {
    padding-top: 5.09vw;
    padding-bottom: 5.09vw;
    margin-left: 3.05vw;
    margin-right: 3.05vw;
    font-size: 3.31vw;
  }
  .ny19-section2 .content-item1 .card .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2.04vw 2.04vw 0 0;
    overflow: hidden;
  }
  .ny19-section2 .content-item1 .card .info .text1 {
    position: relative;
    z-index: 2;
    font-size: 5.09vw;
    line-height: 7.63vw;
  }
  .ny19-section2 .content-item1 .card .info .text2 {
    position: relative;
    z-index: 2;
    margin-top: 6.11vw;
    font-size: 3.31vw;
    line-height: 5.09vw;
  }
  .ny19-section2 .content-item1 .card .image {
    border-radius: 2.04vw;
  }
  .ny19-section2 .content-item1 .card1 {
    margin-top: 7.12vw;
  }
  .ny19-section2 .content-item1 .card1 .info {
    padding-left: 6.11vw;
    padding-right: 6.11vw;
    left: 0;
    width: 100%;
    top: 8.14vw;
    transform: translateY(0);
  }
  .ny19-section2 .content-item1 .card2 {
    margin-top: 4.07vw;
    display: block;
  }
  .ny19-section2 .content-item1 .card2 .item {
    width: 100%;
    margin: 0 !important;
    margin-top: 3.05vw !important;
  }
  .ny19-section2 .content-item1 .card2 .item .image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22.9vw;
    overflow: hidden;
  }
  .ny19-section2 .content-item1 .card2 .item .text {
    padding-left: 6.11vw;
    padding-right: 6.11vw;
    font-size: 3.56vw;
    line-height: 5.34vw;
    font-family: "Inter-Regular";
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .ny19-section2 .content-item1 .card3 .info {
    padding-top: 12.72vw;
    padding-bottom: 8.14vw;
  }
  .ny19-section2 .content-item1 .card3 .info .text1 {
    font-size: 5.6vw;
    line-height: 6.87vw;
  }
  .ny19-section2 .content-item1 .card3 .info .text2 {
    margin-top: 3.05vw;
  }
  .ny19-section2 .content-item1 .card4 .info {
    padding-top: 12.72vw;
    padding-bottom: 8.14vw;
  }
  .ny19-section2 .content-item1 .card4 .info .text1 {
    font-size: 5.6vw;
    line-height: 6.87vw;
  }
  .ny19-section2 .content-item1 .card4 .info .text2 {
    margin-top: 3.05vw;
  }
  .ny19-section2 .content-item1 .card4 .item {
    border-radius: 2.04vw;
  }
  .ny19-section2 .content-item1 .card5 {
    margin-top: 8.91vw;
  }
  .ny19-section2 .content-item1 .card5 .info {
    top: 8.14vw;
    right: 0;
    width: 100%;
    transform: translateY(0);
    position: static;
    padding: 8.14vw 6.11vw;
  }
  .ny19-section2 .content-item1 .card6 {
    margin-top: 8.91vw;
  }
  .ny19-section2 .content-item1 .card6 .left-info {
    left: 0;
    width: 100%;
    top: 8.14vw;
    padding-left: 6.11vw;
    padding-right: 6.11vw;
    transform: translateY(0);
    position: static;
    padding: 8.14vw 6.11vw;
  }
  .ny19-section2 .content-item1 .card6 .right-info {
    right: auto;
    left: 6.11vw;
    bottom: 11.45vw;
    top: auto;
    transform: translateY(0);
    width: 36.9vw;
  }
  .ny19-section2 .content-item1 .card6 .image {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .ny19-section2 .content-item1 .card7 {
    margin-top: 5.09vw;
  }
  .ny19-section2 .content-item1 .card7 .image {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .ny19-section2 .content-item1 .card7 .info {
    right: 10.18vw;
    width: 100%;
    transform: translateY(0);
    position: static;
    padding: 8.14vw 6.11vw;
  }
  .ny19-section2 .content-item1 .card7 .info .text3 {
    margin-top: 10.18vw;
    font-size: 3.05vw;
    line-height: 4.58vw;
    position: relative;
    z-index: 2;
  }
  .ny19-section2 .content-item1 .card8 {
    margin-bottom: 0;
    padding-bottom: 7.38vw;
    padding-top: 1.02vw;
  }
  .ny19-section2 .content-item1 .card8 .item {
    display: block;
    margin-top: 15.27vw;
    width: 100%;
  }
  .ny19-section2 .content-item1 .card8 .info {
    width: 100%;
    padding-bottom: 10.18vw;
  }
  .ny19-section2 .content-item1 .card8 .info .text1 {
    font-size: 5.73vw;
  }
  .ny19-section2 .content-item1 .card8 .info .text1 br {
    display: none;
  }
  .ny19-section2 .content-item1 .card8 .info .text2 {
    margin-top: 4.07vw;
  }
  .ny19-section2 .content-item1 .card8 .image {
    width: 100%;
  }
  .ny19-section2 .content-item1 .card9 {
    margin-top: 8.91vw;
  }
  .ny19-section2 .content-item1 .card9 .image {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .ny19-section2 .content-item1 .card9 .info {
    top: 10.18vw;
    left: 10.18vw;
    width: 100%;
    transform: translateY(0);
    position: static;
    padding: 8.14vw 6.11vw;
  }
  .ny19-section2 .content-item1 .card10 {
    margin-top: 8.91vw;
  }
  .ny19-section2 .content-item1 .card10 .image {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .ny19-section2 .content-item1 .card10 .info {
    right: 10.18vw;
    width: 100%;
    transform: translateY(0);
    position: static;
    padding: 8.14vw 6.11vw;
  }
  .ny19-section2 .content-item1 .card10 .info .text1 {
    color: #000;
  }
  .ny19-section2 .content-item1 .card10 .info .text2 {
    color: #000;
  }
  .ny19-section2 .content-item1 .card11 {
    margin-top: 4.07vw;
    position: relative;
  }
  .ny19-section2 .content-item1 .card11 .info {
    position: absolute;
    top: 50%;
    left: 20.87vw;
    transform: translateY(0);
    z-index: 2;
    width: 100%;
    position: static;
    padding: 8.14vw 6.11vw;
  }
  .ny19-section2 .content-item1 .card12 {
    margin-top: 4.071vw;
    height: 20.356vw;
    padding-left: 6.107vw;
    padding-right: 6.107vw;
    border-radius: 2.04vw;
  }
  .ny19-section2 .content-item1 .card12 .text {
    font-size: 4.071vw;
    line-height: 5.089vw;
  }
  .ny19-section2 .content-item2 .title {
    margin-bottom: 6.62vw;
  }
  .ny19-section2 .content-item3 .item {
    display: block;
    margin-bottom: 12.21vw;
    padding-bottom: 7.12vw;
  }
  .ny19-section2 .content-item3 .item:last-child {
    margin-bottom: 0;
  }
  .ny19-section2 .content-item3 .title {
    font-size: 5.09vw;
    line-height: 7.63vw;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .ny19-section2 .content-item3 table {
    width: 100%;
  }
  .ny19-section2 .content-item3 table tr {
    margin-top: 17.81vw;
    position: relative;
    display: block;
    width: 100%;
  }
  .ny19-section2 .content-item3 table td {
    font-size: 3.56vw;
    line-height: 5.34vw;
    padding-top: 2.04vw;
    padding-bottom: 2.04vw;
    padding-right: 6.11vw;
    min-width: 40.71vw;
  }
  .ny19-section2 .content-item3 table td br {
    display: none;
  }
  .ny19-section2 .content-item3 table td:first-child {
    width: 100%;
    position: absolute;
    top: -10.18vw;
    left: 0;
  }
  .ny19-section2 .content-item4 .index-text3 {
    margin-bottom: 5.09vw;
  }
  .ny19-section2 .content-item4 .item {
    width: 100%;
  }
  .ny19-section2 .content-item4 .item:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }
  .ny19-section2 .content-item4 .item:nth-child(1) ~ .item {
    margin-top: 12.72vw;
  }
  .ny19-section2 .content-item4 .item:nth-child(3) ~ .item {
    margin-top: 12.72vw;
  }
  .ny19-section2 .content-item4 .item .image {
    border-radius: 2.04vw;
  }
  .ny19-section2 .content-item4 .item .image:after {
    font-size: 16.28vw;
  }
  .ny19-section2 .content-item4 .item .text1 {
    font-size: 3.31vw;
    margin-top: 4.07vw;
    line-height: 4.58vw;
  }
  .ny19-section2 .content-item4 .item .text2 {
    margin-top: 2.04vw;
    font-size: 4.07vw;
    line-height: 4.83vw;
  }
  .ny19-section2 .content-item5 .itembox {
    margin-top: 6.11vw;
  }
  .ny19-section2 .content-item5 .item {
    width: 100%;
  }
  .ny19-section2 .content-item5 .item:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }
  .ny19-section2 .content-item5 .item:nth-child(1) ~ .item {
    margin-top: 3.05vw;
  }
  .ny19-section2 .content-item5 .item:nth-child(3) ~ .item {
    margin-top: 3.05vw;
  }
  .ny19-section2 .content-item5 .item .info {
    padding: 4.07vw;
    padding-bottom: 6.11vw;
  }
  .ny19-section2 .content-item5 .item .info .text1 {
    font-size: 3.56vw;
    line-height: 5.34vw;
  }
  .ny19-section2 .content-item5 .item .menu {
    margin-top: 6.11vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .ny19-section2 .content-item5 .item .play {
    margin-right: 6.11vw;
  }
  .ny19-section2 .content-item5 .item .play:after {
    font-size: 16.28vw;
  }
  .ny19-section2 .content-item5 .item .tool {
    margin-top: 6.11vw;
  }
  .ny19-section2 .content-item5 .item .timeline {
    height: 3.05vw;
  }
  .ny19-section2 .content-item5 .item .timeline .line-btn {
    width: 3.05vw;
    height: 3.05vw;
  }
  .ny19-section2 .content-item5 .item .time-info {
    margin-top: 4.07vw;
    font-size: 4.07vw;
  }
  .ny19-section2 .content-item6.row-2 .select-group,
  .ny19-section2 .content-item6.row-3 .select-group,
  .ny19-section2 .content-item6.row-4 .select-group,
  .ny19-section2 .content-item6.row-5 .select-group,
  .ny19-section2 .content-item6.row-2 .top,
  .ny19-section2 .content-item6.row-3 .top,
  .ny19-section2 .content-item6.row-4 .top,
  .ny19-section2 .content-item6.row-5 .top {
    padding-left: 0;
  }
  .ny19-section2 .content-item6.row-2 .select-group .item,
  .ny19-section2 .content-item6.row-3 .select-group .item,
  .ny19-section2 .content-item6.row-4 .select-group .item,
  .ny19-section2 .content-item6.row-5 .select-group .item,
  .ny19-section2 .content-item6.row-2 .top .item,
  .ny19-section2 .content-item6.row-3 .top .item,
  .ny19-section2 .content-item6.row-4 .top .item,
  .ny19-section2 .content-item6.row-5 .top .item {
    width: 49%;
  }
  .ny19-section2 .content-item6.row-2 .bottom .item ul > li,
  .ny19-section2 .content-item6.row-3 .bottom .item ul > li,
  .ny19-section2 .content-item6.row-4 .bottom .item ul > li,
  .ny19-section2 .content-item6.row-5 .bottom .item ul > li {
    width: 49%;
  }
  .ny19-section2 .content-item6.row-2 .bottom .item ul > li:nth-child(2),
  .ny19-section2 .content-item6.row-3 .bottom .item ul > li:nth-child(2),
  .ny19-section2 .content-item6.row-4 .bottom .item ul > li:nth-child(2),
  .ny19-section2 .content-item6.row-5 .bottom .item ul > li:nth-child(2),
  .ny19-section2 .content-item6.row-2 .bottom .item ul > li:nth-child(3),
  .ny19-section2 .content-item6.row-3 .bottom .item ul > li:nth-child(3),
  .ny19-section2 .content-item6.row-4 .bottom .item ul > li:nth-child(3),
  .ny19-section2 .content-item6.row-5 .bottom .item ul > li:nth-child(3) {
    padding-top: 10.18vw;
    padding-bottom: 6.11vw;
  }
  .ny19-section2 .content-item6 .select-group {
    top: 27.99vw;
  }
  .ny19-section2 .content-item6 .item {
    flex-shrink: 0;
    padding-left: 2.04vw;
    padding-right: 2.04vw;
  }
  .ny19-section2 .content-item6 .item:nth-child(2) ~ .item {
    display: none;
  }
  .ny19-section2 .content-item6 .item .top-head .title {
    padding-left: 1.78vw;
    padding-right: 1.78vw;
    height: 14.25vw;
    font-size: 4.07vw;
    line-height: 6.11vw;
    border-radius: 1.02vw;
  }
  .ny19-section2 .content-item6 .item .top-head .title:after {
    right: 3.05vw;
    font-size: 3.05vw;
  }
  .ny19-section2 .content-item6 .item .top-head > ul {
    border-radius: 1.02vw;
  }
  .ny19-section2 .content-item6 .item .top-head > ul > li > a {
    height: 14.25vw;
    padding-left: 3.56vw;
    padding-right: 3.56vw;
    font-size: 4.07vw;
  }
  .ny19-section2 .content-item6 .item .common-btn {
    margin-top: 4.33vw;
  }
  .ny19-section2 .content-item6 .bottom {
    margin-top: 20.36vw;
  }
  .ny19-section2 .content-item6 .bottom .item {
    margin-bottom: 16.28vw;
  }
  .ny19-section2 .content-item6 .bottom .item .title {
    font-size: 6.11vw;
    line-height: 8.14vw;
    margin-bottom: 7.63vw;
  }
  .ny19-section2 .content-item6 .bottom .item ul {
    position: relative;
    border-bottom: 1px solid #f8f8f8;
  }
  .ny19-section2 .content-item6 .bottom .item ul > li {
    flex-shrink: 0;
    padding-top: 0;
    padding-bottom: 6.11vw;
    font-size: 3.31vw;
    line-height: 4.58vw;
    padding-left: 1.53vw;
    padding-right: 1.53vw;
    border: 0;
    text-align: left;
  }
  .ny19-section2 .content-item6 .bottom .item ul > li:first-child {
    position: absolute;
    top: 4.07vw;
    left: 0;
    font-size: 3.05vw;
    line-height: 4.07vw;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .ny19-section2 .content-item6 .bottom .item ul > li:nth-child(3) ~ li {
    display: none !important;
  }
  .ny19-section2 .product-bottom {
    backdrop-filter: blur(3.053vw);
    padding: 4.071vw 3vw;
  }
  .ny19-section2 .product-bottom .product-name {
    margin-right: 6.107vw;
    font-size: 4.071vw;
  }
  .ny19-section2 .product-bottom .common-btn {
    min-width: 25vw;
    padding: 3vw 2vw;
  }
}
/* ==================== ny19 - 板块二 End ==================== */
/* ==================== ny19 - 板块二（补充） Start ==================== */
.ny19-section2 {
  scroll-margin-top: 74px;
}
@media screen and (max-width: 1024px) {
  .ny19-section2 img {
    width: 100%;
  }
}
.ny19-section2 .detail-item {
  display: none;
  scroll-margin-top: 148px;
  min-height: 100vh;
}
.ny19-section2 .detail-item.active {
  display: block;
}
.ny19-section2 .detail-item.video,
.ny19-section2 .detail-item .support .faq-detail-box,
.ny19-section2 .detail-item .support .manual .manual-box,
.ny19-section2 .detail-item .support .manual {
  margin-bottom: 0;
}
.ny19-section2 .detail-item.video .video-box .text .time {
  display: none;
}
.ny19-section2 .detail-item .support .faq-detail-box .title {
  display: none;
}
.ny19-section2 .product-title {
  max-width: 800px;
  text-align: center;
  margin: auto auto 32px;
}
@media screen and (max-width: 750px) {
  .ny19-section2 .product-title {
    margin-bottom: 40px;
  }
}
.ny19-section2 .product-title .title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .ny19-section2 .product-title .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 750px) {
  .ny19-section2 .product-title .title {
    font-size: 24px;
  }
}
.ny19-section2 .product-title .summary {
  font-size: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .ny19-section2 .product-title .summary {
    font-size: 14px;
  }
}
.ny19-section2 .get-now {
  background: #000;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .ny19-section2 .get-now {
    margin-bottom: 64px;
  }
}
.ny19-section2 .get-now .section1280 {
  display: flex;
  justify-content: space-between;
  height: 96px;
  align-items: center;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .ny19-section2 .get-now .section1280 {
    height: 80px;
  }
}
.ny19-section2 .overview .card {
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
  width: 100%;
  margin: auto auto 80px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .ny19-section2 .overview .card {
    margin-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 750px) {
  .ny19-section2 .overview .card {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.ny19-section2 .overview .card:last-child {
  margin-bottom: 0;
}
.ny19-section2 .overview .card2 {
  display: flex;
  grid-gap: 124px;
}
@media screen and (max-width: 1024px) {
  .ny19-section2 .overview .card2 {
    grid-gap: 40px;
  }
}
@media screen and (max-width: 750px) {
  .ny19-section2 .overview .card2 {
    flex-direction: column;
    grid-gap: 0;
  }
}
.ny19-section2 .overview .card2 .left {
  flex: 1;
}
.ny19-section2 .overview .card2 .left .product-title {
  text-align: left;
  margin: auto auto 32px;
}
.ny19-section2 .overview .card2 .left .product-title .summary {
  margin-top: 32px;
}
.ny19-section2 .overview .card2 .right {
  flex-basis: calc(632 / 1280 * 100%);
}
@media screen and (max-width: 1024px) {
  .ny19-section2 .overview .card2 .right {
    flex-basis: 320px;
  }
}
.ny19-section2 .overview .card3 {
  display: flex;
  grid-gap: 124px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .ny19-section2 .overview .card3 {
    grid-gap: 40px;
  }
}
@media screen and (max-width: 750px) {
  .ny19-section2 .overview .card3 {
    flex-direction: column;
    grid-gap: 0;
  }
}
.ny19-section2 .overview .card3 .left {
  flex: 1;
}
.ny19-section2 .overview .card3 .left .product-title {
  text-align: left;
  margin: auto auto 32px;
}
.ny19-section2 .overview .card3 .left .product-title .summary {
  margin-top: 32px;
}
.ny19-section2 .overview .card3 .right {
  flex-basis: calc(632 / 1280 * 100%);
}
@media screen and (max-width: 1024px) {
  .ny19-section2 .overview .card3 .right {
    flex-basis: 320px;
  }
}
.ny19-section2 .overview .card4,
.ny19-section2 .overview .card5,
.ny19-section2 .overview .card7,
.ny19-section2 .overview .card8 {
  position: relative;
}
.ny19-section2 .overview .card4 .cart-text,
.ny19-section2 .overview .card5 .cart-text,
.ny19-section2 .overview .card7 .cart-text,
.ny19-section2 .overview .card8 .cart-text {
  position: absolute;
  top: 0;
  width: 45%;
  padding: 40px 80px;
}
@media screen and (max-width: 750px) {
  .ny19-section2 .overview .card4 .cart-text,
  .ny19-section2 .overview .card5 .cart-text,
  .ny19-section2 .overview .card7 .cart-text,
  .ny19-section2 .overview .card8 .cart-text {
    position: initial;
    width: 100%;
    padding: 0;
  }
}
.ny19-section2 .overview .card4 .cart-text .product-title,
.ny19-section2 .overview .card5 .cart-text .product-title,
.ny19-section2 .overview .card7 .cart-text .product-title,
.ny19-section2 .overview .card8 .cart-text .product-title {
  text-align: left;
}
.ny19-section2 .overview .card5 .cart-text {
  right: 80px;
}
.ny19-section2 .overview .card6 .product-title {
  position: absolute;
  top: 80px;
  z-index: 2;
  left: 40px;
  right: 40px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .ny19-section2 .overview .card6 .product-title {
    position: initial;
  }
}
.ny19-section2 .overview .card7 .cart-text,
.ny19-section2 .overview .card8 .cart-text {
  height: fit-content;
  bottom: 0;
  margin: auto;
}
.ny19-section2 .overview .card8 .cart-text {
  right: 80px;
}
.ny19-section2 .packing .packing-swiper {
  position: relative;
}
.ny19-section2 .packing table {
  width: 100% !important;
  max-width: 960px;
  margin: 80px auto 160px;
}
@media screen and (max-width: 1024px) {
  .ny19-section2 .packing table {
    margin: 120px auto 160px;
  }
}
.ny19-section2 .packing table th {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .ny19-section2 .packing table th {
    font-size: 20px;
  }
}
.ny19-section2 .packing table tr {
  display: flex;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .ny19-section2 .packing table tr {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .ny19-section2 .packing table tr {
    flex-direction: column;
    padding-bottom: 24px;
  }
}
.ny19-section2 .packing table tr td {
  padding: 8px 0;
}
@media screen and (max-width: 750px) {
  .ny19-section2 .packing table tr td {
    padding: 0;
  }
}
.ny19-section2 .packing table tr td:nth-child(1) {
  flex-basis: 280px;
  margin-right: 32px;
}
@media screen and (max-width: 1024px) {
  .ny19-section2 .packing table tr td:nth-child(1) {
    flex-basis: 240px;
    margin-right: 32px;
  }
}
@media screen and (max-width: 750px) {
  .ny19-section2 .packing table tr td:nth-child(1) {
    flex-basis: auto;
  }
}
.ny19-section2 .packing table tr td:nth-child(2) {
  flex: 1;
  color: #666;
}
@media screen and (max-width: 750px) {
  .ny19-section2 .packing table tr td:nth-child(2) {
    margin-top: 8px;
  }
}
.ny19-section2 .packing table thead {
  margin-bottom: 48px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .ny19-section2 .packing table thead {
    margin-bottom: 32px;
  }
}
.ny19-section2 .packing .swiper {
  width: calc(100% - 140px);
  margin: auto;
  position: initial;
}
@media screen and (max-width: 1024px) {
  .ny19-section2 .packing .swiper {
    width: 100%;
  }
}
.ny19-section2 .packing .swiper-title {
  font-size: 13px;
  color: #666;
  margin-bottom: 24px;
  font-weight: 600;
  width: fit-content;
}
.ny19-section2 .packing .swiper-title .swiper-slide {
  width: auto;
  cursor: pointer;
  transition: color 0.5s;
}
.ny19-section2 .packing .swiper-title .swiper-slide.swiper-slide-thumb-active {
  color: #fff;
}
.ny19-section2 .packing .swiper-slide {
  border-radius: 4px;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .ny19-section2 .packing .swiper-button-prev,
  .ny19-section2 .packing .swiper-button-next {
    display: none !important;
  }
}
.ny19-section2 .packing .swiper-button-prev {
  left: 0;
}
.ny19-section2 .packing .swiper-button-next {
  right: 0;
}
.ny19-section2 .packing .swiper-button-lock {
  display: flex;
  pointer-events: auto;
}
.ny19-section2 .overview .card12 {
  margin-top: 16px;
  position: relative;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #000000;
  border-radius: 16px;
}
.ny19-section2 .overview .card12 .text {
  color: #FFF;
  font-size: 16px;
  font-family: "Inter-Regular";
  line-height: 20px;
}
@media screen and (min-width: 1440px) {
  .ny19-section2 .overview .card12 {
    margin-top: 16px;
    height: 96px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .ny19-section2 .overview .card12 .text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ny19-section2 .overview .card12 {
    margin-top: 2.083vw;
    height: 10.417vw;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
    border-radius: 1.56vw;
  }
  .ny19-section2 .overview .card12 .text {
    font-size: 2.083vw;
    line-height: 2.604vw;
  }
}
@media screen and (max-width: 500px) {
  .ny19-section2 .overview .card12 {
    margin-top: 4.071vw;
    height: 20.356vw;
    padding-left: 6.107vw;
    padding-right: 6.107vw;
    border-radius: 2.04vw;
  }
  .ny19-section2 .overview .card12 .text {
    font-size: 4.071vw;
    line-height: 5.089vw;
  }
}
/* ==================== ny19 - 板块二（补充） End ==================== */
/* ==================== ny19 - 板块三 Start ==================== */
.ny19-section3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 2.78vw;
  padding-bottom: 2.78vw;
}
.ny19-section3 .head {
  margin-bottom: 2.22vw;
  text-align: center;
}
.ny19-section3 .head .text1 {
  color: #fff;
}
.ny19-section3 .head .text2 {
  color: #fff;
  margin-top: 0.56vw;
}
.ny19-section3 form {
  min-width: 0;
  flex-grow: 1;
  padding: 2.78vw;
  padding-bottom: 5.56vw;
  background-color: #fff;
  border-radius: 16px;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
}
.ny19-section3 form .form-itembox {
  display: flex;
  flex-wrap: wrap;
}
.ny19-section3 form .form-item {
  width: 33.333%;
  border-bottom: 1px solid #F6F6F6;
  margin-bottom: 0.56vw;
}
.ny19-section3 form .form-item .layui-edge {
  width: 0.69vw;
  height: 0.69vw;
  border: 0;
  border-top: 0.14vw solid #999;
  border-right: 0.14vw solid #999;
  margin-right: 0.49vw;
  transform: rotate(135deg);
  margin-top: -0.42vw;
}
.ny19-section3 form .form-item .layui-input {
  height: 3.89vw;
  border: 0;
  padding: 1.25vw 0.9vw;
  font-size: 0.9vw;
  font-family: "Inter-Regular";
  color: #000;
}
.ny19-section3 form .form-item .layui-input::-webkit-input-placeholder {
  color: #999;
}
.ny19-section3 form .form-item .layui-input::-moz-placeholder {
  color: #999;
}
.ny19-section3 form .form-item .layui-input:-moz-placeholder {
  color: #999;
}
.ny19-section3 form .form-item .layui-input:-ms-input-placeholder {
  color: #999;
}
.ny19-section3 form .form-item .layui-form-selected .layui-edge {
  transform: rotate(-45deg);
  margin-top: 0;
}
.ny19-section3 form .form-item .layui-form-select .layui-input {
  height: 3.89vw;
  border: 0;
  padding: 1.25vw 0.9vw;
  font-size: 0.9vw;
  font-family: "Inter-Regular";
  color: #000;
}
.ny19-section3 form .form-item .layui-form-select .layui-input::-webkit-input-placeholder {
  color: #999;
}
.ny19-section3 form .form-item .layui-form-select .layui-input::-moz-placeholder {
  color: #999;
}
.ny19-section3 form .form-item .layui-form-select .layui-input:-moz-placeholder {
  color: #999;
}
.ny19-section3 form .form-item .layui-form-select .layui-input:-ms-input-placeholder {
  color: #999;
}
.ny19-section3 form .form-item .layui-form-selected dl {
  top: 100%;
  padding-top: 0;
  padding-bottom: 0.56vw;
  border: 0;
  text-align: left;
  border-bottom-left-radius: 0.56vw;
  border-bottom-right-radius: 0.56vw;
  border: 1px solid #F6F6F6;
  background: #FFF;
  box-shadow: 0vw 0.42vw 0.83vw 0vw rgba(0, 0, 0, 0.1);
}
.ny19-section3 form .form-item .layui-form-select dl dd {
  padding: 0 0.83vw;
  height: 2.78vw;
  line-height: 2.78vw;
  color: #999;
  font-size: 0.83vw;
  font-family: "Inter-Regular";
  background-color: #fff;
}
.ny19-section3 form .form-item .layui-form-select dl dd.layui-this {
  background-color: #F6F6F6;
  color: #000;
}
.ny19-section3 form textarea {
  height: 14.86vw;
  width: 100%;
  padding: 1.11vw;
  border-radius: 16px;
  font-size: 0.9vw;
  font-family: "Inter-Regular";
  color: #000;
  resize: none;
  border: 0;
  outline: none;
  background-color: #F6F6F6;
  margin-top: 2.22vw;
}
.ny19-section3 form textarea::-webkit-input-placeholder {
  color: #999;
}
.ny19-section3 form textarea::-moz-placeholder {
  color: #999;
}
.ny19-section3 form textarea:-moz-placeholder {
  color: #999;
}
.ny19-section3 form textarea:-ms-input-placeholder {
  color: #999;
}
.ny19-section3 form .tip {
  margin-top: 0.83vw;
  color: #999;
  font-family: "Inter-Regular";
  font-size: 0.9vw;
  line-height: 1.39vw;
}
.ny19-section3 form button {
  margin-top: 2.78vw;
}
@media screen and (min-width: 1440px) {
  .ny19-section3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ny19-section3 .head {
    margin-bottom: 40px;
  }
  .ny19-section3 .head .text2 {
    margin-top: 8px;
  }
  .ny19-section3 form {
    padding: 40px;
    padding-bottom: 80px;
    width: 720px;
  }
  .ny19-section3 form .form-item {
    margin-bottom: 8px;
  }
  .ny19-section3 form .form-item .layui-edge {
    width: 10px;
    height: 10px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    margin-right: 7px;
    margin-top: -6px;
  }
  .ny19-section3 form .form-item .layui-input {
    height: 56px;
    padding: 18px 13px;
    font-size: 13px;
  }
  .ny19-section3 form .form-item .layui-form-select .layui-input {
    height: 56px;
    padding: 18px 13px;
    font-size: 13px;
  }
  .ny19-section3 form .form-item .layui-form-selected dl {
    padding-bottom: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
  }
  .ny19-section3 form .form-item .layui-form-select dl dd {
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .ny19-section3 form textarea {
    height: 214px;
    padding: 16px;
    font-size: 13px;
    margin-top: 32px;
  }
  .ny19-section3 form .tip {
    margin-top: 12px;
    font-size: 13px;
    line-height: 20px;
  }
  .ny19-section3 form button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ny19-section3 {
    padding-bottom: 6.51vw;
  }
  .ny19-section3 .head {
    margin-bottom: 4.17vw;
  }
  .ny19-section3 .head .text2 {
    margin-top: 1.04vw;
  }
  .ny19-section3 form {
    padding: 3.13vw;
    padding-bottom: 5.21vw;
    border-radius: 1.56vw;
    width: 93.75vw;
  }
  .ny19-section3 form .form-item {
    width: 33.333%;
    margin-bottom: 0;
  }
  .ny19-section3 form .form-item .layui-edge {
    width: 1.3vw;
    height: 1.3vw;
    border-top: 0.26vw solid #999;
    border-right: 0.26vw solid #999;
    margin-right: 0.91vw;
    margin-top: -0.78vw;
  }
  .ny19-section3 form .form-item .layui-input {
    height: 7.29vw;
    padding: 0;
    font-size: 1.69vw;
  }
  .ny19-section3 form .form-item .layui-form-select .layui-input {
    height: 7.29vw;
    padding: 0;
    font-size: 1.69vw;
  }
  .ny19-section3 form .form-item .layui-form-selected dl {
    padding-bottom: 1.04vw;
    border-bottom-left-radius: 1.04vw;
    border-bottom-right-radius: 1.04vw;
    box-shadow: 0vw 0.78vw 1.56vw 0vw rgba(0, 0, 0, 0.1);
  }
  .ny19-section3 form .form-item .layui-form-select dl dd {
    padding: 0 1.56vw;
    height: 5.21vw;
    line-height: 5.21vw;
    font-size: 1.56vw;
  }
  .ny19-section3 form textarea {
    height: 27.86vw;
    padding: 2.08vw;
    font-size: 1.69vw;
    margin-top: 3.13vw;
    border-radius: 1.56vw;
  }
  .ny19-section3 form .tip {
    margin-top: 1.56vw;
    font-size: 1.69vw;
    line-height: 2.6vw;
  }
  .ny19-section3 form button {
    margin-top: 3.13vw;
  }
}
@media screen and (max-width: 500px) {
  .ny19-section3 {
    padding-bottom: 10.18vw;
    padding-left: 4.07vw;
    padding-right: 4.07vw;
  }
  .ny19-section3 .head {
    margin-bottom: 10.18vw;
  }
  .ny19-section3 .head .text2 {
    margin-top: 2.04vw;
  }
  .ny19-section3 form {
    padding: 6.11vw;
    padding-bottom: 10.18vw;
    border-radius: 2.04vw;
    width: 100%;
  }
  .ny19-section3 form .form-item {
    width: 50%;
  }
  .ny19-section3 form .form-item:nth-child(3) {
    width: 100%;
  }
  .ny19-section3 form .form-item .layui-edge {
    width: 2.54vw;
    height: 2.54vw;
    border-top: 0.51vw solid #999;
    border-right: 0.51vw solid #999;
    margin-right: 1.78vw;
    margin-top: -1.53vw;
  }
  .ny19-section3 form .form-item .layui-input {
    height: 14.25vw;
    font-size: 3.31vw;
  }
  .ny19-section3 form .form-item .layui-form-select .layui-input {
    height: 14.25vw;
    font-size: 3.31vw;
  }
  .ny19-section3 form .form-item .layui-form-selected dl {
    padding-bottom: 2.04vw;
    border-bottom-left-radius: 2.04vw;
    border-bottom-right-radius: 2.04vw;
    box-shadow: 0vw 1.53vw 3.05vw 0vw rgba(0, 0, 0, 0.1);
  }
  .ny19-section3 form .form-item .layui-form-select dl dd {
    padding: 0 3.05vw;
    height: 10.18vw;
    line-height: 10.18vw;
    font-size: 3.05vw;
  }
  .ny19-section3 form textarea {
    height: 54.45vw;
    padding: 4.07vw;
    font-size: 3.31vw;
    line-height: 5.09vw;
    margin-top: 6.11vw;
    border-radius: 2.04vw;
  }
  .ny19-section3 form .tip {
    margin-top: 3.05vw;
    font-size: 3.31vw;
    line-height: 5.09vw;
  }
  .ny19-section3 form button {
    margin-top: 6.11vw;
  }
}
/* ==================== ny19 - 板块三 End ==================== */
/*# sourceMappingURL=ny19.css.map */