body {
    position: relative;
    background-color: #ffffff !important;
    letter-spacing: 0.01em;
    font-family: PingFangSC-Regular, sans-serif;
    /*
    font-family: PingFangSC-Light, sans-serif;
    font-family: PingFangSC-Semibold, sans-serif;
    */
}
header {
    position: absolute;
    top: 0;
    height: 0.82rem;
    line-height: 0.8rem;
    background-color: transparent;
    z-index: 999999;
}
header.alt {
    position: fixed;
    background-color: #f97c0b !important;
}
header img {
    mix-blend-mode: multiply;
}
header .nav {
    height: 0.82rem;
    line-height: 0.8rem;
}
header .nav a {
    display: block !important;
    background-color: transparent;
    padding: 0;
}
header .nav .nav-wrapper {
    height: 0.82rem;
    line-height: 0.8rem;
}
header .nav .btn-left {
    width: 0.6rem;
}
header .wx-icon {
    width: 0.6rem;
    vertical-align: middle;
}
header .nav .links {
    width: 0.45rem;
}
header .user-icon {
    width: 0.45rem;
    vertical-align: middle;
}
header .nav .logo {
    position: absolute;
    left: 50%;
    width: 1.8rem;
    height: auto;
    margin-left: -1.05rem;
    padding: 0;
}
header .logo img {
    width: 1.8rem;
    vertical-align: middle;
}

.banner {
    position: relative;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: transparent;
    font-size: 0 !important;
    overflow: hidden;
}
.banner .banner-shadow {
    position: absolute;
    bottom: -20px;
    width: 120%;
    height: 30%;
    margin-left: -10%;
    box-shadow: 0 -40px 40px #fff inset;
    -moz-box-shadow: 0 -40px 40px #fff inset;
    -webkit-box-shadow: 0 -40px 40px #fff inset;
    z-index: 1;
    background-color: transparent;
}
.banner a.class-box.ads {
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent;
    border-radius: 0;
    border: none;
}
.banner a.class-box.ads img {
    width: 100% !important;
    margin: 0;
}
.sw-bullet {
    bottom: 24% !important;
}
.swipslider {
    padding-top: 60% !important;
    background-color: #efefef !important;
}

.categories {
    background-color: #fff;
    border-radius: 0.25rem;
    font-size: 0;
    margin:  -0.75rem 0.3rem 0.35rem 0.3rem;
    z-index: 1;
    box-shadow: 0 0.05rem 0.25rem #efefef, 0 0.05rem 0.25rem #efefef;
    -moz-box-shadow: 0 0.05rem 0.25rem #efefef, 0 0.05rem 0.25rem #efefef;
    -webkit-box-shadow: 0 0.05rem 0.25rem #efefef, 0 0.05rem 0.25rem #efefef;
}
.categories .all-cates ul li .cate-item {
    padding: 0;
    text-align: center;
}
.categories .all-cates {
    padding: 0.25rem 0.15rem;
}
.categories ul:after {
    display: block;
    clear: both;
    content: "";
}
.categories .all-cates ul li {
    width: 20%;
}
.categories .all-cates ul li .cate-item img {
    height: 1.02rem;
    width: 1.02rem;
    margin: 0;
}
.categories .all-cates ul li .cate-item .cat-tit {
    font-size: 0.22rem;
    color: #3e3e3e;
}
