*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
html{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none;}
body,html{min-height:100vh;width:100%;}
body{color:#232323;font-size:14px;font-family:"思源黑体";}
body,dd,dl,h1,h2,h3,h4,h5,h6,p,ul,ol,input{margin:0;}
ul,ol,button,input,textarea{padding:0;}
header,article,aside,footer,main,nav,section{display:block;}
a{color:#232323;text-decoration:none;}
li{list-style:none;}
img{vertical-align:middle;}
img,table{max-width:100%;max-height:100%;}
img,button{border:none;}
table{width:100%;border-collapse:collapse;}
i,em{font-style:normal;}
sub,sup{display:inline-block;line-height:12px;}
textarea{-webkit-resize:none;-moz-resize:none;-ms-resize:none;resize:none;}
button,input,select,textarea{outline:none;color:#232323;font-size:14px;font-family:"思源黑体";}
button{cursor:pointer;}
input,button{border:none;}
input[type='search']::-webkit-search-cancel-button{display:none;}
input[type='text'],input[type='search'],input[type='password'],input[type='checkbox'],input[type=radio],input[type='number']::-webkit-outer-spin-button,input[type='number']::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;}
input::-ms-clear,input::-ms-reveal{display:none;}
input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999;}
input::-moz-placeholder,textarea::-moz-placeholder{color:#999;}
input:-moz-placeholder,textarea:-moz-placeholder{color:#999;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999;}
input[type='checkbox']{margin-right:5px;position:relative;width:18px;height:18px;vertical-align:middle;cursor:pointer;}
input[type='checkbox']::before{position:absolute;top:-1px;left:0;width:100%;height:100%;border:1px solid #f4ac6f;border-radius:2px;background-color:#fff;content:'';text-align:center;font-size:14px;line-height:16px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
input[type='checkbox']:checked::before{font-weight:700;content:'\2713';color:#ec6c01;}
input[type=radio]{margin-right:5px;position:relative;width:18px;height:18px;vertical-align:middle;cursor:pointer;border:1px solid #ddd;border-radius:18px;}
input[type=radio]::before{position:absolute;top:2px;left:2px;right:2px;bottom:2px;border-radius:20px;background-color:#fff;content:'';}
input[type=radio]:checked::before{background-color:#ec6c01;}
/*label checkbox*/
.lab-chbox{display:inline-block;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.lab-ipt{display:block;margin:10px 0;}
.lab-ipt input,.lab-ipt select,.lab-ipt textarea,.lab-ipt-selt input,.lab-ipt-selt select{padding:5px 6px;height:38px;border:1px solid #ddd;}
.lab-ipt input,.lab-ipt select,.lab-ipt textarea{width:100%;}
.lab-ipt textarea{height:68px;}
.lab-ipt input:focus,.lab-ipt select:focus,.lab-ipt-selt input:focus,.lab-ipt textarea:focus{border-color:#fdd43d;}
.lab-txt{padding-bottom:4px;line-height:20px;}
.amform .lab-txt{display:inline-block;font-size:12px;}
.inquiry-mask{position:fixed;top:0;left:0;z-index:10005;width:100%;height:100%;}
.inquiry-mask-bg{width:100%;height:100%;background:#000;opacity:.6;filter:alpha(opacity=60);}
.del-mask{position:absolute;top:7px;right:7px;z-index:2;width:26px;height:26px;border:1px solid #666;border-radius:26px;color:#666;text-align:center;font-weight:700;line-height:24px;cursor:pointer;user-select:none;}
.popups{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;padding:50px 20px 10px;width:96%;height:98%;background:#fff;}
.popups-title{position:absolute;top:0;right:0;left:0;height:40px;background:#fef9f5;text-align:center;line-height:40px;}
.inquiry-form{overflow:auto;max-height:100%;}
.inquiry-form .submit-btn{width:100%;}
.inquiry-form .lab-ipt span{display:inline-block;margin-bottom:4px;}
.lab-ipt-box .lab-ipt{margin:0;}
.mask{display:none;position:fixed;z-index:100;width:100%;height:100%;background:#000;opacity:.6;filter:alpha(opacity=60);}
/*flex*/
.flex_box{-webkit-display:flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.flex_item{display:inline-block;width:49%;}
.flex_center{-webkit-display:flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;}
.flex_between{-webkit-display:flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between;}
.flex_around{-webkit-display:flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-around;justify-content:space-around;}
.flex_start{-webkit-display:flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;justify-content:flex-start;}
.flex_column{-webkit-display:flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:column;flex-direction:column;}
.flex_middle{-webkit-align-items:center;align-items:center;}
.space_between{-webkit-justify-content:space-between;justify-content:space-between;}
.space_around{-webkit-justify-content:space-around;justify-content:space-around;}
.space_evenly{-webkit-justify-content:space-evenly;justify-content:space-evenly;}
/*color*/
.bg_white{background:#fff;}
.bg_blue{background:#004a7b;}
.bg_f4f4f4{background:#f4f4f4;}
.bg_fefaea{background:#fefaea;}
.bg_fdd43d{background:#fdd43d;}
.bg_theme{background:#ec6c01;}
.bg_999{background:#999;}
.bg_222{background:#222;}
.bg_blue,.bg_blue a,.clwhite{color:#fff;}
.bg_000{background:#000;}
.clred,.error{color:#f00;}
.cltheme{color:#ec6c01;}
.clblue{color:#004a7b;}
.color999{color:#999;}
.theme_tbor{padding-top:10px;border-top:1px solid #ec6c01;}
.theme_bbor{padding-bottom:10px;border-bottom:1px solid #ec6c01;}
/*text*/
.txt_break{word-break:break-all;}
.txt_nowrap{white-space:nowrap;}
.FW700{font-weight:700}
.FW200{font-weight:200}
.F32{font-size:32px;}
.F24{font-size:24px;}
.F20{font-size:20px;}
.F18{font-size:18px;}
.F16{font-size:16px;}
.F14{font-size:14px;}
.F12{font-size:12px;}
.LH24{line-height:24px;}
.LH30{line-height:30px;}
/*main layout*/
.amlayout{margin:0 auto;max-width:1500px;}
.ammain{min-height:800px;min-height:calc(100vh - 50px);}
.ptb_30{padding-top:30px;padding-bottom:30px;}
.ptb_20{padding-top:20px;padding-bottom:20px;}
.ptb_10{padding-top:10px;padding-bottom:10px;}
.plr_20{padding-left:20px;padding-right:20px;}
.plr_10{padding-left:10px;padding-right:10px;}
.pl_10{padding-left:10px;}
.pr_10{padding-right:10px;}
.ml_20{margin-left:20px;}
.mr_20{margin-right:20px;}
.mt_20{margin-top:20px;}
.mb_20{margin-bottom:20px;}
.mt_10{margin-top:10px;}
.ml_10{margin-left:10px;}
.mr_10{margin-right:10px;}
.mtb_20{margin-top:20px;margin-bottom:20px;}
.mtb_10{margin-top:10px;margin-bottom:10px;}
.width100{width:100%;}
.width60{width:60%;}
.width50{width:50%;}
.width49{width:49%;}
.width30{width:30%;}
.width25{width:25%;}
.width20{width:20%;}
.width15{width:15%;}

.clear:after,.clearfloat:after{clear:both;display:block;visibility:hidden;height:0;content:" ";}
.clear,.clearfloat{zoom:1;}
.textL{text-align:left!important;}
.textR{text-align:right!important;}
.textC{text-align:center!important;}
.float-left,.floatL{float:left!important;}
.float-right,.floatR{float:right!important;}
.position-r{position:relative;}
.position-a{position:absolute;}
.hidden,.hide{display:none;}
.inlineBlock{display:inline-block;}
.btn{display:inline-block;height:36px;padding:0 10px;border-radius:2px;text-align:center;line-height:36px;border:none;}
.btn_theme{background:#ec6c01;font-weight:700;color:#fff;}
.btn_blue{background:#004a7b;font-weight:700;color:#fff;}
.btn_theme_bor{background:#fff;border:1px solid #ec6c01;line-height:34px;font-weight:700;color:#ec6c01;}
.p_nodata{padding:30px 0;text-align:center;}
/*table */
.ptable th{text-align:left;}
.ptable th,.ptable td{padding:5px;height:42px;line-height:24px;}
.ptable td .p_desc{margin-top:5px;font-size:12px;line-height:20px;}
.ptable td sup{color:#ec6c00;}
.tab_border tr td:first-child,.tab_border tr th:first-child{padding-left:0;}
.tab_border thead tr{border-bottom:1px solid #ec6c00;}
.tab_border tbody tr{border-bottom:1px solid #ddd;}
.tab_bg tbody .tr_pro:nth-child(odd){background:#fef9f5;}
/*layer title */
.layui-layer-title{background-color:#fef9f5!important;}
.layui-layer-btn0{border:none!important;background:#ec6c01!important;color:#fff!important;font-weight:700!important;font-size:14px!important;}
.layui-layer{max-width:100%!important;max-height:100%!important;}
.layui-layer .layui-layer-content{max-height:calc(100% - 50px);}

/*head */
#amhead{height:110px;background:#002a45;}
.head_top{background:#222;}
.head_top,.icon_lang{line-height:30px;}
.head_top,.head_top a{color:#728b9b;}
.head_top i{display:inline-block;padding:0 10px;}
.bg_002a45{background:#002a45;}
.amhead_box{position:fixed;top:0;left:0;z-index:10000;width:100%;}
.head_bottom{height:80px;position:relative;}
.icon_lang{display:inline-block;padding-left:36px;background-image:url(/static/img/icon_contact.png);background-repeat:no-repeat;background-position:-12px -11px;margin-left:20px;position:relative;}
.lang_box{display:none;position:absolute;background:#fff;width:160px;z-index:10;border-radius:4px;left:-20px;}
.lang_box em{display:inline-block;height:14px;width:14px;border-radius:14px;border:1px solid #002a45;vertical-align:middle;margin-right:5px;}
.lang_box .on{border:4px solid #002a45;}
.lang_box a{display:block;margin:10px 0;padding:0 20px;line-height:32px;color:#002a45;}
.icon_lang:hover .lang_box{display:block;}
.phone_logo{display:none;}
.head_logo{width:18%;}
.head-search{position:relative;width:40%;}
.head-search input{position:relative;z-index:100;padding-left:15px;width:100%;height:36px;border-radius:40px;}
.head-search textarea{display:none;border:none; position:absolute;top:0;left:0;z-index:100;padding:10px 10px 5px 45px;width:100%;height:200px;border-top-left-radius:18px;border-top-right-radius:18px;}
.head-search .head-search-btn{position:absolute;top:0;right:4px;z-index:101;width:36px;height:36px;background:url(/static/img/search.png) no-repeat center;border-top-left-radius:18px;border-bottom-left-radius:18px;font-size:0;cursor:pointer;}
.head-search .dv_keyword_list{position:absolute;top:20px;right:0;left:0;z-index:90;display:none;background:#fff;padding-bottom:30px;}

.head-search-textarea input{visibility:hidden;}
.head-search-textarea textarea{display:block;}
.head-search-textarea .keyword_tab{top:180px;bottom:auto;}
.keyword_tab{position:absolute;width:100%;bottom:0;background:#f5f5f5;text-align:right;padding:0 5px;}
.keyword_tab i{display:inline-block;color:#004a7b;vertical-align:middle;line-height:30px;padding:0 10px;cursor:pointer;}
.keyword_tab i:hover{text-decoration:underline;}

.keyword_tab .border_lr{margin:0 10px;padding:0px 10px;border-right:1px solid #ddd;border-left:1px solid #ddd;}
.body_mask .dv_keyword_list,.body_mask .dv_keyword_mask{display:block;}

.dv_keyword_list dt{margin:0 15px;height:30px;border-bottom:1px solid #eee;background:#fff;font-weight:700;line-height:30px;}
.dv_keyword_list dl dt:first-child{margin-top:20px;}
.dv_keyword_list dd:hover{background:#eee;}
.dv_keyword_list dd{position:relative;padding:0 15px;height:30px;background:#fff;line-height:30px;}
.dv_keyword_list dd a{display:inline-block;overflow:hidden;width:100%;text-overflow:ellipsis;white-space:nowrap;}
.dv_keyword_list dd a i{color:#ec6c01;}
.dv_keyword_list dd .is_selling{color:#ec6c01;margin-left:5px;display:inline-block;border:1px solid #ec6c01;border-radius:10px;height:20px;width:20px;line-height:19px;font-size:12px;padding-left:3px;}
.dv_keyword_list dd label{position:absolute;right:0;padding:0 10px;}
.dv_keyword_list dd label span{color:#999;cursor:pointer;}
.dv_keyword_list dd.dd_hr{height:1px;border-bottom:1px solid #ddd;}
/*搜索推荐产品*/
.search-object{background:#fef2dd;}
.head-search-recpro{position:absolute;top:70px;right:0;left:0;z-index:110;}
.head-search-recpro .bg_white{background:#fff;-webkit-box-shadow:0 0 5px #aaa;-moz-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa;}
.head-search-recpro .head-search-list{overflow:hidden;padding:10px;}
.head-search-recpro ul{float:left;padding:10px;width:20%;border:1px solid #ddd;border-left:none;}
.head-search-recpro ul:first-child{border-left:1px solid #ddd;}
.head-search-recpro li{overflow:hidden;min-height:30px;line-height:30px;text-overflow:ellipsis;white-space:nowrap;}
.head-search-recpro li span{display:inline-block;width:70px;color:#777;text-align:right;padding-right:4px;}
.head-search-list .recpro-img{display:block;height:200px;line-height:200px;text-align:center;}
.head-search-list .recpro-img img{vertical-align:middle;}
.search-recpro-tags{padding:0 10px 10px;}
.search-recpro-tags a{margin-right:15px; display:inline-block;color:#0272d0;}
/*menu*/
.head_menu{margin-right:2%;width:16%;}
.span_menu{position:relative;display:block;height:80px;color:#fff;text-align:center;white-space:nowrap;font-weight:700;line-height:80px;cursor:pointer;}
.span_menu::before{position:absolute;width:260%;left:-80%;height:100%;content:'';}
.span_menu i{position:relative;}
.dv_keyword_list,.lang_box{-webkit-box-shadow:0 4px 4px 0 rgba(36,50,56,0.6);-moz-box-shadow:0 4px 4px 0 rgba(36,50,56,0.6);box-shadow:0 4px 4px 0 rgba(36,50,56,0.6);}
.amnav{position:absolute;top:80px;right:0;bottom:0;left:0;z-index:9999;display:none;width:100%;}
.amnav,.amnav a{color:#004a7b;}
.amnav_dta{display:block;margin-bottom:5px;padding-left:10px;height:40px;font-size:16px;line-height:40px;}
.amnav dd{position:relative;padding-right:25px;padding-left:10px;}
.amnav dd::after{position:absolute;top:12px;right:12px;width:8px;height:8px;border-top:1px solid #004a7b;border-right:1px solid #004a7b;content:'';transform:rotate(45deg);}
.amnav a{display:block;overflow:hidden;height:36px;max-width:100%;text-overflow:ellipsis;white-space:nowrap;line-height:36px;}
.amnav .amlayout{padding-right:20px;padding-left:20px;max-height:calc(100vh - 120px);background:#fff;overflow:auto;}
.amnav_two_dl{position:relative;padding:20px 10px 30px;width:33%;height:100%;}
.amnav_inhibitors .amnav_two_dl{width:100%;overflow:auto;padding-top:30px;}
.amnav_inhibitors .amnav_item_two{width:33%;display:inline-block;vertical-align:middle;}
.amnav dd:hover a{color:#ed6c00;}
.amnav dd:hover::after{border-color:#ed6c00;}
.head-sign-box{margin-left:2%;width:12%;}
.icon_head{display:inline-block;width:36px;height:36px;background:url(/static/img/icon_head.png) no-repeat;font-size:0;line-height:36px;}
.head_sign{background-position:-4px -5px;}
.head_fav{background-position:-48px -5px;}
.head_cart{position:relative;background-position:-90px -5px;}
.head_cart .cart-count{position:absolute;top:-4px;left:2px;width:20px;height:20px;border-radius:20px;background:#ed6c00;color:#fff;text-align:center;font-size:12px;line-height:20px;}
.phone_show,.fixed_menu_show{display:none!important;}


/*amcrumb*/
.amcrumb{padding-top:15px;padding-bottom:10px;}
.amcrumb a,.amcrumb span,.amcrumb i{display:inline-block;vertical-align:middle;line-height:24px;}
.amcrumb a,.amcrumb i{color:#999;}
.amcrumb i{padding:0 6px;}
.amcrumb .show-hide-menu{position:relative;z-index:10;display:inline-block;padding-right:15px;}
.amcrumb .show-hide-menu>a{position:relative;z-index:11;}
.amcrumb .show-hide-menu>a::after{display:none;position:absolute;top:20px;left:48%;width:8px;height:8px;border-top:1px solid #ec6c01;border-left:1px solid #ec6c01;background:#fff;content:'';transform:rotate(45deg);}
.amcrumb .show-hide-menu::after{position:absolute;top:6px;right:0px;width:6px;height:6px;border-right:2px solid #ec6c01;border-bottom:2px solid #ec6c01;content:'';transform:rotate(45deg);}
.show-hide-menu:hover .hide-menu,.show-hide-menu:hover>a::after{display:block;}
.amcrumb .hide-menu{position:absolute;left:50%;display:none;margin-left:-100%;padding:5px 0;min-width:200%;border:1px solid #ec6c01;background:#fff;}
.hide-menu a{display:block;padding:0 15px;white-space:nowrap;line-height:24px;color:#333;}
.amcrumb a:hover{color:#ec6c01;}
/*input add minus*/
.proqty{position:relative;display:inline-block;padding:0 24px;width:80px;height:26px;border:1px solid #ddd;text-align:center;}
.proqty b,.proqty em{position:absolute;top:0px;bottom:0px;display:inline-block;width:22px;line-height:24px;cursor:pointer;user-select:none;}
.proqty input{width:100%;height:24px;text-align:center;}
.proqty_minus{left:0px;}
.proqty_add{right:0px;}

/*position-text*/
.position-text{position:relative;display:inline-block;cursor:pointer;}
.position-text:hover .hover-text{display:block;}
.hover-text{position:absolute;z-index:10;display:none;padding:4px 10px;border:1px solid #ec6c01;border-radius:2px;background:#fff;-webkit-box-shadow:0 0 9px rgba(36,50,56,0.3);-moz-box-shadow:0 0 9px rgba(36,50,56,0.3);box-shadow:0 0 9px rgba(36,50,56,0.3);line-height:20px;}
.hover-text::after{position:absolute;top:-6px;left:48%;width:8px;height:8px;border-top:1px solid #ec6c01;border-left:1px solid #ec6c01;background:#fff;content:'';transform:rotate(45deg);}

/*fixed-sidebar*/
.fixed-sidebar{position:fixed;right:0;bottom:12%;z-index:10;display:none;width:60px;background:#fff;-webkit-box-shadow:0 0 9px rgba(36,50,56,0.3);-moz-box-shadow:0 0 9px rgba(36,50,56,0.3);box-shadow:0 0 9px rgba(36,50,56,0.3);border-top-left-radius:5px;border-bottom-left-radius:5px;}
.fixed-sidebar li{position:relative;height:60px;color:#ccc;}
.fixed-sidebar li>a,.qq_span{position:absolute;top:0;right:0;width:60px;height:60px;white-space:nowrap;text-align:center;padding-top:15px;}
.icon_side{display:inline-block;width:31px;height:31px;background:url(/static/img/icon_side.png) no-repeat;line-height:31px;}
.side_people{background-position:-61px -61px;}
.side_people_red{background-position:-10px -61px;}
.side_cart{background-position:-61px -163px;}
.side_cart_red{background-position:-10px -163px;}
.side_fav{background-position:-61px -214px;}
.side_fav_red{background-position:-10px -214px;}
.side_qq{background-position:-61px -265px;}
.side_qq_red{background-position:-10px -265px;}
.side_tel{background-position:-61px -112px;}
.side_tel_red{background-position:-10px -112px;position:absolute;left:12px;top:15px;}
.side_code{background-position:-61px -10px;}
.side_code_red{background-position:-10px -10px}
.fixed-txt{position:absolute;top:0;right:70px;display:none;padding:0 15px;height:60px;line-height:60px;background:#fff;-webkit-box-shadow:0 0 9px rgba(36,50,56,0.3);-moz-box-shadow:0 0 9px rgba(36,50,56,0.3);box-shadow:0 0 9px rgba(36,50,56,0.3);border-radius:5px;}
.fixed-txt::after{position:absolute;top:20px;right:-4px;width:8px;height:8px;content:'';background:#fff;transform:rotate(45deg);}
.fixed-txt.fixed-txt-code{width:120px;height:130px;padding-top:15px;padding-bottom:15px;top:-32px;}
.fixed-txt.fixed-txt-code::after{top:60px;}
.fixed-txt-code p{line-height:20px;font-size:12px;}
.fixed-txt .icon_side{margin-right:5px;line-height:31px;vertical-align:middle;}
.fixed-sidebar li:hover .fixed-txt{display:inline-block;}
.fixed-sidebar li:hover a,.fixed-sidebar li:hover .qq_span{width:70px;padding-left:10px;}
.side_top{display:block;text-align:center;padding-top:15px;line-height:40px;font-size:16px;cursor:pointer;}
.side_top::after{position:absolute;top:5px;right:20px;content:'';border-top:8px solid transparent;border-right:8px solid transparent;border-left:8px solid transparent;border-bottom:8px solid #ccc;}
.fixed-sidebar li:hover .side_top{color:#ec6c01;}
.fixed-sidebar li:hover .side_top::after{border-bottom:8px solid #ec6c01;}
.fixed-sidebar li:hover .side_code{background-position:-10px -10px}
.fixed-txt-tel{padding-left:60px;}
.fixed-txt-tel span{padding-top:7px;line-height:24px;display:inline-block;text-align:left;}
.fixed-txt-qq{height:120px;width:156px!important;text-align:left!important;line-height:30px;}
.fixed-txt-qq .side_qq{position:relative;padding-left:45px!important;line-height:30px;height:60px;}
.side_qq i{position:absolute;left:0;top:8px;}
.side_qq em{display:block;text-align:right;}
/*foot*/
#amfoot{margin-top:100px;}
.foot_middle,.foot_bottom,.foot_bottom a,.foot_middle a{color:#9aa9b2;}
input::-webkit-input-placeholder{color:#9aa9b2;}
input::-moz-placeholder{color:#9aa9b2;}
input:-moz-placeholder{color:#9aa9b2;}
input:-ms-input-placeholder{color:#9aa9b2;}
.bg_9aa9b2,.btn_foot{background:#9aa9b2;}
.bg_051b33{background:#051b33;padding-top:40px;padding-bottom:40px;}
.bg_041120{background:#041120;padding-top:15px;padding-bottom:15px;}
.width32{width:32%;margin-bottom:0px!important;}
.foot_middle{line-height:34px;}
.foot_middle a{margin-top:5px;display:inline-block;}
.foot_middle .F16{margin:10px 0;}
.btn_foot{width:22%;height:34px;}
.foot_inquiry input{background:#2a3d51;border-color:#2a3d51;color:#9aa9b2;}
.icon_contact{margin-right:5px;display:inline-block;vertical-align:middle;width:20px;height:20px;background-image:url(/static/img/icon_contact.png);background-repeat:no-repeat;}
.icon_email{background-position:-15px -63px;}
.icon_tech{background-position:-14px -108px;}
.icon_tel{background-position:-12px -156px;}
.foot_inquiry input:focus{border-color:#728b9b;}

/* page */
.pages{padding:40px 0;text-align:center;font-size:14px;line-height:25px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.pages img{vertical-align:middle;}
.pages a{display:inline-block;margin:0 1px;height:25px;min-width:25px;border-radius:25px;}
.pages a:hover,.pages .page_active{background:#ec6c01;}
.pages span{display:inline-block;white-space:nowrap;}


/*chat*/
.dialog-wrapper{position:fixed;right:20px;bottom:40px;z-index:12000;}
.dialog-box {width:400px;height:600px;max-height:calc(100vh - 60px);overflow:hidden;bottom:0;right:0;border-radius: 16px;display:none;position:absolute;background-color:#ffffff;border:1px solid rgba(235, 228, 246, 0.6);box-shadow:0 10px 32px 0 rgba(139, 121, 165, 0.1), 0 6px 14px 0 rgba(154, 138, 180, 0.1);}
.card-header {position:relative;display:flex;padding-bottom:11px;border-bottom:1px solid #EEEAF6;}
.card-header>img{width: 180px;}
.btn-close .pc{display: block;}
.card-body {scrollbar-width:none;-ms-overflow-style:none;overflow-x:hidden;overflow-y:auto;max-height:100%;overscroll-behavior:contain;scroll-behavior:smooth;}
.dialog-tips{padding-top:12px;padding-bottom:15px;color:rgba(0, 0, 0, 0.90);font-size:14px;font-style:normal;font-weight:400;line-height:22px;}
.card-body::-webkit-scrollbar{display:none;}
.d-flex{display:flex;}
.flex-wrap{flex-wrap:wrap;}
.region-title{font-size:14px;line-height:24px;font-weight:400;}
.region-item{flex:1 0 calc(33% - 5px);max-width:calc(33% - 5px);max-height:32px;padding-left:10px;padding-right:10px;margin-right:8px;margin-top:8px;font-size:12px;line-height:32px;text-align:center;border-radius:4px;background-color:#fef9f5;white-space:nowrap;cursor:pointer;}
.is-fixed{position:absolute;right:5px;}
.region-item a{display:inline-block;}
li.region-item:nth-child(3n+3){margin-right:0;}
li.region-item:nth-last-child(-n+3){margin-bottom:0;}
.region-item.active{background-color:#ec6c00;}
.choose-item.active,.choose-hot-region.active{color:#ec6c00;}
.region-container{padding-right:5px;padding-bottom:60px;}
.all-region{margin-top:16px;}
.region-sort-container:not(:first-child){margin-top:12px;}
.region-navigation{line-height:16px;margin-top:32px;text-align:center;}
.all-region{margin-top:16px;}
.dialog-card-body{max-height:550px;overflow:hidden;margin-left:-15px;margin-right:-15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;}
.btn-confirm{display:flex;justify-content:center;align-items:center;gap:10px;width:100%;padding:10px;margin-top:8px;border-radius:8px;background-color:#025c96;color:#ffffff;font-size:14px;line-height:24px;cursor:pointer;pointer-events:auto;}
.choose-item,.choose-hot-region{display:block;cursor:pointer;}
.dialog-box.show{display: block;}
.card{padding:15px 15px 60px 15px;height:100%;}
.close-card{position:absolute;top:7px;right:7px;z-index:2;width:26px;height:26px;border:1px solid #666;border-radius:26px;color:#666;text-align:center;font-weight:700;line-height:24px;cursor:pointer;user-select:none;}
.btn-popup{background-color:#ec6c00;height:36px;width:85px;border-radius:20px;font-size:16px;color:#ffffff;}
.new-mask{position:fixed;top:0;left:0;z-index:10000;display:none;width:100%;height:100%;min-width:320px;}
.new-mask>div{max-width:100%;}
.new-mask_bg{width:100%;height:100%;z-index:10000;}
.new-mask_bg,.dv_keyword_new_mask{background:#000;opacity:.5;filter:alpha(opacity=50);}
.new-popups{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;border:8px solid #2d3b4e;border-radius:5px;background:#fff;}
.form-popups-title{height:40px;background:#eff5f7;text-align:center;font-weight:700;font-size:18px;line-height:40px;}
.card-bottom{position:absolute;left:15px;right:20px;bottom:10px;}

@media screen and (min-width: 768px){
    .btn-close {position:absolute;right:-14px;top:-9px;width:40px;height:40px;background-color:transparent;}
    .btn-close .ph{display:none;}
    .btn-close .pc{display:block;}
    .pc-right-bg {display:none;position:absolute;top:-590px;right:-24px;width:230px;height:130px;}
    .dialog-box.show + .pc-right-bg {display:block;}
}

@media only screen and (min-width:1025px){
	.amnav .amlayout{-webkit-box-shadow:0 15px 15px 1px rgba(36,50,56,0.3);-moz-box-shadow:0 15px 15px 1px rgba(36,50,56,0.3);box-shadow:0 15px 15px 1px rgba(36,50,56,0.3);}
	.head_menu_product:hover .span_menu::before{background:#fff;}
	.head_menu_product:hover .amnav{display:block;}
	.head_menu_product:hover .span_menu{color:#ec6c01;}
	.amnav_inhibitors .amnav_dta{display:none;}
}
@media only screen and (max-width:1640px){
	.amlayout{padding-left:60px;padding-right:60px;}
}
@media only screen and (max-width:1520px){
	.width20{width:25%;}
	.F32{font-size:28px;}
	.F24{font-size:22px;}
	.F20{font-size:18px;}
	.F18{font-size:16px;}
	.F16{font-size:15px;}
	.span_menu::before{width:220%;left:-60%;}
	.head-sign-box{width:13%;margin-left:1%;}
	.foot_addr br{display:block;}
}
@media only screen and (max-width:1280px){
	.head_menu{width:18%;margin-right:0;}
	.span_menu::before{width:180%;left:-40%;}
	.head-sign-box{width:14%;margin-left:0;}
	.head-search{width:41%;}
}
@media only screen and (max-width:1024px){
	.amlayout{padding-left:10px;padding-right:10px;}
	#amfoot .bg_041120{padding-bottom:70px;}
	.phone_show,.fixed_menu_show{display:inline-block!important;}
	.phone_logo,.amnav_two_dl{display:block!important;}
	.head_logo,.head_top,.head_signin i,.fixed-sidebar,.foot_addr br,.contact_none,.am_arrangement,.amnav_three_dl,#searchRecommendedProducts,.span_menu{display:none!important;}
	.width25,.width20{width:33.33%;}
	#amhead,.amhead_box,.head_bottom{height:64px;}
	.phone_logo{position:absolute;top:5px;left:8px;z-index:110;padding-right:8px;width:40px;border-right:2px solid #ddd;}
	.head-sign-box{position:fixed;right:0;bottom:0;left:0;z-index:9999;margin-left:0;padding:10px;width:100%;height:56px;background:#fff;-webkit-box-shadow:0px -2px 10px 0px rgba(0,0,0,0.2);box-shadow:0px -2px 10px 0px rgba(0,0,0,0.2);}
	.head-sign-box a{font-size:14px;white-space:nowrap;text-align:center;padding-left:30px;background:url(/static/img/phone/icon_head.png);background-repeat:no-repeat;background-size:29px 232px;}
	.icon_head{width:auto;}
	.head-sign-box .phone_head_home{background-position:0 -143px;}
	.head-sign-box .phone_head_home:hover{background-position:0 -27px;color:#ec6c01;}
	.head-sign-box .head_sign{background-position:0 -172px;max-width:100px;overflow:hidden;text-overflow:ellipsis;}
	.head-sign-box .head_sign:hover{background-position:0 -56px;color:#ec6c01;}
	.head-sign-box .head_fav{background-position:0 -200px;}
	.head-sign-box .head_fav:hover{background-position:0 -84px;color:#ec6c01;}
	.head-sign-box .head_cart{background-position:0 -114px;}
	.head-sign-box .head_cart:hover{background-position:0 2px;color:#ec6c01;}
	.head_cart{padding-right:24px;width:auto;}
	.head_cart .cart-count{left:auto;right:2px;top:8px;}
	.phone_head_home{display:inline-block;height:36px;line-height:36px;}
	.amnav{position:relative;top:0;display:block;}
	.head_menu{display:none;}
	.head_menu_ul{position:absolute;top:0;overflow:auto;padding:10px 0;width:90%;max-height:100%;background:#fff;}
	.amnav_dta{margin-bottom:10px;border-bottom:1px solid #ddd;}
	.amnav_dta,.amnav dd{padding-left:0;}
	.amnav_bg{width:100%;height:100%;background:#222;opacity:0.6;}
	.amnav .amlayout{height:auto;max-height:100%;}
	.amnav_two_dl,.head_menu_product,.head_menu_fixed,.amnav_inhibitors .amnav_item_two{width:100%;}
	.amnav_two_dl{margin-bottom:10px;padding:0;}
	.head_menu_fixed{position:fixed;top:64px;bottom:0;left:0;z-index:10010;display:block;}
	.fixed_menu_show{position:relative;z-index:1000;margin-right:10px;width:40px;height:40px;background:url(/static/img/phone/menu.png) no-repeat center;background-size:34px;line-height:40px;cursor:pointer;}
	.fixed_idx{z-index:10010;}
	.head-search input{padding-left:60px;}
	.head-search .head-search-btn{right: 0px;}
	.head-search{flex:1;}

	.bg_051b33{padding-top:30px;padding-bottom:30px;}
	.foot_middle .width60{width:100%;margin-top:20px;}
	.foot_middle .width32,.btn_foot{width:100%;}
	.foot_bottom{font-size:12px;}
	.foot_txt{line-height:24px;}

	body{min-width:360px;font-size:13px;}
	.F32{font-size:26px;}
	.F24{font-size:20px;}
	.F20{font-size:16px;}
	.F18{font-size:15px;}
	.F16{font-size:14px;}
	.F14,button,input,select,textarea{font-size:13px;}
	.LH24{line-height:20px;}
	.LH30{line-height:26px;}

	.dialog-wrapper{z-index:12000;right:10px;}
	.dialog-box{width:350px;}
	.is-fixed{right:15px;}
	.dialog-box iframe{width:350px!important;max-width:350px!important;}
}
@media only screen and (max-width:780px){
	.width50{width:100%;}
	.width25,.width20{width:50%;}	
}
@media only screen and (max-width:480px){
	.fixed_menu_show{margin-right:8px;width:36px;}
	.head-search input{padding-left:60;}
	.head-search .head-search-btn{right: 0px;}
	.dv_keyword_list dd{padding:0 12px;}
	.dt_keyword_tags,.dv_keyword_list dt{margin:0 12px;}
	.dt_keyword_tags .border_lr{margin:0 8px;padding:0px 8px;}
	.popups{padding-left:15px;padding-right:15px;}
	.F32{font-size:24px;}
	.F24{font-size:19px;}
	.F20{font-size:15px;}

	.width25,.width20{width:100%;}
	.ptb_30{padding-top:25px;padding-bottom:25px;}
	.ptb_20{padding-top:15px;padding-bottom:15px;}
	.ptb_10{padding-top:8px;padding-bottom:8px;}

	.dv_keyword_list dd .is_selling {position:absolute;right:3px;top:4px;}
}