.searchBox{font-size: 0;}
.searchBox input{font-size: 14px;color: #727272;padding:10px 30px;border-radius: 20px 0 0 20px;border: 1px solid #ddd;height: 45px;width: 350px}
.searchBox button{height: 45px;vertical-align: top;background: #3e66fc;font-size: 16px;border-radius: 0 20px 20px 0;}
.searchBox{float: right}
.sxBox{margin-bottom: 55px;}
.sxBox tr td:first-child{background: #eee;text-align: center}
.layui-table td, .layui-table th{padding:12px 15px;border-color: #ddd}
.sx-val{margin-right: 15px;padding: 2px 10px;cursor: pointer}
.sxBox .active{color: #FFF;background:#3e66fc;border-radius: 12px;}
.caseBox{margin-bottom: 20px;}
.caseBox .imgBox img{width: 100%;height: 376px;}
.caseBox .box{border: 1px solid #EEE;transition: transform 0.3s ease-in-out}
.caseBox .box:hover{box-shadow:2px 2px 15px #ccc;transform: scale(1.04)}
.caseBox .box .txtBox{padding: 20px;position: relative}
.caseBox .box .txtBox .title{font-size:20px;color: #18171d;margin-bottom: 10px; }
.caseBox .box .txtBox .desc{font-size:14px;color: #666; }
.caseBox .box .txtBox .desc span{padding-right: 15px;}

#pages{text-align: center;padding-bottom: 30px;}
.layui-laypage .layui-laypage-curr .layui-laypage-em{background-color: #b48b62}



.clearFix {
    *zoom: 1; }

.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.after:after {
    content: "";
    display: block; }

.before::before {
    content: "";
    display: block; }

.transition-03 {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }

.childrenCon > .nei {
    overflow: hidden; }

.designTeamSwiperWrap {
    position: relative;
    margin-bottom: 70px; }
.designTeamSwiperWrap .gallery-top {
    height: 678px;
    width: calc(100% - 27px - 220px);
    margin: 0; }
.designTeamSwiperWrap .gallery-top .swiper-wrapper .swiper-slide {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.designTeamSwiperWrap .gallery-top .swiper-wrapper .swiper-slide img {
    width: 100%; }
.designTeamSwiperWrap .gallery-top .swiperBtn {
    background-color: #3E66FC;
    background-size: 12px auto;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%; }
.designTeamSwiperWrap .gallery-top .swiperBtn:hover {
    background-color: #D2A97E; }
.designTeamSwiperWrap .gallery-thumbsWrap {
    width: 220px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 37px 0; }
.designTeamSwiperWrap .gallery-thumbsWrap .gallery-thumbs {
    height: 100%; }
.designTeamSwiperWrap .gallery-thumbsWrap .gallery-thumbs .swiper-wrapper .swiper-slide {
    position: relative;
    cursor: pointer; }
.designTeamSwiperWrap .gallery-thumbsWrap .gallery-thumbs .swiper-wrapper .swiper-slide::after {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
.designTeamSwiperWrap .gallery-thumbsWrap .gallery-thumbs .swiper-wrapper .swiper-slide img {
    width: 100%; }
.designTeamSwiperWrap .gallery-thumbsWrap .gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::after {
    display: none; }
.designTeamSwiperWrap .gallery-thumbsWrap .swiperBtn {
    width: 100%;
    height: 30px;
    left: 0;
    margin: 0;
    z-index: 1;
    background-color: #D2A97E;
    background-position: center;
    background-size: auto; }
.designTeamSwiperWrap .gallery-thumbsWrap .swiperBtn.swiper-button-prev {
    top: 0;
    background-image: url("/static/home/img/t.png");background-repeat: no-repeat; }
.designTeamSwiperWrap .gallery-thumbsWrap .swiperBtn.swiper-button-next {
    bottom: 0;
    top: auto;
    background-image: url("/static/home/img/b.png");background-repeat: no-repeat; }
.designTeamSwiperWrap .gallery-thumbsWrap .swiperBtn.swiper-button-next::after,.designTeamSwiperWrap .gallery-thumbsWrap .swiperBtn.swiper-button-prev::after{font-size: 0}
.designTeamSwiperWrap .gallery-thumbsWrap .swiperBtn.swiper-button-disabled {
    cursor: not-allowed; }
.designTeamSwiperWrap .gallery-top .swiperBtn::after{font-size: 18px;}
.designTeamIntroduction.propertyShow {
    margin-bottom: 0; }
.designTeamIntroduction.propertyShow .leftBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
.designTeamIntroduction.propertyShow .leftBox .Page {
    margin-top: 40px;
    width: 100%;
    padding-top: 20px;
    border-top: 1px dashed #D0CFCF; }
.designTeamIntroduction.propertyShow .leftBox .image {
    width: 50%;
    margin-right: 30px; }
.designTeamIntroduction.propertyShow .leftBox .image img {
    width: 100%; }
.designTeamIntroduction.propertyShow .leftBox .info {
    flex: 1; }
.designTeamIntroduction.propertyShow .leftBox .info p {
    font-size: 1.4rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 10px; }
.designTeamIntroduction.propertyShow .leftBox .info .btns {
    margin-top: 20px; }
.designTeamIntroduction.propertyShow .leftBox .info .btns a {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 20px;
    width: 200px;
    border-radius: 30px;
    padding: 10px 0;
    text-align: center;
    margin-right: 10px; }
.designTeamIntroduction.propertyShow .leftBox .info .btns .btn-light {
    border: 1px solid #dddddd; }
.designTeamIntroduction.propertyShow .leftBox .info .btns .btn-primary {
    background-color: #016ffc;
    color: #fff; }
.designTeamIntroduction.propertyShow .tit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px; }
.designTeamIntroduction.propertyShow .tit h4 {
    font-size: 2.4rem;
    color: #18171D;
    font-weight: 400;
    position: relative; }
.designTeamIntroduction.propertyShow .tit h4::after {
    content: "";
    display: block;
    position: absolute;
    top: -22px;
    left: 0;
    background-color: #D2A97E;
    width: 2em;
    height: 3px; }
.designTeamIntroduction.propertyShow .tit .Popularity {
    border: 1px solid #E5E5E5;
    padding: 5px 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.designTeamIntroduction.propertyShow .tit .Popularity img {
    margin-right: 5px; }
.designTeamIntroduction.propertyShow .tit .Popularity span {
    color: #18171D;
    font-size: 1.5rem; }

.designTeamIntroduction {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
@media only screen and (max-width: 1199px) {
    .designTeamIntroduction {
        margin-bottom: 30px; } }
.designTeamIntroduction .leftBox {
    width: calc(100% - 380px); }
.designTeamIntroduction .leftBox .up {
    padding-bottom: 20px;
    border-bottom: 1px dashed #D0CFCF; }
.designTeamIntroduction .leftBox .up .tit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px; }
.designTeamIntroduction .leftBox .up .tit h4 {
    font-size: 2.4rem;
    color: #18171D;
    font-weight: 400;
    position: relative; }
.designTeamIntroduction .leftBox .up .tit h4::after {
    content: "";
    display: block;
    position: absolute;
    top: -22px;
    left: 0;
    background-color: #D2A97E;
    width: 2em;
    height: 3px; }
.designTeamIntroduction .leftBox .up .tit .Popularity {
    border: 1px solid #E5E5E5;
    padding: 5px 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.designTeamIntroduction .leftBox .up .tit .Popularity img {
    margin-right: 5px; }
.designTeamIntroduction .leftBox .up .tit .Popularity span {
    color: #18171D;
    font-size: 1.5rem; }
.designTeamIntroduction .leftBox .up .bot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.designTeamIntroduction .leftBox .up .bot p {
    font-size: 1.4rem;
    color: #666; }
.designTeamIntroduction .leftBox .up .bot .shareBox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.designTeamIntroduction .leftBox .up .bot .shareBox a {
    display: inline-block;
    margin: 0 2px; }
.designTeamIntroduction .leftBox .con {
    padding: 30px 0;
    margin-bottom: 30px;
    border-bottom: 1px dashed #D0CFCF; }
.designTeamIntroduction .leftBox .con h4 {
    width: 120px;
    height: 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3E66FC;
    font-weight: 400;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 30px; }
.designTeamIntroduction .leftBox .con p {
    font-size: 1.4rem;
    color: #666;
    line-height: 1.8; }
.designTeamIntroduction .leftBox .Page {
    padding-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center; }
.designTeamIntroduction .leftBox .Page a {
    font-size: 1.4rem;
    color: #666;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.designTeamIntroduction .leftBox .Page a:hover {
    color: #D2A97E; }
.designTeamIntroduction .leftBox .Page a i {
    width: 12px;
    height: 12px;
    background-repeat: no-repeat; }
.designTeamIntroduction .leftBox .Page a .prev-icon {
    background-image: url("/static/home/img/l1.png");
    background-position: center left;
    margin-right: 5px; }
.designTeamIntroduction .leftBox .Page a .prev-icon:hover i {
    background-position: center right; }
.designTeamIntroduction .leftBox .Page a .next-icon {
    background-image: url("/static/home/img/r1.png");
    background-position: center right;
    margin-left: 5px; }
.designTeamIntroduction .leftBox .Page a .next-icon:hover i {
    background-position: center left; }

.designerBox .rightBox {
    width: 350px;
    min-height: 344px;
    background-color: #F5F5F5;
    padding: 10px 25px; display: inline-block;}
.designerBox .rightBox .tit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px; }
.designerBox .rightBox .tit h4 {
    font-size: 2.5rem;
    color: #18171D;
    font-weight: 400;
    margin-right: 10px; }
.designerBox .rightBox .tit span {
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #676766; }
.designerBox .rightBox .con {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
.designerBox .rightBox .con .imgBox {
    width: 170px;
    margin-right: 15px; }
.designerBox .rightBox .con .imgBox img {
    width: 100%; }
.designerBox .rightBox .con .txtBox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: end;
    align-content: flex-end; }
.designerBox .rightBox .con .txtBox h5 {
    font-size: 2rem;
    font-weight: 400;
    color: #18171D;
    margin-bottom: 5px; }
.designerBox .rightBox .con .txtBox p {
    font-size: 1.4rem;
    color: #676766;
    margin-bottom: 10px; }
.designerBox .rightBox .con .txtBox a {
    width: 100%;
    margin-top: 10px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    height: 25px;
    border: 1px solid #D2A97E;
    font-size: 1.2rem;
    line-height: 25px; }
.designerBox .rightBox .con .txtBox a.make {
    background-color: #D2A97E;
    color: #fff; }
.designerBox .rightBox .con .txtBox a.make:hover {
    color: #D2A97E;
    background-color: transparent; }
.designerBox .rightBox .con .txtBox a.move_d {
    color: #D2A97E; }
.designerBox .rightBox .con .txtBox a.move_d:hover {
    color: #fff;
    background-color: #D2A97E; }

.designTeamWrap {
    padding: 55px 0; }
@media only screen and (max-width: 1199px) {
    .designTeamWrap {
        padding: 30px 0; } }
.designTeamWrap .box .listWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 26px); }
.designTeamWrap .box .listWrap .photoListBox {
    width: calc(25% - 26px);
    margin-bottom: 35px;
    margin-right: 26px; }
.designTeamWrap.details .box .listWrap {
    width: calc(100% + 20px); }
.designTeamWrap.details .box .listWrap .photoListBox {
    width: calc(33.33% - 20px);
    margin-bottom: 20px;
    margin-right: 20px; }

.designerBox{font-size: 0;}
.designerBox .leftBox{
    width: calc(100% - 350px);
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}
.desCaseList img{width: 100%}

.designerBox .desCaseList{position: relative;}
.tit22{font-size: 2.5rem;font-weight: 400;background: #F5F5F5;padding: 10px 20px;margin-bottom: 10px;}
.tit22 span{font-size: 1.4rem;color: #676766;}
.swiper-button-prev{left: 0}
.swiper-button-next{right: 0}
.swiper-button-prev, .swiper-button-next {
    background: rgba(0,0,0,.8);
}
.designTeamVrWrap{padding-bottom: 50px;}
.designerBox .rightBox .tit22{padding: 0;margin-bottom:20px }
.swiper-button-next::after, .swiper-button-prev::after{font-size: 16px;font-weight: bold;color: #FFF}
/*# sourceMappingURL=case.css.map */

@media screen and (max-width:767px){
    .clearFix {
        *zoom: 1;
    }

    .clearFix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .after:after {
        content: "";
        display: block;
    }

    .before::before {
        content: "";
        display: block;
    }

    .transition-03 {
        transition: all 0.3s;
    }

    .caseWrap .boxWrap {
        padding: 20px 14px;
    }

    .case_detailsWrap .boxWrap .caseDetailstitle {
        text-align: center;
        margin-top: 40px;
    }
    .case_detailsWrap .boxWrap .caseDetailstitle h4 {
        font-size: 18px;
        color: #18171D;
        font-weight: normal;
    }
    .case_detailsWrap .boxWrap .caseDetailstitle .Label {
        margin: 15px auto;
    }
    .case_detailsWrap .boxWrap section {
        padding: 17px 14px;
    }
    .case_detailsWrap .boxWrap .one .caseDetailsSwiper .swiper-wrapper .swiper-slide img {
        width: 100%;
    }
    .case_detailsWrap .boxWrap .one .caseDetailsSwiper .swiper-pagination .swiper-pagination-bullet {
        opacity: 1;
        background-color: #fff;
    }
    .case_detailsWrap .boxWrap .one .caseDetailsSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #4164FF;
    }
    .case_detailsWrap .boxWrap .one .box ul {
        margin: 20px 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .case_detailsWrap .boxWrap .one .box ul li {
        width: 50%;
        margin-bottom: 6px;
        font-size: 14px;
        color: #666;
    }
    .case_detailsWrap .boxWrap .one .box h4 {
        font-size: 18px;
        color: #2A2929;
        font-weight: normal;
        position: relative;
        padding-bottom: 15px;
        text-align: center;
        margin-bottom: 15px;
    }
    .case_detailsWrap .boxWrap .one .box h4::after {
        content: "";
        display: block;
        height: 2px;
        width: 20px;
        background-color: #D2A97E;
        position: absolute;
        bottom: 0;
        left: calc(50% - 10px);
    }
    .case_detailsWrap .boxWrap .one .box .txtBox p {
        line-height: 2;
        font-size: 14px;
        color: #666;
        position: relative;
    }
    .case_detailsWrap .boxWrap .one .box .txtBox p span {
        color: #D2A97E;
        display: none;
        align-items: center;
        position: absolute;
        bottom: -3px;
        right: 0;
        background-color: #fff;
        line-height: 1.4;
    }
    .case_detailsWrap .boxWrap .one .box .txtBox p span::after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #D2A97E;
        margin-left: 2px;
    }
    .case_detailsWrap .boxWrap .one .box .txtBox p span::before {
        content: "...";
        display: inline-block;
        font-size: 16px;
        color: #666;
        margin-right: 5px;
    }
    .case_detailsWrap .boxWrap .one .box .txtBox p.hide {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .case_detailsWrap .boxWrap .one .box .txtBox p.hide span {
        display: inline-flex;
    }
    .case_detailsWrap .boxWrap .two .boxWrap {
        padding-top: 20px;
        display: flex;
    }
    .case_detailsWrap .boxWrap .two .boxWrap .imgBox {
        width: 50%;
    }
    .case_detailsWrap .boxWrap .two .boxWrap .imgBox img {
        width: 100%;
    }
    .case_detailsWrap .boxWrap .two .boxWrap .txtBox {
        background-color: #fff;
        width: 50%;
        padding: 12px 18px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .case_detailsWrap .boxWrap .two .boxWrap .txtBox .tit {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .case_detailsWrap .boxWrap .two .boxWrap .txtBox .tit h4 {
        font-size: 18px;
        color: #18171D;
        font-weight: normal;
    }
    .case_detailsWrap .boxWrap .two .boxWrap .txtBox .tit .Label {
        font-size: 14px;
        width: 60px;
        padding: 3px 0;
        color: #A2A2A2;
    }
    .case_detailsWrap .boxWrap .two .boxWrap .txtBox .tit .Label::before {
        background-image: url("../img/x1.png");
        position: relative;
        top: 1px;
    }
    .case_detailsWrap .boxWrap .two .boxWrap .txtBox .txt p {
        font-size: 12px;
        color: #666;
        line-height: 1.8;
    }
    .case_detailsWrap .boxWrap .two .boxWrap .txtBox .btnBox > * {
        display: block;
        width: 100%;
        height: 27px;
        font-size: 12px;
        border: 1px solid #4164FF;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .case_detailsWrap .boxWrap .two .boxWrap .txtBox .btnBox #ejectBtn {
        color: #fff;
        background-color: #4164FF;
        text-transform: uppercase;
    }
    .case_detailsWrap .boxWrap .two .boxWrap .txtBox .btnBox .zp {
        margin-top: 5px;
        color: #4164FF;
        box-sizing: border-box;
    }
    .case_detailsWrap .boxWrap .three .boxWrap {
        padding-top: 20px;
    }/*# sourceMappingURL=case.css.map */
    body{background: #f1f2f4;}
    .ChooseWrap {
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        border-bottom: 1px solid #F1F2F4;
        margin: 10px 0 20px;
    }
    .ChooseWrap .box {
        text-align: center;
        flex-grow: 1;
        background: #FFF;
        position: relative;
    }
    .ChooseWrap .box label {
        display: block;
        padding: 20px;
        font-size: 14px;
        color: #2B2B2B;
        text-align: center;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ChooseWrap .box label::after {
        margin-left: 6px;
        content: "";
        display: inline-block;
        width: 11px;
        height: 7px;
        background-image: url("/static/home/img/i1.png");
        background-position: center top;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .ChooseWrap .box select {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        opacity: 0;
    }
    .ChooseWrap .box {
        text-align: center;
    }
    .caseBox{width: 100%;margin:0 0 20px;}
    .caseBox .box{width: 100%;margin: 0 auto;background: #FFF;border-radius: 8px;overflow: hidden}
    .caseBox .imgBox img{height: auto}
    .caseBox .box .txtBox .title span{float: right;font-weight: normal;font-size: 14px;}
    .caseBox .box .txtBox .title span i{padding-right: 6px;}
    .contentWrap .layui-col-space30 > * {
        padding: 5px 15px;
    }
    .caseBox .box:hover{box-shadow:unset;transform: scale(1)}
    .caseBox .box .txtBox .desc span{padding-right: 8px;}
    .caseBox .box .txtBox .desc{font-size: 13px;}

    .designTeamSwiperWrap .gallery-top{width: 100%;height: auto;}

    .caseDetailstitle {text-align: center;margin-top: 40px;}
    .caseDetailstitle h4 {font-size: 18px;color: #18171D;font-weight: normal;}
    .caseDetailstitle .Label {margin: 15px auto;}
    .childrenCon{background: #FFF;}
    .designTeamIntroduction .leftBox{width: 100%}
    .designTeamSwiperWrap{margin-bottom: 30px;padding: 0 15px;}
    .m-case-1{font-size: 14px;color: #666;margin-bottom: 30px;}
    .designTeamIntroduction .leftBox .con h4{font-size: 18px;
        color: #2A2929;
        font-weight: normal;
        position: relative;
        padding-bottom: 15px;
        text-align: center;
        margin-bottom: 15px;background-color:unset;width: 100%}
    .designTeamIntroduction .leftBox .con h4::after{content: "";
        display: block;
        height: 2px;
        width: 20px;
        background-color: #D2A97E;
        position: absolute;
        bottom: 0;
        left: calc(50% - 10px);}
    .nei{width: 100%}
    .designTeamIntroduction .leftBox,.designerBox .desCaseList{padding: 0 15px;}
    .designerBox .rightBox .con{background: #FFF;}
    .designerBox .rightBox .con .txtBox{justify-content: center;}
    .designerBox .leftBox{width: 100%;padding-left:0;}
    .designerBox .rightBox{margin-bottom: 30px;width: 100%}
    .tit22{font-size: 18px;position: relative;padding: 10px 25px;}
    .tit22 span{font-size: 12px;}
    .tit22::before {
        content: "";
        display: block;
        height: 18px;
        width: 2px;
        background-color: #B48B62;
        position: absolute;
        left: 15px;
        top: calc(50% - 9px);
    }

    .designerBox .rightBox .tit22{padding-left: 10px;}
    .designerBox .rightBox .tit22::before{left: 0;}
    .designerBox .rightBox .con .imgBox,.designerBox .rightBox .con .txtBox{width: 50%}
    .designerBox .rightBox .con .imgBox{margin-right: 0}
    .designerBox .rightBox .con .txtBox{padding: 15px;}
    .designTeamWrap.details .box .listWrap{width: 100%;}
    .designTeamWrap.details .box .listWrap .photoListBox{width: calc(50% - 5px);}
    .designTeamWrap.details .box .listWrap .photoListBox:nth-child(odd){margin-right: 5px}
    .designTeamWrap.details .box .listWrap .photoListBox:nth-child(even){margin-left: 5px;margin-right: 0;}
    .photoListBox .txtBox p{font-size: 12px;}
    .photoListBox .txtBox .tit h4{font-size: 16px;}
    .designTeamWrap{padding: 20px;}
    .designTeamWrap .box .listWrap .photoListBox{width: 100%}

    .case_detailsWrap .boxWrap .one .box {
        display: flex;
        justify-content: space-between;
    }

    .case_detailsWrap .boxWrap .one .box ul {
        flex: 1;
        flex-direction: column;
        justify-content: center;
    }

    .case_detailsWrap .boxWrap .one .box ul li {
        width: 100%;
    }

    .case_detailsWrap .boxWrap .one .box .btns {
        margin-top: 20px;
    }

    .case_detailsWrap .boxWrap .one .box .btns a {
        display: block;
        margin-bottom: 10px;
        width: 120px;
        padding: 5px 0;
        text-align: center;
    }

    .case_detailsWrap .boxWrap .one .box .btns .btn-light {
        border: 1px solid #dddddd;
    }

    .case_detailsWrap .boxWrap .one .box .btns .btn-primary {
        background-color: #016ffc;
        color: #fff;
    }
}
