/*商品检索*/

button{
    background-color: white;
}

.content-color{
    background-color: #f5f5f5;
}

.product-condition-path{
    height: 23px;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 0px;
}

.product-condition-path ul li:first-child img:last-child{
    margin-left: 35px;
    margin-top: 15px;
}

.product-condition-path ul li:first-child img:first-child{
    margin-top: 15px;
}

.product-condition-path ul li:first-child h5{
    margin-top: 15px;
}

.product-condition-path ul li{
    display: inline-block;
    vertical-align: top;
}


/*设置最后一个的右箭头透明度为0*/
.product-condition-path ul li:last-child .path-item-left{
    opacity: 0;
}

.path-item-space:hover .product-condition-path-selected-List{
    display: block;
    z-index:2;
}

.path-item-border{
    border: 0.5px solid #dbdbdb;
    padding: 4px 4px 5px 6px;
}

.product-condition-path ul li .path-item-left{
    display: inline-block;
    vertical-align: top;
    margin-left: 90px;
    margin-top: 17px;
}

.product-condition-path ul .path-item-right{
    margin-right: 5px;
    margin-left: 5px;
}

.product-condition-path ul li img{
    display: inline-block;
    margin-top: -2px;
}

.product-condition-path ul li h5{
    margin-left: 2px;
    display: inline-block;
    color: #999999;
    font-family: "Microsoft YaHei",SimSun,sans-serif;
    text-align: center;
    font-size: 13px;
    /*background-color: red;*/
    position: absolute;
}

.product-condition-path ul li h5:hover{
    background-color: transparent;
    color: #103884;
    z-index: 3;
    border-bottom-color: transparent;
}

.path-z-index{
    z-index: 3;
}

.product-condition-path ul li .product-condition-path-selected-List{
    width: 350px;
    height: auto;
    border: 0.5px solid #dbdbdb;
    z-index: 1;
    position: absolute;
    text-align: center;
    margin-left: 2px;
    margin-top: 6px;
    background-color: white;
    display: none;
    padding-bottom: 5px;
}

.product-condition-path ul li .product-condition-path-selected-List ul li{
    cursor: pointer;
    font-size: 13px;
}
.product-condition-path ul li .product-condition-path-selected-List ul li:hover{
    color:#0c3586;
    font-weight: 600;
}

/*.product-condition-path-selected-List:hover .product-condition-path ul li h5{*/
    /*background-color: white;*/
    /*color: #103884;*/
    /*z-index: 1;*/
    /*border-bottom-color: transparent;*/
/*}*/

.product-condition-path ul li .product-condition-path-selected-List li{
    height: 30px;
    padding-top: 5px;
    margin: 2px 8px;
    float: left;
}

/*.product-condition-path ul li .product-condition-path-selected-List li:hover{*/
    /*color: #103884;*/
    /*cursor: pointer;*/
/*}*/

/*
  product-noResult
*/
.product-noResult{
    height: 60px;
    width: 100%;
    background-color: silver;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 13px;
}

.product-noResult h5{
    color: white;
}

/*
  product-choice-Table  已选择的框
*/
.product-allSelected{

}

.product-allSelected ul{
    list-style: none;
}

.product-allSelected ul li{
    margin-right: 10px;
    vertical-align: top;
    display: inline-block;
    font-size: 12px;
    font-family: "Microsoft YaHei", SimSun, sans-serif;
    font-weight: 300;
    color: #333333;
    padding: 3px 6px;
    border: 1px dashed #24488e;
    cursor: pointer;
}

.product-allSelected ul li > i {
    margin-top: 1px;
    margin-left: 4px;
    background: url(../../images/product/product_retrieval/big-img-close.png) no-repeat scroll;
    background-size: 100%;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    vertical-align: top;
    width: 16px;
}

/*
  product-choice-Table  选择框
*/
/*.product-choiceTable{*/
    /*height: auto;*/
    /*width: 100%;*/
    /*background-color: white;*/
/*}*/

/*.product-choiceTable tr{*/
    /*height: 40px;*/
/*}*/

/*.product-choiceTable tr td{*/
    /*border: 0.5px solid #eaeaea;*/
/*}*/

/*.product-choiceTable tr td:nth-child(2) ul li h5:hover{*/
    /*color: white;*/
    /*background-color: #103884;*/
    /*border-radius: 3px;*/
    /*cursor: pointer;*/
/*}*/

/*.product-choiceTable tr td ul li h5{*/
    /*height: 20px;*/
    /*padding-top: 3.45px;*/
/*}*/

/*.product-choiceTable tr td:nth-child(2) ul li{*/
    /*float: left;*/
/*}*/

/*.product-choiceTable tr td:nth-child(2) ul li h5{*/
    /*margin: 0 10px;*/
    /*width: 100%;*/
    /*text-align: center;*/
    /*font-family: "Microsoft YaHei",SimSun,sans-serif;*/
    /*font-size: 12px;*/
    /*color: #333333;*/
    /*font-weight: 400;*/
    /*margin-top: 1px;*/
/*}*/

/*.product-choiceTable tr td:first-child{*/
    /*width: 6%;*/
/*}*/

/*.product-choiceTable tr td:first-child h5{*/
    /*width: 100%;*/
    /*text-align: center;*/
    /*font-family: "Microsoft YaHei",SimSun,sans-serif;*/
    /*font-size: 12px;*/
    /*color: #333333;*/
    /*font-weight: 400;*/
/*}*/

/*.product-choiceTable tr td:last-child{*/
    /*width: 100px;*/
/*}*/

/*.product-choiceTable tr td:nth-child(1){*/
    /*padding: 10px;*/
/*}*/
/*.product-choiceTable tr td:nth-child(2){*/
    /*padding: 5px;*/
/*}*/
/*.product-choiceTable tr td:nth-child(3){*/
    /*padding: 10px;*/
    /*border-left: 1px double transparent;*/
/*}*/

/*.product-choiceTable tr td:nth-child(1) > h5{*/
    /*margin: 0;*/
    /*font-size: 12px;*/
    /*cursor: pointer;*/
/*}*/

/*.product-choiceTable tr td:nth-child(3) > h5{*/
    /*margin: 0;*/
    /*font-size: 12px;*/
    /*cursor: pointer;*/
/*}*/
.product-choicetable{
    height: auto;
}

.product-choicetable .choice-list-item{
    overflow:hidden;
}

.product-choicetable > .choice-list-item{
    margin: -1px 0 0 0;
    border: 1px solid #eaeaea;
    background-color: white;
}

.product-choicetable > .choice-list-item a{
    margin-top: 10px;
}

.product-choicetable > .choice-list-item > div {
    display: inline-block;
    vertical-align: top;
}

.product-choicetable > .choice-list-item > div:nth-child(1) {
    width: 100px;
    height: 40px;
    text-align: center;
    padding-top: 11px;
    padding-left: 6px;
    font-size: 12px;
    background-color: #f4f5f9;
}

.product-choicetable > .choice-list-item > div:nth-child(1) > a:hover {
    color: #333333;
    cursor: default;
}

.product-choicetable > .choice-list-item > div:nth-child(3) {
    width: 100px;
    text-align: center;
    padding-top: 10px;
}

.product-choicetable > .choice-list-item > .choice-list-ul{
    width: 988px;
    height: 40px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #eaeaea;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: -4px;
}

.product-choicetable > .choice-list-item > .choice-list-ul > li {
    float: left;
    font-size: 12px;
}

.product-choicetable > .choice-list-item > .choice-list-ul > li > a {
    margin: 0 5px;
    line-height: 30px;
    padding: 1.5px 5px;
    border-radius: 3px;
}

.product-choicetable > .choice-list-item > .choice-list-ul > li > a:hover {
    background-color: #133a82;
    color: white;
}

.choiceTable-more-button {
    cursor: pointer;
    font-size: 12px;
    font-family: "Microsoft YaHei", SimSun, sans-serif;
}

/*product-sort-item*/
.product-sort{
    width: 100%;
    height: 40px;
    margin: 20px 0 0px 0;
    background-color: white;
}

.product-sort tr td{
    border: 0.5px solid #eaeaea;
    padding: 5px 10px;
}

.product-sort tr td button{
    outline: none;
}

.product-sort tr td:nth-child(1){
    width: 130px;
}

.product-sort tr td:nth-child(2){
    width: 120px;
    padding-left: 30px;
}

.product-sort tr td:nth-child(3){
    width: 120px;
    padding-left: 30px;
}

.product-sort tr td:nth-child(4) div{
    padding-left: 530px;
}

.product-sort tr td:nth-child(4) div button{
    outline: none;
    margin-top: 6px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.product-sort tr td:nth-child(4) div h5{
    display: inline-block;
    vertical-align: top;
    font-family: "Microsoft YaHei",SimSun,sans-serif;
    font-size: 12px;
    color: #333333;
    font-weight: 400;
}

.product-sort tr td:nth-child(4) div h5 strong{
    color: #103884;
}

.product-sort tr td:nth-child(5){
    width: 100px;
    padding-left: 15px;
}

.product-sort tr td:nth-child(6){
    width: 100px;
    padding-left: 15px;
}

.product-sort tr td:first-of-type{
    padding: 5px 20px;
}

.product-sort tr td button i{
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 12px;
    margin-left: 10px;
    margin-right: 10px;
}

.product-sort tr td:nth-child(5) button i{
    margin-top: 13px;
}

.product-sort tr td:nth-child(6) button i{
    margin-top: 13px;
}


.product-sort tr td h5{
    display: inline-block;
    vertical-align: top;
    font-family: "Microsoft YaHei",SimSun,sans-serif;
    font-size: 13px;
    color: #333333;
    font-weight: 400;
}


/*
  product-result-list-table  大图模式
*/

.product-result-List{
    margin-left: -15px;
    width: 1200px;
    height: auto;
    border-spacing: 15px 20px;
    border-collapse: separate
}

.product-result-List tr td{
    width: 220px;
    /*height: 320px;*/
    border: 1px solid #eaeaea;
    border-radius: 2px;
    background-color: white;
}

.product-result-List tr td:hover{
    border: 1px solid #103884;
}

.product-result-List tr td:hover .product-result-list-item-pop{
    display: block;
}

.product-result-List tr td img{
    width: 226px;
    height: 226px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.product-result-List tr td h5{
    width: 200px;
    margin: 10px 5%;
    /*强制不换行显示*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-result-List tr td button{
    outline: none;
    width: 100%;
    height: 30px;
    margin: 0;
}

.product-result-List tr td button h5{
    margin: 0;
    width: 50px;
    float: left;
}

.product-result-List tr td button i{
    background-image: url(../../images/product/product_retrieval/product-more.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 4px 0  0 140px;
    float: left;
    width: 24px;
    height: 8px;
}

.product-result-list-item-font-name{
    font-family: "Microsoft YaHei",SimSun,sans-serif;
    font-size: 15px;
    color: #333333;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}

.product-result-list-item-font-type{
    font-family: "Microsoft YaHei",SimSun,sans-serif;
    font-size: 13px;
    color: #666666;
    font-weight: 400;
}

.product-result-list-item-font-more{
    font-family: "Microsoft YaHei",SimSun,sans-serif;
    font-size: 13px;
    color: #a3a3a3;
    font-weight: 400;
}

/*
  product-result-tabulate 列表模式
*/
.product-result-tabulate{
    margin-top: 20px;
    width: 1200px;
    height: auto;
}

.product-result-tabulate tr:hover{
    border: 1px double #103884;
}

.product-result-tabulate tr:first-child:hover{
    border: 1px solid #eaeaea;
}

.product-result-tabulate tr th{
    height: 40px;
    border: 1px solid #eaeaea;
    background-color: #f4f5f9;
}

.product-result-tabulate tr th:nth-child(1){
    width: 300px;
}

.product-result-tabulate tr th:nth-child(1) h5{
    width: 150px;
}

.product-result-tabulate tr th:nth-child(2){
    width: 125px;
}

.product-result-tabulate tr th:nth-child(3){
    width: 125px;
}

.product-result-tabulate tr th:nth-child(4){
    width: 200px;
}

.product-result-tabulate tr th:nth-child(5){
    width: 125px;
}
.product-result-tabulate tr th:nth-child(6){
    width: 125px;
}
.product-result-tabulate tr th:nth-child(7){
    width: 200px;
}

.product-result-tabulate tr th h5{
    font-family: "Microsoft YaHei",SimSun,sans-serif;
    font-size: 13px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.product-result-tabulate tr td{
    height: 120px;
    border: 1px solid #eaeaea;
}

.product-result-tabulate tr:nth-child(odd){
    background-color: #f4f5f9;
}

.product-result-tabulate tr:nth-child(even){
    background-color: white;
}

.product-result-tabulate tr td .tabulate-headimg{
    margin-left: 15px;
    width: 100px;
    height: 100px;
    border: 1px solid #eaeaea;
    background-image: url("../../images/product/product_retrieval/product-jixie-exam.png");
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: top;
}

.product-result-tabulate tr td h5{
    margin-left: 5px;
    margin-top: 13px;
    width: 95%;
    display: inline-block;
    vertical-align: top;
    font-family: "Microsoft YaHei",SimSun,sans-serif;
    font-size: 13px;
    color: #333333;
    font-weight: 400;
    text-align: center;
}

.product-result-tabulate tr td:first-child h5{
    margin-left: 5px;
    margin-top: 38px;
    width: 170px;
    display: inline-block;
    vertical-align: top;
    font-family: "Microsoft YaHei",SimSun,sans-serif;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    text-align: left;
}

.product-result-tabulate tr td:last-child h5{
    margin-left: 5px;
    margin-top: 38px;
    border: 1px solid #eaeaea;
    width: 170px;
    display: inline-block;
    vertical-align: top;
    font-family: "Microsoft YaHei",SimSun,sans-serif;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    text-align: left;
}

.product-result-tabulate tr td:last-child .product-result-tabulate-Operation{
    width: 170px;
    height: 60px;
    margin: 0 15px;
    color: #103884;
    font-family: "Microsoft YaHei",SimSun,sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.product-result-tabulate tr td:last-child .product-result-tabulate-Operation button{
    margin: 0;
    width: 0px;
    height: 0px;
    outline: none;
}

.product-result-tabulate tr td:last-child .product-result-tabulate-Operation h5{
    margin: 0;
    width: 0px;
    height: 0px;
}

.product-result-tabulate tr td:last-child .product-result-tabulate-Operation div{
    height: 30px;
    width: 170px;
}

.product-result-tabulate tr td:last-child .product-result-tabulate-Operation div button{
    height: 30px;
    width: 83px;
    background-color: white;
    border: 1px solid #eaeaea;
}

.product-result-tabulate tr td:last-child .product-result-tabulate-Operation div button i{
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
    margin-left: 15px;
    margin-top: 2px;
    margin-right: -10px;
}

.product-result-tabulate tr td:last-child .product-result-tabulate-Operation div button:last-child i{
    margin-left: 5px;
    margin-right: 0.5px;
}

.product-result-tabulate tr td:last-child .product-result-tabulate-Operation button i{
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
}

.product-result-tabulate tr td:last-child .product-result-tabulate-Operation .last-button{
    height: 25px;
    width: 170px;
    background-color: white;
    margin-top: 3px;
    border: 1px solid #eaeaea;
}

.product-result-tabulate tr td:last-child .product-result-tabulate-Operation .last-button i{
    margin-left: 30px;
    margin-right: -20px;
    margin-top: 2px;
}


/*
  hover弹出事件
*/
.product-result-list-item-pop{
    position: absolute;
    margin: 225px 0px 0 0px;
    width: 226px;
    height: 120px;
    z-index: 2;
    padding: 0px;
    display: none;
}

.ishow{
    display: block;
}

.ishidden{
    display: none;
}

.product-result-list-item-pop .first-button{
    outline: none;
    width: 226px;
    height: 57px;
    margin-left: 0px;
    margin: 0px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.user-product-compare .first-button{
    outline: none;
    width: 226px;
    height: 30px;
    margin-left: 0px;
    margin: 0px;
   /*  #border-top: 1px solid #eaeaea;
    #border-bottom: 1px solid #eaeaea; */
    
}

.user-product-compare .first-button i{
    margin: 0px 0px;
    margin-left: 90px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
    margin-top: 7px;
}
.product-result-list-item-pop .first-button i{
    margin: 0px 0px;
    margin-left: 90px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
}

.product-result-list-item-pop .first-button h5{
    margin-top: 3px;
    font-family: "Microsoft YaHei",SimSun,sans-serif;
    font-size: 15px;
    color: #333333;
    font-weight: 400;
    float: left;
}

.product-result-list-item-pop div{
    width: 226px;
    height: 64px;
    margin-left: 0px;
    margin-top: -4px;
    background-color: #f1f3f6;
}

.product-result-list-item-pop div .product-result-list-item-pop-item-2{
    width: 48.2%;
    height: 64px;
    margin-left: 0px;
    display: inline-block;
    vertical-align: top;
    background-color: #f1f3f6;
}

.product-result-list-item-pop div .product-result-list-item-pop-item-2:nth-child(2){
    border-left: 1px solid #eaeaea;
}

.product-result-list-item-pop div .product-result-list-item-pop-item-2 i{
    margin: 2px 50px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.product-result-list-item-pop div .product-result-list-item-pop-item-2 h5{
    margin-top: 3px;
    width: 100%;
    font-family: "Microsoft YaHei",SimSun,sans-serif;
    font-size: 13px;
    color: #a3a3a3;
    font-weight: 400;
}


/*selected 选中事件*/
.product-result-list-item-state{
    position: absolute;
    margin: -10px 0px 0 0px;
    width: 226px;
    height: 40px;
    z-index: 0;
    padding: 0px;
    display: block;
}

.product-result-list-item-state ul{
    margin: 20px 0 0 60px;
}

.product-result-list-item-state ul li{
    float: left;
}

.product-result-list-item-state ul li .product-state-h5{
    margin: 0;
    margin-left: 2px;
    width: 30px;
    font-family: "Microsoft YaHei",SimSun,sans-serif;
    font-size: 13px;
    color: #333333;
    font-weight: 300;
    float: left;
}

.product-result-list-item-state ul li:nth-child(3) .product-state-h5{
    width: 45px;
}

.product-result-list-item-state ul li .product-state-image{
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
    margin-left: 3px;
}


/*product-recommend-item*/
.product-recommend-title{
    margin-top: 40px;
    font-family: "Microsoft YaHei",SimSun,sans-serif;
    font-size: 17px;
    color: #333333;
    font-weight: 400;
    float: left;
    vertical-align: top;
}

.product-recommend-title div{
    margin-right: 10px;
    background-color: #103884;
    height: 18px;
    width: 5px;
    float: left;
    vertical-align: top;
}

.product-recommend-title-hr{
    margin-top: 50px;
    margin-left: 15px;
    width: 80%;
    float: left;
    vertical-align: top;
}


.product-submit-btn-style-for-conflict{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    margin-top: 15px;
}

.product-submit-btn-style-for-conflict:hover{
    background-color: #337ab7;
}

/*查看右侧对比*/
.product-rightContrast{
    position: fixed;
    top: 250px;
    right: 0;
    background-color: white;
    z-index:99;
}

.product-rightContrast > a > div {
    background-color: #103884;
    padding: 10px;
}

.product-rightContrast > a > div > img {
    margin-left: 7px;
}

.product-rightContrast > a > div > h5{
    color: white;
    font-size: 13px;
}

.product-rightContrast > a > div > h6{
    position: absolute;
    color: #103884;
    font-size: 13px;
    background-color: white;
    width: 16px;
    height: 16px;
    text-align: center;
    top: 0px;
    left: 40px;
    border-radius: 7px;
}

.product-rightContrast > ul {
    margin: 0;
}

.product-rightContrast > ul > li {
    border: 1px solid #eaeaea;
    border-top-color: transparent;
}

.product-rightContrast > ul > li > img:first-child {
    width: 16px;
    height: 16px;
    position: absolute;
    margin-top: 4px;
    left: 50px;
    display: none;
}

.product-rightContrast > ul > li:hover {
    border: 1px solid #103884;
    cursor: pointer;
}

.product-rightContrast > ul > li:hover img:first-child {
    display: block;
    cursor: pointer;
}

.product-rightContrast > ul > li > img:last-child {
    width: 72px;
    height: 72px;
}

/*查看更多参数*/
.product-choicetable-moreParam {
    background-color: white;
    border: 1px solid #eaeaea;
    border-top-style: none;
    text-align: center;
    width: 150px;
    padding-bottom: 5px;
    margin-left: 550px;
    margin-top: -2px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 12px;
    padding-top: 5px;
}

.choice-relavant-tags {
    min-height: 45px;
    /*background-color: #f4f5f9;*/
    background-color: white;
    font-size: 12px;
    border: 1px solid #eaeaea;
    border-top-color: transparent;
    clear: both;
    /*overflow: hidden;*/
}

.choice-relavant-tags > div:last-child > a {
    line-height: 45px;
    margin-left: 20px;
    float: left;
    cursor: default;
}

/*去除title的点击选中变色的样式*/
.choice-relavant-tags > div:last-child > a:hover {
    color: #333333;
}

.choice-relavant-tags > div:last-child > ul {
    float: left;
    margin-top: -2px;
}

.choice-relavant-tags > div:last-child > ul > li {
    float: left;
    margin: 0 10px;
    margin-top: 2px;
}

.choice-relavant-tags > div:last-child > ul > li a {
    line-height: 45px;;
    padding: 1.5px 7px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
}

.choice-relavant-tags > div:last-child > ul > li:hover a {
    border-color: #103884;
}

.choice-relavant-tags > div:last-child > ul > li:hover > a{
    color: #103884;
}