.product-search-breadcrumb-arrow,
.product-search-breadcrumb-link,
.product-search-breadcrumb-tag-box-word {
    font-size: 12px;
    color: #666;
    /* line-height: 20px; */
    float: left
}

body {
    background-color: #FFF
}

.product-search {
    width: 100%;
    min-width: 1200px;
    position: relative;
    padding: 20px 0 32px;
    background: #f7f7f7;
}

.product-search-breadcrumb {
    margin-bottom: 20px;
    height: 16px;
    padding-left: 16px;
    border-left:9px solid #003b8c;
}
.product-search-breadcrumb a{
    font-size: 12px;
    color: #878787;
}
.product-search-breadcrumb .help_link{
    padding-left: 16px;
    background:url('/static/pc/new_img/help.png') no-repeat center left;
}

/* .product-search-breadcrumb-link {
    display: block
} */


.product-search-breadcrumb-tag-box {
    height: 20px;
    float: left;
    margin-right: 8px;
    background-color: #F7F7F7;
    border: 1px solid #CCC;
    border-radius: 2px
}

.product-search-breadcrumb-tag-box-word {
    padding: 0 2px 0 6px
}

.product-search-filter-box-row-selection-item-word,
.product-search-filter-box-row-title-word {
    font-size: 12px;
    color: #333;
    line-height: 39px
}

.product-search-breadcrumb-tag-box-cancel {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    padding: 2px 6px 2px 0
}

.product-search-filter {
    width: 100%
}

.product-search-filter-box {
    padding: 9px 0;
    width: 100%
}

.product-search-filter-box-row {
    height: 39px
}

.product-search-filter-box-row:nth-of-type(n+2) {
    border-top: 1px dashed #E6E6E6
}

.product-search-filter-box-row-title {
    width: 116px;
    height: 39px;
    float: left
}

.product-search-filter-box-row-selection {
    height: 39px;
    float: left
}

.product-search-filter-box-row-selection-item {
    height: 39px;
    float: left;
    margin-right: 32px
}

.product-search-filter-box-row-selection-item-word.choosed {
    color: #0096FF
}

.product-search-sort {
    margin: 32px 0 14px;
    height: 32px
}

.product-search-sort-item {
    height: 32px;
    float: left;
    background-color: transparent
}

.product-search-sort-item.active {
    background-color: #0096FF
}

.product-search-sort-item-word {
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    line-height: 32px;
    padding: 0 16px
}

.product-search-sort-item-word.active {
    color: #FFF
}

.product-search-presentation {
    width: 100%;
    margin-top: 36px;
}

.product-search-presentation-each {
    width: 285px;
    /*height: 435px;*/
    height: 475px;
    background-color: #FFF;
    float: left;
    position: relative;
    margin-bottom: 36px;
    margin-right: 20px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.product-search-presentation-each:hover {
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .2)
}

.product-search-presentation-each:nth-of-type(4n) {
    margin-right: 0
}

.product-search-presentation-each-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.product-search-presentation-each-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* border: 1px solid #E6E6E6; */
    cursor: pointer
}

.product-search-presentation-each-container-supper {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700
}

.product-search-presentation-each-container-supper.red {
    color: #FF3232
}

.product-search-presentation-each-container-supper.blue {
    color: #0096FF
}

.product-search-presentation-each-container-box {
    /*width: 285px;*/
    width: 100%;
    height: 285px;
    background-color: #FFF;
    position: relative
}

.product-search-presentation-each-container-box-img {
    display: block;
    /*width: 285px;*/
    width: 100%;
    height: 285px;
    position: absolute;
}

.product-search-presentation-each-container-title {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    text-align: left;
    width: 246px;
    margin: 18px auto 0;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    font-weight: normal;
}

.product-search-presentation-each-container-tag {
    margin-top: 25px;
    width: 100%;
    display: -ms-flexbox;
    display: flex
}

.product-search-presentation-each-container-tag-item {
    border: 1px solid #CCC;
    border-radius: 12px;
    font-size: 12px;
    line-height: 24px;
    color: #797979;
    margin-left: 8px;
    text-align: center;
    padding: 0 6px;
    background-color: #F7F7F7
}

.product-search-presentation-each-container-price-red {
    font-size: 14px;
    line-height: 24px;
    color: #FF3232;
    text-align: left;
    /* float: left; */
    margin-left: 24px
}

.product-search-presentation-each-container-price-red b{
    font-size: 18px;
    font-weight: bold;
}
.product-search-presentation-each-container-price-red .o_price{
    padding-left: 5px;
    font-size: 12px;
    text-decoration: line-through;
    color: #999;
}

.product-search-presentation-each-container-collect {
    display: block;
    float: right;
    margin-right: 24px;
    width: 16px;
    height: 16px;
    background-image: url(../../images/Product/collect.png)
}
.product-search-presentation-each-container-collect.active{
    background-image: url(../../images/Product/collected.png)
}

.product-search-presentation-each-container-collect:hover {
    background-image: url(../../images/Product/collected.png)
}


.product-search .progress {
    background: #0096FF;
    width: 0%;
    height: 2px;
    position: absolute;
    top: -29px;
    transition: width 1s
}

#mask .show-log-cart {
    width: 640px;
    height: 248px;
    margin-top: -124px
}

#mask .show-log-cart .success {
    width: 24px;
    height: 24px;
    background: url(../../images/Product/success.png);
    margin: 65px 9px 49px 209px;
    float: left
}

#mask .show-log-cart p {
    font-size: 18px;
    color: #333;
    height: 24px;
    margin: 64px 0 48px;
    width: 260px;
    float: left
}

#mask .show-log-cart>div {
    line-height: 48px;
    width: 160px;
    height: 48px;
    border-radius: 2px;
    cursor: pointer;
    float: left
}

#mask .show-log-cart>div span {
    float: left
}

#mask .show-log-cart .continue {
    border: 1px solid #FF3232;
    color: #FF3232;
    margin: 0 16px 0 152px;
    clear: both
}

#mask .show-log-cart .continue span {
    width: 16px;
    height: 16px;
    margin: 16px 4px 16px 28px;
    background: url(../../images/Product/back_red.png)
}

#mask .show-log-cart .watch {
    background: #FF3232;
    color: #FFF
}

#mask .show-log-cart .watch span {
    width: 24px;
    height: 24px;
    margin: 12px 4px 0 26px;
    background: url(../../images/Product/cart_white.png)
}

#mask .show-log-consult {
    width: 640px;
    height: 480px;
    margin-top: -240px
}

#mask .show-log-consult .cns {
    position: absolute;
    left: 24px;
    top: 20px;
    font-size: 18px;
    color: #333
}

#mask .show-log-consult .consult-type {
    margin: 92px 0 24px 24px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    height: 20px
}

#mask .show-log-consult .consult-type p {
    margin-right: 10px;
    float: left
}

#mask .show-log-consult .consult-type .select {
    width: 16px;
    height: 16px;
    margin: 2px 5px 2px 0;
    background: url(../../images/Product/radioButton_nor.png);
    cursor: pointer;
    float: left
}

#mask .show-log-consult .consult-type .select.active {
    background: url(../../images/Product/radioButton_prs.png)
}

#mask .show-log-consult .consult-type span {
    margin-right: 16px;
    float: left
}

#mask .show-log-consult textarea {
    resize: none;
    width: 560px;
    height: 176px;
    margin: 0 auto;
    outline: 0;
    padding: 12px 16px;
    display: block;
    border: 1px solid #ccc
}

#mask .show-log-consult textarea::-webkit-input-placeholder {
    font-size: 13px;
    color: #999
}

#mask .show-log-consult .remain {
    position: absolute;
    top: 312px;
    right: 36px;
    font-size: 12px;
    color: #999
}

#mask .show-log-consult .cns-btn {
    width: 160px;
    height: 48px;
    border-radius: 2px;
    text-align: center;
    line-height: 48px;
    margin-top: 48px;
    cursor: pointer;
    float: left
}

#mask .show-log-consult .cns-off {
    border: 1px solid #0096FF;
    color: #0096FF;
    margin: 48px 16px 0 152px
}

#mask .show-log-consult .cns-sub {
    background: #0096FF;
    color: #fff
}

#mask .show-log-notice {
    width: 640px;
    height: 344px;
    margin-top: -172px
}

#mask .show-log-notice .title {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    margin: 64px auto 48px;
    text-align: center
}

#mask .show-log-notice input {
    width: 480px;
    height: 20px;
    margin: 2px 80px 48px;
    border: none;
    border-bottom: 1px solid #0096FF;
    caret-color: #0096FF
}

#mask .show-log-notice .phone-num {
    font-size: 12px;
    color: #999;
    width: 500px;
    margin-left: 80px
}

#mask .show-log-notice .nt-btn {
    width: 160px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    float: left
}

#mask .show-log-notice .nt-off {
    border: 1px solid #FF3232;
    border-radius: 2px;
    color: #FF3232;
    margin: 0 16px 0 148px
}

#mask .show-log-notice .nt-sub {
    background: #FF3232;
    border-radius: 2px;
    color: #fff
}

#mask .show-log-info {
    width: 640px;
    height: 120px;
    margin-top: -60px
}

#mask .show-log-info p {
    font-size: 18px;
    color: #333;
    margin: 48px auto;
    text-align: center
}

.list-filter {
    margin-bottom: 16px;
    padding: 0px 50px;
    background: #fff;
    height: auto;
}

.fltbox {
    position: relative;
    width: 100%;
    padding: 8px 0;
    /* max-height: 90px; */
    border-bottom: 1px solid #eee;
    /* overflow: hidden; */
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.fltbox .topclass{
    margin-left: 80px;
}

.fltbox dl {
    height: auto;
    font-size: 14px;
    margin:0;
}

.fltbox dl dt {
    float: left;
    color: #999;
    line-height: 30px;
    width: 85px;
}

.fltbox dl dd{
    float: left;
    padding: 0 20px;
    color: #666;
    line-height: 30px;
    cursor: pointer;
    margin-left: 10px;
}
.fltbox dl .dd {
    float: left;
    padding: 0 20px;
    color: #666;
    line-height: 30px;
   
    margin-left: 10px;
}


b.arrowup,b.arrowdown{
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.cur b.arrowdown{
    background-image: url('../../../../images/downfff.png')
}
.cur b.arrowup{
    background-image: url('../../../../images/upfff.png')!important;
}

.fltbox dl .zsk dd a,.fltbox dl .zsk .dd a{
    color: #666;
    line-height: 30px;
    cursor: pointer;
}

.fltbox dl .cur {
    color: #fff!important;
    background: #003b83;
    /* font-weight: bold; */
}

.fltbox dl .zsk .cur a{
    color: #fff!important;
    background: #003b83;
    /* font-weight: bold; */
}

.sort-filter_box{
    height: 50px;
}

.sort-filter {
    border-bottom: none;
    overflow: visible;
    padding: 0;
}

.sort-filter_box .sort-filter dl dd{
    line-height: 50px;
}

.fltbox .sortdl {
    width: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

/* .class-search-box{
    width: 200px;
} */

.class-search-input{
    width: 180px;
    height: 30px;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    padding: 0 10px 0 8px;
}

.class-search-input:focus{
    outline: 0;
    border:1px solid #0096ff;
    caret-color: #0096ff;
}

.class-search-submit{
    width: 24px;
    height: 24px;
    background-image: url(../../images/Shared/search.png);
    background-size: 100% 100%;
    background-color:transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 4px;
}

/* .class-search-submit:hover{
    background-image: url(../../images/Shared/Search_hover.png);
} */

.class-search-autocomplete {
    background: #fff;
    position: relative;
    z-index: 6;
    border: 1px solid #e6e6e6;
    border-top: none;
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    box-sizing: border-box;
}

.class-search-autocomplete div{
    padding: 0 10px;
}

.class-search-autocomplete div:hover{
    background: #ccc;
    cursor: pointer;
}

.class-search-autocomplete .h_search {
    color: #003092;
    width: calc(100% - 3em);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sort-filter_box .sort-filter .class-search-box{
    line-height: 30px;
    margin-top: 9px;
}


.class-search-box li{
    display: flex;
    float: left;
    padding: 0px 10px;
    background: #fff;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    width: 100px;
    height: 30px;
}


.class-search-box li input {
    font-size: 14px;
    color: #003092;
    line-height: 2;
    width: 75%;
    border:none;
}
.class-search-box li:nth-of-type(1) input {
    width: 100%;
}


.class-search-box li label {
    width: 23%;
}

.class-search-box li label {
    float: right;
    font-size: 14px;
    color: #999;
    line-height: 2;
}

.class-search-box .search_btn_box{
    width: 30px;
    height: 30px;
    padding: 0;
    border-right: 1px solid #dcdcdc;
    background: #003b83;
}

.class-search-box .search_btn_box input{
    width: 24px;
    height: 24px;
    right: 4px;
    padding: 0;
}


.reclassify{
    left: 0;
    top: 30px;
    z-index: 50;
    background: #fff;
    width: 100%;
    border: 1px solid #ccc;
    /* padding: 8px; */
}
.reclassify .dd{
    margin: 5px 0;
}

.dd:hover{
    color: #003b83!important;
}

.product-eva{
    padding: 0px 24px;
}

.product-eva span{
    font-size: 12px;
    color:#8b8b8b;
}


.fltbox dl .r_dd{
    float: left;
    padding: 0 10px;
    color: #666;
    line-height: 30px;
    cursor: pointer;
    margin-left: 10px;
}

.fltbox dl .zsk .r_dd:hover a{
    color: #fff!important;
    background: #003b83;
}

.fltbox dl .r_dd:hover{
    color: #fff!important;
    background: #003b83;
}


/* 知识库列表 */
.r_list{
    margin-bottom: 10px;
    padding: 12px 50px 0;
    background: #fff;
    height: auto;
    width: 70%;
}

.r_list .list-filter{
    padding: 12px 0 0;
}

.r_list li{
    padding: 12px 0;
    border-bottom: 1px dashed #eee;
    line-height:22px;
}

.r_list li .r_title{
    font-weight: bold;
    display: inline-block;
    max-width: 80%;
    font-size: 18px;
    cursor: pointer;
    color: #000;
}
.r_list li .r_title:hover{
    color: #0096FF;
    text-decoration: underline;
}

.r_list li span{
    font-size: 12px;
    color: #666;
}

div .col_num,div .read_num{
    padding-left: 20px;
    cursor: pointer;
    color: #0096FF;
    font-size: 14px;
}

div .avatar_pic{
    width: 24px;
    margin-right: 10px;
    border-radius: 6px;
    vertical-align: bottom;
}

div .read_num{padding-left: 22px;}

div .col_num{
    background: url(../../images/UserHome/my_Collect.png) no-repeat left;
}

div .col_num.active{
    background: url(../../images/UserHome/my_Collect_hover.png) no-repeat left;
}
div .col_num:hover{
    background: url(../../images/UserHome/my_Collect_hover.png) no-repeat left;
}

div .read_num{
    display: block;
    background: url(../../images/UserHome/readnum.png) no-repeat left;
}
div .read_num:hover{
    background: url(../../images/UserHome/readnum_hover.png) no-repeat left;
}


.content_box .contribute{
    width: 20%;
    text-align: center;
    margin-bottom: 10px;
    padding: 12px 0;
    background: #fff;
    height: auto;
}
.content_box .contribute a{
    display: inline-block;
    width: 50%;
    background: #0096ff;
    color: #fff;
    line-height: 40px;
    border-radius: 4px;
    cursor: pointer;
}
/* 知识库 */


/* 文章详情 */
.article_box{
    padding: 12px 50px 0;
    background: #fff;
    margin-bottom: 10px;
}

.article_box .info{
    border:solid #ccc;
    border-width: 1px 0;
    padding: 8px 0;
    line-height: 24px;
}

.article_box .info span{
    font-size: 14px;
}

.article_box .article-content-box{
    padding: 10px 20px;
}

.article_box .keywordsbox{
    margin-bottom: 10px;
}
.article_box .keywordsbox a{
    cursor: pointer;
    color: #0096FF;
}

.article_box .pagenext{
    background: #ccc;
    padding: 10px 20px;
}


.article_box .pagenext li{
    line-height: 24px;
    font-size: 14px;
}

.article_box .pagenext li a{
    color: #000;
}
.article_box .pagenext li a:hover{
    color: #0096FF;
    cursor: pointer;
}
/* 文章详情 */

/* 投稿 */
.article_edit_box{
    padding: 40px;
    background: #fff;
    margin-bottom: 10px;
}

.article_edit_box .p_r{
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.article_edit_box input:-internal-autofill-selected{
    background: none;
}

.article_edit_box .title_input{
    padding: 0 8px;
    height: 30px;
    width: 80%;
    line-height: 30px;
    border: none;
}

.article_edit_box .titleCount{
    color:#9B9B9B;
    font-size:12px;
    right: 8px;
    top: 7px;
}
.article_edit_box .keyword_input{
    padding: 0 8px;
    height: 30px;
    width: 80%;
    line-height: 30px;
    border: none;
}

.article_edit_box .keywordCount{
    color:#9B9B9B;
    font-size:12px;
    right: 8px;
    top: 7px;
}

.article_edit_box .contribute{
    text-align: center;
    padding: 12px 0 0;
    background: #fff;
    height: auto;
}

.article_edit_box .contribute span{
    display: inline-block;
    width: 10%;
    background: #0096ff;
    color: #fff;
    line-height: 40px;
    border-radius: 4px;
    cursor: pointer;
}


.article_edit_box label{
    line-height: 32px;
    margin-bottom: 10px;
}

.article_edit_box .sort_choose select{
    width: 155px;
    height: 32px;
    background: #ebebeb;
    border: 1px solid #ccc;
    border-radius: 2px;
}

/* 投稿 */


.no_result{
    background:#fff;
}

.no_result .no-content{
    text-align: center;
    padding: 10px 0;
}

.no_result h2{
   padding: 20px;
   margin: 0;
}