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){ */

    .zhuxingjieguo1{
        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;
    }
    .zhuxingjieguo1 .container{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        overflow-y: auto;
    }
    
    .zhuxingjieguo1 .header{
        background: url("../images/top_ks.png") no-repeat 0 0;
        background-size: 12.8rem 100%;
        height: 1.8rem;
        overflow: hidden;
    }
    .zhuxingjieguo1 .header .title{
        width: 100%;
        line-height:0.34rem ;
        text-align: center;
        /* 字体大小 */
        font-size: 0.34rem;
        /* 字体演示 */
        color: #000000;
        /* 距离顶部 */
        margin-top: 0.44rem;
    }
    .zhuxingjieguo1 .header .info{
        width: 100%;
        line-height:0.32rem ;
        text-align: center;
        /* 字体大小 */
        font-size: 0.32rem;
        /* 字体演示 */
        color: #f00b0b;
        /* 距离顶部 */
        margin-top: 0.34rem;
        position: relative;
    }
   
   
    .zhuxingjieguo1 .wrap{
        flex: 1;
        width: 100%;
        height: 100%;
        /* display: flex;
        flex-direction: column;
        align-items: center; */
        overflow-y: auto;
        /* transform:  rotateZ(3deg); */
    }

    .zhuxingjieguo1 .wrap .list{
        display: flex;
        padding-top:1rem;
        padding-left: 0.9rem;
        padding-right: 0.5rem;
        flex-wrap: wrap;
        padding-bottom: 0.5rem;

    }
    .zhuxingjieguo1 .wrap .list .slider{
        width: 0.8rem;
        height: 4rem;
        margin: 0 0.38rem;
        flex-shrink: 0;
        margin-bottom: 0.6rem;

        
    }
    .zhuxingjieguo1 .wrap .list .slider .top{
        width: 100%;
        height: 3.64rem;
        position: relative;
        
    }
    .zhuxingjieguo1 .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;
       
    }
    .zhuxingjieguo1 .wrap .list .slider .top .info .num{
        padding: 0.02rem 0;
    }

    .zhuxingjieguo1 .wrap .list .slider .top .progress{
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        display: flex;
        /* transition: all 0.5s; */
        
    }
    .zhuxingjieguo1 .wrap .list .slider .top .progress .cube{
        flex: 1;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        transform: rotateZ(3.8deg);
        
    }


    .zhuxingjieguo1 .wrap .list .slider .bottom{
        position: relative;
        width: 100%;
        height: 0.4rem;
    }
    .zhuxingjieguo1 .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;
    }
    .zhuxingjieguo1 .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;
        margin-top: 0.05rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }


   
    .zhuxingjieguo1 .wrap .list .slider .top .progress .cube .cube-container {
        width: 100%;
        height: 100%;
        transform-style: preserve-3d;
        transform: rotateY(75deg) rotateZ(-15deg); /* 绕Y轴旋转45度 */
      }

      .zhuxingjieguo1 .wrap .list .slider .top .progress .cube .face {
        position: absolute;
      }
       
      .zhuxingjieguo1 .wrap .list .slider .top .progress .cube .face-front {
        width: 100%;
        height: 100%;
        background:linear-gradient(#036568,#00332f);
        /* background:#55a5a5; */
        transform: translateZ(0.4rem);
        background-color:#035d5f;
        
      }
       
      .zhuxingjieguo1 .wrap .list .slider .top .progress .cube .face-back {
        width: 100%;
        height: 100%;
        background:linear-gradient(#70bfbe,#035d5f);
        transform: translateZ(-0.4rem) rotateY(180deg);
        background-color:#70bfbe;
        
      }
       
      .zhuxingjieguo1 .wrap .list .slider .top .progress .cube .face-right {
        width: 100%;
        height: 100%;
        background:linear-gradient(#70bfbe,#035d5f);
        transform: translateX(0.4rem) rotateY(90deg);
        background-color:#035d5f;
        
      }
       
      .zhuxingjieguo1 .wrap .list .slider .top .progress .cube .face-left {
        width: 100%;
        height: 100%;
        background:linear-gradient(#70bfbe,#035d5f);
        background-color:#035d5f;
        transform: translateX(-0.4rem) rotateY(-90deg);

       
      }
       
      .zhuxingjieguo1 .wrap .list .slider .top .progress .cube  .face-top {
        width: 100%;
        height: 0.8rem;
        background:linear-gradient(#70bfbe,#328989);
        transform: translateY(-0.4rem) rotateX(90deg);
        background-color:#70bfbe;
        
      }
       
      .zhuxingjieguo1 .wrap .list .slider .top .progress .cube .face-bottom {
        width: 100%;
        height: 80px;
        background: #55a5a5;
        display: none;
        transform: translateY(0px) rotateX(-90deg);
      }
    
   
/* } */



/* 竖屏,尺寸可单独调整 */
@media screen and (orientation:portrait) {
    .zhuxingjieguo1 .wrap .list .slider{
        zoom: 0.7;
    }
}