.project-details {
    padding-top: .4rem;
    padding-bottom: 1.2rem
}

.project-details .top-nav {
    margin-bottom: .8rem
}

.project-details .title {
    font-size: .48rem;
    font-weight: 500;
    color: #000;
    line-height: .44rem;
    margin-bottom: .8rem;
    white-space: nowrap;
    position: relative
}

.project-details .title .status {
    height: .48rem;
    background: #b58347;
    padding: 0 .24rem;
    font-size: .24rem;
    font-weight: 500;
    color: #fff;
    line-height: .28rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.project-details .content {
    padding-bottom: .8rem;
    border-bottom: .01rem solid #e6e8ee
}

.project-details .content .photos {
    width: 52%;
    margin-right: 1.2rem;
    font-size: 1rem
}

.project-details .content .photos .preview {
    height: 4.8rem;
    width: 100%;
    position: relative
}

.project-details .content .photos .preview .left,.project-details .content .photos .preview .right {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    width: .48rem;
    height: 1rem;
    background: rgba(181,131,71,.8);
    font-size: .48rem;
    color: #fff
}

.project-details .content .photos .preview .left.left,.project-details .content .photos .preview .right.left {
    left: .12rem
}

.project-details .content .photos .preview .left.right,.project-details .content .photos .preview .right.right {
    right: .12rem
}

.project-details .content .photos .preview .my-preview {
    width: 100%;
    height: 100%
}

.project-details .content .photos .cell {
    text-align: center;
    font-size: .16rem;
    font-weight: 400;
    color: #2a2b2d;
    line-height: .19rem;
    width: 2rem;
    box-sizing: border-box;
    white-space: nowrap;
    display: inline-block;
    margin-right: .24rem;
    margin-top: .24rem
}

.project-details .content .photos .cell:last-child {
    margin-right: 0
}

.project-details .content .photos .cell.active {
    font-weight: 500;
    color: #b58347
}

/*
.project-details .content .photos .cell .my-preview {
    width: 2rem;
    height: 1.2rem;
    margin-bottom: .14rem
}*/

.project-details .introduce p {
  font-size: 16px;
}

.project-details .content .info {
    flex: 1
}

.project-details .content .info .tags {
    margin-bottom: .3rem
}

.project-details .content .info .tags .tag {
    margin-bottom: .1rem;
    margin-right: .4rem;
    min-width: 1.08rem;
    padding: 0 .1rem;
    height: .36rem;
    background: #f5f5f5;
    border-radius: .04rem;
    font-size: .16rem;
    font-weight: 400;
    color: #616366;
    line-height: .19rem
}

.project-details .content .info .tags .tag.import-tag {
    background: #b58347;
    color: #fff
}
.my-preview img {
    width: 100%;
    height: 100%;
}
.project-details .content .info .info-cell {
    display: flex;
    margin-bottom: .24rem
}

.project-details .com-svg {
    width: .24rem;
    height: .24rem;
    margin-right: .08rem
}
.com-svg img {
    width: 100%;
}

.project-details .content .info .info-cell .val,.project-details .content .info .info-cell .label {
    font-size: .18rem;
    font-family: PingFang SC-Regular,PingFang SC;
    font-weight: 400;
    color: #2a2b2d;
    line-height: .22rem
}

.project-details .content .info .info-cell .label {
    white-space: nowrap;
    color: #616366
}

.project-details .content .info .contact-way {
    margin-top: .36rem;
    height: 1.78rem;
    background: #ffffff;
    box-shadow: 0 0 .28rem .01rem #00000014;
    padding: .24rem .32rem
}

.project-details .content .info .contact-way>.f-ac {
    margin-top: .2rem
}

.project-details .content .info .contact-way .s-title {
    font-size: .18rem;
    font-weight: 400;
    color: #2a2b2d;
    line-height: .26rem;
    margin-bottom: .23rem
}

.project-details .content .info .contact-way .val,.project-details .content .info .contact-way .label {
    font-size: .18rem;
    font-weight: 400;
    color: #616366;
    line-height: .22rem
}

.project-details .content .info .contact-way .val {
    color: #2a2b2d
}

.project-details .content .info .contact-way .val>span {
    margin-right: .26rem
}

.project-details .title-desc {
    font-size: .28rem;
    font-weight: 500;
    color: #000;
    line-height: .36rem;
    padding-top: .8rem;
    margin-bottom: .4rem;
    display: flex;
    align-items: center
}

.project-details .title-desc:before {
    content: "";
    margin-right: .08rem;
    width: .15rem;
    height: .14rem;
    background: #b58347;
}

.project-details .introduce {
    padding: 0 .23rem
}

.project-details .introduce .cell {
    margin-bottom: .28rem;
    padding-left: .24rem
}

.project-details .introduce .cell:last-child {
    margin-bottom: 0
}

.project-details .introduce .cell .s-title {
    font-size: .24rem;
    font-weight: 400;
    color: #000;
    line-height: .32rem;
    margin-bottom: .14rem
}

.project-details .introduce .cell .desc {
    font-size: .16rem;
    font-weight: 400;
    color: #000;
    line-height: .44rem
}

.project-details .serves {
    padding: 0 .23rem;
    display: grid;
    grid-template-columns: repeat(7,2rem);
    justify-content: space-between;
    gap: .2rem 0
}

.project-details .serves .cell {
    width: 2rem;
    min-height: 2.4rem;
    background: #ffffff;
    box-shadow: 0 0 .28rem .01rem #00000014;
    padding-top: .36rem
}

.project-details .serves .cell .el-image,.project-details .serves .cell .com-svg {
    width: 1.12rem;
    height: 1.12rem;
    margin-bottom: .2rem
}

.project-details .serves .cell>span {
    text-align: center;
    font-size: .32rem;
    font-weight: 400;
    color: #2a2b2d;
    line-height: .46rem;
    max-width: 1.8rem
}

.project-details .map-container {
    height: 6rem;
    width: 100%
}

.map-container iframe {
  width: 100%;
  height: 100%;
}
.el-carousel__item{
	position:static;
}

@media screen and (max-width: 720px) {
    .project-details {
        padding-top:.2rem;
        padding-bottom: .4rem
    }

    .el-carousel .el-carousel__container {
        height: 1.99rem!important;
    }

    .project-details .top-nav {
        margin-bottom: .1rem
    }

    .project-details .title {
        display: flex;
        justify-content: space-between;
        font-size: .18rem;
        font-weight: 500;
        color: #000;
        line-height: .2rem;
        margin-bottom: .16rem;
        white-space: normal;
        position: relative
    }

    .project-details .title .status {
        height: .2rem;
        background: #b58347;
        padding: 0 .09rem;
        font-size: .12rem;
        font-weight: 500;
        color: #fff;
        line-height: .16rem;
        position: unset;
        transform: unset;
        margin-left: .1rem
    }

    .project-details .content {
        padding-bottom: .4rem;
        border-bottom: .01rem solid #e6e8ee;
        flex-direction: column;
        justify-content: flex-start
    }

    .project-details .content .photos {
        width: 100%;
        margin-right: 0;
        margin-bottom: .2rem;
        display: flex;
        flex-wrap: wrap;
    }

    .project-details .content .photos .preview {
        height: 1.99rem;
        width: 100%;
        position: relative
    }

    .project-details .content .photos .preview .left,.project-details .content .photos .preview .right {
        position: absolute;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%);
        width: .28rem;
        height: .48rem;
        background: rgba(181,131,71,.8);
        font-size: .2rem;
        color: #fff
    }

    .project-details .content .photos .preview .left.left,.project-details .content .photos .preview .right.left {
        left: .08rem
    }

    .project-details .content .photos .preview .left.right,.project-details .content .photos .preview .right.right {
        right: .08rem
    }

    .project-details .content .photos .preview .my-preview {
        width: 100%;
        height: 100%
    }

    .project-details .content .photos .cell {
        text-align: left;
        font-size: .12rem;
        line-height: .14rem;
        width: calc((100% - .2rem) / 3);
        white-space: normal;
        display: inline-block;
        vertical-align: top;
        margin-right: .1rem;
        margin-top: .08rem;
        box-sizing: border-box;
    }

    .project-details .content .photos .cell:last-child {
        margin-right: 0
    }

    .project-details .content .photos .cell.active {
        font-weight: 500;
        color: #b58347
    }

    .project-details .content .photos .cell .my-preview {
        width: 100%;
        height: .62rem;
        margin-bottom: .06rem
    }

    .project-details .content .info {
        flex: 1
    }

    .project-details .content .info .tags {
        margin-bottom: .2rem;
        gap: .1rem .14rem
    }

    .project-details .content .info .tags .tag {
        margin-bottom: unset;
        margin-right: unset;
        min-width: .48rem;
        padding: 0 .05rem;
        height: .2rem;
        background: #f5f5f5;
        border-radius: .02rem;
        font-size: .12rem;
        font-weight: 400;
        color: #616366;
        line-height: .14rem
    }

    .project-details .content .info .tags .tag.import-tag {
        background: #b58347;
        color: #fff
    }

    .project-details .content .info .info-cell {
        display: flex;
        margin-bottom: .08rem
    }

    .project-details .content .info .info-cell .com-svg {
        width: .14rem;
        margin-right: .04rem
    }

    .project-details .content .info .info-cell .val,.project-details .content .info .info-cell .label {
        font-size: .12rem;
        font-weight: 400;
        color: #000;
        line-height: .14rem
    }

    .project-details .content .info .info-cell .label {
        white-space: nowrap;
        color: #616366
    }

    .project-details .content .info .contact-way {
        margin-top: .2rem;
        height: unset;
        background: #ffffff;
        box-shadow: 0 0 .28rem .01rem #00000014;
        padding: .13rem .24rem
    }

    .project-details .content .info .contact-way .s-title {
        font-size: .12rem;
        font-weight: 400;
        color: #2a2b2d;
        line-height: .14rem;
        margin-bottom: .12rem
    }

    .project-details .content .info .contact-way>.f-ac {
        margin-top: .08rem
    }

    .project-details .content .info .contact-way .com-svg {
        width: .14rem;
        height: .14rem;
        margin-right: .04rem;
    }

    .project-details .content .info .contact-way .val,.project-details .content .info .contact-way .label {
        font-size: .12rem;
        font-weight: 400;
        color: #616366;
        line-height: .14rem
    }

    .project-details .content .info .contact-way .val {
        color: #2a2b2d
    }

    .project-details .content .info .contact-way .val>span {
        margin-right: .24rem
    }

    .project-details .title-desc {
        font-size: .14rem;
        font-weight: 500;
        padding-top: 0;
        color: #000;
        line-height: .16rem;
        margin: .2rem 0;
        display: flex;
        align-items: center
    }

    .project-details .title-desc:before {
        content: "";
        margin-right: .04rem;
        width: .08rem;
        height: .08rem;
        background: #b58347;
    }

    .project-details .serves {
        width: 100%;
        background: #ffffff;
        box-shadow: 0 0 .08rem .01rem #00000014;
        padding: .09rem 0;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        justify-content: space-between;
        justify-items: center;
        gap: .14rem 0
    }

    .project-details .serves .cell {
        width: .48rem;
        height: unset;
        min-height: unset;
        background: #ffffff;
        box-shadow: unset;
        padding-top: 0
    }

    .project-details .serves .cell .el-image,.project-details .serves .cell .com-svg {
        width: .28rem;
        height: .28rem;
        margin-bottom: .04rem
    }

    .project-details .serves .cell>span {
        font-size: .12rem;
        font-weight: 400;
        color: #2a2b2d;
        line-height: .14rem
    }

    .project-details .map-container {
        height: 1.3rem;
        width: 100%
    }
}
