.paper-menu h1 a{
    display: block;
    color:#333;
}
.main .right{
    padding-bottom: 30px;
}
.rightTop{
    position: absolute;
}
.rankingNav{
    float:left;
    margin-right:20px;
    position: relative;
    background:#fff;
    cursor: pointer;
}
.rankingNav h6{
    height:30px;
    line-height: 30px;
    border:solid 1px #e5e5e5;
    text-align: center;
    padding:0 10px;
}
.rankingNav ul{
    border:#e5e5e5 solid 1px;
    border-top:0;
    border-bottom:0;
    display: none;
}
.rankingNav ul li{
    border-bottom:#e5e5e5 solid 1px;
    line-height: 30px;
    padding:0 10px;
    text-align: center;
}
.rankingNav .active{
    background:#f7f7f7;
}
.rankingNav:hover ul{
    display: block;
}
.yesData>h2{
    padding: 60px 0;
    font-size: 40px;
    color: #21242D;
    text-align: center;
}
.allInfo{
    width:650px;
    margin:0 auto;
    display: flex;
    align-items: center;
}
.allInfo p{
    flex:1;
    text-align: center;
}
.allInfo p strong{
    display: block;
    color:#3699dd;
    font-size:26px;
}
.allInfo p span{
    display: block;
    color:#999;
    font-size:14px;
    margin-top:10px;
}
.info{
    width:650px;
    line-height:60px;
    text-align: center;
    border: solid 1px #9A9AA1;
    border-left:0;
    border-right:0;
    margin:20px auto;
}
.info p{
    display: inline-block;
    font-size: 14px;
    height:30px;
    line-height:30px;
    text-align: center;
}
.info p span:first-child{
    display: inline-block;
    color:#666666;
    background:#FFF1E3;
    padding:0 10px;
}
.info p span:last-child{
    color:#333333;
    margin-left:20px;
}
.info p:last-child{
    margin-left:200px;
}
.list{
    width:650px;
    margin:0 auto;
    background:#fff;
    border-radius: 10px;
    text-align: center;
    padding-bottom: 20px;
}
.list h3{
    font-size: 18px;
    font-weight: 900;
    padding:30px 0;
}
.list table{
    border-collapse: collapse;
}
.list th{
    color: #21242D;
    font-size: 16px;
}
.list tr{
    height:43px;
    
}
.list td{
    font-size: 14px;
}
.list .td1,.list .td2,.list .td3{
    font-size:16px;
    font-style:oblique;
}
.td1{
    color:#FFAA07;
    background:url(http://oss.fk.houdask.com/sys/i/23/02/2ec6245ba075426795bacf50dfd8033c.png)no-repeat left top;
    background-size:12px;
}
.td2{
    color:#AFA296;
    background:url(http://oss.fk.houdask.com/sys/i/23/02/7172b7559a744f4cbb44f9ae3378b0e5.png)no-repeat left top;
    background-size:12px;
}
.td3{
    color:#C4874C;
    background:url(http://oss.fk.houdask.com/sys/i/23/02/7396bc8338124674ae0de8583c95c304.png)no-repeat left top;
    background-size:12px;
}
.noData{
    padding:100px 0;
    display: none;
}
.noData p{
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}