.cm-flex, .cm-flex-wrap, .cm-flex-column, .cm-flex-content-center, .cm-flex-between, .cm-flex-between-center, .cm-flex-center {
  display: flex;
}

.cm-flex-center, .cm-flex-content-center, .cm-flex-between-center {
  align-items: center;
}

.cm-flex-between, .cm-flex-between-center {
  justify-content: space-between;
}

.cm-flex-content-center {
  justify-content: center;
}

.cm-flex-column {
  flex-direction: column;
}

.cm-flex-wrap {
  flex-wrap: wrap;
}

.cm-flex-1 {
  flex: 1;
}

.contact-content .contact-input {
  width: 100%;
  height: 575px;
  background: #ebebeb;
  border-radius: 8px;
  margin-bottom: 70px;
  overflow: hidden;
}
.contact-content .contact-input input {
  border: none;
  width: 400px;
  outline: medium;
  background: #ebebeb;
  border-bottom: 1px dotted #346cd9;
  padding: 8px 0;
  font-size: 16px;
  color: #333;
}
.contact-content .contact-input textarea {
  border: none;
  width: 100%;
  font-size: 16px;
  outline: medium;
  margin-top: 24px;
  height: 300px;
  resize: none;
  background: #ebebeb;
  color: #333;
}
.contact-content .contact-input .line {
  padding: 0 24px;
  line-height: 76px;
}
.contact-content .contact-input li {
  width: 100%;
  height: 76px;
  font-size: 18px;
  box-sizing: border-box;
  color: #346cd9;
}
.contact-content .contact-input li .line {
  width: 50%;
}
.contact-content .contact-input li.remark {
  height: 347px;
}
.contact-content .contact-input li:last-child {
  line-height: 76px;
  text-align: center;
  background: #346cd9;
  color: #fff;
}
.contact-content .contact-bottom {
  width: 1150px;
  height: 490px;
  margin-bottom: 145px;
  margin: 0 auto 145px;
}
.contact-content .contact-bottom .big-img {
  width: 353px;
  height: 490px;
}
.contact-content .contact-bottom .center {
  width: 280px;
  height: 490px;
  text-align: center;
  color: #000;
}
.contact-content .contact-bottom .center h4 {
  font-size: 36px;
  color: #000;
}
.contact-content .contact-bottom .center .btns {
  box-sizing: border-box;
  border: 2px solid #000;
  line-height: 32px;
  width: 100%;
  height: 38px;
  margin: 12px 0;
  position: relative;
  font-size: 16px;
}
.contact-content .contact-bottom .center .btns img {
  position: absolute;
  left: 9px;
  top: 9px;
}
.contact-content .contact-bottom .center p {
  padding-top: 24px;
  font-size: 18px;
  cursor: pointer;
}
.contact-content .contact-bottom .center p span {
  border-bottom: 1px solid #000;
  padding-right: 4px;
}

/*# sourceMappingURL=contactus.css.map */
