/* 小屏幕（手机，小于 320px） */
@media screen and (min-width: 320px) {

    /* #region 手机筛选 start */

    .phone-filer-wrap {
        margin-bottom: 10px;
        border-bottom: 1px solid #dd0000;
    }

    /* tab-list */
    .phone-filer-wrap .tab-list a {
        position: relative;
        display: block;
        height: 40px;
        line-height: 30px;
        border: 1px solid #eee;
        padding: 5px 10px 5px 5px;
    }

    .tab-list a::after {
        content: "";
        position: absolute;
        top: 14px;
        right: 8px;
        width: 8px;
        height: 8px;
        border-right: 1px solid #dd0000;
        border-bottom: 1px solid #dd0000;
        transform: rotate(45deg);
    }

    .tab-content-item,
    .region-list,
    .subway-list,
    .region-items,
    .subway-items {
        height: 280px;
        overflow: scroll;
    }

    .tab-content-item,
    .region-item,
    .subway-item {
        display: none;
    }


    .tab-content-item a {
        display: block;
        padding: 5px 5px 5px 5px;
    }

    .tab-content-item span {
        font-weight: 700;
        color: #dd0000;
    }

    /* #endregion 手机筛选 end */


    /* #region产品内容start */

    /* 产品列表 */
    /* a */
    .product-list .list-item {
        display: block;
        font-size: 12px;
        padding: 10px 0;
        border-bottom: 1px solid #f3f3f3;
    }

    /* info */
    .product-list .item-info {
        padding-left: 15px;
    }

    /* info-title */
    .product-list .item-info .title h2 {
        font-weight: 700;
        font-size: 18px;
    }


    /* info-p-span */
    .product-list .item-info p span {
        display: inline-block;
    }


    /* info-region */
    .product-list .item-info .region span {
        padding: 5px 10px 5px 0;
        margin-top: 5px;
    }


    /* info里的小盒子 */
    .item-info .info-box {
        padding-top: 5px;
    }


    .item-info .info-box p:first-child {
        color: #dd0000;
    }


    /* 分页导航 */
    .page-navigation-wrap {
        margin: 5px 0;
    }


    /* #endregion  产品内容end */
}

/* 小屏幕（手机，小于 360px） */
@media screen and (min-width: 360px) {

    /* info-title */
    .product-list .item-info .title h2 {
        font-size: 20px;
    }

    .item-info p.address {
        padding: 5px 0;
    }

}

/* 小屏幕（手机，小于 375px） */
@media screen and (min-width: 375px) {

    .tab-list a::after {
        right: 15px;
    }

    /* info-title */
    .product-list .item-info .title h2 {
        padding-bottom: 5px;
    }

}

/* 小屏幕（手机，小于 384px） */
@media screen and (min-width: 384px) {
    .item-info p.address {
        padding: 6px 0;
    }
}

/* 小屏幕（手机，小于 414px） */
@media screen and (min-width: 414px) {
    .product-list .item-info .title h2 {
        font-size: 23px;
    }
}

/* 小屏幕（手机，小于 424px） */
@media screen and (min-width: 424px) {
    .product-list .item-info .title h2 {
        font-size: 26px;
    }
}

/* 小屏幕（手机，小于 480px） */
@media screen and (min-width: 480px) {
    .item-info .info-box {
        font-weight: 700;
    }

    .product-list .list-item .item-info {
        font-size: 16px;
    }
}

/* 小屏幕（手机，小于 540px） */
@media screen and (min-width: 540px) {
    .product-list .item-info .title h2 {
        font-size: 35px;
    }

    .product-list .list-item .item-info {
        font-size: 18px;
    }
}

/* 小屏幕（手机，小于 720px） */
@media screen and (min-width: 720px) {
    .phone-filer-wrap .tab-list a {
        height: 50px;
        line-height: 40px;
    }

    .product-list .list-item {
        padding: 20px 0;
    }

    .tab-list a::after {
        top: 20px;
        right: 20px;
    }

    .product-list .item-info .title h2 {
        font-size: 26px;
        padding-bottom: 18px;
    }

    .item-info p.address {
        padding: 16px 0;
    }


    .product-list .list-item .item-info {
        font-size: 20px;
    }

    .product-list .list-item .item-info p {
        margin-bottom: 10px;
    }

}

/* 小屏幕（手机，小于 750px） */
@media screen and (min-width: 750px) {
    .product-list .list-item {
        padding: 20px 0;
    }

    .product-list .list-item .item-info {
        font-size: 19px;
    }

    .product-list .list-item .item-info p {
        margin-bottom: 16px;
    }

}

/* 小屏幕（平板，大于等于 768px） */
@media screen and (min-width: 768px) and (max-width: 991px) {

    /* #region 查询包 start */
    .filer-wrap .line {
        padding-bottom: 10px;
        border-bottom: 1px solid #f3f3f3;
        margin-bottom: 10px;
    }

    /* filer-wrap 所有a */
    .filer-wrap a {
        display: inline-block;
        padding: 3px 12px 3px 0px;
    }

    .filer-wrap a,
    .filer-wrap p {
        font-size: 12px;
    }

    .filer-item {
        padding-top: 10px;
    }

    /* filer左侧P */
    .left-p,
    .title-region,
    .title-subway {
        position: relative;
        padding: 3px 12px 3px 15px;
        font-weight: 700;
        margin-bottom: 0px;
    }

    /* 商圈交通 为元素 */
    .title-region::after,
    .title-subway::after {
        content: "";
        position: absolute;
        top: 4px;
        right: 0;
        width: 8px;
        height: 8px;
        border-right: 1px solid #dd0000;
        border-bottom: 1px solid #dd0000;
        transform: rotate(45deg);
    }

    .title-region:hover,
    .title-subway:hover {
        cursor: pointer;
    }


    /* 商圈里所有span */
    .tab-content-region span {
        color: #dd0000;
    }

    .tab-list-region,
    .tab-list-subway,
    .subway-item,
    .region-item {
        display: none;
    }

    .tab-list-region,
    .tab-list-subway {
        padding: 5px 0;
    }

    .subway-item,
    .region-item {
        padding: 5px 20px;
    }

    /* #endregion 查询包 end */


    /* #region产品内容start */
    .main-content {
        margin-top: 30px;
    }

    /* 计数 */
    .main-content .count-box {
        border-bottom: 1px solid #dd0000;
    }

    .main-content .count-box li {
        height: 30px;
        line-height: 30px;
    }

    .main-content .count-box .sort>span {
        display: inline-block;
        background-color: #dd0000;
        padding: 0 15px;
        color: #fff;
        border-radius: 5px 5px 0 0;
    }



    /* 产品列表 */
    /* a */
    .product-list .list-item {
        display: block;
        font-size: 12px;
        padding: 20px 0;
        border-bottom: 1px solid #f3f3f3;
    }

    /* info */
    .product-list .list-item .item-info {
        padding-left: 15px;
        font-size: 12px;
    }

    /* info-title */
    .product-list .item-info .title h2 {
        font-weight: 700;
        font-size: 18px;
        padding-bottom: 0;
    }

    /* info-p */
    .product-list .list-item .item-info p {
        margin-bottom: 4px;
    }

    .product-list .item-info .region span {
        margin-top: 0px;
    }

    .item-info p.address {
        padding: 0;
        margin-bottom: 0;
        color: #777;
    }


    /* info-p-span */
    .product-list .item-info p span {
        display: inline-block;
    }

    .product-list .item-info p:last-child {
        padding-bottom: 0;
    }

    /* info-region */

    .product-list .item-info .region span {
        padding: 5px 10px 5px 0;
    }

    /* info-tag */
    .product-list .item-info .tag {
        margin-bottom: 0;
    }

    .product-list .item-info .tag span {
        padding: 5px;
        margin-right: 5px;
        background-color: #f3f8f6;
    }

    /* area and price public p  */
    .list-item .item-area p,
    .list-item .item-price p {
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

    .list-item .item-area p:first-child,
    .list-item .item-price p:first-child {
        margin-top: 25px;
    }

    .list-item .item-area p:last-child,
    .list-item .item-price p:last-child {
        color: #777;
    }

    /* area-p-span */
    .list-item .item-area p,
    .list-item .item-price p {
        font-size: 12px;
    }

    /* price-p-span */
    .list-item .item-price .price {
        font-weight: 700;
        font-size: 14px;
    }



    /* 分页导航 */
    .page-navigation-wrap {
        margin: 10px 0;
    }



    /* 右侧电话 */
    .phone-box {
        position: sticky;
        top: 50px;
        font-size: 12px;
    }

    .phone-box .phone-list {
        border: 1px solid #f3f3f3;
    }

    .phone-item:first-child {
        padding-top: 10px;
        font-weight: 700;
    }


    .phone-list .big-phone {
        font-size: 16px;
        margin: 20px 0;
        background-color: #f3f3f3;
    }

    /* #endregion  产品内容end */
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media screen and (min-width: 992px) and (max-width: 1199px) {

    /* #region 查询包 start */
    .filer-wrap .line {
        padding-bottom: 10px;
        border-bottom: 1px solid #f3f3f3;
        margin-bottom: 10px;
    }

    /* filer-wrap 所有a */
    .filer-wrap a {
        display: inline-block;
        padding: 3px 12px 3px 0px;
    }

    .filer-item {
        padding-top: 10px;
    }

    /* filer左侧P */
    .left-p,
    .title-region,
    .title-subway {
        position: relative;
        padding: 3px 12px 3px 15px;
        font-weight: 700;
        margin-bottom: 0px;
    }

    /* 商圈交通 为元素 */
    .title-region::after,
    .title-subway::after {
        content: "";
        position: absolute;
        top: 8px;
        right: 15px;
        width: 8px;
        height: 8px;
        border-right: 1px solid #dd0000;
        border-bottom: 1px solid #dd0000;
        transform: rotate(45deg);
    }

    .title-region:hover,
    .title-subway:hover {
        cursor: pointer;
    }

    /* 商圈里所有span */
    .tab-content-region span {
        color: #dd0000;
    }

    .tab-list-region,
    .tab-list-subway,
    .subway-item,
    .region-item {
        display: none;
    }

    .tab-list-region,
    .tab-list-subway {
        padding: 5px 0;
    }

    .subway-item,
    .region-item {
        padding: 5px 20px;
    }

    /* #endregion 查询包 end */


    /* #region产品内容start */
    .main-content {
        margin-top: 50px;
    }

    /* 计数 */
    .main-content .count-box {
        border-bottom: 1px solid #dd0000;
    }

    .main-content .count-box li {
        height: 30px;
        line-height: 30px;
    }

    .main-content .count-box .sort>span {
        display: inline-block;
        background-color: #dd0000;
        padding: 0 15px;
        color: #fff;
        border-radius: 5px 5px 0 0;
    }



    /* 产品列表 */
    /* a */
    .product-list .list-item {
        display: block;
        font-size: 12px;
        color: #333;
        padding: 25px 0;
        border-bottom: 1px solid #f3f3f3;
    }

    /* info */
    .product-list .list-item .item-info {
        padding-left: 20px;
        font-size: 12px;
    }

    /* info-title */
    .product-list .item-info .title h2 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 5px;
        padding: 0;
    }

    /* info-p */
    .product-list .list-item .item-info p {
        margin-bottom: 2px;
        padding: 0;
    }

    .product-list .list-item .item-info p.address {
        padding: 7px 0;
    }

    /* info-p-span */
    .product-list .item-info p span {
        display: inline-block;
    }

    .product-list .item-info p:last-child {
        padding-bottom: 0;
    }

    /* info-region */
    .product-list .item-info .region span {
        padding: 5px 10px 5px 0;
    }

    /* info-tag */
    .product-list .item-info .tag {
        margin-bottom: 0;
    }

    .product-list .item-info .tag span {
        padding: 5px;
        margin-right: 5px;
        background-color: #f3f8f6;
    }

    /* area and price public p  */

    .list-item .item-area p,
    .list-item .item-price p {
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

    .list-item .item-area p:first-child,
    .list-item .item-price p:first-child {
        margin-top: 50px;
    }

    .list-item .item-area p:last-child,
    .list-item .item-price p:last-child {
        color: #999;
    }

    /* area-p-span */
    .list-item .item-area .area {
        font-size: 18px;
    }

    /* price-p-span */
    .list-item .item-price .price {
        font-size: 20px;
        font-weight: 700;
    }

    /* 分页导航 */
    .page-navigation-wrap {
        margin: 30px 0;
    }



    /* 右侧电话 */
    .phone-box {
        position: sticky;
        top: 50px;
    }

    .phone-box .phone-list {
        border: 1px solid #f3f3f3;
    }



    .phone-item:first-child {
        padding-top: 10px;
        font-size: 16px;
        font-weight: 700;
    }


    .phone-list .big-phone {
        font-size: 24px;
        margin: 20px 0;
        background-color: #f3f3f3;
    }

    /* #endregion  产品内容end */
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media screen and (min-width: 1200px) {

    /* #region 查询包 start */
    .filer-wrap .line {
        padding-bottom: 10px;
        border-bottom: 1px solid #f3f3f3;
        margin-bottom: 10px;
    }

    /* filer-wrap 所有a */
    .filer-wrap a {
        display: inline-block;
        padding: 3px 12px 3px 0px;
    }

    .filer-item {
        padding-top: 10px;
    }

    /* filer左侧P */
    .left-p,
    .title-region,
    .title-subway {
        position: relative;
        padding: 3px 12px 3px 15px;
        font-weight: 700;
        margin-bottom: 0px;
    }

    /* 商圈交通 为元素 */
    .title-region::after,
    .title-subway::after {
        content: "";
        position: absolute;
        top: 8px;
        right: 30px;
        width: 8px;
        height: 8px;
        border-right: 1px solid #dd0000;
        border-bottom: 1px solid #dd0000;
        transform: rotate(45deg);
    }

    .title-region:hover,
    .title-subway:hover {
        cursor: pointer;
    }

    /* 商圈里所有span */
    .tab-content-region span {
        color: #dd0000;
    }


    .tab-list-region,
    .tab-list-subway,
    .subway-item,
    .region-item {
        display: none;
    }

    .tab-list-region,
    .tab-list-subway {
        padding: 5px 0;
    }

    .subway-item,
    .region-item {
        padding: 5px 20px;
    }

    /* #endregion 查询包 end */


    /* #region产品内容start */
    .main-content {
        margin-top: 50px;
    }

    /* 计数 */
    .main-content .count-box {
        border-bottom: 1px solid #dd0000;
    }

    .main-content .count-box li {
        height: 30px;
        line-height: 30px;
    }

    .main-content .count-box .sort>span {
        display: inline-block;
        background-color: #dd0000;
        padding: 0 15px;
        color: #fff;
        border-radius: 5px 5px 0 0;
    }




    /* 产品列表 */
    /* a */
    .product-list .list-item {
        display: block;
        font-size: 14px;
        color: #333;
        padding: 30px 0;
        border-bottom: 1px solid #f3f3f3;
    }

    /* info */
    .product-list .list-item .item-info {
        padding-left: 20px;
        font-size: 15px;
    }

    /* info-title */
    .product-list .item-info .title h2 {
        font-weight: 700;
        margin-bottom: 10px;
        padding: 0;
    }

    /* info-p */
    .product-list .list-item .item-info .address {
        padding: 15px 0;
    }

    .product-list .list-item .item-info p {
        margin-bottom: 0px;
    }

    /* info-p-span */
    .product-list .item-info p span {
        display: inline-block;
    }

    .product-list .item-info p:last-child {
        padding-bottom: 0;
    }

    /* info-region */
    .product-list .item-info .region span {
        padding: 5px 10px 5px 0;
    }

    /* info-tag */
    .product-list .item-info .tag {
        margin-bottom: 0;
    }

    .product-list .item-info .tag span {
        padding: 5px;
        margin-right: 5px;
        background-color: #f3f8f6;
    }

    /* area and price public p  */

    .list-item .item-area p,
    .list-item .item-price p {
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

    .list-item .item-area p:first-child,
    .list-item .item-price p:first-child {
        margin-top: 50px;
    }

    .list-item .item-area p:last-child,
    .list-item .item-price p:last-child {
        color: #999;
    }

    /* area-p-span */
    .list-item .item-area .area {
        font-size: 18px;
    }

    /* price-p-span */
    .list-item .item-price .price {
        font-size: 20px;
        font-weight: 700;
    }

    /* 分页导航 */
    .page-navigation-wrap {
        margin: 30px 0;
    }



    /* 右侧电话 */
    .phone-box {
        position: sticky;
        top: 50px;
    }

    .phone-box .phone-list {
        border: 1px solid #f3f3f3;
    }

    .phone-item:first-child {
        padding-top: 10px;
        font-size: 18px;
        font-weight: 700;
    }

    .phone-item:first-child i {
        color: #dd0000;
    }

    .phone-list .big-phone {
        font-size: 30px;
        margin: 20px 0;
        padding: 15px;
        color: #dd0000;
        background-color: #f3f3f3;
    }

    /* #endregion  产品内容end */
}