.s_w_200w {
    display: inline-block;
    width: 200px;
    max-width: 100%;
}

.s_w_50 {
    display: inline-block;
    width: 49%;
}

@media screen and (max-width: 768px) {
    .s_w_50 {
        display: inline-block;
        width: 100%;
    }
}


#div_market_plane {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.mk-plane {
    line-height: 25px;
    margin: 5px;
    padding: 5px;
    display: inline-block;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    background: #fff;
}

    .mk-plane > div {
        display: inline-block;
        vertical-align: middle;
    }

    .mk-plane .mk-title {
        font-weight: 600;
        width: 80px;
        text-align: center;
        background: #e99b07;
        color: #fff;
        padding: 25px 0;
        margin: 2px;
        border-radius: 6px;
    }

        .mk-plane .mk-title.t2 {
            background: #8550c8;
        }

        .mk-plane .mk-title.t3 {
            background: #87949f;
        }

        .mk-plane .mk-title.t4 {
            background: #0074df;
        }

        .mk-plane .mk-title.t5 {
            background: #ffa0a0;
        }

        .mk-plane .mk-title.t6 {
            background: #67c23a;
        }

    .mk-plane .mk-item {
        min-width: 102px;
    }

        .mk-plane .mk-item > div {
            padding: 3px 0;
        }

        .mk-plane .mk-item .mk-item-lab {
            padding: 0 6px;
            color: #3d3d3d;
            font-weight: bolder;
        }


.settle_curr_plane {
}

    .settle_curr_plane > div {
        min-width: 80px;
        display: inline-block;
        height: 23px;
        line-height: 23px;
        border: 1px solid none;
        border-radius: 3px;
    }

.fg_red {
    color: #ff3131;
    font-weight: bolder;
}

.fg_green {
    color: #45a514;
    font-weight: bolder;
}

.fg_blue {
    color: #1e2fc1;
    font-weight: bolder;
}

.bg_red {
    background-color: #f56c6c;
    color: #fff;
}

.bg_green {
    background-color: #45a514;
    color: #fff;
}

.bg_blue {
    background-color: #4a5dff;
    color: #fff;
}

.settle_plane > div.m_w150 {
    min-width: 150px;
    display: inline-block;
    height: 23px;
    line-height: 23px;
}


.kk-plane {
    color: #333333;
    line-height: inherit;
    width: 100%;
    /*border: 2px solid #e2e2e2;*/
    box-sizing: border-box;
}

    .kk-plane .kk-title {
        padding: 10px;
        line-height: inherit;
        border-left: 5px solid #94a0ff;
        border-bottom: 2px solid #94a0ff;
        background: #fff;
    }

    .kk-plane .kk-con {
        width: 100%;
        /* overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;*/
    }

        .kk-plane .kk-con .kk-item {
            display: inline-block;
            min-width: 140px;
            text-align: center;
            margin: 5px;
            padding: 12px 7px;
            border-radius: 8px;
            color: #000;
            border: 2px solid #f2f2f2;
            background: #fff;
            font-size: 20px;
            font-weight: bolder;
            vertical-align: top;
            box-sizing: border-box;
        }
            .kk-plane .kk-con .kk-item.point {
                border: 4px solid #ff6060;
            }

            .kk-plane .kk-con .kk-item .kk-item-tip {
                margin-bottom: 10px;
                padding-bottom: 5px;
                border-bottom: 2px solid #e2e2e2;
                color: #000;
                font-size: 16px;
                font-weight: normal;
            }

            .kk-plane .kk-con .kk-item > a {
                font-weight: bolder;
                color: #ff5050;
            }

    .kk-plane.skin-1 .kk-con, .kk-plane.skin-2 .kk-con, .kk-plane.skin-3 .kk-con {
        /*background: #fff;*/
    }

        .kk-plane.skin-1 .kk-con .kk-item {
            /*border-color: #af00a8;*/
            color: #af00a8;
        }

            .kk-plane.skin-1 .kk-con .kk-item .kk-item-tip {
                border-color: #af00a8;
            }

        .kk-plane.skin-2 .kk-con .kk-item {
            /*border-color: #1b9b4f;*/
            color: #1b9b4f;
        }

            .kk-plane.skin-2 .kk-con .kk-item .kk-item-tip {
                border-color: #1b9b4f;
            }

        .kk-plane.skin-3 .kk-con .kk-item {
            /*border-color: #873eff;*/
            color: #873eff;
        }

            .kk-plane.skin-3 .kk-con .kk-item .kk-item-tip {
                border-color: #873eff;
            }

#div_cash_order_plane .tab-item {
    display: inline-block;
    width: 50%;
    margin: 0;
}

.div_plane {
    font-size: 16px;
}

.tab-item .skin-1 {
    display: inline-block;
    width: 50%;
    margin: 0;
}

.tab-item .skin-2 {
    display: inline-block;
    width: 50%;
    margin: 0;
}
