@media screen and (min-width:960px) {

    .query{
        width: 14.4rem;
        margin: auto;
        margin-top: 0.6rem;

    }
    .query div{
        height: 1.4rem;
        line-height: 1.4rem;
        font-size: 0.45rem;
        text-align: center;
        font-weight: 600;
        letter-spacing: 0.02rem;
        background: url(/img/html5_join/pinpai/query.png)no-repeat;
        background-position: 50% 70%;
        /* background-size: contain; */
    }
    .query div span{
        font-size: 0.45rem;
        color: #d20001;
    }
    .query>ul{
        /* border: solid 1px red; */
        width: 14.4rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .query ul li{
        width: 3.5rem;
        height: 2.1rem;
  
    }
    .query li:nth-of-type(n+5){
        width: 4.7rem;
        height: 2.1rem;
        margin-top: 0.15rem;
    }
    .query ul li img{
        width: 100%;
    }
    .query-detail{


        margin-top: 0.15rem;
        height: 2.95rem;
        background: url(/img/html5_join/pinpai/query-bg.png) no-repeat;
        padding-top: 0.05rem;
        box-sizing: border-box;
        background-size: contain;
    }
    .query-detail>p{
        height: 0.4rem;
        line-height: 0.4rem;
        text-align: center;
        font-weight: bold;
    }
    .query-detail>p:nth-of-type(1){
        margin-top: 0.2rem;
    }
    .query-detail>p:nth-of-type(1),
    .query-detail>p:nth-of-type(2){
        font-size: 0.2rem;
     
        
    }
    .query-detail>p>span{
        color: #d10000;
        font-size: 0.2rem;
    }
    .query-detail>p:nth-of-type(3){
        font-size: 0.38rem;
        color: #d10000;
        text-align: center;
        margin-top: 0.3rem;
        
    }
    .query-detail>p:nth-of-type(4){
        /* border: solid 0.01rem black; */
        height: 0.34rem;
        margin-top: 0.1rem;
        margin-bottom: 0.1rem;
        display: flex;
        justify-content: center;
    }
    .query-detail>p:nth-of-type(5){
 
        text-align: center;
        width: 4.2rem;
        background:#d10000;
        height: 0.5rem;
        line-height: 0.5rem;
        border-radius: 0.3rem;
        margin: auto;
    }
    .query-detail>p:nth-of-type(5)>a{

        display: block;
        width: 100%;
        height: 0.5rem;
        font-size: 0.2rem;
        color: #fff;
     

    }


    
}

@media screen and (max-width:960px) {

    .query{
        width: 3.75rem;
       
        margin: auto;
        box-sizing: border-box;
        padding-left: 0.1rem;
        padding-right: 0.1rem;
        margin-top: 0.3rem;

    }
    .query div{
        height: 0.7rem;
        line-height: 0.7rem;
        font-size: 0.25rem;
        text-align: center;
        font-weight: 600;
        letter-spacing: 0.01rem;
        background: url(/img/html5_join/pinpai/query.png)no-repeat;
        background-position: 50% 80%;
        background-size: 3.5rem;
    }
    .query div span{
        font-size: 0.25rem;
        color: #d20001;
    }
    .query>ul{
        /* border: solid 1px red; */
        width: 3.55rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .query ul li{
        width: 1.75rem;
        height: 1rem;
  
    }
    .query li{
        width: 1.75rem;
        height: 1rem;
        margin-top: 0.075rem;
    }
    .query li:nth-last-of-type(1){
        width: 3.55rem;
        height: auto;
    }
    .query ul li img{
        width: 100%;
        height: 100%;
    }

    .query-detail{
        margin-top: 0.075rem;
        height: 1.5rem;
        background: url(/img/html5_join/pinpai/m-query-bg.png)no-repeat;
        /* border: solid 0.01rem red; */
        padding-top: 0.05rem;
        box-sizing: border-box;
        padding-left: 0.05rem;
        padding-right: 0.05rem;
   
    }
    .query-detail>p{
      
        text-align: center;
        font-weight: bold;
        line-height: 2em;
    }

    .query-detail>p:nth-of-type(1),
    .query-detail>p:nth-of-type(2){
        font-size: 0.1rem;
     
        
    }
    .query-detail>p>span{
        color: #d10000;
        font-size: 0.1rem;
    }
    .query-detail>p:nth-of-type(3){


        font-size: 0.2rem;
        color: #d10000;
        text-align: center;
        line-height: initial;
        
    }
    .query-detail>p:nth-of-type(4){
        /* border: solid 0.01rem black; */
        height: 0.15rem;

        margin-bottom: 0.05rem;
        display: flex;
        justify-content: center;
    }
    .query-detail>p:nth-of-type(4) img{
        height: 0.18rem;
    }
    .query-detail>p:nth-of-type(5){
 
        text-align: center;
        width:2rem;
        background:#d10000;
        height: 0.25rem;
        line-height: 0.25rem;
        border-radius: 0.15rem;
        margin: auto;
        margin-top: 0.1rem;
    }
    .query-detail>p:nth-of-type(5)>a{

        display: block;
        width: 100%;
        height: 0.25rem;
        font-size: 0.1rem;
        color: #fff;
     

    }

    
}