/* ==================== 内页28 - 板块一 Start ==================== */
.ny28-section1 {
  padding-top: 11.875vw;
  padding-bottom: 11.875vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ny28-section1 .body {
  width: 26.563vw;
  box-shadow: 0vw 0vw 2.875vw 0vw rgba(0, 0, 0, 0.04);
  border-radius: 0.625vw;
  margin-right: 19.375vw;
  margin-left: auto;
}
.ny28-section1 .ny28-title {
  font-size: 1.5vw;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 1.875vw;
  text-align: center;
}
.ny28-section1 .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5vw;
}
.ny28-section1 .tabs .tab-item {
  font-size: 1.875vw;
  padding-bottom: 0.875vw;
  position: relative;
  text-align: center;
  color: #a1a1a1;
  cursor: pointer;
  margin-right: 5vw;
}
.ny28-section1 .tabs .tab-item:last-child {
  margin-right: 0;
}
.ny28-section1 .tabs .tab-item.active {
  color: #000;
}
.ny28-section1 .tabs .tab-item.active:after {
  display: block;
}
.ny28-section1 .tabs .tab-item:after {
  content: "";
  display: none;
  width: 5vw;
  height: 0.125vw;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ny28-section1 .body1 {
  padding-left: 1.875vw;
  padding-right: 1.875vw;
  padding-bottom: 3.75vw;
  padding-top: 2.5vw;
  background-color: #fff;
}
.ny28-section1 .body1 .form-item {
  border-radius: 0.313vw;
  border: solid 1px #e5e5e5;
  padding-left: 0.875vw;
  padding-right: 0.875vw;
  height: 3.25vw;
  user-select: none;
}
.ny28-section1 .body1 .form-item.hide {
  display: none;
}
.ny28-section1 .body1 .form-item.show {
  display: block;
}
.ny28-section1 .body1 .form-item input {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
  font-size: 1vw;
}
.ny28-section1 .body1 .form-item input:focus {
  box-shadow: none;
}
.ny28-section1 .body1 .form-item input::-webkit-input-placeholder {
  color: #aaa;
}
.ny28-section1 .body1 .form-item input::-moz-placeholder {
  color: #aaa;
}
.ny28-section1 .body1 .form-item input:-moz-placeholder {
  color: #aaa;
}
.ny28-section1 .body1 .form-item input:-ms-input-placeholder {
  color: #aaa;
}
.ny28-section1 .body1 .form-item:first-child,.ny28-section1 .body2 .form-item:first-child {
  margin-bottom: 1.25vw;
}
.ny28-section1 .body1 .password-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny28-section1 .body1 .password-item.active .icon:after {
  background-image: url(../images/ny28/img003@50x50.png);
}
.ny28-section1 .body1 .password-item .icon {
  width: 1.5vw;
  flex-shrink: 0;
  cursor: pointer;
}
.ny28-section1 .body1 .password-item .icon::after {
  content: "";
  display: block;
  width: 1.563vw;
  height: 1.563vw;
  background: url(../images/ny28/img004@50x50.png) no-repeat center;
  background-size: 100%;
}
.ny28-section1 .body1 .phone-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  border: 0;
  margin-top: 1.25vw;
}
.ny28-section1 .body1 .phone-item input {
  border-radius: 0.313vw;
  border: solid 1px #e5e5e5;
  padding-left: 0.875vw;
  padding-right: 0.875vw;
}
.ny28-section1 .body1 .phone-item .btn {
  height: 100%;
  background-color: #C7BE29;
  color: #fff;
  font-size: 1vw;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.25vw;
  padding-right: 1.25vw;
  margin-left: 0.625vw;
  border-radius: 0.313vw;
}
.ny28-section1 .body1 .phone-item .btn.disabled {
  background-color: #d7d7d7;
}
.ny28-section1 .body1 .item1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.25vw;
}
.ny28-section1 .body1 .item1 .text {
  font-size: 1vw;
  line-height: 1.1;
  color: #4cb848;
}
.ny28-section1 .body1 .item1 .text.hide {
  display: none;
}
.ny28-section1 .body1 .item1 .text.show {
  display: flex;
}
.ny28-section1 .body1 .item2 {
  margin-top: 0.938vw;
}
.ny28-section1 .body1 .item2 .layui-form-checkbox {
  font-size: 0.875vw;
  color: #808590;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny28-section1 .body1 .item2 .layui-form-checkbox * {
  font-size: inherit;
}
.ny28-section1 .body1 .item2 .layui-form-checkbox a {
  color: #4cb848;
}
.ny28-section1 .body1 .item2 .layui-form-checkbox > i {
  width: 1.25vw;
  height: 1.25vw;
  line-height: 1.25vw;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.ny28-section1 .body1 button {
  width: 100%;
  display: block;
  height: 3.25vw;
  font-size: 1.125vw;
  color: #ffffff;
  margin-top: 1.625vw;
  background: -webkit-linear-gradient(153deg, #46b035 0%, #309820 100%);
  background: -o-linear-gradient(153deg, #46b035 0%, #309820 100%);
  background: -moz-linear-gradient(153deg, #46b035 0%, #309820 100%);
  background: linear-gradient(153deg, #46b035 0%, #309820 100%);
  border-radius: 0.313vw;
}
.ny28-section1 .body1 .item3 .head {
  text-align: center;
  margin-top: 2.813vw;
}
.ny28-section1 .body1 .item3 .head span {
  display: inline-block;
  position: relative;
  padding-left: 1.125vw;
  padding-right: 1.125vw;
  font-size: 1vw;
}
.ny28-section1 .body1 .item3 .head span:before,
.ny28-section1 .body1 .item3 .head span:after {
  content: "";
  display: block;
  width: 4.375vw;
  height: 1px;
  background-color: #e9e9e9;
  position: absolute;
  top: 50%;
}
.ny28-section1 .body1 .item3 .head span:before {
  left: 0;
  transform: translateX(-100%);
}
.ny28-section1 .body1 .item3 .head span:after {
  right: 0;
  transform: translateX(100%);
}
.ny28-section1 .body1 .item3 .itembox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.875vw;
}
.ny28-section1 .body1 .item3 .item {
  width: 2.625vw;
  height: 2.625vw;
  background-color: #fce254;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.625vw;
  cursor: pointer;
  font-size: 1.25vw;
}
.ny28-section1 .body1 .item3 .item:last-child {
  margin-right: 0;
}
.ny28-section1 .body1 .item3 .item img {
  width: 1.25vw;
}
.ny28-section1 .body1 .content-top {
  display: none;
}
.ny28-section1 .body1 .content-top.active {
  display: block;
}
.ny28-section1 .body1 .content-top2 .qr-head {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1vw;
  color: #333;
  line-height: 1.1;
  margin-bottom: 1.25vw;
}
.ny28-section1 .body1 .content-top2 .qr-head img {
  width: 2.5vw;
  flex-shrink: 0;
  margin-right: 0.625vw;
}
.ny28-section1 .body1 .content-top2 .qr {
  border-radius: 0.625vw;
  overflow: hidden;
  border: 1px solid #eee;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.ny28-section1 .body1 .content-top2 .qr img {
  width: 100%;
}
.ny28-section1 .body2 {
  background-color: #fff;
}
.ny28-section1 .body2 .tabs {
  margin-bottom: 0;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 16.875vw;
  align-items: flex-start;
  border-top-left-radius: 0.625vw;
  border-top-right-radius: 0.625vw;
  overflow: hidden;
}
.ny28-section1 .body2 .tabs .tab-item {
  color: rgba(255, 255, 255, 0.5);
  padding-top: 1.875vw;
}
.ny28-section1 .body2 .tabs .tab-item:after {
  background-color: #fff;
}
.ny28-section1 .body2 .tabs .tab-item.active {
  color: #fff;
}
.ny28-section1 .body2 .content {
  padding: 1.875vw;
}
.ny28-section1 .body2 .form-item input {
  height: 3.125vw;
  line-height: 3.125vw;
  font-size: 1vw;
}
.ny28-section1 .body2 .form-item .layui-form-select dl {
  font-size: 1vw;
}
.ny28-section1 .body2 .phone-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny28-section1 .body2 .phone-item .phone-area {
  width: 6.875vw;
}
.ny28-section1 .body2 .phone-item .phone-number {
  min-width: 0;
  flex-grow: 1;
}
.ny28-section1 .body2 .phone-item .phone-number input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ny28-section1 .body1 .code-item, .ny28-section1 .body2 .code-item {
  margin-top: 1.25vw;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.ny28-section1 .body2 .code-item input {
  min-width: 0;
  flex-grow: 1;
  margin-right: 0.875vw;
}
.ny28-section1 .body2 .code-item .btn {
  width: 10vw;
  flex-shrink: 0;
  background-color: #C7BE29;
  border-radius: 0.313vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1vw;
}
.ny28-section1 .body2 .code-item .btn.disabled {
  background-color: #a1a1a1;
}
.ny28-section1 .body2 .tip1 {
  font-size: 1vw;
  line-height: 1.1;
  margin-top: 1.25vw;
  color: #333;
}
.ny28-section1 .body2 .tip1 a {
  color: #4cb848;
}
.ny28-section1 .body2 .tip1 a:hover {
  text-decoration: underline;
}
.ny28-section1 .body2 button {
  width: 100%;
  height: 3.125vw;
  background-image: linear-gradient(153deg, #46b035 0%, #309820 100%);
  border-radius: 0.313vw;
  color: #ffffff;
  font-size: 1.125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.875vw;
}
.ny28-section1 .body2 .tip2 {
  margin-top: 1.875vw;
  width: 100%;
  text-align: center;
  font-size: 1vw;
  color: #aeaeae;
}
.ny28-section1 .body2 .tip2 a {
  color: #333;
}
.ny28-section1 .body2 .tip2 a:hover {
  color: #4cb848;
}
.ny28-popup1 .content {
  width: 100%;
  font-size: 1vw;
  color: #000;
  line-height: 1.8;
}
@media screen and (min-width: 1600px) {
  .ny28-section1 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .ny28-section1 .body {
    width: 425px;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    margin-right: 310px;
  }
  .ny28-section1 .ny28-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .ny28-section1 .tabs {
    margin-bottom: 40px;
  }
  .ny28-section1 .tabs .tab-item {
    font-size: 30px;
    padding-bottom: 14px;
    margin-right: 80px;
  }
  .ny28-section1 .tabs .tab-item:after {
    width: 80px;
    height: 2px;
  }
  .ny28-section1 .body1 {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-top: 40px;
  }
  .ny28-section1 .body1 .form-item {
    border-radius: 5px;
    /*padding-left: 14px;*/
    padding-right: 14px;
    height: 52px;
  }
  .ny28-section1 .body1 .form-item input {
    font-size: 16px;
  }
  .ny28-section1 .body1 .form-item:first-child,.ny28-section1 .body2 .form-item:first-child {
    margin-bottom: 20px;
  }
  .ny28-section1 .body1 .password-item .icon {
    width: 24px;
  }
  .ny28-section1 .body1 .password-item .icon::after {
    width: 25px;
    height: 25px;
  }
  .ny28-section1 .body1 .phone-item {
    margin-top: 20px;
  }
  .ny28-section1 .body1 .phone-item input {
    border-radius: 5px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .ny28-section1 .body1 .phone-item .btn {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
    border-radius: 5px;
  }
  .ny28-section1 .body1 .item1 {
    margin-top: 20px;
  }
  .ny28-section1 .body1 .item1 .text {
    font-size: 16px;
  }
  .ny28-section1 .body1 .item2 {
    margin-top: 15px;
  }
  .ny28-section1 .body1 .item2 .layui-form-checkbox {
    font-size: 14px;
  }
  .ny28-section1 .body1 .item2 .layui-form-checkbox > i {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .ny28-section1 .body1 button {
    height: 52px;
    font-size: 18px;
    margin-top: 26px;
    border-radius: 5px;
  }
  .ny28-section1 .body1 .item3 .head {
    margin-top: 45px;
  }
  .ny28-section1 .body1 .item3 .head span {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
  }
  .ny28-section1 .body1 .item3 .head span:after {
    width: 70px;
  }
  .ny28-section1 .body1 .item3 .itembox {
    margin-top: 30px;
  }
  .ny28-section1 .body1 .item3 .item {
    width: 42px;
    height: 42px;
    margin-right: 10px;
    font-size: 20px;
  }
  .ny28-section1 .body1 .item3 .item img {
    width: 20px;
  }
  .ny28-section1 .body1 .content-top2 .qr-head {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .ny28-section1 .body1 .content-top2 .qr-head img {
    width: 40px;
    margin-right: 10px;
  }
  .ny28-section1 .body1 .content-top2 .qr {
    border-radius: 10px;
  }
  .ny28-section1 .body2 .tabs {
    height: 270px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .ny28-section1 .body2 .tabs .tab-item {
    padding-top: 30px;
  }
  .ny28-section1 .body2 .content {
    padding: 30px;
  }
  .ny28-section1 .body2 .form-item input {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .ny28-section1 .body2 .form-item .layui-form-select dl {
    font-size: 16px;
  }
  .ny28-section1 .body2 .phone-item .phone-area {
    width: 110px;
  }
  .ny28-section1 .body2 .code-item {
    margin-top: 20px;
  }
  .ny28-section1 .body2 .code-item input {
    margin-right: 14px;
  }
  .ny28-section1 .body2 .code-item .btn {
    width: 160px;
    border-radius: 5px;
    font-size: 16px;
  }
  .ny28-section1 .body2 .tip1 {
    font-size: 16px;
    margin-top: 20px;
  }
  .ny28-section1 .body2 button {
    height: 50px;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 30px;
  }
  .ny28-section1 .body2 .tip2 {
    margin-top: 30px;
    font-size: 16px;
  }
  .ny28-popup1 .content {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ny28-section1 {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ny28-section1 .ny28-title{
    font-size: 18px;
  }
  .ny28-section1 .body {
    width: 100%;
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    margin-right: 155px;
  }
  .ny28-section1 .tabs {
    margin-bottom: 10px;
  }
  .ny28-section1 .tabs .tab-item {
    font-size: 20px;
    padding-bottom: 12px;
    margin-right: 40px;
  }
  .ny28-section1 .tabs .tab-item:after {
    width: 40px;
    height: 2px;
  }
  .ny28-section1 .body1 {
    padding: 20px;
  }
  .ny28-section1 .body1 .content {
    padding-top: 20px;
  }
  .ny28-section1 .body1 .form-item {
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
  }
  .ny28-section1 .body1 .form-item input {
    font-size: 14px;
  }
  .ny28-section1 .body1 .form-item:first-child,.ny28-section1 .body2 .form-item:first-child {
    margin-bottom: 10px;
  }
  .ny28-section1 .body1 .password-item .icon {
    width: 20px;
  }
  .ny28-section1 .body1 .password-item .icon::after {
    width: 20px;
    height: 20px;
  }
  .ny28-section1 .body1 .phone-item {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .ny28-section1 .body1 .phone-item input {
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .ny28-section1 .body1 .phone-item .btn {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    border-radius: 5px;
  }
  .ny28-section1 .body1 .item1 {
    margin-top: 20px;
  }
  .ny28-section1 .body1 .item1 .text {
    font-size: 14px;
  }
  .ny28-section1 .body1 .item2 {
    margin-top: 20px;
  }
  .ny28-section1 .body1 .item2 .layui-form-checkbox {
    font-size: 14px;
  }
  .ny28-section1 .body1 .item2 .layui-form-checkbox > i {
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
  .ny28-section1 .body1 button {
    height: 40px;
    font-size: 14px;
    margin-top: 20px;
    border-radius: 5px;
  }
  .ny28-section1 .body1 .item3 .head {
    margin-top: 23px;
  }
  .ny28-section1 .body1 .item3 .head span {
    font-size: 14px;
    padding-left: 9px;
    padding-right: 9px;
  }
  .ny28-section1 .body1 .item3 .head span::before,
  .ny28-section1 .body1 .item3 .head span:after {
    width: 35px;
  }
  .ny28-section1 .body1 .item3 .itembox {
    margin-top: 20px;
  }
  .ny28-section1 .body1 .item3 .item {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    font-size: 20px;
  }
  .ny28-section1 .body1 .item3 .item img {
    width: 20px;
  }
  .ny28-section1 .body1 .content-top2 .qr-head {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .ny28-section1 .body1 .content-top2 .qr-head img {
    width: 30px;
    margin-right: 10px;
  }
  .ny28-section1 .body1 .content-top2 .qr {
    border-radius: 10px;
  }
  .ny28-section1 .body2 .tabs {
    height: 72vw;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .ny28-section1 .body2 .tabs .tab-item {
    padding-top: 30px;
  }
  .ny28-section1 .body2 .content {
    padding: 30px 20px;
  }
  .ny28-section1 .body2 .form-item input {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .ny28-section1 .body2 .form-item .layui-form-select dl {
    font-size: 14px;
  }
  .ny28-section1 .body2 .phone-item .phone-area {
    width: 80px;
  }
  .ny28-section1 .body2 .code-item {
    margin-top: 20px;
  }
  .ny28-section1 .body2 .code-item input {
    margin-right: 14px;
  }
  .ny28-section1 .body2 .code-item .btn {
    width: 100px;
    font-size: 14px;
    border-radius: 5px;
  }
  .ny28-section1 .body2 .tip1 {
    font-size: 14px;
    margin-top: 20px;
  }
  .ny28-section1 .body2 button {
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 30px;
  }
  .ny28-section1 .body2 .tip2 {
    margin-top: 30px;
    font-size: 14px;
  }
  .ny28-popup1 .content {
    font-size: 14px;
  }
}
/* ==================== 内页28 - 板块一 End ==================== */
/* ==================== 内页28 - 板块二 Start ==================== */
.ny28-section2 {
  background-color: #010101;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.ny28-section2 .link {
  margin-bottom: 5px;
  color: #aeb0b5;
}
.ny28-section2 .link a {
  color: #aeb0b5;
  font-size: 14px;
}
.ny28-section2 .link a:hover {
  color: #4cb848;
}
.ny28-section2 .copyright {
  line-height: 1.8;
  font-size: 14px;
  color: #646363;
}
.ny28-section2 .copyright a {
  color: inherit;
}
.ny28-section2 .copyright a:hover {
  color: #4cb848;
}
.ny28-section2 .support {
  display: inline-flex;
}
.ny28-section2 .support a {
  color: #1e1e1e;
}
/* ==================== 内页28 - 板块二 End ==================== */
/* ==================== 内页28 - 板块三 Start ==================== */
/* ==================== 内页28 - 板块三 End ==================== */
/* ==================== 内页28 - 板块四 Start ==================== */
/* ==================== 内页28 - 板块四 End ==================== */
/* ==================== 内页28 - 板块五 Start ==================== */
/* ==================== 内页28 - 板块五 End ==================== */
/* ==================== 内页28 - 板块六 Start ==================== */
/* ==================== 内页28 - 板块六 End ==================== */
/* ==================== 内页28 - 板块七 Start ==================== */
/* ==================== 内页28 - 板块七 End ==================== */
/* ==================== 内页28 - 板块八 Start ==================== */
/* ==================== 内页28 - 板块八 End ==================== */
