.query_mine .query_list {

    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.query_mine .query_list .programme {

    width: 33%;
}

.query_mine .query_list .programme .q_im_1 {
    max-height: 240px;
    height: 240px;
    display: flex;
    justify-content: center;
    max-height: 240px;
    height: 240px;
}

.query_mine .query_list .programme .q_im_1 img {

    width: 100%;
    object-fit: contain;
    height: 100%;
}

.query_mine .query_list .programme .q_im_2 {
    width: 145px;
    height: 126px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    margin-top: 2vw;
}

.query_mine .query_list .programme .q_im_3 {

    text-align: center;
}

.query_mine .query_list .programme .q_im_3 p:nth-child(1) {
    letter-spacing: 0px;
    color: #333333;
    font-weight: bold;
    margin-top: 1.6vw;
    line-height: 1;
}

.query_mine .query_list .programme .q_im_3 p:nth-child(2) {
    letter-spacing: 0px;
    color: #555555;
    font-weight: 500;
    margin-top: 14px;
}

.query_mine .query_list .programme .q_im_2 img {


    width: 100%;
    height: 100%;
    object-fit: cover;
}

.query_mine .query_list .programme .q_im_2:after {
    content: '';
    width: 300%;
    /* 虚线的长度 */
    height: 2px;
    /* 虚线的高度 */
    background-image: linear-gradient(to right, #9fbdeb 50%, transparent 50%);
    /* 控制虚线的长度 */
    background-size: 30px 100%;
    /* 控制虚线的间隔大小 */
    position: absolute;
    left: 10%;
    top: 50%;
    display: block;
    z-index: -1;

}


.query_mine .query_list .programme .q_im_2::before {
    content: '';
    width: 18px;
    height: 19px;
    position: absolute;
    left: 185%;
    top: 44%;
    display: block;
    background: url(/static/cn/img/product/query_jt.png) no-repeat;
    background-size: cover;
    overflow: hidden;
    transform: translate(-50%, -50%);
    animation: quan1 2s linear 0s infinite;

}

.query_mine .query_list .programme:nth-child(2) .q_im_1 img {

    max-width: 335px;
}

.query_mine .query_list .programme:nth-child(3) .q_im_1 img {

    max-width: 338px;

}

.query_mine .query_list .programme:nth-child(3) .q_im_2:after {

    display: none;
}

.query_mine .query_list .programme:nth-child(3) .q_im_2::before {
    display: none;

}

.query_mine .query_list .programme:nth-child(1) .q_im_1 img {

    max-width: 170px;

}


@keyframes quan1 {

    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(10px);
    }
}

@media screen and (max-width: 1440px) {
    .query_mine .query_list .programme:nth-child(1) .q_im_1 img {

        max-width: 130px;
    }

    .query_mine .query_list .programme:nth-child(2) .q_im_1 img {

        max-width: 300px;
    }

    .query_mine .query_list .programme:nth-child(3) .q_im_1 img {

        max-width: 300px;
    }

    .query_mine .query_list .programme .q_im_2 {

        width: 125px;
        height: 106px;
    }
}

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

    .query_mine .query_list .programme .q_im_2::before {

        top: 43%;
    }

   
}

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

    .query_mine .query_list .programme .q_im_2:after {
        width: 280%;

    }

    .query_mine .query_list .programme .q_im_2::before {
        width: 15px;
        height: 16px;
        left: 150%;
    }

}

@media screen and (max-width: 768px) {
    .query_mine .query_list {

        flex-wrap: wrap;
    }
    
    .query_mine .query_list .programme .q_im_2::before {
        animation: unset;
            left: 45%;
    transform: rotate(90deg)translate(-50%, -50%);
    top: 195px;
    }
.query_mine .query_list .programme .q_im_2:after {
    
        width: 100%;
}
.query_mine .query_list .programme .q_im_2:after {
    
        left: 0%;
    top: 195px;
}
    .query_mine .query_list .programme {
    margin-bottom: 50px;
        width: 100%;
    }

  
    .query_mine {
        width: 90%;
    }

    .query_mine .query_list .programme .q_im_3 p:nth-child(1) {

        margin-top: 15px;
    }



    .query_mine .query_list .programme .q_im_2 {

        margin-top: 15px;
            width: 100%;
    height: 100%;
    /* margin: 0 auto; */
    display: flex;
    }
.query_mine .query_list .programme .q_im_2 img {
    
        object-fit: cover;
    width: 125px;
    height: 106px;
    margin: 0 auto;
}


    .query_mine .query_list .programme .q_im_1 {

    max-height: 100%;
    height: 100%;
    }

    .query_mine .query_list .programme:nth-child(2) .q_im_1 img {

        max-width: 100%;
    }

    .query_mine .query_list .programme:nth-child(3) .q_im_1 img {

        max-width: 100%;
    }
}
