.com-search{
    margin-top: 1.72rem;
    width: 100%;
}

.com-m-section{
    display: none;
}

.com-search .box{
    width: 100%;
    height: 2.86rem;
    font-size: 1rem;
    color: var(--local-color);
}

.com-search .box .left,
.com-search .box .right{
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.com-search .box .left>div{
    margin-left: 1rem;
}

.com-search .box .xl-box{
    cursor: pointer;
}

.com-search .box .left>div:first-child{
    margin-left: 0;
}

.com-search .box .left .zip{
    width: 27.14rem;
    height:100%;
    border: 1px solid #F0F0F0;
    border-radius: 4px;
    padding: 0 .72rem;
    background: #F8F8F8;
    position: relative;
}

.com-search .box .left .zip input{
    width: calc(100% - 2rem);
    height: 100%;
    background: none;
}

.com-search .box .left .zip img.search{
    width: 2rem;
    height: 2rem;
}

.com-search .box .left .zip img.del{
    position: absolute;
    width: 1.42rem;
    height: 1.42rem;
    right: 3.56rem;
    top: 50%;
    transform: translate(0,-50%);
    display: none;
}

.com-search .box .left .xl-box{
    width: 11.42rem;
    height: 100%;
    padding: 0 .72rem;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    position: relative;
}

.com-search .box .left .xl-box img.del{
    width: 1.14rem;
    height: 1.14rem;
    position: absolute;
    right: 2.14rem;
    top: 50%;
    transform: translate(0,-50%);
}

.com-search .box .left .xl-box img.xl{
    width: 1.42rem;
    height: 1.42rem;
}

.com-search .box .left .xl-box .drop-options-box{
    display: none;
}

.com-search .box .left .xl-box .xl-ul-box{
    position: absolute;
    top: 2.86rem;
    left: 0;
    width: 100%;
    max-height: 14.28rem;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    overflow: auto;
    z-index: 100;
}

.com-search .box .left .xl-box .xl-ul-box li{
    width: 100%;
    padding: .72rem;
}

.com-search .box .left .xl-box .xl-ul-box li.action{
    color: var(--blue-color);
}

.com-search .box .left .xl-box .xl-price{
    position: absolute;
    top: 2.86rem;
    left: 0;
    width: 22.86rem;
    height: auto;
    padding: .72rem;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    z-index: 100;
}

.com-search .box .left .xl-box .xl-price .top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.com-search .box .left .xl-box .xl-price .top input{
    width: calc((100% - 1.72rem) / 2);
    height: 2.86rem;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    padding: 0 .72rem;
    background: none;
}

/*.com-search .box .left .xl-box .xl-price .between{*/
/*    margin-top: 0.1rem;*/
/*}*/

.com-search .box .left .xl-box .xl-price .between ul{
    width: calc((100% - 1.72rem) / 2);
    display: none;
}

.com-search .box .left .xl-box .xl-price .between ul li{
    width: 100%;
    padding: .58rem;
}

.com-search .box .left .xl-box .xl-price button{
    margin-top: .72rem;
}

.com-search .box .left .xl-box .xl-price button,
.com-search .box .left .xl-box .xl-bd button{
    width: 100%;
    height: 2.86rem;
    background: var(--blue-color);
    color: #FFFFFF;
    border-radius: 4px;
}

.com-search .box .left .xl-box .xl-bd{
    position: absolute;
    top: 2.86rem;
    left: 0;
    width: 18.56rem;
    height: auto;
    padding: .72rem;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    z-index: 100;
}

.com-search .box .left .xl-box .xl-bd ul.bed,
.com-search .box .left .xl-box .xl-bd ul.bath{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: .72rem 0;
}

.com-search .box .left .xl-box .xl-bd ul.bed li,
.com-search .box .left .xl-box .xl-bd ul.bath li{
    width: calc(100% / 5);
    height: 2.86rem;
    position: relative;
    text-align: center;
    line-height: 2.86rem;
    cursor: pointer;
}

.com-search .box .left .xl-box .xl-bd ul.bed li:first-child,
.com-search .box .left .xl-box .xl-bd ul.bath li:first-child{
    border: 1px solid #DDDDDD;
    border-radius: 4px 0 0 4px;
}

.com-search .box .left .xl-box .xl-bd ul.bed li:nth-child(n+1),
.com-search .box .left .xl-box .xl-bd ul.bath li:nth-child(n+1){
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.com-search .box .left .xl-box .xl-bd ul.bed li:last-child,
.com-search .box .left .xl-box .xl-bd ul.bath li:last-child{
    border-radius: 0 4px 4px 0;
}

.com-search .box .left .xl-box .xl-bd ul li.action{
    color: var(--blue-color);
    border: 1px solid var(--blue-color) !important;
}

.com-search .box .right .sort{
    height: 100%;
    position: relative;
}

.com-search .box .right .sort div.title,
.com-search .box .right .sort div.val{
    color: var(--blue-color);
}

.com-search .box .right .sort div.val{
    margin: 0 6px;
    max-width: 7.14rem;
    word-wrap: break-word; /*强制换行*/
    overflow: hidden; /*超出隐藏*/
    text-overflow: ellipsis;/*隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}

.com-search .box .right .sort img{
    width: 1.42rem;
    height: 1.42rem;
}

.com-search .box .right .sort .xl-ul-box{
    display: none;
    position: absolute;
    top: 2.86rem;
    right: 0;
    width: 14.28rem;
    max-height: 14.28rem;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    overflow: auto;
    z-index: 100;
}

.com-search .box .right .sort .xl-ul-box li{
    width: 100%;
    padding: .72rem;
}

.com-search .box .xl-ul-box li:hover,
.com-search .box .left .xl-box .xl-price .between ul li:hover{
    cursor: pointer;
    color: var(--blue-color);
}

.com-search .box .xl-box>span{
    width: 7.14rem;
}

.com-search .box .xl-box img.del{
    display: none;
}

@media screen and (min-width: 350px) and (max-width: 999px){
    .com-search{
        display: none;
    }

    .com-m-section{
        display: block;
        margin-bottom: 10px;
        position: relative;
        z-index: 20;
    }

    .com-m-section .box{
        width: 100%;
        height: auto;
        padding: 1rem;
        background: #FFFFFF;
        box-shadow: 0 1px 3px 0 rgba(51, 51, 51, 0.1);
        border: 1px solid #F0F0F0;
        font-size: 12px;
    }

    .com-m-section .box .top{
        width: 100%;
        display: none;
    }

    .com-m-section .box .top .action{
        color: var(--blue-color);
    }

    .com-m-section .box .top .action:after{
        content: "";
        height: 1px;
        width: 40%;
        display: block;
        background: var(--blue-color);
    }
    .com-m-section .box .top a{
        margin-left: 20px;
    }
    .com-m-section .box .top a:first-child{
        margin-left: 0;
    }

    .com-m-section .box .top .right{
        position: relative;
    }

    .com-m-section .box .top .right img{
        width: 16px;
        height: 16px;
    }

    .com-m-section .box .top .right .sort-ul{
        display: none;
        position: absolute;
        top: 18px;
        right: 0;
        background: #FFFFFF;
        box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.1);
        border: 1px solid #F0F0F0;
        border-radius: 4px;
        z-index: 200;
    }

    .com-m-section .box .top .right .sort-ul li{
        padding: 10px;
    }

    .com-m-section .box .between{
        margin-top: 1.2rem;
        width: 100%;
        height: 36px;
        padding: 0 10px;
        position: relative;
        background-color: #F8F8F8;
        border: 1px solid #F0F0F0;
        border-radius: 4px;
    }
    .com-m-section .box .bot{
        margin-top: 10px;
    }

    .com-m-section .box .between input{
        background: none;
        height: 100%;
        width: calc(100% - 60px);
    }

    .com-m-section .box .between img.del{
        width: 18px;
        height: 18px;
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translate(0,-50%);
        display: none;
    }

    .com-m-section .box .between img.map-zip-btn{
        width: 20px;
        height: 20px;
    }

    .com-m-section .box .bot .item{
        width: calc((100% - 20px) / 3);
        height: 30px;
        padding: 0 4px;
        border-radius: 4px;
        color: var(--local-color);
        border: 0.01rem solid #F0F0F0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .com-m-section .box .bot .item.action{
        color: var(--blue-color);
        border: 0.01rem solid var(--blue-color);
    }

    .com-m-section .box .m-xl-box{
        margin-top: 4px;
        width: 100%;
        color: var(--local-color);
    }

    .com-m-section .box .m-xl-box .m-drop-options-box{
        width: 100%;
        border-radius: 4px;
        border: 0.01rem solid #F0F0F0;
        padding: 10px;
        display: none;
    }

    .com-m-section .box .m-xl-box .m-drop-options-box ul.item-ul{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .com-m-section .box .m-xl-box .m-drop-options-box ul.item-ul li{
        margin-bottom: 8px;
        padding: 6px 12px;
        border: 0.01rem solid #F0F0F0;
    }

    .com-m-section .box .m-xl-box .m-drop-options-box ul.item-ul li.action{
        border: 0.01rem solid var(--blue-color);
        color: var(--blue-color);
    }

    .com-m-section .box .m-xl-box .m-drop-options-box .btn-box{
        width: 100%;
    }

    .com-m-section .box .m-xl-box .m-drop-options-box .btn-box button{
        width: 100%;
        height: 30px;
        border-radius: 4px;
    }

    .com-m-section .box .m-xl-box .m-drop-options-box .btn-box button.del{
        border: 1px solid var(--blue-color);
        color: var(--blue-color);
    }

    .com-m-section .box .m-xl-box .m-drop-options-box .btn-box button.search{
        background: var(--blue-color);
        color: #FFFFFF;
    }

    .com-m-section .box .m-xl-box .m-drop-options-box .input-box{
        width: 100%;
        margin-bottom: 10px;
    }

    .com-m-section .box .m-xl-box .m-drop-options-box .input-box input{
        width: calc((100% - 20px) / 2);
        height: 36px;
        border: 1px solid #F0F0F0;
        border-radius: 4px;
        padding: 0 4px;
    }

    .com-m-section .box .m-xl-box .m-drop-options-box .column-ul{
        display: none;
    }

    .com-m-section .box .m-xl-box .m-drop-options-box .column-ul li{
        padding: 10px 4px;
    }

    .com-m-section .box .m-xl-box .m-drop-options-box p{
        margin-top: 10px;
        color: #333333;
    }

    .com-m-section .box .m-xl-box .m-drop-options-box p:first-child{
        margin-top: 0;
    }

    .com-m-section .box .m-xl-box .m-drop-options-box .row-item{
        width: 100%;
        display: flex;
        align-items: center;
    }

    .com-m-section .box .m-xl-box .m-drop-options-box .row-item li{
        width: calc(100% / 5);
        height: 28px;
        border: 1px solid #F0F0F0;
        text-align: center;
        line-height: 28px;
    }

    .com-m-section .box .m-xl-box .m-drop-options-box .row-item li.action{
        border: 0.01rem solid var(--blue-color);
        color: var(--blue-color);
    }

    .com-m-section .box .m-xl-box .m-drop-options-box .row-item li:first-child{
        border-radius: 4px 0 0 4px;
    }

    .com-m-section .box .m-xl-box .m-drop-options-box .row-item li:last-child{
        border-radius: 0 4px 4px 0;
    }

}
