body{
    max-width: 540px;
    min-width: 320px;
    margin: 0 auto;
    font: normal 14px/1.5 Tahoma,"Lucida Grande",Verdana,"Micrsoft Yahei",STXihei,hei;
    color: #000;
    background: #f2f2f2;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
  
}


ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #222;
}
div{
    box-sizing: border-box;
}
.sesarch-index{
    display: flex;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 320px;
    max-width: 540px;
    height: 44px;
    background-color: #f6f6f6;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.search{
    position: relative;
    flex: 1;
    height: 26px;
    line-height: 24px;
    border: 1px solid#333;
    margin: 7px 10px;
    border-radius: 5px;
    font-size: 18px;
    color: #666;
    padding-left: 28px;
}
.search::before{
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 25px;
    height: 25px;
    background: url(img/jlt.jpg) no-repeat 1px 3px;
    background-size: 24px auto;
    margin-left: 3px;
}
.user{
    width: 44px;
    height: 44px;
    /* background-color: rgb(121, 216, 13); */
    text-align: center;
}
.user::before{
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background:url(img/jlt.jpg) no-repeat 1px 3px;
    background-size: 24px auto;
    color: rgb(243, 10, 107);
    margin: 0 auto -2px;
}


.focus{
    margin-top: 4px;
}
.focus img{
    width: 100%;
}



.local-nav{
    display: flex;
    height: 64px;
    background-color: #fff;
    margin: 3px 4px;
    border-radius: 8px;
}
.local-nav li{
    flex: 1;
}
.local-nav a{
    display: flex;
    flex-direction: column;
    /* 侧轴居中 */
    align-items: center;
    font-style: 12px;
}
.local-nav li [class^=local-nav-icon]{
    width: 32px;
    height: 32px;
    background-color: pink;
    margin-top: 8px;
    background:url(img/sprite1.png) no-repeat 0 0;
    background-size: 32px auto;
}
.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;
}



nav{
    overflow: hidden;
    border-radius: 8px;
    margin: 0 4px 3px;
}
.nav-common{
    display: flex;
    height: 88px;
    background-color: pink;
}
.nav-common:nth-child(2){
    margin: 3px 0;
}
.nav-items{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.nav-items a{
    flex: 1;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
    /* 文字阴影 */
    text-shadow: 1px 1px  rgba(0,0,0,.2);    
}
.nav-items a:nth-child(1){
    border-bottom: 1px solid #111;
}
.nav-items:nth-child(1) a {
    border: 0;
    background: url(img/d.jpg) no-repeat center;
    background-size: 180px auto;
}
/* -n+2选前两个 */
.nav-items:nth-child(-n+2){
    border-right: 1px solid #fff;
}
.nav-common:nth-child(1) {
    background: -webkit-linear-gradient(left,red,yellow);
}
.nav-common:nth-child(2) {
    background: -webkit-linear-gradient(left,blue,black);
}
.nav-common:nth-child(3) {
    background: -webkit-linear-gradient(left,pink,red);
}



.subnav-entry{
    display: flex;
    border-radius: 8px;
    background-color: #fff;
    margin: 0 4px;
    flex-wrap: wrap;
    padding: 5px 0 ;
}
.subnav-entry li{
    flex: 20%;
}
.subnav-entry a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.subnav-entry-icon1{
    width: 48px;
    height: 48px;
    background: pink;
    margin-top: 4px;
    background:url(img/j2.jpg) no-repeat;
    background-size: 48px auto;
    font-size: 12px;
}
.subnav-entry-icon2{
    width: 48px;
    height: 48px;
    background: pink;
    margin-top: 4px;
    background:url(img/j3.jpg) no-repeat;
    background-size: 48px auto;
    font-size: 12px;
}
.subnav-entry-icon3{
    width: 48px;
    height: 48px;
    background: pink;
    margin-top: 4px;
    background:url(img/j4.jpg) no-repeat;
    background-size: 48px auto;
    font-size: 12px;
}
.subnav-entry-icon4{
    width: 48px;
    height: 48px;
    background: pink;
    margin-top: 4px;
    background:url(img/j5.jpg) no-repeat;
    background-size: 48px auto;
    font-size: 12px;
}
.subnav-entry-icon5{
    width: 48px;
    height: 48px;
    background: pink;
    margin-top: 4px;
    background:url(img/j1.jpg) no-repeat;
    background-size: 48px auto;
    font-size: 12px;
}
.subnav-entry-icon6{
    width: 48px;
    height: 48px;
    background: pink;
    margin-top: 4px;
    background:url(img/j1.jpg) no-repeat;
    background-size: 48px auto;
    font-size: 12px;
}
.subnav-entry-icon7{
    width: 48px;
    height: 48px;
    background: pink;
    margin-top: 4px;
    background:url(img/j2.jpg) no-repeat;
    background-size: 48px auto;
    font-size: 12px;
}
.subnav-entry-icon8{
    width: 48px;
    height:48px;
    background: pink;
    margin-top: 4px;
    background:url(img/j3.jpg) no-repeat;
    background-size: 48px auto;
    font-size: 12px;
}
.subnav-entry-icon9{
    width: 48px;
    height: 48px;
    background: pink;
    margin-top: 4px;
    background:url(img/j4.jpg) no-repeat;
    background-size: 48px auto;
    font-size: 12px;
}
.subnav-entry-icon10{
    width: 48px;
    height: 48px;
    background: pink;
    margin-top: 4px;
    background:url(img/j5.jpg) no-repeat;
    background-size: 48px auto;
    font-size: 12px;
}


.sales-box{
    border-top: 1px solid #bbb;
    background: #fff;
    margin: 4px;
}
.sales-hd{
    position: relative;
    height: 44px;
    border-bottom: 1px solid #ccc;
}
.sales-hd h2{
    overflow: hidden;
    text-indent: -999px;
}
.sales-hd h2::after{
        content: "";
        position: absolute;
        top: -18px;
        left: 0px;
        width: 90px;
        height: 60px;
        background:url(img/ms.jpg) no-repeat;
        background-size:100px auto;
}
.more{
    position: absolute;
    right: 5px;
    top: 0px;
    background: -webkit-linear-gradient(left,#f11b0c,#c7f10c);
    border-radius: 15px;
    padding: 3px 20px 3px 10px;
    color: rgb(37, 79, 218);
}
.more::after{
    content: "";
    position: absolute;
    top: 9px;
    right: 9px;
    width: 7px;
    height: 7px;
    border-top: 2px solid rgb(15, 1, 1);
    border-right: 2px solid rgb(17, 2, 2);
    transform: rotate(45deg);
}
.row{
    display: flex;
}
.row a{
    flex: 1;
    border-bottom: 1px solid rgb(10, 5, 5);
}
.row a img{
    width: 100%;
    margin: -2px 0;
}
.row a:nth-child(1){
    border-right: 1px solid #ccc;
}



.footder{
    display: flex;
    height: 52px;
    background-color: #fff;
    margin: 3px 4px;
    border-radius: 8px;
}
.footder li{
    flex: 1;
}
.footder span{
    padding: 0;
    margin: 0;
}
.footder a{
    display: flex;
    flex-direction: column;
    /* 侧轴居中 */
    align-items: center;
    font-style: 12px;
   
}
.footder li [class^=footder-nav-icon]{
    width: 32px;
    height: 32px;
    background-color: pink;
    margin-top: 3px;
    background:url(img/sprite1.png) no-repeat 0 0;
    background-size: 32px auto;
}
.footder li .footder-nav-icon-icon2{
    background-position: 0 -32px;
}
.footder li .footder-nav-icon-icon3{
    background-position: 0 -64px;
}
