#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: 'BIZ-UDGothicB';
  font-weight: normal;
}
.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:'BIZ-UDGothicB';
  font-weight: normal;
}
.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:'BIZ-UDGothicB';
}
.input-form input{
  width: 78%;
  line-height: 0.6rem;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 0.18rem;
}
.input-form i{
  float: right;
  color: #c7000a;
  font-size: 0.16rem;
  margin-right: 0.25rem;
  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:'BIZ-UDGothicB';
}
.textarea-form span::before{
  content: "*";
  color: #c7000a;
}
.textarea-form textarea{
  width: 87%;
  height: 3rem;
  padding-top: 0.2rem;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 0.18rem;
}
.textarea-form img{
  position: absolute;
  right: 0.11rem;
  bottom: 0.11rem;
  width: 0.08rem;
  height: 0.07rem;
}
.form-footer{
  margin-top: 0.7rem;
}
.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:'BIZ-UDGothicB';
}
.submit{
  margin-right: 0.31rem;
  background-color: #c7000a;
}
.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: 'BIZ-UDGothicB';
  font-weight: normal;
}
.map-l img{
  margin-bottom: 1.05rem;
}
.map-l p{
  font-size: 0.16rem;
  margin-bottom: 0.5rem;
	font-family:'BIZ-UDGothicR';
}
.map-l p span{
  display: inline-block;
	font-family:'BIZ-UDGothicR';
}
#container{
  float: right;
  width: 10.11rem;
  height: 6rem;
}