body{
    margin: 0;
    padding: 0;
}
header{
    margin: 0;
    padding: 0;
}

#head-bg>img{
    width: 100%;
    height: 4.26rem;
    margin: 0;
    padding: 0;
}

#head-bg{
    position: relative;
    z-index: -1;
    width: 100%;
    height: 4.26rem;
}

#head-bg>p{
    position: absolute;
    top: 60%;
    transform: translate(0,-50%);
    left: 0;
    right: 0;
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 500;
    text-shadow: 0px 0px 16px rgba(6, 0, 1, 0.6);
    
}
/* PC适配 */
@media screen and (min-width: 1100px){
    #iframe{
        position: absolute;
        top: 0;
        z-index: 99;
        height:4.26rem;
    }

    footer{
        margin: 0;
        padding: 0;
        width: 100%;
        height: 9rem;
    }
    object{

        margin: 0;
        padding: 0;
        height: 9rem;
    }
}
/* app适配 ipad 竖屏*/
@media only screen and (max-width: 1024px){
    #head-bg>img{
        width: 100%;
        height: 3.5rem;
        margin: 0;
        padding: 0;
        border: 0;
    }
    
    #head-bg{
        position: relative;
        z-index: -1;
        width: 100%;
        height: 3.2rem;
        overflow: hidden;
        top: 1.15rem;
        margin-bottom: 1.6rem;
    }
    #iframe{
        position: fixed;
        top: 0;
        z-index: 1;
        height: 1.6rem;
    }

    footer{
        margin: 0;
        padding: 0;
        width: 100%;
        height: 12rem;
        /*height: 7.2rem;*/
        z-index: 99;
    }
    .h60{height:75px;}
    .Aqcode-foot-foot{
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        position: fixed;
        box-shadow: 0 0 6px #666;
        background-color: #fff;
        bottom: 0;
        height: 60px;
    }
    .afoot{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .Aqcode-foot-foot p{
        margin:0px;
        font-size: 0.30rem;
        margin-left: 0.16rem;
        color: #000;
    }
    .Aqcode-foot-foot p a{
        font-size: 0.30rem;
        margin-left: 0.16rem;
        text-decoration: none;
        color: #000;
    }
    .footimg{  
        width: 40px;
        height: auto;
    }
}