/*********************************产品中心-经典版--start*********************************/
.product_center .list_nav {
  margin: 16px 0;
  font-size: 14px;
}
.product_center .list_nav .breadcrumb li {
  display: inline-block;
}
.product_center .list-main .list-left {
  float: left;
  width: 240px;
  font-size: 14px;
}
.product_center .list-main .list-left li {
  margin-bottom: 5px;
}
.product_center .list-main .list-left li .list-tit {
  box-sizing: border-box;
  padding: 0 12px 0 15px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #e3e3e3;
}
.product_center .list-main .list-left li .list-tit a {
  width: 100%;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  height: 42px;
}
.product_center .list-main .list-left li .list-tit.active {
  background: #e4e4e4;
  font-weight: bold;
}
.product_center .list-main .list-left li .list-tit .fa-angle-right {
  float: right;
  margin-top: 8px;
  font-size: 22px;
}
.product_center .list-main .list-left li .list-tit .fa-plus {
  float: right;
  margin-top: 14px;
  font-size: 14px;
}
.product_center .list-main .list-left li .list-tit .fa-minus {
  float: right;
  margin-top: 14px;
  font-size: 14px;
}
.product_center .list-main .list-left li .list-child {
  padding: 6px 12px 6px 15px;
  border: 1px solid #e3e3e3;
  border-top: 0;
  display: none;
}
.product_center .list-main .list-left li .list-child.active {
  display: block;
  height: auto;
}
.product_center .list-main .list-left li .list-child a {
  display: block;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
}
.product_center .list-main .list-right {
  float: right;
  width: 945px;
}
.product_center .list-main .list-right .list-title {
  font-size: 14px;
  color: #9a9a9a;
  height: 32px;
  line-height: 32px;
}
.product_center .list-main .list-right .list-title .fl {
  display: inline-block;
  width: 600px;
  height: 32px;
  overflow: hidden;
}
.product_center .list-main .list-right .list-title .fl .name {
  font-size: 14px;
  display: inline;
  font-weight: normal;
  color: #666;
}
.pc_selectbox {
  display: none;
  float: left;
  width: 80px;
  position: relative;
}
.pc_selectbox input {
  width: 100%;
  height: 32px;
  line-height: 32px;
  border: solid 1px #ccc;
  border-right: 0;
  font-size: 12px;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  padding: 0 5px;
}
.pc_selectbox ul {
  display: none;
  position: absolute;
  top: 30px;
  width: 81px;
  border: solid 1px #ccc;
  border-top: 0;
  background: #fff;
  overflow-y: auto;
  max-height: 400px;
}
.pc_selectbox ul li {
  height: 22px;
  width: 100%;
  overflow: hidden;
  line-height: 22px;
  padding: 0 5px;
  color: #000;
  font-size: 12px;
}
.pc_selectbox ul li.color-white {
  color: #fff;
}
.pc_selectbox ul li:hover {
  color: #FFF;
}
.product_center .txt-input {
  height: 32px;
  line-height: 32px;
  width: 198px;
  border: solid 1px #ccc;
  text-indent: 5px;
  font-size: 12px;
  box-sizing: border-box;
  float: left;
}
.product_center .icon-llhomesearch {
  width: 32px;
  height: 32px;
  border: 0px;
  border-radius: 0px 2px 2px 0px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  float: left;
}
.icon-iconfontsousuo {
  width: 23px;
  height: 23px;
  border: 0px;
  border-radius: 0px 2px 2px 0px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.product_center .list-main .list-right .list_head {
  margin-top: 10px;
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: 1px solid #e3e3e3;
  background: #f1f1f1;
  font-size: 14px;
}
.product_center .list-main .list-right .list_head span {
  padding: 0 10px;
  color: #fff;
  display: inline-block;
}
.product_center .list-main .list-right .list_product li {
  display: inline-block;
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9;
}
/* .product_center .list-main .list-right .list_product li:hover {
    border: 1px solid #e3e3e3;
    border-radius:10px;
} */
.product_center .list-main .list-right .list_product .pro_img {
  width: 90px;
  height: 90px;
  float: left;
  margin-left: 10px;
}
.product_center .list-main .list-right .list_product .pro_img img {
  width: 100%;
  height: 100%;
}
.product_center .list-main .list-right .list_product .pro_head {
  height: 20px;
}
.product_center .list-main .list-right .list_product .pro_head .title {
  width: 300px;
  display: inline-block;
  overflow: hidden;
  height: 21px;
}
.product_center .list-main .list-right .list_product .no_hk .pro_head .title {
  width: 420px;
}
.product_center .list-main .list-right .list_product .pro_content {
  width: 830px;
  margin-left: 10px;
  float: right;
}
.product_center .list-main .list-right .list_product .pro_body {
  display: inline-block;
  margin-top: 5px;
}
.product_center .list-main .list-right .list_product .pro_body p {
  height: 26px;
  line-height: 26px;
}
/*无香港*/
.product_center .list-main .list-right .list_product .no_hk .pro_body .w1 {
  width: 430px;
  float: left;
}
.product_center .list-main .list-right .list_product .no_hk .pro_body .w2 {
  width: 220px;
  float: left;
}
.product_center .list-main .list-right .list_product .no_hk .pro_body .w3 {
  width: 180px;
  float: left;
}
/*香港*/
.product_center .list-main .list-right .list_product .hk .pro_body .w1 {
  width: 330px;
  float: left;
}
.product_center .list-main .list-right .list_product .hk .pro_body .w2 {
  width: 180px;
  float: left;
}
.product_center .list-main .list-right .list_product .hk .pro_body .w3 {
  width: 140px;
  float: left;
}
.product_center .list-main .list-right .list_product .pro_p {
  width: 100%;
}
.product_center .list-main .list-right .list_product .pro_p p {
  width: 50%;
  float: left;
  overflow: hidden;
  word-break: break-all;
  padding-right: 5px;
}
.product_center .list-main .list-right .list_product .pro_priceRange p {
  float: left;
  width: 45%;
  text-align: right;
}
.product_center .list-main .list-right .list_product .pro_priceRange .price {
  float: left;
  width: 55%;
  height: 26px;
  line-height: 26px;
  padding-left: 10px;
}
.product_center .list-main .list-right .list_product .w3 a {
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  width: 92px;
  height: 33px;
  text-align: center;
  line-height: 33px;
}
/*产品选型新版T2风格样式 作者：周鼎*/
#global-products {
  margin-top: 12px;
  overflow: hidden;
  padding: 0 15px;
  min-height: 234px;
  border: 1px solid #e9e9e9;
  background-color: #fcfcfc;
}
.select-resize {
  float: left;
  margin-top: 80px;
  height: 24px;
  width: 24px;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  padding: 0;
  border: 0;
}
.select-wrap {
  margin-left: 45px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  position: relative;
}
.select-resize span {
  display: block;
  height: 100%;
  width: 100%;
  background: url(/assets/img/v2/T8/list_item_icon.png) no-repeat -18px 0;
}
.select-resize .rotate {
  background: url(/assets/img/v2/T8/list_item_icon.png) no-repeat -50px 0;
}
.select {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  color: #666;
  padding: 5px;
  width: 19%;
}
.select h2 {
  overflow-x: hidden;
  text-overflow: clip;
  white-space: nowrap;
  margin: 0;
  padding: 8px 0;
  font-size: 14px;
  color: #444;
  font-weight: 700;
}
.select .sea-wrap {
  position: relative;
}
.select .sea-wrap input {
  color: #57657a;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 5px 22px 5px 5px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
}
.select .sea-wrap .sea-icon {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 4px;
  top: 4px;
  background: url(/assets/img/v2/T8/list_item_icon.png) no-repeat -84px -6px;
}
.seach {
  height: 29px;
  padding: 4px 0 0 4px;
}
.select-detail {
  border: 1px solid #e7e7e7;
}
.select-input {
  width: 118px;
  height: 23px;
  margin-top: -4px;
}
.name-scroll {
  height: 110px;
  overflow-y: auto;
  overflow-x: hidden;
  /*border: 1px solid #e7e7e7;*/
  /*border-top: 0;*/
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.longerdown {
  height: 310px;
}
.select ul {
  background: #fcfcfc;
  min-height: 100%;
}
.select ul li {
  cursor: pointer;
  padding: 2px 20px 2px 4px;
  display: block;
  white-space: nowrap;
  box-sizing: border-box;
  user-select: none;
}
.key-word {
  margin: 10px 0;
  padding-left: 40px;
  overflow: hidden;
  position: relative;
}
.key-word .key-word-wp {
  margin-right: 100px;
  margin-bottom: 10px;
  display: block;
  padding: 5px 5px 5px 0;
  font-size: 12px;
  zoom: normal;
}
.key-word .key-word-wp > span {
  position: relative;
  display: inline-block;
  margin: 2px 6px;
  padding: 0 16px 0 10px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  cursor: default;
}
.key-word .key-word-wp > span:hover {
  border-color: #169be6;
}
.key-word .clear-btn {
  margin-right: 10px;
  border-width: 1px;
  background: #e1f6fe;
}
.key-word .clear-btn:hover {
  color: #fff;
  background: #0093e6;
}
.key-word .make-sure-btn {
  /*border: 1px solid #ff7800;
    background: #ff7800;*/
  color: #fff;
}
.key-word .clear-btn,
.key-word .make-sure-btn {
  box-sizing: border-box;
  padding: 0 5px;
  height: 25px;
  line-height: 23px;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.search-divfream {
  box-sizing: border-box;
  padding-top: 4px;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #e3e3e3;
  background: #f9f9f9;
}
.g01 {
  float: left;
  margin-right: 20px;
}
.g01 .sea-icon {
  width: 18px;
  height: 18px;
  background: url(/assets/img/v2/T8/list_item_icon.png) no-repeat -84px -6px;
}
#localQueryKeyword {
  width: 150px;
  height: 23px;
  line-height: 23px;
  color: #999;
  text-indent: 5px;
}
.g04 {
  float: right;
  line-height: 32px;
  color: red;
  margin-right: 10px;
}
.out {
  margin-left: 10px;
  padding: 0 10px;
  height: 22px;
  line-height: 22px;
  border: none;
  height: 32px;
}
.bg-color :hover {
  background-color: #ee7700;
  color: #fff !important;
}
#key-word-wrap > span {
  position: relative;
  display: inline-block;
  margin: 2px 6px;
  padding: 0 16px 0 10px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  cursor: default;
}
#key-word-wrap > span:hover {
  border-color: #169be6;
}
#key-word-wrap > span .clear-one {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 11px;
  width: 11px;
  /*background: url(/assets/img/v2/T8/list_item_icon.png) no-repeat -129px -13px;*/
  line-height: 6px;
  text-align: center;
  color: #fff;
  background-color: #e3e3e3;
  cursor: pointer;
}
#key-word-wrap > span:hover .clear-one {
  /*background-position: -108px -13px;*/
  background-color: #169be6;
}
.w1-item {
  width: 50%;
  float: left;
  overflow: hidden;
  word-break: break-all;
  padding-right: 5px;
}
.w1-v2 {
  width: 650px;
  float: left;
}
/* .price {
    font-size: 20px;
    font-weight: 700;
} */
.text-left {
  text-align: left;
}
.w3-v2 {
  width: 180px;
  float: left;
  padding-right: 10px;
}
/*.liborder{
    min-height:165px;
}*/
/*新版T2风格产品选型样式--end 作者：周鼎*/
/*********************************产品中心-经典版--end*********************************/
