<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Powered by ueeshop.com		http://www.ueeshop.com
å¹¿å·žè”é›…ç½‘ç»œç§‘æŠ€æœ‰é™å…¬å¸		020-83226791
*/
/*global css*/
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0; padding:0;}
body,textarea,input,button,select,keygen,legend{font-size:14px; color:#333; font-family:Arial; -webkit-text-size-adjust:none; outline:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse; border-spacing:0;}
caption,th{text-align:left; font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:none;}
i,cite,em,var,address,dfn{font-style:normal;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:normal;}
sup,sub{font-size:80%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto; resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
ins,u,s,a{text-decoration:none;}
textarea,input{outline:none; -webkit-tap-highlight-color:rgba(0,0,0,0);}
input[type='text'],input[type='number'],input[type='password'],input[type='reset'],input[type='submit'],input[type='button'],input[type='tel'],button,textarea{-webkit-appearance:none; border:1px #ddd solid; outline:none;}
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{box-shadow:0 0 0 1000px #fff inset; -webkit-box-shadow:0 0 0 1000px #fff inset;}
ol li::marker, ul li::marker{ color: #333; }
@media (max-width: 768px) {
	input[type='text'],input[type='number'],input[type='email'],input[type='password'],input[type='reset'],input[type='submit'],input[type='button'],input[type='tel'],input[type='search'],button,textarea{-webkit-appearance:none;border-radius:0;outline:0;border:0px;}
}

.trans{transition:all 0.4s ease-out;-moz-transition:all 0.4s ease-out;-ms-transition:all 0.4s ease-out;-o-transition:all 0.4s ease-out;-webkit-transition:all 0.4s ease-out;}
.trans2{-webkit-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
.trans3{-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out;}
img.lazyload{ opacity: 0; }


/*æ–‡å­—å¤§å°ï¼Œé¢œè‰²ï¼Œè¡Œè·å®šä¹‰*/
.fz_12px{font-size:12px;}
.fz_14px{font-size:14px;}
.fz_16px{font-size:16px;}
.fc_red{color:#ff0000;}
.fc_grey{color:#aaa;}
.fc_gory{color:#666;}
.fc_white{color:#fff;}
.fc_yellow{color:#ff6600;}
.flh_150{line-height:150%;}
.flh_180{line-height:180%;}

/*float*/
.fl{float:left;}
.fr{float:right;}

/*form*/
.form_input{color:#333; height:20px; line-height:20px;}
.form_area{color:#333; line-height:180%; resize:none; overflow:auto;}
.form_button{border:none; background:#505050; color:#fff; height:22px; line-height:22px; padding:0 5px; overflow:hidden; width:80px;}
.form_focus{border-color:red;}
.form_input.center{text-align:center;}

/*padding*/
.clear{margin:0px auto; clear:both; height:0px; font-size:0px; overflow:hidden;}
.blank3{margin:0px auto; clear:both; height:3px; font-size:1px; overflow:hidden;}
.blank6{margin:0px auto; clear:both; height:6px; font-size:1px; overflow:hidden;}
.blank9{margin:0px auto; clear:both; height:9px; font-size:1px; overflow:hidden;}
.blank12{margin:0px auto; clear:both; height:12px; font-size:1px; overflow:hidden;}
.blank15{margin:0px auto; clear:both; height:15px; font-size:1px; overflow:hidden;}
.blank20{margin:0px auto; clear:both; height:20px; font-size:1px; overflow:hidden;}
.blank25{margin:0px auto; clear:both; height:25px; font-size:1px; overflow:hidden;}
.blank30{margin:0px auto; clear:both; height:30px; font-size:1px; overflow:hidden;}
.clean{zoom:1;}
.clean:after,.clean:before{content:''; display:table;}
.clean:after{clear:both;}

/*a*/
a{color:#333; text-decoration:none;}
a:hover{text-decoration:none;}
a.red{color:red; text-decoration:none;}
a.red:hover{color:red; text-decoration:underline;}

.icon_success_status{width:44px;height:44px;overflow:hidden;position:absolute;top:40px;left:244px;display:block;}
.icon_success_status.await{background-position:0 -54px;}
.icon_success_status.fail{background-position:0 -108px;}

/*new_win_alert*/
.new_win_alert { position: fixed; left: 0; top: 25%; z-index: 100000; overflow: hidden; width: 480px; padding: 50px; background-color: #fff; opacity: 0.95; filter: alpha(opacity=95); -webkit-transition: top .25s; -moz-transition: top .25s; -o-transition: top .25s; transition: top .25s; }
.new_win_alert .close { content: "\e631"; position: absolute; top: 20px; right: 20px; z-index: 100000; display: block; overflow: hidden; width: 16px; height: 16px; text-decoration: none; font-family: 'iconfont'; font-size: 0; background: none; }
.new_win_alert .close::before { content: "\e631"; font-family: 'iconfont'; font-size: 16px; }
.new_win_alert .close:hover { color: #aaa; }
.new_win_alert .win_tips { position: relative; padding: 54px 0 20px; text-align: center; font-size: 16px; line-height: 23px; }
.new_win_alert .win_label { padding: 0 20px 0 30px; font-size: 16px; line-height: 30px; }
.new_win_alert .win_form { padding: 5px 20px 10px 30px; }
.new_win_alert .win_btns { margin: 15px 0; text-align: center; }
.new_win_alert .win_btns .btn { margin-left: 20px; border-radius: 5px; padding: 0 40px; text-decoration: none; font-size: 14px; color: #fff; line-height: 50px; background: #1c1c1c; }
.new_win_alert label { display: block; padding-bottom: 12px; font-size: 14px; color: #333; line-height: 18px; }
.new_win_alert ul { margin-top: 16px; }
.new_win_alert li { padding: 8px 0; }
.new_win_alert li label {  padding: 0; font: inherit; }
.new_win_alert li strong { display: inline-block; padding-right: 10px; font: 14px/100% Verdana, Arial, Helvetica, sans-serif; color: #000; }
.new_win_alert li span { display: inline-block; padding-right: 8px; color: #666; }
.new_win_alert li span.price { font-family: Verdana; color: #c70000; }

.new_win_alert.alert_v_code .win_tips{display: flex;padding-left: 30px;padding-right: 30px;}
.new_win_alert.alert_v_code .win_tips i{display: none;}
.new_win_alert.alert_v_code .win_tips input{flex: 1;padding: 0 10px;border: 1px #c7c7c7 solid;width: 100%;}
.new_win_alert.alert_v_code .btn_cancel{display: none;}
@media screen and (max-width: 1000px) {
	.new_win_alert{width: 90%;box-sizing: border-box;padding: 20px;}
	.new_win_alert .win_tips{padding-top: 40px;}
	.new_win_alert .win_btns .btn{line-height: 40px;}
	.new_win_alert.alert_v_code .win_tips{padding-left: 20px;padding-right: 20px;box-sizing: border-box;}
}

/*clock_alert*/
.clock_alert {display: none; position: fixed; top: 25%; left: 0; z-index: 100000; max-width: 360px; overflow: hidden; padding: 18px 50px; line-height: 24px; color: #fff; cursor: default; background-color: rgba(0, 0, 0, .8); border-radius: 5px;}
.clock_alert .clock_alert_box {display: flex;}
.clock_alert .clock_alert_box .icon_success_status {position: inherit; width: 24px; height: 24px; background-size: 24px; margin-right: 15px;}
.clock_alert .clock_alert_box .icon_success_status.await {background-position: 0 -29px;}
.clock_alert .clock_alert_box .icon_success_status.fail {background-position: 0 bottom;}
.clock_alert .clock_alert_box .clock_alert_content {flex: 1;}
@media screen and (max-width: 550px) {
	.clock_alert{ width: 96%; box-sizing: border-box; }
}

/** å…¬å…±å¼¹æ¡† **/
.alert_choose{position:fixed; opacity:0.95; z-index:100000; top:0;-o-transition: all 0.25s;transition: all 0.25s;-webkit-transition: all 0.25s;-moz-transition: all 0.25s;}
.alert_choose .box_bg{width:100%; height:100%; background-color:#fff; position:absolute; top:0; left:0; }
.alert_choose #choose_close{ position:absolute; z-index:100000;text-indent: -9999px;width: 28px;height: 28px; top: 16px;right: 20px;background-color: #fff;}
.alert_choose #choose_close:hover{color:#000000; text-decoration:none; cursor:pointer;opacity: 0.6;}
.alert_choose .choose_content{width:530px; padding:14px 20px 20px;font-family: 'Arial'; position:relative; z-index:10; zoom:1; background-color:#fff; max-height: 560px;overflow: auto;}
.alert_choose .choose_content h2{line-height: 32px;font-size: 20px;padding-bottom: 10px;margin-bottom: 5px;border-bottom: 1px solid #e5e5e5;}
.alert_choose .choose_content h3{display: block;line-height: 34px;font-size: 16px;}
.alert_choose .choose_content .box_select{width: 470px;height: 34px;overflow: hidden; border: 1px #ccc solid;}
.alert_choose .choose_content .box_select select{width: 105%;height: 34px;padding-left: 12px;font-size: 14px;color: #333;background: transparent;border: 0;outline: 0;line-height: 34px;}

.alert_choose .choose_content{ width:720px;}
.alert_choose .payment_list{ height:350px; overflow: auto;}
.alert_choose .payment_list .item{ padding:20px 0; border-top:1px solid #f0f0f0; position:relative; cursor:pointer;}
.alert_choose .payment_list .item:nth-child(2){ border-top:0;}
.alert_choose .payment_list .item .item_info input{display: inline-block;width: 16px;height: 16px;vertical-align: middle;}
.alert_choose .payment_list .item .item_info .pic_box{display: inline-block;height: 30px;margin-left: 20px; vertical-align: middle;}
.alert_choose .payment_list .item .item_info .img_table{ display:table; max-width:270px; height:70px; position:absolute; right:10px; top:0;}
.alert_choose .payment_list .item .item_info .img_table .img_box{ display:table-cell; vertical-align:middle;}
.alert_choose .payment_list .item .item_info .img_table .img_box img{max-width: 100px;height: 24px; margin:5px;}
.alert_choose .payment_list .item .item_info span{display: inline-block;line-height: 30px;font-size: 14px;margin-left: 15px;vertical-align: middle;}
.alert_choose .payment_list .item .item_info .txt_box{ font-size:18px;}
.alert_choose .payment_list .item .item_desc{ display:none; margin-left:36px; margin-top:15px; padding:15px 20px 20px; background:#fbfbfb; -webkit-box-sizing:border-box; box-sizing:border-box;}
.alert_choose .footRegion{position: relative;margin-top: 10px;padding-top: 10px;height: 36px;line-height: 36px;font-size: 14px;border-top: 1px solid #e5e5e5;}
.alert_choose .footRegion .btn{float: right;padding:0 25px;height: 36px;line-height: 36px;color: #fff; border:0; border-radius: 2px;cursor: pointer;background: #e53935;}
.alert_choose .footRegion .choose_price span{font-size: 28px;}
.alert_choose .footRegion #paypal_button_container{width:250px; float:right; position:relative; display:none;}
.alert_choose .footRegion #paypal_excheckout_button_container{width:250px; float:right; position:relative; display:none;}

/* goods è¿è´¹ä¼°ç®— */
.alert_choose.shipping_cost .payment_list{margin-top: 15px;}
.alert_choose.shipping_cost .payment_list .item{margin-top: 0;}
.alert_choose.shipping_cost .payment_list .item span{height: 30px;line-height: 30px;}

/*pic_box*/
.pic_box{text-align: center;}
.pic_box span{vertical-align:middle; height:100%; display:inline-block;}
.pic_box img{vertical-align:middle;}

/*åœ¨çº¿å®¢æœæµ®åŠ¨çª— Start*/
/*æµ®åŠ¨çª— First*/
.icon-tool_whatsapp1:before{content: "\e653";}
.icon-tool_telegram1:before{content: "\e607";}
#go_top{ display:block; height:24px; line-height:24px; color:#fff; text-align:center; font-size:14px;}
#go_top:hover{ text-decoration:none;}

#chat_window{position:fixed; right:30px; bottom:90px; z-index:10000;}

#chat_window .chat_box.cur .box{ height: auto; overflow: unset; }
#chat_window .chat_box.cur .box .more{ display:none; }
#chat_window .chat_box .box{ margin-bottom: 6px; width: 100%; height: 50px; overflow: hidden; }
#chat_window .chat_box .chat_item{display: block;position: relative;width: 60px;height: 60px;border-radius: 100%;margin-bottom: 6px;}
#chat_window .chat_box .chat_item:last-child{ margin-bottom: 0;}
#chat_window .chat_box .chat_item::before { position: absolute; top: 50%; left: 50%; font-size: 36px; color: #fff; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
#chat_window .chat_box .chat_qq{background-color: #4cafe9;}
#chat_window .chat_box .chat_skype{background-color: #5996ff;background-position: 0 -50px;}
#chat_window .chat_box .chat_email{background-color: #f48d2c;background-position: 0 -100px;}
#chat_window .chat_box .chat_trademanager{background-color: #33bbf9;background-position: 0 -150px;}
#chat_window .chat_box .chat_wechat{background-color: #07c261;background-position: 0 -200px;}
#chat_window .chat_box .chat_whatsapp{background-color: #4dc247;background-position: 0 -250px;}
#chat_window .chat_box .chat_telegram{background-color: #36aae8;}
#chat_window .chat_box .chat_line{background-color: #06c755;}
#chat_window .icon-tool_line1::before{content: "\e714";}
#chat_window .chat_box .abs{display:none; margin-right:50px; position:absolute; top:0; right:0;}
#chat_window .chat_box .more_box{background:#fff; border:1px solid #e8e8e8; border-radius:5px; margin-right:16px; position:relative;box-shadow: 0 0 10px rgb(0 0 0 / 20%);}
#chat_window .chat_box .chat_wechat .abs{top: auto;bottom: -78px;}
#chat_window .chat_box .chat_wechat .more_box::before{top: auto;bottom: 95px;}
#chat_window .chat_box .chat_wechat .more_box::after{top: auto;bottom: 95px;}
#chat_window .chat_box .chat_wechat .more_box .hidden{padding: 10px;overflow: hidden;max-height: none;display: flex;flex-wrap: wrap;width: 294px;}
#chat_window .chat_box .chat_wechat .abs.count1 .more_box .hidden{width: 147px;}
#chat_window .chat_box .chat_line .abs{top: auto;bottom: -78px;}
#chat_window .chat_box .chat_line .more_box::before{top: auto;bottom: 95px;}
#chat_window .chat_box .chat_line .more_box::after{top: auto;bottom: 95px;}
#chat_window .chat_box .chat_line .more_box .hidden{padding: 10px;overflow: hidden;max-height: none;display: flex;flex-wrap: wrap;width: 294px;}
#chat_window .chat_box .chat_line .abs.count1 .more_box .hidden{width: 147px;}
#chat_window .chat_box .more_box .hidden{  padding:10px 0; max-height: 300px; overflow-y: auto; }
#chat_window .chat_box .more_box .hidden::-webkit-scrollbar{ border-radius: 10px; width: 8px; height: 16px; background-color: #F5F5F5; }
#chat_window .chat_box .more_box .hidden::-webkit-scrollbar-track{ border-radius: 10px; background-color: #f1f1f1; }
#chat_window .chat_box .more_box .hidden::-webkit-scrollbar-thumb{ border-radius: 10px;background-color: #c1c1c1; }
#chat_window .chat_box .more_box:before{content:''; border-width:7.5px 0 7.5px 8px; border-color:transparent; border-left-color:#e8e8e8; border-style:solid; position:absolute; top:19px; right:-9px;}
#chat_window .chat_box .more_box:after{content:''; border-width:7.5px 0 7.5px 8px; border-color:transparent; border-left-color:#fff; border-style:solid; position:absolute; top:19px; right:-8px;}
#chat_window .chat_item:hover .abs{display:block;}
#chat_window .chat_box .more_box a{position: relative;display: block;min-width: 80px;height: 30px;line-height: 30px;padding: 0px 17px;font-size: 14px;color: #333;white-space: nowrap;}
#chat_window .chat_box .more_box a:hover{background: #effaf7;text-decoration: none;}
#chat_window .chat_box .more_box .relimg{display: none;position: absolute;top: 0;left: -105px;padding-right: 5px;width: 100px;height: 100px;text-align: right;margin-bottom: 5px;}
#chat_window .chat_box .more_box .relimg img{padding: 2px;border:1px solid #effaf7;border-radius: 2px;background: #fff;}
#chat_window .chat_box .more_box a:hover .relimg{display: block;}
#chat_window .chat_box .more_box.bottom:before{top:auto; bottom:19px;}
#chat_window .chat_box .more_box.bottom:after{top:auto; bottom:19px;}
#chat_window .chat_box .more_box .wechat_item{width: 127px;padding: 16px;box-sizing: border-box;margin: 10px;text-align: center;background-color: #f6f6f6;border-radius: 5px;}
#chat_window .chat_box .more_box .wechat_item .wechat_code{width: 95px;height: 95px;margin-bottom: 10px;}
#chat_window .chat_box .more_box .wechat_item .wechat_name{font-family: "Microsoft YaHei";font-size: 14px;color: #333;}
#chat_window .chat_box .menu a{width: 60px;height: 60px;display: block;border-radius: 100%;margin-bottom: 6px;background: #07bb8a url(/static/images/ico/icon_chat_menu.png) no-repeat 0 0;background-size: 60px auto;}
#chat_window .chat_box .menu .more.disable{ opacity: 0; }
#chat_window .chat_box .menu #go_top{display: none;}
#chat_window .chat_box .menu .top{background-position: 0 -60px; background-color:#b0b0b0;}
#chat_window .chat_box .box .more	{width: 60px;height: 60px;display: block;border-radius: 100%;margin-bottom: 6px;background: #07bb8a url(/static/images/ico/icon_chat_menu.png) no-repeat 0 0;}

@media screen and (max-width: 1000px){
	#chat_window .chat_box .abs{margin-right: 40px;}
	#chat_window .chat_box .box{ height: 40px; }
	#chat_window .chat_box .box .more{ width: 40px; height: 40px; background-position: center -4px; }
	#chat_window{ right: 15px; }
	#chat_window .chat_box .chat_item{ width: 40px; height: 40px; }
	#chat_window .chat_box .chat_item::before { font-size: 26px; }
	#chat_window .chat_box .menu a{ width: 40px; height: 40px; background-size: 40px auto;}
	#chat_window .chat_box .menu #go_top{ background-position: center -40px; }
	#chat_window .chat_box .more_box .wechat_item{margin: 5px;}
	#chat_window .chat_box .chat_wechat .more_box .hidden{width: 274px;padding: 5px;}
	#chat_window .chat_box .chat_wechat .more_box::before{bottom: 85px;}
	#chat_window .chat_box .chat_wechat .more_box::after{bottom: 85px;}
	#chat_window .chat_box .chat_wechat .abs.count1 .more_box .hidden{width: 137px;}
	#chat_window .chat_box .more_box .hidden{ max-height: 100px; }
}

#float_message{ position: fixed; right: 0; bottom: 0; width: 300px; background-color: #fff; border-radius: 5px 5px 0 0; z-index: 10000; overflow: hidden; box-shadow: 0px 8px 14px 0px #aaa; }
#float_message .message_title{ height: 40px; line-height: 40px; text-indent: 15px; font-size: 14px; background-color: #000; color: #fff; cursor: pointer; position: relative; }
#float_message .message_title i{ position: absolute; top: 50%; right: 13px; transform: translateY(-50%); font-size: 12px; }
#float_message .message_box{ padding: 20px; height: 400px; overflow-y: auto; box-sizing: border-box; }
#float_message .message_box::-webkit-scrollbar {width: 5px; background: #fff;border-radius: 5px;}
#float_message .message_box::-webkit-scrollbar-thumb {background: rgba(0, 0, 0, 0.1);border-radius: 5px;}
#float_message .message_box::-webkit-scrollbar-thumb:hover {background: rgba(0, 0, 0, 0.3);}
#float_message .message_box .message_form .global_inquiry_form .rows{ margin-top: 10px; }
#float_message .message_box .message_form .global_inquiry_form .input_txt{ padding: 0 10px; height: 36px; line-height: 36px; font-size: 12px; border: 1px solid #ddd ; }
#float_message .message_box .message_form .global_inquiry_form .textarea_txt{ height: 100px; border: 1px solid #ddd; }
#float_message .message_box .message_form .global_inquiry_form .field_rows .rows:first-child{ margin-top: 0; font-size: 12px; }
#float_message .message_box .message_form .global_inquiry_form .global_select_box{ border: 1px solid #ddd; border-radius: 5px; }
#float_message .message_box .message_form .global_inquiry_form .form_tool_img_box{ padding: 0; }
#float_message .message_box .message_form .global_inquiry_form .form_tool_img_box .upload_box{ margin: 10px 10px 0 0; width: 75px; height: 75px; }
#float_message .message_box .message_form .global_inquiry_form .form_tool_img_box .upload_box .pic_box{ width: 75px; height: 73px; }
#float_message .message_box .message_form .global_inquiry_form .form_tool_img_box .upload_box:last-child{ margin-right: 0; }
#float_message .message_box .message_form .global_inquiry_form .form_tool_file_box{ padding: 0; }
#float_message .message_box .message_form .global_inquiry_form .form_tool_file_box .upload_box{ margin: 10px 10px 0 0; width: 75px; height: 75px; }
#float_message .message_box .message_form .global_inquiry_form .form_tool_file_box .upload_box .upload_file{ width: 75px; height: 75px; }
#float_message .message_box .message_form .global_inquiry_form .form_tool_file_box .upload_box .pic_box{ width: 75px; height: 75px; }
#float_message .message_box .message_form .global_inquiry_form .inquiry_submit { margin-top: 10px; display: block; width: 100%; height: 36px; line-height: 36px; font-size: 14px; }
#float_message .message_box .message_form .global_inquiry_form .global_select_box .select_ul{ max-height: 200px; }
@media screen and (max-width: 1000px) {
	#float_message{ width: 250px; }
	#float_message .message_box{ height: 300px; padding: 15px 12px; }
	#float_message .message_box .message_form .global_inquiry_form .rows&gt;.label{ font-size: 12px; }
	#float_message .message_box .message_form .global_inquiry_form .inquiry_submit{ height: 28px; line-height: 28px; font-size: 12px; }
	#float_message .message_box .message_form .global_inquiry_form .global_select_box .input_case input.imitation_select{ font-size: 12px; }
	#float_message .message_box .message_form .global_inquiry_form .form_tool_img_box .upload_box{ margin-top: 0; width: 65px; height: 65px; }
	#float_message .message_box .message_form .global_inquiry_form .form_tool_img_box .upload_box .pic_box{ width: 65px; height: 65px; }
	#float_message .message_box .message_form .global_inquiry_form .form_tool_img_box .upload_box:last-child{ margin-top: 0; }
	#float_message .message_box .message_form .global_inquiry_form .form_tool_file_box .upload_box{ margin-top: 0; width: 65px; height: 65px; }
	#float_message .message_box .message_form .global_inquiry_form .form_tool_file_box .inbox_popup_input .upload_box,
	#float_message .message_box .message_form .global_inquiry_form .form_tool_file_box .upload_box:nth-child(3) { margin-right: 0; }
	#float_message .message_box .message_form .global_inquiry_form .form_tool_file_box .upload_box svg{ width: 45px; height: 45px; }
	#float_message .message_box .message_form .global_inquiry_form .form_tool_file_box .upload_box .pic_box{ width: 65px; height: 65px; }
	#float_message .message_box .message_form .global_inquiry_form .form_tool_file_box .inbox_popup_input .upload_box, 
	#float_message .message_box .message_form .global_inquiry_form .form_tool_file_box .upload_box:nth-child(3){ margin-top: 0; }
}


/*éšè—å¤´éƒ¨åªæœ‰ä¸€ç§è´§å¸æ•ˆæžœ*/
.crossn li .crossn_currency_none dt,#header .toper li .crossn_currency_none dt{ background:none !important; padding-right:0 !important;}
.crossn li:hover .crossn_currency_none dt,#header .toper li:hover .crossn_currency_none dt{ border:1px solid transparent !important; position:static !important; border-radius:0 !important;}
.crossn li:hover .crossn_currency_none dd,#header .toper li:hover .crossn_currency_none dd,#toper li:hover .crossn_currency_none dd{ display:none !important;}

/* å³ä¾§å¼¹çª— */
#fixed_right_div_mask{width:100%; height:100%; background:#000; opacity:0.6; position: fixed; top:0; left:0; z-index:9000; display:none;cursor: pointer;}
#fixed_right{width:40%; overflow:hidden; background:#fff; position:fixed; z-index:10001; transition:all 0.3s; -moz-transition:all 0.3s; -webkit-transition:all 0.3s; transform:perspective(10001px);box-shadow:1px 0px 3px 1px rgba(6,142,239,0.3)}
#fixed_right .global_container { margin-top: 10px; padding: 20px; font-size: 14px; background-color: #fff; border-radius: 5px; }
#fixed_right.show{right: 0;}
#fixed_right.loading{background: #fff url(/static/images/frame/loading_oth.gif) no-repeat center;}
#fixed_right&gt;.global_container{display: none; margin-top: 0;}
#fixed_right .top_title{min-height: 35px;line-height: 35px;font-size: 20px; color: #1f2227;margin-bottom: 15px;}
#fixed_right .top_title .close{position: relative;display: inline-block;margin-left: 12px;margin-top: -3px;width: 32px;height: 32px;vertical-align: middle;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius: 15.5px;}
#fixed_right .top_title .close:before{position: absolute;content: '';width: 28px;height: 2px;top: 15px;left: 2px;background: #bbb;}
#fixed_right .top_title .close:after{position: absolute;content: '';width: 2px;height: 28px;top: 2px;left: 15px;background: #bbb;}
#fixed_right .global_container,body #fixed_right .global_container{overflow-y:auto;position: static;}
#fixed_right.loading .global_container{background: none;}
#fixed_right .top_menu{border-bottom: 1px #e1e1e1 solid; height:26px; line-height:26px; margin-top:5px}
#fixed_right .top_menu li{ float:left; height:26px; margin-right:10px; font-size:14px;}
#fixed_right .top_menu li a{ display:inline-block;}
#fixed_right .top_menu li a.current{ color: var(--primaryColor); border-bottom:1px solid var(--primaryColor);}
#fixed_right .box_submit{width: 100%; background-color:#f8f8f8; border-top:1px #e1e1e1 solid;  padding:10px 20px; margin: 0; position:absolute; bottom:0; left:0; box-sizing: border-box;}
#fixed_right .box_submit .btn_global{margin-right: 20px;}
#fixed_right .box_select{max-width: none;}
#fixed_right .global_container::-webkit-scrollbar {width: 5px; background: #fff;border-radius: 5px;}
#fixed_right .global_container::-webkit-scrollbar-thumb {background: rgba(0, 0, 0, 0.1);border-radius: 5px;}
#fixed_right .global_container::-webkit-scrollbar-thumb:hover {background: rgba(0, 0, 0, 0.3);}

@media screen and (min-width: 1000px) {
	#fixed_right{  top:0; bottom:0; right:-40%; }
}
@media screen and (max-width: 1000px) {
	#fixed_right{ width: 100%; left: 50%; transform: translateX(-50%); bottom: -100%; overflow-y: auto; }
	#fixed_right .top_title .close{ float: right; }
}

/* ç§»åŠ¨ç«¯åº•éƒ¨å¯¼èˆª start */
#mobile_footer_nav_box{position: fixed;bottom: 0;left: 0;width: 100%;z-index: 10;box-shadow: 0 5px 20px 5px rgba(0, 0, 0, .2);}
#mobile_footer_nav_box .mobile_footer_nav_Wrapper{display: grid;padding: 15px 0;box-sizing: border-box;align-items: self-end;}
#mobile_footer_nav_box .mobile_footer_nav_Wrapper .m_nav_item{text-align: center;}
#mobile_footer_nav_box .mobile_footer_nav_Wrapper .m_nav_item .m_nav_item_icon{display: inline-block; width: 35px;height: 35px;line-height: 35px;}
#mobile_footer_nav_box .mobile_footer_nav_Wrapper .m_nav_item .m_nav_item_icon i{font-size: 22px;}
/* ç§»åŠ¨ç«¯åº•éƒ¨å¯¼èˆª end */


.fixed_search_pop,
.fixed_nav_pop_center,
.fixed_nav_pop_sub_center{ display: none; }
.fixed_nav_pop_sub_center a{ text-decoration: none; }

#mobile_header{ display: none; }
#mobile_header .ajax_cart{ position: relative; }
#mobile_header .ajax_cart .cart_count{ position: absolute; font-size: 12px; line-height: 12px; padding: 3px 4px; border-radius: 40px; top: -6px; right: -8px; min-height: 18px; box-sizing: border-box; min-width: 18px; text-align: center; }
@media screen and (max-width: 1000px) {
	#mobile_header{ display: block; }
	.visual_plugins_container[data-type="header"][data-mobile-nav="1"] .themes_global_header{ display: none !important; }
	#mobile_header .mobile_box{ padding: 18px 16px; box-sizing: border-box; display: block; width: 100%; }
	#mobile_header .menu_box { display: flex; align-items: center; justify-content: space-between; }
	#mobile_header .menu_box .logo{ padding: 0; max-width: 200px; order: 0; }
	#mobile_header .menu_box .btn_menu{ display: flex; align-items: center; justify-content: center; gap: 20px; line-height: 1; }
	#mobile_header .menu_box .btn_menu i{ font-size: 26px; }
	#mobile_header .menu_box .btn_menu a{ text-decoration: none; }
	#mobile_header .menu_box .btn_menu a.ajax_cart i{ font-size: 24px; }
	#mobile_header .menu_box .btn_menu .ajax_inquiry{ display: flex; justify-content: center; align-items: center; position: relative; }
	#mobile_header .menu_box .btn_menu .ajax_inquiry .list_numner{ position: absolute; font-size: 12px; line-height: 12px; padding: 3px 4px; border-radius: 40px; top: -6px; right: -8px; min-height: 18px; box-sizing: border-box; min-width: 18px; text-align: center; }

	.nav_center_fixed{ opacity: 0; visibility: hidden; right: -200%; display: block; width: 88%; padding: 0 20px; height: 100%; position: fixed; top: 0; background-color: #fff; z-index: 10001; box-sizing: border-box; z-index: 10001; font-size: 0; }
	.nav_center_fixed .account_box,
	.nav_center_fixed .box_center{ font-size: 14px; }
	.nav_center_fixed.active{ right: 0; opacity: 1; visibility: visible; }
	.nav_center_fixed a{ text-decoration: none; }
	.fixed_nav_pop_center .back{ display: none; }
	.fixed_nav_pop_center .box_center .menu_item{ border-bottom: 1px solid #e6e6e6; }
	.fixed_nav_pop_sub_center.active{ z-index: 10020; }
	.nav_center_fixed{ z-index: 10010; }
	.nav_center_fixed .box_top{ height: 62px; line-height: 62px; text-align: center ; position: relative;}
	.nav_center_fixed .box_top .logo{ width: 60%; height: 100%; box-sizing: border-box; padding: 5px 0; margin: 0 auto; }
	.nav_center_fixed .box_top .logo&gt;*{ width: 100%; height: 100%; }
	.nav_center_fixed .box_top:before{ content: ''; width: calc( 100% + 40px ); height: 1px; background-color: #e6e6e6; position: absolute; left: -20px; bottom: 0; }
	.nav_center_fixed .box_top .close{ position: absolute; top: 50%; transform: translateY(-50%); right: 0; color: #5a5a5a; }
	.nav_center_fixed .box_top .close i{ color: inherit; font-size: 15px; }
	.nav_center_fixed .box_top .back{ font-size: 14px; }
	.nav_center_fixed .box_top .back .back_icon{ font-size: 15px; }

	.nav_center_fixed .box_center{ padding-bottom: 20px; overflow-y: auto; overflow-x: hidden; width: 100%; height: calc( 100% - 65px - 48px ); box-sizing: border-box; }
	.nav_center_fixed .box_center::-webkit-scrollbar{ display: none; }
	.nav_center_fixed .box_center .menu_item { box-sizing: border-box; width: 100%; }
	.nav_center_fixed .box_center .menu_item .setItemHeight{ transition: max-height 0.2s linear; overflow: hidden; }
	.nav_center_fixed .box_center .menu_item .setItemHeight:not([style]){ max-height: 0; }
	/* .nav_center_fixed .box_center .menu_item .setItemHeight:not([expanded])&gt;:last-child{ max-height: 0; }
	.nav_center_fixed .box_center .menu_item .setItemHeight[second]:last-child{ transition-delay: 0.15s; } */
	.nav_center_fixed .box_center .menu_level_first&gt;.menu_title.active{ border-bottom: 1px solid #e6e6e6; }
	.nav_center_fixed .box_center .menu_item .sub_box{ padding-left: 12px; gap: 10px; display: flex; flex-wrap: wrap; }
	.nav_center_fixed .box_center .menu_item .sub_box.menu_level_third{ padding-left: 12px; border-inline-start: 1px solid #e6e6e6; }
	.nav_center_fixed .box_center .menu_item .sub_box.menu_level_third .menu_title a { opacity: .7; }
	.nav_center_fixed .box_center .menu_item .pt10{ padding-top: 10px; }
	.nav_center_fixed .box_center .menu_item .sub_box .menu_title{ line-height: 1.4; }
	.nav_center_fixed .box_center .menu_item .sub_box .menu_title a{ display: inline-block; padding: 4px 0; }
	/* .nav_center_fixed .box_center .menu_item .sub_box.menu_level_third .menu_title:before{ content: ''; width: 1px; height: 6px; background-color: #bcbcbc; position: absolute; left: -14px; bottom: 13px; }
	.nav_center_fixed .box_center .menu_item .sub_box.menu_level_third .menu_title:after{ content:''; width: 8px; height: 1px; background-color: #bcbcbc; position: absolute; left: -14px; bottom: 12px; } */
	.nav_center_fixed .box_center .menu_item .menu_title { width: 100%; line-height: 1.8; position: relative; padding-right: 40px; height: auto; box-sizing: border-box; }
	.nav_center_fixed .box_center .menu_item .menu_title a{ width: 100%; padding: 16px 0 ; display: inline-block; font-size: 14px; text-decoration: none; line-height: 18px; font-family: "Alexandria"; color: #000;;}
	.nav_center_fixed .box_center .menu_item .menu_title a .nav_icon{ margin-right: 5px; width: 24px; height: 24px; display: inline-block; vertical-align: middle; }
	.nav_center_fixed .box_center .menu_item .menu_title a .nav_icon span{ display: inline-block; height: 100%; vertical-align: middle; }
	.nav_center_fixed .box_center .menu_item .menu_title .son_btn{ width: 40px; height: 100%; position: absolute; top: 50%; transform: translateY(-50%); right: 0px; text-align: right; }
	.nav_center_fixed .box_center .menu_item .menu_title .son_btn i{ display: inline-block; font-size: 12px; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
	.nav_center_fixed .box_center .menu_item .menu_title .son_btn i:before{ transition: .4s; display: inline-block; transform: rotate(-90deg);; }
	.nav_center_fixed .box_center .language_box{ margin-top: 40px; }
	.nav_center_fixed .box_center .language_box .language_side{ position: relative; }
	.nav_center_fixed .box_center .language_box .language_side .language_title{ padding: 10px 12px; box-sizing: border-box; width: 100%; height: 40px; overflow: hidden; line-height: 18px; font-size: 14px; border: 1px solid #d9d9d9; position: relative; font-size: 14px; }
	.nav_center_fixed .box_center .language_box .language_side .language_title .lang_name{ width: 82%; overflow: hidden; }
	.nav_center_fixed .box_center .language_box .language_side .language_title&gt;span{ display: inline-block; vertical-align: top; }
	.nav_center_fixed .box_center .language_box .language_side .language_title i{ display: inline-block; vertical-align: top; }
	.nav_center_fixed .box_center .language_box .language_side .language_title i.default_icon{ margin-right: 5px; }
	.nav_center_fixed .box_center .language_box .language_side .language_title i:not(.default_icon){ position: absolute; height: 100%; top: 0; right: 10px; font-size: 12px; line-height: 40px; }
	.nav_center_fixed .box_center .language_box .language_side .language_list{ z-index: 1; background-color: #fff; display: none; padding: 5px 20px 5px 12px; width: 100%; box-sizing: border-box; position: absolute; left: 0; border: 1px solid #d9d9d9; max-height: 205px; overflow-y: auto;; }
	.nav_center_fixed .box_center .language_box .language_side .language_list.top{ top: 100%; border-top: 0; }
	.nav_center_fixed .box_center .language_box .language_side .language_list.bottom{ bottom: 100%; border-bottom: 0; }
	.nav_center_fixed .box_center .language_box .language_side .language_list::-webkit-scrollbar{ display: none; }
	.nav_center_fixed .box_center .language_box .language_side .language_list a{ display: block; line-height: 40px; font-size: 14px; color: #333333; }
	.nav_center_fixed .box_center .language_box .language_side .current_language_flag{ margin-right: 5px; position: relative; display: inline-block; vertical-align: middle; width: 32px; height: 20px; }

	.nav_center_fixed .box_center .currency_box{ margin: 40px 0; }
	.nav_center_fixed .box_center .currency_box .currency_side{ position: relative; }
	.nav_center_fixed .box_center .currency_box .currency_side .currency_title{ padding: 10px 12px; box-sizing: border-box; width: 100%; height: 40px; overflow: hidden; line-height: 18px; font-size: 14px; border: 1px solid #d9d9d9; position: relative; font-size: 14px; }
	.nav_center_fixed .box_center .currency_box .currency_side .currency_title .currency_name{ width: 82%; overflow: hidden; }
	.nav_center_fixed .box_center .currency_box .currency_side .currency_title&gt;span{ display: inline-block; vertical-align: middle; }
	.nav_center_fixed .box_center .currency_box .currency_side .currency_title i{ position: absolute; height: 100%; top: 0; right: 10px; font-size: 12px; }
	.nav_center_fixed .box_center .currency_box .currency_side .currency_title i:not(.default_icon){ position: absolute; height: 100%; top: 0; right: 10px; font-size: 12px; line-height: 40px; }
	.nav_center_fixed .box_center .currency_box .currency_side .currency_list{ z-index: 1; background-color: #fff; display: none; padding: 5px 20px 5px 12px; width: 100%; box-sizing: border-box; position: absolute; left: 0; border: 1px solid #d9d9d9; max-height: 205px; overflow-y: auto;; }
	.nav_center_fixed .box_center .currency_box .currency_side .currency_list.top{ top: 100%; border-top: 0; }
	.nav_center_fixed .box_center .currency_box .currency_side .currency_list.bottom{ bottom: 100%; border-bottom: 0; }
	.nav_center_fixed .box_center .currency_box .currency_side .currency_list::-webkit-scrollbar{ display: none; }
	.nav_center_fixed .box_center .currency_box .currency_side .currency_list a{ display: block; line-height: 40px; font-size: 14px; color: #333333; }

	.nav_center_fixed .sub_item_side{ display: none; }
	.nav_center_fixed .sub_item_side.active{ display: block; }
	.nav_center_fixed .sub_item_side.box_center .menu_item{ padding: 0 6px; }
	.nav_center_fixed .sub_item_side.box_center .menu_item .menu_title{ line-height: 35px; }
	.nav_center_fixed .sub_item_side.box_center .menu_item .menu_title a{ color: #6c6c6c; }
	.nav_center_fixed .box_center .menu_title.active&gt;.son_btn i:before{ transform: rotate(0); }
	.nav_center_fixed .account_box{ border-top: 1px solid #e6e6e6; position: sticky; bottom: -1px; z-index: 10; background-color: #fff; padding-bottom: 0; }
	.nav_center_fixed .account_box .account_side{ line-height: 48px; position: relative; }
	.nav_center_fixed .account_box .account_side .drop_list{ max-height: 0; overflow: hidden; transition: max-height 0.2s linear; }
	.nav_center_fixed .account_box .account_side .drop_list .account_list{  padding: 8px 0 8px 12px; display: flex; flex-wrap: wrap; gap: 10px; line-height: 34px; overflow: hidden; transition: max-height 0.2s linear; }
	.nav_center_fixed .account_box .account_side .drop_list.active{ max-height: 100%; }
	.nav_center_fixed .account_box .account_side .account_title{ position: relative; }
	.nav_center_fixed .account_box .account_side.is .account_title i{ position: absolute; top: 50%; transform: translateY(-50%); right: 0; font-size: 12px; }
	.nav_center_fixed .account_box .account_side .account_title i{ margin-right: 12px; }
	.nav_center_fixed .account_box .account_side .account_title span{ font-size: 14px; }
	.nav_center_fixed .account_box .account_side .account_list  a{ display: block; padding: 4px 0; line-height: 18px; width: 100%; height: 100%; }

	.nav_center_fixed .box_center .tool_inquiry_btn{ margin: 35px auto 0; display: block; box-sizing: border-box; line-height: 20px; text-align: center; }
	.nav_center_fixed .box_center .tool_inquiry_btn a{ color: inherit; }

	.fixed_nav_pop_sub_center .box_center .menu_item.menu_level_first&gt;.setItemHeight&gt;.sub_box{ padding: 8px 0 8px 12px; }
	.fixed_nav_pop_sub_center .box_center .menu_item.menu_level_first&gt;.menu_title{ border-bottom: 1px solid #e6e6e6; }
	.fixed_nav_pop_sub_center .sub_item_side .menu_level_first&gt;.sub_box{ padding: 8px 0 8px 12px; }
	.fixed_nav_pop_sub_center .sub_item_side .menu_level_first&gt;.sub_box .son_btn{ right: -12px; }
	.fixed_nav_pop_sub_center .back{ position: absolute; position: absolute; top: 50%; transform: translateY(-50%); left: 0; }


	.fixed_search_pop{ opacity: 0; visibility: hidden; right: -200%; display: block; width: 88%; padding: 0 15px; height: 100%; position: fixed; top: 0; background-color: #fff; box-sizing: border-box; z-index: 10010; font-size: 0; }
	.fixed_search_pop.active{ right: 0;opacity: 1; visibility: visible;; }
	.fixed_search_pop .search_top{ padding: 19px 0; position: relative; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
	.fixed_search_pop .search_top .close_btn{ width: 27px; height: 40px; position: relative; }
	.fixed_search_pop .search_top .close_btn i{ font-size: 12px; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
	.fixed_search_pop .search_top .form{ width: calc( 100% - 27px );; height: 40px; line-height: 40px; position: relative; }
	.fixed_search_pop .search_top .form .text{ padding: 0 60px 0 10px; box-sizing: border-box; width: 100%; height: 100%; background-color: #efefef; border-radius: 5px; font-style: italic; font-size: 14px; color: #787878; }
	.fixed_search_pop .search_top .form .button{ width: 40px; height: 100%; position: absolute; top: 50%; transform: translateY(-50%); right: 0; background-color: transparent; }
	.fixed_search_pop .search_top .form .button i{ position: absolute; top: 50%; left: 38%; transform: translate(-50%, -50%); }
	.fixed_search_pop .search_cont{ font-size: 12px; font-family: 'Opensans'; }
	.fixed_search_pop .search_cont .cont_box{ padding: 0 10px; width: 100%; box-sizing: border-box; }
	.fixed_search_pop .search_cont .cont_border{ margin: 22px 0; width: 100%; height: 1px; background-color: #e6e6e6; }
	.fixed_search_pop .search_cont .cont_box .s_box_title{ padding: 8px 0; font-size: 12px; color: #b4b4b4; }
	.fixed_search_pop .search_cont .cont_box .search_list{ margin-top: 2px; }
	.fixed_search_pop .search_cont .cont_box .search_list .search_item{  margin-top: 10px; padding: 5px 0; }
	.fixed_search_pop .search_cont .cont_box .search_list .search_item:first-child{ margin-top: 0; }
	.fixed_search_pop .search_cont .cont_box .search_list .search_item a{ line-height: 20px; font-size: 0; color: #333333; display: flex; flex-wrap: wrap; text-decoration: none; }
	.fixed_search_pop .search_cont .cont_box .search_list .search_item a i{ margin-right: 10px; color: initial; }
	.fixed_search_pop .search_cont .cont_box .search_list .search_item a span{ width: calc( 100% - 34px ); text-overflow: ellipsis; display: -webkit-box!important; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }
	.fixed_search_pop .search_cont .cont_box .search_list .search_item a i,
	.fixed_search_pop .search_cont .cont_box .search_list .search_item a span{ font-size: 14px; display: inline-block; vertical-align: middle; }
	.fixed_search_pop .search_cont .hot_box .search_list .search_item a i{ transform: rotate(-45deg); }
}
</pre></body></html>