body {
    overflow-x: hidden;
    min-width: 320px;
    max-width: 540px;
    margin: 0 auto;
    color: #000;
    font: normal 14px/1.5 Tahoma, "Lucida Grande", Verdana, "Microsoft Yahei", STXihei, hei;
    background: #f2f2f2;
    -webkit-tap-highlight-color: transparent;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    color: #222;
    text-decoration: none;
}
div {
    box-sizing: border-box;
}
.search {
    display: flex;
    position: fixed;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    width: 100%;
    height: 44px;
    min-width: 320px;
    max-width: 540px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f6f6f6;
}
.search_content {
    flex: 1;
    position: relative;
    margin: 7px 10px;
    height: 26px;
    padding-left: 25px;
    line-height: 24px;
    color: #666;
    font-size: 12px;
    border-radius: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
}
.search_content input {
    border: 0;
    width: 300px;
    height: 22px;
    background-color: #f6f6f6;
    border-radius: 20px;
}
.search_content::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    background: url(../images/sprite.png) no-repeat -59px -279px;
    background-size: 104px auto;
}
.search .user {
    width: 44px;
    height: 44px;
    color: #2eaae0;
    font-size: 12px;
    text-align: center;
}
.search .user::before {
    display: block;
    content: '';
    width: 23px;
    height: 23px;
    margin: 4px auto -2px;
    background: url(../images/sprite.png) no-repeat -59px -194px;
    background-size: 104px auto;
}
.focus {
    position: relative;
    margin-top: 44px;
    padding-top: 84px;
}
.focus img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -9999;
    opacity: 0;
    animation: move 8s linear infinite;
}
@keyframes move {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.local_nav {
    display: flex;
    height: 64px;
    margin: 3px 4px;
    background-color: #fff;
    border-radius: 8px;
}
.local_nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
}
.local_nav li {
    flex: 1;
}
.local_nav li [class^="local_icon"] {
    width: 32px;
    height: 32px;
    margin-top: 8px;
    background: url(../images/localnav_bg.png) no-repeat 0 0;
    background-size: 32px auto;
}
.local_nav li .local_icon_icon1 {
    background-position: 0 -32px;
}
.local_nav li .local_icon_icon2 {
    background-position: 0 -64px;
}
.local_nav li .local_icon_icon3 {
    background-position: 0 -96px;
}
.local_nav li .local_icon_icon4 {
    background-position: 0 -128px;
}
nav {
    overflow: hidden;
    margin: 0 4px 3px;
    border-radius: 8px;
}
.nav_common {
    display: flex;
    height: 88px;
}
.nav_common a {
    flex: 1;
    color: #fff;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    text-shadow: 1px 1px rgb(0 0 0 / 20%);
}
.nav_items {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.nav_items a:nth-child(1) {
    border-bottom: 1px solid #fff;
}
.nav_items:nth-child(1) a {
    border: 0;
    background: url(../images/hotel.png) no-repeat bottom center;
    background-size: 121px auto;
}
.nav_items:nth-child(-n+2) {
    border-right: 1px solid #fff;
}
.nav_common:nth-child(2) {
    margin: 3px 0;
}
.nav_common:nth-child(1) {
    background: -webkit-linear-gradient(left, #FA5A55, #FA994D);
}
.nav_common:nth-child(2) {
    background: -webkit-linear-gradient(left, #4B90ED, #53BCED);
}
.nav_common:nth-child(3) {
    background: -webkit-linear-gradient(left, #34C2A9, #6CD559);
}
.function_nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 4px;
    padding: 5px 0;
    background-color: #fff;
    border-radius: 8px;
}
.function_nav li {
    flex: 20%;
}
.function_nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.function_nav_icon {
    width: 28px;
    height: 28px;
    margin-top: 4px;
    background: url(../images/subnav-bg.png) no-repeat;
    background-size: 28px auto;
}
.function_nav :nth-child(2) .function_nav_icon {
    background: url(../images/subnav-bg.png) no-repeat 0px -30px;
    background-size: 28px auto;
}
.function_nav :nth-child(3) .function_nav_icon {
    background: url(../images/subnav-bg.png) no-repeat 0px -62px;
    background-size: 28px auto;
}
.function_nav :nth-child(4) .function_nav_icon {
    background: url(../images/subnav-bg.png) no-repeat 0px -98px;
    background-size: 28px auto;
}
.function_nav :nth-child(5) .function_nav_icon {
    background: url(../images/subnav-bg.png) no-repeat 0px -130px;
    background-size: 28px auto;
}
.function_nav :nth-child(6) .function_nav_icon {
    background: url(../images/subnav-bg.png) no-repeat 0px -162px;
    background-size: 28px auto;
}
.function_nav :nth-child(7) .function_nav_icon {
    background: url(../images/subnav-bg.png) no-repeat 0px -198px;
    background-size: 28px auto;
}
.function_nav :nth-child(8) .function_nav_icon {
    background: url(../images/subnav-bg.png) no-repeat 0px -230px;
    background-size: 28px auto;
}
.function_nav :nth-child(9) .function_nav_icon {
    background: url(../images/subnav-bg.png) no-repeat 0px -258px;
    background-size: 28px auto;
}
.function_nav :nth-child(10) .function_nav_icon {
    background: url(../images/subnav-bg.png) no-repeat 4px -288px;
    background-size: 28px auto;
}
.sale {
    margin: 4px;
    background-color: #fff;
    border-top: 1px solid #bbb;
}
.sale_hd {
    position: relative;
    height: 44px;
    border-bottom: 1px solid #ccc;
}
.sale_hd h2 {
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
}
.sale_hd h2::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 8px;
    width: 79px;
    height: 15px;
    background: url(../images/hot.png) no-repeat 0 -20px;
    background-size: 79px auto;
}
.sale_hd a {
    position: absolute;
    top: 0;
    right: 5px;
    padding: 3px 20px 3px 10px;
    color: #fff;
    background: -webkit-linear-gradient(left, #ff506c, #ff6bc6);
    border-radius: 15px;
}
.sale_hd a::after {
    content: '';
    position: absolute;
    top: 9px;
    right: 9px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.row {
    display: flex;
}
.row img {
    width: 100%;
}
.row a {
    flex: 1;
    border-bottom: 1px solid #ccc;
}
.row a:nth-child(1) {
    border-right: 1px solid #ccc;
}
.ad {
    padding: 8px 8px;
    margin-bottom: 45px;
    height: 94px;
}
.ad img {
    width: 100%;
    border-radius: 8px;
}
.side {
    position: fixed;
    right: 0;
    bottom: 55px;
}
.side a {
    display: block;
    width: 76px;
    height: 76px;
    background: url(../images/side_ad.png);
    background-size: 76px;
}
.tool {
    display: flex;
    justify-content: space-around;
    height: 32px;
    margin: 0 12px 28px 0;
}
.tool a {
    display: flex;
    height: 22px;
    padding: 5px 25px;
    color: #333;
    font-size: 13px;
    line-height: 22px;
    border-radius: 4px;
    border: 1px solid #999;
}
.tool_ver {
    margin-bottom: 80px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}
.tool_ver a {
    margin: 0 30px;
    color: #666;
}
.tabbar {
    display: flex;
    position: fixed;
    bottom: 0px;
    width: 100%;
    min-width: 320px;
    max-width: 540px;
    height: 49px;
    background-color: #ccc;
    box-shadow: 0 -5px 15px 0 rgb(0 0 0 / 5%);
}
.tabbar a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    width: 25%;
    color: #666;
    font-size: 11px;
    line-height: 12px;
    background-color: #fff;
}
.tabbar [class^='tabbar_icon'] {
    width: 32px;
    height: 32px;
    background: url(../images/tabbar.png) no-repeat;
    background-size: 32px auto;
}
.tabbar .tabbar_icon_icon1 {
    background-position: 0 -32px;
}
.tabbar .tabbar_icon_icon2 {
    background-position: 0 -64px;
}
.tabbar .tabbar_icon_icon3 {
    background-position: 0 -96px;
}