﻿@charset "utf-8";
/*
Theme ID: ecms161
Author: 懒鸟飞移植
Author QQ：1430826160
Author Email：1430826160@qq.com
Author URL: http://www.lanniaofei.com/
*/
@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: #686868;
	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,select,button,textarea {
	border: 0;
	background: none;
	outline: none;
	vertical-align: middle;
}

.header {
	background-color: #fff;
	border: 0;
	box-shadow: 0 10px 20px 0 rgb(6 11 26 / 5%);
	position: relative;
	width: 100%;
	z-index: 9;
}

.header>.container {
	display: flex;
	justify-content: space-between;
}

.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: #206be7;
}

.navbar-nav>li>a {
	color: #444;
	font-size: 16px;
	line-height: 80px;
	padding: 0 15px;
	white-space: nowrap;
	font-weight: 600;
}

.navbar-nav>li:hover>a {
	color: #206be7;
}

.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 {
	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: 20px;
	align-items: center;
	white-space: nowrap;
}

.navbar-search {
	color: #1a1a1a;
	cursor: pointer;
}

.navbar-search i {
	display: inline-block;
	font-size: 24px;
	line-height: 26px;
	width: 22px;
}

.navbar-action .tel {
	align-items: center;
	display: flex;
}

.navbar-action .tel i {
	font-size: 2rem;
	color: #206be7;
}

.navbar-action .tel .telcon {
	position: relative;
	padding-left: 5px;
	font-size: .875rem;
	color: #5d5b5b;
}

.navbar-action .tel strong {
	display: block;
	font-size: 1.5rem;
	line-height: 1;
	color: #121212;
}

.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;
	opacity: .65;
}

.search-form .colse {
	color: #b2bac2;
	display: inline-block;
	position: absolute;
	right: -30px;
	font-size: 1rem;
	cursor: pointer;
	z-index: 9999;
}

.menu-toggle {
	cursor: pointer;
	display: none;
	padding: 9px 10px;
}

@media (max-width:1199px) {
	.navbar-nav>li>a {
		padding: 0 calc(28px/2*0.6);
	}
}

.canvas-close{
	display:none;
}

@media (max-width:991px) {
	.header-topbar {
		display: none;
	}

	.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;
		line-height: 55px;
	}

	.navbar-nav>li:hover>a {
		color: #1a1a1a;
	}

	.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: 55px;
		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;
	}

	.navbar-search i {
		font-size: 1.6rem;
	}

	.menu-toggle {
		display: block;
		cursor: pointer;
		padding: 9px 10px;
	}

	.menu-toggle:before,.menu-toggle:after,.menu-toggle span {
		display: block;
		height: 2px;
		background-color: #000;
		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;
	}
}

.footer {
	font-size: .875rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #f9f9f9;
}

.footer-con {
	padding-top: 2rem;
}

.short-img {
	display: block;
	margin: 0 auto 30px;
	max-width: 100%;
	height: 20px;
}

.short-img img {
	width: 100%;
}

.logo-wrapper {
	position: relative;
}

.logo-wrapper .flogo {
	color: #686868;
}

.logo-wrapper a img {
	max-width: 100%;
	width: 230px;
}

.logo-wrapper .text-sm {
	font-size: 14px;
	line-height: 22px;
	color: #686868;
	margin: 1rem 0;
}

.menu-list {
	display: flex;
	justify-content: flex-start;
	gap: 6rem;
}

.foot-nav ul {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.foot-nav p {
	font-size: 17px;
	color: #121212;
	margin-bottom: 10px;
	font-weight: bold;
}
.foot-nav p a{
	color: #121212;
}

.foot-nav li {
	flex: 0 0 calc(50% - 7px);
	font-size: 14px;
}

.foot-nav li a {
	font-size: 14px;
	color: #686868;
	display: inline-block;
}

.foot-nav li a:hover {
	color: #0060ed;
}

.foot-contact {
	position: relative;
}

.foot-contact h3 {
	position: relative;
	margin: 0;
	color: #121212;
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 10px;
}

.foot-contact .textwidget {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.foot-contact .textwidget p {
	margin: 0;
	color: #686868;
	font-size: 14px;
}

.foot-contact .textwidget p i {
	font-size: 16px;
	font-weight: 600;
	padding-right: 5px;
}

.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: #686868;
	font-size: 12px;
	margin-top: .5rem;
}

.copyright {
	font-size: 12px;
	color: #686868;
	margin-top: 1rem;
	border-top: 1px solid #ebebeb;
	padding-top: 1rem;
	display: flex;
	flex-direction: row;
	text-align: left;
	align-items: center;
	justify-content: space-between;
}

.copyright .section,.copyright .section p {
	font-size: 14px;
	color: #686868;
}

.copyright .section a {
	color: #686868;
	padding-left: 5px;
}

.copyright .section a:hover {
	color: #0060ed;
}

.copyright .section img {
	margin: 0 4px 0 2px;
	vertical-align: sub;
	width: 17px;
}

.copyright .link {
	display: flex;
	gap: 20px;
	color: #686868;
	flex-wrap: wrap;
	justify-content: center;
}

.copyright .link a {
	color: #686868;
	font-size: 15px;
}

.copyright .link a:hover {
	color: #0060ed;
}

.fixed-box {
	margin-top: -70px;
	position: fixed;
	right: 12px;
	top: 70%;
	width: 60px;
	z-index: 9;
}

.rollbar {
	background: #ffffff;
	box-shadow: 0 0px 41px #e9e9e9;
	border-radius: 5px;
	transition: all .3s ease-in-out;
	padding: 1rem 0;
}

.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 {
	position: relative;
	color: #fff;
	-webkit-transition: all .2s;
	transition: all .2s;
	display: block;
	text-decoration: none;
	z-index: 0;
}

.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: #0060ed;
	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: #0060ed;
	box-shadow: 0 6px 15px 0 rgba(6,12,19,.14);
	transition: all .3s ease-in-out;
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
	padding: 8px 0;
	position: relative;
	text-align: center;
	cursor: pointer;
	line-height: 40px;
	display:none;
}

.back-top:hover {
	color: #fff;
	background: #1562f9;
}

.back-top i {
	font-size: 1.8rem;
	vertical-align: middle;
}

@media (max-width:767.98px) {
	.fixed-box {
		width: 50px;
		top: 72%;
	}

	.rollbar .action li>a>span {
		display: none;
	}

	.back-top {
		padding: 5px 0;
	}

	.foot-contact {
		margin-top: 2rem;
	}
}

.btn-all {
	padding: 10px 24px;
	font-size: 15px;
	letter-spacing: .5px;
	border-width: 1px;
	border-radius: 30px;
	display: inline-block;
	position: relative;
	border: 1px solid #dcdcdc;
}

.btn-all span {
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	will-change: transform;
}

.btn-all:hover span,.btn-all:focus span {
	-webkit-transform: translate3d(-.75rem,0,0);
	transform: translate3d(-.55rem,0,0);
}

.btn-all i {
	position: absolute;
	width: 1.25em;
	right: 0rem;
	opacity: 0;
	top: 52%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn-all:hover i,.btn-all:focus i {
	opacity: 1;
	right: -1.2rem;
}

.btn-blue {
	background-color: #206be7;
	background-image: linear-gradient(90deg,hsla(0,0%,100%,.15),transparent);
	border: 0;
	color: #fff;
	transition: all .2s ease-out;
}

.btn-blue:hover,.btn-blue.focus {
	background-color: #0060ed;
	color: #fff;
}

.btn-red {
	background-color: #f12480;
	background-image: linear-gradient(90deg,hsla(0,0%,100%,.15),transparent);
	border: 0;
	color: #fff;
	transition: all .2s ease-out;
}

.btn-red:hover,.btn-red.focus {
	background-color: #f12480;
	color: #fff;
}

.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(../image/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;
}

@media (max-width:767.98px) {
	.copyright {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}

	.fixed-box {
		width: 50px;
		top: 72%;
	}

	.rollbar .action li>a>span {
		display: none;
	}

	.back-top {
		padding: 5px 0;
	}

	.pagination a.returnstr {
		display: none;
	}

	.menu-list {
		gap: 4rem;
	}
}

.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)
}