@media screen and (max-width: 768px) {
    .kj-bg1 {
        height: 150px;
    }
    .kj-skip {
        background-color: #fff;
        border: 0px solid #fff;
    }
    .kj-skip .navbar-brand>img {
        display: block;
        height: 30px;
    }
    .kj-product-now-content {
        padding-bottom: 10px;
    }
    .kj-product-now-content ul li {
        font-size: 14px;
        line-height: 25px;
    }
    .kj-skip.kj-skip .kj-navbar ul li a {
        padding: 0px 30px;
        font-size: 14px;
        color: #2974ba;
    }
    .kj-thumbnail {
        height: 200px;
    }
    .kj-thumbnail .caption h3 {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 16px;
    }
    .kj-thumbnail img {
        margin-top: 15px;
        height: 50px;
    }
    .kj-pick-avantage-content {
        padding: 50px 0;
    }
    .kj-cum-left {
        height: 125px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .kj-product-now-header {
        padding-top: 20px;
    }
    .kj-product-now-header h2 {
        font-size: 16px;
    }
    .kj-product-now-header h2 span {
        position: absolute;
        display: inline-block;
        width: 45px;
        height: 3px;
        background-color: #2974ba;
        bottom: -30px;
        left: 32%;
    }
    .kj-product-now-content ul {
        padding-top: 40px;
        padding-left: 20px;
    }
    .kj-trust-header h3 {
        width: 20%;
    }
    .kj-search-show {
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .kj-pro-show-header h2 span {
        left: 17%;
    }
    .kj-pro-show .swiper-container {
        width: 100%;
        height: 58vh;
    }
    .kj-pro-show .swiper-container .swiper-button-next,
    .kj-pro-show .swiper-container .swiper-button-prev {
        height: 18px;
    }
    .kj-trust-header h2 span {
        left: 41%;
    }
    .kj-coopration h1 {
        font-size: 24px;
    }
    .kj-cas-ad-content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 55px 0 70px;
    }
    .kj-coopration {
        padding-top: 30px;
        text-align: center;
    }
    .kj-coopration h1:first-of-type {
        margin-bottom: 20px;
        font-size: 15px;
        margin-top: 0px;
    }
    .kj-coopration h1:last-of-type {
        color: #478ef7;
        margin-bottom: 20px;
        font-size: 15px;
    }
    .kj-coopration h2 {
        font-size: 14px;
    }
    .kj-coopration a {
        width: 150px;
        height: 40px;
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .kj-line {
        margin: 10px;
    }
    .kj-list-group-item {
        padding: 0 20px;
        height: 100px;
        font-size: 14px;
    }
    .kj-trust-content {
        padding-top: 30px;
    }
    .kj-trust {
        padding-bottom: 30px;
    }
    .kj-cas-ad-content .kj-cas-ad-content-left {
        background-size: 150px 100px;
        padding-top: 20px;
        height: 240px;
    }
    .kj-cas-ad-content .kj-cas-ad-content-right {
        background-position: center center;
        background-size: 100% 100%;
        position: relative;
        top: 60px;
        padding-top: 60px;
        color: #fff;
        height: 240px;
    }
    .kj-first-ad {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .kj-advertising-search .kj-product-now-header h3 {
        width: 30%;
    }
    .kj-advertising-search h4 {
        font-size: 16px;
        padding: 20px 0;
    }
     .kj-clickbtn {
        padding-left: 0px;
    }
}

@media screen and (max-width: 644px) {
    /* .kj-skip ul {
    min-height: 50px;
    height: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
  } */
    .kj-pro-show .swiper-container {
        width: 100%;
        height: 50vh;
    }
}

@media screen and (max-width: 414px) {
    .kj-pro-show .swiper-container {
        width: 100%;
        height: 39vh;
    }
}