body{
    margin: 0;
    padding-bottom: 0;
}
*{
    margin: 0;
    padding: 0;
}
.app_page{
    display: flex;
    justify-content:center;
    align-items: center;
}
.app_page span{
    border: 0.01rem #bcbcbc solid;
    margin: 0.6rem;
    font-size: 0.16rem;
    padding: 0.12rem 0.2rem;#
}
/* PC适配 */
@media screen and (min-width: 1100px){
    .app_page{
        display:none;
    }
    #cont{ 
        position: relative;
        padding-bottom: 1rem;
        padding-top: 0.6rem;
    }
    #cont-img{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .cont-flex{
        position: relative;
        margin: auto;
        width: 11.21rem;
        background-color: #F9F9F9;
        padding: 0.3rem;
    }
    .cont-foot{
        width: 100%;
        height: 1.2rem;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        background-color: #F9F9F9;
        margin-top: 0.9rem;
    }
    .cont-foot-text{
        display: flex;
        flex-direction: row;
    }
    .cont-foot-text p{
        background-color: rgb(182, 182, 182);
        border-radius: 50%;
        font-weight: bold;
        line-height: 0.36rem;
        text-align: center;
        width: 0.36rem;
        height: 0.36rem;
        color: #fff;
        margin: 0.05rem;
    }
    .cont-foot-text button{
        margin: 0.05rem;
        text-align: right;
        width: 1rem;
        height: 0.36rem;
        border: 1px solid #999999;
        border-radius: 9px;
        box-shadow:2px 2px 6px rgba(126, 126, 126, 0.6);
    }
    #five-bottom{
        margin-top: 0.1rem;
        display: flex;
        flex-wrap: wrap;
    }
    .five-bottom-role{
        width: 100%;
        height: 2.4rem;
        margin: 0.2rem;
        border: rgb(212, 212, 212) solid 0.01rem;
        display: block;
        text-decoration: none;
        color:#333;
    }
    .five-bottom-role:hover{
        width: 100%;
        height: 2.4rem;
        margin: 0.2rem;
        box-shadow: 0px 0px 10px rgb(133, 133, 133,0.6);
        border: rgb(212, 212, 212) solid 0.01rem;
    }
    .five-bottom-role-img{
        display: flex;
        flex-direction: row;
        margin: 0.2rem;
    }
    .five-bottom-role-img>img{
        width: 1.6rem;
        height: auto;
        position: absolute;
        clip:rect(0px,160px,200px,0px);
    }
    .five-bottom-role-text{
        margin-left: 2rem;
    }
    .five-name{
        margin-top: 0.3rem;
        margin-bottom: 0.25rem;
        font-size: 0.26rem;
        font-weight: bold;
    }
    .five-text{
        font-size: 0.18rem;
        overflow: hidden;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-align: justify;
    }
    .pages{
        margin-top: 0.4rem;
        position: relative;
        height: 0.38rem;
        display: flex;
        justify-content: center;
    }
    .pages li,.pages a,.pages span{
        border: 0.01rem solid #999999;
        color: #333333;
        float: left;
        font-size: 0.18rem;
        width: 0.38rem;
        height: 0.38rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin:0 0.065rem;
        text-decoration: none;
    }
    .pages li:active,.pages span.ad-this{
        background-color: #999999;
    }
    .pages input{
        border: 0.01rem solid #999999;
        height: 0.36rem;
        width: 0.55rem;
        border-radius: 0.05rem;
        padding-left: 0.1rem;
        padding-right: 0.38rem;
        font-size: 0.16rem;
    }
    .skip{
        margin-left: 0.065rem;;
        height: 0.38rem;
        display:flex;
        align-items: center;
    }
    .skip span{
        font-size: 0.18rem;
        position: relative;
        width: 0.3rem;
        right: 0.33rem;
    }
    .pages .active{
        background-color: #999999;
    }

    /* .five-bottom-role{
        position: relative;
        margin: 0.16rem;
    }
    .five-bottom-role:hover{
        position: relative;
        margin: 0.16rem;
    }
    .five-bottom-role:hover .five-text{
        width: 2rem;
        margin: 0.1rem;
        font-size: 0.16rem;
        color: #666;
        overflow: visible;
        text-overflow: clip;
        display: inline-block;
        -webkit-box-orient: vertical;
    }
    .five-bottom-role:hover .five-bottom-role-text{
        text-align: center;
        width: 2.48rem;
        height: 2.4rem;
        border-radius: 4px;
        position: absolute;
        bottom: 0;
        font-size: 0.18rem;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #FFFFFF;
        border-top: #E9B25C solid 0.05rem;
        border-radius: 0 0 4px 4px;
        box-shadow:0 0 10px rgba(126, 126, 126, 0.7);
    }
    .five-bottom-role-img{
        position: relative;
        width: 2.48rem;
        height: 3.29rem;
        border-radius: 4px;
        box-shadow:0 0 10px rgba(126, 126, 126, 0.7);
    }
    .five-bottom-role-img img{
        object-fit: cover;
        width: 2.48rem;
        height: 3.29rem;
        border-radius: 4px;
        margin: 0;
        padding: 0;
        z-index: -1;
        border-radius: 4px;
    }
    .five-bottom-role-text{
        text-align: center;
        width: 2.48rem;
        height: 1rem;
        position: absolute;
        bottom: 0;
        font-size: 0.18rem;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #FFFFFF;
        border-radius: 0 0 4px 4px;
        box-shadow:0 0 10px rgba(126, 126, 126, 0.7);
    }
    .five-name{
        font-size: 0.2rem;
        font-weight: bold;
        margin-bottom: 0.16rem;
        margin-top: 0.1rem;
    }
    .five-text{
        margin: 0.1rem;
        font-size: 0.16rem;
        width: 2rem;
        color: #666;
        overflow: hidden;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-align: justify;
    } */
}


/* app适配 ipad 竖屏*/
@media only screen and (max-width: 1100px){
    #cont-img{
        display: none;
    }
    .cont-flex{
        position: relative;
        margin: auto;
        width: 7.1rem;
        padding: 0.3rem 0;
    }
    .cont-foot{
        display: none;
    }

    #five-bottom{
        margin-top: 0.1rem;
        width: 7.04rem;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .five-bottom-role{
        position: relative;
        margin: 0.16rem;
        display: block;
        text-decoration: none;
        color:#000;
    }
    .five-bottom-role-img{
        position: relative;
        width: 3.2rem;
        height: 4.2rem;
        overflow: hidden;
        border-radius: 4px;
        box-shadow:0 0 10px rgba(126, 126, 126, 0.7);
    }
    .five-bottom-role-img img{
        width: 3.2rem;
        height: auto;
        border-radius: 4px;
        margin: 0;
        padding: 0;
        z-index: -1;
        border-radius: 4px;
        
    }
    .five-bottom-role-text{
        text-align: center;
        width: 3.2rem;
        height: 1.5rem;
        position: absolute;
        bottom: 0;
        font-size: 0.18rem;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #FFFFFF;
        border-radius: 0 0 4px 4px;
    }
    .five-name{
        font-size: 0.2rem;
        font-weight: bold;
        margin-bottom: 0.16rem;
        margin-top: 0.1rem;
    }
    .five-text{
        margin: 0.1rem;
        font-size: 0.16rem;
        width: 3rem;
        color: #666;
        overflow: hidden;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-align: justify;
    }
    .pages{
        display: none;
    }
}


