
/* 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: #E9B25C;
        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;
        margin: 0 0.16rem;
    }
    .foot-flex-cont img{
        width: 3rem;
        height: auto;
    }
    .foot-flex-cont p{
        margin:0px;
        color: #666;
        font-size: 0.15rem;
     
    }
    .foot-flex-qcode{
        width: 1rem;
        text-align: center;
        margin: 0 0.16rem;
        padding-top: 0rem;
    }
    .foot-flex-qcode img{
        width: 1rem;
        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: #E9B25C;
        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{   

        margin-bottom: 0rem;
        padding: 0;
        color: #999;
        font-size: 16px;
    }
    .Aqcode-foot img {max-width:70%;}
    .Aqcode-foot p{
       
        padding:0;
        margin:0;
        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;
    } */
}
