body {
	background-color: #f4f4f4
}
.cl-cantainer {
	min-height: 80vh
}
a {
	color: #333
}
a:hover {
	color: #ff9400;
	text-decoration: none
}
.cl-header {
	background-color: #fff;
	box-shadow: 0 5px 15px hsla(0, 0%, 60%, .1)
}
.header-content {
	position: relative
}
.cl-logo {
	position: absolute;
	left: 0;
	top: 0;
	height: 80px;
	width: 300px;
	overflow: hidden
}
.cl-logo img {
	max-width: 100%;
	max-height: 100%
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem
	}
}
.navbar-toggler:not(:disabled):not(.disabled):focus {
	outline: none
}
.navbar {
	padding: 0
}
.nav .nav-item a.active, .navbar-light .navbar-nav .active > .nav-link {
	color: #ff9400;
	font-weight: 700
}
.navbar .navbar-brand img {
	max-width: 60px;
	max-height: 100%
}
.recommend-index {
	margin-bottom: 20px
}
.carousel-inner {
	height: 20rem
}
.cl-inner-footer {
	width: 100%;
	color: #fff;
	font-size: 1.2rem;
	padding: 0 1rem;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 16rem;
	height: 4rem;
	line-height: 4rem;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(97%, rgba(0, 0, 0, .65)));
	background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .65) 97%)
}
.recommend-item a {
	display: inline-block;
	width: 100%;
	height: 100%
}
.carousel-indicators {
	bottom: -5px
}
.cl-left {
	margin: 20px 0;
	padding: 0
}
.recommend-top {
	margin-bottom: 20px
}
.recommend-bottom {
	display: flex;
	justify-content: space-between
}
.recommend-item {
	width: 49%;
	height: 170px;
	overflow: hidden;
	position: relative
}
.recommend-item-bottom {
	position: absolute;
	top: 130px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	overflow: hidden;
	left: 0;
	width: 100%;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(97%, rgba(0, 0, 0, .65)));
	background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .65) 97%)
}
.cl-artical-content, .recommend-panel {
	background-color: #fff;
	padding: 0 20px 20px
}
.cl-card {
	height: 183px;
	background-color: #fff;
	margin: 0 0 20px;
	border-radius: 4px;
}
.cl-card .cl-card-image {
	border: 1px solid #eaeaea;
	overflow: hidden;
	height: 150px;
	padding: 0;
	border-radius: 4px;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 0 2px -1px rgba(120,120,120,0.5);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cl-card .cl-card-image:after{
	content: '.';
	font-size: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-image: url(../images/new-quesheng.jpg);*/
	/*background-repeat: no-repeat;*/
	/*background-size: 100% 100%;*/
}
.cl-card .cl-card-image img {
	width: 100%;
	max-width: 100%;
	min-height: 150px;
	position: relative;
	z-index: 2;
	height: auto;
}
.cl-card .cl-card-more {
	margin: 0;
	font-size: 1rem;
	font-weight: 300;
	opacity: .8
}
.cl-card-main-title {
	height: 1.6rem;
	overflow: hidden;
	font-size: 1.4rem;
	font-weight: 500
}
.card-link .row {
	padding: 0;
	margin: 0
}
a.card-link {
	display: inline-block;
	padding: 1rem;
	width: 100%;
	box-sizing: border-box
}
a.card-link:hover {
	background-color: #f0f0f0;
	color: #333
}
.cl-card-main-info {
	font-size: 1rem;
	opacity: .8;
	height: 3rem;
	overflow: hidden;
	margin: .5rem 0 1rem;
	font-weight: 300
}
.pagination .page-item.active .page-link {
	background-color: #ff9400;
	border-color: #ff9400;
	color: #fff
}
.pagination .page-item .page-link {
	color: #666
}
.pagination {
	margin: 20px 0 0
}
.pagination li.disabled .page-link {
	background-color: #eee;
	color: #999
}
.pagination li.disabled {
	cursor: not-allowed
}
.cl-right {
	margin: 20px 0;
	padding-right: 0
}
.right-card-main {
	background-color: #fff;
	margin: 0 0 20px
}
.cl-code {
	width: 80%;
	margin: 10px auto;
	padding: 0 0 10px
}
.right-card-title {
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	padding:22px 0 15px 10px;
}
.cl-code p {
	color: #999;
	line-height: 1.2rem;
	margin-top: 10px;
	text-align: center
}
.right-recommended {
	padding: 10px;
	height: 120px;
	overflow: hidden
}
.right-recommended-list {
	list-style: none;
	padding: 0 10px 20px;
	box-sizing: border-box
}
.right-recommended-list i {
	color: #999;
	margin-right: 4px
}
.right-recommended-list li {
	width: 100%;
	border-bottom: 1px dashed #eaeaea;
	color: #666;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-weight: 300
}
.label {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 10px
}
.label li a {
	display: block;
	border: 1px solid #dbdbdb;
	padding: 2px 10px;
	margin: 0 8px 8px 0;
	color: #666;
	font-weight: 300
}
.label li a:hover {
	background-color: #ff9400;
	border-color: #ff9400;
	color: #fff
}
.cl-footer {
	background-color: #fbfbfb;
	text-align: center;
	padding: 2rem 0 1rem;
	margin: 1rem 0 0;
	border-top: 1px solid #f1f1f1;
	font-weight: 300;
	color: #999
}
.cl-footer-link a {
	font-size: 20px;
	padding: 1rem 0;
	color: #666
}
.cl-copyright {
	color: #666;
	font-size: 14px;
	line-height: .8em
}
.cl-artical-title {
	padding: 20px 0 0;
	font-size: 1.8rem;
	font-weight: 500
}
.cl-card-tag {
	color: #999;
	font-size: .9rem;
	font-weight: 300
}
.cl-artical h1, .cl-artical h2, .cl-artical h3, .cl-artical h4, .cl-artical h5 {
	padding: 1.5rem 0 .5rem
}
.cl-artical h1 {
	font-size: 2rem
}
.cl-artical h2 {
	font-size: 1.75rem
}
.cl-artical h3 {
	font-size: 1.5rem
}
.cl-artical h4 {
	font-size: 1.25rem
}
.cl-artical h5 {
	font-size: 1rem
}
.cl-artical {
	padding: 2.5rem 0 0;
	color: #666
}
.cl-artical blockquote {
	font-size: 18px;
	padding: 2rem 1rem 2rem 2rem;
	border-left: 4px solid #ff9400;
	background-color: #f3f3f3;
	font-weight: 700;
	line-height: 1.8em
}
.cl-artical blockquote:before {
	content: " “ ";
	font-size: 60px;
	vertical-align: bottom;
	color: #ff9400
}
.cl-artical li, .cl-artical ol, .cl-artical ul {
	font-size: 1rem;
	color: #666
}
.cl-artical blockquote span {
	font-size: 36px
}
.cl-artical p img {
	vertical-align: middle;
	max-width: 100%;
	height: auto
}
.cl-artical p {
	padding: .5rem 0;
	line-height: 1.8rem;
	font-size: 1rem;
	color: #666;
	margin-bottom: 1rem
}
.cl-content-info {
	color: #999
}
.triangle-icon {
	position: absolute;
	left: 50px;
	top: -30px;
	color: #f4f4f4;
	font-size: 60px
}
.text-primary {
	text-align: right
}
.text-primary a {
	font-size: 14px;
	color: #666
}
@media (min-width: 576px) {
	.ll-panel {
		max-width: 30%
	}
}
.recommend-panel {
	margin: 20px 0
}
.recommend-panel a.recommend-panel-link {
	display: block
}
.recommend-panel-bottom {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 46px;
	margin-bottom: 7px;
	padding: 8px 14px 0;
	font-size: 14px;
	line-height: 18px;
}
.ll-title {
	margin: 3rem 0 1rem;
	color: #333
}
.recommend-panel-top {
	width: 100%;
	height: 172px;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 0 2px -1px rgba(120,120,120,0.5);
}
.cl-card-image img, .recommend-item img, .recommend-panel-top img {
	width: 100%;
	max-width: 100%;
	transition: .4s ease-out;
	-webkit-transition: .4s ease-out;
	-moz-transition: .4s ease-out;
	-o-transition: .4s ease-out
}
.cl-card-image img:hover, .recommend-item img:hover, .recommend-panel-top img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1)
}
@media (max-width: 576px) {
	.cl-card-main {
		padding-left: 0;
		padding-right: 0;
		margin-top: 1rem
	}
	.cl-card .cl-card-image {
		height: 200px
	}
	.carousel-inner {
		height: 16rem
	}
	.carousel-inner image {
		min-height: 16rem
	}
	.cl-inner-footer {
		top: 12rem
	}
	.recommend-item {
		height: 120px
	}
	.recommend-item image {
		min-height: 120px
	}
	.recommend-item-bottom {
		top: 80px
	}
}
.product-top {
	padding: 20px;
	margin: 20px 0 0;
	width: 100%;
	background-color: #fff
}
.product-list-btn {
	display: flex;
	align-items: center;
	justify-content: space-between
}
.list-price {
	color: #e5511d;
	font-size: 1.4rem;
	margin-right: 1rem;
	font-weight: 500;
	margin-bottom: 0
}
.list-more, .list-number {
	font-size: .8rem;
	color: #999;
	margin-bottom: 0
}
.price-box {
	display: flex;
	align-items: center
}
.product-recommended-list {
	list-style: none;
	padding: 0 10px 20px;
	box-sizing: border-box
}
.product-recommended-list li {
	width: 100%;
	border-bottom: 1px dashed #eaeaea;
	color: #666;
	font-weight: 300;
	margin-top: 1rem
}
.product-recommended-list li img {
	width: 100%
}
.recommended-title {
	font-size: 12px;
	line-height: 1rem;
	margin-top: .5rem
}