html{
    font-size: 50px;
}
header{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    padding: 0;
    left: 0;
}

body{
    background-color: #fff;
}
*{
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}
ul,li {
    list-style: none;
}
.a-bar .a-name {
    font-size: .36rem;
    text-align: left;
    text-indent: 0;
    color: #000;
    margin-top: .05rem;
}
.active{
    color:#269CED !important;
}
.actives{
    background: #fff!important;
    color: #269CED!important;
}

.hfenlei{
    position: fixed;
    width: 25%;
    background: #F2F3F4;
    left: 0;
    top: .98rem;
    bottom: 0rem;
}
.fenlei{
    width: 100%;
    overflow-y: scroll;
    height: 100%;
}
.fenlei::-webkit-scrollbar {
    display: none;
}
.jtleib{
    width: 100%;
    height: .98rem;
    font-size: 0.24rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #666;
    background: #F2F3F4;
    border-bottom: 1px solid #DDD;
}
.shopdiv{
    float: right;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    width: 75%;
    padding: .98rem 0 1.1rem;
}
.shopdiv::-webkit-scrollbar {
    display: none;
}
.shoptitle{
    width: 100%;
    margin: .36rem 0 .39rem;
    font-size: .24rem;
    color: #333;
    font-weight: bold;
}
.shopTwo{
    display:flex;
    flex-direction: row;
    align-items:center;
    justify-content:flex-start;
    flex-wrap:wrap;
}
.shopTwo a{
    padding: 0 .125rem;
    height: .58rem;
    background: #1d6bb5a8;
    color: #fff;
    font-size: .24rem;
    border-radius: .06rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: .2rem;
    margin-bottom: .2rem;
}
.allshop{
    background-color: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-left: .3rem;
}
.jtshop{
    width:1.5rem;
    height:2.08rem;
    position: relative;
    margin: 0.2rem 0.1rem;
}
.jtshop img{
    width:1.5rem;
    height:1.5rem;
    top:0.22rem;
}
.jtshoptxt{
    width: 100%;
    height:0.24rem;
    line-height:0.24rem;
    font-size:0.24rem;
    text-align: center;
    margin-top:0.2rem;
}

/*搜索*/
.searchbar .a-search{
    text-align: center;
    padding: .18rem 0;
    background: #1D6BB5;
    position: relative;
    border-bottom: 1px solid #EBEBEB;
}
.searchbar .a-search-icon{
    width: .28rem;
    height: .28rem;
    background-image: url(../i/icon-search.png);
    background-size: .28rem;
    position: absolute;
    top: 50%;
    left: .6rem;
    margin-top: -.14rem;
}
.searchbar .a-search-ipt{
    margin: 0;
    padding: 0;
    width: 5.16rem;
    height: .6rem;
    line-height: .6rem;
    background: #fff;
    border-radius: .3rem;
    border: 0;
    font-size: .26rem;
    padding-left: .7rem;
    font-weight: 400;
    color: #000;
}
.searchbar .a-search-btn{
    background: none;
    border-radius: .08rem;
    color: #fff;
    font-size: .28rem;
    line-height: .36rem;
    margin: 0;
    border: 0;
    font-weight: 400;
    padding: .14rem 0 .10rem;
    margin-left: .28rem;
}

.footer-nav .category {
    color: #1D6BB5;
}
.footer-nav li a.category span {
    background-position-y: 0;
    background-image: url('../i/footer-classify-active.png') left top / 100% no-repeat;
}