/* a{
    text-decoration:none;
}
p,a,input， button{
    padding: 0;
    margin: 0;
}
html{
    width: 100%;
    height: 100%;
    min-height: 100%;
}
body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
} */

/* 横屏 */
@media screen and (orientation:landscape){
    .denglu_shouye{
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        font-size: 0.24rem;
        font-family: 'Microsoft YaHei';
        background-color: #dc2300;
        /*背景图片设置以下两个属性*/
        background: url("../images/bj_index.jpg") no-repeat 0 0;
        background-size: 12.8rem 8rem;
        overflow: auto;
        position: relative;
    }

    .denglu_shouye .pic{
        position: absolute;
        width: 100%;
        height: 100%;
        background: url("../images/00_zt.jpg") no-repeat 0 0;
        background-size: 12.8rem 8rem;
    }
    
    .denglu_shouye .header{
        position: absolute;
        right: 0.3rem;
        top:0.4rem ;
        height: 0.34rem;
        line-height: 0.34rem;
        font-size: 0.34rem;
        color: #fff;
        font-weight: 600;
    }

    .denglu_shouye .header .loginout{
        color: #d8f00b;
    }
    .denglu_shouye .container{
        overflow: hidden;
    }
    .denglu_shouye .buttons{
        width: 100%;
        height: 0.42rem;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        /* 底部按钮位置 距离底部 */
        bottom: 0.4rem;
        
    }
    .denglu_shouye .buttons .btn{
        width: 1.18rem;
        height: 0.4rem;
        background: url(../images/button_all_1A.png) no-repeat center;
        background-size: 100% 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 0.26rem;
        color: #fff;
        margin: 0 0.15rem;
    }
}
/* 竖屏 */
@media screen and (orientation:portrait) {
    .denglu_shouye{
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        font-size: 0.24rem;
        font-family: 'Microsoft YaHei';
        background-color: #dc2300;
        /*背景图片设置以下两个属性*/
        background: url("../images/bj_index.jpg") no-repeat 0 0;
        background-size: 18.2rem 100%;
        overflow: auto;
        position: relative;
    }
    .denglu_shouye .pic{
        position: absolute;
        width: 100%;
        height: 100%;
        background: url("../images/00_zts.jpg") no-repeat 0 0;
        background-size: 100% auto;
    }
    
    .denglu_shouye .header{
        position: absolute;
        right: 0.3rem;
        top:0.4rem ;
        height: 0.34rem;
        line-height: 0.34rem;
        font-size: 0.34rem;
        color: #fff;
        font-weight: 600;
    }

    .denglu_shouye .header .loginout{
        color: #d8f00b;
    }
    .denglu_shouye .container{
        overflow: hidden;
    }

    .denglu_shouye .buttons{
        width: 100%;
        height: 0.42rem;
        display: flex;
        align-items: center;
        justify-content: center;
        /* 底部按钮位置 距离底部 */
        position: absolute;
        /* 距离顶部 */
        top:8.8rem;
        /* 距离底部 */
        /* bottom: 0.4rem; */
        
    }
    .denglu_shouye .buttons .btn{
        width: 1.18rem;
        height: 0.4rem;
        background: url(../images/button_all_1A.png) no-repeat center;
        background-size: 100% 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 0.26rem;
        color: #fff;
        margin: 0 0.15rem;
    }
}

