﻿@charset "utf-8"; 
:root{--color:#0E6938;--color1:#0E6938;--hovercolor:#0E6938;}
.home-tip{color:var(--color)}
.home-tip span::before{background: var(--color);}
footer .foot-title::before{background:#fff;}
footer .foot-list li a em,footer .foot-link li em{color:#fff;}
footer .foot-logo{margin-bottom: 10px; }
@media (min-width:1025px){footer .foot-item.foot-contact{width:25%;}}
.prodetails-content .prodetails-tabs .prodetails-tabs-item:nth-child(2){display:none}
footer .foot-logo img{max-height:90px;width:auto;}
footer .foot-info .foot-text{font-size:18px;}
.pro-main .pro-list.list1{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}
.pro-main .pro-list.list1 li{width:100%;margin-right:0}
@media (max-width:768px){.pro-main .pro-list.list1{grid-template-columns:repeat(2,1fr)}}