
#home .swiper {
    width: 100%;
    height: 700px;
    margin-top: 50px;
    position: relative;
}
.container-80{
    width: 1600px;
    margin: 0 auto;
}
#home .swiper .swiper-button-next,#home .swiper .swiper-button-prev{
    color: #fff;
    width:60px;
    height:60px;
    border-radius: 50%;
    transition: all 0.5s;
}
#home .swiper .swiper-button-next:hover,#home .swiper .swiper-button-prev:hover{
    background-color: rgba(0,0,0,.5);
}
#home .swiper .swiper-button-next::after,#home .swiper .swiper-button-prev::after{
    font-size: 26px;
}
#home .swiper .swiper-pagination-bullet{
    opacity: 1;
    width: 16px;
    height: 3px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 60px;
    position: relative;
    overflow: hidden;
}
#home .swiper .swiper-pagination{
 bottom: 40px;
}
#home .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: rgba(255, 255, 255, 1);
}
#home .swiper .swiper-button-next{
    right: calc((100vw - 1152px)/2);
}
#home .swiper .swiper-button-prev{
    left: calc((100vw - 1152px)/2); 
}
#home .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

#home .swiper-slide {
    width: 1200px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
#home .swiper-slide:hover img {
    transform: scale(1.1);
}
#home .swiper-slide:hover .model{
    background-color: rgba(0,0,0,0.6);
    color: rgba(255,255,255,1);
}
#home .swiper-slide .model{
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    color: rgba(255,255,255,0);
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.0);
}
.hisfull-description-area .bottom-logo{
    display: flex;
    align-items: center;
    
}

.el-date-editor .el-range-separator{
    padding: 0;
}
.hisfull-description-area .bottom-logo img{
    height: 75px;
}
.hisfull-description-area .bottom-logo span{
    margin-left: 5px;
    color: #fff;
    font-size: 24px;
}
.logo img,.mobile_menu_logo img{
    height: 45px;
}

.hisfull-main-menu .prefix .logo a.main_sticky_l,.hisfull-main-menu .logo a.main_sticky_main_l{
    display: flex;
    align-items: center;
}
.hisfull-main-menu .logo span{
    margin-left: 5px;
}
.hisfull-main-menu .logo .main_sticky_l{
    color: #fff;
}
.hisfull_about_area .witr_section_title_inner h3{
    font-size:30px ;
}
.hisfull_about_area .witr_section_title_inner h1{
    margin: 10px 0;
    font-size: 16px;
}
.hisfull_about_area .row{
    margin: 50px 0;
}
.hisfull_about_area .single_image{
    height: 555px;
    
   
}
.right-image-none,.left-image-none{
    display: none;
}
.product{
    background-color:#f0f1f2 ;
}
.hisfull_about_area .single_image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hisfull_about_area .row{
    padding: 10px 0;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.hisfull_about_area .witr_section_title_inner h1{
    width: 95%;
}

.hisfull_portfolio_area .single_image {
    height: 350px;
}
.apartment2_area .qrcode{
    display: flex;
    justify-content: center;
}
.apartment2_area .qrcode img{
    width: 295px;
    height: 295px;
}
.custom {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 72px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 2px rgba(176, 201, 255, 0.25);
    border-radius: 10px;
    border: 1px solid rgba(163, 192, 255, 0.24);
    z-index: 9999;
    padding: 25px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.5s;
  }
  
  .custom > div {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 25px;
    cursor: pointer;
    position: relative;
    width: 100%;
  }
  
  .custom > div span {
    margin-top: 10px;
    font-size: 14px;
    color: #53657D;
  }
  
  .custom > div .custom-img {
    width: 52px;
    height: 52px;
  }
  
  .custom > div.custom-online span {
    margin-top: -15px;
  }
  
  .custom > div .right-img {
    display: block;
  }
  
  .custom > div .right-img-active {
    display: none;
  }
  
  .custom > div.wechat-qrcode .model {
    position: absolute;
    width: 200px;
    height: 200px;
    transform: scale(0);
    transition: all 0.3s;
    right: 72px;
  }
  .custom > div.wechat-qrcode .model.model-wechat{
    padding: 20px;
    background: #fff;
    height: auto;
    border-radius: 5px;
  }
  .custom > div.wechat-qrcode .model > img {
    width: 100%;
    height:auto;
    max-width: 200px;
  }
  
  .custom > div.wechat-qrcode .model.mobile-div {
    display: block;
    text-align: right;
    width: auto;
    background: #fff;
    height: auto;
    width: 220px;
    border-radius: 5px;
    padding: 10px;
  }
  
  .custom > div.wechat-qrcode .model.mobile-div > div {
    font-size: 14px;
  }
  
  .custom > div.wechat-qrcode .model.mobile-div > div.mobile {
    color: #4a9437;
    font-size: 14px;
  }
  
  .custom > div:hover .right-img {
    display: none;
  }
  
  .custom > div:hover .right-img-active {
    display: block;
  }
  
  .custom > div:hover.wechat-qrcode .model {
    transform: scale(1);
  }
  
  .custom .to-top {
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
  }
  
  .custom.custom-fixed {
    padding: 25px 0;
  }
  
  .custom.custom-fixed .to-top {
    height: 51px;
    margin-bottom: 0;
  }
  
@media (max-width: 1300px) {
    #home .swiper-slide{
        width: 100%;
    }
}
@media (max-width: 1600px) {
    .container-80{
        width:90%;
        margin: 0 auto;
    }
}
@media (min-width: 992px){
    .hisfull_about_area .row{
        display: flex;
        align-items: center;
    }
} 
@media (max-width: 992px){
    .left-image-none{
        display: block!important;
    }
    .right-image{
        display: none;
    }
    .hisfull_about_area .row{
        box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    }
    .custom{
        width: 55px;
        border-radius: 5px;
    }
    .custom > div span{
        font-size: 12px;
    }
    .custom > div .custom-img{
        width: 40px;
        height: 40px;
    }
    .custom > div{
        margin-bottom: 15px;
    }
} 
@media (max-width: 768px) {
    .hisfull-description-area .bottom-logo{
        justify-content: center;
    }
    
}