#contact {
  /*联系我们页面head*/
}
#contact .block_pc {
  display: block;
}
#contact .block_sj {
  display: none;
}
#contact .lx_head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#contact .lx_head div {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 10px;
}
#contact .lx_head p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  color: #000000;
  line-height: 26px;
}
#contact .lx_head h5 {
  font-size: 40px;
  color: #000000;
  line-height: 50px;
  letter-spacing: 2px;
  font-weight: 400;
  margin-top: 100px;
}
#contact .lx_head span {
  display: inline-block;
  width: 50px;
  height: 3px;
  background: #30C0D8;
  margin-top: 16px;
}
#contact .lx_con {
  width: 100%;
  padding: 0 0 88px 0;
  background: url(../images/contact/about_bg.png) no-repeat center top;
}
#contact .lx_con .lx_info {
  width: 100%;
}
#contact .lx_con .lx_info .mes_box {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 70px;
  padding-bottom: 100px;
}
#contact .lx_con .lx_info .mes_box select.mes_input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #F7F7F7 url(https://game.gtimg.cn/images/tgclub/act/a20220505yxkxf/select-arrow.png) no-repeat center;
  background-size: 15px 10px;
  background-position-x: 90%;
}
#contact .lx_con .lx_info .mes_box .mes_input {
  width: 18.19%;
  height: 60px;
  border: 1px solid #F8F8F8;
  color: #333;
  background: #f8f8f8;
  padding: 0 20px;
  margin-bottom: 20px;
  margin-right: 2%;
  font-size: 16px;
  outline: none;
  border-radius: 0px;
}
#contact .lx_con .lx_info .mes_box .mes_input:nth-child(5) {
  margin-right: 0;
}
#contact .lx_con .lx_info .mes_box .mes_input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #555;
}
#contact .lx_con .lx_info .mes_box .mes_input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
}
#contact .lx_con .lx_info .mes_box .mes_input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
}
#contact .lx_con .lx_info .mes_box .mes_input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555;
}
#contact .lx_con .lx_info .mes_box .mes_input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #555;
}
#contact .lx_con .lx_info .mes_box .mes_text {
  width: 100%;
  margin-bottom: 38px;
  border: 1px solid #F8F8F8;
  background: #F8F8F8;
  color: #333;
  padding: 20px;
  border-radius: 0px;
  height: 270px;
  font-family: "微软雅黑";
  font-size: 16px;
  outline: none;
  resize: none;
}
#contact .lx_con .lx_info .mes_box .mes_text::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #555;
}
#contact .lx_con .lx_info .mes_box .mes_text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
}
#contact .lx_con .lx_info .mes_box .mes_text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
}
#contact .lx_con .lx_info .mes_box .mes_text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555;
}
#contact .lx_con .lx_info .mes_box .mes_text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #555;
}
#contact .lx_con .lx_info .mes_box .sub {
  display: inline-block;
  width: 268px;
  height: 60px;
  background: #30C0D8;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  line-height: 60px;
  border-radius: 0px;
  margin: 0 auto;
  margin-left: 40%;
}
#contact .lx_con .lx_info .mes_box a:hover {
  opacity: 0.8;
}
#contact .lx_con .map_box {
  width: 100%;
  position: relative;
  margin-top: 68px;
}
#contact .lx_con .map_box .lx_map {
  width: calc(100%);
  padding-top: 208px;
}
#contact .lx_con .map_box .map_text_box {
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#contact .lx_con .map_box .map_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 320px;
  background: #fff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
  padding: 0 3.5%;
}
#contact .lx_con .map_box .map_text .text_left {
  display: inline-block;
  width: 100%;
}
#contact .lx_con .map_box .map_text .text_left h5 {
  width: 100%;
  font-size: 26px;
  color: #000;
  line-height: 32px;
}
#contact .lx_con .map_box .map_text .text_left .gs_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#contact .lx_con .map_box .map_text .text_left .gs_info .info_item {
  width: 50%;
  margin-top: 28px;
  display: flex;
  justify-content: left;
  align-items: center;
}
#contact .lx_con .map_box .map_text .text_left .gs_info .info_item img {
  width: 34px;
  height: auto;
  margin-right: 4px;
}
#contact .lx_con .map_box .map_text .text_left .gs_info .info_item p {
  display: inline-block;
  width: calc(100% - 40px);
  font-size: 16px;
  color: #000;
  line-height: 24px;
}
#contact .lx_con .map_box .map_text .text_left .gs_info .info_item p a {
  text-decoration: none;
  color: #000;
}
#contact .lx_con .map_box .map_text .text_right {
  width: 420px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact .lx_con .map_box .map_text .text_right .ewm_item {
  width: calc(50% - 25px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#contact .lx_con .map_box .map_text .text_right .ewm_item img {
  display: inline-block;
  width: 100%;
  height: auto;
}
#contact .lx_con .map_box .map_text .text_right .ewm_item p {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-top: 10px;
}
/* 手机端样式 */
@media screen and (max-width: 1024px) {
  #concat {
    /*联系我们*/
  }
  #concat .lx_head h5 {
    font-size: 25px;
    line-height: 30px;
  }
  #concat .lx_head span {
    width: 25px;
    margin-top: 8px;
    height: 2px;
  }
  #concat .sub-tabs-box .sub-tabs .sub-tabs-address {
    display: none;
  }
  #concat .md_con {
    position: relative;
    bottom: 10px;
  }
  #concat .pcimg {
    display: none;
  }
  #concat .mbimg {
    display: block;
  }
  #concat .lx_con {
    width: 100%;
    padding: 0 0 3rem;
  }
  #concat .lx_con .lx_info {
    padding: 0;
    margin-top: 0;
  }
  #concat .lx_con .lx_info .lx_head div {
    margin-top: 10px;
    align-items: center;
    justify-content: center;
  }
  #concat .lx_con .lx_info .lx_head p {
    font-size: 13px;
    line-height: 20px;
  }
  #concat .lx_con .lx_info .lx_head span {
    margin-top: 0;
  }
  #concat .lx_con .lx_info .mes_box {
    flex-direction: column;
    margin-top: 1.2rem;
  }
  #concat .lx_con .lx_info .mes_box .mes_input {
    width: 100%;
    height: auto;
    padding: 0.7rem 1rem;
    margin-bottom: 0.8rem;
    margin-right: 0;
    font-size: 14px;
    background: #fff;
    border: 1px solid #D6D6D6;
  }
  #concat .lx_con .lx_info .mes_box .mes_text {
    background: #fff;
    border: 1px solid #D6D6D6;
    padding: 0.7rem 1rem;
    height: 9.2rem;
    font-size: 14px;
    line-height: 0.9rem;
    margin-bottom: 2rem;
  }
  #concat .lx_con .lx_info .mes_box a {
    width: 100%;
    height: 2.95rem;
    font-size: 15px;
    line-height: 2.95rem;
  }
  #concat .lx_con .map_box {
    margin-top: 1.25rem;
  }
  #concat .lx_con .map_box .lx_map {
    width: calc(100%);
    padding-top: 15.7rem;
  }
  #concat .lx_con .map_box .map_text {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 2rem 1.15rem;
    box-sizing: border-box;
  }
  #concat .lx_con .map_box .map_text .text_left {
    width: calc(100%);
  }
  #concat .lx_con .map_box .map_text .text_left h5 {
    font-size: 0.98rem;
    line-height: 1;
    margin-bottom: 1rem;
  }
  #concat .lx_con .map_box .map_text .text_left .gs_info {
    flex-direction: column;
    margin-top: 0.5rem;
  }
  #concat .lx_con .map_box .map_text .text_left .gs_info .info_item {
    width: 100%;
    margin-top: 0.8rem;
    align-items: center;
  }
  #concat .lx_con .map_box .map_text .text_left .gs_info .info_item img {
    width: 1.45rem;
    margin-right: 0.3rem;
  }
  #concat .lx_con .map_box .map_text .text_left .gs_info .info_item p {
    width: calc(100% - 1.5rem);
    font-size: 0.79rem;
    line-height: 1.2rem;
    color: #000;
  }
  #concat .lx_con .map_box .map_text .text_right {
    width: 100%;
    margin-top: 0.8rem;
  }
  #concat .lx_con .map_box .map_text .text_right .ewm_item {
    width: calc(50% - 0.6rem);
  }
  #concat .lx_con .map_box .map_text .text_right .ewm_item p {
    font-size: 0.5rem;
    line-height: 0.8rem;
    margin-top: 0.3rem;
  }
}
