.top {
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    background: #ec0022;
}

.top .img_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100%;
}

.top .img_wrap img {
    width: 25px;
}

.top .s01 {
    flex: 1;
    text-align: center;
}


.c_trade {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.c_trade .left {
    width: 35%;
}

.c_trade .right {
    flex: 1;
}

.c_trade .right .inner {}

.c_trade .left .inner {}

.c_trade .left .s01 {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    background: #F5F5F7;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c_trade .left .s01.selected {
    border-left: solid 3px #BF0504;
    color: #FF000C;
    background: #fff;
}

.c_trade .right .s01 {
    display: block;
    font-size: 16px;
    padding-left: 10px;
    margin-top: 10px;
}

.c_trade .right .item_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
        padding-bottom: 200px;
}

.c_trade .right .item {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 20px;
    cursor: pointer;
    /* border-radius: 10px; */
    /* overflow: hidden; */
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
}

.c_trade .right .img_wrap {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    /* aspect-ratio: 1; */
    box-shadow: 1px -2px 4px 1px #9d9d9d;
    -webkit-Box-shadow: 1px -2px 4px 1px #9d9d9d;
    -moz-Box-shadow: 0 8px 7px -11px #9d9d9d;
    border-radius: 10px;
    overflow: hidden;
    height: 130%;
}

.c_trade .right .s02 {
    margin-top: 10px;
    font-size: 16px;
    color: #999;
    display: none;
}

.c_trade .right .img_wrap img {
    width: 100%;
    height: 100%;
    /* width: 30px; */
}

.all_inner {
    background: #EFEEF4 !important;
}



