/* ==================== 内页58 - 板块一 Start ==================== */
.ny58-section1 {
  background-color: #89C3E9;
}
.ny58-section1 .image {
  width: 100%;
}
.ny58-section1 .image img {
  width: 100%;
}
.ny58-section1 .image2 {
  padding-top: 200px;
  width: 100%;
}
.ny58-section1 .image2 img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny58-section1 .image2 {
    padding-top: 26.667vw;
  }
}
/* ==================== 内页58 - 板块一 End ==================== */
/* ==================== 内页58 - 板块二 Start ==================== */
.el-select-dropdown__item {
  font-size: 30px !important;
  height: 60px !important;
  line-height: 60px !important;
}
.el-select-dropdown {
  max-width: 80%;
}
.el-message__icon {
  font-size: 20px;
}
@media screen and (max-width: 749px) {
  .el-select-dropdown__item {
    font-size: 4vw !important;
    height: 8vw !important;
    line-height: 8vw !important;
  }
  .el-message__icon {
    font-size: 2.67vw;
  }
}
.ny58-section2 {
  background-color: #8BC2E9;
  padding-left: 40px;
  padding-right: 40px;
}
.ny58-section2 .ny58-section2-box {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.ny58-section2 .title {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ny58-section2 .title .text1 {
  display: inline-block;
  font-size: 30px;
  color: #001644;
  line-height: 1.1;
  margin-bottom: 80px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.ny58-section2 .title .text1:before,
.ny58-section2 .title .text1:after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #ccc;
  top: 50%;
  position: absolute;
  opacity: 0.5;
}
.ny58-section2 .title .text1:before {
  left: -100vw;
}
.ny58-section2 .title .text1:after {
  right: -100vw;
}
.ny58-section2 .title .text1 span {
  color: red;
}
.ny58-section2 form {
  padding-left: 30px;
  padding-right: 30px;
}
.ny58-section2 .form-item {
  margin-top: 50px;
}
.ny58-section2 .form-item:first-child {
  margin-top: 0;
}
.ny58-section2 .form-item .layui-form-select .layui-edge {
  width: 12px;
  height: 12px;
  border: 0;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-style: solid;
  transform: rotate(135deg);
  margin-top: -8px;
  margin-right: 16px;
}
.ny58-section2 .form-item .layui-form-select dl dd.layui-this {
  background-color: #0071E3;
}
.ny58-section2 .form-item .layui-form-select dl {
  top: 56px;
}
.ny58-section2 .form-item .layui-form-select dl dd {
  font-size: 16px;
  line-height: 40px;
}
.ny58-section2 .form-item .label {
  font-size: 30px;
  color: #86868B;
  line-height: 1.1;
  margin-bottom: 15px;
  position: relative;
  display: table;
}
.ny58-section2 .form-item .label.required:after {
  content: "*";
  color: red;
}
.ny58-section2 .form-item .layui-input {
  height: 80px;
  font-size: 30px;
  color: #1E1E20;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
}
.ny58-section2 .form-item .layui-input::-webkit-input-placeholder {
  color: #1E1E20;
}
.ny58-section2 .form-item .layui-input::-moz-placeholder {
  color: #1E1E20;
}
.ny58-section2 .form-item .layui-input:-moz-placeholder {
  color: #1E1E20;
}
.ny58-section2 .form-item .layui-input:-ms-input-placeholder {
  color: #1E1E20;
}
.ny58-section2 .form-checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 35px;
}
.ny58-section2 .form-checkbox:last-child {
  margin-bottom: 0;
}
.ny58-section2 .form-checkbox .layui-form-checkbox {
  padding: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-right: 24px;
}
.ny58-section2 .form-checkbox .layui-form-checkbox i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-left: 1px solid #d2d2d2;
}
.ny58-section2 .form-checkbox .layui-form-checkbox i:before {
  font-size: 24px;
}
.ny58-section2 .form-checkbox .layui-form-checked i {
  border-color: #0071E3;
  background-color: #0071E3;
  color: #fff;
}
.ny58-section2 .form-checkbox .layui-form-checkbox:hover.layui-form-checked i {
  color: #fff !important;
}
.ny58-section2 .form-checkbox .layui-form-checkbox:hover i {
  color: #0071E3 !important;
}
.ny58-section2 .form-checkbox .text {
  font-size: 26px;
  color: #1E1E20;
  line-height: 1.1;
}
.ny58-section2 .form-checkbox .text a {
  color: #0071E3;
}
.ny58-section2 button {
  height: 84px;
  line-height: 84px;
  width: 350px;
  border-radius: 100px;
  background: linear-gradient(180deg, #005D8D 0%, #004061 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  font-size: 30px;
}
.ny58-section2 .tip {
  margin-top: 60px;
  font-size: 30px;
  color: #001644;
  line-height: 1.2;
  text-align: justify;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ny58-section2 .el-form .label {
  font-size: 30px;
  color: #86868B;
  line-height: 1.1;
  margin-bottom: 10px;
  position: relative;
  display: table;
}
.ny58-section2 .el-form .label.required:after {
  content: "*";
  color: red;
}
.ny58-section2 .el-form .el-form-item__error {
  font-size: 26px;
  margin-top: 10px;
}
.ny58-section2 .el-form .el-checkbox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.ny58-section2 .el-form .el-checkbox .el-checkbox__inner {
  width: 24px;
  height: 24px;
  margin-top: 5px;
}
.ny58-section2 .el-form .el-checkbox .el-checkbox__inner:after {
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -70%) rotate(45deg);
  height: 10px;
  width: 6px;
}
.ny58-section2 .el-form .el-checkbox .el-checkbox__input.is-checked .el-checkbox__inner,
.ny58-section2 .el-form .el-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #0071E3;
  border-color: #0071E3;
}
.ny58-section2 .el-form .el-checkbox .el-checkbox__label {
  font-size: 26px;
  color: #1E1E20;
  line-height: 1.4;
  padding-left: 20px;
}
.ny58-section2 .el-form .el-checkbox a {
  color: #0071E3;
}
.ny58-section2 .el-form .el-checkbox a:hover {
  text-decoration: underline;
}
.ny58-section2 .el-form .el-form-item {
  margin-bottom: 60px;
}
.ny58-section2 .el-form .el-form-item.form-checkbox {
  margin-bottom: 20px;
}
.ny58-section2 .el-form .el-select {
  width: 100%;
}
.ny58-section2 .el-form .el-select .el-input .el-select__caret {
  font-size: 20px;
  width: 35px;
}
.ny58-section2 .el-form .el-input__inner {
  height: 80px;
  font-size: 30px;
  color: #1E1E20;
  padding-left: 20px;
  padding-right: 60px;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
}
.ny58-section2 .el-form .el-input__inner::-webkit-input-placeholder {
  color: #1E1E20;
}
.ny58-section2 .el-form .el-input__inner::-moz-placeholder {
  color: #1E1E20;
}
.ny58-section2 .el-form .el-input__inner:-moz-placeholder {
  color: #1E1E20;
}
.ny58-section2 .el-form .el-input__inner:-ms-input-placeholder {
  color: #1E1E20;
}
.ny58-section2 .el-form button {
  padding: 0 20px;
  height: 84px;
  line-height: 84px;
  width: 460px;
  border-radius: 100px;
  background-color: #050A32;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  font-size: 30px;
  border-color: #050A32;
  letter-spacing: 4px;
}
.ny58-section2 .el-form button:hover {
  background-color: #050A32;
  color: #fff;
}
.ny58-section2-popup .body {
  min-height: 70vh;
  font-size: 28px;
  padding: 40px;
}
@media screen and (max-width: 749px) {
  .ny58-section2 {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .ny58-section2 .ny58-section2-box {
    padding-top: 10.67vw;
    padding-bottom: 10.67vw;
  }
  .ny58-section2 .title .text1 {
    font-size: 4vw;
    margin-bottom: 10.67vw;
    padding-left: 2.67vw;
    padding-right: 2.67vw;
  }
  .ny58-section2 form {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .ny58-section2 .form-item {
    margin-top: 6.67vw;
  }
  .ny58-section2 .form-item .layui-form-select .layui-edge {
    width: 1.6vw;
    height: 1.6vw;
    margin-top: -1.07vw;
    margin-right: 2.13vw;
  }
  .ny58-section2 .form-item .layui-form-select dl {
    top: 7.47vw;
  }
  .ny58-section2 .form-item .layui-form-select dl dd {
    font-size: 2.13vw;
    line-height: 5.33vw;
  }
  .ny58-section2 .form-item .label {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .ny58-section2 .form-item .layui-input {
    height: 10.67vw;
    font-size: 4vw;
    padding-left: 2.67vw;
    padding-right: 2.67vw;
    border-radius: 1.07vw;
  }
  .ny58-section2 .form-checkbox {
    margin-top: 4.67vw;
  }
  .ny58-section2 .form-checkbox .layui-form-checkbox {
    height: 4vw;
    width: 4vw;
    line-height: 4vw;
    margin-right: 3.2vw;
  }
  .ny58-section2 .form-checkbox .layui-form-checkbox i {
    width: 4vw;
    height: 4vw;
  }
  .ny58-section2 .form-checkbox .layui-form-checkbox i:before {
    font-size: 3.2vw;
  }
  .ny58-section2 .form-checkbox .text {
    font-size: 3.47vw;
  }
  .ny58-section2 button {
    height: 11.2vw;
    line-height: 11.2vw;
    width: 46.67vw;
    border-radius: 13.33vw;
    margin-top: 13.33vw;
    font-size: 4vw;
  }
  .ny58-section2 .tip {
    margin-top: 8vw;
    font-size: 4vw;
  }
  .ny58-section2 .el-form .label {
    font-size: 4vw;
    margin-bottom: 1.33vw;
  }
  .ny58-section2 .el-form .el-form-item__error {
    font-size: 3.467vw;
    margin-top: 1.333vw;
  }
  .ny58-section2 .el-form .el-checkbox .el-checkbox__inner {
    width: 3.2vw;
    height: 3.2vw;
    margin-top: 0.67vw;
  }
  .ny58-section2 .el-form .el-checkbox .el-checkbox__inner:after {
    height: 1.33vw;
    width: 0.8vw;
  }
  .ny58-section2 .el-form .el-checkbox .el-checkbox__label {
    font-size: 3.47vw;
    padding-left: 2.67vw;
  }
  .ny58-section2 .el-form .el-form-item {
    margin-bottom: 8vw;
  }
  .ny58-section2 .el-form .el-form-item.form-checkbox {
    margin-bottom: 2.67vw;
  }
  .ny58-section2 .el-form .el-select .el-input .el-select__caret {
    font-size: 2.67vw;
    width: 4.67vw;
  }
  .ny58-section2 .el-form .el-input__inner {
    height: 10.67vw;
    font-size: 4vw;
    padding-left: 2.67vw;
    padding-right: 8vw;
    border-radius: 1.07vw;
  }
  .ny58-section2 .el-form button {
    padding: 0 2.67vw;
    height: 11.2vw;
    line-height: 11.2vw;
    width: 61.33vw;
    border-radius: 13.33vw;
    margin-top: 13.33vw;
    font-size: 4vw;
    letter-spacing: 0.53vw;
  }
  .ny58-section2-popup .body {
    min-height: 70vh;
    font-size: 3.733vw;
    padding: 5.333vw;
  }
}
/* ==================== 内页58 - 板块二 End ==================== */
/* ==================== 内页58 - 板块三 Start ==================== */
.ny58-section3 {
  background-color: #8BC2E9;
}
/* ==================== 内页58 - 板块三 End ==================== */
/* ==================== 内页58 - 板块四 Start ==================== */
.ny58-section4 {
  background-color: #CDE9FC;
  padding-top: 200px;
  padding-bottom: 200px;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .ny58-section4 {
    padding-top: 26.67vw;
    padding-bottom: 26.67vw;
  }
}
/* ==================== 内页58 - 板块四 End ==================== */
/* ==================== 内页58 - 板块五 Start ==================== */
.ny58-section5 {
  background-color: #89C3E9;
  padding-top: 200px;
  padding-bottom: 200px;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .ny58-section5 {
    padding-top: 26.67vw;
    padding-bottom: 26.67vw;
  }
}
/* ==================== 内页58 - 板块五 End ==================== */
/* ==================== 内页58 - 板块六 Start ==================== */
.ny58-section6 {
  background-color: #CDE9FC;
  padding-top: 200px;
  padding-bottom: 200px;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .ny58-section6 {
    padding-top: 26.67vw;
    padding-bottom: 26.67vw;
  }
}
/* ==================== 内页58 - 板块六 End ==================== */
/* ==================== 内页58 - 板块七 Start ==================== */
/* ==================== 内页58 - 板块七 End ==================== */
/* ==================== 内页58 - 板块八 Start ==================== */
/* ==================== 内页58 - 板块八 End ==================== */
