body {
    max-width: 540px;
    min-width: 320px;
    margin: 0 auto;
    color: #000;
    background-color: #f2f2f2;
    font: normal 14px/1.5 Tahoma, "Lucida Grande", Verdana, "Microsoft Yahei", STXihei, hei;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #222;
}

div {
    box-sizing: border-box;
}


/* 搜索模块 */

.search-index {
    display: flex;
    /* 固定定位跟父级没有关系 它以屏幕为准 */
    position: fixed;
    top: 0;
    /* 固定的盒子应该有宽度 */
    width: 100%;
    min-width: 320px;
    max-width: 540px;
    height: 44px;
    background-color: #f6f6f6;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    z-index: 999;
}

.search {
    border: 1px solid #ccc;
    height: 26px;
    border-radius: 5px;
    flex: 1;
    font-size: 12px;
    position: relative;
    margin: 7px 10px;
    line-height: 24px;
    color: #666;
    padding-left: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
}

.search::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;
}

.user {
    width: 44px;
    height: 44px;
    color: #2eaae0;
    font-size: 12px;
    text-align: center;
}

.user::before {
    content: '';
    background: url(../images/sprite.png) no-repeat -59px -195px;
    width: 23px;
    height: 23px;
    display: block;
    background-size: 104px auto;
    margin: 4px auto 0;
}

.focus {
    padding-top: 44px;
}

.focus img {
    width: 100%;
}

.local-nav {
    display: flex;
    height: 64px;
    margin: 3px 4px;
    background-color: #fff;
    border-radius: 8px;
}

.local-nav li {
    flex: 1;
}

.local-nav li [class^='local-nav-icon'] {
    background: url(../images/localnav_bg.png) no-repeat 0 0;
    width: 32px;
    height: 32px;
    background-size: 32px auto;
    margin-top: 8px;
}

.local-nav li .local-nav-icon-icon2 {
    background-position: 0 -32px;
}

.local-nav li .local-nav-icon-icon3 {
    background-position: 0 -64px;
}

.local-nav li .local-nav-icon-icon4 {
    background-position: 0 -96px;
}

.local-nav li .local-nav-icon-icon5 {
    background-position: 0 -128px;
}

.local-nav a {
    display: flex;
    font-size: 12px;
    flex-direction: column;
    align-items: center;
}

nav {
    border-radius: 8px;
    margin: 0 4px 3px;
    overflow: hidden;
}

.nav-common {
    height: 88px;
    display: flex;
}

.nav-common:first-child {
    background: -webkit-linear-gradient(left, #FA5A55, #FA994D);
}

.nav-common:nth-child(2) {
    background: -webkit-linear-gradient(left, #4B90ED, #53BCED);
    margin: 3px 0;
}

.nav-common:nth-child(3) {
    background: -webkit-linear-gradient(left, #34C2A9, #6CD559);
}

.nav-items {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.nav-items:nth-child(-n+2) {
    border-right: 1px solid #fff;
}

.nav-items a {
    font-size: 14px;
    color: #fff;
    flex: 1;
    text-align: center;
    line-height: 44px;
}

.nav-items a {
    border-bottom: 1px solid #fff;
}

.nav-items:first-child a {
    background: url(../images/hotel.png) no-repeat bottom center;
    background-size: 121px auto;
    border: 0;
}

.subnav-entry {
    display: flex;
    border-radius: 8px;
    background-color: #fff;
    margin: 0 4px;
    padding: 5px 0;
    flex-wrap: wrap;
}

.subnav-entry li {
    flex: 20%;
}

.subnav-entry a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subnav-entry-icon {
    width: 28px;
    height: 28px;
    background: url(../images/subnav-bg.png) no-repeat 0 0;
    background-size: 28px auto;
    margin-top: 4px;
}

.sales-box {
    border-top: 1px solid #bbb;
    margin: 4px;
    background-color: #fff;
}

.sales-hd {
    position: relative;
    height: 44px;
    border-bottom: 1px solid #ccc;
}

.sales-hd h2 {
    position: relative;
    text-indent: -999px;
}

.sales-hd h2::after {
    background: url(../images/hot.png) no-repeat 0 -20px;
    width: 79px;
    height: 15px;
    background-size: 79px auto;
    content: '';
    position: absolute;
    top: 5px;
    left: 8px;
}

.more {
    color: #fff;
    border-radius: 15px;
    background: -webkit-linear-gradient(left, #FF506C, #FF6BC6);
    padding: 3px 20px 3px 10px;
    position: absolute;
    top: 0;
    right: 5px;
}

.more::after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 9px;
    right: 9px;
    transform: rotate(45deg);
}

.row {
    display: flex;
}

.row a {
    flex: 1;
    border-bottom: 1px solid #eee;
}

.row a:first-child {
    border-right: 1px solid #eee;
}

.row a img {
    width: 100%;
}

.tool-box {
    margin: 4px;
    border-top: 1px solid #dbdbdb;
    text-align: center;
}

.tool-cn {
    margin-bottom: 5px;
    background-color: #fff;
    border-bottom: 1px solid #c2c2c2;
    display: flex;
}

.tool-cn a {
    flex: 1;
    padding: 10px 0;
    font-size: 12px;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tool-cn a::before {
    content: '';
    background: url(../images/sprite.png) no-repeat -56px -150px;
    display: block;
    background-size: 104px auto;
    margin-bottom: 2px;
    width: 23px;
    height: 23px;
}

.tool-cn a:nth-child(2)::before {
    background: url(../images/sprite.png) no-repeat -56px -170px;
    background-size: 104px auto;
}

.tool-cn a:last-child::before {
    background: url(../images/sprite.png) no-repeat -56px -305px;
    background-size: 104px auto;
}

.tool-ver {
    color: #999;
}

.tool-ver a {
    color: #666;
    font-size: 12px;
}

.tool-ver a:nth-child(2)::before {
    content: '';
    background: url(../images/un_icon_sites.png) no-repeat 0 -160px;
    background-size: 30px auto;
    width: 11px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
}

.tool-ver a:nth-child(2)::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    display: inline-block;
    transform: rotate(135deg);
    vertical-align: middle;
}

.tool-box p {
    color: #999;
    font-size: 12px;
    margin: 0;
    padding: 5px 0;
}