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%;
}
.head{
    width: 100%;
    height: .4rem;
    display: flex;
    align-items: center;
    padding: 0 .1rem;
    box-sizing: border-box;
    background: #f4f4f4;
    position: fixed;
    top: 0;
    z-index: 9999;
}
.head .logo{
    width: .24rem;
    height: .24rem;
    display: flex;
    align-items: center;
}
.head .logo img{
    width: .24rem;
    height: .24rem;
}
.head .title{
    color: #333333;
    font-size: .17rem;
    margin-left: .15rem;
}
.head .search{
    width: .18rem;
    height: .4rem;
    margin-left: auto;
    display: flex;
    align-items: center;
}
.head .search img{
    width: .18rem;
    height: .19rem;
}
.navigation{
    width: 100%;
    height: .86rem;
    background: #ffffff;
    z-index: 10001;
    margin-top: .4rem;
    border-bottom: .01rem solid #DEDEDE;
    box-sizing: border-box;
}
.navigation ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: .11rem;
}
.navigation ul li{
    width: calc((100% - .86rem)/4);
    display: flex;
    justify-content: center;
    margin-right: .22rem;
    margin-bottom: .11rem;
}
.navigation ul li:nth-child(1), .navigation ul li:nth-child(4n+1){
    margin-left: .1rem;
}
.navigation ul li:nth-child(4n){
    margin-right: .1rem;
}
.navigation ul li div{
    width: .72rem;
    height: .26rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: .01rem solid #B9B9B9;
    border-radius: .05rem;
    box-sizing: border-box;
    color: #868686;
    font-size: .14rem;
}
.navigation ul li .active{
    border: .01rem solid #F7DECC;
    background: #F7DECC;
    color: #3B3B3B;
    font-size: .14rem;
}
.buddhistList{
    width: 95%;
    margin: 0 auto;
    padding-top: .05rem;
    box-sizing: border-box;
}
.buddhistList .list{
    width: 100%;
    height: .41rem;
    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;
}
.menu{
    width: 100%;
    height: .36rem;
    background: #FAE7DA;
    display: flex;
    align-items: center;
    padding: 0 .1rem;
    box-sizing: border-box;
}
.menu .msg{
    color: #464646;
    font-weight: bold;
}
.menu .more{
    margin-left: auto;
    display: flex;
    align-items: center;
}
.menu .more span{
    display: inline-block;
    color: #696969;
    font-size: .14rem;
}
.menu .more .pic{
    display: flex;
    margin-left: .05rem;
}
.menu .more img{
    width: .07rem;
    height: .12rem;
}
.buddhismMore{
    color: #D66B1E;
    font-size: .14rem;
    padding: .15rem 0;
    text-align: center;
    /*font-weight: bold;*/
}
.allData{
    width: 100%;
    color: #999999;
    font-size: .12rem;
    text-align: center;
    padding: .1rem 0;
    border-top: .01rem solid #E4E4E4;
    box-sizing: border-box;
}
.nav{
    width: 100%;
    height: .4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: .01rem solid #E4E4E4;
}
.nav div{
    flex: 1;
    display: flex;
    justify-content: center;
    color: #484848;
    font-size: .14rem;
}
.nav .app, .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: #B2B2B2;
    font-size: .1rem;
}
/*回到顶部*/
.topping{
    width: .3rem;
    height: .3rem;
    position: fixed;
    bottom: .83rem;
    right: .1rem;
    display: none;
}
.topping img{
    width: .3rem;
    height: .3rem;
}
