.content-main {
    padding-top: 20px;
    background: #f5f5f5;
    color: #2B2D2E;
}

.baseinfo,
.moreinfo {
    font-size: 14px;
    line-height: 20px;
    color: #2B2D2E;
}

.baseinfo {
    position: relative;
    display: flex;
    height: 400px;
    background: white;
}

.baseinfo .swiper-container {
    flex: 0 0 auto;
    display: inline-block;
    width: 635px;
    height: 400px;
}

.swiper-button-next,
.swiper-button-prev {
    transform: scale(.6);
}

.baseinfo .text {
    flex: auto;
}

.baseinfo .title {
    display: table;
    width: 100%;
    height: 100px;
    padding: 15px 18px;
    font-size: 24px;
    line-height: 35px;
    color: white;
    background: #2B2D2E;
}

.baseinfo .title .content {
    display: table-cell;
    vertical-align: middle;
}

.baseinfo .others {
    padding: 0 20px;
}

.baseinfo .info {
    padding: 20px 0 25px;
}

.baseinfo .info .flagitem {
    display: inline-block;
    float: left;
    padding: 2px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #82888A;
    background: #F5F5F5;
    border-radius: 4px;
}

.baseinfo .info .flagitem:nth-of-type(n+2) {
    margin-left: 10px;
}

.baseinfo .info .trendlist {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.baseinfo .info .trenditem {
    display: inline-block;
}

.baseinfo .info .trenditem .value {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}

.baseinfo .info .trenditem .name {}

.baseinfo .address {
    padding: 15px 0;
    border: 1px solid #F5F5F5;
    border-left: none;
    border-right: none;
}

.baseinfo .price {
    padding: 25px 0 0;
}

.baseinfo .price span {
    display: inline-block;
}

.baseinfo .price .value {
    margin: 0 3px;
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
}

.share-show {
    display: none;
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    background: rgba(43, 45, 46, .6);
}

.share-show .table {
    display: table;
    width: 100%;
    height: 100%;
}

.share-show .table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.share-show .title {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 25px;
    color: white;
}

.share-show .box-img {
    position: relative;
    display: inline-block;
    width: 284px;
}

.share-show .close {
    position: absolute;
    font-size: 15px;
    transform: scale;
    right: -15px;
    top: -15px;
    color: white;
}

.share-show .share-img {
    display: block;
    width: 100%;
    height: auto;
}

.pro-ava {
    background-color: #F5F5F5;
    width: 100;
    height: auto;
    padding: 15px 0;
}

.pro-ava ul {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    height: 100px;
    background-color: #fff;
    font-family: PingFangSC-Regular;
}

.pro-ava li {
    position: relative;
    float: left;
}

.pro-ava li:nth-child(2) {
    margin-left: 165px;
}

.pro-ava li:nth-child(3) {
    margin: 0 15px;
}

.pro-ava li:nth-child(n+2) {
    padding: 30px 0;
}

.pro-ava li img {
    height: 40px;
    position: absolute;
    top: 32px;
    left: 24px;
}

.pro-ava li span {
    color: #f92d2d;
    font-size: 18px;
    width: 267px;
    float: left;
    margin-left: 72px;
    margin-top: 28px;
}

.pro-ava li p {
    font-size: 12px;
    margin-left: 72px;
    color: #82888A;
}

.pro-ava li input:focus {
    outline: none;
}

.pro-ava li input::-webkit-.pro-ava li input-placeholder {
    color: #82888a;
}

.pro-ava li input::-webkit-outer-spin-button,
.pro-ava li input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.pro-ava li input.name {
    width: 145px;
    -moz-appearance: textfield;
}

.pro-ava li input.phone {
    width: 173px;
}

.pro-ava li input {
    float: right;
    width: 180px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 4px;
    padding-left: 10px;
    border: 0;
}

.pro-ava .btn {
    width: 80px;
}


/*.pro-ava li div{ font-size: 18px; float: right; color: #FFFFFF; line-height: 18px; width: 120px; height: 40px; background-color: #FF6C6C; border-radius: 4px; line-height: 40px; text-align: center; }*/


/*.pro-ava li div:hover{ background-color: #f92d2d; }*/

.pro-ava li i {
    display: none;
    font-size: 18px;
    color: #f92d2d;
    position: absolute;
    right: 15px;
    top: 36px;
}

.index-pro {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
}

.index-pro .ul {
    width: 960px;
    display: flex;
    height: auto;
    margin: 0 auto;
}

.index-pro .ul .li {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    margin-right: 20px;
    flex-shrink: 1;
    -webkit-flex-shrink: 1;
    height: auto;
    width: 310px;
    position: relative;
}

.index-pro .ul .li:last-child {
    margin-right: 0;
}

.index-pro .ul .li img {
    height: 150px;
    width: 100%;
}

.index-pro .ul .li .pro-tit {
    position: absolute;
    display: block;
    background-color: rgba(0, 0, 0, .4);
    height: 150px;
    line-height: 150px;
    width: 100%;
    text-align: center;
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #fff;
    top: 0;
}

.index-pro .ul .li ul {
    overflow: hidden;
    background-color: #fff;
}

.index-pro .ul .li ul li {
    height: auto;
    border-bottom: 1px solid #f5f5f5;
    padding: 15px;
}

.index-pro .ul .li ul li span {
    overflow: hidden;
    background-color: #fff;
    display: block;
    float: left;
    margin-right: 10px;
    font-family: STHeitiSC-Light;
    font-size: 14px;
    color: #7f7c7c;
    text-align: left;
}

.index-pro .ul .li ul li:first-child p {
    height: 40px;
}

.index-pro .ul .li ul li p {
    overflow: hidden;
    background-color: #fff;
    font-family: STHeitiSC-Light;
    font-size: 14px;
    color: #4b4949;
    line-height: 20px;
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-pro .ul .li ul li p em {
    color: #f92d2d;
    font-size: 18px;
}

.index-pro .ul .li:hover {
    -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}

.moreinfo {
    display: flex;
    justify-content: space-between;
}

.moreinfo .left-side {
    display: inline-block;
    width: 635px;
    background: white;
}

.moreinfo .left-side .title {
    font-size: 22px;
    line-height: 30px;
}

.moreinfo .resource {
    padding: 35px 60px 25px;
}

.moreinfo .resource .itemlist {
    margin-top: 20px;
}

.moreinfo .resource .item {
    display: inline-block;
    float: left;
    width: 50%;
}

.moreinfo .resource .item:nth-of-type(n+3) {
    margin-top: 10px;
}

.moreinfo .resource .name {
    color: #82888A;
}

.moreinfo .resource .block {
    display: block;
    width: 100%;
    padding-left: 42px;
    position: relative;
}

.moreinfo .resource .block .name {
    position: absolute;
    left: 0;
}

.moreinfo .detail {
    padding: 25px 60px 30px;
    border: 1px solid #F5F5F5;
    border-left: none;
    border-right: none;
}

.moreinfo .detail .content {
    margin-top: 20px;
    font-size: 16px;
    font-family: "PingFang SC", Helvetica Neue, Helvetica, "Arial", "Microsoft YaHei", sans-serif;
    line-height: 26px;
    color: #333;
}

.moreinfo .detail .content strong {
    font-weight: bold;
}

.moreinfo .detail .content a {
    position: relative;
}

.moreinfo .detail .content a:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 2px;
    background: #cacccd;
    bottom: -2px;
}

.moreinfo .detail .content a:hover {
    color: #f92d2d;
}

.moreinfo .detail .content a:hover:after {
    background: #f92d2d;
}

.moreinfo .detail .content img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 15px;
}

.moreinfo .detail .content p {
    line-height: 30px;
    font-size: 16px;
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", sans-serif;
}

.moreinfo .detail .content span {
    line-height: 30px;
    font-size: 16px;
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", sans-serif;
}

.moreinfo .project {
    padding: 25px 60px 22px;
}

.moreinfo .project .content {
    display: flex;
    margin-top: 25px;
}

.moreinfo .project .img {
    flex: 0 0 auto;
    width: 110px;
    height: 150px;
}

.moreinfo .project .text {
    width: 100%;
    margin-left: 15px;
    color: #565a5c
}

.moreinfo .project .text .star_m {
    margin-left: 10.5rem;
}

.moreinfo .project .text .cons {
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    margin-top: 7px;
    margin-bottom: 10px;
}

.moreinfo .project .text .h1 {
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    margin-bottom: 10px;
}

.moreinfo .project .text .flaglist {
    width: 70%;
}

.moreinfo .project .text .flagitem {
    border-radius: 4px;
    float: left;
    height: 18px;
    line-height: 18px;
    color: #fff;
    padding: 0 5px;
    margin-right: 5px;
    margin-bottom: 8px;
}

.moreinfo .right-side {
    display: inline-block;
    width: 310px;
}

.moreinfo .right-side .top-img {
    width: 100%;
    height: 200px;
}

.moreinfo .right-side .interest {
    position: relative;
    margin-top: 15px;
    padding: 30px 60px;
    background: white;
}

.moreinfo .right-side .interest .block-title {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -47px;
    padding: 5px 12px;
    color: white;
    background: #F92D2D;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.moreinfo .right-side .interest .house {
    margin-top: 25px;
}

.moreinfo .right-side .interest .img {
    height: 110px;
}

.moreinfo .right-side .interest .title {
    margin-top: 6px;
    font-size: 18px;
    line-height: 25px;
}

.moreinfo .right-side .interest .info {
    margin: 3px 0;
    font-size: 12px;
    line-height: 17px;
    white-space: nowrap;
    color: #82888A;
}

.moreinfo .right-side .interest .price {
    font-size: 12px;
    line-height: 17px;
    color: #82888A;
}

.moreinfo .right-side .interest .value {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}

.similar {
    margin-top: 25px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e9e9e9;
}

.similar .title {
    font-size: 22px;
    line-height: 30px;
}

.similar .itemlist {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.similar .item {
    display: inline-block;
    width: 307px;
    background: white;
    transition: all .2s linear;
}

.similar .item:hover {
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}

.similar .item .img {
    position: relative;
    height: 190px;
}

.similar .item .national-info {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 50px;
    padding: 25px 15px 10px;
    font-size: 12px;
    line-height: 17px;
    color: white;
    background-image: linear-gradient(-180deg, rgba(51, 51, 51, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.similar .item .national-info:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 13px;
    margin-right: 4px;
    background: url('/Public/Home/img/address-white.png') no-repeat center;
    background-size: 100%;
    vertical-align: baseline;
    position: relative;
    top: 2px;
}

.similar .item .text {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
    background: white;
}

.similar .base .title {
    font-size: 18px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.similar .base .info {
    margin-top: 5px;
    color: #82888A;
}

.similar .more {
    border-top: 1px solid #F5F5F5;
}

.similar .more .trend {
    font-size: 12px;
    line-height: 17px;
}

.similar .more .trend .value {
    font-size: 14px;
    font-weight: bold;
}

.similar .more .trend .gap {
    display: inline-block;
    width: 18px;
}

.similar .more .price {
    margin-top: 6px;
    color: #82888A;
}

.similar .more .price .value {
    margin-right: 3px;
    font-size: 24px;
    line-height: 33px;
    font-weight: bold;
}

.trenditem .tip-icon {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(/Public/Home/img/icon-question-tip.png) no-repeat;
    margin-left: 3px;
}

@media only screen and (max-width: 960px) {
    .content-main {
        padding-top: 0;
    }
    .baseinfo {
        display: block;
        height: auto;
        border-radius: 0;
    }
    .baseinfo .share {
        position: absolute;
        top: 15px;
        right: 20px;
        display: inline-block;
        width: 22px;
        height: 22px;
        background: url('/Public/Home/img/share.svg') no-repeat;
        background-size: 100% 100%;
        z-index: 1000;
    }
    .baseinfo .swiper-container {
        display: block;
        width: 100%;
        height: 260px;
    }
    .baseinfo .title {
        padding: 10px 20px;
        font-size: 18px;
        line-height: 25px;
        color: #2B2D2E;
        background: white;
    }
    .baseinfo .info {
        padding: 0 0 12px;
    }
    .baseinfo .info .trendlist {
        margin-top: 20px;
    }
    .baseinfo .info .trenditem .value {
        font-size: 16px;
        line-height: 22px;
    }
    .baseinfo .info .trenditem .name {
        margin-top: 2px;
    }
    .baseinfo .address {
        padding: 10px 0;
        line-height: 22px;
    }
    .baseinfo .price {
        padding: 10px 0 15px;
        border-bottom: 1px solid #F5F5F5;
    }
    .baseinfo .price .value {
        margin-right: 6px;
        font-size: 22px;
        line-height: 30px;
    }
    .moreinfo .left-side {
        padding: 0 20px;
    }
    .moreinfo .left-side .title {
        font-size: 16px;
        line-height: 22px;
    }
    .moreinfo .resource {
        padding: 28px 0;
    }
    .moreinfo .detail {
        padding: 27px 0 30px;
    }
    .moreinfo .detail .content {
        color: #2B2D2E;
    }
    .moreinfo .project {
        padding: 25px 0 22px;
    }
    .moreinfo .project .text .flaglist {
        width: 100%;
    }
    .similar {
        margin: 0;
        padding: 0 0 25px;
        background: white;
        border: none;
    }
    .similar .title {
        margin: 0 20px;
        padding-top: 25px;
        font-size: 16px;
        line-height: 22px;
        border-top: 1px solid #F5F5F5;
    }
    .similar .itemlist {
        padding: 0 20px;
        overflow-x: scroll;
    }
    .similar .itemlist:after {
        content: '';
        width: 20px;
    }
    .similar .item {
        width: 320px;
        padding-right: 20px;
        flex: 0 0 auto;
    }
    .similar .item .text {
        padding: 6px 0;
    }
    .similar .base .title {
        margin: 0;
        padding: 0;
        border: none;
    }
    .similar .base .info {
        margin-top: 3px;
        font-size: 12px;
        line-height: 17px;
    }
    .similar .more .trend .gap {
        width: 40px;
    }
    .similar .more .price {
        margin-top: 1px;
        font-size: 12px;
        line-height: 17px;
    }
    .similar .more .price .gap {
        display: inline-block;
        width: 10px;
    }
    .similar .more .price .dollar {
        display: inline;
    }
    .similar .index-m-all {
        margin: 30px 20px 10px;
    }
}