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: .85rem;
    background: #ffffff;
    z-index: 10001;
    margin-top: .4rem;
}

.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 a{
    width: 100%;
    height: .26rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #868686;
    font-size: .14rem;
}
.navigation ul li .active {
    border: .01rem solid #F7DECC;
    background: #F7DECC;
    color: #3B3B3B;
    font-size: .14rem;
}

.container {
    width: 100%;
    height: 1.7rem;
    /*margin-top: .08rem;*/
    margin-bottom: .05rem;
}

.container img {
    width: 95%;
    height: 1.7rem;
    border-radius: .08rem;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.main .tab, .main .scriptureTab, .main .buddhistTab, .main .storiesTab, .main .masterTab, .main .cultureTab, .main .zenTeaTab {
    display: none;
}

.main .selected, .main .selected2, .main .selected3, .main .selected4, .main .selected5, .main .selected6, .main .selected7 {
    display: block;
}

.newsList .list, .buddhismList .list {
    width: 95%;
    height: .95rem;
    border-bottom: .01rem solid #DEDEDE;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.newsList .list .l-left, .buddhismList .list .l-left {
    flex: 1;
    height: .75rem;
    position: relative;
    /*box-sizing: border-box;*/
}

.newsList .list .l-top, .buddhismList .list .l-top {
    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;
}

.newsList .list .l-right, .buddhismList .list .l-right {
    justify-content: flex-end;
    height: .75rem;
}

.newsList .list .l-right img, .buddhismList .list .l-right img {
    width: 1rem;
    height: .75rem;
    display: inline-block;
    border-radius: .04rem;
    margin-left: .1rem;
}

.readList {
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
}

.readList .read {
    color: #939393;
    font-size: .12rem;
    display: flex;
}

.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;
}

.more, .newsMore {
    color: #D66B1E;
    font-size: .14rem;
    padding: .15rem 0;
    text-align: center;
}

.switchTab, .buddhismTab, .buddhistSound, .buddhistStories, .masterReveal, .vegetarianCulture, .zenTeaCulture {
    width: 100%;
    height: .3rem;
    background: #ffffff;
    overflow-x: scroll;
    position: relative;
}

.buddhismTab .categoryTitle, .switchTab .categoryTitle, .buddhistSound .categoryTitle, .buddhistStories .categoryTitle, .masterReveal .categoryTitle, .vegetarianCulture .categoryTitle, .zenTeaCulture .categoryTitle {
    width: 25%;
    height: .3rem;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #000000;
    font-size: .16rem;
    border-left: .01rem solid #E8C8AE;
    border-top: .01rem solid #E8C8AE;
    border-bottom: .01rem solid #E8C8AE;
    box-sizing: border-box;
}

.buddhismTab .select, .switchTab .select, .buddhistSound .select, .buddhistStories .select, .masterReveal .select, .vegetarianCulture .select, .zenTeaCulture .select {
    background: #EFC7AA;
}

.switchTab:before, .buddhistSound:before, buddhistStories:before, .masterReveal:before, .vegetarianCulture:before, .zenTeaCulture:before, .master:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 20;
}

.switchTab ul::-webkit-scrollbar, .buddhismTab ul::-webkit-scrollbar, .buddhistSound ul::-webkit-scrollbar, .buddhistStories ul::-webkit-scrollbar, .masterReveal ul::-webkit-scrollbar, .vegetarianCulture ul::-webkit-scrollbar, .zenTeaCulture ul::-webkit-scrollbar {
    display: none;
}

.switchTab ul, .buddhismTab ul, .buddhistSound ul, .buddhistStories ul, .masterReveal ul, .vegetarianCulture ul, .zenTeaCulture ul {
    height: .3rem;
    display: -webkit-box;
    overflow-x: auto;
    /*适应苹果*/
    -webkit-overflow-scrolling: touch;
    border-top: .01rem solid #E8C8AE;
    border-bottom: .01rem solid #E8C8AE;
    box-sizing: border-box;
    margin-left: 25%;
    width: 75%;
    white-space: nowrap;
}

.switchTab ul li, .buddhismTab ul li, .buddhistSound ul li, .buddhistStories ul li, .masterReveal ul li, .vegetarianCulture ul li, .zenTeaCulture ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.3%;
    color: #656565;
    border-left: .01rem solid #E8C8AE;
    box-sizing: border-box;
}

.switchTab ul li:last-child, .buddhismTab ul li:last-child, .buddhistSound ul li:last-child, .buddhistStories ul li:last-child, .masterReveal ul li:last-child, .vegetarianCulture ul li:last-child, .zenTeaCulture ul li:last-child {
    border-right: .01rem solid #E8C8AE;
}

.switchTab ul .check, .buddhismTab ul .check, .buddhistSound ul .check, .buddhistStories ul .check, .masterReveal ul .check, .vegetarianCulture ul .check, .zenTeaCulture ul .check {
    color: #656565;
    background: #EFC7AA;
    border: none;
}
/*佛经*/
.supportList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-top: .12rem;
    box-sizing: border-box;
}

.supportList a {
    width: calc((100% - .47rem)/4);
    margin-right: .09rem;
    height: 1.5rem;
    background: #ffffff;
    text-align: center;
}
.supportList .item .pic {
    width: 100%;
    height: .98rem;
    border-radius: .05rem;
    background: #F4F4F4;
    padding-top: .08rem;
    box-sizing: border-box;
}
.supportList .item .pic img {
    width: .66rem;
    height: .82rem;
    text-align: center;
}
.supportList .item .describe {
    color: #000000;
    font-size: .13rem;
    padding-top: .08rem;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: .66rem;
    margin: 0 auto;
}
.supportList a:nth-child(4n) {
    margin-right: .1rem;
}
.supportList a:first-child, .supportList a:nth-child(4n + 1) {
    margin-left: .1rem;
}

.supportList .active {
    border: .01rem solid #D9001B;
}
/*佛音*/
.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;
}
/*法师开示*/
.masterList {
    width: 95%;
    height: 1.44rem;
    background: #ffffff;
    overflow-x: scroll;
    position: relative;
    border-bottom: .01rem solid #DEDEDE;
    box-sizing: border-box;
    margin: 0 auto;
}

.masterList ul {
    display: -webkit-box;
    overflow-x: auto;
    /*适应苹果*/
    -webkit-overflow-scrolling: touch;
}

.masterList ul::-webkit-scrollbar {
    display: none;
}

.masterList ul li {
    width: .82rem;
    text-align: center;
    padding-top: .1rem;
    box-sizing: border-box;
    margin-right: .09rem;
}

.masterList ul li .picture {
    height: .98rem;
    border-radius: .05rem;
    background: #F4F4F4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.masterList ul li .picture img {
    width: .66rem;
    height: .82rem;
}

.masterList ul li .name {
    color: #333333;
    font-size: .13rem;
    padding-top: .08rem;
}

.masterList ul li:last-child {
    /*margin-right: 0;*/
}

.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;
    height: .3rem;
}

.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;
}
.remarks a{
    color: #B2B2B2;
    font-size: .1rem;
}
/*回到顶部*/
.topping {
    width: .3rem;
    height: .3rem;
    position: fixed;
    bottom: .83rem;
    right: .1rem;
    display: none;
}

.topping img {
    width: .3rem;
    height: .3rem;
}
