@charset "utf-8";
.index_page{padding: 40px 0;background: #f5f6f7;}
.index_page .wrap{max-width: 1400px;margin: 0 auto;}
.index_page .index_page_content{display: flex;align-items: flex-start;justify-content: space-between;}
.common_cate_box{width: 260px;margin-bottom: 50px;}
.common_cate_list_box{position: relative;z-index: 100000;}
.common_cate_box .part{}
.common_cate_box .part_1{padding: 15px 20px;background: #1859bd;border-radius: 20px;}
.common_cate_box .part_1 .part_title{padding-left: 29px;background: url(../images/index_cate_icon.png) no-repeat center left / 19px 15px;font-size: 16px;font-weight: bold;color: #fff;}
.common_cate_box .part_1 .cate_search_form{position: relative;margin: 18px 0 20px;}
.common_cate_box .part_1 .cate_search_form .form_input{width: calc( 100% - 32px );height: 36px;line-height: 36px;border: 1px solid #fff;padding: 0 16px;border-radius: 20px;}
.common_cate_box .part_1 .cate_search_form .form_button{position: absolute;top: 0;right: 0;width: 38px;height: 38px;background: url(../images/index_cate_search_icon.png) no-repeat center center / 18px 18px;border: none;border-radius: 20px;padding: 0;cursor: pointer;z-index: 1;}
.common_cate_box .part_1 .part_search_box{position: relative;}
.common_cate_box .part_1 .part_search_box .search_content_box{position: absolute;top: 100%;left: -20px;width: 100%;background: #ffffff;padding: 20px;z-index: 10;box-shadow: 0 5px 8px rgba(34, 57, 80, 0.14);border-radius: 4px;}
.common_cate_box .part_1 .part_search_box .search_content_box .search_content{}
.common_cate_box .part_1 .part_search_box .search_content_box .search_content .item{margin: 3px 0;}
.common_cate_box .part_1 .part_search_box .search_content_box .search_content .item a{display: inline-block;width: 100%;line-height: 22px;font-size: 14px;}
.common_cate_box .part_2{position: relative;background: #ffffff;border-radius: 0;margin-top: -20px;box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);padding-top: 0;z-index: 3;}
.common_cate_box .part_2 .list{}
.common_cate_box .part_2 .list .first_item{padding: 0px 0 6px 0;border-bottom: 0 solid #f1f1f1;}
.common_cate_box .part_2 .list .first_item .category{padding: 0 8px 0 12px;background: #1859bd;border-radius: 0px;}
.common_cate_box .part_2 .list .first_item .category>a{position: relative;background: url(../images/index_cate_jia_icon.png) no-repeat center right / 16px;color: #fff;background: none;}
.common_cate_box .part_2 .list .first_item.has_son .category>a:before{position: absolute;top: 12px;right: 0;content: '';width: 11px;height: 6px;background: url(../images/cate_arrow_up.png) no-repeat center center / 11px 6px;}
.common_cate_box .part_2 .list .first_item.has_son .category>a:after{position: absolute;top: 12px;right: 0;content: '';width: 11px;height: 6px;background: url(../images/cate_arrow_down.png) no-repeat center center / 11px 6px;}
.common_cate_box .part_2 .list .first_item .category>a:before{display: none;}
.common_cate_box .part_2 .list .first_item .category>a:after{display: block;}
.common_cate_box .part_2 .list .first_item.on .category>a:before{display: block;}
.common_cate_box .part_2 .list .first_item.on .category>a:after{display: none;}
.common_cate_box .part_2 .list .first_item .category .icon{display: inline-block;vertical-align: middle;width: 20px;height: 25px;text-align: center;font-size: 0;margin-right: 0;padding-right: 35px;}
.common_cate_box .part_2 .list .first_item .category .icon a{display: inline-block;width: 100%;height: 100%;}
.common_cate_box .part_2 .list .first_item .category a{display: inline-block;vertical-align: middle;width: calc( 100% - 60px );font-size: 16px;color: #fff;line-height: 30px;}
.common_cate_box .part_2 .list .first_item .sec_item{display: none;}
.common_cate_box .part_2 .list .first_item .sec_item .item{position: relative;padding: 6px 4px 6px 4px;border: 1px solid #fff;border-bottom: 1px solid #f1f1f1;}
.common_cate_box .part_2 .list .first_item .sec_item .item:hover{z-index: 100;}
.common_cate_box .part_2 .list .first_item .sec_item .item:last-child{border-bottom-color: #fff;}
.common_cate_box .part_2 .list .first_item .sec_item .item .icon{display: inline-block;vertical-align: middle;width: 60px;margin-right: 5px;height: 25px;text-align: center;font-size: 0;}
.common_cate_box .part_2 .list .first_item .sec_item .item .icon a{display: inline-block;width: 100%;height: 100%;font-size: 0;}
.common_cate_box .part_2 .list .first_item .sec_item .item .icon img{display: inline-block;vertical-align: middle;max-height: 100%;}
.common_cate_box .part_2 .list .first_item .sec_item .item .icon a span{display: inline-block;vertical-align: middle;height: 100%;}
.common_cate_box .part_2 .list .first_item .sec_item .item a{display: inline-block;vertical-align: middle;width: calc( 100% - 70px );font-size: 14px;color: #1e354e;}
.common_cate_box .part_2 .list .first_item.on .category>a{background-image: url(../images/index_cate_jian_icon.png);background: none;}
.common_cate_box .part_2 .list .first_item.on .category>a:before{}
.common_cate_box .part_2 .list .first_item.on .category>a:after{content: unset;}
.common_cate_box .part_2 .list .first_item.on .sec_item{display: block;margin: 0;}
.common_cate_box .part_2 .list .first_item .sec_item .item.has_son .category_item{background: url(../images/index_cate_arrow.png) no-repeat center right / 8px;}
.common_cate_box .part_2 .list .first_item .sec_item .item.has_son:hover .category_item{background: url(../images/index_cate_arrow_on.png) no-repeat center right / 8px;}
/*.common_cate_box .part_2 .list .first_item .sec_item .item.on .third_item{display: block;}*/
.common_cate_box .part_2 .list .first_item .sec_item .item .third_item{display: none;width: 780px;height: 430px;padding: 20px;background: #fff;border: 1px solid #2181ff;border-radius: 5px;position: absolute;top: -20px;left: calc( 100% + 0px );z-index: 101;overflow-y: scroll;overflow: auto;position: fixed;}

.common_cate_box .part_2 .list .first_item .sec_item .item .third_item::-webkit-scrollbar{width: 3px;height: 3px;}
.common_cate_box .part_2 .list .first_item .sec_item .item .third_item::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(33,129,255,0.3);  border-radius: 5px;background-color: rgba(33, 129, 255,0);}
.common_cate_box .part_2 .list .first_item .sec_item .item .third_item::-webkit-scrollbar-thumb{border-radius: 5px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  background-color: rgba(33, 129, 255 ,0.9);}

.common_cate_box .part_2 .list .first_item .sec_item .item .third_item a{display: inline-block;width: 100%;font-size: 14px;padding: 5px 0;}
.common_cate_box .part_2 .list .first_item .sec_item .item .third_item .content{display: flex;align-items: center;justify-content: flex-start;flex-wrap: wrap;}
.common_cate_box .part_2 .list .first_item .sec_item .item .third_item .item{width: 23%;margin: 0 1%;padding: 0;border: none;}
.common_cate_box .part_2 .list .first_item .sec_item .item .third_item .item.item_title{font-weight: bold;border-bottom: 1px solid #c3c3c3;padding: 0 0 4px;}
.common_cate_box .part_2 .list .first_item .sec_item .item .third_item .item.item_title:first-child{padding-top: 0;}
.common_cate_box .part_2 .list .first_item .sec_item .item .third_item .item a{display: -webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp: 1;-webkit-box-orient: vertical;font-size: 14px;color: #1e354e;line-height: 24px;padding: 0;}
.common_cate_box .part_2 .list .first_item .sec_item .item .third_item .item a:hover{color: #2181ff;}
.common_cate_box .part_2 .list .first_item .sec_item .item .third_item .item:nth-child(3n){margin-right: 0;}
.common_cate_box .part_2 .list .first_item .sec_item .item .third_item .third_item_content{display: flex;align-items: flex-start;justify-content: flex-start;flex-wrap: wrap;flex-direction: column;max-height: 860px;}
.common_cate_box .part_2 .list .first_item .sec_item .item .third_item .third_item_content .third_item_box{width: calc( ( ( 100% + 10px ) / 3 ) - 10px );}
.common_cate_box .part_2 .list .first_item .sec_item .item:hover .third_item{display: block;}
.common_cate_box .part_2 .list .first_item .sec_item .item:last-child.has_son:hover, .common_cate_box .part_2 .list .first_item .sec_item .item.has_son:hover{border: 1px solid #2181ff;border-right-color: #fff;}
.common_cate_box .part_2 .list .first_item .sec_item .item.on a{color: #2181ff;}
.common_cate_box .part_2 .list .first_item .sec_item .item.has_son:hover:after{position: absolute;top: 0;right: -1px;width: 1px;height: 100%;content: '';background: #ffffff;z-index: 102;}
@media(max-width: 1200px){
	.common_cate_box .part_2 .list .first_item .sec_item .item .third_item{width: 550px;}
	.common_cate_box .part_2 .list .first_item .sec_item .item .third_item .item{width: 31%;}
}
@media(max-width: 1000px){
	.common_cate_box .part_2 .list .first_item .sec_item .item .third_item{width: 450px;}
	.common_cate_box .part_2 .list .first_item .sec_item .item .third_item .item{width: 42%;}
}
@media(max-width: 900px){
	.common_cate_box .part_2 .list .first_item .sec_item .item .third_item{width: 400px;}
}

.common_cate_box .part_3{position: relative;background: #fff;margin-top: -5px;padding-top: 15px;z-index: 2;}
.common_cate_box .part_3 .list{}
.common_cate_box .part_3 .list .first_item{position: relative;padding: 15px 20px 15px 5px;border: 1px solid #ffffff;border-bottom-color: #f1f1f1;border-right: none;}
.common_cate_box .part_3 .list .first_item.has_son:hover, .common_cate_box .part_3 .list .first_item.has_son.on{border-color: #2181ff;}
.common_cate_box .part_3 .list .first_item.has_son:hover .sec_item, .common_cate_box .part_3 .list .first_item.has_son.on .sec_item{position: absolute;top: -30px;left: calc( 100% - 0px );z-index: 3;}
.common_cate_box .part_3 .list .first_item.has_son:hover:after, .common_cate_box .part_3 .list .first_item.has_son.on:after{position: absolute;top: 0;right: -1px;width: 1px;height: 100%;content: '';background: #ffffff;z-index: 4;}
.common_cate_box .part_3 .list .first_item .category{background: url(../images/index_cate_arrow.png) no-repeat center right / 8px;}
.common_cate_box .part_3 .list .first_item.has_son.on .category, .common_cate_box .part_3 .list .first_item.has_son:hover .category{background-image: url(../images/index_cate_arrow_on.png);}
.common_cate_box .part_3 .list .first_item .category .icon{display: inline-block;vertical-align: middle;width: 80px;max-height: 25px;text-align: center;font-size: 0;}
.common_cate_box .part_3 .list .first_item .category a{display: inline-block;vertical-align: middle;width: calc( 100% - 85px );font-size: 16px;color: #1e354e;line-height: 30px;}
.common_cate_box .part_3 .list .first_item .sec_item{display: none;width: 780px;padding: 20px 40px;background: #fff;border: 1px solid #2181ff;border-radius: 10px;}
.common_cate_box .part_3 .list .first_item .sec_item .content{display: flex;align-items: center;justify-content: flex-start;flex-wrap: wrap;}
.common_cate_box .part_3 .list .first_item .sec_item .item{width: calc( ( ( 100% + 10px ) / 3 ) - 10px );margin-right: 10px;}
.common_cate_box .part_3 .list .first_item .sec_item .item a{font-size: 12px;color: #1e354e;line-height: 28px;}
.common_cate_box .part_3 .list .first_item .sec_item .item:nth-child(3n){margin-right: 0;}
.common_cate_box .part_3 .list .first_item.has_son:hover .sec_item, .common_cate_box .part_3 .list .first_item.has_son.on .sec_item{display: block;}

.index_page .index_page_box{width: calc( 100% - 285px );}
.index_page .index_page_box .part{margin-bottom: 30px;}
.index_page .index_page_box .part.part_1{margin-bottom: 10px;}
.index_page .index_page_box .part .part_title_box{display: flex;align-items: center;justify-content: space-between;width: calc( 100% - 2px );height: 46px;border: 1px solid #ff492b;border-radius: 10px;background: #fff;margin-bottom: 20px;}
.index_page .index_page_box .part .part_title_box .title{display: inline-block;width: 100%;min-width: 141px;max-width: 335px;height: 100%;line-height: 46px;font-size: 20px;font-weight: bold;color: #ffffff;background: url(../images/index_title_bg.png) no-repeat center center / 100%;text-align: center;border-radius: 5px;}
.index_page .index_page_box .part .part_title_box .brief_box{width: calc( 100% - 290px );height: 46px;line-height: 46px;margin-left: 20px;}
.lang_en .index_page .index_page_box .part .part_title_box .brief_box{width: calc( 100% - 340px );}
.lang_it .index_page .index_page_box .part .part_title_box .brief_box{width: calc( 100% - 340px );}
.lang_en .index_page .index_page_box .part .part_title_box .more{width: 200px;}
.lang_it .index_page .index_page_box .part .part_title_box .more{width: 200px;}
.index_page .index_page_box .part .part_title_box .brief_box .swiper-container{height: 46px;line-height: 46px;}
.index_page .index_page_box .part .part_title_box .brief_box .item{}
.index_page .index_page_box .part .part_title_box .brief_box .item .icon{display: inline-block;vertical-align: middle;font-size: 0;}
.index_page .index_page_box .part .part_title_box .brief_box .item .icon img{display: inline-block;vertical-align: middle;max-width: 100%;max-height: 100%;}
.index_page .index_page_box .part .part_title_box .brief_box .item .icon span{display: inline-block;vertical-align: middle;height: 100%;}
.index_page .index_page_box .part .part_title_box .brief_box .item .msg{display: inline-block;vertical-align: middle;margin-left: 6px;font-size: 14px;color: #333333;}
.index_page .index_page_box .part .part_title_box .more{width: 112px;text-align: right;padding-right: 20px;}
.index_page .index_page_box .part .part_title_box .more a{font-size: 14px;font-weight: bold;color: #162237;}
.index_page .index_page_box .part .part_ad{font-size: 0;}
.index_page .part_products_box{}
.index_page .part_products_box .products_content{display: flex;align-items: flex-start;justify-content: flex-start;flex-wrap: wrap;}
/*.index_page .part_products_box .products_content .list{position: relative;width: calc( ( ( 100% + 20px ) / 5 ) - 20px );margin-right: 20px;margin-bottom: 20px;}
.index_page .part_products_box .products_content .list:nth-child(5n){margin-right: 0;}
.index_page .part_products_box .products_content .list .sale_box{position: absolute;top: 18px;left: 0;padding: 4px 10px 4px 7px;border-radius: 0 10px 10px 0;background: #ff492b;}
.index_page .part_products_box .products_content .list .sale_box.hot_icon{background: #ff492b;}
.index_page .part_products_box .products_content .list .sale_box.new_icon{background: #ff9600;}
.index_page .part_products_box .products_content .list .sale_box span{font-size: 14px;color: #fff;}
.index_page .part_products_box .products_content .list .list_box{padding: 15px;background: #ffffff;border-radius: 8px;}
.index_page .part_products_box .products_content .list .img .see_large_icon{position: absolute;right: 10px;bottom: 0;font-size: 0;cursor: pointer;z-index: 1;width: 16px;height: 16px;}
.index_page .part_products_box .products_content .list .img .see_large_icon a{display: inline-block;width: 16px;height: 16px;}
.index_page .part_products_box .products_content .list .img{overflow:hidden; text-align:center; width:100%; position:relative; padding-top:100%;}
.index_page .part_products_box .products_content .list .img a{width:100%; height:100%; display:block; position:absolute; left:0; top:0;}
.index_page .part_products_box .products_content .list .img a:before{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(255,255,255,1);z-index: 1;transition: .5s;background-size: 30%;background-repeat: no-repeat;background-position: center center;background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22xMidYMid%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M24.3%2C30C11.4%2C30%2C5%2C43.3%2C5%2C50s6.4%2C20%2C19.3%2C20c19.3%2C0%2C32.1-40%2C51.4-40%20C88.6%2C30%2C95%2C43.3%2C95%2C50s-6.4%2C20-19.3%2C20C56.4%2C70%2C43.6%2C30%2C24.3%2C30z%22%20stroke%3D%22%23999%22%20stroke-width%3D%222%22%20stroke-dasharray%3D%22205.271142578125%2051.317785644531256%22%3E%3Canimate%20attributeName%3D%22stroke-dashoffset%22%20calcMode%3D%22linear%22%20values%3D%220%3B256.58892822265625%22%20keyTimes%3D%220%3B1%22%20dur%3D%221%22%20begin%3D%220s%22%20repeatCount%3D%22indefinite%22%2F%3E%3C%2Fpath%3E%3C%2Fsvg%3E")}
.index_page .part_products_box .products_content .list .img.finish a:before{background: rgba(0,0,0,0);}
.index_page .part_products_box .products_content .list .img_list{position: static;top: unset;left: unset;width: 100%;height: auto;padding: 0;text-align: left;background: #fff;transition: all .5s;opacity: 1;z-index: 3;margin-top: 10px;}
.index_page .part_products_box .products_content .list .img_list .img_list_item{display: inline-block;vertical-align: middle;margin: 0 6px 3px 0;border: 1px solid #e5e5e5;padding: 0;cursor: pointer;}
.index_page .part_products_box .products_content .list .img_list .img_list_item:hover,.index_page .part_products_box .products_content .list .img_list .img_list_item.on{border-color: #1b38a5;}
.index_page .part_products_box .products_content .list .img_list .img_list_item span{display: block;width: 30px;height: 30px;overflow: hidden;}
.index_page .part_products_box .products_content .list .img_list .img_list_item span:after{content: '';display: inline-block;vertical-align: middle;height: 100%;}
.index_page .part_products_box .products_content .list .img_list .img_list_item span img{display: inline-block;vertical-align: middle;}
.index_page .part_products_box .products_content .list .info{}
.index_page .part_products_box .products_content .list .info .price{font-weight: bold;font-size: 18px;color: #0e2c9a;}
.index_page .part_products_box .products_content .list .info .name{display: -webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;line-height: 20px;margin-bottom: 8px;}
.index_page .part_products_box .products_content .list .info .name a{font-size: 12px;color: #333333;}
.index_page .part_products_box .products_content .list .add_cart_box{width: 100%;height: 26px;margin-top: 11px;}
.index_page .part_products_box .products_content .list .add_cart_box .form_input{width: calc( 100% - 10px );height: 24px;border: 1px solid #f3f4f8;background: #f3f4f8;border-radius: 8px;padding: 0 5px;font-size: 12px;color: #a0a3ae;}
.index_page .part_products_box .products_content .list .add_cart_box .form_input::-webkit-input-placeholder{font-size:12px;color:#a0a3ae;}
.index_page .part_products_box .products_content .list .add_cart_box .form_input:-moz-placeholder{font-size:12px;color:#a0a3ae;}
.index_page .part_products_box .products_content .list .add_cart_box .form_input:-ms-input-placeholder{font-size:12px;color:#a0a3ae;}
.index_page .part_products_box .products_content .list .add_cart_box .input_box{position: relative;}
.index_page .part_products_box .products_content .list .add_cart_box .msg_box{position: absolute;top: 0;right: 0;}
.index_page .part_products_box .products_content .list .add_cart_box .msg_box .tip_msg{display: inline-block;vertical-align: middle;font-size: 12px;color: #ff2400;}
.index_page .part_products_box .products_content .list .add_cart_box .msg_box .add_button{display: inline-block;vertical-align: middle;width: 33px;height: 26px;background-color: #2181ff;background-image: url(../images/pro_cart_icon.png);background-repeat: no-repeat;background-position: center center;background-size: 16px;border-radius: 0 8px 8px 0;}*/

.index_ad_box{margin-bottom: 28px;border-radius: 8px;}
.index_ad_box .bx-wrapper .bx-pager{display: none;}
.index_ad_box .bx-wrapper .bx-controls-direction a{width: 37px;height: 37px;border-radius: 50%;background-repeat: no-repeat;background-position: center center;background-color: rgba(255, 255, 255, 0.79);}
.index_ad_box .bx-wrapper .bx-controls-direction .bx-prev{background-image: url(../images/ad_left_btn.png);}
.index_ad_box .bx-wrapper .bx-controls-direction .bx-next{background-image: url(../images/ad_right_btn.png);}

.pro_list .wrap{width: 100%;max-width: 1400px;margin: 0 auto; zoom: 1;}
.product_list_content{padding: 0px 0;display: flex;margin-top: 0;justify-content: space-between;}
.product_list_brumb{}
.product_list_brumb a{font-size: 14px;line-height: 38px;color: #555555;}
.product_list_left{max-width: 260px;width: 100%;}
.product_list_right{width: calc( 100% - 285px );}
.product_listleft_title{background-color: #1859bd;border-top-left-radius: 22px;border-top-right-radius: 22px; display: flex;padding-top: 10px;}
.product_listleft_title .img{margin-top: 18px;margin-left:  21px;}
.listleft_title_wz{font-size: 16px;line-height: 44px;color: white;margin: 3px 6px;font-weight: bold;padding-left: 29px;background: url(../images/index_cate_icon.png) no-repeat left 14px / 19px 15px;margin-top: -5px;padding-bottom: 10px;}
.product_listleft_wz{background-color: white;border-radius: 10px;padding: 16px 20px;margin-top: -10px;margin-bottom: 30px;}
.product_listleftwz_title{display: flex;justify-content: space-between;align-items: center;font-size: 16px;color: #1e354e;background: url(../images/index_cate_jia_icon.png) no-repeat center right / 8px;cursor: pointer;}
.product_listleftwz_span{margin-top: 10px;}
.product_listleftwz_span a{font-size: 14px;color: #1e354e;}
.product_listleftwz_span .listleftwz_span_item a{line-height: 30px;font-size: 14px;}
.product_listright_start{display: flex;justify-content: space-between;align-items: flex-start;}
.listright_start_title{font-size: 30px;line-height: 30px;color: #1e354e;letter-spacing: 1px;display: -webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.listright_start_search{font-size: 16px;line-height: 30px;color: #1e354e;margin: 7px 20px;min-width: 100px;}
.listright_start_search span{font-weight: bold;}
.listright_start_left{display: flex;max-width: 50%;}
.product_listright_start.search_list{flex-wrap: wrap;}
.product_listright_start.search_list .listright_start_search{min-width: 200px;}
.product_listright_start.search_list .listright_start_left{margin-bottom: 20px;}
.product_listright_start.search_list .listright_start_title{line-height: 34px;}
.search_list .listright_start_left{width: 100%;}
.start_attributeitem_wz{font-size: 16px;line-height: 37px;color: #1e354e;padding-right: 12px;}
.listright_start_attribute{display: flex;align-items: center;}
.start_attribute_item{display: flex;margin-right: 18px;}
.start_attribute_item select{height: 38px;width: 111px;background-color: #ededed;border: 1px solid #e1e1e1;padding-left: 7px;border-radius: 5px;}
.listright_content_main{display: flex;margin-top: 6px;justify-content: space-between;margin-bottom: 2692px;}
.listright_content_item{max-width: 200px;width: calc((100% - 115px) / 5);margin-right: 23px;background-color: white;padding-bottom: 19px;border-radius: 10px}
.listright_content_item:nth-child(5n){margin-right: 0px;}
.listright_product_tp{position: relative;}
.listright_product_tp .img{padding-top: 17px;}
.listright_product_discount{position: absolute;background-color: #ff492b;color: white;max-width: 40px;width: 100%;border-top-right-radius: 10px; border-bottom-right-radius: 10px;height: 25px;font-size: 14px;line-height: 25px;top: 27px;padding-left: 9px;left: 4px;}
.listright_content_span{color: #333333;font-size: 12px;line-height: 20px;padding: 7px 15px;}
.listright_content_price{display: flex;margin: 6px 17px;}
.listright_price_big{color: #0e2c9a;font-size: 18px;line-height: 20px;}
.listright_price_little{color: #8f919a;font-size: 14px;line-height: 20px;margin-left: 11px;}
.listright_content_tp{display: flex;padding: 0px 17px;}
.listright_content_tp .img{margin-right: 4px;border: 1px solid #e5e5e5;}
.listright_content_input{position: relative;margin-top: 17px;text-align: center;}
.listright_content_input input{max-width: 170px;width: 100%;height: 26px;color: #a0a3ae;font-size: 12px;line-height: 20px;padding-left: 11px;border-radius: 5px;background-color: #f3f4f8;}
.listright_content_input .listright_contentinput_red{position: absolute;top: 0;right: 9px;font-size: 12px;color: red;line-height: 26px;display: flex;}
.listright_contentinput_red .img{margin-left: 7px;}
.product_list_pages .ueeshop_responsive_turn_page .jump_page_box .jump_page_input{width: 70%;height: 30px;vertical-align:unset;background-color: rgba(0, 0, 0, 0);border: unset;}
.product_list_pages .ueeshop_responsive_turn_page span .page_item_current{border: 1px solid #0a43a4;background-color: rgba(0, 0, 0, 0);color: #004492;border-radius: 8px;}
.product_list_pages .ueeshop_responsive_turn_page span:hover{background-color: rgba(0, 0, 0, 0);}
.product_list_pages .ueeshop_responsive_turn_page span a{font-size: 16px;line-height: 28px;height: 36px;width: 36px;line-height: 36px;color: #828282;margin-left: 5px;}
.product_list_pages .ueeshop_responsive_turn_page span font{height: 36px;width: 36px;line-height: 36px;}
.product_list_pages .ueeshop_responsive_turn_page{margin: 52px 0px;justify-content: center;text-align: unset;display: flex;align-items: center;}
.product_list_pages .ueeshop_responsive_turn_page span{width: unset;height: unset;margin: 8px 4px;}
.product_list_pages .prev_arrow{background-color: #fff;cursor: pointer;border-radius: 50%;height: 36px;width: 36px;opacity: .8;position: relative;}
.product_list_pages .page_noclick{margin-left: 13px;}
.product_list_pages .prev_arrow::before,.product_list_pages .next_arrow::before{content: " ";width: 20px;display: block;height: 20px;width: 10px;height: 10px;background-color: transparent;border-color: black;border-style: solid;border-width: 2px 2px 0 0;position: absolute;left: calc(50% + 2px);top: 50%;}
.product_list_pages .prev_arrow::before{transform: translate(-50%, -50%) rotate(-130deg);}
.product_list_pages .next_arrow::before{transform: translate(-50%, -50%) rotate(45deg);}
.product_list_pages .jump_page_prevarrow .prev_arrow::before,.product_list_pages .jump_page_nextarrow .next_arrow::before{position: absolute;left: 67%;top: 50%;}
.product_list_pages .jump_page_prevarrow .prev_arrow::after,.product_list_pages .jump_page_nextarrow .next_arrow::after{position: absolute;content: " ";width: 2px;height: 16px;background-color: #828282;display: block;}
.product_list_pages .jump_page_prevarrow .prev_arrow::after{left: 40%;top: 49%;transform: translate(-50%, -50%);}
.product_list_pages .jump_page_nextarrow .next_arrow::after{right: 0;top: 49%;transform: translate(-50%, -50%);}
.product_list_pages .cuircle{margin-left: 11px;margin-top: 7px;}
.product_list_pages .number{margin-left: 26px;}
.product_list_pages .page_last{margin: 0px 8px;}
.product_list_pages .ueeshop_responsive_turn_page .jump_page_box{font-size: 14px;display: flex;margin: unset;align-items: center;justify-content: center;background-color: #eef0f4;border-radius: 5px;max-width: 80px;height: 30px;}
.product_list_pages .total_page{font-size: 14px;width: 30%;}
.product_list_pages .pages_wz{margin-left: 20px;}

.pro_list{background: #f5f6f7;}
.pro_list .ueeshop_responsive_position{border-bottom: none;padding-top: 10px;}
.pro_list .ueeshop_responsive_position .position{font: none;width: 100%;text-align: left;}
.pro_list .ueeshop_responsive_position .position a{color: #555555;font-size: 14px;}

.listright_content{display: flex;align-items: flex-start;justify-content: flex-start;flex-wrap: wrap;margin-top: 17px;}
/*.listright_content .list{position: relative;width: calc( ( ( 100% + 20px ) / 5 ) - 20px );margin-right: 20px;margin-bottom: 20px;}
.listright_content .list:nth-child(5n){margin-right: 0;}
.listright_content .list .sale_box{position: absolute;top: 18px;left: 0;padding: 4px 10px 4px 7px;border-radius: 0 10px 10px 0;background: #ff492b;}
.listright_content .list .sale_box.hot_icon{background: #ff492b;}
.listright_content .list .sale_box.new_icon{background: #ff9600;}
.listright_content .list .sale_box span{font-size: 14px;color: #fff;}
.listright_content .list .list_box{padding: 15px;background: #ffffff;border-radius: 8px;}
.listright_content .list .img .see_large_icon{position: absolute;right: 10px;bottom: 0;font-size: 0;cursor: pointer;z-index: 1;width: 16px;height: 16px;}
.listright_content .list .img .see_large_icon a{display: inline-block;width: 16px;height: 16px;}
.listright_content .list .img{overflow:hidden; text-align:center; width:100%; position:relative; padding-top:100%;}
.listright_content .list .img a{width:100%; height:100%; display:block; position:absolute; left:0; top:0;}
.listright_content .list .img a:before{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(255,255,255,1);z-index: 1;transition: .5s;background-size: 30%;background-repeat: no-repeat;background-position: center center;background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22xMidYMid%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M24.3%2C30C11.4%2C30%2C5%2C43.3%2C5%2C50s6.4%2C20%2C19.3%2C20c19.3%2C0%2C32.1-40%2C51.4-40%20C88.6%2C30%2C95%2C43.3%2C95%2C50s-6.4%2C20-19.3%2C20C56.4%2C70%2C43.6%2C30%2C24.3%2C30z%22%20stroke%3D%22%23999%22%20stroke-width%3D%222%22%20stroke-dasharray%3D%22205.271142578125%2051.317785644531256%22%3E%3Canimate%20attributeName%3D%22stroke-dashoffset%22%20calcMode%3D%22linear%22%20values%3D%220%3B256.58892822265625%22%20keyTimes%3D%220%3B1%22%20dur%3D%221%22%20begin%3D%220s%22%20repeatCount%3D%22indefinite%22%2F%3E%3C%2Fpath%3E%3C%2Fsvg%3E")}
.listright_content .list .img.finish a:before{background: rgba(0,0,0,0);}
.listright_content .list .img_list{position: static;top: unset;left: unset;width: 100%;height: auto;padding: 0;text-align: left;background: #fff;transition: all .5s;opacity: 1;z-index: 3;margin-top: 10px;}
.listright_content .list .img_list .img_list_item{display: inline-block;vertical-align: middle;margin: 0 6px 3px 0;border: 1px solid #e5e5e5;padding: 0;cursor: pointer;}
.listright_content .list .img_list .img_list_item:hover,.listright_content .list .img_list .img_list_item.on{border-color: #1b38a5;}
.listright_content .list .img_list .img_list_item span{display: block;width: 30px;height: 30px;overflow: hidden;}
.listright_content .list .img_list .img_list_item span:after{content: '';display: inline-block;vertical-align: middle;height: 100%;}
.listright_content .list .img_list .img_list_item span img{display: inline-block;vertical-align: middle;}
.listright_content .list .info{}
.listright_content .list .info .price{font-weight: bold;font-size: 18px;color: #0e2c9a;}
.listright_content .list .info .name{display: -webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;line-height: 20px;margin-bottom: 8px;}
.listright_content .list .info .name a{font-size: 12px;color: #333333;}
.listright_content .list .add_cart_box{width: 100%;height: 26px;margin-top: 11px;}
.listright_content .list .add_cart_box .form_input{width: calc( 100% - 10px );height: 24px;border: 1px solid #f3f4f8;background: #f3f4f8;border-radius: 8px;padding: 0 5px;font-size: 12px;color: #a0a3ae;}
.listright_content .list .add_cart_box .form_input::-webkit-input-placeholder{font-size:12px;color:#a0a3ae;}
.listright_content .list .add_cart_box .form_input:-moz-placeholder{font-size:12px;color:#a0a3ae;}
.listright_content .list .add_cart_box .form_input:-ms-input-placeholder{font-size:12px;color:#a0a3ae;}
.listright_content .list .add_cart_box .input_box{position: relative;}
.listright_content .list .add_cart_box .msg_box{position: absolute;top: 0;right: 0;}
.listright_content .list .add_cart_box .msg_box .tip_msg{display: inline-block;vertical-align: middle;font-size: 12px;color: #ff2400;}
.listright_content .list .add_cart_box .msg_box .add_button{display: inline-block;vertical-align: middle;width: 33px;height: 26px;background-color: #2181ff;background-image: url(../images/pro_cart_icon.png);background-repeat: no-repeat;background-position: center center;background-size: 16px;border-radius: 0 8px 8px 0;}*/

.content_wrap .ueeshop_responsive_products_detail_box{display: flex;align-items: flex-start;justify-content: space-between;max-width: 1400px;margin: 0 auto;}
.content_wrap .ueeshop_responsive_products_detail_box .ueeshop_responsive_products_detail_left_box{max-width: 260px;}
.content_wrap .ueeshop_responsive_products_detail_box .ueeshop_responsive_products_detail_right_box{width: calc( 100% - 290px );}
.content_wrap .ueeshop_responsive_products_detail { width: 100%; }
.content_wrap .ueeshop_responsive_products_detail .gallery {background: #f5f6f7;}
.content_wrap .ueeshop_responsive_products_detail .gallery .bigimg {position: relative; box-sizing: border-box; padding-left: 0; background: #ffffff;height: 355px;overflow: hidden;}
.content_wrap .ueeshop_responsive_products_detail .gallery .bigimg .zoom_out{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);width: 100%;}
.content_wrap .ueeshop_responsive_products_detail .gallery .bigimg .big_btn_box{position: absolute;  top: 50%; transform: translate(0, -50%);width: 35px;height: 120px;background: rgba(0, 0, 0, 0.2);z-index: 1;cursor: pointer;pointer-events: auto;}
.content_wrap .ueeshop_responsive_products_detail .gallery .bigimg .big_btn_box.b1{left: 0;border-radius: 0 20px 20px 0;}
.content_wrap .ueeshop_responsive_products_detail .gallery .bigimg .big_btn_box.b2{right: 0;border-radius: 20px 0 0 20px;}
.content_wrap .ueeshop_responsive_products_detail .gallery .bigimg .big_btn_box .big_left_btn{width: 100%;height: 100%;background: url(../images/goods_left_btn.png) no-repeat center center / 8px 13px;}
.content_wrap .ueeshop_responsive_products_detail .gallery .bigimg .big_btn_box .big_right_btn{width: 100%;height: 100%;background: url(../images/goods_right_btn.png) no-repeat center center / 8px 13px;}
.content_wrap .ueeshop_responsive_products_detail .gallery .left_small_img { position: static; width: 100%; margin-top: 5px; }
.content_wrap .ueeshop_responsive_products_detail .gallery .left_small_img .bx-wrapper { padding: 15px 0; max-width: calc( 100% - 48px ) !important; }
.content_wrap .ueeshop_responsive_products_detail .gallery .left_small_img .bx-wrapper .bx-controls-direction a { width: 8px; height: 13px;}
.content_wrap .ueeshop_responsive_products_detail .gallery .left_small_img .bx-wrapper .bx-controls-direction a.bx-prev { top: 0; right: unset; bottom: 0; left: -24px; margin: auto; background: url(../images/goods_left_btn.png) no-repeat center center / 8px 13px;}
.content_wrap .ueeshop_responsive_products_detail .gallery .left_small_img .bx-wrapper .bx-controls-direction a.bx-next { top: 0; right: -24px; bottom: 0; left: unset; margin: auto; background: url(../images/goods_right_btn.png) no-repeat center center / 8px 13px;}
.content_wrap .ueeshop_responsive_products_detail .gallery .left_small_img .pic_box { box-sizing: border-box; display: inline-block; width: 46px !important; padding-top: 42px; margin-right: 3.5px !important; margin-bottom: 0;border: 2px solid #f5f6f7;border-radius: 8px;}
.content_wrap .ueeshop_responsive_products_detail .gallery .left_small_img .pic_box.on { border-color: #0e2c9a; }


#goods_form .detail_qty{display: flex;align-items: center;justify-content: flex-start;flex-wrap: wrap;margin: 30px 0 34px;}
#goods_form .detail_qty h5{margin: 0 26px 0 13px;padding: 0;font-weight: bold!important;font-size: 16px;}
#goods_form .prod_info_quantity{height: 42px;margin-top: 0;}
#goods_form .prod_info_quantity .qty_box>div{display: none;}
#goods_form .prod_info_quantity .quantity_box{position: relative;width: auto;height: 42px;border: none;}
#goods_form .prod_info_quantity .quantity_box input{height: 40px;border: 1px solid #8f919a;padding: 0 65px 0 5px;}
#goods_form .prod_info_quantity .moq_span{position: absolute;right: 1px;top: 1px;width: 60px;height: 40px;line-height: 40px;font-size: 12px;color: #838383;text-align: left;}

.products_detail_module1 #goods_form .range_box .price_range{align-items: flex-start;padding: 13px;background: #f3f4f8;}
.products_detail_module1 #goods_form .range_box .price_range .price_range_name{margin-top: 10px;margin-right: 30px;font-size: 16px;font-weight: bold;color: #000000;}
.products_detail_module1 #goods_form .range_box .price_range #cur_price{font-size: 36px;color: #0e2c9a;font-weight: bold;line-height: 36px;}

.index_page .mb_more_btn{display: none;margin-bottom: 40px;}
.index_page .mb_more_btn a{display: inline-block;width: 100%;height: 50px;line-height: 50px;text-align: center;background: #123063;color: #ffffff;font-size: 14px;border-radius: 4px;}

@media(max-width: 1420px){
	.index_page{padding: 40px 10px;}
	.content_wrap .ueeshop_responsive_products_detail{width: 100%;max-width: calc( 100% - 20px );}
	.pro_list .wrap{width: calc( 100% - 20px );}
	.product_list_right{width: calc( 100% - 285px );}
}
@media(max-width: 1280px){
}
@media(max-width: 1000px){
	.index_page{padding: 20px 10px;}
	.index_page .mb_more_btn{display: block;}
	.index_page .index_page_box .part .part_title_box{height: 39px;}
	.index_page .index_page_box .part .part_title_box .title{width: 120px;height: 39px;line-height: 39px;font-size: 16px;}
	.index_page .index_page_box .part .part_title_box .more{display: none;}
	.index_page .index_page_box .part .part_title_box .brief_box{width: calc( 100% - 140px );height: 39px;line-height: 39px;}
	.lang_en .index_page .index_page_box .part .part_title_box .brief_box{width: calc( 100% - 140px );}
	.lang_it .index_page .index_page_box .part .part_title_box .brief_box{width: calc( 100% - 140px );}
	.index_page .index_page_box .part .part_title_box .brief_box .item .msg{display: -webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp: 1;-webkit-box-orient: vertical;margin-left: 30px;}
	.index_page .index_page_box .part .part_title_box .brief_box .swiper-container{height: 39px;line-height: 39px;}

	.listright_start_left{max-width: 100%;}
	.product_listright_start{flex-wrap: wrap;}
	.product_listright_start.search_list .listright_start_left{flex-wrap: wrap;margin-bottom: 5px;}
	.product_listright_start.search_list .listright_start_left .listright_start_search{width: 100%;text-align: left;margin-left: 0;margin-right: 0}
}

@media(max-width: 768px){
	.common_cate_box{display: none;}
	.index_page .index_page_box{width: 100%;}

	.listright_start_attribute{flex-wrap: wrap;}
	.start_attribute_item{margin-right: 10px;}
	.start_attribute_item:last-child{width: 100%;margin-top: 15px;}

	.listright_start_left{justify-content: space-between;}
	.listright_start_title{font-size: 20px;}
	.listright_start_search{font-size: 14px;}

	.product_listright_start.search_list .listright_start_search{width: 100%;}

	.product_list_left{display: none;}
	.product_list_right{max-width: 100%;width: 100%;}

	.content_wrap .ueeshop_responsive_products_detail_box .ueeshop_responsive_products_detail_right_box{width: 100%;}
}

.products .pro_cate{ padding: 12px 0; width: 100%; background: #fff;}
.products .pro_cate .page_name{ display: none; position: relative; height: 69px; line-height: 69px; font-size: 36px; color: #000; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; text-transform: uppercase;}
.products .pro_cate .content{ position: relative; margin-top: 26px; width: 100%; z-index: 1; text-align: center;}
.products .pro_cate .list{ position: relative; display: inline-block; margin: 0 27px 30px 0; width: auto; line-height: 43px; transition: all 0.5s;}
.products .pro_cate .list:first-child{ margin-left: 0;}
.products .pro_cate .list .son_cate{ position: absolute; left: 0; top: 100%; width: 100%; z-index: 1;}
.products .pro_cate .list .first_cate{ position: relative; overflow: hidden; cursor: pointer; transition: all 0.5s;}
.products .pro_cate .list .first_cate.son:after{content: '';width: 10px;height: 10px;margin:auto;position: absolute;top: 0;right: 16px;bottom: 0;}
.products .pro_cate .list .first_cate a{ display: block; position: relative; padding: 0 36px; border: 1px solid #111111; font-size: 16px; transition: all 0.5s; font-family: Arial; text-decoration: none;}
.products .pro_cate .list .first_cate a:before{ display: block; content: ''; position: absolute; right: 35px; top: 19px; width: 12px; height: 7px; background: url(../images/pro_cate_icon.png) no-repeat center / 100%; transition: all 0.5s;}
.products .pro_cate .list .first_cate a:after{ display: block; content: ''; position: absolute; right: 35px; top: 19px; width: 12px; height: 7px; background: url(../images/pro_cate_icon2.png) no-repeat center / 100%; transition: all 0.5s; z-index: 1; opacity: 0;}
.products .pro_cate .list:hover .first_cate a{ background: #111111; color: #fff;}
.products .pro_cate .list:hover .first_cate a:before{ transform: rotate(180deg);}
.products .pro_cate .list:hover .first_cate a:after{ transform: rotate(180deg); opacity: 1;}
.products .pro_cate .son_cate{display: none;margin-bottom: 10px; background: #f7f7f7;}
.products .pro_cate .list.on .first_cate.son:after{width: 10px;height: 2px;background-position: 0 -104px;}
.products .pro_cate .son_cate .item{ position: relative; height: 48px;line-height: 48px;}
.products .pro_cate .son_cate .item a{ width: 100%; height: 48px; line-height: 48px; border-bottom: 1px solid #dedede; font-size: 16px; color: #333; text-align: left; text-indent: 24px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; transition: all 0.5s;}
.products .pro_cate .son_cate .item a.sia2{ border-bottom: 0;}
.products .pro_cate .son_cate .item a.sia2:last-child{ border: 0;}
.products .pro_cate .son_cate .item:hover a.sia2{ background: #111111; color: #fff;}
.products .pro_cate .son_cate .item:hover .subcate3{ display: block;}
.products .pro_cate .son_cate .subcate3{ display: none; position: absolute; top: 0; left: 100%; width: 100%; background: #f7f7f7;}
.products .pro_cate .son_cate .subcate3 a.sia{display: block; width: 100%; font-size: 16px; color: #7a7a7a; height: 48px; line-height: 48px; text-align: left; text-indent: 24px; border-bottom: 1px solid #ddd; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; transition: all 0.5s;}
.products .pro_cate .son_cate .subcate3 a:last-child{ border: 0;}
.products .pro_cate .son_cate .subcate3 a:hover{ background: #111111; color: #fff;}

.menu-in-left{padding-top: 30px;padding-bottom: 4.5%;}
.menu-in-left .menu-wrap-style{ width: 100%;}
.menu-in-left .menu-wrap-style .menu{ text-align: center;}
.menu-in-left .wrap-righter-style{ padding-top: 42px; width: 100%;}
.menu-wrap-style .menu .cate-top{margin-bottom: 30px;font-size: 30px;color: #1f1f1f;}
.menu-wrap-style .menu li{ position: relative; display: inline-block; margin-top: 20px; margin: 5px 20px; width: auto; line-height: 43px; transition: all 0.5s;}
.menu-wrap-style .menu li a{ display: block; padding: 0 4px; min-width: 155px; border: 1px solid #111111; font-size: 18px; text-align: center; transition: all 0.5s; text-decoration: none;}
.menu-wrap-style .menu li a.on, .menu-wrap-style .menu li a:hover{ background: #111111; color: #fff;}
.menu-wrap-style .menu .m-title{ display: none; position: relative; height: 69px; line-height: 69px; font-size: 36px; color: #000; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; text-transform: uppercase;}
.menu-wrap-style .menu .m-title:before{ display: block; content: ''; position: absolute; bottom: 0; left: 50%; width: 28px; height: 2px; background: #111111; transform: translateX(-50%);}
.menu-wrap-style .menu .cate-top{margin-bottom: 30px;font-size: 30px;color: #1f1f1f;}
.menu-wrap-style .menu h3{ position: relative; display: inline-block; margin-top: 20px; margin-right: 27px; width: auto; line-height: 43px; transition: all 0.5s;}
.menu-wrap-style .menu h3 a{ display: block; padding: 0 4px; min-width: 155px; border: 1px solid #111111; font-size: 18px; text-align: center; transition: all 0.5s; text-decoration: none;}
.menu-wrap-style .menu h3 a:hover{ background: #111111; color: #fff;}
.menu-wrap-style .menu h3 a.on, .menu-wrap-style .menu h3 a:hover { background: #111111;color: #fff; }

.wrap .cate-name{font-size: 30px;color: #000;margin-bottom: 15px;margin-bottom: 30px; text-decoration: none;}
.wrap .cate-name a{ text-decoration: none;}
.wrap .cate-name span{display: block;width: 28px;height: 2px;background: #111111;margin: 15px auto 0;}

.wrap-module .cate-name{font-size: 30px;color: #000;margin-bottom: 15px;margin-bottom: 30px;text-align: center;}
.wrap-module .cate-name span{display: block;width: 28px;height: 2px;background: #111111;margin: 15px auto 0;}
.article-content .art-title{height: 35px;margin: 30px 0;font-size: 22px;color: #333;text-align: center;}
.article-content .art-title{ display: none; position: relative; height: 69px; line-height: 69px; font-size: 36px; color: #000; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; text-transform: uppercase;}
.article-content .art-title:before{ display: block; content: ''; position: absolute; bottom: 0; left: 50%; width: 28px; height: 2px; background: #111111; transform: translateX(-50%);}


.case-list .wrap, .case .wrap, .info-list .wrap, .info-detail .wrap, .download-list .wrap, .feedback .wrap{width: 100%;max-width: 1440px;margin: 0 auto;}
@media(max-width: 1000px){
	.case-list .wrap, .case .wrap, .info-list .wrap, .info-detail .wrap, .download-list .wrap, .feedback .wrap{width: 92%;}
}

.pro_list .cate_brief{margin: 20px 0;}

.header_269_1 .search_box .search_content_box{height: 380px;overflow-y: scroll;}
.header_269_1 .search_box .search_content_box::-webkit-scrollbar{width: 5px;height: 16px;}
.header_269_1 .search_box .search_content_box::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  border-radius: 5px;background-color: rgba(255, 73, 43,0);}
.header_269_1 .search_box .search_content_box::-webkit-scrollbar-thumb{border-radius: 5px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  background-color: rgba(255, 73, 43 ,0.9);}
