.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 .f-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/* margin-left: -10px;
	margin-right: -10px;
	margin-top: 20px; */

}
.l-content .f-list .item-2 {
	width: 50%;
	/* padding: 0 10px; */
}
.l-content .f-list .item-3 {
	width: 33.33333%;
	padding: 0px
}
.l-content .f-list .item-4 {
	width: 25%;
	padding: 0 10px
}
.l-content .f-list .item-5 {
	width: 20%;
	padding: 0 10px
}
.l-content .f-list .item-6 {
	padding: 0 10px;
	width: 16.6666%;
}
.l-content .f-list.st2 {
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 0;
}
.l-content .f-list.st2 .item-2 {
	width: 50%;
	padding: 0 5px;
}
.l-content .f-list .full-logo{
	padding: 0 10px;
}
.l-content .f-list .full-logo .center{
	border: solid 1px #d8d8d8;
    margin: 7px 0;
    display: grid;
    height: 403px;
    align-items: center;
    justify-content: center;
}
.l-content p.note{
    padding: 10px 10px;
    background: #ffffff;
    margin-top: 20px;
    border: 1px solid #d2d2d2;
}
/* .l-content .f-list .full-logo .center img{
	width: 200px;
	height: auto;
} */
.l-content .content-wr {
	background: url("/pr/recommend_category/economy_series/servomotor_ac/images/bg1.jpg") repeat-y top center;
	padding: 30px;
}
.l-content .category-list .f-list {
	height: 77px;
	margin: 0;
}
.l-content .category-list .f-list .item-4 {
	padding: 0;
}
.l-content .prd-blk {
	display: block;
	-webkit-user-select: all;  /* Chrome 49+ */
	-moz-user-select: text;     /* Firefox 43+ */
	-ms-user-select: text;      /* No support yet */
	user-select: all;          /* Likely future */   
	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 .prd-blk .label-n {
	position: absolute;
	top: 0;
	right: 10px;
}
.l-content .prd-blk .label-w {
	position: absolute;
	top: 0;
	right: 53px;
}
.l-content .prd-blk .prd-title {
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin: 10px 0 0 0;
	line-height: 1.4em;
	color: #004bb1;
	min-height: 60px;
}
.l-content .prd-blk .prd-title.one-r {
	min-height: 0;
}
.l-content .prd-blk .prd-code {
	color: #666;
	display: block;
}
.l-content .prd-blk .l-center {
	display: block;
	margin: 5px 0;
}
.l-content .prd-blk .prd-price {
	color: #303030;
	display: block;
	margin-bottom: 7px;
}
.l-content .prd-blk .prd-price strong {
	font-size: 18px;
	font-weight: bold;
	color: #d00;
}

.l-content .prd-blk hr {
	width: 100%;
	background: #d8d8d8;
	height: 1px;
	border: 0;
	display: block;
}
.l-content .prd-blk .prd-i {
	display: block;
	color: #888;
}
.l-content .prd-blk .prd-i label {
	display: inline-block;
	font-weight: normal;
	width: 100px;
}
/* .l-content .prd-blk .prd-saleoff {
	width: 64px;
	height: 53px;
	background: url("/pr/recommend_category/economy_series/servomotor_ac/images/saleoff.png") no-repeat;
	position: absolute;
	right: 5px;
	top: 0;
	color: #111;
	text-align: center;
	line-height: 1.5em;
	padding-top: 10px;
	padding-left: 3px;
} */
.l-content .prd-blk .prd-saleoff strong {
	font-size: 22px;
}

.l-content .prd-blk2 .prd-saleoff {
	right: 50px;
}

.l-content .prd-blk2 .prd-new {
	position: absolute;
	top: 0;
	right: 10px;
}

.l-content .prd-blk .m-btnLink--conversion {
	margin-top: 10px;
}
.l-content .prd-blk .prd-delivery {
	position: relative;
	min-width: 90px;
	height: 28px;
	color: #111;
	padding-left: 35px;
	line-height: 28px;
	display: inline-block;
}
.l-content .prd-blk .prd-delivery:before {
	content: '';
	display: inline-block;
	background: url("/pr/recommend_category/economy_series/servomotor_ac/images/icon-delivery.png") no-repeat;
	width: 26px;
	height: 17px;
	position: absolute;
	top: 5px;
	left: 0;
}
.l-content .prd-blk2 .price-wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.l-content .prd-blk2 .prd-delivery {
	background: #ffcc00;
	padding-left: 40px;
}
.l-content .prd-blk2 .prd-delivery:before {
	left: 7px;
}

.l-content .prd-blk2 .prd-param {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.l-content .prd-note {
	color: #111;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background: #e5e5e5;
	margin-top: 15px;
}
.l-content .title-big-bg {
	background: url("/pr/recommend_category/economy_series/servomotor_ac/images/title-bg.png") no-repeat center left;
	width: 100%;
	height: 127px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 8px;
	padding-left: 150px;
	margin-bottom: 0;
	color: #111111;
	font-size: 16px;
}
.l-content .title-big-bg h2 {
	font-weight: bold;
	font-size: 22px;
	color: #111111;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.3em;
	position: relative;
	margin-top: 10px;
}
.l-content .title-big-bg1 {
	background: url("/pr/recommend_category/economy_series/servomotor_ac/images/title-bg1.png") no-repeat top left;
	width: 100%;
	height: 80px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 8px;
	padding-left: 150px;
	margin-bottom: 0;
	color: #111111;
	font-size: 16px;
}
.l-content .title-big-bg1 h2 {
	font-weight: bold;
	font-size: 20px;
	color: #111111;
	margin: 0;
	text-align: center;
	line-height: 1.3em;
	position: relative;
	margin-top: 10px;
}
.l-content .related-banner {
	padding: 30px 0;
}
.l-content .related-banner h2 {
	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 .prd-feature {
	background: #fff;
	padding: 30px;
}
.l-content .prd-feature h3 {
	background: #ff730a;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}
.l-content .prd-feature table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
}
.l-content .prd-feature table td {
	padding: 5px 10px;
	text-align: center;
	background: #fff;
	border: solid 1px #242424;
}
.l-content .prd-feature thead td {
	background: #646464;
	color: #ffcc00;
	font-weight: bold;
	font-size: 14px;
}
.l-content .w-400 {
	width: 400px;
}
.l-content .w-550 {
	width: 550px;
}
.l-content .qua-section {
	margin-top: 50px;
}
.l-content .qua-blk {
	background: #eae9ea;
	text-align: center;
}
.l-content .qua-blk p {
	margin: 10px 0;
}

.l-content .pros-product{
	padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
}
.l-content .pros-product img{
	width: 100%;
}
.l-content .tab3-container{
	padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
}
.l-content .title-bg-gr1 {
	background: #000000;
    font-weight: bold;
    text-align: center;
    padding: 15px 10px;
    font-size: 16px;
    border-bottom: 3px solid #facc02;
}
.l-content .title-bg-gr1 h3{
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 24px;
}
.l-content .title-bg-gr1 h4{
    color: #facc02;
    font-size: 18px;
}
.l-content .title-bg-gr2 {
	background: #464646;
	font-weight: bold;
	text-align: center;
	padding: 8px 10px;
	color: #ffcc00;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 18px  ;
}
.l-content .app-example{
    margin: 10px 0;
	gap: 1%;
	text-align: center;
}
.l-content .app-example .item-2{
    width: 49.5%;
    padding: 0;
}
.l-content .app-example .head-block{
	display: flex;
    flex-direction: row;
    align-items: center;
    background: #fce978;
}
.l-content .app-example .head-block .step{
	padding: 5px 20px;
    font-size: 50px;
    background: #facc02;
    font-weight: bold;
    height: 90px;
    display: grid;
    align-items: center;
}
.l-content .app-example .head-block .content{
	padding: 5px 10px;
	text-align: left;
}
.l-content .app-example .head-block .content span{
	font-weight: bold;
    font-size: 16px;
}
.l-content .app-example .head-block .content p{
	font-size: 14px;
    line-height: 16px;
}
.l-content .title-bg-gr1.sm-txt,
.l-content .title-bg-gr2.sm-txt {
	font-size: 14px;
	padding: 4px 5px;
}
.l-content .red-txt {
	color: #d00;
}
.l-content .l-left {
	text-align: left;
}
.l-content .qua-blk.l-left {
	padding: 15px;
	min-height: 450px;
}

.l-content .r-list {
	margin-top: 20px;
}
.l-content .r-list .rl1 {
	width: 55%;
}
.l-content .r-list .rl2 {
	width: 45%;
	padding-left: 30px;
}
.l-content .noted {
	color: #111111;
	font-size: 14px;
	margin-bottom: 10px;
}
.l-content a.t-up {
	text-transform: uppercase;
}
.l-content .mt-30 {
	margin-top: 30px;
}
.l-content .category-list {
	padding: 0 0 30px 0;
	background: url("/pr/recommend_category/economy_series/servomotor_ac/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/servomotor_ac/images/shadow.png") no-repeat center center;
	width: 100%;
	height: 44px;
	position: absolute;
	bottom: -40px;
	left: 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/servomotor_ac/images/bg2.jpg") repeat-y center center;
    padding: 18px;
    border-radius: 6px;
}
.l-content .prd-cat-blk{
	padding: 10px;
	background: #fff;
	border: 1px solid #d2d2d2;
}
.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;
	position: relative;
}
/* .l-content .category-list .f-list .item-2:first-child .cat-link:after{
	content: '';
	display: inline-block;
	background: url("/pr/recommend_category/economy_series/servomotor_ac/images/sale.png") no-repeat top right;
    background-size: contain;
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
} */
.l-content .category-list .item-2:last-child .cat-link,
.l-content .category-list .item-3:last-child .cat-link {
	border-right: 0;
}
.l-content li.active .cat-link, .l-content .cat-link:hover {
	background: #46484c;
}
.l-content .cat-link span {
	color: #111;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4em;
	position: relative;
	padding-right: 20px;
}
.l-content li.active .cat-link span, .l-content .cat-link:hover span {
	color: #fff;
}
.l-content .category-list .f-list .item-2 {
	padding: 0;
}
.l-content .prd-blk2 {
	display: block;
	-webkit-user-select: all;  /* Chrome 49+ */
	-moz-user-select: text;     /* Firefox 43+ */
	-ms-user-select: text;      /* No support yet */
	user-select: all;          /* Likely future */   
	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-blk2:hover {
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.l-content .prd-blk2 .label-new {
	position: absolute;
	top: 0;
	right: 10px;
}
.l-content .prd-blk2 .label-w {
	position: absolute;
	top: 0;
	right: 53px;
}
.l-content .prd-blk2 .prd-title {
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin: 10px 0 0 0;
	line-height: 1.4em;
	color: #000;
	min-height: 40px;
}
.l-content .prd-blk2 .prd-title.one-r {
	min-height: 0;
}
.l-content .prd-blk2 .prd-code {
	color: #666;
	display: block;
}
.l-content .prd-blk2 .l-center {
	display: block;
	margin: 5px 0;
}
.l-content .prd-blk2 .prd-price {
	color: #333;
	display: block;
	margin-bottom: 7px;
}
.l-content .prd-blk2 .prd-price strong {
	font-size: 18px;
	font-weight: bold;
	color: #d00;
}
.l-content .prd-comming {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	min-height: 487px;
}
.l-content .prd-comming span {
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	color: #000;
}
.l-content .btn-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.l-content .btn-wrap a {
	height: 62px;
    line-height: 46px;
    font-size: 18px;
}

/** 24 Sep, 2025 */
.l-content .main-prod-block {
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin: 20px 0;
}
.l-content .main-prod-block h3{
	font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    background: #720008;
    padding: 10px 20px;
    border-radius: 30px;
	margin-bottom: 20px;
}

.l-content .main-prod-block .prod-list{
	display: flex;
    gap: 20px;
    justify-content: space-between;    
	margin-bottom: 20px;
}
.l-content .main-prod-block .prod-list .prod-thumb{
	width: 300px;
	height: auto;
}
.l-content .main-prod-block .prod-list .prod-info{
	flex:1;
}
.l-content .main-prod-block .prod-list .prod-info table{
	width: 100%;
	border-color: #d8d8d8;
}
.l-content .main-prod-block .prod-list  thead td {
    background: #999999;
    color: #ffffff;
	padding: 10px;
	font-weight: 600;
    font-size: 13px;
	text-align: center;
}
.l-content .main-prod-block .prod-list  tbody td{
	padding: 5px 10px;
	text-align: center;
}
.l-content .main-prod-block .prod-list  tbody td.l-left{
	text-align: left;
}
.l-content .main-prod-block .prod-list  .sku-link {
    color: #1a66cc;
    text-decoration: underline;
}
.l-content .main-prod-block .prod-list  .price-old {
    color: #9b9b9b;
    text-decoration: line-through;
}
.l-content .main-prod-block .prod-list  .price-new {
    color: #d00;
    font-weight: bold;
}
.l-content .main-prod-block .prod-list .ship-cell {
    position: relative;
    padding-left: 40px;
    text-align: left;
}
.l-content .main-prod-block .prod-list .ship-cell:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 17px;
    background: url("/pr/recommend_category/economy_series/servomotor_ac/images/icon-delivery.png") no-repeat;
}