.i-head-location{
    position: absolute;
    left: 0.4rem;
    top: 0.4rem;
    height: 0.48rem;
    padding-left: 0.54rem;
    font: 400 0.32rem/0.48rem '微软雅黑';
    color: #484948;
    background: url('../images1/location.png') no-repeat 0 0;
    background-size: auto 0.48rem;
}
.website-show{
    display: none;
    position: fixed;
    z-index: 199;
    left: 0;
    top: 1.28rem;
    width: 100%;
    min-height: 70px;
    background: rgba(255,255,255,0.8);
    border: 1px solid #bfbfbf;
}
.website-show li{
    float: left;
    padding: 5px;
}
.website-show li a{
    display: block;
    font: 400 14px/24px '微软雅黑';
    color: #000;
}
.website-show li.active a{
    color: #18bb52;
}



.logo{
    z-index: 1;
    left: 50%;
    margin-left: -1.1rem;
}

.i-search{
    display: none;
    z-index: 99;
    top: 0;
    right: 1.2rem;
    height: 0.8rem;
    padding-top: 0.35rem;
    background: #fff;
}

.i-head-btn{
    position: absolute;
    left: 0.6rem;
    top: 0.2rem;
    width: 0.64rem;
    height: 0.64rem;
    background: url('../images1/btn_search.png') no-repeat 0 0;
    background-size: 0.64rem;
}
.i-head-btn.active{
    background-image: url('../images1/btn_close.png');
}