.main-page-wrapper{
        background:#fff !important;
        padding-top: 0!important;
    }
    .container {
        max-width: 100%;
        padding: 0 5px;
    }
    .website-wrapper{
        max-width: 100%;
        padding: 0 5px;
    }
    .row {
        max-width: 100%;
        margin: 0 auto;
    }
    .tab_span{
        width: 100%;
        margin: -40px auto 10px auto;
        align-items: center;
        background: #fff;
        display: flex;
        flex-direction: row;
        height: 45px;
        color: #000;
        border-bottom: 1px solid #f2f2f2;
    }
    .tab_span a{
        width:50%;
        height: 44px;
        margin: 0 10px;
    }
    .tab_profit{
        width:100%;
        float:left;
        align-items: center;
        cursor: pointer;
        display: flex;
        font-size: 14px;
        font-weight: 600;
        height: 44px;
        justify-content: center;
    }
    .tab_calculator{
        float:left;
        width:100%;
        align-items: center;
        cursor: pointer;
        display: flex;
        font-size: 14px;
        font-weight: 600;
        height: 44px;
        justify-content: center;
    }
    .tab_calculator:hover{
        color:#25c385;
        border-bottom: 1px solid #25c385;
    }
    .tab_profit:hover{
        color:#25c385;
        border-bottom: 1px solid #25c385;
    }
    .font-normal{
        font-size:12px;
        color: #777;
    }
    .miner_profit{
        width:100%;
    }
    .th-title{
        font-size:12px;
        padding-bottom:5px !important;
    }
    table td,table th,.items-center{
        padding:0;
    }
    .right-0{
        right:-7px;
    }
    .whitespace-nowrap{
        font-size:12px;
    }
    .params-currencies{
        overflow: auto; /* 允许滚动 */
        scrollbar-width: none; /* 对于 Firefox 隐藏滚动条 */
        -ms-overflow-style: none; /* 对于 IE 和 Edge 隐藏滚动条 */
        padding: 0;
    }
    .miner_profit_tab{
        width:100%;
        height:80px;
        margin-bottom: 20px;
    }
    .miner_coin{
        width:49%;
        height:80px;
        float:left;
        border:1px solid #f2f2f2;
        border-radius: 10px;
    }
    .miner_df{
        width:49%;
        height:80px;
        float:right;
        border:1px solid #f2f2f2;
        border-radius: 10px;
    }
#dialog {
        width:80%;
        height:180px;
        display: none; /* 初始状态隐藏 */
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 1px solid #ccc;
        padding: 20px;
        background: #fff;
        z-index: 1000;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }
    #overlay {
        display: none; /* 初始状态隐藏 */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }
    #electricityBill {
        margin-top: 20px;
        font-size: 1.2em;
    }
    table{
        border-collapse:separate;
    }
#electricityInput {
    padding-right: 40px; /* 留出空间给单位 */
    width:80%;
    float: left;
    border-radius: 5px 0 0 5px;
    
  }

  #unit {
    font-size: 14px;
    color: #777;
    width: 20%;
    float: left;
    line-height: 42px;
    background-color: #f2f2f2;
    text-align: center;
    border-radius: 0 5px 5px 0;
    margin-bottom: 1rem;
  }
