#wrapper {
    margin-top: 18px;
}
.list-box {
    position: relative;
}
.list-tit {
    padding: 0 2.3%;
    margin-bottom: .2rem;
    text-align: center;
    cursor: pointer;
    font-size: .35rem;
}
.list-tit.on {
    color: #00a0e7;
}
.list-tit.off {
    border-bottom: 0 none;
}
.list-box {
    margin-top: 0;
}
.list-box ul {
    display: none;
}
div.nav {
    display: flex;
    border-bottom: 1px solid #ececec;
    overflow-x: auto;
    white-space: nowrap;
}

span.arrow {
    display: block;
    position: absolute;
    top: .3rem;
    color: #333;
    font-size: .25rem;
}
span.arrow.left {
    left: .1rem;
    display: none;
}
span.arrow.right {
    right: .1rem;
    display: none;
}

/** 唤醒头部 */
.openAppheader {
    max-width: 1000px;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
}
.openAppheader .newCQ {
    max-width: 1000px;
    position: relative;
}
.openAppheader .newCQ img {
    width: 100%;
}
.openAppheader .newCQ_close {
    position: absolute;
    right: 5px;
    top: 4px;
    width: 21px;
    height: 20px;
    z-index: 1000;
}
#wx_tagbox {
    right: 0.7rem;
    top: 0.3rem;
    z-index: 10000;
    position: absolute;
    width: 1.6rem;
    height: 0.6rem;
}
.openApp {
    height: 0.88rem;
    width: 100%;
    text-align: center;
    line-height: 0.88rem;
    color: #c2c2c2;
    font-size: 0.3rem;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    background-color: #222;
    padding: 0.12rem 0;
    border-top: 1px solid #4f4f4f;
    overflow: hidden;
}
.openApp p {
    margin: auto;
    width: 100%;
    background-color: #222;
}
.des {
    font-size: 1em;
    color: #666;
    line-height: 1.6em;
    padding: 1.2em;
}