:root {
    --table-header-bg-color: #f8f8f8;
    --body-bgcolor: #fff;
    --item-p-hover-color: #333;
    --item-p-color: #4c4c4c;
    --language-select-bgcolor: rgb(255, 255, 255);
    --border-bottom-color: #eff2fe;
    --footer-color: #32383E;
}
* {
    padding: 0;
    margin: 0;
    border: 0;
}
.fall {
    color: #fd455b !important;
}
.rise {
    color: #01c875 !important;
}
.show-coin {}
.show-coin.module{
    padding-top: 8px;
}
.show-coin .coin-head {
}
.show-coin .coin-head h1 {
    font-size: 22px;
    font-weight: bold;
}
.show-coin .coin-info {
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.show-coin .coin-info img {
    width: 55px;
    margin-right: 15px;
}
.show-coin .coin-info .name {
    font-size: 20px;
    color: #303133;
    margin-bottom: 5px;
}
.show-coin .coin-info .name span {
    color: var(--md-c);
    font-size: 15px;
    margin-left: 5px;
}
.show-coin .coin-info .rank {
    border: 1px solid #ffc59f;
    color: #ff6600;
    padding: 0 16px;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 3px;
    display: inline-block;
}

.show-coin .coin-price {
    display: flex;
    align-items: center;
}
.show-coin .coin-price .num {
    font-size: 34px;
    font-weight: bold;
    margin-right: 30px;
}
.show-coin .coin-price .float {
    display: inline-block;
    padding: 3px 12px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
.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 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #f8f8f8;
    border-radius: 6px;
    padding: 25px;
    margin-top: 15px;
}
.show-coin .coin-data li {
    width: 16.66%;
}
.show-coin .coin-data li .t {
    font-size: 12px;
    color: #888888;
    margin-bottom: 25px;
}
.show-coin .coin-data li .v {
    font-size: 13px;
    color: #333;
}
.show-coin .coin-data li:nth-child(-n+6) {
    margin-bottom: 40px;
}
#coin{
    margin-top: 10px;
}
#coin .module-title .title{
    font-size: 15px;
}
.head-cate{
    display: flex !important;
    justify-content: space-between !important;
}
.head-cate .headl{
    display: flex !important;
}
.head-cate .tabs-bar{
    background: var(--table-header-bg-color);
    border-radius: 8px;
    height: 40px;
    padding: 0 4px;
    align-items: center !important;
    flex-direction: row !important;
    display: flex !important;
}
.v-btn {
    font-family: auto;
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 500;
    justify-content: center;
    outline: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition-duration: .28s;
    transition-property: box-shadow, transform, opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 8px;
    height: 32px;
    min-width: 64px;
    padding: 0 12px;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    background: var(--table-header-bg-color);
    color: var(--item-p-color);
}
.v-btn.active {
    background: var(--body-bgcolor);
    color: var(--item-p-hover-color);
}
.chart{
    margin-top: 10px;
}
#charts{
    position: relative;
}
#charts,.wrapper #charts{
    margin-top: 30px;
    min-height: 360px;
}
.charts-tip{
    background-color: var(--language-select-bgcolor);
    border: 0px;
    padding: 2px 10px;
    border-radius: 10px;
    border: 1px solid var(--border-bottom-color);
    color: var(--item-p-hover-color);
}
.charts-tip .charts-time{
    font-size: 14px;
}
.charts-tip .charts-name{
    font-size: 14px;
    font-weight: 600;
}
.charts-tip .charts-value{
    font-size: 14px;
    font-weight: 600;
    margin-left: 30px;
}
.charts-tip .charts-dot{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: rgba( 255, 107, 1, 1);
    border-radius: 50%;
    margin-right: 3px;
}
#tradingview{
    margin-top: 30px;
    height: 450px;
    display: none;
}
.show-content p {
    margin: 15px 0;
    color: #303133;
    line-height: 32px;
    font-size: 15px;
    text-indent: 2em;
}
.show-content ul li,.show-content dl dd {
    line-height: 32px;
    text-indent: 2em;
}
.show-content dl dt {
     line-height: 32px;
     margin: 10px 0;
     font-weight: bold;
 }
.show-content h2,.show-content h3 {
    margin: 15px 0;
    font-size: 17px;
    font-weight: bold;
}
.list-con{
    display: none;
}
.list-news .item {
    margin-top: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed var(--br-c);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.list-news .item .thumb {
    width: 180px;
    height: 120px;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
}
.uk-text-truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-news .item .title a {
    font-size: 16px;
    font-weight: bold;
}
.line-2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.list-kx {
    margin-top: 20px;
}
.list-fl{
    margin-bottom: 30px;
}
.list-kx .item {
    padding-left: 20px;
    position: relative;
    display: block;
    cursor: pointer;
}
.list-kx .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;
}
.list-kx .item .time {
    display: block;
    color: var(--md-c);
    font-size: 13px;
}
.list-kx .item .title {
    margin: 10px 0;
    line-height: normal;
    cursor: pointer;
}
.list-kx .item .title a {
    font-size: 15px;
}
.list-news .item .desc {
    margin: 10px 0;
    font-size: 13px;
    line-height: 30px;
    color: var(--md-c);
}
.list-news .item .info {
    font-size: 13px;
    color: var(--md-c);
}
.list-kx .item .desc {
    line-height: 24px;
    color: var(--md-c);
    font-size: 13px;
}
.photo {
    margin-top: 20px;
    padding-left: 20px;
}
.photo:after, .photo:before {
    display: table;
    content: "";
}
.photo:after {
    clear: both;
}
.photo figure {
    display: block;
    float: left;
    width: 210px;
    max-height: 85px;
    margin: 0 6px 6px 0;
    border-radius: 4px;
    overflow: hidden;
}
.photo img {
    width: 100%;
    height: 100%;
    transition: transform .15s ease-in;
    will-change: transform;
    cursor: zoom-in;
}
.list-kx .date{
    position: relative;
    padding-right: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
    letter-spacing: .4px;
    display: flex;
    align-items: center;
    left: -26px;
    margin-bottom: 20px;
}
.list-kx .date .date-left {
    width: 58px;
    height: 53px;
    color: #0b1721;
    text-align: center;
}
.list-kx .date .date-left .top {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    background: #5a82e6;
    border-radius: 6px 6px 0 0;
}
.list-kx .date .date-left .bottom {
    font-size: 18px;
    line-height: 28px;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 6px 6px;
    color: #333;
}
.dark .list-kx .date .date-left .bottom {
    border: 1px solid #30363d;
}
.dark .lives__item.timeline {
    border-left: 1.8px solid #30363d;
}
.list-kx .date .date-right .datetime{
    display: none;
}
.list-kx .date .date-right {
    margin-left: 15px;
    min-width: 55px;
    height: 53px;
    color: #0b1721;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    white-space: nowrap;
}
.list-kx .date .emptyDay{
    display: none;
}
.list-kx .date .date-right .top {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #333;
}
.list-kx .date-right .bottom {
    font-size: 14px;
    line-height: 28px;
    color: var(--md-c);
}
.keyword {
    color: #ff6059 !important;
}
.list-con .loading{
    margin-top: 15px;
}
.coin-ai{
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    color: var(--footer-color);
}
.coin-ai .opportunities,.coin-ai .risks,.coin-ai .community_sentiment{
    padding: 12px;
}
.coin-ai .tldr{
    background: linear-gradient(90deg, rgb(107, 188, 255) 0.45%, rgb(112, 122, 255) 45.25%, rgb(197, 163, 255) 90.05%, rgb(255, 172, 99) 100%);
    border-radius:12px;
    padding: 1px;
}
.coin-ai .tldr .tldrType{
    background-color: var(--body-bgcolor);
    border-radius:12px;
}
.coin-ai .tldr .tldrType .tldr-con{
    background: linear-gradient(88deg, rgba(107, 188, 255, 0.08) 0.45%, rgba(112, 122, 255, 0.08) 45.25%, rgba(197, 163, 255, 0.08) 90.05%, rgba(255, 172, 99, 0.08) 100%);
    padding: 24px;
    border-radius: 12px;
}
.coin-ai .icon{
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.coin-ai .icon .icon-title{
    align-items: center;
    display: flex;
}
.coin-ai .icon .icon-title .iconfont{
    font-size: 15px;
}
.coin-ai .icon .icon-title .icon-name{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--footer-color);
    margin-left: 6px;
}
.coin-ai .icon .icon-date{
    color: #757575;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.coin-ai .tip{
    border-top: 1px solid #EDEDED;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #929AA5;
    margin-top: 10px;
    padding-top: 10px;
}
.offs {
    margin-top: 20px !important;
    color: #999;
    font-size: 12px;
    line-height: 28px;
    padding: 12px;
}
.show-news .news-head h1 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: 400;
}
.show-news .news-head .info span {
    margin-right: 30px;
    color: var(--md-c);
}
.show-news .news-head {
    border-bottom: 1px solid var(--br-c);
    padding-bottom: 35px;
    margin-bottom: 35px;
}
@media (max-width: 645px){
    .uk-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .main{
        background-color: var(--bg-c);
        background-image: inherit;
    }
    .list-news .item .title a{
        font-size: 14px;
        color: #333;
        font-weight: inherit;
    }
    .list-news .item .thumb {
        width: 18.3rem;
        height: 11.6rem;
        position: relative;
        overflow: hidden;
        display: block;
        margin-right: 1.66rem;
    }
    .list-news .item .desc{
        display: none;
    }
    .list-news .uk-text-truncate{
        line-height: 3.16rem;
        height: 6.25rem;
        margin-bottom: 3.6rem;
        white-space: inherit;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }
}
@media (max-width: 600px) {
    .head-cate {
        display: block !important;
    }
    .head-cate .headr {
        margin-top: 5px;
    }
}
@media (max-width: 500px) {
    .main {
        margin-top: 20px;
        padding-bottom: 50px;
    }
    .module {
        padding: 12px;
    }
}
@media (max-width: 370px){
    .list-news .uk-text-truncate{
        line-height: 3.16rem;
        height: 8rem;
        margin-bottom: 2rem;
    }
}
@media (max-width: 1200px){
    .show-coin .coin-data li{
        width: 20%;
    }
    .show-coin .coin-data li:nth-child(-n+10) {
        margin-bottom: 20px;
    }
}
@media (max-width: 1150px){
    .show-coin .coin-data li{
        width: 25%;
    }
}
@media (max-width: 1050px){
    .show-coin .coin-data li{
        width: 33.33%;
    }
}
@media (max-width: 899px){
    .show-coin .coin-data li{
        width: 20%;
    }
}
@media (max-width: 720px){
    .show-coin .coin-data li{
        width: 25%;
    }
}
@media (max-width: 570px){
    .show-coin .coin-data li{
        width: 33.33%;
    }
}
