body{
	font-family: Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
}
#header{
	color: #ffffff;
	background: #0A3321;
	position:fixed;
	width:100%;
	z-index:99999;
	top:0;
	height: 64px;
}
.logo{
	height: 32px;
	margin-top:16px;
	margin-right: 50px;
}
.mask{
	background: #000000;
	height: 100%;
	width: 100%;
	left: 0;
	opacity: 0.7;
	position: fixed;
	top: 0;
	z-index: 9999;
}
.userdess li{
	position: relative;
	list-style-type: none;
	float: right;
}
.account-icon{
	width: 32px;
	height: 32px;
	border-radius: 11px;
	background-image: ("/image/catalog/home/user.png");
}
.myaccount, .cart{
	color: #ffffff;
	text-align: left;
	margin-left: 5px;
}
.center-line{
	width: 1px;
	height: 16px;
	margin-left: 20px;
	margin-right: 20px;
	opacity: 0.26;
}
.cart-icon{
	width: 32px;
	height: 32px;
	border-radius: 11px;
	background-color: #FF7E33;
}
.list-inline{
	list-style-type: none;
	/* float: left; */
	margin-top: 22px;
}
.search{
	position: absolute;
	top: 88px;
	width: 786px;
	height: 56px;
	border-radius: 28px;
	top: 88px;
	background-color: #ffffff;
	z-index: 9999;
	left: 50%;
	margin-left: -393px;
}
.fluid-title{
	font-family: 'Lobster';
	font-size: 60px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 75px;
	text-align: center;
	vertical-align: top;
	color: #ffffff;
	margin-top: 40px;
	margin-bottom: 40px;
}
.color-black{
	color: #222222;
}
.about-list{
	width: 270px;
	height: 332px;
	border-radius: 12px;
	border: 2px solid #4f6d60;
	margin-bottom: 20px;
	background-color: rgba(255, 255, 255, 0.1);
}
.about-list:hover{
	background-color: rgba(28, 58, 45, 1);
}
.about-icon{
	width: 64px;
	height: 64px;
	border-radius: 32px;
	margin-top: 56px;
	margin-left: 20px;
}
.about-title{
	height: 54px;
	/** 文本1 */
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 26.81px;
	color: rgba(255, 255, 255, 1);
	text-align: left;
	margin-left: 20px;
	margin-top: 24px;
}
.about-small-title{
	opacity: 0.6;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 17.88px;
	color: rgba(255, 255, 255, 1);
	text-align: left;
	vertical-align: top;
	margin-left: 20px;
	margin-top: 16px;
}

@media (max-width: 991px){
	/* sidenav */
	#mySidenav li a i{
		margin-top: 4px;
		float: right
	}
	body.active .sidenav {
	    overflow-x: unset;
	    overflow-y: scroll;
	}
	.sidenav {
	    height: 100%;
	    width: 0;
	    position: fixed;
	    z-index: 999;
	    top: 0;
	    left: 0;
	    transition: 0.5s;
	    padding-top: 60px;
	    overflow-x: hidden;
	    box-shadow: 5px 0 5px 0 rgba(0, 0, 0,.06);
	    clear: both;
	    height: 100%;
	    background-color: #fff;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    text-align: left;
	}
	.sidenav .close-nav {
		background-color: #1e1e1e;
		padding: 12px 15px;
		width: 100%;
		display: inline-block;
		color: #fff;
		letter-spacing: 1px;
	}
	.closebtn,.closebtn:hover,.closebtn:focus{
		color: #fff;
	}
	#menu{
		margin-left: 10px;
	}
	#menu .navbar-collapse {
	    display: block;
	    border: none;
	}
	.menusp{
		padding: 0
	}
	#logo{
		width: 50px;
		margin-right: 50px;
	}
	#logo img{
		max-width: 120px;
	}
	.fluid-title{
		margin-top: 0px;
		font-size: 36px;
		line-height: 48px;
		margin-bottom: 20px;
	}
	.about-list{
		width: 100%;
		height: 165px;
		border-radius: 12px;
		border: 2px solid #4f6d60;
	}
	.about-icon{
		width: 32px;
		height: 32px;
		border-radius: 16px;
		margin-top: 15px;
		margin-left: 10px;
	}
	.about-title{
		height: 54px;
		font-size: 14px;
		line-height: 24px;
		margin-top: 5px;
		margin-left: 10px;
	}
	.about-small-title{
		opacity: 0.6;
		font-size: 10px;
		font-weight: 400;
		letter-spacing: 0px;
		line-height: 17.88px;
		color: rgba(255, 255, 255, 1);
		margin-top: 5px;
		margin-left: 10px;
	}
	.fluid-content{
		font-size: 14px;
		line-height: 28px;
	}
	.product-title{
		font-size: 30px;
		margin: 20px 0;
	}
	.product-content{
		min-height: 330px;
	}
	.product-img{
		height: 140px;
		padding: 0;
		background: none;
	}
	.product-star{
		font-size: 13px;
		margin-top: 10px;
	}
	.product-name{
		height: 30px;
		font-size: 16px;
		font-weight: 700;
		line-height: 20.11px;
		color: rgba(34, 34, 34, 1);
		margin: 10px 0 15px;
	}
	.product-price{
		font-size: 16px;
		margin: 10px 0;
	}
}

.fluid{
	background-color: #0A3321;
	background-position: 50% 0;
	padding: 30px 0;
}
.fluid-content{
	font-size: 19px;
	font-weight: 400;
	line-height: 40px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}
.bg-grey{
	background-color: #F4F5F7;
}
.bg-white{
	background-color: #FFFFFF;
}
.font-grey{
	color: rgba(34, 34, 34, 1);
}

a {text-decoration: none; } 
a:hover {text-decoration: none; } 
a:visited {text-decoration: none; } 
a:active {text-decoration: none; }
.product-title{
	font-family: 'Lobster';
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 60px;
	color: rgba(34, 34, 34, 1);
	text-align: center;
	margin: 40px 0;
}
.product-content{
	height: auto;
	min-height: 440px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 8px 16px  rgba(0, 0, 0, 0.05);
	padding: 8px;
	margin-bottom: 24px;
}
.product-content:hover{
	background: rgba(242, 243, 245, 1);
}
.product-img{
	height: 245px;
	border-radius: 8px;
	background: rgba(238, 238, 240, 1);
	padding: 10px;
}
.product-star{
	font-size: 16px;
	margin-top: 20px;
}
.product-star i{
	margin: 0 2px;
}
.product-name{
	height: 40px;
	font-size: 18px;
	font-weight: 700;
	line-height: 20.11px;
	color: rgba(34, 34, 34, 1);
	margin: 10px 0 15px;
}
.product-group{
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	color: rgba(102, 102, 102, 1);
	text-align: center;
}
.product-price{
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0px;
	color: rgba(255, 51, 51, 1);
	margin: 20px 0;
}

/* account page */
/*-------------*/
.acco span{
	display: inline-block;
	vertical-align: middle;
}
#account-account.acpage #content[class*="col-"] a {
    display: inline-block;
    border: 1px solid #eee;
    width: 100%;
    padding: 25px 25px;
    border-radius: 4px;
    margin-bottom: 30px;
}
#account-account.acpage #content[class*="col-"] span:first-child{
	border-right: 1px solid #eee;
	padding-right: 25px;
	margin-right: 25px;
}
#account-account.acpage #content[class*="col-"] span:last-child{
	font-size: 16px;
	font-weight: 400;
}
#account-account.acpage #content[class*="col-"] span:last-child span{
	font-size: 14px;
	font-weight: 400;
	color: #bcbcbc;
	margin-top: 6px;
	text-transform: capitalize;
	letter-spacing: 0.3px;
}
#account-account.acpage #content[class*="col-"] span svg{
	fill: #e20420;
}
#account-account .achead {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0;
}
/*------------*/

/* account - left column */
.info-img {
    width: auto;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover{
	background-color: transparent;
	color: #e20420;
}
.accolumn{
	/* box-shadow: 0 2px 4px 0 rgba(0,0,0,.09); */
	box-shadow: 0px 0 3px 2px rgba(0,0,0,.05);
	border-radius: 4px;
	padding: 15px 0px;
}
.accolumn.list-group a{
	border: none;
	padding: 10px 50px;
	font-size: 14px;
}
.accolumn.list-group a.logu{
	padding: 10px 0;
	color: #000
}
.accolumn h3{
	font-size: 16px;
	font-weight: 500;
	color: #333;
	display: inline-block;
	margin-top: 0;
	padding: 0 20px;
}
.accolumn h3 a{
	font-size: 16px;
	font-weight: 400;
	color: #878787;
	padding: 0;
	display: inline-block;
	margin-top: 0;
	padding: 0 0px;
}
.accolumn h3 svg{
	fill: #e20420;
	margin-right: 10px;
}
.accolumn hr{
	border-top: 1px solid #f0f0f0;
}
.acl{
	margin-bottom: 5px;
}

/* breadcrumb */
.breadbg{
	border-top: 1px solid #eee;
	padding-top: 15px;
}
.breadcrumb {
    margin: 0 15px 20px 15px;
	padding: 8px 15px;
	background: #f7f7f7;
	border-radius: 4px;
	text-transform: capitalize;
	font-weight: 400;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li{
	display: inline
}
.breadcrumb > li a:hover{
	color: #000;
}
.breadcrumb > li a:hover{
	color: #e20420;
}
.breadcrumb > li a::after {
	content: '|';
	padding: 0 15px;
	color: #000;
}
.breadcrumb > li:last-child a::after {
	content: '';
	padding: 0;
}
.breadcrumb > li + li::before {
    padding: 0;
    color: #000;
    content: "";
}

/* buttons */
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	background-color: transparent;
}
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 8.5px 12px;
	font-size: 14px;
	border: none;
	border-radius: 4px;
	box-shadow: none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 17px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,.btn.active, .btn:active{
	outline: none;
	box-shadow: none
}
.btn-primary {
	background-color: #e20420;
	color: #fff;
	border: none;
	text-transform: capitalize;
	transition: 0.3s ease;
	font-size: 14px;
	margin-left: -1px;
}
.btn-primary:hover{
	background-color: #000!important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover,.btn-primary.focus, .btn-primary:focus,
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover{
	background-color: #000;
	color: #fff
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger,.btn-info{
	color: #ffffff;
	background-color: #e20420;
	transition: 0.3s ease;
}
.btn-danger.focus, .btn-danger:focus,.btn-info.focus, .btn-info:focus,.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover,.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger,.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info,.btn-danger:hover,.btn-info:hover,.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover{
	background-color: #000;
	color: #fff
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #000;
	border-radius: 4px;
	transition: 0.3s ease;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}


/* 2024-5-11改编 开始 */
.btn2 {
	text-align: center;
	display: block;
	font-weight: 700;
}
.featured-button {
	background: rgba(10, 51, 33, 1);
	box-shadow: 8px 8px 16px  rgba(10, 51, 33, 0.4);
	color: #fff;
}

/* 响应式布局样式 开始 */
@media (max-width:767px) { /* 1. 超小屏幕（手机，小于768px）.col-xs-数字 */
	.btn2 {
		width: 240px;
		height: 40px;
		border-radius: 8px;
		padding: 4px 16px;
		margin: 10px auto;
		font-size: 14px;
	}
}

@media (min-width:768px) and (max-width:991px) { /* 2. 小屏幕（平板，大于等于 768px，小于等于991px）.col-sm-数字 */
}

@media (min-width:992px) and (max-width:1199px) { /* 3. 中等屏幕（桌面显示器，大于等于992px，小于等于1199px）.col-md-数字 */
}

@media(min-width:1200px) and (max-width:1365px){ /* 4. 大屏幕（大桌面显示器，大于等于1200px，小于等于1365px）.col-lg-数字 */
}

@media (min-width:1366px) { /* 5. 超大屏幕（超大桌面显示器） */
	.btn2 {
		width: 460px;
		height: 56px;
		border-radius: 16px;
		padding: 14px 86px;
		margin: 50px auto;
		font-size: 20px;
	}
}
/* 响应式布局样式 结束 */
/* 2024-5-11改编 结束 */