/*************search-list*************/
.search-title {
    height: 2rem;
    background-color: #f0f0f0;
}
.search-title h6 {
    margin-top: 35px;
    padding: 0 15px;
    font-size: 20px;
}
.nofind {
    margin-top: 40px;
}
.nofind .coming {
    font-size: 15px;
    margin-top: 10px;
}
.search-product {
    margin: 1rem auto 0;
}
.product-list ul {
    overflow: hidden;
}
.pro-tab {
    margin-top: 1rem;
}
.pro-tab-nav > li > a {
    font-size: 16px;
    font-weight: normal;
    padding: 0 1rem;
    height: 1.25rem;
    line-height: 1.25rem;
    border: 0;
}
.pro-tab-nav > li > a:hover,
.pro-tab-nav > li > a:focus {
    border-color: #fff;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.pro-tab-nav > li.active {
    position: relative;
    top: 3px;
}
.pro-tab-nav > li.active > a,
.pro-tab-nav > li.active > a:hover,
.pro-tab-nav > li.active > a:focus {
    border-top: none;
    border-right: none;
    border-left: none;
    margin-top: -1px;
    border-bottom: 3px solid #e60012;
}
.pro-tab-nav > li > a::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #e60012;
    -webkit-transform: scale(0.1, 1);
    transform: scale(0.1, 1);
}
.pro-tab-nav > li > a:hover::before {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.pro-tab-nav > li:last-child {
    float: right;
    width: 20%;
}
.search-small {
    position: relative;
    display: block;
    -webkit-box-shadow: 0 0 0 rgb(0 0 0 / 18%);
    box-shadow: 0 0 0 rgb(0 0 0 / 18%);
    top: 0;
    left: 17%;
    width: 66%;
    margin: 30px 0 60px;
}
.search-small .form-search {
    width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    padding: 0 1rem 0 0.25rem; 
}
.search-small .form-search .searchbt {
    position: absolute;
    right: 0.35rem;
}
.search-small .form-search .form-control {
    height: 48px;
    line-height: 48px;
}
.pro-tab-nav-content {
    margin: 20px 0 40px 0;
}
.results-text {
    font-size: 0.4rem;
    color: #afafaf;
    padding: 30px 0;
}
.ul-list {
    overflow: hidden;
}
.ul-list li {
    width: 100%;
    padding: 0 0 10px 0;
    float: none;
    box-sizing: border-box;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
}
.ul-list li a {
    font-size: 0.45rem;
    display: inline-block;
    color: #464646;
    text-decoration: none;
    line-height: 0.75rem;
}
.ul-list li p {
    color: #999999;
    line-height: 0.55rem;
    font-size: 0.35rem;
}
.ul-list li a:hover {
    color: #e60012;
}

@media (max-width: 850px) {
    .search-title h6 {
        margin-top: .7rem;
        font-size: 0.65rem;
        padding: 0;
    }
    .search-small {
        position: relative;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0.5rem 0 1rem;
    }
    .search-small .form-search .form-control {
        height: 1.6rem;
        line-height: 1.6rem;
    }
    .search-box .form-search .searchbt,
    .search-small .form-search .searchbt {
        width: 20%;
        position: absolute;
        right: 0.5rem;
        top: 50%;
        border: 0;
        margin-top: -0.5rem;
        width: 1rem;
        height: 1rem;
        background: url(../image/search-grey.png) center no-repeat;
        background-size: 80%;
    }
    .product-list li {
        margin: 0.5rem 0 0 0;
    }
    .results-text {
        font-size: 0.65rem;
        padding: 1rem 0;
    }
    .ul-list li a,
    .ul-list li p {
        font-weight: .7rem;
        line-height: 0.8rem;
    }
}
