h1{font-size: 20px;font-weight: bold;}
h2{font-size: 18px;font-weight: bold;}
h3{font-size: 16px;font-weight: 600;}
::-webkit-input-placeholder{color: #999}

body{background-color:#F2F3F5;}
.new-center{align-items: center}
.new-start{align-items: flex-start;}
.new-end{align-items: flex-end;}
.new-column{flex-direction: column}
.new-between{justify-content: space-between}
.new-jcenter{justify-content: center}
.new-jend{justify-content: flex-end;}
.new-wrap{flex-wrap: wrap;}
.coin-change {
    padding: 10px 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.scbox {
    display: block;
    float: left;
    min-width: 100px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    cursor: pointer;
    font-weight: 550;
}
.img-flag{max-width: 30px; margin-right: 10px;}

.layui-card-header{display: flex;align-items: center}
.detail-main{
    width: 66.6%;
    float: left;
    /*transition: all .3s ease-out 0s;*/
}
.right-box{
    width: 33.3%;
    float: right;
    padding-left: 15px;
    /*transition: all .3s ease-out 0s;*/
}
.head_coin_zh {
    margin-left: 5px;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #89939E;
    margin-right: 10px;
}

.title{margin:20px auto;text-align: center;}
.time{margin:0 auto;text-align: center;}
.detail-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.detail-right ul li{
    display: flex;
    justify-content: space-between;
    padding: 10px 0 5px 5px;
    line-height: 1.6;
    border-bottom: 1px solid #f5f5f5;
}
.detail-right ul li span.rank{
    padding: 2px 10px;
    font-size: 14px !important;
}
.resource-link {
    display: inline-block;
    padding: 0 5px;
    height: 24px;
    line-height: 24px;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #007bff;
    background: #e5f2ff;
    margin-right: 3px;
    margin-bottom: 3px;
    border-radius: 3px;
}
.detail-tabs {
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom: 1px solid #ddd;
    padding-left: 0;
    background: #fff;
    list-style: none;
}
.detail-tabs > li:first-of-type {
    margin-left: 0;
}
.detail-tabs > li.active {
    border-top-color: #3c8dbc;
}
.detail-tabs > li {
    border-top: 3px solid transparent;
    margin-bottom: -2px;
}
.detail-tabs > li {
    float: left;
}
.detail-tabs::after {
    clear: both;
}
.detail-tabs::after, .detail-tabs::before {
    content: " ";
    display: table;
}
.detail-tabs > li:first-of-type.active > a {
    border-left-color: transparent;
}
.detail-tabs > li.active > a {
    border-top-color: transparent;
    border-left-color: #f4f4f4;
    border-right-color: #f4f4f4;
}
.detail-tabs > li.active > a, .detail-tabs > li.active:hover > a {
    background-color: #fff;
    color: #444;
}
.detail-tabs > li > a, .detail-tabs > li > a:hover {
    background: transparent;
}
.detail-tabs > li > a {
    color: #444;
    border-radius: 0;
    cursor: pointer;
}
.detail-tabs > li.active > a, .detail-tabs > li.active > a:hover, .detail-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
}
.detail-tabs > li > a {
    line-height: 1.42857143;
    border: 1px solid transparent;
}

.tab-contents > .actives {
    display: block !important;
}
.tab-contents > .tab-panes {
    display: none;
}

.layui-container {padding:0;}
.layui-card-body {padding:5px 10px;}/*表格距离两边*/

.topad{margin:10px auto 0;text-align:center;}
/*.beijing{padding:5px; background-color: #e2e2e2;}*/
.topad img{max-width:100%;}

.layui-btn-container{padding-top:10px;}
.column{flex-direction: column;}
/*数据来源*/
.source{text-align:right;color:#c2c2c2;font-size:0.8rem;}
.source a{color:#2F4056;}
.source a:hover{color:#5FB878;}

/*黄金*/
.jia{font-size:1.5rem;font-weight:700;line-height:2;}
.fd{font-size:.875rem;font-weight:600;}
.xin{font-size:.875rem;font-weight:600;}
.gao{font-size:.875rem;font-weight:600;color:#104E8B;}
.xin11{
    font-size: 12px;
    color: #656565;
}
.showmore{margin:10px auto;padding-bottom:10px;text-align:center;}

.bg1{background-color: #16baaa}
.bg2{background-color: #ff5722}
.bg3{background-color: #1688f1}
.bg4{background-color: #f39c12}
.bg5{background-color: #1ca62b}
.bg6{background-color: #e82983}
@media (max-width: 768px) {
    .topad img{max-width:99%;}
    /*.beijing{padding:0; background-color: #e2e2e2;}*/
    .header-width{width:auto!important;}
    .nav-child-me{left: auto; right: 2px; text-align: center;}/*下拉菜单靠边问题解决*/
}

#rmbprice,#usdprice{
    font-size:16px;
    font-weight: normal;
}
.red {color: #fe0100;}
.blue{color: #26b6b0;}
.green{color: #02b36d;}
/*i{color:#ddd;}*/

.datetime{color:#c2c2c2;font-size:12px;}

.layui-card-body p{text-indent:2em;}
/*.layui-card-body {color:#666;}*/
/*.layui-btn{width:66px;}*/
.layui-table th {        text-align:center;/** 设置水平方向居中 */    }
.layui-tab-title li {min-width:35px;}
.layui-timeline-item {    padding-bottom: 10px;}
.layui-timeline-item a:hover {color:#ff0000;}
/*按钮最低宽度*/
.layui-btn-sm{min-width: 60px;}

/*vue未加载出来不显示*/
[v-cloak] {display: none;}
#container{height:500px;}
.echarts{height:500px;}
/*#container input{height: 21px !important;}*/
@media (max-width: 768px){
	.layui-btn-container{text-align:center;}
    #container{height:300px;width: 100%}
    .echarts{height:300px;width: 100%}
    .resolution-ckfex{flex-wrap: wrap}
    .chart-line{padding: 0 !important;}
    .market-price-accordion .price-accordion-title{padding: 15px 0 !important;}
    .more-coin{width: 100% !important;}
    .more-coin div.text{margin: 0 !important;}
    .market-price-accordion{padding: 0px !important;margin-bottom: 20px;border-bottom: unset}
    /*.highcharts-button-box{width: 40px;text-align: center}*/
    .highcharts-button text{font-size: 1.2em !important;}
}
.highcharts-container {width: 100% !important;}
.p3 {
    padding: 2px 5px;
    font-size: 14px !important;
    border-radius: 2px;
    color: #FFFFFF !important;
    text-align: center;
}

.resolution-ckfex{
    display: flex;
    padding:5px;
    margin-bottom: 0;
    background-color: #242424;
}
.resolution-ckfex li {
    align-items: center;
    border-radius: 4px;
    box-sizing: border-box;
    color: #909090;
    cursor: pointer;
    display: flex;
    height: 24px;
    padding: 4px 8px;
    white-space: nowrap;
}
.resolution-ckfex li.selected-pNbhn {
    background-color: #242424;
    color: #fafafa;
}

.highcharts-crosshair {
    stroke-width: 1px;
    stroke-dasharray: 1;
}

.highcharts-crosshair-custom {
    stroke: #9a9a9a;
    stroke-width: 1px;
    stroke-dasharray: 1;
}
.highcharts-axis-resizer{
    stroke-width: 1;
}
.k-line{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.line{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.k-line,.line{
    padding: 6px 25px;
    cursor: pointer;
    background: #EAECEF;
}

.k-line.actives, .line.actives{
    background: #02b36d;
    color: #fff;
}

.boxOne {
    display: block;
}
.tabs-box {
    display: none;
}
.highcharts-menu-item-btn {
    filter: brightness(2.1);
}
.echarts .highcharts-menu-wrapper, .echarts.highcharts-stocktools-wrapper, .echarts .highcharts-toggle-toolbar{display: none !important;}
.highcharts-bindings-wrapper .highcharts-stocktools-toolbar li{background: rgba(0, 0, 0, 0) !important;}
.highcharts-toggle-toolbar{left: 0 !important;}

.history_preview_new .preview_items {
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    border-bottom:1px solid #edf1f6;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    height:48px;
    justify-content:space-between;
}
.history_preview_new .preview_items .item {
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content:space-between;
    line-height:48px;
    max-width:180px;
    min-width:125px;
    width: 160px;
}

.history_preview_new .preview_items .item:first-child {
    padding-left:0
}
.history_preview_new .preview_items .item:last-child {
    padding-right:0
}
.history_preview_new .preview_items .item .tit {
    color:#929292;
    font-size:14px;
    white-space:nowrap;
    padding-right: 20px;
}
.history_preview_new .preview_items .item .val {
    color:#000;
    font-size:16px;
    white-space:nowrap
}
.trend_data_box {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    width: 100%;
}
.trend_data_box .trend_data_item {
    width: 24%;
}
.trend_data_box .trend_data_item .trend_data_t {
    height: 35px;
    background: #F5F5F5;
    border: 1px solid #DEDEDE;
    border-right-color: rgb(222, 222, 222);
    text-align: center;
    line-height: 35px;
    font-size: 12px;
    color: #24292E;
    border-right: none;
}
.trend_data_box .trend_data_item .trend_data_t.first-child {
    border-radius: 8px 0 0 0;
}
.trend_data_box .trend_data_item .trend_data_t.last-child {
    border-right: 1px solid #DEDEDE;
    border-radius: 0 5px 0 0;
}
.trend_data_box .trend_data_item .trend_data_v.last-child {
    border-right: 1px solid #DEDEDE;
    border-radius: 0 0 5px 0;
}
.trend_data_box .trend_data_item .trend_data_v.first-child {
    border-radius: 0 0 0 5px;
}
.trend_data_box .trend_data_item .trend_data_v {
    height: 40px;
    border: 1px solid #DEDEDE;
    border-right-color: rgb(222, 222, 222);
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    color: #24292E;
    border-top: none;
    border-right: none;
}

.details_head{
    height: 100px;
}
.coin-logo{margin-right: 10px}
.sum{width: 100%;}
.hentry-head{
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}
.money{width: 450px}
.money .sum span {
    font-weight: bold;
    font-size: 40px;
    line-height: 56px;
}
.money .sum span {
    color: #89939E;
    font-size: 30px;
    line-height: 24px;
    margin: 0 5px;
}
.price_num{margin: 0 10px 0 0 !important;}
.rank{
    padding: 3px 10px;
    border: 1px solid #14B185;
    color: #14B185;
    text-align: center;
    line-height: 20px;
    margin-left:20px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: normal !important;
}
#rise_fall_amount{
    font-size: 18px !important;
    font-weight: normal !important;
}
.money .btn {
    background: #00B98C;
    border-radius: 2px;
    color: #fff !important;
    padding: 2px 10px;
    font-size: 14px;
}
.intro b{font-size: 20px}
.about-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 32px;
}
.market-price-accordions {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    padding:10px !important;
}
.market-price-accordion {
    display: flex;
    flex-direction: column;
}
.priceProgress {
    width: 100%;
    align-items:center;
    display:flex;
    justify-content:space-between;
}
.priceProgress .priceStyle {
    font-weight: 400;
    font-size: 12px;
    color: #89939E;
}
.priceProgress .priceStyle .convert {
    font-size:14px
}

.index_progressWrapper__8JxEc {
    width: 100%;
    margin: 6px 0;
    height: 8px;
    background-color: #D2D6DE;
    border-radius: 8px;
    overflow: hidden;
}
.index_progressSlider__fv9Gk {
    background-color: #0073B7;
    border-radius: 8px;
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    transition: width .6s ease;
}
.index_sliderTooltip__UOm3O {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    left: 0;
    line-height: 16px;
    padding: 8px;
    position: absolute;
    top: -40px;
    transform: translateX(-50%);
    white-space: nowrap;
}
.index_sliderTooltip__UOm3O .index_arrow__4UHum {
    background-color: #000;
    height: 8px;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: 26px;
    transform: translateX(-50%);
    transform: rotate(45deg);
    transform-origin: center;
    width: 8px;
}

.resources-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 10px;
    padding-left: 0;
}
.resources-list .resource-link {
    background: #f9f9f9;
    border-radius: 100px;
    color: #3d3d3d;
    padding: 12px 15px;
}
.resources-list .resource:last-of-type {
    margin-right: 0;
}
.resources-list .resource {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}
.resources-list .resource span {
    margin: 0 8px;
}
.resources-list .resource i {
    color: #929292;
}

/* 热门推荐 start */
.line-li {
    float: left;
    width: 50%;
    list-style: none !important;
    margin-bottom: 5px;
}

/* 奇数li */
.line-li:nth-of-type(odd) {
    border-right: 1px solid #f3f5f7;
}

/* 偶数li */
.line-li:nth-of-type(even) {
    width: 48%;
    margin-left: 10px;
}

.line-container {
    width: 100%;
    position: relative;
}

.line-container, .prev-next, .article-tag, .bottom-line, .blog-info-body, .disclaimer-body, .archives-body, .overflow-initial {
    overflow: initial !important;
}

.line-left {
    float: left;
    width: 15%;
    transition-duration: .5s;
}

.line-left img:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transition: -webkit-transform .3s linear;
    -moz-transition: -moz-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    transition: transform .3s linear;
}

.line-container .line-left + .line-right {
    margin-left: 15%;
}

/*.line-right {*/
/*    width: 85%; !*text-shadow: 0 0.04rem 0.04rem rgba(0,0,0,0.078)*!*/
/*}*/

.line-right .text {
    margin-left: 10px;
    margin-bottom: 5px;
    color: #999;
    margin-right: 5px;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.line-right .text .views {
    color: #9199a1;
    margin-left: -5px;
    font-size: 12px;
}

.line-right .text a {
    font-size: 15px;
    color: #555555
}

.line-right .text .comment a {
    color: #9199a1 !important;
    font-size: 12px !important;
}

.line-right .text a:hover {
    color: #017E66;
    /*font-weight: bold;*/
}

/* 热门推荐 end */
.custom-title {
    padding-bottom: 0.6rem;
    border-bottom: .05rem solid #eee;
    overflow: initial !important;
}
.blog-body {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    height: 150px;
    margin-bottom: 0.5rem;
}
.his {
    width: 230px !important;
    max-width: 230px !important;
    margin-right: 20px !important;
}
.post_item__DJKER{
    margin-bottom: 20px;
}
.user-img{border-radius: 50%;margin-right: 12px;}
.user-name{
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin-right: 8px;
}
.user-time{
    color: #909090;
    font-size: 14px;
}
.post_title__WRFGa{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 12px 0 8px;
}
.post_content__AczA4{
    color: #565656;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post_itemMainRight__Ekhqk{
    width: 226px;
    margin-left: 24px;
    display: flex;
    align-items: center;
    border-radius: 8px;
}
.titles{
    margin: 10px auto;
    text-align: left;
    color: #24292E;
    font-size: 16px;
}
.flash_more {
    margin: 0 16px;
    height: 34px;
    background: #0073B7;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}
.flash_more a {
    display: block;
    width: 100%;
    height: 34px;
    color: #FFFFFF;
}
@media screen and (max-width: 767px) {
    .history_preview_new .preview_items {
        flex-direction: column;
        height: auto;
        border-bottom: none;
    }
    .history_preview_new .preview_items .item {
        width: 100%;
        padding: 0;
        padding-left: 0px;
        border-bottom: 1px solid #edf1f6;
        max-width: 100%;
        justify-content: space-between;
    }
    .line-li:nth-of-type(2n+1) {
        border-right: 0;
    }

    .line-li:nth-of-type(2n){margin-left: 0}
    .blog-body{height: auto}
    .line-li {
        float: none !important;
        margin-top: 10px !important;
        width: 100% !important;
        list-style: none !important;
    }
    .list-unstyled .line-li .line-container {
        width: 100%;
        margin-bottom: 20px;
        padding: 5px 10px 5px 5px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 0;
        height: 35px;
        overflow: hidden;
    }
    .more-coin {
        width: 100% !important;
    }
    .more-coin div.text {
        margin: 0 !important;
    }
    .date {
        justify-content: center;
    }
    .priceProgress {
        padding: 0 3px;
    }
}
.coin_no-data__mwswp {
    width: 100%;
    height: 200px;
    padding-top: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adadb4;
    font-size: 12px;
    line-height: 16px;
    background: url(/uploads/default//no_data.svg) no-repeat center center;
    background-size: auto;
    background-size: 60px;
}
.is-mobile{display: none}
.is-web{display: flex}
.m-detail-right{display: block}
@media screen and (max-width: 767px) {
    /*.trend_day{width: 20%}*/
    /*.trend_d{text-indent: 13px}*/
    /*.trend_change,.trend_change_percent{width: 40%}*/
    .trend_change{width: 40%;text-align: center}
    .trend_list_head{background: #F5F5F5;}
    .trend_list{
        height: 35px;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #DEDEDE;
    }
    .trend_list:nth-child(2), .trend_list:nth-child(3), .trend_list:nth-child(4), .trend_list:nth-child(5){border-top: none}
    .is-web,.m-detail-right{display: none}
    .is-mobile{display: block}
    .detail-main, .right-box,.money{width: 100% !important;}
    .money{ margin: 15px }
    .hentry-head,.intro,.cont,.trend_list{padding: 10px !important;}
    .details_head{height: auto !important;flex-direction: column;}
    .coin-logo img{width: 45px;height: 45px}
    .coin-title span{font-size: 20px;}
    .rank{
        font-size: 14px !important;
        padding: 0 8px !important;
    }
    .money .sum span{font-size: 24px;}
    #rise_fall_amount{display: none}
    .layui-laydate-range .layui-laydate-main{max-width: 100% !important;width: 100% !important}
    .layui-laydate-range{
        width: 95% !important;
        display: flex;
        flex-direction: column;
    }
    .right-box{
        display: inline-block !important;
        padding-left: 0;
        float: unset;
    }
    .taolun-m{flex-direction: column}
    /*.echarts svg,.echarts svg rect{width: 100%}*/
}