* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    font-family: hyqh;
    font-size: 13.333333vw;
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    list-style: none;
    color: #000;
}

input{  
	background:none;  
	outline:none;  
	border:0rem;
}
.main{
    width: 100%;
    overflow-x: hidden;
    background-color: #fff;
}
li{
    list-style: none;
}

/* 头部 */
/* 轮播图 */
.top{
    width:100%;
    position: relative;
}
.header{
    width: 100%;
    height:1rem;
    display: flex;
    align-items: center;
    line-height:1rem;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0.5rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.header01{
    background: url(../images/fl_banner.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 0.05rem 0.1rem 0 rgb(37 43 58 / 6%);
}
.logoa{
    width: 1.7rem; 
}
.header_right{
    display: flex;
    align-items: center;
}
.wapIn_pt{
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.2rem;
}
.qiehuan{
    width: 0.5rem;
    height: 0.5rem;
}

.banner{
    width: 100%;
    height: 11.25rem;
    overflow: hidden;
    position: relative;
}
.banner-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0.1rem!important;
}
.swiper-pagination-bullet{
    width: 0.05rem !important;
    height: 0.05rem !important;
    background: #FFFFFF !important;
    opacity: 0.5 !important;
}
.swiper-pagination-bullet-active{
    width: 0.3rem !important;
    height: 0.05rem !important;
    border-radius: 0.1rem !important;
    background: #4F2926 !important;
    opacity: 1 !important;
} */

.top_text{
    width: 55%;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 86%;
    left: 38%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.top_text_hx{
    width:0.5rem;
    height: 0.05rem;
    background: #66463bab;
}
.top_text_t1{
    font-weight: 400;
    font-size: 0.25rem;
    color: #66463B;
    line-height: 0.4rem;
    margin: 0.25rem 0 0.6rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.02rem;
}


/* 墓园 */
.box01{
    width:100%;
    display: flex;
    flex-direction: column;
    background-color:#fff;
    box-sizing: border-box;
    padding: 0.6rem 0;
  }

  .box01_banner{
    width: 100%;
    padding-left: 0.42rem;
    box-sizing: border-box;
  }
  .box01_banner .box01_swiper{
    width: 100%;
    height: 100%;
    position: relative;
  }
  .box01_banner .box01_swiper .swiper-slide{
    height: 3.2rem;
  }
  .box01_banner .box01_swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
    object-fit: cover;
  }
  .box01_text{
    text-align: center;
    font-size: 0.2rem;
    font-weight: 500;
    color: #fff;
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    padding: 0.13rem 0 0.2rem 0;
    background: linear-gradient( 180deg, rgba(50,50,50,0.08) 0%, #292929 100%);
    width: 100%;
    border-radius: 0 0 0.04rem 0.04rem;
    z-index: 9;
  }
 
  /* 墓园园区 */
.yuanq{
    width:100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
    background-color: #F8F8F8;
}
.yuanq_info{
    width:90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.yuanq_info_item{
    width: 48.5%;
    margin-bottom: 0.2rem;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius:0.06rem;
    overflow:hidden;
}
.yuanq_img{
    width: 100%;
    height:2.21rem;
    object-fit: cover;
    border-radius: 0.06rem 0.06rem 0 0;
}
.yuanq_text{
    width: 100%;
    padding: 0.15rem;
    display: flex;
    flex-direction: column;
    background: #fff;
}
.yuanq_text p{
    font-size: 0.28rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.2rem;
}
.yuanq_t01{
    font-size: 0.22rem;
    color: #6c6b6b;
    margin-bottom: 0.20rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.yuanq_t02{
    font-size: 0.25rem;
    color: #4F2926;
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}
.yuanq_t02 img{
    width: 0.2rem;
    margin-left: 0.1rem;
}
.yuanq_t03{
    width: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center;
    justify-content: space-between; */
}
.yuanq_t03 span{
    font-size: 0.22rem;
    color: #868484;
}
.yuanq_t03 span:nth-child(1){
    margin-bottom: 0.1rem;
}
.yuanq_more{
    display: inline-block;
    padding: 0.2rem 0;
    width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.30rem;
    border: 0.01rem solid #4F2926;
    color: #4F2926;
    text-align: left;
    line-height: 0.16rem;
    cursor: pointer;
    margin: 0 auto;
    font-size: 0.25rem;
    margin-top: 0.3rem;
}
.yuanq_more:active,.top_text_btn:active{
    opacity: 0.5;
}

  /* 潇湘园恒服务 */
.box02{
    width: 100%;
    /* height:8.3rem; */
    display: flex;
    margin-bottom: 0.6rem;
}
.box02_info{
    width:90%;
    margin: 0 auto;
    background: url(../images/wapIn_img04.png) no-repeat;
    background-size:cover;
    display: flex;
    flex-direction: column;
    border-radius: 0.1rem;
    padding: 0.3rem 0.3rem 0.1rem 0.3rem;
}
.box02_l_top{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 0.2rem;
}
.box02_l_top_01{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.25rem;
}
.box02_l_top_01 span{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 0.32rem;
    color: #FFFFFF;
}
.box02_l_top_01 .box02_sm{
    width: 1.7rem;
    height: 0.55rem;
    border-radius: 0.05rem;
    border: 0.01rem solid #ffffff54;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.25rem;
    color: #ffffffc9;
    position: relative;
}
.box02_l_top_01 .box02_sm .in_sm{
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.1rem
}
.box02_sm_ewm{
    width: 1.2rem;
    display: none;
    position: absolute;
    top: -65%;
    left: -1.32rem;
    z-index: 9;
    opacity: 1 !important;
}
.box02_l_top .box02_t01{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.25rem;
    color: #ffffffcf;
    line-height: 0.4rem;
    margin-bottom: 0.3rem;
    letter-spacing: 0.03rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box02_img{
    width: 3.52rem;
    margin: 0 auto;
}
.box02_img img{
    width: 100%;
}

.box02_l_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.box02_l_list_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-bottom:0.35rem;
    margin-right: 3%;
}
.box02_l_list_item img{
    margin-bottom: 0.1rem;
}
.box02_l_list_item span{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.2rem;
    color: #ffffffcf;
}
.in_icon01{
    width: 0.39rem;
    height:0.38rem;
}
.in_icon02{
    width: 0.38rem;
    height:0.35rem;
}
.in_icon03{
    width: 0.25rem;
    height: 0.35rem;
}
.in_icon04{
    width: 0.4rem;
    height: 0.34rem;
}
.in_icon05{
    width: 0.31rem;
    height: 0.34rem;
}
.in_icon06{
    width: 0.38rem;
    height:0.35rem;
}
.in_icon07{
    width: 0.31rem;
    height:0.35rem;
}
.in_icon08{
    width: 0.36rem;
    height:0.35rem;
}
.in_icon09{
    width: 0.34rem;
    height:0.35rem;
}
.in_icon10{
    width:0.36rem;
    height: 0.33rem;
}
.in_icon11{
    width: 0.32rem;
    height: 0.34rem;
}


/* 潇湘人文纪念园优势 */
.box03{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding:0.6rem 0;
    background: #F3E9E4;
}
.box03_top{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.4rem;
}
.box03_top div{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 0.32rem;
    color: #4F2926;
    margin-bottom:0.11rem;
    text-align: center;
    position: relative;
}
.box03_top span{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    text-align: center;
}
.yous_info{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.yous_box_list{
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
    margin-left: 0.35rem;
    margin-bottom: 0.5rem;
}
.yous_box_list ul{
    width: 200%;
    display: flex;
    align-items: center;
    padding-bottom: 0.2rem;
    margin-bottom: -0.2rem;
    padding-right: 0.5rem;
}
.yous_box_list ul li{
    width: 1.6rem;
    height: 0.55rem;
    border-radius: 0.62rem;
    border: 0.01rem solid #585858;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.25rem;
    color: #585858;
    line-height: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.2rem
}
.yous_active{
    background: #4F2926;
    border: none !important;
    color: #fff !important;
}
.at_icon{
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
    display:none;
}
.yous_active .at_icon{
    display: block !important;
}
#page {
    width: 100%;
    height:6rem;
    margin-left: 0.35rem;
}
#page .swiper-pagination-bullet-active{
    width: 0.4rem !important;
    height: 0.06rem !important;
    background: #4F2926 !important;
    border-radius: 0.26rem !important;
    opacity: 1 !important;
}
#page .swiper-pagination-bullet{
    width: 0.18rem ;
    height: 0.06rem ;
    background: #A1A1A1;
    border-radius: 0.26rem ;
    opacity: 1;
}
#page.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: -9px !important;
    left: -19px !important;
}
.yous_ms{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 0.1rem;
    padding-top: 0.2rem;
    box-shadow: 0.05rem 0.05rem 0.2rem 0.02rem #3333;
}
.yous_ms img{
    width: 92%;
    margin: 0 auto;
    height: 3.6rem;
    object-fit: cover;
    border-radius: 0.1rem;
}
.yous_ms div{
    width: 100%;
    height: 1.4rem;
    background: url(../images/yous_baner.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    padding-left: 0.4rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.3rem;
    color: #66463B;
}
/* .box03_info{
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box03_info .box03_item{
    width: 48.5%;
    height: 2.64rem;
    display: flex;
    position: relative;
    margin-bottom: 0.2rem;
}
.box03_item .box03_img01{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.04rem;
}
.box03_item_text{
    width: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 0 0.2rem 0.2rem 0.3rem;
}
.box03_item_text span:nth-child(1){
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 0.24rem;
    color: #FFFFFF;
    margin-bottom: 0.1rem;
}
.box03_item_text span:nth-child(2){
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
} */


/* 购墓管家 */
.gmgj{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin:0.6rem 0 0.3rem 0;
}
.gmgj_info{
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gmgj_item{
    width:48.5%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.32rem;
}
.gmgj_item_img{
    width: 100%;
    height: 3.71rem;
    object-fit: cover;
    border-radius:0.1rem;
}
.gmgj_item_t01{
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin: 0.25rem 0 0.2rem 0;
}
.gmgj_item_t01 span:nth-child(1){
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.28rem;
    color: #333333;
    margin-right: 0.1rem;
}
.gmgj_item_t01 span:nth-child(2){
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333b0;
}
.gmgj_item_te02{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gmgj_item_te02 div{
    padding: 0.05rem;
    background: #F3E9E4;
    border-radius: 0.01rem;
    margin-right: 0.1rem;
    display: flex;
}
.gmgj_item_te02 div span{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.18rem;
    color: #4F2926;
    transform: scale(0.9);
    white-space: nowrap;
}

/* 在线预约，立享优惠 */
.yuyue{
    width: 100%;
    height: 7.6rem;
    background: url(../images/wapIn_ban01.png) no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    padding:0.45rem 0;
}
.yuyue_info{
    width: 90%;
    height: 100%;
    margin:0 auto;
    display: flex;
    flex-direction: column;
    background: rgba(255,255,255,0.51);
    border-radius: 0.1rem;
}
.yuyue_right{
    width: 100%;
    height: 100%;
    border-radius: 0.10rem;
    display: flex;
    flex-direction: column;
    padding:0.5rem;
}
.yuyue_right .yuyue_right_title{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 0.32rem;
    color: #4F2926;
    text-align: center;
    margin-bottom: 0.2rem;
}
.yuyue_right_text01{
    font-family: PingFang SC, PingFang SC;
    font-weight: 300;
    font-size: 0.28rem;
    color: #4F2926;
    text-align: center;
    margin-bottom: 0.2rem;
}
.yuyue_right_text02{
    font-family: PingFang SC, PingFang SC;
    font-weight: 300;
    font-size: 0.24rem;
    color: #585858;
    text-align: center;
    margin-bottom:0.4rem;
}
.yuyue_right_item{
    width: 100%;
    height:0.78rem;
    line-height:0.78rem;
    display: flex;
    align-items: center;
    margin-bottom:0.35rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.01rem 0.08rem 0rem rgba(101,101,101,0.07), 0.01rem 0rem 0.04rem 0rem rgba(101,101,101,0.11);
    border-radius: 0.89rem;
}
.yuyue_right_item span{
    display: inline-block;
    width: 25%;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.28rem;
    color: #4F2926;
    text-align: center;
}
.shu{
    width: 0.03rem;
    height: 0.28rem;
    background: #E8E8E8;
    border-radius: 0.02rem;
}
.yuyue_right_item input{
    width: 70%;
    height:0.6rem;
    line-height:0.6rem;
    background: #FFFFFF;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.28rem;
    color: #4F2926;
    padding-left:0.25rem;
    outline: none;
    border: none;
}
.yuyue_right_item input::placeholder{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.24rem;
    color: #999999;
}
.yuyue_right_btn{
    width: 100%;
    height:0.78rem;
    line-height:0.78rem;
    text-align: center;
    background: #735352;
    border-radius: 0.5rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.28rem;
    color: #FFFFFF;
    margin-top: 0.35rem;
}
.yuyue_right_btn:active{
    opacity: 0.5;
}


/* 新闻动态 */
.news{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0.6rem 0;
}
.news_info{
    width:90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.news_Item{
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 0.1rem;
    border: 0.01rem solid #c6c6c682;
    padding:0.3rem 0.37rem 0.2rem 0.3rem;
    margin-bottom: 0.2rem;
}
.news_Item_top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom:0.01rem solid #c6c6c682;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
}
.news_Item_data{
    width:1.45rem;
    background: url(../images/in_ban01.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.07rem 0.07rem 0.07rem 0.15rem;
}
.news_Item_data span:nth-child(1){
    display: inline-block;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.16rem;
    color: #6C4A46;
    text-align: center;
}
.news_Item_data span:nth-child(2){
    display: inline-block;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.16rem;
    color: #DED7D6;
    text-align: center;
}
.news_Item_more{
    display: flex;
    align-items: center;
}
.news_Item_more span{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.2rem;
    color: #66463B;
}
.news_Item_more img{
    width: 0.25rem;
    height: 0.25rem;
    margin-left: 0.05rem;
}

.news_Item_text{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.25rem;
    color: #333333;
    line-height: 0.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}


/* 底部 */

.footer{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.footer_info{
    width: 100%;
    height: 10.33rem;
    display: flex;
    flex-direction: column;
    padding-top: 1.1em;
    background: url(../images/wap_fot_baner.png) no-repeat;
    background-size: 100% 100%;
}
.footer_top{
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_top_left{
    width: 60%;
    display: flex;
    flex-direction: column;
}
.footer_top_left p{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 0.32rem;
    color: #4F2926;
    margin-bottom: 0.25rem;
}
.footer_top_left div{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.24rem;
    color: #66463B;
    line-height: 0.4rem;
    margin-bottom: 0.1rem;
}
.footer_top_right{
    width: 1.9rem;
    height: 1.9rem;
    display: flex;
}
.footer_top_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer_Logo{
    display: flex;
    margin-top: 2.5rem;
    margin-left: 0.6rem;
}
.footer_Logo img{
    width: 2.5rem;
}
.footer_btn{
    width: 100%;
    background-color: #F3E9E4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0.3rem;
}
.footer_btn .footer_btn_Left{
    width: 2.1rem;
    height: 0.76rem;
    border-radius: 0.8rem;
    border: 0.01rem solid #4F2926;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.28rem;
    color: #4F2926;
}
.footer_btn_Left img{
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
}
.footer_btn_right{
    display: flex;
    align-items: center;
    width: 4.35rem;
    height: 0.76rem;
    background: #4F2926;
    border-radius: 0.8rem;
}
.footer_btn_right_kf{
    width: 50%;
    height: 0.76rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.28rem;
    color: #fff;
    border-right: 0.01rem solid #fff;
}
.footer_btn_right_kf:last-child{
    border-right: none;
}
.footer_btn_right_kf img{
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
}
.footer_btn_Left:active,.footer_btn_right_kf:active,.news_Item_more:active{
    opacity: 0.5;
}

/* 弹窗 */
/* 分栏 */
.fenLan{
    width: 7.5rem;
    height:100vh;
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;

}
.fenLan-add{
    width:100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0; 
}
.fenLanTop{
    width: 100%;
    height:1rem;
    display: flex;
    align-items: center;
    background: url(../images/fl_banner.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 0.05rem 0.1rem 0 rgb(37 43 58 / 6%);
    justify-content: space-between;
    padding: 0 0.5rem;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.fen_logoa{
    width: 1.7rem; 
}
.cha{
    width: 0.5rem;
    height: 0.5rem;
}
.fenLanList{
    width:0;
    height: 100%;
    margin-left: 2rem;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s;
}
.fenLanList_sp01{
    width: 100%;
    height: 7.8rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
.fenLanItem{
    width: 100%;
    display: flex;
    border-bottom: 0.01rem solid rgba(0,0,0,.1);
    flex-direction: column;
}
.fenLanItemSp1{
    font-size: 0.33rem;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #272727;
    padding: 0.34rem 0 0.34rem 0.58rem;
}
.fenLanItemSp1 a:focus{
    color: rgb(166, 160, 160);
    cursor: pointer;
}
.fenLanItem-to{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fenLanItem-h{
    margin-right: 0.39rem;
}
.al-right {
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/wapIn_add01.png) no-repeat;
    background-size: 100% 100%;
}
.al-right2 {
    width: 0.3rem;
    height: 0.05rem;
    background: url(../images/wapIn_jian.png) no-repeat;
    background-size: 100% 100%;
}
.fenLanItemEji{
    width: 100%;
    background: #F2F3F7;
    display: flex;
    flex-direction: column;
    display:none;
}
.fenLanItemEji span{
    font-size: 0.3rem;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #272727;
    opacity: 0.76;
    height: 0.8rem;
    line-height: 0.8rem;
    padding-left: 0.8rem;
}
.fenLanList_sp02{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 0.34rem;
    box-shadow: 0 -0.05333rem 0.10667rem 0 rgb(37 43 58 / 6%);
}
.fenLanBtn{
    width: 4.45rem;
    height: 0.76rem;
    background-color: #4F2926;
    border-radius: 0.38rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.33rem;
    border: none;
    margin: 0.5rem auto;
}
.fenLanBtn01{
    width: 4.45rem;
    height: 0.76rem;
    border: 0.01rem solid #4F2926 !important;
    color: #4F2926;
    background: #fff;
    border-radius: 0.38rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.33rem;
    margin: 0 auto;
    margin-bottom: 0.5rem;
}
.fenLanPhone{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.45rem;
    height: 0.76rem;
    border: 0.01rem solid #4F2926 !important;
    border-radius: 0.38rem;
    margin: 0 auto;
    margin-bottom: 0.36rem;
}
.phone1{
    width: 0.43rem;
    height: 0.46rem;
    margin: 0 0.3rem 0 0;
}
.fenLanPhoneS{
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #4F2926;
}
.fenLanItem:last-child{
    border-bottom: none;
}
.fenLanItem:focus{
    color: #cac7c7;
    cursor:pointer;
}
.fenLanItemEji span:hover{
    background-color: #595959;
    cursor: pointer;
}

/* 右侧导航 */
.navigation{
    display: flex;
    flex-direction: column;
    position: absolute;
    right: -0.2rem;
    top: -12%;
    z-index: 999;
}
.navigation-wx{
    width: 0.96rem;
    height: 0.96rem;
    margin-bottom: 0.26rem;
}
.navigation-wx img{
    width: 100%;
    height: 100%;

}
.navigation-top{
    width: 0.96rem;
    height: 0.96rem;

}
.navigation-top img{
    width: 100%;
    height: 100%;
}

/* 二维码弹窗 */
.ewm_shadow{
    width: 7.5rem;
    height: 100vh;
    background: rgba(0,0,0,0.27);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.ewm_shadow_add{
    width: 60%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
    display: flex;
}
.ewm_shadow_add img{
    width: 100%;
}

.ewm_shadow_add01{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;
    z-index: 9;
    position:absolute;
    top:50%;
    left: 50%;
    z-index: 9;
}

/* VR全景陵园 */
.vr{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 0.6rem;
}
.vr_tab{
    width: 100%;
}
.vr_con{
    width: 90%;
    margin: 0 auto;
}
.vr_item{
    width: 100%;
    display: block;
}
.vr_box{
    width: 100%;
    height: 9.22rem;
    border-radius: 0.1rem;
    display: flex;
    position: relative;
}
.vr_box a{
    width: 100%;
    display: flex;
}
.vr_box_banner{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.1rem;
}
.vr_box_top{
    width: 1.8rem;
    height: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #59392B;
    border-radius: 0.1rem 0 0.15rem 0;
    font-size: 0.2rem;
    color: #ffffffdb;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.vr_box_top img{
    width: 0.25rem;
    height: 0.2rem;
    margin-right: 0.1rem;
}
.vr_box_ul{
    width: 1.4rem;
    display: flex;
    flex-direction: column;
    background: #43311bc9;
    border-radius: 0 0.1rem 0 0.15rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    padding: 0.25rem 0;
}
.vr_box_ul_li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.3rem;
}
.vr_box_ul_li:last-child{
    margin-bottom: 0;
}
.vr_box_ul_li img{
    width: 0.35rem;
    height: 0.35rem;
    margin-bottom: 0.15rem;
}
.vr_box_ul_li span{
    font-size: 0.2rem;
    color: #ffffffdb;
}
.vr_list{
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
    margin-top: 0.3rem;
    margin-left: 0.35rem;
}
.vr_list ul{
    width: 200%;
    display: flex;
    align-items: center;
    padding-bottom: 0.2rem;
    margin-bottom: -0.2rem;
}
html {
    scrollbar-width: none;
}
::-webkit-scrollbar {
    width: 0;
    height: 0;
    z-index: -1;
}
.vr_list ul li{
    width: 2rem;
    height: 1.95rem;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-right: 0.2rem;
}
.vr_list ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.1rem;
}
.vr_list ul li span{
    display: inline-block;
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    background: #7a605fd1;
    border-radius: 0 0 0.1rem 0.1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
}