﻿body, html {
    height: 100%;
    width: 100%;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    max-width: 750px;
    margin: 0 auto;
}

#searchBar {
    background-color: white;
    position: fixed;
    z-index: 100;
    max-width: 750px;
    top: 0;
    width: 100%;
}

.w {
    width: 100vw;
    height: calc(100vh - 90px);
    padding-bottom: 45px;
    max-width: 740px;
    overflow: auto;
    padding-top: 45px;
}

.weui-navbar__item::after {
    border-right: none;
    background-color: #fff;
}

.w .weui-bar__item--on::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 40%;
    height: 3px;
    left: 20%;
    top: 42px;
    background-color: #FE7515;
}

.weui-navbar__item.weui-bar__item--on {
    color: #666;
    background-color: #fff;
    color: #FE7515;
}

.weui-navbar__item {
    font-size: 12px;
    background-color:white;
}

.weui-navbar {
    background-color: #fff;
    box-shadow: 0px 2px 4px #ccc;
}

#tab1,#tab2 {
    width: 100%;
}

.weui-navbar:after {
    position: unset;
}

.weui-search-bar:after {
    position: unset;
}

.content-padded {
    /*padding: 0 5.34%;*/
    overflow: hidden;
    padding-top: 10px;
}
.content-padded >div{
    overflow:hidden;
}
    .content-padded span {
        display: inline-block;
        width: 43.82%;
        float: left;
        box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, 0.19);
        margin-bottom: 15px;
        border-radius: 8px;
    }
        .content-padded span a {
            position: relative;
            display: block;
            height: 140px;
            overflow: hidden;
        }
.weui-loadmore__tips {
    width: auto !important;
    float: unset !important;
}
.content-padded span img {
    width: 100%;
    height: 169px;
}
.content-padded span i {
    display: inline-block;
    width: 100%;
    height: 37px;
    font-style: normal;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 12px;
    color: #596070;
    font-weight: bold;
    text-shadow: #596070 1px 1px 4px;
}
.content-padded span i b {
    display: inline-block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content-padded span i a {
    font-size: 12px;
    color: #000;
}
.content-padded span:nth-child(2n+1) {
    margin-right: 4.96%;
    margin-left: 3.54%;
}
.contents{
    overflow:hidden;
}
.weui-loadmore__tips {
    margin: 0px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}