@charset "utf-8";

:root {
    --pm-c: #319cff;
}

html,body {
	background-color: #fff;
	font-size: 15px;
	font-family: arial;
	color: #303133;
}
* {
	line-height: normal;
}
img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;    
}

ul,ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

a,a:hover {
	line-height: normal;
	color: #303133;
	font-size: 14px;
	text-decoration: none;
}

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

.uk-flex-cover {
	flex: 1;
	overflow: hidden;
	position: relative;
}
.crumbs {
	margin-bottom: 10px;
}
.crumbs,
.crumbs a {
	color: var(--md-c);
	font-size: 13px;
}
.crumbs a:after {
	content: '>';
	font-family: simsun;
	font-weight: bold;
	color: #C0C4CC;
	font-size: 13px;
	margin: 0 3px;
}
.crumbs a:last-child:after {
	display: none;
}

.bg-green {
	background: #2ec0b4 !important;
}
.c-green {
	color: #2ec0b4 !important;
}
.bg-red {
	background: #ff8878 !important;
}
.c-red {
	color: #ff8878 !important;
}

.header {
	background-color: #ffffff;
	box-shadow: 0px 3px 10px 0px rgba(194, 194, 194, 0.5);
	padding: 35px 0;
}
.header .nav {}
.header .nav ul {
	text-align: center;
}
.header .nav ul li {
	display: inline-block;
}
.header .nav ul li a {
	font-size: 16px;
	display: block;
	font-weight: bold;
	padding: 8px 35px;
}
.header .nav ul .active a {
	background: var(--pm-c);
	color: #fff;
	border-radius: 20px;
}
.header .search {
	width: 250px;
	height: 36px;
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
	border-radius: 6px;
}
.header .search input {
	width: 100%;
	height: 100%;
	border: 0;
	background: none;
	text-indent: 10px;
}
.header .search button {
	position: absolute;
	top: 50%;
	right: 0;
	height: 100%;
	width: 55px;
	transform: translate(0,-50%);
	background-color: var(--pm-c);
	background-image: url(../images/icon-search.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 0;
}


.part-title {}
.part-title .title {
	position: relative;
	padding-left: 40px;
	font-weight: bold;
	font-size: 16px;
	color: #303133;
}
.part-title .title:before,
.part-title .title:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	display: inline-block;
	width: 13px;
	height: 13px;
	background-color: var(--pm-c);
	border-radius: 7px;
}
.part-title .title:before {
	opacity: .5;
	left: 8px;
}
.part-title .more {
	border: 1px solid #eee;
	color: #999;
	font-size: 12px;
	border-radius: 4px;
	padding: 2px 8px;
}


.post-thumb {}
.post-thumb .item {
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.post-thumb .item .thumb {
	display: block;
	position: relative;
	width: 128px;
	height: 86px;
	margin-right: 12px;
}
.post-thumb .item .title {}
.post-thumb .item .title a {
	font-size: 15px;
	font-weight: bold;
}
.post-thumb .item .desc {
	margin: 16px 0;
}
.post-thumb .item .desc,
.post-thumb .item .time {
	font-size: 13px;
	color: #999;
}

.post-dot {}
.post-dot {}
.post-dot li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.post-dot li:last-child {
	margin-bottom: 0;
}
.post-dot li:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background: var(--pm-c);
	border-radius: 50%;
	margin-right: 10px;
}
.post-dot li a {
	display: block;
	flex: 1;
}
.post-dot li a {}
.post-dot li .time {
	font-size: 12px;
	color: #999;
}

.post-slide {}
.post-slide .uk-slideshow-items {
	min-height: 265px !important;
}


.post-latest {}
.post-latest .item {
	margin-bottom: 30px;
}
.post-latest .item span {
	color: var(--pm-c);
	font-size: 14px;
	margin-right: 10px;
}
.post-latest .item a {
	display: block;
	flex: 1;
	overflow: hidden;
}
.post-latest .item .info {
	margin-top: 18px;
}
.post-latest .item .info span {
	color: #999;
	font-size: 13px;
	margin-right: 20px;
}
.post-latest .item:last-child {
	margin-bottom: 0;
}


.post-coin {}
.post-coin .item {
	display: flex;
	align-items: flex-start;
}
.post-coin .item .icon {
	display: block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
	margin-top: 3px;
}
.post-coin .item .title {
	margin-bottom: 10px;
}
.post-coin .item .title a {
	font-size: 14px;
	font-weight: bold;
}
.post-coin .item .info {
	display: flex;
	justify-content: space-between;
	color: #999;
	font-size: 12px;
}

.post-coin .item .extent {
	margin-top: 10px;
	margin-left: 20px;
	display: inline-block;
	min-width: 70px;
	text-align: center;
	padding: 8px 0;
	background: #999;
	border-radius: 8px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
.post-coin .item .uk-flex-cover {
	border-bottom: 1px dashed #eee;
	padding-bottom: 13px;
	margin-bottom: 13px;
}
.post-coin .item:last-child .uk-flex-cover {
	border: 0;
	padding: 0;
	margin: 0;
}

.coin-tab {}
.coin-tab li {
	height: 65px;
	display: flex;
	align-items: center;
	padding: 0 15px;
	border-bottom: 1px solid #f8f8f8;
}
.coin-tab li:hover {
	background: #f8f8f8;
}
.coin-tab li span {
	line-height: 65px;
}
.coin-tab li>a {
	display: flex;
	align-items: center;
	width: 100%;
}
.tab-head-pm {
	background: var(--pm-c) !important;
	color: #fff;
}
.coin-tab .tab-head {
	height: auto !important;
	padding: 15px;
	background-color: #f8f8f8;
	display: flex;
}
.coin-tab .tab-head span {
	line-height: normal;
	font-size: 13px;
	font-weight: normal;
	display: inline-block;
}
.coin-tab .rank {
	width: 50px;
	font-weight: bold;
	text-align: center;
	margin-right: 20px;
}
.coin-tab .coin {
	width: 200px;
	display: flex;
	align-items: center;
}
.coin-tab .coin img {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	margin-right: 10px;
}
.coin-tab .coin b {
	flex: 1;
	text-align: left;
	overflow: hidden;
}
.coin-tab .coin span {
	color: #999;
}
.coin-tab .price_cny,
.coin-tab .price_usd {
	width: 130px;
}
.coin-tab .extent {
	width: 125px;
	font-weight: bold;
}
.coin-tab .trade {
	width: 150px;
}

.coin-tab .market {
	width: 180px;
}

.coin-tab .platform {
	width: 200px;
	display: flex;
	align-items: center;
	line-height: normal !important;
}
.coin-tab .platform img {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	margin-right: 20px;
}
.coin-tab .platform b {
	display: block;
	line-height: normal;
	margin-bottom: 6px;
}
.coin-tab .platform .sname {
	color: #999;
	line-height: normal;
}
.coin-tab .type {}
.coin-tab .trade_24h {
	width: 240px;
}
.coin-tab .country {
	width: 130px;
}
.coin-tab .star {
	width: 120px;
}
.coin-tab li a .star {
	background-image: url(../images/icon-star.png);
	height: 15px;
	position: relative;
	overflow: hidden;
}
.coin-tab li a .star:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 15px;
	background-image: url(../images/icon-star.png);
	background-position: 0 15px;
}
.star-1:before {
	width: 25px !important;
}
.star-2:before {
	width: 50px !important;
}
.star-3:before {
	width: 75px !important;
}
.star-4:before {
	width: 100px !important;
}
.star-5:before {
	width: 100% !important;
}

.coin-tab .w120 {
	width: 120px;
}

/*面包屑导航*/
.crumbs {
	font-size: 12px;
	margin: 10px 0;
	color: #999;
}
.crumbs a {
	color: #909399;
	display: inline-block;
	position: relative;
	font-size: 12px;
}
.crumbs a::after {
	content: '>';
}

.category-coin {}
.recom-coin {
	background: linear-gradient(to bottom, #f1f8ff, #fff);
	padding: 25px 15px;
}
.recom-coin .recom-title {
	text-align: center;
}
.recom-coin .recom-title span {
	font-weight: bold;
	font-size: 17px;
	color: var(--pm-c);
	position: relative;
}
.recom-coin .recom-title span:before,
.recom-coin .recom-title span:after {
	content: '';
	display: inline-block;
	width: 31px;
	height: 5px;
	background-image: url(../images/icon-recom-coin-title.png);
	margin-bottom: 3px;
	margin-left: 20px;
}
.recom-coin .recom-title span:before {
	margin-right: 20px;
}
.recom-coin .recom-title span:after {
	right: 0;
	transform: rotate(180deg);
}


.category-news {}
.category-news .item {
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.category-news .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.category-news .item .title {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.category-news .item .title span {
	color: var(--pm-c);
	margin-right: 10px;
	font-size: 14px;
}
.category-news .item .title a {
	font-weight: bold;
	font-size: 16px;
}
.category-news .item .thumb {
	position: relative;
	overflow: hidden;
	width: 145px;
	height: 97px;
	margin-right: 15px;
}
.category-news .item .desc {
	font-size: 13px;
	color: #666;
	line-height: 30px;
	margin-bottom: 20px;
}
.category-news .item .info {
	color: #999;
	font-size: 13px;
}

.show-news {}
.show-news .news-header {
	background: #F8F8F8;
	text-align: center;
	padding: 45px 30px;
}
.show-news .news-header h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 45px;
}
.show-news .news-header .info {
	font-size: 13px;
	color: #999;
}
.show-news .news-header .info span{
    margin-right: 14px;
}
.show-news .news-header .info span:last-child{
    margin-right: 0;
}
.show-news .news-content {
	margin: 35px 0;
}
.show-news .news-content p {
	text-indent: 2em;
	line-height: 32px;
	font-size: 15px;
	color: #666;
}
.show-news .news-content p img {
	display: block;
	max-width: 86%;
	margin: 0 auto;
}

.hot-platform {}
.hot-platform .item {
	border: 1px solid #eee;
	padding: 20px;
	text-align: center;
}
.hot-platform .item .icon {
	width: 60px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}
.hot-platform .item .title {
	margin: 20px 0;
}
.hot-platform .item .title a {
	font-size: 16px;
}
.hot-platform .item .info {
    overflow: hidden;
    text-overflow: ellipsdis;
    white-space: nowrap;
    font-size: 13px;
    color: #999;
    margin-bottom: 20px;
}
.hot-platform .item .view {
	display: inline-block;
	background-color: var(--pm-c);
	border-radius: 4px;
	color: #fff;
	padding: 6px 12px;
	font-size: 12px;
}


.post-flash {}
.post-flash .item {
	margin-bottom: 20px;
}
.post-flash .item .time {
	display: inline-block;
	background: #F8F8F8;
	font-size: 12px;
	color: #999;
	padding: 10px 12px;
	margin-bottom: 20px;
}
.post-flash .item .item-warp {
	border-left: 1px solid #eee;
	padding-left: 15px;
	position: relative;
}
.post-flash .item .item-warp:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #eeeeee;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -3px;
}

.post-flash .item .title {
	margin-bottom: 15px;
}
.post-flash .item .title a {
	font-weight: bold;
	font-size: 14px;
}
.post-flash .item .desc {
	font-size: 12px;
	line-height: 30px;
	color: #999;
	position: relative;
}

.show-coin {}
.show-coin .coin-header {
	padding: 30px 25px;
	background-image: url(../images/show-coin-bg.png);
	background-repeat: no-repeat;
	border-radius: 6px;
	overflow: hidden;
}
.show-coin .coin-header .icon {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin-right: 15px;
}
.show-coin .coin-header .coin-name {
	margin-bottom: 20px;
}
.show-coin .coin-header .coin-name h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
.show-coin .coin-header .coin-name span {
	color: #999;
	font-size: 16px;
	margin-left: 15px;
}
.show-coin .coin-header .deal-24h {
	display: inline-block;
	color: #7abfdf;
	font-size: 14px;
	border-radius: 6px;
	border: solid 1px #acdaf0;
	padding: 3px 12px;
}
.show-coin .coin-header .price_usd {
	font-size: 36px;
	font-weight: bold;
}
.show-coin .coin-header .extent {
	display: inline-block;
	border-radius: 4px;
	background: #eee;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	line-height: 42px;
	padding: 0 20px;
	letter-spacing: 1px;
	margin-left: 20px;
}
.show-coin .coin-data {
	margin-top: 75px;
	display: flex;
    flex-wrap: wrap;
	background: #fff;
	background-color: #ffffff;
	box-shadow: 0px 3px 10px 0px rgba(195, 216, 236, 0.42);
	padding: 25px;
	border-radius: 6px;
}
.show-coin .coin-data .item {
	width: 20%;
	font-size: 13px;
}
.show-coin .coin-data .b-b {
	border-bottom: 1px dashed #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.show-coin .coin-data .item .v {
	display: block;
	margin-bottom: 15px;
}
.show-coin .coin-data .item .t {
	color: #999;
}

.show-coin .coin-content p {
	text-indent: 2em;
	line-height: 32px;
	font-size: 15px;
	color: #666;
}
.show-coin .coin-content p img {
	display: block;
	max-width: 86%;
	margin: 0 auto;
}

.table_info{
    flex: 1;
    overflow: hidden;
}
.table_info span{
    display: block;
    margin-top: 6px;
    line-height: 1!important;
}

.tac{
    text-align: center;
}
.tal{
    text-align: left;
}
.tar{
    text-align: right;
}
.w14{
    width: 14%;
}


.sidebar {
	width: 350px;
	margin-left: 30px;
}
.pagination {
	margin: 40px 0;
	text-align: center;
}
.pagination .page-item {
	display: inline-block;
	margin: 5px;
	font-size: 12px;
	border: 1px solid #eee;
	color: #555;
}
.pagination .active span {
	background: var(--pm-c);
	color: #fff;
}
.pagination .page-item:hover {
	background: var(--pm-c);
	color: #fff;
}
.pagination .page-item .page-link {
	display: block;
	padding: 6px 12px;
	border: 1px solid transparent
}
.pagination li span {}
.pagination li a {
	display: inline-block;
	color: #666;
}
.pagination li a:hover {
	background: var(--pm-c);
	color: #fff;
	border: 1px solid var(--pm-c) !important
}


.page {}
.page .page-menu {}
.page .page-menu li {
	margin-bottom: 10px;
}
.page .page-menu li a {
	width: 170px;
	line-height: 40px;
	background: #f8f8f8;
	display: block;
	text-align: center;
	position: relative;
}
.page .page-menu li a:after {
	content: '';
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translate(0,-50%);
	display: inline-block;
	width: 0;
    height: 0;
	border-top: 7px solid transparent;
    border-left: 10px solid #eee;
    border-bottom: 7px solid transparent;
}
.page .page-menu .active {}
.page .page-menu .active a {
	background: var(--pm-c);
	color: #fff;
}
.page .page-menu .active a:after {
	border-left: 10px solid var(--pm-c);
}
.page .page-content {
	border-left: 1px solid #eee;
	padding-left: 40px;
	margin-left: 50px;
	position: relative;
}
.page .page-content:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: var(--pm-c);
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: -9px;
	border: 5px solid #fff;
}
.page .page-content p {
	font-size: 14px;
	line-height: 36px;
	color: #666666;
	text-indent: 2em;
}



.footer .uk-container {
    margin-bottom: 20px;
}

.footer .uk-container p {
    line-height: 26px;
    font-size: 13px;
}
.footer .foot-cop a {
    color: #999;
}


.footer {
	margin-top: 40px;
	background: #333;
	padding: 36px;
	color: #999;
	font-size: 14px;
	text-align: center;
}
.footer .foot-nav {
	margin-bottom: 20px;
}
.footer .foot-nav span {
	display: inline-block;
	position: relative;
}
.footer .foot-nav span:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #999;
	margin: 0 10px;
}
.footer .foot-nav span:last-child:after {
	display: none;
}
.footer .foot-cop {}

.b_w{
	min-width: 54px;
    display: inline-block;
    text-align: center;
}

.part-link{}
.part-link .home-links{}
.part-link .hot-link a:last-child{
    margin-right: 0;
}
.part-link ul li a{
    font-size: 14px;
    color: #333;
    margin-right: 14px;
}

.m-b-0{
    margin-bottom: 0!important;
}
