.inline-block {display:inline-block}
.search-index .tit strong {
    color: #666;
}

.search-index .tab {
    padding: 20px 0 20px 20px;
    background: #fff;
    position: relative;
}

.search-index .tab .tab-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e3e8;
}

.search-index .tab .tab-item.keyword-panel .keyword-input {
    width: 210px;
}

.search-index .tab .tab-item.keyword-panel .keyword-input .el-input__inner {
    height: 30px;
    line-height: 30px;
}

.search-index .tab .tab-item.keyword-panel .keyword-btn {
    margin-left: 10px;
    border-radius: 0;
}


.search-index .tab .tab-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.search-index .tab .tab-item .tit {
    float: left;
    width: 76px;
    line-height: 30px;
}

.search-index .tab .tab-item .content {
    margin-left: 76px;
    overflow: hidden;
}

.search-index .tab .tab-item .content li {
    display: inline-block;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
}

.search-index .tab .tab-item .content li.active,
.search-index .tab .tab-item .content li:hover {
    color: #3c7ee5;
}

.search-index .tab .tab-item .content .btn {
    width: 100px;
    height: 30px;
    line-height: 30px;
}

.search-index .result-wrap {
    margin-top: 0;
}

.search-index .result-wrap .tab-panel {
    min-height: 170px;
}

.search-index .result-wrap .tab-panel>ul {
    width: 100%;
}

.search-index .result-wrap .item {
    float: left;
    width: 292px;
    height: 272px;
    margin: 10px 0 0 10px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 hsla(0, 0%, 71.8%, 0.5);
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.search-index .result-wrap .item:nth-child(4n-3) {
    margin-left: 0;
}

.search-index .result-wrap .item:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.search-index .result-wrap .item:hover .tm-info a {
    color: #1b1b1b;
}
.search-index .result-wrap .item .tm-img {
    height: 180px;
    line-height: 180px;
    border-radius: 4px 4px 0 0;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.search-index .result-wrap .item .tm-img img {
    max-width: 100%;
    max-height: 180px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: middle;
}

.search-index .result-wrap .item .tm-info {
    padding: 0 18px;
    border-radius: 0 0 4px 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
}

.search-index .result-wrap .item .tm-info .tit {
    height: 20px;
    line-height: 20px;
    margin: 14px 0 2px;
}

.search-index .result-wrap .item .tm-info .abs {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #9b9b9b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-index .contact {
    height: 176px;
    padding: 20px 0 20px 120px;
    margin-bottom: 20px;
    background: linear-gradient(149deg, #8b60ff, #4b75e5);
    color: #fff
}

.search-index .contact .item {
    display: inline-block;
    padding: 15px 70px 15px 0;
    vertical-align: middle
}

.search-index .contact .icon-item .icon-wrapper {
    float: left;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    background: hsla(0, 0%, 100%, .18);
    text-align: center
}

.search-index .contact .icon-item .icon-wrapper .iconfont {
    font-size: 70px
}

.search-index .contact .icon-item .txt-wrapper {
    margin-left: 100px;
    line-height: 45px;
    font-size: 18px
}

.search-index .contact .icon-item .txt-wrapper {
    font-size: 16px;
}

.tm-link-qq {
    background: #fff;
    display: inline-block;
    padding: 5px 8px;
    text-align: center;
    line-height: normal;
    border-radius: 4px;
    color: #3c7ee5;
    font-size: 16px;
}


.search-index .tab .tab-item.keyword-panel .keyword-input {
    width: 270px;
}

.search-index .result-wrap .item .tm-info .price {
    height: 26px;
    color: #fc6530;
    font-size: 12px;
}
.search-index .result-wrap .item .tm-info .price{
    font-size: 14px;
    color: #fc6530;
}

.image-maker {
    height: 80px; background: url("/statics/epower/img/trademark/image-maker-bg.jpg?1") no-repeat; margin-top: 10px;  border-top-width: 0;
    text-align: center; line-height: 80px;
    width: 1200px;
}

.image-maker.image-maker-fixed {position: fixed; bottom: 0; z-index: 99; margin-top: 0;border-top: 1px #ddd solid;
    left: 50%; margin-left: -600px;
}
div.fav-check-show,
.fav-item:hover div.fav-check-hidden {
    display: block !important;
}
