html, body {
    background: #f8f8f8
}
.chartNum{
    margin: 10px auto;
    font-size: 24px;
    display: inline-block;
}
.chartNum .number_item{
    float: left;
    width: 40px;
    height: 52px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.chartNum .number_item p{
    transition: transform  1s ease-in-out;
}
.chartNum .number_item p span{
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
}
.chartNum .number_item:not(:first-child){
    margin-left: -1px;
}

.draw_cash_record {
    background: #f8f8f8;
    padding-left: 10px;
    margin: 8px 0;
    overflow: hidden;
    position: relative;
    height: 42px;
    line-height: 42px;
}

.draw_cash_record b {
    /*line-height: 20px;*/
    font-weight: bold;
    display: inline-block;
}

.record_li {
    line-height: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 44px;
    line-height: 42px;
}

.record_li a {
    color: #ff960f
}

.sale_rank {
    padding: 10px 0;
    width: 842px;
}

.sale_rank li {
    float: left;
    box-shadow: 0 0 4px 4px rgba(26, 32, 48, 0.05);
    text-align: center;
    margin: 6px 5px;
    width: 128px;
    height: 160px;
}

.sale_rank .head_photo,
.rank_list li:nth-child(-n+3) .head_photo {
    position: relative;
    margin: 14px auto;
    width: 52px;
    height: 52px;
    border: 1px solid #CFA344;
    border-radius: 50%;
    padding: 2px;
}

.sale_rank .head_photo > img,
.rank_list li:nth-child(-n+3) .head_photo > img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.sale_rank .expert_level,
.rank_list li:nth-child(-n+3) .expert_level {
    position: absolute;
    bottom: -5px;
    right: 10px;
}

.expert_level {
    position: absolute;
    color: #CFA344;
    padding: 0 4px;
    height: 14px;
    line-height: 12px;
    font-weight: 500;
    transform: scale(0.9);
    margin-top: 2px;
}

.expert_level::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #F8F1E3;
    border: 1px solid #CFA344;
    transform: skewX(-14deg);
}

.sale_rank .sale_count {
    background: rgba(255, 150, 15, 0.2);
    color: #FF960F;
    width: 68px;
    border-radius: 9px;
    margin: 4px auto;
}

.sale_rank .post_count {
    color: #FF960F;
}

.banner img {
    width: 100%;
}

.rank_list {
    padding: 24px 10px;
}

.rank_list .tab {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.rank_list .tab > span {
    margin: 0 24px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    height: 24px;
    color: #1a2030;
}

.rank_list .tab > span.active {
    color: #ff960f;
}

.rank_list .tab > span.active::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 80%;
    bottom: 0;
    left: 10%;
    background: #ff960f;
    border-radius: 2px;
}

.rank_list li {
    float: left;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
}

.rank_list li:nth-child(-n+3) {
    width: 33%;
    height: 140px;
    border-bottom: 0;
    text-align: center;
    position: relative;
}

.rank_list li:nth-child(-n+3) svg {
    position: absolute;
    top: 12px;
    left: 0px;
    width: 20px;
    height: 20px;
}

.tools li {
    float: left;
    width: 200px;
}

.tools .iconfont {
    font-size: 24px;
    color: #ff960f;
    border: 2px solid #ff960f;
    border-radius: 50px;
    padding: 8px;
}

.tools a {
    color: #1a2030;
    line-height: 2;
}

.tools a:hover {
    text-decoration: none;
    color: #ff960f;
}

.banner {
    overflow: hidden;
    height: 160px;
}

.banner ul {
    transform: translateX(0);
    transition: transform 1s;
}

.banner li {
    float: left;
    height: 160px;
}

.banner li a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner li img {
    width: 100%;
    height: 100%;
}
@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
    .left_con{
        width: 860px;
        padding: 0 6px
    }
    .right_con{
        width: 340px;
    }
}

@media (max-width: 992px) {
    .tools li {
        width: 33.3%;
    }
    body {
        padding-top: 70px;
    }
}