.search_header--module.container1200{
    z-index: 2;
}
.search__global--clears {
    position: absolute;
    top: 20px;
    right: 162px;
    font-size: 16px;
    cursor: pointer;
    /*display: inline-block;*/
    display: none;
    color: #1BAD55;
    line-height: 20px;
    /*background: #FFFFFF;*/
    border: none;
    /*不允许选中文本*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.common__search--pannel__container--secondary {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.common__search--pannel--secondary {
    width: calc(100% - 200px);
}

.common__search--pannel--secondary .search__container-pannel {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 60px);
    border: none;
}

.common__search--pannel--secondary .search__container-pannel form {
    width: 100%;
}

.common__search--pannel--secondary .search__container-pannel input {
    width: calc(100% - 144px);
    float: left;
    height: 60px;
    padding-left: 16px;
    border: 1px solid #FF383A;
    border-right-color: #FFF;
    font-size: 16px;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    outline: none;
    box-sizing: border-box;
}

.common__search--btn--secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    line-height: 60px;
    width: 144px;
    background: linear-gradient(90deg, #FFB811 0%, #FE6600 100%);
    font-size: 18px;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border: none;
}

.common__search--btn--secondary:hover,.common__search--btn--secondary:focus {
    color: #FFF;
    text-decoration: none;
}

/* 公用-我要求购+我要出售 */
.communication {
    position: relative;
    z-index: 79;
}

.communication > ul {
    display: flex;
    align-items: center;
    width: 200px;
    height: 60px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1000);
    border-radius: 4px !important;
    padding: 2px;
    background: #ffffff;
    box-sizing: border-box;
}

.communication li {
    width: 98px;
    height: 56px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FF383A;
    border-radius: 4px !important;
}

.communication li:hover {
    color: #ffffff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: linear-gradient(90deg, #FF383A 0%, #FF7A38 100%);
}

.com_img a {
    position: absolute;
    display: block;
    left: 0;
    top: 60px;
}

.com_img a div {
    background: #ffffff;
    display: none;
    border: 1px solid #FF383A;
    border-radius: 4px !important;
    overflow: hidden;
}

.com_img a div p {
    text-align: center;
    color: #FF383A;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 14px;
}
