section {
  padding-top: 4.55rem;
}
section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .container {
  margin-bottom: 1.82rem;
  height: 3.18rem;
  border-bottom: 1px solid #f0f0f0;
}
section .container .main_center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .container .main_center .position {
  font-size: 16px;
  line-height: 1.6;
}
section .container .main_center .position a:hover {
  color: #e11b2a;
}
section .container .main_center .list_wrapper ul {
  display: flex;
}
section .container .main_center .list_wrapper ul li {
  margin-left: 1.82rem;
}
section .container .main_center .list_wrapper ul li a {
  font-size: 0.82rem;
  padding: 0.45rem 0.91rem;
  color: #333;
  display: inline-block;
  border-radius: 1.36rem;
}
section .container .main_center .list_wrapper ul li a:hover {
  color: #fff;
  background-color: #e11b2a;
}
section .container .main_center .list_wrapper ul .active a {
  color: #fff;
  background-color: #e11b2a;
}
section .bx_container {
  margin-bottom: 1.82rem;
}
section .bx_container form .form .title,
section .bx_container form .form .gz {
  position: relative;
  font-size: 0.82rem;
  font-weight: bold;
  line-height: 2.27rem;
  height: 2.27rem;
  padding-left: 0.45rem;
}
section .bx_container form .form .title span,
section .bx_container form .form .gz span {
  color: #e11b2a;
}
section .bx_container form .form .title::before,
section .bx_container form .form .gz::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.18rem;
  height: 0.82rem;
  background-color: #e11b2a;
}
section .bx_container form .form .pro_item .select {
  position: relative;
  display: block;
  width: 100%;
  color: #333;
  /* vertical-align: middle; */
  text-align: left;
  user-select: none;
  -webkit-touch-callout: none;
  margin-top: 0.45rem;
}
section .bx_container form .form .pro_item .select .placeholder {
  position: relative;
  display: block;
  background-color: #f9f9f9;
  z-index: 1;
  padding: 0 0.45rem;
  height: 2.27rem;
  line-height: 2.27rem;
  border-radius: 0.09rem;
  cursor: pointer;
  margin-top: 0.45rem;
}
section .bx_container form .form .pro_item .select .placeholder:after {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  content: '\e611';
  font-family: 'iconfont' !important;
  font-size: 0.73rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 10;
}
section .bx_container form .form .pro_item .select.is-open .placeholder:after {
  content: '\e734';
  font-family: 'iconfont' !important;
  font-size: 0.73rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section .bx_container form .form .pro_item .select.is-open ul {
  display: block;
}
section .bx_container form .form .pro_item .select.select--white .placeholder {
  background: #fff;
  color: #999;
}
section .bx_container form .form .pro_item .select.select--white .placeholder:hover {
  background: #fafafa;
}
section .bx_container form .form .pro_item .select ul {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  border-radius: 0.09rem;
  top: 100%;
  left: 0;
  max-height: 9.09rem;
  overflow-y: auto;
  list-style: none;
  margin: 0.23rem 0 0 0;
  padding: 0;
  z-index: 100;
  box-shadow: 0rem 0.18rem 0.73rem 0rem rgba(0, 0, 0, 0.08);
}
section .bx_container form .form .pro_item .select ul li {
  display: block;
  text-align: left;
  padding: 0.8em 1em 0.8em 1em;
  color: #333;
  cursor: pointer;
}
section .bx_container form .form .pro_item .select ul li:hover {
  background: #e11b2a;
  color: #fff;
}
section .bx_container form .form .form_item label {
  font-size: 0.73rem;
  line-height: 2.27rem;
  height: 2.27rem;
  display: inline-block;
}
section .bx_container form .form .form_item textarea {
  width: 100%;
  height: 6.82rem;
  background-color: #f9f9f9;
  margin-bottom: 0.91rem;
  padding: 0.45rem;
  resize: none;
}
section .bx_container form .form .form_item textarea::-webkit-input-placeholder {
  color: #999;
}
section .bx_container form .form .form_item input {
  height: 2.27rem;
  padding: 0 0.45rem;
  box-sizing: border-box;
  background-color: #f9f9f9;
  color: #333;
}
section .bx_container form .form .form_item input::-webkit-input-placeholder {
  color: #999;
}
section .bx_container form .form .form_item .required::after {
  content: '* ';
  color: #e11b2a;
}
section .bx_container form .form .gz_container {
  margin-top: 0.91rem;
}
section .bx_container form .form .gz_container label {
  font-size: 0.82rem;
  font-weight: bold;
}
section .bx_container form .user_info .user_container {
  padding: 1.36rem 0.91rem;
  background-color: #f9f9f9;
}
section .bx_container form .user_info .user_container .wrapper {
  display: flex;
  flex-wrap: wrap;
}
section .bx_container form .user_info .user_container .wrapper .form_item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 0.91rem;
  display: flex;
}
section .bx_container form .user_info .user_container .wrapper .form_item:nth-child(2n) {
  margin-right: 0;
}
section .bx_container form .user_info .user_container .wrapper .form_item label {
  width: 15%;
}
section .bx_container form .user_info .user_container .wrapper .form_item input {
  width: 85%;
  background-color: #fff;
}
section .bx_container form .user_info .user_container button {
  border: none;
  outline: none;
  width: 25%;
  height: 1.82rem;
  color: #fff;
  background-color: #e11b2a;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  section {
    padding-top: 0;
  }
  section label,
  section .title {
    font-size: 14px !important;
  }
  section .user_container {
    padding: 20px 10px !important;
  }
  section .user_container .form_item {
    width: 100% !important;
    margin-right: 0 !important;
  }
  section .user_container .form_item label {
    width: 25% !important;
  }
  section .user_container .form_item input {
    width: 70% !important;
  }
  section .user_container button {
    width: 50% !important;
    font-size: 14px;
  }
}
