/* 文本颜色 */
.green {
    color: #02b36d !important;
}
.red {
    color: #E1322D !important;
}
.gray{
    color: rgb(128, 128, 128);
}
.p3{
    width: 62px;
    display: inline-block;
    height: 23px;
    line-height: 24px;
    font-size: 12px !important;
    border-radius: 2px;
    color: #FFFFFF !important;
    text-align: center;
}

/*.blue {*/
/*    color: #006BE9 !important;*/
/*}*/
a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
}
/* 白色背景 */
.bgfff {
    background: #fff;
}
.tabs {
    margin-bottom: 0 !important;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-align-start {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.flex-align-end {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-end {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-no-shrink {
    flex-shrink: 0;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.img_hover {
    transition: all .3s;
}

.img_hover:hover {
    transform: scale(1.05, 1.05);
}

.container {
    width: 1225px;
    margin: 0 auto;
    padding: 0;
}

.container::after {
    display: none;
}

.container::before {
    display: none;
}

.shadow {
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}

.container .cont-right {
    width: 345px;
    margin-top: 20px;
}
.sidebar{width: 100%}

.container .cont-left {
    width: 100%;
}

/* 快讯 */
.news-notice,
.hot-concept {
    background: #fff;
    padding: 0 20px 20px 20px;
}
.btn-more,
.news-notice .btn-more,
.hot-concept .btn-more {
    display: flex;
    justify-content: center;
    width: 158px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #0279ff;
    font-size: 14px;
    font-weight: 400;
    color: #0279ff;
    line-height: 36px;
    text-align: center;
    margin: 0 auto;
}

/* 资讯-公告 */
.news-notice .tabs {
    border-bottom: 1px solid #EAEAEA;
}

.news-notice .tabs .li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    padding: 10px 0;
    margin-right: 30px;
    cursor: pointer;
}

.news-notice .tabs .li.on {
    color: #0279ff;
}

.news-notice .tabs .li.on::after {
    display: block;
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #0279ff;
}

.news-notice .list {
    display: none;
}

.news-notice .list.on {
    display: block;
}

.news-notice .list .li {
    display: flex;
    padding-top: 25px;
}

.news-notice a {
    display: flex;
}

.news-notice .list .li .title {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}

.news-notice .list .li .date {
    font-size: 12px;
    color: #B4B4B4;
    line-height: 22px;
}

.news-notice .list .img {
    width: 94px;
    height: 66px;
    flex-shrink: 0;
    margin-left: 8px;
}

.news-notice .btn-more {
    margin-top: 30px;
}


/* 产品列表 */
.product-box .table {

}

.product-box .table .icon-like {
    width: 16px;
    height: 14px;
    flex-shrink: 0;
}

.product-box .table .icon-coin {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.product-box .table .icon-arrow {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
}

.product-box .table .chart {
    width: 70px;
    height: 30px;
    margin: 0 auto;
}

.product-box .table .th {
    background: #F5F5F5;
}

.product-box .table .th th {
    font-size: 14px;
    font-weight: normal;
    line-height: 36px;
    background: #FFFFFF;
    text-align: center;
}

.product-box .table .td td {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    line-height: 10px;
    text-align: center;
    padding: 10px 0;
    font-family: Roboto-Medium,Roboto;
}

.product-box .table .td .name {
    line-height: 1;
    padding-left: 6px;
    text-align: left;
}

.product-box .table .td .name .en {
    width: 110px;
    padding-bottom: 5px;
}

.product-box .table .td .name .cn {
    font-size: 12px;
    color: #B4B4B4;
    width: 110px;
}
.product-box .table .td .name .ecn {
    font-size: 12px;
    color: #B4B4B4;
    padding-top: 4px;
    width: 110px;
}

.exchange.product-box .table .td .name .cn {
    width: 110px;
}

/* 产品列表 */
.product-list{
    padding-top: 62px !important;
}
.product-list .product-box {
    padding: 0 20px;
    margin-top: 20px
}

.product-list .product-box .tabs {
    border-bottom: 1px solid #EAEAEA;
}

.product-list .product-box .tabs .li {
    position: relative;
    padding-top: 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin-right: 48px;
    cursor: pointer;
}

.product-list .product-box .tabs .on {
    color: #0279ff;
}

.product-list .product-box .tabs .on::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    bottom: -1.5px;
    background: #0279ff;
}

.product-list .filter-box {
    padding-top: 26px;
}

.product-list .filter-box .item {
    display: flex;
    padding-bottom: 8px;
}

.product-list .filter-box .item .type {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    padding-right: 20px;
}

.product-list .filter-box .item .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-list .filter-box .item .list .li {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    margin-right: 30px;
    cursor: pointer;
}

.product-list .filter-box .item .list .li:last-of-type {
    margin-right: 0;
}

.product-list .filter-box .item .list .li.on {
    color: #0279ff;
}

.product-list .filter-box .select {
    margin-right: 20px;
}

.product-list .filter-box .select .select-wrapper {
    width: 90px;
    line-height: 28px;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}

.product-list .filter-box .select .select-wrapper input {
    font-size: 12px;
}

.product-list .filter-box .more {
    cursor: pointer;
    padding-bottom: 25px;
}

.product-list .filter-box .more .txt {
    padding-right: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
}

.product-list .filter-box .more .icon {
    width: 10px;
    height: 10px;
}

.product-list .filter-box .more.on .icon {
    transform: rotate(180deg);
}

.product-list .filter-more {
    display: none;
    padding: 25px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.product-list .filter-more.show {
    display: block;
}

.product-list .filter-more .item {
    display: flex;
}

.product-list .filter-more .item .type {
    flex-shrink: 0;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    padding-right: 12px;
}

.product-list .filter-more .item .list {
    display: flex;
    flex-wrap: wrap;
}

.product-list .filter-more .item .list .li {
    width: 16%;
}

.product-list .filter-more .checkbox .txt {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
}

.product-list .filter-more .checkbox input {
    position: relative;
    width: 12px;
    height: 12px;
    border-color: #B4B4B4;
    margin-right: 4px;
}

.product-list .filter-more .checkbox input::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border: 1px solid #B4B4B4;
    box-sizing: border-box;
    background: #fff;
}

.product-list .filter-more .checkbox input:checked::after {
    content: '√';
    background: red;
    border: 0;
}

.product-list .search-box {
    padding-top: 28px;
}

.product-list .search-box .types .li {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    padding: 0 10px;
    background: #EBEBEB;
    cursor: pointer;
}

.product-list .search-box .types .li.on {
    color: #fff;
    background: #0279ff;
}

.product-list .search-box .search {
    position: relative;
    width: 143px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #E6E6E6;
}

.product-list .search-box .search .ipt {
    height: 100%;
    width: 100%;
    padding: 0 30px 0 10px;
    box-sizing: border-box;
}

.product-list .search-box .search .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    width: 12px;
    height: 12px;
}

.product-list .search-box .radio {
    padding-right: 20px;
}

.product-list .search-box .radio .txt {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    padding-left: 4px;
}

.product-list .search-box .radio input {
    position: relative;
    width: 12px;
    height: 12px;
}

.product-list .search-box .radio input::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    border: 1px solid #B4B4B4;
    border-radius: 50%;
    box-sizing: border-box;
    background: #fff;
}

.product-list .search-box .radio input:checked::after {
    border-color: #0279ff;
}

.product-list .search-box .radio input:checked::before {
    position: absolute;
    display: block;
    content: '';
    width: 60%;
    height: 60%;
    background: #0279ff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.product-list .filter-result {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    padding-top: 6px;
    padding-bottom: 10px;
}

.product-list .cont-left .check-more {
    padding: 15px 0 27px 0;
}
.coin_name{text-indent: -70px;}
@media (max-width: 991px){
    .container{width: 100% !important;}
    .container .cont-right {
        margin-top: 0 !important;
    }
    .product-box .table .th th {
        font-size: 13px !important;
    }
    .product-list{
        padding-top: 30px !important;
        flex-direction: column;
    }
    .product-list .product-box{padding: 0 1px !important;}
    .cont-left, .cont-right{
        width: 100% !important;
        float: none !important;
        margin: 10px auto;
    }
    .m_nok {display:none !important;}

    .product-box .table .td td {
        line-height: 10px !important;
        padding:2px 2px 0 2px !important;
    }
    .product-box .table .td .name .en {
        width: 60px !important;
    }

    .product-box .table .td .name .cn {
        font-size: 12px;
        color: #B4B4B4;
        padding-top: 4px;
        width: 60px !important;
    }

    .exchange.product-box .table .td .name .cn {
        width: 60px !important;
    }

}
@media (max-width:767px){
    .product-list .product-box .tabs .on::after {
        width: 86%;
    }
    .coin_name{text-indent: -22px;}
    .page {
        margin-top: 20px !important;
        padding-bottom: 15px !important;
    }
    .product-list .product-box .tabs .li{
        padding:5px !important;
    }
    .icon img{
        width: 20px !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
    }
    table {
        table-layout:fixed !important;
        width:100% !important;
        border-collapse:collapse;
        border:none;
        margin:0 auto;
        /*display: inline-block;*/
    }
    tr th{text-align: center !important;}
    td,th {
        /*width:1px;*/
        text-align:center;
        white-space:pre-line;
        word-break:break-all !important;
        word-wrap:break-word !important;
        display:table-cell;
        vertical-align:middle !important;
        height:auto;
        padding:2px 2px 0 2px;
    }
    .rank{
        width: 40px !important;
    }
    .w15{width: 15%}
}

/*分页*/
.page{
    width: 100%;
    text-align: center;
    /*float: left;*/
    margin-top: 40px;
    padding-bottom: 30px;
}
.page ul{padding-left:0}
.page ul li{display: inline-block;padding: 0 3px;}
.page ul li:hover span,.page ul li:hover a{
    background: #0279ff;
    color: #fff !important;
}
.page ul li a{
    padding: 3px 11px;
    border: 1px solid #f2f2f2;
    color: #666666;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    background: #fff;
}
.page span{
    padding: 3px 11px;
    border: 1px solid #f2f2f2;
    color: #666666;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    background: #fff;
}
.page .active span{
    background: #0279ff;
    color: #fff;
}
/*分页 end*/

.coin-list table thead{
    position: sticky;
    top:62px;
    z-index: 10
}
@media (max-width:767px){
    .coin-list table thead{top:50px;}

}

