.search-banner {
    height: 260px;
    margin-bottom: 10px;
    background: url(../../../img/classify_banner.png) no-repeat 50%
}

.search-banner .name {
    padding: 52px 0 40px;
    font-size: 36px;
    color: #fff
}

.search-banner .classify-tabs {
    width: 758px;
    margin: 0 auto;
    padding-left: 30px
}

.search-banner .classify-tabs .item {
    display: inline-block;
    width: 98px;
    height: 28px;
    line-height: 28px;
    border-radius: 6px 6px 0 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    cursor: pointer
}

.search-banner .classify-tabs .item.active {
    background: linear-gradient(90deg, #fe8431, #f34218)
}

.search-banner .classify-form {
    width: 758px;
    height: 48px;
    margin: 0 auto;
    border: 2px solid #fc6530;
    border-radius: 30px;
    background: #fff;
    overflow: hidden
}

.search-banner .classify-form .search-input {
    width: 642px;
    padding: 0 30px 0 15px;
    line-height: 44px
}

.search-banner .classify-form .search-input .el-input__inner {
    border: none
}

.search-banner .classify-form .search-btn {
    width: 105px;
    height: 45px;
    background: linear-gradient(90deg, #fe8431, #f34218);
    border: none;
    border-radius: 0;
    color: #fff
}
.search-banner .classify-form .el-button.search-btn:hover{
    color: #fff !important;
}

.search-banner .classify-form .search-btn .icons {
    margin-right: 10px;
    font-size: 18px
}

.colligate ul li {
    transition: all .3s
}

.colligate ul li:hover {
    background: rgba(255, 187, 52, .08);
    color: #fc6530
}

.colligate ul li:hover .cls-info {
    color: #fc6530
}

.colligate ul li:last-child {
    border-bottom: none
}

.colligate ul li>a {
    display: block;
    padding: 15px 30px;
    border-bottom: 1px dashed #e0e3e8
}

.colligate ul li .cls-name {
    float: left;
    padding-left: 10px;
    margin-top: 2px;
    border-left: 4px solid #f4f4f7;
    font-size: 16px
}

.colligate ul li .cls-info {
    line-height: 26px;
    margin-left: 220px;
    color: #9b9b9b;
    transition: all .3s
}

.classify-detail .result-cls {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #fc6530
}

.classify-detail .result-cls label {
    float: left;
    margin-top: 6px;
    font-weight: 600
}

.classify-detail .result-cls ul {
    margin-left: 130px
}

.classify-detail .result-cls ul li {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin-top: 3px;
    border-radius: 4px;
}

.classify-detail .result-cls ul li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 10px
}

.classify-detail .result-cls ul li.active,
.classify-detail .result-cls ul li:hover {
    background: #fc6530;
    color: #fff
}

.classify-detail .result-cls ul li.active a,
.classify-detail .result-cls ul li:hover a {
    color: #fff
}

.classify-detail .result-detail .group-name {
    width: 315px;
    border: 1px solid #ebeef5;
}

.classify-detail .result-detail .group-name .name {
    line-height: 24px;
    padding: 12px 10px;
    background: #f8f8f8;
    border-bottom: 1px solid #ebeef5;
    color: #909399;
    margin-bottom: 12px;
}

.classify-detail .result-detail .group-name li {
    line-height: 140%;
    padding: 0 10px 12px 20px;
    text-align: justify;
    position: relative;
    cursor: pointer
}

.classify-detail .result-detail .group-name li.active,
.classify-detail .result-detail .group-name li.active a {
    color: #fc6530; font-weight: bold;
}

.classify-detail .result-detail .group-name li.active:before {
    content: " ";
    position: absolute;
    top: 5px;
    left: 9px;
    width: 0;
    height: 0;
    border-left: 6px solid #fc6530;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
}

.classify-detail .result-detail .group-name li:hover {
    color: #fc6530
}

.classify-detail .result-detail .group-detail {
    width: 844px;
    margin-left: -1px
}

.classify-detail.result-wrapper .result-detail .group-name {
    width: 100%;
    border: none
}

.classify-detail.result-wrapper .result-detail .group-name .name {
    border-top: 1px solid #ebeef5
}

.classify-detail.result-wrapper .result-detail .group-name li {
    width: 20%;
    min-height: 49px;
    float: left;
    border-left: 1px solid #ebeef5;
    border-bottom: 1px solid #ebeef5
}

.classify-detail.result-wrapper .result-detail .group-name li:last-child {
    border-right: 1px solid #ebeef5
}

/* å›¾ç´ æŸ¥è¯¢ */
.element .first-list>li {
    padding: 20px 40px;
    border-bottom: 1px dashed #e0e3e8
}

.element .first-list>li:last-child {
    border-bottom: none
}

.element .second-list {
    /* display: none; */
    margin-left: 80px
}

.element .second-list>li {
    padding: 14px 40px
}

.element .second-list .iconfont {
    font-size: 12px
}

.element .third-list {
    /* display: none; */
    margin-left: 80px
}

.element .third-list>li {
    padding: 14px 40px
}

.element .iconfont {
    color: #9b9b9b;
    margin-right: 6px
}


.industry .item {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #e0e3e8
}

.industry .item .item-icon {
    float: left;
    width: 200px;
    line-height: 98px;
    font-size: 18px;
    text-align: center
}

.industry .item .item-icon img {
    display: inline-block;
    margin: -4px 6px 0 0;
    vertical-align: middle
}

.industry .item .item-icon span {
    display: inline-block;
    width: 80px
}

.industry .item .item-txt {
    padding: 14px 20px 0;
    margin-left: 200px;
    border-left: 1px solid #e0e3e8;
    font-size: 16px
}

.industry .item .item-txt .trd-txt {
    float: left;
    width: 90px
}

.industry .item .item-txt .trd-item {
    margin-left: 90px
}

.industry .item .item-txt .trd-item a {
    display: inline-block;
    width: 98px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 12px 6px;
    border: 1px solid #e0e3e8;
    border-radius: 4px;
    font-size: 14px;
    text-align: center
}

.industry .item .item-txt .trd-item a:hover {
    background: #fc6530;
    border-color: #fc6530;
    color: #fff
}

.industry .industry-note {
    margin: 20px 0;
    line-height: 28px
}

.industry .industry-note i {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: -4px 4px 0 0;
    border-radius: 50%;
    vertical-align: middle
}

.industry .industry-note i.bg-green {
    background: #18c385
}

.industry .industry-note i.bg-orange {
    background: #fc6530
}
.whole-wrapper *{
    box-sizing: border-box;
}
.whole-wrapper {
    margin-bottom: 20px;
}

.tm-description {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #fc6530;
    margin-bottom: 30px;
    font-size: 12px;
}

.tm-description .description {
    width: 900px; text-indent: 32px; margin: auto; font-weight: 550;
}
.tm-description > h3 {text-align: center; font-weight: bold; margin-top: 30px}
.tm-description > .comments {width: 900px; margin: auto; line-height: 160%}
.tm-description > .comments h4 {font-weight: bold}
.tm-group-goods {line-height: 140%}
.group-comments {
    margin-bottom: 20px;
    padding: 15px 20px;
    border: 1px dashed #ded8d8;
    background: #fd7e2f;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 800;
}
.sub-group-comments {
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px dashed #ebeef5;
    background: #f8f8f8;
    font-size: 12px;

}

.comments-level-2 {padding-left: 28px}
.comments-level-3 {padding-left: 40px}

.sub-group-comments .comments-level-2{
    padding-left: 24px
}
.cls-keyword {color: red !important; font-weight: bold; font-style: italic}

.classify-detail .result-cls ul li.kw-found-cls a{color: #fd7e2f}
.classify-detail .result-cls ul li.active.kw-found-cls a,
.classify-detail .result-cls ul li.kw-found-cls:hover a{color: #fff !important;}
.kw-found-group{color:#fd7e2f }
.kw-found-group:after{
    content: ' ';
    width: 6px; height: 6px;
    background-color: #fd7e2f;
    border-radius: 3px;
    display: inline-block;
    margin-left: 3px;
}

.cart {
    width: 60px; height: 60px; position: fixed; top:80%; margin-left: 1165px ;
    border: 1px #fff solid; border-radius: 30px; line-height: 60px; text-align: center; cursor: pointer;

    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    font-weight: bold;
}
a.item-selected {color:#fc6530;font-weight: bold;}
.cart .el-badge {line-height: 100%}
.cart  i {font-size: 24px; line-height: 100%}


.selectedItems  h4 {font-size: 16px; font-weight: bold; margin-bottom: 5px;}
.selectedItems  ul {margin-bottom: 20px;}
.selectedItems  ul li {float: left; color: #fff; background-color:  #3c7ee5; padding: 3px 8px; border-radius: 5px; margin-right: 8px; margin-bottom: 5px; cursor: pointer}
.selectedItems  ul li:hover{text-decoration: line-through; background-color: #999}

.selectedItems  h4 .copy-action {font-size: 14px; font-weight: normal; cursor: pointer}

.el-badge__content.is-fixed {top:-15px; right:0}
