body {
    background: #ffffff;
}
.contain {
    padding-bottom: 80px;
}
.contain .rows {
    display: flex;
}
.contain .special_title {
    font-size: 18px;
    padding: 0 0 15px;
    margin: 0;
}
.contain .left_part {
    width: 170px;
    padding-left: 20px;
}
.contain .left_part.blank {
    background: none;
    border: none;
}
.left_part .title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px solid #dee2e5;
    padding-bottom: 15px;
}
.left_part ul li {
    margin-top: 20px;
    width: 100%;
}
.left_part ul li .img_box {
    width: 150px;
    height: 145px;
    position: relative;
    background: #ffffff;
}
.left_part ul li .img_box img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.left_part ul li .img_box svg {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 30px;
}
.left_part ul li p {
    font-size: 14px;
    color: #333333;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.left_part ul li p.price {
    font-weight: bold;
}
.left_part ul li p.price a {
    color: #1470cc;
    font-weight: normal;
}
.left_part ul li p.price a:hover {
    text-decoration: underline;
}

.contain .right_part {
    width: calc(100% - 170px);
}
.list_box {
    border: 1px solid #dee2e5;
    border-bottom: none;
}
.list_tr {
    display: flex;
    padding: 35px 0;
    border-bottom: 1px solid #dee2e5;
}
.list_tr:hover {
    box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}
.list_tr .detail_left {
    display: flex;
    padding-left: 10px;
    width: 78%;
}
.list_tr .detail_left .img_box {
    width: 110px;
    height: 105px;
    position: relative;
}
.list_tr .detail_left .img_box img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.detail_left .intro_text {
    width: calc(100% - 110px);
    padding: 0 10px;
}
.detail_left .intro_text .name {
    white-space: nowrap;
}
.detail_left .intro_text .name img {
    width: 60px;
}
.detail_left .intro_text .name h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    line-height: 26px;
}
.detail_left .intro_text .name.isReach h3{
    max-width: calc(100% - 65px);
}
.detail_left .intro_text .name .icon_box {
    margin-top: 14px;
}
.detail_left .intro_text .icon_box .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover;
}
.detail_left .intro_text .icon_box .icon.star {
    background-image: url("../images/common/star.png?v=912b6f56e8ffa757097cbdb94ba8781d");
}
.detail_left .intro_text .icon_box .icon.star-grey {
    background-image: url("../images/common/star_grey.png?v=91487ba639107830225c35272febb3ad");
}
.detail_left .intro_text .blue {
    margin-top: 15px;
    font-size: 15px;
}
.detail_left .intro_text .blue i {
    font-size: 20px;
    color: #face32;
}
.detail_left .intro_text dl {
    display: flex;
    margin-top: 10px;
    margin-bottom: 7px;
}
.detail_left .intro_text dl dd>div,
.detail_left .intro_text dl dt>div{
    font-size: 15px;
    white-space: nowrap;
}
.detail_left .intro_text dl dd {
    width: 55%;
}
.detail_left .intro_text dl dt {
    padding-left: 20px;
    width: 45%;
}
.detail_left .intro_text dl dd .grey {
    width: 104px;
    display: inline-block;
    vertical-align: middle;

}
.detail_left .intro_text dl dt .grey {
    width: 80px;
    display: inline-block;
    vertical-align: middle;

}
.detail_left .intro_text dl dd p {
    width: calc(100% - 104px);
}
.detail_left .intro_text dl p {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.detail_left .intro_text dl div div {
    display: inline-block;
    width: calc(100% - 104px);
}
.detail_left .intro_text dl .house {
    position: relative;
    display: inline-block;
    width: 24px;
}
.detail_left .intro_text dl .house i {
    color: #1470cc;
    margin-left: 5px;
    cursor: pointer;
}
.detail_left .intro_text dl .house:hover p {
    display: block;
}
.detail_left .intro_text dl .house p {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    padding: 10px 15px;
    background: #ffffff;
    width: 280px;
    z-index: 9;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
    line-height: 24px;
    font-size: 15px;
    white-space: normal;
    overflow: unset;
}
.detail_left .intro_text dl .house p:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    z-index: 9;
}
.detail_left .intro_text dl .house p:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(0,0,0,.1);
    position: absolute;
    left: 50%;
    top: -21px;
    transform: translateX(-50%);
    z-index: 8;
}
.detail_left .intro_text dl dt p {
    width: calc(100% - 80px);
}

.detail_left .intro_text .blue span {
    font-size: 15px;
    color: #1470cc;
    vertical-align: 2px;
    margin-left: 3px;
}

.list_tr .detail_right {
    width: 22%;
    text-align: center;
    position: relative;
    padding: 0 10px;
    border-left: 1px solid #dee2e5;
}
.list_tr .detail_right .price {
    font-size: 14px;
    color: #333333;
    text-align: center;
    padding: 0 10px;
}
.list_tr .detail_right .price p {
    font-size: 16px;
    color: #d4181c;
    font-weight: bold;
}
.list_tr .detail_right .price a {
    color: #1470cc;
    font-weight: bold;
    font-size: 16px;
}
.list_tr .detail_right .price a:hover {
    text-decoration: underline;
}
.list_tr .detail_right .reserve {
    margin-top: 30px;
    color: #999999;
}
.list_tr .detail_right .reserve i {
    font-size: 25px;
}
.list_tr .detail_right .reserve span {
    font-size: 14px;
    line-height: 24px;
    margin-left: 5px;
    font-weight: bold;
    vertical-align: 5px;
}
.list_tr .detail_right .blank_btn_red {
    max-width: 180px;
    min-width: 120px;
    background: #FFFFFF;
    height: 40px;
    line-height: 38px;
    border-radius: 0;
    width: 80%;
    margin: 15px auto 0;
}
.list_tr .detail_right .blank_btn_red:hover {
    background: #d51a1c;
}
.list_tr .detail_right .chat {
    color: #1470cc;
    display: flex;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}
.list_tr .detail_right .chat a {
    color: #1470cc;
}
.list_tr .detail_right .chat i {
    font-size: 20px;
    margin-right: 5px;
}
.list_tr .detail_right .blank_btn {
    width: 64%;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 180px;
    min-width: 120px;
}
.no_result .tips {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 90px;
}
.no_result .tips img{
    width: 114px;
}
.no_result .tips p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 50px;
}
.cash_commodity {
    border: 1px solid #dee2e5;
    padding: 0 18px;
}
.cash_commodity .title {
    font-size: 18px;
    padding: 25px 0 15px;
    font-weight: bold;
    border-bottom: 1px solid #dee2e5;
}
.cash_commodity ul {
    padding: 20px 0 10px;
    margin: 0 -10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.cash_commodity ul li {
    width: 33.33%;
    padding: 0 10px 40px;
}
.cash_commodity ul li .img_box {
    width: 100%;
    padding-top: 95%;
    position: relative;
}
.cash_commodity ul li .img_box img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.cash_commodity ul li:hover .name {
    color: #1470cc;
}
.cash_commodity ul li .name {
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 7px;
    font-weight: bold;
    height: 44px;
    line-height: 22px;
}
.cash_commodity ul li div {
    font-size: 14px;
}
.cash_commodity ul li div span {
    display: inline-block;
    width: 79px;
}
.cash_commodity ul li div p {
    display: inline-block;
}
.cash_commodity ul li .cas {
    margin-top: 7px;
}
.cash_commodity ul li .remain {
    margin-top: 5px;
}
.cash_commodity ul li .price {
    margin-top: 5px;
}
@media screen and (min-width:1360px) {
    .contain .left_part {
        width: 210px;
        padding-left: 30px;
    }
    .contain .right_part {
        width: calc(100% - 210px);
    }
    .list_tr .detail_left {
        padding-left: 20px;
    }
    .list_tr .detail_left .img_box {
        width: 190px;
        height: 159px;
    }
    .detail_left .intro_text {
        width: calc(100% - 190px);
        padding: 0 20px;
    }
    .left_part ul li .img_box {
        width: 180px;
        height: 172px;
    }
    .cash_commodity ul {
        margin: 0 -20px;
    }
    .cash_commodity ul li {
        width: 25%;
        padding: 0 20px 40px;
    }
}

