/* #region 详情头 */
/* 小屏幕（手机，小于 320px） */

@media screen and (min-width: 320px) and (max-width: 359px) {

    /* 详情头部 */
    .detail-hd {
        margin: 10px 0;
    }

    .detail-hd .CarouselImg {
        height: 225px;
    }

    /* 右侧信息 */
    .detail-hd ul li {
        padding: 5px 0;
        border-bottom: 1px solid #f3f3f3;
    }

    .detail-hd ul li:last-child {
        border: 0;
    }

    /* title */
    .detail-hd .title {
        font-size: 24px;
        font-weight: 700;
        padding-top: 10px;
    }

    .detail-hd .price strong {
        font-size: 14px;
        color: #dd0000;
    }

    /* addresss */
    .detail-hd .address {
        padding: 5px 0;
    }

    /* info-phone */
    .detail-hd .info-phone {
        margin-top: 15px;
        background-color: #f3f3f3;
    }

    .info-phone p:first-child {
        font-size: 18px;
    }

    .info-phone p:first-child i,
    .info-phone p:last-child {
        color: #dd0000;
    }

    .info-phone p:last-child {
        font-size: 30px;
        padding: 27px;
        background-color: #f3f3f3;
    }



    /* 详情下 */
    /* .detail-bd {
        margin: 50px 0;
        border-top: 2px solid #f3f3f3;
    } */

    .item-info {
        margin-top: 20px;
    }

    .item-info:last-child {
        margin-bottom: 0;
    }

    .item-info>h4 {
        font-size: 16px;
        font-weight: 700;
        padding-left: 5px;
        border-left: 3px solid #dd0000;
    }

    /* item-info 公共 */
    .item-info table {
        margin: 10px 0;
        width: 100%;
        font-size: 12px;
    }

    .item-info table p {
        font-weight: 700;
        text-align: center;
    }

    .item-info table tr td,
    .house-info .house-table th {
        padding: 5px 0;
    }

    /* photo */
    .item-info .photo-list {
        display: flex;
        flex-wrap: wrap;
    }

    .item-info .photo-list li {
        width: 50%;
        height: 130px;
        border: 5px solid transparent;
    }

    .item-info .photo-list img {
        border-radius: 5px;
    }

    .house-table tr:last-child {
        border-bottom: 2px solid #ccc;
    }

    /* 右侧电话 */
    .right-phone {
        position: sticky;
        top: 20px;
    }

    .right-phone .phone-border {
        margin-top: 20px;
        background-color: #f3f3f3;
        border-radius: 5px;
    }

    .right-phone .phone-border p {
        padding: 10px 0;
    }

    .detail-bd .right-phone p:first-child {
        font-size: 16px;
    }

    .detail-bd .right-phone p:first-child i,
    .detail-bd .right-phone .big-phone {
        color: #dd0000;
    }

    .detail-bd .right-phone .big-phone {
        font-size: 30px;
        padding: 20px 0;
    }

    /* #endregion 详情头 end */
}

@media screen and (min-width: 360px) and (max-width: 374px) {

    /* 详情头部 */
    .detail-hd {
        margin: 10px 0;
    }

    .detail-hd .CarouselImg {
        height: 248px;
    }

    /* 右侧信息 */
    .detail-hd ul li {
        padding: 5px 0;
        border-bottom: 1px solid #f3f3f3;
    }

    .detail-hd ul li:last-child {
        border: 0;
    }

    /* title */
    .detail-hd .title {
        font-size: 24px;
        font-weight: 700;
        padding-top: 10px;
    }

    .detail-hd .price strong {
        font-size: 14px;
        color: #dd0000;
    }

    /* addresss */
    .detail-hd .address {
        padding: 5px 0;
    }

    /* info-phone */
    .detail-hd .info-phone {
        margin-top: 15px;
        background-color: #f3f3f3;
    }

    .info-phone p:first-child {
        font-size: 18px;
    }

    .info-phone p:first-child i,
    .info-phone p:last-child {
        color: #dd0000;
    }

    .info-phone p:last-child {
        font-size: 30px;
        padding: 27px;
        background-color: #f3f3f3;
    }



    /* 详情下 */
    /* .detail-bd {
        margin: 50px 0;
        border-top: 2px solid #f3f3f3;
    } */

    .item-info {
        margin-top: 20px;
    }

    .item-info:last-child {
        margin-bottom: 0;
    }

    .item-info>h4 {
        font-size: 16px;
        font-weight: 700;
        padding-left: 5px;
        border-left: 3px solid #dd0000;
    }

    /* item-info 公共 */
    .item-info table {
        margin: 10px 0;
        width: 100%;
        font-size: 12px;
    }

    .item-info table p {
        font-weight: 700;
        text-align: center;
    }

    .item-info table tr td,
    .house-info .house-table th {
        padding: 5px 0;
    }

    /* photo */
    .item-info .photo-list {
        display: flex;
        flex-wrap: wrap;
    }

    .item-info .photo-list li {
        width: 50%;
        height: 150px;
        border: 5px solid transparent;
    }

    .item-info .photo-list img {
        border-radius: 5px;
    }

    .house-table tr:last-child {
        border-bottom: 2px solid #ccc;
    }

    /* 右侧电话 */
    .right-phone {
        position: sticky;
        top: 20px;
    }

    .right-phone .phone-border {
        margin-top: 20px;
        background-color: #f3f3f3;
        border-radius: 5px;
    }

    .right-phone .phone-border p {
        padding: 10px 0;
    }

    .detail-bd .right-phone p:first-child {
        font-size: 16px;
    }

    .detail-bd .right-phone p:first-child i,
    .detail-bd .right-phone .big-phone {
        color: #dd0000;
    }

    .detail-bd .right-phone .big-phone {
        font-size: 30px;
        padding: 20px 0;
    }

    /* #endregion 详情头 end */
}

@media screen and (min-width: 375px) and (max-width: 383px) {

    /* 详情头部 */
    .detail-hd {
        margin: 10px 0;
    }

    .detail-hd .CarouselImg {
        height: 260px;
    }

    /* 右侧信息 */
    .detail-hd ul li {
        padding: 5px 0;
        border-bottom: 1px solid #f3f3f3;
    }

    .detail-hd ul li:last-child {
        border: 0;
    }

    /* title */
    .detail-hd .title {
        font-size: 24px;
        font-weight: 700;
        padding-top: 10px;
    }

    .detail-hd .price strong {
        font-size: 14px;
        color: #dd0000;
    }

    /* addresss */
    .detail-hd .address {
        padding: 5px 0;
    }

    /* info-phone */
    .detail-hd .info-phone {
        margin-top: 15px;
        background-color: #f3f3f3;
    }

    .info-phone p:first-child {
        font-size: 18px;
    }

    .info-phone p:first-child i,
    .info-phone p:last-child {
        color: #dd0000;
    }

    .info-phone p:last-child {
        font-size: 30px;
        padding: 27px;
        background-color: #f3f3f3;
    }



    /* 详情下 */
    /* .detail-bd {
        margin: 50px 0;
        border-top: 2px solid #f3f3f3;
    } */

    .item-info {
        margin-top: 20px;
    }

    .item-info:last-child {
        margin-bottom: 0;
    }

    .item-info>h4 {
        font-size: 16px;
        font-weight: 700;
        padding-left: 5px;
        border-left: 3px solid #dd0000;
    }

    /* item-info 公共 */
    .item-info table {
        margin: 10px 0;
        width: 100%;
        font-size: 12px;
    }

    .item-info table p {
        font-weight: 700;
        text-align: center;
    }

    .item-info table tr td,
    .house-info .house-table th {
        padding: 5px 0;
    }

    /* photo */
    .item-info .photo-list {
        display: flex;
        flex-wrap: wrap;
    }

    .item-info .photo-list li {
        width: 50%;
        height: 150px;
        border: 5px solid transparent;
    }

    .item-info .photo-list img {
        border-radius: 5px;
    }

    .house-table tr:last-child {
        border-bottom: 2px solid #ccc;
    }

    /* 右侧电话 */
    .right-phone {
        position: sticky;
        top: 20px;
    }

    .right-phone .phone-border {
        margin-top: 20px;
        background-color: #f3f3f3;
        border-radius: 5px;
    }

    .right-phone .phone-border p {
        padding: 10px 0;
    }

    .detail-bd .right-phone p:first-child {
        font-size: 16px;
    }

    .detail-bd .right-phone p:first-child i,
    .detail-bd .right-phone .big-phone {
        color: #dd0000;
    }

    .detail-bd .right-phone .big-phone {
        font-size: 30px;
        padding: 20px 0;
    }

    /* #endregion 详情头 end */
}

@media screen and (min-width: 384px) and (max-width: 413px) {

    /* 详情头部 */
    .detail-hd {
        margin: 10px 0;
    }

    .detail-hd .CarouselImg {
        height: 266px;
    }

    /* 右侧信息 */
    .detail-hd ul li {
        padding: 5px 0;
        border-bottom: 1px solid #f3f3f3;
    }

    .detail-hd ul li:last-child {
        border: 0;
    }

    /* title */
    .detail-hd .title {
        font-size: 24px;
        font-weight: 700;
        padding-top: 10px;
    }

    .detail-hd .price strong {
        font-size: 14px;
        color: #dd0000;
    }

    /* addresss */
    .detail-hd .address {
        padding: 5px 0;
    }

    /* info-phone */
    .detail-hd .info-phone {
        margin-top: 15px;
        background-color: #f3f3f3;
    }

    .info-phone p:first-child {
        font-size: 18px;
    }

    .info-phone p:first-child i,
    .info-phone p:last-child {
        color: #dd0000;
    }

    .info-phone p:last-child {
        font-size: 30px;
        padding: 27px;
        background-color: #f3f3f3;
    }



    /* 详情下 */
    /* .detail-bd {
        margin: 50px 0;
        border-top: 2px solid #f3f3f3;
    } */

    .item-info {
        margin-top: 20px;
    }

    .item-info:last-child {
        margin-bottom: 0;
    }

    .item-info>h4 {
        font-size: 16px;
        font-weight: 700;
        padding-left: 5px;
        border-left: 3px solid #dd0000;
    }

    /* item-info 公共 */
    .item-info table {
        margin: 10px 0;
        width: 100%;
        font-size: 12px;
    }

    .item-info table p {
        font-weight: 700;
        text-align: center;
    }

    .item-info table tr td,
    .house-info .house-table th {
        padding: 5px 0;
    }

    /* photo */
    .item-info .photo-list {
        display: flex;
        flex-wrap: wrap;
    }

    .item-info .photo-list li {
        width: 50%;
        height: 150px;
        border: 5px solid transparent;
    }

    .item-info .photo-list img {
        border-radius: 5px;
    }

    .house-table tr:last-child {
        border-bottom: 2px solid #ccc;
    }

    /* 右侧电话 */
    .right-phone {
        position: sticky;
        top: 20px;
    }

    .right-phone .phone-border {
        margin-top: 20px;
        background-color: #f3f3f3;
        border-radius: 5px;
    }

    .right-phone .phone-border p {
        padding: 10px 0;
    }

    .detail-bd .right-phone p:first-child {
        font-size: 16px;
    }

    .detail-bd .right-phone p:first-child i,
    .detail-bd .right-phone .big-phone {
        color: #dd0000;
    }

    .detail-bd .right-phone .big-phone {
        font-size: 30px;
        padding: 20px 0;
    }

    /* #endregion 详情头 end */
}

@media screen and (min-width: 414px) and (max-width: 423px) {

    /* 详情头部 */
    .detail-hd {
        margin: 10px 0;
    }

    .detail-hd .CarouselImg {
        height: 289px;
    }

    /* 右侧信息 */
    .detail-hd ul li {
        padding: 5px 0;
        border-bottom: 1px solid #f3f3f3;
    }

    .detail-hd ul li:last-child {
        border: 0;
    }

    /* title */
    .detail-hd .title {
        font-size: 24px;
        font-weight: 700;
        padding-top: 10px;
    }

    .detail-hd .price strong {
        font-size: 14px;
        color: #dd0000;
    }

    /* addresss */
    .detail-hd .address {
        padding: 5px 0;
    }

    /* info-phone */
    .detail-hd .info-phone {
        margin-top: 15px;
        background-color: #f3f3f3;
    }

    .info-phone p:first-child {
        font-size: 18px;
    }

    .info-phone p:first-child i,
    .info-phone p:last-child {
        color: #dd0000;
    }

    .info-phone p:last-child {
        font-size: 30px;
        padding: 27px;
        background-color: #f3f3f3;
    }



    /* 详情下 */
    /* .detail-bd {
        margin: 50px 0;
        border-top: 2px solid #f3f3f3;
    } */

    .item-info {
        margin-top: 20px;
    }

    .item-info:last-child {
        margin-bottom: 0;
    }

    .item-info>h4 {
        font-size: 16px;
        font-weight: 700;
        padding-left: 5px;
        border-left: 3px solid #dd0000;
    }

    /* item-info 公共 */
    .item-info table {
        margin: 10px 0;
        width: 100%;
        font-size: 12px;
    }

    .item-info table p {
        font-weight: 700;
        text-align: center;
    }

    .item-info table tr td,
    .house-info .house-table th {
        padding: 5px 0;
    }

    /* photo */
    .item-info .photo-list {
        display: flex;
        flex-wrap: wrap;
    }

    .item-info .photo-list li {
        width: 50%;
        height: 165px;
        border: 5px solid transparent;
    }

    .item-info .photo-list img {
        border-radius: 5px;
    }

    .house-table tr:last-child {
        border-bottom: 2px solid #ccc;
    }

    /* 右侧电话 */
    .right-phone {
        position: sticky;
        top: 20px;
    }

    .right-phone .phone-border {
        margin-top: 20px;
        background-color: #f3f3f3;
        border-radius: 5px;
    }

    .right-phone .phone-border p {
        padding: 10px 0;
    }

    .detail-bd .right-phone p:first-child {
        font-size: 16px;
    }

    .detail-bd .right-phone p:first-child i,
    .detail-bd .right-phone .big-phone {
        color: #dd0000;
    }

    .detail-bd .right-phone .big-phone {
        font-size: 30px;
        padding: 20px 0;
    }

    /* #endregion 详情头 end */
}

@media screen and (min-width: 424px) and (max-width: 479px) {

    /* 详情头部 */
    .detail-hd {
        margin: 10px 0;
    }

    .detail-hd .CarouselImg {
        height: 296px;
    }

    /* 右侧信息 */
    .detail-hd ul li {
        padding: 5px 0;
        border-bottom: 1px solid #f3f3f3;
    }

    .detail-hd ul li:last-child {
        border: 0;
    }

    /* title */
    .detail-hd .title {
        font-size: 24px;
        font-weight: 700;
        padding-top: 10px;
    }

    .detail-hd .price strong {
        font-size: 14px;
        color: #dd0000;
    }

    /* addresss */
    .detail-hd .address {
        padding: 5px 0;
    }

    /* info-phone */
    .detail-hd .info-phone {
        margin-top: 15px;
        background-color: #f3f3f3;
    }

    .info-phone p:first-child {
        font-size: 18px;
    }

    .info-phone p:first-child i,
    .info-phone p:last-child {
        color: #dd0000;
    }

    .info-phone p:last-child {
        font-size: 30px;
        padding: 27px;
        background-color: #f3f3f3;
    }



    /* 详情下 */
    /* .detail-bd {
        margin: 50px 0;
        border-top: 2px solid #f3f3f3;
    } */

    .item-info {
        margin-top: 20px;
    }

    .item-info:last-child {
        margin-bottom: 0;
    }

    .item-info>h4 {
        font-size: 16px;
        font-weight: 700;
        padding-left: 5px;
        border-left: 3px solid #dd0000;
    }

    /* item-info 公共 */
    .item-info table {
        margin: 10px 0;
        width: 100%;
        font-size: 12px;
    }

    .item-info table p {
        font-weight: 700;
        text-align: center;
    }

    .item-info table tr td,
    .house-info .house-table th {
        padding: 5px 0;
    }

    /* photo */
    .item-info .photo-list {
        display: flex;
        flex-wrap: wrap;
    }

    .item-info .photo-list li {
        width: 50%;
        height: 180px;
        border: 5px solid transparent;
    }

    .item-info .photo-list img {
        border-radius: 5px;
    }

    .house-table tr:last-child {
        border-bottom: 2px solid #ccc;
    }

    /* 右侧电话 */
    .right-phone {
        position: sticky;
        top: 20px;
    }

    .right-phone .phone-border {
        margin-top: 20px;
        background-color: #f3f3f3;
        border-radius: 5px;
    }

    .right-phone .phone-border p {
        padding: 10px 0;
    }

    .detail-bd .right-phone p:first-child {
        font-size: 16px;
    }

    .detail-bd .right-phone p:first-child i,
    .detail-bd .right-phone .big-phone {
        color: #dd0000;
    }

    .detail-bd .right-phone .big-phone {
        font-size: 30px;
        padding: 20px 0;
    }

    /* #endregion 详情头 end */
}

@media screen and (min-width: 480px) and (max-width: 539px) {

    /* 详情头部 */
    .detail-hd {
        margin: 10px 0;
    }

    .detail-hd .CarouselImg {
        height: 338px;
    }

    /* 右侧信息 */
    .detail-hd ul li {
        padding: 5px 0;
        border-bottom: 1px solid #f3f3f3;
    }

    .detail-hd ul li:last-child {
        border: 0;
    }

    /* title */
    .detail-hd .title {
        font-size: 24px;
        font-weight: 700;
        padding-top: 10px;
    }

    .detail-hd .price strong {
        font-size: 14px;
        color: #dd0000;
    }

    /* addresss */
    .detail-hd .address {
        padding: 5px 0;
    }

    /* info-phone */
    .detail-hd .info-phone {
        margin-top: 15px;
        background-color: #f3f3f3;
    }

    .info-phone p:first-child {
        font-size: 18px;
    }

    .info-phone p:first-child i,
    .info-phone p:last-child {
        color: #dd0000;
    }

    .info-phone p:last-child {
        font-size: 30px;
        padding: 27px;
        background-color: #f3f3f3;
    }



    /* 详情下 */
    /* .detail-bd {
        margin: 50px 0;
        border-top: 2px solid #f3f3f3;
    } */

    .item-info {
        margin-top: 20px;
    }

    .item-info:last-child {
        margin-bottom: 0;
    }

    .item-info>h4 {
        font-size: 16px;
        font-weight: 700;
        padding-left: 5px;
        border-left: 3px solid #dd0000;
    }

    /* item-info 公共 */
    .item-info table {
        margin: 10px 0;
        width: 100%;
        font-size: 12px;
    }

    .item-info table p {
        font-weight: 700;
        text-align: center;
    }

    .item-info table tr td,
    .house-info .house-table th {
        padding: 5px 0;
    }

    /* photo */
    .item-info .photo-list {
        display: flex;
        flex-wrap: wrap;
    }

    .item-info .photo-list li {
        width: 50%;
        height: 210px;
        border: 5px solid transparent;
    }

    .item-info .photo-list img {
        border-radius: 5px;
    }

    .house-table tr:last-child {
        border-bottom: 2px solid #ccc;
    }

    /* 右侧电话 */
    .right-phone {
        position: sticky;
        top: 20px;
    }

    .right-phone .phone-border {
        margin-top: 20px;
        background-color: #f3f3f3;
        border-radius: 5px;
    }

    .right-phone .phone-border p {
        padding: 10px 0;
    }

    .detail-bd .right-phone p:first-child {
        font-size: 16px;
    }

    .detail-bd .right-phone p:first-child i,
    .detail-bd .right-phone .big-phone {
        color: #dd0000;
    }

    .detail-bd .right-phone .big-phone {
        font-size: 30px;
        padding: 20px 0;
    }

    /* #endregion 详情头 end */
}

@media screen and (min-width: 540px) and (max-width: 719px) {

    /* 详情头部 */
    .detail-hd {
        margin: 10px 0;
    }

    .detail-hd .CarouselImg {
        height: 383px;
    }

    /* 右侧信息 */
    .detail-hd ul li {
        padding: 5px 0;
        border-bottom: 1px solid #f3f3f3;
    }

    .detail-hd ul li:last-child {
        border: 0;
    }

    /* title */
    .detail-hd .title {
        font-size: 24px;
        font-weight: 700;
        padding-top: 10px;
    }

    .detail-hd .price strong {
        font-size: 14px;
        color: #dd0000;
    }

    /* addresss */
    .detail-hd .address {
        padding: 5px 0;
    }

    /* info-phone */
    .detail-hd .info-phone {
        margin-top: 15px;
        background-color: #f3f3f3;
    }

    .info-phone p:first-child {
        font-size: 18px;
    }

    .info-phone p:first-child i,
    .info-phone p:last-child {
        color: #dd0000;
    }

    .info-phone p:last-child {
        font-size: 30px;
        padding: 27px;
        background-color: #f3f3f3;
    }



    /* 详情下 */
    /* .detail-bd {
        margin: 50px 0;
        border-top: 2px solid #f3f3f3;
    } */

    .item-info {
        margin-top: 20px;
    }

    .item-info:last-child {
        margin-bottom: 0;
    }

    .item-info>h4 {
        font-size: 16px;
        font-weight: 700;
        padding-left: 5px;
        border-left: 3px solid #dd0000;
    }

    /* item-info 公共 */
    .item-info table {
        margin: 10px 0;
        width: 100%;
        font-size: 12px;
    }

    .item-info table p {
        font-weight: 700;
        text-align: center;
    }

    .item-info table tr td,
    .house-info .house-table th {
        padding: 5px 0;
    }

    /* photo */
    .item-info .photo-list {
        display: flex;
        flex-wrap: wrap;
    }

    .item-info .photo-list li {
        width: 50%;
        height: 228px;
        border: 5px solid transparent;
    }

    .item-info .photo-list img {
        border-radius: 5px;
    }

    .house-table tr:last-child {
        border-bottom: 2px solid #ccc;
    }

    /* 右侧电话 */
    .right-phone {
        position: sticky;
        top: 20px;
    }

    .right-phone .phone-border {
        margin-top: 20px;
        background-color: #f3f3f3;
        border-radius: 5px;
    }

    .right-phone .phone-border p {
        padding: 10px 0;
    }

    .detail-bd .right-phone p:first-child {
        font-size: 16px;
    }

    .detail-bd .right-phone p:first-child i,
    .detail-bd .right-phone .big-phone {
        color: #dd0000;
    }

    .detail-bd .right-phone .big-phone {
        font-size: 30px;
        padding: 20px 0;
    }

    /* #endregion 详情头 end */
}

@media screen and (min-width: 720px) and (max-width: 767px) {

    /* 详情头部 */
    .detail-hd {
        margin: 10px 0;
    }

    .detail-hd .CarouselImg {
        height: 518px;
    }

    /* 右侧信息 */
    .detail-hd ul li {
        padding: 5px 0;
        border-bottom: 1px solid #f3f3f3;
    }

    .detail-hd ul li:last-child {
        border: 0;
    }

    /* title */
    .detail-hd .title {
        font-size: 24px;
        font-weight: 700;
        padding-top: 10px;
    }

    .detail-hd .price strong {
        font-size: 14px;
        color: #dd0000;
    }

    /* addresss */
    .detail-hd .address {
        padding: 5px 0;
    }

    /* info-phone */
    .detail-hd .info-phone {
        margin-top: 15px;
        background-color: #f3f3f3;
    }

    .info-phone p:first-child {
        font-size: 18px;
    }

    .info-phone p:first-child i,
    .info-phone p:last-child {
        color: #dd0000;
    }

    .info-phone p:last-child {
        font-size: 30px;
        padding: 27px;
        background-color: #f3f3f3;
    }



    /* 详情下 */
    /* .detail-bd {
        margin: 50px 0;
        border-top: 2px solid #f3f3f3;
    } */

    .item-info {
        margin-top: 20px;
    }

    .item-info:last-child {
        margin-bottom: 0;
    }

    .item-info>h4 {
        font-size: 16px;
        font-weight: 700;
        padding-left: 5px;
        border-left: 3px solid #dd0000;
    }

    /* item-info 公共 */
    .item-info table {
        margin: 10px 0;
        width: 100%;
        font-size: 12px;
    }

    .item-info table p {
        font-weight: 700;
        text-align: center;
    }

    .item-info table tr td,
    .house-info .house-table th {
        padding: 5px 0;
    }

    /* photo */
    .item-info .photo-list {
        display: flex;
        flex-wrap: wrap;
    }

    .item-info .photo-list li {
        width: 50%;
        height: 260px;
        border: 5px solid transparent;
    }

    .item-info .photo-list img {
        border-radius: 5px;
    }

    .house-table tr:last-child {
        border-bottom: 2px solid #ccc;
    }

    /* 右侧电话 */
    .right-phone {
        position: sticky;
        top: 20px;
    }

    .right-phone .phone-border {
        margin-top: 20px;
        background-color: #f3f3f3;
        border-radius: 5px;
    }

    .right-phone .phone-border p {
        padding: 10px 0;
    }

    .detail-bd .right-phone p:first-child {
        font-size: 16px;
    }

    .detail-bd .right-phone p:first-child i,
    .detail-bd .right-phone .big-phone {
        color: #dd0000;
    }

    .detail-bd .right-phone .big-phone {
        font-size: 30px;
        padding: 20px 0;
    }

    /* #endregion 详情头 end */
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    /* 详情头部 */
    .detail-hd {
        margin: 50px 0;
    }

    .detail-hd .CarouselImg {
        height: 306px;
    }

    /* 右侧信息 */
    .detail-hd ul li {
        border-bottom: 2px solid #f3f3f3;
    }


    .detail-hd ul li:last-child {
        border: 0;
    }

    /* title */
    .detail-hd .title {
        font-size: 20px;
        padding-bottom: 20px;
        font-weight: 700;
    }

    .detail-hd .price {
        padding: 10px 0;
    }

    .detail-hd .price span>strong {
        font-size: 30px;
        color: #dd0000;
    }

    /* addresss */
    .detail-hd .address {
        padding: 5px 0;
    }

    .detail-hd .address p {
        font-size: 12px;
        padding: 5px 0;
    }

    /* info-phone */
    .detail-hd .info-phone {
        margin-top: 15px;
        background-color: #f3f3f3;
    }

    .info-phone p:first-child {
        font-size: 18px;
    }

    .info-phone p:first-child i,
    .info-phone p:last-child {
        color: #dd0000;
    }

    .info-phone p:last-child {
        font-size: 30px;
        padding: 20px;
        background-color: #f3f3f3;
    }



    /* 详情下 */
    .detail-bd {
        margin: 50px 0;
        border-top: 2px solid #f3f3f3;
    }

    .item-info {
        margin: 30px 0;
    }

    .item-info:last-child {
        margin-bottom: 0;
    }

    .item-info>h4 {
        font-size: 18px;
        font-weight: 700;
        padding-left: 10px;
        border-left: 3px solid #dd0000;
    }

    /* item-info 公共 */
    .item-info table {
        margin: 30px 0;
    }

    .item-info table p {
        font-weight: 700;
    }

    .item-info table {
        width: 100%;
    }

    .item-info table tr td,
    .house-info .house-table th {
        padding: 10px 0;
    }

    /* photo */
    .item-info .photo-list {
        display: flex;
        flex-wrap: wrap;
    }

    .item-info .photo-list li {
        width: 50%;
        height: 159px;
        border: 5px solid transparent;
    }

    .item-info .photo-list img {
        border-radius: 5px;
    }

    .house-table tr:last-child {
        border-bottom: 2px solid #ccc;
    }

    /* 右侧电话 */
    .right-phone {
        position: sticky;
        top: 20px;
    }


    .right-phone .phone-border {
        margin-top: 20px;
        background-color: #f3f3f3;
        border-radius: 5px;
    }

    .right-phone .phone-border p {
        padding: 10px 0;
    }

    .detail-bd .right-phone p:first-child {
        font-size: 16px;
    }

    .detail-bd .right-phone p:first-child i,
    .detail-bd .right-phone .big-phone {
        color: #dd0000;
    }

    .detail-bd .right-phone .big-phone {
        font-size: 30px;
        padding: 20px 0;
    }

    /* #endregion 详情头 end */
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

    /* 详情头部 */
    .detail-hd {
        margin: 50px 0;
    }


    .detail-hd .CarouselImg {
        height: 403px;
    }

    /* 右侧信息 */
    .detail-hd ul li {
        height: 73px;
        border-bottom: 2px solid #f3f3f3;
    }

    .detail-hd ul li div {
        padding-left: 0px;
    }

    .detail-hd ul li:last-child {
        border: 0;
    }

    /* title */
    .detail-hd .title {
        font-size: 30px;
        font-weight: 700;
    }

    .detail-hd .title,
    .detail-hd .price {
        line-height: 71px;
    }

    .detail-hd .price span>strong {
        font-size: 30px;
        color: #dd0000;
    }

    /* addresss */
    .detail-hd .address p {
        font-size: 12px;
        padding: 10px 0;
    }

    .detail-hd .address p:first-child {
        margin-top: 10px;
    }

    /* info-phone */
    .detail-hd .info-phone {
        padding-top: 30px;
        margin-top: 15px;
        background-color: #f3f3f3;
    }

    .info-phone p:first-child {
        font-size: 18px;
    }

    .info-phone p:first-child i,
    .info-phone p:last-child {
        color: #dd0000;
    }

    .info-phone p:last-child {
        font-size: 30px;
        padding: 30px;
        background-color: #f3f3f3;
    }



    /* 详情下 */
    .detail-bd {
        margin: 50px 0;
        border-top: 2px solid #f3f3f3;
    }

    .item-info {
        margin: 30px 0;
    }

    .item-info:last-child {
        margin-bottom: 0;
    }

    .item-info>h4 {
        font-size: 18px;
        font-weight: 700;
        padding-left: 10px;
        border-left: 3px solid #dd0000;
    }

    /* item-info 公共 */
    .item-info table {
        margin: 30px 0;
    }

    .item-info table p {
        font-weight: 700;
    }

    .item-info table {
        width: 100%;
    }

    .item-info table tr td,
    .house-info .house-table th {
        padding: 10px 0;
    }

    /* photo */
    .item-info .photo-list {
        display: flex;
        flex-wrap: wrap;
    }

    .item-info .photo-list li {
        width: 50%;
        height: 230px;
        border: 5px solid transparent;
    }

    .item-info .photo-list img {
        border-radius: 5px;
    }

    .house-table tr:last-child {
        border-bottom: 2px solid #ccc;
    }

    /* 右侧电话 */
    .right-phone {
        position: sticky;
        top: 20px;
    }

    .right-phone .phone-border {
        margin-top: 20px;
        background-color: #f3f3f3;
        border-radius: 5px;
    }

    .right-phone .phone-border p {
        padding: 10px 0;
    }

    .detail-bd .right-phone p:first-child {
        font-size: 18px;
    }

    .detail-bd .right-phone p:first-child i,
    .detail-bd .right-phone .big-phone {
        color: #dd0000;
    }

    .detail-bd .right-phone .big-phone {
        font-size: 40px;
        padding: 20px 0;
    }

    /* #endregion 详情头 end */
}

@media screen and (min-width: 1200px) {

    /* 详情头部 */
    .detail-hd {
        margin: 50px 0;
    }

    /* carousel */
    .detail-hd .CarouselImg {
        height: 490px;
    }

    /* 信息 */
    .detail-hd ul li {
        height: 100px;
        border-bottom: 2px solid #f3f3f3;
    }

    .detail-hd ul li div {
        padding-left: 0px;
    }

    .detail-hd ul li:last-child {
        border: 0;
    }

    /* title */
    .detail-hd .title {
        font-size: 30px;
        line-height: 100px;
        font-weight: 700;
    }

    /* price */
    .detail-hd .price {
        line-height: 100px;
    }

    .detail-hd .price span>strong {
        font-size: 30px;
        color: #dd0000;
    }

    /* addresss */
    .detail-hd .address p {
        font-size: 16px;
        padding: 10px 0;
    }

    .detail-hd .address p:first-child {
        margin-top: 10px;
    }

    /* info-phone */
    .detail-hd .info-phone {
        padding-top: 30px;
        margin-top: 15px;
        background-color: #f3f3f3;
    }

    .info-phone p:first-child {
        font-size: 18px;
    }

    .info-phone p:first-child i,
    .info-phone p:last-child {
        color: #dd0000;
    }

    .info-phone p:last-child {
        font-size: 30px;
        padding: 30px;
        background-color: #f3f3f3;
    }



    /* 详情下 */
    .detail-bd {
        margin: 50px 0;
        border-top: 2px solid #f3f3f3;
    }

    .item-info {
        margin: 30px 0;
    }

    .item-info:last-child {
        margin-bottom: 0;
    }

    .item-info>h4 {
        font-size: 18px;
        font-weight: 700;
        padding-left: 10px;
        border-left: 3px solid #dd0000;
    }

    /* item-info 公共 */
    .item-info table {
        margin: 30px 0;
    }

    .item-info table p {
        font-weight: 700;
    }

    .item-info table {
        width: 100%;
    }

    .item-info table tr td,
    .house-info .house-table th {
        padding: 10px 0;
    }


    /* photo */
    .item-info .photo-list {
        display: flex;
        flex-wrap: wrap;
    }

    .item-info .photo-list li {
        overflow: hidden;
        display: block;
        width: 50%;
        height: 246px;
        border: 5px solid transparent;
    }

    .item-info .photo-list img {
        border-radius: 5px;
        height: 100%;
        width: 100%;
    }

    .house-table tr:last-child {
        border-bottom: 2px solid #ccc;
    }

    /* 右侧电话 */
    .right-phone {
        position: sticky;
        top: 20px;
    }

    .right-phone .phone-border {
        margin-top: 20px;
        background-color: #f3f3f3;
        border-radius: 5px;
    }

    .right-phone .phone-border p {
        padding: 10px 0;
    }

    .detail-bd .right-phone p:first-child {
        font-size: 18px;
    }

    .detail-bd .right-phone p:first-child i,
    .detail-bd .right-phone .big-phone {
        color: #dd0000;
    }

    .detail-bd .right-phone .big-phone {
        font-size: 40px;
        padding: 20px 0;
    }

    /* #endregion 详情头 end */
}