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){ */
    /* 页面背景 */
    .tiku_shiti{
        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_shiti .container{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .tiku_shiti .header{
        background: url("../images/top_ti.png") no-repeat 0 0;
        background-size: 100% 100%;
        height: 1.42rem;
       
        overflow: hidden;
    }
    /* 人人讲安全 个人会应急 */
    .tiku_shiti .header .title{
        width: 100%;
        line-height:0.34rem ;
        text-align: center;
        /* 字体大小 */
        font-size: 0.34rem;
        /* 字体演示 */
        color: #000000;
        /* 距离顶部 */
        margin-top: 0.26rem;
    }
    /* 第九届安全伴我行安全文艺创作比赛 */
    .tiku_shiti .header .info{
        width: 100%;
        line-height:0.37rem ;
        text-align: center;
        /* 字体大小 */
        font-size: 0.37rem;
        /* 字体演示 */
        color: #f00b0b;
        /* 距离顶部 */
        margin-top: 0.23rem;
        position: relative;
        /* display: flex; */
        /* justify-content: center; */
    }
    .tiku_shiti .header .info .type{
        position: absolute;
        left: 0.95rem;
        /* 字体颜色 */
        color: #000000;
        /* 字体大小 */
        font-size: 0.25rem;
        line-height: 0.37rem;
        font-weight: 600;
        flex: 1;
    }
    .tiku_shiti .header .info .text{
        /* width: 50%; */
        /* flex-shrink: 0; */
        /* width: 6.73rem; */
        /* overflow: hidden; */
    }
    .tiku_shiti .header .info .countdown-box{
        width: 2.43rem;
        position: relative;
        margin-left: 0.4rem;
        height: 0.37rem;
        flex: 1;
    }
    .tiku_shiti .header .info .countdown{
        position: absolute;
        bottom: 0;
        right: 0.32rem;
        width: 2.43rem;
        height: 0.98rem;
        display:flex;
        align-items: center;
        justify-content: center;
        background: url(../images/countdown_bg.png) no-repeat 0 0;
        background-size: 2.43rem 0.94rem;
        font-size: 0.6rem;
        color: #fff;
    }
    .tiku_shiti .wrap{
        flex: 1;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        display: flex;
        padding-top: 0.22rem;
        /* margin-bottom: 0.63rem; */
        /* padding-bottom: 1rem; */
    }
   
    .tiku_shiti .wrap .left{
        width: 0.95rem;
        height: 5rem;
        /* background-color: red; */
    }
    .tiku_shiti .wrap .left .btn{
        width: 0.95rem;
        height: 0.42rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url(../images/button_all_1A.png) no-repeat center;
        background-size: 100% 100%;
        font-size: 0.26rem;
        font-weight: 600;
        color: #fff;
        margin-bottom: 0.14rem;
    }
    .tiku_shiti .wrap .right{
        flex: 1;
        width: 100%;
        padding-left:0.1rem ;
        padding-right: 0.85rem;
        box-sizing: border-box;
        
    }
    /* 标题 */
    .tiku_shiti .wrap .right .title{
        /* 标题字体大小 */
        font-size: 0.25rem;
        /* 标题行高 */
        line-height: 0.32rem;
        /* 标题样式 */
        color: #000;
    }
    /* 答题选项 */
    .tiku_shiti .wrap .right .option{
        /* 字体大小 */
        font-size: 0.25rem;
        line-height: 0.32rem;
        /* 字体样式 */
        color: #000;
        /* 距离顶部 */
        margin-top: 0.16rem;
    }
    .tiku_shiti .wrap .right .answer{
        /* 答案字体大小 */
        font-size: 0.25rem;
        line-height: 0.25rem;
        /* 答案颜色 */
        color: #e53939;
        /* 答案顶部距离 */
        margin-top: 0.35rem;
        font-weight: 600;
    }
    .tiku_shiti .wrap .right .p{
        width: 1rem;
        height: 0.6rem;
    }

    .tiku_shiti .dtq_down{
        position: absolute;
        width: 100%;
        height: 0.43rem;
        bottom: 0;
        left: 0;
        background: url(../images/dtq_down.png) no-repeat center;
        background-size: 100% 100%;
        opacity: 0.5;
    }
    .tiku_shiti .dtq_top{
        position: absolute;
        width: 100%;
        height: 3.53rem;
        bottom: 0;
        left: 0;
    }
    .tiku_shiti .dtq_top .layer{
        content: "";
        position: absolute;
        width: 100%;
        height: 3.53rem;
        bottom: 0;
        left: 0;
        background: url(../images/dtq_top.png) no-repeat center;
        background-size: 100% 100%;
        opacity: 0.5;
        
    }
    .tiku_shiti .dtq_top .closed{
        position: absolute;
        right: 0;
        top: 0;
        width: 0.8rem;
        height: 0.5rem;
        z-index: 99;
    }
    .tiku_shiti .dtq_top .content{
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
     /* 抢答结果 */
    .tiku_shiti .dtq_top .qiangda_result{
        width: 100%;
        height: 100%;
        position: relative;
    }

    .tiku_shiti .dtq_top .qiangda_result .pic{
        width: 2.58rem;
        height: 2.62rem;
        margin: 0 auto;
        margin-top: 0.2rem;
    }
   
    .tiku_shiti .dtq_top .qiangda_result .btn0{
        background: url(../images/button_qd_0.png) no-repeat 0 0;
        background-size: 2.58rem auto;
    }
    .tiku_shiti .dtq_top .qiangda_result .btn1{
        background: url(../images/button_qd_1.png) no-repeat 0 0;
        background-size: 2.58rem auto;
    }
    .tiku_shiti .dtq_top .qiangda_result .btn2{
        background: url(../images/button_qd_2.png) no-repeat 0 0;
        background-size: 2.58rem auto;
    }
    .tiku_shiti .dtq_top .qiangda_result .btn3{
        background: url(../images/button_qd_3.png) no-repeat 0 0;
        background-size: 2.58rem auto;
    }
    .tiku_shiti .dtq_top .qiangda_result .info{
        text-align: center;
        font-size: 0.18rem;
        line-height: 0.18rem;
        margin-top: 0.1rem;
    }
    .tiku_shiti .dtq_top .qiangda_result .info .ce31010{
        color: #e31010;
    }

    /* 客观题 */
    .tiku_shiti .dtq_top .keguan_tj{
        width: 100%;
        height: 100%;
        position: relative;
    }
    .tiku_shiti .dtq_top .keguan_tj .list{
        padding-left: 0.95rem;
        padding-top: 0.9rem;
        padding-right: 1.25rem;
        width: 100%;
        box-sizing: border-box;
        display: flex;
    }
    .tiku_shiti .dtq_top .keguan_tj .list .slider{
        width: 0.9rem;
        height: 0.5rem;
        background: url(../images/button_ABCD_1A.png) no-repeat center;
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #000000;
        margin-right: 0.26rem;
    }
    .tiku_shiti .dtq_top .keguan_tj .list .slider.btn_B{
        background: url(../images/button_ABCD_1B.png) no-repeat center;
        background-size: 100% 100%;
    }
    /* 已提交 */
    .tiku_shiti .dtq_top .keguan_tj .button_tips{
        position: absolute;
        width: 0.94rem;
        height: 0.36rem;
        right: 0.32rem;
        top: 2.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000000;
        font-size: 0.18rem;
    }
     /* 提交 */
     .tiku_shiti .dtq_top .keguan_tj .button_submit{
        position: absolute;
        width: 0.94rem;
        height: 0.36rem;
        right: 0.32rem;
        top: 2.56rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 600;
        font-size: 0.22rem;
        background: url(../images/button_all_1A.png) no-repeat center;
        background-size: 100% 100%;
    }

    /* 主观题 */
    .tiku_shiti .dtq_top .zhuguan_tj{
        width: 100%;
        height: 100%;
        position: relative;
    }
    .tiku_shiti .dtq_top .zhuguan_tj .list{
        padding-left: 0.95rem;
        padding-top: 0.2rem;
        padding-right: 0.8rem;
        width: 100%;
        height: 1.9rem;
        box-sizing: border-box;
        display: flex;
    }
    /* 弹窗滑动内容 */
    .tiku_shiti .dtq_top .zhuguan_tj .list textarea{
        width: 100%;
        height: 100%;
        text-align: left;
        padding: 0.1rem 0.2rem;
        box-sizing: border-box;
        /* 输入框大小 */
        font-size: 0.3rem;
        line-height: 0.4rem;
    }
  
    /* 已提交 */
    .tiku_shiti .dtq_top .zhuguan_tj .button_tips{
        position: absolute;
        width: 0.94rem;
        height: 0.36rem;
        right: 0.32rem;
        top: 2.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000000;
        font-size: 0.18rem;
    }
     /* 提交 */
     .tiku_shiti .dtq_top .zhuguan_tj .button_submit{
        position: absolute;
        width: 0.94rem;
        height: 0.36rem;
        right: 0.32rem;
        top: 2.56rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 600;
        font-size: 0.22rem;
        background: url(../images/button_all_1A.png) no-repeat center;
        background-size: 100% 100%;
    }



    .tiku_shiti .dialog{
        width: 8.66rem;
        height: 5.4rem;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -4.33rem;
        margin-top: -2.7rem;
        overflow: hidden;
    }
    .tiku_shiti .dialog .box{
        width: 100%;
        height: 100%;
    }
    .tiku_shiti .dialog .dialog_pic_content{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
    }
    .tiku_shiti .dialog .mask{
        position: absolute;
        width: 100%;
        height: 50%;
        z-index: 99;

    }
    .tiku_shiti .dialog .box img{
        width: 100%;
    }
    .tiku_shiti .dialog .closed{
        position: absolute;
        width: 0.6rem;
        height: 0.6rem;
        display: flex;
        right: 0;
        top: 0;
        align-items: center;
        justify-content: center;
        font-size: 0.3rem;
        color: #fff;
        z-index: 999;
    }

    .tiku_shiti .dialog-swiper-button-next{
        position: absolute;
        width: 0.8rem;
        height: 0.8rem;
        bottom: 0.2rem;
        right: 0.2rem;
        background-color: red;
        z-index: 9999;
        background: url(../images/button_next.jpg) no-repeat  center;
        background-size: 100% 100%;

    }
    .tiku_shiti .dialog-swiper-button-prev{
        position: absolute;
        width: 0.8rem;
        height: 0.8rem;
        bottom: 0.2rem;
        right: 1.1rem;
        background-color: red;
        z-index: 9999;
        background: url(../images/button_prev.gif) no-repeat  center;
        background-size: 100% 100%;

    }

    
   
/* } */



/* 竖屏,尺寸可单独调整 */
@media screen and (orientation:portrait) {
    .tiku_shiti{
        /*背景图片设置以下两个属性*/
        background: url("../images/bj_ti.jpg") no-repeat 0 0;
        background-size: 18.2rem 100%;
    }
    .tiku_shiti .dialog{
        zoom: 0.8;
    }
    .tiku_shiti .header{
        zoom: 0.72;
    }
}