/* 搜索样式 */
.mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 2457px;
    top: 0px;
    z-index: 20;
    background: rgba(0,0,0,0.2);
}
#search-content {
    opacity:0;
    filter:alpha(opacity='0');
    position: absolute;
    width: 100%;
    height: 488px;
    top: 366px;
    left: 0;
    background:#FFFFFF;
    z-index: 0;
}
#search-content .search-wrap {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
#search-content .search-wrap .close-btn {
    margin-top: 20px;
    text-align: right;
    padding-right: 20px;
}
#search-content .search-wrap .close-btn img {
    width: 32px;
    height: 31px;
    cursor: pointer;
}
.search-input {
    display: flex;
    width: 920px;
    margin: 50px auto;
    height: 66px;
    border-radius: 4px;
    border: 2px solid #F10B05;
}
.search-input input {
    width: calc(100% - 54px); 
    font-size: 16px;
    height: 62px;
    border: 0;
    outline: none;
    padding: 0 20px;
}
.search-input .search-btns {
    margin: 5px;
    width: 52px;
    height: 52px;
    background: #F10B05;
    border-radius: 4px;
    position: relative;
}
.search-input .search-btns:hover{
    background: #FF7C75;
}

.search-input .search-btns img {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 28px;
    height: 28px;
}
.keyWords {
    width: 920px;
    margin: 0 auto;
    padding: 0;
}
.keyWords .title {
    width: 50px;
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #2A2928;
    line-height: 22px;
}
.keyWords .keyWords-content {
    flex-wrap: wrap;
    margin-top: 15px;
}
.keyWords .keyWords-content li {
    text-align: center;
    margin: 5px 24px 5px 0px;
    padding: 0 25px;
    height: 29px;
    line-height: 29px;
    background: rgba(203,29,29,0.1000);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #2A2928;
    cursor: pointer;
}