.mixin-center {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.container .main .contact {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.container .main .contact .component-title {
  border: 0;
}
.container .main .contact .content .phone {
  padding: 2rem 0;
}
.container .main .contact .content .phone .phone-number {
  color: #bd0608;
  font-size: 2rem;
}
.container .main .contact .content .message{
  display:none;
}
.container .main .contact .content .message .form-title {
  font-weight: bold;
  font-size: 1.2rem;
  padding: 2rem 0;
}
.container .main .contact .content .message form .group {
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%;
  float: left;
}
.container .main .contact .content .message form .group.single {
  float: none;
  display: block;
}
.container .main .contact .content .message form .group label {
  display: inline-block;
  width: 6rem;
  text-align: right;
}
.container .main .contact .content .message form .group label.not::before {
  content: '*';
  color: red;
}
.container .main .contact .content .message form .group input {
  width: 70%;
}
.container .main .contact .content .message form .group textarea {
  vertical-align: middle;
  width: 70%;
}
.container .main .contact .content .message form .button {
  text-align: center;
}
.component-title {
  border-bottom: 2px solid #4a709d;
  padding-bottom: 0.8rem;
  position: relative;
}
.component-title .title-icon {
  display: inline-block;
  float: left;
  background: url("../../images/new/title_left.png") no-repeat center;
  width: 1.3rem;
  height: 2.5rem;
  margin-right: 0.8rem;
}
.component-title .text {
  font-size: 1.8rem;
  font-weight: normal;
  display: inline-block;
  color: #333;
}
.component-title .more {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.component-title .more i {
  color: #bd0608;
  margin-right: 0.5rem;
  font-size: 1.1rem;
}
.component-title .more-icon {
  display: inline-block;
  float: right;
}
/*# sourceMappingURL=contact_m.css.map */