@charset "utf-8";
@import url(./my-bootstrap.css);

.main {
	overflow: hidden;
	box-shadow: none;
	background: transparent;
}

.product-top {
	width: 90%;
	margin: 30px auto 30px;
}

.product-top .view {
	overflow: hidden;
}

.product-top h2 {
	font-size: 28px !important;
	color: #333 !important;
	text-align: center;
	line-height: 2;
}

.content {
	width: 90%;
	margin: 20px auto;
}

.content h3 {
	font-size: 16px;
	font-weight: bold;
	background: var(--primary-color);
	line-height: 2.5;
	color: #fff;
	padding: 0 15px;
}

.content p {
	font-size: 14px;
	line-height: 2;
}

.content p img {
	margin: 15px;
}

.content table {
	border: 1px solid #cfcfcf;
	width: 96%;
	margin: 0 auto;
	border-collapse: collapse;
}

.content td {
	border: 1px solid #cfcfcf !important;
}

.content td span {
	font-size: 16px;
	color: #666;
	font-weight: 400;
}

.content tbody>tr:first-child td {
	border: 1px solid #a39999 !important;
}

.content tbody>tr:first-child td p {
	text-align: center !important;
}

thead td {
	background: #cfcfcf;
	text-align: center;
	border: 1px solid #cfcfcf;
}

thead th {
	background: #e8e5e5;
	text-align: center;
	border: 1px solid #a29a99;
	line-height: 3;
	color: #333;
	font-weight: normal;
}

.content td:first-child {
	white-space: nowrap;
}

.content td {
	text-align: center;
	line-height: 40px;
}

.content .imgs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.content .imgs .img-item {
	margin: 0 !important;
	width: 19%;
	margin-bottom: 10px !important;
}

.imgs img {
	border: 1px solid #cfcfcf;
}

.imgs h4 {
	font-size: 16px;
	text-align: center;
	line-height: 2;
}

.widget {
	margin-bottom: 30px;
	padding-bottom: 35px;
}

.widget .widget-title {
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 16px;
	color: rgb(51, 51, 51);
	font-weight: 500;
	border-bottom: 1px solid rgb(222, 222, 222);
}

.widget .widget-title {
	line-height: 1;
	padding-bottom: 0;
	font-size: 22px;
	font-weight: 700;
	position: relative;
	margin: 20px 0;
	margin-top: 13%;
	padding-left: 15px;
	text-transform: uppercase;
	border: none !important;
	border-left: 3px solid var(--primary-color) !important;
}

.sidebar .nav {
	float: none !important;
	margin-left: 0;
}

.sidebar ul.service-menu li {
	width: 100%;
}

.sidebar ul.service-menu li a {
	font-size: 18px;
	display: block;
	background-color: #f4f4f4;
	padding: 10px 20px;
	border: 0;
	margin-bottom: 8px;
	position: relative;
	transition: 400ms;
	text-transform: capitalize;
	color: var(--text-black-color);
}

.sidebar ul.service-menu li.active a,
.sidebar ul.service-menu li:hover a {
	background: var(--primary-color);
	color: #fff;
	cursor: pointer;
}

.sidebar ul.service-menu li a.btn-more {
	background: var(--primary-color);
	color: #fff;
	border-bottom-left-radius: 0.8rem;
	border-bottom-right-radius: 0.8rem;
}

.sidebar ul.service-menu li a.btn-more:hover {
	opacity: .8;
}

.preview .active-nav {
	border: 2px solid var(--primary-color);
}

.product h2 {
	font-size: 18px;
	color: var(--text-black-color);
	margin-top: 35px;
	font-weight: bold;
}

.product h2 {
	padding-bottom: 12px;
	border-bottom: 1px solid #cfcfcf;
}

.product .params table,
.product .params td {
	padding-left: 10px;
	border: 1px solid #cfcfcf;
}

.product .params table {
	border-collapse: collapse;
}

.product .params table p {
	white-space: pre-wrap;
	word-break: keep-all;
	font-size: 15px;
}

.product-right {
	padding-left: 0px;
}

/* #tabs基础布局样式 */
#tabs {
	width: 100%;
	margin: 0 auto;
}

#tabs li {
	float: left;
	margin-right: 2px;
}

#tabs li a {
	display: block;
	padding: 10px 20px;
	background: #f3f3f3;
	text-decoration: none;
	color: var(--text-black-color);
	font-size: 17px;
}

#tabs li a:hover {
	background: var(--primary-color);
	color: #fff;
}

/* tab容器样式 */
#tabs_container {
	padding: 0 20px;
	overflow: hidden;
	position: relative;
	background: #f3f3f3;
	box-sizing: content-box;
	font-size: 16px;
	line-height: 1.8;
	height: 0;
	box-sizing: content-box;
}

#tabs_container>div {
	margin-right: 40px;
}

.transition {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.make_transist {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hidescale {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideleft {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showleft {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hidescaleup {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscaleup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transform: rotatey(-90deg) scale(1.1);
	-moz-transform: rotatey(-90deg) scale(1.1);
	-o-transform: rotatey(-90deg) scale(1.1);
	-ms-transform: rotatey(-90deg) scale(1.1);
	transform: rotatey(-90deg) scale(1.1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.showflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;

	-webkit-transform: rotatey(0deg) scale(1);
	-moz-transform: rotatey(0deg) scale(1);
	-o-transform: rotatey(0deg) scale(1);
	-ms-transform: rotatey(0deg) scale(1);
	transform: rotatey(0deg) scale(1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.tabulous_active {
	background: var(--primary-color) !important;
	color: #fff !important;
}

.tabulousclear {
	display: block;
	clear: both;
}


#tabs ul {
	overflow: hidden;
}

.content-centen {
	display: flex;
	justify-content: space-between;
}

.content-centen .right .btn {
	margin: 20px 0;
	padding: 5px 8px;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	display: inline-flex;
	font-size: 15px;
	align-items: center;
}

.content-centen .right .btn:hover {
	background: var(--high-light-color);
	color: #fff;
}

.content-centen .right .btn svg {
	fill: var(--primary-color);
	width: 18px;
	height: 18px;
	margin-right: 5px;
}

.content-centen .right .btn:hover svg {
	fill: #fff;
}

@media screen and (max-width: 767px) {
	.content .imgs .img-item {
		width: 49%;
	}

	.product-top {
		margin-top: 0px;
	}

	.widget {
		margin-top: 0;
		padding-top: 0;
	}
}