.c1 {color: #0b3465; font-size: 1.2rem}
.c2 {color: #019ad6;}

a {text-decoration: none;}
a:hover {text-decoration: none;}

.uk-offcanvas-bar {background:#1e87f0;}

.toppd{
	padding: 10px 5px 15px 5px;
}

.border_img {
	border-radius: 5px;
}

.date_style {
	margin:0 15px 15px 0
}

.backdrop-filter {
	backdrop-filter: blur(6px);
}

.con_fil {
	z-index: 999; 
	margin: -55px auto 0 auto; 
	background-color: rgba(255, 255, 255, 0.8);
	/* -webkit-backdrop-filter: blur(5px); */
	/* backdrop-filter: blur(5px); */
}

.colors-text {
	font-size: 40px;
	font-weight: bold;
	background:  linear-gradient(45deg, rgba(250,139,255,1) 0%, rgba(43,210,255,1) 52%, rgba(43,255,136,1) 90%);
	background-clip: text; /* 标准属性 */
	-webkit-background-clip: text; /* 兼容WebKit浏览器 */
	color: transparent;
	display: inline-block;
  }

.rainbow-text {
	font-size: 40px;
	font-weight: bold;
	background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
	background-clip: text; /* 标准属性 */
	-webkit-background-clip: text; /* 兼容WebKit浏览器 */
	color: transparent;
	display: inline-block;
  }

.uk-navbar-nav>li{
	margin-right: 10px;
}
.uk-navbar-nav>li>a {
	font-size: 16px;
	color: #282828;
}
.uk-navbar-nav>li>a:hover {
	color: #c0a16b;
}
.uk-navbar-nav>li.uk-active>a {
	color: #c0a16b;
}
.uk-navbar-nav>li.uk-active {
	border-bottom: 2px solid #c0a16b;
	margin-bottom: -2px;
}
.uk-navbar-nav> li:hover {
	border-bottom: 2px solid #c0a16b;/*#c0a16b;#bd2e52*/
	margin-bottom: -2px;
}

.t1 {
	text-align: center;
	font-size: 26px;
	border-bottom: 1px solid rgb(38, 165, 154); padding: 6px; padding: 20px;
}
.st1 {
	line-height: 30px; 
	text-align: center;
	background-color: #fff;
	width: 200px;
	margin: -15px auto 20px auto; 

}
.tit1 {
	line-height:30px;
	font-size: 20px; 
	color:#fff;
	padding: 10px; 
	background-color: #c0a16b;
	cursor: pointer;
}
.catlist{
	padding: 20px 10px;
}
.prolst{
	font-size: 14px;
	line-height: 36px;
}

.uk-card-small > .uk-card-body {
padding: 10px 10px;
}
.uk-width-expand > .uk-card-body {
padding: 10px 10px;
}

.gotop{
	position: fixed;
	right: 40px; 
	bottom: 40px; 
	display: block; opacity: 0.8; 
	box-shadow: 0 5px 10px rgba(0,0,0,.3);
}
.floatinfo{
	position: fixed;
	right: 40px; 
	top: 200px; 
	display: block; opacity: 0.9; 
	box-shadow: 0 5px 10px rgba(0,0,0,.3);
}

.h-line:hover::before,
.h-line:focus::before {
	right: 0;
}

.h-line::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	border-bottom: 1px solid #282828;
	transition: right .3s ease-out;
}

.snav {
	padding-right:30px;
	margin-top:50px;
}

.snav a {
	/*color: #0b3465;*/
	color: #777;
	text-decoration: none;
}
.snav a:hover {
	color: #019ad6;
	text-decoration: none;
}
.snav a.active {
	color: #0b3465;
	font-weight: bold;
	text-decoration: none;
}
.ft {
	font-size: 14px;
	color: #454346;
	line-height: 25px;
}
.ft a{
	font-size: 14px;
	color: #454346;
	line-height: 25px;
	text-decoration: none;
}

.ft a:hover {
	color: #019ad6;
}


/* ========================================================================
   Component: Pagination
 ========================================================================== */
/*
 * 1. Remove default list style
 * 2. Center pagination by default
 * 3. Remove whitespace between child elements when using `inline-block`
 */
.pagination {
    /* 1 */
    padding: 0;
    list-style: none;
    /* 2 */
    text-align: center;
    /* 3 */
    font-size: 0.001px;
}
/*
 * Micro clearfix
 * Needed if `uk-pagination-previous` or `uk-pagination-next` sub-objects are used
 */
.pagination:before,
.pagination:after {
    content: "";
    display: table;
}
.pagination:after {
    clear: both;
}
/* Items
 ========================================================================== */
/*
 * 1. Reset whitespace hack
 * 2. Remove the gap at the bottom of it container
 */
.pagination > li {
    display: inline-block;
    /* 1 */
    font-size: 1rem;
    /* 2 */
    vertical-align: top;
}
.pagination > li:nth-child(n+2) {
    margin-left: 5px;
}
/*
 * 1. Makes pagination more robust against different box-sizing use
 * 2. Reset text-align to center if alignment modifier is used
 */
.pagination > li > a,
.pagination > li > span {
    display: inline-block;
    min-width: 16px;
    padding: 3px 5px;
    line-height: 20px;
    text-decoration: none;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
    text-align: center;
}
/*
 * Links
 */
.pagination > li > a {
    background: #eeeeee;
    color: #444444;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.pagination > li > a:hover,
.pagination > li > a:focus {
    background-color: #f5f5f5;
    color: #444444;
    /* 2 */
    outline: none;
}
/* OnClick */
.pagination > li > a:active {
    background-color: #dddddd;
    color: #444444;
}
/*
 * Active
 */
.pagination > .uk-active > span {
    background: #00a8e6;
    color: #ffffff;
}
/*
 * Disabled
 */
.upagination > .uk-disabled > span {
    background-color: #f5f5f5;
    color: #999999;
}
/* Previous and next navigation
 ========================================================================== */
.pagination-previous {
    float: left;
}
.pagination-next {
    float: right;
}
/* Alignment modifiers
 ========================================================================== */
.pagination-left {
    text-align: left;
}
.pagination-right {
    text-align: right;
}

.box_svg {
	z-index: -100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: block;
}
.box_svg svg {
	z-index: -100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	box-sizing: border-box;
	display: block;
	background-color: #fff;
	/*background-color: #0e4166;*/
	/*background-image: linear-gradient(to bottom, rgba(14, 65, 102, 0.86), #0e4166);*/
}

.uk-padding-small {
	padding: 8px;
}
.tran3d {
	transform-style:preserve-3d;
	perspective:500px;
}
.bg_css {
	padding: 50px 0;
	background: repeating-linear-gradient(-45deg, #fff 0 20px, #fafafa 0 40px);
}


.footer_css {
	/*background-color: #0a3e84;*/
	/*border-top:1px solid #aaa;*/
	position: relative;
	z-index: 99
}