.contact_con{
  width: 15.6rem;
  margin: 0 auto;
  font-family: AlibabaPuHuiTi_2_45_Medium;
}
.contact_title{
  font-size: 0.54rem;
  line-height: 0.6rem;
  color: #d9c476;
  padding: 0.3rem 0 0.6rem;
  margin-bottom: 0.3rem;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
}
.contact_item{
  margin: 0.4rem auto;
}
.contact_item .tit{
  width: 3.5rem;
  font-size: 0.48rem;
  line-height: 0.5rem;
  color: #d9c476;
}
.contact_item .tit span{
  font-size: 0.22rem;
  line-height: 0.3rem;
  color: #fff;
  display: block;
}
.contact_item .tct{
  width: 11rem;
  display: flex;
  flex-wrap: wrap;
}
.contact_item .tct .tct_item{
  width: 50%;
}
.contact_item .tct .tct_item .name,
.contact_item .tct .tct_items .name{
  font-size: 0.2rem;
  color: #fff;
  opacity: 0.5;
}
.contact_item .tct .tct_item .txt,
.contact_item .tct .tct_items .txt{
  font-size: 0.2rem;
  color: #fff;
  display: flex;align-items: center;
  padding: 0.15rem 0;
}
.contact_item .tct .tct_item .txt span{width: 50%;}
.contact_item .tct .tct_items{
  width: 100%;
}
.contact_item .tct .tct_item .img,
.contact_item .tct .tct_items .img{
  padding: 0.2rem;
  box-sizing: border-box;
  border: 0.01rem solid rgba(217, 196, 118, 0.2);
  border-radius: 0.2rem;
  overflow: hidden;
  margin: 0.2rem auto 0.4rem;
}
.contact_item .tct .tct_item .img img,
.contact_item .tct .tct_items .img img{
  border-radius: 0.2rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.contact_form{
  width: 100%;
  flex-wrap: wrap;
}
.contact_form .item{
  width: 48%;
  position: relative;
}
.contact_form .item p,
.contact_form .items p{
  font-size: 0.18rem;
  color: #d9c476;
  line-height: 0.0.3rem;
  padding-bottom: 0.1rem;
}
.contact_form .item input{
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  background: none;
  border: 0.01rem solid rgba(217, 196, 118, 0.2);
  margin-bottom: 0.2rem;
  border-radius: 0.1rem;
  font-size: 0.16rem;
  color: #fff;
  padding-left: 0.1rem;
  box-sizing: border-box
}
.contact_form .items{
  width: 100%;
}
.contact_form .items textarea{
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.3rem;
  width: 100%;
  background: none;
  border: 0.01rem solid rgba(217, 196, 118, 0.2);
  padding-left: 0.1rem;
  box-sizing: border-box;
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
}
.reset{
  width: 1.3rem;
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.6rem;
  border: 0.01rem solid rgba(217, 196, 118, 0.2);
  background: none;
  border-radius: 0.1rem;
  cursor: pointer;
  text-transform: uppercase;
}
.submit{
  width: 2.5rem;
   font-size: 0.2rem;
  color: #fff;
  line-height: 0.6rem;
  border: 0.01rem solid rgba(217, 196, 118, 0.2);
  background: #d9c476;
  border-radius: 0.1rem;
  margin-left: 0.3rem;
  cursor: pointer;
  text-transform: uppercase;
}
.contact_form .item:last-child {
  text-align: right;
}
.imgs{
  width: 1.3rem;
  height: 0.6rem;
  position: absolute;
  bottom: 0.2rem;
  right: 0;
  z-index: 2;
  border-radius: 0.1rem;
  overflow: hidden;
}
.imgs img{width: 100%;height: 100%;}


/* ===== treatment 页面 ≤1024px ===== */
@media screen and (max-width: 1024px) {
  .contact_con{width: 100%;padding: 0.2rem 4%;box-sizing: border-box;display: block;}
  .contact_title{font-size: 0.3rem;}

  .contact_item .tit{font-size: 0.24rem;}
  .contact_item .tit span{font-size: 0.18rem;}
  
  .contact_item .tct .tct_item{width: 100%;}
  .submit{width: 1.6rem;}
  .reset{width: 1rem;}

}

@media screen and (max-width: 768px) {
  .contact_title{font-size: 0.24rem;padding: 0.2rem 0 0.3rem;line-height: 0.3rem;margin-bottom: 0.2rem;}
  .contact_item{display: block;margin-top: 0.2rem;}
  .contact_item .tit{width: 100%;font-size: 0.2rem;}
  .contact_item .tct{width: 100%;}
  .contact_item .tct .tct_item .name, .contact_item .tct .tct_items .name,
  .contact_item .tct .tct_item .txt, .contact_item .tct .tct_items .txt{font-size: 0.18rem;}
  .contact_item .tct .tct_item .img, .contact_item .tct .tct_items .img{margin: 0.2rem auto;}
  .contact_form{display: block;margin-top: 0.2rem;}
  .contact_form .item{width: 100%;}
}