@charset "UTF-8";
@import url(./wapheader.css);
@import url(./wappublic.css);
@import url(./wapfot.css);
.main{
    width: 100%;
    overflow-x: hidden;
    background-color: #F8F8F8;
}
/* 头部 */
/* 轮播图 */
.top{
    width:100%;
    position: relative;
}
.banner{
    width: 100%;
    height: 11.25rem;
    overflow: hidden;
    position: relative;
}
.banner-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top_text{
    width: 81%;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 81%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.top_text_t01{
    font-family: Alimama FangYuanTi VF-Regular, Alimama FangYuanTi VF-Regular;
    font-weight: normal;
    font-size: 0.32rem;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0.3rem;
}
.top_text_t02{
    font-family: FZLiBian-S02, FZLiBian-S02;
    font-weight: 400;
    font-size: 0.2rem;
    color: #ffffffd9;
    line-height: 0.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.02rem;
    text-align: center;
}

.contant{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top:0.8rem;
}

/* VR全景陵园 */
.VR{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom:0.6rem; 
}
.VR_info{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
}
.VR_info img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.1rem 0.1rem 0 0;
}
.VR_info_text{
    width: 100%;
    height: 2.74rem;
    display: flex;
    flex-direction: column;
    background: url(../images/vr_ban01.png) no-repeat;
    background-size: 100% 100%;
    padding: 0.35rem 0.3rem;
    border-radius: 0 0 0.1rem 0.1rem;
}
.VR_info_text p{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 0.28rem;
    color: #4F2926;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.15rem;
}
.VR_info_t01{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.2rem;
    color: #4F2926;
    line-height: 0.35rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.02rem;
    margin-bottom: 0.3rem;
}
.VR_info_btn{
    display: flex;
    align-items: center;
}
.VR_info_btn .vr_btn01{
    width: 1.4rem;
    height: 0.5rem;
    background: #4F2926;
    border-radius: 0.02rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.5rem;
    margin-right: 0.3rem;
}
.VR_info_btn .vr_btn02{
    width: 1.4rem;
    height: 0.5rem;
    border: 0.01rem solid #4F2926;
    border-radius: 0.02rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #4F2926;
    text-align: center;
    line-height: 0.5rem;
}
.vr_btn01:active,.vr_btn02:active{
    opacity: 0.5;
}
/* 园区三维实景 */
.swsj{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom:0.8rem;
}
.swsj_top{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.4rem;
}
.swsj_top p{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 0.32rem;
    color: #4F2926;
    margin-bottom: 0.11rem;
    text-align: center;
    position: relative;
}
.swsj_top span{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.22rem;
    color:#585858;
}
.swsj_info{
    width: 100%;
    position: relative;
}
.swsj_swiper{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.swsj_list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.swsj_list .swsj_list_item{
    width: 48.5%;
    height: 100%;
    display: flex; 
    margin-bottom: 0.2rem;
    position: relative;
}
.swsj_list_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.1rem;
}
.swsj_list_item div{
    width: 100%;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    padding: 0.2rem;
    background: rgba(0,0,0,0.2)
}
.swsj_info .swiper-pagination-bullet-active {
    opacity: 1;
    background: #4F2926 !important;
}
.swsj_info .swiper-pagination-bullet{
    width: 0.50rem !important;
    height:0.02rem !important;
    border-radius: 0.10rem !important;
    margin: 0 0.10rem;
}
.swsj_info .swiper-pagination{
    width: 100%;
    bottom: -0.5rem !important;
}


/* 园区实景视频 */
.video{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.6rem;
}
.video_info{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.video_item{
    width: 100%;
    display: flex;
    margin-bottom: 0.3rem;
    border-radius: 0.10rem;
}
.video_item:last-child{
    margin-right: 0;
}
.video_item_top{
    width: 40%;
    position: relative;
    display: flex;
}
.video_item_img{
    width: 100%;
    height: 1.92rem;
    object-fit: cover;
    border-radius: 0.1rem 0 0 0.1rem;
}
.video_item_bf{
    width: 0.50rem;
    height: 0.50rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.video_item_eye{
    width: 1.45rem;
    height: 0.45rem;
    background: #4F2926;
    border-radius: 0.1rem 0rem 0.1rem 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "my font1";
    font-weight: 400;
    font-size: 0.15rem;
    color: #FFFFFF;
    position: absolute;
    top: -0.05rem;
    left: -0.13rem;
    z-index: 9;
    transform: scale(0.8);
}
.video_item_eye img{
    width: 0.2rem;
    margin-right: 0.04rem;
}
.video_item_text{
    width: 60%;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 0.25rem 0.2rem;
    border-radius: 0 0.1rem 0.1rem 0;
}
.video_item_title{
    font-family: "my font3";
    font-weight: 500;
    font-size: 0.24rem;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 0.01rem solid #3333331f;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    line-height: 0.4rem;
}
.video_item_text_gk{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.video_item_text_left{
    display: flex;
    align-items: center;
    font-family: "my font2";
    font-weight: 400;
    font-size: 0.22rem;
    color:#4F2926;
}
.video_item_text_left img{
    width: 0.15rem;
    margin-right: 0.05rem;
}
.video_item_text_logo{
    width: 0.9rem;
}



