/* 分页样式 */
.page-pagination {
    text-align: center;
    width: 100%;
}

.page-pagination .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0;
    border-radius: 8px;
}

.page-pagination .pagination>li {
    display: inline;
}

.page-pagination .pagination>li>a,
.page-pagination .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: var(--theme-color);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-pagination .pagination>li:first-child>a,
.page-pagination .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.page-pagination .pagination>li:last-child>a,
.page-pagination .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.page-pagination .pagination>li>a:focus,
.page-pagination .pagination>li>a:hover,
.page-pagination .pagination>li>span:focus,
.page-pagination .pagination>li>span:hover {
    z-index: 2;
    color: var(--theme-color);
    background-color: #eee;
    border-color: #ddd;
}

.page-pagination .pagination>.active>a,
.page-pagination .pagination>.active>a:focus,
.page-pagination .pagination>.active>a:hover,
.page-pagination .pagination>.active>span,
.page-pagination .pagination>.active>span:focus,
.page-pagination .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.page-pagination .pagination>.disabled>a,
.page-pagination .pagination>.disabled>a:focus,
.page-pagination .pagination>.disabled>a:hover,
.page-pagination .pagination>.disabled>span,
.page-pagination .pagination>.disabled>span:focus,
.page-pagination .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.page-pagination .pagination .jumpto {
    display: inline-block;
    margin-left: 2px;
}

.page-pagination .pagination .jumpto input {
    padding: 0 6px;
    color: #2c3e50;
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
}

.page-pagination .pagination .jumpto .page_number {
    width: 45px;
    margin-right: -1px;
}

/* 详情页的上一页下一页 */
.next-prev {
    margin-top: 40px;
    padding: 20px 0;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #eee;
}

.next-prev .next-prev-left,
.next-prev .next-prev-right {
    font-size: 14px;
    color: #666;
}

.next-prev .next-prev-right {
    text-align: right;
}

.next-prev a {
    color: var(--theme-color);
}

a {
    text-decoration: none !important;
}

/* ================================ nav.html START ================================ */
.language .country-flag img {
    width: 16px;
}

.language .language-cont {
    width: 165px;
}

.header-share ul li a {
    color: #fff;
}

.nav .nav-list .submenu-2 {
    left: 100%;
    top: 0;
}

#nav li .submenu li {
    position: relative;
}

#nav .submenu .nav-list>a:after {
    right: 10px;
    left: unset;
    top: 50%;
    margin-top: -4px;
    bottom: unset;
    transform: rotate(-135deg);
}


@media (min-width: 991px) {
    .nav ul li:hover>.submenu {
        display: block;
    }

}

#nav>ul>li>a {
    color: var(--nav-color);
}

@media (max-width: 991px) {
    .search i {
        color: var(--search-btn-color);
    }
}

/* footer.html */
#submitBtn {
    background-color: #303030;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    width: 200px;
    margin-top: 20px;
}

#submitBtn:hover {
    background-color: var(--theme-color);
}

.im .box img {
    width: 25px;
}

@media (max-width: 991px) {
    .copy {
        margin-bottom: 20px;
    }
}

/* ================================ nav.html END ================================ */




/* ================================ index.html START ================================ */
.pro-ca>li>a span,
.recommended-btn:hover span {
    color: var(--home-prod-color);
}

.about-btn a {
    color: var(--about-btn-color);
}

/* ================================ index.html END ================================ */



/* ================================ list_video.html START ================================ */
/* list_product.html */
.plistdeul {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    border-top: solid 1px #f4f4f4;
}

/* ================================ list_video.html END ================================ */




/* ================================ detail_product.html START ================================ */
.block .layout .shown_products_b_a a,
.block .layout .news-body a {
    font-weight: 600;
}

/* ================================ detail_product.html END ================================ */

.co-162 .recommended-products .tit-h2 {
    color: #0b1a2e;
}

.co-162 .about:after,
.co-162 .idx-about-img:after {
    background-color: #fff;
}


/* ================================ 一行显示四个 ================================ */

.co-162 #recommended-products-list {
    width: 100%;
    height: auto !important;
    overflow: visible;
}

.co-162 #recommended-products-list .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;

    width: 100% !important;
    height: auto !important;

    transform: none !important;
    transition: none !important;
    box-sizing: border-box;
}

.co-162 #recommended-products-list .swiper-slide {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
}

.co-162 #recommended-products-list .swiper-slide a{
    height: auto !important;
}

.co-162 #recommended-products-list .swiper-slide-duplicate {
    display: none !important;
}

.co-162 #recommended-products-list .recommended-con {
    flex: 1;
}

.co-162 .idx-news-con p span,
.co-162 #recommended-products-list .recommended-con p span {
    line-height: 1.5 !important;
}

.co-162 .recommended-list-btn{
    display: none !important;
}
.co-162 .pro-btn a{
    background: #1C81F7;
}


