@media screen and (max-width: 750px) {
  .page-join {
    margin-bottom: 0;
  }

  .page-join .modular-title .cn {
    font-size: 0.36rem;
    line-height: 0.75rem;
  }
  .page-join .modular-title .en {
    width: 3rem;
    font-size: 0.24rem;
    line-height: 0.59rem;
  }

  .section-banner {
    height: 7rem;
    background-image: url(../images/bg-wap-join-banner.jpg);
    background-size: 100% 100%;
  }
  .section-banner .btns {
    top: 5.21rem;
    margin-left: 0;
    transform: translate(-50%, 0);
  }
  .section-banner .btns a {
    height: 0.72rem;
    width: 2.4rem;
    font-size: 0.36rem;
  }
  .section-banner .btns a.btn-open-store {
    margin-right: 0.36rem;
  }

  .section-count {
    height: 1.2rem;
    font-size: 0.28rem;
  }
  .section-count div:first-child {
    margin-right: 0.14rem;
  }
  .section-count div em, .section-count div span {
    font-size: 0.34rem;
    margin: 0 0.12rem;
  }

  .section-merit {
    margin: 0.56rem 0 0.61rem;
  }
  .section-merit .modular-inner {
    width: 93.33%;
    margin-top: 0.38rem;
    padding: 0.6rem 0.4rem 0.58rem;
    border-radius: 0.18rem;
  }
  .section-merit .modular-inner dl {
    min-height: auto;
    width: 100%;
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 0.8rem;
  }
  .section-merit .modular-inner dl:last-child {
    margin-bottom: 0;
  }
  .section-merit .modular-inner dl dt {
    height: 0.8rem;
    width: 0.8rem;
  }
  .section-merit .modular-inner dl dd {
    margin-left: 0.36rem;
  }
  .section-merit .modular-inner dl dd .title {
    font-size: 0.28rem;
    line-height: 0.3rem;
    margin-bottom: 0.24rem;
  }
  .section-merit .modular-inner dl dd .text {
    font-size: 0.24rem;
    line-height: 0.3rem;
    /* text-align: justify; */
  }

  .section-support {
    height: 8.34rem;
    padding-top: 0.6rem;
    background-image: url(../images/bg-wap-join-support.jpg);
    background-size: 100% 100%;
    overflow: hidden;
  }
  .section-support .modular-inner {
    width: 91.46%;
    margin-top: 0.59rem;
  }
  .section-support .modular-inner ul {
    flex-wrap: nowrap;
  }
  .section-support .modular-inner ul li {
    height: 5rem;
    width: 3.2rem;
    border-radius: 0.1rem;
    padding: 0.4rem 0.28rem 0;
    margin: 0 0.2rem 0 0;
  }
  .section-support .modular-inner ul li:last-child {
    margin-right: 0;
  }
  .section-support .modular-inner ul li .cover {
    height: 0.8rem;
    width: 0.8rem;
  }
  .section-support .modular-inner ul li .title {
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.4rem;
    margin: 0.53rem 0 0.19rem;
  }
  .section-support .modular-inner ul li .content {
    height: auto;
    flex: 1;
    position: relative;
    transform: none;
    padding: 0;
    font-size: 0.24rem;
    color: #999;
    line-height: 0.3rem;
  }

  .section-process {
    height: auto;
    padding: 0.6rem 0 0;
    background-color: #fff;
  }
  .section-process .modular-title .cn {
    color: #333;
  }
  .section-process .modular-inner {
    background: none;
    margin-top: 0.5rem;
  }
  .section-process .modular-inner ul {
    flex-direction: column;
    position: relative;
    margin-left: 0.73rem;
    padding-right: 0.46rem;
    padding-left: 0.54rem;
    box-sizing: border-box;
  }
  .section-process .modular-inner ul::before {
    width: 2px;
    position: absolute;
    top: 0.08rem;
    left: 0;
    bottom: 22.5%;
    display: block;
    background-color: #66CC66;
    content: '';
  }
  .section-process .modular-inner ul li {
    height: auto;
    width: 100%;
    color: #66cc66;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 0.6rem;
  }
  .section-process .modular-inner ul li:nth-child(4) {
    order: 5;
  }
  .section-process .modular-inner ul li .order {
    display: none;
  }
  .section-process .modular-inner ul li .title-group {
    width: 100%;
    flex-direction: row;
    position: relative;
  }
  .section-process .modular-inner ul li .title-group::before {
    height: 0.24rem;
    width: 0.24rem;
    border-radius: 100%;
    background-color: #66CC66;
    display: block;
    position: absolute;
    top: 50%;
    left: -0.65rem;
    transform: translate(0, -50%);
    content: '';
  }
  .section-process .modular-inner ul li .item-inner {
    align-items: flex-start;
  }
  .section-process .modular-inner ul li:nth-child(1) .icon {
    height: 0.39rem;
    width: 0.4rem;
    margin: 0 0.22rem 0 0;
    background-size: 0.4rem 0.39rem;
    background-image: url(../images/icons/icon-join-process1-hover.png);
  }
  .section-process .modular-inner ul li:nth-child(2) .icon {
    height: 0.47rem;
    width: 0.4rem;
    margin: 0 0.22rem 0 0;
    background-size: 0.4rem 0.47rem;
    background-image: url(../images/icons/icon-join-process2-hover.png);
  }
  .section-process .modular-inner ul li:nth-child(3) .icon {
    height: 0.43rem;
    width: 0.46rem;
    margin: 0 0.18rem 0 0;
    background-size: 0.46rem 0.43rem;
    background-image: url(../images/icons/icon-join-process3-hover.png);
  }
  .section-process .modular-inner ul li:nth-child(4) .icon {
    height: 0.41rem;
    width: 0.41rem;
    margin: 0 0.20rem 0 0;
    background-size: 0.41rem 0.41rem;
    background-image: url(../images/icons/icon-join-process4-hover.png);
  }
  .section-process .modular-inner ul li .title {
    font-size: 0.28rem;
    margin: 0;
    line-height: 1;
    flex: 1;
  }
  .section-process .modular-inner ul li .text {
    max-width: 100%;
    font-size: 0.24rem;
    line-height: 0.3rem;
    margin-top: 0.24rem;
  }

  .section-adv {
    margin: 0;
  }
  .section-adv .modular-inner {
    border-radius: 0;
    background-color: #333;
    padding: 0 0.32rem 0.63rem;
    justify-content: flex-start;
    flex-direction: column;
  }
  .section-adv .modular-inner .part-left {
    width: 100%;
    display: flex;
    padding: 0.59rem 0.3rem 0.22rem;
    justify-content: space-between;
  }
  .section-adv .modular-inner .part-left .part-title .cn {
    font-size: 0.36rem;
    color: #fff;
    line-height: 0.75rem;
    position: relative;
  }
  .section-adv .modular-inner .part-left .part-title .cn::after {
    height: 0.06rem;
    width: 0.6rem;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    content: '';
  }
  .section-adv .modular-inner .part-left .part-title .en {
    font-size: 0.22rem;
    color: #999;
    line-height: 0.62rem;
  }
  .section-adv .modular-inner .part-left .part-content {
    margin-top: 0;
    margin-right: 0.87rem;
  }
  .section-adv .modular-inner .part-left .part-content .name {
    font-size: 0.3rem;
    color: #fff;
    line-height: 0.61rem;
    padding-top: 0.04rem;
  }
  .section-adv .modular-inner .part-left .part-content p {
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.42rem;
  }
  .section-adv .modular-inner .part-right {
    width: 100%;
    border-radius: 0.1rem;
    background-color: #F9F9F9;
    overflow: hidden;
    padding-bottom: 0.1rem;
  }
  .section-adv .modular-inner .part-right .item {
    height: auto;
    margin-bottom: 0;
    padding: 0.33rem 0.32rem 0.29rem;
  }
  .section-adv .modular-inner .part-right .item .item-title {
    font-size: 0.3rem;
    line-height: 0.41rem;
  }
  .section-adv .modular-inner .part-right .item .city {
    max-width: 100%;
    font-size: 0.22rem;
    line-height: 0.35rem;
    margin-top: 0.21rem;
  }
  .section-contact .modular-inner {
    height: auto;
    margin-bottom: 0;
    border-radius: 0;
    background-color: #FF3333;
    padding: 0.35rem 0.62rem 0.44rem 0.41rem;
    position: relative;
  }
  .section-contact .modular-inner .phone-number p {
    height: auto;
    font-size: 0.28rem;
    font-weight: normal;
    color: #fff;
    line-height: 0.6rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
  }
  .section-contact .modular-inner .phone-number p em {
    font-size: 0.4rem;
    font-weight: bold;
    color: #fff;
    line-height: 0.48rem;
    display: block;
  }
  .section-contact .modular-inner .phone-number span {
    font-size: 0.22rem;
    color: #fff;
    line-height: 0.32rem;
    margin-top: 0.11rem;
    display: block;
  }
  .section-contact .modular-inner .btns {
    position: absolute;
    padding-top: 0;
    top: 0.95rem;
    right: 0.62rem;
  }
  .section-contact .modular-inner .btns a {
    height: 0.48rem;
    width: 1.6rem;
    background-color: #fff;
    border-radius: 0.04rem;
    font-size: 0.24rem;
    color: #ff3333;
    margin-left: 0.2rem;
    text-indent: -0.1rem;
    line-height: 1;
  }
  .section-contact .modular-inner .btns a::after {
    height: 0.12rem;
    width: 0.12rem;
    right: 0.16rem;
    background-size: 0.12rem 0.12rem;
    background-image: url(../images/icons/icon-arrow-double-red.png);
  }
  .section-merit .modular-inner dl dt::after {
    background-size: 100% 100%;
  }
}