.inline-block {display:inline-block}
.search-index .condition-tabs {
    position: relative;
}
.el-loading-spinner {top: 200px}
.tm-switch-export {
    position: absolute;
    top: 10px;
    right: 13px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #3c7ee5;
    color: #3c7ee5;
    font-size: 12px;
    cursor: pointer;
    padding: 0 10px;
}

.search-index .tit strong {
    color: #666;
}

.search-index .condition {
    padding: 0 20px 10px;
    margin-bottom: 10px;
    background: #fff;
}

.search-index .condition label {
    float: left;
    width: 76px;
    line-height: 30px;
    margin-top: 10px;
}

.search-index .condition .condition-tabs {
    margin-left: 76px;
}

.search-index .condition .condition-tabs .el-tag {
    margin: 10px 10px 0 0;
}

.search-index .condition .condition-tabs .clear-tag {
    height: 28px;
    line-height: 26px;
    background: #3c7ee5;
    border-color: #3c7ee5;
    color: #fff;
}

.search-index .condition .condition-tabs .clear-tag:hover {
    background: #2c70db;
}

.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.cls-panel {
    padding-bottom: 10px;
}

.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 .tab .price-panel li {
    margin-right: 50px;
}

.search-index .tab .price-panel li:first-child {
    margin-right: 40px;
}

.search-index .tab .price-panel input {
    width: 100px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin: 0 10px;
    border: 1px solid #e0e3e8;
}

.search-index .tab .price-panel .line {
    display: inline-block;
    width: 30px;
    border-top: 1px solid #9b9b9b;
    vertical-align: middle;
}

.search-index .tab .age-panel li {
    margin-right: 40px;
}
.search-index .tab .shape-panel li {
    margin-right: 20px; width: 100px;
}

.search-index .tab .tab-operate {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.search-index .tab .tab-operate:hover {
    color: #3c7ee5;
}

.search-index .tab .tab-operate .iconfont {
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    transform: scale(.8)
}

.search-index .result-wrap .item .price .btn:hover {
    border: 1px solid #fc6530;
    color: #fc6530;
}

.search-index .tab .tab-operate .iconfont.top {
    -webkit-transform: scale(.8) rotate(-180deg);
    transform: scale(.8) rotate(-180deg);
}

.search-index .sub-tab {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    margin-top: 40px;
    background: #fff;
}

.search-index .sub-tab .item {
    width: 50%;
}

.search-index .sub-tab .item li {
    display: inline-block;
    margin-right: 50px;
    cursor: pointer;
}

.search-index .sub-tab .item li:hover span {
    color: #3c7ee5;
}

.search-index .sub-tab .item li .icons-wrapper {
    width: 16px;
    height: 50px;
    line-height: 10px;
    padding-top: 14px;
    text-align: right;
}

.search-index .sub-tab .item li .icons-wrapper .iconfont {
    display: inline-block;
    font-size: 12px;
}

.search-index .sub-tab .item li .icons-wrapper .iconfont:hover {
    color: #3c7ee5;
}

.search-index .sub-tab .item .btn {
    width: 100px;
    height: 30px;
    line-height: 30px;
}

.search-index .sub-tab .item>span {
    margin-right: 20px;
    color: #9da0a6;
}

.search-index .sub-tab .item>span em {
    font-style: normal;
    font-size: 16px;
}

.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 .same-name {
    display: none;
}

.search-index .result-wrap .item:hover .same-name {
    display: inline-block;
}

.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-img {
    height: 150px;
}

.search-index .result-wrap .item:hover .tm-img img {
    max-width: 100%;
    max-height: 140px;
}

.search-index .result-wrap .item:hover .tm-info {
    padding-bottom: 43px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.search-index .result-wrap .item:hover .tm-info a {
    color: #1b1b1b;
}

.search-index .result-wrap .item:hover .tm-info .tm-operate {
    bottom: -2px;
}

.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;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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 .result-wrap .item .tm-info .price {
    height: 26px;
    margin-top: 5px;
    color: #fc6530;
    font-size: 12px;
}

.search-index .result-wrap .item .tm-info .price a {
    color: #fc6530;
}

.search-index .result-wrap .item .tm-info .price a.btn {
    color: #9b9b9b;
}

.search-index .result-wrap .item .tm-info .price a.btn:hover {
    color: #fc6530;
}

.search-index .result-wrap .item .tm-info .price .num {
    font-size: 14px;
    color: #fc6530;
}

.search-index .result-wrap .item .tm-operate {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #e0e3e8;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.search-index .result-wrap .item .tm-operate a {
    float: left;
    width: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.search-index .result-wrap .item .tm-operate a:hover {
    background: #fc6530;
    color: #fff;
}

.search-index .result-wrap .item .tm-operate a:first-child {
    border-right: 1px solid #e0e3e8;
}

.search-index .tab .tab-item .cls-content {
    font-size: 0;
}

.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;
}

.tab-example {
    display: inline-block;
    vertical-align: -5px;
    margin-left: 15px;
    color: #666;
    font-size: 12px;
}

.tab .cls-panel .content li.active,
.tab .cls-panel .content li:hover,
.tab .industry-panel .content li.active,
.tab .industry-panel .content li:hover {
    background: #3c7ee5;
    border: 1px solid #3c7ee5;
    color: #fff;
}

.tab .cls-panel .content li.active a,
.tab .cls-panel .content li:hover a,
.tab .industry-panel .content li.active a,
.tab .industry-panel .content li:hover a {
    color: #fff;
}

.tab .tab-item .content li.active {
    font-weight: bold;
}

.search-index .tab .tab-item .cls-content.full-cls {
    height: 200px;
}

.search-index .tab .cls-panel .content li.list-more .iconfont.top,
.search-index .tab .industry-panel .content li.list-more .iconfont.top {
    -webkit-transform: rotate(180deg);
    transform: scale(.8) rotate(180deg);
    margin-top: -4px;
}

.search-index .tab .tab-item.keyword-panel .keyword-input {
    width: 270px;
}

.image-slot {
    line-height: 100px;
    margin-top: 48px;
}

.search-index .result-wrap .item .price .btn {
    float: right;
    margin-top: -6px;
    padding: 3px 6px;
    border: 1px solid #9b9b9b;
    border-radius: 4px;
    color: #9b9b9b;
}
