@charset "utf-8";
/*
    Theme Name: 币圈网
    Theme URI: https://biquanwang.cn/
    Author: 阿叶
    Author URI: https://biquanwang.cn/
    Description: 
    Version: v1.0.0
*/

:root {
    --pm-c: #FF5722
}

html,body {
	background-color: #f8fafc;
	font-size:14px;
	font-family:arial;
	color:#303133;
	margin: 0;
	padding: 0;
}
* {
	line-height:normal
}
h1,h2,h3,h4,h5,h6 {
	font-size:17px
}
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
}
.bg-gradient {
	background:-webkit-linear-gradient(to top,rgba(0,0,0,0.8) 0%,transparent 100%);
	background:-moz-linear-gradient(to top,rgba(0,0,0,0.8) 0%,transparent 100%);
	background:-o-linear-gradient(to top,rgba(0,0,0,0.8) 0%,transparent 100%);
	background:-webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0.8)),to(transparent));
	background:linear-gradient(to top,rgba(0,0,0,0.8) 0%,transparent 100%)
}
.cover {
	z-index:10;
	color:#fff;
	position:absolute;
	bottom:0;
	width:100%
}
.cover span {
	display:block;
	padding:10px
}
.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
}

/*正式开整*/
.aye {
	margin: 0 auto;
	max-width: 860px;
}

.header {
	margin: 20px 0;
	display: flex;
	align-items: center;
}
.header .logo {
	width: 28px;
	height: 28px;
	margin-right: 10px;
}
.header .logo img {
	height: 100%;
	width: 100%;
}
.header h1 {
	font-size: 20px;
	line-height: normal;
	font-weight: bold;
	color: #222;
	margin: 0;
	flex: 1;
    transform: translateY(-2px);
}
.header .time {
	color: #C0C4CC;
	font-size: 13px;
}
.part {}
.part-warp {
	border-radius: 8px;
	background: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    padding: 25px;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.part-title {
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 15px;
}
.part-title .title {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    color: #222;
}
.part-title .title::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 17px;
    background: var(--pm-c);
    margin-right: 10px;
    transform: translateY(2px);
    border-radius: 3px;
}

.part-price {
    text-align: center;
}
.part-price .part-warp {
    padding: 30px 25px;
}
.part-price .t {
    font-size: 14px;
    color: #999;
    display: inline-block;
    margin-bottom: 10px;
}

.part-price .v {
    font-size: 30px;
    margin-right: 10px;
    line-height: 40px;
}
.part-price .change {
    display: inline-block;
    height: 26px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: bold;
    color: #fff;
    transform: translateY(-1px);
}

.part-price .g .change {
    color: #01c875;
    background: #defaef;
}
.part-price .r .change {
    color: #ef4444;
    background: #fee2e2;
}
.part-price .g .price-gap {
    color: #14b143;
}
.part-price .r .price-gap {
    color: #ef232a;
}
.tips {
    color: #C0C4CC;
    font-size: 12px;
}


.chart-box {
    position: relative;
}
.chart-select {
    display: flex;
    align-items: center;
}
.chart-select select {
    padding: 6px;
    outline: none;
    font-size: 13px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
#chart {
    height: 280px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
#chart .error {
    line-height: 280px;
    text-align: center;
    color: #aaa;
}
.chart-box .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    color: #666;
}


.part-desc {}
.part-desc p {
    font-size: 15px;
    line-height: 30px;
    color: #606266;
    text-indent: 2em;
}
.part-desc p:last-child {
    margin-bottom: 0;
}


.part-fast {}
#side-flash {
    border-left: 1px solid #eee;
    margin-bottom: 20px;
}
.part-fast .news-item {
	padding-left: 15px;
	position: relative;
	margin-bottom: 30px;
}
.part-fast .news-item::before {
	content: '';
	position: absolute;
	left: -5px;
	top: 6px;
	display: inline-block;
	width: 8px;
    height: 8px;
    line-height: 16px;
    display: block;
    border-radius: 50%;
    border: 2px solid var(--pm-c);
    background: #fff;
    box-sizing: border-box;
}
.part-fast .news-item:last-child {
	margin-bottom: 0;
}
.part-fast .news-item .news-time {
	color: #999;
	font-size: 13px;
}
.part-fast .news-item .news-title {
    margin: 10px 0;
    line-height: normal;
    font-size: 15px;
    color: #222;
    font-weight: bold;
}
.part-fast .news-item .news-content {
	margin-top: 10px;
	display: block;
	color: #303133;
}
.part-fast .news-item .news-content p {
    display: block;
    line-height: 26px;
    color: #666;
    font-size: 13px;
}
.part-fast .news-item .news-author {
    display: none;
}
.part-fast .load-more {
    text-align: center;
    display: block;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    background-color: var(--pm-c);
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
.part-fast .load-more:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
.part-fast .loading {
    text-align: center;
    padding: 20px;
    color: #666;
    font-size: 16px;
}
.footer {
    margin: 25px 0;
    text-align: center;
    color: #999;
}

.t-time {
    color: #aaa;
    font-size: 13px;
}
.go-trade {
    background: var(--pm-c);
    color: #fff;
    border-radius: 4px;
    padding: 0 14px;
    height: 31px;
    display: inline-block;
    line-height: 31px;
    margin-left: 5px;
    font-weight: bold;
}
.go-trade:hover {
    color: #fff;
    line-height: 31px;
}
.go-trade:after {
    content: '>';
    font-family: 'SimSun';
    margin-left: 5px;
    font-size: 11px;
}


.part-app {}
.part-app .app-warp .icon {
    width: 58px;
    height: 58px;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.part-app .app-warp {
    display: flex;
    align-items: center;
}
.part-app .app-warp h1 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #111;
    margin-bottom: 15px;
    line-height: normal;
}
.part-app .app-warp .tags {}
.part-app .app-warp .tags span {
    display: inline-block;
    background: #2483ff;
    color: #fff;
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 3px;
}
.part-app .app-warp .tags span:nth-child(2) {
    background: #67C23A;
}
.part-app .app-warp .tags span:nth-child(3) {
    background: #ff5722;
}

.part-app .app-desc {
    margin: 25px 0;
    border-left: 3px solid #eee;
    padding-left: 15px;
    color: #64748b;
} 
.part-app .app-desc p {
    line-height: 28px;
    font-size: 15px;
}
.app-btn {
    display: flex;
    align-items: center;
    margin: 0 -3px;
}
.app-btn a {
    display: block;
    background: #eee;
    flex: 1;
    text-align: center;
    line-height: 42px;
    border-radius: 4px;
    margin: 0 3px;
    font-size: 15px;
    font-weight: bold;
}
.app-btn .zc {
    background: #1a1a1a;
    color: white;
    border: 1px solid #000;
}
.app-btn .xz {
    background: #f8f8f8;
    color: #1a1a1a;
    border: 1px solid #ddd;
}
.go-buy {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 10px
}
.go-buy a {
    display: block;
    background: var(--pm-c);
    color: #fff;
    border-radius: 4px;
    line-height: 38px;
    flex: 1;
    font-weight: bold;
}
@media (max-width: 760px) {
    .go-buy {
        display: block;
    }
    .go-buy a {
        margin-top: 10px;
    }
    .aye {
        max-width: 100%;
        margin: 0 12px;
    }
    .header {
        margin: 15px 0;
        flex-wrap: wrap;
    }
    .header .logo {
        width: 22px;
        height: 22px;
    }
    .header h1 {
        font-size: 17px;
        display: block;
        transform: translateY(0.3px);
    }
    .header .time {
        width: 100%;
        margin-top: 10px;
        font-size: 12px;
    }
    .part {
        margin-top: 10px;
    }
    .part-warp {
        padding: 20px;
    }
    .part-price .part-warp {
        padding: 25px 15px;
    }
    .part-price .uk-grid .uk-width-1-1 .v {
        font-weight: bold;
    }
    .part-price .uk-grid .uk-width-1-2 .v {
        font-size: 20px;
        line-height: 30px;
    }
    .part-desc p {
        line-height: 26px;
    }
    .part-title {
        display: block;
    }
    .part-title .title {
        font-size: 16px;
    }
    .chart-select {
        margin-top: 15px;
    }
    #chart {
        height: 230px;
    }
}