/* 





*/

table, td, th {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-collapse: collapse;
}

.bt-main-content {
    margin-top: 30px;
}
.bt-main-content .bt-content-header {
    margin-bottom: 20px;
}
.bt-main-content .phone-tab-ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.bt-main-content .phone-tab-ul button {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 24px;
    padding: 7px 19px;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.bt-main-content .phone-tab-ul button img {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    padding: 2px;
}
.bt-main-content .phone-tab-ul button img:first-child {
    margin-left: 0;
}
.bt-main-content .phone-tab-ul button:hover,
.bt-main-content .phone-tab-ul button.focusBtn {
    border: 1px solid #0085ff;
    color: #0085ff;
}
.bt-main-content .indexLeaderboardP {
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width:100%;
    margin-bottom: 20px;
}
.bt-main-content .fixed-table-toolbar {
    float:right;
    margin-left: 15px;
}
.bt-main-content .bootstrap-table .search input {
    width: 400px;
    border-radius: 5px;
}
.bt-main-content .indexLeaderboardP .eleCostInput {
    border: 1px solid var(--ast-border-color);
    background-color: var(--ast-global-dark-bg-style);
    box-shadow: none;
    border-radius: 5px;
    height: 40px;
    padding: 0 10px;
    width: 100px;
}
.miners-search-box {
    
}
.miners-search-box input {
    width: 300px;
    border-radius: 5px !important;
}
.miners-search-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.miners-table-header {
    display: flex;
    font-weight: bold;
    width:100%;
    align-items: center;
    background: #454e67;
    border-radius: 10px;
}

.miners-header-cell {
    padding: 10px;   
}

.miners-data-row {
    display: flex;
    margin-top:5px;
    background: #313a4d;
    border-radius: 10px;
    border: 1px solid #4b5772;
}
.phoneInline {
    display: none;
}
.miners-cell {
    padding: 15px 10px;
    position: relative;
    
}

.columnModel,
.columnCoin{
    display: flex;
    align-items: center;
}
.columnModel a {
    color: #fff;
    font-weight: 600;
}
.miners-data-row:hover {
    border: 1px solid #aabadf;
}
.miners-data-row:hover .columnModel a {
    color: #0085ff;
}
.miners-cell .productImg,
.miners-cell .coinImg {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 50%;
    background: #fff;
    padding: 2px;
}
.sortable {
    cursor: pointer;
    position: relative;
}

.sortable:after {
    content: "↕";
    position: absolute;
    right: 5px;
    opacity: 0.5;
}

.sort-asc:after {
    content: "↑";
    opacity: 1;
}

.sort-desc:after {
    content: "↓";
    opacity: 1;
}
.columnModel {
    width: 30%;
}
.columnCoin{
    width:20%;
}
.columnPower,
.columnHashrate,
.columnROI,
.columnEfficiency {
    width: 10%;
    text-align: center;
}
.columnProfitability {
    width:10%;
    text-align: center;
    font-weight: bold;
    
}




.bt-main-content .IncomeColorI {
    color: #00B578;
}

/* .bt-main-content .IncomeColorIV ,
.bt-main-content .IncomeColorV{
    color: #FF8F1F;
} */
.bt-main-content .IncomeColorII,
.bt-main-content .IncomeColorVI {
    color: #FA5151;
}
/* .bt-main-content #table tbody td{
    display: block;
    background: #313a4d;
    margin-bottom: 10px;
    width:16%;
} */

.bt-main-content .IncomeColorBox::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 40px;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}
.bt-main-content .IncomeColorBox.IncomeColorI::after{
    background: #00B578;
}
.bt-main-content .IncomeColorBox.IncomeColorII::after,
.bt-main-content .IncomeColorBox.IncomeColorVI::after{
    background: #FA5151;    
}
.miners-cell:has(.IncomeColorI){
    background: linear-gradient(40.06deg, #313a4d 50%, rgb(0, 197, 134, .2) 95.56%);
    border-radius:9px;
}
.miners-cell:has(.IncomeColorII),
.miners-cell:has(.IncomeColorVI){
    background: linear-gradient(40.06deg, #313a4d 50%, rgb(250, 81, 81, .2) 95.56%);
    border-radius:9px;    
}




/* 产品详情页 */

.site-content .ast-container {
    flex-direction: column;
}
.product-detail-container {
    
}
    
.product-detail-container .product-title {
    font-size: 28px;
    margin-bottom: 30px;
}

.product-detail-container .product-detail-content {
    display: flex;
    gap: 70px;
    margin-bottom: 40px;
}

.product-detail-container .product-gallery {
    flex: 1;
    min-width: 300px;
}
.product-detail-container .product-gallery .main-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    vertical-align: middle;
}
.product-detail-container .main-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.product-detail-container .thumbnail-gallery {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    justify-content: center;
}
.product-detail-container .thumbnail-gallery .thumbnail {
    border: 2px solid transparent;
}
.product-detail-container .thumbnail-gallery .thumbnail.active {
    border: 2px solid #0085ff66;
}
.product-detail-container .thumbnail-gallery .thumbnail img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
}

.product-detail-container .product-info {
    flex: 1;
    min-width: 300px;
}

.product-detail-container .product-info .product-attributes-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.product-detail-container .product-info .product-attributes-box .product-attributes-item {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 48%;
    background-color: #313a4d;
    padding: 15px;
    border-radius: 10px;
}
.product-detail-container .product-info .product-attributes-box .product-attributes-item .product-attributes-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    padding: 10px;
}
.product-detail-container .product-info .product-attributes-box .product-attributes-item .product-attributes-img svg {
    width: 30px;
    height: 30px;
}
.product-detail-container .product-info .product-attributes-box .product-attributes-item .product-attributes-label {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
}
.product-detail-container .product-info .product-attributes-box .product-attributes-item .product-attributes-value {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.product-detail-container .product-info .product-attributes-coins {
    margin-top: 30px;
}
.product-detail-container .product-info .product-attributes-coins .product-attributes-title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}
.product-detail-container .product-info .product-attributes-coins .product-attributes-value {
    list-style: none;  
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin:0;
    margin-top: 10px;
}
.product-detail-container .product-info .product-attributes-coins .product-attributes-value li {

    
}
.product-detail-container .product-info .product-attributes-coins .product-attributes-value li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    padding: 15px;
    padding: 3px;
}

.product-detail-container .product-attributes {
    margin-bottom: 30px;
}


.miner-profit-history {
    margin-top: 10px;
}
.miner-profit-history h5 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}
.miner-profit-history .time-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 10px;
}
.miner-profit-history .time-filter button {
    padding: 5px 10px;
    background: none;
    border: 1px solid #313a4d;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.miner-profit-history .time-filter button:hover,
.miner-profit-history .time-filter button.active {
    border: 1px solid #0085ff;
    color: #0085ff;
}

.product-detail-container .product-description a span {
    color: #0085ff !important;
}

.product-detail-container .full-specs-table {
    width: 100%;
    border-collapse: collapse;
}


.product-detail-container .full-specs-table th {
    text-align: left;
    width: 30%;
    color: rgba(255, 255, 255, 0.5);
}

.product-detail-container .product-actions {
    margin-top: 20px;
}


.product-detail-container .product-tabs {
    margin-top: 40px;
    background: #313a4d;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 40px;
}

.product-detail-container .tabs-header {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
}

.product-detail-container .tab-btn {
    padding: 10px 20px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: -1px;
    font-size: 20px;
}

.product-detail-container .tab-btn.active {
    color: #2196f3;
    border-bottom: 3px solid #2196f3;
}

.product-detail-container .tab-panel {
    display: none;
}

.product-detail-container .tab-panel.active {
    display: block;
}












/*手机端*/
@media (max-width: 768px) {
    .miners-search-box {
        width: 100%;
        margin-top:10px;
    }
    .miners-search-box input {
        width: 100%;
    }
    .miners-table-header, .miners-data-row {
        font-size: 16px;  
    }
    .indexTableHeader{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .indexTableHeader button.eleCostBtn {
        width: 100%;
        margin-top: 10px;
        height: 40px;
    }
    .miners-header-cell, .miners-cell {
        padding: 5px;
    }
    .product-detail-content {
        flex-direction: column;
    }
    
    .tabs-header {
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .bt-main-content #table tbody span.pcInline {
        display: none;
    }
    .bt-main-content .columnCoin {
        display: none;
    }
    .bt-main-content .columnEfficiency {
        display: none;
    }


    .bt-main-content .columnPower {
        display: none;
    }

    .bt-main-content .columnHashrate {
        display: none;
    }

    .bt-main-content .columnPrice {
        display: none;
    }

    .bt-main-content .columnROI {
        display: none;
    }

    .bt-main-content .pcInline {
        display: none;
    }

    .bt-main-content .phoneInline {
        display: inline;
    }

    .bt-main-content .ProfitabilityUnit {
        display: none;
    }

    .bt-main-content .coinImgBox {
        display: none;
    }
    .bt-main-content .columnModel,
    .bt-main-content .columnProfitability{
        width:50%;
    }
}
@media (max-width: 990px) {
    
}


