@charset "utf-8";

:root {
    --pm-c: #5ebdff;
}

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: #03b194 !important;
}
.c-green {
	color: #03b194 !important;
}
.bg-red {
	background: #f23f58 !important;
}
.c-red {
	color: #f23f58 !important;
}

.header {
	background-color: var(--pm-c);
}
.header .nav {}
.header .nav ul {
	margin-top: 35px;
	text-align: center;
}
.header .nav ul li {
	display: inline-block;
}
.header .nav ul li a {
	font-size: 16px;
	display: block;
	font-weight: bold;
	padding: 0 35px;
	line-height: 63px;
	color: #fff;
}
.header .nav ul li a:hover,
.header .nav ul .active a {
	background: #fff;
	color: var(--pm-c);
	border-top-left-radius: 20px;
    border-top-right-radius: 20px
}
.header .search {
	width: 250px;
	height: 36px;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	background: #fff;
}
.header .search input {
	width: 100%;
	height: 100%;
	border: 0;
	background: none;
	text-indent: 10px;
}
.header .search button {
	position: absolute;
	top: 50%;
	right: 2px;
	height: 92%;
	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;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.main {
	position: relative;
}
.part-title {
	display: flex;
	align-items: center;
	position: relative;
}
.part-title:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 100%;
	height: .1px;
	background: #eee;
	z-index: 1;
}

.part-title .title {
	position: relative;
	z-index: 10;
	font-weight: bold;
	color: var(--pm-c);
	font-size: 17px;
	position: relative;
	background: #fff;
	padding-right: 20px;
}
.part-title .title:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 10px;
	border-color: transparent transparent transparent var(--pm-c);
}
.part-title .more {
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 10;
	color: #999;
	font-size: 13px;
	padding-left: 10px;
}

.w390 {
	width: 390px;
}
.w437 {
	width: 437px;
}
.part-zaobao {
	background-color: #ffffff;
	border-radius: 6px;
	border: solid 1px #eeeeee;
	padding: 15px;
	display: flex;
	align-items: center;
}

.part-zaobao .zb-left {
	padding: 20px 10px;
}
.part-zaobao .zb-left .time {
	font-size: 20px;
	color: #999;
	margin-bottom: 22px;
}
.part-zaobao .zb-right {
	padding: 17px;
	flex: 1;
	overflow: hidden;
	width: 256px;
	background-color: #f7fcff;
	border-radius: 6px;
}
.part-zaobao .zb-right ul {}
.part-zaobao .zb-right ul li {
	margin-bottom: 17px;
	line-height: 22px;
	position: relative;
	padding-left: 20px;
}
.part-zaobao .zb-right ul li:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 5px;
	height: 5px;
	border: solid 2px #5ebdff;
	border-radius: 50%;
}
.part-zaobao .zb-right ul li:last-child {
	margin-bottom: 0;
}


.part-jx-news {}
.part-jx-news .item {}
.part-jx-news .item .title {
	display: flex;
	align-items: center;
}
.part-jx-news .item .title i {
	display: inline-block;
	background-color: var(--pm-c);
	border-radius: 0px 10px 0px 10px;
	color: #fff;
	font-size: 12px;
	padding: 3px 10px;
}
.part-jx-news .item .title a {
	display: block;
	flex: 1;
	font-size: 15px;
	margin: 0 10px;
}
.part-jx-news .item .title .time {
	color: #999;
	font-size: 13px;
}
.part-jx-news .item .desc {
	margin-top: 10px;
	color: #999;
	font-size: 13px;
	line-height: 30px;
}
.part-jx-news .item-box {
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.part-jx-news .thumb {
	display: block;
	width: 135px;
	height: 85px;
	position: relative;
	overflow: hidden;
}
.part-jx-news ul {}
.part-jx-news ul li {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	position: relative;
	padding-left: 15px;
}
.part-jx-news ul li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #e5e5e5;
}
.part-jx-news ul li a {
	display: block;
	flex: 1;
	overflow: hidden;
}
.part-jx-news ul li:last-child {
	margin-bottom: 0;
}
.part-jx-news ul li .time {
	color: #999;
	font-size: 13px;
	margin-left: 10px;
}



.part-banner {
	display: flex;
	align-items: center;
	height: 250px;
	border-radius: 10px;
	overflow: hidden;
	background: #f9f9f9;
}
.part-banner {}
.part-banner .thumb {
	width: 437px;
	height: 250px;
	position: relative;
	overflow: hidden;
}
.part-banner .uk-flex-cover {
	padding: 22px;
}
.part-banner .title {
	margin-bottom: 25px;
}
.part-banner .title a {
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
	color: #333;
}
.part-banner .desc {
	line-height: 30px;
	color: #999;
	font-size: 13px;
}
.part-banner .info {
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}
.part-banner .info span {
	color: #999;
	font-size: 13px;
	display: inline-block;
	line-height: 18px;
}
.part-banner .info .time {
	background-image: url(../images/icon-time.png);
	background-repeat: no-repeat;
	padding-left: 25px;
}
.part-banner .info .from {
	background-image: url(../images/icon-from.png);
	background-repeat: no-repeat;
	padding-left: 25px;
}






.part-new-coin {}
.part-new-coin .item {
	display: flex;
	align-items: center;
}
.part-new-coin .item .icon {
	width: 38px;
	height: 38px;
	margin-right: 15px;
}
.part-new-coin .item .title {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.part-new-coin .item .title .name {
	font-size: 15px;
	margin-right: 5px;
}
.part-new-coin .item .title .cname {
	font-size: 12px;
	color: #999;
	flex: 1;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.part-new-coin .item .info {
	color: #999;
	font-size: 13px;
}



.part-hot-news {
	flex: 1;
	overflow: hidden;
	position: relative;
}
.part-hot-news .item {
	margin-top: 15px;
	display: flex;
	align-items: center;
}
.part-hot-news .item .thumb {
	width: 120px;
	height: 78px;
	display: block;
	overflow: hidden;
	position: relative;
	margin-right: 15px;
}

.part-hot-news .item .title {
	margin-bottom: 15px;
	line-height: normal;
}
.part-hot-news .item .title a {
	font-size: 15px;
}
.part-hot-news .item .desc {
	line-height: 22px;
	color: #999;
	font-size: 13px;
}

.part-hot-news ul {
	margin-top: 20px;
}
.part-hot-news ul li {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px dashed #eee;
}
.part-hot-news ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.part-hot-news ul li a {
	display: block;
	flex: 1;
	overflow: hidden;
	margin-bottom: 15px;
}
.part-hot-news ul li .desc {
	font-size: 13px;
	color: #999;
}









.coin-tab {}
.coin-tab li {
	height: 65px;
	display: flex;
	align-items: center;
	padding: 0 30px;
	border-bottom: 1px solid #f8f8f8;
}
.coin-tab li:hover {
	background: #f8f8f8;
}
.coin-tab li span {
}
.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: 60px;
	background-color: #e7f5fe !important;
	display: flex;
	color: var(--pm-c);
	border-bottom: 0 !important;
}
.coin-tab .tab-head span {
	line-height: normal;
	font-size: 13px;
	font-weight: normal;
	display: inline-block;
	font-weight: bold;
}
.coin-tab .tab-head .rank {
	height: auto;
}
.coin-tab .rank {
	width: 90px;
	height: 30px;
}
.coin-tab .rank i {
	display: inline-block;
	font-style: normal;
	width: 30px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/coin-num.png);
	background-repeat: no-repeat;
}
.coin-tab li:nth-child(odd){
	background: #f9fbfc;
}
.coin-tab li:nth-child(2) .rank i,
.coin-tab li:nth-child(3) .rank i,
.coin-tab li:nth-child(4) .rank i {
	background-position:  -0px -30px;
}
.coin-tab li a>span {
	width: 200px;
}
.coin-tab .coin {
	width: 200px;
	display: flex;
}
.coin-tab .coin img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 20px;
}
.coin-tab .coin b {
	display: block;
}
.coin-tab .coin span {
	color: #999;
	font-size: 13px;
	margin-top: 2px;
}
.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: 100px;
}
.coin-tab li a .star {
	background-image: url(../images/icon-star.png);
	height: 18px;
	position: relative;
	overflow: hidden;
}
.coin-tab li a .star:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 18px;
	background-image: url(../images/icon-star.png);
	background-position: 0 18px;
}
.star-1:before {
	width: 20px !important;
}
.star-2:before {
	width: 40px !important;
}
.star-3:before {
	width: 60px !important;
}
.star-4:before {
	width: 80px !important;
}
.star-5:before {
	width: 100% !important;
}

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




.list-coin {}

.list-recom {
	
}
.list-recom ul {
	display: flex;
	border-bottom: 1px solid #eee;
}
.list-recom ul li {
	height: 34px;
}
.list-recom ul li span {
	display: block;
	padding: 0 15px;
	line-height: 36px;
	font-size: 15px;
}
.list-recom ul .uk-active {
	background: var(--pm-c);
	color: #fff;
}

.list-recom .uk-switcher {
	margin-bottom: 56px;
}
.list-recom .item {
	display: flex;
	align-items: center;
}
.list-recom .item img {
	width: 60px;
	height: 60px;
	margin-right: 15px;
}
.list-recom .item .name {
	margin-bottom: 20px;
}
.list-recom .item .name div {
	font-size: 16px;
	margin-right: 10px;
}
.list-recom .item .name span {
	font-size: 12px;
	color: #999;
}
.list-recom .item .data {
	display: flex;
	align-items: center;
}
.list-recom .item .data div {
	background: #f5f5f5;
	flex: 1;
	display: inline-block;
	padding: 6px 12px;
	font-size: 12px;
	color: #999 ;
	margin-right: 5px;
	position: relative;
}
.list-recom .item .data span:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	right: 10px;
	width: 11px;
	height: 11px;
}
.list-recom .item .data .c-green:before {
	background-image: url(../images/icon-rise.png);
}
.list-recom .item .data .c-red:before {
	background-image: url(../images/icon-fall.png);
}

.crumbs {
	margin-bottom: 10px;
}
.crumbs,
.crumbs a {
	color: #999;
	font-size: 12px;
}
.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;
}

.sidebar {
	width: 350px;
}

.list-news {}
.list-news .item {
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.list-news .item .title {
	display: flex;
	align-items: center;
}
.list-news .item .title:before {
	content: '精选';
	display: inline-block;
	background-color: var(--pm-c);
	border-radius: 0px 10px 0px 10px;
	color: #fff;
	font-size: 13px;
	padding: 2px 8px;
	margin-right: 10px;
}
.list-news .item .title a {
	font-weight: bold;
	font-size: 17px;
}
.list-news .item .thumb {
	display: block;
	position: relative;
	overflow: hidden;
	width: 135px;
	height: 85px;
	margin-right: 20px;
}
.list-news .item .desc {
	position: relative;
}
.list-news .item .desc>div {
	line-height: 30px;
	color: #999;
	font-size: 13px;
	margin-left: 15px;
}
.list-news .item .desc:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #e5e5e5;
	position: absolute;
	left: 0;
	top: 10px;
}






.pagination {
	margin: 60px 0 40px 0;
	text-align: center;
}
.pagination .page-item {
	display: inline-block;
	margin: 5px;
	font-size: 13px;
	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-bg {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.page .page-main {
	margin-top: 320px;
	position: relative;
	z-index: 10;
	background: #fff;
	padding: 30px;
}

.page .page-menu {
	display: flex;
	border-bottom: 1px solid #eee;
}
.page .page-menu li {
	height: 34px;
}
.page .page-menu li a {
	display: block;
	padding: 0 15px;
	line-height: 36px;
	font-size: 15px;
}
.page .page-menu li a:hover,
.page .page-menu .active a {
	background: var(--pm-c);
	color: #fff;
	font-weight: bold;
}

.page .page-content {
	margin-top: 30px;
	min-height: 600px;
}
.page .page-content p {
	text-indent: 2em;
	line-height: 36px;
	color: #666666;
}



.page-error {
	text-align: center;
	margin: 20% 0 !important;
}
.page-error p {
	margin: 60px;
	font-size: 13px;
	color: #999;
}
.page-error a {
	display: inline-block;
	color: var(--pm-c);
	border: 1px solid var(--pm-c);
	border-radius: 10px;
	padding: 15px 30px;
}





.side-coin {}
.side-coin .coin-warp {
	margin-top: 20px;
}
.side-coin .item {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.side-coin .item .icon {
	width: 38px;
	height: 38px;
	margin-right: 15px;
}
.side-coin .item .name {
	font-size: 15px;
	margin-right: 5px;
}

.side-coin .item .s-name {
	color: #999;
	font-size: 12px;
}
.side-coin .item .price {
	margin-top: 10px;
	color: #999;
	font-size: 13px;
}
.side-coin .item .range {
	text-align: right;
}
.side-coin .item .range div {
	color: #999;
	font-size: 13px;
	margin-bottom: 5px;
}
.side-coin .item .range span {
    min-width: 70px;
	height: 24px;
	line-height: 26px;
	padding: 0 4px;
	color: #fff;
	display: inline-block;
	border-radius: 3px;
	font-size: 12px;
	text-align: center;
}
.side-rank {}
.side-rank ul {
	border: 1px solid var(--pm-c);
	display: flex;
	align-items: center;
	height: 34px;
}
.side-rank ul li {
	flex: 1;
	text-align: center;
}
.side-rank ul li span {
	display: block;
	font-size: 13px;
	line-height: 38px;
	height: 34px;
	color: var(--pm-c);
}
.side-rank ul .uk-active span {
	background: var(--pm-c);
	color: #fff;
}
.side-rank .rank-item {}
.side-rank .rank-item .item {
	margin-top: 30px;
}








.show-news {}
.show-news .news-header {
	padding: 40px 30px;
	text-align: center;
	background-color: #fbfcfd;
}
.show-news .news-header h1 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 40px;
}

.show-news .news-header .info {}
.show-news .news-header .info span {
	color: #999;
	font-size: 12px;
	margin: 0 20px;
}
.show-news .show-content {
	margin-top: 20px;
}
.show-content p {
	font-size: 15px;
	line-height: 36px;
	color: #666666;
	text-indent: 2em;
}
.show-content p img {
	display: block;
	margin: 0 auto;
	max-width: 86%;
	text-indent: -2em;
}


.show-coin {}
.show-coin .coin-header {
	background-color: #fbfcfd;
	padding: 20px;
}
.show-coin .coin-header h1 {}
.show-coin .coin-header .icon {
	width: 80px;
	height: 80px;
	margin-right: 15px;
}
.show-coin .coin-header .title {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.show-coin .coin-header .name {
	font-size: 20px;
	line-height: 36px;
	color: #333333;
	margin-right: 15px;
	font-weight: bold;
}
.show-coin .coin-header .s-name {
	color: #999;
	font-size: 15px;
}
.show-coin .coin-header .sz {
	color: #999;
}
.show-coin .coin-header .price {
	display: flex;
	align-items: center;
}
.show-coin .coin-header .price b {
	font-weight: bold;
	font-size: 40px;
	line-height: normal;
}
.show-coin .coin-header .price span {
	display: inline-block;
	width: 110px;
	height: 42px;
	line-height: 44px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-left: 15px;
	border-radius: 4px;
}

.show-coin .coin-data {
	border-top: 1px dashed #eaeff4;
	margin-top: 40px;
	padding-top: 30px;
}

.show-coin .coin-data .t {
	display: block;
	margin-bottom: 10px;
}
.show-coin .coin-data .v {
	color: #999;
	font-size: 13px;
}

.show-coin .show-content {}
.show-coin .show-content p {}
















.part-link {
	margin-top: 30px;
}
.part-link ul {
	margin-top: 20px;
}
.part-link ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.part-link ul li a {
	color: #666;
	font-size: 13px;
}






.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 {}

.tac{
    text-align: center!important;
}
.tal{
    text-align: left!important;
}
.tar{
    text-align: right!important;
}

.w20{
    width: 20%!important;
}
.w22{
    width: 22%!important;
}
.w24{
    width: 24%!important;
}
.w26{
    width: 26%!important;
}
.w28{
    width: 28%!important;
}
.w10{
    width: 10%!important;
}
.w12{
    width: 12%!important;
}
.w14{
    width: 14%!important;
}
.w16{
    width: 16%!important;
}
.w18{
    width: 18%!important;
}
.w15{
    width: 15%!important;
}
.w30{
    width: 30%!important;
}
.w35{
    width: 35%!important;
}
.w32{
    width: 32%!important;
}
.w34{
    width: 34%!important;
}
.w36{
    width: 36%!important;
}
.w38{
    width: 38%!important;
}
.w15{
    width: 15%!important;
}
.w25{
    width: 25%!important;
}
.w_auto{
    width: auto!important;
}
.table_layout{
    table-layout: fixed;
}