section {
  padding-top: 4.55rem;
}
section .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .container {
  margin-bottom: 1.36rem;
  height: 3.18rem;
  background-color: #fff;
}
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 .choose_container .choose_list {
  margin-bottom: 0.91rem;
  margin-top: 2.73rem;
}
section .choose_container .choose_list .yj_list ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
section .choose_container .choose_list .yj_list ul li {
  margin-right: 1.36rem;
  font-size: 0.73rem;
}
section .choose_container .choose_list .yj_list ul li a {
  padding: 0.45rem 1.36rem;
  background-color: #f7f7f7;
}
section .choose_container .choose_list .yj_list ul li a:hover {
  background-color: #e11b2a;
  color: #fff;
}
section .choose_container .choose_list .yj_list ul li:last-child {
  margin-right: 0;
}
section .choose_container .choose_list .yj_list ul li .active_yj {
  background-color: #e11b2a;
  color: #fff;
}
section .choose_container .choose_list .m_tab {
  display: none;
  width: 100%;
}
section .choose_container .choose_list .m_tab #m_sp_container {
  overflow: hidden;
  width: 100%;
}
section .choose_container .choose_list .m_tab #m_sp_container .swiper-slide {
  padding: 20px;
  width: auto;
}
section .choose_container .choose_list .m_tab #m_sp_container .swiper-slide a {
  font-size: 16px;
  color: #333333;
}
section .choose_container .choose_list .m_tab #m_sp_container .active a {
  color: #dc3025;
}
section .choose_container .choose-items {
  display: none;
  margin-top: 2.73rem;
  margin-bottom: 1.82rem;
}
section .choose_container .choose-items p {
  color: #333;
  line-height: 1.8;
  font-size: 0.81rem;
}
section .choose_container .choose-items h2 {
  position: relative;
  font-size: 1.1rem;
  color: #333;
  padding-left: 0.45rem;
  line-height: 1.6;
  margin: 1.82rem 0 0.45rem;
}
section .choose_container .choose-items h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.23rem;
  height: 70%;
  background-color: #e11b2a;
}
section .choose_container .choose-items strong {
  font-size: 0.82rem;
  margin: 0.45rem 0;
  display: block;
  color: #e11b2a;
  line-height: 1.6;
}
section .choose_container .choose-items img {
  width: 100%;
  margin: 0.91rem auto;
}
section .choose_container .choose-items #zl_container_01 img {
  width: 100%;
}
section .choose_container .choose-selected {
  display: block ;
}
@media only screen and (max-width: 768px) {
  section {
    padding-top: 0;
  }
  section .choose_container .yj_list {
    display: none !important;
  }
  section .choose_container .m_tab {
    display: block !important;
  }
  section .choose_container .choose-items {
    margin-top: 0;
  }
}
