
.mt8 {
    margin-top: 8px;
}

.inline-flex {
    display: inline-flex;
}

tr .rank-order img {
    width: 22px;
    height: 22px;
}

.price-input {
    width: 88px
}

.price-input .el-input__inner {
    padding-left: 20px
}

.price-input .el-input__prefix {
    display: flex;
    align-items: center;
    justify-content: center
}

.price-input input::-webkit-inner-spin-button {
    -webkit-appearance: none!important
}

.price-bar-wrapper {
    position: relative;
    height: 28px
}

.price-bar-wrapper:after {
    pointer-events: none;
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #e9ebf0
}

.price-bar-wrapper .bar-item-wrapper {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    width: 14px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    cursor: pointer
}

.price-bar-wrapper .bar-item-wrapper:not(:last-child):after {
    pointer-events: none;
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-right: 1px solid #e9ebf0
}

.price-bar-wrapper .bar-item-wrapper .bar-item {
    width: 100%;
    background: #f1f1f1;
    position: relative;
    min-height: 1px
}

.price-bar-wrapper .bar-item-wrapper .bar-item:after {
    pointer-events: none;
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #e9ebf0
}

.price-bar-wrapper .bar-item-wrapper .bar-item.no-border:after {
    border: 0
}

.price-bar-wrapper .bar-item-wrapper .bar-item.active {
    background: #fd4c62!important
}

.price-bar-wrapper .bar-item-wrapper:hover .bar-item {
    background: rgba(255,119,82,.2)
}

.price-bar-wrapper .bar-disabled {
    cursor: not-allowed
}

.price-bar-wrapper .bar-disabled:hover .bar-item {
    background: #f1f1f1
}

.tab-box .item {
    position: relative;
    width: 92px;
    height: 32px;
    margin-right: 16px;
    background: #fafafb;
    border-radius: 15px;
    overflow: hidden
}

.tab-box .item .name {
    width: 92px;
    height: 32px;
    font-size: 12px;
    color: #333;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    font-weight: 500
}

.tab-box .item .name:hover {
    color: #fd4c60;
    background-color: #fff2f3
}

.tab-box .item .name.disabled {
    color: #ccc;
    cursor: not-allowed
}

.tab-box .item .name.active {
    color: #fd4c60;
    background-color: #fff2f3
}

.tab-box .item .icon {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 32px
}

.potential-yesterday-product-rank {
    width: 100%;
    min-height: 100%;
    border-radius: 12px;
    box-shadow: 0 3px 15px 0 hsla(0,0%,48.2%,.1)
}

.potential-yesterday-product-rank .content {
    width: 1200px
}

.potential-yesterday-product-rank .content .chart-section-war .chart-section {
    height: 72px;
    width: 100px
}

.potential-yesterday-product-rank .content .chart-section-war .chart-section canvas {
    cursor: pointer
}

.potential-yesterday-product-rank .content .sub-rank {
    margin-bottom: 22px
}


.potential-yesterday-product-rank .content .condition-item.el-checkbox-war .el-checkbox .el-checkbox__inner {
    width: 14px;
    height: 14px
}

.potential-yesterday-product-rank .content .condition-item.el-checkbox-war .el-checkbox .el-checkbox__label {
    padding-left: 8px;
    font-size: 12px;
    color: #333;
    font-weight: 400
}

.potential-yesterday-product-rank .content .condition-item.el-checkbox-war .el-checkbox .el-checkbox__inner:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.potential-yesterday-product-rank .content .select .icon {
    height: 16px;
    width: 16px
}

.potential-yesterday-product-rank .content .empty-box .empty-img {
    display: block;
    width: 170px;
    height: 170px;
    margin: 0 auto
}

.potential-yesterday-product-rank .content .empty-box .empty-word {
    margin-top: 4px
}

.potential-yesterday-product-rank .content .line {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    height: 53px;
    background-color: #fff;
    z-index: 10
}

.potential-yesterday-product-rank .content .data-table {
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: #333
}

.potential-yesterday-product-rank .content .data-table .bdr {
    border-right: 1px solid rgba(0,0,0,.06)
}

.potential-yesterday-product-rank .content .data-table thead {
    background: rgb(231, 236, 241);
    font-size: 14px;
    position: -webkit-sticky;
    position: sticky;
    top: 123px;
    z-index: 10
}

.potential-yesterday-product-rank .content .data-table thead th {
    padding: 8px 0;
    color: #86919d;
    font-weight: 400
}

.potential-yesterday-product-rank .content .data-table thead .img-th {
    padding-left: 25px
}

.potential-yesterday-product-rank .content .data-table thead .vedio-th {
    padding-left: 15px
}


.potential-yesterday-product-rank .content .data-table tbody tr {
    position: relative
}

.potential-yesterday-product-rank .content .data-table tbody tr:hover {
    background-color: #fff8f5
}

.potential-yesterday-product-rank .content .data-table tbody tr td {
    position: relative;
    padding: 9px 0;
    text-align: right
}

.potential-yesterday-product-rank .content .data-table tbody tr:nth-child(2n) {
    background-color: #fbfbfb
}

.potential-yesterday-product-rank .content .data-table tbody tr:nth-child(odd):last-child td {
    border-bottom: 1px solid #f5f5f5
}

.potential-yesterday-product-rank .content .list .price {
    color: #333
}

.potential-yesterday-product-rank .content .list .product-title:hover {
    color: #fd4c62
}

.potential-yesterday-product-rank .content .list .num {
    height: 24px;
    width: 24px;
    text-align: center
}

.potential-yesterday-product-rank .content .list .product-img {
    height: 60px;
    width: 60px;
    border-radius: 4px
}

.charts-detail-dialog .el-dialog {
    position: relative;
    width: 728px;
    height: 420px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(123, 123, 123, 0.1) 0px 3px 15px 0px;
    border-radius: 12px;
}

.charts-detail-dialog .el-dialog__header {
    display: none;
}

.charts-detail-dialog .el-dialog__body {
    padding: 0px;
}

.charts-detail-dialog .el-dialog__body .close-svg {
    position: absolute;
    top: 24px;
    right: 20px;
}

.charts-detail-dialog .content .title-box {
    padding: 19px 20px 0px;
}

.charts-detail-dialog .content .substance {
    height: 320px;
    width: 728px;
    margin-top: 12px;
}