/* 其他投递方式 */
.otherMethods_content ul li:nth-child(3n) {
  /* margin-right: 0; */
}

.otherMethods_content ul li {
  margin-right: 0;
}

.otherMethods_content ul li:hover {
  transform: translateY(-10px);
  box-shadow: 0 3px 14px 2px #0000000d, 0 8px 10px 1px #0000000f,
    0 5px 5px -3px #0000001a;
}

.otherMethods_content ul {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(auto-fill, minmax(352px, 1fr));
}

.joinUs_content ul li:hover p {
  /* color: #ff4610; */
  display: flex;
}

/* 大pad断点 lg*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .w-560 {
    width: 49%;
    /* margin-right: 2%; */
  }
}

/* 大pad断点 lg*/
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .w-1120 {
    width: 888px;
  }

  .w-1152 {
    width: 888px;
  }

  .otherMethods_content ul {
    grid-gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .w-1120 {
    width: 680px;
  }

  .w-1152 {
    width: 680px;
  }

  .joinUs_content h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }

  .joinUs_content .b-40 {
    bottom: 24px;
  }

  .otherMethods_content ul {
    grid-gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
  }
  .otherMethods {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .otherMethods_nav {
    margin-bottom: 36px;
  }
}

/* 移动端 */
@media (max-width: 767px) {
  

  /* 移动端导航栏 */
  .md_title {
    padding: 0 4.267vw;
    height: 14.933vw;
  }

  .md_title h3 {
    font-size: 5.6vw !important;
    line-height: normal !important;
    margin-bottom: 0 !important;
  }

  .md_title ul {
    top: 14.933vw;
  }

  .md_title.active svg {
    transform: rotate(180deg);
  }

  .md_title.active ul {
    height: 59.733vw;
  }

  .md_title ul li {
    height: 14.933vw;
    padding-left: 4.267vw;
    background: var(--400, #1a1b1e);
    font-size: 4.267vw;
    line-height: normal;
    border: 1px solid#1a1b1e;
  }

  /* 移动端导航栏END */
  .title_box {
    background-color: rgb(0, 0, 0);
    opacity: 1;
  }

  header.pa {
    position: relative;
  }

  /* 移动端导航栏 */
  .md_title {
    padding: 0 4.267vw;
    height: 14.933vw;
  }

  .md_title h3 {
    font-size: 5.6vw !important;
    line-height: normal !important;
    margin-bottom: 0 !important;
  }

  .md_title ul {
    top: 14.933vw;
  }

  .md_title.active svg {
    transform: rotate(180deg);
  }

  .md_title.active ul {
    height: 59.733vw;
  }

  .md_title ul li {
    height: 14.933vw;
    padding-left: 4.267vw;
    background: var(--400, #1a1b1e);
    font-size: 4.267vw;
    line-height: normal;
    border: 1px solid#1a1b1e;
  }

  /* 移动端导航栏END */

  /* 移动端Banner */
  #banner {
    background-image: url(../img/banner/md/0.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  #banner h1 {
    font-size: 9vw;
  }

  #banner a span {
    font-size: 4.53vw;
  }


  .otherMethods_content ul {
    grid-gap: 16px;
}

  /* 加入我们 */
  #joinUs {}

  .joinUs {
    padding-top: 16vw;
    padding-bottom: 10.667vw;
  }

  .joinUs_nav {
    margin-bottom: 8vw;
  }

  .joinUs_nav h2 {
    margin-bottom: 2.133vw;
    font-size: 9.6vw;
  }

  .joinUs_nav span {
    width: 16vw;
    height: 1.067vw;
  }

  .joinUs_content ul {
    padding-left: 4.267vw;
    padding-right: 4.267vw;
  }

  .joinUs_content li {
    width: 100%;
    height: 90.667vw;
    margin-bottom: 4.267vw;
  }

  .joinUs_content li h3 {
    font-size: 9.6vw;
    margin-bottom: 2.133vw;
  }

  .joinUs_content li p {
    font-size: 4.8vw;
  }

  /* 投递方式 */
  .otherMethods {
    padding-top: 16vw;
    padding-bottom: 10.667vw;
  }

  .otherMethods_nav {
    margin-bottom: 8vw;
  }

  .otherMethods_nav h2 {
    margin-bottom: 2.133vw;
    font-size: 9.6vw;
  }

  .otherMethods_nav span {
    width: 16vw;
    height: 1.067vw;
  }

  .otherMethods_content {
    width: 100%;
    padding-left: 4.267vw;
    padding-right: 4.267vw;
  }

  .otherMethods_content ul li h5 {
    font-size: 4.267vw;
    margin-bottom: 1.067vw;
  }

  .otherMethods_content ul li p {
    font-size: 3.2vw;
  }

  .otherMethods_content ul li:hover {
    transform: translateY(0vw);
    box-shadow: none;
  }
}