#center{
    background-color: #f4f6f9;
    overflow: hidden;
}

/*新版共享排行相关*/
.container{
    width: 1200px;
    margin: 20px auto 30px;
}

.bread-nav {
    margin-bottom: 30px;
}

.bread-nav > li {
    display: inline-block;
}

.bread-nav > li > a {
    color: #999;
}

.bread-nav > li >span.iconfont {
    color: #999;
    font-size: 12px;
    margin: 0 6px;
}

.box-title{
    margin-bottom: 14px;
}

.tab-list{
    float: left;
}

.tab-list > li{
    display: inline-block;
    color: #666;
    font-size: 20px;
    margin-right: 50px;
    padding-bottom: 4px;
    cursor: pointer;
}

.tab-list > li:last-of-type{
    margin-right: 0;
}

.tab-list > li.on, .tab-list > li:hover{
    color: #333;
    border-bottom: 4px solid #4269c9;
}

.sort-type{
    float: right;
    margin-top: 4px;
}

.sort-type > li{
    display: inline-block;
    font-size: 16px;
    color: #666;
    margin-left: 22px;
    cursor: pointer;
    position: relative;
}

.sort-type > li:after{
    content: "";
    width: 2px;
    height: 1em;
    background-color: #959595;
    cursor: initial;
    position: absolute;
    top: 3px;
    right: -12px;
}

.sort-type > li:last-of-type:after{
    display: none;
}

.sort-type > li:hover, .sort-type > li.on, .more-btn:hover{
    color: #3e65c7;
}

.container-box{
    padding: 0 20px;
    margin: 14px 0 20px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0 6px 38px rgba(0, 0, 0, .04);
    -webkit-box-shadow: 0 6px 38px rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 6px 38px rgba(0, 0, 0, .04);
    overflow: hidden;
}

.sort-list > li{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding: 30px 0;
    border-top: 1px dashed #f0f0f3;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: relative;
}

.sort-list > li:first-of-type{
    border-top: 0;
}

.sort-list > li:before{
    content: "";
    width: 1px;
    background-color: #f0f0f3;
    position: absolute;
    top: 30px;
    right: 160px;
    bottom: 30px;
}

.sort-list > li .sort-num{
    min-width: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #4269c9;
    margin-right: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.sort-list > li:nth-of-type(1) .sort-num{
    background-color: #fc0014;
}

.sort-list > li:nth-of-type(2) .sort-num{
    background-color: #fd5f14;
}

.sort-list > li:nth-of-type(3) .sort-num{
    background-color: #fec515;
}

.sort-list > li .sort-img{
    min-width: 162px;
    width: 162px;
    height: 96px;
    margin-right: 14px;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.sort-list > li .sort-img img{
    display: block;
}

.sort-list > li .sort-info{
    padding-right: 50px;
    flex-grow: 1;
    -webkit-flex-grow: 1;
}

.sort-list > li .sort-title{
    font-size: 16px;
    color: #3a3a3a;
}

.sort-list > li .sort-brief{
    color: #666;
    margin: 10px 0 6px;
}

.sort-list > li .sort-incharge{
    color: #666;
}

.sort-list > li .sort-exp-num{
    min-width: 156px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.sort-list > li .sort-exp-num > span{
    display: block;
    margin: 7px 0;
}

.more-btn{
    display: none;
    width: 100px;
    height: 42px;
    line-height: 42px;
    color: #888;
    text-align: center;
    background-color: #fff;
    margin: 20px auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 6px 38px rgba(0, 0, 0, .04);
    -webkit-box-shadow: 0 6px 38px rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 6px 38px rgba(0, 0, 0, .04);
}

.more-btn > i.iconfont{
    display: inline-block;
    margin-left: 6px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.f_list .sort-table {
    width:100%;
    border-collapse:collapse;
}

.f_list .sort-table tr{
    position: relative;
}

.f_list .sort-table tr:before{
    content: "";
    border-top: 1px dashed #f0f0f3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.f_list .sort-table tr:first-of-type:before{
    visibility: hidden;
    opacity: 0;
}

.f_list .sort-table td {
    height:84px;
    color:#333;
    text-align: center;
    padding: 0 20px;
    position: relative;
}

.f_list .sort-table td:first-of-type{
    width: 20px;
    padding: 0;
}

.f_list .sort-table td:nth-of-type(2){
    width: 180px;
    text-align: left;
}

.f_list .sort-table td:nth-of-type(n+4){
    width: 160px;
}

.f_list .sort-table td:nth-of-type(n+4):before{
    content: "";
    width: 1px;
    background-color: #f0f0f3;
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 0;
}

.f_list .sort-table td:last-of-type{
    width: 60px;
}

.f_list .sort-table td .exp-num{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #4269c9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.f_list .sort-table tr:nth-of-type(1) td .exp-num{
    background-color: #fc0014;
}

.f_list .sort-table tr:nth-of-type(2) td .exp-num{
    background-color: #fd5f14;
}

.f_list .sort-table tr:nth-of-type(3) td .exp-num{
    background-color: #fec515;
}

.f_list .sort-table td span.iconfont{
    font-size: 18px;
    color: #4269c9;
}

.f_list .sort-table td i{
    margin: 0 8px;
}

.f_list .sort-table td a {
    color: #4269c9;
}

.f_list .sort-table td .exp-progress{
    width: 100%;
    height: 5px;
    background-color: #f0f0f3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.f_list .sort-table td .exp-progress .cur-progress{
    height: 100%;
    background-color: #4269c9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
}

.f_list .sort-table tr:nth-of-type(1) td .exp-progress .cur-progress{
    background-color: #fc0014;
}

.f_list .sort-table tr:nth-of-type(2) td .exp-progress .cur-progress{
    background-color: #fd5f14;
}

.f_list .sort-table tr:nth-of-type(3) td .exp-progress .cur-progress{
    background-color: #fec515;
}

@media screen and (max-width:480px){
    .container{
        width: auto;
        margin: 0;
        padding: 20px;
    }
    
    .bread-nav{
        margin-bottom: 20px;
    }
    
    .tab-list{
        float: none;
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .tab-list > li{
        font-size: 12px;
        margin: 10px 5px 0;
    }
    
    .sort-type{
        float: none;
        margin-top: 0;
        text-align: center;
    }
    
    .sort-type > li{
        font-size: 12px;
    }
    
    .sort-type > li:first-of-type{
        margin-left: 0;
    }
    
    .container-box{
        margin-top: 10px;
        padding: 20px;
    }
    
    .sort-list > li {
        padding: 15px 0 30px;
    }
    
    .sort-list > li:before{
        display: none;
    }
    
    .sort-list > li .sort-num {
        position: absolute;
        left: -10px;
        z-index: 1;
    }
    
    .sort-list > li .sort-img {
        min-width: 120px;
        width: 120px; 
        height: 80px;
        margin-right: 10px;
        position: relative;
    }
    
    .sort-list > li .sort-img img {
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%;
    }
    
    .sort-list > li .sort-info {
        padding: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .sort-list > li .sort-brief, .sort-list > li .sort-incharge {
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .sort-list > li .sort-exp-num{
        text-align: left;
        font-size: 13px;
        padding: 2px 10px;
        background-color: #f9f9f9;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    }
    
    .sort-list > li .sort-exp-num > span{
        display: inline-block;
        float: none;
        margin: 0;
    }
    
    .sort-list > li .sort-exp-num > span:last-of-type{
        float: left;
    }
    
    .sort-list > li .sort-exp-num > span:last-of-type:after{
        content: "：";
    }
    
    .f_list .sort-table{
        margin: 0;
    }
    
    .f_list .sort-table td{
        height: 70px;
        padding: 0 5px;
    }
    
    .f_list .sort-table td:first-of-type{
        display: none;
    }
    
    .f_list .sort-table td:nth-of-type(3){
        display: none;
    }
    
    .f_list .sort-table td:last-of-type{
        width: 170px;
    }
    
    .f_list .sort-table td span.iconfont{
        display: none;
    }
    
    .f_list .sort-table td i{
        display: block;
        font-size: 12px;
    }
}

@media screen and (max-width:320px){
    .tab-list > li{
        margin: 10px 0 0;
    }
}