.styleMaterial {
    display: none;
    position: fixed;
    z-index: 333;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}
.styleMaterial .bgImg {
    width: 447px;
    height: 526px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url(https://bcn.135editor.com/files/202404/images/qiyeshucai_16.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.styleMaterial .kefu,
.styleMaterial .shengji {
    position: absolute;
    width: 72%;
    height: 12%;
    background-color: #f00;
    opacity: 0;
    cursor: pointer;
}
.styleMaterial .kefu {
    bottom: 8%;
    left: 9%;
}
.styleMaterial .shengji {
    bottom: 4%;
    right: 15%;
}
.sug-word-box {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 999999;
    width: 100%;
    top: 46px;
    left: 0;
    padding: 5px 0;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.sug-word-box .sug-word-list {
    width: 100%;
}

.sug-word-box .sug-word-list a {
    display: block;
    box-sizing: border-box;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 14px;
    color: #999999;
}

.sug-word-box .sug-word-list a:hover {
    background: #e7f0f8;
    color: #ff793f;
}
.nav-tabs .nav-item .nav-link.active {
    border-bottom: 2px solid #ffa500;
}

#filter-container {
    border-bottom: 1px solid #eeeeee;
}
#filter-container .moreAndmore {
    width: 70px;
    height: 32px;
    cursor: pointer;
}
#btn-showall-tag {
    position: absolute;
    left: -9999999em;
}
#search-form {
    color: #999;
    margin-bottom: 25px;
    padding-top: 30px;
}
#search-form .form-group {
    display: inline-block;
    height: 35px;
    border: 1px solid #dddddd;
    border-right: none;
    background: white;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 35px;
}
#search-form .form-group span {
    padding: 3px 10px 3px 10px;
    display: inlne-block;
}
#search-form .form-group_all {
    display: inline-block;
    margin-right: 30px;
}
#search-form #sort-type {
    width: auto;
    height: 35px;
    border: 1px solid #dddddd;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0px 15px 0px 15px;
    margin-right: 0px;
    color: #333333;
    outline: none;
    font-size: 13px;
}

#search-form .zhanshi form {
    width: 440px;
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 35px;
}

#search-form #search-input {
    height: 33px;
    line-height: 33px;
    margin-right: 0;
    display: inline-block;
    border: 1px solid #ff793f;
    color: #3f3f3f;
    font-size: 14px;
    letter-space: 2.5px;
    outline: none;
    width: 418px;
    color: #888;
}

#search-form .btn-default {
    width: 13.5%;
    background: #ff793f;
    height: 35px;
    color: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 1.5;
    margin-left: -7px;
}
