.detail-box{
    overflow: hidden;
    min-height: 500px;
    margin-bottom: 30px;
}
.detail-box .title-box{
    position: relative;
    overflow: hidden;
}
.title-box .title{
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    width: 950px;
}
.title-box .line-info{
    margin: 15px 0 17px;
    color: #999;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 0;
}
.line-info .time{
    font-size: 12px;
    margin-right: 12px;
}
.line-info .views{
    font-size: 12px;
}
.line-info .tag{
    padding: 4px 10px;
    font-size: 12px;
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block;
    background: rgba(81, 122, 153, .1);
    color: #517a99;
}
.line-info .tag-1{
    background: rgba(81, 122, 153, .1) !important;
    color: #517a99 !important;
}
.line-info .tag-2{
    background: rgba(255, 128, 98, .1) !important;
    color: #ff8062 !important;
}
.line-info .tag-3{
    background: rgba(142, 155, 221, .1) !important;
    color: #8e9bdd !important;
}
.line-info .tag-4{
    background: rgba(241, 168, 42, .1) !important;
    color: #f1a82a !important;
}
.line-info .tag-5{
    background: rgba(81, 122, 153, .1);
    color: #517a99;
}
.title-box .right-box{
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
}
.title-box .right-box .icon-li{
    text-align: center;
    cursor: pointer;
}
.title-box .right-box .icon-li:last-child{
    margin-left: 20px;
}
.right-box .icon-li p{
    font-size: 12px;
    color: #999;
}
.right-box .icon-li .iconfont{
    font-size: 20px;
}

/* box1 */
.info-box1{
    display: flex;
    position: relative;
    overflow: hidden;
}
.info-box1 .img-swiper{
    width: 550px;
    margin-right: 30px;
}

.img-swiper .swiper-container {
    width: 550px;
    height: 400px;
}
.info-box1 .img-swiper .big-img{
    width: 550px;
    height:400px;
}
.img-swiper .arrow-left {
    background: url(../images/index_tab_l.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.img-swiper .arrow-right {
    background: url(../images/index_tab_r.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.preview .swiper-container {
    width: 480px;
    height: 75px;
    margin-left: 35px;
}

.preview .swiper-slide {
    width: 121px;
    height: 75px;
    cursor:pointer;
    margin-right:10px;
    box-sizing: border-box;
    padding: 4px;
    border:1px solid #e9e9e9;
    border-radius: 3px;
}
.preview .swiper-slide img{
    width: 111px;
    height: 65px;
    box-sizing: border-box;
}
.preview .swiper-slide:last-child{
    margin-right: 0 !important;
}
.preview .slide6 {
    width: 121px;
}
.preview .arrow-left {
    background: url(../images/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}
.preview .arrow-right {
    background: url(../images/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}
.preview img {
}
.preview .active-nav{
    border:1px solid #116CB0;
}

.base-info {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.base-info .title-money{
    font-size: 14px;
    line-height: 41px;
    color: #4c4c4c;
    height: 41px;
    overflow: hidden;
}
.title-money .money-num {
    font-family: Arial-BoldMT, Arial;
    font-size: 38px;
    color: #f64b00;
    letter-spacing: 0;
    line-height: 38px;
    font-weight: 700;
}
.title-money .money-unit {
    font-size: 16px;
    color: #f64b00;
    letter-spacing: 0;
    line-height: 16px;
    margin-right: 10px;
}
.base-info .info2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
}
.base-info .info2 .a{
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.base-info .info2 .b{
    float: left;
    width: 188px;
    font-size: 14px;
    color: #666;
}
.base-info .extra-box{
    padding: 20px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    gap: 20px 10px;
}
.base-info .extra-box .li{
    min-width: calc(50% - 10px);
    max-width: 70%;
    box-sizing: border-box;
    display: flex;
    justify-content: left;
}
.base-info .extra-box .value{
    width: 100%;
}
.base-info .extra-box .li .label{
    min-width: 110px;
    max-width: 110px;
    color: #999;
    margin-right: 10px;
    text-align: right;
}

/* restyle */
.extra-box-2{
    gap: 15px !important;
}
.extra-box-2 .li{

}


.base-info .base-bottom{
    position: absolute;
    bottom:0;
    width: 100%;
    left:0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: center;
    justify-content: space-between;
}
.base-info .base-bottom .left{
    width: calc(100% - 300px);
    display: flex;
    align-items: center;
    padding:0 20px;
}
.base-bottom .left .avatar{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
    margin-right: 20px;
}
.base-bottom .left .avatar img{
    width: 100%;
}
.left .member{
    font-size: 16px;
    font-weight: bold;
}
.base-bottom .right{
    width: 300px;
}
.right .contact-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background: #ff552e;
    cursor: pointer;
    border-radius: 5px;
}
.right .contact-btn .icon-dianhua{
    font-size:30px;
    color: #fff;
    margin-right: 10px;
}

.base-bottom .right .right-qr{
    width: 150px;
    position: absolute;
    right:0;
    top:-110px;
    text-align: center;
}
.base-bottom .right .qr_img{
    width: 100%;
    height:auto;
    display: block;
}
.base-bottom .right p{
    font-size: 12px;
}

.base-bottom .tips{
    width: 100%;
    font-size: 12px;
    line-height: 1rem;
    color: red;
    text-align: right;
}

.content-box .title{
    height: 49px;
    line-height: 49px;
    font-size: 18px;
    background: #fafafa;
    display: flex;
    align-items: center;
    width: 100%;
}
.content-box .title .icon-l {
    display: block;
    float: left;
    margin: 0 8px 0 0;
    width: 4px;
    height: 22px;
    background: #116CB0;
}
.content-box .con{
    padding: 20px;
    font-size: 16px;
    line-height: 28px;
}
.content-box .info-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px 34px;
    margin: 15px 0 20px 0;
}
.info-list .item{
    box-sizing: border-box;
    overflow: hidden;
    width: 171px;
}
.info-list .pic-wrap{
    position: relative;
    overflow: hidden;

}
.info-list .item .detail{
    padding: 10px 0;
}
.info-list .item .s-title{
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.info-list .item .s-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info-list .item .s-bottom .num{
    font-size: 18px;
    color: #fa4600;
}
.info-list .item .s-bottom .unit{
    font-size: 12px;
    margin-left:4px;
    color: #fa4600;
}
.info-list .item .s-bottom .area{
    font-size: 12px;
    color:#999;
}

.content-box .sub-box{
    margin:20px 0;
    display: block;
    overflow: hidden;
}
.content-box .sub-box h3{
    font-size: 14px;
    font-weight: bold;
    color: #4f4f4f;
    margin-bottom: 15px;
}
.content-box .sub-box a{
    float: left;
    background-color: #f5f5f5;
    border-radius: 2px;
    height: 26px;
    line-height: 24px;
    color: #5e5e5e;
    padding: 0 15px;
    display: block;
    margin: 0 10px 10px 0;
    overflow: hidden;
}
.content-box .sub-box a:hover{
    text-decoration: none;
    color: #fff;
    background-color: #116CB0;
}