/* 公共css段-s */
*{user-select:auto; outline:none;}
input,textarea,select,[contenteditable=true],[contenteditable=true]>*{ -webkit-user-select:auto; -ms-user-select:auto; user-select:auto;}
html{ -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; -webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
body,html,div,p,ul,li,span,h1,dl,dd,dt{margin:0;padding:0;}
body{position: relative;width: 100%; max-width: 750px; min-width: 320px;  margin: 0 auto;padding-top: 0.9rem;}
a{text-decoration: none !important;color:#323232;}
a img,img{border:0;*display:block;object-fit:cover;}
img{border-radius: 4px;}
ul,li{list-style: none;}
html,body{
	background-color: #fff; 
	height: 100%;
	font-family:  "FZZYHTJW--GB1-0", "FZZYHTJW--GB1";
	
	/*font-family: Helvetica Neue,Helvetica,Arial,Hiragino Sans GB,Hiragino Sans GB W3,WenQuanYi Micro Hei,sans-serif;*/
	/*font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;*/
	-webkit-tap-highlight-color:rgba(255,255,255,0);
}
.clearfix{zoom: 1;}
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: "";}
.clearfix:after {clear: both;}
em,i{font-style:normal;}
a:hover{text-decoration:none;}
pre{/*font-family:normal;*/white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word; 
font-size:16px;
	line-height: 30px;
	/**text-indent: 34px;**/
}
.none{display:none;}
.text-center{text-align: center;}
.line-clamp-1{
	word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
      -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.line-clamp-2{
	word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.nomore{
	font-size: 0.28rem;
    text-align: center;
    color: #999999;
}


.header{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.31rem 0.37rem;
    box-sizing: border-box;
    width: 100%;
    background: #FFF;
}
.icon-mulu{font-size: 0.35rem !important;}
.header .logo {
	font-size: 0.3rem;
	color: #c02218;
	font-weight: bold;
}
.footer{
	width: 100%;
    background-color: #5c5c5c;
	padding: 0.2rem;
    box-sizing: border-box;
}
.footer-nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}
.footer-nav a{
	font-size: 0.26rem;
	color: #bebebe;
}
.footer-icon {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 0.2rem;
}
.weixinLink {
    position: relative;
}
.ptz_er {
    background: url(../../layout/imgs/er_bg.png) no-repeat 0 0;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: -2.1rem;
    left: -0.5rem;
    text-align: center;
    display: none;
}
.ptz_er img{
	width: 2rem !important;
	height: 2rem !important;
}
.weixinLink:hover .ptz_er {
    display: block;
}
.footerWrap .weixinLink .ptz_er img {
    width: 170px;
    height: 165px;
}
.footer-icon img {
    margin-top: 4px;
    width: 36px;
    height: 36px;
    float: left;
}
.cdhk-email {
    position: relative;
}
.cdhk-email:hover .ptz_email {
    display: block;
}
.arrow_icon {
    background: url(../../layout/imgs/arrow_icon.png) no-repeat 100% 100%/contain;
    height: 40px;
    width: 40px;
    position: absolute;
    top: -25px;
    left: 26px;
    display: none;
}
.ptz_email {
    width: 3rem;
    position: absolute;
    top: -1.2rem;
    left: -1.3rem;
    line-height: 0.5rem;
    padding-top: 0.1rem;
    border-radius: 0.08rem;
    border: 1px solid #FFF;
    background: #FFF;
    display: none;
    font-size: 0.25rem;
    text-align: center;
}
.homeWrap{
	background-color: #fff;
}
.home_a, .home_b, .home_c, .home_d {
	width: 100%;
    border: 1px solid #fff;
    background-color: #f8f8f8;
    padding: 0.23rem 0.375rem;
    box-sizing: border-box;
}
.homeWrap .banner {
    width: 100%;
    max-height: 3.94rem;
    margin: 0 auto 0.3rem;
    position: relative;
}
.homeWrap .banner img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.tibet_date {
    text-align: center;
    color: #333333;
    font-size: 0.3rem;
    font-weight: bold;
}
.home_b, .home_d {
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
}
.sub-title{
	font-size: 0.4rem;
	font-weight: bold;
	display: block;
}
.sub-content{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.sub-item{
	position: relative;
    width: 3.21rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.63rem;
}
.sub-item img{
	width: 100%;
    max-height: 1.86rem;
    min-height: 1.86rem;
}
.sub-item .sub-item-title{
	font-size: 0.3rem;
    font-weight: bold;
    margin: 0.2rem;
    cursor: pointer;
}
.sub-item .sub-item-desc{
	font-size: 0.28rem;
    line-height: 0.45rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: left;
    overflow: hidden;
}
.home_b .atlasIcon{
	position: absolute;
	z-index: 10;
    background: rgba(0,0,0,0.5);
    border-radius: 0px 6px 0px 4px;
    padding: 0.08rem 0.1rem;
    font-size: 0.26rem;
    bottom: 1.63rem;
    left: 0;
    right: unset;
    color: #fff;
    height: 0.4rem;
}
.home_b .videoPlayIcon{
	position: absolute;
    z-index: 10;
    background: rgba(0,0,0,0.5) url(../../layout/imgs/videoPlayIcon.png) no-repeat center center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    left: 50%;
    top: 0.93rem;
    transform: translate(-50%, -50%);
}
.home_c {
    background: #f8f8f8;
    border: 1px solid #fff;
    text-align: center;
    padding-top: 0.23rem;
}
.audioList {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
.audioList .audioItem {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
    cursor: pointer;
    border-bottom: 1px dashed #dddddd;
    padding: 0.15rem 0;
}
.audioList .audioItem:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.audioList .show {
    flex: 1;
    height: 0.7rem;
    font-size: 0.34rem;
    color: #333333;
}
.audioList .name {
    width: 100%;
    line-height: 0.7rem;
    padding-left: 0.14rem;
    font-size: 0.3rem;
}
.audioItem .hoverShow {
    width: 2.7rem;
}
.audioList .hoverShow .hoverShowCenter {
    display: flex;
    justify-content: space-around;
}
.audioList .hoverShow a.item {
    font-size: 0.3rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.audioList .hoverShow .hoverShowCenter .iconfont {
	padding-right: 0.05rem;
    font-size: 0.3rem !important;
    color: #666;
}
.homeWrap .linkBtn {
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.link-items{
	display: flex;
	justify-content: space-between;
    align-items: center;
    padding-top: 0.2rem;
}
.link-item{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.link-item:hover .link-item-img{
	background: #C02218;
}
.link-item:hover .iconfont{
	color: #FFF;
}
.link-item:hover .link-item-desc{
	color: #C02218;
}
.link-item-img{
	width: 0.81rem;
    height: 0.81rem;
    border-radius: 50%;
    background: #eeeeee;
    position: relative;
}
.link-item-img .iconfont{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #999;
    font-size: 0.45rem;
}
.link-item-desc{
	padding-top: 0.19rem;
	font-size: 0.26rem;
	color: #333333;
}
.sub-menu-list{
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    z-index: 100000;
    display: none;
    overflow-y: auto;
}
.sub-menus{
	padding: 0.76rem;
	box-sizing: border-box;
}
.sub-menu-main{
	position: absolute;
    top: 0;
    left: -100%;
    padding: 1.26rem 0 0.76rem;
	width: 80%;
	min-height: 100%;
    background: #FFF;
    box-sizing: border-box;
    border-top-right-radius: 0.08rem;
    border-bottom-right-radius: 0.08rem;
}
.sub-menu-close{
	position: absolute;
    top: 0.14rem;
    right: 0.5rem;
    z-index: 1;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../../layout/imgs/close_16.png) no-repeat;
    background-size: 100% 100%;
}
.sub-menu-items{
	overflow-y: auto; 
}
.sub-menu-item {
	display: block;
    position: relative;
    width: 100%;
    height: 0.99rem;
    /**border-radius: 0.08rem;**/
    font-size: 0.3rem;
    color: #333333;
    text-align: left;
    line-height: 0.99rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
    font-weight: bold;
}
.sub-menu-item.active{
	background: rgba(207,157,62, 0.2);
    color: #DB9819;
}
.li-sub-child-menu-item.active{
	background: rgba(207,157,62, 0.2);
    
}
.li-sub-child-menu-item.active a{
	color: #CF9D3E;
	font-weight: bold;
}
.sub-menu-item:last-child{
	margin: 0;
}
.sub-menu-items-children{
	/**margin-left: 1rem;**/
}
.sub-menu-items-children li{
	padding-left: 1rem;
}
.sub-menu-items-children li a{
	display: block;
	font-size: 0.3rem;
	line-height: 0.8rem;
}

.sub-menu-item-index{
	line-height: 0.8rem;
    font-size: 0.5rem;
    color: #DB9819;
}
.sub-menu-item-index img{
	    width: 0.8rem;
    height: 0.8rem;
    vertical-align: top;
    padding-right: 0.2rem;
    
}
.sub-menu-item-index.active{
	background: #FFF;
}
.sub-menu-item-second img{
	width: 0.26rem;
    height: 0.18rem;
     padding-right: 0.2rem;
}
/** 音频s **/
.radioWrap {
  position: fixed;
  bottom:0;
  left: 0;
  z-index: 9999;
  height: 120px;
  width:100%;
  background: rgba(0,0,0,0.8);
  padding: 0.1rem;
    box-sizing: border-box;
}
.radioWrap .wrapCloseUp{
	width: 1.2rem;
    height: 1rem;
    position: absolute;
    left: 50%;
    top: -25%;
    background: url(../../layout/imgs/audio_close_up.png) no-repeat;
    transform: translate(-50%, 0);
}
.radioWrap .wrapCloseDown{
	width: 60px;
    height: 30px;
	position: absolute;
	left: 50%;
    top: -25%;
    background: url(../../layout/imgs/audio_close_down.png) no-repeat;
    transform: translate(-50%, 0);
}
.radioWrap .radioWrapCenter {
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.radioWrap .close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../../layout/imgs/closeGray.png) no-repeat;
  background-size: 100% 100%;
}
.radioWrap .close:hover {
  background: url(../../layout/imgs/close.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.radioWrapCenter .RprevBtn {
  float: left;
  width: 16px;
  height: 20px;
  background: url(../../layout/imgs/audio1.png) no-repeat 100% 100%;
  margin-top: 60px;
  cursor: pointer;
}
.radioWrapCenter .RPlayBtn {
  float: left;
  width: 0.3rem;
    height: 0.35rem;
  background: url(../../layout/imgs/videoPlayIcon.png) no-repeat 100% 100%;
  cursor: pointer;
}
.radioWrapCenter .RPlayBtn.stop {
  width: 0.39rem;
  height: 0.39rem;
  background: url(../../layout/imgs/audio4_small.png) no-repeat 100% 100%;
}
.radioWrapCenter .RnextBtn {
  float: left;
  width: 16px;
  height: 20px;
  background: url(../../layout/imgs/audio2.png) no-repeat 100% 100%;
  margin-top: 60px;
  cursor: pointer;
}
.radioWrapCenter .RstepBox {
    cursor: pointer;
    flex: 1;
    margin: -0.5rem 0.1rem 0 0.2rem;
}
.radioWrapCenter .RstepBox .Rname {
    font-size: 0.28rem;
    color: #fff;
    text-align: center;
}
.radioWrapCenter .RstepBox .RstepBg {
    background: #666666;
    border-radius: 0.08rem;
    position: relative;
    margin-top: 0.2rem;
}
.radioWrapCenter .RstepBox .RstepBar {
  border-radius: 0.08rem;
    width: 0%;
    height: 0.05rem;
    background: #3573ff;
    position: relative;
}
.radioWrapCenter .RstepBox .RstepBar .progress_img{
    content: '';
    position: absolute;
    width: 0.01rem;
    height: 0.01rem;
    border: 0.1rem solid #3573ff;
    top: -5px;
    right: -4px;
    background: #fff;
    border-radius: 50%;
}
.radioWrapCenter .RtimeBox {
  font-size: 0.26rem;
    color: #AAAAAA;
}
.radioWrapCenter .RtimeBox span {
  color: #fff;
}
.radioWrapCenter .RvolumeBtn {
	margin: 0 0.1rem;
 	width: 0.4rem;
    height: 0.39rem;
    background: url(../../layout/imgs/audio5_small.png) no-repeat 100% 100%;
}
.radioWrapCenter .RvolumeBtn.mute {
  background: url(../../layout/imgs/audio6_small.png) no-repeat 100% 100%;
}
.radioWrapCenter .Rdownload {
  width: 0.39rem;
  height: 0.39rem;
  background: url(../../layout/imgs/audio7_small.png) no-repeat 100% 100%;
  cursor: pointer;
}
.radioWrapCenter .Rshare {
  width: 28px;
  height: 28px;
  background: url(../../layout/imgs/audio8.png) no-repeat 100% 100%;
  float: right;
  margin-top: 52px;
  cursor: pointer;
}
/* 音频-e */
.tibet-desc-item{
	padding: 0.25rem 0;
	border-top: 0.01rem solid #D8D8D8;
	font-size: 0.3rem;
	color: #E05A4C;
}
/** 藏历 **/
.tibet-desc-item:last-child{
	border-bottom: 0.01rem solid #D8D8D8;
}
.tibet-desc-item .desc-left{
	float: left;
}
.tibet-desc-item .desc-right{
	float: right;
}
.zodiac-query-box{
	padding: 0.37rem 0;
	font-size: 0.34rem;
}
.zodiac-query-box .title{
	padding-bottom: 0.3rem;
	text-align: center;
	font-weight: bold;
}
.zodiac-query-box .desc{
	line-height: 0.51rem;
	padding-bottom: 0.3rem;
}
.zodiac-query-box .select-box{
	margin-left: 0.2rem;
	padding: 0.14rem 0.17rem;
	display: inline-block;
	border: 0.01rem solid #D8DADF;
	border-radius: 0.09rem;
	font-size: 0.3rem;
	color: #999999;
	width: 1.6rem;
}
.zodiac-query-box .select-box .iconfont{
	float: right;
    margin-top: 0.05rem;
}
.jx-box{
	display: flex;
    justify-content: space-between;
	padding: 0.6rem 0 0.2rem;
	font-size: 0.3rem;
}
.jx-box-item {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	width: 1.63rem;
	height: 1.63rem;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
}
.jx-box-item.jx-box-1{
	background: #FFE9E3;
	color: #E05A4C;
}
.jx-box-item.jx-box-2{
	background: #FFF8E3;
	color: #AC7305;
}
.jx-box-item.jx-box-3{
	background: #F3F3F3;
	color: #333333;
}
.jx-box-item .jl{
	padding-top: 0.05rem;
}
.jx-week{
	display: flex;
	justify-content: space-around;
}
.jx-week div{
	width: 1.63rem;
	text-align: center;
	font-size: 0.3rem;
	font-weight: bold;
}
.jx-week div:nth-child(1) {
	color: #E05A4C;
}
.jx-week div:nth-child(2) {
	color: #AC7305;
}
.jx-week div:nth-child(3) {
	color: #333333;
}
.modal{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
    height: 100vh;
	background: rgba(0,0,0,0.5);
}
.modal-content{
	width: 100%;
	background: #FFF;
	position: fixed;
    bottom: -100%;
    left: 0;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}
.modal-body{
	display: flex;
	flex-wrap: wrap;
	padding: 0.74rem 0;
}
.modal-zodiac-item{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	font-size: 0.34rem;
	width: 33%;
	margin-bottom: 0.6rem;
}
.modal-zodiac-item .iconfont{
	font-size: 1.3rem;
	color: #E05A4C;
}
.modal .today-btn{
	font-size: 0.33rem;
	color: #E05A4C;
}
.modal .modal-opt-btns{
	display: flex;
	justify-content: space-around;
}
.modal .modal-opt-btns .cancel-btn,.modal .modal-opt-btns .confirm-btn{
	padding: 0.2rem 0.86rem;
    font-size: 0.28rem;
    color: #FFF;
    border-radius: 0.38rem;
}
.modal .modal-opt-btns .cancel-btn{
	background: #C8C8C8;
}
.modal .modal-opt-btns .confirm-btn{
	background: #E05A4C;
}
/** 藏历e **/
/* 面包屑-s */
.navigation {
	font-size: 0.25rem;
    padding: 0.2rem 0.38rem 0;
  }
  .navigation a{
    font-size: 0.25rem;
  }
  .navigation .currentNav{
    color:#c02218;
  }
/* 面包屑-e */
/** 文章详情 **/
.article-content{
	padding: 0 0.38rem;
}
.article-content .title{
	font-size: 0.4rem;
    padding-top: 0.4rem;
    text-align: center;
}
.article-content .relationInfo {
	display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.25rem;
    line-height: 28px;
    color: #999999;
    margin: 0.2rem 0 0.2rem 0;
    border-bottom: 0.01rem solid #dfdfdf;
}
.article-content .content {
	font-size: 0.34rem;
	line-height: 0.51rem;
}
.article-content .content p {
    padding-left: 0;
    padding-right: 0;
     padding: 0.24rem 0.13rem 0 0.13rem;
}
.rich-custom-image {
    text-indent: 0px !important;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.article-content .content img {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    height: auto !important;
}
.inherit-main-box .cont p img{
	width: 100%;
	height: 100%;
}
.article-content .rightWrap{
	background: #EDEDED;
    border: none;
    padding: 0 0.3rem;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
}
.article-content .listBox .relationTit {
    padding: 0.2rem 0;
    font-size: 0.32rem;
    font-weight: 900;
    border-bottom: 1px solid #eeeeee;
}
.article-content .listBox .titLink{
	font-size: 0.3rem;
}
/*视频-s*/
.videoPlayWrap {
	height: 3.5rem;
  background: #000000;
	clear: both;
}
.video_title {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    float: left;
    width: 800px;
    margin-top: 14px;
}
.videoPlayWrap .videoPlayWrapCenter {
 	height: 100%;
}
.videoPlayWrap .videoPlayWrapCenter .title {
  font-size: 24px;
  color: #fff;
  text-align: center;

}
.videoPlayWrap .videoPlayWrapCenter .video {
  	color: #fff;
	clear: both;
	height: 100%;
}
.prism-player .prism-big-play-btn {
    left: 5% !important;
    bottom: 12% !important;
}
.prism-player .prism-big-play-btn {
    left: 5% !important;
    bottom: 12% !important;
    background: url(../../layout/imgs/videoPlay_black.png) no-repeat !important;
    background-size: contain !important;
}
.prism-player .prism-big-play-btn .outter {
    border: 0 !important;
    border-radius: unset !important;
}
/*视频-e*/
/** 法脉传承-s **/
.inherit-main-box{
	padding: 0.38rem;
}
.inherit-main-box .main-items{
	display: flex;
	justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.inherit-main-box .main-items .main-item{
	display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.3rem;
    width: 1.88rem;
    height: 3.66rem;
}

/** 法脉传承-e **/
/** 法王如意宝-s **/
.inherit-main-box{
	padding: 0.38rem;
}
.inherit-main-box .main-items .main-item img {
	width: 1.88rem;
	height: 2.63rem;
}
.inherit-main-box .main-items .main-item .text{
	padding-top: 0.24rem;
	color: #333330;
	font-size: 0.3rem;
	word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inherit-main-box .intro .intro-img {
	width: 100%;
	height: 100%;
}
.inherit-main-box .intro .intro-info{
	padding-left: 0.31rem;
}
.inherit-main-box .intro .intro-info .name{
	font-size: 0.38rem;
    margin-bottom: 0.1rem;
    
}
.inherit-main-box .intro .info{
	font-size: 0.3rem;
	line-height: 0.45rem;
}
.inherit-main-box .go2more{
	font-size: 0.3rem;
    padding: 0.1rem 0 0.5rem;
    text-align: right;
}
.inherit-main-box .go2more a{
	color: #E05A4C;
}
.tools-area{
	display: flex;
	justify-content: space-around;	
}
.tool-item{
	display: flex;
	flex-direction: column;
    align-items: center;
}
.tool-item .iconfont{
	font-size: 0.6rem;
	color:#E05A4C;
}
.tool-item .text{
	font-size: 0.3rem;
    color: #999999;
    padding-top: 0.18rem;
}
.ul-items{
	padding-top: 0.46rem;
}
.ul-items li{
	margin-bottom: 0.5rem;
	font-size: 0.34rem;
}
.ul-items li.active a{
	color:#E05A4C;
}
.ul-items li.active::before{
	border-color: #E05A4C;
}
.ul-items li::before{
	content: '';
    display: inline-block;
    border-radius: 50%;
    border: 3px solid #333333;
    position: relative;
    top: -0.1rem;
    margin-right: 0.15rem;
}
.inherit-main-box .cont{
	margin-top: 0.67rem;
}
.inherit-main-box .cont p{
	font-size: 16px;
    color: #333333;
    line-height: 36px;
    text-align: center;
}
.inherit-main-box .atlas-items{
	width: 100%;
    box-sizing: border-box;
    overflow: scroll;
    white-space: nowrap;
}
.inherit-main-box .atlas-items .atlas-item {
	display: inline-block;
	width: 3.31rem;
	height: 1.86rem;
	border-radius: 0.09rem;
	margin-left: 0.25rem;
}
.inherit-main-box .atlas-items .atlas-item:first-child{margin-left:0;}
.inherit-main-box .atlas-items .atlas-item img{
	width: 100%;
	height: 100%;
	
}
.atlas-items::-webkit-scrollbar {display: none;}
/** 法王如意宝-e **/
/** 门措上师 **/
.inherit .tcWrap {
    padding-top: 40px;
    width: 1080px;
}
.LunboBox {
    position: relative;
}
.content {
    margin-top: 80px;
    text-align: center;
}
.LunboBox .content {
    margin: 0 auto;
}
.LunboBox .Box_con {
    position: relative;
}
.LunboBox .Box_con .btn {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 46px;
    cursor: pointer;
}
.LunboBox .Box_con .btnl {
    background: url(../imgs/jtl02.png) no-repeat center;
    left: -72px;
}
.LunboBox .Box_con .btnr {
    background: url(../imgs/jtr02.png) no-repeat center;
    right: -72px;
}
.LunboBox .Box_con .conbox {
    position: relative;
    overflow: hidden;
}
.LunboBox .Box_con .conbox ul {position: relative;list-style: none;}
.LunboBox .Box_con .conbox ul li {float: left;margin-left: 0.25rem;overflow: hidden;
	width: 3.31rem;
    position: relative;
}
.LunboBox .Box_con .conbox ul li:first-child {margin-left: 0;}
.LunboBox .Box_con .conbox ul li img {display: block;width: 3.31rem; height: 1.86rem;transition: all 0.5s;}
.LunboBox .Box_con .conbox ul li p {text-align: center;font-size: 0.28rem;background: #fff;}
.LunboBox .Box_con .conbox ul li:hover img {transform: scale(1.1);}
.LunboBox .videoPlayIcon{
	transform: translate(-50%, -65%);
}
/** 门措上师 **/

/** 著作列表-s **/
.newsBox1 {
        width: 100%;
    display: flex;
    padding: 0.38rem;
    box-sizing: border-box;
}
.newsBox1 .rightNews {
    padding-bottom: 78px;
    float: right;
    width: 980px;
    min-height: 410px;
    box-sizing: border-box;
}
.lifeBuddhismNewsBox1.newsBox1 .rightNews {
    padding-left: 30px;
}
.lifeBuddhismNewsBox1.newsBox1 .rightNews1 {
    /**padding-left: 40px;**/
}
.newsBox1 .rightNews1 {
    float: right;
    width: 940px;
    min-height: 410px;
    box-sizing: border-box;
}
.newsBox1 .rightNews1 .newsItem {
    margin-bottom: 0.35rem;
}
.newsBox1 .rightNews1 .pic {
    width: 178px;
    height: 100px;
    margin: 0 0.3rem;
    overflow: hidden;
    background-color: lightgray;
}
.newsBox1 .rightNews1 .pic {
    position: relative;
    margin-left: 0;
}
.newsBox1 .rightNews1 .pic img {
    width: 100%;
    height: 100%;
}
.newsBox1 .rightNews1 .pic .picNum{
	font-size: 12px;
    float: right;
    background: rgba(0,0,0,0.6);
    color: #fff;
    position: absolute;
    padding: 4px 10px;
    bottom: 8px;
    right: 8px;
    border-radius: 16px;
}
.newsBox1 .rightNews1 .pic span{
	width: 41px;
    height: 44px;
    content: '';
    position: absolute;
    bottom: 0;
    right: 5px;
    margin-left: -20px;
    margin-top: -22px;
    background: url(../imgs/videoIcon.png) no-repeat;
    background-size: 100% 100%;	
}
.newsBox1 .rightNews1 .details {
  	flex: 1;
}
.newsBox1 .rightNews1 .title {
    font-size: 0.3rem;
}
.newsBox1 .rightNews1 .date {
    color: #999999;
    font-size: 14px;
    margin-top: 8px;
}
.newsBox1 .rightNews1 .desc {
    font-size: 0.28rem;
    color: #999999;
    margin: 10px 0;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    /* height: 50px; */
}
.newsBox1 .leftTab {
    width: 280px;
    background: #eeeeee;
    padding: 48px 0 38px 0;
    float: left;
    position: relative;
    top: 0;
    min-height: 460px;
    height: auto;
}
.newsBox1 .leftTab div {
    height: auto;
    line-height: 56px;
    font-size: 18px;
    cursor: pointer;
    text-align: left;
    border-left: 5px solid #eeeeee;
    padding-left: 30px;
}
.newsBox1 .leftTab div.active {
    border-left: 5px solid #c02218;
    background-color: #ffffff;
    color: #c02218;
}
.newsBox1 .rightNews .newsItem2 {
    border-bottom: 1px dashed #DDDDDD;
    height: 64px;
    line-height: 64px;
    text-align: left;
}
.newsBox1 .rightNews .newsItem2 {
    display: block;
}

.newsBox1 .rightNews .newsItem2.tit {
    font-size: 22px;
}
.newsBox1 .rightNews .newsItem2 .left {
    position: relative;
    font-size: 16px;
    padding: 0 30px;
    height: 70px;
    line-height: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 640px;
}
.readBook {
        width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
    border-radius: 0.08rem;
    cursor: pointer;
    text-align: center;
    border: 0.01rem solid #999;
}
.readBook-wrap{
	    display: flex;
    justify-content: space-between;
    align-items: center;
}
.readBook:hover{
	color: #FFF;
	background: #C02218;
	border: 0;
}
/** 著作列表-e **/
/** 通用列表 **/
.list-container{
	padding: 0.38rem;
}
.atlas-box .main-items .main-item{
	position: relative;
	width: 3.21rem;
	height: 3.1rem;
}
.atlas-box .main-items .main-item img{
	width: 100%;
	max-height: 1.86rem;
	min-height: 1.86rem;
}
.atlasIcon{
	font-size: 0.26rem;
    background: rgba(0,0,0,0.6);
    color: #fff;
    position: absolute;
    bottom: 1.4rem;
    right: 0.2rem;
    padding: 0.08rem 0.18rem;
    border-radius: 0.45rem;
}
.atlas-box .videoPlayIcon{
	position: absolute;
    z-index: 10;
    background: rgba(0,0,0,0.5) url(../../layout/imgs/videoPlayIcon.png) no-repeat center center;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
   	bottom: 0.2rem;
    right: 0.2rem;
}
.recommend-items{
	padding: 0.63rem 0;
}
.recommend-items .recommend-item-link{
	display: block;
	margin-bottom: 0.38rem;
}
.recommend-items .recommend-item-link:last-child{
	margin: 0;
}
.reco-item{
	display: flex;
	box-sizing: border-box;
}
.reco-item .item-icon {
	position: relative;
    height: 1.8rem;
    width: 3rem;
}
.reco-item .item-icon .videoIcon{
	width: 0.55rem;
	height: 0.55rem;
	position: absolute;
    z-index: 10;
    background: rgba(0,0,0,0.44);
    border-radius: 50%;
    /**left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);**/
    bottom: 0.2rem;
    right: 0.2rem;
}
.reco-item .item-icon .videoIcon .iconfont{
	position: absolute;
    z-index: 10;
    background: rgba(0,0,0,0.44);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
}
.reco-item .item-icon .atlasIcon{
    bottom: 0;
}
.reco-item img{
	min-width: 3rem;
    max-width: 3rem;
    height: 100%;
}
.reco-item .item-desc{
	margin-left: 0.25rem;
	/** width: calc(100% - 1.56rem);**/
	font-size: 0.35rem;
	color: #333333;
	flex: 1;
}
.reco-item .item-desc .newsDesc{
	margin-top: 0.1rem;
	    color: #999;
    font-size: 0.28rem;
}
.recommend-items .reco-item .atlasIcon{
	position: absolute;
    z-index: 10;
    background: rgba(0,0,0,0.5);
    border-radius: 0px 6px 0px 4px;
    padding: 0.08rem 0.1rem;
    font-size: 0.26rem;
    bottom: 0;
    left: 0;
    right: unset;
    color: #fff;
    height: 0.4rem;
}
.recommend-items .reco-item .item-desc .newsDesc{
	font-size: 0.3rem;
	padding-top: 0.1rem;
}
/*播单-s*/
.audioDetail{
	width:100%;
	box-sizing: border-box;
}
.audioDetail .top{
	display: flex;
    padding: 0.38rem;
    background-color: #f8f8f8;
    border-radius: 0.08rem;
}
.audioDetail .top .left{
	margin-right:0.25rem;
}
.audioDetail .top .left img{
	width: 3.3rem;
    height: 1.8rem;
    border-radius: 0.08rem;
}
.audioDetail .top .right{
	
}
.audioDetail .top .right .title{
	font-size: 0.3rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.audioDetail .top .right .sub-title{
	margin-top: 10px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666;
}
.audioDetail .top .right .intro{
	margin-top: 0.2rem;
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
}

.audioDetail .top .right .topic{
	cursor: pointer;
	margin-top: 15px;
	margin-right: 10px;
	height: 30px;
    background: #F3F3F3;
    border-radius: 20px;
    line-height: 30px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.audioDetail .top .right .topic .sign{
	color: #C02218;
}
.audioDetail .top .right .topic span{
	font-size: 14px;
	font-family: Microsoft YaHei;
	/*font-weight: 500;*/
}
.audioDetail .items {
	margin-top:10px;
	margin-bottom: 20px;
	padding: 0 0.38rem;
}
.audioDetail .items .item .audioInfo{
	display: flex;
    position: relative;
}
.audioDetail .items .item .audioInfo .title{
	font-size: 0.3rem;
	font-family: Microsoft YaHei;
	color: #363636;
	padding-right: 0.3rem;
}
.audioDetail .items .item .audioInfo .publishDate{
    font-size: 0.28rem;
	font-family: Microsoft YaHei;
	color: #999;
}
.audioDetail .items .item .audioInfo .lImg{
	width: 0.35rem;
	margin-right:0.15rem;
    position: relative;
}
.audioDetail .items .item .audioInfo .lImg img{
	vertical-align: middle;
    position: absolute;
    top: 50%;
    right:0;
    transform: translate(0,-50%);
	border-radius: 0px;
}
.audioDetail .items .item .audioInfo .rImg{
	    position: absolute;
    right: 0;
    top: 0;
}
.audioDetail .items .item .audioInfo .rImg img{
	vertical-align: middle;
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}

.audioDetail .items .item .line{
	border-bottom: 1px dashed #d0d0d0;
}
.audioDetail .items .item .audioInfo .rImg .iconfont {
	display: flex;
	color: #999;
	font-size: 0.4rem;
}
.audioDetail .items .item{
	padding: 0.3rem 0;
	border-bottom: 1px dashed #d0d0d0;
}
.display_none {
    display: none !important;
}
/*播单-e*/
/** 堪布教言-s **/
.water-fall-items{
	column-count: 2;
	column-gap: 0.39rem;
}
.water-fall-items .item {
    break-inside: avoid;
    box-sizing: border-box;
    width: 3.31rem;
    height: auto;
}
.water-fall-items .item img{
	width: 100%;
	
}
.preview-bg{position: fixed;top: 0; left: 0;z-index: 10000;width: 100%; height: 100vh; background:rgba(0,0,0,0.5);}
    .preview-box{position: relative;}
.preview-item{
	width: 7rem;
    height: 90%;
    background: #ffffff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10001;
    padding: 0.3rem;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
}
.preview-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.preview-close{
	position: absolute;
    background: url(../../layout/imgs/close.png) no-repeat center;
    width: 0.28rem;
    height: 0.28rem;
    top: 20px;
    right: 18px;
    cursor: pointer;
}
.preview-item .icon-xiazai{
	position: absolute;
    font-size: 0.5rem;
    color: #707070;
    bottom: 0.5rem;
    right: 0.5rem;
    z-index: 90000;
}
/** 堪布教言-e **/
/** 三级目录-s **/
.third-menu-switch{
	position: relative;
    top: 35%;
    left: 78%;
    z-index: 999;
    width: 0.8rem;
}
.third-menu-close{
	position: absolute;
    background: #CCC;
    bottom: 0;
    right: 0;
    z-index: 100001;
    font-size: 0.28rem;
    color: #c02218;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}
.third-menu-arrow{
	width: 0;
    height: 0;
    border-top: 0.3rem solid transparent;
    border-left: 0.3rem solid #CCc;
    border-bottom: 0.3rem solid transparent;
    position: absolute;
    z-index: 100001;
    transform: translate(0, -150%);
    opacity: 0.8;
    top: 100%;
    left: 100%;
}
.thrid-menu-list {
    width: 0%;
    height: 100%;
    position: fixed;
    top: 1rem;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 10000;
    /**overflow-y: auto;**/
    box-shadow:rgba(0, 0, 0, 0.1) 4px 4px 8px 0px;
}
.thrid-menu-main {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.26rem 0 0.76rem;
    width: 80%;
    min-height: 100%;
    background: #FFF;
    box-sizing: border-box;
    border-top-right-radius: 0.08rem;
    border-bottom-right-radius: 0.08rem;
}
/** 三级目录-e **/
/* 左侧树 */
.st_tree{padding:10px;
}
/* 超链接 */
.st_tree a{
	text-decoration:none;
	margin-left: 8px;    
	overflow: hidden;
  	display: inline-block;
	height: 24px;
	font-size:18px;
}
.st_tree a.active {
  color: #c02218;
}
/* 鼠标经过的超链接 */
.st_tree a:hover{color:#c02218;}
/* 菜单 */
.st_tree ul{padding:0 18px;margin:0;}
/* 菜单项 */
.st_tree ul li{
  font-size: 14px;
  color: #222;
  line-height: 24px;
  cursor: pointer;
  list-style: none;
  background: url(../imgs/st_node.jpg);
  background-repeat: no-repeat;
  /* padding: 0 0 3px 20px; */
  margin-top: 18px;
  background-position: left center;
  padding-left: 10px;
}
/* 子菜单 */
.st_tree ul li ul{}
/* 子菜单项 */
.st_tree ul li ul li{}
/* 子菜单的父节点 */
.st_tree .folder{font-size: 16px;margin-top:22px;background:url(../../layout/imgs/st_folder.png);background-repeat:no-repeat;padding:0 0 0 20px;}
/* 展开的父节点 */
.st_tree .open{background:url(../../layout/imgs/st_folder_open.png);background-repeat:no-repeat;padding:0 0 0 20px;}
/* 左侧树 */

/** 堪布法音-s **/
.topBanner .top{
	padding: 0.14rem;
	background: #FFF;
}
.topBanner .top img{
	width: 100%;
	height: 100%;
}
.kbfy .audioItem .hoverShow {
    width: 1.7rem;
}
/** 堪布法音-e **/
/** 宝藏-文集-s **/
.anthology .anthologyItem {
    width: 3rem;
    margin-bottom: 0.63rem;
}
.anthology {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.anthology .anthologyItem:nth-child(6n) {
  margin-right: 0px;
}

.anthology .anthologyItem:nth-child(6n) {
  margin-right: 0;
}
.anthology .anthologyItem .img {
  	width: 100%;
    height: 5.5rem;
    background-color: #e6e6e6;
}
.anthology .anthologyItem .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.anthology .anthologyItem .title {
  font-size: 0.3rem;
  text-align: center;
	padding:10px 8px;
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.book-item {
    border-radius: 0.08rem;
    border: 1px solid #e0e0e0;
    cursor: pointer;
}
.anthology .anthologyItem .title button{
background: #FFF;
    border: 1px solid #999;
    border-radius: 0.08rem;
    padding: 0.08rem 0.3rem;
    color: #333;
}
/** 宝藏文集-e **/

/**藏历**/
.curriculum .item .left{
	float: left;
    width: 100%;
    height: 1.2rem;
    padding-left: 1rem;
    line-height: 1.2rem;
    font-size: 0.3rem;
    text-align: left;
    box-sizing: border-box;
    background: url(../../layout/imgs/li_circle.png) no-repeat #fff;
    background-size: 10px 10px;
    background-position: 20px center;
    border-bottom: 1px solid #eeeeee;
}













