.l-content .topicPath {
    margin: 15px 0 10px;
    padding-left: 20px;
    font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.l-content .topicPath > li {
    display: inline-block;
	list-style: none outside none;
    margin: 0 5px 0 0;
    padding: 0
}
.l-content .topicPath > li > a {
    margin-right: 0.5em;
    text-decoration: none;
}
.l-content .topicPath > li > a:hover {
    text-decoration: underline;
    color: #025fae;
}
.l-content * {
	box-sizing: border-box;
}
.l-content .l-center {
	text-align: center;
}
.l-content .content-wr {
	background: url("/pr/recommend_category/economy_series/aluminum_frame/images/bg1.jpg") repeat-y center center;
	padding: 30px;
}
.l-content .category-list {
	padding: 0 0 30px 0;
	background: url("/pr/recommend_category/economy_series/aluminum_frame/images/cat-bg.png") no-repeat;
	height: 77px;
	margin-bottom: 30px;
	position: relative
}
.l-content .tab-content .category-list {
	margin-bottom: 0;
}
.l-content .category-list:after {
	content: '';
	display: inline-block;
	background: url("/pr/recommend_category/economy_series/aluminum_frame/images/shadow.png") no-repeat center center;
	width: 100%;
	height: 44px;
	position: absolute;
	bottom: -40px;
	left: 0;
}
.l-content .category-list .f-list {
	height: 77px;
	margin: 0;
}
.l-content .category-list .f-list .item-4 {
	padding: 0;
}
.l-content .cat-link {
	display: inline-flex;
	width: 100%;
	height: 70px;
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-decoration: none;
	border-right: solid 2px #111;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.l-content .category-list .item-4:last-child .cat-link {
	border-right: 0;
}
.l-content .cat-link span {
	color: #111;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4em;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
	position: relative;
	padding-right: 20px;
}
.l-content .cat-link span:after {
	content: '';
	display: inline-block;
	background: url("/pr/recommend_category/economy_series/aluminum_frame/images/ar-down.png") no-repeat;
	width: 13px;
	height: 7px;
	position: absolute;
	right: -3px;
	top: 50%;
	margin-top: -4px;
}
.l-content .cat-link.new-link span:before {
	background: url("/pr/recommend_category/economy_series/aluminum_frame/images/label-new.png") no-repeat;
	width: 46px;
	height: 36px;
	content: '';
	display: inline-block;
	position: absolute;
	top: -12px;
	right: -55px;
}
.l-content cat-link.new-link:hover span:before {
	background: url("/pr/recommend_category/economy_series/aluminum_frame/images/label-new2.png") no-repeat;
}
.l-content li.active .cat-link, .l-content .cat-link:hover {
	background: #ffcc00;
}
.l-content .product-section {
	padding: 30px 0;
}
.l-content .prd-blk {
	display: block;
	border: solid 1px #d8d8d8;
	padding: 10px;
	position: relative;
	text-decoration: none;
	color: #666;
	background: #fff;
	margin: 7px 0;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.l-content .prd-blk:hover {
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.l-content .it-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    border: solid 1px #d8d8d8;
    padding: 10px;
    background: #fff;
    margin: 7px 0;
    height: 420px;
}
.l-content .it-wrap div {
    text-align: center;
}
.l-content .it-wrap strong {
    font-size: 24px;
    line-height: 40px;
    color: #444444;
}
.l-content .prd-blk .label-n {
	position: absolute;
	top: 0;
	right: 10px;
}
.l-content .prd-blk .label-w {
	position: absolute;
	top: 0;
	right: 10px;
}
.l-content .prd-blk .prd-title {
	min-height: 45px;
	font-weight: bold;
	font-size: 14px;
	color: #111;
	display: block;
	margin: 5px 0 0 0;
}
.l-content .prd-blk .prd-code {
	color: #666;
	display: block;
}
.l-content .prd-blk .prd-bname {
	color: #666;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
}
.l-content .prd-blk .l-center {
	display: block;
	margin: 5px 0;
}
.l-content .prd-blk .prd-price {
	color: #666;
	display: block;
}
.l-content .prd-blk .prd-price strong {
	font-size: 18px;
	font-weight: bold;
	color: #d00;
}
.l-content .prd-blk .prd-hr {
	width: 100%;
	background: #d8d8d8;
	height: 1px;
	border: 0;
	display: block;
	margin: 5px 0 10px 0;
}
.l-content .prd-blk .prd-i {
	display: block;
	color: #888;
}
.l-content .prd-blk .prd-i span {
	display: inline-block;
	font-weight: normal;
	width: 100px;
}
.l-content .prd-blk .m-btnLink--conversion {
	margin-top: 10px;
}
.l-content .prd-blk .prd-delivery {
	position: absolute;
	width: 90px;
	height: 28px;
	color: #111;
	padding-left: 40px;
	line-height: 28px;
	right: 0;
	top: 275px;
	background: #ffcc00;
}
.l-content .prd-blk .prd-delivery:before {
	content: '';
	display: inline-block;
	background: url("/pr/recommend_category/economy_series/aluminum_frame/images/icon-delivery.png") no-repeat;
	width: 26px;
	height: 17px;
	position: absolute;
	top: 5px;
	left: 8px;
}
.l-content .prd-note {
	color: #fff;
	font-style: italic;
	text-align: center;
	padding: 10px;
	background: #454545;
	margin-top: 15px;
}
.l-content .title-big-bg {
	background: url("/pr/recommend_category/economy_series/aluminum_frame/images/title-bg.png") no-repeat center left;
	width: 100%;
	height: 77px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 8px;
	padding-left: 150px;
	margin-bottom: 30px;
}
.l-content .title-big-bg:after {
	content: '';
	display: inline-block;
	background: url("/pr/recommend_category/economy_series/aluminum_frame/images/shadow.png") no-repeat center center;
	width: 100%;
	height: 44px;
	position: absolute;
	bottom: -43px;
	left: 0;
}
.l-content .title-big-bg h3 {
	font-weight: bold;
	font-size: 22px;
	color: #111;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.3em;
	position: relative;
}
.l-content .title-big-bg h3.label-new:after {
	background: url("/pr/recommend_category/economy_series/aluminum_frame/images/label-new.png") no-repeat;
	width: 46px;
	height: 36px;
	content: '';
	display: inline-block;
	position: absolute;
	top: -12px;
	right: -55px;
}
.l-content .sub-title {
	background-color: #000;
	text-align: center;
	padding: 5px;
}
.l-content .sub-title h4 {
	color: #ffcc00;
	font-size: 20px;
	font-weight: bold;
}
.l-content .product-feature {
	padding: 30px 0;
}
.l-content .blk-wr {
	border: solid 2px #fff;
	background: linear-gradient(135deg, #454545, #fefefe, #8e8e8e, #fefefe, #8d8d8d);
	padding: 10px;
	position: relative;
	border-radius: 6px;
}
.l-content .blk-wr .blk-content {
	background: url("/pr/recommend_category/economy_series/aluminum_frame/images/bg2.jpg") repeat-y center center;
	padding: 18px;
	border-radius: 6px;
}
.l-content .blk-white {
	background: #fff;
	padding: 20px;
	border: solid 1px #d8d8d8;
}
.l-content .tb-prd {
	border-collapse: collapse;
	width: 100%;
	border: solid 1px #d8d8d8;
	margin-top: 20px;
}
.l-content .tb-prd td {
	padding: 10px;
	border: solid 1px #d8d8d8;
	text-align: center;
}
.l-content .tb-prd td.td-left {
	text-align: left;
}
.l-content .tb-prd td.w-200 {
	width: 200px;
}
.l-content .tb-prd td.bg-g {
	background: #f4f4f4;
}
.l-content .tb-prd td.bg-y {
	background: #ffcc00;
}
.l-content .tb-prd td.br-y {
	border-left: solid 4px #ffcc00;
	border-right: solid 4px #ffcc00;
}
.l-content .tb-prd td.l-y {
	border-left: solid 4px #ffcc00;
}
.l-content .tb-prd td.r-y {
	border-right: solid 4px #ffcc00;
}
.l-content .tb-prd td.b-y {
	border-bottom: solid 4px #ffcc00;
}
.l-content .product-service {
	padding: 30px 0;
}
.l-content .f-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.l-content .f-list .item-1 {
	width: 75%;
}
.l-content .f-list .item-2 {
	width: 50%;
	padding: 0 10px;
}
.l-content #tabs-nav2.f-list .item-2 {
	padding: 0;
}
.l-content .category-list .item-2:last-child .cat-link {
    border-right: 0;
}
.l-content .f-list .item-4 {
	width: 25%;
	padding: 0 10px
}
.l-content .f-list .item-6 {
	padding: 0 10px;
	width: 16.6666%;
}
.l-content .f-list .item-5 {
	padding: 0 10px;
	width: 20%;
}
.l-content .acce-blk {
	display: block;
	color: #004bb1;
	height: 100%;
}
.l-content .acce-blk:hover {
	color: #ff730a;
}
.l-content .product-acce .f-list .item-5 {
	margin: 10px 0;
}
.l-content .product-service .f-list {
	margin-bottom: 20px;
}
.l-content .y-feature {
	padding: 15px;
	background: #ffcc00 url("/pr/recommend_category/economy_series/aluminum_frame/images/deco1.png") no-repeat right center;
	border: solid 1px #d8d8d8;
	height: 100%;
}
.l-content .w-feature {
	padding: 15px;
	background: #fff url("/pr/recommend_category/economy_series/aluminum_frame/images/deco2.png") no-repeat right center;
	border: solid 1px #d8d8d8;
	height: 100%;
}
.l-content .y-feature h3,
.l-content .w-feature h3 {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: bold;
}
.l-content .y-feature label.hn, .l-content .w-feature label.hn {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: bold;
	display: block;
}
.l-content .product-acce {
	padding: 30px 0;
}
.l-content .acce-blk {
	background: #fff;
	text-align: center;
	border: solid 1px #d8d8d8;
	padding: 5px;
}
.l-content .acce-blk span {
	display: block;
	text-align: center;
	margin: 0 0 10px 0
}
.l-content .w-400 {
	width: 400px;
}
.l-content .related-banner {
	padding: 30px 0;
}
.l-content .related-banner h2,.l-content .related-banner .banner-title {
	font-size: 22px;
	font-weight: bold;
	padding: 10px 10px;
	background: #ffcc00;
	width: 100%;
	text-align: center;
	margin: 0 0 10px 0;
}
.l-content .related-banner .banner-blk {
	display: block;
	margin: 10px 0;
}
.l-content .tb-prd td.prd-name {
	text-align: left;
}
.l-content .prd-name .label-download {
	background-color: #ffcc00;
	padding: 3px 5px;
	margin-left: 5px;
	font-weight: bold;
}
.l-content .prd-name .label-bname {
	
}
.l-content a.VN_opacity:hover, .l-content .m-btnLink--conversion:hover {
	opacity: 0.75;
}
.l-content .big-title-p {
	font-size: 30px;
	font-weight: bold;
	color: #111;
	margin: 0 0 10px 0;
}
.l-content .more-info .l-center a {
	display: inline-block;
}
.l-content .more-info .hide-blk {
	background: #fff;
	padding: 30px;
	width: 100%;
}
.l-content .more-info .hide-blk h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 5px 0;
}
.l-content .more-info .hide-blk h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
.l-content .hide-blk i {
	display: block;
}
.l-content .big-title-p {
	font-size: 30px;
	font-weight: bold;
	color: #111;
	margin: 0 0 10px 0;
}
.l-content .big-ht {
	font-weight: bold;
	font-size: 14px;
	display: block;
}
.l-content .big-txt {
	font-size: 18px;
	font-weight: bold;
	display: block;
}
.l-content .link-view-more {
	font-size: 18px;
}
.l-content .d-blk {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
}