/*_tb_product_list_searchbar_*/   .dzbox{z-index:1;background-color:#fff;position:absolute;display:none;width:200px; border: 1px solid #d5d5d5; padding-top:5px; padding-bottom:10px; float:left;} .dzbox ul{ margin:0; padding:0; } .dzbox ul, .dzbox li { list-style: none outside none; text-decoration:none; list-style: none; } .dzbox .datitle{ text-align:left;} .dzbox .datitle a{ border-bottom:1px dashed #d5d5d5; font-size:12px; color:#333; height:30px; line-height:30px; text-indent:8px; margin-bottom:4px;width:200px; float:left;text-decoration: none;} .dzbox .datitle a:hover{ border-bottom:1px dashed #d5d5d5; font-size:12px; color:#000; height:30px; line-height:30px; text-indent:8px; margin-bottom:4px;text-decoration: underline;} .dzbox .dzyx{border-bottom:1px dashed #d5d5d5; padding-bottom:5px; float:left;  padding-left:10px; width:190px; margin-bottom:10px;} .dzbox .dzyx li{ float:left;  font-size:12px; color:#333; line-height:22px; } .dzbox .dzyx li a{ float:left;  font-size:12px; color:#333; line-height:22px;margin-right:10px;text-decoration: none; } .dzbox .dzyx li a:hover{ float:left;  font-size:12px;color:#000; text-decoration: underline; line-height:22px; margin-right:10px;} .dzbox .daip{ float:left; height:29px;  padding-left:5px; width:190px;} /*_tb_product_list_searchbar_*//*layer9F4C29AF17CC5947BCAB747961087EE1*/ .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 ul {     display: flex;     flex-wrap: wrap;     gap: 20px; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 ul li {     height: 320px;     width: 285px;     border-radius: 10px;     overflow: hidden;     text-align: center;     display: flex;     flex-direction: column;     align-items: center;     position: relative; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 ul li .card {     cursor: pointer; }   .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .hovercontent {     position: absolute;     left: 0;     right: 0;     bottom: 0;     top: 0; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .poscontent {     position: absolute;     left: 0;     right: 0;     bottom: 0;     top: 0;     display: flex;     flex-direction: column;     background: none;     justify-content: space-between;     padding: 30px; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .card:hover .poscontent {     background: linear-gradient(0deg, rgba(255, 0, 0, .5), rgba(255, 0, 0, .5)); }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 ul li .prd_picture {     width: 100%;     height: 100%;     object-fit: fill; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 ul li .prd_main_picture {     display: block; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 ul li .prd_secmain_picture {     display: none; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 ul .card:hover .prd_main_picture {     display: none; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 ul .card:hover .prd_secmain_picture {     display: block; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .product-name {     font-size: 16px;     margin-bottom: 10px;     color: #1a1a1a;     font-family: SimSun;     font-weight: bold;     font-style: normal;     text-decoration: none;     line-height: initial;     text-align: center; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .card:hover .product-name {     color: #ffffff; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .product-description {     width: 100%;     font-size: 12px;     color: #ffffff;     font-family: SimSun;     font-weight: normal;     font-style: normal;     text-decoration: none;     line-height: initial;     text-align: center; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .hoverhide {     display: none; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .card:hover .hoverhide {     display: flex; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .price {     font-size: 18px;     color: #ffffff;     font-family: SimSun;     font-weight: bold;     font-style: normal;     text-decoration: none;     line-height: initial; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .market_price {     margin-top: 5px; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .market_price .list_price_f_title {     color: #d5d5d5;     font-size: 12px;     font-family: SimSun;     font-weight: normal;     font-style: normal;     text-decoration: none; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .market_price span.list_price_f {     color: #d5d5d5;     font-size: 12px;     font-family: SimSun;     font-weight: normal;     font-style: normal;     text-decoration: line-through; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .btnscontxt {     display: flex;     flex-direction: column;     align-items: center;     display: none; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .flex-center {     display: flex;     margin-top: 10px; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .detail-button {     border-radius: 20px;     display: flex;     align-items: center;     padding: 10px 20px;     justify-content: space-between;     width: max-content;     border: 1px solid #ffffff;     background-color: transparent; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .detail-button:hover {     color: #fff;     background-color: transparent; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .detail-button span.detail_title {     font-size: 12px;     color: #ffffff;     font-family: SimSun;     font-weight: normal;     font-style: normal;     text-decoration: none;     line-height: initial; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .detail-button span.detail_text {     color: #ffffff; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .detail-button span.detail_arrow {     margin-left: 30px; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .line_control {     overflow: hidden;     text-overflow: ellipsis;     display: -webkit-box;     -webkit-line-clamp: 2;     -webkit-box-orient: vertical; }  .z-index1 {     z-index: 0; }  .z-index2 {     z-index: 1; }  .z-index3 {     z-index: 2; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 ul li .cormark {     width: 80px;     height: 26px;     line-height: 26px;     font-size: 12px;     color: #fff;     background-color: #ff6600;     background-size: 100% 100%;     border-radius: 0px 12px 0px 12px;     position: absolute;     text-align: center;     overflow: hidden;     white-space: nowrap; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .tb_product_list_more {     text-align: right;     clear: both;     margin-right: 3px;     padding-top: 2px;     padding-bottom: 4px;     margin-top: 10px; }  .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .wp-pager_link {     clear: both;     min-height: 25px; }.tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 span.category a {display:inline;}.tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 span.category a:visited {display:inline;}.tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 span.category {display:inline;}.tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .productcategory05 {display:table-cell}#layer9F4C29AF17CC5947BCAB747961087EE1 .tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 span.category a:hover {display:inline;}.tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .proplshow{margin: 0 auto;}.tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .marketprice05 {display:table-cell}.tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 p#price {display:inline;}.tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .wp-new-ar-pro-style-description {display:-webkit-box;}.tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .productintroduction05 {display:table-cell}.tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .prdfgf-border-line {border-bottom:px  ;} #layer9F4C29AF17CC5947BCAB747961087EE1 .wp_filter_attr .cont dl.sorting dd a.noHover{color:#5a5a5a!important;background-color:#ffffff!important;} #layer9F4C29AF17CC5947BCAB747961087EE1 .showprec {display:none;}.tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 ul li div.cormark {display:none;left:0px;top:0px;}.tb_product_list-layer9F4C29AF17CC5947BCAB747961087EE1 .detail-button {display: flex;}#layer9F4C29AF17CC5947BCAB747961087EE1 .wp-tb_product_list_searchbox{padding-bottom:8px;z-index:3;} #layer9F4C29AF17CC5947BCAB747961087EE1 .wp-tb_product_list_searchbox table{border:1px solid #d4d4d4;height:33px;border-right:none;} #layer9F4C29AF17CC5947BCAB747961087EE1 .wp-tb_product_list_searchbox td{white-space:nowrap;border-right:1px solid #d4d4d4;text-align:center;color:#666;font: 12px/1.5 tahoma,arial,sans-serif;box-shadow: 2px 0 2px -1px rgba(213, 213, 213, 0.4);overflow:hidden;background-color:#ffffff;} #layer9F4C29AF17CC5947BCAB747961087EE1 .wp-tb_product_list_searchbox td input{width:50px;height:18px;line-height:18px;color:#666;padding-left:2px;border: 1px solid #D4D4D4;box-shadow: 0 0 2px rgba(213, 213, 213, 0.4) inset;} #layer9F4C29AF17CC5947BCAB747961087EE1 td span{cursor:pointer;} #layer9F4C29AF17CC5947BCAB747961087EE1 td.tb_product_listorderby:hover{background-color:#f9f9f9;} #layer9F4C29AF17CC5947BCAB747961087EE1 td.local {background-color:#ffffff;} #layer9F4C29AF17CC5947BCAB747961087EE1 .descarrow{margin-left:5px;display:inline-block;width:7px;height:8px;background-image:url(https://static.websiteonline.cn/website/plugin/tb_product_list/images/down.gif);} #layer9F4C29AF17CC5947BCAB747961087EE1 .ascarrow{margin-left:5px;display:inline-block;width:7px;height:8px;background-image:url(https://static.websiteonline.cn/website/plugin/tb_product_list/images/up.gif);}/*layer9F4C29AF17CC5947BCAB747961087EE1*/