* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img {
    width: 100%;
    border: none;
    vertical-align: top;
}

a {
    outline: none;
    text-decoration: none;
    color: #1f1f1f;
    font-size: 14px;
}

ul, li {
    list-style-type: none;
}

body {
    background-color: #f6f6f6;
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.header-bottom {
    position: relative;
}

.header-bottom .weather {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.header-bottom .rate {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.main-menu {
    position: relative;
}

.main-menu a {
    position: absolute;
    width: 20%;
    height: 100%;
    top: 0;
}

.main-menu a:nth-child(1) {
    left: 0;
}

.main-menu a:nth-child(2) {
    left: 20%;
}

.main-menu a:nth-child(3) {
    left: 40%;
}

.main-menu a:nth-child(4) {
    left: 60%;
}

.main-menu a:nth-child(5) {
    left: 80%;
}

.main-menu-2 {
    position: relative;
}

.main-menu-2 a {
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
}

.main-menu-2 a:nth-child(1) {
    left: 0;
}

.main-menu-2 a:nth-child(2) {
    left: 25%;
}

.main-menu-2 a:nth-child(3) {
    left: 50%;
}

.main-menu-2 a:nth-child(4) {
    left: 75%;
}

.footer-menu {
    height: 50px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: #fff;
    text-align: center;
}

.footer-menu ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    padding-top: 7px;
}

.footer-menu ul li {
    width: 25%;
    height: 100%;
}

.footer-menu ul li a {
    display: block;
}

.footer-menu ul li img {
    height: 20px;
    width: auto;
}

.footer-menu ul li span {
    display: block;
    margin-top: 2px;
}

.footer-menu ul li.upload div {
    height: 20px;
    position: relative;
}

.footer-menu ul li.upload img {
    width: 34px;
    height: 34px;
    position: absolute;
    left: 50%;
    top: -14px;
    margin-left: -17px;
}

.go-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
}

.top-tab-menu {
    overflow-x: hidden;
    padding: 0 10px 10px;
    background-color: #fff;
}

.top-tab-menu div {
    width: 1000%;
    font-size: 0;
}

.top-tab-menu a {
    height: 36px;
    line-height: 34px;
    padding: 0 15px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    display: inline-block;
    border-radius: 36px;
    margin-right: 10px;
}

.top-tab-menu a.on {
    background-color: #1f1f1f;
    border-color: #1f1f1f;
    color: #fff;
}

.list-tab-content .top-info {
    padding: 20px 15px 10px;
}

.list-tab-content .top-info span {
    font-weight: bold;
    color: #009695;
}

.swiper-menu {
    position: relative;
    padding: 0 10px 10px;
    background-color: #fff;
    overflow: hidden;
}

.swiper-menu .swiper-slide {
    width: auto !important;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    border-radius: 36px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background-color: #f5f5f7;
}

.swiper-menu .swiper-slide a {
    color: #73706a;
    display: block;
}

.swiper-menu .swiper-slide.active {
    background-color: #009695;
}

.swiper-menu .swiper-slide.active a {
    color: #fff;
}

.kefu {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    position: fixed;
    right: 12px;
    bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}

.kefu.type-1 {
    background-color: #2e21cc;
}

.kefu.type-2 {
    background-color: #fc554f;
}

.kefu.type-3 {
    background-color: #28c289;
}

.kefu img {
    height: 22px;
}