
@import url('https://fonts.googleapis.com/css2?family=Bona+Nova&display=swap');

.main-top-menu > ul.nav a span {
    padding-bottom: 5px;
}
header.boss_scroll {
    box-shadow: 0 1px 5px rgb(0 0 0 / 30%);
}

div#bt_header {
    position: fixed;
    z-index: 999;
    width: 100%;
}
.member-icon-bt #member-area .btn, .member-icon-bt #cart .btn{
    color: #fff !important;
    background: transparent !important;
    padding: 0 10px;
    border: 1px solid transparent !important;
}
.open-bt-mobile{
    border: 1px solid transparent !important;
}
.main-menu-block {
    border-bottom: 0;
    padding: 10px 0;
}
.mega-menu > ul.nav > li >a {
    color: #fff !important;
}
#logo .logo-dark {
    display: none;
}
.box-heading h1 {
    font-size: 36px;
	font-weight: normal;
}
.header_slider{
	position:relative;
	width:100%;
	height:100%;
    padding: 0;
    margin: 0;
	float: none;
}

.header_slider::before {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    background: url(../images/brand-image/slider-mask.png) no-repeat bottom;
    background-size: 100%;
    z-index: 99;
}
.open-bt-mobile i {
    color: #fff;
}
.boss_scroll #logo .logo-dark{
    display: block;
}
.boss_scroll #logo .logo-light{
    display: none;
}
.boss_scroll #cart > .btn, .boss_scroll #member-area > .btn {
    color: #999 !important;
}
.boss_scroll .mega-menu > ul.nav > li >a {
    color: #555 !important;
}
.boss_scroll .open-bt-mobile i {
    color: #999;
}
.cate_gallery{
	width: 900px;
	max-width: 100%;
	margin: auto;
	margin-top: 2rem;
}
.cate_gallery > .row, .box-article.row{
    margin-left: -10px;
    margin-right: -10px;
}
.cate_gallery > .row > div, .box-article.row > div{
    padding-left: 10px;
    padding-right: 10px;
}
.cate_gallery .item{
	position: relative;
	margin-bottom: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.cate_gallery .item:before, .cate_gallery .item a{
	opacity: 0;
	filter:alpha(opacity=0);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}
.cate_gallery .item:before{
	content:"";
	background-color: #7e1f1f;
    mix-blend-mode: multiply;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	box-sizing:border-box;
}
.cate_gallery .item:hover:before{
	opacity: 0.9;
	filter:alpha(opacity=90);
}
.cate_gallery .item a {
    position: absolute;
    width: 80%;
    height: 60%;
    border: 2px solid #fff;
    z-index: 99;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cate_gallery .item:hover a {
	opacity: 1;
	filter:alpha(opacity=10);
}
.cate_gallery .item .item-name {
	font-size: 28px;
}
.cate_gallery .item .more {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.cate_gallery .item .more:after {
    font-family: "FontAwesome";
    content: "\f105";
    padding: 0 14px;
	font-size: 18px;
}
.style-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 20px;
}
.style-heading h1 {
    font-size: 48px;
    font-family: 'Bona Nova', serif;
    color: #304a2f;
    display: flex;
    align-items: baseline;
}
.style-heading h1::after{
	content: "";
	height: 3px;
	width: 200px;
	background-color: #304a2f;
	margin-left: 5px;
}
.style-heading h2{
	color: #222;
	font-size: 28px;
    font-weight: normal;
    margin-bottom: 0;
}


.express-link-block {
    padding: 200px 0;
	background-size: cover;
	background-position: center;
	margin-top: -150px;
    background-attachment: fixed;
}
.express-link-block .box-heading h1 {
    color: #fff;
	margin-bottom: 60px;
}
.express-link {
    display: flex;
}
.express-link .item {
    display: flex;
    flex: 1;
    justify-content: center;
}
.express-link .item img {
    border-radius: 100%;
    margin-bottom: 30px;
    width: 110px;
    height: 110px;
}
.express-link .item a{
    color: #fff;
	text-align: center;
}
/* .boss-article-featured{
    padding: 60px 0;
} */
.box-article .article_content .article-detail {
    width: 100%;
}
.box-article .article_content .article-detail .article-name a {
    color: #333;
    margin-top: 5px;
}
.box-article .article_content .article-detail .article-name a:hover {
    color: #304a2f;
}
/*修改*/
/* .box-article .article_content .article-detail .more-info .time-stamp {
    font-size: 14px;
    display: block;
    font-family: 'Lato', sans-serif;
    color: var(--p-font-color);
} *//*修改*/
.box-article .article_content .image a:before {
    box-shadow: 0 0 0 0 rgb(0,0,0,0.7) inset;
}
.box-article .article_content .image a:hover:before{
	box-shadow: 0 0 0 135 rgb(0,0,0,0.7) inset;
}
.box-article .article_content .article-detail .time-stamp {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #999 !important;
}
.btn.btn-more {
    background-color: #304a2f;
    border-color: #304a2f;
    color: #fff;
    width: 200px;
    padding: 15px;
    position: relative;
    font-size: 17px;
    display: flex;
    margin: auto;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
}
.btn.btn-more i {
    font-size: 19px;
    transition: .2s;
    position: absolute;
    right: 40px;
}
.btn.btn-more:hover i {
    right: 30px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.express-link .item img{
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	width:100%;
}
.express-link .item:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.show-xs{
    display: none;
}

@media (max-width: 767px) {
    .main-menu-block {
        padding: 0;
    }
    .mega-menu > ul.nav > li >a {
        color: #000 !important;
        font-size: 17px;
        font-weight: normal;
    }
    .mega-menu > ul.nav > li.active >a {
        color: #fff !important;
    }
    header {
        border-bottom: 0;
    }

    }
@media (max-width: 479px) {
    .show-xs{
        display: block;
    }
    .hide-xs{
        display: none;
    }
    .style-heading {
        display: block;
    }
    .cate_gallery > .row > div {
        width: 100%;
    }
    .express-link, .box-article .article_content {
        flex-direction: column;
    }
    .express-link .item{
        margin-bottom: 30px;
    }
    .express-link .item img {
        margin-bottom: 10px;
    }
    .box-article .article_content {
        padding: 10px;
    }
    .express-link-block {
        padding: 180px 0 80px 0;
    }
    .style-heading h1 {
        font-size: 38px;
    }
    .style-heading h1::after {
        height: 2px;
        width: 100px;
    }
    .box-article .article_content .article-detail {
        padding: 15px 0;
    }
}