/*#region header */
.container {
    padding: 0;
}

.header-height > .m-title {
    /*font-size: calc(0.13 * 24vw);*/
    padding-top: 0;
}

.header {
    position: relative;
    padding: 0 .3rem;
    height: 1.1rem;
    border-bottom: 1px solid #e5e5e5;
    z-index: 5;
}

.zs-title .searchInput {
    /*font-size: calc(0.13 * 24vw);*/
    /*width: 90%;*/
    padding: 0;
    margin: 0;
    height: 100%;
    border: none;
    background: #f1f1f1;
    display: inline;
}

.header .logo {
    width: .54rem;
    height: .54rem;
    padding: 0;
}

.header .m-position {
    height: 1.1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.zs-mb {
    width: .92rem;
    height: .92rem;
}

.zs-title {
    width: 5.48rem;
}

.headerSearch {
    padding: 0 0 0 .3rem;
    margin: 0 auto;
    width: 100%;
    height: .54rem;
    line-height: .54rem;
    border-radius: 25px;
    background: #f1f1f1;
}

.a-bounceinR a, .headerSearch, .zs-mb a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.zs-mb img {
    width: 100%;
}

.icon-search {
    width: .31rem;
    height: .31rem;
}

/*#endregion */
.icon-search {
    background: url(../image/searchs.png) no-repeat scroll center center;
    background-size: 100%;
    float: right;
    margin-right: .2rem;
    display: inline;
}
