﻿#app {
    box-sizing: border-box;
    /* font-family: "PingFangSC-Regular", "Microsoft YaHei", Helvetica; */
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "PingFangSC-Regular", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
    font-size: 0.32rem;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    max-width: 7.5rem;
    margin: 0 auto;
    background: #fff;
}
/*头部*/
.package-topnav-wrap[data-v-659ca309] {
    position: fixed;
    top: 0;
    max-width: 7.5rem;
    width: 100%;
    z-index: 100;
    background: #fff;
    border-bottom: 0.01rem solid #f4f4f4;
}

.head-tabbar {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.01rem solid #e7e7e7;
    line-height: 0.832rem;
    background: #fff;
    z-index: 11;
}

.package-topnav-wrap .head-tabbar {
    position: initial;
}

.head-back-btn {
    width: .704rem;
    text-align: center;
}

.icon_prev:before {
    content: "\e608";
    margin-right: 0.064rem;
}

.head-tabbar-title {
    font-size: 0.28rem;
}

.head-tabbar-other {
    width: .704rem;
}

    .head-tabbar-other img {
        margin-top: 0.4rem;
        width: 0.33rem;
        margin-left: 0.1rem;
    }

.icon-icon_prev {
    font-size: .26rem;
}
.newslable {
    display: block;
    position: relative;
    margin-top: 0.2rem;
}
.newslable span {
    padding: 0.1rem 0.3rem;
    color: #FF7414;
}
.newslable .lable_content {
    padding: 0.2rem;
}
.newslable .lable_content a {
    display: inline-block;
    padding: 0.1rem 0.2rem;
    margin: 0 0.3rem 0.16rem 0;
    border-radius: 0.04rem;
    border: 0.02rem solid #eee;
}
/*.address_box {
    position: fixed;
    width:100%;
    height:100%;
}*/
.address_zm {
    position: fixed;
    top: 1rem;
    right:0;
    width: 0.6rem;
    text-align: center;
    z-index: 999;
}
.address_zm li {
    display: block;
    font-size:0.24rem;
    padding: 0.06rem 0 0 0;
}
