body,
html {
	margin: 0;
	padding: 0;
}

body {
	padding-top: 80px;
	font-size: 14px;
	background: #f9f8f6;
	line-height: 1.5715;
	/* font-family: -apple-system, BlinkMacSystemFont, Source Han Sans CN, PingFang SC, Hiragino Sans GB, noto sans, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif; */
	font-family: Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #333;
}

ul,
li {
	list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

a {
	color: #323232;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #323232;
	/* text-decoration: underline; */
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

img {
	max-width: 100%;
}

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	.navbar {
		display: none;
	}

	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000 !important;
	}

	.label {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table td,
	.table th {
		background-color: #fff !important;
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}

.flex {
	display: flex;
	align-items: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

h1,
.h1 {
	font-size: 26px;
}

h2,
.h2 {
	font-size: 23px;
}

h3,
.h3 {
	font-size: 20px;
}

h4,
.h4 {
	font-size: 15px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 12px;
}

p {
	margin-bottom: 0;
}

.text-31 {
	font-size: 31px;
}

.text-30 {
	font-size: 30px;
}

.text-28 {
	font-size: 28px;
}
.text-26 {
	font-size: 26px;
}
.text-24 {
	font-size: 24px;
}
.text-22 {
	font-size: 22px;
}
.text-20 {
	font-size: 20px;
}

.text-18 {
	font-size: 18px;
}

.text-16 {
	font-size: 16px;
}

.text-15 {
	font-size: 15px;
}
.text-14 {
	font-size: 14px;
}

.text-13 {
	font-size: 13px;
}
.text-12 {
	font-size: 12px;
}

.text-blue {
	color: #0092dd;
}

.text-col-3 {
	color: #333;
}

.text-col-6 {
	color: #666;
}
.text-col-7 {
	color: #777;
}

.text-col-9 {
	color: #999;
}
.border-bottom {
	border-bottom: 1px solid #e6e6e6;
}
.border-top {
	border-top: 1px solid #e6e6e6;
}


.text-bold {
	font-weight: bold;
}

.show {
	display: none;
}

.more-btn {
	margin-top: 50px;
	font-size: 26px;
	background: #0092dd;
	color: #fff;
	padding: 6px 0;
	border-radius: 100px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 140px;
	justify-content: center;
}
.product-btn {
	background: none;
	border: 1px solid #fff;
	margin-top: 0;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -70px;
}
.product-btn:hover {
	color: #fff;
}
.more-btn > span {
	display: inline-block;
	margin-right: 4px;
}

.bi-arrow-up-short::before {
	font-size: 26px;
	transform: rotate(45deg);
}

.line-1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.line-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.line-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.line-4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.line-10 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	overflow: hidden;
}

.empty-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 40px;
	height: 60vh;
	justify-content: center;
}
.empty-box p {
	font-size: 18px;
}

/* 分页 */
.page_s {
	display: flex;
	align-items: center;
	justify-content: center;
}
.page_s .page-btn {
	cursor: pointer;
}
.page_s .page-btn .bi::before {
	font-weight: bold !important;
	font-size: 20px;
}
.page_s ul {
	margin: 0;
	padding: 0 30px;
	display: flex;
	align-items: center;
}
.page_s ul li,
.page-circle-btn {
	cursor: pointer;
	font-size: 20px;
	columns: #333;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
}
.page_s ul li.active {
	background: #0092dc;
	color: #fff;
}

.page-circle-btn {
	background: #0092dc;
	color: #fff;
	margin: 0 40px;
}

.page-circle-btn.disableChange {
	background: #474747;
}

/* tabs切换 */
.swiper-tabs-box .swiper-parent-title {
	display: none;
}
.swiper-tabs-product {
	background: #fff;
	box-shadow: 0 12px 36px rgba(201, 209, 214, 0.4);
	border-radius: 10px;
	padding: 10px 40px;
	margin: -60px auto 60px;
	position: relative;
	z-index: 10;
}

.swiper-tabs-box .tabsSwiper {
	border-bottom: 1px solid #dcdcdc;
}
.swiper-tabs-product .tabsSwiper {
	border-bottom: 0;
}
.tabsSwiper .swiper-slide {
	width: auto;
	margin-right: 50px;
}
.tabsSwiper .swiper-slide .swiper-slide-text {
	font-size: 17px;
	line-height: 100px;
	display: inline-block;
	border-bottom: 3px solid transparent;
	cursor: pointer;
}
.tabsSwiper .swiper-slide .swiper-slide-protabs {
	font-size: 14px;
	line-height: 2;
	text-align: center;
	color: #666;
}
.tabsSwiper .swiper-slide .swiper-slide-protabs img {
	width: 64px;
	height: 64px;
}
.tabsSwiper .swiper-slide .swiper-slide-protabs p {
	line-height: 1.2;
	margin: 5px 0;
}
.tabsSwiper .swiper-slide .active {
	border-bottom-color: #0092dc;
}



@media (min-width: 576px) {
	.container {
		max-width: 100%;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}
 @media (min-width: 1920px) {
	.container {
		max-width: 1520px;
	}
}

@media (max-width: 992px) { 
	.more-btn {
		font-size: 24px;
		/* width: 170px; */
	}
	.hidden-content {
		display: none;
	}
	.show {
		display: block;
	}
	.tabsSwiper .swiper-slide {
		margin-right: 30px;
	}
	.tabsSwiper .swiper-slide .swiper-slide-text {
		line-height: 80px;
	}
}

@media (max-width: 770px) {
	.container {
		padding: 20px;
		max-width: 100%;
	}
	.empty-box {
		font-size: 30px;
		height: 40vh;
	}
	.empty-box p {
		font-size: 15px;
	}
	.more-btn {
		font-size: 12px;
		width: 100px;
	}
	.product-btn {
		width: 140px;
	}
	.more-btn .text-14 {
		font-size: 12px;
		margin: 0;
	}
	.page_s ul {
		padding: 0 10px;
	}
	.page_s ul li,
	.page-circle-btn {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
	.page_s .page-btn .bi::before {
		font-size: 14px;
	}
	.swiper-tabs-box {
		background: #fff;
		padding: 20px 20px 0;
		border-radius: 10px;
		margin-top: -70px;
		position: relative;
		z-index: 10;
	}
	.swiper-tabs-product {
		padding: 20px;
		margin: -70px auto 0;
	}
	.swiper-tabs-box .swiper-parent-title {
		display: block;
		font-size: 17px;
		padding-bottom: 20px;
	}
	.tabsSwiper {
		border-top: 1px solid #dcdcdc !important;
		border-bottom: none !important;
	}
	.tabsSwiper .swiper-slide .swiper-slide-text {
		font-size: 14px !important;
		line-height: 55px !important;
		border-bottom: none !important;
		border-top: 3px solid transparent;
	}
	.tabsSwiper .swiper-slide .active {
		border-top-color: #0092dc;
	}
}

@media (max-width: 576px) {
	.more-btn {
		font-size: 12px;
		width: 100px;
	}
	.product-btn {
		width: 140px;
	}
	.more-btn .text-14 {
		font-size: 12px;
		margin: 0;
	}
}