@media (min-width: 800px) {
  #foot {
    width: 100%;
    height: 210px;
    background: #101F37;
  }

  #foot .yunxunContent {
    height: 162px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #foot .yunxunContent .slogan,
  #foot .yunxunContent .hotline,
  #foot .yunxunContent .companyAddress {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #foot .yunxunContent .slogan>div:nth-child(2) {
    height: 16px;
    font-size: 16px;
    color: #CDD5E2;
    line-height: 16px;
  }

  #foot .yunxunContent .hotline>div:nth-child(1) {
    height: 14px;
    font-size: 14px;
    color: #7C8CA6;
    line-height: 14px;
    margin-bottom: 20px;
  }

  #foot .yunxunContent .hotline>div:nth-child(2) {
    height: 20px;
    font-size: 20px;
    color: #CDD5E2;
    line-height: 20px;
    margin-bottom: 6px;
  }

  #foot .yunxunContent .hotline>div:nth-child(3) {
    height: 20px;
    font-size: 20px;
    color: #CDD5E2;
    line-height: 20px;
  }

  #foot .yunxunContent .companyAddress>div:nth-child(1) {
    height: 14px;
    font-size: 14px;
    color: #7C8CA6;
    line-height: 14px;
    margin-bottom: 20px;
  }

  #foot .yunxunContent .companyAddress>div:nth-child(2) {
    width: 380px;
    font-size: 14px;
    color: #CDD5E2;
    line-height: 20px;
    margin-bottom: 6px;
    /* margin: 10px 0px; */
  }

  #foot .yunxunContent .companyAddress>div:nth-child(3) {
    width: 380px;
    font-size: 14px;
    color: #CDD5E2;
    line-height: 20px;
    margin-bottom: 6px;
  }
  #foot .yunxunContent .companyAddress>div:nth-child(4) {
    width: 380px;
    font-size: 14px;
    color: #CDD5E2;
    line-height: 20px;
  }


  #foot .yunxunContent .lineBetween {
    width: 1px;
    height: 40px;
    background: #445166;
    margin: 0 60px;
  }

  #foot .yunxunContent .erCard {
    display: flex;
  }

  #foot .yunxunContent .tencent_isux,
  #foot .yunxunContent .weChat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 104px;
  }

  #foot .yunxunContent .tencent_isux>div:nth-child(2),
  #foot .yunxunContent .weChat>div:nth-child(2) {
    height: 12px;
    font-size: 12px;
    color: #B7C0CD;
    line-height: 12px;
  }

  #foot .yunxunContent .tencent_isux {
    margin-left: 188px;
  }

  #foot .yunxunContent .weChat {
    margin-left: 32px;
  }

  #foot .yunxunId {
    width: 100%;
    height: 47px;
    line-height: 47px;
    font-size: 12px;
    color: #4B6185;
    text-align: center;
    border-top: 1px solid #273346;
  }

  #foot .yunxunId span,
  #foot .yunxunId a {
    width: auto;
    display: inline-block;
    margin-left: 8px;
    color: #4B6185;
  }
}

@media (max-width: 800px) {
  #foot {
    width: 100%;
    background: #101F37;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
  }

  #foot .yunxunContent {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  #foot .yunxunContent .slogan,
  #foot .yunxunContent .hotline,
  #foot .yunxunContent .companyAddress {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #foot .yunxunContent .slogan>div:nth-child(2),
  #foot .yunxunContent .hotline>div:nth-child(2),
  #foot .yunxunContent .companyAddress>div:nth-child(2) {
    margin-top: 10px;
  }

  #foot .yunxunContent .slogan>div:nth-child(2) {
    height: 16px;
    font-size: 16px;
    color: #CDD5E2;
    line-height: 16px;
  }

  #foot .yunxunContent .hotline {
    margin: 10px 0;
  }

  #foot .yunxunContent .hotline>div:nth-child(1) {
    height: 14px;
    font-size: 14px;
    color: #7C8CA6;
    line-height: 14px;
  }

  #foot .yunxunContent .hotline>div:nth-child(2) {
    height: 20px;
    font-size: 18px;
    color: #CDD5E2;
    line-height: 20px;
  }

  #foot .yunxunContent .hotline>div:nth-child(3) {
    height: 20px;
    font-size: 18px;
    color: #CDD5E2;
    line-height: 20px;
    margin-top: 10px;
  }

  #foot .yunxunContent .companyAddress>div:nth-child(1) {
    height: 14px;
    font-size: 14px;
    color: #7C8CA6;
    line-height: 14px;
  }

  #foot .yunxunContent .companyAddress>div:nth-child(2) {
    /* height: 36px; */
    font-size: 14px;
    color: #CDD5E2;
    line-height: 18px;
    margin-bottom: 6px;
  }

  #foot .yunxunContent .companyAddress>div:nth-child(3),#foot .yunxunContent .companyAddress>div:nth-child(4) {
    /* height: 36px; */
    font-size: 14px;
    color: #CDD5E2;
    line-height: 18px;
    margin-bottom: 6px;
  }

  #foot .yunxunContent .lineBetween {
    display: none;
  }

  #foot .yunxunContent .tencent_isux,
  #foot .yunxunContent .weChat {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
  }

  #foot .yunxunContent .tencent_isux>div:nth-child(2),
  #foot .yunxunContent .weChat>div:nth-child(2) {
    margin-top: 10px;
    height: 12px;
    font-size: 12px;
    color: #B7C0CD;
    line-height: 12px;
  }

  #foot .erCard {
    display: flex;
  }

  #foot .yunxunId {
    height: 47px;
    line-height: 47px;
    font-size: 12px;
    color: #4B6185;
    text-align: center;
    margin-top: 20px;
  }

  #foot .yunxunId a {
    width: 100%;
    display: inline-block;
    color: #4B6185;
    background-color: #101F37;
  }
}