html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,img{margin:0;padding:0;}
body{
    font-family: "Arial";
    font-size: .16rem;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
}
fieldset,img{border:none;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
em,i,b,strong{font-style:normal;font-weight:normal;}
ul li,ol li{list-style:none;}
a{
    text-decoration:none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
}

*{
    padding: 0;
    margin: 0;
}
html{
    font-size: 625%;
}
.main{
    width: 100%;
}
.head{
    width: 100%;
    height: .4rem;
    background: #EFEFEF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.head .goBack{
    height: .4rem;
    position: absolute;
    left: .14rem;
    display: flex;
    align-items: center;
}
.head .goBack img{
    width: .1rem;
    height: .19rem;
}
.head .title{
    color: #D66B1E;
}
.buddhistList{
    width: 95%;
    margin: 0 auto;
}
.buddhistList .list{
    width: 100%;
    height: .51rem;
    display: flex;
    align-items: center;
    border-bottom: .01rem solid #DEDEDE;
    box-sizing: border-box;
    color: #484848;
    font-size: .15rem;
}
.buddhistList .list .author{
    margin-left: auto;
}
/* 分页器 */
.paging{
    width: 96%;
    height: .21rem;
    margin: .15rem auto;
}
.paging .pager{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.paging .pager li{
    height: .21rem;
    padding: 0 .08rem;
    margin-right: .11rem;
    background: #DEDEDE;
    color: #484848;
    font-size: .15rem;
    box-sizing: border-box;
}
.paging .pager li:last-child{
    margin-right: 0;
}
.paging .pager li a{
    color: #484848;
}
.paging .pager li.pageNum{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.paging .pager li .xab{
    position: absolute;
    height: .75rem;
    overflow-y: auto;
    overflow-x: hidden;
    top: -.75rem;
    left: 0;
    text-align: center;
    width: 100%;
}
.paging .pager li .xab ul{
    margin-left: 0;
    padding-bottom: 0;
}
.paging .pager li .xab ul::-webkit-scrollbar {
    display: none;
}
.paging .pager li .xab ul li{
    border: 0;
    color: #333333;
    width: 100%;
    height: .25rem;
    line-height: .25rem;
    margin-left: 0;
    text-align: center;
    padding: 0;
    border-radius: 0;
    box-sizing: border-box;
    background: #CBCBCB;
}
.menu{
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: .1rem;
    box-sizing: border-box;
    margin-bottom: .91rem;
}
.menu a{
    color: #D66B1E;
    font-size: .13rem;
    display: inline-block;
    margin-right: .05rem;
}
.menu .pic{
    display: flex;
    align-items: center;
    height: .11rem;
    margin-right: .05rem;
}
.menu .pic img{
    width: .12rem;
    height: .11rem;
}
.menu span{
    color: #D66B1E;
    font-size: .13rem;
    display: inline-block;
    margin-right: .05rem;
}
.navigation{
    width: 100%;
    position: fixed;
    bottom: 0;
}
.allData{
    width: 100%;
    color: #9F9F9F;
    font-size: .14rem;
    text-align: center;
    padding: .02rem 0 .1rem 0;
    box-sizing: border-box;
    margin-bottom: .79rem;
}
.nav{
    width: 100%;
    height: .4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: .01rem solid #E4E4E4;
    background: #ffffff;
}
.nav div{
    flex: 1;
    display: flex;
    justify-content: center;
    color: #484848;
    font-size: .14rem;
}
.nav .app, .nav .mapp, .nav .feedback{
    height: .3rem;
    display: flex;
    align-items: center;
    border-right: .01rem solid #E4E4E4;
}
.nav .feedback{
    border: none;
}
.remarks{
    width: 100%;
    height: .38rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DFDEDE;
    color: #999999;
    font-size: .1rem;
}
