.prodCover {
	width: 100%;
	height: 100%;
	border-radius: 3px;
	overflow: hidden;
}

.prodTitle {
	font-size: 26px;
	color: #fff;
}

.prodTitle>a {
	transition: all .3s;
	position: relative;
	top: 0;
}

.prodTitle>a:hover {
	top: -3px;
}

.prodTitle>a>span {
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
	float: right;
	transition: all .3s;
}

.prodTitle>a:hover>span {
	background: #343A40;
}

.prodTitle>a>span>i {
	color: #fff;
	font-size: 12px;
	margin-right: 10px;
}

.prod_keyword {
	display: block;
	font-size: 0;
}

.prod_keyword>li {
	margin-right: 10px;
	font-size: 12px;
	color: #409eff;
	border: 1px solid #d9ecff;
	background-color: #ecf5ff;
	border-radius: 3px;
	padding: 5px;
	display: inline-block;
}

.prod_keyword>li.kwd1 {
	background: #f0f9eb !important;
	border-color: #e1f3d8 !important;
	color: #67c23a !important;
}

.prod_keyword>li.kwd2 {
	background: #f4f4f5 !important;
	border-color: #e9e9eb !important;
	color: #909399 !important;
}

.prod_keyword>li.kwd3 {
	background: #fdf6ec !important;
	border-color: #faecd8 !important;
	color: #e6a23c !important;
}

.prod_keyword>li.kwd4 {
	background: #fef0f0 !important;
	border-color: #fde2e2 !important;
	color: #f56c6c !important;
}

.prodSummary {
	height: 180px;
	overflow: scroll;
	font-size: 14px;
	color: #555;
}

.prodSummary>p {
	font-size: 14px;
}

.prodSummary>p:last-child {
	margin-bottom: 0;
}

.modelItem {
	margin-top: 2px;
}

.modelItem:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.modelItem:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.modelContent {
	font-size: 14px;
	position: relative;
	padding-left: 20px;
	line-height: 2em;
	padding: 0 40px;
}

.modelContent>p {
	font-size: 14px;
	position: relative;
	padding-left: 20px;
	line-height: 2em;
}

.modelContent>p:last-child {
	margin-bottom: 0;
}

.modelContent>p:before {
	width: 6px;
	height: 6px;
	background: #6c757d;
	border-radius: 50%;
	display: inline-block;
	content: '';
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 10px;
}

.modelTitle {
	font-size: 18px;
	display: inline-block;
	padding-bottom: 10px;
	color: #555;
}

.modelIcon {
	font-size: 20px;
	margin-right: 15px;
}

.modelPics {
	padding: 20px 50px;
	padding-left: 70px;
	padding-bottom: 0;
}

.modelPics>div {
	text-align: center;
}

.modelPics>div>img {
	max-width: 100%;
	border-radius: 3px;
	margin-bottom: 20px;
}

.hotTitle {
	font-size: 16px;
}

.hotTitle>i {
	margin-right: 5px;
}

.hotItem {
	margin-top: 20px;
	position: relative;
}

.hotItem>div {
	width: 100%;
	height: 140px;
	overflow: hidden;
	border-radius: 3px;
}

.hotItem a {
	color: #555;
	display: block;
	padding-top: 10px;
	font-weight: bold;
}
.hotItem:hover a>span{
	color: var(--primary) !important;
}

.hotItem>.cat {
	position: absolute;
	bottom: 0px;
	right: 10px;
	height: 20px;
	line-height: 20px;
	width: 80px;
	font-size: 12px;
	text-align: right;
	color: #aaa;
}

.min_title {
	color: #999;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px;
}

.min_title>i {
	color: #ccc;
}

.min_title>i:first-child {
	margin-right: 10px;
}

.min_title>i:last-child {
	margin-left: 10px;
}

.min_title .badge {
	font-size: 12px;
	font-weight: normal !important;
	padding: 5px 10px;
}

.mainTitle {
	font-size: 26px;
	color: #444;
	text-align: center;
	padding: 40px 0;
	margin-top: 40px;
}

.mainTitle:before,
.mainTitle:after {
	height: 20px;
	width: 26px;
	background: url('https://cdn.qipengit.com/file/c58ad844-0ef4-4c51-8369-e3af71b987fd.png');
	content: '';
	display: inline-block;
	background-size: auto 100%;
	background-position: left;
}

.mainTitle:before {
	margin-right: 20px;
}

.mainTitle:after {
	background-position: 25px 0;
	margin-left: 20px;
}

.mainText {
	font-size: 15px;
	line-height: 2.5em;
}

.picsItem{
	width: 100%;
	padding-bottom: 60%;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.picsItem>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hotPic{
	width: 100%;
	padding-bottom: 60%;
	object-fit: cover;
}
@media (max-width: 768px) {
	.prodCover {
		height: 60vw;
	}

	.prodTitle {
		padding-top: 20px;
	}

	.prodSummary {
		height: auto;
	}

	.modelPics {
		padding: 10px 0px;
		padding-left: 20px;
	}
}
.mainPic .col-12 img{
	width: 100%;
	height: auto;
	/* object-fit: none; */
	position: relative;
}
.mainPic .col-12 .picsItem{
	padding-bottom: 0;
}

.videoContent{
	width: 100%;
}