@media only screen and (max-width: 767px) {
  .footer-top-left {
    display: none!important;
  }
  #footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.26rem;
    background: #1B2234;
  }
  .footer-content-text {
    font-size: 0.26rem;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #95989D;
    color: #696e79;
    line-height: 0.3rem;
    margin-bottom: 0.26rem;
  }
  .footer-content-text:last-child {
    margin-bottom: 0;
  }
  .footer-top {
    display: flex;
    flex-direction: column;
    text-align: left;
    line-height: 30px;
    /* .footer-top-left, */
  }
  .footer-top .left-title {
    display: none;
  }
  .footer-top .left-title,
  .footer-top .middle-title,
  .footer-top .right-title {
    margin-top: 0.56rem;
    margin-bottom: 0.3rem;
    font-size: 0.32rem;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    color: #95989D;
  }
  .footer-top .footer-top-left {
    margin: 0 -20px;
  }
  .footer-top .footer-top-left,
  .footer-top .footer-top-middle,
  .footer-top .footer-top-right {
    flex: 1;
    margin-bottom: 10px;
  }
  .footer-top .footer-top-middle,
  .footer-top .footer-top-right,
  .footer-top .footer-line,
  .footer-top .footer-bottom {
    padding: 0 5px;
  }
  .footer-top .footer-top-left .left-content-wrap {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    flex-shrink: 0;
    padding: 35px 0 35px 25px;
  }
  .footer-top .footer-top-left .left-content-wrap .left-content {
    height: 60px;
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-weight: 400;
    color: #3A3A3F;
    line-height: 60px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    margin-right: 20px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
  }
  .footer-top .footer-top-left .left-content-wrap .left-content:last-child {
    border: none;
  }
  .footer-top .footer-top-left .left-content-wrap .left-content::after {
    position: absolute;
    content: '';
    border-left: 2px solid;
    border-top: 2px solid;
    right: 25px;
    top: 25px;
    width: 8px;
    height: 8px;
    border-color: #C7C7CB;
    transform: rotate(137deg);
  }
  .footer-line {
    margin: 0.46rem 0 20px 0;
    width: 100%;
    height: 1px;
    background: #95989D;
    opacity: 0.1;
  }
  .footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.24rem;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #95989D;
    color: #696e79;
    line-height: 0.33rem;
    margin-bottom: 0.86rem;
    margin-left: 0.28rem;
    margin-right: 0.28rem;
  }
}
@media only screen and (min-width: 768px) {
  #footer {
    padding-top: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    background: #1B2234;
  }
  .footer-content-text {
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #95989D;
    color: #696e79;
    line-height: 30px;
  }
  .footer-top {
    display: flex;
    justify-content: space-between;
    text-align: left;
    line-height: 30px;
    /* .footer-top-left, */
  }
  .footer-top .left-title,
  .footer-top .middle-title,
  .footer-top .right-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #95989D;
    line-height: 28px;
  }
  .footer-top .footer-top-left {
    flex: 1.2;
  }
  .footer-top .footer-top-middle,
  .footer-top .footer-top-right {
    flex: 1;
  }
  .footer-top .footer-top-middle {
    margin-right: 80px;
  }
  .footer-top .footer-top-left .left-content-wrap {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    flex-shrink: 0;
  }
  .footer-top .footer-top-left .left-content-wrap .left-content {
    white-space: nowrap;
    width: 40%;
  }
  .footer-top .footer-top-right {
    display: flex;
    justify-content: flex-end;
  }
  .footer-line {
    margin: 50px 0 60px;
    width: 100%;
    height: 1px;
    background: #95989D;
    opacity: 0.1;
  }
  .footer-bottom {
    margin: 60px 0 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #95989D;
    color: #696e79;
    line-height: 12px;
  }
}
