/*重定义部分HTML标签*/
body{background-color:#fff;}
body,ul,li,h1,h2,h3,h4,h5,h6,img,br,hr,table,tr,td,dl,dt,dd,form,p{
	margin: 0;
	padding: 0; font-style:normal; font-weight:normal;
}
body,td,p,div{
	font: normal 14px "Microsoft YaHei", Verdana, Arial, sans-serif; color: #000;
}
ul,li{
	list-style: none;
}
img{
	border: none;
}
a{
	text-decoration: none; color: #000;
}
a:hover{
	color: #3366ff;
} 
.cl{ 
	clear:both;font-size:0;height:0;overflow:hidden;
}

/*白色文字超链接样式*/
a.WhiteLink14{
	text-decoration: none; color: #fff;
}
a.WhiteLink14:hover{
	color: #fff;
}

/*定义表单元素样式*/
.TextStyle,
.UpLoadStyle,
.TextNumberStyle,
.TextVerifyStyle{border:1px solid #E0E8F1;width:185px; height:30px; padding:4px 2px; line-height:1.42857143; color:#1F3149; background:#fff; vertical-align: middle;}
.UpLoadStyle{width:520px;height:38px;}

.TextNumberStyle{ text-align:right; }
.TextVerifyStyle{ border:1px solid #FF9900; }
.TextReadOnlyStyle,
.UpLoadReadOnlyStyle{border:1px solid #E0E8F1;  width:120px; height:30px; padding:4px 2px; line-height:1.42857143; background-color:#fff; vertical-align:top;  }

.TextReadOnlyStyle{ background:#fff;border:1px solid #E0E8F1; text-align:center; height:30px; padding:4px 2px; line-height:1.42857143; }
.SelectStyle{padding: 0 0 0 6px; width:120px;background: #fff;border: 1px solid #E0E8F1;border-radius: 2px;height:30px;line-height:30px;}
.TextAreaStyle,
.TextAreaReadOnlyStyle,
.TextAreaOnlyStyle{ border:1px solid #E0E8F1; height: auto;background:#fff;padding:4px 2px; line-height:1.42857143; color:#1F3149;}
.TextAreaReadOnlyStyle{ border:1px solid #E0E8F1; height: auto; background-color:#fff; }
select,input[type="file"],input,fieldset,textarea{ height: 32px; *margin-top: 2px; line-height:32px;padding:4px 12px; line-height:1.42857143; color:#1F3149; background:#fff;border:1px solid #E0E8F1; }
fieldset{height:auto!important;border:1px solid #E2ECF7;background:#fff;padding:5px;margin:10px 0;}
textarea:focus, input:focus{ border-color: #70b7ec; outline: 0; }
input[type=checkbox],
input[type=radio]{height:14px;line-height:14px!important; line-height:1.42857143; color:#1F3149;}
.ButtonStyle,
.xygh-bnt input{display:inline-block; margin:0 10px 0 -1px; padding:5px 8px 4px!important; margin-bottom:0; font-weight:400; line-height:1.42857143;text-align:center; white-space:nowrap; vertical-align:middle; -ms-touch-action:manipulation;  touch-action:manipulation; cursor:pointer;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;border: 1px solid #E0E8F1;background: #f7f9fd;color:#3F88CA;height: auto!important; width: auto!important;}
  /* .ButtonStyle,
  .xygh-bnt input{display:inline-block; margin:0 10px 0 1px; padding:4px 8px 3px!important; margin-bottom:0; font-weight:400; line-height:1.42857143;text-align:center; white-space:nowrap; vertical-align:middle; -ms-touch-action:manipulation;  touch-action:manipulation; cursor:pointer;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; background-image:none; border:1px solid transparent; background-color: #3F88CA; border-color: #3F88CA;color: #FFFFFF;height: auto!important; width: auto!important;} */
.ButtonStyle:hover,
.xygh-bnt input:hover{background-color: #3F88CA; color: #fff;border-color:#3F88CA;}

.SplitPageButtonStyle{border: 1px solid #E0E8F1;padding:0px 10px; cursor: pointer; text-decoration:none!important;height:30px;line-height:32px;color: #3F88CA; border-radius:3px!important; background:#F5F9FB;}
.SplitPageButtonStyle:hover{background:#3F88CA;color:#fff;}
.UnitLeftStyle{ border-right:none; }
.UnitRightStyle{ border-left:none; }
/**只读样式**/
input[type="text"]:disabled,input[type="button"]:disabled,input[type="radio"]:disabled,select:disabled,textarea:disabled{border:1px solid #ddd;background:#f8f8f8!important;color:#666;}
/*自定义的类属性*/

/*背景色定义*/
.GrayBgStyle{
	BACKGROUND-COLOR:#F3F3F3!important;
}
.MoreGrayBgStyle{
	BACKGROUND-COLOR:#D7D7D7!important;
}
.DarkBgStyle{
	BACKGROUND-COLOR:#CEDBE9!important;height:1px!important;
}
.MoreDarkBgStyle{
	BACKGROUND-COLOR:#1C7AC5!important;
}
.LightBgStyle{
	BACKGROUND-COLOR:#fff!important;
}
.MoreLightBgStyle{
	BACKGROUND-COLOR:#E9F2FB!important;
}
.WhiteBgStyle{
	BACKGROUND-COLOR:#FFFFFF!important;
}
/*校验未通过的数据行样式*/
.VerifyBgStyle{
	BACKGROUND-COLOR:#CCDEFF!important;
}
/*审批未通过的数据行样式*/
.AuditingBgStyle{
	BACKGROUND-COLOR:#ffff99!important;
}
.TableBorderLine{
	border:1px solid #A1BBCB!important;
}

/*文字颜色定义*/
.DarkFontStyle{
	COLOR:#0660A4!important;
}
.LightFontStyle{
	COLOR:#D4E1F2!important;
}
.WhiteFontStyle{
	COLOR:#FFFFFF!important;
}
.RedFontStyle{
	COLOR:#FF0000!important;
}
.GrayFontStyle{
	COLOR:#333333!important;
}
.MoreGrayFontStyle{
	COLOR:#999999!important; 
}

/*菜单树*/
.TreeBgStyle{margin-top:20px!important;}
.TreeNode img{ 
	border:0px;
}
.TreeNode a span{ 
	font-size:12px;
	margin-left:0px;
	padding:2px;
	height:17px;
	cursor:hand;
}
.TreeNode.Anchor{ 
	color:#000000;
	text-decoration:none;
}
.TreeNode>.selected{ 
	color:#FFFFFF;
	background-color:#2589D4;
}
.TreeNode.selected span{ 
	color:#FFFFFF;
	background-color:#2589D4;
}
#pfbf table{margin:0 auto;}

/*固定表头*/
.FixedHead{position:fixed;left:1%;top:-10px;z-index: 100;}
.Top55{margin-top: 55px!important;}

/*数据展示样式*/
.TableBorderStyle,
.CTableBorderStyle,
#divContent1 table{border-collapse:collapse;width:98%!important;margin:10px auto 20px; border-spacing: 0;background:#fff;}
.TableBorderStyle tr,
#divContent1 tr{background-color:#fff;border-bottom:1px solid #E2ECF7;border-top:1px solid #E2ECF7;border-left:1px solid #E2ECF7;}
.TableBorderStyle td,
#divContent1 td{padding: 6px 8px; height:36px; vertical-align: middle;word-break: break-all; word-wrap: break-word;color: #1F3149;border-right:1px solid #E2ECF7;}

/**隔行背景色设置**/
.TableBorderStyle>tbody>tr:nth-of-type(even),
#divContent1 table>tbody>tr:nth-of-type(even) {background-color:#FAFCFD}

/**鼠标滑过样式**/
.TableBorderStyle>tbody>tr:hover,
#divContent1 table>tbody>tr:hover{background-color:#FAFCFD;}

/**取消滑过样式**/
.NoHover>tbody>tr:hover{}
.NoHover>tbody>tr:nth-of-type(even){}

.TableBorderStyle tr td a{color:#3F88CA;}
.TableBorderStyle tr td a img{margin:0 2px 0 5px;vertical-align: middle;}
.TableBorderStyle tr td img{vertical-align: middle;cursor:pointer;}

#divContent1 table{margin-bottom:20px;}

.TableBorderStyle2{border-collapse:collapse; width:98%; border: solid 1px #dcdcdc; background-color: transparent; border-spacing: 0;}
.TableBorderStyle2 td{border:solid 1px #dcdcdc; line-height:20px; padding: 4px;}
.TableTdBgStyle2{background-color: #f9f9f9; line-height:20px; padding: 3px; word-break:keep-all; white-space:nowrap;}
.InnerTable{
	border-collapse: collapse; width:100%; border: 1px solid #A1C5F5;
}
.InnerTable td{
	border: 1px solid #A1C5F5; line-height:20px; padding: 2px;
}
.InnerNoBorderTable{
	border-collapse:collapse; width:100%; border: 1px solid #FFFFFF; 
}
.InnerNoBorderTable td{
	border: 0px; line-height:20px; padding: 2px;
}
.NoneBorderTable{
	border-collapse:collapse; width:98%; border: 1px solid #FFFFFF; 
}
.NoneBorderTable td{
	border: 0px; line-height:20px; padding: 2px;
}

.TableTdBgStyle,.TableTdBgStyle td{ padding: 8px 8px; vertical-align: middle;color: #1F3149; font-size: 14px; font-weight:700!important;word-break: keep-all; white-space: nowrap; border-right:1px solid #E2ECF7; border-left:1px solid #E2ECF7;border-bottom:1px solid #E2ECF7;background-color:#f7f9fd;}

.TableTitleStyle{color: #1F3149;font-size:16px; font-weight:700!important;line-height:26px;background: url(../images/icon_tit.png) 5px 11px #fff no-repeat!important;text-indent: 25px;border-bottom:1px solid #CEDBE9!important;border-left:1px solid #fff!important;border-right:1px solid #fff!important;border-top:1px solid #fff!important;}

.TableTitleStyle td{border-left:0!important;border-right:0!important;color: #1F3149;font-size:14px; font-weight:700!important;line-height:26px;}
.TableTitleStyle td div:first-child,
.TableTitleStyle div:first-child,
.TableTitleStyle td span:first-child,
.TableTitleStyle span:first-child,
.TableTitleStyle td strong:first-child,
.TableTitleStyle strong:first-child{word-break:keep-all; white-space:nowrap; color: #1F3149; padding:0;line-height: 30px; font-size:16px;font-weight:700!important;}

.WordBreakStyle{word-wrap:break-word;word-break:break-all;}
.SplitToolBarStyle{line-height:20px; padding:4px; text-align:right; word-break:keep-all; white-space:nowrap;border-left:1px solid #E2ECF7;}

/**取消标题和分页行的鼠标滑过背景色**/
.TableTitleStyle:hover,.SplitToolBarStyle:hover{background-color:#fff!important;}

/**标题右侧按钮样式**/
.TableTitleStyle a{display:inline-block; margin-right:5px; padding:4px 10px; margin-bottom:0; font-size:14px; font-weight:400; line-height:1.42857143;text-align:center; white-space:nowrap; vertical-align:middle; -ms-touch-action:manipulation;  touch-action:manipulation; cursor:pointer;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; background-image:none; border:1px solid transparent; border-radius:2px;background-color: #3F88CA; border-color: #3F88CA;color: #FFF!important;text-indent:0;}
.TableTitleStyle a:first-child:last-child{margin-right:0!important;}
.TableTitleStyle a.disabled,.TableTitleStyle a[disabled],fieldset[disabled] .TableTitleStyle a{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}
.TableTitleStyle a:hover,.TableTitleStyle a:active { opacity: 0.8;color: #FFF; }
.TableTitleStyle span a img,.TableTitleStyle div a img{display:none;}

/* tab标签展示 */
.PanelOnStyle,
.PanelOffStyle{height:36px;text-align:center;padding:0 10px;font-weight:bold;font-size:14px!important;line-height:14px;cursor: pointer;position: relative;}
.PanelOnStyle {color: #3F88CA; background-color: transparent;border-color: transparent;}
.PanelOnStyle::before{content: '';width:100%;height:2px;background: #3F88CA;position: absolute;top: 35px;left: 0;}
.PanelOffStyle{color:#657282;height:36px; text-align:center; }

/*鼠标覆盖行显示颜色*/
.TableTrMouseOver,.TableTrMouseOver td:first-child{
	
}
.TableBorderStyle tr:first-child{}

/*鼠标离开行显示颜色*/
.TableTrMouseOut,.dataTr{
	background-color:#FFFFFF;
}
/*选中的行显示颜色*/
.TableTrSelected{
	background-color:#CFE5FB;
}

.FpTitleStyle{ background-image:url(../images/fp_title.gif); background-repeat:repeat-x; cursor:hand; height: 30px;}
#RowsIcon,#TitleIcon{ margin: 0 0px; border:0px; vertical-align: text-bottom;}

/**公告内容预览**/
.ContentTitle{width: 100%; height:80px; line-height: 80px!important; font-size: 30px!important; font-weight: bold; text-align: center; border-bottom:1px dotted #ddd;padding:10px 0;}
.Content{margin:10px auto;width:80%;line-height:200%!important; }
.Content a,.Content td{padding-top:8px;line-height:200%!important;}
.Content input{width: 80%;maxlength:200;}
.Content .suojin{padding-left: 2em;}
.Content .suojin4em{padding-left: 4em;}
.Content .shsj2em{text-indent:2em;}
.Content .shsj4em{text-indent:4em;}
.Content .xhsj{padding-left: 1em;}
.Content img{width: 25px;height: 25px;}
.Content .apply_rz{
	margin:20px 20px;
	float:right;
	font-size: 20px;
	border:1px #1890FF solid;
	padding:3px 10px;
	background:#007bff;
	color:#fff!important;
}

.Content .table1 td{border-top: 1px solid #333;border-right: 1px solid #333;}
.Content .table1{border-left: 1px solid #333;border-bottom: 1px solid #333;text-align: center; width: 95%;}

.Content .xmgk{border:1px solid #000;}
.Content .xmgk p:first-child{font-weight:bolder;}
.Content .xmgk p{line-height: 40px;}
.Content .xmgk p span{font-weight:bolder;text-decoration: underline;text-indent: 0em}
.Content td span{display: inline-block;}
.Content .textarea{width: 80%;height: 10em;maxlength:4000;}
.Content .lxfs-left{display: inline-block; width: 4em; max-width: 17%; text-align-last:justify; text-align:justify; text-justify:distribute-all-lines;}
.Content .lxfs-right{display: inline-block; width: 80%;}
.Content .time{width: 20%;}
.Content .w2em{width: 2em;}
.Content .w90{width: 90%;}
.Content .w20{width: 20%;}
.Content .w30{width: 30%;}
.Content .w50{width: 50%;}
.Content .w10{width: 10%;}
.Content .w5{width: 5%;}
.Content .redio{width: 1em;}
.Content .hkys{display: inline-block;text-indent:0em;}
.Content .textLeft{text-align: left}
.Content .textRight{text-align: right}
.Content .zybdTable{width: 98%;text-align: center; margin: 10px auto;border:1px dotted #ddd;}
.Content .zybdTable td{border:1px dotted #ddd;}
.Content table{word-break:break-all;}

/* 弹出窗口—顶部 */
.PopTop { height:40px; margin:10px 15px;border-bottom: dashed 1px #dbdbdb; }
.PopTop .menuleft { float:left;}
.PopTop .menuleft .menutitle { font-size:16px; height: 33px; line-height: 33px; font-weight:700; color:#333; padding-left: 25px;float: left;}
.PopTop .menuright { float:right;line-height: 30px; }

#xMsg1{}
#xMsg1 td{background:red!important;}
/*体现包内容显示和隐藏的＋号背景*/
.TreeBao{ background:url(../images/icon16_zjpm_plus.gif) no-repeat 94% center; cursor:hand;}
.TreeTdBgStyle{ BACKGROUND-COLOR:#EBF3F9; height:22px; COLOR:#000000;}
.TableSearchTitleStyle{ background-color: #CFE5FB; line-height:20px; padding: 8px; text-indent:36px; font-weight:bold; word-break:keep-all; white-space:nowrap;}
div.tooltip{ background-color:#000; border:1px solid #fff; padding:10px 15px; width:200px; display:none; color:#fff; text-align:left; font-size:12px;}

/*协议供货搜索 黄永伟 20151119*/
.xygh-search{width:98%; margin:0 auto;margin-top:15px;}
.xygh-search ul{ width:900px; margin:0 auto; margin-top:6px; text-align:center; margin-bottom:6px; overflow:hidden; margin-left:10%;}
.xygh-search ul li{ width:300px; float:left; text-align:center;}
.xygh-search ul li input{ width:160px; height:28px; line-height:28px; background:#fff;}
.xygh-search ul li select{width:160px; height:28px; line-height:28px; background:#fff;border:none;}
.xygh-bnt{ height:45px; width:100%; text-align:center;border-top:1px solid #CEDBE9;padding:10px 0;margin-top:20px;}
.xygh-bnt a{cursor:pointer; height:34px; line-height:34px; font-size:15px; margin-right:15px;}

.m-ghxy{width:99%; margin:0 auto; margin-left:1%;}
.list-ghxy{ width:48%;min-width:400px; min-height:500px; float:left;border:1px #CEDBE9 solid; float:left;padding:0 10px;}
.list-ghxy h2{color:#1F3149;font-weight:600; font-style:normal; font-size:16px; height:45px; line-height:45px; text-indent:20px;border-bottom:1px solid #CEDBE9;}
.list-ghxy h2::before{float:left; content: ''; width: 3px; height: 18px; background: #3F88CA;position: relative;left: 6px;top:14px; }

/*电子商城*/
#xygh_m{background:url(../images/sc/nav_bg2.gif) 0 0 repeat-x;}
.ds-head-bg{ background:url(../images/sc/scnav_bg.gif) 0 0 repeat-x;}
.ds-head{ height:84px; width:1200px;margin:0 auto; color:#fff; overflow:hidden; background:url(../images/sc/nav_bg2.gif) 0 0 repeat-x}
.ds-head h1{ width:450px; height:80px; line-height:70px; float:left; background:url(../images/logo-ds.png) 0 0 no-repeat; padding-left:75px; overflow:hidden;}
.ds-head h1 a{font-size:22px; font-weight:500; color:#333;}
.ds-head h2{ width:400px; height:42px; float:right; background:url(../images/sc/service_01.gif) 0 0 no-repeat; text-indent:-9999px; margin-top:15px;}
.ds-gwc{height: 30px;line-height: 30px;width:100%;background:#f8f8f8; color:#666; border-bottom:1px #dbdbdb solid;text-align:center;}
.ds-gwc a{margin-right:15px;height:30px; line-height:30px;cursor:pointer;color:#666;}
.ds-gwc a:hover{ color:#e4393c;}
.ds-gwc span{ background:url(../images/icon-dwc.png) 0 2px no-repeat; padding-left:25px; }
.ds-gwc span em{ color:#ff0000; font-weight:normal; font-style:normal; margin-left:4px;}
.ds-nav{ width:100%; height:3px; background:#007bc4; margin-top:6px;}
.ds-nav ul li{ float:left; text-align:center; height:45px; line-height:45px; padding:0 10px; margin-left:10px;}
.ds-nav ul li a{ font-size:16px; color:#fff;}
.ds-nav ul li a:hover{ color:#f2fa0d;}
.ds-nav ul{ width:1200px; margin:0 auto;}
.gwc-list{ width:90%; margin:0 auto;}
.gwc-list table tr td{ height:30px; line-height:30px;}
.gwc-list table{ margin-bottom:15px;}
.gwc-list table tr td b{ font-size:14px;}
.sc_nav{ width:100%; height:40px; line-height:40px; /*background:#007ae7*/ background:url(../images/sc/nav_bg.gif) 0 0 repeat-x;}
.sc_nav ul li{ float:left; width:180px; text-align:center;}
.sc_nav ul li a{ color:#fff; display:block}
.sc_nav ul li a:hover{ background:#e4393c; color:#fff;}
.sc_nav ul li.current a{ background:#e4393c;}
.w1200{ width:1200px; margin:0 auto; overflow:hidden;}

/*商品详情页布局调整*/

.sc_wz{ font-size:13px; height:35px; line-height:35px;margin:0 auto; margin-top:10px; margin-bottom:10px;background:url(../images/sc/icon-home.png) 5px 10px no-repeat; padding-left:25px; width:1175px;}
.sc_wz a{ color:#333; margin-right:5px;}
.main_sc{ width:1198px; border:1px #e7e7e7 solid; background:#fff; margin:0 auto;padding-bottom:30px; margin-bottom:20px;}
.main_sc h1{ font-size:24px; height:50px; line-height:25px; width:100%;margin-top:20px;}
.main_sc h1 em{ font-size:14px; font-style:normal; font-weight:normal; color:#666; margin-left:20px;}
.sc_pro_left{ width:410px; float:left; margin-left:15px; margin-top:20px; margin-right:20px;}
/*滚动图片*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:400px;height:300px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{ width:400px; height:300px;z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
.spec-preview{width:400px;height:300px;border:1px solid #DFDFDF; float:left; margin-bottom:10px;}
.spec-scroll{clear:both;margin-top:5px;width:400px;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;font-family:"Microsoft YaHei";text-align:center;width:10px;height:54px; line-height:54px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:360px;height:56px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:56px;}
.spec-scroll .items ul li{float:left;width:70px;text-align:center; margin-right:3px; margin-top:3px;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:60px;height:45px;}
.spec-scroll .items ul li img:hover{border:2px solid #FF6600;padding:1px;}

.sc_pro_m{ width:520px; height:385px; float:left; position:relative;margin-right:10px; background:url(../images/sc/goodsdetial_bg_03.jpg) top right repeat-y;}
.detail-price{ width:100%; height:38px; line-height:38px; color:#666;}
.price{ font-size:24px; color:#e4393c;}
.price2{ font-size:14px; color:#333; margin-right:20px;}
.value{ margin-left:20px; font-size:13px;}
.zf_txt,.jrgwc{ width:100%; height:35px; line-height:35px; color:#333; font-size:13px;}
.jrgwc .TextStyle{border:none;}
.sppj .icon_stat{ background:url(../images/sc/icon-stat.png) 0 0 no-repeat;height: 14px;overflow:hidden;width: 65px;}
.sppj{ margin-top:5px; margin-bottom:5px; width:100%; height:auto;}
.jrgwc{ margin-top:5px;}
.jrgwc em{ margin-left:20px; font-size:12px; font-style:normal;}
.gm_btn{ width:100%; height:45px; margin-top:50px;}
.gm_btn a{ width:170px; height:45px; background:url(../images/sc/icon_gwc.gif) 0 0 no-repeat; overflow:hidden; float:left; text-indent:-9999px;}
.gm_btn a.icon_gwc:hover{ background:url(../images/sc/icon_gwc.gif) 0 -44px no-repeat}
.gm_btn a.icon_spdb{background:url(../images/sc/icon_gwc.gif) -170px 0 no-repeat; margin-left:15px;}
.gm_btn a.icon_spdb:hover{background:url(../images/sc/icon_gwc.gif) -170px -44px no-repeat;}
.gm_btn a.icon_fhsp{background:url(../images/sc/icon_gwc.gif) -338px 0 no-repeat; margin-left:15px;}
.gm_btn a.icon_fhsp:hover{background:url(../images/sc/icon_gwc.gif) -338px -44px no-repeat; margin-left:15px;}

.clear{ clear:both;}
.sc_pro_xx{border-top:1px #dcdcdc solid; width:1150px; margin:0 auto;margin-top:30px; margin-left:20px;}

/*选项卡切换*/
.tab {overflow: hidden;width:100%;height:40px;background: #f9f9f9; cursor:pointer;border: 1px solid #e9e9e9;}
.tab li {float: left; padding:0 30px;text-align: center; height:40px;line-height:40px;border-right: 1px solid #e9e9e9;}
.tab li.on {background:#e4393c; color:#fff;}
.tab li.on a{ color:#fff;}
.con {width:100%;border: 1px solid #ddd;border-top: none; height:auto;}
.sc_foot{ height:50px; line-height:50px; text-align:center; border-top:1px #dcdcdc solid; background:#f7f7f7; width:100%; color:#666;}
.sc_foot span{ margin-left:6px; margin-right:6px; font-size:14px;}

.sc_pro_r{ width:200px; float:left; position:relative}	
.sc_pro_r .cumulativeamount{ font-size:18px; margin-bottom:20px; margin-top:10px}
.sc_pro_r h2{ width:190px; height:35px; line-height:35px; font-size:16px; border-bottom:1px #dbdbdb solid;margin-top:20px; color:#333;}
.sc_pro_r ul li{ height:auto; line-height:30px; color:#666;}
.sc_pro_r ul li a{ font-size:12px;}
.gys_more{ width:100%; height:30px; line-height:30px;border-top:1px #666 dotted; margin-top:5px;}
.gys_more a{ color:#e4393c;}
.m_dingdan{ width:1200px; margin:0 auto;}
.m_dingdan_t {background:url("../images/sc/gouwu_bg.gif") no-repeat scroll 0 0;height:41px; line-height:41px;margin:50px auto;width:1000px;}
.m_dingdan_t ul li {float: left;height:41px;line-height:41px; text-align:center;width:330px; font-size:16px;}
.m_dingdan_t ul li span{ margin-right:15px; font-size:24px; font-style:italic; line-height:41px;}
.m_dingdan_t ul li.current2 {color: #fff;}
.m_dingdan_t ul li a{ color:#000; font-size:16px;}
.m_dingdan_t ul li.current2 a{ color:#fff;font-size:16px;}
#dingdan2 {background:url("../images/sc/gouwu_bg2.gif") no-repeat scroll 0 0;}
#dingdan3 {background:url("../images/sc/gouwu_bg3.gif") no-repeat scroll 0 0;}
#gwc {float: none; margin: 0 auto; overflow: hidden;}
#gwc .mem_dd, #gwc .mem_dd ul,.gw_all {width:1187px;}
#gwc h3 {font-size: 24px;height: 150px;line-height: 150px;overflow: hidden;text-align: center;
width: 100%;}
#gwc h3 a {color: #ea3314;font-size: 24px;}
.mem_dd ul li input {margin-right: 5px;}
.gw_all {background:#e7e7e7;height:45px;line-height:45px;margin:15px auto 0;}
.gw_all a {color: #000;font-size: 16px;}
.gw_all .fl {margin-left: 15px; float:left; line-height:45px;}
.gw_all .fl a {font-size: 14px;}
.gw_all .fr { color: #fff;font-size:18px;margin-right:0px; float:right; line-height:45px;color:#e4393c;}
.gw_all .fr em {color:#fff;float: left;font-size: 14px;font-style: normal;line-height:45px;margin-left: 25px;}
.gw_all .fr em strong {color: #ff6600;float: right;font-size:18px;font-weight: normal;line-height:45px;margin-left:10px; margin-right:15px;}
.gw_all .fr span strong {color:#e4393c;float: right;font-size:18px;font-weight:600;line-height:45px;margin-left:10px; margin-right:15px;}
.gw_all .fr span{float: left;color:#e4393c;}
.gw_all .fr span em{ color:#333;}
.gw_all .fr span.xiadan{ width:120px; height:45px; background:#e4393c; text-align:center; margin-left:10px;}
.gw_all .fr span.xiadan a{ color:#fff; display:block;}
.gw_js {margin: 20px auto 0;overflow: hidden;text-align: center;width: 1000px;}
.gw_js a {background:#ff6600;border-radius: 3px;color: #fff;display: block;font-size: 16px;height: 45px;line-height: 45px;width: 150px;}
.gw_js a:hover {background: #4a84d3;}
.mem_dd {border: 1px solid #e7e7e7;float: left;width: 895px;}
.mem_dd ul.jl_1 {background: #f9f8f8;border-bottom: 1px solid #e7e7e7;font-size: 16px;margin-top: 0;width: 895px; padding-top:0; padding-bottom:0;}
.mem_dd ul li {color:#666;float: left;font-size: 14px;height: 40px; line-height: 40px;text-align: center;width:140px;}
.mem_dd ul {float:left;padding-bottom: 10px;padding-top: 10px;width: 100%;}
.mem_dd ul.jl_1 li {font-size: 15px;font-weight:600; height: 40px;line-height: 40px;width: 140px;}
.mem_dd ul li img {width: 120px;}
.mem_dd ul li.te_hn img { height:60px;width:80px; float:left; margin-right:5px;}
.mem_dd ul li.mj {}
.mem_dd ul li a { color: #666;font-size: 12px;}
.mem_dd ul li.te_hn { height: auto;line-height: 25px; color:#333; width:260px; text-align:left; font-size:15px; font-weight:600;}
.mem_dd ul li.te_hn a {color: #333;text-decoration: none; font-size:14px;}
.mem_dd ul li.b-xz { text-align:left; width: 70px;}
.mem_dd ul li.b-xz input {margin-left:15px; margin-top:20px;}
.mem_dd ul li.jg {color:#333;font-size: 15px; font-weight:normal; font-style:normal;}
.mem_dd ul li .change-goods-num{margin-top:8px;}
.mem_dd ul li .change-goods-num input.goods-num{ margin-right: 0; width:50px; text-align:center;border:1px #dbdbdb solid;}
.mem_dd ul li.m_fk a{color:#666; font-size:12px; margin-left:5px; padding:3px 8px;border:1px #e7e7e7 solid;}
.mem_dd ul li.m_fk a:hover{ color:#e4393c;}
.mem_dd .shop-list ul{ border-bottom:1px #b5b5b5 dotted}
.mem_dd .shop-list ul:hover li.te_hn span{ color:#e4393c;}
.mem_dd_sj{ margin-top:10px;}
#gysmc{ float:left;}
.mem_txt{ background:#fff;}
.shop_ghs_name{width:1167px;height:40px; line-height:40px;float:left;font-size:14px;padding-left:20px;font-weight:600; background:#f7f7f7;}
.shop_ghs_name span.fr{float:right; margin-right:60px;}
.shop_ghs_name span.fr a{padding:2px 8px; background:#e4393c;color:fff; border-radius:5px;}

/*电子订单*/
.mem_dzdd{ width:960px;border:none; margin-left:20px; background:#f7f7f7}
.mem_dzdd ul li {color: #666;float: left;font-size: 14px;height: 40px;line-height: 40px;text-align: center;width:13%;}
.mem_dzdd ul.jl_1 {background: #f9f9f9;border:1px solid #e9e9e9;font-size: 16px;width: 100%; margin-bottom:10px; padding-bottom:0;}
.mem_dzdd ul {background:#fff;border-bottom:1px solid #e9e9e9;padding-bottom:5px;float:left;width: 100%;}
.mem_dzdd ul.jl_1 li{font-size: 15px;font-weight: 600;height: 35px;line-height: 35px;width:13%;}
.mem_dzdd ul li.te_hn{ width:34%;}
.mem_dzdd ul li img {float: left;height: 75px;margin-left: 15px;margin-right: 8px;margin-top:10px; margin-bottom:10px;width: 100px;}
.mem_dzdd .dd-list ul li{height:80px; line-height:30px;}
.mem_dzdd .dd-list ul li.d-ck{ line-height:30px; padding-top:15px}
.mem_dzdd .dd-list ul li.d-ck em{ margin-left:5px;}
.mem_dzdd .dd-list ul li.d-lxr,.mem_dzdd .dd-list ul li.d-order{ line-height:30px; padding-top:15px;}
.mem_dzdd .dd-list ul li.d-ck a{ font-style:normal; font-weight:normal; font-size:12px; color:#333;}
.mem_dzdd .dd-list ul li.d-ck a:hover{ color:#e4393c; text-decoration:underline;}
.mem_dzdd .dd-list ul li.te_hn{ height:auto; line-height:none; text-align:left; padding-top:5px;}
.mem_dzdd .dd-list ul li.te_hn .dd-tit,.mem_dzdd .dd-list ul li.te_hn .dd-time{height:46px; height:22px; line-height:22px; margin-top:15px;}
.mem_dzdd .dd-list ul li.te_hn .dd-tit{ padding-top:10px;}
.mem_dzdd .dd-list ul li.te_hn .dd-time{ height:30px; line-height:30px; margin-top:0;}
.mem_dzdd .dd-list ul li em{font-style:normal; font-weight:normal; font-size:12px; color:#333;}
.mem_dzdd .dd-list ul li.d-je{ color:#e4393c; padding-top:15px; font-weight:600;}
.mem_dzdd .dd-list ul li.d-order{ font-size:12px;}

/*分页样式*/
.list_page{ margin-top:20px;}
.list_page .SplitPageButtonStyle{ padding:5px 6px; background:#f7f7f7;border:1px #dcdccd solid; background:#fff;}
.mem_dzdd h2{border-bottom:1px solid #e7e7e7;float:left;height:40px;line-height:40px;margin-top:10px;text-align:left;width:100%; margin-bottom:15px;}
.mem_dzdd h2 span{ border-bottom: 3px solid #e4393c;float: left;font-size: 16px;height: 40px;line-height: 40px;}

/*电子订单列表*/
.dzdd_list{ background:#f7f7f7;}
.dzdd_list .mem_dzdd ul.jl_1{ background:#fff;}

/*左侧订单状态*/
.dzdd_zt{background:#fff;border:1px solid #e7e7e7;float: left; width:198px;padding-bottom: 50px; margin-top:20px;min-height:500px;height:auto;height:auto !important;}
.dzdd_zt h2{float: left;font-size:16px;font-weight:600;height:40px;line-height:40px;margin-left: 20px margin-top: 10px;padding-left: 30px; width:170px;}
.dzdd_zt ul {border-bottom:1px dotted #dfdfdf;float:left;margin-top:8px;padding-bottom: 20px;width: auto;}
.dzdd_zt ul li{height:35px;line-height:35px;padding-left:35px;width:163px;}
.dzdd_zt ul li a{font-size:14px; display:block;}
.dzdd_zt ul li:hover{background:#e4393c;}
.dzdd_zt ul li:hover a{color:#fff;}
.dzdd_zt ul li.current{background:#e4393c;}
.dzdd_zt ul li.current a{color:#fff;}
.m_top{ width:1200px; margin:0 auto;}

/*商城首页幻灯图*/
#big_banner_wrap {width: 1200px;height: 450px;margin: 0 auto;position: relative;color: #424242;}
#big_banner_wrap #banner_menu_wrap {width: 230px;height: 100%;float: left;position: absolute;/*background: rgba(0, 0, 0, 0.8);*/ background:url(../images/sc/banner_bg.png) 0 0 repeat;z-index: 600; }
#big_banner_wrap #banner_menu_wrap li {width:230px;height:63.3px;line-height:63.3px;float:left;transition: all 3s;-webkit-transition: all .3s;-moz-transition: all .3s;
-ms-transition: all .3s;cursor: pointer; border-bottom:1px #f9f9f9 dotted;}
#big_banner_wrap #banner_menu_wrap li img.icon_fl{ float:left; margin-top:18px; margin-left:15px;}
#big_banner_wrap #banner_menu_wrap li:hover{ background:#e4393c;}
#big_banner_wrap #banner_menu_wrap li a {font-size: 15px;color: #ffffff;margin-left:20px;float: left; line-height:63px;text-decoration: none;}
#big_banner_wrap #banner_menu_wrap li .banner_menu_i {float:right; width:15px; height:15px;margin-right: 20px; margin-top:24px; background:url(../images/sc/icon_jt.png) 0 0 no-repeat}
#big_banner_wrap #banner_menu_wrap li:hover a.banner_menu_i{ background:none;}

#big_banner_wrap #big_banner_pic_wrap {width: 1200px;height: 450px;overflow: hidden;position: relative; }
#big_banner_wrap #big_banner_pic_wrap #big_banner_pic {width: 6130px;height: 450px; position: absolute;float: left; }
#big_banner_wrap #big_banner_pic_wrap #big_banner_pic li {width:1200px;height: 450px;float: left;cursor: pointer; }
#big_banner_wrap #big_banner_change_wrap {width: 961px;height: 450px;position: absolute;top: 0px;left:235px;color: #ffffff; }
#big_banner_wrap #big_banner_change_wrap div {display: none;transition: all 3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s; }
#big_banner_wrap #big_banner_change_wrap div:hover {background: #333;cursor: pointer;color: #FF6700; }
#big_banner_wrap #big_banner_change_wrap #big_banner_change_prev {width:33px;height:45px;float: left;margin-top: 185px; background:url(../images/sc/ico/imgSlideLeft.png) 0 0 no-repeat}
#big_banner_wrap #big_banner_change_wrap #big_banner_change_next { width:33px;height:45px;float: right;margin-top: 185px;background:url(../images/sc/ico/imgSlideRight.png) 0 0 no-repeat}

#big_banner_wrap #banner_menu_wrap li .banner_menu_content {width:300px; height: 448px;display: none; z-index: 610; position:absolute;left: 230px;top:0px; background:url(../images/sc/menu_bg.png) 0 0 repeat; border:1px #e4393c solid;}
#big_banner_wrap #banner_menu_wrap li .banner_menu_content .banner_menu_content_ul {float: left; width:100%;}
#big_banner_wrap #banner_menu_wrap li .banner_menu_content .banner_menu_content_ul li {height: 40px;line-height:40px;width:140px; text-align:left; padding-left:0px; float:left;border:none;}
#big_banner_wrap #banner_menu_wrap li .banner_menu_content .banner_menu_content_ul li:hover{ background:none}
#big_banner_wrap #banner_menu_wrap li .banner_menu_content .banner_menu_content_ul li a {color:#333;float:left;font-size: 14px; background:none}
#big_banner_wrap #banner_menu_wrap li .banner_menu_content .banner_menu_content_ul li a:hover{ color:#e4393c;}

/*商城首页今日推荐*/
.i_recommand{ width:1200px; margin:0 auto;}
.i_recommand h2 {float: left;font-size:22px;font-weight: normal;line-height: 60px; height:60px; color:#555; width:100%;}
.i_recommand h2 span{ float:right;*+margin-top:30px;}
.i_recommand h2 span a{ font-size:12px; color:#666;}
.i_recommand ul li{ float:left;margin-right:14px; margin-left:8px;padding-top: 6px;width:215px;}
.i_recommand .list-1 li .b1-item{border: 1px solid #e9e9e9;height:250px;padding:10px 15px;position: relative; background:#fff;}
.i_recommand .list-1 li .b1-item:hover{border: 1px solid #e4393c; 
box-shadow:0px 3px 15px #bdbdbd;
-moz-box-shadow:0px 3px 15px #bdbdbd;
-ms-box-shadow:0px 3px 15px #bdbdbd;
-o-box-shadow:0px 3px 15px #bdbdbd;
-webkit-box-shadow:0px 3px 15px #bdbdbd;}
.i_recommand .list-1 li .b1-item img{ width:180px; height:135px;}
.i_recommand .list-1 li .b1-item:hover img{ 
transition:all ease 0.5s;
-moz-transition:all ease 0.5s;
-webkit-transition:all ease 0.5s;
-ms-transition:all ease 0.5s;
transform:scale(0.95);
-moz-transform:scale(0.95);
-webkit-transform:scale(0.95);
-ms-transform:scale(0.95);
box-shadow:3px 15px 30px #f8f8f8;
-moz-box-shadow:3px 15px 30px #f8f8f8;
-webkit-box-shadow:3px 15px 30px #f8f8f8;
-ms-box-shadow:3px 15px 30px #f8f8f8;
}
.i_recommand .list-1 li .b1-item .txt-wrap{padding-left: 6px;padding-top:10px;width: 180px;}
.i_recommand .list-1 li .b1-item .txt-wrap .t1{font-size:18px;line-height: 24px;margin-bottom:5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.i_recommand .list-1 li .b1-item .txt-wrap .t2 {font-size:13px;line-height: 24px;margin-bottom:5px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap; color:#666;}
.i_recommand .list-1 li .b1-item .txt-wrap .t3 {color: #cc0000;font-size: 20px;line-height: 30px;}
.i_recommand .list-1 li .b1-item .icon { background:url(../images/sc/home-bg-fix.png) 0 -73px no-repeat;color: #fff;font-family: "microsoft yahei";
    font-size: 16px;height: 53px;left: 0;padding: 10px;position: absolute;top: -6px;width: 59px;}
.clear{ clear:both;}
.sc_fnav{ background:url(../images/sc/fnav.png) center center #f7f7f7 no-repeat; width:100%; height:90px; margin-top:15px; border-top:1px #ccc dotted;}
#sc_fnav{ margin-top:30px; width:1200px; margin:0 auto; margin-top:80px;}

/*商品展示列表页*/
.sc_left{ width:200px; float:left; background:none;}
.sc_right{ width:970px; float:left; position:relative; margin-left:15px;}

/*填写订单页面*/
.xycgdd{ padding:20px; border:1px #dbdbdb solid; border-radius:10px; background:#fff;}
.mydd h1{ font-size:20px; color:#2c9dfc; height:45px; line-height:20px; font-style:normal; font-weight:600; text-align:center;}
.xycgdd h2{ width:100%; height:35px; line-height:35px; font-size:16px; color:#e4393c;border-bottom:1px #707070 dotted; margin-bottom:10px;}
.xycgdd table{ margin-bottom:15px;}
.xycgdd table tr.TableTdBgStyle,.xycgdd table tr td.TableTdBgStyle{ background:#f9f8f8;}
.xycgdd table tr.TableTdBgStyle td{font-weight:600;font-size:14px;}
.xycgdd table.TableBorderStyle td{border:1px #e7e7e7 solid; line-height:30px; }
.xycgdd table.TableBorderStyle td input.TextStyle,.xycgdd table.TableBorderStyle td select.SelectStyle{ height:30px; line-height:30px;}
.xycgdd table tr td.TableTdBgStyle{font-weight:500;font-size:14px;color:#333;}
.xycgdd textarea{ margin-top:10px; border:1px #e7e7e7 solid; height:75px; line-height:25px; width:98%;}
.xycgdd h3{ font-size:13px; line-height:40px; color:#666;}
.mydd .TableBorderStyle .{line-height:28px; height:28px;}

/*商品对比页面*/
.spdb_list{ width:90%; margin:0 auto; margin-top:15px; font-family:"Microsoft YaHei";}
.spdb_list .DataTableTitle{ height:30px; line-height:30px; background:#f2f2f2; text-indent:15px; font-size:15px; color:#333; padding:0;}
.spdb_list .DataTableTitle span a{ margin-right:15px;}
.spdb_list .DataTable td{border:1px #e1e1e1 solid; padding:5px 0;}
.spdb_list .DataTableTrBg td{ font-size:14px; font-weight:500;color:#066eee;}
.spdb_list .DataTableTdBg{ background:#fafafa; color:#333;}
.spdb_list table tr:hover{ color:#33F; background:#E9F8FD;}
.spdb_list .DataTableTrBg{ background:#fafafa; color:#066eee;}

.h10{ height:10px; background:#f7f7f7;}

/*展示订单详情页面*/
.h30{ height:30px;}
.show_dzdd{margin:0 auto; background:#fff;border:1px #dcdcdc solid; padding:30px;}
.show_dzdd h1{ height:45px; line-height:45px; text-align:center; font-style:normal; font-weight:normal; font-size:22px; color:#e4393c;}
.show_dzdd h1 span{ float:left; margin-left:10px;}
.show_dzdd table.TableBorderStyle{ width:100%;}
.show_dzdd .h10{ background:#fff;}
.show_dzdd table.TableBorderStyle td{ border:1px #dcdcdc solid;}
.show_dzdd table.TableBorderStyle td.TableTdBgStyle,.show_dzdd table tr.TableTdBgStyle{ background:#e9e9e9;}
.show_dzdd table.TableBorderStyle td.TableTdBgStyle{ padding-right:10px; padding:8px 0;}
.show_dzdd table tr.TableTdBgStyle{ height:35px; line-height:35px;}

.show_dzdd table.TableBorderStyle td.SplitToolBarStyle{background:#e9e9e9;}
.show_dzdd table.TableBorderStyle td.SplitToolBarStyle input.SplitPageButtonStyle{ background:#fff;border:1px #dcdcdc solid;}
.show_dzdd table.TableBorderStyle td.SplitToolBarStyle input.TextReadOnlyStyle{ background:#fff;border:1px #dcdcdc solid;}
.show_dzdd table.TableBorderStyle td input.TextStyle,.show_dzdd table.TableBorderStyle td select.sf{height:28px; line-height:28px;}
.show_dzdd table.TableBorderStyle td input#fptt{ width:260px; height:26px; line-height:26px; border:1px #dbdbdb solid;}


.dd_btn input.ButtonStyle,.dd_btn input{ background:#3498db;border-radius: 4px;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset; transition: color 0.25s linear 0s, background-color 0.25s linear 0s;padding: 12px 13px; 
	width:120px; border:none; color:#fff; font-size:14px; margin-right:20px; cursor:pointer;}
.dd_btn input.ButtonStyle:hover,.dd_btn input:hover{ background:#e4393c;}

/*供应商订单详情页面*/
.show_dzdd2{ width:910px; margin:0 auto;}
.show_dzdd2 table.TableBorderStyle{ width:100%;}
.show_dzdd2_qryj{ width:100%;border:1px solid #dcdcdc; margin-top:10px; margin-bottom:20px;}
.show_dzdd2_qryj h4{ height:30px; line-height:30px; background:#f9f8f8;border-bottom:1px solid #dcdcdc; font-size:14px; font-weight:normal; font-style:normal; padding-left:10px;}
.show_dzdd2_qryj h5{ height:30px; display:inline; line-height:30px;font-size:14px; font-weight:normal; font-style:normal; margin-left:10px;}
.show_dzdd2_qryj textarea{ margin:10px; width:60%;}
.dzdd_content{ width:90%; margin:0 auto;}
.dzdd_content h1.dzdd_tit{ background:url(../images/sc/h1_tit.gif) 0 0 repeat-x;height:60px; line-height:60px; padding-left:15px; font-size:22px; color:#e4393c;
 text-align:left; border:1px #dcdccd solid; border-bottom:none;}
.dzdd_content h1.dzdd_tit img{ width:30px;float:left; margin-top:16px; margin-right:15px;}

/*物流信息*/
.wlxx{background:#fff; height:auto; margin:0 auto;}
.wlxx h1{ background:url(../images/sc/icon_ddxx.png) 0 0 no-repeat; background-size:35px; height:40px; line-height:40px; padding-left:45px; font-size:24px; color:#666;}
.wlxx h2{ margin-top:10px; height:35px;font-size:16px;border-bottom:1px #dbdbdb solid;}
.wlxx h2 span{ margin-right:20px;}
.wlxx h2 span em{ font-style:normal; font-weight:normal; color:#e4393c;}
.wlxx h3{ margin-top:30px; height:40px; line-height:30px; display:inline-block;width:100%; font-size:18px; color:#333; background:url(../images/sc/icon_tdot.gif) 0 7px no-repeat; padding-left:10px;}
.wlxx h4{ height:35px; line-height:35px; color:#e4393c;}
/*物流进度条*/
#process{ width:706px; height:100px; margin:0 auto;}
#process .node, #process .proce { background-image:url(../images/sc/bg_state.jpg); background-repeat: no-repeat;float: left;height: 13px;
position: relative;}
#process .node { width: 13px;}
#process .proce {-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;border-color: #fff;
border-image: none;border-style: solid;border-width: 0 5px;width: 150px;}
#process .tx1 {height: 36px;margin-bottom: 16px;}
#process .tx2{ font-size:14px;line-height:30px;}
#process .tx3 {color: #999;line-height: 15px; font-size:12px}
.node.wait {background-position: -150px -40px;}
.node.ready {background-position: -150px 0;}
.node.singular {background-position: -150px -60px;}
.proce.wait {background-position: 0 -40px;}
.proce.doing {background-position: 0 -20px;color: #360;}
.proce.ready {background-position: 0 0;}
#process .wait .tx2 {color: #999;}
#process ul {margin-top: -38px;position: absolute;text-align:center;}
#process .proce ul {width: 150px;z-index: 5;}
#process .node ul {margin-left: -152px;width: 318px;z-index:1;}
#process .tx1 {height: 36px;margin-bottom: 16px;}
#process .tx3 {color: #999;line-height: 15px;}

/*物流信息显示*/
.order-delivery,.shxx{ width:90%; margin:0 auto;}
.delivery-list-wrapper{border:1px solid #83c44e;padding:10px; background:#efffe2;}
.order-delivery .delivery-num{ height:40px; line-height:40px;}
.order-delivery .delivery-num span{ margin-right:20px;}
.delivery-list li {overflow: hidden;padding: 6px 6px 6px 18px;position: relative;text-overflow: ellipsis;white-space: nowrap; color:#666; font-size:13px;}
.delivery-list li::before {background-color: #e0e0e0;content: "";height: 30px;left: 3px;position: absolute;top: 0;width: 1px;}
.delivery-list li::after {background-color: #e0e0e0; border-radius: 7px;content: "";height: 7px;left: 0; position: absolute;top: 11px; width: 7px;}
.delivery-list li.first::after {background-color: #83c44e;}
.delivery-list li.first::before {height: 15px;top: 15px;}
.delivery-list li.last::before {height: 15px;}
.shxx ul li{ height:30px; line-height:30px; color:#666; font-size:14px;}
.shxx ul li span{ font-weight:600; margin-right:15px; float:left; width:110px; text-align:right;}
.shxx ul li span.icon_ds{ font-weight:normal; width:auto; background-position:0px 8px;}
.shxx ul li input.TextReadOnlyStyle{ height:30px; line-height:30px;}
#shxx ul li{ width:48%; float:left;}
#pjxx{ margin:0 auto;}
#pjxx ul li span{ float:left; width:158px; text-align:right;}
#pjxx ul li{ height:45px; line-height:45px;}
#pjxx ul li p#countN{ line-height:45px; font-size:24px; color:#e4393c;}
.shxx ul li input,.shxx ul li input.TextStyle{ height:29px; line-height:29px;}
.shxx ul li select.SelectStyle{ height:29px; line-height:29px;}
.shxx ul li select{ border:1px #ccc solid;}
.shxx ul li.zffs{ width:100%;}
.shxx ul li input[type="radio"]{ height:auto; line-height:auto;}
.shxx ul li textarea{ float:left;}
span.icon_gys{ font-size:14px; font-weight:normal; background:url(../images/icon_gys.gif) 0 2px no-repeat; padding-left:20px;}
span.icon_ds{ font-size:14px; font-weight:normal; background:url(../images/icon_ds.gif) 0 2px no-repeat; padding-left:20px;}

em.icon_gys{ font-size:14px; font-weight:normal; background:url(../images/icon_gys.gif) 0 2px no-repeat; padding-left:20px;font-style:normal;font-weight:normal;}
em.icon_ds{ font-size:14px; font-weight:normal; background:url(../images/icon_ds.gif) 0 2px no-repeat; padding-left:20px;font-style:normal;font-weight:normal;}

.dzdd_table{ width:100%; height:auto;border:1px #ccc solid; margin-top:15px;}
.dzdd_table tr.TableTdBgStyle{ height:35px; line-height:35px; background:#f1f1f1;border-bottom:1px #e7e7e7 solid; margin-top:10px;}
.dzdd_table .TableTdBgStyle span{ margin-left:20px;}
.dzdd_table .TableBorderStyle img{ width:80px; height:60px; float:left; padding:3px; border:1px #e7e7e7 solid; margin-right:10px; margin-bottom:5px; margin-top:5px;}
.dzdd_table .TableBorderStyle td,.dzdd_table .TableBorderStyle{border:none;}
.dzdd_table .TableTrMouseOver{ background:#fff;}
.dzdd_table tr td{border-right:1px #e7e7e7 solid;}
.dzdd_table table.TableBorderStyle tr{border-bottom:1px #e7e7e7 solid;}
.dzdd_table tr td,.dzdd_table tr td a{color:#333;}
.dzdd_table tr td a:hover{ color:#e4393c;}

/*购物车商品信息*/
.mydd_spxx{ height:45px; line-height:30px; float:left; width:100%;}
.mydd_spxx ul li{ margin-right:20px;height:35px; float:left;}
.mydd_spxx ul li.mydd_spxx_tel{ background:url(../images/sc/mydd_spxx_tel.png) 0 3px no-repeat; padding-left:30px;}
.mydd_spxx ul li.mydd_spxx_lxr{ background:url(../images/sc/mydd_spxx_lxr.png) 0 3px no-repeat; padding-left:30px;}
.mydd_spxx ul li.mydd_spxx_mc{ background:url(../images/sc/mydd_spxx_mc.png) 0 3px no-repeat; padding-left:30px;}
.mydd_spxx ul li.mydd_spxx_bh{ background:url(../images/sc/mydd_spxx_dd.png) 3px 3px no-repeat; padding-left:30px;}

.glx_btn{ float:left;margin-left:10px;}
.glx_btn a{ padding:3px 10px; background:#ff6100;border:solid 1px #ea5e0b;margin-top:5px;float:left;margin-bottom:10px;font-size:15px; border-radius:3px; color:#fff;}
.glx_btn a:hover{ background:#2288e7; border:1px #0a6bc6 solid;}

.fade {
	opacity:0;
	-webkit-transition:opacity .15s linear;
	-o-transition:opacity .15s linear;
	transition:opacity .15s linear
}
.fade.in {
	opacity:1
}

/* PANELS */
.nav-tabs { margin-bottom: 10px; }
.nav-tabs > li { background: none; border: none; margin-right: 20px; }
.nav-tabs > li > a { display: inline-block; color: #657282; font-size: 16px; padding: 2px 20px; cursor: pointer; }
.nav-tabs.lg > li > a { font-size: 18px; }
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus { color: #1890FF; }

.search-diy-right{float: right;display: flex;align-items: center;margin: 0 10px 15px 0;}
.search-diy-tabs{border-bottom: none;text-indent: 0;border-radius: 2px;overflow: hidden; margin-bottom: 0;display: inline-block;border: 1px solid #DCDFE3;}
.search-diy-right .nav-tabs > li{margin-right: 0;}
.search-diy-right .nav-tabs > li > a{padding: 4px 10px;border:none;margin-right: 0px;font-weight: 500;border-radius: 2px;font-size: 14px;}
.search-diy-right .nav-tabs{padding:0; background:#F5F9FB;display: flex;}
.search-diy-right .nav-tabs > li > a:hover,.search-diy .nav-tabs > li > a:focus{border:none;background: none;}
.search-diy-right .nav-tabs > li.active > a{background: #1890FF;font-weight: normal;color: #fff;}

/*流程图*/
.parHd {width: 98%; height: 90px; margin:0 auto; overflow: hidden;}
.parHd ul{ width: 100%; text-align: center; margin: 0 auto; padding-top: 20px !important;}
.parHd li:before{ content: ''; width:200%; height:1px; background:#E2ECF7; position: absolute;top: 0; right:-50%;}
.parHd li{display: inline-block; cursor: pointer; padding-top:20px; font-size:14px; color: #000;margin:0 30px; position: relative;}
.parHd li:after{content: '';background: #3F88CA; border-radius:100px;width: 12px;height: 12px;position: absolute;z-index: 20;top: -6px;left: calc(50% - 5px);}
.parHd li dt{color:#3F88CA;}

/*采购导航流程环节样式*/
.steps-box{display: flex;justify-content: space-between;height:50px;align-items: center;}
.steps-box li:nth-child(1) span{margin:0 5px 0 25px;}
.steps-box li:nth-child(1) span:nth-child(1){margin-left:0;}
.steps-box li:nth-child(2) span{margin:0 5px 0 25px;}
.steps-box .blue{color:#3F88CA}
.steps-box .green{color:#52C41A;}
.steps-box .red{color:#EB4621;}
.steps-box .gray{color:#ADB3BC;}
.bwizard-steps{padding:0;display: flex;margin: 0;flex-wrap: wrap; position: relative;left: 0px;}
.bwizard-steps li{display: flex;position:relative;margin: 0 50px 20px 0;list-style:none;padding: 0 0px 0 20px;background:#fbfbfb;zoom:1;height: 56px;align-items: center;width: 200px; border-radius: 12px;border:solid 1px #d1d1d1;}
.bwizard-steps li:after{position:absolute;width: 40px;content:"";height: 12px;background: url(../images/smzq-jiantou.png) no-repeat!important;top: 21px;right: -45px;}

.bwizard-steps a p{color: #a4a8ad;}

.zcdhxm{padding:0;display: flex;margin: 0;justify-content: flex-start; position: relative;left: 0px;}
.zcdhxm li{display: flex;position:relative;margin: 20px 70px 20px 0;list-style:none;padding: 0 0 0 20px;background:#ddd;zoom:1;height: 46px;align-items: center;border-radius: 12px;z-index: 2}
.zcdhxm li:after{position:absolute;width: 40px;content:"";height: 12px;background: url(../images/smzq-jiantou.png) no-repeat!important;top: 21px;right: -55px;}

.bwizard-steps li:last-child:after, .zcdhxm li:last-child:after{display:none;}
.bwizard-steps li:last-child, .zcdhxm li:last-child{margin-right: 0;}

.bwizard-steps li .label, .zcdhxm li .label{margin:0 5px 0 0;width: 30px;height: 30px;line-height: 30px;background: #dfdfdf;border-radius: 20px;text-align: center;color: #666;}
.bwizard-steps a, .zcdhxm a{color:#707070;width: calc(100% - 35px);}
.bwizard-steps a p, zcdhxm a p{font-size: 12px;}
.bwizard-steps .green, .zcdhxm .green{color:#fff; background: linear-gradient(to right, #52C41A, #62E021); }
.bwizard-steps .green .label, .zcdhxm .green .label{background: #fff;color:#52C41A;}
.bwizard-steps .green a,.bwizard-steps .green a p, .zcdhxm .green a,.zcdhxm .green a p{color:#fff;}
.bwizard-steps .blue, .zcdhxm .blue{color:#fff;background: linear-gradient(to right, #3F88CA, #4DA5F0);}
.bwizard-steps .blue .label, .zcdhxm .blue .label{background: #fff;color:#3F88CA;}
.bwizard-steps .blue a,.bwizard-steps .blue a p, .zcdhxm .blue a,.zcdhxm .blue a p{color:#fff;}

/* 小页面弹框 */
.popym-showdiv{width:80%;height:230px;background:#fbfbfb;position: absolute;top:150px;left:10%;z-index: 1001;display:none;text-align:center}
.popym-showdiv p{width:100%;line-height:50px;height:50px;text-align: center;font-size:20px;margin:10px 0 20px 0}
.popym-showdiv .clo_btn{width:60px;height:30px;line-height:30px;font-size:15px;right:0;position:absolute;background:rgb(230, 230, 230);text-align:center;color:#111;cursor:pointer}
.popym-showdiv .clo_btn:hover{background:#F52F3E;color:#fff;text-decoration:none;line-height:30px;}
.popym-bjdiv {display: none;position: fixed;left: 0;top: 0;bottom: 0;background: rgba(0,0,0,0.3);filter: alpha(opacity=80);height: 100%;width: 100%;z-index: 1000;}