body {
    font-family: "微软雅黑","Helvetica Neue",Helvetica,sans-serif;
    margin: 0 auto;
    max-width: 1000px;
}
ul, ol, dl, dd, dt {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a {
    color: #333;
    text-decoration: none;
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
img {
    border: none;
}
h1, h2, h3, h4, h5, p{
    margin: 0;
}
.heard{
    width: 100%;
    max-width: 1000px;
    height: 50px;
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.heard_logo{
    height: 38px;
    margin: 6px auto;
    display: block;
}
.menu_img{
    width: 36px;
    padding: 10px;
    display: block;
    position: absolute;
    right: 10px;
    top: 7px;
    /*background-color: #97732e;*/
    background-color: #B22222;
}
.menu_div{
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    position: fixed;
    display: none;
    z-index: 10;
}
.menu_list{
    display: table-cell;
    vertical-align: middle;
}
.menu_list a{
    color: #FFFFFF;
    font-size: 20px;
    line-height: 40px;
    display: block;
    text-align: center;
    width: 80px;
    margin:10px auto;
}
.select{
    border-bottom: 3px solid #FFFFFF;
}
/*头部banner*/
.top_img{
    width: 100%;
    height: 250px;
    background-image: url("../../img/mobile/banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: table;
}
.top_title{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 120px;
    color: rgb(60, 58, 58);
}

/*页面列表*/
.page_div{
    width: 100%;
    padding: 15px;
    display: table;
    background-color: #FFFFFF;
}
.pagination {
    display: table;
    margin: auto;
}
.pagination li {
    line-height: 24px;
    margin: 0 1px;
    float: left;
    border: 1px solid #c6c6c6;
    font-size: 15px;
}
.pagination .active{
    border-color: #dd0031;
    background-color: #dd0031;
    color: #fff;
}
.pagination li a,.pagination li span{
    padding: 0 8px;
}
.prev_a{
    background-image: url("../../img/mobile/prev.png");
    background-position: center;
    background-repeat: no-repeat;
}
.next_a{
    background-image: url("../../img/mobile/next.png");
    background-position: center;
    background-repeat: no-repeat;
}