.w1200{width: 1200px;display: block;margin: 0 auto;}
.w1100{width: 1100px;display: block;margin: 0 auto;}
.w1000{width: 1000px;display: block;margin: 0 auto;position: relative;}
.w900{width: 900px;}

.contact-container{
  width: 100%;
  min-height: 700px;
  background: #141430;

}
.contact-container .content{
  color: #fff;
  padding-top: 130px;
  justify-content: space-between;
  align-items: center;
}
.contact-container .content a{
  color: #fff;
}

.contact-container .content .part{
  width: 47.5%;
  font-family: "Harmony";
}

.contact-container .content .part-l h3{
  font-family: "Anton";
  font-size: 50px;
  font-weight: 100;
  letter-spacing: 1px;
}
.contact-container .content .part-l p{
  font-size: 24px;
}
.contact-container .content .part-l h6{
  font-size: 32px;
}
.contact-container .content .part-l a{
  border: 1px solid #eee;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
  font-size: 18px;
}

.contact-container .content .part-r{
  background: #eee;
  height: 470px;
  border-radius: 20px;
  color: #333;
  font-family: "Harmony";
}
.contact-container .content .part-r>div{
  width: 85%;
  margin: 0 auto;
}
.contact-container .content .part-r>div input{
  width: 100%;
  height: 35px;
  margin-top: 10px;
  outline: 0;
  border: 0;
  background: #ccc;
  font-size: 15px;
  text-indent: 5px;
  font-family: "Harmony";
}
.contact-container .content .part-r>div textarea{
  width: 100%;
  height: 140px;
  outline: 0;
  border: 0;
  background: #ccc;
  font-size: 15px;
  text-indent: 5px;
  font-family: "Harmony";
}
.contact-container .content .part-r>div.top{
  margin-top: 30px;
  justify-content: space-between;
}
.contact-container .content .part-r>div.top div{
  width: 48%;
}
.contact-container .content .part-r>div.mid,.contact-container .content .part-r>div.bot{
  margin-top: 20px;
}
.contact-container .content .part-r>a.submitBtn{
  width: 85%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #5e5eff;
  margin: 20px auto;
  border-radius: 5px;
}