@charset "utf-8";
.filterlayout .togglebutton{
    width: 38px;
    height: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    vertical-align:top;
    background-color:#fff;
}
.filterlayout  .raised{
        border-radius: 50%;
        background-color:#f90!important;
        position: absolute;
        width: 17px;
        height: 17px;
        z-index: 12;
        top: 3px!important;
        left: 3px;
        cursor: pointer;
}
.pr30{
    padding-right:30px;
    box-sizing: border-box;
}
.search-option {
    border: 1px dotted #e5e5e5;
    width: auto;
    /* min-width: 1280px; */
    margin: 18px auto 10px;
    border-right: none;
    border-left: none;
}
.search-option .option-one{
      border-bottom:1px dotted #e5e5e5;
        /* width: 155px; */
        height: 32px; 
}
.search-option .option-two{
    height: 32px; 
}
.search-option  a{
    color: #000;
}
.search-option .store-item1{
    width: 155px!important;
    background-color: rgb(245, 245, 245);
    height: 33px; 
    text-align: center;
    line-height: 30px;
}
.search-option .store-item{
    width:auto;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
    border:1px solid #fff;
    margin-bottom:2px;
}
.search-option .store-item:hover{
    color:#f90;
    border:1px solid #f90;
    border-radius: 5px;
}
.search-category-active{
    color:#f90;
    border:1px solid #f90!important;
    border-radius: 5px;
}
.search-option .store-item:hover a{
    color:#f90;
}
.search-option .morebtn{
        border-radius: 2px;
        background-color: rgb(245, 245, 245);
        width: 61px;
        height: 22px;
        line-height:22px;
        margin-top:2px;
        color:#999;
        text-align: center;
        margin-right:-1px;
        cursor: pointer;
}
.search-option .morebtn:hover{
    color:#f90;
}
.option-two table{
    width: 100%;
}
.option-two table th{
    font-weight: 400;
}
.right-paratemer{
    width:100%;
    padding: 5px 0px;
    box-sizing: border-box;
}
.right-paratemer .category-item{
    width: 250px;
    margin-bottom:5px;
    font-weight: 400;
}
.category-parameter{
    padding:5px 8px;
    box-sizing: border-box;
}
/* å·¦ä¾§å¸ƒå±€æ”¹å˜åžçš„ç±»ç›®æ ·å¼ */
 .left-category-nav{
    width: 250px;
    box-sizing: border-box;
    height: auto;
    float:left;
    margin-right:10px;
    margin-bottom:20px;
  }
.left-category-nav .title{
      font-size: 16px;
      padding:20px 0;
      text-align: center;
      font-weight: bold;
  }
.left-category-nav  .category-list{
      /*overflow-y: auto;*/
      margin:0 15px;
      /* min-height: 590px; */
  }
.left-category-nav .category-item{
      width: 214px;
      height: 38px;
      background-color: #f5f5f5;
      padding:0 12px;
      box-sizing: border-box;
      font-size: 14px;
      color:#333;
      margin: 0 auto 10px;
      line-height: 38px;
      cursor: pointer;
      border-radius: 4px;
  }
.left-category-nav .category-item:hover {
    background-color: #f90!important;
    color: #fff;
    border: 1px solid #f90!important;
}
.left-category-nav .category-more{
    text-align: center;
    color: #999;
}
.left-category-nav .category-more:hover{
    color:#f90;
    cursor: pointer;
}
.left-category-nav .category-more img{
    vertical-align: middle;
    width: 15px;
    margin-left:2px;
}
.newlist-page{
      background: #fff;
      width: 100%;
      min-width: 1280px;
      box-sizing: border-box;
      overflow: hidden;
}
  .page-list .location .title{
      padding:0!important;
      background: transparent;
  }
  .right-paratemer{
      /* padding-top:15px; */
      /* box-sizing: border-box; */
  }
  .right-paratemer .jp_store .title{
      margin:0;
      border-bottom:1px solid #f90;
  }
.jp_store table .info_title{
    border-top:1px solid transparent;
}
.jp_store .title .name{
        width: 180px;
        height: 40px;
        background-color: #ff9900;
        font-size: 18px;
        color:#fff;
        font-weight: bold;
        text-align: center;
        display: inline-block;
        line-height: 40px;
  }
.jp_store .title img{
    vertical-align: sub;
  }
.triggleicon{
    background: #fff;
    display: inline-block;
    width: 24px;
    height: 50px;
    margin-left: -15px;
    transform: rotate(-30deg);
    vertical-align: top;
    margin-top: -12px;
    margin-right: 3px;
}
.right-paratemer .jp_store{
    min-width: 100%!important;
}
.right-paratemer .jp_store .result-table{
   width:100%;
   min-width:100%!important;
   overflow: hidden;
}
.right-paratemer .jp_store .result-table .info_cont:nth-of-type(even){
    background-color: #fffcf7;
} 
.right-paratemer .jp_store .result-table .info_cont:nth-of-type(odd){
    background-color: #fff9f0;
} 
.right-paratemer .jp_store .result-table .search-table-wrapper .stepped-price{
   width: 150px;
}


.page-list .list-content .parameter-list .parameter-item{
    min-width:100px;
    vertical-align: top;
    padding:0;
    margin-bottom:8px;
}
.page-list .list-content .parameter-list .parameter-item .parameter-content{
	height:198px;
	background-color: #f5f5f5;
    border: solid 1px #e5e5e5;
    margin-right: 5px;
    padding:0 10px;
    box-sizing: border-box;
}
.page-list  .parameter-list .parameter-item .name{
    font-size: 14px;
    text-align: center;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
}
.page-list .parameter-list .parameter-item .search_inp{
    width: 100%;
    border: solid 1px #e5e5e5;
    height: 100%;
    background-color: #fff;
    /*border-bottom: none;*/
    outline: none;
    font-size: 12px;
    text-indent: 8px;
}
.page-list .parameter-list .parameter-item .parameter-search {position: relative;height: 24px;line-height: 24px;width:min-content;min-width:80px;}
.page-list .parameter-list .parameter-item .parameter-search img{
    position: absolute;
    right: 9px;
    top: 6px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.page-list .parameter-list .parameter-item .select-box{
    height: 190px;
    width: 100%;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    outline: none;
}
.page-list .parameter-list{
    margin-right:35px;
    box-sizing: border-box;
    width: 100%;

}
.page-list .parameter-list .parameter-item .select-box:checked{
    background-color:#f90;
} 
.page-list .parameter-list .parameter-item .select-box option:hover{
     background-color: #f90;
     color:#fff;
}
.select-active {
    background-color: #f90;
    color: #fff;
}
.page-list .parameter-list .parameter-item .select-box{
    overflow-y: auto;
}
.page-list .parameter-list .parameter-item .select-box .select-item{
    height: 24px;
    line-height: 24px;
    padding-left:8px;
    padding-right:5px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 12px;
    margin:2px 0;
}
.page-list .parameter-list .parameter-item .select-box .select-item:hover{
    background-color: #fff5e5;
    /*color:#f90;*/
}
.page-list .parameter-list .parameter-item .select-box .select-item.select-active {
    background: #f90 /*url(/uploads/image/cionlinenew/dui_select.png) no-repeat right 10px center*/;
    color: #fff !important;
}
.page-list .operate .btns{
    width: 110px;
	height: 28px;	
    border-radius: 5px;
    color:#fff;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
}
.page-list .operate{
    margin-top:10px;
    margin-bottom:10px;
}
.page-list .operate .choose-btn{
    background-color: #f90!important;
    color:#fff!important;
}
.page-list .operate .choose-btn:hover{background-color: #ffa934!important}
.page-list .operate .clear-all-btn{
    background-color: #fff;
    margin-left: 17px;
    border: 1px solid #f90;
    color: #f90;
    line-height:26px;
}
.page-list .operate .clear-all-btn:hover{background-color: #f90!important;color:#fff!important}
.page-list .operate .choose-result{
    font-size: 18px;
    color: #999;
    display: inline-block;
    margin-left: 22px;
    line-height: 28px;
    vertical-align: top;
    height: 28px;
}
.page-list .operate .choose-result span{
    color:#f90;
}
.page-list .list-content .search-result .tit{
    height: 30px;
	font-family: alibaba sans;
    font-size: 20px;
    color:#333;
    margin-right:230px;
    font-weight: bold;
}
.page-list  .tit span{
    font-weight: bold;
    font-size: 20px;
    color:#333;
}
.active-category {
    background-color: #f90!important;
    color: #fff!important;
    border: 1px solid #f90!important;
}
.mt20{
    margin-top:20px;
}
.category-nav{
    background-color: #fff;
    padding-bottom:15px;
}
.coordination-table .fixed-table .product-img{
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    vertical-align: middle!important;
    margin: 5px auto;
}
.coordination-table .fixed-table .product-img img{
    width:100%;
}
.toggledata{
    height: 32px;
    overflow: hidden;
    display: inline-block;
}

/* ç‚¹å‡»è´­ç‰©è½¦å¼¹çª—æ ·å¼ */
/* ã¥ë†â€ºã¥â»âºbomã¦â¸â€¦ã¥ââ€¢ã¥â¼â¹ã§âªâ€” */
.cart-dialog{
    position: absolute;
    width: 210px;
	background-color: #fefefe;
	box-shadow: 0px 4px 20px 0px 
		rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display:none;
    z-index:99;
}
.cart-dialog .title{
    width:100%;
	height: 40px;
    background-color: #ff9900;
	font-family: alibaba sans;
	font-size: 18px;
    color: #fefefe;
    position: relative;
    padding:0 15px;
    box-sizing: border-box;
    line-height: 40px;
    border-radius: 5px 5px 0px 0;
}
.cart-dialog .title span{
    position: absolute;
    right: 11px;
    top: 0;
}
.cart-dialog .content{
    margin:0px auto 17px;
    text-align: center;
}
.cart-dialog .inp{
    width: 152px;
	height: 38px;
	background-color: #fefefe;
	border-radius: 5px;
	border: solid 1px #cccccc;
    opacity: 0.99;
    text-indent: 19px;
}
.cart-dialog .operate-btn{
    margin-top:16px;
}
.cart-dialog .operate-btn .creat,.cart-dialog .operate-btn .default{
        width: 76px;
        height: 38px;
        background-color: #ff9900;
        color:#fff;
        text-align: center;
        line-height: 38px;
        border: 1px solid #f90;
        cursor: pointer;
}
.cart-dialog .operate-btn .creat{
    border-radius: 5px 0px 0px 5px;
}
.cart-dialog .operate-btn .default{
    border-radius: 0px 5px 5px 0px;
    margin-left: -5px;
    background-color: #fff;
    color: #f90;
    border: 1px solid;
}
/* ã©â‚¬â€°ã¦â€¹â©bomã¦â¸â€¦ã¥ââ€¢ã¥â¼â¹ã§âªâ€” */
.select_bom .bom_name_list li{
	font-size: 14px;
	line-height: 30px;
    color: #808080;
    width: 152px;
    margin:auto;
    text-align: left;
    cursor: pointer;
}
.select_bom .bom_name_list li:hover{
    color:#f90;
}
.select_bom  .add_btn{
    width: 152px;
	height: 38px;
	background-color: #fefefe;
	border-radius: 5px;
    border: solid 1px #e5e5e5;
    line-height: 34px;
    text-align: center;
    color:#999;
    margin:20px auto 0;
    font-size: 24px;
    cursor: pointer;
}
.select_bom .creat-box{
    width: 152px;
	height: 38px;
	background-color: #fefefe;
	border-radius: 5px;
    border: solid 1px #cccccc;
    position: relative;
    margin:20px auto 0;
    display:none;
}
.select_bom .creat-box input{
    width: 122px;
    height: 100%;
    padding-right: 30px;
    display: inline-block;
}
.select_bom .creat{
     width: 30px;
     background-color: #ff9900;
     line-height: 38px;
     border-radius: 0px 5px 5px 0px;
     line-height: 38px;
     position: absolute;
     right: -1px;
     top: -1px;
     cursor: pointer;
}
.mt12{
    margin-top: 12px;;
}
.more-th {
    vertical-align:top;
    padding-top:3px;
}
.p20{
    padding:0 20px;
    box-sizing:border-box;
}
.parameter-container{
    height: auto!important;
    width:max-content!important;
}