#banner{
  width: 100%;
  height: 8rem;
  background-image: url('../images/contact/banner-bg.jpg');
  background-size: 100% 100%;
}
#banner h1{
  color: #fff;
  padding-top: 3.8rem;
  text-align: center;
  font-size: 0.56rem;
  line-height: 0.58rem;
  font-family: 'GalanoGrotesqueAltDEMO';
  font-weight: normal;
}
.contact-intro{
  text-align: center;
  font-size: 0.5rem;
  font-family: 'Helvetica Regular';
  color: #000;
  margin-top: 1.5rem;
}
.main{
  width: 16.2rem;
  margin: 1.5rem auto 1.3rem;
}
.contact-form{
  width: 100%;
  height: 8.8rem;
  background-image: url('../images/contact/form-bg.jpg');
  background-size: 100% 100%;
}
.contact-form .wrapper{
  margin: 0 2.1rem;
}
.contact-form .wrapper h1{
  color: #fff;
  font-size: 0.7rem;
  padding-top: 0.7rem;
  padding-bottom: 0.55rem;
	font-family:'Helvetica Bold';
  font-weight: normal;
  height: 1.8rem;
}
.input-form{
  float: left;
  width: 5.86rem;
  height: 0.6rem;
  /* margin-right: 0.28rem; */
  margin-bottom: 0.11rem;
  background-image: url('../images/contact/input-bg.png');
  background-size: 100% 100%;  
}
.input-form:nth-child(even){
  /* margin-right: 0; */
}
.input-form span,.input-form input{
  float: left;
}
.input-form span{
  font-size: 0.16rem;
  padding-left: 0.3rem;
  line-height: 0.6rem;
	font-family:'Helvetica Bold';
}
.input-form input{
  width: 78%;
  line-height: 0.6rem;
  border: none;
  outline: none;
  background-color: transparent;
}
.input-form i{
  float: right;
  color: #c7000a;
  font-size: 0.16rem;
  margin-right: 0.15rem;
  line-height: 0.6rem;
  font-style: normal;
  font-family: 'Microsoft Yahei';
}
.textarea-form{
  position: relative;
  width: 12rem;
  height: 3rem;
  background-image: url('../images/contact/textarea-bg.png');
  background-size: 100% 100%;
}
.textarea-form span{
  float: left;
  font-size: 0.16rem;
  padding-left: 0.3rem;
  line-height: 0.6rem;
	font-family:'Helvetica Bold';
}
.textarea-form textarea{
  width: 90%;
  height: 3rem;
  padding-top: 0.2rem;
  border: none;
  outline: none;
  background-color: transparent;
}
.textarea-form img{
  position: absolute;
  right: 0.11rem;
  bottom: 0.11rem;
  width: 0.08rem;
  height: 0.07rem;
}
.form-agree{
  margin-top: 0.5rem;
}
.form-agree-row{
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  user-select: none;
  opacity: 1;
}
.form-agree-checkbox{
  margin: 0;
  margin-right: 0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  outline: none;
  border-radius: 2px;
  border: 1px solid #999;
  background: #fff;
  opacity: 1;
  -webkit-appearance: none;
  appearance: none;
  flex-shrink: 0;
}
.form-agree-checkbox:hover{
  border-color: #c7000a;
  background-color: #fff;
}
.form-agree-checkbox:checked{
  border-color: #c7000a;
  background-color: #c7000a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M1 5l3 3 7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70% 70%;
}
.form-agree-checkbox:checked:hover{
  border-color: #c7000a;
  background-color: #c7000a;
}
.form-agree-text{
  font-size: 0.16rem;
  color: #fff;
  font-family: 'Helvetica Regular', 'Microsoft Yahei', sans-serif;
}
.form-footer{
  margin-top: 0.5rem;
}
.form-footer button{
  float: left;
  cursor: pointer;
  color: #fff;
  width: 1.42rem;
  height: 0.5rem;
  font-size: 0.16rem;
  line-height: 0.5rem;
  text-align: center;
  border: none;
  border-radius: 0.25rem;
	font-family:'Helvetica Bold';
}
.submit{
  margin-right: 0.31rem;
  background-color: #c7000a;
}
.submit:disabled{
  background-color: #a3a3a3;
  cursor: not-allowed;
  opacity: 0.8;
}
.reset{
  background-color: #a3a3a3;
}
.contact-map{
  margin-top: 1.5rem;
  overflow: hidden;
}
.map-l{
  display: block;
  float: left;
  width: 5.2rem;
}
.map-l h1{
  padding-top: 0.58rem;
  padding-bottom: 0.5rem;
  font-size: 0.42rem;
  font-family: 'GalanoGrotesqueAltDEMO';
  font-weight: normal;
}
.map-l img{
  margin-bottom: 1.05rem;
}
.map-l p{
  font-size: 0.16rem;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
	font-family:'Helvetica Light';
}
.map-l p span{
  display: inline-block;
  width: 0.68rem;
	font-family:'Helvetica Bold';
  letter-spacing: 0;
}
#container{
  float: right;
  width: 10.11rem;
  height: 600px;
}