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;
    text-decoration: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;
}
.menu{
    width: 100%;
    background: #FAE7DA;
    display: flex;
    /*align-items: center;*/
    padding: 0 .1rem;
    box-sizing: border-box;
}
.box a{
    padding: 0;
}
.menu .msg{
    color: #464646;
    font-weight: bold;
    display: flex;
    align-items: center;
    height: .36rem;
}
.menu .more{
    margin-left: auto;
    display: flex;
    align-items: center;
    height: .36rem;
}
.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;
}
.buddhistCulture .list, .commonSense .list{
    width: 95%;
    height: .95rem;
    border-bottom: .01rem solid #DEDEDE;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    box-sizing: border-box;
}
.buddhistCulture .list .l-left, .commonSense .list .l-left{
    flex: 1;
    height: .75rem;
    position: relative;
}
.buddhistCulture .list .l-top, .commonSense .list .l-left{
    color: #484848;
    font-size: .15rem;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.buddhistCulture .list .l-right, .commonSense .list .l-right{
    justify-content: flex-end;
    height: .75rem;
}
.buddhistCulture .list .l-right img, .commonSense .list .l-right img{
    width: 1rem;
    height: .75rem;
    display: inline-block;
    border-radius: .04rem;
    margin-left: .1rem;
}
.commonSense .list:last-child{
    border: none;
}
.readList{
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
}
.readList .read{
    color: #939393;
    font-size: .12rem;
}
.readList .recommend{
    width: .3rem;
    height: .16rem;
    margin-left: .15rem;
}
.readList .recommend img{
    width: .3rem;
    height: .16rem;
}
.readList p{
    color: #8D8D8D;
    font-size: .11rem;
    margin-left: auto;
}
.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 .mapp, .nav .feedback{
    height: .3rem;
    display: flex;
    align-items: center;
    border-right: .01rem solid #E4E4E4;
}
.nav .feedback{
    border: none;
}
.remarks, .remarks a{
    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;
}
.box ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    justify-content: flex-start;
    padding-top: .1rem;
    box-sizing: border-box;
}

.gdztList li {
    flex: 1;
    width: 33.3%;
    min-width: 33.3%;
    max-width: 33.3%;
    color: #333333;
    text-align: center;
    list-style: none;
    line-height: 1.75em;
    margin-bottom: .07rem;
}
.gdztList li a{
    color: #333333;
}
