* {
    touch-action: pan-y;
}
.box {
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.bottomTab {
    width: 100%;
    height: 56px;
    background: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #ccc;
}

.bottomTab>img {
    /*width: 240px;*/
        max-height: 50px;
}
@media only screen and (max-width: 760px) {
    .bottomTab>img {
        width: 100px;
    }
}
.bottomTab>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.bottomTab>div>img {
    width: 20px;
    height: 20px;
}

.bottomTab>div>span {
    font-size: 12px;
    color: #333;
    margin-top: 10px;
}

.bottomTabTwo{
    position: fixed;
    bottom: 98px;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 98px;
}


.yd_a {
    width: 100%;
    height: calc(100% - 56px);
    background: #000;
}

video {
    width: 100%;
    height: 100%;
       object-fit:fill;
}

.active {
    display: flex !important;
    z-index: 10;
}



/*
.swiper-container {
    width: 100%;
    height: 100%;
}*/
.swiper-slide{
    text-align: center;
}
.swiper-container{
height: 100%;
}

.culturalNuclearBrigade .swiper-slide img{
    width: 100%;
        height: 100%;
}
.salesSegment .swiper-slide img{
    /*height: 100%;*/
    height: calc(100vh);
width: 100%;
}

.yin {
    position: fixed;
    bottom: 63px;
    z-index: 998;
    margin-left: 10%;
    width: 80%;
    background:#fff;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.38);
    border-radius: 8px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.yin>div {
    font-size:12px;
    color: #333;
    height: 52px;
    cursor: pointer;
    display: flex;
        align-items: center;
    justify-content: center;
        flex: 1;
    text-align: center;
}





.dingwei{
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: none;
    position: relative;
    background: #F9F7F2;
    overflow:hidden;
}
.dingwei>img{
    height:100%;
    width:auto;
    cursor:move;
    position: absolute;
    z-index: 2;
     display: none;
}
.dingwei>img:nth-child(1){
    z-index: 1;
    display: block;
}
#img{
    display: block;
    height:100%;
    width:100%;
    cursor:move;
    position: absolute;
    z-index: 10;
}
.anchorPoint{
    position: absolute;
    top: 0px;
    right: 20px;
    z-index: 666;
    /* width: 260px; */
}
.anchorPoint>div{
    background:rgba(0,0,0,0.6);
    border:1px solid rgba(255,255,255,1);
    border-radius:30px;
    margin-top: 15px;
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    height: 18px;
    align-items: center;
}
.anchorPoint>div>img{
    width: 14px;
    height:14px;
    margin-right: 5px;
}
.anchorPoint>div>p{
    font-size: 12px;
    color:#fff;
}


.grandPlan,
.culturalNuclearBrigade,
.salesSegment{
    display: none;
}

.salesSegment>img,
.culturalNuclearBrigade>img{
    width: 100%;
    height: 100%;
}

.salesSegment,
.culturalNuclearBrigade{
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
}


.loading{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index:10000;
}
.loading>img{
    width: 100%;
    height: 100%;
}

iframe{
 width: 100%;
}



.yin2 {
    position: fixed;
    bottom: 120px;
    z-index: 10000;
    margin-left: 10%;
    width: 80%;
    background:#fff;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.38);
    border-radius: 8px;
    justify-content: space-around;
    align-items: center;
    display: none;
}

.yin2>div {
    font-size:12px;
    color: #333;
    padding: 20px 0;
    cursor: pointer;
}

.suofang{
    display: none;
    position: fixed;
    bottom: 85px;
    left: 20px;
    z-index: 10000;
}
.suofang>p{
    width: 40px;
    height: 40px;
    background: #fff;
        display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.suofang>p:nth-child(1){
    border-bottom: 1px solid #ccc;
}
.suofang>p>img{
    width: 60%;
    height: 60%;
}
@media screen and (max-width: 1000px) {
    .panoramicHouseType>div>div:nth-child(1){
        margin-bottom: 20px;
    }
    .panoramicHouseType>div>div{
            margin: 0 10px;
    }
    .HouseType{
        width: 150px;
        height: 90px;
        position: relative;
    }
    .HouseType>div{
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.3);
        color: #FDFDFD;
        font-size: 18px;
        position: absolute;
            top: 0;
        display: flex;
            justify-content: center;
        align-items: center;
        cursor: pointer;
    }
}
@media screen and (min-width: 1000px) {
    .panoramicHouseType>div>div:nth-child(1){
        margin-bottom: 40px;
    }
    .panoramicHouseType>div>div{
            margin: 0 20px;
    }
    .HouseType{
        width: 460px;
        height: 300px; 
        position: relative;
    }
    .HouseType>div {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.3);
        color: #FDFDFD;
        font-size: 36px;
        position: absolute;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
}

.panoramicHouseType{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.panoramicHouseType>div{
    /*width: 50%;*/
}


.HouseType>img{
    width: 100%;
    height: 100%;
}


.xiala{
        position: fixed;
    z-index: 10;
    top: 20px;
    right:  20px;
    width: 232px;
    height: 35px;
    background: #DF6224;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
}
.xiala>div{
width: 50%;
height: 100%;
}
.xiala>div>div{
   display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.xiala>div>div>img{
    width: 10px;
    height: 5px;
        margin-left: 3px;
}
.xiala>div>ul{
    display: none;
    width:100px;
background:rgba(255,255,255,1);
border-radius:8px;
    margin: 2px auto;
}
.xiala>div>ul>li{
    height:30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}