.lytop_main .ly_logo .wx-bac {
  background: url(../images/logo.webp) no-repeat center;
  background-size: 100% 100%;
}

.nav_language .dropdown .btn {
  color: #000;
}

small {
  display: none;
  color: red;
  font-size: 17px;
}

.f_cap {
  text-transform: capitalize;
}

.nav-outer .navigation>li>a {
  color: #000;
}

.clearfix:after,
.clf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}

.main-header {
  position: relative;
}

.ly_top .lytop_main {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.banBot {
  border-bottom: 1px solid #eaeaea;
  height: 50px;
}


.mobile-nav-toggler .ico {
  color: #000;
}

.wsc-bread {
  float: left;
  padding: 11px 0;
  line-height: 26px;
}

.wsc-breadCon {
  font-size: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wsc-bread a,
.wsc-bread span,
.wsc-bread h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 26px;
  color: #999;
  font-weight: normal;
}

.wsc-bread a:hover {
  color: #007377;
}

.wsc-bread span {
  font-size: 0;
  margin: 0 12px;
  width: 5px;
  height: 26px;
  background: url("../images/contact/bread-arr.webp") no-repeat center center;
}

.wsc-bread h1 {
  color: #007377;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.m-contact {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f6f6f6;
}

.mesb1-tit {
  font-size: 60px;
  line-height: 80px;
  color: #2f2725;
  font-weight: bold;
}

.mesb2-text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 26px;
  color: #828282;
  padding-bottom: 30px;
}

.form_flex {
  display: flex;
  justify-content: space-between;
}

.m-contact .form_layout .async {
  width: 75%;
  display: block;
}

.confm-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.confm-row:first-child {
  margin-top: 0;
}

.m-contact .form_layout .async .fm-col {
  float: left;
  margin-left: 10px;
  width: 49%;
  margin-bottom: 15px;
}

.m-contact .form_layout .async label {
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 16px;
  line-height: 30px;
  cursor: text;
  color: #999;
}

.m-contact .layout .async label span {
  margin-left: 5px;
  font-size: 12px;
  color: #d32d27;
}

.m-contact .form_layout .async .fm-item {
  width: 100%;
}

.m-contact .form_layout .async .fm-item input {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  border: 1px solid rgba(240, 240, 240, 1);
  font-size: 16px;
  line-height: 20px;
  color: #999999;
  padding: 10px 20px;
}

.m-contact .form_layout .async .fm-item input::placeholder,
.m-contact .form_layout .async .fm-item textarea::placeholder {
  color: #999;
}

.fm-col:first-child {
  margin-left: 0 !important;
}

.m-contact .contact-nav {
  width: 280px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}

.m-contact .form_layout .async .fm-item textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 160px;
  border: 1px solid rgba(240, 240, 240, 1);
  line-height: 30px;
  font-size: 16px;
  color: #999999;
  padding: 10px 20px;
}

.m-contact .form_layout .async .v-radio {
  padding-left: 30px;
  background: url("../images/contact/v-radio.webp") no-repeat left 5px;
  line-height: 24px;
  color: #8c8d8e;
  cursor: pointer;
  font-size: 14px;
  margin-top: 20px;
}

.m-contact .form_layout .async .checked {
  background: url("../images/contact/v-radio-h.webp") no-repeat left 5px;
}

.m-contact .form_layout .async .form-btn .btn {
  margin-top: 40px;
  width: 200px;
  background: #fff;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #007377;
  border-radius: 2px;
  font-family: "SF UI Regular", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  display: inline-block;
  font-size: 16px;
  transition: 0.36s;
  vertical-align: middle;
  padding: 0 45px;
}

.m-contact .form_layout .async .form-btn .btn:hover {
  background: #007377;
  color: #fff;
}

.m-contact .contact-nav-img {
  margin-bottom: 25px;
}

.m-contact .contact-email {
  margin-bottom: 40px;
  font-size: 18px;
  color: #555;
  display: block;
  transition: 0.3s;
}

.button-primary {
  display: inline-block;
  width: 200px;
  padding-left: 45px;
  padding-right: 45px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  font-family: "SF UI Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  background: #d53732;
}

.menu-content {
  margin-top: 60px;
}

.message-block1 {
  padding: 34px 07px;
}

.menu-content .mesb1-tit {
  display: block;
  font-size: 60px;
  line-height: 80px;
  color: #2f2725;
  font-weight: bold;
}

.menu-content .menu-row {
  width: 100%;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.menu-content .menu-row .item {
  text-align: left;
  background-color: #fff;
  box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px 30px;
  margin-bottom: 30px;
  flex: 1;
}

.menu-content .menu-row .item i {
  display: block;
  font-size: 16px;
  color: #007377;
  margin-right: 4px;
}

.menu-content .menu-row .item .title {
  font-size: 20px;
  color: #222222;
  line-height: 1.2em !important;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  padding-bottom: 20px;
}

.menu-content .menu-row .item p {
  display: flex;
  color: #777777;
  font-size: 16px;
  margin: 4px 0;
  font-weight: 300;
  line-height: 1.625em;
}

/* 移动端样式 */
@media (max-width: 1200px) {
  .form_flex {
    display: block;
  }

  .m-contact .contact-nav {
    display: none;
  }

  .m-contact .form_layout .async {
    width: 100%;
  }

  .m-contact {
    padding: 34px 0;
  }
}

@media (max-width: 768px) {
  .m-contact .form_layout .async .fm-col {
    margin-left: 0;
    width: 100%;
  }

  .confm-row {
    margin-top: 0;
  }

  .m-contact .form_layout .async .form-btn .btn {
    width: 100%;
    background: rgba(213, 55, 50, 1);
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
  }

  .menu-content .menu-row {
    display: initial;
  }

  .menu-content {
    margin-top: 30px;
  }

  /* .menu-content .menu-row:last-child {
    display: none;
  } */

  .m-contact .form_layout .async .fm-col {
    margin-bottom: 10px;
  }

  .menu-content .menu-row .item .title {
    font-size: 18px;
  }

  .menu-content .menu-row .item p {
    font-size: 14px;
  }
}



.wsc-layoutCon {
  padding: 0 50px 0;
  background-color: #fff;
  margin: auto;
}

.pagesTit {
  font-weight: bold;
  font-size: 28px;
  color: #333;
  line-height: 40px;
  font-family: "SF UI Light", Helvetica, Arial, sans-serif;
}

.pagesCon p {
  font-size: 14px;
  color: #555;
  margin-top: 10px;
  line-height: 28px;
}

.pagesCon h3 {
  font-size: 22px;
  color: #222;
  font-weight: bold;
  line-height: 1;
  margin-top: 39px;
}

@media (max-width: 1200px) {
  .wsc-layoutCon {
    padding: 0;
  }

  .menu-content .menu-row .item {
    padding: 15px;
  }
}

@media (max-width: 768px) {

  .pagesTit {
    font-size: 20px;
  }

  .pagesCon p {
    font-size: 16px;
    line-height: 30px;
  }

  .pagesCon h3 {
    font-size: 20px;
    margin-top: 22px;
  }
}