﻿#foot {
  width: 100%;
  background: #101f37;
  color: #fff;
}
#foot .yunxunContent {
  width: calc(100% - 26vw);
  margin: 0 auto;
  padding: 50px 0 30px 0px;
}
#foot .yunxunContent .slogan .logo {
  display: block;
  width: 148px;
  height: 29px;
}
#foot .yunxunContent .slogan .desc {
  margin: 12px 0 20px 0;
  height: 16px;
  font-family: SourceHanSansSCVF, SourceHanSansSCVF;
  font-weight: 400;
  font-size: 16px;
  color: #cdd5e2;
  line-height: 16px;
  text-align: left;
  font-style: normal;
}
#foot .yunxunContent .slogan .erCard img {
  display: block;
}
#foot .yunxunContent .slogan .erCard .text {
  margin-top: 16px;
  height: 14px;
  font-weight: 400;
  font-size: 14px;
  color: #b7c0cd;
  line-height: 14px;
  text-align: center;
  font-style: normal;
}
#foot .yunxunContent .slogan .erCard .tencent_isux {
  margin: 0 10px;
}
#foot .yunxunContent .lineBetween {
  width: 1px;
  height: 167px;
  background: #445166;
  margin: 0 3.75vw;
}
#foot .yunxunContent .hotline .title,
#foot .yunxunContent .companyAddress .title {
  height: 14px;
  font-weight: 400;
  font-size: 14px;
  color: #7c8ca6;
  line-height: 14px;
  font-style: normal;
  margin-bottom: 12px;
}
#foot .yunxunContent .hotline .desc,
#foot .yunxunContent .companyAddress .desc {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 18px;
  text-align: left;
  font-style: normal;
}
#foot .yunxunContent .hotline {
  margin-bottom: 20px;
}
#foot .yunxunContent .hotline .desc {
  height: 18px;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
  font-style: normal;
}
#foot .yunxunContent .route {
  flex: 1;
  justify-content: space-between;
}
#foot .yunxunContent .route .route-item:last-child {
  margin-right: 0;
}
#foot .yunxunContent .route .route-item .title {
  height: 16px;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  margin-bottom: 20px;
}
#foot .yunxunContent .route .route-item .title a {
  color: #fff;
}
#foot .yunxunContent .route .route-item .sub-route-title {
  height: 14px;
  font-weight: 500;
  font-size: 14px;
  color: #92a3b8;
  line-height: 14px;
  text-align: left;
  margin-bottom: 16px;
}
#foot .yunxunContent .route .route-item .sub-route-title a {
  color: #92a3b8;
}
#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 {
    width: 100%;
    margin: 0 auto;
    padding: 16px 0 16px 0px;
    display: block;
  }
  #foot .yunxunContent .slogan .logo {
    margin: 0 auto;
  }
  #foot .yunxunContent .slogan .desc {
    text-align: center;
  }
  #foot .yunxunContent .slogan .erCard {
    justify-content: center;
  }
  #foot .yunxunContent .slogan .erCard img {
    display: block;
  }
  #foot .yunxunContent .slogan .erCard .tencent_isux {
    margin: 0 10px;
  }
  #foot .yunxunContent .lineBetween {
    width: 80%;
    height: 1px;
    background: #445166;
    margin: 16px auto;
  }
  #foot .yunxunContent .hotline .title,
  #foot .yunxunContent .companyAddress .title {
    text-align: center;
  }
  #foot .yunxunContent .hotline .df,
  #foot .yunxunContent .companyAddress .df {
    justify-content: center;
  }
  #foot .yunxunContent .hotline .desc,
  #foot .yunxunContent .companyAddress .desc {
    text-align: center;
  }
  #foot .yunxunContent .hotline {
    margin-bottom: 20px;
  }
  #foot .yunxunContent .route {
    justify-content: center;
  }
  #foot .yunxunContent .route .route-item {
    margin-right: 10px;
  }
  #foot .yunxunContent .route .route-item .title {
    text-align: center;
    height: 18px;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
    text-align: left;
    margin-bottom: 0;
  }
  #foot .yunxunContent .route .route-item .sub-route-title {
    display: none;
  }
  #foot .yunxunId {
    height: 47px;
    line-height: 47px;
    font-size: 12px;
    color: #4b6185;
    text-align: center;
  }
  #foot .yunxunId a {
    width: 100%;
    display: inline-block;
    color: #4b6185;
    background-color: #101f37;
    margin-left: 0;
  }
}
