@charset "utf-8";
/*
    Theme Name: 币社区-币种单页主题
    Theme URI: https://www.bishequ.com/
    Author: 阿叶
    Author URI: https://www.bishequ.com/
    Description: 
    Version: v1.0.0
*/

:root {
    --br-c: #eee;
    --bg-c: #f7f7f7;
    --md-c: #909399;
}

html,body {
    background: linear-gradient(135deg, #f8fcf8 0%, #f5ede8 100%);
	font-size: 14px;
	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;
}
.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;
}
.line-4 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
}
.uk-flex-cover {
	flex: 1;
	overflow: hidden;
	position: relative;
}
.uk-notification-message {
    font-size: 14px;
    border-radius: 3px;
}
.uk-notification-message svg {
    display: none;
}
.uk-notification-message-warning {
    background: #faa05a;
    color: #fff;
}
.uk-notification-message-success {
    background: #67C23A;
    color: #fff;
}
main {
	position: relative;
	overflow: hidden;
}
.none {
    display: none!important;
}

.aye {
    max-width: 760px;
    background: white;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    padding: 30px;
    border: 1px solid #e0e0e0;
    position: relative;
    overflow: hidden;
    margin: 20px auto;
    border-top: 4px solid #2483ff;
    border-radius: 8px;
}
.part-title {
    font-size: 18px;
    color: #222;
    margin: 20px 0;
    margin-top: 35px;
    border-bottom: 2px solid #eee;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.part-title .title {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}
.part-title .title::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 18px;
    background: #2483ff;
    margin-right: 10px;
    transform: translateY(2px);
}
.part-title .more {
    color: #999;
    font-weight: normal;
    font-size: 13px;
}


.part-header {}
.part-header .app-info {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.part-header .app-info .icon {
    width: 60px;
    height: 60px;
    background: #f8f8f8;
    padding: 12px;
    text-align: center;
    margin-right: 20px;
}
.part-header .app-info .icon img {
    height: 100%;
}
.part-header .app-info .title {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin: 0;
}
.part-header .app-info .tags {
    margin: 12px 0;
}
.part-header .app-info .tags span {
    display: inline-block;
    background: #2483ff;
    color: #fff;
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 3px;
}
.part-header .app-info .tags span:nth-child(2) {
    background: #67C23A;
}
.part-header .app-info .tags span:nth-child(3) {
    background: #ff5722;
}
.part-header .app-info .time {
    color: #999;
    font-size: 14px;
}

.part-header .app-info .view {
    margin-left: 10px;
    background: #2483ff;
    color: #fff;
    padding: 8px 12px;
    font-size: 13px;
    display: inline-block;
    border-radius: 3px;
}


.part-header .app-desc {
    margin: 20px 0;
}
.part-header .app-desc p {
    line-height: 24px;
    font-size: 15px;
    color: #666;
    border-left: 3px solid #2483ff;
    padding-left: 15px;
}
.part-header .get-app {
    border-radius: 4px;
    text-align: center;
    background: #2483ff;
}
.part-header .get-app a {
    display: block;
    padding: 12px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
.part-header .get-app a:hover {
    background: #2378e7;
}
.app-images {
    margin-top: 15px;
    white-space: nowrap;
    overflow-x: scroll;
}
.app-images .item {
    display: inline-block;
    width: 158px;
}
.app-images .item:last-child {
    margin-right: 0;
}
.app-images .item img {
    width: 100%;
}


.chart-box {
    display: flex;
    flex-direction: column;
    height: 360px;
    position: relative;
}
.chart-select {
    margin-bottom: 10px;
}
.chart-select select {
    padding: 8px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
#chart {
    height: 360px;
}
.chart-box .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #666;
}

.app-news {}
.app-news .item {
    background: #f8f8f8;
    padding: 20px;
    border: 1px solid #eee;
}
.app-news .item .title {
    display: flex;
    align-items: center;
}
.app-news .item .title a {
    display: block;
    flex: 1;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
}
.app-news .item .desc {
    margin-top: 15px;
    color: #999;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px;
}
.app-news .item .time {
    color: #999;
    font-size: 13px;
}
.app-dwns {}
.app-dwns .item {
    border: 1px solid #eee;
    padding: 15px;
    display: flex;
    align-items: center;
    background: #fafafa;
}
.app-dwns .item .icon {
    width: 50px;
    height: 50px;
    text-align: center;
    margin-right: 15px;
    background: #fff;
    padding: 10px;
    border: 1px solid #eee;
}
.app-dwns .item .icon img {
    height: 100%;
}
.app-dwns .item .title {
    margin-bottom: 10px;
}
.app-dwns .item .title a {
    font-weight: bold;
    font-size: 16px;
    color: #222;
}
.app-dwns .item .desc {
    line-height: 20px;
    color: #999;
}
.app-dwns .item .view {
    margin-left: 10px;
    background: #2483ff;
    color: #fff;
    padding: 8px 12px;
    font-size: 13px;
    display: inline-block;
    border-radius: 3px;
}
.part-comm {}
.part-comm .item {
    border: 1px solid #e0e0e0;
    padding: 18px;
    margin-bottom: 15px;
    background: #fafafa;
    position: relative;
}

.part-comm .item .hea {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.part-comm .item .aca {
    width: 40px;
    height: 40px;
    background: #f98a31;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
    margin-right: 12px;
    border-radius: 50%;
}

.part-comm .item .h3 {
    color: #222;
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: bold;
}
.part-comm .item .date {
    color: #999;
    font-size: 13px;
}
.part-comm .item .content {
    color: #555;
    line-height: 1.6;
    font-size: 14px;
}
.part-single {}
.part-single .single-top {
    text-align: center;
    padding-bottom: 25px;
} 
.part-single .single-top h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.part-single .single-top .info {
    color: #999;
    font-size: 13px;
}
.part-single .single-top .info span {
    display: inline-block;
    margin: 0 30px;
}
.part-single .single-content {
    margin-top: 30px;
}
.part-single .single-content p {
    text-indent: 2em;
    font-size: 15px;
    color: #666;
    line-height: 28px;
}
.part-single .single-content p img {
    display: block;
    margin: 0 auto;
    max-height: 300px;
}

.part-single .part-header .app-info {
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 0;
    background: #f8f8f8;
}
@media (max-width: 760px) {
    .aye {
        margin: 0;
        padding: 20px;
    }
}
