header {
  position: relative;
}
header img {
  width: 100%;
}
header .cont {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
header .cont img {
  width: 48vw;
  position: relative;
  left: -35px;
}
.title-wrap {
  text-align: center;
}
.title-wrap .cn-title {
  text-align: center;
  font-size: 36px;
  color: #A72638;
}
.title-wrap .en-title {
  text-align: center;
  font-size: 24px;
  color: #A72638;
}
.title-wrap2 .cn-title,
.title-wrap2 .en-title {
  color: #fff;
}
#modular1 {
  background: url(../images/bg1.png) no-repeat center;
  background-size: cover;
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 100px;
}
#modular1.large {
  margin-top: -150px;
}
#modular1 .content {
  position: relative;
}
#modular1 .content .list li {
  position: absolute;
  line-height: 2;
}
#modular1 .content .list li .num {
  font-size: 22px;
  line-height: 1;
}
#modular1 .content .list li:nth-child(1) {
  left: 80px;
  top: 165px;
  width: 360px;
}
#modular1 .content .list li:nth-child(2) {
  left: 80px;
  top: 310px;
  width: 300px;
}
#modular1 .content .list li:nth-child(6) {
  left: 80px;
  top: 455px;
  width: 330px;
}
#modular1 .content .list li:nth-child(3) {
  left: 840px;
  top: 105px;
  width: 360px;
}
#modular1 .content .list li:nth-child(4) {
  left: 840px;
  top: 310px;
  width: 350px;
}
#modular1 .content .list li:nth-child(5) {
  left: 840px;
  top: 460px;
  width: 350px;
}
#modular1 .content .title {
  font-weight: bold;
  color: #A72638;
  position: absolute;
  text-align: center;
  bottom: 130px;
  left: 72px;
  right: 0;
  margin: auto;
  font-size: 22px;
}
.intro-list-wrapper {
  padding-bottom: 0;
}
.intro-list-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.intro-list-item .cont-title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
  color: #A72638;
}
.intro-list-item p {
  line-height: 2;
}
.intro-list-item .r {
  width: 560px;
}
.intro-list-item .l {
  flex: 1;
}
.intro-list-item:nth-child(1) .l {
  margin-right: 70px;
  background: url(../images/img17.png) no-repeat center;
}
.intro-list-item:nth-child(2) {
  flex-direction: row-reverse;
}
.intro-list-item:nth-child(2) .l {
  margin-left: 70px;
  background: url(../images/img18.png) no-repeat center;
}
.intro-list + p {
  line-height: 2;
}
#modular2 {
  background: url(../images/bg2.png) no-repeat top center;
  background-size: 100% auto;
  padding-top: 120px;
  padding-bottom: 0;
}
#modular2.large {
  padding-top: 200px;
}
#modular2 .center-img {
  margin: 15px 0;
}
#modular2 .list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#modular2 .list-item {
  flex: 1;
}
#modular2 .list-item .top {
  font-weight: bold;
  text-align: center;
  line-height: 130px;
}
#modular2 .list-item .bottom {
  height: 150px;
  padding-bottom: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#modular2 .list-item .bottom p {
  text-align: center;
  font-size: 16px;
}
#modular2 .list-item .bottom .color-main {
  font-size: 20px;
  color: #A72638;
}
#modular2 .list1 .list-item:nth-child(odd) {
  background: url(../images/bg3.png) no-repeat center;
  background-size: 110% 110%;
}
#modular2 .list1 .list-item:nth-child(odd) .top {
  color: #fff;
}
#modular2 .list1 .list-item:nth-child(even) {
  background: url(../images/bg4.png) no-repeat center;
  background-size: 110% 110%;
}
#modular2 .list1 .list-item:nth-child(even) .top {
  color: #A72638;
}
#modular2 .list2 .top {
  position: relative;
  top: 30px;
}
#modular2 .list2 .list-item:nth-child(odd) {
  background: url(../images/bg5.png) no-repeat center;
  background-size: 110% 110%;
}
#modular2 .list2 .list-item:nth-child(odd) .top {
  color: #A72638;
}
#modular2 .list2 .list-item:nth-child(even) {
  background: url(../images/bg6.png) no-repeat center;
  background-size: 110% 110%;
}
#modular2 .list2 .list-item:nth-child(even) .top {
  color: #fff;
}
#modular3 {
  padding-bottom: 0;
}
#modular3 .list-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
#modular3 .list-item .left {
  flex: 1;
}
#modular3 .list-item .left .title {
  width: 360px;
  background: linear-gradient(95deg, #C4233A 0%, rgba(255, 255, 255, 0.23) 100%);
  border-radius: 8px;
  color: #fff;
  line-height: 60px;
  font-size: 22px;
  padding-left: 20px;
}
#modular3 .list-item .left p {
  padding-left: 20px;
  font-size: 16px;
  white-space: nowrap;
  line-height: 60px;
}
#modular3 .list-item .left p span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #A72638;
  border-radius: 50%;
  position: relative;
  margin-right: 15px;
}
#modular3 .list-item .left p span::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #A72638;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#modular3 .list-item .right {
  background: #fefafb;
  border-radius: 10px;
  border: 1px solid #fbeff1;
  padding: 15px 20px;
  height: 100%;
  position: relative;
  width: 645px;
  margin-bottom: 20px;
}
#modular3 .list-item .right::after {
  content: '';
  display: block;
  width: 24px;
  height: 20px;
  background: url(../images/img5.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 10px;
  bottom: -20px;
}
#modular3 .list-item .right p {
  font-size: 14px;
  color: #666;
}
#modular4 {
  padding-bottom: 0;
}
#modular4 .c1 {
  position: relative;
}
#modular4 .c1 li {
  width: 625px;
  height: 180px;
  padding: 30px;
}
#modular4 .c1 li p {
  color: #C4233A;
}
#modular4 .c1 li .title {
  font-size: 22px;
  color: #C4233A;
  font-weight: bold;
  margin-bottom: 20px;
}
#modular4 .c1 li .title img {
  margin-right: 10px;
}
#modular4 .c1 li:nth-child(1) {
  background: url(../images/img6.png) no-repeat center;
  background-size: 100% 100%;
  padding-right: 120px;
}
#modular4 .c1 li:nth-child(2) {
  background: url(../images/img7.png) no-repeat center;
  background-size: 100% 100%;
  padding-left: 120px;
  position: absolute;
  right: 0;
  top: 0;
}
#modular4 .c2 {
  background: #C4233A;
  border-radius: 20px;
  margin: 30px 0;
  padding: 30px;
}
#modular4 .c2 .title {
  color: #fff;
}
#modular4 .c2 .title img {
  margin-right: 10px;
}
#modular4 .c2 .title span {
  font-weight: bold;
  font-size: 22px;
}
#modular4 .c2 ul {
  margin: 0 60px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}
#modular4 .c2 ul:nth-child(2)::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #fff;
  position: absolute;
  left: -20px;
  bottom: 0;
}
#modular4 .c2 ul li {
  width: 150px;
  display: list-item;
  list-style-type: disc;
  color: #fff;
  padding: 15px 0;
}
#modular4 .c3 {
  margin: 80px 0;
  position: relative;
}
#modular4 .c3 ul {
  color: #A8293A;
}
#modular4 .c3 ul li {
  position: absolute;
  font-size: 18px;
}
#modular4 .c3 ul li:nth-child(1) {
  left: 230px;
  top: 60px;
}
#modular4 .c3 ul li:nth-child(2) {
  left: 230px;
  top: 140px;
}
#modular4 .c3 ul li:nth-child(3) {
  left: 230px;
  top: 240px;
}
#modular4 .c3 ul li:nth-child(4) {
  left: 266px;
  top: 320px;
}
#modular4 .c3 ul li:nth-child(5) {
  left: 790px;
  top: 80px;
}
#modular4 .c3 ul li:nth-child(6) {
  left: 790px;
  top: 160px;
}
#modular4 .c3 ul li:nth-child(7) {
  left: 790px;
  top: 250px;
}
#modular4 .c3 ul li:nth-child(8) {
  left: 790px;
  top: 330px;
}
#modular4 .c3 p {
  color: #A8293A;
  position: absolute;
}
#modular4 .c3 .top-title {
  left: -80px;
  right: 0;
  top: -30px;
  text-align: center;
}
#modular4 .c3 .bottom-title {
  text-align: center;
  left: -80px;
  right: 0;
  bottom: 50px;
}
#modular4 .c3 .bottom-title2 {
  font-size: 14px;
  left: -80px;
  right: 0;
  bottom: 0;
  text-align: center;
}
#modular4 .c3 .bottom-title3 {
  color: #333;
  position: absolute;
  left: -80px;
  right: 0;
  text-align: center;
  bottom: -30px;
}
#modular4 .c4 {
  display: flex;
  flex-wrap: wrap;
}
#modular4 .c4 .item {
  width: 25%;
}
#modular4 .c4 .item:nth-child(odd) {
  background: url(../images/img9.png) no-repeat center;
  background-size: 100% 100%;
}
#modular4 .c4 .item:nth-child(even) {
  background: url(../images/img10.png) no-repeat center;
  background-size: 100% 100%;
}
#modular4 .c4 .item .top {
  color: #C4233A;
  font-weight: bold;
  text-align: center;
  height: 115px;
  line-height: 115px;
  font-size: 22px;
}
#modular4 .c4 .item .bottom {
  height: 140px;
}
#modular4 .c4 .item .bottom li {
  display: list-item;
  list-style-type: disc;
  color: #fff;
  line-height: 2;
}
#modular4 .c4 .item:nth-child(1) .bottom {
  padding-left: 80px;
  padding-top: 20px;
}
#modular4 .c4 .item:nth-child(2) .bottom {
  padding-left: 110px;
}
#modular4 .c4 .item:nth-child(3) .bottom {
  display: flex;
  flex-wrap: wrap;
  padding-left: 80px;
  align-items: center;
  align-content: flex-start;
  padding-top: 20px;
}
#modular4 .c4 .item:nth-child(3) .bottom li {
  width: 100px;
}
#modular4 .c4 .item:nth-child(4) .bottom {
  display: flex;
  flex-wrap: wrap;
  padding-left: 60px;
  align-items: center;
  align-content: flex-start;
  padding-top: 10px;
}
#modular4 .c4 .item:nth-child(4) .bottom li {
  padding-right: 30px;
}
#modular5 {
  background: url(../images/bg7.png) no-repeat top;
  background-size: 100% auto;
  padding-top: 150px;
  padding-bottom: 0;
}
#modular5.large {
  padding-top: 180px;
}
#modular6 {
  padding-bottom: 0;
}
#modular7 .color-main {
  color: #A8293A;
}
#modular7 th {
  background: #EDD2D5;
  color: #A8293A;
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
  height: 60px;
  padding: 0 15px;
}
#modular7 td {
  white-space: nowrap;
  padding: 15px 10px;
  background: #FCF5F6;
}
#modular7 .text-center {
  text-align: center;
}
#modular7 table {
  margin-top: 30px;
}
#modular8 {
  background: url(../images/bg8.png) no-repeat center top;
  background-size: 100% auto;
}
#modular8 .content {
  background: #C4233A;
  margin-top: 30px;
  padding: 40px 30px;
  position: relative;
}
#modular8 .content > div {
  padding-top: 40px;
  position: relative;
}
#modular8 .content > p {
  color: #fff;
  margin-top: 15px;
  padding-left: 30px;
}
#modular8 .content > img {
  position: absolute;
}
#modular8 .content .p-img1 {
  right: 0;
  top: 0;
}
#modular8 .content .p-img2 {
  right: 0;
  top: 380px;
}
#modular8 .content .title {
  color: #A8293A;
  font-size: 22px;
  padding: 8px 15px 30px 15px;
  background: url(../images/bg9.png) no-repeat center;
  background-size: 100% 100%;
  display: inline-block;
  min-width: 156px;
  position: absolute;
  top: -10px;
  left: -12px;
  z-index: 1;
  font-weight: bold;
}
#modular8 .content .title i {
  font-size: 20px;
}
#modular8 .c1 {
  width: 540px;
  display: inline-block;
}
#modular8 .c1 .con {
  position: relative;
  z-index: 2;
  background: url(../images/bg10.png) no-repeat center;
  background-size: cover;
  line-height: 2;
  padding: 40px 20px;
  border-radius: 20px;
  border-top-left-radius: 0;
}
#modular8 .c2 {
  width: 540px;
  display: inline-block;
  margin-left: 50px;
}
#modular8 .c2 .con {
  position: relative;
  z-index: 2;
  background: url(../images/bg11.png) no-repeat center;
  background-size: cover;
  line-height: 2;
  padding: 40px 20px;
  border-radius: 20px;
  border-top-left-radius: 0;
}
#modular8 .c3 {
  margin-top: 40px;
  padding: 0 30px;
}
#modular8 .c3 .title {
  left: 15px;
  top: -4px;
}
#modular8 .c3 .con {
  position: relative;
  z-index: 2;
  background: url(../images/bg12.png) no-repeat center;
  background-size: cover;
  line-height: 2;
  padding: 40px 20px;
  border-radius: 20px;
  border-top-left-radius: 0;
}
#modular9 {
  background: url(../images/bg13.png) no-repeat center;
  background-size: cover;
  padding-top: 100px;
}
#modular9.large {
  padding-top: 20px;
}
#modular9 .content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#modular9 .left li {
  margin-bottom: 30px;
  color: #fff;
}
#modular9 .left li a {
  color: inherit;
}
#modular9 .left li a:hover {
  text-decoration: underline;
}
#modular9 .right {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#modular9 .right div {
  text-align: center;
  margin: 0 15px;
}
#modular9 .right div img {
  margin-bottom: 5px;
}
#modular9 .right p {
  line-height: 2;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
#modular9 .mbachina {
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #fff;
}
#modular9 .mbachina:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  header {
    position: relative;
  }
  header .cont {
    position: absolute;
    top: 3rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .cont img {
    width: 100%;
    position: relative;
    left: unset;
  }
  .title-wrap .cn-title {
    font-size: 0.36rem;
  }
  .title-wrap .en-title {
    font-size: 0.24rem;
  }
  .title-wrap img {
    width: 4.4rem;
  }
  #modular1 {
    background: #FFF8FA;
    background-size: unset;
    margin-top: 0;
    padding-top: 0.9rem;
    padding-bottom: 0;
  }
  #modular1 .content {
    padding-bottom: 0.5rem;
    position: relative;
  }
  #modular1 .content .img {
    display: none;
  }
  #modular1 .content .list li {
    width: unset !important;
    position: unset;
    font-size: 0.28rem;
    position: relative;
    left: unset !important;
    top: unset !important;
    padding-left: 0.3rem;
    word-break: break-all;
  }
  #modular1 .content .list li::after {
    content: '';
    display: block;
    position: absolute;
    width: 0.12rem;
    height: 0.12rem;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0.1rem 0 #A72638;
    left: 0;
    top: 0.2rem;
  }
  #modular1 .content .list li .num {
    font-size: unset;
  }
  #modular1 .content .list li .br {
    display: none;
  }
  #modular1 .content .title {
    font-weight: bold;
    color: #A72638;
    position: unset;
    text-align: left;
    bottom: unset;
    left: unset;
    font-size: 0.3rem;
    margin-bottom: 0.15rem;
  }
  .intro-list-wrapper {
    padding-bottom: 0;
  }
  .intro-list-item {
    display: block;
    margin-bottom: 0.4rem;
  }
  .intro-list-item .cont-title {
    font-weight: bold;
    font-size: 0.3rem;
    margin-bottom: 10px;
    color: #A72638;
  }
  .intro-list-item .l {
    margin-bottom: 0.3rem;
  }
  .intro-list-item .r {
    width: 100%;
  }
  .intro-list-item:nth-child(1) .l {
    margin-right: 0;
    background: none;
  }
  .intro-list-item:nth-child(2) {
    flex-direction: row-reverse;
  }
  .intro-list-item:nth-child(2) .l {
    margin-left: 0;
    background: url(../images/img17.png) no-repeat center;
    background-size: 4rem auto;
  }
  .intro-list + p {
    line-height: 2;
    background: url(../images/img18.png) no-repeat center;
    background-size: 4rem auto;
  }
  #modular2 {
    background: url(../images/m-bg1.png) no-repeat center;
    background-size: 100% auto;
    background-position: center top 0.3rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    margin-top: 0.3rem;
  }
  #modular2 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #modular2 .list-item {
    flex: unset;
    width: 50%;
  }
  #modular2 .list-item .top {
    line-height: 1.4rem;
  }
  #modular2 .list-item .bottom {
    height: 1.7rem;
    padding-bottom: 0.5rem;
  }
  #modular2 .list-item .bottom p {
    font-size: 0.2rem;
  }
  #modular2 .list-item .bottom .color-main {
    font-size: 0.22rem;
  }
  #modular2 .list1 .list-item:nth-child(1),
  #modular2 .list1 .list-item:nth-child(4) {
    background: url(../images/bg3.png) no-repeat center;
    background-size: 110% 110%;
  }
  #modular2 .list1 .list-item:nth-child(1) .top,
  #modular2 .list1 .list-item:nth-child(4) .top {
    color: #fff;
  }
  #modular2 .list1 .list-item:nth-child(2),
  #modular2 .list1 .list-item:nth-child(3) {
    background: url(../images/bg4.png) no-repeat center;
    background-size: 110% 110%;
  }
  #modular2 .list1 .list-item:nth-child(2) .top,
  #modular2 .list1 .list-item:nth-child(3) .top {
    color: #A72638;
  }
  #modular2 .list2 .top {
    position: relative;
    top: 0.3rem;
  }
  #modular2 .list2 .list-item {
    padding: 0 0.2rem;
  }
  #modular2 .list2 .list-item:nth-child(1),
  #modular2 .list2 .list-item:nth-child(4) {
    background: url(../images/bg5.png) no-repeat center;
    background-size: 110% 110%;
  }
  #modular2 .list2 .list-item:nth-child(1) .top,
  #modular2 .list2 .list-item:nth-child(4) .top {
    color: #A72638;
  }
  #modular2 .list2 .list-item:nth-child(2),
  #modular2 .list2 .list-item:nth-child(3) {
    background: url(../images/bg6.png) no-repeat center;
    background-size: 110% 110%;
  }
  #modular2 .list2 .list-item:nth-child(2) .top,
  #modular2 .list2 .list-item:nth-child(3) .top {
    color: #fff;
  }
  #modular3 {
    background: #F8F8F8;
    padding-bottom: 0.5rem;
  }
  #modular3 .list-item {
    display: block;
  }
  #modular3 .list-item .left {
    flex: 1;
  }
  #modular3 .list-item .left .title {
    width: 100%;
    background: linear-gradient(95deg, #C4233A 0%, rgba(255, 255, 255, 0.23) 100%);
    border-radius: 8px;
    color: #fff;
    line-height: 0.7rem;
    font-size: 0.3rem;
    padding-left: 0.3rem;
  }
  #modular3 .list-item .left p {
    padding-left: 0.2rem;
    font-size: 0.28rem;
    white-space: unset;
    line-height: unset;
    margin-top: 0.3rem;
  }
  #modular3 .list-item .left p span {
    display: none;
  }
  #modular3 .list-item .right {
    border-radius: 0.1rem;
    padding: 0.3 0.4rem;
    width: 100%;
    margin: 0.5rem 0;
  }
  #modular3 .list-item .right::after {
    content: '';
    display: block;
    width: 24px;
    height: 20px;
    background: url(../images/img5.jpg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: -20px;
  }
  #modular3 .list-item .right p {
    font-size: 0.28rem;
  }
  #modular4 {
    padding-bottom: 0;
  }
  #modular4 .c1 {
    position: relative;
  }
  #modular4 .c1 li {
    width: 100%;
    height: auto;
    padding: 0.3rem;
    margin-bottom: 0.3rem;
  }
  #modular4 .c1 li p {
    color: #C4233A;
    font-size: 0.24rem;
  }
  #modular4 .c1 li .title {
    font-size: 0.3rem;
    color: #C4233A;
    font-weight: bold;
    margin-bottom: 0.2rem;
  }
  #modular4 .c1 li .title img {
    margin-right: 10px;
    width: 0.4rem;
  }
  #modular4 .c1 li:nth-child(1) {
    background: url(../images/img6.png) no-repeat center;
    background-size: 100% 100%;
    padding-right: 0.7rem;
  }
  #modular4 .c1 li:nth-child(2) {
    background: url(../images/img6.png) no-repeat center;
    background-size: 100% 100%;
    padding-left: 0.3rem;
    padding-right: 0.7rem;
    position: unset;
  }
  #modular4 .c2 {
    background: #C4233A;
    border-radius: 20px;
    margin: 30px 0;
    padding: 0.3rem;
  }
  #modular4 .c2 .title {
    color: #fff;
    font-size: 0.28rem;
  }
  #modular4 .c2 .title img {
    margin-right: 10px;
    width: 0.4rem;
  }
  #modular4 .c2 .title span {
    font-weight: bold;
    font-size: 0.28rem;
  }
  #modular4 .c2 ul {
    margin-left: 0.4rem;
    margin-right: 0;
    flex-wrap: wrap;
  }
  #modular4 .c2 ul:nth-child(2)::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #fff;
    position: absolute;
    left: -20px;
    bottom: 0;
  }
  #modular4 .c2 ul li {
    width: 50%;
    white-space: nowrap;
    padding: 0.15rem 0;
    font-size: 0.26rem;
  }
  #modular4 .c3 {
    margin: 0.8rem 0;
    position: relative;
  }
  #modular4 .c3 ul {
    color: #A8293A;
  }
  #modular4 .c3 ul li {
    position: absolute;
    font-size: 0.22rem;
    white-space: nowrap;
  }
  #modular4 .c3 ul li:nth-child(1) {
    left: 0.5rem;
    top: 0.4rem;
  }
  #modular4 .c3 ul li:nth-child(2) {
    left: 0.5rem;
    top: 1rem;
  }
  #modular4 .c3 ul li:nth-child(3) {
    left: 0.5rem;
    top: 7.3em;
  }
  #modular4 .c3 ul li:nth-child(4) {
    left: 0.5rem;
    top: 2.2rem;
  }
  #modular4 .c3 ul li:nth-child(5) {
    left: 5rem;
    top: 0.4rem;
  }
  #modular4 .c3 ul li:nth-child(6) {
    left: 5rem;
    top: 1rem;
  }
  #modular4 .c3 ul li:nth-child(7) {
    left: 5rem;
    top: 1.6rem;
  }
  #modular4 .c3 ul li:nth-child(8) {
    left: 5rem;
    top: 2.2rem;
  }
  #modular4 .c3 p {
    color: #A8293A;
    position: absolute;
  }
  #modular4 .c3 .top-title {
    left: 0;
    right: 0;
    top: -0.5rem;
  }
  #modular4 .c3 .bottom-title {
    display: none;
  }
  #modular4 .c3 .bottom-title2 {
    font-size: 0.2rem;
    left: 0.2rem;
    right: 0;
    bottom: -0.2rem;
  }
  #modular4 .c3 .bottom-title3 {
    font-size: 0.24rem;
    left: 0;
    right: 0;
    bottom: -0.6rem;
  }
  #modular4 .c4 {
    display: flex;
    flex-wrap: wrap;
  }
  #modular4 .c4 .item {
    width: 50%;
  }
  #modular4 .c4 .item:nth-child(odd),
  #modular4 .c4 .item:nth-child(even) {
    background-size: 114% 110%;
  }
  #modular4 .c4 .item .top {
    color: #C4233A;
    font-weight: bold;
    text-align: center;
    height: 1.3rem;
    line-height: 1.3rem;
    font-size: 0.3rem;
  }
  #modular4 .c4 .item .bottom {
    height: 1.8rem;
    font-size: 0.22rem;
  }
  #modular4 .c4 .item:nth-child(1) .bottom {
    padding-left: 0.6rem;
    padding-top: 0.2rem;
  }
  #modular4 .c4 .item:nth-child(2) .bottom {
    padding-left: 1.2rem;
  }
  #modular4 .c4 .item:nth-child(3) .bottom {
    padding-left: 0.6rem;
  }
  #modular4 .c4 .item:nth-child(3) .bottom li {
    width: 1.4rem;
  }
  #modular4 .c4 .item:nth-child(4) .bottom {
    padding-left: 0.5rem;
    padding-top: 10px;
  }
  #modular4 .c4 .item:nth-child(4) .bottom li:nth-child(odd) {
    padding-right: 0.35rem;
  }
  #modular4 .c4 .item:nth-child(4) .bottom li:nth-child(even) {
    padding-right: 0;
  }
  #modular5 {
    background: #f8f8f8 url(../images/m-bg2.png) no-repeat top;
    background-size: 100% auto;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
  }
  #modular6 {
    padding-bottom: 0;
  }
  #modular6 .content img {
    margin-bottom: 0.3rem;
  }
  #modular7 th {
    font-size: 0.24rem;
    white-space: unset;
    height: 0.6rem;
  }
  #modular7 td {
    font-size: 0.22rem;
  }
  #modular7 .text-center {
    text-align: center;
  }
  #modular7 table {
    margin-top: 0.3rem;
  }
  #modular8 {
    background: url(../images/m-bg3.png) no-repeat center top;
    background-size: 100% auto;
    padding-bottom: 0.5rem;
  }
  #modular8 .content {
    background: #C4233A;
    margin-top: 0.4rem;
    padding: 0.4rem 0.15rem;
  }
  #modular8 .content > p {
    color: #fff;
    margin-top: 0.15rem;
    padding-left: 0;
  }
  #modular8 .content > img {
    width: 2rem;
  }
  #modular8 .content .p-img2 {
    top: 7.2rem;
  }
  #modular8 .content .title {
    color: #A8293A;
    font-size: 0.3rem;
    padding: 8px 15px 15px 15px;
    display: inline-block;
    min-width: 1.6rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-weight: bold;
  }
  #modular8 .content .title i {
    font-size: 20px;
  }
  #modular8 .content .con p {
    font-size: 0.26rem;
    word-break: break-all;
  }
  #modular8 .c1 {
    width: 100%;
    display: block;
  }
  #modular8 .c1 .con {
    background: #fff;
    background-size: unset;
    line-height: 2;
    padding: 0.3rem 0.15rem;
    border-radius: 0.2rem;
  }
  #modular8 .c2 {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-top: 0.5rem;
  }
  #modular8 .c2 .con {
    background: #fff;
    background-size: unset;
    line-height: 2;
    padding: 0.3rem 0.15rem;
    border-radius: 0.2rem;
  }
  #modular8 .c2 .con a {
    color: #A72638;
  }
  #modular8 .c3 {
    margin-top: 0.4rem;
    padding: 0;
  }
  #modular8 .c3 .title {
    left: 0;
    top: 0;
  }
  #modular8 .c3 .con {
    background: #fff;
    padding: 0.3rem 0.15rem;
    border-radius: 0.2rem;
  }
  #modular9 {
    background: url(../images/m-bg4.png) no-repeat center;
    background-size: cover;
    padding-top: 0.6rem;
  }
  #modular9 .content {
    display: block;
    padding-top: 0.5rem;
  }
  #modular9 .left li {
    margin-bottom: 0.3rem;
    color: #fff;
    font-size: 0.22rem;
  }
  #modular9 .right {
    justify-content: space-between;
    padding: 0 0.5rem;
  }
  #modular9 .right div {
    text-align: center;
    margin: 0 0.15;
  }
  #modular9 .right div img {
    width: 1.4rem;
    margin-bottom: 5px;
  }
  #modular9 .right p {
    white-space: nowrap;
    line-height: unset;
    font-size: 0.22rem;
    text-align: center;
    color: #fff;
  }
  #modular9 .mbachina {
    position: relative;
    top: 0.4rem;
    font-size: 0.2rem;
  }
}
