.ny9-main section {
  position: relative;
}
.ny9-main section .body-bg {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
}
/* ==================== 内页9 - 通用标题 Start ==================== */
.ny9-title {
  font-size: 70px;
  color: #1D1D1F;
  line-height: 1;
  font-family: "HYJunhei-85J";
  margin-bottom: 60px;
}
.ny9-title.white {
  color: #fff;
}
@media screen and (max-width: 749px) {
  .ny9-title {
    font-size: 9.33vw;
    margin-bottom: 8vw;
  }
}
/* ==================== 内页9 - 通用标题 End ==================== */
/* ==================== 内页9 - 板块一 Start ==================== */
.ny9-section1 {
  position: relative;
}
.ny9-section1 .info {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
}
.ny9-section1 .info .text1 {
  font-size: 50px;
  line-height: 1.2;
  color: #1E1E20;
  font-family: "HYJunhei-85J";
  margin-bottom: 30px;
}
.ny9-section1 .info .text2 {
  font-size: 80px;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
}
.ny9-section1 .info .more-btn {
  margin-top: 76px;
  font-size: 30px;
  color: #1E1E20;
  text-align: center;
  cursor: pointer;
}
.ny9-section1 .info .more-btn .icon {
  margin-top: 20px;
  width: 28px;
  margin-left: auto;
  margin-right: auto;
}
.ny9-section1 .info .more-btn .icon img {
  width: 100%;
}
.ny9-section1 .swiper-slide {
  position: relative;
}
.ny9-section1 .swiper-slide .image {
  display: block;
  width: 100%;
}
.ny9-section1 .swiper-slide .image img {
  width: 100%;
  display: block;
}
.ny9-section1 .common-pagination {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
}
.ny9-section1 .common-pagination .play-btn,
.ny9-section1 .common-pagination .swiper-pagination {
  border-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 749px) {
  .ny9-section1 .info {
    top: 26.67vw;
  }
  .ny9-section1 .info .text1 {
    font-size: 6.67vw;
    margin-bottom: 4vw;
  }
  .ny9-section1 .info .text2 {
    font-size: 10.67vw;
  }
  .ny9-section1 .info .more-btn {
    margin-top: 10.13vw;
    font-size: 4vw;
  }
  .ny9-section1 .info .more-btn .icon {
    margin-top: 2.67vw;
    width: 3.73vw;
  }
  .ny9-section1 .common-pagination {
    bottom: 10.67vw;
  }
}
/* ==================== 内页9 - 板块一 End ==================== */
/* ==================== 内页9 - 板块二 Start ==================== */
.ny9-section2 {
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 70px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fff;
}
.ny9-section2 .desc {
  padding-right: 80px;
}
.ny9-section2 .desc .text1 {
  font-size: 50px;
  line-height: 1.1;
  margin-bottom: 40px;
  font-family: "HYJunhei-85J";
}
.ny9-section2 .desc .text2 {
  font-size: 30px;
  line-height: 1.2;
  color: #86868B;
  text-align: justify;
}
.ny9-section2 .image {
  width: 710px;
  margin-top: 60px;
  position: relative;
}
.ny9-section2 .image img {
  width: 100%;
}
.ny9-section2 .image .img2 {
  position: absolute;
  width: 100%;
  z-index: 2;
  width: 626px;
  height: 470px;
  left: 20px;
  top: 20px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 749px) {
  .ny9-section2 {
    padding-top: 26.67vw;
    padding-bottom: 9.33vw;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .ny9-section2 .desc {
    padding-right: 10.67vw;
  }
  .ny9-section2 .desc .text1 {
    font-size: 6.67vw;
    margin-bottom: 5.33vw;
  }
  .ny9-section2 .desc .text2 {
    font-size: 4vw;
  }
  .ny9-section2 .image {
    width: 94.67vw;
    margin-top: 8vw;
  }
  .ny9-section2 .image .img2 {
    width: 83.47vw;
    height: 62.67vw;
    left: 2.67vw;
    top: 2.67vw;
    border-radius: 1.33vw;
  }
}
/* ==================== 内页9 - 板块二 End ==================== */
/* ==================== 内页9 - 板块三 Start ==================== */
.ny9-section3 {
  overflow: hidden;
  padding-top: 200px;
  background-color: #F8F8F8;
  background-size: 100%;
}
.ny9-section3 .body {
  padding-left: 40px;
  padding-right: 40px;
}
.ny9-section3 .ny9-title {
  position: relative;
  margin-bottom: 60px;
}
.ny9-section3 .ny9-title:after {
  content: "";
  display: block;
  width: 410px;
  height: 2px;
  background-color: #86868B;
  position: absolute;
  left: 0;
  bottom: -60px;
}
.ny9-section3 .itembox {
  padding-top: 60px;
}
.ny9-section3 .item {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: #1D1D1F;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 70px;
}
.ny9-section3 .item:last-child {
  margin-bottom: 0;
}
.ny9-section3 .item strong {
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
  color: #1D1D1F;
  margin-right: 30px;
  margin-bottom: -7px;
}
.ny9-section3 .index-btn2 {
  margin-left: 0;
  margin-right: auto;
  display: inline-flex;
  width: auto;
  margin-top: 80px;
}
.ny9-section3 .index-btn2:hover {
  color: #fff;
}
.ny9-section3 .index-btn2:after {
  display: none;
}
.ny9-section3 .image {
  margin-top: 30px;
}
.ny9-section3 .image img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny9-section3 {
    padding-top: 26.67vw;
  }
  .ny9-section3 .body {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .ny9-section3 .ny9-title {
    margin-bottom: 8vw;
  }
  .ny9-section3 .ny9-title:after {
    width: 54.67vw;
    bottom: -8vw;
  }
  .ny9-section3 .itembox {
    padding-top: 8vw;
  }
  .ny9-section3 .item {
    font-size: 4vw;
    margin-bottom: 9.33vw;
  }
  .ny9-section3 .item strong {
    font-size: 9.33vw;
    margin-right: 4vw;
    margin-bottom: -0.93vw;
  }
  .ny9-section3 .index-btn2 {
    margin-top: 10.67vw;
  }
  .ny9-section3 .image {
    margin-top: 4vw;
  }
}
/* ==================== 内页9 - 板块三 End ==================== */
/* ==================== 内页9 - 板块四 Start ==================== */
.ny9-section4 {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #fff;
  padding-left: 40px;
}
.ny9-section4 .ny9-title {
  padding-right: 40px;
}
.ny9-section4 .swiper {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-right: 70px;
}
.ny9-section4 .ny9-section4-swiper {
  width: 630px;
  margin-left: 0;
  margin-right: auto;
  overflow: visible;
}
.ny9-section4 .ny9-section4-swiper .swiper-slide {
  cursor: pointer;
}
.ny9-section4 .ny9-section4-swiper .swiper-slide-active .image img {
  opacity: 1;
}
.ny9-section4 .image {
  background-color: #000;
  position: relative;
}
.ny9-section4 .image img {
  transition: all 0.4s;
  opacity: 0.5;
  width: 100%;
}
.ny9-section4 .text {
  font-size: 30px;
  color: #000;
  line-height: 1.1;
  margin-top: 40px;
  width: 200px;
  margin-right: 0;
  margin-left: auto;
}
.ny9-section4 .btn {
  position: absolute;
  z-index: 4;
  width: 64px;
  height: 64px;
  background: url(../images/ny8/img005@64x64.png) no-repeat center;
  right: 30px;
  bottom: 30px;
  display: none;
  background-size: 100%;
}
.ny9-section4 .line {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 36px;
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.ny9-section4 .line .swiper-scrollbar {
  background-color: #D2D2D2;
  height: 3px;
  position: relative;
  width: 100%;
}
.ny9-section4 .line .swiper-scrollbar .swiper-scrollbar-drag {
  width: 50px;
  height: 100%;
  background-color: #1D1D1F;
}
.ny9-section4 .btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 60px;
  margin-right: 40px;
}
.ny9-section4 .btn-group .swiper-button-prev,
.ny9-section4 .btn-group .swiper-button-next {
  position: static;
  margin-top: auto;
  transform: translateY(0);
  width: 62px;
  height: 62px;
  background-color: #D2D2D2;
}
.ny9-section4 .btn-group .swiper-button-prev .iconfont,
.ny9-section4 .btn-group .swiper-button-next .iconfont {
  font-size: 24px;
  color: #1D1D1F;
}
.ny9-section4 .btn-group .swiper-button-prev {
  transform: rotateY(180deg) translateY(0%);
  margin-right: 24px;
}
.ny9-section4-popup .popup-box {
  padding-top: 0;
  background-color: #fff;
  padding-bottom: 2px;
}
.ny9-section4-popup .close {
  background-color: rgba(255, 255, 255, 0.48);
  -webkit-backdrop-filter: blur(20.006px);
  backdrop-filter: blur(20.006px);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  margin: 0;
  margin-top: 60px;
  margin-bottom: 60px;
  position: sticky;
  margin-left: auto;
  margin-right: auto;
  width: 108px;
  height: 108px;
  padding: 0;
  bottom: -60px;
}
.ny9-section4-popup .close .iconfont {
  color: #000;
  font-size: 40px;
}
.ny9-section4-popup .top-image {
  border-radius: 50px 50px 0 0;
  overflow: hidden;
}
.ny9-section4-popup .body1 {
  padding: 100px 30px;
  padding-bottom: 0;
}
.ny9-section4-popup .info .text1 {
  font-size: 60px;
  color: #1E1E20;
  line-height: 1.1;
  margin-bottom: 2px;
  font-family: "HYJunhei-85J";
}
.ny9-section4-popup .info .text2 {
  font-size: 50px;
  color: #1E1E20;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
}
.ny9-section4-popup .info .desc {
  margin-top: 20px;
  color: #86868B;
  font-size: 30px;
  line-height: 1.6;
}
.ny9-section4-popup .title {
  margin-top: 100px;
  font-size: 60px;
  color: #1E1E20;
  font-family: "HYJunhei-85J";
  margin-bottom: 30px;
}
.ny9-section4-popup .title span {
  color: #86868B;
  font-family: "HYJunhei-85J";
}
.ny9-section4-popup .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 7px;
  margin-bottom: 1%;
}
.ny9-section4-popup .itembox .item {
  width: 49.5%;
  margin-right: 1%;
}
.ny9-section4-popup .itembox .item:nth-child(2n) {
  margin-right: 0;
}
.ny9-section4-popup .itembox .item:nth-child(2) ~ .item {
  margin-top: 1%;
}
.ny9-section4-popup .itembox2 {
  margin-bottom: 1%;
}
.ny9-section4-popup .itembox2 .item {
  width: 100%;
  margin-bottom: 1%;
}
.ny9-section4-popup .item {
  width: 100%;
  display: block;
  position: relative;
}
.ny9-section4-popup .item .image {
  width: 100%;
  position: relative;
}
.ny9-section4-popup .item .image img {
  width: 100%;
}
.ny9-section4-popup .item .name {
  font-size: 22px;
  padding: 0 10px;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background-color: rgba(50, 50, 50, 0.48);
  color: #FFFFFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  .ny9-section4 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
    padding-left: 5.333vw;
  }
  .ny9-section4 .ny9-title {
    padding-right: 5.333vw;
  }
  .ny9-section4 .swiper {
    padding-right: 9.333vw;
  }
  .ny9-section4 .ny9-section4-swiper {
    width: 84vw;
  }
  .ny9-section4 .text {
    font-size: 4vw;
    margin-top: 5.333vw;
    width: 26.667vw;
  }
  .ny9-section4 .btn {
    width: 8.533vw;
    height: 8.533vw;
    right: 4vw;
    bottom: 4vw;
  }
  .ny9-section4 .line {
    height: 4.8vw;
    width: 53.333vw;
  }
  .ny9-section4 .line .swiper-scrollbar {
    height: 0.4vw;
  }
  .ny9-section4 .line .swiper-scrollbar .swiper-scrollbar-drag {
    width: 6.667vw;
  }
  .ny9-section4 .btn-group {
    margin-top: 8vw;
    margin-right: 5.333vw;
  }
  .ny9-section4 .btn-group .swiper-button-prev,
  .ny9-section4 .btn-group .swiper-button-next {
    width: 8.267vw;
    height: 8.267vw;
  }
  .ny9-section4 .btn-group .swiper-button-prev .iconfont,
  .ny9-section4 .btn-group .swiper-button-next .iconfont {
    font-size: 3.2vw;
  }
  .ny9-section4 .btn-group .swiper-button-prev {
    margin-right: 3.2vw;
  }
  .ny9-section4-popup .popup-box {
    padding-bottom: 0.27vw;
  }
  .ny9-section4-popup .close {
    margin-top: 8vw;
    margin-bottom: 8vw;
    width: 14.4vw;
    height: 14.4vw;
    bottom: -8vw;
  }
  .ny9-section4-popup .close .iconfont {
    font-size: 5.33vw;
  }
  .ny9-section4-popup .top-image {
    border-radius: 6.67vw 6.67vw 0 0;
  }
  .ny9-section4-popup .body1 {
    padding: 13.33vw 4vw;
    padding-bottom: 0;
  }
  .ny9-section4-popup .info .text1 {
    font-size: 8vw;
    margin-bottom: 0.27vw;
  }
  .ny9-section4-popup .info .text2 {
    font-size: 6.67vw;
  }
  .ny9-section4-popup .info .desc {
    margin-top: 2.67vw;
    font-size: 4vw;
  }
  .ny9-section4-popup .title {
    margin-top: 13.33vw;
    font-size: 8vw;
    margin-bottom: 4vw;
  }
  .ny9-section4-popup .itembox {
    margin-top: 0.93vw;
  }
  .ny9-section4-popup .item .name {
    font-size: 2.933vw;
    padding: 0 10px;
    height: 10.67vw;
  }
}
/* ==================== 内页9 - 板块四 End ==================== */
/* ==================== 内页9 - 板块五 Start ==================== */
.ny9-section5 {
  background-color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}
.ny9-section5 .swiper-tab {
  position: relative;
  background-color: #E9E9E9;
  padding: 5px;
  border-radius: 100px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 60px;
}
.ny9-section5 .swiper-tab .ny9-section5-swiper-tab {
  width: 100%;
}
.ny9-section5 .swiper-tab .swiper-slide {
  width: auto;
  padding: 20px 30px;
  color: #86868B;
  text-align: center;
  line-height: 1;
  font-size: 24px;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny9-section5 .swiper-tab .swiper-slide.active {
  background-color: #1D1D1F;
  border-radius: 100px;
  color: #fff;
}
.ny9-section5 .swiper-tab .swiper-button-prev,
.ny9-section5 .swiper-tab .swiper-button-next {
  position: static;
  transform: translate(0, 0);
  margin: 0;
  width: 74px;
  height: 74px;
  background-color: #D5D5D5;
  flex-shrink: 0;
}
.ny9-section5 .swiper-tab .swiper-button-prev.swiper-button-disabled,
.ny9-section5 .swiper-tab .swiper-button-next.swiper-button-disabled {
  display: none;
}
.ny9-section5 .swiper-tab .swiper-button-prev .iconfont,
.ny9-section5 .swiper-tab .swiper-button-next .iconfont {
  color: #000;
  font-size: 40px;
}
.ny9-section5 .swiper-tab .swiper-button-prev {
  transform: rotateY(180deg);
}
.ny9-section5 .ny9-section5-swiper > .swiper-wrapper > .swiper-slide {
  padding-bottom: 200px;
}
.ny9-section5 .left-image {
  margin-bottom: 80px;
}
.ny9-section5 .info {
  min-width: 0;
  flex-grow: 1;
}
.ny9-section5 .info .text1 {
  font-size: 70px;
  line-height: 1.2;
  margin-bottom: 40px;
  font-family: "HYJunhei-85J";
  color: #000;
}
.ny9-section5 .info .text2 {
  font-size: 30px;
  color: #86868B;
  line-height: 1.6;
  text-align: justify;
}
.ny9-section5 .info .text2 strong {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 30px;
  display: inline-block;
  color: #1D1D1F;
  font-family: "HYJunhei-85J";
}
.ny9-section5 .info .text2 ul {
  position: relative;
}
.ny9-section5 .info .text2 ul li {
  display: inline-block;
  position: relative;
  padding-left: 20.006px;
  margin-bottom: 30.01px;
}
.ny9-section5 .info .text2 ul li:last-child {
  margin-bottom: 0;
}
.ny9-section5 .info .text2 ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  top: 20px;
  left: 0;
}
.ny9-section5 .common-pagination {
  margin-top: 60px;
  position: static;
}
@media screen and (max-width: 749px) {
  .ny9-section5 {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .ny9-section5 .swiper-tab {
    padding: 0.67vw;
    border-radius: 13.33vw;
    margin-bottom: 8vw;
  }
  .ny9-section5 .swiper-tab .swiper-slide {
    padding: 2.67vw 4vw;
    font-size: 3.2vw;
  }
  .ny9-section5 .swiper-tab .swiper-slide.active {
    border-radius: 13.33vw;
  }
  .ny9-section5 .swiper-tab .swiper-button-prev,
  .ny9-section5 .swiper-tab .swiper-button-next {
    width: 9.87vw;
    height: 9.87vw;
  }
  .ny9-section5 .swiper-tab .swiper-button-prev .iconfont,
  .ny9-section5 .swiper-tab .swiper-button-next .iconfont {
    font-size: 5.33vw;
  }
  .ny9-section5 .ny9-section5-swiper > .swiper-wrapper > .swiper-slide {
    padding-bottom: 26.67vw;
  }
  .ny9-section5 .left-image {
    margin-bottom: 10.67vw;
  }
  .ny9-section5 .info .text1 {
    font-size: 9.33vw;
    margin-bottom: 5.33vw;
  }
  .ny9-section5 .info .text2 {
    font-size: 4vw;
  }
  .ny9-section5 .info .text2 strong {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .ny9-section5 .info .text2 ul li {
    padding-left: 20 0.8vw;
    margin-bottom: 30 0.13vw;
  }
  .ny9-section5 .info .text2 ul li:before {
    width: 1.07vw;
    height: 1.07vw;
    top: 2.67vw;
  }
  .ny9-section5 .common-pagination {
    margin-top: 8vw;
  }
}
/* ==================== 内页9 - 板块五 End ==================== */
/* ==================== 内页9 - 板块六 Start ==================== */
.ny9-section6 {
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 40px;
  padding-right: 40px;
  background-size: 100%;
  background-position: center top;
  background-color: #0D0D17;
  background-repeat: no-repeat;
}
.ny9-section6 .ny9-title {
  text-align: center;
  color: #fff;
}
.ny9-section6 form {
  min-width: 0;
  flex-grow: 1;
  padding: 60px 35px;
  background: #FFF;
  border-radius: 30px;
}
.ny9-section6 form .layui-input,
.ny9-section6 form .layui-select,
.ny9-section6 form .layui-textarea {
  font-size: 24px;
  padding-bottom: 0px;
  padding-top: 0px;
  border-radius: 0;
  height: auto;
  border: 1px solid #86868B;
  line-height: inherit;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 20px;
  height: 100px;
}
.ny9-section6 form .layui-input::-webkit-input-placeholder,
.ny9-section6 form .layui-select::-webkit-input-placeholder,
.ny9-section6 form .layui-textarea::-webkit-input-placeholder {
  color: #1D1D1F;
}
.ny9-section6 form .layui-input::-moz-placeholder,
.ny9-section6 form .layui-select::-moz-placeholder,
.ny9-section6 form .layui-textarea::-moz-placeholder {
  color: #1D1D1F;
}
.ny9-section6 form .layui-input:-moz-placeholder,
.ny9-section6 form .layui-select:-moz-placeholder,
.ny9-section6 form .layui-textarea:-moz-placeholder {
  color: #1D1D1F;
}
.ny9-section6 form .layui-input:-ms-input-placeholder,
.ny9-section6 form .layui-select:-ms-input-placeholder,
.ny9-section6 form .layui-textarea:-ms-input-placeholder {
  color: #1D1D1F;
}
.ny9-section6 form .layui-input:focus,
.ny9-section6 form .layui-select:focus,
.ny9-section6 form .layui-textarea:focus,
.ny9-section6 form .layui-input:hover,
.ny9-section6 form .layui-select:hover,
.ny9-section6 form .layui-textarea:hover {
  border-color: #86868B !important;
}
.ny9-section6 form .layui-form-select dl dd.layui-this {
  background-color: #000;
}
.ny9-section6 form .layui-form-select dl {
  top: 100%;
}
.ny9-section6 form .layui-edge {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  cursor: pointer;
  border-width: 6px;
  border-top-color: #c2c2c2;
  border-top-style: solid;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 14px;
  height: 14px;
  border: 0;
  border-top: 2px solid #86868B;
  border-right: 2px solid #86868B;
  transform: rotate(135deg);
  margin-right: 20px;
  margin-top: -10px;
}
.ny9-section6 form .layui-textarea {
  padding: 20px;
  height: 225px;
}
.ny9-section6 form button {
  width: 200px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #1D1D1F;
  border-radius: 100px;
  border: 2px solid rgba(134, 134, 139, 0.5);
  margin-top: 100px;
  transition: all 0.4s;
}
.ny9-section6 form button:hover {
  background-color: #0071E3;
  color: #fff;
  border-color: #0071E3;
}
.ny9-section6 .form-item {
  margin-top: 25px;
}
.ny9-section6 .form-item:first-child {
  margin-top: 0;
}
.ny9-section6 .form-item.textarea {
  height: 170px;
  margin-top: 30px;
}
.ny9-section6 .form-item.textarea textarea {
  height: 100%;
  resize: none;
}
.ny9-section6 .form-checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20.01px;
}
.ny9-section6 .form-checkbox .layui-form-checkbox {
  padding: 0;
  margin: 0;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.ny9-section6 .form-checkbox .layui-form-checkbox.layui-form-checked {
  position: relative;
}
.ny9-section6 .form-checkbox .layui-form-checkbox.layui-form-checked .layui-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny9-section6 .form-checkbox .layui-form-checkbox.layui-form-checked .layui-icon:before {
  content: "";
  width: 50%;
  height: 50%;
  background-color: #6A6B6D;
  border-radius: 100%;
}
.ny9-section6 .form-checkbox .layui-form-checkbox:hover .layui-icon:before {
  content: "";
}
.ny9-section6 .form-checkbox .layui-form-checkbox:hover:before {
  display: none;
}
.ny9-section6 .form-checkbox .layui-form-checkbox i {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  border: 0.05vw solid #6A6B6D;
}
.ny9-section6 .form-checkbox .text {
  color: #86868B;
  margin-left: 10px;
  font-size: 26px;
}
.ny9-section6 .form-checkbox .text a {
  color: #86868B;
}
.ny9-section6 .form-checkbox .text a:hover {
  text-decoration: underline;
}
.ny9-section6 .qr {
  border-radius: 30px;
  padding-top: 160px;
  margin-top: 40px;
  text-align: center;
  padding-bottom: 110px;
  background: #FFFFFF;
}
.ny9-section6 .qr .image {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}
.ny9-section6 .qr .text {
  color: #1D1D1F;
  font-size: 26px;
}
.ny9-section6-popup .body {
  font-size: 28px;
  padding: 40px;
}
@media screen and (max-width: 749px) {
  .ny9-section6 {
    padding-top: 26.67vw;
    padding-bottom: 26.67vw;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .ny9-section6 form {
    padding: 8vw 4.67vw;
    border-radius: 4vw;
  }
  .ny9-section6 form .layui-input,
  .ny9-section6 form .layui-select,
  .ny9-section6 form .layui-textarea {
    font-size: 3.2vw;
    padding-bottom: 0vw;
    padding-top: 0vw;
    padding-left: 4vw;
    padding-right: 4vw;
    border-radius: 2.67vw;
    height: 13.33vw;
  }
  .ny9-section6 form .layui-edge {
    margin-top: -0.4vw;
    border-width: 0.8vw;
    width: 1.87vw;
    height: 1.87vw;
    border-top: 0.27vw solid #86868B;
    border-right: 0.27vw solid #86868B;
    margin-right: 2.67vw;
    margin-top: -1.33vw;
  }
  .ny9-section6 form .layui-textarea {
    padding: 2.67vw;
    height: 30vw;
  }
  .ny9-section6 form button {
    width: 26.67vw;
    height: 11.2vw;
    font-size: 4vw;
    border-radius: 13.33vw;
    margin-top: 13.33vw;
  }
  .ny9-section6 .form-item {
    margin-top: 3.33vw;
  }
  .ny9-section6 .form-item.textarea {
    height: 22.67vw;
    margin-top: 4vw;
  }
  .ny9-section6 .form-checkbox {
    margin-top: 2.67vw;
  }
  .ny9-section6 .form-checkbox .layui-form-checkbox {
    width: 2.93vw;
    height: 2.93vw;
  }
  .ny9-section6 .form-checkbox .text {
    margin-left: 1.33vw;
    font-size: 3.47vw;
  }
  .ny9-section6 .qr {
    border-radius: 4vw;
    padding-top: 21.33vw;
    margin-top: 5.33vw;
    padding-bottom: 14.67vw;
  }
  .ny9-section6 .qr .image {
    width: 46.67vw;
    box-shadow: 0 0 1.33vw -0.67vw rgba(0, 0, 0, 0.2);
    border-radius: 4vw;
    margin-bottom: 2.67vw;
  }
  .ny9-section6 .qr .text {
    font-size: 3.47vw;
  }
  .ny9-section6-popup .body {
    font-size: 3.733vw;
    padding: 5.333vw;
  }
}
/* ==================== 内页9 - 板块六 End ==================== */
