main {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

h1 {
  width: 100%;
  height: 70px;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 70px;
  background-color: #6991C7;
}

.zxbm-aside {
  width: 390px;
  color: #fff;
  font-size: 12px;
  padding: 35px 10px;
  box-sizing: border-box;
  background-color: #5c728c;
}

.zxbm-aside h2 {
  width: 370px;
  height: 36px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  background: #818FA4;
}

.zxbm-notice {
  line-height: 26px;
  padding: 0 15px;
  box-sizing: border-box;
}

.zxbm-notice p {
  margin-top: 30px;
}

.zxbm-notice p:last-child {
  margin-bottom: 30px;
}

.zxbm-service {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  box-sizing: border-box;
  margin-top: 30px;
}

.zxbm-service div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zxbm-service div img {
  width: 150px;
  height: 150px;
  margin-bottom: 16px;
}

.zxbm-container {
  flex: 1;
  min-height: 600px;
  margin-left: 10px;
  background-color: #fff;
  padding: 0 10px;
}

.zxbm-container h2 {
  font-size: 16px;
  text-align: center;
  margin: 28px 0;
}

.form-infos {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-infos label {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.form-infos label + label {
  margin-top: 20px;
}

.form-infos label div {
  margin-right: 12px;
}

.form-infos label div span {
  color: #E70012;
}

.form-infos input {
  text-indent: 4px;
}

.form-infos input,
.form-infos select {
  width: 300px;
  height: 40px;
  outline: none;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  padding: 0 6px;
}

.form-infos input:focus,
.form-infos select:focus {
  border: 1px solid #E70012;
}

.form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
}

.form-btn button {
  cursor: pointer;
}

.form-btn button[type='submit'] {
  width: 200px;
  height: 46px;
  background: #F0F0F0;
  font-size: 14px;
  color: #666;
  margin-right: 20px;
}

.form-btn button[type='reset'] {
  color: #999;
}