.case-item-view {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
}

.label-view {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.label-view .text1 {
    font-size: 22px;
    font-family: 黑体;
    font-weight: 400;
    color: #222B48;
    margin-bottom: 16px;
}

.label-view .text2 {
    font-size: 19px;
    font-family: 黑体;
    font-weight: 400;
    color: #B8AEAE;
}

.label-view:nth-child(1) {
    margin-top: 101px;
}

.label-view:nth-child(2) {
    margin-top: 109px;
}

.label-view:nth-child(3) {
    margin-top: 103px;
}

.label-view:nth-child(4) {
    margin-top: 88px;
}

.label-view:nth-child(1),
.label-view:last-child {
    margin-bottom: 55px;
}

.label-view:nth-child(2) {
    margin-bottom: 46px;
}

.label-view:nth-child(3) {
    margin-bottom: 52px;
}

.case-item-view-img1 {
    width: 979px;
    height: 1691px;
}

.case-item-view-img2 {
    width: 980px;
    height: 584px;
}

.case-item-view-img3 {
    width: 979px;
    height: 557px;
}

.case-item-view-img4 {
    width: 978px;
    height: 607px;
    margin-top: 13px;
}

.case-item-view-img5 {
    width: 1033px;
    height: 438px;
    margin-bottom: 145px;
}

.zhanlan-atlas .item1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.zhanlan-atlas .item1 .img{
    margin-right: 10px;
}

.zhanlan-atlas .item1 .img:last-child {
    margin-right: 0;
}

.zhanlan-atlas .item2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.zhanlan-atlas .item2 .item2-item {
    width: 319px;
    margin-right: 10px;
}

.zhanlan-atlas .item2 .item2-item .img {
    margin-bottom: 10px;
}

.zhanlan-atlas .item2 .item2-item .img:last-child {
    margin-bottom: 0;
}

.zhanlan-atlas .item3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.zhanlan-atlas .item3 .img {
    margin-right: 10px;
}

.zhanlan-atlas .item3 .img:last-child {
    margin-right: 0;
}

.zhanlan-atlas .item4 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.zhanlan-atlas .item4 .item4-item .img {
    margin-bottom: 10px;
}

.zhanlan-atlas .item4 .item4-item .img:last-child {
    margin-bottom: 0;
}

.zhanlan-atlas .item4 .img-item {
    margin: 0 10px;
}

.zhanlan-atlas .item5 {
    display: flex;
    justify-content: space-between;
}

.zhanlan-atlas .item5 .img-item {
    margin-right: 10px;
}

.zhanlan-atlas .item5 .item5-item .img{
    margin-bottom: 10px;
}

.zhanlan-atlas .item5 .item5-item .img:last-child{
    margin-bottom: 0;
}

.kongjian-design .item1{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.kongjian-design .item1 .item1-item {
    width: 315px;
    margin-right: 10px;
}

.kongjian-design .item1 .item1-item .img {
    margin-bottom: 10px;
}

.kongjian-design .item1 .item1-item .img:last-child {
    margin-bottom: 0;
}

.kongjian-design .item2 {
    display: flex;
    justify-content: space-between;
}

.kongjian-design .item2 .img {
    margin-right: 10px;
}

.kongjian-design .item2 .img:last-child {
    margin-right: 0;
}

.huodong {
    display: flex;
    justify-content: space-between;
}

.huodong .item1 {
    margin-right: 14px;
}

.huodong .item1 .img {
    margin-bottom: 13px;
}

.huodong .item1 .img:last-child {
    margin-bottom: 0;
}

.huodong .item2 .item2-item {
    display: flex;
    flex-direction: column;
}

.huodong .item2 .item2-item {
    margin-bottom: 13px;
}

.huodong .item2 .item2-item:last-child {
    margin-bottom: 0;
}

.huodong .item2 .item2-item .one {
    margin-bottom: 13px;
}

.huodong .item2 .item2-item .two {
    display: flex;
    justify-content: space-between;
}

.zhanlan-atlas img,.kongjian-design img,.huodong img {
    cursor: pointer;
    transition: all 0.3s;
}

.zhanlan-atlas img:hover, .kongjian-design img:hover,.huodong img:hover{
    transform: scale(1.2);
    z-index: 1;
}

.case-imgs {
    transform: scale(0.9);
    margin-bottom: 145px;
}

.case-imgs .case-imgs-view {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.case-imgs .case-imgs-view:last-child{
    justify-content: flex-end;
    margin-bottom: 0;
}

.case-imgs .case-imgs-view .img {
    cursor: pointer;
    transition: all 0.3s;
}

.case-imgs .case-imgs-view .img:hover {
    transform: scale(1.2);
    z-index: 1;
}