.regular_div {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 500;
    top: 71px;
}

.regular_content {
    padding-top: 20px;
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.regular_header {
    padding-bottom: 20px;
}


.regular_index_table {
    margin: 0px !important;
}

.index_pool_rigth {
    justify-content: right;
}

.dropdown_index_coin {
    position: fixed;
    top: 110px;
    z-index: 600;
    width: 840px;
}

.index_table_regular_tbody {
    border-bottom: 1px solid #F3F5F9;
}

.index_table_regular_th {
    box-shadow: 0px 8px 13px 0px rgba(224, 230, 241, 0.48);
}

.index_table_regular_tbody .unit {
    font-family: "Ubuntu Regular";
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    color: #878787;
    margin-left: 5px;
}

.index_table_regular_tbody td {
    height: 66px;
}

@media only screen and (max-width: 1500px) {
    .regular_content {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

}


/* @media only screen and (max-width: 1350px) {
    .regular_div {
        top: 140px;
    }

    .dropdown_index_coin {
        top: 178px;
        width: 800px;
    }
} */

@media only screen and (max-width: 1360px) {

    .dropdown_index_coin {
        width: 60%;
    }
}

@media only screen and (max-width: 1200px) {

    .dropdown_index_coin {
        width: 55%;
    }

    .regular_div {
        top: 65px;
    }

    .index_header {
        padding-top: 120px;
    }

    .dropdown_index_coin {
        top: 100px;
    }
}

@media only screen and (max-width: 1130px) {

    .dropdown_index_coin {
        width: 50%;
    }
}


@media only screen and (max-width: 1040px) {

    .dropdown_index_coin {
        width: 500px;
    }
}


@media only screen and (max-width: 1000px) {
    .regular_div {
        display: none !important;
    }

    .dropdown_index_coin {
        position: unset !important;
        top: unset;
        z-index: unset;
        width: 100%;
    }

}