

/* 横屏 */
/* @media screen and (orientation:landscape){ */

    .zhuxingjieguo3{
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        font-size: 0.24rem;
        /* 整个页面字体 */
        font-family: 'Microsoft YaHei';
        background-color: #dc2300;
        /*背景图片设置以下两个属性*/
        background: url("../images/bj_ks.jpg") no-repeat 0 0;
        background-size: 12.8rem 100%;
        /* overflow: auto; */
        position: relative;
        display: block;
    }
    .zhuxingjieguo3 .container{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        overflow-y: auto;
    }
    
    .zhuxingjieguo3 .header{
        background: url("../images/top_ks.png") no-repeat 0 0;
        background-size: 12.8rem 100%;
        height: 1.8rem;
        overflow: hidden;
    }
    .zhuxingjieguo3 .header .title{
        width: 100%;
        line-height:0.34rem ;
        text-align: center;
        /* 字体大小 */
        font-size: 0.34rem;
        /* 字体演示 */
        color: #000000;
        /* 距离顶部 */
        margin-top: 0.44rem;
    }
    .zhuxingjieguo3 .header .info{
        width: 100%;
        line-height:0.32rem ;
        text-align: center;
        /* 字体大小 */
        font-size: 0.32rem;
        /* 字体演示 */
        color: #f00b0b;
        /* 距离顶部 */
        margin-top: 0.34rem;
        position: relative;
    }
   
   
    .zhuxingjieguo3 .wrap{
        flex: 1;
        width: 100%;
        height: 100%;
        display: flex;
        /* flex-direction: column; */
        /* align-items: center; */
        overflow-y: auto;
    }

   
    .zhuxingjieguo3 .wrap .right{
        flex: 1;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .zhuxingjieguo3 .wrap .right .slider{
        width: 4.56rem;
        height: 0.6rem;
        padding-top: 0.36rem;
        padding-bottom: 0.44rem;
        flex-shrink: 0;
        display: flex;
    }
    .zhuxingjieguo3 .wrap .right .slider .left{
        width: 1.56rem;
        height: 100%;
        position: relative;
        box-sizing: border-box;
    }
    .zhuxingjieguo3 .wrap .right .slider .left .box{
        position: absolute;
        height: 100%;
        right: 0;
        top:0;
        width: 2rem;
        padding-right: 0.2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .zhuxingjieguo3 .wrap .right .slider .left .box .name{
        width: 100%;
        text-align: right;
        font-size: 0.2rem;
        line-height: 0.2rem;
    }
    .zhuxingjieguo3 .wrap .right .slider .left .box .info{
        width: 100%;
        text-align: right;
        font-size: 0.2rem;
        line-height: 0.2rem;
        margin-top: 0.05rem;
    }
    .zhuxingjieguo3 .wrap .right .slider .progress{
        flex: 1;
        width: 100%;
        height: 100%;
    }
    .zhuxingjieguo3 .wrap .right .slider .progress .box{
        width: 100%;
        height: 100%;
        position: relative;
        
    }
    .zhuxingjieguo3 .wrap .right .slider .progress .box .cube{
        width: 100%;
        height: 100%;
        /* background-color: #60c0dd; */
        border-radius: 0.08rem;

        background: url("../images/bg_h_1.png") no-repeat 0 0;
        background-size:2.98rem 0.6rem ;

    }

    
    .zhuxingjieguo3 .wrap .right .slider .progress .box  .cube.bg_9bc963{
        background-color: #9bc963;
        background: url("../images/bg_h_2.png") no-repeat 0 0;
        background-size:2.98rem 0.6rem ;
    }
    .zhuxingjieguo3 .wrap .right .slider .progress .box  .cube.bg_f3a43b{
        background-color: #f3a43b;
        background: url("../images/bg_h_3.png") no-repeat 0 0;
        background-size:2.98rem 0.6rem ;
    }
    .zhuxingjieguo3 .wrap .right .slider .progress .box  .cube.bg_27737b{
        background-color: #27737b;
        background: url("../images/bg_h_4.png") no-repeat 0 0;
        background-size:2.98rem 0.6rem ;
    }


    .zhuxingjieguo3 .wrap .right .slider .progress .box  .info{
        position: absolute;
        width: 0.88rem;
        right: -1.08rem;
        top: 0;
    }
    .zhuxingjieguo3 .wrap .right .slider .progress .box  .info .num{
        font-size: 0.3rem;
        line-height: 0.3rem;
        font-weight: 600;
    }

    
    
   
/* } */



/* 竖屏,尺寸可单独调整 */
@media screen and (orientation:portrait) {
    .zhuxingjieguo3 .wrap{
        flex-direction: column;
    }
    /* .zhuxingjieguo3 .wrap .right{
        display: flex;
        align-items: center;
        flex-direction: column;
    } */

}