header {
  position: relative;
}
header > img {
  width: 100%;
}
header .cont {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#nav {
  display: none;
}
.title-wrap {
  text-align: center;
}
.title-wrap p {
  text-align: center;
  color: #2A4183;
  line-height: 1.2;
}
.title-wrap .cn {
  font-size: 46px;
}
.title-wrap .en {
  font-size: 24px;
}
.title-wrap img {
  margin-top: -15px;
}
#modular1 {
  margin-top: -80px;
  padding-bottom: 0;
}
#modular1 .title-wrap {
  display: inline-block;
  margin-left: -15px;
}
#modular1 .content {
  position: relative;
}
#modular1 .content .text {
  line-height: 40px;
  width: 667px;
  margin-bottom: 80px;
}
#modular1 .content .img1 {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 300px;
  z-index: 10;
}
#modular1 .content .more {
  padding: 50px 0 50px 110px;
  background: #2A4183;
  position: relative;
  width: 1000%;
  z-index: 5;
}
#modular1 .content a {
  display: flex;
  align-items: center;
}
#modular1 .content a .l {
  margin-right: 50px;
}
#modular1 .content a p {
  color: #FBBF6D;
}
#modular1 .content a .cn {
  font-size: 20px;
}
#modular1 .content a .en {
  font-size: 14px;
}
#modular1 .content a .r {
  transition: 300ms;
}
#modular1 .content a:hover .r {
  transform: translateX(15px);
}
#modular2 {
  padding-bottom: 0;
}
#modular2 .tab-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#modular2 .tab-list .list-item {
  width: 130px;
  line-height: 44px;
  text-align: center;
  border-radius: 22px;
  border: 1px solid #2A4183;
  margin: 0 30px;
  font-size: 20px;
  background: #F8FBFF;
  transition: 300ms;
  color: #2A4183;
  cursor: pointer;
  position: relative;
}
#modular2 .tab-list .list-item::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  opacity: 0;
  border-top: 12px solid #2A4183;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  transition: 300ms;
  z-index: -1;
}
#modular2 .tab-list .list-item.target {
  background: #2A4183;
  color: #fff;
}
#modular2 .tab-list .list-item.target::after {
  bottom: -12px;
  opacity: 1;
}
#modular2 .tab-change-list {
  margin-top: 50px;
}
#modular2 .tab-change-list .tab-change {
  display: none;
}
#modular2 .tab-change-list .tab-change .flex {
  display: flex;
  flex-wrap: nowrap;
}
#modular2 .tab-change-list .tab-change .l {
  width: 412px;
  margin-right: 30px;
}
#modular2 .tab-change-list .tab-change .r {
  flex: 1;
}
#modular2 .tab-change-list .tab-change .r p {
  line-height: 38px;
}
#modular2 .tab-change-list .tab-change.target {
  display: block;
}
#modular2 .tab-change-list .tab-change .title-wrap {
  margin-top: 30px;
}
#modular2 .tab-change-list .tab-change .emba-cont {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
#modular2 .tab-change-list .tab-change .emba-cont::after {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  background: url(../images/img12.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#modular2 .tab-change-list .tab-change .emba-cont li {
  width: 590px;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
#modular2 .tab-change-list .tab-change .emba-cont li:nth-child(1) {
  background: url(../images/img8.png) no-repeat center;
  background-size: 105% 110%;
  padding-left: 30px;
  padding-right: 70px;
}
#modular2 .tab-change-list .tab-change .emba-cont li:nth-child(2) {
  background: url(../images/img9.png) no-repeat center;
  background-size: 106% 110%;
  padding-left: 90px;
  padding-right: 30px;
}
#modular2 .tab-change-list .tab-change .emba-cont li:nth-child(3) {
  background: url(../images/img10.png) no-repeat center;
  background-size: 105% 110%;
  padding-left: 30px;
  padding-right: 70px;
}
#modular2 .tab-change-list .tab-change .emba-cont li:nth-child(4) {
  background: url(../images/img11.png) no-repeat center;
  background-size: 105% 110%;
  padding-left: 80px;
  padding-right: 30px;
}
#modular2 .tab-change-list .tab-change .emba-cont li p:not(.title) {
  font-size: 14px;
  line-height: 1.8;
}
#modular2 .tab-change-list .tab-change .emba-cont li .title {
  font-weight: bold;
  color: #2A4183;
  font-size: 18px;
  display: inline-block;
  border-bottom: 1px solid #2A4183;
  margin-bottom: 5px;
  width: 330px;
}
.emba-wrap {
  display: none;
}
#modular3 {
  background: url(../images/img13.png) no-repeat left bottom;
}
#modular3 .list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#modular3 .list .list-item {
  width: 130px;
  height: 380px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 40px;
  box-shadow: 0px 6px 14px 1px rgba(0, 0, 0, 0.11);
  border-radius: 20px;
  cursor: pointer;
  transition: 300ms;
}
#modular3 .list .list-item .title {
  position: relative;
  color: #2A4183;
  font-size: 24px;
  padding-left: 20px;
}
#modular3 .list .list-item .title::before {
  content: '';
  display: block;
  width: 12px;
  height: 18px;
  background: url(../images/icon.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#modular3 .list .list-item .text {
  display: none;
  line-height: 40px;
}
#modular3 .list .list-item.target {
  width: 532px;
  box-sizing: border-box;
  overflow: hidden;
}
#modular3 .list .list-item.target .text {
  display: block;
}
#modular3 .list .list-item:nth-child(1) {
  background: #fff url(../images/img14.png) no-repeat center;
  background-size: cover;
}
#modular3 .list .list-item:nth-child(2) {
  background: #fff url(../images/img15.png) no-repeat center;
  background-size: cover;
}
#modular3 .list .list-item:nth-child(2).target {
  background: #fff url(../images/img14.png) no-repeat center;
}
#modular3 .list .list-item:nth-child(3) {
  background: #fff url(../images/img16.png) no-repeat center;
  background-size: cover;
}
#modular3 .list .list-item:nth-child(3).target {
  background: #fff url(../images/img14.png) no-repeat center;
}
#modular3 .list .list-item:nth-child(4) {
  background: #fff url(../images/img17.png) no-repeat center;
  background-size: cover;
}
#modular3 .list .list-item:nth-child(4).target {
  background: #fff url(../images/img14.png) no-repeat center;
}
#modular3 .list .list-item:nth-child(5) {
  background: #fff url(../images/img18.png) no-repeat center;
  background-size: cover;
}
#modular3 .list .list-item:nth-child(5).target {
  background: #fff url(../images/img14.png) no-repeat center;
}
#modular3 .swiper-container {
  display: none;
}
#modular4 .content {
  margin-top: 50px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 3px 16px 1px rgba(0, 0, 0, 0.16);
  background: #fff;
  padding-top: 0;
  padding-bottom: 60px;
}
#modular4 .content::before {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  background: #2A4183;
}
#modular4 .content .tab-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 60px 120px 40px;
}
#modular4 .content .tab-list .list-item {
  width: 130px;
  line-height: 44px;
  text-align: center;
  border-radius: 22px;
  border: 1px solid #2A4183;
  margin: 0 30px;
  font-size: 20px;
  background: #F8FBFF;
  color: #2A4183;
  transition: 300ms;
  cursor: pointer;
  position: relative;
}
#modular4 .content .tab-list .list-item::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  opacity: 0;
  border-top: 12px solid #2A4183;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  transition: 300ms;
}
#modular4 .content .tab-list .list-item.target {
  background: #2A4183;
  color: #fff;
}
#modular4 .content .tab-list .list-item.target::after {
  bottom: -12px;
  opacity: 1;
}
#modular4 .content .tab-change-list {
  margin: 0 120px;
  border-top: 1px solid #2A4183;
  border-left: 1px solid #2A4183;
  border-right: 1px solid #2A4183;
}
#modular4 .content .tab-change-list .tab-change {
  display: none;
}
#modular4 .content .tab-change-list .tab-change.target {
  display: block;
}
#modular4 .content .table li {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #2A4183;
}
#modular4 .content .table li .l {
  width: 160px;
  border-right: 1px solid #2A4183;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#modular4 .content .table li .r {
  flex: 1;
  padding: 15px 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 2;
}
#modular4 .content .table .title {
  background: #EDF5FF;
  color: #2A4183;
  border-bottom: none;
  font-weight: bold;
}
#modular5 {
  background: url(../images/img19.png) no-repeat center;
  background-size: cover;
}
#modular5 .content {
  display: flex;
  flex-direction: row-reverse;
}
#modular5 .content .list {
  border-radius: 20px;
  box-shadow: 0px 3px 16px 1px rgba(0, 0, 0, 0.16);
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  padding: 40px;
  width: 700px;
  height: 400px;
}
#modular5 .content .tab-list {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #969FB7;
  position: relative;
}
#modular5 .content .tab-list::after {
  content: '';
  display: block;
  width: 124px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #2A4183;
  transition: 300ms;
}
#modular5 .content .tab-list.tab1::after {
  left: 0;
}
#modular5 .content .tab-list.tab2::after {
  left: 124px;
}
#modular5 .content .tab-list.tab3::after {
  left: 248px;
}
#modular5 .content .tab-list.tab4::after {
  left: 372px;
}
#modular5 .content .tab-list.tab5::after {
  left: 496px;
}
#modular5 .content .tab-list .list-item {
  flex: 1;
  text-align: center;
  font-size: 24px;
  color: #999;
  padding-bottom: 10px;
  cursor: pointer;
  transition: 300ms;
}
#modular5 .content .tab-list .list-item.target {
  color: #2A4183;
}
#modular5 .content .tab-change-list {
  margin-top: 40px;
}
#modular5 .content .tab-change-list .tab-change {
  display: none;
}
#modular5 .content .tab-change-list .tab-change p {
  display: flex;
  line-height: 40px;
}
#modular5 .content .tab-change-list .tab-change.target {
  display: block;
}
#modular6 .content {
  padding-top: 0;
  margin-top: 50px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  background: #fff;
  box-shadow: 0px 3px 16px 1px rgba(0, 0, 0, 0.16);
}
#modular6 .content .r {
  width: 522px;
}
#modular6 .content .l {
  padding: 30px;
  flex: 1;
}
#modular6 .tab-list {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #969FB7;
  position: relative;
}
#modular6 .tab-list::after {
  content: '';
  display: block;
  width: 124px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #2A4183;
  transition: 300ms;
}
#modular6 .tab-list.tab1::after {
  left: 0;
}
#modular6 .tab-list.tab2::after {
  left: 124px;
}
#modular6 .tab-list.tab3::after {
  left: 248px;
}
#modular6 .tab-list.tab4::after {
  left: 372px;
}
#modular6 .tab-list.tab5::after {
  left: 496px;
}
#modular6 .tab-list .list-item {
  flex: 1;
  text-align: center;
  font-size: 24px;
  color: #999;
  padding-bottom: 10px;
  cursor: pointer;
  transition: 300ms;
}
#modular6 .tab-list .list-item.target {
  color: #2A4183;
}
#modular6 .tab-change-list {
  margin-top: 40px;
}
#modular6 .tab-change-list .tab-change {
  display: none;
}
#modular6 .tab-change-list .tab-change p {
  display: flex;
  line-height: 30px;
  margin-bottom: 15px;
}
#modular6 .tab-change-list .tab-change.target {
  display: block;
}
#modular7 {
  background: url(../images/img21.png) no-repeat center;
  background-size: cover;
}
#modular7 .content {
  margin-top: 50px;
  padding-top: 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 40px 150px;
}
#modular7 .content .tab-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#modular7 .content .tab-list .list-item {
  width: 130px;
  line-height: 44px;
  text-align: center;
  border-radius: 22px;
  border: 1px solid #2A4183;
  margin: 0 30px;
  font-size: 20px;
  background: #F8FBFF;
  color: #2A4183;
  transition: 300ms;
  cursor: pointer;
  position: relative;
}
#modular7 .content .tab-list .list-item::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  opacity: 0;
  border-top: 12px solid #2A4183;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  transition: 300ms;
}
#modular7 .content .tab-list .list-item.target {
  background: #2A4183;
  color: #fff;
}
#modular7 .content .tab-list .list-item.target::after {
  bottom: -12px;
  opacity: 1;
}
#modular7 .content .tab-change-list {
  margin-top: 50px;
}
#modular7 .content .tab-change-list .tab-change {
  display: none;
}
#modular7 .content .tab-change-list .tab-change.target {
  display: block;
}
#modular7 .content .tab-change-list .tab-change .text-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#modular7 .content .tab-change-list .tab-change .text-list li {
  display: list-item;
  list-style-type: disc;
}
#modular8 .tab-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#modular8 .tab-list .list-item {
  width: 130px;
  line-height: 44px;
  text-align: center;
  border-radius: 22px;
  border: 1px solid #2A4183;
  margin: 0 30px;
  font-size: 20px;
  background: #F8FBFF;
  color: #2A4183;
  transition: 300ms;
  cursor: pointer;
  position: relative;
}
#modular8 .tab-list .list-item::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  opacity: 0;
  border-top: 12px solid #2A4183;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  transition: 300ms;
}
#modular8 .tab-list .list-item.target {
  background: #2A4183;
  color: #fff;
}
#modular8 .tab-list .list-item.target::after {
  bottom: -12px;
  opacity: 1;
}
#modular8 .flex {
  display: flex;
  margin-top: 50px;
}
#modular8 .flex .l {
  width: 380px;
}
#modular8 .flex .tab-change-list {
  border: 1px solid #2A4183;
  border-left: none;
  flex: 1;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
}
#modular8 .flex .tab-change-list .tab-change {
  display: none;
  height: 100%;
}
#modular8 .flex .tab-change-list .tab-change p {
  line-height: 2;
}
#modular8 .flex .tab-change-list .tab-change p:nth-child(1) {
  margin-bottom: 15px;
}
#modular8 .flex .tab-change-list .tab-change.target {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer {
  background: url(../images/img23.png) no-repeat center;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 80px;
}
footer .code-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
footer .code-wrap .l {
  flex: 1;
}
footer .code-wrap .l > div:not(:last-child) {
  margin-bottom: 50px;
}
footer .code-wrap .l .title {
  color: #FBBF6D;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #FBBF6D;
  width: 414px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
footer .code-wrap .l p:not(.title) {
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
}
footer .code-wrap .l p:not(.title) a {
  color: #fff;
}
footer .code-wrap .l p:not(.title) a:hover {
  text-decoration: underline;
  color: #FBBF6D;
}
footer .code-wrap .r > div {
  background: #fff;
  border-radius: 8px;
  padding: 10px;
}
footer .code-wrap .r > div:not(:last-child) {
  margin-bottom: 50px;
}
footer .code-wrap .r p {
  color: #2A4183;
  text-align: center;
}
footer .mbachina {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  position: relative;
  top: 70px;
}
footer .mbachina:hover {
  color: #FBBF6D;
  text-decoration: underline;
}
@media (max-width: 768px) {
  #nav {
    display: block;
  }
  body {
    padding-top: 1rem;
  }
  header .cont {
    top: 50%;
  }
  .title-wrap .cn {
    font-size: 0.46rem;
    font-weight: bold;
  }
  .title-wrap .en {
    font-size: 0.24rem;
  }
  .title-wrap img {
    margin-top: -0.15rem;
    width: 2.2rem;
  }
  #modular1 {
    margin-top: -0.5rem;
    padding-bottom: 0;
  }
  #modular1 .title-wrap {
    display: block;
    margin-left: auto;
  }
  #modular1 .content .text {
    font-size: 0.26rem;
    line-height: 2.2;
    width: 100%;
    margin-bottom: 0.8rem;
  }
  #modular1 .content .img1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0.9rem;
    z-index: 10;
  }
  #modular1 .content .more {
    padding: 0.2rem 0.3rem;
    left: -0.3rem;
  }
  #modular1 .content a .cn {
    font-size: 0.28rem;
  }
  #modular1 .content a .en {
    font-size: 0.26rem;
  }
  #modular1 .content a .l {
    margin-right: 0.3rem;
  }
  #modular1 .content a .r {
    width: 0.46rem;
    height: 0.46rem;
  }
  #modular1 .content a:hover .r {
    transform: translateX(0);
  }
  #modular2 {
    padding-top: 0.8rem;
    padding-bottom: 0;
  }
  #modular2 .tab-list {
    justify-content: space-between;
  }
  #modular2 .tab-list .list-item {
    width: 1.2rem;
    line-height: 0.46rem;
    text-align: center;
    border-radius: 0.23rem;
    margin: 0;
    font-size: 0.28rem;
  }
  #modular2 .tab-list .list-item::after {
    border-top: 0.16rem solid #2A4183;
    border-left: 0.22rem solid transparent;
    border-right: 0.22rem solid transparent;
  }
  #modular2 .tab-list .list-item.target::after {
    bottom: -0.16rem;
  }
  #modular2 .tab-change-list {
    margin-top: 0.4rem;
  }
  #modular2 .tab-change-list .tab-change {
    display: none;
  }
  #modular2 .tab-change-list .tab-change .flex {
    display: block;
  }
  #modular2 .tab-change-list .tab-change .l {
    width: 100%;
    margin-right: 0;
  }
  #modular2 .tab-change-list .tab-change .r {
    flex: 1;
    padding: 0.3rem;
    border: 1px solid #2A4183;
    border-top: none;
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  #modular2 .tab-change-list .tab-change .r p {
    line-height: 2.2;
  }
  #modular2 .tab-change-list .tab-change.target {
    display: block;
  }
  #modular2 .tab-change-list .tab-change .title-wrap {
    display: none;
  }
  #modular2 .tab-change-list .tab-change .emba-cont {
    display: none;
  }
  #modular2 .tab-change-list .tab-change .emba-cont::after {
    display: none;
  }
  .emba-wrap {
    background: url(../images/m-img3.png) no-repeat center;
    background-size: cover;
    padding: 0.5rem 0;
    margin-top: 0.3rem;
    display: none;
  }
  .emba-wrap .title-wrap {
    margin-bottom: 0.5rem;
  }
  .emba-wrap .swiper-slide {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0.2rem;
    box-sizing: border-box;
    padding: 0.3rem 0.2rem;
  }
  .emba-wrap .swiper-slide .title {
    font-size: 0.28rem;
    color: #2A4183;
    display: inline-block;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #2A4183;
    font-weight: bold;
  }
  .emba-wrap .swiper-slide p:not(.title) {
    font-size: 0.28rem;
    line-height: 2.5;
  }
  .emba-wrap .swiper-container {
    padding-bottom: 0.5rem;
  }
  .emba-wrap .swiper-pagination {
    bottom: -0.1rem;
  }
  .emba-wrap .swiper-pagination-bullet {
    opacity: 1;
    background-color: #2A4183;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 0.05rem;
  }
  .emba-wrap .swiper-pagination-bullet-active {
    width: 0.4rem;
  }
  #modular3 {
    background: #fff;
    padding-bottom: 0;
  }
  #modular3 .list {
    display: none;
  }
  #modular3 .swiper-container {
    display: block;
    background: url(../images/m-img4.png) no-repeat center;
    background-size: cover;
    padding-bottom: 0.3rem;
  }
  #modular3 .swiper-container .title {
    position: relative;
    color: #2A4183;
    font-size: 0.28rem;
    padding-left: 0.3rem;
    font-weight: bold;
  }
  #modular3 .swiper-container .title::before {
    content: '';
    display: block;
    width: 0.16rem;
    height: 0.24rem;
    background: url(../images/icon.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #modular3 .swiper-container .text {
    line-height: 2.2;
  }
  #modular3 .swiper-slide {
    padding: 0.3rem;
  }
  #modular3 .swiper-pagination-bullet {
    opacity: 1;
    background-color: #2A4183;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 0.05rem;
  }
  #modular3 .swiper-pagination-bullet-active {
    width: 0.4rem;
  }
  #modular4 {
    padding-bottom: 0;
  }
  #modular4 .content {
    margin-top: 0;
    box-shadow: none;
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
  }
  #modular4 .content::before {
    content: '';
    display: none;
  }
  #modular4 .content .tab-list {
    margin: 0.4rem 0;
    justify-content: space-between;
  }
  #modular4 .content .tab-list .list-item {
    width: 1.2rem;
    line-height: 0.56rem;
    border-radius: 0.28rem;
    margin: 0;
    font-size: 0.28rem;
  }
  #modular4 .content .tab-list .list-item::after {
    border-top: 0.16rem solid #2A4183;
    border-left: 0.22rem solid transparent;
    border-right: 0.22rem solid transparent;
  }
  #modular4 .content .tab-list .list-item.target {
    background: #2A4183;
    color: #fff;
  }
  #modular4 .content .tab-list .list-item.target::after {
    bottom: -0.16rem;
  }
  #modular4 .content .tab-change-list {
    border-radius: 0.4rem;
    overflow: hidden;
    border: 1px solid #2A4183;
    margin: 0;
  }
  #modular4 .content .tab-change-list .tab-change {
    display: none;
    border-radius: 0.2rem;
  }
  #modular4 .content .tab-change-list .tab-change.target {
    display: block;
  }
  #modular4 .content .table {
    border-radius: 0.3rem;
  }
  #modular4 .content .table li {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid #2A4183;
    font-size: 0.26rem;
  }
  #modular4 .content .table li .l {
    width: 2rem;
    border-right: 1px solid #2A4183;
    min-height: 0.8rem;
  }
  #modular4 .content .table li .r {
    flex: 1;
    padding: 0.15rem 0.3rem;
    line-height: 2.2;
  }
  #modular4 .content .table li:last-child {
    border-bottom: none;
  }
  #modular4 .content .table .title {
    font-size: 0.28rem;
  }
  #modular5 {
    background: url(../images/m-img5.png) no-repeat center;
    background-size: cover;
  }
  #modular5 .content {
    display: flex;
    flex-direction: row-reverse;
  }
  #modular5 .content .list {
    border-radius: 20px;
    box-sizing: border-box;
    padding: 0.2rem;
    width: 100%;
    height: auto;
  }
  #modular5 .content .tab-list::after {
    width: 20%;
  }
  #modular5 .content .tab-list.tab1::after {
    left: 0;
  }
  #modular5 .content .tab-list.tab2::after {
    left: 20%;
  }
  #modular5 .content .tab-list.tab3::after {
    left: 40%;
  }
  #modular5 .content .tab-list.tab4::after {
    left: 60%;
  }
  #modular5 .content .tab-list.tab5::after {
    left: 80%;
  }
  #modular5 .content .tab-list .list-item {
    font-size: 0.28rem;
    padding-bottom: 0.1rem;
  }
  #modular5 .content .tab-list .list-item.target {
    color: #2A4183;
  }
  #modular5 .content .tab-change-list {
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
  }
  #modular5 .content .tab-change-list .tab-change {
    display: none;
  }
  #modular5 .content .tab-change-list .tab-change p {
    display: flex;
    font-size: 0.26rem;
    line-height: 2.2;
  }
  #modular5 .content .tab-change-list .tab-change.target {
    display: block;
  }
  #modular6 {
    padding-bottom: 0;
  }
  #modular6 .content {
    margin-top: 0.4rem;
    border-radius: 0.2rem;
    display: flex;
    flex-direction: column-reverse;
    box-shadow: none;
  }
  #modular6 .content .r {
    width: 100%;
  }
  #modular6 .content .l {
    padding: 0.2rem;
    flex: 1;
    border: 1px solid #2A4183;
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    border-top: none;
  }
  #modular6 .tab-list {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #969FB7;
    position: relative;
  }
  #modular6 .tab-list::after {
    content: '';
    display: block;
    width: 20%;
  }
  #modular6 .tab-list.tab1::after {
    left: 0;
  }
  #modular6 .tab-list.tab2::after {
    left: 20%;
  }
  #modular6 .tab-list.tab3::after {
    left: 40%;
  }
  #modular6 .tab-list.tab4::after {
    left: 60%;
  }
  #modular6 .tab-list.tab5::after {
    left: 80%;
  }
  #modular6 .tab-list .list-item {
    flex: 1;
    font-size: 0.28rem;
    color: #999;
    padding-bottom: 10px;
  }
  #modular6 .tab-change-list {
    margin-top: 0.3rem;
  }
  #modular6 .tab-change-list .tab-change {
    display: none;
  }
  #modular6 .tab-change-list .tab-change p {
    display: flex;
    line-height: 2.2;
    font-size: 0.26rem;
    margin-bottom: 0.1rem;
  }
  #modular7 {
    background: url(../images/m-img7.png) no-repeat center bottom;
    background-size: 100% auto;
  }
  #modular7 .content {
    margin-top: 0.4rem;
    background: none;
    border-radius: none;
    padding: 0;
  }
  #modular7 .content .tab-list {
    margin-bottom: 0.4rem;
    justify-content: space-between;
  }
  #modular7 .content .tab-list .list-item {
    width: 1.2rem;
    line-height: 0.56rem;
    border-radius: 0.28rem;
    margin: 0;
    font-size: 0.28rem;
  }
  #modular7 .content .tab-list .list-item::after {
    border-top: 0.16rem solid #2A4183;
    border-left: 0.22rem solid transparent;
    border-right: 0.22rem solid transparent;
  }
  #modular7 .content .tab-list .list-item.target {
    background: #2A4183;
    color: #fff;
  }
  #modular7 .content .tab-list .list-item.target::after {
    bottom: -0.16rem;
  }
  #modular7 .content .tab-change-list {
    margin-top: 0.5rem;
    background: rgba(255, 255, 255, 0.8);
    padding: 0.3rem;
    padding-left: 0.6rem;
    border-radius: 0.2rem;
  }
  #modular7 .content .tab-change-list .tab-change {
    display: none;
  }
  #modular7 .content .tab-change-list .tab-change.target {
    display: block;
  }
  #modular7 .content .tab-change-list .tab-change .text-list {
    display: block;
  }
  #modular7 .content .tab-change-list .tab-change .text-list li {
    display: list-item;
    list-style-type: disc;
    font-size: 0.26rem;
    line-height: 2.2;
  }
  #modular7 .content .tab-change-list .tab-change .text-list li b {
    font-weight: normal;
  }
  #modular8 .tab-list {
    margin-bottom: 0.4rem;
    justify-content: space-between;
  }
  #modular8 .tab-list .list-item {
    width: 1.2rem;
    line-height: 0.56rem;
    border-radius: 0.28rem;
    margin: 0;
    font-size: 0.28rem;
  }
  #modular8 .tab-list .list-item::after {
    border-top: 0.16rem solid #2A4183;
    border-left: 0.22rem solid transparent;
    border-right: 0.22rem solid transparent;
  }
  #modular8 .tab-list .list-item.target {
    background: #2A4183;
    color: #fff;
  }
  #modular8 .tab-list .list-item.target::after {
    bottom: -0.16rem;
  }
  #modular8 .flex {
    display: flex;
    margin-top: 0.4rem;
    flex-direction: column;
    border-radius: 0.2rem;
    border: 1px solid #2A4183;
    overflow: hidden;
  }
  #modular8 .flex .l {
    width: 100%;
  }
  #modular8 .flex .tab-change-list {
    border: none;
    flex: 1;
    padding: 0.3rem;
  }
  #modular8 .flex .tab-change-list .tab-change {
    display: none;
    height: 100%;
  }
  #modular8 .flex .tab-change-list .tab-change p {
    line-height: 2.2;
  }
  #modular8 .flex .tab-change-list .tab-change p:nth-child(1) {
    margin-bottom: 15px;
  }
  footer {
    background: #2A4183 url(../images/m-img9.png) no-repeat center bottom;
    background-size: cover;
    padding-top: 0.7rem;
    padding-bottom: 80px;
    position: relative;
  }
  footer::before {
    content: '';
    width: 100%;
    height: 0.6rem;
    background: url(../images/m-img10.png) no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
  }
  footer .code-wrap {
    display: block;
  }
  footer .code-wrap .l {
    width: 100%;
  }
  footer .code-wrap .l > div:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  footer .code-wrap .l .title {
    font-size: 0.3rem;
    font-weight: bold;
    padding-bottom: 0.05rem;
    margin-bottom: 0.15rem;
    width: 4rem;
  }
  footer .code-wrap .l p:not(.title) {
    color: #fff;
    font-size: 0.26rem;
  }
  footer .code-wrap .r {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  footer .code-wrap .r > div {
    width: 30%;
    background: #fff;
    border-radius: 8px;
    padding: 0.1rem;
  }
  footer .code-wrap .r > div:not(:last-child) {
    margin-bottom: 0;
  }
  footer .code-wrap .r > div:not(:last-child) p {
    position: relative;
    top: 0.2rem;
  }
  footer .code-wrap .r p {
    font-size: 0.24rem;
    color: #2A4183;
    text-align: center;
  }
  footer .mbachina {
    display: block;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    top: 0.5rem;
    font-size: 0.24rem;
  }
  footer .mbachina:hover {
    color: #FBBF6D;
    text-decoration: underline;
  }
}
