@charset "utf-8";
.l-content .mainBanner {
	overflow: hidden;
	width: 950px;
	height: 300px;
	background: url(/pr/recommend_category/osg/images/main_banner.png) 0 0 no-repeat;
	text-indent: 100%;
	white-space: nowrap;
}
.l-content .m-btnList--center {
  margin: 20px auto 0;
}
.l-content .engineerAdvice {
	height: 268px;
	position: relative;
	background: url(/pr/recommend_category/stock_clearance/images/engineer_advice.jpg) 0 0 no-repeat;
}
.l-content .engineerAdvice .textAdvice {
	position: absolute;
    top: 36px;
    right: 37px;
    width: 678px;
    padding-top: 18px;
    color: #333333;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    vertical-align: middle;
}

.l-content .box_wheelList .m-cols__wrap {
	margin-left: 0;
}
.l-content .box_wheelList .m-cols__wrap .m-cols__1of3,
.l-content .box_wheelList .m-cols__wrap .m-cols__2of3 {
	padding-left: 0;
}
.l-content .box_wheelList .wheelIntro {
	height: 226px;
	padding: 20px;
	width: 274px;
	color: #fff;
	background: #007991; /* Old browsers */
	background: -moz-linear-gradient(top, #007991 0%, #57dac3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #007991 0%,#57dac3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #007991 0%,#57dac3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007991', endColorstr='#57dac3',GradientType=0 ); /* IE6-9 */
}
.l-content .box_wheelList .wheelIntro .bigText {
	font-size: 40px;
	line-height: 55px;
	color: #fff;
}
.l-content .bigText {
	font-size: 40px;
	color: #333;
}
.l-content .wheelList li {
	padding: 0 2px 5px 2px;
	margin-bottom: 0;
	text-align: center;
	box-sizing: border-box;
	float: left;
	position: relative;
	
}
.l-content .wheelList li .list_container {
	border: 1px solid #b3b3b3;
	padding: 5px 0;
}
.l-content .wheelList li .list_container:hover {
	border-color: #ff730a;
}
.l-content .wheelList li .stock {
	width: 95px;
	margin: auto;
	padding: 2px 5px;
	display: block;
	color: #dd0000;
	border: 1px solid #dd0000;
	border-radius: 7px;
}
.l-content .wheelList li img {
	display: block;
	text-align: center;
	margin: 10px auto;
}
.l-content .wheelList li span {
	display: block;
}
.l-content .wheelExample .wheelType .typeName {
	position: relative;
}
.l-content .wheelExample .wheelType .typeName:after {
    content: "";
    width: 77%;
    height: 1px;
    border-bottom: 2px solid #16a252;
    position: absolute;
    top: 50%;
    right: 0;
    box-sizing: border-box;
}
.l-content .wheelExample .wheelType .typeName span {
	width: 21%;
	display: inline-block;
	padding: 10px 30px 10px 10px;
	color: #ffffff;
	background: #16a252;
	position: relative;
	box-sizing: border-box;
}
.l-content .wheelExample .wheelType .typeName span:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 39px 20px 0 0;
	border-color: #16a252 transparent transparent transparent;
	position: absolute;
	top: 0;
	right: -20px;
}
.l-content .wheelExample .wheelType .typeName.typeSpecial:after {
	border-color: #c03504;
}
.l-content .wheelExample .wheelType .typeName.typeSpecial span:after {
	border-color: #c03504 transparent transparent transparent;
}
.l-content .wheelExample .wheelType .typeName.typeSpecial span
{	color: #ffffff;
	background: #c03504;
}
.l-content .wheelExample .wheelType .title {
	font-size: 18px;
	text-align: center;
	padding: 15px;
	position: relative;
	text-indent: -30px;
}
.l-content .wheelExample .wheelType .title img {
	position: absolute;
	right: 20px;
	top: -10px;
	-webkit-box-shadow: -5px 0 10px 2px rgba(0,0,0,0.2);
	box-shadow: -5px 0 10px 2px rgba(0,0,0,0.2);
}
.l-content .wheelExample .wheelType .wheelList {
	margin: 30px 0;
}
.l-content .wheelExample .wheelType .wheelList li {
	height: 255px;
}
.l-content .wheelExample .wheelType .list_logo {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 10px;
	width:250px;
}
.l-content .list_logo .product_name {
	font-family: 'helvetica','tahoma';
	text-align: center;
	align-content: center;
	font-size: 18px;
	line-height: 20px;
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	font-weight: bold;
	width: 300px;
}
.l-content .wheelExample .wheelType .wheelList .list_container {
	height: 240px;
}
.l-content .wheelExample .wheelType .intro {
	height: 40px;
}
.l-content .wheelExample .wheelType .intro+.wheelList {
	margin-top: 10px;
}
.l-content .wheelExample .type_swivel .title {
	background: #0ed2f7; /* Old browsers */
	background: -moz-linear-gradient(left, #0ed2f7 0%, #78ffd6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0ed2f7 0%,#78ffd6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0ed2f7 0%,#78ffd6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ed2f7', endColorstr='#78ffd6',GradientType=1 ); /* IE6-9 */
}
.l-content .wheelExample .type_fixed .title {
	color: #fff;
	background: #4568dc; /* Old browsers */
	background: -moz-linear-gradient(left, #4568dc 0%, #b06ab3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #4568dc 0%,#b06ab3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #4568dc 0%,#b06ab3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4568dc', endColorstr='#b06ab3',GradientType=1 ); /* IE6-9 */
}
.l-content .wheelExample .shock_absorber .title {
	color: #fff;
	background: #ee0979; /* Old browsers */
	background: -moz-linear-gradient(left, #ee0979 0%, #ff6a00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ee0979 0%,#ff6a00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ee0979 0%,#ff6a00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee0979', endColorstr='#ff6a00',GradientType=1 ); /* IE6-9 */
}
.l-content .wheelExample .purple_01 .title {
	color: #fff;
	background: #db2431; /* Old browsers */
	background: -moz-linear-gradient(left, #db2431 0%, #7b4397 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #db2431 0%,#7b4397 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #db2431 0%,#7b4397 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2431', endColorstr='#7b4397',GradientType=1 ); /* IE6-9 */
}
.l-content .wheelExample .purple_02 .title {
	color: #fff;
	background: #e96443; /* Old browsers */
	background: -moz-linear-gradient(left, #e96443 0%, #914e94 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #e96443 0%,#914e94 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #e96443 0%,#914e94 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e96443', endColorstr='#914e94',GradientType=1 ); /* IE6-9 */
}
.l-content .wheelExample .type_fixed .wheelList {
	width: 460px;
	margin: 30px auto;
}
.l-content .wheelExample .doual_wheel .wheelList {
	width: 300px;
	margin: 30px auto;
}
.l-content .wheelFeature {
	overflow: hidden;
}
.l-content .wheelFeature .mainFeature {
	background: #f2f2f2;
	text-align: center;
	padding-top: 70px;
	box-sizing: border-box;
	height: 623px;
}
.l-content .wheelFeature .mainFeature p {
	font-size: 16px;
}
.l-content .wheelFeature .m-cols > .m-cols__wrap > .m-cols__1of2 {
	padding: 0 0 0 28px;
}
.l-content .wheelFeature .featureList {
	position: relative;
}
.l-content .wheelFeature .featureList .title {
    width: 402px;
    position: relative;
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    padding: 10px 0 10px 60px;
    left: 0;
    color: #fff;
    background: #00723e;/* Old browsers */
}
.l-content .wheelFeature .featureList .title img {
	position: absolute;
	top: 15px;
	left: 5px;
}
.l-content .wheelFeature .featureList .wheelList img {
	margin: 5px auto;
}
.l-content .wheelFeature .featureList .wheelList .list_logo {
	font-family: 'helvetica','tahoma';
	font-size: 18px;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	width: 213px;
}
.l-content .wheelFeature .featureList .wheelList span {
	height: 50px;
	vertical-align: middle;
}
.l-content .wheelFeature .featureList .wheelList .m-cols__1of2 .list_container.equalBox {
	min-height: 215px;
	padding: 0 20px;
}
.l-content .wheelFeature .featureList .wheelList .m-cols__1of2.firstElement .list_container {
	display: table-cell;
	vertical-align: middle;
	height: 437px;
	padding: 0;
}
.l-content .engineer_feature {
	position: relative;
	height: 214px;
	background: url(/pr/recommend_category/stock_clearance/images/engineer_feature.jpg) center center no-repeat;
}
.l-content .engineer_feature ul {
	position: absolute;
	left: 295px;
	top: 105px;
}
.l-content .engineer_feature .m-btnLink--conversion {
	position: absolute;
	bottom: 0;
	right: 135px;
}
.l-content ul.list-disc li {
	list-style-type: disc;
}
.l-content .wheelMaterial {
	margin: 0 auto;
	width: 700px;
}
.l-content .wheelMaterial .list{
	width: 630px;
	padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
}
.l-content .wheelMaterial .list ul{
	float: left;
	margin-left: 35px;
}
.l-content .wheelMaterial .list ul li a {
	font-size: 14px;
}
.l-content .brand_stock_clearance .wheelList li .list_container {
	height: 170px;
	width: 140px;
	text-align: center;
}
.l-content .brand_stock_clearance .wheelList li .list_logo {
	display: table-cell;
	align-content: center;
	vertical-align: middle;
	align-content: center;
	width: 140px;
	height:60px;
}
.l-content .brand_stock_clearance .wheelList li .list_logo div,
.l-content .brand_stock_clearance .wheelList li .list_logo span.product_name {
	display: table-cell;
	line-height: 17px;
	width: 140px;
	padding: 0 5px 0 5px;
}
.l-content .related_product .wheelList li span {
	height: 50px;
}
.l-content .related_product .wheelList li .list_logo {
	display: table-cell;
	vertical-align: middle;
	width: 185px;
	height: 80px;
}
.l-content .brand_stock_clearance .list_container a,
.l-content .brand_stock_clearance .list_container a:hover {
	color: #333333;
	text-decoration: none;
}
.l-content .c-fz17 {
	font-size: 17px;
}
.l-content .c-color__black {
	color: #000;
}
.l-content .c-fz11 {
	font-size: 11px;
}
/* box product */
.l-content .boxProduct__withDescription {
	position: relative;
}
.l-content .boxProduct__withDescription .boxTitle {
	width: 35%;
	position: relative;
	z-index: 1;
	text-align: center;
}

.l-content .boxProduct__withDescription .boxTitle .title {
	width: 100%;
	display: inline-block;
	padding: 15px;
	color: #fff;
	position: relative;
	box-sizing: border-box;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
}
.l-content .boxProduct__withDescription .boxTitle .title:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 35px 0 0;
	position: absolute;
	top: 0;
	right: -20px;
}
/* box product color */
.l-content .boxProduct__withDescription .border__Yellow {
	border: 2px solid transparent;
	border-color: #fdc826;
}
.l-content .boxProduct__withDescription .border__blue {
	border: 2px solid transparent;
	border-color: #243d82;
}
.l-content .boxProduct__withDescription .border__sky {
	border: 1px solid transparent;
	border-color: #c6fbff;
}
.l-content .boxProduct__withDescription.boxYellow .boxTitle .title {
	background: #fdc826;
}
.l-content .boxProduct__withDescription.boxYellow .boxTitle .title:after {
	border-color: #fdc826 transparent transparent transparent;
}
.l-content .boxProduct__withDescription.boxblue {
	border-color: #243d82;
}
.l-content .boxProduct__withDescription.boxblue .boxTitle .title {
	background: #243d82;
}
.l-content .boxProduct__withDescription.boxblue .boxTitle .title:after {
	border-color: #243d82 transparent transparent transparent;
}
.l-content .boxProduct__withDescription.boxSkyBlue {
	border-color: #c6fbff;
}
.l-content .boxProduct__withDescription.boxSkyBlue .boxTitle .title {
	background: #c6fbff;
	color: #000;
}
.l-content .boxProduct__withDescription.boxSkyBlue .boxTitle .title:after {
	border-color: #c6fbff transparent transparent transparent;
}