@import url('iconfont.css');

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Microsoft Yahei',Helvetica,Arial,"Open Sans",Arial,'PingFang SC','Hiragino Sans GB','Source Han Sans CN',Roboto,sans-serif;
	font-size: 14px;
	background: #ffffff;
}

a {
	color: #121212;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

a:hover {
	color: #0060ed;
	text-decoration: none !important;
}

ul,li,p,h1,h2,h3 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	line-height: 1.4;
	color: #273746;
	margin: 0;
}

div,h1,h2,h3,h4,h5,p,form,ul,label,input,textarea,img,span,dl,dt,dd {
	margin: 0px;
	padding: 0;
	outline: 0;
}

img {
	border: 0;
	max-width: 100%;
}

em,i {
	font-style: normal;
}

input::placeholder,textarea::placeholder {
	color: #979797;
	font-weight: 500;
	font-family: 'Microsoft Yahei',Helvetica,Arial;
}

input,select,button,textarea {
	border: 0;
	background: none;
	outline: none;
	vertical-align: middle;
}

.header {
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 5rem;
	transition: .2s;
	border-bottom: 1px solid rgba(255,255,255,.05);
	background: rgba(0,0,0,0.4);
}

.header>.container,.header>.container-full {
	display: flex;
	justify-content: space-between;
	padding-left: 3rem;
}

.navbar-header {
	display: flex;
}

.navbar-header .logo {
	align-items: center;
	display: flex;
	font-size: 20px;
	height: 80px;
	line-height: 1;
	margin: 0;
	padding: 0;
	transition: all .3s ease-out 0s;
}

.navbar-header .logo img {
	display: block;
	height: min(50px,55px);
	max-width: fit-content;
	transition: all .3s ease-out 0s;
	width: auto;
}

.menu-wrap {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: flex-end;
	margin-right: 2.5em;
	width: 100%;
}

.navbar-nav {
	display: flex;
	margin: 0;
	position: relative;
	align-items: center;
	font-size: 14px;
}

.navbar-nav>li {
	white-space: nowrap;
}

.navbar-nav>li,.navbar-nav>li>a {
	display: block;
	position: relative;
}

.navbar-nav>li.active>a {
	color: #f5f5f5;
}

.navbar-nav>li>a {
	color: #fff;
	font-size: 16px;
	line-height: 80px;
	padding: 0 15px;
	white-space: nowrap;
}

.navbar-nav>li:hover>a {
	color: #f5f5f5;
}

.navbar-nav>.dropdown {
	position: relative;
}

.navbar-nav>.dropdown>a {
	position: relative;
	z-index: 1001;
	padding-right: calc(calc(20px/2) + 1em);
}

.navbar-nav>.dropdown:after {
	color: #fff;
	content: "\e6a4";
	font-family: "iconfont" !important;
	font-size: 1.7rem;
	line-height: 80px;
	opacity: .7;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 500;
	-webkit-transform: scale(1);
	transform: rotate(0deg) scale(1);
	transition: transform .3s;
}

.navbar-nav>.dropdown:hover:after {
	transform: rotate(180deg) scale(1);
}

.navbar-nav>li ul.dropdown-menu {
	position: absolute;
	left: -5%;
	top: 85%;
	z-index: 100;
	padding: 0.375rem 0.75rem;
	border: 2px solid #fff;
	min-width: 130px;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-15px);
	transition: all 500ms ease;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 1px 10px rgba(0,0,0,.15);
}

.navbar-nav>li ul.dropdown-menu li {
	display: block;
	position: relative;
}

.navbar-nav>li ul.dropdown-menu li a {
	position: relative;
	display: block;
	padding: 0.575rem 0.75rem;
	border-radius: 5px;
	transition: all 0.1s ease-in;
	z-index: 1;
	font-size: .875rem;
	text-shadow: 0 1px 1px #fff;
}

.navbar-nav>li ul.dropdown-menu li:hover a {
	background-color: #f5f5f5;
	color: #206be7;
}

.navbar-nav>li.dropdown:hover > .dropdown-menu {
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0s;
	pointer-events: all
}

.m-dropdown {
	display: none;
}

.navbar-action {
	display: flex;
	gap: 16px;
	align-items: center;
	white-space: nowrap;
}

.menu-toggle {
	cursor: pointer;
	display: none;
	padding: 9px 10px;
}

.navbar-action {
	display: flex;
	gap: 16px;
	align-items: center;
	white-space: nowrap;
}

.navbar-search {
	color: #fff;
	cursor: pointer;
}

.navbar-search i {
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	width: 22px;
}

.tel-info {
	padding-left: 2rem;
	padding-right: 3rem;
	background: #0052d9;
	display: flex;
	align-items: center;
	height: 100%;
}

.tel-info .tel-text {
	display: flex;
	align-items: center;
	justify-content: end;
}

.tel-info .tel-text img {
	height: 1rem;
	filter: brightness(0) invert(1);
	margin-right: .2rem;
	width: auto;
}

.tel-info .tel-text span {
	color: #fff !important;
	font-size: 1rem;
}

.tel-info .tel-num {
	margin-top: .5rem;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 600;
}

.search-box {
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.search-box.block {
	z-index: 1002;
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.search-form {
	min-width: 500px;
	position: relative;
	margin: 0 auto;
	margin: 1rem auto;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.search-form>form {
	background-color: #f4f4f4;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.search-form .search-fields {
	position: relative;
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 1rem;
}

.search-form .search-fields input {
	position: relative;
	display: block;
	line-height: 1.5;
	padding: .5rem 2.25rem .5rem 1rem;
	width: 100%;
	border: 0;
	margin: 0;
	outline: 0;
	color: inherit;
	background-color: transparent;
	-webkit-appearance: none;
}

.search-form .search-fields button {
	position: absolute;
	right: 0;
	top: 0;
	border: none!important;
	background: 0 0!important;
	line-height: 1.5;
	height: 100%;
	padding: 0 1rem;
}

.search-form .search-fields button i {
	color: #797676;
	font-size: 20px;
}

.search-form .colse {
	color: #797676;
	display: inline-block;
	position: absolute;
	right: -30px;
	font-size: 1rem;
	cursor: pointer;
	z-index: 9999;
}

.header.header-hide {
	top: -5rem;
}

@media (max-width:1199px) {
	.navbar-nav>li>a {
		padding: 0 calc(28px/2*0.6);
	}
}

.canvas-close{
	display:none;
}

@media (max-width:991px) {
	.header>.container,.header>.container-full {
		padding-left: 1rem;
	}

	.navbar-header .logo img {
		height: min(40px,45px);
	}

	.canvas-close {
		display: -webkit-box;
		position: absolute;
		right: 10px;
		top: 10px;
		width: 40px;
		height: 40px;
		z-index: 99999;
		color: #000;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.canvas-close i {
		font-size: 1.8rem;
	}

	.hua-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.7);
		z-index: 9999;
		opacity: 1;
		backdrop-filter: blur(2px);
		transition: ease-out .2s;
		display: none;
	}
	.hua-overlay.active {
        display: block;
    }

	.header .menu-wrap {
		width: 80%;
		margin-left: 0;
		position: fixed;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		height: 100vh;
		z-index: 99999;
		background: #fff;
		transform: translateX(-100%);
		transition: all 0.3s;
	}

	.header .menu-wrap.show {
		transform: translateX(0);
	}

	.header .menu-wrap .navbar-nav {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		flex-grow: 1;
		gap: 0;
		overflow-y: auto;
		width: 100%;
		margin-top: 4rem;
	}

	.navbar-nav>li {
		border-bottom: 1px solid #f4f4f4;
		width: 100%;
	}

	.navbar-nav>li>a {
		font-size: 1rem;
		padding: 0 25px;
		color: #1a1a1a;
		line-height: 50px;
	}

	.navbar-nav>li:hover>a {
		color: #1a1a1a;
	}

	.navbar-nav>li.active>a {
		color: #817e7e;
	}

	.navbar-nav>.dropdown:after {
		display: none;
	}

	.m-dropdown {
		display: block;
		position: absolute;
		right: 5px;
		text-align: center;
		top: 0;
		width: 65px;
		z-index: 1003;
	}

	.m-dropdown i {
		display: inline-block;
		font-size: 2.5rem;
		line-height: 50px;
		transition: all .3s ease-out 0s;
	}

	.m-dropdown.s-icon i {
		transform: rotate(180deg);
		transition: all .3s ease-out 0s;
	}

	.navbar-nav>li ul.dropdown-menu {
		padding: 0.75rem 0.75rem;
		background-color: #f5f5f5;
		border: none;
		border-radius: 0;
		border-top: 0;
		box-shadow: none;
		box-sizing: border-box!important;
		display: none;
		top: 0;
		left: 0!important;
		max-width: none;
		opacity: 1;
		position: relative;
		transform: scaleY(1);
		visibility: visible;
		width: 100%!important;
		transition: transform .3s,opacity .1s;
	}
	.navbar-nav .dropdown-menu.active {
        display: block;
    }

	.navbar-nav>li ul.dropdown-menu li a {
		font-size: .875rem;
		color: #282a2d;
		font-weight: 400;
		line-height: 24px!important;
		overflow: hidden;
		padding: 12px 20px;
		white-space: normal;
	}

	.navbar-action .btn-b,.navbar-action .btn-a {
		display: none;
	}

	.navbar-action {
		gap: 10px;
	}

	.menu-toggle {
		display: block;
		cursor: pointer;
		padding: 9px 10px;
	}

	.menu-toggle:before,.menu-toggle:after,.menu-toggle span {
		display: block;
		height: 2px;
		background-color: #fff;
		content: '';
	}

	.menu-toggle span {
		width: 12px;
		margin: 6px 0 6px 12px;
	}

	.menu-toggle:before {
		width: 24px;
	}

	.menu-toggle:after {
		width: 18px;
		margin-left: 6px;
	}

	.search-form {
		min-width: 100%;
		padding: 0 2rem 0 .8rem;
	}

	.search-form .colse {
		right: 10px;
	}

	.tel-info {
		display: none;
	}
}

.footer {
	color: #fff;
	font-size: .875rem;
	padding-top: 4rem;
	padding-bottom: 2rem;
	background-color: #0e1655;
}

.footer-con {
	padding-top: 2rem;
}

.menu-list {
	display: flex;
	justify-content: flex-start;
	gap: 6rem;
}

.foot-nav ul {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.foot-nav p {
	margin-bottom: 18px;
}

.foot-nav p a {
	color: #fff;
	font-size: 18px;
}

.foot-nav p:after {
	display: block;
	margin-top: 5px;
	width: 33px;
	height: 1px;
	background-color: #c0b2c5;
	content: '';
}

.foot-nav li {
	flex: 0 0 calc(50% - 7px);
	font-size: 14px;
}

.foot-nav li a {
	font-size: 15px;
	color: #b4b4b7;
	display: inline-block;
}

.foot-nav li a:hover {
	color: #065097;
}

.foot-contact {
	position: relative;
}

.foot-contact h3 {
	position: relative;
	margin: 0;
	color: #fff;
	font-size: 18px;
	margin-bottom: 18px;
}

.foot-contact h3:after {
	display: block;
	margin-top: 5px;
	width: 33px;
	height: 1px;
	background-color: #c0b2c5;
	content: '';
}

.foot-contact .textwidget {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.foot-contact .textwidget p {
	margin: 0;
	color: #b4b4b7;
	font-size: 14px;
}

.foot-contact .textwidget p i {
	font-size: 17px;
	font-weight: 400;
	padding-right: 5px;
}

.foot-contact .textwidget p a {
	color: #b4b4b7;
}

.foot-contact .textwidget p a:hover {
	color: #fff;
}

.copyright {
	font-size: 12px;
	color: #b4b4b7;
	margin-top: 3rem;
	border-top: 1px solid rgba(255,255,255,.1);
	padding-top: 2rem;
	display: flex;
	flex-direction: row;
	text-align: left;
	align-items: center;
	justify-content: space-between;
}

.copyright .section,.copyright .section p {
	font-size: 14px;
	color: #b4b4b7;
}

.copyright .section a {
	color: #b4b4b7;
	padding-left: 5px;
}

.copyright .section a:hover {
	color: #fff;
}

.copyright .section img {
	margin: 0 4px 0 2px;
	vertical-align: sub;
	width: 17px;
}

.copyright .link {
	display: flex;
	gap: 20px;
	color: #b4b4b7;
	flex-wrap: wrap;
	justify-content: center;
}

.copyright .link a {
	color: #b4b4b7;
	font-size: 14px;
}

.copyright .link a:hover {
	color: #fff;
}

.text-md-right {
	position: relative;
	min-height: 1px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.text-md-right img {
	width: 120px;
	border-radius: 8px;
}

.text-md-right p {
	color: #b4b4b7;
	font-size: 14px;
	margin-top: .5rem;
}

.fixed-box {
	margin-top: -70px;
	position: fixed;
	right: 12px;
	top: 70%;
	width: 60px;
	z-index: 9;
}

.rollbar {
	border-radius: 5px;
	transition: all .3s ease-in-out;
}

.rollbar.rollbar-show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.rollbar .action {
	position: relative;
	width: 100%;
	border-radius: 5px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.rollbar .action li {
	background: #d9d9d9;
	position: relative;
	color: #fff;
	-webkit-transition: all .2s;
	transition: all .2s;
	display: block;
	text-decoration: none;
	z-index: 0;
	margin-bottom: 3px;
}

.rollbar .action li:first-child {
	border-top: 0;
}

.rollbar .action li>a {
	display: block;
	padding: 8px 0;
	cursor: pointer;
	position: relative;
	border: 0;
	opacity: 1;
	text-align: center;
	height: auto;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.rollbar .action li>a>i {
	font-size: 1.8rem;
	color: #2d2c2c;
	display: block;
	transition: all .2s;
}

.rollbar .action li>a>span {
	font-size: .75rem;
	color: #373535;
	padding: 0 2px;
	display: block;
	margin-top: 2px;
	text-align: center;
	line-height: 1.2;
	position: relative
}

.rollbar .action li:hover a i {
	color: #1562f9
}

.rollbar .action li:last-child {
	padding-bottom: 9px;
}

.sub-nav-layer {
	bottom: 0;
	font-size: 14px;
	min-height: 190px;
	margin-bottom: -105px;
	opacity: 0;
	padding-right: 20px;
	position: absolute;
	right: calc(100% - 8px);
	transform: scale(.95);
	transform-origin: right;
	transition: opacity .4s,transform .3s ease-out;
	visibility: hidden
}

.rollbar .action li:hover .sub-nav-layer {
	opacity: 1;
	transform: scale(1);
	visibility: visible
}

.sub-nav-layer:before {
	border: 8px solid transparent;
	border-left-color: #fff;
	content: " ";
	height: 0;
	left: 100%;
	position: absolute;
	width: 0
}

.sub-nav-layer:before {
	bottom: 130px;
	left: calc(100% - 20px)
}

.sub-nav-layer .sub-nav-qrcode,.sub-nav-layer .sub-nav-main {
	text-align: left;
	min-width: 255px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 4px 10px 0 hsla(220,4%,56%,.2);
	display: block;
	line-height: 40px;
	padding: 14px 15px;
}

.sub-nav-layer .sub-nav-qrcode {
	min-width: 200px;
	text-align: center;
}

.sub-nav-qrcode h4 {
	color: #333435;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	margin: 0;
}

.sub-nav-qrcode p {
	color: #8b8b8c;
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 10px;
}

.sub-nav-qrcode img {
	display: block;
	margin: 0 auto;
	width: 165px;
}

.sub-nav-qrcode span {
	color: #333539;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin-top: 5px;
}

.sub-nav-main h4 {
	color: #2468f2;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	margin: 0;
}

.sub-nav-main h4 i {
	font-size: 1.4rem;
	margin-right: 5px;
	color: #333435;
}

.sub-nav-main p {
	color: #8b8b8c;
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	margin-top: 10px;
}

.back-top {
	background: #d9d9d9;
	box-shadow: 0 6px 15px 0 rgba(6,12,19,.14);
	transition: all .3s ease-in-out;
	color: #131313;
	font-weight: 500;
	padding: 8px 0;
	position: relative;
	text-align: center;
	cursor: pointer;
	line-height: 40px;
	display:none;
}

.back-top:hover {
	color: #fff;
	background: #0060ed;
}

.back-top i {
	font-size: 1.8rem;
	vertical-align: middle;
}

.top-wechat-bar {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 48px;
	bottom: 0;
	left: 0;
	display: none;
}

.top-wechat-bar-wrap {
	width: 100%;
	height: 48px;
	display: flex;
	background: #fff;
}

.base-left-text {
	width: 50%;
	background: #ff6c00;
	display: flex;
	align-items: center;
	justify-content: center;
}

.base-left-text a {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	gap: 5px;
}

.base-left-text img {
	width: 22px;
	height: 22px;
}

.base-right-btn {
	width: 50%;
	background: #2aae67;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	gap: 5px;
}

.wechat-icon {
	width: 25px;
	height: 25px;
}

.top-wechat-bar-dialog {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	display: none;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.top-wechat-bar-dialog.show {
	opacity: 1;
	visibility: visible;
}

.dialog-content {
	width: 78%;
	padding: 25px 20px;
	background: #fff;
	border-radius: 12px;
	text-align: center;
	position: relative;
	transform: scale(0.8);
	transition: transform 0.3s ease;
}

.top-wechat-bar-dialog.show .dialog-content {
	transform: scale(1);
}

.close-btn {
	position: absolute;
	top: 12px;
	right: 15px;
	font-size: 22px;
	color: #999;
	cursor: pointer;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.copy-icon {
	width: 44px;
	height: 44px;
	margin-bottom: 5px;
	border: 2px solid #2aae67;
	border-radius: 30px;
	padding: 5px;
}

.copy-tips {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

.dialog-desc {
	font-size: 15px;
	color: #666;
	margin-bottom: 8px;
}

.dialog-desc span {
	color: #2aae67;
	font-weight: bold;
}

.i-see-btn {
	background: #2aae67;
	color: #fff;
	width: 160px;
	height: 44px;
	line-height: 44px;
	border-radius: 6px;
	margin: 15px auto 0;
	cursor: pointer;
	font-size: 15px;
}

@media only screen and (max-width:768px) {
	body {
		padding-bottom: 45px;
	}

	.top-wechat-bar {
		display: block;
	}
}

@media (max-width:767.98px) {
	.footer-con {
		padding-top: 0;
		flex-direction: column-reverse;
	}

	.copyright {
		flex-direction: column-reverse;
	}

	.copyright .link {
		margin-bottom: 1rem;
	}

	.copyright .section,.copyright .section p {
		text-align: center;
	}

	.fixed-box {
		width: 50px;
		top: 72%;
		display: none;
	}

	.rollbar .action li>a>span {
		display: none;
	}

	.back-top {
		padding: 5px 0;
	}

	.pagination a.returnstr {
		display: none;
	}
}

.cmsad {
	display: block;
	position: relative;
	background-color: #fff;
}

.cmsad a {
	height: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 3px
}

.cmsad img {
	width: 100%;
	height: auto;
	transition: all .3s ease-out 0s;
	display: block;
	object-fit: cover;
}

.cmsad a:hover img {
	opacity: .9;
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}

.cmsad a:before {
	content: '';
	position: absolute;
	bottom: 5px;
	right: 0;
	width: 24px;
	height: 16px;
	z-index: 100;
	background: url(../images/label-ad.png) no-repeat center;
}

.pagination {
	display: block;
	margin: 0;
	text-align: center;
	border-radius: 0;
	padding: 2rem 0;
	clear: both;
}

.pagination a,.pagination span {
	display: inline-block;
	margin-right: 2px;
}

.pagination a,.pagination span {
	border-radius: 3px;
	margin: 0 .5rem .7rem 0;
	font-size: 14px;
	color: #3b3b3b;
	font-weight: 700;
	display: inline-block;
	padding: 9px 18px;
	background: hsla(0,0%,100%,.5);
	box-shadow: 0 4px 24px #2764af1a;
}

.pagination a:hover,.pagination a:focus,.pagination  > a.active,.pagination  > span.active {
	color: #fff;
	background-color: #0060ed;
}

.tagcloud {
	margin-top: 1.5rem;
	display: inline-block;
}

.tagcloud a {
	position: relative;
	font-size: inherit !important;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: capitalize;
	display: inline-block;
	margin: 0 .25rem .5rem 0;
	border: 1px solid var(--border-light);
	padding: .5rem .5375rem;
	border-radius: 5px;
}

.tagcloud a:hover {
	opacity: .8;
	color: #000;
}

.tag-link-1 {
	color: rgb(88,40,219);
	background-color: rgba(212,62,241,0.1)
}

.tag-link-2 {
	color: #ff5473;
	background-color: rgba(255,84,115,.1)
}

.tag-link-3 {
	color: #6a933e;
	background-color: rgba(72,135,24,.1)
}

.tag-link-4 {
	color: #ff6f06;
	background-color: rgba(255,111,6,.1)
}

.tag-link-5 {
	color: #8e4aff;
	background-color: rgba(154,72,245,.1)
}

.tag-link-6 {
	color: #c58516;
	background-color: rgba(179,103,8,.1)
}

.tag-link-7 {
	color: #2997f7;
	background-color: rgba(41,151,247,.1)
}

.tag-link-8 {
	color: #5c7cff;
	background-color: rgba(77,130,249,.1)
}

.tag-link-9 {
	color: #04b9b6;
	background-color: rgba(8,196,193,.1)
}

.tag-link-10 {
	color: #d6064c;
	background-color: rgba(194,41,46,.1)
}

.tag-link-11 {
	color: #18a52a;
	background-color: rgba(18,185,40,.1)
}

.tag-link-12 {
	color: #e434e1;
	background-color: rgba(213,72,245,.1)
}

.tag-link-13 {
	color: #888;
	background-color: rgba(136,136,136,.1)
}

.tag-link-14 {
	color: #6a933e;
	background-color: rgba(72,135,24,.1)
}

.tag-link-15 {
	color: #ff6f06;
	background-color: rgba(255,111,6,.1)
}

.tag-link-16 {
	color: #c58516;
	background-color: rgba(179,103,8,.1)
}

.tag-link-17 {
	color: #2997f7;
	background-color: rgba(41,151,247,.1)
}

.tag-link-18 {
	color: #5c7cff;
	background-color: rgba(77,130,249,.1)
}

.tag-link-19 {
	color: #04b9b6;
	background-color: rgba(8,196,193,.1)
}

.tag-link-20 {
	color: #d6064c;
	background-color: rgba(194,41,46,.1)
}

.tag-link-21 {
	color: #18a52a;
	background-color: rgba(18,185,40,.1)
}

.tag-link-22 {
	color: #e434e1;
	background-color: rgba(213,72,245,.1)
}

.tag-link-23 {
	color: #6a933e;
	background-color: rgba(72,135,24,.1)
}

.tag-link-24 {
	color: #ff6f06;
	background-color: rgba(255,111,6,.1)
}

.tag-link-25 {
	color: #8e4aff;
	background-color: rgba(154,72,245,.1)
}

.tag-link-26 {
	color: #c58516;
	background-color: rgba(179,103,8,.1)
}

.tag-link-27 {
	color: #2997f7;
	background-color: rgba(41,151,247,.1)
}

.tag-link-28 {
	color: #5c7cff;
	background-color: rgba(77,130,249,.1)
}

.tag-link-29 {
	color: #04b9b6;
	background-color: rgba(8,196,193,.1)
}

.tag-link-30 {
	color: rgb(88,40,219);
	background-color: rgba(212,62,241,0.1)
}

.tag-link-31 {
	color: #6a933e;
	background-color: rgba(72,135,24,.1)
}

.tag-link-32 {
	color: #ff6f06;
	background-color: rgba(255,111,6,.1)
}

.tag-link-33 {
	color: #c58516;
	background-color: rgba(179,103,8,.1)
}

.tag-link-34 {
	color: #2997f7;
	background-color: rgba(41,151,247,.1)
}

.tag-link-35 {
	color: #5c7cff;
	background-color: rgba(77,130,249,.1)
}

.tag-link-36 {
	color: #04b9b6;
	background-color: rgba(8,196,193,.1)
}

.tag-link-37 {
	color: #d6064c;
	background-color: rgba(194,41,46,.1)
}

.tag-link-38 {
	color: #18a52a;
	background-color: rgba(18,185,40,.1)
}

.tag-link-39 {
	color: #e434e1;
	background-color: rgba(213,72,245,.1)
}

.tag-link-40 {
	color: #6a933e;
	background-color: rgba(72,135,24,.1)
}

.tag-link-41 {
	color: #888;
	background-color: rgba(136,136,136,.1)
}

.tag-link-42 {
	color: #6a933e;
	background-color: rgba(72,135,24,.1)
}

.tag-link-43 {
	color: #ff6f06;
	background-color: rgba(255,111,6,.1)
}

.tag-link-44 {
	color: #c58516;
	background-color: rgba(179,103,8,.1)
}

.tag-link-45 {
	color: #2997f7;
	background-color: rgba(41,151,247,.1)
}

.tag-link-46 {
	color: #5c7cff;
	background-color: rgba(77,130,249,.1)
}