html {
	color: #000;
	background: #F9F9F9;
}

body {
	background: #F9F9F9;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mb10 {
	margin-bottom: 10px;
}

.mt-30 {
	margin-top: 30px;
}
.pd-5 {
	padding: 5px;
}
.pd-10 {
	padding: 10px;
}

.pd-20 {
	padding: 20px;
}

h1 {
	font-size: 22px;
}

time {
	color: #666;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal
}

ol,
ul {
	list-style: none
}

caption,
th {
	text-align: left
}

q:before,
q:after {
	content: ''
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

input,
textarea,
select {
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	outline: 0px;
	-webkit-appearance: none
}

textarea {
	-webkit-appearance: none
}

legend {
	color: #000
}

.inner,
.container {
	zoom: 1
}

.inner:before,
.container:before,
.inner:after,
.container:after {
	content: "";
	display: table
}

.inner:after,
.container:after {
	clear: both;
	overflow: hidden
}

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

a:hover {
	text-decoration: none;
	background: none;
	color: #0b8235;
	font-weight: bold;
}

img {
	vertical-align: middle
}

.flex {
	display: flex;
}

button,
input,
select,
textarea {
	font-size: inherit;
	line-height: inherit
}

.clearfix::after,
.clear::after {
	clear: both;
	display: table;
	content: "";
	zoom: 1
}

.inner,
.container {
	zoom: 1
}

.inner:before,
.container:before,
.inner:after,
.container:after {
	content: "";
	display: table
}

.inner:after,
.container:after {
	clear: both;
	overflow: hidden
}

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

tr.active td {
	background: #f9f9f9;
}

.layui-container {
	max-width: 1350px;
}

#header {
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100vw;
	background-color: #fff;
	box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, .08);
	padding: 10px 0;
}

#header .layui-container {
	width: 100%;
}

#header .head {
	display: flex;
	position: relative;
	width: 100%;
	align-items: flex-start;
}

#header .logo {
	margin-right: 15px;
	flex-shrink: 0;
}

#header .nav-container {
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: space-between;
}

#header .nav-row-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 15px;
}

#header .head ul {
	padding: 0 10px;
	overflow: hidden;
	margin: 0;
	display: flex;
	flex-wrap: nowrap;
}

#header .head ul li {
	display: inline-block;
	height: 36px;
	padding: 0 2px;
	line-height: 36px;
	width: 100px;
	text-align: center;
}

#header .nav-first-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

#header .head ul li a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin: 0 auto;
	padding: 0 10px;
	background: #fff;
	border-radius: 2px;
	width: fit-content;
}

#header .language-selector {
	margin-left: auto;
	text-align: center;
	padding: 0 10px;
}
#header .head ul li.act a {
	color: green;
	font-weight: bold;
	padding: 0 10px;
}
/* 第二行导航样式 */
#header .nav-row-2 {
	width: 100%;
}

#header .navbar-collapse {
	flex-grow: 1;
}

#header .navbar-nav {
	display: flex;
	flex-wrap: nowrap;
	margin: 0;
}

#header .nav-item {
	display: inline-block;
	margin-right: 0;
	width: 120px;
	text-align: center;
}

#header .nav-link {
	font-size: 14px;
	padding: 5px 10px;
	color: #000;
	display: block;
	margin: 0 auto;
	width: fit-content;
}

#header .nav-link:hover {
	color: #0b8235;
	font-weight: bold;
}

/* 调整内容区域的上边距 */
#content {
	padding-top: 105px;
}

#header .head .en a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-left: 6px;
  padding: 0 2px;
  background: #fff;
  border-radius: 2px;
}

#header .head ul li a:hover {
	font-weight: bold;
}

#content {
	padding-top: 105px;
}

#content .exchange-box {
	background: #fff;
	border-radius: 10px;
	padding: 8px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0, 0, 0, .15);
}

#content .exchange-box .exchange-title {
	margin: 0 8px;
	white-space: nowrap;
}

#content .exchange-box .exchange-title .rate {
	color: #1f1f1f;
	font-weight: bold;
}

#content .exchange-box:hover {
	box-shadow: 0 0 4px -1px rgba(0, 0, 0, .04), 0 0 10px 0 rgba(0, 0, 0, .05), 0 0 5px 0 rgba(0, 0, 0, .06);
}

#content .exchange-box .increase-ratio {
	font-size: 12px;
	max-width: 60px;
	overflow: hidden;
}

#content .exchange-box .increase-ratio div {
	margin-top: 3px;
	max-width: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#content .converter-box {
	padding: 15px 20px;
	background: #fff;
	border-radius: 0 0 12px 12px;
}

.title {
	margin: 0;
	padding: 10px;
	line-height: 22px;
	border-radius: 12px 12px 0 0;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.title.with-icon {
	position: relative;
	padding-left: 40px;
}

.title .text {
	margin-left: 3px;
}

@media (min-width:568px) {
	.title {
		font-size: 16px;
		font-weight: 400;
	}
}

.title.with-icon .header-icon:not(.right-action) {
	position: absolute;
	left: 10px;
	top: 8px;
	border-radius: 3px;
	background-color: #ffb800;
	background-color: #40b068;
}

.header-icon {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-position: center;
	background-repeat: no-repeat;
}

.header-icon svg {
	margin-left: 3px;
	margin-top: 3px;
}

.arrows {
	background-size: 20px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAApB0NrAAAAh1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9qkf8RAAAALHRSTlMALrKl+OnFqhH8d0U7GfTg0IJAJiHmyZKKTTbt1rSem29kKAe6hH5nYVcWCoAx59wAAAD3SURBVDjL5dLZboMwEIXhMTuELawha5N073n/5+sEjJURanxbKf+VjT5ZA4aer5et3eRxZDUhinvUKKXqq9yrAAJ54HbhNEC2KTBXfBsTYyrh9crDXbkx5tGGFES9MUfHcQJwLbXgSofzebEm2WUP1GdwK/1eI5FF2I+TDdO200TWDx9MXvWuDBfAfISLXl//uCImAT3O1wM/6Hw7pj7pXXekZT85G/U5n1QiWZCsHKfZwav09xGod133EIOL1rhJl2shEObe6QuiN2M8c6VEgzCxPMc7TMM2J98QvzFGpWm6jchUp1WVdkwy2/9sJ5TDSiip6H/2C7NiJ9J7/LRoAAAAAElFTkSuQmCC);
}

.article {
	background-size: 20px;
	background-image: url(../images/article.png);
}

.change {
	background-size: 20px;
	background-image: url(../images/change.png);
}

.price {
	background-size: 20px;
	background-image: url(../images/price.png);
}

.cross {
	background-size: 20px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAApB0NrAAAApVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+4/eNVAAAANnRSTlMA2Fpn5p3697KSKhsO86htZU1JJRHRmoyGfiAVDAXNyb2jl4F4czbv4LhWRDwX2sIwrGFdLgpNkLe2AAABf0lEQVQ4y8XR6VrqMBCA4SmF0kVa1BZQW/ZFEPWs3/1f2snYlFAO/tX3B8k8TDMziXyXZLjwAnhL/Ue5Lk5RAernD7liAvQOcVndxIcRMJZLf+fw8HQK8zXMcmmpPIp7sz7dbVab21eze5zxXLZy3plrRwtqqXYTMpUzDxTmdwO8R6tojqlr4tl5T69gWokgqmdOxjASKQPcHSz0Mx/upHEMWItkhGKVYLqFF3G26BkDmlEPevCS6OK6UpExQxsuTZEKKmmBRI6n0QoTbdlL26iIJZ8ubBQg0tG2X+qm3cahr1Nlevypzn85eo7OupqIchvHIzf9pHJus+yp5S8b9zhKpQWdhIbUfjPRxEycG2b3atfk5Ow+3iyp/zbKmLmoLmKFdPRxuluRuEtL11Uf6KWR6Xx9z3g2iwp20hh/PLBe3K19IUJXy5raFzU5YcfI8Dpq0D+bo0tqcy77cfIisjn7oe/7a9508d05zuf9OG4uPMW1nD/2fgZBvezla/0DuTE3zNtneO0AAAAASUVORK5CYII=);
}

.coins {
	background-size: 20px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAApB0NrAAAAn1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Kd3m4AAAANHRSTlMAk4q5xHFkrI7SyqKbgVjawYV8eXawp6Wfa2dfGeXgllBHQzj38c29Sz0h1rQxCOrPKxIO3du11AAAAYlJREFUOMvl0leOqzAUgGEXbEzvvQUINT1z9r+2GzK6Dyazgpn/6Rz5ExKy0V/oYBEiMMaCEPb4UfiGZwV+41l+GPiWSPoPcT03WajWUMGro44zprC9MdL5BgAaepZ9vDm1H1uZrMLeDu7X92Zts8JN2Tzw2yjfW7HNTpHIhoL9PnC/XgvfplOpTRIRMEV5m95G/HxtOT06rFM1TzJHCOwh5fb/vctCqgeNZABqesC6a8QiIEEam67DZ7B33wEgS34gaVJ7Q3aabY7dFEnFzfZT9MKvzxxhFPRYd2CVTcMi56WqwYyjXDMrR3eJ4baS8WGeDUWH76pxanuIOJVvSxnD8NJl7bmfSnNdmHcGyHwkV8PoBRfkI4xC21IAoF60nRFgsuGmOd4pdmArWVXYGY/cwwJrR3inkMLWE7Ez+MxcarEiLBhnObewphJzZx5gLQk1dGKQVKiRm3Qc8o/HXFdm94WRUkZL25VNNAj00RrfdXUqKTIPmWJU9IB+quSGSk9UU1TVv6Bf3z9XQS1L2bHHrgAAAABJRU5ErkJggg==);
}

.line-chart {
	background-size: 20px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAApB0NrAAAAk1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ROyVeAAAAMHRSTlMA5KgtgejYhKQWEOszGgb7tIliJxP18t/Vxr65rZ+WciIN3tHMkn57TT88KwyhbGcCBknLAAAA/0lEQVQ4y93Q2W6DMBQE0MFJaCCEUiCBpCxp9qXL/P/XlStTgWnkSn1r58GWraM7svGv4h+rUkWr0mZu1IEt8UzIBNbsxWyt5I2S3EZUA5bkzkKmDZmlZ+5/IB5wHqGfME4MMvFwCmDkNedjYJIDLwZ5cUlBvaIH8jYkGrVT5kI46hcJyQRtoDT5oJjBlCg8NatTSJEPVKbxhTwDeKJEplwxNk2uiaCWFO7QCEH4jvoqaCIviobmslNAliGih7oUwmlnuqypcKSTtIXqu6m3ci0/Uvgh75qU/DJMsLhr/EVnNlj+xnRda1S6Sx8OsgWdCVeO44wRN6uboneY44/mE0X4MzD7I3p0AAAAAElFTkSuQmCC);
}

#content .currency-box {
	overflow: hidden;
}

#content .currency-box label {
	line-height: 3rem;
	display: block;
	font-weight: 600;
	color: #141E37;
	font-size: 1.2rem;
	height: 3.2rem;
}

#content .currency-box input,
#content .currency-box select {
	display: block;
	width: 100%;
	height: calc(2em + 0.75rem + 2px) !important;
	line-height: calc(2em + .75rem + 2px) !important;
	padding: 0 0 0 1rem;
	background-color: #fff;
	border-radius: 0.25rem;
	border: 1px solid #c7c7d2;
	box-sizing: border-box;
}

.exchange-icon {
	border-radius: 3px;
	color: #fff;
	background-color: #40b068;
	height: calc(2em + 0.75rem + 2px) !important;
}

.exchange-icon:hover {
	color: #fff;
}

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

.exchange-button button {
	display: inline-block;
	border: 0;
	width: 13rem;
	height: 3rem;
	line-height: 3rem;
	color: #fff;
	font-size: 1.3rem;
	cursor: pointer;
	font-weight: 300;
	transition: all .25s;
	border-radius: 5px;
	background-color: #ffb800;
	background-color: #40b068;
}

.daxie-button button {
	display: inline-block;
	border: 0;
	width: 13rem;
	height: 2.8rem;
	line-height: 2.8rem;
	color: #fff;
	font-size: 1.2rem;
	cursor: pointer;
	font-weight: 300;
	transition: all .25s;
	border-radius: 5px;
	margin-top: 3rem;
	background-color: #40b068;
}

#content .converter-box .exchange-result {
	float: left;
	padding: 0 0 .5rem;
	font-size: 16px;
	font-weight: 700;
	line-height: 180%;
}

#content .converter-box .exchange-result .f {
	color: #5C667B;
	font-size: 16px;
	font-weight: 600;
}

#content .converter-box .exchange-result .t {
	font-size: 22px;
	color: rgba(227, 90, 15, 0.97);
	padding: 0.6rem 0 0.6rem;
}

#content .converter-box .exchange-result .t .faded-digits {
	color: #A1A6B0;
}

#content .converter-box .exchange-result .e {
	font-weight: 400;
	font-size: 14px;
	color: #5C667B;
}

#content .converter-box .exchange-result .e a {
	color: #889;
}

@media all and (max-width:760px) {
	#content .converter-box .exchange-result .t {
		font-size: 1.6rem;
		padding: .6rem 0 .6rem;
	}

	#content .converter-box .exchange-result {
		line-height: 220%;
		padding: 1rem 0 0 0;
	}

	#content .converter-box .exchange-result .e {
		line-height: 180%;
	}
}

#content .cross-rates-body {
	padding: 10px;
	overflow: hidden;
}

#content .cross-rates-body .cross-item {
	overflow: hidden;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	border-bottom: 1px solid #ebebeb;
}

#content .cross-rates-body .cross-item:hover {
	background-color: #EBEBEB;
}

.cross-img {
	margin-top: 6px;
	display: flex;
}

.cross-img img,
.cross-img h3 {
	display: inline-block;
}

@media screen and (max-width:760px) {
	.cross-img {
		margin-top: 3px;
	}
}

.cross-img h3 {
	margin-left: 10px;
	font-size: 16px;
	font-weight: normal;
}

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

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

.rt {
	margin-bottom: 3px;
}

.rn {
	font-size: .7em;
	margin-top: -0.2em;
	margin-bottom: -1.3em !important;
}

.conversion-list {
	overflow: hidden;
	padding: 15px;
}

.conversion-list-item {
	-webkit-box-shadow: 0 1px 1px #ebebeb;
	cursor: pointer;
	text-align: center;
}

.layui-table th,
.layui-table td {
	text-align: center;
}

.bor0 {
	border-bottom: 0;
}

ul.daxie-list {
	padding: 10px 0;
	overflow: hidden;
}

ul.daxie-list li {
	float: left;
	width: 19.8%;
	font-size: 18px;
	padding-bottom: 10px;
	text-align: center;
}

ul.daxie-list li img {
	margin-bottom: 5px;
}

ul.daxie-list li .red {
	color: #f00;
}

#footer {
	width: 100%;
	padding-top: 15px;
	margin-top: 20px;
	background-color: #424040;
	position: relative;
}

#footer p.tip {
	margin: 5px 0;
}

#footer .footer-box {
	position: relative;
	padding: 5px 0 25px;
	line-height: 24px;
	text-align: center;
	color: #999;
	border-radius: 8px
}

#footer .footer-box span,
#footer .footer-box a {
	margin: 0 3px;
	white-space: nowrap
}

#footer .footer-box a {
	color: #999
}

.layui-card .tips {
  font-weight: 400;
  font-size: 14px;
  color: #5C667B;
}

.currency-buts .but {
    display: inline-block;
    border: 0;
    width: 13rem;
    height: 3rem;
    line-height: 3rem;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    font-weight: 300;
    transition: all .25s;
    border-radius: 5px;
    background-color: #ffb800;
    background-color: #40b068;
	float: right;
}

.layui-nav {
	position: relative;
	padding: 0 5px;
	background: #fff !important;
	color: #fff;
	border-radius: 2px;
	font-size: 0;
	box-sizing: border-box
}

.layui-nav * {
	font-size: 14px
}

.layui-nav .layui-nav-item {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-top: 0;
	list-style: none;
	vertical-align: middle;
	line-height: 60px
}

.layui-nav .layui-nav-item a {
	display: block;
	background: #fff !important;
	padding: 0 20px;
	color: #666 !important;
	transition: all .3s;
	-webkit-transition: all .3s
}

.layui-nav .layui-this:after,
.layui-nav-bar {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 3px;
	background-color: #16b777;
	transition: all .2s;
	-webkit-transition: all .2s;
	pointer-events: none
}

.layui-nav-bar {
	z-index: 1000
}

.layui-nav[lay-bar=disabled] .layui-nav-bar {
	display: none
}

.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
	color: #fff;
	text-decoration: none
}

.layui-nav .layui-this:after {
	top: auto;
	bottom: 0;
	width: 100%
}

.layui-nav-img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border-radius: 50%
}

.layui-nav .layui-nav-more {
	position: absolute;
	top: -4px;
	right: -12px !important;
	left: auto !important;
	margin-top: 0;
	font-size: 12px;
	cursor: pointer;
	transition: all .2s;
	-webkit-transition: all .2s
}

.layui-nav .layui-nav-mored,
.layui-nav-itemed>a .layui-nav-more {
	transform: rotate(180deg)
}

.layui-nav-child {
	display: none;
	position: absolute;
	left: 0;
	top: 65px;
	min-width: 100%;
	line-height: 36px;
	padding: 5px 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
	border: 1px solid #eee;
	background-color: #fff;
	z-index: 100;
	border-radius: 2px;
	white-space: nowrap;
	box-sizing: border-box
}

.layui-nav .layui-nav-child a {
	color: #5f5f5f;
	color: rgba(0, 0, 0, .8)
}

.layui-nav .layui-nav-child a:hover {
	background-color: #f8f8f8;
	color: rgba(0, 0, 0, .8)
}

.layui-nav-child dd {
	margin: 1px 0;
	position: relative
}

.layui-nav-child dd.layui-this {
	background-color: #f8f8f8;
	color: #000
}

.layui-nav-child dd.layui-this:after {
	display: none
}

.layui-nav-child-r {
	left: auto;
	right: 0
}

.layui-nav-child-c {
	text-align: center
}

.layui-nav.layui-nav-tree {
	width: 200px;
	padding: 0
}

.layui-nav-tree .layui-nav-item {
	display: block;
	width: 100%;
	line-height: 40px
}

.layui-nav-tree .layui-nav-item a {
	position: relative;
	height: 40px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.layui-nav-tree .layui-nav-item>a {
	padding-top: 5px;
	padding-bottom: 5px
}

.layui-nav-tree .layui-nav-more {
	right: 15px
}

.layui-nav-tree .layui-nav-item>a .layui-nav-more {
	padding: 5px 0
}

.layui-nav-tree .layui-nav-bar {
	width: 5px;
	height: 0
}

.layui-side .layui-nav-tree .layui-nav-bar {
	width: 2px
}

.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this>a,
.layui-nav-tree .layui-this>a:hover {
	background-color: #16baaa;
	color: #fff
}

.layui-nav-tree .layui-this:after {
	display: none
}

.layui-nav-itemed>a,
.layui-nav-tree .layui-nav-title a,
.layui-nav-tree .layui-nav-title a:hover {
	color: #fff !important
}

.layui-nav-tree .layui-nav-bar {
	background-color: #16baaa
}

.layui-nav-tree .layui-nav-child {
	position: relative;
	z-index: 0;
	top: 0;
	border: none;
	background-color: rgba(0, 0, 0, .3);
	box-shadow: none
}

.layui-nav-tree .layui-nav-child dd {
	margin: 0
}

.layui-nav-tree .layui-nav-child a {
	color: #fff;
	color: rgba(255, 255, 255, .7)
}

.layui-nav-tree .layui-nav-child a:hover {
	background: 0 0;
	color: #fff
}

.layui-nav-itemed>.layui-nav-child,
.layui-nav-itemed>.layui-nav-child>.layui-this>.layui-nav-child {
	display: block
}

.layui-nav-side {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	overflow-x: hidden;
	z-index: 999
}

.layui-nav-tree.layui-bg-gray a,
.layui-nav.layui-bg-gray .layui-nav-item a {
	color: #373737;
	color: rgba(0, 0, 0, .8)
}

.layui-nav-tree.layui-bg-gray .layui-nav-itemed>a {
	color: #000 !important
}

.layui-nav.layui-bg-gray .layui-this a {
	color: #16b777
}

.layui-nav-tree.layui-bg-gray .layui-nav-child {
	padding-left: 11px;
	background: 0 0
}

.layui-nav-tree.layui-bg-gray .layui-nav-child dd.layui-this,
.layui-nav-tree.layui-bg-gray .layui-nav-child dd.layui-this a,
.layui-nav-tree.layui-bg-gray .layui-this,
.layui-nav-tree.layui-bg-gray .layui-this>a {
	background: 0 0 !important;
	color: #16b777 !important;
	font-weight: 700
}

.layui-nav-tree.layui-bg-gray .layui-nav-bar {
	background-color: #16b777
}

.langs {
	color:#f07f7f;
	width:85px
}
.langs option {
	color:#666;
	padding:5px 10px
}
.langs option:checked {
	color:#000
}
[data-select2-id="5"] .select2-container {
	width: 100px;
	display: inline-block;
}
[data-select2-id="5"] .select2-selection__rendered {
	line-height: 32px;
	font-size: 16px;
}
[data-select2-id="5"] .select2-selection__arrow {
	height: 32px;
}
.red {
	color:red;
}
.green {
	color:green;
}
.gray {
	color:gray;
}
.article_list .conversion-list-item{text-align: left;}
.article_list .article {
	padding: 15px;
	margin-bottom: 10px;
	background: #fff;
	border-left: 5px solid #fff;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.article_list .article > .article-left {
	width: 25%;
	float: left;
}
.article_list .article > .article-left > img {
	width: 100%;
	height: auto;
	max-height: 110px;
	display: inline-block;
	border: none;
	vertical-align: middle;
}
.article_list .article > .article-right {
	width: 73%;
	float: right;
	padding-left: 2%;
}
.article_list .article > .article-footer {
	margin-top: 5px;
	font-size: 11px;
	padding: 2px;
	color: #a6a6a6;
}
.article_list .article > .article-footer > span {
	padding-right: 3%;
}
@media (min-width: 768px) {
	.article_list .article > .article-footer {
		margin-top: 10px;
		font-size: 13px;
	}
	.article_list .article > .article-right > .article-title a {
		font-size: 17px;
	}
	.article_list .article > .article-right > .article-abstract {
		font-size: 14px;
		display: block;
		margin-top: 10px;
		text-indent: 2em;
		color:#666;
	}
}
@media (min-width: 992px) {
	.article_list .article > .article-right > .article-title a {
		font-size: 18px;
	}
}
.shadow {
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
	border-radius: 10px;
}
.article-info {
	border: 1px dashed #808080;
	font-size: 13px;
	color: #808080;
	padding: 5px 0;
	font-family: SimSun;
	text-align: center;
	margin: 0 0 10px;
}
h1.article-title {
	text-align: center;
	margin: 20px 0px;
	/*color: white;*/
	font-weight: 700;
	/*text-shadow: 0 0 8px #000000;*/
	font-size: 24px;
	word-break: break-all;
}
.article-body {
	margin: 0 auto;
	padding: 0 !important;
	position: relative;
}
.article-body p {
	padding: 5px 0px;
	line-height: 24px;
	font-size: 13px;
	word-break: break-all;
}
.article-body img:not(.img-flag) {
	display: block;
	max-width: 100%;
	margin: 15px auto;
	border-radius: 10px;
	transition: all 0.3s ease;
}
.huilv_duihuan{
    border: 1px dashed #808080;
    margin-bottom: 10px;
}

.hot-articles-card {
    border: 1px solid #eaeaea;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}

.hot-articles {
    padding: 0;
    background-color: #ffffff;
	border-radius: 12px;
}

/* 闁绘埊鎷峰Λ锟藉棘閸モ晝褰块悽锟藉暙閻�拷 */
.hot-articles .sidebar-article-item {
    display: flex;
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
    align-items: center;
    transition: none;
}

.hot-articles .sidebar-article-item:last-child {
    border-bottom: none;
}

.hot-articles .sidebar-article-item:hover {
    background-color: #ffffff;
}

.hot-articles .article-img {
    flex-shrink: 0;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
}

.hot-articles .article-img img {
    width: 100px;
    height: 75px;
    object-fit: contain;
    transition: none;
}

.hot-articles .article-img img:hover {
    transform: none;
}

.hot-articles .article-info {
    flex-grow: 1;
    min-width: 0;
}

.hot-articles .article-title {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    font-weight:600;
}

.hot-articles .article-title:hover {
    color: #0b8235;
    text-decoration: none;
}

.hot-articles .article-meta {
    font-size: 13px;
    color: #999999;
    display: block;
}

.hot-articles .article-meta span {
    margin-right: 0;
    display: inline;
}

.hot-articles .article-meta i {
    display: none;
}

.th-7 {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 5px;
}

.th-7 li {
    margin: 0 5px 8px;
    list-style: none;
}

.th-7 li a {
    display: block;
    padding: 3px 10px;
    background: #f5f5f5;
    border-radius: 12px;
    font-size: 13px;
    color: #666;
    transition: all 0.3s;
}

.th-7 li a:hover {
    background: #40b068;
    color: white;
}

/* 闁绘埊鎷峰Λ锟藉棘閸モ晝褰挎俊锟解偓铏�仴闁哄秴鍢茬槐锟� */
.box-card-list-rates {
    border: none;
    box-shadow: none;
}
.box-card-list-rates .title {
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
}
.box-card-list-rates ul .item {
    padding: 12px 15px;
    margin: 0;
    border-bottom: 1px dashed #f0f0f0;
}
.box-card-list-rates ul .item:last-child {
    border-bottom: none;
}
.box-card-list-rates .item-img {
    float: left;
    width: 100px;
    overflow: hidden;
    border-radius: 3px;
}
.box-card-list-rates .item-img img {
    width: 100%;
    height: 63px;
    background: url(../images/nopic.png);
    background-size: 100% 100%;
    vertical-align: top;
    transition: all 0.3s ease-out 0s;
}
.box-card-list-rates .item-img img:hover {
    transform: none;
}
.box-card-list-rates .item-title {
    height: 42px;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    font-weight: 500;
    -webkit-line-clamp: 2;
}
.box-card-list-rates .item-date {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}
.box-card-list-rates .item-content{
	margin-left:110px;
	height: 60px;
}
/* 闁绘埊鎷峰Λ锟藉冀閸モ晪鎷烽柡宥呭槻缁憋拷 */
.tagcloud{margin:5px 10px;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 0.25rem 0.5rem 0;border:1px solid var(--border-light);padding:0.5rem 0.5375rem;border-radius:5px}
.tagcloud a:hover{opacity:0.8;color:#fff;background-color:#1bc07d}
/* 闊�浄鎷烽敓鑺ョ┍閳╁啩绱栭柡宥呭槻缁憋拷 */
.kuaixun-content {
    padding: 15px;
}

.kuaixun-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kuaixun-item {
    padding: 12px 0;
    border-bottom: 1px dashed #eee;
    display: flex;
    align-items: center;
}

.kuaixun-item:last-child {
    border-bottom: none;
}

.kuaixun-item .time {
    flex: 0 0 100px;
    color: #999;
    font-size: 14px;
    padding-right: 20px;
    text-align: right;
}

.kuaixun-item .content {
    flex: 1;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

.kuaixun-item:nth-child(odd) {
    background-color: #f9f9f9;
}

.kuaixun-item:hover {
    background-color: #f5f5f5;
}
/* 闁哄秴娲ㄩ敓鑺ワ紣濠婂棗锟界紒锟芥嫹 */
.color0{color:#04b9b6;background-color:rgba(8,196,193,0.1)}
.color1{color:rgb(202,109,220);background-color:rgba(212,62,241,0.1)}
.color2{color:#ff5473;background-color:rgba(255,84,115,0.1)}
.color3{color:#6a933e;background-color:rgba(72,135,24,0.1)}
.color4{color:#ff6f06;background-color:rgba(255,111,6,0.1)}
.color5{color:#8e4aff;background-color:rgba(154,72,245,0.1)}
.color6{color:#c58516;background-color:rgba(179,103,8,0.1)}
.color7{color:#2997f7;background-color:rgba(41,151,247,0.1)}
.color8{color:#5c7cff;background-color:rgba(77,130,249,0.1)}
.color9{color:#04b9b6;background-color:rgba(8,196,193,0.1)}
.color10{color:#d6064c;background-color:rgba(194,41,46,0.1)}
.color11{color:#18a52a;background-color:rgba(18,185,40,0.1)}
.color12{color:#e434e1;background-color:rgba(213,72,245,0.1)}
.color13{color:#888;background-color:rgba(136,136,136,0.1)}
.color14{color:#6a933e;background-color:rgba(72,135,24,0.1)}
.color15{color:#c58516;background-color:rgba(179,103,8,0.1)}
.color16{color:#d6064c;background-color:rgba(194,41,46,0.1)}
.color17{color:#ff5473;background-color:rgba(255,84,115,0.1)}
.color18{color:#e434e1;background-color:rgba(213,72,245,0.1)}
.color19{color:#04b9b6;background-color:rgba(8,196,193,0.1)}
.color20{color:#ff6f06;background-color:rgba(255,111,6,0.1)}
.color21{color:#2997f7;background-color:rgba(41,151,247,0.1)}
.color22{color:#04b9b6;background-color:rgba(8,196,193,0.1)}
.color23{color:#04b9b6;background-color:rgba(8,196,193,0.1)}
.color24{color:rgb(202,109,220);background-color:rgba(212,62,241,0.1)}
.color25{color:#888;background-color:rgba(136,136,136,0.1)}
.color26{color:#d6064c;background-color:rgba(194,41,46,0.1)}
.color27{color:#2997f7;background-color:rgba(41,151,247,0.1)}
.color28{color:#5c7cff;background-color:rgba(77,130,249,0.1)}
.color29{color:#04b9b6;background-color:rgba(8,196,193,0.1)}
.color30{color:#d6064c;background-color:rgba(194,41,46,0.1)}
.color31{color:#18a52a;background-color:rgba(18,185,40,0.1)}
.color32{color:#e434e1;background-color:rgba(213,72,245,0.1)}
.color33{color:#888;background-color:rgba(136,136,136,0.1)}
.color34{color:#6a933e;background-color:rgba(72,135,24,0.1)}
.color35{color:#c58516;background-color:rgba(179,103,8,0.1)}
.color36{color:#d6064c;background-color:rgba(194,41,46,0.1)}
.color37{color:#ff5473;background-color:rgba(255,84,115,0.1)}
.color38{color:#e434e1;background-color:rgba(213,72,245,0.1)}
.color39{color:#2997f7;background-color:rgba(41,151,247,0.1)}
.color40{color:#5c7cff;background-color:rgba(77,130,249,0.1)}
.color41{color:#04b9b6;background-color:rgba(8,196,193,0.1)}
.color42{color:#d6064c;background-color:rgba(194,41,46,0.1)}
.color43{color:#18a52a;background-color:rgba(18,185,40,0.1)}

/* 友情链接容器样式 */
.friend-body {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    padding: 15px;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 12px;
}

/* 友情链接样式 */
.friend-link {
    display: inline-block;
    width: 170px;  /* 添加宽度设置 */
    padding: 6px 12px;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    font-size: 14px;
    white-space: nowrap;
    text-align: center;  /* 添加居中对齐 */
}

/* 友情链接悬停效果 */
.friend-link:hover {
    background-color: #40b068;
    color: #fff;
    border-color: #40b068;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
/* 限制货币兑换项显示中文字符的宽度 */
.conversion-list-item .chadui-link {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px; /* 中文字符的宽度 */
}

/*面包屑导航*/
.breadcrumb{position:relative;padding:15px 20px;border-radius:8px;margin-bottom:10px;}
.breadcrumb a{padding:0 10px;}
.breadcrumb i{margin:3px 0 0 5px}
.bg-f{background:#fff}

/*资讯文章标签*/
.detail-tags {
  color: #bbb;
}
.detail-tags a.th_hover_a1{margin-right: 10px;}
.detail-tags a.th_hover_a1:last-child{margin-right: 0px;}

/*资讯文章版权*/
.umCopyright {
  line-height: 22px;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  color: #9ca0ad;
  background: #f6f7fa;
  border: 1px dashed #e3e5ec;
  width: 100%;
  margin: 25px 0 0;
}