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

    .index-model-form{
        overflow: hidden;
        height: 1.2rem;
        width: 100%;
        background-color: #7f7f7f;
        /* margin-top: 0.2rem; */
    }

    .index-model-container{
        width: 14.4rem;
        margin: auto;
        height: 0.9rem;
        /* background-color: red; */
        margin-top: 0.15rem;
        display: flex;
        justify-content: space-between;
    }
    .index-model-container ul{
        width: 10.53rem;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .index-model-container img{
        width: 3.05rem;
        height: 100%;

    }
    .index-model-container ul li{
     
        width: 2.4rem;
        height: 0.4rem;
        margin-left: 0.28rem;
        background-color: #fff;
        border-radius: 0.08rem;
        display: flex;
        overflow: hidden;
        border: solid 0.01rem rgba(0,0,0,0);
        box-sizing: border-box;
    }
    .index-model-container ul li:nth-of-type(1),
    .index-model-container ul li:nth-of-type(5){
        margin-left: 0;
    }
    .index-model-container ul li label{
        display: block;
        width: 0.6rem;
        /* border: solid 0.01rem red; */
        height: 0.4rem;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        font-size: 0.14rem;
        line-height: 0.4rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
   

    }
    input::placeholder{
        color: #A3A3A3;
    }
    .index-model-container ul li input,
    .index-model-container ul li select{
        width: 1.4rem;
        font-size: 0.12rem;
        box-sizing: border-box;
        padding-right: 0.1rem;
    }

    .index-model-container ul li select{
        color:#A3A3A3 ;
        border: none;
    }
    .index-model-container ul li label span{
        font-size: 0.14rem;
        color: #333;
    }
    
    .index-model-container ul li:nth-last-of-type(2){
        background:initial;
    }
    .index-model-container ul li:nth-last-of-type(1){
        background:initial;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 8rem;
    }
    .index-model-container ul li:nth-last-of-type(1) a{
        font-size:0.12rem ;
        text-decoration: underline;
        color: #fff;
       
    }
    .index-model-container ul li:nth-last-of-type(2) button{
        width: 2.4rem;
        border-radius: 0.2rem;
        background-color: #D80000;
        color: #fff;
        font-size: 0.16rem;
        font-weight: bold;
        text-align: center;
        border: none;
    }

}

@media screen and (max-width:960px) {
    .index-model-form{
        display: none;
    }
}