a{
    text-decoration:none;
}
p,a,input， button{
    padding: 0;
    margin: 0;
}
html{
    width: 100%;
    height: 100%;
    min-height: 100%;
}
body{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.hide{
    display: none;
}

/* 横屏 */
/* @media screen and (orientation:landscape){ */

    .zhuxingjieguo2{
        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;
    }
    .zhuxingjieguo2 .container{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        overflow-y: auto;
    }
    
    .zhuxingjieguo2 .header{
        background: url("../images/top_ks.png") no-repeat 0 0;
        background-size: 12.8rem 100%;
        height: 1.8rem;
        overflow: hidden;
    }
    .zhuxingjieguo2 .header .title{
        width: 100%;
        line-height:0.34rem ;
        text-align: center;
        /* 字体大小 */
        font-size: 0.34rem;
        /* 字体演示 */
        color: #000000;
        /* 距离顶部 */
        margin-top: 0.44rem;
    }
    .zhuxingjieguo2 .header .info{
        width: 100%;
        line-height:0.32rem ;
        text-align: center;
        /* 字体大小 */
        font-size: 0.32rem;
        /* 字体演示 */
        color: #f00b0b;
        /* 距离顶部 */
        margin-top: 0.34rem;
        position: relative;
    }
   
   
    .zhuxingjieguo2 .wrap{
        flex: 1;
        width: 100%;
        height: 100%;
        display: flex;
        /* flex-direction: column; */
        /* align-items: center; */
        overflow-y: auto;
    }

    .zhuxingjieguo2 .wrap .list{
        display: flex;
        padding-top:1rem;
        padding-left: 0.6rem;
        padding-right: 0.5rem;
        flex-wrap: wrap;
        padding-bottom: 0.5rem;
        flex: 1;

    }
    .zhuxingjieguo2 .wrap .list .slider{
        width: 0.6rem;
        height: 4.6rem;
        margin: 0 0.38rem;
        flex-shrink: 0;
        /* margin-bottom: 1rem; */
         
    }
    .zhuxingjieguo2 .wrap .list .slider .top{
        width: 100%;
        height: 2.96rem;
        position: relative;
        
    }
    .zhuxingjieguo2 .wrap .list .slider .top .info{
        position: absolute;
        width: 100%;
        height: 0.46rem;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 0.2rem;
        line-height: 0.2rem;
        font-weight: 600;
        top: -0.46rem;
        z-index: 99;
       
    }
    .zhuxingjieguo2 .wrap .list .slider .top .info .num{
        /* padding: 0.05rem 0; */
    }

    .zhuxingjieguo2 .wrap .list .slider .top .progress{
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        display: flex;
        transition: all 0.5s;
        
    }
    .zhuxingjieguo2 .wrap .list .slider .top .progress .cube{
        flex: 1;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        /* background-color: #60c0dd; */
        border-radius: 0.04rem;
        background: url(../images/bg_1.png) no-repeat  bottom left;
        background-size: 0.62rem 2.96rem;
    }

    .zhuxingjieguo2 .wrap .list .slider .top .progress .cube.bg_9bc963{
        /* background-color: #9bc963; */
        background: url(../images/bg_2.png) no-repeat  bottom left;
        background-size: 0.62rem 2.96rem;
    }
    .zhuxingjieguo2 .wrap .list .slider .top .progress .cube.bg_f3a43b{
        /* background-color: #f3a43b; */
        background: url(../images/bg_3.png) no-repeat  bottom left;
        background-size: 0.62rem 2.96rem;
    }
    .zhuxingjieguo2 .wrap .list .slider .top .progress .cube.bg_27737b{
        /* background-color: #27737b; */
        background: url(../images/bg_4.png) no-repeat  bottom left;
        background-size: 0.62rem 2.96rem;
    }


    .zhuxingjieguo2 .wrap .list .slider .bottom{
        position: relative;
        width: 100%;
        height: 0.4rem;
    }
    .zhuxingjieguo2 .wrap .list .slider .bottom .name{
        position: relative;
        left: 50%;
        margin-left: -100%;
        width: 200%;
        font-size: 0.18rem;
        line-height: 0.24rem;
        margin-top: 0.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .zhuxingjieguo2 .wrap .list .slider .bottom .info{
        position: relative;
        left: 50%;
        margin-left: -100%;
        width: 200%;
        font-size: 0.18rem;
        line-height: 0.24rem;
        margin-top: 0.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 0.05rem;
    }
   
    .zhuxingjieguo2 .wrap .right{
        flex: 1;
    }

    .zhuxingjieguo2 .wrap .right .slider{
        width: 4.4rem;
        height: 0.6rem;
        padding-top: 0.36rem;
        padding-bottom: 0.44rem;
        display: flex;
    }
    .zhuxingjieguo2 .wrap .right .slider .left{
        width: 1.56rem;
        height: 100%;
        position: relative;
        
        box-sizing: border-box;
    }
    .zhuxingjieguo2 .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;
    }
    .zhuxingjieguo2 .wrap .right .slider .left .box .name{
        width: 100%;
        text-align: right;
        font-size: 0.2rem;
        line-height: 0.2rem;
    }
    .zhuxingjieguo2 .wrap .right .slider .left .box .info{
        width: 100%;
        text-align: right;
        font-size: 0.2rem;
        line-height: 0.2rem;
        margin-top: 0.05rem;
    }
    .zhuxingjieguo2 .wrap .right .slider .progress{
        flex: 1;
        width: 100%;
        height: 100%;
    }
    .zhuxingjieguo2 .wrap .right .slider .progress .box{
        width: 100%;
        height: 100%;
        position: relative;
        
    }
    .zhuxingjieguo2 .wrap .right .slider .progress .box .cube{
        width: 100%;
        height: 100%;
        background-color: #60c0dd;
        border-radius: 0.08rem;
    }

    
    .zhuxingjieguo2 .wrap .right .slider .progress .box  .cube.bg_9bc963{
        background-color: #9bc963;
    }
    .zhuxingjieguo2 .wrap .right .slider .progress .box  .cube.bg_f3a43b{
        background-color: #f3a43b;
    }
    .zhuxingjieguo2 .wrap .right .slider .progress .box  .cube.bg_27737b{
        background-color: #27737b;
    }


    .zhuxingjieguo2 .wrap .right .slider .progress .box  .info{
        position: absolute;
        width: 0.88rem;
        right: -1.08rem;
        top: 0;
    }
    .zhuxingjieguo2 .wrap .right .slider .progress .box  .info .num{
        font-size: 0.3rem;
        line-height: 0.3rem;
        font-weight: 600;
    }

    
    
   
/* } */



/* 竖屏,尺寸可单独调整 */
@media screen and (orientation:portrait) {
    .zhuxingjieguo2 .wrap{
        flex-direction: column;
    }
    .zhuxingjieguo2 .wrap .right{
        display: flex;
        align-items: center;
        flex-direction: column;
    }

}