.body{
    min-height: 800px;
}
.path{
    color: #999999;
    font-size: 18px;
    margin: 35px 0 50px 0;
}
.body-title{
    font-size: 24px;
    text-align: center;
}
.data{
    text-align: center;
    font-size: 16px;
    color: #777777;
    margin-top: 20px;
    margin-bottom: 30px;
}
.body-list{
    font-size: 18px;
}
.body-list li{
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 25px;
}
.red-title{
    color: #e51414;
}
.blue-title{
    color: #00a0e9;
}
.list-font{
    font-size: 16px;
    color: #808080;
    margin: 10px 0;
    line-height: 24px;
}
.time{
    color: #acacac;
    font-size: 14px;
}
.paging{
    margin: 50px 0;
    text-align: center;
}
.response{
    margin-bottom: 25px;
}
.response-title{
    font-size: 18px;
    display: inline-block;
}
.select-file{
    display: inline-block;
    width: 105px;
    line-height: 25px;
    background-color: #e2e2e2;
    color: #777777;
    font-size: 14px;
    border-radius: 6px;
    text-align: center;
    margin: 0 10px;
}
.none-select-file{
    font-size: 14px;
    color: #777777;
}
.input-box{
    width: 1140px;
    height: 185px;
    box-sizing: border-box;
    border: 1px solid #acacac;
    border-radius: 6px;
    padding:5px 10px;
    margin-bottom: 35px;
}
.input-box textarea{
    width: 100%;
    height: 100%;
    resize: none;
    font-size: 14px;
}
.submit-btn{
    padding:20px 0;
}
.submit-btn a{
    display: block;
    width: 130px;
    line-height: 26px;
    text-align: center;
    background-color: #00a1e8;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 4px;

}
.submit-btn a:hover{
    opacity: .9;
}
.rank{
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.rank a{
    color: #999999;
    font-size: 18px;
    margin-right: 30px;
}
.list-bottom{
    overflow: hidden;
}
.handle a{
    color: #acacac;
    font-size: 14px;
    margin-left: 12px;
}