.lazy-optimize-load {
    opacity: 0; /* 默认隐藏图片 */
    transition: opacity 0.3s;
    max-width: 100%;
    height: auto;
}

.lazy-optimize-view {
    opacity: 0; /* 默认隐藏图片 */
    transition: opacity 0.3s;
    max-width: 100%;
    height: auto;
}


.tz_lk:hover {
    cursor: pointer;
    text-decoration: underline !important;
}

@media (max-width:768px) {
    .kuang a img{
        display: block;
        width: 100%;
    }
    .indp1 .showBox2 .imgBox, .indp1 .showBox2 .imgBox img {
        width: 100%;
        display: inline;
    }
    .sub_child .fa {
    	padding-left: 0px !important;
    }
    #homebannerSwiper .bTit_cc h2, #homebannerSwiper .bTit_cc h3 {
        font-size: 20px !important;
    }
    .ui-homebanner .bTit_cc h2, .ui-homebanner .bTit_cc h2 span {
        font-size: 20px !important;
    }
    #homebannerSwiper .bTit_cc h1 {
        font-size: 20px !important;
    }
}
.downImg {
    display: block;
    background-image: url("https://datasave.qsfptek.com/oss_static/img/greyDownload.png");
    background-repeat: no-repeat;
    background-position: center right;
    width: 56px;
    height: 54px;
    aspect-ratio: 28 / 27;
    transform: scale(0.62);
}