/* 公共样式 */
:root {
	--pm-c: #319cff;
	--dm-c: #fdeaea;
	--bg-c: #fff;
	--br-c: #E6E6E6;
}

.bg-gradient {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0, transparent 100%);
}

.bg-f7 {
	background-color: #f7f7f7 !important;
}

.bg-f8 {
	background-color: #f8f8f8 !important;
}

.bg-f {
	background-color: #ffffff;
}

/* 禁用iPhone中Safari的字号自动调整 */
html {
	-webkit-text-size-adjust: 100%;  
	-ms-text-size-adjust: 100%;
	/* 解决IOS默认滑动很卡的情况 */
	-webkit-overflow-scrolling: touch;
}

/*修改UIKIT框架自带样式*/
body,
html {
	background-color: var(--bg-c);
	max-width: 750px;
	margin: 0 auto;
	font-family: Microsoft YaHei;
	font-size: .24rem;
}

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

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

/*图片高清*/
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;
	object-fit: cover;
}

/*边框样式*/
.b-a {
	border: 1px solid var(--br-c) !important;
}

.b-b {
	border-bottom: 1px solid var(--br-c) !important;
}

.b-t {
	border-top: 1px solid var(--br-c) !important;
}

.b-l {
	border-left: 1px solid var(--br-c) !important;
}

.b-r {
	border-right: 1px solid var(--br-c) !important;
}

.b-t-dashed {
	border-top: 1px dashed var(--br-c) !important;
}

.b-b-dashed {
	border-bottom: 1px dashed var(--br-c) !important;
}

/* 外边距 */
.m-a-5 {
	margin: 0.05rem !important;
}

.m-a-10 {
	margin: 0.1rem !important;
}

.m-a-20 {
	margin: 0.2rem !important;
}

.m-a-30 {
	margin: 0.3rem !important;
}

/* 内边距  */
.p-a-5 {
	padding: 0.05rem !important;
}

.p-a-10 {
	padding: 0.1rem !important;
}

.p-a-20 {
	padding: 0.2rem !important;
}

.p-a-30 {
	padding: 0.3rem !important;
}

/* 内上边距 */
.p-t-0 {
	padding-top: 0 !important;
}

.p-t-5 {
	padding-top: 0.05rem !important;
}

.p-t-10 {
	padding-top: 0.1rem !important;
}

.p-t-15 {
	padding-top: 0.15rem !important;
}

.p-t-20 {
	padding-top: 0.2rem !important;
}

.p-t-30 {
	padding-top: 0.3rem !important;
}

/* 内下边距 */
.p-b-0 {
	padding-bottom: 0rem !important;
}

.p-b-5 {
	padding-bottom: 0.05rem !important;
}

.p-b-10 {
	padding-bottom: 0.1rem !important;
}

.p-b-15 {
	padding-bottom: 0.15rem !important;
}

.p-b-20 {
	padding-bottom: 0.2rem !important;
}

.p-b-30 {
	padding-bottom: 0.3rem !important;
}

/* 内左边距 */
.p-l-0 {
	padding-left: 0 !important;
}

.p-l-5 {
	padding-left: 0.05rem !important;
}

.p-l-10 {
	padding-left: 0.1rem !important;
}

.p-l-15 {
	padding-left: 0.15rem !important;
}

.p-l-20 {
	padding-left: 0.2rem !important;
}

.p-l-30 {
	padding-left: 0.3rem !important;
}

/* 内右边距 */
.p-r-0 {
	padding-right: 0 !important;
}

.p-r-5 {
	padding-right: 0.05rem !important;
}

.p-r-10 {
	padding-right: 0.1rem !important;
}

.p-r-15 {
	padding-right: 0.15rem !important;
}

.p-r-20 {
	padding-right: 0.2rem !important;
}

.p-r-30 {
	padding-right: 0.3rem !important;
}

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

/* 内上边距 */
.m-t-0 {
	margin-top: 0rem !important;
}

.m-t-5 {
	margin-top: 0.05rem !important;
}

.m-t-10 {
	margin-top: 0.1rem !important;
}

.m-t-15 {
	margin-top: 0.15rem !important;
}

.m-t-20 {
	margin-top: 0.2rem !important;
}

.m-t-25 {
	margin-top: 0.25rem !important;
}

.m-t-30 {
	margin-top: 0.3rem !important;
}

.m-t-40 {
	margin-top: 0.4rem !important;
}

/* 外下边距 */
.m-b-0 {
	margin-bottom: 0 !important;
}

.m-b-5 {
	margin-bottom: 0.05rem !important;
}

.m-b-10 {
	margin-bottom: 0.1rem !important;
}

.m-b-15 {
	margin-bottom: 0.15rem !important;
}

.m-b-20 {
	margin-bottom: 0.2rem !important;
}

.m-b-30 {
	margin-bottom: 0.3rem !important;
}

.m-b-40 {
	margin-bottom: 0.4rem !important;
}

/* 外左边距 */
.m-l-0 {
	margin-left: 0 !important;
}

.m-l-5 {
	margin-left: 0.05rem !important;
}

.m-l-10 {
	margin-left: 0.1rem !important;
}

.m-l-15 {
	margin-left: 0.15rem !important;
}

.m-l-20 {
	margin-left: 0.2rem !important;
}

.m-l-30 {
	margin-left: 0.3rem !important;
}

/* 外右边距 */
.m-r-0 {
	margin-right: 0 !important;
}

.m-r-5 {
	margin-right: 0.05rem !important;
}

.m-r-10 {
	margin-right: 0.1rem !important;
}

.m-r-15 {
	margin-right: 0.15rem !important;
}

.m-r-20 {
	margin-right: 0.2rem !important;
}

.m-r-30 {
	margin-right: 0.3rem !important;
}

/*圆角样式*/
.b-r-4 {
	border-radius: 0.04rem !important;
}

.b-r-6 {
	border-radius: 0.06rem !important;
}

.b-r-8 {
	border-radius: 0.08rem !important;
}

.b-r-10 {
	border-radius: 0.1rem !important;
}

.b-r-12 {
	border-radius: 0.12rem !important;
}

.b-r-24 {
	border-radius: 0.24rem !important;
}

/* 溢出2行省略号 */
.line-2 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

/* 溢出3行省略号 */
.line-3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}

/* 溢出4行省略号 */
.line-4 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
}

/*伪类居中*/
/* 增加伪类 前置 */
.before-middle {
	position: relative;
}

.before-middle::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

/* 增加伪类 后置 */
.after-middle {
	position: relative;
}

.after-middle::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.after-center {
	position: relative;
}

.after-center::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

/*默认图标尺寸*/
.item .icon {
	margin: 0 auto;
	border-radius: 0.12rem;
	overflow: hidden;
}

.item .icon img {
	width: 100%;
	height: 100%;
}

.item .hr {
	display: inline-block;
	height: 0.12rem;
	width: 0.01rem;
	background: #bbb;
	margin: 0 0.05rem;
}

.item .title,
.list .title {
	display: block;
	font-size: .28rem;
	color: #333333;
}

.item .info,
.list .info {
	flex: 1;
	overflow: hidden;
}

.item .time,
.list .time {
	font-size: .28rem;
	color: #AAAAAA;
}

.item .text,
.list .text {
	font-size: .28rem;
	color: #777777;
}

/* 默认缩略图尺寸 */
.thumb img {
	width: 100%;
	height: 100%;
}

/*面包屑导航*/
.crumbs {
	font-size: 0.24rem;
	padding: 0 0.3rem;
	color: #a5a5a5;
}

.crumbs a {
	color: #909399;
	display: inline-block;
	position: relative;
	font-size: 0.24rem;
}

.crumbs a::after {
	content: ">";
}

/* 平台 安卓 苹果 图标显示 */
.platform i {
	display: inline-block;
	width: 0.15rem;
	height: 0.15rem;
	background-repeat: no-repeat;
}

.platform .az {
	background-image: url(../img/icon-az.png);
}

.platform .ios {
	background-image: url(../img/icon-ios.png);
}

/* 公共标题 */
.module-title {
	position: relative;
	margin-bottom: .32rem;
}

.module-title .title {
	font-weight: bold;
	font-size: .32rem;
	color: #333333;
	z-index: 2;
	padding-left: .68rem;
	background: url('../images/title_icon.png') no-repeat left/contain;
	background-size: .52rem .34rem;
}

.module-title .more {
	display: inline-block;
	font-size: .24rem;
	color: #999999;
	border-radius: .1rem;
	height: .49rem;
	line-height: .49rem;
	border: solid .01rem #eeeeee;
	padding: 0 .18rem;
}

/* .module-title .title::before {
	width: .1rem;
	height: .4rem;
	left: 0rem;
	top: .24rem;
	background: var(--pm-c);
} */

.pd3 {
	padding: 0.24rem;
}

.x-scoll {
	padding-left: 0.2rem;
	overflow-x: scroll;
	display: flex;
	flex-wrap: nowrap;
}

.module {
	padding: .32rem 0.24rem;
	background-color: #fff;
}

/* 友情链接 */
.home-links li {
	display: inline-block;
	margin-right: 0.01rem;
	margin-bottom: 0.2rem;
}

.home-links a {
	font-size: 0.28rem;
	color: #858585;
	padding-right: 0.15rem;
}

.home-links li:last-child a {
	border: none;
	padding-right: 0rem;
}

/* 页脚 */
.footer {
	font-size: 0.24rem;
	color: #999999;
	line-height: 0.5rem;
	padding-bottom: 0.38rem;
	padding-top: 0.38rem;
	background: #333333;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}

.footer ul li {
	display: inline-block;
}

.footer ul li a {
	margin-right: 0.15rem;
	font-size: 0.24rem;
	color: #999999;
	border-right: 1px solid #999;
	padding-right: 0.2rem;
}

.footer ul li:last-child a {
	border: none;
}

.footer p {
	font-size: 0.24rem;
	margin: 0px !important;
	color: #999999;
}

.footer a {
	color: #999999;
	font-size: 0.24rem;
}

.star {
	height: 0.2rem;
	width: 1rem !important;
	background: url(../images/icon-star-bg.png) repeat-x center/0.2rem;
	display: inline-block;
}

.star:before {
	content: "";
	display: block;
	background: url(../images/icon-star.png) repeat-x 0/0.2rem;
	height: 0.2rem;
}

.star-1:before {
	width: 0.2rem;
}

.star-2:before {
	width: 0.4rem;
}

.star-3:before {
	width: .6rem;
}

.star-4:before {
	width: .8rem;
}

.star-5:before {
	width: 1rem;
}

/*分页*/
.pagination {
	margin: .3rem 0;
	text-align: center;
}

.pagination .page-item {
	display: inline-block;
	width: 1.8rem;
	height: .6rem;
	line-height: .52rem;
	font-size: .28rem;
	border: .01rem solid #E6E6E6;
	color: #4D4D4D;
	margin: 0 0.2rem .2rem;
}

.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: 0rem .4rem;
	border: .01rem solid transparent
}

.pagination li span {}

.pagination li a {
	display: inline-block;
	color: #4D4D4D;
}

.pagination li a:hover {
	background: var(--pm-c);
	color: #fff;
	border: .01rem solid var(--pm-c) !important
}

/* 列表 */
.list-container {
	position: relative;
	overflow: hidden;
}

.list-container .list {
	align-items: center;
}

.list-container .list .dot {
	display: block;
	width: .11rem;
	height: .11rem;
	background: var(--pm-c);
	border-radius: 50%;
	margin-right: .2rem;
}

.list-container .list .dot_ {
	display: block;
	width: .08rem;
	height: .08rem;
	background: #D9D9D9;
	border-radius: .08rem;
	margin-right: .2rem;
}

.list-container .list .title {
	font-size: .24rem;
	color: #333333;
}

.list-container .list:hover .title {
	color: var(--pm-c);
}

.list-container .list .time {
	display: block;
	font-size: .28rem;
	color: #AAAAAA;
	margin-left: .2rem;
}

.list-container .list .tag {
	display: block;
	width: .72rem;
	height: .4rem;
	line-height: .38rem;
	background: var(--pm-c);
	border-radius: .04rem;
	text-align: center;
	font-size: .24rem;
	color: #FFFFFF;
	margin-right: .2rem;
}

.list-container .list .tag2 {
	display: block;
	width: .72rem;
	height: .4rem;
	line-height: .38rem;
	border: .01rem solid var(--pm-c);
	border-radius: .04rem;
	text-align: center;
	font-size: .24rem;
	color: var(--pm-c);
	margin-right: .2rem;
}

.list-container .list .tag_ {
	font-size: .24rem;
	color: #999999;
	margin-right: .2rem;
}

.list-container .list .order {
	display: block;
	width: .4rem;
	height: .4rem;
	line-height: .4rem;
	border: .01rem solid var(--pm-c);
	background: var(--pm-c);
	border-radius: .08rem;
	text-align: center;
	font-size: .24rem;
	color: #fff;
	margin-right: .2rem;
}

.list-container .list:hover .order {
	background: var(--pm-c);
	color: #FFFFFF;
}

header {
	position: relative;
	padding-bottom: .16rem !important;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 3px 10px 0px rgba(194, 194, 194, 0.5);
}

.head {
	overflow: hidden;
	/* background: var(--pm-c); */
}

.head .logo a {
	display: inline-block;
}

.logo {
	flex: 1;
}

.logo img {
	width: auto;
	height: .62rem;
}

.search {
	position: relative;
	width: 3.13rem;
	height: .56rem;
	border-radius: .08rem;
	border: .01rem solid #eeeeee;
}

.search input {
	width: 80%;
	height: .54rem;
	line-height: .52rem;
	border: none;
	border-radius: 0.08rem;
	text-indent: 1em;
	background: transparent;
	color: #999999;
	font-size: .24rem;
}

input::-webkit-input-placeholder {
	font-size: .24rem;
	color: #999999;
}

input::-moz-placeholder {
	font-size: .24rem;
	color: #999999;
}

.search button {
	background-color: transparent;
	border: 0;
	width: 0.6rem;
	height: 0.56rem;
	background: url("../images/search.png") no-repeat center/contain;
	background-size: .3rem;
}

.nav {
	margin-left: -0.24rem;
	margin-right: -0.24rem;
}

.nav li {
	white-space: nowrap;
	height: 0.55rem;
	line-height: 0.55rem;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	margin: 0 .38rem;
}

.nav li a {
	width: 2.22rem;
	font-size: 0.3rem;
	color: #333333;
	position: relative;
	z-index: 22;
	text-align: center;
}

.nav li.active {
	padding: 0 .38rem;
	height: 0.55rem;
	line-height: 0.55rem;
	background: var(--pm-c);
	border-radius: .28rem;
}

.nav li.active a {
	font-weight: bold;
	color: #fff;
}

.fall {
  color: #F23F58 !important;
  font-size: .28rem;
}
.zero {
  color: #89939E !important;
	font-size: .28rem;
}
.rise {
  color: #00B98C !important;
  font-size: .28rem;
}
.center {
  text-align: center!important;
}
.right {
  text-align: right!important;
}
.left {
  text-align: left!important;
}

/* 首页轮播 */
.index-slide .uk-slideshow {
	position: relative;
	height: 3.28rem;
}

.index-slide .uk-slideshow-items {
	position: relative;
	overflow: hidden;
	height: 3.28rem;
	border-radius: .1rem;
	
	margin: .3rem;
}

.index-slide .uk-slideshow-items li {
	height: 3.28rem;
	border-radius: .1rem;
}

.index-slide .uk-slideshow-items li img {
	height: 3.28rem;
	border-radius: .1rem;
}

/* 最新 */
.home-latest .list:last-child {
	margin-bottom: 0 !important;
}
.home-latest .list .name {
	font-size: .28rem;
	color: var(--pm-c);
	margin-right: .2rem;
}
.home-latest .list .title {
	display: block;
	font-size: .28rem;
	color: #333;
}

.home-latest .list .type {
	font-size: .24rem;
	color: #999999;
	line-height: .48rem;
}
.home-latest .list .type span{
	display: block;
	margin-right: .3rem;
}
/* 热门币种 */
.index-hot-currency .list{
	margin-bottom: .3rem;
}
.index-hot-currency .list:last-child{
	margin-bottom: 0;
}
.index-hot-currency .list .bt_icon{
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	margin-bottom: .3rem;
}
.index-hot-currency .list .info{
	border-bottom: solid .01rem #eeeeee;
	padding-bottom: .3rem;
}
.index-hot-currency .list .title{
	font-size: .28rem;
	letter-spacing: .01rem;
	color: #333333;
	font-weight: bold;
}
.index-hot-currency .list .type{
	font-size: .24rem;
	letter-spacing: .01rem;
	color: #999999;
}
.index-hot-currency .list .type span{
	display: inline-block;
	margin-right: .2rem;
}
.index-hot-currency .list .type span:last-child{
    margin-right: 0;
}

.index-hot-currency .list .currency_btn{
	display: inline-block;
	margin-left: .15rem;
	background-color: #2ec0b4;
	border-radius: .08rem;
	height: .6rem;
	line-height: .6rem;
	color: #ffffff;
	font-weight: bold;
	font-size: .26rem;
	padding: 0 .08rem;
	box-sizing: border-box;
}
.index-hot-currency .list .currency_btn.fall{
	background: #ff8878 !important;
	color: #ffffff !important;
	min-width: 1.4rem;
	text-align: center;
	padding: 0!important;
}
.index-hot-currency .list .currency_btn.zero{
	background: #89939E !important;
	color: #ffffff;
}
.index-hot-currency .list .currency_btn{
	background: #2ec0b4 !important;
	color: #ffffff;
	min-width: 1.4rem;
	text-align: center;
}
/* 热门资讯 */
.home-hot-zx .item {
	margin-bottom: .32rem;
	padding-bottom: .32rem;
	position: relative;
	border-bottom: dashed .01rem #e5e5e5;
}

.home-hot-zx .item .title {
	color: #333333;
	font-size: .28rem;
	font-weight: bold;
}

.home-hot-zx .item .thumb {
	width: 2.19rem;
	height: 1.44rem;
}

.home-hot-zx .item .text {
	font-size: .24rem;
	color: #888888;
}

.home-hot-zx .item .time {
	color: #888888;
	font-size: .24rem;
	display: block;
}

.home-hot-zx .list {
	margin-top: .32rem;
}

.home-hot-zx .list:first-child {
	margin-top: 0;
}

.home-hot-zx .list .title {
	color: #333333;
	font-size: .24rem;
}

.home-hot-zx .list .time {
	font-size: .24rem;
	color: #999999;
}
/* 首页比特币排行 */
.currency-rank {
  width: 100%;
}
.currency-rank table{
	width: 100%;
}
.currency-rank table td,
.currency-rank table th {
  border: none;
	width: 21%;
	height: .6rem;
	padding: .12rem 0;
	box-sizing: border-box;
}
.currency-rank table tr td:nth-child(1),
.currency-rank table tr th:nth-child(1) {
  width: 10%;
}
.currency-rank table tr td:nth-child(2),
.currency-rank table tr th:nth-child(2) {
  width: 30%;
}
.currency-rank table thead{
	border-color: #f6f6f6;
}
.currency-rank table thead tr{
	background-color: #f6f6f6;
	border-color: #f6f6f6;
} 
.currency-rank table thead th {
	background-color: #f6f6f6;
	border-color: #f6f6f6;
  height: .6rem;
  box-sizing: border-box;
  font-size: .24rem;
  text-align: center;
  color: #999999;
	font-weight: 100;
}
.currency-rank table tbody tr {
  position: relative;
  z-index: 100;
}
.currency-rank table tbody td {
  position: relative;
  z-index: 100;
}
.currency-rank table td:nth-child(1){
	font-size: .24rem;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.currency-rank table td:nth-child(3){
	font-size: .24rem;
	color: #333333;
}
.currency-rank table td:nth-child(4){
	font-size: .28rem;
	font-weight: bold;
	text-align: right;
}

.currency-rank .box {
  display: flex;
  align-items: center;
}
.currency-rank .box img {
  width: .49rem;
  height: .49rem;
  border-radius: 50%;
  overflow: hidden;
}

.currency-rank .box .title {
  font-size: .28rem;
	color: #333333;
	margin: 0 .15rem 0 .15rem;
}
.currency-rank .box .detail {
  color: #888888;
  font-size: .24rem;
}

.currency-rank .more{
	display: block;
	width: 2.16rem;
	height: .54rem;
	line-height: .54rem;
	border-radius: .06rem;
	border: solid .01rem #eeeeee;
	color: #999999;
	font-size: .24rem;
	text-align: center;
	margin: .3rem auto 0;
}

/* 行情列表 */
.listNav{
	display: flex;
	align-items: center;
}
.listNav li{
	margin-right: .2rem;
	padding: 0 .25rem;
	height: .6rem;
	line-height: .58rem;
	border: solid .01rem #eeeeee;
	border-radius: .06rem;
}
.listNav li.uk-active{
	border: solid .01rem var(--pm-c);
}
.listNav li a{
	font-size: .26rem;
	color: #333333;
}
.listNav li.uk-active a{
	color: var(--pm-c);
}
.hot-coin{
	background: linear-gradient(to bottom, rgba(49, 156, 255, 0.1) 0, #fff 20%);
	padding: .4rem .2rem .2rem;
}
.hot-coin .name{
	text-align: center;
	font-size: .28rem;
	font-weight: bold;
	color: var(--pm-c);
	margin-bottom: .36rem;
}
.hot-coin .name::before{
	content: '';
	  display: inline-block;
	  width: .61rem;
	  height: .11rem;
	  background: url('../images/before-icon.png') no-repeat center / contain;
	  margin-right: .3rem;
	  margin-bottom: .03rem;
}
.hot-coin .name::after{
	content: '';
	display: inline-block;
	width: .61rem;
	height: .11rem;
	background: url('../images/after-icon.png') no-repeat center/contain;
	margin-left: .3rem;
	margin-bottom: .03rem;
}

.hot-coin .item{
	margin-bottom: .3rem;
}
.hot-coin .item .bt_icon {
	width: .67rem;
	height: .67rem;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: .3rem;
} 
.hot-coin .item .info{
	padding-bottom: .3rem;
	border-bottom: .01rem dashed #E5E5E5;
}
.hot-coin .item .title {
	font-size: .26rem;
	color: #333;
	display: block;
}

.hot-coin .item:last-child .info{
	border-bottom: none;
	padding-bottom: 0;
}

.hot-coin .item .type {
	font-size: .24rem;
	color: #999;
}

.hot-coin .item .type span {
	display: inline-block;
}

.hot-coin .item .type div:first-child .tt{
    width: 1.2rem;
}
.hot-coin .item .tt {
	font-size: .24rem;
	color: #999;
	margin-right: .2rem;
}

.hot-coin .item .num {
	font-size: .24rem;
	color: #2ec0b4;
	min-width: 1.2rem;
	display: inline-block;
    /*text-align: center;*/
}

/* 平台详情 */
/* 广告 */
.banner{
	background-color: #EFF7FF;
}
.single .banner .bt_banner{
  width: 2.14rem;
	height: .71rem;
}

.single-platform .single-header{
	background: url('../images/single_bg.png') no-repeat top/cover #fff;
	padding: .3rem;
}
.single-platform .single-header .bt_icon{
	width: .77rem;
	height: .77rem;
	position: relative;
}
.single-platform .single-header .single-title h1{
	font-size: .28rem;
	color: #333333;
	font-weight:bold;
	line-height: normal;
	margin-bottom: .16rem;
}
	
.single-platform .single-header .rank{
	display: inline-block;
	height: .34rem;
	line-height: .32rem;
	border-radius: .08rem;
	border: solid .01rem #acdaf0;
	text-align: center;
	color: #7abfdf;
	font-size: .24rem;
	padding: 0 .15rem;
}
.single-platform .single-header .type{
	color: #87b1c8;
	font-size: .24rem;
}
.single-platform .single-info{
	background-color: #ffffff;
	box-shadow: 0px .03rem .1rem 0px rgba(195, 216, 236, 0.42);
	border-radius: .08rem;
	padding: 0 .2rem .3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.single-platform .single-info li{
	padding-top: .3rem;
	width:48%;
	font-size: .22rem;
	display: flex;
	justify-content: space-between;
}
.single-platform .single-info li span{
	display: inline-block;
	width: 50%;
}
.single-platform .single-info li span:nth-child(1){
	color: #999999;
}
.single-platform .single-info li span:nth-child(2){
	color: #333333;
	text-align: right;
}

.platform-echarts-box ul{
	border: solid .01rem var(--pm-c);
	height: .46rem;
	line-height: .44rem;
}
.platform-echarts-box ul li{
	background: #fff;
	color: var(--pm-c);
	padding: 0 .2rem;
}
.platform-echarts-box ul li:nth-child(2){
	border-right: .01rem solid var(--pm-c);
}
.platform-echarts-box ul li.active {
	color: #fff;
	background: var(--pm-c);
}
	
.platform-echarts-box img{
	width: 100%;
	height:5.8rem;
}

table{
	width: 100%;
	border-spacing: 0;
}
.warp-thead{
	background-color: var(--pm-c);
	height:.6rem;
	border: none;
	
}
.warp-thead tr,
.warp-thead th{
	color: #fff;
	font-size: .24rem;
	height:.6rem;
	border: none;
	background-color: var(--pm-c);
	font-weight: 100;
	padding-left: .08rem;
}
.warp-tbody td{
	padding: .3rem 0.04rem;
	border-bottom: .01rem dashed #f5f5f5;
}
.th-currency,
.td-currency{
	width: 34%;
}
.th-trading-pairs,
.td-trading-pairs{
	width: 22%;
}
.th-24h-transaction-amount,
.td-24h-transaction-amount{
	width: 22%;
}
.th-proportion,
.td-proportion{
	width: 22%;
}
.th-star,
.td-star{
	width: 22%;
}
.th-increase-in-price,
.td-increase-in-price{
	width: 22%;
}
/* 币种 */
.td-currency img{
	width: .48rem;
	height: .48rem;
	border-radius: 50%;
	overflow: hidden;
}
.td-currency .title{
	color: #333333;
	font-size: .26rem;
	margin-left: .08rem;
}
/* 交易对 国家*/ 
.td-trading-pairs{
	color: #888888;
	font-size: .24rem;
}
/* 24H成交额 */
.td-24h-transaction-amount{
	font-size: .24rem;
	color: #333333;
}
.td-proportion{
	color: #888888;
	font-size: .24rem;
}
/* 24H涨跌幅 */
.td-increase-in-price{
	color: #2ec0b4;
	font-size: .24rem;
	font-weight: bold;
}
/* 行业资讯 */
.single-industry-news .item{
	padding-bottom: .32rem;
	margin-bottom: .32rem;
	border-bottom: .01rem dashed #e5e5e5;
}
.single-industry-news .item:last-child{
	margin-bottom: 0;
}
.single-industry-news .item .title{
	color: #333333;
	font-size: .28rem;
	font-weight: bold;
}
.single-industry-news .item .thumb{
	width: 2.2rem;
	height: 1.5rem;
}

.single-industry-news .item .text{
	color: #888888;
	font-size: .24rem;
	line-height: .4rem;
	letter-spacing: .01rem;
}

.single-industry-news .item .type{
	color: #999999;
	font-size: .24rem;
}
.single-hot-btc .item{
	border: solid .01rem #eeeeee;
	padding: .32rem .38rem .23rem;
}
.single-hot-btc .item .bt_icon{
	width: .77rem;
	height: .77rem;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}
.single-hot-btc .item .title{
	font-size: .28rem;
	color: #333333;
	text-align: center;
	margin: .1rem auto;
}
.single-hot-btc .item .type{
	font-size: .24rem;
	color: #999999;
	text-align: center;
	margin-bottom: .1rem
}
.single-hot-btc .item .down{
	display: block;
	width: 1.4rem;
	height: .52rem;
	background-color: var(--pm-c);
	border-radius: .08rem;
	font-size: .24rem;
	line-height: .51rem;
	letter-spacing: .01rem;
	color: #ffffff;
	text-align: center;
}
/* 成交额榜 */
.single-btc-rank .hot-btc{
	background: linear-gradient(to bottom, rgba(49, 156, 255, 0.1) 0, #fff 20%);
	  padding: .4rem .2rem .2rem;
}
.single-btc-rank .name{
	text-align: center;
	font-size: .31rem;
	font-weight: bolder;
	color: var(--pm-c);
	margin-bottom: .36rem;
}
.single-btc-rank .name::before{
	content: '';
	display: inline-block;
	width: .61rem;
	height: .11rem;
	background: url('../images/before-icon.png') no-repeat center/contain;
	margin-right: .28rem;
	margin-bottom: .06rem;
}
.single-btc-rank .name::after{
	content: '';
	display: inline-block;
	width: .61rem;
	height: .11rem;
	background: url('../images/after-icon.png') no-repeat center/contain;
	margin-left: .28rem;
	margin-bottom: .06rem;
}
.single-btc-rank .item .bt_icon{
	width: .81rem;
	height: .81rem;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: .3rem;
}
.single-btc-rank .item .title{
	max-width: 80%;
	font-size: .28rem;
	color: #333333;
	font-weight: bold;
}
.single-btc-rank .item .order{
	display: inline-block;
	margin-left: .1rem;
	width: .79rem;
  height: .29rem;
	line-height: .29rem;
	background: url('../images/rank_1.png') no-repeat center/contain;
	padding-left: .08rem;
	box-sizing: border-box;
	color: #fff;
	font-size: .22rem;
}
.single-btc-rank .item .type{
	color: #999999;
}
.single-btc-rank .item .type span{
	display: inline-block;
	min-width: 1.2rem;
	text-align: center;
}
.single-btc-rank .item .type span:nth-child(1){
	text-align: left;
}
/*.single-btc-rank .item .type span:nth-child(2){*/
/*	margin-right: .2rem;*/
/*}*/
.single-btc-rank .item:nth-child(2) .order{
	background: url('../images/rank_2.png') no-repeat center/contain;
}
.single-btc-rank .item:nth-child(3) .order{
	background: url('../images/rank_3.png') no-repeat center/contain;
}
.single-btc-rank .item:nth-child(n+4) .order{
	display: none;
}
.single-btc-rank .item {
	margin-bottom: .3rem;
}
.single-btc-rank .item .info{
	border-bottom: .01rem dashed #e5e5e5;
	padding-bottom: .3rem;
}

.single-btc-rank .item:last-child{
	margin-bottom: 0;
}
.single-btc-rank .item:last-child .info{
	border-bottom: none;
	padding-bottom: 0;
}
/* 行情详情 */
.single-coin .single-header .single-title{
	max-width: 80%;
}
.single-coin .single-header .single-title-m{
	color: #999999;
	font-size: .24rem;
	margin-bottom: .12rem;
	margin-left: .05rem;
}
.single-coin .single-header .price{
	color: #333333;
	letter-spacing: .02rem;
	font-size: .42rem;
	font-weight: bold;
}
.single-coin .single-header .num{
	width: 1.7rem;
	height: .81rem;
	background-color: #2c9e6c;
	color: #fff;
	font-size: .28rem;
	border-radius: .1rem;
	text-align: center;
	line-height: .81rem
}
/* 快讯 */
.single-news-flash .item{
	margin-bottom: .3rem;
}
.single-news-flash .item .time{
	display: inline-block;
	background-color: #f8f8f8;
	height: .54rem;
	line-height: .54rem;
	padding: 0 .18rem;
	font-size: .24rem;
	color: #999999;
	letter-spacing: .01rem;
}
.single-news-flash .item .list{
	padding-left: .35rem;
	background: url('../images/line.png') no-repeat left .2rem /contain;
}

.single-news-flash .item .list .title{
	font-size: .28rem;
	color: #333333;
	font-weight: bold;
	letter-spacing: .01rem;
}
.single-news-flash .item .list .text{
	color: #999999;
	line-height: .52rem;
	font-size: .26rem;
	letter-spacing: .01rem;
}

/* 资讯列表 */
.news-banner{
	overflow-x: scroll;
	display: flex;
	flex-wrap: nowrap;
}
.category-news .news-banner .bt_banner{
	width: 4.7rem;
	height: 2.6rem;
	border-radius: .1rem;
	overflow: hidden;
	margin-right: .2rem;
}
.news-list {}
.news-list .item{
	padding-bottom: .32rem;
	margin-bottom: .32rem;
	border-bottom: .01rem dashed #e5e5e5;
}
.news-list .item:last-child{
	margin-bottom: 0;
}
.news-list .item .title{
	color: #333333;
	font-size: .28rem;
	font-weight: bold;
}
.news-list .item .title::before{
	content: '最新';
	display: inline-block;
	margin-right: .1rem;
	font-size: .28rem;
	color: var(--pm-c);
}
.news-list .item .thumb{
	width: 2.2rem;
	height: 1.5rem;
}

.news-list .item .text{
	color: #888888;
	font-size: .24rem;
	line-height: .4rem;
	letter-spacing: .01rem;
}

.news-list .item .type{
	color: #999999;
	font-size: .24rem;
}

/* 资讯详情 */
.single-news .single-header {
	background-color: #f8f8f8;
	padding: .47rem .3rem .4rem;
}

.single-news .single-header .title {
	font-weight: bold;
	font-size: .34rem;
	line-height: .6rem;
	color: #333333;
	overflow: visible;
	text-overflow: inherit;
	white-space: wrap;
	text-align: center;
}

.single-news .single-header .info {
	display: flex;
	justify-content: space-between;
	margin-bottom: .24rem;
	margin-top: .32rem;
}

.single-news .info span {
	font-size: 0.24rem;
	line-height: 0.28rem;
	color: #999999;
	margin-right: 0.1rem;
}

.single-news .info span:nth-child(2) {
	margin-left: 0.1rem;
	margin-right: 0.1rem;
}

/* 详情公共样式 */
.single-content {
	overflow: hidden;
}
.single .single-content strong,
.single .single-content h2,
.single .single-content h3 {
	display: inline-block;
	font-size: .28rem;
	color: var(--pm-c);
	text-align: left;
	margin-top: .2rem;
	font-weight: bold;
}

.single-content p {
	text-indent: 2em;
	font-size: 0.28rem;
	line-height: 0.64rem;
	letter-spacing: 0.01rem;
	color: #666666;
}

.single-content img {
	display: block;
	max-width: 90%;
	margin: 0.1rem auto;
	border-radius: .16rem;
}

/* 404 500 错误页面 */
.page-error {
	text-align: center;
	min-height: 8rem;
}

.page-error img {
	width: 50%;
	margin: 1.82rem auto .5rem;
}

.page-error p {
	font-size: .24rem;
	color: #999999;
	letter-spacing: .02rem;
}

.page-error a.go-home {
	width: 1.6rem;
	height: .6rem;
	line-height: .56rem;
	text-align: center;
	border-radius: .06rem;
	border: .01rem solid var(--pm-c);
	font-size: .24rem;
	color: var(--pm-c);
	display: block;
	margin: .48rem auto 4.8rem;
}

/* 关于我们 */
.about {}

.about-slide .thumb{
	width: 100%;
	height: 2.66rem;
}

.about .aboutNav {
  margin-left: -.08rem;
}

.about .aboutNav li {
	display: inline-block;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
	font-size: .26rem;
  color: #333333;
	border-radius: .06rem;
  background-color: #f7f7f7;
  padding: 0 0.3rem;
  box-sizing: border-box;
  margin-left: .08rem;
	position: relative;
}

.about .aboutNav li::before{
	content: '';
	display: inline-block;
	width: .18rem;
	height: .15rem;
	background: url('../images/s_icon.png') no-repeat center/contain;
	position: absolute;
	bottom: -.14rem;
}
.about .aboutNav li.active::before{
	content: '';
	display: inline-block;
	width: .18rem;
	height: .15rem;
	background: url('../images/s_icon_.png') no-repeat center/contain;
	position: absolute;
	bottom: -.14rem;
}
.about .aboutNav li.active {
  background-color: var(--pm-c);
}

.about .aboutNav li a {
  display: block;
  font-size: 0.26rem;
	color: #333333;
}

.about .aboutNav li.active a {
  color: #ffffff;
}

.about .article-content p {
  font-size: 0.28rem;
  line-height: 0.72rem;
  letter-spacing: .01rem;
	text-align: justify;
  color: #666666;
	text-indent: 2em;
}


.table_info{
    margin-left: .1rem;
}
.table_info .detail{
    display: block;
    margin-top: .1rem;
}
.table_info .title{
    margin: 0!important;
}

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

.u-time{
    display: block;
    font-size: .24rem;
    color: #999;
    text-align: left;
    font-weight: normal;
    margin-top: .12rem;
}

