.container{
  font-family: Noto Sans SC,微软雅黑,Microsoft YaHei,sans-serif !important;
  color: #222 !important;
}
*, :after, :before {
  box-sizing: border-box;
}
.m-heading-layout_heading:after, .m-heading-layout_heading:before, .m-heading-level1:after, .m-heading-level1:before {
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}


.l-pagetitle {
  padding: 0 30px 40px;
  border-bottom: 1px solid #dcdede;
}

.m-heading-level1{
  position: relative;
  margin-top: 60px;
  font-size: 3.6rem;
  margin-bottom: 40px;
  padding-left: 58px;
}

.m-heading-level1_subtext {
  color: #222;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}


.m-heading-layout_heading:before, .m-heading-level1:before {
  width: 20px;
  background-color: #ea002a;
  left: 0;
}

.m-heading-layout_heading:after, .m-heading-level1:after {
  width: 20px;
  background-color: #babdbe;
  left: 20px;
}

.m-heading-layout_heading:after, .m-heading-layout_heading:before, .m-heading-level1:after, .m-heading-level1:before {
  width: 20px;
}

.f-size{
  font-size:2.6rem;
}


.m-heading-layout {
  align-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 60px;
  min-height: 200px;
  position: relative;
}
.m-heading-layout {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.m-heading-layout_content {
  flex-basis: calc(100% - 340px);
  margin-top: 0;
  order: 2;
}

.m-heading-layout_content>:first-child {
  margin-top: 0;
}

.m-text-lead_text {
  font-size: 2rem;
  font-weight: 700 !important;
  line-height: 1.5;
}
m-heading-layout_content>:last-child {
  margin-bottom: 0;
}
.m-list-bullet {
  font-weight: 700 !important;
  margin-top: 20px;
}
p{
  margin: 0;
  padding: 0;
}
.m-text {
  margin-top: 20px;
}
.m-text_text {
  font-weight: 700 !important;
  line-height: 1.6;
}

.m-heading-layout_image {
  margin: 0;
  max-height: 200px;
  max-width: 300px;
  position: absolute;
  right: 310px;
  top: 0;
}

.m-heading-layout_image {
  align-self: center;
  height: 100%;
  margin: 0 auto;
  max-width: 180px;
  order: 1;
}
.m-heading-level2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 100px;
  padding-bottom: 18px;
  align-items: center;
  display: flex;
  position: relative;
}
.m-heading-level2:before {
  background-color: #babdbe;
  width: 100%;
}

.m-heading-level2:after {
  width: 160px;
}
.m-heading-level2:after {
  background-color: #ea002a;
  width: 80px;
}
.m-heading-level2:after, .m-heading-level2:before {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
}
.m-table-scroll {
  margin-top: 40px;
}
.m-table-scroll_pictograph {
  display: none;
  left: 50%;
  position: absolute;
  top: 50px;
  transform: translateX(-50%);
  z-index: 510;
}
.m-table-scroll_content .m-table {
  overflow-x: auto;
  margin-top: 0;
}
.m-table-scroll_content .m-table .m-table_table {
  width: 1199px;
}
table {
  border-collapse: collapse;
}

.m-table_table>thead>tr>td, .m-table_table>thead>tr>th {
  background-color: #525b5c;
  border: 1px solid #babdbe;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 10px;
}
.m-table_table>tbody>tr>td, .m-table_table>tbody>tr>th {
  border: 1px solid #babdbe;
  text-align: center;
}
.price{
  color: #ea002a;
}
.bcx{
  cursor: pointer;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  transition: transform 0.3s; /* 添加过渡效果 */
}
.bcx:hover {
  transform: scale(1.1); /* 悬停时放大 10% */
}

.bcx.clicked {
  transform: scale(4.5); /* 点击时放大 50% */
}
.margin-b-50{
  margin-bottom: 200px; 
}
