/* 头部标题 */
.nav_title_img {
  text-align: center;
  background-image: url('../image/nav_title_img.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 30px;
  font-weight: 500;
}
.nav_title_img div {
  color: #000;
  transform: translateY(-20px);
}
.nav_title_img div:nth-child(2) {
  font-size: 16px;
  color: #ccc;
}

/* PC适配 */
@media screen and (min-width: 1100px) {
  body {
    margin: 0;
    padding: 0;
    height: 9rem;
    position: relative;
  }
  #eight {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #eight-title {
    text-align: center;
    padding-top: 0.6rem;
    /*margin-bottom: 0.6rem;*/
  }
  #title-xianxi {
    width: 3.24rem;
    height: 0.64rem;
  }
  #eight-cont {
    width: 9.01rem;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
  }
  .eight-cont-flex {
    width: 2.6rem;
    text-align: center;
    padding: 0.1rem;
    margin: 0.1rem;
  }
  .eight-cont-flex img {
    width: auto;
    height: 0.66rem;
  }
  .eight-cont-flex p {
    color: #666;
    font-size: 0.18rem;
  }
  .eight-cont-flex-address {
    width: 2.4rem;
    color: #333;
    font-size: 0.16rem;
    margin: auto;
  }
  #eight-cont-flex-backTop {
    width: 100%;
    height: 0.8rem;
    display: flex;
    align-items: center;
    background-color: #245e80;
    margin-top: 0.8rem;
  }
  #eight-cont-flex-backTop p {
    text-align: center;
    width: 2.07rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border: 0.01rem solid #f0f0f0;
    margin: auto;
    color: #fff;
    font-size: 0.26rem;
  }
  #foot {
    text-align: center;
    padding-top: 0.6rem;
    background-color: #f0f0f0;
  }
  .foot-cont {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .foot-flex {
    display: flex;
    flex-direction: row;
    padding-top: 0.4rem;
  }
  .foot-flex-left {
    width: 1rem;
    text-align: right;
    font-size: 0.14rem;
  }
  .foot-flex-right {
    text-align: left;
    width: 2rem;
    font-size: 0.14rem;
    color: #666;
  }
  .foot-flex-cont {
    width: 4rem;
    text-align: center;
	padding-left: 1rem;
  
  }
  .foot-flex-cont img {
    width: 3rem;
    height: auto;
  }
  .foot-flex-cont p {
    color: #666;
    font-size: 0.15rem;
    margin-top: 0.6rem;
  }
  .foot-flex-qcode {
    width: 1.5rem;
    text-align: center;
    margin: 0 0.16rem;
    padding-top: 0rem;
  }
  .foot-flex-qcode img {
    width: 1.5rem;
    height: auto;
  }
  .foot-flex-qcode p {
    color: #666;
    font-size: 0.14rem;
    margin-top: 0rem;
  }
  #Appfoot {
    display: none;
  }
}
/* app适配 ipad 竖屏*/
@media only screen and (max-width: 1100px) {
  body {
    margin: 0;
    padding: 0;
  }
  #eight {
    display: none;
  }
  #foot {
    display: none;
  }
  #Appfoot {
    width: 7.5rem;
    margin: 0 auto;
    padding-top: 0.8rem;
    margin: auto;
  }
  .foot-tele {
    background-color: #245e80;
    border-radius: 0.4rem;
    width: 4.5rem;
    height: 0.68rem;
    font-size: 0.32rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 0.4rem;
    color: #fff;
  }
  #AfootIcon {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.2rem;
  }
  .Afoot-qcode {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 85%;
    margin: auto;
    padding-bottom: 0.4rem;
    border-bottom: #eee solid 0.03rem;
  }

  .Afoot-flex-qcode {
    width: 1.8rem;
    margin: 0.3rem;
  }
  .Afoot-flex-qcode img {
    width: 1.8rem;
    height: 1.8rem;
  }
  .Aqcode-text {
    color: #333;
    width: 1.8rem;
    text-align: center;
    font-size: 0.2rem;
  }
  .Aqcode-foot {
    height: 0.8rem;
    line-height: 0.8rem;
    margin-bottom: 0rem;
    padding: 0;
  }
  .Aqcode-foot p {
    color: #999;
    font-size: 0.32rem;
    text-align: center;
  }
  /* .Aqcode-foot-foot{
        display: flex;
        justify-content: space-evenly;
        
        align-items: center;
    }
    .afoot{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .Aqcode-foot-foot p{

        font-size: 0.30rem;
        margin-left: 0.16rem;
        
    }
    .footimg{
        
        width: 0.56rem;
        height: auto;
    }
    .Aqcode-foot-foot{
        position: fixed;
        bottom: 0;
    } */
  /* app头部标题 */
  .nav_title_img {
    text-align: center;
    background-image: url('../image/nav_title_img.png');
    background-size: 200px 200px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    font-size: 20px;
    font-weight: 700;
  }
  .nav_title_img div {
    transform: translateY(-10px);
  }
  .nav_title_img div:nth-child(2) {
    font-size: 12px;
    color: #ccc;
    font-weight: 500;
  }
}
