.contact-way {
  width: 100%;
  padding-top: 0.48rem;
  padding-bottom: 0.85rem;
}
.safe-width1 {
  width: 14.4rem;
  margin: auto;
}
.background1 {
  background: #F6F6F6;
  background-image: url(../img/other/lx_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.tabs_sub {
  background: #fff;
}
.contact-way-title {
  margin-bottom: 0.3rem;
  color: #000;
  font-weight: bold;
}
.contact-way-inner {
  align-items: stretch;
  background: #fff;
  padding: 0.4rem 0.8rem 0.4rem 0.32rem;
  justify-content: space-between;
}
.contact-way-left {
  flex: 0 0 6.9rem;
  min-width: 0;
  padding-right: 0.4rem;
  padding-top: 0.64rem;
}
.contact-way-row {
  align-items: flex-start;
  margin-bottom: 0.68rem;
}
.contact-way-row:last-child {
  margin-bottom: 0;
}
.contact-way-icon {
  flex-shrink: 0;
  width: 0.61rem;
  margin-right: 0.18rem;
}
.contact-way-body {
  flex: 1;
  min-width: 0;
}
.contact-way-label {
  font-size: 0.22rem;
  margin-bottom: 0.06rem;
}
.contact-way-text {
  font-size: 0.16rem;
  color: #707070;
}
.contact-way-text a {
  color: inherit;
  text-decoration: none;
}
.contact-way-text a:hover {
  color: #004B9B;
}
.contact-way-split {
  flex-wrap: wrap;
}
.contact-way-split > div {
  margin-right: 0.47rem;
}
.contact-way-divider {
  width: 1px;
  flex-shrink: 0;
  background: #DEDEDE;
  min-height: 4.62rem;
  margin-right: 0.63rem;
}
.contact-way-right {
  flex-shrink: 0;
  width: 5.75rem;
}
.contact-way-qrcodes {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-way-qrcodes li {
  margin-right: 0.2rem;
  margin-bottom: 0.19rem;
}
.contact-way-qrcodes li:nth-child(1) {
  margin-left: 0.89rem;
  margin-right: 0.29rem;
}
.contact-way-qrcodes li:nth-child(2) {
  margin-right: 0;
}
.contact-way-qrcodes li:last-child {
  margin-right: 0;
}
.contact-way-qr-box {
  box-sizing: border-box;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 1.78rem;
  margin: auto;
}
.contact-way-qr-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact-way-qr-cap {
  display: block;
  text-align: center;
  font-size: 0.16rem;
  color: #707070;
  margin-top: 0.09rem;
}
.dw_mark {
  top: -1rem;
}
.lx_info {
  width: 100%;
  padding: 0.9rem 0 0.88rem;
}
.lx_info .mes_box {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.7rem;
}
.lx_info .mes_box .mes_input {
  width: 2.64rem;
  height: 0.6rem;
  color: #333;
  background: #F8F8F8;
  padding: 0 0.2rem;
  margin-bottom: 0.2rem;
  margin-right: 2%;
  outline: none;
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  font-family: Microsoft YaHei;
}
.lx_info .mes_box .mes_input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #555;
}
.lx_info .mes_box .mes_input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
}
.lx_info .mes_box .mes_input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
}
.lx_info .mes_box .mes_input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555;
}
.lx_info .mes_box .mes_input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #555;
}
.lx_info .mes_box select.mes_input.mes_select {
  width: 2.64rem;
  margin-right: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  line-height: normal;
  padding-right: 0.42rem;
  background-color: #F8F8F8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23555555' stroke-width='1.2' d='M1 1.5l5 4.2 5-4.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.2rem center;
  background-size: 0.12rem 0.08rem;
}
.lx_info .mes_box select.mes_input.mes_select::-ms-expand {
  display: none;
}
.lx_info .mes_box select.mes_input.mes_select:required:invalid {
  color: #555;
}
.lx_info .mes_box select.mes_input.mes_select option {
  color: #333;
}
.lx_info .mes_box .mes_text {
  width: 100%;
  margin-bottom: 0.38rem;
  background: #F8F8F8;
  color: #333;
  padding: 0.2rem;
  border-radius: 0;
  height: 2.7rem;
  font-family: Microsoft YaHei;
  outline: none;
  resize: none;
  border: none;
  box-sizing: border-box;
}
.lx_info .mes_box .mes_text::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #555;
}
.lx_info .mes_box .mes_text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
}
.lx_info .mes_box .mes_text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
}
.lx_info .mes_box .mes_text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555;
}
.lx_info .mes_box .mes_text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #555;
}
.lx_info .mes_box a {
  display: inline-block;
  width: 2.68rem;
  height: 0.6rem;
  background: #AA8266;
  color: #fff;
  font-size: 0.2rem;
  text-decoration: none;
  text-align: center;
  line-height: 0.6rem;
  border-radius: 0;
  margin: 0 auto;
}
.lx_info .mes_box a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .contact-way-inner {
    flex-direction: column;
  }
  .contact-way-divider {
    width: 100%;
    height: 1px;
    min-height: 0;
    margin: 0.4rem 0;
  }
  .contact-way-right {
    width: 100%;
  }
  .contact-way-left {
    padding-right: 0;
  }
  .safe-width1 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .contact-way-inner {
    padding: 0.5rem 0.36rem 0.6rem;
  }
  .contact-way-left {
    padding-top: 0;
    flex: none;
  }
  .background1 {
    background-image: url(../img/other/lx_bg_m.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }
  .contact-way-title {
    font-size: 0.5rem;
    color: #3A3A3A;
  }
  .contact-way-label {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .contact-way-text {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .contact-way-divider {
    margin: 0.68rem 0 0.5rem;
  }
  .contact-way-qrcodes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem 0.5rem;
    padding: 0 0.24rem;
  }
  .contact-way-qrcodes li {
    width: 2.55rem;
    margin: 0!important;
  }
  .contact-way-qrcodes li .contact-way-qr-box {
    width: 100%;
    margin: 0 ;
  }
  .contact-way-qrcodes li .contact-way-qr-cap {
    font-size: 0.24rem;
    margin-top: 0.15rem;
  }
  .lx_info {
    padding: 0.8rem 0.3rem;
  }
  .lx_info .lx_head {
    text-align: center;
  }
  .lx_info .lx_head .font35 {
    font-size: 0.5rem;
  }
  .lx_info .lx_head div {
    font-size: 0.26rem;
    line-height: 0.4rem;
    position: relative;
    padding-bottom: 0.22rem;
  }
  .lx_info .lx_head div::after {
    content: '';
    width: 0.5rem;
    height: 0.04rem;
    background: #30C0D8;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .lx_info .lx_head div text:nth-child(2) {
    display: block;
  }
  .lx_info .mes_box .mes_input {
    width: 100%;
    height: 0.78rem;
    padding: 0.2rem 0.25rem;
    border: 1px solid #D6D6D6;
    margin-right: 0;
  }
  .lx_info .mes_box select.mes_input.mes_select {
    width: 100%;
  }
  .lx_info .mes_box .mes_text {
    height: 4rem;
    border: 1px solid #D6D6D6;
    padding: 0.2rem 0.25rem;
    margin-bottom: 0.5rem;
  }
  .lx_info .mes_box a {
    width: 100%;
    height: 0.92rem;
    line-height: 0.92rem;
    font-size: 0.3rem;
  }
}
