#search-detail-box {
    padding: 30px 0px;
    background: url('../../images/element/noise.png') no-repeat center center;
    background-size: cover;
    min-width: 1200px;
}
#search-detail-box #maincontent {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    /* padding-bottom: 30px; */
    padding: 0px 10px 30px 10px;
    background: #FFF;
    text-align: left;
    border-radius: 3px;
    /* border: 1px solid #909090; */
    background-clip: padding-box;
    box-shadow: 0 1px 4px rgb(154 154 155 / 67%);

}
.title-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #999;
    background-color: #eef0f5;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-left: 10px;
}
.search-page-search-wrapper {
    width: 60%;
    margin: 0 auto;
    font-size: 14px;
}
.search-page-search-wrapper h6 {
    text-align: center;
    padding: 5px 20px;
    font-weight: normal;
}
.search-page-search-wrapper>h6 {
    padding: 40px 0px 20px;
}
.search-page-category-wrapper p {
    font-size: 12px;
}
.input-words {
    padding: 6px;
    border: 1px solid #ccc;
}
.search-in span {
    display: inline-block;
    width: 50%;
    padding: 5px 0px;
    margin-left: 3px;
    border: 1px solid #ccc;
}
.search-in {
    margin: 20px 0px;
}
.search-page-category-in-stock {
    margin-bottom: 20px;
}
.search-page-category-in-stock input {
    position: relative;
    top: 2px;
}
#search-detail-box #maincontent table {
    padding: 0px 10px;
    border: 0 none;
}

#maincontent .contact-box .btn, #ctl00_ctl00_mainslot_mainslot_PartsListGrid tr.npbody td .btn {
    margin: 10px 0px 20px;
    display: inline-block;
    width: 110px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    line-height: 30px;
    background: #108413;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}
#ctl00_ctl00_mainslot_mainslot_PartsListGrid .npsubheader th {
    padding: 10px 0px;
    height: 18px;
    border: none;
    font-weight: normal;
}
.npbody th {
    padding: 5px;
}
.npsubheader th {
    text-align: center;
    background: transparent url(../../images/element/part-list-header-gradient.png) center center repeat-x;
}
#ctl00_ctl00_mainslot_mainslot_PartsListGrid tr, #ctl00_ctl00_mainslot_mainslot_PartsListGrid td {
    border: 0 none;
}
#ctl00_ctl00_mainslot_mainslot_PartsListGrid tr.npbody {
    height: 64px;
    border-bottom: 1px solid #eee;
}
#ctl00_ctl00_mainslot_mainslot_PartsListGrid tr.npbody:nth-child(even) {
    background-color:#F2F4F7;
}
#ctl00_ctl00_mainslot_mainslot_PartsListGrid tr.npbody td {
    padding-top: 10px;
    border-right:  1px solid #fff;
}
#ctl00_ctl00_mainslot_mainslot_PartsListGrid tr.npbody td:last-child {
    border: 0 none;
}
#ctl00_ctl00_mainslot_mainslot_PartsListGrid tr.npbody td .btn {
    margin: 0px;
}
#ctl00_ctl00_mainslot_mainslot_PartsListGrid tbody.nodata td {
    padding: 10px 0px;
    text-align: center;
}
.c-part-table__environment-icon{
    max-width:100px;margin:0 auto 14px;line-height:1.2;cursor:pointer
}
.c-part-search__env-ico{
    display:inline-block;background-image:url(../../images/env-icons.png);height:18px;width:23px
}
.c-part-search__rohs-compliant{background-position:-10px -10px}
.c-part-search__lead-free{background-position:-94px -10px}


.advantage-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 40px 0px;
    background: #f6f6f6;
    min-width: 1200px;
}
.advantage-area {
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.advantage-item {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    width: 250px;
    height: 200px;
    text-align: center;
    padding-top: 20px;
}


.advantage-item img {
    width: 62px;
    height: 62px
}

.advantage-item h4 {
    font-size: 16px;
    margin-top: 16px
}

.advantage-item p {
    font-size: 12px;
    color: #333;
    margin-top: 12px
}

.contact-container {
    position: fixed;
    bottom: 160px;
    right: 20px;
    width: 60px;
    z-index: 200;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-container .contact-item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 70px;
    text-align: center;
    cursor: pointer;
}
.contact-container .contact-item img {
    width: 48px;
    height: 48px;
}
.contact-container .contact-item.facebook {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    overflow: hidden;
    position: relative;
    top: 10px;
}