:root {
    --main-color: #2d975d;
}

.article-title {
    width: 100% !important;
}

.common-circle {
    display: none !important;
}

footer .footer .left .c3 a:hover:nth-child(1) .iconfont,
footer .footer .left .c3 a:hover:nth-child(2) .iconfont,
footer .footer .left .c3 a:hover:nth-child(3) .iconfont,
footer .footer .left .c3 a:hover:nth-child(4) .iconfont,
footer .footer .left .c3 a:hover:nth-child(5) .iconfont {
    color: #2d975d;
}

header .open-menu .hamburger>div:before {
    background-color: #2d975d;
}

header .open-menu .t,
header .fixed-menu .cont ul,
header .fixed-menu .cont ul li:hover,
.about1 .t1 .t {
    color: #2d975d;
}

header .fixed-menu .cont ul:hover {
    color: rgba(45, 151, 93, .6);
}

.table-box {
    overflow: auto;
    width: 100% !important;
    max-width: 100% !important;
}

.table-box table {
    line-height: 1.2;
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.table-box table tr,
.table-box table td,
.table-box table th {
    width: auto !important;
    height: auto !important;
    color: #666;
}

.table-box table td,
.table-box table th {
    font-size: 14px;
    font-weight: normal;
    padding: 10px !important;
    vertical-align: middle;
    border: 1px solid #bebebe !important;
}

@media (max-width:767px) {
    .table-box table td,
    .table-box table th {
        font-size: 14px;
    }

}

.table-box table tr p,
.table-box table tr span {
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}

.table-box table th {
    text-align: center;
}

.table-box .table-nav {
    overflow: hidden;
}

.table-box .table-content {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 300px;
    max-height: 42vh;
}

/*.table-box tr.firstRow,
.table-box tr.firstRow + tr:nth-child(2) {
    background-color: #2d975d;
}*/
.table-box tr.firstRow {
    background-color: #2d975d;
}

.table-box tr.firstRow td {
    color: #fff;
}

.marketing-common-nav .nav a.active,
.contact-form .left-form .form form .form-btn button {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.marketing-common-nav .title,
.marketing-common-nav .nav a:hover,
.conatct-phonenew,
.contact-infot .item .text h1 {
    color: var(--main-color);
}

.index-about .left .t span,
header .fixed-menu .cont ul li .sub-nav .link-list a:after,
.article-title,
.page a.active {
    background-color: var(--main-color);
}

.contact-infot .item .text h2 {
    font-size: 20px;
}

.common-more {
    color: var(--main-color);
    border-color: var(--main-color);
}

/*.index-about .right .cont1,
.index-about .right .cont2,
.index-about .right .cont3,
.index-about .right .cont2 .swiper .t2 span:first-child {
    color: var(--main-color);
}*/
.index-about .right .cont3,
.index-about .right .cont2 .swiper .t2 span:first-child {
    color: var(--main-color);
}

header .header-logo img {
    height: 100px;
}

footer .footer .left .c1 img:first-child {
    width: 220px;
}

@media (max-width:767px) {
    header .header-logo img {
        height: 60px;
    }

    footer .footer .left .c1 img:first-child {
        width: 150px;
    }

}

.article span {
    text-wrap: wrap !important;
}

.pro-info .right-text .top span {
    background-color: var(--main-color);
}

.index-news .cont .flex-c .right .item .item-date,
.pro-info .right-text .title {
    color: var(--main-color);
}

.pro-feedback .cont .right-form .form form .form-btn button {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.headline:after,
.headline .right-text,
.contact-form:after,
.index-about:after,
.index-news .cont:after,
.pro-feedback .cont-140:after {
    background-color: #eefdf2;
}

.common-more.blue2 {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.common-more.white {
    color: var(--main-color);
}

.suspended-list {
    width: 48px;
    position: fixed;
    right: 0;
    top: calc(50% - 79px);
    z-index: 999;
}

.suspended-list ul {
    display: block;
    position: relative;  /* background-color: #fff; */
    padding-left: 0;
}

.suspended-list ul li {
    position: relative;
    width: 50px;
    height: 50px;
    margin-bottom: 3px;
    list-style: none;
}

.suspended-list ul li a {
    display: block;
    border-radius: 8px;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.6);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.suspended-list ul li a:before {
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 26px;
    color: #222;
    transition: all 0.35s;
}

.suspended-list ul li .qrcode {
    width: 110px;
    height: 100px;
    padding-right: 10px;
    position: absolute;
    top: -50%;
    z-index: -10;
    left: 0;
    transition: all 0.35s;
    opacity: 0;
}

.suspended-list ul li .qrcode > div {
    width: 100px;
    height: 100px;
    background-color: #ED9111;
    padding: 5px;
}

.suspended-list ul li .qrcode > div img {
    width: 100%;
}

.suspended-list ul li .whatsapp-num {
    width: 170px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    color: #fff;
    top: 0;
    z-index: -10;
    background-color: #ED9111;
    padding-left: 10px;
    left: 0;
    transition: all 0.35s;
    opacity: 0;
    border-radius: 8px;
}

.suspended-list ul li:hover {
    transition: all 0.5s;
}

.suspended-list ul li:hover .qrcode {
    left: -110px;
    opacity: 1;
    transition: all 0.35s;
}

.suspended-list ul li:hover a {
    background-color: #ED9111;
}

.suspended-list ul li:hover a:before {
    color: #fff;
}

.suspended-list ul li:hover a .ycxf_imgbox img:first-child {
    display: none;
}

.suspended-list ul li:hover a .ycxf_imgbox img:last-child {
    display: block;
    left: 15px;
}

.suspended-list ul li:hover .j_dhzs {
    left: -210px;
}

.suspended-list ul li:hover .whatsapp-num {
    left: -160px;
    opacity: 1;
    transition: all 0.35s;
}

.suspended-list ul li:hover .Bulknum-box {
    color: #fff;
}

.open-suspended {
    width: 48px;
    height: 48px;
    position: fixed;
    right: 30px;
    z-index: 999;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    bottom: 70px;
    display: none;
}

.open-suspended a {
    line-height: 48px;
    text-align: center;
    display: block;
    color: #222;
    transition: all 0.35s;
}

.Bulknum-box {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 15px;
    height: 15px;
    color: #222;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (max-width:767px) {
    .index-banner {
        height: 230px;
    }
}
