:root {
    --theme-color: #29af8c;
}

/* 分页样式 */
.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-block;
}

.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: 6px;
    color: #2c3e50;
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    height: 31px;
    font: 12px Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

.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;
}



.container,
.layout,
.index-info-wrap .index-info,
.path-bar .path-nav,
.footer,
.index-about {
    min-width: 92%;
    margin: 0 auto;
}

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

.header .layout {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: box;
    display: flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .layout:after {
    display: none;
}

.header .layout .logo,
.header .layout .nav-bar {
    float: none;
    display: block;
}

.slide-banners-wrap .slides {
    /* height: 750px; */
    overflow: hidden;
}

.slide-banners-wrap .slides .slide-item {
    height: 100%;
}

.slide-banners .slide-item a {
    width: 100%;
    left: 0;
    margin-left: 0;
}

.slide-banners .slide-item a img {
    width: 100%;
}

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





/* ================================ footer.html START ================================ */
.foot-contact li.foot-tiktok::before {
    background-image: none;
    display: none;
}

/* .side_content .side_list .cont li a.ri_tiktok:before {
    display: none;
} */
.side_content .side_list .cont li a.ri_tiktok .icon {
    position: absolute;
    top: 10px;
    left: 14px;
}

.side_content .side_list .cont li a.ri_whatsapp img {
    width: 24px;
}

.side_content .side_list .cont li a.ri_whatsapp {
    padding-left: 10px;
}

.foot-contact li.foot-tiktok .icon {
    margin-top: 4px;
}

.foot-items .foot-blog.products {
    margin-left: 60px;
}

@media screen and (max-width: 768px) {
    .foot-items .foot-blog.products {
        padding-bottom: 30px;
        margin-left: 0;
        text-align: left !important;
    }

    .foot-items .foot-blog.products .foot-cont {
        padding: 0 30px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
    .foot-items .foot-blog.products {
        display: none;
    }
}

.social-icon {
    margin-left: 3px;
    display: flex;
    align-items: center;
}

.foot-contact .social-icon li:before {
    display: none;
}

.foot-contact .social-icon li {
    width: auto;
    margin-right: 20px;
}

.foot-contact .social-icon li p {
    width: auto;
    padding-left: 0;
}

.foot-contact .social-icon .Tiktok .icon {
    margin-top: 4px;
}

.foot-contact .social-icon .Tiktok .icon:hover path {
    fill: #fff;
}

/* ================================ footer.html END ================================ */




/* ================================ index.html START ================================ */
.about-detail .about-more {
    margin-top: 20px;
}

.product-slides-wrap,
.index-product .product-item,
.index-product .product-item .pd-img,
.index-product .product-item .pd-img img {
    width: 100%;
}

.index-diy {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.index-diy .layout {
    padding-top: 50px;
}

.index-diy-list li {
    width: 33.33%;
    padding-right: 20px;
    float: left;
    color: #999;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    align-items: center;
}

.index-diy-list li .div-cont {
    flex: 1;
}

.index-diy-list li .pic {
    width: 80px;
    height: 80px;
    margin-right: 25px;
    display: block;
    float: left;
    background-color: #29af8c;
    border-radius: 100%;
    background-image: url(../images/20200902162252_1130.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.index-diy-list li.li2 .pic {
    background-image: url(../images/20200902162924_2468.png);
}

.index-diy-list li.li3 .pic {
    background-image: url(../images/20200902162142_7061.png);
}

.index-diy-list li h3 {
    font-size: 24px;
    /* line-height: 40px; */
    line-height: 32px;
    color: #333;
}

.index-diy-list li p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

@media only screen and (max-width: 768px) {
    .index-diy .layout {
        padding-top: 0;
    }

    .index-diy-list li {
        /* width: 33.33%; */
        /*手机版竖排*/
        width: 99%;
        padding: 15px 15px;
        text-align: center;
        box-sizing: border-box;
    }

    .index-diy-list li .pic {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        float: none;
        display: block;
        background-color: #fcc900;
        border-radius: 100%;
        /* background-image: url(http://demo.seatuo.com/vipdemo/M9/images/20181023091156_6581.png); */
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 60%;
    }

    .index-diy-list li h3 {
        font-size: 16px;
        margin-top: 0;
        line-height: 20px;
        margin-bottom: 6px;
    }

    .index-diy-list li p {
        font-size: 12px;
        line-height: 18px;
    }

    /* 字号行高导致文本和图片看起来没有居中对齐，特殊处理 */
    .index-diy-list li .div-cont {
        margin-top: -3px;
        text-align: left;
        margin-left: 20px;
    }
}

.index-product.case .product-item .pd-img,
.index-product.case .product-item .pd-img img {
    height: auto;
}

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








/* ================================ list_video.html START ================================ */
.block .class-content .news-item .news-img {
    position: relative;
}

.block .classes .class-info p {
    margin-bottom: 10px;
}

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




/* ================================ list_product.html START ================================ */
.show-detail .left-block {
    height: 172px;
    overflow: hidden;
}

.show-detail h2 {
    height: 55px;
}

.product-right #submitBtn {
    width: 100%;
}

/* ================================ list_product.html END ================================ */




/* ================================ list_down.html START ================================ */
.download-list {
    width: 100%;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    flex-wrap: wrap;
}

.download-list .download-item {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.download-list .download-item .download-img {
    width: 8%;
    float: left;
}

.download-list .download-item .download-img img {
    width: 100%;
    margin: 0;
}

.download-list .download-item .download-info {
    width: 86%;
    float: right;
    text-align: left;
}

.download-list .download-item .download-info span {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.download-list .download-item .download-info a {
    display: block;
    display: block;
    background-color: #303030;
    color: #fff;
    padding: 10px 0;
    margin-top: 20px;
    width: 150px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
}

.download-list .download-item .download-img {
    width: 10%;
    float: left;
}

.download-list .download-item .download-info {
    width: 86%;
    float: right;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .download-list .download-item .download-img {
        width: 13%;
        float: left;
    }

    .download-list .download-item .download-info {
        width: 84%;
        float: right;
        text-align: left;
    }

    .download-list .download-item .download-info a {
        display: block;
        background-color: #303030;
        color: #fff;
        padding: 5px 0;
        margin-top: 10px;
        width: 150px;
        text-align: center;
        font-weight: 700;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .download-list .download-item .download-img {
        width: 20%;
        float: left;
    }

    .download-list .download-item .download-info {
        width: 76%;
        float: right;
        text-align: left;
    }
}

/* ================================ list_down.html END ================================ */



/* companyid=10:百办好网络科技特制 */
.co-10 .template-diy-index_banner_after .index-diy .layout {
    padding: 0;
}

@media screen and (max-width: 768px) {
    .co-10 .template-diy-index_banner_after .index-diy:last-child {
        padding-top: 0 !important;
    }
    .co-10 .index-product.case {
        padding-top: 10px!important;
    }
}


.co-10 .index-diy-list li {
    flex-direction: column;
}

.co-10 .index-diy-list li .pic {
    width: 100%;
    height: auto;
    float: none;
    margin: 0;
}

.co-10 .index-diy-list li .pic img {
    width: 100%;
}

.co-10 .index-diy-list li h3 {
    margin: 10px 0;
    font-size: 20px;
    line-height: 26px;
}

.co-10 .index-diy-list li p {
    line-height: 20px;
}

.co-10 .index-diy-list li .div-cont {
    width: 100%;
    text-align: center;
    margin: 20px;
}