@keyframes beating {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, -15px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    min-width: 1250px;
}

.products-adver {
    width: 100%;
    position: relative;
}

.products-adver .products-adver-pic {
    width: 100%;
}

.products-adver .products-adver-pic img {
    width: 100%;
}

.products-adver .products-adver-pic .vr-icon {
    position: absolute;
    bottom: 6px;
    left: 50%;
    margin-left: -161px;
    width: auto;
    animation: beating 2.5s linear infinite;
}

.filter {
    margin-top: -90px;
    background-color: #f4f4f6;
    border-radius: 6px;
    width: 1250px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    z-index: 2;
}
.filter .row{
    padding: 15px 0;
}
.filter .row:not(:first-child) {
    border-top: 1px solid #ddd;

}

.filter .row span {
    float: left;
    width: 120px;
    line-height: 3em;
    text-align: center;
    font-weight: bold;
}

.filter .row .options {
    float: left;
    width: calc(100% - 120px);
    padding: 0.5em;
}

.filter .row .options a {
    display: inline-block;
    padding: 0.5em 1em;
    margin: 0 0.25em;
    border-radius: 20px;
}

.filter .row .options a.on {
    background-color: #01561f;
    border-color: #01561f;
    color: white;
}

.filter .row .options a:hover {
    border-color: #323232;
}

.case-list {
    padding-bottom: 3em;
    background: url("../images/case_bg.jpg");
    margin-top: -288px;
}
.case-list .container{
    width: 1250px;
}
.case-list .figure {
    float: left;
    width: 31.8%;
    margin-right: 2.3%;
    margin-top: 50px;
    position: relative;
    background: #fff;
    border: 1px solid #dbdbdb;
    transition-duration: 200ms;
    padding: 8px;
}

.case-list .figure:nth-child(3n) {
    margin-right: 0;
}

.case-list .figure.jl {
    margin: 0;
}

.case-list .figure:hover {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}


.case-list .figure img {
    display: block;
}

.case-list .figure .figcaption {
    border-top: none;
    background: #f4f4f6;
    padding: 15px;
}

.case-list .figure .figcaption .tit{
    text-align: center;
    font-size: 20px;
    color: #232323;
    letter-spacing: 2px;
}
.case-list .figure .figcaption p{
    font-size: 18px;
    color: #828282;
    line-height: 3em;
    border-bottom: 1px dashed #828282;
    text-align: center;
}
.case-list .figure .figcaption .more{
    color: #00561f;
    font-size: 18px;
    margin: 15px auto 0;
    display: block;
    width: 190px;
    height: 36px;
    text-align: center;
    border-radius: 18px;
    line-height: 36px;
    background: #f4f4f6;
    border: 1px solid #00561f;
}
.case-list .figure:hover .figcaption .more{
    background: #00561f;
    color: #fff;
}



.case-list .tops .right {
    float: right;
    width: 48px;
    height: 48px;
}

.case-list .tops .right1 {
    float: right;
    height: 48px;
    margin-top: 31px;
}

.case-list .tops .right1 img {
    width: 24px;
    height: 20px;
    display: inline;
    vertical-align: middle;
}

.case-list .tops .right1 {
    margin-top: 10px;
}

.case-list .figure {
    position: relative;
}

.case-list .figure .figure-pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.case-list .container .figure .figure-pic span {
    position: absolute;
    right: 0;
    top: 0;
    background: #00561f;
    color: #fff;
    text-align: center;
    height: 45px;
    line-height: 45px;
    padding:0 1rem;
    border-top-left-radius: 22.5px;
    border-bottom-left-radius: 22.5px;
}
.case-list .container .figure .figure-pic span i{
    color: #f1d8c4;
    font-style: normal;
}
.case-list .figure .figure-pic::before {
    content: '';
    display: block;
    padding: 42%;
}

.case-list .figure .figure-pic .pic {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.case-list .figure .figure-pic span{
    /*background: -webkit-linear-gradient(to right, #23372c,#315d45, #23372c);*/
    /*background: -o-linear-gradient(to right,#23372c,#315d45, #23372c);*/
    /*background: -moz-linear-gradient(to right,#23372c,#315d45, #23372c);*/
    /*background: linear-gradient(to right,#23372c,#315d45, #23372c);*/
    /*position: absolute;*/
    /*left: -30px;*/
    /*display: block;*/
    /*top: 14px;*/
    /*transform: rotate(-40deg);*/
    /*-webkit-transform: rotate(-40deg);*/
    /*-moz-transform: rotate(-40deg);*/
    /*z-index: 9;*/
    /*display: block;*/
    /*color: white;*/
    /*text-align: center;*/
    /*padding: 0.5rem 0;*/
    /*width: 150px;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    text-align: center;
    line-height: 2em;
    background-image: linear-gradient(80deg, #23372c 0%, #315d45 50%, #23372c 100%);
    color: white;
    z-index: 1;
    -webkit-transform: rotate(-45deg) translate(-30%, -70%);
    transform: rotate(-45deg) translate(-30%, -70%);
}

.case-detail-content {
    width: 100%;
    background-color: #f7f7f7;
    padding-bottom: 100px;
}

.case-detail-content .case-detail-banner {
    width: 100%;
}

.case-detail-content .case-detail-banner img {
    width: 100%;
}

.case-detail .case-detail-title {
    font-size: 36px;
    color: #000000;
    text-align: center;
    margin: 58px 0;
}

.case-detail .case-detail-left {
    width: calc(100% - 400px);
    background-color: #ffffff;
    padding: 46px 36px;
    line-height: 34px;
    font-size: 18px;
    color: #373737;
}

.case-detail .case-detail-left img {
    width: 100%;
}

.case-detail-left .design-description {
    line-height: 34px;
    font-size: 18px;
    color: #373737;
}

.case-detail-left .design-description .description {
    font-size: 20px;
    color: #1f1f1f;
}

.case-detail-left .case-detail-left-item .design-area .design-area-name {
    font-size: 24px;
    margin-bottom: 22px;
    margin-top: 46px;
    color: #1f1f1f;
    text-align: center;
}

.case-detail-left .case-detail-left-item .design-area .design-area-pic,
.case-detail-left .case-detail-left-item .design-area .design-area-pic img {
    width: 758px;
    height: 570px;
    margin-bottom: 24px;
}

.case-detail-left .case-detail-left-item .design-area .design-area-prodct {
    font-size: 18px;
    line-height: 34px;
    color: #373737;
    text-indent: 35px;
}

.case-detail .case-detail-right {
    width: 360px;
}

.case-detail .case-detail-right .case-description {
    width: 360px;
    height: 506px;
    background-color: #ffffff;
    margin-bottom: 20px;
    padding-left: 20px;
    box-sizing: border-box;
}

.case-detail .case-detail-right .case-description .case-description-name {
    font-size: 24px;
    line-height: 34px;
    color: #373737;
    padding-top: 20px;
}

.case-detail .case-description .case-description-name .case-description-line {
    width: 33px;
    height: 1px;
    background-color: #bfbfbf;
    margin-top: 10px;
    margin-bottom: 10px;
}

.case-detail .case-description .case-description-details {
    width: 315px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 14px;
    font-size: 18px;
    line-height: 34px;
    color: #3e3a39;
    overflow: hidden;
}

.case-detail .case-design .case-design-pic {
    width: 176px;
    height: 185px;
    margin-right: 14px;
}

.case-detail .case-design .case-design-pic img {
    width: 100%;
}

.case-design .case-stylist .case-stylist-name {
    font-size: 20px;
    line-height: 30px;
    color: #494848;

}

.case-design .case-stylist .case-stylist-homepage {
    font-size: 18px;
    line-height: 34px;
    color: #494848;
    cursor: pointer;
}

.case-design .case-stylist .case-stylist-homepage:hover {
    text-decoration: underline !important;
    color: #d80000;
}

.case-design .case-stylist .reservation-number {
    font-size: 16px;
    line-height: 34px;
    color: #494848;
}

.case-design .case-stylist .reservation-number span {
    font-size: 18px;
    color: #d80000;
}

.case-design .case-stylist .consult {
    width: 126px;
    height: 30px;
    border: solid 1px #d20000;
    font-size: 16px;
    line-height: 30px;
    color: #d20000;
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 16px;
    cursor: pointer;
}

.case-design .case-stylist .apply {
    display: block;
    width: 126px;
    height: 30px;
    border: solid 1px #bfbfbf;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    cursor: pointer;
}

.case-detail .case-detail-right .calculate-cost {
    width: 360px;
    height: 348px;
    background-color: #ffffff;
    padding: 0 20px;
    box-sizing: border-box;
}

.case-detail .calculate-cost .calculate-cost-title {
    font-size: 20px;
    color: #333333;
    padding: 20px 0;
    font-weight: bold;
}

.case-detail .calculate-cost .calculate-cost-style {
    width: 149px;
    height: 45px;
    border: solid 1px #cccccc;
    font-size: 18px;
    color: #777777;
    margin-right: 16px;
}

.case-detail .calculate-cost .calculate-cost-area {
    width: 149px;
    height: 45px;
    border: solid 1px #cccccc;
    font-size: 16px;
    color: #333;
    padding-left: 10px;
}

input::-webkit-input-placeholder {
    font-size: 18px;
    color: #777777;
}

.case-detail .calculate-cost .calculate-cost-rooms {
    width: 315px;
    height: 45px;
    border: solid 1px #cccccc;
    font-size: 18px;
    color: #777777;
    margin: 18px 0;
}

.case-detail .calculate-cost .calculate-cost-tel {
    width: 315px;
    height: 45px;
    border: solid 1px #cccccc;
    font-size: 16px;
    color: #333;
    padding-left: 10px;
}

.case-detail .calculate-cost .layui-input {
    margin-bottom: 1em;
}

.case-detail .calculate-cost .layui-btn {
    display: block;
    width: 100%;
    background-color: #d20000;
}

.case-detail .calculate-cost .calculate-cost-num {
    margin-top: .5em;
    font-size: 16px;
    color: #959393;
    text-align: center;
}

.case-detail .calculate-cost .calculate-cost-num span {
    font-size: 16px;
    color: #d20000;
}

.case-detail-content .case-more .case-more-headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 62px;
    margin-bottom: 46px;
}

.case-detail-content .case-more .case-more-headline .case-more-headline-title {
    font-size: 24px;
    color: #171717;
}

.case-detail-content .case-more .case-more-headline .case-more-headline-check {
    font-size: 16px;
    color: #fd1e1e;
}

.case-detail-content .case-more .case-list {
    margin-bottom: 0;
}

.case-more .case-list .figure {
    margin-top: 0;
}

.vr-detail iframe {
    display: block;
    width: 100%;
    height: calc(100vh - 138px);
}

.construct-site-banner {
    width: 100%;
}

.construct-site-banner img {
    width: 100%;
}

.construct-site-content {
    margin: 0 auto;
    margin-top: 60px;
}

.construct-site-left {
    width: calc(100% - 360px);
}

.construct-site-item {
    margin-bottom: 60px;
    background-color: #fff;
}

.construct-site-item .site-info {
    height: 60px;
    line-height: 60px;
    background-color: #d9d9d9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 40px;
}

.site-info .site-info-content {
    display: flex;
    font-size: 18px;
    color: #222222;
}

.site-info .site-info-content .building-name {
    font-size: 24px;
}

.construct-site-item .site-info .site-look {
    width: 117px;
    height: 40px;
    line-height: 40px;
    background-color: #00561f;
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.site-details {
    height: 303px;
    box-sizing: border-box;
}

.site-details .site-pic {
    display: flex;
    padding: 24px 40px 0;
    margin-bottom: 46px;
}

.site-details .site-pic li {
	position: relative;
    width: 25%;
}

.site-details .site-pic li:not(:first-child) {
    margin-left: 28px;
}

.site-details .site-pic li::before{
	content: "";
	display: block;
	padding: 33.3333% 0;
}

.site-details .site-pic li img {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
	height: 100%;
}

.site-schedule {
    margin: 0 46px;
    display: flex;
}

.site-schedule .site-schedule-item {
    width: 19.4%;
    margin-top: -12px;
    position: relative;
    text-align: center;
}

.site-schedule .site-schedule-item:last-child {
    margin-right: 0px;
    width: 11.2%;
}

.site-schedule .site-schedule-item:first-child {
    width: 11.2%;
}

.site-schedule .site-schedule-item .state {
    width: 24px;
    height: 24px;
    background-color: #cccccc;
    background-image: url(../images/construct_state.png);
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    margin: 0 auto;
    margin-left: 4px;
    margin-right: 4px;
}

.plan {
    display: flex;
    align-items: center;
}

.site-line {
    flex: 1;
    height: 4px;
    border: dashed 2px #cccccc;
}

.stateChioce {
    background-color: #c79e68 !important;
    border: solid 2px #c79e68 !important;
}

.site-schedule-item .state-name {
    display: inline-block;
    font-size: 18px;
    color: #222222;
    margin-top: 3px;
}

.site-schedule-item:first-child .state-name {
    transform: translateX(-60%);
}

.site-schedule-item:last-child .state-name {
    transform: translateX(60%);
}

.construct-site-left .pagination1 {
    width: 860px;
}

.site-right-title {
    width: 264px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}

.site-right-title p {
    color: inherit;
}

.site-right-title p:last-child {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 22px;
}

/*  */
.construct-site-right {
    width: 311px;
    height: 403px;
    background-color: #383838;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 22px 30px 0 30px;
    text-align: center;
}

.construct-site-right input {
    margin-bottom: 20px;
}

.construct-site-right .layui-btn {
    display: block;
    width: 100%;
    background-color: #00561f;
    font-size: 18px;
    color: #ffffff;
}

.construct-site-right .equity {
    font-size: 12px;
    color: #fff;
    margin-top: 12px;
}

.site-details-banner {
    width: 100%;
    position: relative;
}

.site-details-banner img {
    width: 100%;
}

.site-info-details {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    bottom: 0;
}

.site-info-details .site-info-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-info-details .site-info-content div {
    font-size: 18px;
    color: #ffffff;
    margin-right: 90px;
}

.site-info-details .site-info-content .attendance span {
    font-size: 18px;
    color: #e50404;
}

.site-info-details .site-info-content .site-appointment {
    width: 168px;
    height: 40px;
    line-height: 40px;
    background-color: #00561f;
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.site-details-item {
    margin-bottom: 50px;
}

.site-details-item .site-details-title {
    border-bottom: 1px solid #d3d3d3;
    font-size: 24px;
    color: #000000;
    padding-bottom: 12px;
}

.site-details-item .site-details-title img {
    display: inline-block;
    width: 23px;
    height: 23px;
}

.details-item-content {
    border-left: 1px solid #d3d3d3;
    margin-left: 46px;
}

.details-item-content .item-stage {
    padding-top: 30px;
    display: flex;
    align-items: center;
    margin-left: -8px;
}

.details-item-content .stage-content {
    margin-left: 44px;
}

.details-item-content .item-stage .circle {
    width: 15px;
    height: 15px;
    background-color: #a8a8a8;
    display: inline-block;
    border-radius: 50%;
    margin-right: 6px;
}

.details-item-content .item-stage .stage-name {
    width: 166px;
    height: 40px;
    line-height: 40px;
    background-color: #a8a8a8;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
}

.details-item-content .stage-content .stage-content-pic {
    width: 750px;
    /* height: 463px; */
    margin-top: 38px;
    line-height: 34px;
    font-size: 18px;
    color: #373737;
}

.details-item-content .stage-content .stage-content-pic img {
    width: 100%;
}

.stageChioce {
    background-color: #c79e68 !important;
}

.case-page{
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
    text-align: center;
}
.pagination{
    display: block;
    margin: 0 auto;
    overflow: hidden;
    width:max-content
}
.pagination .page-item{
    float: left;
    font-size: 18px;
    line-height: 38px;
    width: 38px;
    height: 38px;
    text-align: center;
    margin-right: 10px;
}
.active{
    background-color: #A9A9A9;
    color: #fff;
}