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%;
}

/* 横屏 */
/* @media screen and (orientation:landscape){ */
    .tiku_fenshu{
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        font-size: 0.24rem;
        /* 整个页面字体 */
        font-family: 'Microsoft YaHei';
        background-color: #dc2300;
        /*背景图片设置以下两个属性*/
        background: url("../images/bj_ti.jpg") no-repeat 0 0;
        background-size: 18.2rem 100%;
        /* overflow: auto; */
        position: relative;
        display: block;
    }
    .tiku_fenshu .container{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .tiku_fenshu .header{
        background: url("../images/top_ti.png") no-repeat 0 0;
        background-size: 100% 100%;
        height: 1.82rem;
        overflow: hidden;
    }
    /* 人人讲安全 个人会应急 */
    .tiku_fenshu .header .title{
        width: 100%;
        line-height:0.34rem ;
        text-align: center;
        /* 字体大小 */
        font-size: 0.34rem;
        /* 字体演示 */
        color: #000000;
        /* 距离顶部 */
        margin-top: 0.44rem;
    }
    .tiku_fenshu  .wrap .btn_title{
        width: 100%;
        height:0.72rem;
        display: flex;
        align-items: center;
        justify-content: end;
       
     }
     /* 第九届安全伴我行安全文艺创作比赛 */
     .tiku_fenshu  .wrap .btn_title .info{
         width: 1.18rem;
         height: 0.42rem;
         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;
         /* 距离底部部 */
         margin-top: 0.1rem;
          /* 距离底部部 */
          margin-bottom: 0.2rem;
         /* 距离右边 */
         margin-right: 0.2rem; 
         /* 字体大小 */
         font-size: 0.26rem;
         /* 字体颜色 */
         color: #fff;
          
        
     }

     .tiku_fenshu  .wrap .btn_title .info.btn1{
        background: url(../images/button_all_1B.png) no-repeat center;
        background-size: 100% 100%;

    }
     
    .tiku_fenshu .header .info{
        width: 100%;
        line-height:0.32rem ;
        text-align: center;
        /* 字体大小 */
        font-size: 0.34rem;
        /* 字体演示 */
        color: #f00b0b;
        /* 距离顶部 */
        margin-top: 0.34rem;
    }
    .tiku_fenshu .wrap{
        flex: 1;
        width: 100%;
        height: 100%;
        overflow-y: auto;
       
    }
   
    .tiku_fenshu .wrap .content{
        padding-left: 1.54rem;
        padding-right: 1.54rem;
        /* padding-left: 0.4rem; */
        /* padding-right: 0.4rem; */
        margin-top: 0.2rem;
        margin-bottom: 0.4rem;
        display: flex;
    }

    .tiku_fenshu .list{
        /* margin: 0 0.4rem;  */
        width: 100%;
    }

    .tiku_fenshu .box{
        width: 100%;
        /* height: 100%; */
        margin:  0 auto;
        display: table;
        /* overflow-y: auto; */
        box-sizing: border-box;
        
    }

    .tiku_fenshu .box .row{
        display: table-row;
    }
     /* 名此,分数,代表,编号样式 */
    .tiku_fenshu .box .row .tds{
        height: 0.51rem;
        display: table-cell;
        text-align: center;
        vertical-align:middle;
    }
    .tiku_fenshu .box .row .tds .text{
        /* 表格内部间距 0.1 上下  0.08 左右 */
        margin: 0.1rem 0.3rem;
        background-color: #fff;
         /* 字体大小 */
         font-size: 0.26rem;
         line-height: 0.5rem;
    }

    .tiku_fenshu .box .row .tds .text.bc9fa0a0{
        background-color: #9fa0a0;
    }
    .tiku_fenshu .box .row .tds.index{
        width: 1.2rem;
        margin-right: 0.65rem;
    }
    .tiku_fenshu .box .row .tds.fenshu{
        width: 2.16rem;
        margin-right: 0.75rem;
    }
    .tiku_fenshu .box .row .tds.daibiao{
        width: 3.1rem;
        margin-right: 0.7rem;
    }
    .tiku_fenshu .box .row .tds.paiming{
        width: 1.2rem;
        
    }
   
/* } */



/* 竖屏,尺寸可单独调整 */
@media screen and (orientation:portrait) {
    .tiku_fenshu .wrap .content{
      
        padding-left: 0.5rem;
        padding-right: 0.5rem;
      
    }
    .tiku_fenshu .box .row .tds .text{
        /* 表格内部间距 0.1 上下  0.08 左右 */
        margin: 0.1rem 0.2rem;
        background-color: #fff;
         /* 字体大小 */
         font-size: 0.26rem;
         line-height: 0.5rem;
    }

}