@charset "utf-8";
/*
Powered by ly200.com		http://www.ly200.com
广州联雅网络科技有限公司		020-83226791
*/
.move_slow{transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-webkit-transition:all 0.2s ease-out;}

.img_center{ text-align:center;}    /*div放的*/
.img_center img{ vertical-align:middle;max-width:100%;max-height:100%;}  /*div中的图片*/
.img_center span{height:100%;display:inline-block; vertical-align:middle;}  /*div中 图片后面*/


/*************************** 多语言样式 start ***************************/
.lang_de #shield_bd .wide>dl>dd{line-height:160%;}
.lang_es #shield_bd .wide>dl>dd{line-height:160%;}
.lang_fr #shield_bd .wide>dl>dd{line-height:170%;}
.lang_ru #shield_bd .wide>dl>dd{line-height:160%;}
/*************************** 多语言样式 end ***************************/

/*************************** 全局 start ***************************/
*{font-family:Verdana;}
img{ max-height:100%; max-width:100%;}
.wide{width:1200px; margin:0 auto;}
.full{width:100%; margin:0 auto;}
.show{display:block;}
.hide{display:none;}
.white_bg{background:#fff;}
.blue{color:#005ab0;}
.form_button_bg{background-color:#005AB0;}
.form_select_tips{border-color:#ff0000;}
.error, .error_info{color:#900; margin:0; font-family:Verdana;}
.clearfix:after{content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0;}
#top_bar_outer, #header, #nav_outer, #service_outer, #footer_outer{min-width:980px;}

/*面包屑地址*/
.location{width:1200px;margin-top:30px;border-bottom:1px dashed #807e80;padding-bottom:20px;font-family:'arial';font-size:15px;color:#fff;}
.location a{font-family:'arial';font-size:15px;color:#fff;text-decoration:none;}



/*产品框 竖向*/
.pro_item{background:#fff;}
.pro_item dt{overflow:hidden; position:relative;}
.pro_item .pro_name{line-height:18px;}
.pro_item .pro_price, .pro_item .pro_price *{font-size:14px; font-weight:bold;}
.pro_item .free_shipping{font-size:12px; font-weight:bold; line-height:14px; height:14px; margin-top:8px;}
.pro_item .favorite{display:inline-block; margin-left:5px; cursor:pointer; line-height:99%;}
.pro_item .favorite:hover{color:#cb2027;}
.pro_item .review_count{font-size:11px; margin-left:2px;}
.pro_item .review_count:hover{color:#cb2027;}

/*产品框 横向*/
.flat_pro_item{border-top:1px #ddd dotted;}
.flat_pro_item dt{float:left; margin-right:16px;}
.flat_pro_item .desc_box{margin-right:20px;}
.flat_pro_item .desc_box>div{margin:0; font-size:10px; line-height:18px; color:#888;}
.flat_pro_item .desc_box a.detail:hover{text-decoration:underline;}
/*************************** 全局 end ***************************/

/*翻页*/
#turn_page{text-align:center; height:35px; line-height:35px; clear:both;}
#turn_page li{border:1px #cecece solid; display:inline-block; *display:inline; *zoom:1; font-size:14px; height:33px; line-height:33px; overflow:hidden; background:#fff; vertical-align:top; margin:0 4px; border-radius:4px; -ms-border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;}
#turn_page li em{width:7px; height:12px; display:inline-block; vertical-align:middle; margin-top:-2px;}
#turn_page font, #turn_page a{width:32px; height:33px; display:block; text-align:center; text-decoration:none;}
#turn_page .page_item_current{background:#333; color:#fff; cursor:default;}
#turn_page .page_button, #turn_page .page_noclick{width:auto; padding:0 12px;}
#turn_page .page_noclick{cursor:no-drop;}
.icon_page_prev{background:url(/static/themes/default/images/global/normal.png) no-repeat -391px -24px; margin-right:6px;}
.icon_page_next{background:url(/static/themes/default/images/global/normal.png) no-repeat -408px -24px; margin-left:6px;}

/*loading*/
.loading{z-index:100; position:absolute; background:#ccc; top:0; left:0; width:100%; height:100%;}
.loading_big{background:url(/static/themes/default/images/global/loading.gif) no-repeat; z-index:9999; position:absolute; width:32px; height:32px; cursor:wait;}
.loading_small{background:url(/static/themes/default/images/global/loading_small.gif) no-repeat; z-index:9999; position:absolute; width:14px; height:14px; cursor:wait;}

/*提示框*/
#prompt_box{position:fixed; opacity:0.95; z-index:100000; top:20%;}
#prompt_box .box_bg{width:100%; height:100%; background-color:#fff; position:absolute; top:0; left:0; -moz-box-shadow:0px 0px 20px #000; -webkit-box-shadow:0px 0px 20px #000; box-shadow:0px 0px 20px #000; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;}
#prompt_close{top:10px; right:-5px; width:40px; height:26px; font-size:30px; color:#000; opacity:0.2; filter:alpha(opacity=20); text-decoration:none; font-family:Helvetica; font-weight:bold; position:absolute; z-index:100000;}
#prompt_close:hover{color:#000000; text-decoration:none; cursor:pointer; opacity:0.4; filter:alpha(opacity=40);}
#prompt_content{width:400px; padding:20px; padding-bottom:0px; position:relative; z-index:10; zoom:1; background-color:#fff; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; -webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3); -moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3); box-shadow:0 3px 7px rgba(0, 0, 0, 0.3); -webkit-background-clip:padding-box; -moz-background-clip:padding-box; background-clip:padding-box;}
#prompt_content label{font:14px/100% Verdana, Arial, Helvetica, sans-serif; display:block; padding-bottom:12px; color:#333; line-height:18px;}
#prompt_content ul{margin-top:16px;}
#prompt_content li{padding:8px 0;}
#prompt_content li label{ padding:0; font:inherit;}
#prompt_content li strong{font:14px/100% Verdana, Arial, Helvetica, sans-serif; display:inline-block; padding-right:10px; color:#000;}
#prompt_content li span{display:inline-block; padding-right:8px; color:#666;}
#prompt_content li span.price{color:#c70000; font-family:Verdana;}
#prompt_content .footRegion{-webkit-border-radius:0 0 4px 4px; -moz-border-radius:0 0 4px 4px; border-radius:0 0 4px 4px; padding:14px 19px 15px; margin:15px 0 0 -19px; background-color:whiteSmoke; border-top:1px solid #ddd; -webkit-box-shadow:inset 0 1px 0 #ffffff; -moz-box-shadow:inset 0 1px 0 #ffffff; box-shadow:inset 0 1px 0 #ffffff; width:100%;}
#prompt_content .footRegion .btn{min-width:70px; display:inline-block; padding:4px 10px 4px; margin-bottom:0; font-size:13px; line-height:18px; color:#ffffff; text-align:center; text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25); vertical-align:middle; background-repeat:repeat-x; border:1px solid #cccccc; border-bottom-color:#b3b3b3; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); cursor:pointer;}
#prompt_content .footRegion .btn:hover{color:#333333; text-decoration:none; background-color:#e6e6e6; background-position:0 -15px; -webkit-transition:background-position 0.1s linear; -moz-transition:background-position 0.1s linear; -ms-transition:background-position 0.1s linear; -o-transition:background-position 0.1s linear; transition:background-position 0.1s linear;}
#prompt_content .footRegion .btn-success{background-color:#da4f49; background-image:-ms-linear-gradient(top, #ee5f5b, #bd362f); background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); background-image:-webkit-linear-gradient(top, #ee5f5b, #bd362f); background-image:-o-linear-gradient(top, #ee5f5b, #bd362f); background-image:-moz-linear-gradient(top, #ee5f5b, #bd362f); background-image:linear-gradient(top, #ee5f5b, #bd362f); border-color:#bd362f #bd362f #802420; border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); margin-right:20px;}
#prompt_content .footRegion .btn-success:hover{background-color:#bd362f; text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25); color:#ffffff;}
#prompt_content .cart_view{padding:15px 0 15px; font-size:14px;}
#prompt_content .cart_view p{height:37px; margin:0 0 10px; padding-left:45px; line-height:34px; background:url(/static/themes/default/images/global/normal.png) no-repeat -597px -145px;}

/*浮动窗*/
#float_chat{position:fixed; top:150px; z-index:1000;}
#float_chat .inner_chat{min-height:90px;}
#go_top{display:block; height:24px; line-height:24px; color:#fff; text-align:center; font-size:14px;}
#go_top:hover{text-decoration:none;}
.chat_box{margin:0 auto;}
.chat_box>a{display:block; text-decoration:none;}
.chat_box>a>span{display:none;}
.chat_box>a .relimg{width:100px; height:100px; padding:6px; background:#e3e3e3; position:absolute; left:-120px; top:-30px; display:none;}
.chat_box>a .relimg img{max-width:100%; min-height:100%;}
.chat_box>a:hover .relimg{display:block;}
.float_chat_0{width:72px; right:20px; padding:1px; border-radius:5px;}
.float_chat_0 .inner_chat{width:72px; border-radius:5px 5px 0 0; background:#fff;}
.float_chat_0 .chat_box{width:43px; margin-top:15px;}
.float_chat_0 .chat_box>a{width:43px; height:43px; background-image:url(/static/themes/default/images/global/chat_0.png); background-repeat:no-repeat;}
.float_chat_0 .chat_box>a.QQ{background-position:center 0;}
.float_chat_0 .chat_box>a.Skype{background-position:center -96px;}
.float_chat_0 .chat_box>a.Email{background-position:center -144px;}
.float_chat_0 .chat_box>a.trademanager{background-position:center -48px;}
.float_chat_0 .chat_box>a.WeChat{background-position:0 -192px; position:relative;}
.float_chat_0 .chat_box div{background:#fff;}
.float_chat_1{width:95px; right:0;}
.float_chat_1 .chat_box>a{width:63px; height:35px; line-height:35px; color:#fff; padding-left:32px; background-image:url(/static/themes/default/images/global/chat_1.png); background-repeat:no-repeat;}
.float_chat_1 .chat_box>a>span{width:100%; display:inline-block; text-indent:6px; height:35px; overflow:hidden;}
.float_chat_1 .chat_box>a.QQ{background-position:0 0;}
.float_chat_1 .chat_box>a.QQ>span{background-color:#45a4eb;}
.float_chat_1 .chat_box>a.Skype{background-position:0 -82px;}
.float_chat_1 .chat_box>a.Skype>span{background-color:#66b433;}
.float_chat_1 .chat_box>a.Email{background-position:0 -123px;}
.float_chat_1 .chat_box>a.Email>span{background-color:#186caa;}
.float_chat_1 .chat_box>a.trademanager{background-position:0 -41px;}
.float_chat_1 .chat_box>a.trademanager>span{background-color:#ffc000;}
.float_chat_1 .chat_box>a.WeChat{background-position:0 -164px; position:relative;}
.float_chat_1 .chat_box>a.WeChat>span{background-color:#555;}
.float_chat_1 #go_top{height:35px; line-height:35px; background:url(/static/themes/default/images/global/chat_1.png) no-repeat 0px -205px; padding-left:24px;}
.float_chat_1 #go_top span{width:100%; display:inline-block; text-indent:6px; background-color:#ff7200;}
.float_chat_1 #go_top i{width:16px; height:8px; display:inline-block; background:url(/static/themes/default/images/global/chat_1.png) no-repeat right -246px;}
.float_chat_2{width:49px; right:20px;}
.float_chat_2 .chat_box{width:49px;}
.float_chat_2 .chat_box>a{width:49px; height:49px; background-image:url(/static/themes/default/images/global/chat_2.png); background-repeat:no-repeat;}
.float_chat_2 .chat_box>a.QQ{background-position:center 0;}
.float_chat_2 .chat_box>a.Skype{background-position:center -114px;}
.float_chat_2 .chat_box>a.Email{background-position:center -170px;}
.float_chat_2 .chat_box>a.trademanager{background-position:center -57px;}
.float_chat_2 .chat_box>a.WeChat{background-position:center -227px; position:relative;}
.float_chat_2 #go_top{width:49px; height:49px; background:url(/static/themes/default/images/global/chat_2.png) no-repeat center -284px;}
.float_chat_2 #go_top span{display:none;}
.float_chat_3{width:74px; right:20px;}
.float_chat_3 .chat_box{width:74px;}
.float_chat_3 .chat_box .head{height:79px; cursor:pointer; background:url(/static/themes/default/images/global/chat_3.png) no-repeat 0 0; margin-bottom:10px;}
.float_chat_3 .chat_box>a{width:40px; height:40px; margin:0 auto; background-image:url(/static/themes/default/images/global/chat_3.png); background-repeat:no-repeat;}
.float_chat_3 .chat_box>a.QQ{background-position:-18px -89px;}
.float_chat_3 .chat_box>a.QQ:hover{background-position:-132px -89px;}
.float_chat_3 .chat_box>a.Skype{background-position:-18px -137px;}
.float_chat_3 .chat_box>a.Skype:hover{background-position:-132px -137px;}
.float_chat_3 .chat_box>a.Email{background-position:-18px -233px;}
.float_chat_3 .chat_box>a.Email:hover{background-position:-132px -233px;}
.float_chat_3 .chat_box>a.trademanager{background-position:-18px -184px;}
.float_chat_3 .chat_box>a.trademanager:hover{background-position:-132px -184px;}
.float_chat_3 .chat_box>a.WeChat{background-position:-18px -279px; position:relative;}
.float_chat_3 .chat_box>a.WeChat:hover{background-position:-132px -279px;}
.float_chat_3 #go_top{width:40px; height:40px; margin:0 auto; background:url(/static/themes/default/images/global/chat_3.png) no-repeat -18px -325px;}
.float_chat_3 #go_top span{display:none;}
.float_chat_3 #go_top:hover{background-position:-132px -325px;}
.float_chat_4{width:94px; right:20px;}
.float_chat_4 .chat_box{width:94px;}
.float_chat_4 .chat_box .head{height:60px; cursor:pointer; background:url(/static/themes/default/images/global/chat_4.png) no-repeat 0 0;}
.float_chat_4 .chat_box>a{width:57px; height:37px; line-height:37px; color:#fff; padding-left:37px; background-image:url(/static/themes/default/images/global/chat_4.png); background-repeat:no-repeat;}
.float_chat_4 .chat_box>a>span{width:100%; display:inline-block; text-indent:6px; height:37px; overflow:hidden;}
.float_chat_4 .chat_box>a.QQ{background-position:0px -60px;}
.float_chat_4 .chat_box>a.Skype{background-position:0px -149px;}
.float_chat_4 .chat_box>a.Email{background-position:0px -194px;}
.float_chat_4 .chat_box>a.trademanager{background-position:0px -105px;}
.float_chat_4 .chat_box>a.WeChat{background-position:0px -238px; position:relative;}
.float_chat_4 #go_top{width:57px; height:37px; padding-left:37px; background:url(/static/themes/default/images/global/chat_4.png) no-repeat 0 -282px;}
.float_chat_4 #go_top span{display:none;}

/*************************** 单页/文章页 start ***************************/
.side_left{width:210px;}
.side_right{width:1200px;}

.help_menu{width:210px; background:#fff; border:1px #ebebeb solid;}
.help_menu .help_title{line-height:140%; background:#f4f4f4; color:#333; font-size:14px; padding:4px 0 4px 13px;}
.help_menu .help_list{padding:0 3px;}
.help_menu .help_list li{line-height:150%; border-bottom:1px #e5e5e5 dashed; padding:6px 11px;}
.help_menu .help_list li>a{display:block;}
.help_menu a.current{font-weight:bold;}

.main_title{font-size:18px;font-family:'Arial';font-weight:bold;color:#0090c5;margin-top:20px;}
.main_content{overflow:hidden; line-height:normal; min-height:400px; }

.side_right data{font-family:'Trebuchet MS';font-size:12px;color:#333;}

.main_content .info_list li{padding-top:18px;border-top:1px solid #e5e5e5;height:115px;margin-bottom:20px;}
.main_content .info_list li:first-child{border-top:0px}
.main_content .info_list li .news_pic{float:left;width:170px;height:115px;margin-right:18px;}
.main_content .info_list li .news_msg{float:left;width:525px;}
.main_content .info_list li .news_msg data{font-family:'arial';font-size:12px;color:#222222;}
.main_content .info_list li .news_msg .news_title{font-family:'arial';font-size:12px;color:#6bc200;margin:10px 0px;}
.main_content .info_list li .news_msg .news_desc{font-family:'Trebuchet MS';font-size:12px;color:#888888;margin-top:10px;}
.main_content .info_list li .news_msg .news_link{font-family:'Trebuchet MS';font-size:12px;color:#42b1da;text-decoration:none;}


.feedback_form_box{width:1110px;margin:0 auto;padding-bottom:40px;border-bottom:1px solid #6c6006;margin-bottom:60px;}
.feedback_form_box .feedback_title{font-family:'Arial';font-weight:bold;color:#fff;font-size:20px;text-align:center;margin-bottom:30px;}
.feedback_form_box tr{line-height:75px;}
.feedback_form_box td{font-family:'arial';font-size:16px;color:#fff;margin-right:10px;}
.feedback_form_box .label{text-align:right;min-width:120px;}
.feedback_form_box .input{width:270px;height:40px;border:1px solid #424042;border-radius:3px;background:transparent;color:#fff;}
.feedback_form_box .contents{width:1000px;height:215px;border:1px solid #424042;border-radius:3px;background:transparent;color:#fff;}
.feedback_form_box .vcode{float:left;margin-right:10px;}
.feedback_form_box .form_button{font-family:'arial';font-size:16px;font-weight:bold;color:#000;cursor:pointer;width:120px;height:40px;border-radius:3px;background:#ffeb01;line-height:40px;text-align:center;border:0px;outline:none;}



.video_list{width:1200px;}
.video_list li{float:left;width:210px;margin-right:36px;margin-bottom:20px;position:relative;}
.video_list li .vidoe_button{width:210px;height:210px;position:absolute;display:none;background:url('../images/butb.png') no-repeat center center;}
.video_list li:hover .vidoe_button{display:block;}
.video_list li .pro_pic {background:#fff;width:210px;height:210px;}
.video_list li .pro_name{padding:10px 0px 10px 5px;background:#361b5a;color:#fff;font-family:'arial';font-size:14px;font-weight:bold;height:52px;overflow:hidden;}

.vidoe_box{width:1200px;margin:0 auto;text-align:center;}
.vidoe_box .pro_name{font-family:'Arial';font-size:25px;color:#fff;margin:10px 0px;}

/*************************** 单页/文章页 end ***************************/

/*************************** 产品列表页 start ***************************/

.main_left{width:200px;float:left;margin-bottom:30px;}
.main_left .category{width:200px;}
.main_left .category dl{margin-bottom:15px;}
.main_left .category dl dd{width:100%;height:35px;line-height:35px;background:#ffeb01;border-top-right-radius:3px;border-bottom-right-radius:3px;margin-bottom:10px;}
.main_left .category dl dd a{font-family:'arial';font-weight:bold;color:#000;font-size:16px;text-decoration:none;margin-left:10px;}
.main_left .category dl dt{margin:5px 0px;}
.main_left .category dl dt a{padding-left:15px;font-family:'arial';font-size:12px;color:#f8c300;text-decoration:none;background:url('../images/left_category_pic.jpg') no-repeat 2px 4px;}

.main_left .newsletter{width:198px;border:1px solid #bbaa03;border-radius:3px;overflow:hidden;}
.main_left .newsletter .mode_name{width:145px;height:50px;padding-left:53px;background:url('../images/newsletter_pic.png') no-repeat 10px 15px #2a2729;padding-top:10px;color:#fff;font-weight:bold;}
.main_left .newsletter .newsletter_bf_desc{width:180px;margin:0 auto;margin-top:18px;padding-bottom:20px;font-size:14px;font-family:'arial';color:#e8bb00;}
.main_left .newsletter .newsletter_emial{width:180px;display:block;height:30px;margin:0 auto;background:#20262b;border:0px;color:#818385;text-indent:5px;}
.main_left .newsletter .newsletter_btn{width:130px;display:block;height:35px;margin:20px auto;background:#ffeb01;border-radius:3px;line-height:35px;text-align:center;font-family:'arial';font-size:16px;color:#000;font-weight:bold;border:none;cursor:pointer;}

.main_right{float:left;margin-left:18px;width:980px;margin-bottom:20px;}
.main_right .category_name{font-family:'arial';font-size:24px;color:#ffeb01;font-weight:bold;margin-bottom:30px;}
/*.main_right li{width:235px;height:360px;float:left;border-radius:3px;overflow:hidden;margin-right:13px;margin-bottom:18px;}*/
.main_right li .pro_pic{width:235px;height:240px;background:#fff;}
.main_right li .pro_msg{width:235px;height:120px;background:#361b5a;display:inline-block;}
.main_right li .pro_msg .pro_name{font-family:'Arial';font-weight:bold;font-size:17px;color:#fff;width:200px;margin:20px auto 0px;height:40px;overflow:hidden;}
.main_right li .pro_msg .pro_num{font-family:'Arial';font-size:14px;color:#d4d1d9;width:200px;margin:5px auto;}
.main_right li .pro_msg .more{font-family:'ArialNarrow',arial;font-size:14px;color:#d4d1d9;text-decoration:none;border-bottom:1px solid #d4d1d9;margin-left:20px;}

.main_right li:hover .pro_msg{background:#ffe200;}
.main_right li:hover .pro_name{color:#000;}
.main_right li:hover .pro_num{color:#000;}


/*************************** 产品列表页 end ***************************/

/*************************** 产品详细页 start ***************************/
.widget{*zoom:1;}
.widget:before, .widget:after{display:table; content:""; line-height:0;}
.widget:after{clear:both;}

.icon_data_0{width:12px; height:13px; background:url(/static/themes/default/images/global/goods.png) no-repeat -6px -10px;}
.icon_data_1{width:16px; height:13px; background:url(/static/themes/default/images/global/goods.png) no-repeat -30px -10px;}
.icon_data_2{width:12px; height:13px; background:url(/static/themes/default/images/global/goods.png) no-repeat -58px -10px;}
.icon_pdf{width:16px; height:20px; background:url(/static/themes/default/images/global/goods.png) no-repeat -80px -10px;}
.icon_left_arraw{width:21px; height:19px; background:url(/static/themes/default/images/global/normal.png) no-repeat -595px -70px; display:inline-block; vertical-align:top;}
.icon_right_arraw{width:21px; height:19px; background:url(/static/themes/default/images/global/normal.png) no-repeat -529px -70px; display:inline-block; vertical-align:top;}

.prod_info_data{padding-bottom:10px;}
.prod_info_data li{float:left; margin-right:35px; line-height:13px;}
.prod_info_data li>em{display:inline-block; vertical-align:top;}
.prod_info_data li>a{margin-left:5px;}

.prod_info_form .attributes{margin-bottom:10px;}
.prod_info_form li{padding:4px 0; font-size:12px;}
.prod_info_form li input, .prod_info_form li select{width:184px; height:28px; line-height:28px; font-size:12px; margin-bottom:0;}
.prod_info_form li select{border:1px #ccc solid; background:#fff; padding:4px 6px; color:#8d8d8d; border-radius:4px; -ms-border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; vertical-align:middle;}
.prod_info_form li.attr_show h5{color:#333; padding-bottom:1px; line-height:20px; font-weight:bold;}
.prod_info_form li.attr_show>span{border-width:1px; border-style:solid; display:inline-block; line-height:30px; padding:0 7px; margin:3px 2px 2px 0; white-space:nowrap; cursor:pointer; position:relative; background:#fff; vertical-align:middle;}
.prod_info_form li.attr_show>span .attr_pic{width:30px; height:30px; display:inline-block; padding:1px 0; text-align:center;}
.prod_info_form li.attr_show>span em{position:absolute; right:0; bottom:0; display:none;}
.prod_info_form li.attr_show>span .icon_selected{width:11px; height:11px; background:url(/static/themes/default/images/global/icon_selected.png) no-repeat; z-index:1;}
.prod_info_form li.attr_show>span .icon_selected_bg{width:0; height:0; border-left:11px transparent solid; z-index:0; border-bottom-width:11px; border-bottom-style:solid;}
.prod_info_form li.attr_show>span:hover, .prod_info_form li.attr_show>span.selected{border-width:2px; border-style:solid; line-height:28px; padding:0 6px; color:#000;}
.prod_info_form li.attr_show>span:hover em, .prod_info_form li.attr_show>span.selected em{display:block;}
.prod_info_form li.attr_show>span:hover .attr_pic, .prod_info_form li.attr_show>span.selected .attr_pic{padding:0;}
.prod_info_form li.attr_show>span.out_stock{border:1px #d6d6d6 dashed; color:#ccc; cursor:not-allowed;}
.prod_info_form li.attr_show>span.out_stock:hover{padding:1px 7px;}
.prod_info_form li.attr_show>span.out_stock:hover em{display:none;}


.group_promotion{margin:15px 0 10px;}
.group_promotion .gp_title{font-size:14px; height:30px; line-height:30px; overflow:visible; border:1px #ddd solid; border-top:2px #c7c7c7 solid; background:#f7f7f7;}
.group_promotion .gp_title ul{margin-left:-1px;}
.group_promotion .gp_title li{float:left; text-align:center;}
.group_promotion .gp_title li span{height:30px; line-height:28px; padding:0 13px; text-align:center; display:block; cursor:pointer;}
.group_promotion .gp_title li.current{border-top-width:2px; border-top-style:solid; background:#fff; margin-top:-6px;}
.group_promotion .gp_title li.current span{height:35px; line-height:35px; padding:0 12px; border-left:1px #ddd solid; border-right:1px #ddd solid; cursor:default;}
.group_promotion .gp_list{border:1px #ddd solid; border-top:0;}
.group_promotion .gp_list>div{padding:10px 0;}
.group_promotion .prod_img{width:100px; height:100px; overflow:hidden; text-align:left;}
.group_promotion .prod_name{word-break:break-all; word-wrap:break-word; overflow:hidden; height:34px; line-height:140%;}
.group_promotion .prod_price{padding:0; font-size:14px; font-weight:bold;}
.group_promotion .prod_price input{width:auto; height:auto; float:left; margin:3px 3px 0;}
.group_promotion .prod_price .PriceColor{float:left;}
.group_promotion .prod_qty{margin-top:3px;}
.group_promotion .attribute{padding-top:5px;}
.group_promotion .attribute dd{margin-bottom:3px; display:block;}
.group_promotion .info{float:left; width:230px; line-height:20px; padding-left:10px; padding-top:15px;}
.group_promotion .info s{float:left; display:inline; width:24px; height:22px; margin-top:25px; background:url(/static/themes/default/images/global/goods.png) no-repeat -7px -177px;}
.group_promotion .info .prod_name, .group_promotion .info .prod_price, .group_promotion .info .prod_saving{margin-left:35px; margin-bottom:10px; padding:0;}
.group_promotion .info .prod_name{margin-top:10px; height:20px;}
.group_promotion .info .group_curprice{color:#f28810;}
.group_promotion .info .group_curprice .price_data{font-size:16px;}
.group_promotion .info .gp_btn{border-radius:4px; -ms-border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; padding:0 15px; height:29px; line-height:29px; color:#fff; display:inline-block; cursor:pointer; font-size:14px; margin-right:16px; background:#f28810; margin-left:35px;}
.group_promotion .master{float:left; width:150px; padding-left:20px; overflow:hidden;}
.group_promotion .master>s{float:right; display:inline; width:24px; height:22px; margin-top:40px; margin-right:16px; background:url(/static/themes/default/images/global/goods.png) no-repeat -7px -142px;}
.group_promotion .suits{float:left; padding-bottom:10px; overflow-x:hidden; width:525px; position:relative;}
.group_promotion .suits ul{width:1858px;}
.group_promotion .suits li{float:left; width:134px; padding:0 5px;}
.group_promotion .master .prod_name, .group_promotion .suits .prod_name{width:134px;}

.prod_description .desc{min-height:300px; _height:300px;}
.prod_description .desc img{max-height:none;}
.prod_description .desc strong{font-weight:bold;}
.prod_description .desc em{font-style:italic;}
.prod_description .desc li{list-style-type:inherit; list-style-position:inside;}

.pd_content{padding:10px 0; overflow:hidden; line-height:normal;}
.pd_content p{margin:5px 0;}
.pd_content h1, .pd_content h2, .pd_content h3, .pd_content h4, .pd_content h5, .pd_content h6, .pd_content b, .pd_content strong{font-weight:bold;}
.pd_content h4{margin:1.33em 0;}
.pd_content li{list-style-type:inherit;}
.pd_content i, .pd_content cite, .pd_content em{font-style:italic;}
.pd_content td, .pd_content th{padding:5px 10px; border:1px #ddd solid;}

/*.item_specifics{padding:10px; border-bottom:1px #ddd solid; margin-bottom:10px;}*/
/*.item_specifics .title{margin-bottom:6px; font-size:16px; font-weight:bold; color:#666;}*/
/*.item_specifics span{display:block; padding:3px 0 3px 20px;}*/
/*.item_specifics strong{margin-right:8px; font-weight:bold;}*/
/*.export_pdf{visibility:hidden;}*/

/*************************** 产品详细页 end ***************************/

/*************************** 产品评论页 start ***************************/
.review_left{width:670px;}
.review_right{width:299px;}

#review_box{margin-top:30px;}
.prod_write_review .review_title{height:36px; border-bottom:1px #ddd solid;}
.prod_write_review .review_title span{height:36px; line-height:36px; border:1px #ddd solid; border-bottom:0; border-top-left-radius:4px; border-top-right-radius:4px; background:#fff; float:left; padding:0 20px; font-size:14px; color:#333; text-decoration:none; display:block; cursor:default;}
.prod_write_review .average_rating{color:#999; margin:10px 0 15px; padding:10px;}
.prod_write_review .average_rating h6{font-size:14px; color:#333;}
.prod_write_review .average_rating strong{font-size:16px; font-weight:bold; color:#900; padding-bottom:2px; vertical-align:middle; margin:0 5px;}
.prod_write_review .average_rating .review_nums{color:#999; vertical-align:middle;}
.prod_write_review .average_rating div{margin:5px 0 7px;}
.prod_write_review .average_rating .write_review_btn{border-radius:4px; -ms-border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; padding:0 15px; height:29px; line-height:29px; color:#fff; display:inline-block; cursor:pointer; font-size:14px; text-decoration:none;}
.prod_recent_review{margin-bottom:30px; border-radius:4px; -ms-border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; overflow:hidden;}
.prod_recent_review h6{background:#f3f3f3; font-size:14px; line-height:29px; font-weight:bold; padding-left:10px; border:1px #ddd solid; border-bottom:0;}

.review_item{border-top:1px #ddd solid; min-height:100px; padding:10px 10px 0 10px; margin-bottom:10px; position:relative;}
.review_item .user{width:172px; font-size:11px; line-height:20px;}
.review_item .user .by_text{color:#999; margin-right:5px;}
.review_item .user .icon_level{display:inline-block; width:22px; height:19px; vertical-align:top; overflow:hidden;}
.review_item .user .level_text{display:inline-block; max-width:100px; overflow:hidden; word-break:break-word;}
.review_item .user .time{color:#999;}
.review_item .like{width:205px; text-align:right;}
.review_item .main{width:575px; font-size:12px; padding-left:180px;}
.review_item .main .content{margin-bottom:10px;}
.review_item .main .pic_list{margin:10px 0;}
.review_item .main .pic_list>a{border:1px #ddd solid; cursor:pointer; width:85px; height:85px; overflow:hidden; float:left; display:inline; margin-right:10px;}
.review_item .main .reply{margin-top:10px;}
.review_item .main .edit{margin-bottom:10px;}
.review_item .main .reply_btn{border-radius:4px; -ms-border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; padding:0 6px; height:17px; line-height:17px; color:#333; display:inline-block; cursor:pointer; font-size:11px; background:#f3f3f3; text-decoration:none; border:1px #ccc solid;}
.review_item .textarea_holder{border:1px #ccc solid; padding:3px; margin:5px 0;}
.review_item .textarea_holder textarea{width:100%; border:0; resize:vertical; background:none; outline:0; color:#999;}
.review_item .textarea_holder .error{margin:5px 0;}
.review_item .btn{width:134px; height:26px; line-height:22px; font-size:14px; margin-left:20px; cursor:pointer; background:#FDEFB7; border:1px #d0af76 solid; color:#963;}
.review_item .textbtn{width:60px; margin:5px 0 0; font-size:12px;}
.review_item .fb_share{position:absolute; right:10px; bottom:0; font-size:11px; height:20px; line-height:20px;}
.review_item .fb_share em{display:inline-block; vertical-align:top;}

.w_review_replys{padding-top:10px; position:relative; margin-top:10px;}
.w_review_replys .arrow{position:absolute; width:22px; height:11px; top:6px; left:30px; z-index:1; display:block; background:url(/static/themes/default/images/global/sprite_arrow.png);}
.w_review_replys .review_reply{border:1px #ccc solid; background:#f7f7f7; padding:8px; margin-top:6px; position:relative;}
.w_review_replys .review_reply p{margin:0 5px;}
.w_review_replys .review_reply p.writer{margin:5px;}
.w_review_replys .review_reply .light_gray{color:#999;}
.w_review_replys .review_reply .replier{font-weight:bold;}

.prod_review_view .customer_btn{height:38px; line-height:38px; text-align:center; display:block; border:1px #ccc solid; background:#f2f2f2; font-weight:bold; color:#333; font-size:14px;}
.prod_review_view .customer_btn:hover{text-decoration:none; color:#f56908;}
.prod_review_view .review_sign{height:30px; line-height:30px; text-align:center; font-size:14px; color:#666;}
.prod_review_view .review_sign>a{color:#c00; outline:0; font-weight:bold;}

.icon_agree, .icon_oppose{width:20px; height:20px; line-height:20px; display:inline-block; padding-left:18px;}
.icon_agree{background:url(/static/themes/default/images/global/normal.png) no-repeat -684px -21px;}
.icon_oppose{background:url(/static/themes/default/images/global/normal.png) no-repeat -519px -20px;}
.icon_facebook_mini{width:19px; height:19px; background:url(/static/themes/default/images/global/normal.png) no-repeat -481px -71px;}

#pro_detail #may_like{margin:0; padding:0;}

.goods_view{padding:15px;}
.goods_view dt{width:130px; height:130px; vertical-align:middle; text-align:center;}
.goods_view dt img{max-width:100%; max-height:100%;}
.goods_view dd{width:198px; margin-left:133px;}
.goods_view p{margin:0;}
.goods_view .name{font-size:14px; line-height:19px; padding-bottom:20px;}
.goods_view .old_price{text-decoration:line-through; font-size:13px; padding-bottom:4px;}
.goods_view .price{font-size:14px; font-weight:bold;}
.goods_view .rating{font-size:14px; margin:8px 0 6px;}
.goods_view .score{font-size:16px; vertical-align:sub; margin:0 5px;}

.review_goods .goods_title{color:#f56908; font:16px Georgia; border-bottom:1px #ccc solid; padding:10px 0 10px 10px;}
.review_goods .goods_view dd{width:620px;}

#pro_review{padding:11px 0 20px 0; background:#fff;}
#pro_review .left{width:620px;}
#pro_review .right{width:350px;}
#pro_review .title{color:#f56908; font:16px Georgia; margin:10px 0 20px; border-bottom:1px #ccc solid; padding:0 0 10px 10px;}
#pro_review .error{text-align:center; font-size:14px; margin:50px 30px; line-height:150%;}
#pro_review .error>a{font-weight:bold;}
#pro_review .info_title{font-size:14px; font-weight:bold; padding:10px 0;}
#pro_review .goods_view{border:1px #ccc solid;}
#review_form label{display:block; padding:5px 0; margin-top:10px; font-weight:bold; font-size:14px;}
#review_form .rating li{padding:5px 0; clear:both; min-height:19px; line-height:160%;}
#review_form .rating b{width:100px; line-height:19px; float:left; text-align:right;}
#review_form .rating span{float:left; margin-left:10px;}
#review_form .rating .error_info{float:left; margin-left:10px;}
#review_form .review_text, #review_form .review_content{width:680px; padding:1px; resize:vertical; overflow-y:auto;}
#review_form .review_text{height:30px; line-height:30px;}
#review_form .review_content{height:210px;}
#review_form .upfile_condition{margin:0 0 10px 0;}
#review_form .button{width:106px; height:30px; line-height:30px; color:#fff; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; background:#ff9900; border:0; font-size:14px; cursor:pointer;}
/*************************** 产品评论页 end ***************************/

/*404*/
#error_page{background:#f0f0f0; padding:150px 0;}
#error_page .sw{min-width:558px; max-width:645px; margin:0 auto;}
#error_page .error_logo{background:url(/static/themes/default/images/global/error_logo.jpg) no-repeat center center; height:225px;}
#error_page .error_warning{margin-top:12px; height:30px; line-height:30px; background:url(/static/themes/default/images/global/error_warning.png) no-repeat left center; text-indent:49px; font-size:16px; font-weight:bold;}
#error_page .error_nav{text-align:center; margin-top:30px; font-size:18px; color:#727272;}
#error_page .error_nav>a{margin:0 30px; font-size:18px; color:#727272;}

/*屏蔽*/
#shield_hd{padding:60px 0 31px;}
#shield_hd .shield_sorry{padding:18px 0; font-size:100px; color:#cdcdcd; font-weight:bold; line-height:100%; text-transform:uppercase;}
#shield_hd>p{height:33px; line-height:33px; margin:0; color:#494949; padding:0 4px; font-weight:bold; font-size:13px;}
#shield_hd>p>a{color:#48a77a; text-decoration:underline;}
#shield_bd{width:100%; background:url(../images/global/shield_bg.jpg) repeat;}
#shield_bd .shield_error{background:url(../images/global/shield_error.png) no-repeat center top;}
#shield_bd .wide{height:401px;}
#shield_bd .wide>dl{width:309px; margin-left:22px;}
#shield_bd .wide>dl>dt{width:118px; height:118px; overflow:hidden; margin:25px auto 12px; background-image:url(../images/global/shield_ico.png); background-repeat:no-repeat;}
#shield_bd .wide>dl>dd{color:#fff; line-height:180%; font-size:14px;}
#shield_bd .wide>dl>dd>h3{font-weight:bold; display:block; color:#fff; font-size:13px;}
#shield_bd .wide>dl.item_0>dt{background-position:0 0;}
#shield_bd .wide>dl.item_1>dt{background-position:0 -118px;}
#shield_bd .wide>dl.item_2>dt{background-position:0 -236px;}
#shield_bd .wide>dl:first-child{margin-left:4px;}

/*Sitemap*/
.sitemap_box{padding:20px;}
.sitemap_box .sitemap_body{margin-bottom:60px;}
.sitemap_box dl{float:left; margin-right:20px; margin-bottom:10px; width:168px; overflow:hidden;}
.sitemap_box dl>dt{margin-bottom:6px; font-weight:bold;}
.sitemap_box dl>dd>a{display:block; line-height:160%; padding:3px 0;}

/*** inquiry ***/
#lib_inquire_list>form{}
#lib_inquire_list>form{padding-top:25px; overflow:hidden;/* clear:both;*/ overflow:hidden; margin:0 auto;}
#lib_inquire_list>form .rows{margin:10px 0; clear:both;}
#lib_inquire_list>form .rows .inquiry_msg{text-indent:40px;font-size:14px;margin:10px 0px;}
#lib_inquire_list>form .rows label{width:25%; overflow:hidden; float:left; height:28px; line-height:28px; text-indent:40px; color:#000;}
#lib_inquire_list>form .rows span{width:70%; overflow:hidden; float:left; display:block; padding-left:5px;}
#lib_inquire_list>form .rows span .input{width:280px; height:25px; line-height:25px; border:1px solid #ddd; padding-left:5px;}
#lib_inquire_list>form .rows span select{ height:25px;}
#lib_inquire_list>form .rows span .contents{width:68%; height:100px;}

#lib_inquire_list>form .rows .pro_img{width:150px;height:150px;background:#fff;float:left;}
#lib_inquire_list>form .rows .pro_msg{float:left;margin-left:20px;}
#lib_inquire_list>form .rows .pro_msg .pro_name{color:#fff;margin:10px 0px;}
#lib_inquire_list>form .rows .pro_msg .pro_number{color:#fff;margin:10px 0px;}
