/* ==================== 内页2 - 板块一 Start ==================== */
.ny2-section1 {
  padding-bottom: 4.375vw;
}
.ny2-section1 .body {
  display: flex;
  align-items: flex-start;
}
.ny2-section1 .body .swiper {
  position: sticky;
  top: 0;
  left: 0;
  width: 62.5vw;
  flex-shrink: 0;
  margin-right: 3.375vw;
  border-radius: 0.625vw;
  overflow: hidden;
  border: 1px solid #eee;
}
.ny2-section1 .body .swiper:hover .thumbnail-image .thumbnail-item {
  opacity: 0.5;
}
.ny2-section1 .body .swiper:hover .thumbnail-image .thumbnail-item:hover {
  opacity: 1;
}
.ny2-section1 .body .swiper:hover .thumbnail-image .thumbnail-item {
  width: 4.375vw;
  height: 4.375vw;
  border-radius: 0.625vw;
  border: 1px solid #ddd;
  background-color: transparent;
  padding: 0;
}
.ny2-section1 .body .swiper:hover .thumbnail-image .thumbnail-item img {
  opacity: 1;
}
.ny2-section1 .body .swiper .ny2-section1-swiper-big {
  position: relative;
  z-index: 1;
}
.ny2-section1 .body .swiper .ny2-section1-swiper-big .custom-image {
  width: 31.25vw;
  height: 31.25vw;
}
.ny2-section1 .body .swiper .ny2-section1-swiper-big .custom-image canvas {
  pointer-events: none;
}
.ny2-section1 .body .swiper .ny2-section1-swiper-big .swiper-slide {
  padding-top: 5vw;
  padding-bottom: 8.75vw;
}
.ny2-section1 .body .swiper .ny2-section1-swiper-big .image {
  width: 31.25vw;
  margin-left: auto;
  margin-right: auto;
}
.ny2-section1 .body .swiper .ny2-section1-swiper-big .swiper-button {
  width: 3.75vw;
  height: 3.75vw;
  background-color: rgba(0, 0, 0, 0.3);
}
.ny2-section1 .body .swiper .ny2-section1-swiper-big .swiper-button-prev {
  left: 2.5vw;
}
.ny2-section1 .body .swiper .ny2-section1-swiper-big .swiper-button-next {
  right: 2.5vw;
}
.ny2-section1 .body .swiper .thumbnail-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 2.5vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.ny2-section1 .body .swiper .thumbnail-image .thumbnail-item {
  width: 0.5vw;
  height: 0.5vw;
  border-radius: 0.625vw;
  opacity: 0.1;
  padding: 0.375vw;
  cursor: pointer;
  overflow: hidden;
  background-color: #000;
  margin-left: 0.375vw;
  margin-right: 0.375vw;
  transition: all 0.6s;
}
.ny2-section1 .body .swiper .thumbnail-image .thumbnail-item:hover {
  opacity: 1;
}
.ny2-section1 .body .swiper .thumbnail-image .thumbnail-item img {
  opacity: 0;
  transition: opacity 0.4s;
}
.ny2-section1 .body .swiper .thumbnail-image .thumbnail-item.active {
  opacity: 1;
  border-color: #000 !important;
}
.ny2-section1 .body .right {
  display: block;
  min-width: 0;
  flex-grow: 1;
}
.ny2-section1 .body .right .name {
  font-size: 2vw;
  line-height: 1.1;
  color: #000;
  margin-bottom: 1.25vw;
  display: block;
}
.ny2-section1 .body .right .price {
  font-size: 1.375vw;
  color: #000000;
  line-height: 1.1;
}
.ny2-section1 .body .right .itembox {
  margin-top: 2.188vw;
  background-color: #f6f8f9;
  border-radius: 0.625vw;
  overflow: hidden;
}
.ny2-section1 .body .right .item {
  padding: 1.875vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #ededed;
}
.ny2-section1 .body .right .item:last-child {
  border-bottom: 0;
}
.ny2-section1 .body .right .item .icon {
  width: 1.625vw;
  flex-shrink: 0;
  margin-right: 1.25vw;
  display: block;
}
.ny2-section1 .body .right .item .icon img {
  width: 100%;
}
.ny2-section1 .body .right .item .desc {
  min-width: 0;
  flex-grow: 1;
  font-size: 0.875vw;
  line-height: 1.8;
  color: #444;
}
.ny2-section1 .body .right .card {
  margin-top: 6.875vw;
}
.ny2-section1 .body .right .card .head {
  font-size: 1.375vw;
  color: #000;
  line-height: 1.1;
  margin-bottom: 2.5vw;
}
.ny2-section1 .body .right .card1 .layui-form-radio {
  width: 100%;
}

/* 2025-4-12 修改 */
@media (min-width: 1200px) {
  .ny2-section1 .body .right .card1 .layui-form-radio {
    width: 65%;
  }
}
.ny2-section1 .body .right .card1 .layui-form-radio.layui-form-radioed .content {
  border: solid 2px #4cb848;
}
.ny2-section1 .body .right .card1 .layui-form-radio.layui-form-radioed .content .text1 {
  color: #4cb848;
}
.ny2-section1 .body .right .card1 .layui-form-radio .content {
  display: flex;
  border-radius: 0.625vw;
  border: solid 2px #e9e9e9;
  padding: 2.188vw 1.563vw;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.ny2-section1 .body .right .card1 .layui-form-radio .content .text1 {
  font-size: 1.125vw;
  color: #000;
  line-height: 1.1;
}
.ny2-section1 .body .right .card1 .layui-form-radio .content .text2 {
  font-size: 0.875vw;
  color: #000000;
  line-height: 1.1;
}
.ny2-section1 .body .right .card1 .label-item {
  margin-bottom: 1.75vw;
}
.ny2-section1 .body .right .card1 .label-item:last-child {
  margin-bottom: 0;
}
.ny2-section1 .body .right .card2 .label-item {
  margin-bottom: 1.875vw;
}
.ny2-section1 .body .right .card2 .label-item:last-child {
  margin-bottom: 0;
}
.ny2-section1 .body .right .card2 .label-item .layui-form-checkbox {
  width: 100%;
}
.ny2-section1 .body .right .card2 .label-item .layui-form-checkbox.layui-form-checked .content {
  border-color: #4cb848;
  border-width: 2px;
}
.ny2-section1 .body .right .card2 .label-item .layui-form-checkbox.layui-form-checked .content .icon {
  background-color: #4cb848;
  border-color: #4cb848;
}
.ny2-section1 .body .right .card2 .label-item .layui-form-checkbox.layui-form-checked .content .icon:after {
  display: block;
}
.ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content {
  border-radius: 0.625vw;
  border: solid 2px #e9e9e9;
  padding: 1.25vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .icon {
  width: 1.25vw;
  height: 1.25vw;
  border: 1px solid #e9e9e9;
  margin-right: 1.875vw;
  border-radius: 0.125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .icon:after {
  content: "";
  display: block;
  line-height: 1;
  background: url(../images/ny2/img025@40x40.png) no-repeat center;
  width: 0.75vw;
  height: 0.75vw;
  background-size: 100%;
  display: none;
}
.ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .image {
  width: 4.375vw;
  display: block;
  line-height: 1;
  margin-right: 1.25vw;
  flex-shrink: 0;
}
.ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .image img {
  width: 100%;
}
.ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .info {
  min-width: 0;
  flex-grow: 1;
}
.ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .text1 {
  font-size: 1.25vw;
  margin-bottom: 0.625vw;
  line-height: 1.4;
  white-space: break-spaces;
  padding-right: 4.375vw;
}
.ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .text2 {
  font-size: 1vw;
  color: #000000;
  line-height: 1.1;
}
.ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .number-input {
  margin-top: 1.25vw;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  height: 2vw;
}
.ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .number-input input {
  display: block;
  width: 2.875vw;
  height: 100%;
  border: solid 1px #e9e9e9;
  text-align: center;
  padding-left: 0.313vw;
  padding-right: 0.313vw;
  font-size: 1vw;
  -moz-appearance: textfield;
}
.ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .number-input input::-webkit-outer-spin-button,
.ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .number-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .number-input .btn {
  width: 2vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 0.875vw;
  background-color: #f8f8f8;
  border-radius: 0.188vw;
  border: solid 1px #e9e9e9;
  cursor: pointer;
}
.ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .desc {
  margin-top: 1.25vw;
  padding-top: 1.563vw;
  border-top: 1px solid #e9e9e9;
  color: #999999;
  line-height: 1.8;
  font-size: 0.875vw;
  width: 100%;
  white-space: break-spaces;
}
.ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .more-btn {
  position: absolute;
  right: 0.938vw;
  top: 1.25vw;
  z-index: 2;
  color: #4cb848;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
  cursor: pointer;
}
.ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .more-btn:after {
  content: "";
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  background: url(../images/ny2/img007@100x100.png) no-repeat center;
  background-size: 100%;
  margin-left: 0.625vw;
}
.ny2-section1 .body .right .card3 {
  margin-top: 3.75vw;
}
.ny2-section1 .body .right .card3 .head {
  font-size: 1.375vw;
  line-height: 1.1;
  margin-bottom: 1.563vw;
}
.ny2-section1 .body .right .card3 .tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ny2-section1 .body .right .card3 .tab-item {
  padding: 0.75vw 0.313vw;
  border-radius: 0.625vw;
  border: solid 1px #e0e0e0;
  font-size: 1vw;
  color: #666666;
  line-height: 1.1;
  width: 23.5%;
  margin-right: 2%;
  text-align: center;
  cursor: pointer;
}
.ny2-section1 .body .right .card3 .tab-item.active {
  border-color: #4cb848;
  background-color: #4cb848;
  color: #fff;
}
.ny2-section1 .body .right .card3 .tab-item:nth-child(4n) {
  margin-right: 0;
}
.ny2-section1 .body .right .card3 .tab-item:nth-child(4) ~ .tab-item {
  margin-top: 2%;
}
.ny2-section1 .body .right .card3 .item2 {
  margin-top: 2.5vw;
  display: none;
}
.ny2-section1 .body .right .card3 .item2.active {
  display: block;
}
.ny2-section1 .body .right .card3 .item2 .text1 {
  line-height: 1.1;
  font-size: 1.125vw;
  color: #000000;
}
.ny2-section1 .body .right .card3 .item2 .text1 .text {
  display: inline-block;
  color: #b1b1b1;
}
.ny2-section1 .body .right .card3 .item2-1 .text1 {
  margin-bottom: 0.625vw;
}
.ny2-section1 .body .right .card3 .item2-1 .list {
  display: flex;
  flex-wrap: wrap;
}
.ny2-section1 .body .right .card3 .item2-1 .list-item {
  width: 3.125vw;
  margin-right: 2.5%;
  height: 3.125vw;
  border-radius: 0.313vw;
  border: solid 2px #f0f0f0;
  padding: 0.313vw;
  margin-top: 1.25vw;
  cursor: pointer;
}
.ny2-section1 .body .right .card3 .item2-1 .list-item.active {
  border-color: #4cb848;
}
.ny2-section1 .body .right .card3 .item2-1 .list-item .img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ny2-section1 .body .right .card3 .item2-2 .custom-text {
  width: 100%;
  height: 2.5vw;
  border-radius: 0.313vw;
  border: solid 1px #f0f0f0;
  padding-left: 0.625vw;
  padding-right: 0.625vw;
  font-size: 1vw;
  color: #333;
  margin-top: 1.25vw;
  resize: none;
  padding: 0.5vw;
  display: none;
}
.ny2-section1 .body .right .card3 .item2-2 .custom-text.active {
  display: block;
}
.ny2-section1 .body .right .card3 .item2-2 .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.5vw;
}
.ny2-section1 .body .right .card3 .item2-2 .list-item {
  width: 3.125vw;
  margin-right: 2.5%;
  height: 3.125vw;
  border-radius: 0.313vw;
  border: solid 2px #f0f0f0;
  padding: 0.313vw;
  margin-top: 2.5%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25vw;
  line-height: 1;
}
.ny2-section1 .body .right .card3 .item2-2 .list-item.active {
  border-color: #4cb848;
}
.ny2-section1 .body .right .card3 .item2-3 .upload-img label {
  width: 100%;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  background-color: #4cb848;
  border-radius: 0.625vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1vw;
  cursor: pointer;
  margin-top: 1.25vw;
}
.ny2-section1 .body .right .card3 .item2-3 .tip {
  margin-top: 0.938vw;
  font-size: 0.875vw;
  color: #888;
  line-height: 1.8;
}
@media screen and (min-width: 1600px) {
  .ny2-section1 {
    padding-bottom: 70px;
  }
  .ny2-section1 .body .swiper {
    width: 1000px;
    margin-right: 54px;
    border-radius: 10px;
  }
  .ny2-section1 .body .swiper:hover .thumbnail-image .thumbnail-item {
    width: 70px;
    height: 70px;
    border-radius: 10px;
  }
  .ny2-section1 .body .swiper .ny2-section1-swiper-big .custom-image {
    width: 500px;
    height: 500px;
  }
  .ny2-section1 .body .swiper .ny2-section1-swiper-big .swiper-slide {
    padding-top: 80px;
    padding-bottom: 140px;
  }
  .ny2-section1 .body .swiper .ny2-section1-swiper-big .image {
    width: 500px;
  }
  .ny2-section1 .body .swiper .ny2-section1-swiper-big .swiper-button {
    width: 60px;
    height: 60px;
  }
  .ny2-section1 .body .swiper .ny2-section1-swiper-big .swiper-button-prev {
    left: 40px;
  }
  .ny2-section1 .body .swiper .ny2-section1-swiper-big .swiper-button-next {
    right: 40px;
  }
  .ny2-section1 .body .swiper .thumbnail-image {
    bottom: 40px;
  }
  .ny2-section1 .body .swiper .thumbnail-image .thumbnail-item {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    padding: 6px;
    margin-left: 6px;
    margin-right: 6px;
  }
  .ny2-section1 .body .right .name {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .ny2-section1 .body .right .price {
    font-size: 22px;
  }
  .ny2-section1 .body .right .itembox {
    margin-top: 35px;
    border-radius: 10px;
  }
  .ny2-section1 .body .right .item {
    padding: 30px;
  }
  .ny2-section1 .body .right .item .icon {
    width: 26px;
    margin-right: 20px;
  }
  .ny2-section1 .body .right .item .desc {
    font-size: 14px;
  }
  .ny2-section1 .body .right .card {
    margin-top: 110px;
  }
  .ny2-section1 .body .right .card .head {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .ny2-section1 .body .right .card1 .layui-form-radio .content {
    border-radius: 10px;
    padding: 35px 25px;
  }
  .ny2-section1 .body .right .card1 .layui-form-radio .content .text1 {
    font-size: 18px;
  }
  .ny2-section1 .body .right .card1 .layui-form-radio .content .text2 {
    font-size: 14px;
  }
  .ny2-section1 .body .right .card1 .label-item {
    margin-bottom: 28px;
  }
  .ny2-section1 .body .right .card2 .label-item {
    margin-bottom: 30px;
  }
  .ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content {
    border-radius: 10px;
    padding: 20px;
  }
  .ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .icon {
    width: 20px;
    height: 20px;
    margin-right: 30px;
    border-radius: 2px;
  }
  .ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .icon:after {
    width: 12px;
    height: 12px;
  }
  .ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .image {
    width: 70px;
    margin-right: 20px;
  }
  .ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .text1 {
    font-size: 20px;
    margin-bottom: 10px;
    padding-right: 70px;
  }
  .ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .text2 {
    font-size: 16px;
  }
  .ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .number-input {
    margin-top: 20px;
    height: 32px;
  }
  .ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .number-input input {
    width: 46px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }
  .ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .number-input .btn {
    width: 32px;
    font-size: 14px;
    border-radius: 3px;
  }
  .ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .desc {
    margin-top: 20px;
    padding-top: 25px;
    font-size: 14px;
  }
  .ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .more-btn {
    right: 15px;
    top: 20px;
  }
  .ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .more-btn:after {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
  .ny2-section1 .body .right .card3 {
    margin-top: 60px;
  }
  .ny2-section1 .body .right .card3 .head {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .ny2-section1 .body .right .card3 .tab-item {
    padding: 12px 5px;
    border-radius: 10px;
    font-size: 16px;
  }
  .ny2-section1 .body .right .card3 .item2 {
    margin-top: 40px;
  }
  .ny2-section1 .body .right .card3 .item2 .text1 {
    font-size: 18px;
  }
  .ny2-section1 .body .right .card3 .item2-1 .text1 {
    margin-bottom: 10px;
  }
  .ny2-section1 .body .right .card3 .item2-1 .list-item {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    padding: 5px;
    margin-top: 20px;
  }
  .ny2-section1 .body .right .card3 .item2-2 .custom-text {
    height: 40px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    margin-top: 20px;
    padding: 8px;
  }
  .ny2-section1 .body .right .card3 .item2-2 .list {
    margin-bottom: 40px;
  }
  .ny2-section1 .body .right .card3 .item2-2 .list-item {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    padding: 5px;
    font-size: 20px;
  }
  .ny2-section1 .body .right .card3 .item2-3 .upload-img label {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    font-size: 16px;
    margin-top: 20px;
  }
  .ny2-section1 .body .right .card3 .item2-3 .tip {
    margin-top: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1680px) {
  .ny2-section1 .body .swiper {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .ny2-section1 {
    padding-bottom: 35px;
  }
  .ny2-section1 .body {
    display: block;
  }
  .ny2-section1 .body .swiper {
    width: 100%;
    margin-right: 0;
    border-radius: 0;
    position: static;
    border: 0;
  }
  .ny2-section1 .body .swiper .ny2-section1-swiper-big .swiper-slide {
    padding-top: 0;
    padding-bottom: 0;
  }
  .ny2-section1 .body .swiper .ny2-section1-swiper-big .image {
    width: 100%;
  }
  .ny2-section1 .body .swiper .ny2-section1-swiper-big .custom-image {
    width: 80vw;
    height: 80vw;
  }
  .ny2-section1 .body .swiper .ny2-section1-swiper-big .swiper-button {
    width: 29px;
    height: 29px;
  }
  .ny2-section1 .body .swiper .ny2-section1-swiper-big .swiper-button-prev {
    left: 20px;
  }
  .ny2-section1 .body .swiper .ny2-section1-swiper-big .swiper-button-next {
    right: 20px;
  }
  .ny2-section1 .body .swiper .ny2-section1-swiper-min {
    bottom: 20px;
    width: 100%;
    position: static;
    transform: translateX(0);
    margin-top: 20px;
    max-height: 80px;
  }
  .ny2-section1 .body .swiper .ny2-section1-swiper-min .swiper-slide {
    border-radius: 4px;
  }
  .ny2-section1 .body .swiper:hover .thumbnail-image .thumbnail-item {
    opacity: 0.5;
  }
  .ny2-section1 .body .swiper:hover .thumbnail-image .thumbnail-item:hover {
    opacity: 1;
  }
  .ny2-section1 .body .swiper:hover .thumbnail-image .thumbnail-item {
    width: 60px;
    height: auto;
    border-radius: 10px;
  }
  .ny2-section1 .body .swiper .thumbnail-image {
    width: 100%;
    bottom: 40px;
    margin-top: 20px;
    position: static;
    transform: translateX(0);
    overflow: auto;
    justify-content: flex-start;
  }
  .ny2-section1 .body .swiper .thumbnail-image .thumbnail-item {
    width: 60px;
    height: auto;
    border-radius: 10px;
    background-color: transparent;
    opacity: 1;
    padding: 0;
    margin-left: 6px;
    margin-right: 6px;
    border: 1px solid #f8f8f8;
    flex-shrink: 0;
  }
  .ny2-section1 .body .swiper .thumbnail-image .thumbnail-item img {
    opacity: 1;
  }
  .ny2-section1 .body .right {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .ny2-section1 .body .right .name {
    width: 100%;
    margin-top: 60px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ny2-section1 .body .right .price {
    width: 100%;
    font-size: 14px;
  }
  .ny2-section1 .body .right .itembox {
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
  }
  .ny2-section1 .body .right .item {
    padding: 20px 15px;
  }
  .ny2-section1 .body .right .item .icon {
    width: 24px;
    margin-right: 10px;
  }
  .ny2-section1 .body .right .item .desc {
    font-size: 14px;
  }
  .ny2-section1 .body .right .card {
    width: 100%;
    margin-top: 40px;
  }
  .ny2-section1 .body .right .card .head {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .ny2-section1 .body .right .card1 .layui-form-radio.layui-form-radioed .content {
    border-width: 1px;
  }
  .ny2-section1 .body .right .card1 .layui-form-radio .content {
    border-radius: 5px;
    padding: 20px 13px;
    border-width: 1px;
  }
  .ny2-section1 .body .right .card1 .layui-form-radio .content .text1 {
    font-size: 16px;
  }
  .ny2-section1 .body .right .card1 .layui-form-radio .content .text2 {
    font-size: 14px;
  }
  .ny2-section1 .body .right .card1 .label-item {
    margin-bottom: 10px;
  }
  .ny2-section1 .body .right .card2 .label-item {
    margin-bottom: 15px;
  }
  .ny2-section1 .body .right .card2 .label-item .layui-form-checkbox.layui-form-checked .content {
    border-width: 1px;
  }
  .ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content {
    border-radius: 5px;
    padding: 20px;
    border-width: 1px;
  }
  .ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 2px;
  }
  .ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .icon:after {
    width: 6px;
    height: 6px;
  }
  .ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .image {
    width: 40px;
    flex-shrink: 0;
    margin-right: 10px;
  }
  .ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .text1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .text2 {
    font-size: 14px;
  }
  .ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .number-input {
    margin-top: 10px;
    height: 30px;
    font-size: 14px;
  }
  .ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .number-input input {
    width: 50px;
    flex-shrink: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }
  .ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .number-input .btn {
    width: 30px;
    font-size: 14px;
    border-radius: 3px;
  }
  .ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .desc {
    margin-top: 10px;
    padding-top: 13px;
    font-size: 12px;
    white-space: break-spaces;
  }
  .ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .more-btn {
    right: 10px;
    top: 15px;
  }
  .ny2-section1 .body .right .card2 .label-item .layui-form-checkbox .content .more-btn:after {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
  .ny2-section1 .body .right .card3 {
    order: -1;
    margin-top: 60px;
  }
  .ny2-section1 .body .right .card3 .head {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .ny2-section1 .body .right .card3 .tabs {
    flex-wrap: wrap;
  }
  .ny2-section1 .body .right .card3 .tab-item {
    width: 48%;
    padding: 8px 5px;
    border-radius: 5px;
    font-size: 12px;
    margin-right: 0;
  }
  .ny2-section1 .body .right .card3 .tab-item:nth-child(2n) {
    margin-left: 4%;
  }
  .ny2-section1 .body .right .card3 .tab-item:nth-child(2) ~ .tab-item {
    margin-top: 10px;
  }
  .ny2-section1 .body .right .card3 .item2 {
    margin-top: 40px;
  }
  .ny2-section1 .body .right .card3 .item2 .text1 {
    font-size: 16px;
  }
  .ny2-section1 .body .right .card3 .item2-1 .text1 {
    margin-bottom: 10px;
  }
  .ny2-section1 .body .right .card3 .item2-1 .list-item {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    padding: 5px;
    margin-top: 20px;
  }
  .ny2-section1 .body .right .card3 .item2-2 .custom-text {
    height: 40px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    margin-top: 20px;
    padding: 8px;
  }
  .ny2-section1 .body .right .card3 .item2-2 .list {
    margin-bottom: 40px;
  }
  .ny2-section1 .body .right .card3 .item2-2 .list-item {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    padding: 5px;
    font-size: 20px;
  }
  .ny2-section1 .body .right .card3 .item2-3 .upload-img label {
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 20px;
  }
  .ny2-section1 .body .right .card3 .item2-3 .tip {
    margin-top: 15px;
    font-size: 14px;
  }
}
/* ==================== 内页2 - 板块一 End ==================== */
/* ==================== ny2 - 提交按钮 Start ==================== */
.ny2-section1-submit {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0vw 0vw 2.875vw 1.25vw rgba(0, 0, 0, 0.03);
}
.ny2-section1-submit > .mxw-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
}
.ny2-section1-submit .left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.ny2-section1-submit .left .icon {
  width: 2.125vw;
  display: block;
  line-height: 1;
  margin-top: 0.6vw;
  margin-right: 0.875vw;
}
.ny2-section1-submit .left .icon img {
  width: 100%;
}
.ny2-section1-submit .left .info {
  min-width: 0;
  flex-grow: 1;
}
.ny2-section1-submit .left .info .text1 {
  font-size: 1vw;
  color: #aaa;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny2-section1-submit .left .info .text1 .layui-form-select {
  margin-left: 0.625vw;
}
.ny2-section1-submit .left .info .text1 .layui-form-select input {
  height: 2.5vw;
}
.ny2-section1-submit .left .info .text1 .layui-form-select dl dd {
  font-size: 1vw;
}
.ny2-section1-submit .left .info .text1 .layui-form-select .layui-input {
  font-size: 1vw;
}
.ny2-section1-submit .left .info .text1 span {
  color: #000;
  line-height: 1.1;
  margin-left: 1.25vw;
}
.ny2-section1-submit .left .info .text1 span:after {
  content: "";
  width: 0.5vw;
  height: 0.5vw;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
  display: inline-block;
  vertical-align: 0.25vw;
  margin-left: 0.625vw;
}
.ny2-section1-submit .left .info .text2 {
  margin-top: 0.625vw;
  font-size: 0.875vw;
  color: #aaaaaa;
  line-height: 1.1;
}
.ny2-section1-submit .right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny2-section1-submit .right .last-price {
  line-height: 1.1;
  font-size: 1.5vw;
  color: #050505;
  margin-bottom: 0.313vw;
}
.ny2-section1-submit .right .first-price {
  color: #8d8b8b;
  line-height: 1.1;
  font-size: 1vw;
  text-decoration: line-through;
}
.ny2-section1-submit .right button {
  width: 10.75vw;
  height: 3.625vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.25vw;
  background-color: #4cb848;
  font-size: 1vw;
  color: #fff;
  margin-left: 1.25vw;
}
@media screen and (min-width: 1600px) {
  .ny2-section1-submit {
    box-shadow: 0px 0px 46px 20px rgba(0, 0, 0, 0.03);
  }
  .ny2-section1-submit > .mxw-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ny2-section1-submit .left .icon {
    width: 34px;
    margin-top: 8px;
    margin-right: 14px;
  }
  .ny2-section1-submit .left .info .text1 {
    font-size: 16px;
  }
  .ny2-section1-submit .left .info .text1 .layui-form-select {
    margin-left: 10px;
  }
  .ny2-section1-submit .left .info .text1 .layui-form-select input {
    height: 40px;
  }
  .ny2-section1-submit .left .info .text1 .layui-form-select dl dd {
    font-size: 16px;
  }
  .ny2-section1-submit .left .info .text1 .layui-form-select .layui-input {
    font-size: 16px;
  }
  .ny2-section1-submit .left .info .text1 span {
    margin-left: 20px;
  }
  .ny2-section1-submit .left .info .text1 span:after {
    width: 8px;
    height: 8px;
    vertical-align: 4px;
    margin-left: 10px;
  }
  .ny2-section1-submit .left .info .text2 {
    margin-top: 10px;
    font-size: 14px;
  }
  .ny2-section1-submit .right .last-price {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .ny2-section1-submit .right .first-price {
    font-size: 16px;
  }
  .ny2-section1-submit .right button {
    width: 172px;
    height: 58px;
    border-radius: 100px;
    font-size: 16px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ny2-section1-submit {
    box-shadow: 0px 0px 23px 10px rgba(0, 0, 0, 0.03);
  }
  .ny2-section1-submit > .mxw-box {
    padding-top: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
  }
  .ny2-section1-submit .left {
    width: 100%;
  }
  .ny2-section1-submit .left .icon {
    width: 30px;
    margin-right: 7px;
    margin-top: 4px;
  }
  .ny2-section1-submit .left .info .text1 {
    font-size: 14px;
  }
  .ny2-section1-submit .left .info .text1 .layui-form-select {
    margin-left: 10px;
  }
  .ny2-section1-submit .left .info .text1 .layui-form-select input {
    height: 40px;
  }
  .ny2-section1-submit .left .info .text1 .layui-form-select {
    min-width: 0;
    flex-grow: 1;
  }
  .ny2-section1-submit .left .info .text1 .layui-form-select dl dd {
    font-size: 14px;
  }
  .ny2-section1-submit .left .info .text1 .layui-form-select .layui-input {
    font-size: 14px;
  }
  .ny2-section1-submit .left .info .text1 span {
    margin-left: 10px;
  }
  .ny2-section1-submit .left .info .text1 span:after {
    width: 8px;
    height: 8px;
    vertical-align: 4px;
    margin-left: 10px;
  }
  .ny2-section1-submit .left .info .text2 {
    margin-top: 15px;
    font-size: 14px;
  }
  .ny2-section1-submit .right {
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
  }
  .ny2-section1-submit .right .last-price {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ny2-section1-submit .right .first-price {
    font-size: 12px;
  }
  .ny2-section1-submit .right button {
    width: 100px;
    height: 34px;
    border-radius: 100px;
    font-size: 14px;
    margin-left: 10px;
    margin-left: auto;
    margin-right: 0;
  }
}
/* ==================== ny2 - 提交按钮 End ==================== */
/* ==================== 内页2 - 板块二 Start ==================== */
.ny2-section2 .tabs {
  display: flex;
  align-content: center;
  justify-content: center;
  padding-bottom: 1.25vw;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 3.75vw;
}
.ny2-section2 .tabs .tab-item {
  text-align: center;
  font-size: 1vw;
  color: #999999;
  line-height: 1.1;
  margin-left: 1.875vw;
  margin-right: 1.875vw;
  cursor: pointer;
}
.ny2-section2 .tabs .tab-item.active {
  color: #000;
}
.ny2-section2 .list .list-item {
  display: none;
}
.ny2-section2 .list .list-item.active {
  display: block;
}
/* 2025-2-8 修改 */
.ny2-section2 .list .list-item1 {
  padding-bottom: 7.5vw;
  /* 添加默认居中效果 */
  text-align: center;
}
.ny2-section2 .list .list-item2 {
  padding-bottom: 6.875vw;
}
.ny2-section2 .list .list-item3 {
  padding-bottom: 3.75vw;
}
.ny2-section2 .list .list-item3 .head {
  text-align: center;
  margin-bottom: 3.75vw;
}
.ny2-section2 .list .list-item3 .head .text1 {
  font-size: 2.25vw;
  line-height: 1.1;
  color: #000000;
}
.ny2-section2 .list .list-item3 .head .text1 span {
  font-size: 1.25vw;
  color: #c19939;
}
.ny2-section2 .list .list-item3 .itembox {
  border-bottom: 1px solid #e9e9e9;
}
.ny2-section2 .list .list-item3 .itembox.active .item:nth-child(2) ~ .item {
  display: flex;
}
.ny2-section2 .list .list-item3 .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 1.875vw;
  padding-bottom: 1.875vw;
  border-top: 1px solid #e9e9e9;
}
.ny2-section2 .list .list-item3 .item:nth-child(2) ~ .item {
  display: none;
}
.ny2-section2 .list .list-item3 .item .avatar {
  width: 4.25vw;
  display: block;
  flex-shrink: 0;
  line-height: 1;
  margin-right: 1.75vw;
  border-radius: 100%;
  overflow: hidden;
}
.ny2-section2 .list .list-item3 .item .info {
  min-width: 0;
  flex-grow: 1;
  padding-top: 0.625vw;
}
.ny2-section2 .list .list-item3 .item .text1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1vw;
  color: #2c2c2c;
  margin-bottom: 0.625vw;
}
.ny2-section2 .list .list-item3 .item .text1 span {
  color: #898687;
}
.ny2-section2 .list .list-item3 .item .text2 {
  font-size: 1vw;
  color: #888888;
  line-height: 1.8;
}
.ny2-section2 .list .list-item3 .item .image-list {
  margin-top: 1.875vw;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ny2-section2 .list .list-item3 .item .image-item {
  width: 4.313vw;
  height: 4.313vw;
  border-radius: 0.313vw;
  overflow: hidden;
  line-height: 1;
  display: block;
  margin-right: 0.625vw;
}
.ny2-section2 .list .list-item3 .item .text3 {
  margin-top: 1.875vw;
  font-size: 0.875vw;
  color: #888;
}
.ny2-section2 .list .list-item3 .item .text3 span {
  color: #333;
}
.ny2-section2 .list .list-item3 .more-btn {
  padding: 1.125vw 2.188vw;
  border-radius: 0.25vw;
  border: 1px solid #e2d3af;
  text-align: center;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5vw;
  transition: all 0.4s;
  font-size: 0.875vw;
}
.ny2-section2 .list .list-item3 .more-btn:hover {
  color: #fff;
  border-color: #4cb848;
  background-color: #4cb848;
}
.ny2-section2 .list .list-item4 {
  padding-bottom: 6.25vw;
}
.ny2-section2 .list .list-item4 .text1 {
  text-align: center;
  font-size: 2.25vw;
  color: #000000;
  line-height: 1.1;
  position: relative;
  margin-bottom: 3.75vw;
}
.ny2-section2 .list .list-item4 .itembox {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.ny2-section2 .list .list-item4 .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 2.188vw;
  padding-top: 2.188vw;
  border-bottom: 1px dashed #e9e9e9;
}
.ny2-section2 .list .list-item4 .item:last-child {
  border-bottom: 0;
}
.ny2-section2 .list .list-item4 .item .icon {
  width: 2.75vw;
  display: block;
  flex-shrink: 0;
  margin-right: 0.938vw;
  line-height: 1.1;
}
.ny2-section2 .list .list-item4 .item .text {
  font-size: 1.125vw;
  text-decoration: underline;
  color: #000;
  line-height: 1.1;
}
.ny2-section2 .list .list-item5 {
  padding-bottom: 8.75vw;
}
.ny2-section2 .list .list-item5 .text1 {
  font-size: 2.25vw;
  color: #000000;
  line-height: 1.1;
  position: relative;
  margin-bottom: 3.75vw;
  text-align: center;
}
.ny2-section2 .list .list-item5 .itembox {
  border-bottom: 1px solid #e9e9e9;
}
.ny2-section2 .list .list-item5 .item {
  border-top: 1px solid #e9e9e9;
  padding-left: 1.688vw;
  padding-right: 1.688vw;
}
.ny2-section2 .list .list-item5 .item.active .head:after {
  background-image: url(../images/header/img016@100x100.png);
}
.ny2-section2 .list .list-item5 .item .head {
  line-height: 1.2;
  font-size: 1vw;
  color: #000000;
  font-weight: bold;
  padding-top: 1.875vw;
  padding-bottom: 1.875vw;
  padding-right: 2.5vw;
  position: relative;
  cursor: pointer;
}
.ny2-section2 .list .list-item5 .item .head:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  right: 0;
  background: url(../images/header/img015@100x100.png) no-repeat center;
  width: 1.25vw;
  height: 1.25vw;
  background-size: 100%;
  z-index: 3;
  cursor: pointer;
}
.ny2-section2 .list .list-item5 .item .desc {
  padding-bottom: 3.438vw;
  padding-left: 1vw;
  display: none;
  font-size: 1vw;
}
@media screen and (min-width: 1600px) {
  .ny2-section2 .tabs {
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
  .ny2-section2 .tabs .tab-item {
    font-size: 16px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .ny2-section2 .list .list-item1 {
    padding-bottom: 120px;
  }
  .ny2-section2 .list .list-item2 {
    padding-bottom: 110px;
  }
  .ny2-section2 .list .list-item3 {
    padding-bottom: 60px;
  }
  .ny2-section2 .list .list-item3 .head {
    margin-bottom: 60px;
  }
  .ny2-section2 .list .list-item3 .head .text1 {
    font-size: 36px;
  }
  .ny2-section2 .list .list-item3 .head .text1 span {
    font-size: 20px;
  }
  .ny2-section2 .list .list-item3 .item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ny2-section2 .list .list-item3 .item .avatar {
    width: 68px;
    margin-right: 28px;
  }
  .ny2-section2 .list .list-item3 .item .info {
    padding-top: 10px;
  }
  .ny2-section2 .list .list-item3 .item .text1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ny2-section2 .list .list-item3 .item .text2 {
    font-size: 16px;
  }
  .ny2-section2 .list .list-item3 .item .image-list {
    margin-top: 30px;
  }
  .ny2-section2 .list .list-item3 .item .image-item {
    width: 69px;
    height: 69px;
    border-radius: 5px;
    margin-right: 10px;
  }
  .ny2-section2 .list .list-item3 .item .text3 {
    margin-top: 30px;
    font-size: 14px;
  }
  .ny2-section2 .list .list-item3 .more-btn {
    padding: 18px 35px;
    border-radius: 4px;
    margin-top: 40px;
    font-size: 14px;
  }
  .ny2-section2 .list .list-item4 {
    padding-bottom: 100px;
  }
  .ny2-section2 .list .list-item4 .text1 {
    font-size: 36px;
    margin-bottom: 60px;
  }
  .ny2-section2 .list .list-item4 .item {
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .ny2-section2 .list .list-item4 .item .icon {
    width: 44px;
    margin-right: 15px;
  }
  .ny2-section2 .list .list-item4 .item .text {
    font-size: 18px;
  }
  .ny2-section2 .list .list-item5 {
    padding-bottom: 140px;
  }
  .ny2-section2 .list .list-item5 .text1 {
    font-size: 36px;
    margin-bottom: 60px;
  }
  .ny2-section2 .list .list-item5 .item {
    padding-left: 27px;
    padding-right: 27px;
  }
  .ny2-section2 .list .list-item5 .item .head {
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 40px;
  }
  .ny2-section2 .list .list-item5 .item .head:after {
    width: 20px;
    height: 20px;
  }
  .ny2-section2 .list .list-item5 .item .desc {
    padding-bottom: 55px;
    padding-left: 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ny2-section2 .tabs {
    padding-bottom: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: flex-start;
  }
  .ny2-section2 .tabs .tab-item {
    width: 32%;
    font-size: 14px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .ny2-section2 .tabs .tab-item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .ny2-section2 .list .list-item1 {
    padding-bottom: 60px;
  }
  .ny2-section2 .list .list-item2 {
    padding-bottom: 55px;
  }
  .ny2-section2 .list .list-item3 {
    padding-bottom: 40px;
  }
  .ny2-section2 .list .list-item3 .head {
    margin-bottom: 15px;
  }
  .ny2-section2 .list .list-item3 .head .text1 {
    font-size: 18px;
  }
  .ny2-section2 .list .list-item3 .head .text1 span {
    font-size: 14px;
  }
  .ny2-section2 .list .list-item3 .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ny2-section2 .list .list-item3 .item .avatar {
    width: 50px;
    margin-right: 10px;
  }
  .ny2-section2 .list .list-item3 .item .info {
    padding-top: 0;
  }
  .ny2-section2 .list .list-item3 .item .common-score-list {
    width: 100%;
    margin-bottom: 10px;
  }
  .ny2-section2 .list .list-item3 .item .text1 {
    font-size: 14px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .ny2-section2 .list .list-item3 .item .text2 {
    font-size: 14px;
  }
  .ny2-section2 .list .list-item3 .item .image-list {
    margin-top: 20px;
  }
  .ny2-section2 .list .list-item3 .item .image-item {
    width: 32%;
    height: auto;
    border-radius: 5px;
    margin: 0;
  }
  .ny2-section2 .list .list-item3 .item .image-item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .ny2-section2 .list .list-item3 .item .image-item:nth-child(3) ~ .image-item {
    margin-top: 2%;
  }
  .ny2-section2 .list .list-item3 .item .text3 {
    margin-top: 20px;
    font-size: 14px;
  }
  .ny2-section2 .list .list-item3 .more-btn {
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 14px;
  }
  .ny2-section2 .list .list-item4 {
    padding-bottom: 60px;
  }
  .ny2-section2 .list .list-item4 .text1 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .ny2-section2 .list .list-item4 .item {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .ny2-section2 .list .list-item4 .item .icon {
    width: 22px;
    margin-right: 15px;
  }
  .ny2-section2 .list .list-item4 .item .text {
    font-size: 14px;
  }
  .ny2-section2 .list .list-item5 {
    padding-bottom: 60px;
  }
  .ny2-section2 .list .list-item5 .text1 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .ny2-section2 .list .list-item5 .item {
    padding-left: 14px;
    padding-right: 14px;
  }
  .ny2-section2 .list .list-item5 .item .head {
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 30px;
    line-height: 1.4;
  }
  .ny2-section2 .list .list-item5 .item .head:after {
    width: 10px;
    height: 10px;
  }
  .ny2-section2 .list .list-item5 .item .desc {
    padding-bottom: 28px;
    padding-left: 8px;
    line-height: 1.6;
    font-size: 14px;
  }
}

.select {
  height: 50px;
  width: 200px;
  margin-left: 20px;
  line-height: 1.3;
  line-height: 50px\9;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  color: #666;
  border-radius: 2px;
  border: none;
}
/* ==================== 内页2 - 板块二 End ==================== */
/* ==================== 内页2 - 板块三 Start ==================== */
/* ==================== 内页2 - 板块三 End ==================== */
/* ==================== 内页2 - 板块四 Start ==================== */
/* ==================== 内页2 - 板块四 End ==================== */
/* ==================== 内页2 - 板块五 Start ==================== */
/* ==================== 内页2 - 板块五 End ==================== */
/* ==================== 内页2 - 板块六 Start ==================== */
/* ==================== 内页2 - 板块六 End ==================== */
/* ==================== 内页2 - 板块七 Start ==================== */
/* ==================== 内页2 - 板块七 End ==================== */
/* ==================== 内页2 - 板块八 Start ==================== */
/* ==================== 内页2 - 板块八 End ==================== */

/* 2025-6-16  */
.edit-attr-pic-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
.edit-attr-pic-list.active {
  opacity: 1;
  visibility: visible;
}

.edit-attr-pic-list .pic {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.edit-attr-pic-list img {
  display: block;
  width: 90%;
  height: 90%;
  object-fit: contain;
  mix-blend-mode: multiply;
  max-width: 450px;
  max-height: 450px;
}

@media (min-width: 1200px) {
  .ny2-section1 .body .right .card1 .label-item:hover .text1 {
    color: #4cb848;
  }

  .ny2-section1 .body .right .card1 .label-item:hover .text2 {
    color: #4cb848;
  }
}
