#app {
    background: #f7f7f7;
}

.banner .title1 {
    color: white;
}


.title-container .title {

    font-size: 36px;
    font-weight: bold;
    color: #323232;
}

.bg-white {
    background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(13, 35, 62, 0.05);
    padding: 20px;
    box-sizing: border-box;
}

.popular-properties-container .left-item {
    width: 100%;
    margin: 15px 0;
    padding: 15px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 10px;
}

.popular-properties-container .left-item .cover {
    width: 313px;
    height: 175px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 18px;
}

.popular-properties-container .left-item .mid{
    width: 385px
}

.popular-properties-container .content {
    margin: 15px 0;
}

.popular-properties-container .left-item .title {
    font-size: 22px;
    color: #171717;
}

.popular-properties-container .left-item .mid-label {
    font-size: 16px;
    font-weight: 500;
    color: #787878;
}

.popular-properties-container .left-item .value {
    font-size: 18px;
    color: #1b1b1b;
}

.popular-properties-container .left-item .view {
    font-size: 12px;
    color: #787878;
}

.popular-properties-container .left-item .view img {
    margin-right: 10px;
}

.popular-properties-container .left-item .space {
    margin: 10px 0;
}

.popular-properties-container .left-item .btns .btn {
    padding: 5px 12px;
    box-sizing: border-box;
    font-size: 13px;
    border-radius: 15px;
}

.popular-properties-container .left-item .btns .free {
    background: rgba(190, 221, 255, 0.7);
    border: 1px solid #145499;
    color: #145499;
}

.popular-properties-container .left-item .btns .visit {
    background: rgba(190, 255, 248, 0.7);
    border: 1px solid #14997c;
    color: #14997c;
}

.popular-properties-container .left-item .right-btn {
    width: 105px;
    height: 105px;
    border-radius: 15px;
    background: linear-gradient(125deg, #5ba5e8 0%, #005ec2 98%);
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    color: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

/* right */
.popular-properties-container .compute {
    margin-bottom: 30px;
    cursor: pointer;
}

.popular-properties-container .compute .title {
    font-size: 20px;
    color: #474747;
}

.popular-properties-container .compute .price {
    margin: 15px 0;
    width: 100%;
    height: 56px;
    border-radius: 9px;
    background: #f3f3f3;
    box-sizing: border-box;
    border: 2px solid #cacaca;
}

.popular-properties-container .compute .price img {
    margin-left: auto;
    margin-right: 15px;
}

.popular-properties-container .compute .input {
    margin: 8px 0;
    width: 100%;
    height: 43px;
    border-radius: 78px;
    background: #f3f3f3;

    font-size: 14px;
    color: #a3a3a3;

    padding-left: 26px;
}

.popular-properties-container .compute .get-price {
    margin-top: 20px;
    width: 213px;
    height: 48px;
    border-radius: 78px;
    background: #005ec2;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.popular-properties-container .cur--designer .avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.popular-properties-container .cur--designer .username {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}

.popular-properties-container .cur--designer .position {
    height: 22px;
    padding: 0 10px 0 30px;
    box-sizing: border-box;
    font-size: 12px;
    color: #b6d9ff;
    position: relative;
    border-radius: 22px;
    background: #3a3a3a;
    /* margin-left: 9px; */
}

.popular-properties-container .cur--designer .position img {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
}

.popular-properties-container .cur--designer .cur-designer-intro {
    margin-top: 32px;

    font-size: 14px;
    color: #7a7a7a;
}

.popular-properties-container .other-cases {
    flex: 1;
    height: 1px;
    margin-bottom: 15px;
}

.popular-properties-container .other-cases .article-item {
    width: 100%;
    margin: 6px 0;
    padding: 8px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #D8D8D8;
    font-size: 14px;
    font-weight: 500;
    color: #505050;
    cursor: pointer;
}

.popular-properties-container .other-cases .res-item {
    background: #ffffff;
    box-shadow: 0px 4px 10px 0px rgba(13, 35, 62, 0.05);
    border-radius: 10px;
    margin: 15px 0;
}

.popular-properties-container .other-cases .cover {
    width: 100%;
    height: 160px;
    border-radius: 10px 10px 0px 0px;
}

.popular-properties-container .other-cases .info {
    padding: 15px 12px;
    box-sizing: border-box;
}

.popular-properties-container .other-cases .left .top span {
    font-size: 17px;
    font-weight: bold;
    color: #151515;
}

.popular-properties-container .other-cases .left .top>span+span:before {
    color: #cccccc;
    content: "|";
    padding: 0 5px;
}

.popular-properties-container .other-cases .left .bottom {
    margin-top: 10px;
}

.popular-properties-container .other-cases .avatar {
    width: 26px;
    height: 26px;
    object-fit: cover;
    margin-right: 8px;
}

.popular-properties-container .other-cases .username {
    font-size: 12px;
    color: #595959;
}

.popular-properties-container .other-cases .addr {
    font-size: 17px;
    font-weight: bold;
    color: #151515;
    text-align: right;
}

.popular-properties-container .other-cases .contact-btn {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    width: 96px;
    height: 30px;
    border-radius: 40px;
    cursor: pointer;
    background: linear-gradient(77deg, #8ab4e0 -6%, #3585da 112%);
}

.popular-properties-container .other-cases .title:first-child {
    margin-top: 0;
}

.popular-properties-container .other-cases .title {
    font-size: 24px;
    font-weight: bold;
    color: #151515;
    margin-top: 88px;
    margin-bottom: 34px;
}

.popular-properties-container .other-cases .title .more {
    font-size: 16px;
    color: #9E9E9E;
    cursor: pointer;
}



.videos-container video {
    width: 100%;
    height: 462px;
    border-radius: 20px;
    object-fit: cover;
}

.videos-container .right {
    overflow: hidden;
    width: 100%;
    height: 462px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(28, 38, 49, 0.1);
}

.videos-container .right-content {
    padding: 20px 20px 100px 20px;
    box-sizing: border-box;
    height: 100%;
    overflow: auto;

}

.videos-container .title {
    padding: 20px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: bold;
    color: #151515;
}

.videos-container .title .more {
    font-size: 16px;
    color: #9E9E9E;
    cursor: pointer;
}

.videos-container .right-item {
    padding: 8px;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 8px 0;
    cursor: pointer;
}


.videos-container .right-item .cover {
    width: 107px;
    height: 65px;
    border-radius: 5px;
    object-fit: cover;
}



.videos-container .right-item .icon {
    display: none;
    width: 17px;
    height: 17px;
    object-fit: contain;
    margin-left: 10px;
}

.videos-container .right-item .text {
    flex: 1;
    width: 1px;
    font-size: 14px;
    font-weight: 500;
    color: #505050;
    margin-left: 10px;
}

.videos-container .active {
    border: 2px solid #004EA1;
    box-shadow: 0px 0px 20px 0px rgba(28, 38, 49, 0.1);
}

.videos-container .active .icon {
    display: block;
}

.videos-container .active .text {
    color: #004EA1;
}

@media screen and (max-width: 1200px) {
    .popular-properties-container .left-item .right-btn {
        display: none;
    }

    .popular-properties-container .left-item .cover {
        width: 100%;
        margin-right: 0;
    }
    .popular-properties-container .left-item .mid{
        width: 100%;
    }

}

@media screen and (max-width: 992px) {
    .popular-properties-container .right {
        display: none;
    }
}<!--ºÄÊ±1755813905.4103Ãë-->