:root {
    --color-bg2: #fff;
    --color-primary: #fc6a01;
    --color-up: #2ebd85;
    --color-down: #f6465d;
    --color-border:#dcdfe6;
    --color-text-secondary: #474d57;
    --input-border: #eaecef;
}
[data-joy-color-scheme="dark"] {
    --color-bg2: #1c1c1c;
    --color-primary: #ff8a33;
    --color-up: #0ecb81;
    --color-down: #ae3943;
    --color-border:#30363d;
    --color-text-secondary: #aaafb7;
    --input-border: #2b3139;
}
body .main {
    display: flex;
    padding: 1px 15px;
}
.con {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.side{
    display: none;
}
.search-head{
    padding-bottom: 20px;
}
.search-input{
    display: inline-block;
    font-size: 14px;
    position: relative;
    width: 100%;
}
.search-con{
    position: relative;
    min-height: 300px;
}
.input__inner{
    border: 1px solid var(--color-border);
    border-radius: 9px;
    padding-left: 30px;
    -webkit-appearance: none;
    box-sizing: border-box;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0px 35px 0px 15px;
    width: 100%;
    background: var(--color-bg2) !important;
    color: var(--color-text-main) !important;
    transition: none !important;
}
.input__inner:hover{
    border: 2px solid rgba(252, 119, 23, .4);
}
.input__inner::placeholder {
    color: #c0c4cc
}
.search-section{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 30px;
}
.section-header{
    align-items: center;
    display: flex ;
    justify-content: space-between;
}
.section-header .header-l{
    align-items: center;
    display: flex;
    gap: 4px;
}
.section-header .header-l img{
    height: 16px;
    width: 16px;
}
.section-header .header-l h3{
    color: var(--color-text-main);
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.section-header .header-r .section-more{
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 500;
}
.section-content a{
    align-items: center;
    border-bottom: 1px solid var(--color-border);
    display: flex;
    height: 60px;
    color: #fc6a01;
    cursor: pointer;
}
.token-project{
    align-items: center;
    display: flex;
    flex: 0 0 48%;
    gap: 10px;
    width: 48%;
}
.token-values{
    display: flex  ;
    flex-direction: column;
    gap: 4px;
}
.token-price{
    align-items: flex-end;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 2px;
}
.token-logo{
    align-items: center;
    display: flex;
}
.token-logo img{
    border-radius: 50%;
    height: 26px;
}
.token-p-l .token-p-l1{
    align-items: center;
    display: flex;
    gap: 8px;
}
.token-p-l .token-p-l1 .item-name{
    color: var(--color-text-main);
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.token-p-l .token-p-l1 .item-rank{
    background: rgba(255,138,51,.2);
    border-radius: 6px;
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 500;
    height: 16px;
    line-height: 16px;
    padding: 0 6px;
}
.token-p-l2{
    display: flex;
    margin-top: 4px;
}
.token-p-l2 .symbol{
    color: var(--p-color-slider);
    font-size: 12px;
    font-weight: 500;
    line-height: 1em;
}
.token-value{
    align-items: center;
    display: flex;
    gap: 2px;
}
.token-value .token-value-label{
    color: var(--p-color-slider);
    font-size: 12px;
    font-weight: 500;
}
.token-value .token-value-num{
    color: var(--color-text-main);
    font-size: 12px;
    font-weight: 500;
}
.token-price .price-val{
    color: var(--color-text-main);
    font-size: 12px;
    font-weight: 500;
}
.token-price .price-percent{
    align-items: center;
    display: flex;
}
.grean{
    font-size: 12px;
    font-weight: 500;
    color: var(--color-up) !important;
}
.red{
    font-size: 12px;
    font-weight: 500;
    color: var(--color-down) !important;
}
.section-project{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-height: 92px;
    overflow: hidden;
    margin-top: 5px;
}
.section-project .section-card{
    align-items: center;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    gap: 6px;
    height: 40px;
    justify-content: center;
    padding: 0 16px;
}
.section-project .section-card .card-logo{
    flex: 0 0 24px;
    height: 24px;
    width: 24px;
}
.section-project .section-card .card-logo img{
    border-radius: 50%;
    height: 100%;
    width: 100%;
}
.section-project .section-card .card-name{
    color: var(--color-text-main);
    font-size: 14px;
    font-weight: 500;
}
.section-project .section-card .card-rank{
    background: rgba(255,138,51,.2);
    border-radius: 6px;
    color: var(--color-primary);
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    height: 16px;
    line-height: 16px;
    padding: 0 6px;
}
.search-section .section-people{
    display: flex;
    gap: 12px;
    margin-top: 5px;
    flex-wrap: wrap;
}
.search-section .section-people .section-card{
    align-items: center;
    background: var(--color-bg2);
    border: 1px solid var(--color-border);
    border-radius: 14px;
    display: flex;
    flex: 0 0 calc(25% - 9px);
    gap: 12px;
    padding: 22px;
    width: calc(25% - 9px);
    height: auto;
}
.search-section .section-people .section-card .card-logo,.search-people .card-logo{
    align-items: center;
    display: flex;
}
.search-section .section-people .section-card .card-logo img{
    border-radius: 50%;
    height: 40px;
    width: 40px;
}
.search-section .section-people .section-card .card-info{
    width: calc(100% - 52px);
}
.search-section .section-people .section-card .card-info .card-name,.search-people .card-name{
    color: var(--color-text-main);
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-section .section-people .section-card .card-info .card-intro,.search-people .card-intro{
    color: var(--p-color-slider);
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-section .section-people.search-people .section-card .card-logo img{
    height: 50px;
    width: 50px;
}
.search-section .section-people.search-people .section-card{
    width: calc(100% - 9px);
    flex: 0 0 calc(100% - 9px);
    gap: 0px;
    padding: 5px;
    border: none;
}
.search-people .card-info{
    margin-left: 12px;
}
.section-news .news-list{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.section-news .news-list .result-item{
    background: var(--color-bg2);
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
    overflow: hidden;
    width: calc(25% - 9px);
    height: auto;

    align-items: center;
    display: block;
    color: #fc6a01;
    cursor: pointer;
}
.section-news .news-list .result-item .item-logo{
    height: 128px;
    position: relative;
    width: 100%;
}
.section-news .news-list .result-item  .item-logo img{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.section-news .news-list .result-item .item-content{
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.section-news .news-list .result-item .item-name{
    color: var(--color-text-main);
    flex: 1;
    flex: 1 1 36px;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section-news .item-content .item-foot{
    align-items: center;
    display: flex;
    margin-top: 8px;
}
.section-news .item-content .item-foot img{
    border-radius: 50%;
    height: 16px;
    margin-right: 4px;
    width: 16px;
}
.section-news .item-content .item-foot span{
    color: var(--color-text-secondary);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.section-news .item-content .item-foot .date{
    display: none;
}
.section-news .result-item .item-logo .item-sub-info{
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .2));
    bottom: 0;
    color: #fff;
    font-size: 12px;
    left: 0;
    margin: 0;
    padding: 16px 10px 10px;
    position: absolute;
    text-align: right;
    width: 100%;
}
.search-area .search-icon{
    position: absolute;
    top: 7px;
    right: 15px;
    cursor: pointer;
}
.search-area .search-icon .iconfont{
    font-size: 16px;
    color: #c0c4cc;
}
.main .side{
    padding-top: 0px;
}
.detail_common_title, .main .side .detail_common_title {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    margin-top: 0px;
    color: var(--item-p-color);
    font-family: Inter, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Arial, sans-serif;
}
.module-foot .module-more {
    margin-top: 8px;
    color: var(--color-primary);
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
.search-type{
    align-items: center;
    display: flex;
    gap: 10px;
}
.search-type .search-item{
    align-items: center;
    border-bottom: 2px solid transparent;
    color: var(--color-text-secondary);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    padding: 12px 18px;
    white-space: nowrap;
}
.search-type .search-item.search-active{
    color: var(--color-primary);
    position: relative;
}
.keyword{
    color: #ff6059 !important;
}
.section-news.search-news .news-list .result-item .item-content{
    position: relative;
    height: 112px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 0px;
}
.section-news.search-news .news-list .result-item{
    border-radius: 0px;
    display: flex;
    width: 100%;
    padding: 10px;
}
.section-news.search-news .news-list .result-item.noimg{
    display: block;
}
.section-news.search-news .news-list .result-item .item-name{
    font-size: 16px;
    flex: none;
    height: auto;
    line-height: 20px;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.section-news.search-news .news-list .result-item .des{
    color: var(--p-color-slider);
    font-size: 14px;
    line-height: 22px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.section-news.search-news .news-list .result-item .item-logo img{
    border-radius: 10px;
    width: 150px;
    height: 112px;
    margin-right: 16px;
}
.section-news.search-news .news-list .result-item .item-logo{
    width: 150px;
    height: 112px;
}
.section-news.search-news .news-list .result-item{
    margin-bottom: 5px;
}
.section-news.search-news .news-list .noimg.result-item .item-content{
    padding-left: 0px;
}
.section-news.search-news .item-content .item-foot{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.section-news.search-news .noimg .item-content .item-foot {
    justify-content: space-between;
}
.section-news .noimg .item-content .item-foot .date {
    align-items: center;
    display: flex;
    margin-top: 8px;
    margin-right: 5px;
}
.search-section .lives__intro{
    display: block;
}
.search-section .js_main .title{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}
.search-section .js_main #txtinfo{
    font-size: 14px;
    line-height: 22px;
    color: var(--p-color-slider);
}
.search-section .lives__intro .content-wrapper{
    padding-bottom: 0px;
}
.search-section .lives__intro .time {
    font-size: 12px;
}
.project_info{
    border: 1px solid #dee8ff;
    border-radius: 12px;
    padding: 24px;
    width: 100%;
    flex-direction: column !important;
    display: flex !important;
    margin-bottom: 20px;
}
.project_info .project_head{
    align-items: center !important;
    justify-content: space-between !important;
    flex-direction: row !important;
    display: flex !important;
}
.project_info .p_desc{
    color: #2d3c59;
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
    margin-bottom: 0;
    margin-top: 16px;
}
.project_info .project_logo{
    align-items: center !important;
    flex-direction: row !important;
    display: flex !important;
}
.project_info .project_logo img {
    border-radius: 50%;
    height: 40px;
    margin-right: 8px;
    width: 40px;
}
.project_info .project_logo .p_name{
    font-size: 18px;
    font-weight: 600;
    margin-right: 8px;
}
.project_info .iconfont{
    font-size: 22px;
    color: var(--color-primary);
}
.loading-mask{
    bottom: 0;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s;
    z-index: 2000;
    background: hsla(0,0%,100%,.9) !important;
}
.loading-mask .loading-spinner{
    margin-top: -21px;
    position: absolute;
    text-align: center;
    top: 200px;
    width: 100%;
}
.loading-mask .v-loading{
    margin: 0 auto;
    color: #fc6a01;
}
.pagecon {
    padding: 22px 16px 32px 16px;
    justify-content: center !important;
    display: flex !important;
}
.ajaxpage{
    color: #303133;
    font-weight: 400;
    padding: 2px 5px;
    white-space: nowrap;
}
.ajaxpage span{
    box-sizing: border-box;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    min-width: 35.5px;
    vertical-align: top;
    color: #606266;
    font-weight: 400;
    margin-right: 10px;
}
.ajaxpage .jump .total{
    display: none;
}
.ajaxpage button{
    background: none;
    color: #8c8c8c;
    margin: 0 5px;
    min-width: 30px;
    border-radius: 2px;
    cursor: not-allowed;
    box-sizing: border-box;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
}
.ajaxpage .el-pager {
    display: inline-block;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: top;
    padding-left: 0;
}
.ajaxpage .el-pager li:not(.disabled).active {
    color: var(--login-hover-color);
    font-size: 14px;
    font-weight: 400;
    margin: 0 5px;
    min-width: 30px;
}
.ajaxpage .el-pager li:not(.disabled).active:hover {
    color: var(--login-hover-color);
}
.ajaxpage .el-pager li:not(.disabled):hover {
    color: #fc6a01;
}
.ajaxpage .el-pager li.active {
    cursor: default;
}
.ajaxpage .el-pager li {
    color: #606266;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    margin: 0;
    min-width: 35.5px;
    padding: 0 4px;
    text-align: center;
    vertical-align: top;
}
.ajaxpage .in-page {
    border-radius: 3px;
    box-sizing: border-box;
    height: 28px;
    line-height: 18px;
    margin: 0 5px;
    padding: 0 2px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    position: relative;
    width: 50px;
}
.ajaxpage .in-page input{
    border: 1px solid var(--input-border);
    height: 28px;
    padding: 0 3px;
    line-height: normal;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    font-size: inherit;
    outline: none;
    background: var(--body-bgcolor) !important;
    color: var(--font-5-color) !important;
    transition: none !important;
}
.search-type {
    position: relative;
    display: flex;
    flex: auto;
    align-self: stretch;
    overflow: hidden;
    white-space: nowrap;
    transform: translate(0);
}
.tab-list{
    position: relative;
    display: flex;
    flex: none;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
}
.tab-operations-btn{
    display: none;
    position: relative;
    padding: 8px 16px;
    background: transparent;
    border: 0;
    cursor: pointer;
    color: rgb(var(--font-4-color));
}
.tab-operations{
    box-sizing: border-box;
    height: 46px;
    line-height: 46px;
    box-shadow: -3px 0 3px var(--box-shadow);
}
.tab-list:before {
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
    border-bottom: 1px solid var(--border-bottom-color);
    content: '';
}
.tab-list .search-active:before {
    bottom: -4px;
    position: absolute;
    right: 0;
    left: 0;
    border-bottom: 2px solid var(--color-primary);
    content: '';
}
#operations{
    display: none;
    min-width: 46px;
    background-color: var(--language-select-bgcolor);
    position: absolute;
    will-change: transform;
    z-index: 999999;
    visibility: visible;
    top: 0px;
    left: 0px;
    margin: 0px;
    border: 1px solid var(--login-hover-bgcolor);
    box-shadow: var(--language-select-box-shadow) 0px 2px 10px 0px;
}
#operations .list{
    min-width: 120px;
    display: flex;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 200px;
    flex-direction: column;
    width: 100%;
    color: var(--font-4-color);
}
#operations .list .search-item{
    padding: 4px 12px;
}
#operations .list .search-item:focus, #operations .list .search-item:hover{
    background-color: var(--language-select-hover-bgcolor);
}
@media (min-width: 1376px) {
    .main{
        max-width: 1400px;
        margin: 0 auto;
    }
}
@media (min-width: 1099px) {
    .con {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .side {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (max-width: 1060px) {
    .ajaxpage .total{
        display: none;
    }
    .ajaxpage .jump .total {
        display: block;
    }
    .ajaxpage button,.ajaxpage .el-pager li{
        margin: 0 3px;
        min-width: 22px;
    }
    .ajaxpage .el-pager li:not(.disabled).active{
        min-width: 22px;
    }
    .ajaxpage span{
        min-width: auto;
        margin-right: 10px;
    }
    .ajaxpage .jump{
        display: flex !important;
        justify-content: space-between;
        padding: 2px 12px 2px 15px;
    }
}
@media (max-width: 960px) {
    .main{
        display: block;
        padding-right: 5px;
    }

    .search-type{
        position: relative;
        transition: opacity 0.3s;
        overflow: scroll;
    }
    .search-type::-webkit-scrollbar {
        display: none;
    }
    .search-section .section-people .section-card{
        flex: 0 0 calc(50% - 6px);
        padding: 12px;
        width: calc(50% - 6px);
    }
    .search-type .search-item{
        font-size: 12px;
        height: 32px;
        padding: 0 8px;
    }
    .tab-list .search-active:before {
        bottom: -9px;
    }
}
@media (max-width: 600px) {
    .token-values{
        display: none;
    }
    .section-news .news-list .result-item{
        width: calc(50% - 6px);
    }
    .section-news.search-news .item-content .item-foot {
        justify-content: space-between;
    }
    .section-news.search-news .news-list .result-item{
        display: block;
    }
    .section-news.search-news .news-list .result-item .item-logo{
        display: none;
    }
    .section-news.search-news .news-list .result-item .item-content{
        padding-left: 0px;
    }
    .section-news.search-news .news-list .result-item{
        padding: 0px;
        padding-bottom: 20px;
        box-shadow: none;
    }
    .section-news.search-news .item-content .item-foot .user,.section-news.search-news .item-content .item-foot .date{
        align-items: center;
        display: flex;
        margin-top: 8px;
        margin-right: 5px;
    }
}
