@charset "utf-8";
.contact-main {
  margin-top: 40px;
  border: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}
.contact-info {
  width: 49.9%;
  border-right: 1px solid #eee;
  padding: 54px;
}
.info-t {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid #eee;
  padding-bottom: 60px;
  margin-bottom: 50px;
}
.info-t .l h1 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  margin-bottom: 8px;
}
.info-t .l p {
  font-size: 12px;
  color: #999;
  display: flex;
  align-items: center;
}
.info-t .l p i {
  margin-right: 5px;
}
.info-t .l p .address-icon {
  width: 12px;
  height: 16px;
  background-position: -48px -23px;
}
.info-t .r p {
  color: #999;
  display: flex;
  align-items: center;
}
.info-t .r p i {
  margin-right: 5px;
}
.info-t .r p .web-icon {
  width: 15px;
  height: 15px;
  background-position: -62px -24px;
}
.info-t .r p .email-icon {
  width: 15px;
  height: 15px;
  background-position: -79px -23px;
}
.info-t .r p+p {
  margin-top: 20px;
}
.info-t a {
  color: #999;
}
.info-t a:hover {
  color: #b61a86;
}
.info-b {
  text-align: center;
}
.info-b h2{
  color: #666;
  font-size: 24px;
  text-align: center;
}
.info-b p{
  color: #999;
  text-align: center;
  margin: 10px 0 30px;
}
.info-b span{
  display: inline-block;
  padding: 8px 40px;
  background-color: #b61a86;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}
.message-form {
  width: 50%;
  padding: 54px;
}
.message-form .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.message-form .row .col {
  width: 47%;
}
.message-form .row .col-100 {
  width: 100%;
}
.message-form .row label {
  display: block;
  font-size: 12px;
  color: #898d8d;
  margin-bottom: 8px;
}
.message-form .input-item {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.message-form .textarea-item {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.message-form .row-btn {
  margin-top: 30px;
}
.message-form .row-btn button {
  padding: 10px 0;
  width: 35%;
  border-radius: 5px;
  color: #fff;
  background-color: #b61a86;
  border: none;
}
.message-form .row-btn button+button {
  margin-left: 20px;
}
.message-form .row-btn button.reset-btn {
  background-color: #999;
}
.message-form .row-btn button:hover {
  opacity: 0.8;
}
.map-main {
  height: 458px;
  margin-top: 100px;
  border: 1px solid #eee;
  display: flex;
}
.map-main .l {
  width: 40%;
  height: 100%;
}
.map-main .l .hotline {
  height: 49.9%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-main .l .hotline+.hotline {
  border-top: 1px solid #eee;
}
.map-main .l .hotline .letter {
  font-size: 113px;
  margin-right: 15%;
}
.map-main .l .hotline .text h3 {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.map-main .l .hotline .text h3 i {
  width: 17px;
  height: 17px;
  background-position: -96px -18px;
  margin-right: 8px;
}
.map-main .l .hotline .text p {
  font-size: 18px;
  color: #666;
}
.map-main .r {
  width: 60%;
}