/* body {
    background-color: black;
} */

.trade_form {
    position: relative;
    width: 100%;
    min-height: 38rem;
    background-color: black;
}

.trade_tabs {
    position: sticky;
    top: 3rem;
    /* background-color: #fff; */
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    z-index: 100;
}

.trade_tab1 {
    display: flex;
    width: 100%;
    height: 2rem;
}

.tab1_navbar_item {
    flex: 1;
    text-align: center;
    height: 2rem;
    line-height: 2rem;
    color: #776b6b;
    background: #ffffff;
}

.tab1On {
    color: #ffffff;
    background: #776b6b;
}

.trade_tab2 {
    /* display: flex; */
    width: 100%;
    height: 1.5rem;
}

.tab2_row {
    display: flex;
    width: 100%;
    height: 1.5rem;
}

.tab2_row:nth-child(odd) {
    background-color: #000000;
}

.tab2_row:nth-child(even) {
    background-color: #303030;
}

.headTab {
    color: #3FF;
    font-weight: bold;
}

.tab1_Info {
    color: rgb(255, 0, 0);
}

.tab2_Info {
    color: #00ff00;
}

.tab2_row div {
    text-align: center;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.5rem;
    /* background-color: #ffffff; */
}

.tab2Item_2 {
    flex: 2;
}

.tab2Item_3 {
    flex: 3;
}

.tab2Item_4 {
    flex: 4;
}

.pop_ups {
    position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 8rem;
    color: #000;
    background-color: white;
    z-index: 150;
}

.pop_title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0;
    width: 100%;
    height: 1.5rem;
    /* background-color: #3FF; */
}

.pop_operate {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    width: 100%;
    height: 2rem;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    /* background-color: pink; */
}

.pop_input {
    padding: 0.3rem 0.4rem;
    /* width: 3rem; */
    border-radius: 3px;
    border: 1px solid #cacaca;
}

.pop_tip {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.6rem;
    font-weight: 700;
    color: red;
}

.pop_button {
    align-items: center;
    background-clip: padding-box;
    background-color: #fa6400;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.7rem;
    font-weight: 600;
    justify-content: center;
    padding: 0.4rem;
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: 75%;
}

#buy {
    color: #FF2D0D;
    white-space: nowrap;
    overflow-x: auto;
}

#sell {
    color: #0F0;
    white-space: nowrap;
    overflow-x: auto;
}

#tradePanel p {
    color: #000 !important;
}

.row-back-white {
    background-color: rgba(204, 204, 204, 0.17) !important;
}

p {
    color: white;
}

.barrage-panel {
    display: none;
}

.barrage-panel {
    width: 100%;
    height: 200px;
    position: fixed;
    bottom: 0;
}