@media screen and (min-width: 900px) {
  #navigation {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
  }
  #navigation .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #navigation .logo {
    margin-bottom: 29px;
    cursor: pointer;
  }
  #navigation .menu {
    display: none;
  }
  #navigation .logo img {
    width: 231px;
    height: 40px;
  }
  #nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #nav li {
    height: 35px;
    position: relative;
  }
  #nav li a {
    color: #333;
    font-size: 18px;
    margin-right: 30px;
    text-decoration: none;
    font-family: PingFang SC-Semibold, PingFang SC;
  }
  #nav a span {
    display: none;
  }
  #nav .active a {
    color: #5d38e0;
    font-size: 20px;
  }
  #nav a:hover {
    color: #5d38e0;
  }
  #nav .active a span {
    width: 37px;
    height: 4px;
    background-color: #5d38e0;
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    border-radius: 2px;
  }
}
/* @media screen and (max-width: 900px) {
  #footer .row .content {
    flex-direction: column;
    align-items: center;
  }
  #footer .row .left {
    margin-bottom: 10px;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
  }
} */
@media screen and (max-width: 900px) {
  #footer .row .content {
    flex-direction: column;
    align-items: center;
  }
  #footer .row .left {
    margin-bottom: 10px;
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
  #footer .row .right {
    width: 100%;
    align-items: center;
    padding: 0 60px;
  }
  #navigation {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
  }
  #navigation .wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
  #navigation .logo {
    cursor: pointer;
  }
  #navigation .logo img {
    width: 140px;
    height: 25px;
  }
  #navigation .menu {
    width: 25px;
    height: 30px;
    background-image: url("../images/menu.png");
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    border: none;
    list-style: none;
  }
  #navigation .menu2 {
    width: 30px;
    height: 30px;
    background-image: url("../images/close.png");
    background-repeat: no-repeat;
    background-size: 100%;
    border: none;
  }
  #nav {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 9999;
    display: none;
  }
  #nav li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;

    float: left;
    border-bottom: 1px solid#ddd;
  }
  #nav li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 16px;
    text-decoration: none;
  }
  #nav li a:hover {
    color: #5d38e0;
  }
  #about .img-content {
    flex-direction: column;
    align-items: center;
  }
  #banner {
    padding-top: 60px;
  }
  .swiper-pagination-bullet-active {
    width: 20px;
  }
  .container .shao-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .shao-right {
    display: none;
  }
  #faqs {
    padding-bottom: 40px;
  }
  #footer {
    padding: 20px 0;
  }
  #joinUs {
    padding-bottom: 10px;
  }

  .shao-container-right .shao-box .list .list-item .title {
    height: auto !important;
    padding: 20px 30px !important;
  }
}
