:root {--green-color: #565656;}


#navigation-content {
    background: var(--green-color)!important;
}

.navigation {
    background-color: var(--green-color)!important;
}

.productShowMenus ul li a.active, .productShowMenus ul li a:hover {
    background-color: var(--green-color)!important;
}

#footerContent ,#footer{
    background: var(--green-color)!important;
}

.searchBtn{
	background: var(--green-color)!important;
}

.contentTitle{
	background: var(--green-color)!important;
}

.goodChooseIntroduces span.active {
    background: var(--green-color)!important;
}

.uploadGoodDetails>span{
	background: var(--green-color)!important;
}

.goodImgShows>h2>span{
	background: var(--green-color)!important;
}

#footer>p{
	color: #fff!important;
}
#footer>p a{
	color: #fff!important;
}