﻿@media (max-width: 992px) {
    .header_all{
        display: none;
    }
    .banner .container{
        padding: 0;
    }
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}
.question{
    width: 100%;
}
.question .container{
    padding-bottom: 50px;
}
.question_t{
    width: 100%;
    padding-left: 172px;
}
.q_list{
    padding: 10px 0;
}
.q_list p{
    padding: 10px 0;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.ql{
    padding-left: 30px;
}
.ql label{
    width: 220px;
    height: 30px;
    float: left;
    padding-right: 15px;
}
.ql label input{
    width: 20px;
    padding: 8px 3px 0 0;
}
.ql label span{
    line-height: 30px;
    font-size: 12px;
    color: #666;
}

.question_b{
    padding: 10px 0;
    padding-left: 172px;
}
.question_b h2{
    padding: 10px 0;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.question_bb{
    padding-left: 30px;
}
.question_bb label{
    width: 220px;
    height: 30px;
    padding-right: 15px;
}
.question_bb label .tit{
    line-height: 30px;
    font-size: 12px;
    color: #666;
    width: 50px;
}
.question_bb label input{
    height: 26px;
    width: 150px;
    line-height: 26px;
    font-size: 12px;
    color: #666;
    border: 1px solid #adadad;
}
.question_bb label .warning{
    line-height: 30px;
    color: #F00;
    margin-left: 10px;
}
.btn{
    display: block;
    width: 250px;
    height: 60px;
    background: #ef0800;
    color: #FFF;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    margin: 40px auto 10px;
}
.btn:hover,.btn:focus,.btn.active{
    background: #ef0800;
    color: #FFF;
}
@media (max-width: 992px) {
    .question_t{
        width: 100%;
        padding-left: 0;
    }
    .question .container {
        padding-bottom: 0.5rem;
    }
    .question_b{
         width: 100%;
         padding-left: 0;
     }
    .question_bb label{
        display: inline-block;
        margin-top: 10px;
    }
    .btn {
        display: block;
        width: 70%;
        height: 0.8rem;
        background: #ef0800;
        color: #FFF;
        line-height: 0.8rem;
        font-size: 0.3rem;
        text-align: center;
        margin: 0.4rem auto 0.1rem;
    }
}