@import url("ueditor.css");

html {
	/* 1320px */
	--contentWidth: 82.5rem;
}

body {
	margin: 0;
}

* {
	box-sizing: border-box;
}

img {
	object-fit: cover;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}

.screen-h {
	height: 100vh;
}

.screen-w {
	width: 100vw;
}

.fixed {
	position: fixed;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.sticky {
	position: sticky;
}

.clearfix:after,
.clear:after {
	display: table;
	content: "";
	clear: both;
}

.break-word {
	word-break: break-word;
}

.nowrap {
	white-space: nowrap;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis1 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.ellipsis2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.hidden {
	overflow: hidden;
}

.bold {
	font-weight: bold;
}

.fw500 {
	font-weight: 500;
}

.fw600 {
	font-weight: 600;
}

.fl,
.left {
	float: left;
}

.fr,
.right {
	float: right;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.vm {
	vertical-align: middle;
}

.text-und {
	text-decoration: underline;
}

.hide,
.none {
	display: none;
}

.show,
.block {
	display: block;
}

.flex {
	display: flex;
}

.fwrap {
	flex-wrap: wrap;
}

.fshrink0 {
	flex-shrink: 0;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.f1 {
	flex: 1;
}

.f2 {
	flex: 2;
}

.row {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.row-center {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.row-between {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.row-around {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.row-center-between {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.col {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.col-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.swiper-button-prev,
.swiper-button-next {
	width: 2.9rem;
	height: 2.9rem;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 1.65rem;
}

.swiper-button-prev {
	left: 0.625rem;
}

.swiper-button-next {
	right: 0.625rem;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	pointer-events: auto;
}

.custom-pagination-box {
	padding-top: 6.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-pagination-box>.item-box {
	text-decoration: none;
	padding: 1.06rem 1.56rem;
	border-radius: 0.63rem;
	border: 0.06rem solid #999999;
	line-height: 1;
	font-weight: 400;
	font-size: 1rem;
	color: #999999;
}

.custom-pagination-box>.item-box.active {
	color: #FFFFFF;
	background: #506BF6;
	border: none;
}

.custom-pagination-box>.item-box+.item-box {
	margin-left: 1.81rem;
}

.correlation-item-box .describe {
	height: 6.75rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.correlation-item-box .title {
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.new-box .content-box {
	align-items: flex-end;
}

.new-box .content-box .text-box {
	padding-top: 3.5rem;
}

.new-box .content-box .text-box .title {
	line-height: 2.5rem;
	height: 5rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.new-box .content-box .text-box .describe {
	margin-top: 1.5rem;
	line-height: 2.25rem;
	height: 4.5rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.case-list>.cl-item>.cl-item-right .title {
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.case-list>.cl-item>.cl-item-right .describe {
	line-height: 1.88rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.case-list>.cl-item>.cl-item-right>.viewDetail-btn {
	margin-top: 0 !important;
}

.swiper-wrapper .swiper-slide.product-box .name {
	text-align: center;
}

.swiper-wrapper .swiper-slide.product-box img {
	width: 24rem !important;
	height: 13.5rem !important;
	object-fit: contain;
}

.swiper-wrapper .swiper-slide.product-box:hover img {
	transform: scale(1.1) !important;
}