@charset "utf-8";
/*
    Theme Name: coinbaseapp
    Theme URI: https://www.coinbaseapp.cn/
    Author: 阿叶
    Author URI: https://www.coinbaseapp.cn/
    Description: 
    Version: v1.0.0
*/

html,body {
    background: #000;
	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;
}

.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;
    position: relative;
    overflow: hidden;
}
main {
	position: relative;
	overflow: hidden;
}
.none {
    display: none!important;
}

.header {
    background: #040810;
    padding: 20px 0;
}
.header .logo {
    display: flex;
    align-items: center;
    flex: 1;
}
.header .logo a {
    display: flex;
    align-items: center;
    height: 33px;
}
.header .logo img {
    height: 100%;
}
.header .logo span {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
}
.header {}
.header .uk-container {
    display: flex;
    align-items: center;
}
.header ul {}
.header ul li {
    margin-left: 30px;
    display: inline-block;
}
.header ul li a {
    color: #fff;
}
.module-banner {
    padding: 50px 0;
}
.module-banner .uk-container {
    display: flex;
    align-items: center;
}
.module-banner .title {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
}
.module-banner p {
    color: #aaa;
    font-size: 16px;
    line-height: 32px;
}
.module-banner p b {
    color: #fff;
}
.module-banner .bg {
    width: 450px;
    margin-left: 30px;
    text-align: right;
}
.module-banner .bg img {
    max-width: 230px;
}
.module-banner .view {}
.module-banner .view a {
    display: inline-block;
    background: #fff;
    padding: 20px 40px;
    font-weight: bold;
    border-radius: 10px;
    font-size: 17px;
    margin-right: 10px;
}
.module-banner .view .xz {
    color: #fff;
    background: #0051fe;
}
.module-banner .view .zc {}
.module-banner .time {
    display: block;
    color: #fff;
    opacity: .1;
    font-size: 13px;
    margin-top: 10px;
}
.module-chart {
    padding: 50px 0;
    background: #040810;
}
.module-title {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.module-title .title {
    font-size: 30px;
    color: #fff;
}
.module-title .more {
    color: #fff;
    opacity: .4;
    font-size: 13px;
}

.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;
    margin-left: 10px;
}

#chart {
    height: 360px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.chart-box .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #6e7583;
}
.module-chart .time {
    color: #fff;
    opacity: .3;
    display: block;
    margin-top: 20px;
}

.module-app {
    padding: 50px 0;
}
.module-app .item {
    background: #040810;
    padding: 15px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.module-app .item .icon {
    width: 68px;
    height: 68px;
    border-radius: 10px;
    margin-right: 15px;
    overflow: hidden;
}
.module-app .item .title {
    margin-bottom: 20px;
}
.module-app .item .title a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.module-app .item .v {
    color: #fff;
    opacity: .5;
    font-size: 13px;
}
.module-app .item .view {
    display: inline-block;
    color: #fff;
    background: #0051fe;
    padding: 10px 24px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 13px;
}


.module-fast {
    background: #040810;
    padding: 50px 0;
}
.side-flash,
#side-flash {
    border-left: 1px solid #121212;
}
.module-fast .news-item {
	padding-left: 15px;
	position: relative;
	padding-bottom: 30px;
}
.module-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 #111;
    background: #0051fe;
    box-sizing: border-box;
}
.module-fast .news-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.module-fast .news-item .news-time {
	color: #64748b;
	font-size: 13px;
}
.module-fast .news-item .news-title {
    margin: 10px 0;
    line-height: normal;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}
.module-fast .news-item .news-content {
	margin-top: 10px;
	display: block;
	color: #64748b;
}
.module-fast .news-item .news-content p {
    display: block;
    line-height: 26px;
    color: #64748b;
    font-size: 13px;
}
.module-fast .news-item .news-content p:last-child {
    margin-bottom: 0;
}
.module-fast .news-item .news-author {
    display: none;
}
.module-fast .load-more {
    margin-top: 20px;
    text-align: center;
    display: block;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    background-color: #0051fe;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
.module-fast .load-more:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
.module-fast .loading {
    text-align: center;
    padding: 20px;
    color: #666;
    font-size: 16px;
}

.module-comment {
    padding: 50px 0;
}

.module-comment .item {
    background: #040810;
    padding: 15px;
    border-radius: 10px;
}

.module-comment .item .user-info {
	display: flex;
	align-items: center;
}
.module-comment .item .avatar {
	width: 38px;
	height: 38px;
	margin-right: 15px;
	border-radius: 50%;
	overflow: hidden;
}
.module-comment .item .user-info .name {
	font-size: 13px;
	line-height: normal;
	color: #fff;
	margin-bottom: 10px;
}
.module-comment .item .user-info .time {
	font-size: 12px;
	color: #6e7583
}

.module-comment .item .comment-content {
	margin-top: 15px;
}
.module-comment .item .comment-content p {
	margin: 0;
	line-height: 28px;
    font-size: 14px;
    color: #6e7583;
    font-weight: normal;
}
.footer {
    background: #040810;
    padding: 30px;
    text-align: center;
    line-height: 26px;
    color: #64748b;
    font-size: 13px;
}

@media (max-width: 760px) {
    .header ul li {
        margin-left: 15px;
    }
    .module-chart,
    .module-banner {
        padding: 20px 0;
    }
    .module-banner .uk-container {
        display: block;
    }
    .module-banner .view a {
        margin: 0;
    }
    .module-banner .title {
        font-size: 26px;
        text-align: center;
    }
    .module-banner p {
        font-size: 14px;
        line-height: 22px;
    }
    .module-banner .view a {
        padding: 15px 25px;
        display: block;
        text-align: center;
    }
    .module-banner .bg {
        display: none;
    }
    .module-title .title {
        font-size: 20px;
    }
    .module-chart {
        display: none;
    }
    .header ul {
        display: none;
    }

}