.lx_tt{
  color: var(--color);
  line-height: 1;
  text-align: center;
}
.lx_sub{
  text-align: center;
  color:#333;
  line-height: 2;
  margin-top: 5px;
}
.mapbox{
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.list{
  width: 40%;
  height: 720px;
  max-width:460px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  margin: 0 10px 0 auto;
}
.list .gs_li{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 20px 2vw;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.list .gs_li:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 0;
  background: var(--color);
  transition: all .6s;
}
.list .gs_li.on:before{
  height: 100%;
}
.gs_li .tit{
  color: var(--color);
}
.add{
  color: #333;
  padding-left: 40px;
  line-height:30px;
  background: url(../img/contact/add.png) no-repeat left 3px;
}
.tel{
  color: #333;
  padding-left: 40px;
  line-height:30px;
  background: url(../img/contact/tel.png) no-repeat left 5px;
}
.mail{
  color: #333;
  padding-left: 40px;
  line-height:30px;
  background: url(../img/contact/mail.png) no-repeat left 7px;
}
.map{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.message{
  background: url(../img/contact/ly_bg.jpg) no-repeat center;
  background-size: cover;
}
.message_tt{
  text-align: center;
  line-height: 1;
  color: var(--color);
}
.dis_flex{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dis_flex .layui-form-item{
  width: 32%;
}
.dis_flex .layui-input-block{
  width: 100%;
  height: 50px;
  background: #fff;
  padding:15px 20px;
  display: flex;
  align-items: center;
}
.layui-input-block img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin-right: 10px;
}
.layui-input{
  width: 100%;
  height: 100%;
  border: none;
  color: #999;
  font-family: 'HarmonyOS_Sans_SC_Regular';
}
.form-item .layui-input-block{
  width: 100%;
  height: 300px;
}
.layui-textarea{
  width: 100%;
  height: 100%;
  border: none;
  padding:15px 20px;
  color: #999;
  font-family: 'HarmonyOS_Sans_SC_Regular';
}
.submit{
  display:flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width:160px;
  height: 46px;
  background: var(--lgColor);
  margin: 0 auto;
  border: none;
  position: relative;
}
.submit span{
  position: relative;
  z-index: 2;
}
.submit:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height:0;
  background: var(--color);
  transition: all .6s;
}
.submit:hover:before{
  height: 100%;
}
@media only screen and (max-width:1440px) {
  .list .gs_li{
    padding:20px 1.5vw;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1101px){
      .add{
  cursor: pointer;
  padding-left: 20px;
  line-height:24px;
  background: url(../img/contact/add.png) no-repeat left 7px;
  background-size: 12px;
}
.tel{
  padding-left: 20px;
  line-height:24px;
  background: url(../img/contact/tel.png) no-repeat left 7px;
  background-size: 12px;
}
.mail{
  padding-left: 20px;
  line-height:24px;
  background: url(../img/contact/mail.png) no-repeat left 7px;
  background-size: 12px;
}
.submit{
    width: 120px;
    height: 32px;
}
}
@media only screen and (max-width:1024px) {
  .list{
    width: 45%;
  }
}
@media only screen and (max-width:768px) {
  .map{
    position: relative;
    height: 300px;
  }
  .list{
    width: 100%;
    max-width: none;
    height: auto;
    margin: 20px auto;
  }
  .list .gs_li{
    padding: 0;
    margin-bottom: 30px;
  }
  .add{
  cursor: pointer;
  padding-left: 20px;
  line-height:28px;
  background: url(../img/contact/add.png) no-repeat left 7px;
  background-size: 14px;
}
.tel{
  padding-left: 20px;
  line-height:28px;
  background: url(../img/contact/tel.png) no-repeat left 7px;
  background-size: 14px;
}
.mail{
  padding-left: 20px;
  line-height:28px;
  background: url(../img/contact/mail.png) no-repeat left 7px;
  background-size: 14px;
}
.dis_flex .layui-form-item{
  width: 100%;
}
.form-item .layui-input-block{
  height: 200px;
}
}
