.flex-1{
    flex: 1;
}
.aside-container {
    width: 480px;
}

.aside-container .aside-item {
    width: 100%;
    background: #FFFFFF;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

/* oil */
.aside-container .oil-item {}

.aside-container .aside-title {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-bottom: 21px;
}

.aside-container .tabs {
    display: flex;
    align-items: center;
    height: 44px;
    line-height: 44px;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
}

.aside-container .tabs .tab-item {
    flex: 1;
    text-align: center;
    height: 100%;
    cursor: pointer;
    user-select: none;
}

.aside-container .tabs .tab-item.oil-active {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    background: #F4F4F4;
}

.aside-container .cust-table {}

.aside-container .cust-table .w123 {
    width: 123px;
}

.aside-container .cust-table .w120 {
    width: 120px;
}

.aside-container .cust-table .w100 {
    width: 100px;
}

.aside-container .cust-table .w98 {
    width: 98px;
}

.aside-container .cust-table .w217 {
    width: 217px;
}

.aside-container .cust-table .tr {
    display: flex;
    height: 46px;
    line-height: 46px;
}

.aside-container .cust-table .th-row {
    display: flex;
    height: 46px;
}

.aside-container .cust-table .th {
    color: #999999;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.aside-container .cust-table .td {
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.aside-container .cust-table .tr:nth-of-type(odd) {
    background: #F7F7F7;
}


/* gold */
.aside-container .gold {}

.aside-container .gold-list {}

.aside-container .gold-list .gold-item {
    height: 44px;
    margin-bottom: 10px;
    background: #F4F4F4;
    color: #333333;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.aside-container .gold-list .gold-item .name {
    flex: 1;
}

.aside-container .gold-list .gold-item .price {
    width: 104px;
    text-align: center;
}

.aside-container .gold-list .gold-item .rate {
    width: 80px;
    text-align: center;
}

.aside-container .usd-item {}

.aside-container .usd-item .usd-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.aside-container .usd-item .usd-box .cell {
    width: 210px;
    height: 44px;
    line-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
}

.aside-container .usd-item .usd-box .cell .label {
    text-align: center;
    width: 105px;
    background: #F4F4F4;
}

.aside-container .usd-item .usd-box .cell .value {
    text-align: center;
    flex: 1;
}

.aside-container .author {}

.aside-container .author .a-img {
    width: 74px;
    height: 74px;
    background: #1DBC6B;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.aside-container .author .a-name {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
}

.aside-container .author .a-text {
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin-bottom: 20px;
}

.aside-container .author .a-gz {
    width: 90px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #FF6D6D;
    border-radius: 4px;
    margin: 0 auto 20px;
    color: white;
    cursor: pointer;
}

.aside-container .author .a-gz span {}

.aside-container .author .a-ff {
    width: 400px;
    margin: 6px auto 22px;
    display: flex;
    justify-content: space-between;
}

.aside-container .author .a-ff .a-cell {
    padding: 0 40px;
}

.aside-container .author .a-ff .a-cell .a-lebel {
    font-size: 14px;
    color: #999999;
}

.aside-container .author .a-ff .a-cell .a-value {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.aside-container .author .a-zr {
    width: 400px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    background: #FF6D6D;
    border-radius: 4px;
    color: white;
    font-weight: bold;
}

/* all */
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.red {
    color: #E61F1F !important;
}

.green {
    color: #1DBC6B !important;
}

.blue {
    color: #38546D !important;
}