@charset "UTF-8";




body{
    background: url("../img/shopBg.png");
    -webkit-background-size: cover;
    background-size: cover;
}


.question{
    width: 1200px;
    margin: 50px auto;
    overflow: hidden;
    background-color: #fff;
    padding: 35px 30px;
}
.question>div{
    border: 1px solid #E0E0E0;
}
.question>div .paperH{
    width: 90%;
    margin: 65px auto 68px;
    text-align: center;
}
.question>div .paperH img{
    display: block;
    width: 190px;
    margin: 0 auto;
}
.question>div .paperH h2{
    /*font-size: 36px;*/
    margin: 17px auto 13px;
    color: #000;
}
.question>div .paperH p:nth-child(3){
    position: relative;
    z-index: 100;
    color: #595757;
    /*font-size: 18px;*/
}
.question>div .paperH p:nth-child(3)::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    top: 50%;
    left: 0;
    z-index: -2;
}
.question>div .paperH p:nth-child(3)::after{
    content: '';
    position: absolute;
    width: 300px;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 50%;
    margin-left: -150px;
    z-index: -1;
}
.question>div .paperH p:last-child{
    color: #C0C0C0;
    font-size: 14px;
}


.question>div .subject{
    width: 90%;
    margin: 0 auto;
}
.question>div .subject .category{
    margin-bottom: 50px;
}
.question>div .subject .category .caHead{
    padding-bottom: 10px;
}
.question>div .subject .category .caHead p{
    /*font-size: 18px;*/
}
.question>div .subject .category .caContain ul{
    /*overflow: hidden;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap;
}
.question>div .subject .category .caContain ul li{
    /*float: left;*/
    /*width: 33.33%;*/
    display: flex;
    align-items: center;
    margin: 20px 25px 0 0;
    color: #9FA0A0;
    cursor: pointer;
    position: relative;
}
.question>div .subject .category .caContain ul li.active{
    color: #262626;
}
.question>div .subject .category .caContain ul li span{
    margin-left: 8px;
}
.question>div .subject .category .caContain ul li input{
    position: absolute;
    top: 0;
    left: 0;
    z-index:-1;
    opacity:0;
}

.question>div button{
    display: block;
    width: 90%;
    margin: 0 auto 50px;
    background-color: #b01f23;
    color: #fff;
    height: 50px;
    line-height: 50px;
    /*font-size: 18px;*/
    cursor: pointer;
    border: none;
}




/*媒体查询 -------------------- 媒体查询 -------------------- 媒体查询 -------------------- 媒体查询 --------------------*/
@media screen and (max-width: 1280px) {
    .question{width: 980px;}
    .question>div .paperH img{
        width: 150px;
    }
    .question>div .paperH h2{
        margin: 10px auto 6px;
    }
    .question>div .paperH p:last-child{
        font-size: 13px;
    }
    .question>div .subject .category .caContain ul li{
        margin: 15px 25px 0 0;
    }
    .question>div .subject .category{
        margin-bottom: 40px;
    }
    .question>div button{
        height: 45px;
        line-height: 45px;
    }
}
@media screen and (max-width: 1080px) {
    .question{width: 780px;}
    .question>div .paperH img{
        width: 120px;
    }
    .question>div .paperH h2{
        margin: 8px auto 5px;
    }
    .question>div .paperH p:last-child{
        font-size: 12px;
    }
    .question>div .subject .category .caContain ul li{
        margin: 12px 20px 0 0;
    }
    .question>div .subject .category{
        margin-bottom: 35px;
    }
    .question>div .subject .category .caHead{
        padding-bottom: 6px;
    }
    .question>div button{
        height: 40px;
        line-height: 40px;
    }
}
@media screen and (max-width: 800px) {
    .question {
        width: 550px;
    }
    .question>div .paperH h2{
        margin: 6px auto 4px;
    }
    .question>div .paperH p:last-child{
        font-size: 11px;
    }
}
@media screen and (max-width: 440px) {
    .question{
        width: 85%;
        margin: 0.5rem auto;
        padding: 0.35rem 0.3rem;
    }
    .question>div .paperH{
        margin: 0.65rem auto 0.68rem;
    }
    .question>div .paperH img{
        width: 1.9rem;
    }
    .question>div .paperH h2{
        margin: 0.17rem auto 0.13rem;
    }
    .question>div .paperH p:nth-child(3)::before{
        width: 100%;
        top: 50%;
        left: 0;
    }
    .question>div .paperH p:nth-child(3)::after{
        width: 3rem;
        height: 100%;
        top: 0;
        left: 50%;
        margin-left: -1.5rem;
    }
    .question>div .paperH p:last-child{
        font-size: 0.17rem;
    }


    .question>div .subject{
        width: 90%;
    }
    .question>div .subject .category{
        margin-bottom: 0.5rem;
    }
    .question>div .subject .category .caHead{
        padding-bottom: 0;
    }
    .question>div .subject .category .caHead p{
        font-size: 0.23rem;
    }
    .question>div .subject .category .caContain ul li{
        margin: 0.2rem 0.25rem 0 0;
    }
    .question>div .subject .category .caContain ul li>img{
        width: 0.21rem;
        height: 0.21rem;
    }
    .question>div .subject .category .caContain ul li span{
        margin-left: 0.08rem;
    }

    .question>div button{
        width: 90%;
        margin: 0 auto 0.5rem;
        height: 0.55rem;
        line-height: 0.55rem;
        font-size: 0.23rem;
    }
}