@charset "utf-8";
/*
    Theme Name: 币社网(移动端)
    Theme URI: https://www.186btc.com/
    Author: 阿叶
    Author URI: https://www.186btc.com/
    Description:
    Version: 0.0.1
*/


:root {
	--pm-c: #409EFF;
	--bg-c: #f6f6f6;
	--br-c: #F2F6FC;
	--md-c: #909399;
	--rise-c: #01c875;
	--fall-c: #fd455b
}

html,
body {
	background-color: var(--bg-c);
	font-size: .28rem;
	font-family: arial
}


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: #333;
	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;
}

.thumb {
	position: relative;
	overflow: hidden;
}

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

.rise {
	color: var(--rise-c) !important;
}
.fall {
	color: var(--fall-c) !important;
}

.btn-fall {
	background-color: #fd455b !important;
	color: #fff !important;
}

.btn-rise {
	background-color: #01c875;
	color: #fff !important;
}
.header {
	box-shadow: 0 0.06rem 0.3rem rgba(0, 0, 0, .06);
	position: relative;
	z-index: 999;
}
.header .topbar {
	padding: .3rem;
	display: flex;
	align-items: center;
	background-color: var(--pm-c);
}
.header .topbar .logo {
	height: .46rem;
	flex: 1;
	line-height: normal;
}
.header .topbar .logo img {
	height: 100%;
	width: auto;
}
.header .search {
	background-image: url(assets/images/icon-search.png);
    display: inline-block;
    width: 0.44rem;
    height: 0.44rem;
    background-repeat: no-repeat;
    background-size: 100%;
}

.header .navbar {
	background: #fff;
	padding: .2rem .3rem;
}
.header .navbar ul {
	white-space: nowrap;
	overflow-x: scroll;
}
.header .navbar ul .current-menu-item a {
	font-weight: bold;
	color: var(--pm-c);
}
.header .navbar .sub-menu {
    display: none;
}
.header .navbar ul li {
	display: inline-block;
	margin-right: .6rem;
}
.header .navbar ul li a {
	color: #606266;
}

.home-banner {}
.home-banner .uk-slideshow-items {
	height: 4rem;
}
.home-banner .item {
	height: 100%;
}
.home-banner .cover {
    position: absolute;
    padding: .2rem .3rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, transparent 100%);
    color: #fff;
    font-size: .3rem;
}

.module {
	background: #fff;
	padding: .3rem;
}
.module-title {
	display: flex;
	border-bottom: 1px solid var(--br-c);
}
.module-title .title {
	display: inline-block;
	font-weight: bold;
	font-size: .32rem;
	color: #222;
	line-height: normal;
	padding-bottom: .3rem;
	border-bottom: .06rem solid var(--pm-c);
}
.module-title .more {
	color: var(--md-c);
	font-size: .26rem;
	margin-top: .15rem;
}


.coin-tab {}
.coin-nav {
    display: flex;
    gap: .1rem;
}
.coin-nav a {
    flex: 1;
    text-align: center;
    display: block;
    padding: .16rem .32rem;
    background: var(--bg-c);
    border-radius: .06rem;
    color: var(--md-c);
    font-size: .26rem;
}
.coin-nav .active {
    background: var(--pm-c);
    color: #fff;
}
.tab-title {
	margin-bottom: .2rem;
}
.tab-title .title {
	display: inline-block;
	font-size: 0.24rem;
    color: #333333;
    height: .54rem;
    line-height: .58rem;
    padding: 0 .32rem;
    border-radius: 0.04rem;
    background: var(--pm-c);
    color: #fff;
}
.tab-title .more {
	color: var(--md-c);
	font-size: .26rem;
}
.coin-tab .item {
    border-bottom: 1px solid var(--br-c);
    padding: .24rem 0;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #303133;
}
.coin-tab .item:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.coin-tab .tab-head {
	font-size: .24rem;
	color: #606266;
}
.coin-tab .item>div {
	width: 4rem;
}
.coin-tab .item .rank {
	width: 1.2rem;
	font-weight: bold;
}
.coin-tab .item .coin {}
.coin-tab .item .coin img {
	width: .5rem;
	margin-right: .2rem;
}
.coin-tab .item .coin .name {
	margin-bottom: .04rem;
	font-size: .26rem;
	font-weight: bold;
	line-height: normal;
}
.coin-tab .item .coin span {
    display: block;
	color: var(--md-c);
	font-size: .22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.coin-tab .item .percent {
	width: 3rem;
	text-align: right;
} 
.coin-tab .more {
	font-weight: bold;
	margin-top: .3rem;
	display: block;
	text-align: center;
	padding: .16rem;
	background: var(--pm-c);
	color: #fff;
	border-radius: .06rem;
}



.side-flash {}
.side-flash ul {
	margin-left: .1rem;
	margin-top: .3rem;
	border-left: 1px solid var(--br-c);
}
.side-flash ul li {
	padding-left: .3rem;
	margin-bottom: .4rem;
	position: relative
}
.side-flash ul li::before {
	content: '';
	position: absolute;
	left: -.1rem;
	top: .2rem;
	display: inline-block;
	width: .16rem;
    height: .16rem;
    line-height: .32rem;
    display: block;
    border-radius: 50%;
    border: .06rem solid var(--pm-c);
    background: #fff;
    box-sizing: border-box;
}
.side-flash ul li:last-child {
	margin-bottom: 0;
}
.side-flash ul li .time {
	color: var(--md-c);
	font-size: .26rem;
}
.side-flash ul li a {
	margin-top: .04rem;
	display: block;
}

.side-news {}
.side-news .item {
	margin-top: .3rem;
	display: flex;
	align-items: center;
}
.side-news .item .thumb {
	width: 2.2rem;
	height: 1.4rem;
	position: relative;
	overflow: hidden;
	display: block;
	margin-right: .2rem;
}
.side-news .item .title {
    line-height: .38rem;
    height: .75rem;
    margin-bottom: .24rem;
}
.side-news .item .title a {}
.side-news .item .time {
	color: var(--md-c);
	font-size: .26rem;
}

.show-news {}
.show-news .news-header {
    padding-bottom: .3rem;
    margin-bottom: .3rem;
    border-bottom: 1px solid var(--br-c);
}
.show-news .news-header h1 {
    font-size: .34rem;
    font-weight: bold;
    margin: .3rem 0;
}
.show-news .news-header .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.show-news .news-header .info span {
	color: var(--md-c);
	font-size: .24rem;
}
.news-cats {}
.news-cats a {
    display: inline-block;
    color: var(--pm-c);
    background: #ffebe5;
    padding: 3px  6px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
}
.show-content {
    overflow: hidden;
    position: relative;
}
.show-content p {
    margin: .24rem 0;
    font-size: .28rem;
    line-height: .52rem;
    text-indent: 2em;
    word-break: break-all; 
    overflow-wrap: break-word;
}
.show-content p img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.show-content h3 {
    margin: .24rem 0;
    font-size: .34rem;
    font-weight: bold;
}
.fold {
    height: 5.2rem;
    margin-bottom: 0 !important;
}
.show-content .open {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: .76rem;
    border-radius: 4px;
    background: var(--pm-c);
    color: #fff;
    text-align: center;
    z-index: 100;
    font-weight: bold;
    cursor: pointer;
    font-size: .3rem;
}
.show-content .open:after {
    content: '';
    position: absolute;
    bottom: .8rem;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, #fff 0%, transparent 80%, transparent 100%);
}
.show-coin {}
.show-coin .coin-header {}
.show-coin .coin-header h1 {
    font-size: .34rem;
    font-weight: bold;
    margin: 0;
    margin-bottom: .3rem;
}
.show-coin .coin-header .coin-info {
    display: flex;
    align-items: center;
}
.show-coin .coin-info .icon {
    width: .9rem;
    height: .9rem;
    margin-right: .2rem;
    background: #f9f9f9;
}
.show-coin .coin-info .name {
    margin-bottom: .1rem;
    font-size: .28rem;
}
.show-coin .coin-info .rank {
    border: 1px solid #ffc59f;
    color: #ff6600;
    padding: 0 .2rem;
    height: .32rem;
    line-height: .36rem;
    font-size: .22rem;
    border-radius: .06rem;
    display: inline-block;
}

.show-coin .coin-price {
	display: flex;
	align-items: center;
	margin-top: .2rem;
}
.show-coin .coin-price .num {
	font-size: .6rem;
	font-weight: bold;
	margin-right: .4rem;
	line-height: normal;
}
.show-coin .coin-price .float {
    display: inline-block;
    padding: .06rem .24rem;
    text-align: center;
    font-weight: bold;
    font-size: .24rem;
}
.show-coin .coin-price .float-rise {
	background: #01c875;
	color: #fff;
}
.show-coin .coin-price .gap.float-rise  {
	color: #01c875;
    background: #defaef;
}
.show-coin .coin-price .float-fall {
	background: #fd455b;
	color: #fff;
}
.show-coin .coin-price .gap.float-fall  {
	color: #fd455b;
    background: #ffedf0;
}

.show-coin .coin-data {
	margin-top: .3rem;
	padding-top: .3rem;
	border-top: 1px solid var(--br-c);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -.2rem;
}
.show-coin .coin-data .item {
	width: 33%;
	margin-bottom: .2rem;
}
.show-coin .coin-data .item span {
    font-size: .24rem !important;
}
.show-coin .coin-data .item span:first-child {
	display: block;
	color: var(--md-c);
	font-size: .22rem !important;
	margin-bottom: .04rem;
}
.show-coin .coin-data .item span:last-child {
	color: #303133;
	font-weight: bold;
}
.show-coin .coin-data .item .fgreen {
    color: #01c875 !important;
}
.show-coin .coin-data .item .fred {
    color: #fd455b !important
}

.show-coin .u_time {
    width: 100%;
    font-size: .24rem;
    color: #999;
}
.show-tab {
    margin-top: .3rem;
}
.show-tab ul {
    border: 1px solid #eee;
    padding-bottom: 0;
    border-bottom: 0;
    border-right: 0;
}
.show-tab ul li {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #eee;
    line-height: normal;
    font-size: .26rem;
}
.show-tab ul li>div {
    height: .8rem;
    line-height: .8rem;
}
.show-tab ul li .tt {
    padding: 0 .26rem;
    width: 2rem;
    background: #f9f9f9;
    color: #909399;
}
.show-tab ul li .tv {
    border-right: 1px solid #eee;
    color: #222;
    font-weight: bold
}
.show-tab ul li .tip {
    display: none;
}
.show-tab ul li .tv,
.show-tab ul li .vv {
    line-height: .9rem;
    padding: 0 .26rem;
    flex: 1;
    overflow: hidden;
}
.show-tab ul li .tv a,
.show-tab ul li .tv span {
    font-size: .26rem;
    display: inline-block;
    background: #fffaf4;
    color: var(--pm-c);
    padding: 2px 6px;
    margin-right: 3px;
    margin-bottom: 3px;
    border-radius: 2px;
}
.show-tab.history ul li {
}
.show-tab.links div {
    word-wrap: break-word;
}
.show-tab.links ul li .tt {
    width: 86px;
}

.fenye {
    margin: .4rem 0 !important;
	text-align: center;
}
.fenye .page-numbers {
	display: inline-block;
	line-height: .62rem;
	padding: 0 .26rem;
	background: #fff;
	font-size: .24rem;
	border-radius: .08rem;
	color: var(--md-c);
}
.fenye .page-numbers:hover,
.fenye .current {
	background: var(--pm-c);
	color: #fff;
}

.footer {
	position: relative;
    z-index: 100;
    background: #202935;
    padding: .3rem;
}
.foot-link {}
.foot-link .title {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.foot-link .title span {
	color: #fff;
	font-size: .3rem;
	font-weight: bold;
	display: inline-block;
    border-bottom: .06rem solid var(--pm-c);
    padding-bottom: 15px;
}
.foot-link ul {
	margin-top: .3rem;
		white-space: nowrap;
	overflow-x: scroll;
}
.foot-link ul li {
	margin-right: .2rem;
	display: inline-block;
}
.foot-link ul li a {
	font-size: .24rem;
    color: #fff;
}
.foot-cop {
	margin-top: .3rem;
	padding-top: .3rem;
	font-size: 13px;
	border-top: 1px solid rgba(255, 255, 255, .1);
}
.foot-cop p {
	margin-bottom: .1rem;
}
.foot-cop a {
	font-size: .26rem;
}

@media (max-width: 760px) {

}
