.main-content .panel{
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: none;
}


.page-header { 
    display:flex; 
    padding-bottom: 10px;
    justify-content: space-between;
    border-bottom: solid 1px rgba(34, 34, 34, 0.06);
}

.page-header .tabs{
    flex-grow: 1;
}

.tabs .btn { 
    color:#999; 
    padding:6px 12px; 
    border-radius:16px; 
    margin-right:10px; 
    font-size:24px;
    background: transparent;
    box-shadow: none;
}
.tabs .btn.active {
    color:#222;
    font-size:26px;
}

.search-area{
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.search-area .switch-btn{
    border-radius: 8px;
    background-color: rgba(255, 136, 0, 0.04);
    color:#B36104;
    padding: 8px;
}

.search-area .switch-btn>div{
    display: flex;
}

.search-area .search-box{
    border:solid 1px #FF7016;
    border-radius: 4px;
    
}

.search-area .search-box input{
    border:none;
    outline:none;
    background-color: transparent;
    color:rgba(61, 42, 31, 0.38);
    font-size:16px;
    padding: 8px 8px;
    flex-shrink: 0;
    min-width: 150px;
    box-sizing: border-box;
}

.list{ 
    background:#fff; 
}

.list .hot-info{
    flex-grow: 1;
}

.list .hot-rank{
    margin-right: 16px;
    color:#999;
    font-size:16px;
    font-weight: 600;
    width:24px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: relative;
    top:-2px
}

.list .hot-item{
    display: flex;
    border-bottom:dashed 1px #E0E0E0;
    padding: 26px 0px;
}

.list .hot-item:last-child{
    border-bottom:none;
}

.list .hot-title{
    font-size:22px;
    color:#222;
    line-height: 1;
}

.list .hot-meta{
   display: flex;
   justify-content: space-between;
   margin-top:8px;
}

.list .hot-meta>div{
    display: flex;
    color:#222;
    font-size:16px;
}

.list .hot-meta .label-name{
    color:#999;
}

.list .hot-meta .value-name{
    color:#222;
    font-size:16px;
}

.list .hot-title .hot-value{
    font-size:16px;
    color:#FF7016;
    margin-left:8px;
}
