/* === 全局重置 === */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, 
                "Hiragino Sans GB", STHeiti, "Microsoft YaHei", sans-serif;
}
ul, li { list-style: none; }
img { 
    vertical-align: middle; 
    max-width: 100%;
}

/* === 基础布局 === */
body {
    margin: 0;
    background-color: #fff;
    line-height: 1;
}
#content {
    position: relative;
    height: auto !important;
    min-height: 100%;
    margin: 0 auto -30px;
    padding-bottom: 60px;
}
.box {
    width: 100%;
    background-color: #fff;
}

/* === 标题区域 === */
#title {
    padding: 30px 16px 10px;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    color: #000;
    letter-spacing: 0;
}

/* === 链接组样式 === */
.border-b {
    height: 1px;
    background-color: #d9d9d9;
    margin-left: 16px;
}
.type_show_list {
    padding: 20px 25px;
    text-align: left;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.type_show_list a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    letter-spacing: 0;
    padding-right: 16px;
    text-decoration: none;
}

/* === 小箭头图标 === */
.weui_cell_ft {
    float: right;
    color: #888;
}
.weui_cell_ft:after {
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 7px;
    width: 7px;
    border-width: 2px 2px 0 0;
    border-color: #ddd;
    border-style: solid;
    position: relative;
    top: -1px;
    margin-left: .3em;
}

/* === 动态控制类 === */
.hidden {
    display: none !important;
}

/* === 顶部标题栏 === */
.wxaHeader {
    width: 100%;
    height: 60px;
    background-color: #fff;
    z-index: 9999;
    text-align: center;
    position: fixed;
    display: none;
}
.wxaHeader-title {
    padding-top: 32px;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* === 描述文本区域 === */
.type_content_des {
    padding: 20px 16px 21px;
    word-wrap: break-word;
    font-size: 14px;
    color: #323232;
    letter-spacing: 0;
    line-height: 22px;
    text-align: left;
}