.w1000 {
    width: 1000px;
    margin: 0 auto
}


#ranklis {
    width: 1000px;
    margin: 0 auto
}

#ranklist .floor-head {
    padding-bottom: 2px;
    font-size: 16px;
    height: 52px;
    position: relative;
    border-bottom: 3px solid #007dd4;
}

#ranklist .floor-tit {
    position: absolute;
    left: 0;
    top: 8px;
    margin: 0;
    font-size: 26px;
    font-weight: 700;
}

#ranklist .floor-tit.color-gay {
    color: #666
}

#ranklist .floor-tit span {
    cursor: pointer
}

#ranklist .floor-tit .cur {
    color: #007dd4;
    background: 0 0
}

#ranklist .floor-tit .dot-fdctext {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin-top: -3px
}


#ranklist .floor-body {
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    -moz-box-shadow: 0 3px 3px #e3e3e3;
    -webkit-box-shadow: 0 3px 3px #e3e3e3;
    box-shadow: 0 3px 3px #e3e3e3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

#ranklist .floor-body.border-top3.range {
    border-left: none;
    border-bottom: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

#ranklist .range {
    height: auto;
    min-height: 460px;
    _height: 530px;
    padding: 10px 0 0;
}


#ranklist .build-wrapper {
    float: left;
    width: 319px;
    padding: 0 10px 20px;
    font-size: 14px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
}

#ranklist .build-wrapper:nth-child(2){
    margin-left: 20px;
    margin-right: 20px;
}

#ranklist .build-wrapper .build-wrapper-title {
    margin-top: 27px;
    margin-bottom: 8px;
    padding-bottom: 14px;
    color: #333333;
    text-align: center;
    font-size: 16px;
    font-size: 22px;
    border-bottom: 1px solid #e9e9e9;
}

#ranklist .build-wrapper li {
    width: 100%;
    height: 20px;
    padding-top: 15px;
}

#ranklist .build-wrapper li em {
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    background-color: #999999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

#ranklist .build-wrapper li .build-wrapper-num {
    background-color: #f02929
}

#ranklist .build-wrapper li a {
    float: left;
    width: 35%;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#ranklist .build-wrapper li a:hover {
    color: #007dd4;
    text-decoration: underline
}

#ranklist .build-wrapper li span {
    float: right;
    display: block;
    width: 25%;
    text-align: right;
    color: #666
}

#ranklist .build-wrapper li .price {
    color: #f02929;
    float: left;
    font-weight: 700;
    font-size: 12px;
}

#ranklist .news-hot li a {
    width: 85%
}