@charset "utf-8";

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

html,body {
	background-color: #fff;
	font-size: .28rem;
	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: .28rem;
	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: .2rem;
}
.crumbs,
.crumbs a {
	color: var(--md-c);
	font-size: .26rem;
}
.crumbs a:after {
	content: '>';
	font-family: simsun;
	font-weight: bold;
	color: #C0C4CC;
	font-size: .26rem;
	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);
	padding: .3rem;
	padding-bottom: 0;
}
.header .logo {
	height: .7rem;
}
.header .logo img {
	height: 100%;
	width: auto;
}
.header .nav {}
.header .nav ul {
	margin-top: .6rem;
}
.header .nav ul li {
	display: inline-block;
}
.header .nav ul li a {
	font-size: .28rem;
	display: block;
	font-weight: bold;
	padding: 0 .5rem;
	line-height: .8rem;
	color: #fff;
}
.header .nav ul li a:hover,
.header .nav ul .active a {
	background: #fff;
	color: var(--pm-c);
	border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}
.header .search {
	width: 3rem;
	height: .7rem;
	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: .8rem;
	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: .4rem;
    border-bottom-right-radius: .4rem;
}


.main {
	position: relative;
	padding: .2rem .3rem;
}

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


.part-banner {
	border-radius: 10px;
	overflow: hidden;
	background: #f9f9f9;
}
.part-banner {}
.part-banner .thumb {
	height: 4rem;
	position: relative;
	overflow: hidden;
}
.part-banner .uk-flex-cover {
	padding: .4rem;
}
.part-banner .title {
	margin-bottom: .2rem;
}
.part-banner .title a {
	font-size: .3rem;
	font-weight: bold;
	line-height: .5rem;
	color: #333;
}
.part-banner .desc {
	line-height: .6rem;
	color: #999;
	font-size: .26rem;
}
.part-banner .info {
	margin-top: .3rem;
	display: flex;
	justify-content: space-between;
}
.part-banner .info span {
	color: #999;
	font-size: .24rem;
	display: inline-block;
	line-height: .36rem;
}
.part-banner .info .time {
	background-image: url(../images/icon-time.png);
	background-repeat: no-repeat;
	padding-left: .5rem;
}
.part-banner .info .from {
	background-image: url(../images/icon-from.png);
	background-repeat: no-repeat;
	padding-left: .5rem;
}


.part-zaobao {
	margin-top: .4rem;
	background-color: #ffffff;
	border-radius: .12rem;
	border: solid 1px #eeeeee;
	padding: .3rem;
	display: flex;
	align-items: center;
}

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




.part-jx-news {
	margin-top: .4rem;
}
.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 .2rem 0px .2rem;
	color: #fff;
	font-size: .24rem;
	padding: .06rem .2rem;
}
.part-jx-news .item .title a {
	display: block;
	flex: 1;
	font-size: .3rem;
	margin: 0 .2rem;
}
.part-jx-news .item .title .time {
	color: #999;
	font-size: .26rem;
}
.part-jx-news .item .desc {
	margin-top: .2rem;
	color: #999;
	font-size: .26rem;
	line-height: .6rem;
}
.part-jx-news .item-box {
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #eee;
	padding-bottom: .4rem;
	margin-bottom: .4rem;
}
.part-jx-news .thumb {
	display: block;
	width: 2.7rem;
	height: 1.7rem;
	position: relative;
	overflow: hidden;
}
.part-jx-news ul {}
.part-jx-news ul li {
	display: flex;
	align-items: center;
	margin-bottom: .32rem;
	position: relative;
	padding-left: .3rem;
}
.part-jx-news ul li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	display: inline-block;
	width: .1rem;
	height: .1rem;
	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: .26rem;
	margin-left: .2rem;
}




.part-new-coin {
	margin-top: .4rem;
}
.part-new-coin .item {
	display: flex;
	align-items: center;
	margin-bottom: .4rem;
}
.part-new-coin .item .icon {
	width: .8rem;
	height: .8rem;
	margin-right: .2rem;
}
.part-new-coin .item .title {
	display: flex;
	align-items: center;
	margin-bottom: .16rem;
}
.part-new-coin .item .title .name {
	font-size: .3rem;
	margin-right: .1rem;
}
.part-new-coin .item .title .cname {
	font-size: .24rem;
	color: #999;
	flex: 1;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.part-new-coin .item .info {
	color: #999;
	font-size: .26rem;
}





.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 {
	display: flex;
	align-items: center;
	padding:  .2rem;
	border-bottom: 1px solid #f8f8f8;
}
.coin-tab li:hover {
	background: #f8f8f8;
}
.coin-tab li span {
	font-size: .26rem;
}
.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 {
	background-color: #e7f5fe !important;
	display: flex;
	color: var(--pm-c);
	border-bottom: 0 !important;
}
.coin-tab .tab-head span {
	line-height: normal;
	font-size: .26rem;
	font-weight: normal;
	display: inline-block;
	font-weight: bold;
}
.coin-tab .tab-head .rank {
	height: auto;
}
.coin-tab .rank {
	width: 1.8ren;
	height: .5rem;
}
.coin-tab .rank i {
	display: inline-block;
	font-style: normal;
	width: .5rem;
	height: .5rem;
	color: #fff;
	line-height: .5rem;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/coin-num.png);
	background-size: .5rem;
	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 -.5rem;
}
.coin-tab li span {
	width: 4rem;
}
.coin-tab .coin {
	display: flex;
}
.coin-tab .coin img {
	width: .56rem;
	height: .56rem;
	border-radius: 50%;
	margin-right: .2rem;
}
.coin-tab .coin b {
	display: block;
}
.coin-tab .coin span {
	color: #999;
	font-size: .24rem;
	margin-top: .04rem;
}
.coin-tab .rank {
	width: 1.6rem;
}

.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 li .c-red,
.coin-tab li .c-green {
	position: relative;
}
.coin-tab li .c-green:after {
	content: '';
    display: inline-block;
    width: .22rem;
    height: .22rem;
    background-image: url(../images/icon-rise.png);
    background-repeat: no-repeat;
    margin-left: .1rem;
}

.coin-tab li .c-red:after {
	content: '';
    display: inline-block;
    width: .22rem;
    height: .22rem;
    background-image: url(../images/icon-fall.png);
    background-repeat: no-repeat;
    margin-left: .1rem;
}



.list-news {}
.list-news .item {
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: .3rem;
	margin-bottom: .3rem;
}
.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 .2rem 0px .2rem;
	color: #fff;
	font-size: .26rem;
	padding: .04rem .16rem;
	margin-right: .2rem;
}
.list-news .item .title a {
	flex: 1;
	font-weight: bold;
	font-size: .3rem;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-news .item .thumb {
	display: block;
	position: relative;
	overflow: hidden;
	width: 1.8rem;
	height: 1.1rem;
	margin-right: .4rem;
}
.list-news .item .desc {
	position: relative;
}
.list-news .item .desc>div {
	line-height: .6rem;
	color: #999;
	font-size: .26rem;
	margin-left: .3rem;
}
.list-news .item .desc:before {
	content: '';
	display: inline-block;
	width: .1rem;
	height: .1rem;
	background-color: #e5e5e5;
	position: absolute;
	left: 0;
	top: .2rem;
}





.list-coin {}

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

.list-recom .uk-switcher {
	margin-top: .4rem;
}
.list-recom .item {
	display: flex;
	align-items: center;
	margin-bottom: .4rem;
}
.list-recom .item img {
	width: .8rem;
	height: .8rem;
	margin-right: .2rem;
}
.list-recom .item .name {
	margin-bottom: .2rem;
}
.list-recom .item .name div {
	font-size: .3rem;
	margin-right: .2rem;
}
.list-recom .item .name span {
	font-size: .26rem;
	color: #999;
}
.list-recom .item .data {
	display: flex;
	align-items: center;
}
.list-recom .item .data div {
	background: #f5f5f5;
	flex: 1;
	display: inline-block;
	padding: .08rem .2rem;
	font-size: .24rem;
	color: #999 ;
	margin-right: .1rem;
	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);
}





.show-news {}
.show-news .news-header {
	padding: .5rem 0;
	text-align: center;
}
.show-news .news-header h1 {
	font-size: .38rem;
	font-weight: bold;
	margin-bottom: .6rem;
}

.show-news .news-header .info {
	display: flex;
	justify-content: space-between;
}
.show-news .news-header .info span {
	color: #999;
	font-size: .24rem;
	/*margin: 0 .4rem;*/
}
.show-news .show-content {
	margin-top: .4rem;
}
.show-content p {
	font-size: .3rem;
	line-height: .6rem;
	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 {
}
.show-coin .coin-header .icon {
	width: 1.1rem;
	height: 1.1rem;
	margin-right: .2rem;
	position: relative;
}
.show-coin .coin-header .title {
	display: flex;
	align-items: center;
	margin-bottom: .32rem;
}
.show-coin .coin-header .name {
	font-size: .4rem;
	color: #333333;
	margin-right: .3rem;
	font-weight: bold;
	margin-bottom: 0;
}
.show-coin .coin-header .s-name {
	color: #999;
	font-size: .22rem;
}

.show-coin .coin-header .price {
	text-align: right;
}
.show-coin .coin-header .price b {
	font-weight: bold;
	font-size: .46rem;
	line-height: normal;
	display: block;
	margin-bottom: .2rem;
}
.show-coin .coin-header .price span {
	display: inline-block;
	font-size: .28rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: .08rem;
	padding: .14rem .4rem;
}

.show-coin .coin-header .info {
	text-align: right;
}
.show-coin .coin-header .info div {
	color: #999;
	margin-bottom: .2rem;
}
.show-coin .coin-header .info span {
	display: inline-block;
	font-size: .28rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: .08rem;
	padding: .14rem .4rem;
	background: var(--pm-c);
}

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

.show-coin .coin-data .uk-width-1-2 {
	display: flex;
	align-items: center;
	margin-bottom: .2rem;
}
.show-coin .coin-data .v {
	color: #999;
	font-size: .24rem;
	flex: 1;
	overflow: hidden;
}
.show-coin .coin-data .t {}


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







.side-coin {}
.side-coin .coin-warp {
	margin-top: .4rem;
}
.side-coin .item {
	display: flex;
	align-items: center;
	margin-bottom: .5rem;
}
.side-coin .item .icon {
	width: .8rem;
	height: .8rem;
	margin-right: .26rem;
}
.side-coin .item .name {
	font-size: .3rem;
	margin-right: .1rem;
}

.side-coin .item .s-name {
	color: #999;
	font-size: .24rem;
}
.side-coin .item .price {
	margin-top: .2rem;
	color: #999;
	font-size: .26rem;
}
.side-coin .item .range {
	text-align: right;
}
.side-coin .item .range div {
	color: #999;
	font-size: .26rem;
	margin-bottom: .1rem;
}
.side-coin .item .range span {
    height: .48rem;
    line-height: .5rem;
    color: #fff;
    display: block;
    border-radius: .06rem;
    font-size: .24rem;
    padding: 0 .04rem;
    min-width: 1.28rem;
    text-align: center;
}



.page {}
.page .page-bg {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.page .page-main {
	margin-top: 3rem;
	position: relative;
	z-index: 10;
	background: #fff;
	padding: .3rem;
}

.page .page-menu {
	border-bottom: 1px solid #eee;
    white-space: nowrap;
    overflow-x: scroll;
}
.page .page-menu li {
	height: 34px;
	display: inline-block;
}
.page .page-menu li a {
	display: block;
	padding: 0 .3rem;
	line-height: .68rem;
	font-size: .3rem;
}
.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: .6rem;
}
.page .page-content p {
	text-indent: 2em;
	line-height: .68rem;
	color: #666666;
}




.part-link {
	margin-top: .4rem;
}
.part-link ul {
	margin-top: .3rem;
}
.part-link ul li {
	display: inline-block;
	margin-right: .2rem;
	margin-bottom: .2rem;
}
.part-link ul li a {
	color: #666;
	font-size: .26rem;
}






.page-error {
	text-align: center;
	margin: 20% 0 !important;
}
.page-error p {
	margin: 1.2rem;
	font-size: .26rem;
	color: #999;
}
.page-error a {
	display: inline-block;
	color: var(--pm-c);
	border: 1px solid var(--pm-c);
	border-radius: .2rem;
	padding: .2rem .4rem;
}


.w20{
    width: 20%!important;
}
.w10{
    width: 10%!important;
}
.w15{
    width: 15%!important;
}
.w30{
    width: 30%!important;
}
.w25{
    width: 25%!important;
}

.w14{
    width: 14%!important;
}
.w_auto{
    width: auto!important;
}



.footer {
	margin-top: .4rem;
	background: #333;
	padding: .3rem;
	color: #999;
	font-size: .28rem;
	text-align: center;
}
.footer .foot-nav {
	margin-bottom: .4rem;
}
.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 a{
    color: #999;
}
.p20{
    padding-left: .2rem;
}
.m-20{
    margin-left: -.2rem;
}
.w180{
    width: 1.8rem;
}


.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;
}
.u-time{
    display: block;
    font-size: .24rem;
    color: #999;
    text-align: left;
    font-weight: normal;
    margin-top: .12rem;
}
.m-b-12{
    margin-bottom: .12rem!important;
}