body,
html {
	width: 100%;
	background: #eff3f5;
	font-size: 13px;
	line-height: 1.8em;
	max-width: 100vw;
	overflow-x: hidden;
	overflow-y: scroll;
}

:root {
	--main: red;
	--main: #00a4ff;
	--primary: #f47425;
}

a {
	font-size: 14px;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0) !important;
}

a:hover {
	text-decoration: none;
}

@font-face {
	font-family: "Titillium Web";
	src: url("https://cdn.qipengit.com/file/e096fe78-e882-4a23-8638-4ffb4f8f22d3.ttf");
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:
		"Titillium Web", sans-serif, "pingfang SC", "helvetica neue", arial, "hiragino sans gb",
		"microsoft yahei ui", "microsoft yahei", simsun, sans-serif;
	color: #333;
	text-decoration: none;
	font-style: normal;
	list-style: none;
	box-sizing: border-box;
	/* -webkit-user-select: none;
	user-select: none; */
}

.clear {
	clear: both;
}

.autoFit,
.autoFill {
	display: none;
}

.autoPicMask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f1f1f1;
}

.autoPicMask:after {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	font-family: "iconfont";
	content: "\e61a";
	font-size: 40px;
	color: #ccc;
	fill: red;
}

.header {
	width: 100%;
	background: #fff;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.headerMask {
	height: 60px;
}

.searchBox {
	float: right;
	background: #3d4049;
	color: #8a8e99;
	font-size: 12px;
	height: 36px;
	line-height: 36px;
	width: 200px;
	cursor: pointer;
	margin-top: 7px;
	border-radius: 2px;
	z-index: 2;
}

.searchBox:before {
	width: 20px;
	height: 20px;
	margin-top: 6px;
	margin-left: 8px;
	margin-right: 8px;
	content: "";
	display: block;
	font-family: "iconfont";
	content: "\e641";
	font-size: 20px;
	line-height: normal;
	background-repeat: no-repeat;
	float: left;
}

.searchMask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: none;
}

.searchInput {
	width: 400px;
	position: absolute;
	z-index: 2;
	background: #383e4d;
	right: 166px;
	top: 7px;
	display: none;
	border-radius: 2px;
}

.searchInput_input {
	overflow: hidden;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #4d5361;
	margin: 0 15px;
	text-align: right;
	position: relative;
}

.searchInput_input > input {
	width: 200px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 0 10px;
	position: absolute;
	right: 0;
	height: 46px;
	line-height: 46px;
	transition: all 0.2s;
}

.searchInput_input > input.open {
	width: 100%;
}

.searchInput_input > input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #8c8e99;
}

.searchInput_input > input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #8c8e99;
}

.searchInput_input > input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #8c8e99;
}

.searchInput_input > input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #8c8e99;
}

.searchInput_list > .title {
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	color: #8c8e99;
	padding: 0 25px;
}

.searchInput_list {
	padding-bottom: 15px;
}

.searchInput_list > ul > li {
	font-size: 12px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 25px;
	cursor: pointer;
	margin-left: 50%;
	opacity: 0;
}

.searchInput_list > ul > li.item1 {
	transition: all 0.5s;
}

.searchInput_list > ul > li.item2 {
	transition: all 0.6s;
}

.searchInput_list > ul > li.item3 {
	transition: all 0.7s;
}

.searchInput_list > ul > li.item4 {
	transition: all 0.8s;
}

.searchInput_list > ul > li.item5 {
	transition: all 0.9s;
}

.searchInput_list > ul > li.showList {
	opacity: 1;
	margin-left: 0;
}

.searchInput_list > ul > li:hover {
	background: #3f4553;
	color: red;
}

.navMenu > a {
	height: 50px;
	line-height: 50px;
	color: #fff;
	padding: 0 10px;
	cursor: pointer;
	display: block;
	float: left;
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	/* Firefox 4 */
	-webkit-transition: color 0.2s;
	/* Safari 和 Chrome */
	-o-transition: color 0.2s;
}

.navMenu > a:hover {
	color: red;
}

.navMenu > a:after {
	height: 10px;
	width: 1px;
	background: rgba(255, 255, 255, 0.05);
	content: "";
	float: right;
	margin: 20px 0 0 15px;
}

.navMenu > a:last-child:after {
	display: none;
}

.navLogo {
	float: left;
	width: 110px;
	height: 50px;
	padding-top: 7px;
}

.navLogo > img {
	height: 36px;
}

.phoneNumber {
	width: 156px;
	height: 32px;
	float: right;
	margin-left: 10px;
	line-height: 16px;
	margin-top: 8px;
	padding-left: 10px;
	border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.phoneNumber > span {
	font-size: 12px;
	color: #8a8e99;
}

.phoneNumber > i {
	height: 20px;
	font-family: DINNextLTPro-MediumCond, "DIN Alternate", arial;
	color: var(--main);
	font-size: 16px;
	display: block;
}

.footer {
	background: #242930;
}

.footer_row {
	width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #45484c;
	padding: 20px 0;
}

.footer_row:last-child {
	border-bottom: none;
}

.friendLinks {
	width: 60%;
	height: 200px;
	float: left;
	font-size: 12px;
	padding-left: 80px;
	line-height: 30px;
	position: relative;
	padding-top: 20px;
}

.friendLinks > a {
	font-size: 12px;
	color: #999;
	display: inline-block;
	margin-right: 10px;
}

.friendLinks > a:hover {
	color: var(--main);
}

.friendLinks > .title {
	font-size: 12px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 20px;
}

.copyright {
	color: #ccc;
	font-size: 12px;
	/*font-family: DINNextLTPro-MediumCond,'DIN Alternate',arial;*/
}

.footer_service {
	height: 80px;
	line-height: 40px;
}

.footer_service > a {
	color: #fff;
	width: 25%;
	display: block;
	float: left;
	padding-left: 40px;
	position: relative;
}

.footer_service > a:hover {
	color: var(--main);
}

.footer_service > a:before {
	background: red;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 40px;
	height: 40px;
}

.footer_nav_model {
	width: 13%;
	margin-right: 5%;
	float: left;
}

.footer_nav_model > .title {
	font-size: 14px;
	color: #fff;
	padding-bottom: 20px;
}

.footer_nav_model a {
	color: #ccc;
	width: 100%;
	display: block;
	font-size: 12px;
	line-height: 30px;
}

.footer_row_logo {
	width: 40%;
	float: right;
	overflow: hidden;
	text-align: right;
}

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

.footer_row_logo > img {
	width: 200px;
}

.footer_nav_contact {
	width: 40%;
	text-align: right;
	float: right;
}

.footer_nav_contact > div {
	color: #ccc;
	font-size: 12px;
	line-height: 35px;
}

.footer_nav_contact > a {
	background: var(--main);
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 3px;
	font-size: 14px;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer_nav_contact > a > span {
	font-synthesis: 16px;
	font-family: DINNextLTPro-MediumCond, "DIN Alternate", arial;
	color: #fff;
}

.footer_nav_contact > a:hover {
	opacity: 0.9;
}

a.footer_service1:before {
	background: url("/static/img/main.svg");
	background-position: 54% 1%;
}

a.footer_service1:hover:before {
	background-position: 64.7% 1%;
}

a.footer_service2:before {
	background: url("/static/img/main.svg");
	background-position: 32% 1%;
}

a.footer_service2:hover:before {
	background-position: 42.9% 1%;
}

a.footer_service3:before {
	background: url("/static/img/main.svg");
	background-position: 0 10%;
}

a.footer_service3:hover:before {
	background-position: 10.9% 10%;
}

a.footer_service4:before {
	background: url("/static/img/main.svg");
	background-position: 21% 10%;
}

a.footer_service4:hover:before {
	background-position: 32% 10%;
}

.footerFloat {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 46px;
}

.footerFloat > div {
	width: 46px;
	background: #f3f5f9;
	border: 1px solid #e1e8f0;
	cursor: pointer;
	border-radius: 5px;
	margin-top: 10px;
	color: #555;
}

.footerFloat > div:hover {
	background: #e2eefa;
	border-color: #ddd;
}

.footerFloat > div.contact > span {
	display: block;
	width: 100%;
	padding: 10px 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: inherit;
}

.footerFloat > div.contact > span:before {
	font-family: "iconfont";
	content: "\e604";
	font-size: 26px;
	padding-bottom: 10px;
	display: block;
	position: relative;
	left: -2px;
}

.footerFloat > div.toTop {
	height: 46px;
	display: none;
}

.footerFloat > div.toTop:before {
	font-family: "iconfont";
	height: 44px;
	width: 44px;
	line-height: 44px;
	text-align: center;
	display: block;
	content: "\e891";
}

#headerContact {
	display: none;
}

.footerGroup {
	width: 22%;
	margin-right: 4%;
	float: left;
	padding: 30px 0;
}

.footerGroup:last-child {
	margin-right: 0;
}

.footerGroup > .title {
	color: #fff;
	padding-bottom: 10px;
	position: relative;
	font-size: 16px;
	margin-bottom: 10px;
}

.footerGroup > .title:after {
	position: absolute;
	display: block;
	width: 40px;
	border-bottom: 2px solid #f47425;
	bottom: 0;
	left: 0;
	content: "";
}

.footerGroup > .description {
	color: #a3a3a3;
	font-size: 12px;
	line-height: 2em;
}

.footerGroup > .description * {
	color: #a3a3a3;
	font-size: 12px;
}

.footerGroup > .link > li {
	width: 50%;
	float: left;
}

.footerGroup > .link > li > a {
	color: #a3a3a3;
	line-height: 2em;
	font-size: 12px;
}

a:hover {
	color: #f47425 !important;
}

.footerBottom {
	background: #1d2024;
	height: 60px;
	line-height: 60px;
	clear: both;
	font-size: 12px;
	color: #a3a3a3;
}

.footerBottom > div {
	color: inherit;
}

.footer .iconLink {
	padding-top: 20px;
}

.footer .iconLink > i {
	font-family: "iconfont";
	background: #1e282f;
	display: block;
	float: left;
	color: #a3a3a3;
	width: 40px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	font-size: 18px;
	border-radius: 5px;
	cursor: pointer;
	margin-right: 10px;
}

.footer .miniprogram:after {
	content: "\e63c";
}

.footer .iconLink > i:hover {
	background: #f47425;
	color: #fff;
}

.footer .wechat:after {
	content: "\e65d";
}

.footer .weibo:after {
	content: "\e7e4";
}

.footer .copylink:after {
	content: "\e600";
}

.header {
	box-shadow:
		0px 2px 4px 0px rgba(0, 0, 0, 0),
		0px 2px 10px 0px rgba(0, 0, 0, 0.08);
	display: none;
}

.header .logo {
	display: block;
	float: left;
	height: 50px;
	margin-top: 5px;
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
}

.header .logo:before {
	height: 40px;
	border-right: 1px solid #ddd;
	content: "";
	position: absolute;
	top: 5px;
	right: -10px;
}

.header .logo:after {
	display: none;
}

.header .logo > img {
	height: 50px;
}

.header .nav {
	height: 60px;
	margin-left: 80px;
	float: right;
}

.header .nav > div {
	height: 60px;
	cursor: pointer;
	font-weight: bold;
	min-width: 90px;
	text-align: center;
	color: #1e282f;
	display: block;
	float: left;
	position: relative;
}

.header .nav > div > a,
.header .nav > div > span {
	line-height: 60px;
	font-size: 14px;
}

.header .nav > div > .slideNav {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	top: 60px;
	background: #fff;
	display: none;
	box-shadow:
		0px 2px 4px 0px rgba(0, 0, 0, 0),
		0px 5px 10px 0px rgba(0, 0, 0, 0.08);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-bottom: 10px;
}

.header .nav > div > .slideNav > a {
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 13px;
}

.header .nav > div > .slideNav > a:after {
	display: none;
}

.header .nav > div:hover > .slideNav {
	display: block;
}

.header .nav > a {
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	font-weight: bold;
	min-width: 70px;
	text-align: center;
	color: #1e282f;
	display: block;
	float: left;
	margin: 0 10px;
}

.header .nav > a.active {
	color: #f47425;
}

.header .nav > a.active:after {
	width: 100%;
}

.header .nav > a:after {
	bottom: 5px;
}

.header .nav_online {
	float: right;
	color: #fff;
	background: #1e282f;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	padding: 0 10px;
	display: block;
	margin-top: 10px;
	margin-left: 40px;
	cursor: pointer;
}

.header .nav_online:hover {
	color: #fff !important;
	background: #f47425;
}

.header .nav_online:before {
	font-family: "iconfont";
	content: "\e77e";
	margin-right: 10px;
}

.header .nav_online:after {
	display: none;
}

.logoRight {
	height: 50px;
	margin-top: 5px;
	margin-left: 15px;
	float: left;
}

.videoControl {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}

.videoControl > .mask {
	background: #000;
	width: 100%;
	height: 100%;
	opacity: 0.7;
}

.videoControl > .content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 900px;
	height: 506px;
	margin-left: -450px;
	margin-top: -253px;
	background: #fff;
}

.videoControl > .content > video {
	width: 900px;
	height: 506px;
}

.videoControl > .close {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	color: #a3a3a3;
	top: 50%;
	left: 50%;
	margin-top: -293px;
	margin-left: 410px;
	font-size: 24px;
	cursor: pointer;
}

.videoControl > .close:after {
	font-family: "iconfont";
	content: "\e619";
}

.videoControl > .close:hover {
	color: #fff;
}

.autoFit,
.autoFill {
	display: none;
}

.autoPicMask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f1f1f1;
}

.autoPicMask:after {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	font-family: "iconfont";
	content: "\e61a";
	font-size: 40px;
	color: #ccc;
	fill: red;
}

.logoRightBox {
	display: inline-block;
	width: 100px;
	float: left;
}

.subMenu {
	position: fixed;
	top: 60px;
	background: #fff;
	width: 100%;
	box-shadow:
		0px 4px 4px 0px rgba(0, 0, 0, 0),
		0px 10px 10px 0px rgba(0, 0, 0, 0.08);
}

.subMenuList > li > ul > li {
	height: 100px;
	width: 16.66%;
	text-align: center;
	float: right;
	position: relative;
	margin-right: -1px;
}

.subMenuList > li > ul {
	padding: 20px 0;
	display: none;
}

.subMenuList > li > ul.noBorder {
	padding-bottom: 0;
}

.subMenuList > li > ul.noBorder > li {
	margin-bottom: 20px;
}

.subMenuList > li > ul > li > a {
	display: block;
	height: 100%;
	border: 1px solid #f5f5f5;
}

.subMenuList > li > ul.noBorder > li > a {
	border: none;
}

.subMenuList > li > ul.noBorder > li > a {
	display: inline-block;
	width: 90%;
	border-radius: 3px;
	overflow: hidden;
}

.subMenuList > li > ul > li > a:hover {
	background: #f47425;
	border-color: #f47425;
	color: #fff !important;
}

.subMenuList > li > ul > li > a > div.pic {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.subMenuList > li > ul > li > a > div.pic > img {
	transition: all 0.3s;
}

.subMenuList > li > ul > li > a:hover > div.pic > img {
	transform: scale(1.1);
}

.subMenuList > li > ul > li > a > span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 24px;
	line-height: 24px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 12px;
}

.subMenuList > li > ul > li > a:hover:after {
	display: none;
}

.subMenuList > li > ul > li > a > i {
	font-family: "iconfont";
	display: block;
	text-align: center;
	font-size: 28px;
	padding-bottom: 10px;
	padding-top: 20px;
	color: inherit;
}

.nav_icon_history:after {
	content: "\e651";
}

.nav_icon_jiangshi:after {
	content: "\e655";
}

.nav_icon_contact:after {
	content: "\e649";
}

.nav_icon_tuanjian:after {
	content: "\e64d";
}

.nav_icon_chuangxin:after {
	content: "\e603";
}

.nav_icon_yingxiao:after {
	content: "\e635";
}

.nav_icon_guanli:after {
	content: "\e622";
}

.nav_icon_zhanlue:after {
	content: "\e62a";
}

#header_logo {
	height: 40px;
	border-right: 1px solid #eee;
	padding-right: 20px;
	width: 215px;
}

#header_logo > img {
	height: 100%;
}

.header_tel {
	position: relative;
	padding-left: 40px;
	display: block;
}

.header_tel > i {
	color: #777;
	position: absolute;
	left: 0;
	top: 12px;
	font-size: 26px;
}

.header_tel > .tips {
	font-size: 12px;
	color: #999;
}

.header_tel > .tel {
	font-size: 16px;
	color: var(--primary);
	font-weight: bold;
}

.navbar .nav-item {
	margin-right: 5px;
}

.navbar .dropdown-item:active {
	background: #eee !important;
}

.navbar .nav-item.active > a {
	font-weight: bold;
	color: var(--primary) !important;
}

.navbar .dropdown-item {
	font-size: 13px;
	color: #555;
	line-height: 30px;
}

.navbar .dropdown-menu {
	min-width: 5rem;
}

.navbar .badge {
	font-size: 12px;
	background-color: var(--primary);
	transform: scale(0.8);
	position: relative;
	top: -1px;
}

.numberFont {
	font-family: DINNextLTPro-MediumCond, "DIN Alternate", arial;
}

.cutStr {
	white-space: nowrap;
	/* 因为设置了block，所以需要设置nowrap来确保不换行 */
	overflow: hidden;
	/* 超出隐藏结合width使用截取采用效果*/
	text-overflow: ellipsis;
	/* 本功能的主要功臣，超出部分的剪裁方式 */
	-o-text-overflow: ellipsis;
	/* 特定浏览器前缀 */
	text-decoration: none;
	/* 无用 */
}

.cutStr_2 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.cutStr_3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.cutStr_4 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.stretched-link::after {
	z-index: 9;
}

.footerArea {
	padding: 40px 0;
}

.footerArea h2 {
	color: #afbac4;
	font-size: 16px;
	font-weight: normal;
	position: relative;
	padding-bottom: 20px;
}

.footerArea h2:after {
	height: 2px;
	background: var(--primary);
	content: "";
	width: 2em;
	position: absolute;
	bottom: 10px;
	left: 0;
}

.footerArea h3,
.footerArea p {
	color: #737f8a;
	font-size: 12px;
	font-weight: normal;
	line-height: 2.5em;
}

.footerArea p {
	margin-bottom: 0;
}

.footerArea a {
	font-size: 12px;
}

.footerArea a:hover {
	background: var(--primary);
	border-color: var(--primary);
	color: #fff !important;
}

.footerMap {
	width: 100%;
	height: 220px;
	margin-top: 45px;
	border-radius: 3px;
}
.footerMap .tdt-control-copyright {
	display: none;
}
.footerMap .tdt-infowindow-close-button {
	display: none;
}

.btn-main {
	background: var(--primary);
	border-color: var(--primary);
	font-size: 13px;
	color: #fff;
	box-shadow: none !important;
}

.btn-main:hover {
	color: #fff !important;
}

.btn-main:active {
	box-shadow: none;
}

.btn-main:visited {
}

.footerLinks {
	text-align: right;
}

.footerLinks > a {
	font-size: 12px;
	color: #737f8a;
	position: relative;
	margin-left: 20px;
}

.footerLinks > a:after {
	position: absolute;
	height: 10px;
	width: 1px;
	background: #555;
	content: "";
	right: -10px;
	top: 5px;
}

.footerLinks > a:last-child:after {
	display: none;
}

.copyright {
	color: #737f8a;
}

.btn {
	box-shadow: none !important;
}

.anchorBL {
	display: none;
}

.infoWindow {
	font-size: 0;
}

.infoWindow {
}

.infoWindow > .title {
	font-weight: bold;
	color: #333;
	font-size: 16px;
	display: inline-block;
}

.infoWindow > .pic {
	width: 100px;
	height: 100px;
	background-image: url(/static/img/logo.svg);
	background-size: 450% auto;
	background-position: 24.2% 41%;
	float: left;
	margin-right: 10px;
	border-right: 1px solid #eee;
}

.infoWindow > .tel {
	color: var(--primary);
	font-size: 20px;
	display: inline-block;
	margin-left: 10px;
}

.infoWindow > .address {
	clear: both;
	font-size: 12px;
	color: #999;
}

@media (max-width: 768px) {
	.footerArea {
		padding: 20px 0;
	}

	#header_logo {
		border-right: none;
	}

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

	.navbar-nav {
		text-align: center;
		line-height: 30px;
	}

	.header_tel {
		padding-left: 0;
		border-top: 1px solid #eee;
		padding-top: 10px;
	}

	.header_tel > i {
		display: none;
	}
}

/*IPAD*/
@media screen and (max-width: 992px) and (min-width: 768px) {
	#header_logo {
		border-right: none;
	}

	.navbar-nav {
		text-align: center;
		line-height: 30px;
	}
}

.header_tel {
	padding-left: 0;
	padding-top: 10px;
}

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

.breadcrumb {
	background: none;
	font-size: 13px;
	margin: 5px 0;
}

.breadcrumb a {
	font-size: 13px;
	color: #555;
}

.breadcrumb a:hover {
	color: #555;
	text-decoration: underline;
}

.breadcrumb-item.active {
	color: rgba(0, 0, 0, 0.4) !important;
}

.commonPage a {
	color: var(--secondary) !important;
}

.commonPage a:active,
.commonPage a:visited {
	box-shadow: none;
}

.commonPage a.active {
	background: #6c757d;
	border-color: #6c757d;
	color: #fff !important;
	position: relative;
	z-index: 2;
	cursor: default;
	box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}

.commonPage .disabled > a {
	color: #aaa !important;
}

.rg-5 {
	margin-left: -5px;
	margin-right: -5px;
}

.rg-5 > div {
	padding: 0 5px;
}

.rg-10 {
	margin-left: -10px;
	margin-right: -10px;
}

.rg-10 > div {
	padding: 0 10px;
}

.rg-15 {
	margin-left: -15px;
	margin-right: -15px;
}

.rg-15 > div {
	padding: 0 15px;
}

::-webkit-scrollbar {
	/* 婊氬姩鏉℃暣浣撻儴鍒� */
	width: 0px;
	margin-right: 2px;
}

::-webkit-scrollbar-track-piece {
	/*鍐呭眰杞ㄩ亾锛屾粴鍔ㄦ潯涓棿閮ㄥ垎 */
	background-color: white;
}

::-webkit-scrollbar:horizontal {
	height: 0px;
	margin-bottom: 2px;
}

::-webkit-scrollbar-track-piece {
	/*鍐呭眰杞ㄩ亾锛屾粴鍔ㄦ潯涓棿閮ㄥ垎 */
	background-color: white;
}

::-webkit-scrollbar-thumb {
	/* 婊戝潡 */
	width: 0px;
	background: #cbcbcb;
}

::-webkit-scrollbar-thumb:hover {
	/* 榧犳爣绉诲叆婊戝潡 */
	background: #909090;
}

.middle {
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.img_cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img_contain {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
