html, body{
    min-height: 100%;
    height: auto;
}
.waterfall-item {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 288px;
    padding: 0;
    background: #fff;
}
.waterfall-item img {
    display: block;
    min-width: 100%;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}
.waterfall-item .download{
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px 10px;
    color: #fff !important;
    font-size: 14px;
    background: rgba(9, 109, 217, 1);
    z-index: 10;
    display: none;
}

.waterfall-item:hover {
    box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
}
.waterfall-item:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);    
}
.waterfall-item:hover .download{
    display: block;
}
.waterfall-item a{
    color:rgba(38,38,38,1);
    text-decoration: none;
}
.waterfall-item .desc{
    height:20px;
    font-size:14px;
    color:rgba(38,38,38,1);
    line-height:20px;
    padding: 10px;
    margin: 0;
    overflow: hidden;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
#waterfall-loading,#waterfall-message{
    padding: 16px 0;
}

.photoContainer{
    z-index: 150;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(9, 11, 14, .8);
    display: none;    
}
.photoContainerCon{
    width: calc(100% - 3vw);
    height: calc(100% - 3vw);
    position: absolute;
    top: 1.5vw;
    left: 1.5vw;
}
.zbs .photo-detail-title{
    float: left;
    font-size:24px;
    color:rgba(38,38,38,1);
    height: 33px;
    line-height:33px;
    /*margin-bottom: 16px;    */
}
.photo-header-con{
    position: relative;
    width: 100%;
    margin-bottom: 16px;
}
.btnActions{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    display: none;
    margin: 0 !important;
}
.swiper-slide-active .btnActions{
    display: block;
}
.btnActions span{
    float: left;
    height:25px;
    font-size:18px;
    color:rgba(140,140,140,1);
    line-height:26px;
    /*background: none;*/
    outline: none;
    border: none;  
}
.btnActions .collect-btn{
    height: 25px;
    padding-left: 20px;
    background: url('../pic/collect-photos-icon.svg') no-repeat left center;
}
.btnActions .line{
    padding: 0 16px;
}
.share{
    height: 25px;
    position: relative;
    padding-left: 20px;
    background: url('../pic/share-icon.svg') no-repeat left center;
    cursor: pointer;
}
.share .share-type-list{
    width: 56px;
    text-align: center;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -60px;
    right: 0;
    opacity: 0;
}
.share a{
    display: block;
    font-size: 20px;
}
#lbImageContainer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*width: calc(100% - 23vw);*/
    width: calc(100% - 446px);
    min-height: 470px;
    height: calc(100% - 0px);
    background: #fff;
}
#lbImage {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-width: 480px;
    /*padding: 6vw 3vw;*/
    /*padding: 118px 190px;*/
}
#lbImageViewLayer{
    /*overflow: hidden;*/
    position: relative;
    height: 100%;
    min-width: 480px;
    background: #fff;
    /*padding: 118px 0;*/
    padding: 10px 0;
}
#lbInfo {
    position: absolute;
    overflow: hidden;
    /*width: 22.8vw;*/
    width: 438px;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    transition: right 250ms ease-out;
    z-index: 3;
    padding: 0.1vw 16px;
}
.swiper-container{
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*padding: 118px 60px;*/
    padding: 0 120px;
    width: 100%;
    overflow: initial;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*-webkit-box-pack: center;*/
  /*-ms-flex-pack: center;*/
  -webkit-justify-content: center;
  justify-content: center;
  /*-webkit-box-align: center;*/
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*padding: 118px 60px;*/
}
.swiper-button-next, .swiper-button-prev{
    height: 62px;
    margin-top: -31px;
    outline: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 60px;
    background-image: url('../pic/prev-btn.svg');
    background-position: left center;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 60px;
    background-image: url('../pic/next-btn.svg');
    background-position: right center;
}
.imgItem{
    display: block;
    width: 100%;
    /*height: 57vh;*/
    height: 100%;
    background: center / contain no-repeat;
}
.desc{
    width: 100%;
    font-size:12px;
    color:rgba(38,38,38,1);
    line-height:17px;
    margin-top: 16px;
    text-align: left;
    height: 40px;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: box;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    text-align: left; 
}
.mask-tab{
    height: 47px;
    line-height: 47px;
    text-align: right;
}
.mask-tab .close-btn{
    background: none;
    border: none;
    padding: 0 11px;
    outline: none;
}
.mask-content{
    overflow: hidden;
    margin-top: 16px;
    position: absolute;
}
#lbInfo .content-mask{
    width: calc(100% - 32px);
    height: 100%;
}
#lbInfo .content-mask:after, #lbInfo .content-mask:before{
    display: none;
}
#lbInfo .content-scroll {
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    border: 0;
    padding: 0 0 100px;
}
.author-owner{
    position: relative;
    overflow: hidden;
}
.author-details{
    position: absolute;
    left: 116px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.pro-location{
    margin: 8px 0;
}
.author-avatar{
    width: 100px;
    height: 100px;
    float: left;
}
.userImage{
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;    
}
.author-details .zk-username{
    font-size:14px;
    color:rgba(51,51,51,1);
    line-height:20px;    
}
.author-details .pro-location{
    color: rgba(155, 155, 155, 1);
}
.pro-location .loca{
    font-size: 12px;
    padding-left: 12px;
    background: url('../pic/addr-icon.svg') no-repeat left 1px;
    margin-right: 16px;
}
.pro-location .works-time{
    font-size: 12px;
    padding-left: 15px;
    background: url(../pic/working-years-icon.svg) no-repeat left 1px;
}
.major{
    height:17px;
    font-size:12px;
    color:rgba(51,51,51,1);
    line-height:17px;    
}
.zbs .relation-photos-tit{
    height:25px;
    font-size:18px;
    color:rgba(38,38,38,1);
    line-height:25px;
    margin: 40px auto 32px;
    text-align: left;   
}
.relation-photos-con, .relation-projects-con{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.relation-projects-con ul{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}
.relation-photos-item, .relation-projects-item{
    float: left;
    width: calc(100%/3 - 16px/3 - 4px);
    height: 0;
    padding-bottom: calc(100%/3 - 16px/3 - 4px);
    margin: 0 8px 8px 0;
    border: 2px solid #fff;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-size: cover;
    background-repeat: no-repeat;
}
.relation-photos-item:nth-child(3n), .relation-projects-item:nth-child(3n){
    margin-right: 0;
}
.relation-photos-item.current, .relation-projects-item.current{
    border-color: rgba(9, 109, 217, 1);
}
.relation-photos-tags{
    overflow: hidden;
    margin-top: 24px;
}
.tags{
    float: left;
    font-size:12px;
    color:rgba(255,255,255,1);
    padding: 2px 13px;
    background: rgba(91, 156, 226, 1);
    margin: 1px 8px;
    border-radius:4px;
    -webkit-border-radius:4px;
    color: #fff !important;
}
.tags-name{
    height:21px;
    font-size:18px;
    color:rgba(38,38,38,1) !important;
    line-height:21px;
    background: none;
    padding: 0;  
}

/*案例*/
.projects-msg .projects-tit{
    font-size:18px;
    color:rgba(38,38,38,1);
    line-height:25px;
    margin: 32px auto 8px;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: box;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;    
}
.projects-msg .projects-desc{
    font-size:12px;
    color:rgba(38,38,38,1);
    line-height:17px;
    margin-bottom: 16px;    
}
.projects-msg .relation-projects-tit{
    height:25px;
    font-size:18px;
    color:rgba(38,38,38,1);
    line-height:25px;
    margin: 28px auto 16px;
}
.relation-projects-con{
    min-height: 276px;
}
.projects-msg .relation-projetcs{
    overflow: hidden;
}
.page-nav{
    text-align: center;
}
.page-nav span{
    font-size:12px;
    color:rgba(140,140,140,1);
    line-height:17px;
}
#zkEmailSpace{
    display: none;
}


