body {
     font-family: "Helvetica Neue",Helvetica,Roboto,"Segoe UI",Arial,sans-serif;
}
@font-face {
    font-family: 'iconfont';
    /* project id 1602735 */
    src: url('//at.alicdn.com/t/font_1602735_vcf6yaq5g2j.eot');
    src: url('//at.alicdn.com/t/font_1602735_vcf6yaq5g2j.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1602735_vcf6yaq5g2j.woff2') format('woff2'), url('//at.alicdn.com/t/font_1602735_vcf6yaq5g2j.woff') format('woff'), url('//at.alicdn.com/t/font_1602735_vcf6yaq5g2j.ttf') format('truetype'), url('//at.alicdn.com/t/font_1602735_vcf6yaq5g2j.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont";
    font-size: 20px;
    font-style: normal;
}

ul,
li {
    list-style: none;
}


/*上方*/

.rank {
    height: 2.5rem;
    line-height: 2.5rem;
    background: #fff;
    border-bottom: 1px solid #dfe5ed;
    /* padding-left: 1.25rem;
     */
}

.r-border .rank li {
    float: left;
    width: 33%;
    text-align: center;
    font-size: .875rem;
}

.r-border .rank li.active {
    color: #4093ef;
}

.retrie dt a i {
    display: inline-block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #c5c5c5;
    margin-left: .1875rem;
}

.retrie dt a.up i {
    border-top: 8px solid #ff8a4f;
}

.r-border .rank li img {
    width: .75rem;
    margin-left: .125rem;
    vertical-align: -.125rem;
}

.r-border .rank span {
    display: inline-block;
    width: 20%;
    text-align: center;
}

.r-border .rank span img {
    width: 1.125rem;
    vertical-align: middle;
}


/*底部*/

* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.wl-header-new-bar {
    position: relative;
    min-height: 2.75rem;
    background: #fff;
}

.wl-header-icon-back,
.wl-header-icon-logo {
    position: absolute;
    width: 2.5rem;
    height: 2.75rem;
}

.wl-header-icon-back span {
    display: block;
    margin: 1.125rem 0 0 0.75rem;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../img/footer/left.png) no-repeat 50%;
    background-size: contain;
}

.wl-header-new-title {
    height: 3.4375rem;
    font-size: 1.1rem;
    line-height: 3.4375rem;
    text-align: center;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: .125rem solid #f9f9f9;
}

.wl-header-icon-new-shortcut {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 5.625rem;
    height: 3.4375rem;
}

.wl-header-icon-new-shortcut a {
    display: inline-block;
    margin: 1.25rem 0.75rem 0.75rem 0.625rem;
    width: 5.625rem;
    height: 1.25rem;
    font-size: .8rem;
    color: #fff;
}

.weui-tabbar_position {
    height: 4.375rem;
}

.weui-tabbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 500;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e8e8e8;
}

.weui-tabbar:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: .0625rem;
    border-top: 1px solid #c0bfc4;
    color: #c0bfc4;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.weui-tabbar__item {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: .3125rem 0 0;
    font-size: 0;
    color: #999;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.weui-tabbar__label {
    text-align: center;
    color: #999;
    /*font-size: .625rem;*/
    font-size: 12px;
    line-height: 1.8;
}

.weui-tabbar__icon {
    display: inline-block;
    width: 1.6875rem;
    height: 1.6875rem;
}

.weui-tab.fixed,
.weui-tabbar.fixed {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    height: auto;
}

.weui-tabbar__item {
    padding-top: .5rem;
}

.weui-tabbar:before {
    border-top: none;
    height: 3.25rem;
}

.weui-tabbar__icon {
    width: 1.375rem;
    height: 1.375rem;
    position: relative;
}

.weui-tabbar__icon.post-btn-icon {
    width: 2.8125rem;
}

.weui-tabbar__icon .post-btn-shadow {
    width: 4.9375rem;
    height: 2.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    left: 50%;
    top: -45%;
    -webkit-transform: translate(-50%, -1.375rem);
    transform: translate(-50%, -1.375rem);
    background-image: url(../img/request1.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.weui-tabbar__icon .i-request-animate {
    height: 2.8125rem;
    width: 2.8125rem;
    bottom: 0;
    position: absolute;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 .75rem -.25rem #4093EF;
    box-shadow: 0 0 .75rem -.25rem #4093EF;
    background-image: url(../img/release1.png);
    background-size: cover;
}

.nux-active .weui-tabbar__label {
    color: #2789EE;
}

.i-home {
    background-image: url(../img/footer/shouye.png);
    display: block;width: 22px;height: 22px;
    margin: 0 auto;
    background-size: cover;
}

.i-cate {
    background-image: url(../img/footer/wulianka.png);
    display: block;width: 22px;height: 22px;
    margin: 0 auto;
    background-size: cover;
}

.i-counter {
    background-image: url(../img/footer/shangcheng.png);
    display: block;width: 22px;height: 22px;
    margin: 0 auto;
    background-size: cover;
}

.i-com {
    background-image: url(../img/footer/gouwuche.png);
    display: block;width: 22px;height: 22px;
    margin: 0 auto;
    background-size: cover;
}

.i-my {
    background-image: url(../img/footer/wode.png);
    width: 22px;height: 22px;
    display: block;
    margin: 0 auto;
    background-size: cover;
}

.nux-active .i-home {
    background-image: url(../img/footer/shouye1.png);
    display: block;width: 22px;height: 22px;
    margin: 0 auto;
    background-size: cover;
}

.nux-active .i-cate {
    background-image: url(../img/footer/wulianka1.png);
    display: block;width: 22px;
    margin: 0 auto;height: 22px;
    background-size: cover;
}

.nux-active .i-counter {
    background-image: url(../img/footer/shangcheng1.png);
    display: block;width: 22px;height: 22px;
    margin: 0 auto;
    background-size: cover;
}

.nux-active .i-com {
    background-image: url(../img/footer/gouwuche1.png);
    display: block;width: 22px;height: 22px;
    margin: 0 auto;
    background-size: cover;
}

.nux-active .i-my {
    background-image: url(../img/footer/wode1.png);
    display: block;width: 22px;height: 22px;
    margin: 0 auto;
    background-size: cover;
}