body .page-header {
    width: 10rem;
    z-index: 4;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    background-color: #fcfcfc;
}
html body .sticky {
    position: static;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: -1px;
    z-index: 1111;
}
html body .page-header {
    position: relative;
}
body .page-header {
    width: 100%;
    z-index: 4;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    background-color: #fcfcfc;
}
.page-header {
    background: #f7f7f7;
    position: relative;
    border-bottom: 1px solid #eee;
    padding: .44rem 0;
}
.left {
    float: none;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 12%;
}
#cityBox {
    float: left;
    line-height: 1.675rem;
    color: #21b3e6;
    padding: 0 8% 0 2.5%;
    position: relative;
}
#cityBox a{
    color: #21b3e6;
}
#cityBox:after {
    content: "";
    width: 1rem;
    height: .5rem;
    position: absolute;
    top: .6rem;
    right: 12%;
    background: url(../images/area.png) no-repeat;
    background-size: contain;
}
.left h2 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.page-header h2 {
    overflow: hidden;
    padding: 0 .55333rem;
    line-height: 1.475rem;
    height: 1.475rem;
    border-radius: 0.8rem;
    background-color: #d8dbe4;
    color: #90959d;
}
.page-header h2 {
    height: 2.277333rem;
    text-align: left;
}
.page-header h2 {
    font-size: .78rem;
}
.page-header h2 {
    height: 1.77rem;
    line-height: 1.97rem;
}
.page-header h2 span {
    margin-left: .34rem;
    float: left;
}
.page-header h2:before {
    width: 5.42%;
    height: .80625rem;
    overflow: hidden;
    background: url(../images/search.png) no-repeat left bottom;
    content: " ";
    display: inline-block;
    background-size: contain;
    float: left;
    margin-top: .48333rem;
}
.mytouch {
    margin-right: .2rem;
    color: #21b3e6;
    width: .79375rem;
    height: 2.28rem;
    background: url(../images/myicon.png) no-repeat center center;
    background-size: contain;
    padding-right: 0;
    top: .48rem;
}
.mytouch {
    background: url(../images/myicon.png) no-repeat left #f7f7f7;
    position: absolute;
    right: 0;
    line-height: 44px;
    padding: 0 .51333rem;
    width: .88rem;
    height: 1.68rem;
    background-size: contain;
}
/*图片轮播*/

}