.ConditionsOfTheQuery {
}
.ConditionsOfTheQuery .top,.ConditionsOfTheQuery .bottom {
    padding: 5px 10px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.ConditionsOfTheQuery .top .active {
    background-color: #e86645;
    color: #fff;
}
.ConditionsOfTheQuery .top .active.layui-btn-primary:hover {
    color: #fff!important;
}


.ConditionsOfTheQuery .top .active .btnIcon {
    color: #fff;
}
.layui-btn-group .layui-btn-primary:hover{
    color: #e86645;
}
.ConditionsOfTheQuery .top .conditionsBtn {
    width: 80px;
}
.ConditionsOfTheQuery .top .active .grayIcon .btnIcon {
    color: #333333 !important;
}
.ConditionsOfTheQuery .top .priceBtn {
    width: 67px;
    text-align: left;
    position: relative;
}
.ConditionsOfTheQuery .top .btnIcon {
    display: inline-block;
    transform:rotate(-90deg);
    font-size: 12px !important;
    font-weight: 700;
    margin-left: 5px;
    margin-right: 0;
}
.ConditionsOfTheQuery .top .priceBtn .price,.ConditionsOfTheQuery .top .priceBtn .price2 {
    position: absolute;
    top: -3px;
    right: 10px;
    margin: 0;
    font-size: 10px;
    -webkit-transform:scale(0.8);
}
.ConditionsOfTheQuery .top .priceBtn .price2 {
    transform: rotate(180deg);
    right: 6px;
    top: 4px;
    font-size: 10px;
    -webkit-transform:scale(0.8) rotate(180deg);
}
.ConditionsOfTheQuery .top .priceText{
    position: relative;
    z-index: 2;
}
.ConditionsOfTheQuery .top .priceText .layui-input {
    width: 47%;
    height: 30px;
    font-size: 12px;
    display: inline-block;
}
.ConditionsOfTheQuery .layui-input-block {
    margin-left: 20px !important;
    /* margin-right: 20px !important; */
}
.ConditionsOfTheQuery .layui-form-item {
    margin-bottom: 0;
}
.ConditionsOfTheQuery .layui-form-select .layui-input {
    height: 30px;
}
/* 价格隐藏按钮 */
.ConditionsOfTheQuery .top .HideButton {
    text-align: justify;
    text-align-last: justify;
    border: 1px solid #ccc;
    padding: 5px;
    padding-top: 45px;
    background-color: #fff;
    position: absolute;
    top: -6px;
    right: 0;
    z-index: 1;
    width: 95%;
    display: none;
}
/* 下拉选择框 */
.ConditionsOfTheQuery .top .dropDownBox {
    margin-right: 30px;
}
.ConditionsOfTheQuery .top .dropDownBox select {
    height: 28px;
    font-size: 12px;
}
/* 输入搜索 */
.ConditionsOfTheQuery .top .searchBox {
    float: right;
    border: 1px solid #ccc;
    height:30px;
}
.ConditionsOfTheQuery .top .searchBox input {
    width:75%;
    height:28px;
    display:inline-block;
    border: none;
}
.ConditionsOfTheQuery .top .searchBox button {
    width:25%;
    line-height: 28px;
    height:28px;
    text-align: center;
    padding: 0;
    vertical-align: top;
    color: #fff;
    font-size: 12px;
    float: right;
}
/* 配送地址 */
.ConditionsOfTheQuery .bottom {
    position: relative;
    font-size: 12px;
}
.ConditionsOfTheQuery .bottom .address input {
    width:200px;
    font-size: 12px;
    height: 30px;
    display: inline-block;
}
.ConditionsOfTheQuery .bottom .address .AddreSelection {
    position: absolute;
    background-color: #fff;
    z-index: 1;
    display: none;
}
.ConditionsOfTheQuery .bottom .address .AddreSelection .layui-tab {
    margin: 0;
}
.ConditionsOfTheQuery .bottom .address .AddreSelection .layui-tab-title {
    padding: 0;
}
.ConditionsOfTheQuery .bottom .address .AddreSelection .layui-tab-content {
    padding: 10px;
}
.ConditionsOfTheQuery .bottom .address .AddreSelection .layui-tab-item ul {
    width: 400px;
}
.ConditionsOfTheQuery .bottom .address .AddreSelection .layui-tab-item li {
    float: left;
    width: 100px;
    color: #005aa0;
    cursor: pointer;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 5px;
}
.ConditionsOfTheQuery .bottom .address .AddreSelection .layui-tab-item li:hover {
    color: #fff;
    border-radius: 3px;
    background-color: #005aa0;
}
.ConditionsOfTheQuery .bottom .address .AddreSelection .layui-tab-item li::after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}
.ConditionsOfTheQuery .bottom #form {
    height: 30px;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    top: -5px;
    /* left: 155px; */
}
.ConditionsOfTheQuery .bottom #form input {
    position: absolute;
}
.ConditionsOfTheQuery .bottom #form span {
    font-size: 12px;
}