@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
        
}
ul,li,ol,a,b {
	text-decoration:none;
	list-style:none;
}
body{
	font-size:14px;
	position:relative;
	width:100%;
	/* [disabled]min-width:320px; */
}

.ra5{
	border-radius: 5px;
}
.wrap{
	position:relative;
	width:100%;
	height:100%;
}
.header{
	position:relative;
	height:87px;
	margin:0 auto;
}
.hea_top{
	height:50px;
	z-index:2999;
	/*background:url(../img/logic_bg.jpg) repeat-x;*/
}
	
.nav{
	height:37px;
	z-index:3999;
	background:url(../img/navigation_bg.png) repeat-x;
	color:#FFF;
}
.to_img{
	float:left;
	padding:0.4% 1% 0;
}
.to_img img{
	border:0;
}
img[name="ht"]{
	position:relative;
	padding:0;
	padding-bottom:39px;}
	
.right_img1{
	position:relative;
	float:right;
	width:190px;
	height:24px;
	line-height:24px;
	padding:0.8% 0.1% 0;
}
img[name="tc"]{
	margin-right:20px;}
	
.nav_text{
	position:fixed;
	padding:0 220px;
	font-family:黑体;
	font-size:14px;
}
.nav_text ul{
	position:absolute;
	padding:0;
	float:left;
	width:400px;
	height:35px;
}
.nav_text ul li{
	float:left;
	margin-right:10px;
	width:140px;
	height:35px;
	line-height:35px;
}
.nav_right{
	position:relative;
	float:right;
	width:80px;
	height:35px;
	line-height:35px;
	padding-right:20px;
}
	
.down{
	position:relative;
	margin:0 auto;
	height:2200px;
	overflow:hidden;
	border: 1px solid #c1c1c1;
    border-top: 0;
    margin-bottom: 50px;
    background: #fff;
}
	
/*左下拉列表*/

.left{
	float:left;
	width:14%;
	height:2200px;
	background:#EEEEEE;
	overflow:hidden;
}

.left div{
	width:100%;
}
.left_bt{
	margin-top:10%;
}
.bj{
	position:relative;
	width:100%;
	height:40px;
	line-height:40px;
	overflow:hidden;
	background:url(../img/barline.png)
}
.bj img{
	float:left;
	margin-left:26%;
	padding:10px 1%;
}
.bj a{
	display:block;
	width:80%;
	height:40px;
	line-height:40px;
}
.xl{
	position:relative;
	font-family:黑体;
	font-size:14px;
	width:100%;
	display:block;
}
.xl li{
	width:100%;
	padding:0;
	text-align:left;
	padding-left:30%;
	height:40px;
	line-height:40px;
	list-style:disc;
}
.xl li a{
	display:block;
	width:100%;
	color:#000;
}
.xl li:hover{
	background-color:#D2D2D2;
}
	
	
	
/* 右边的*/


.right{
	margin:0;
	padding:0;
	width:86%;
	float:right;
	position:relative;
}

.logic{
	margin-top:20px;
	float:left;
	width:100%;
	height:50px;
	/*background:url(../img/logic_bg.jpg) repeat-x;*/
}
	
.wz{
	position:relative;
	width:450px;
}
.wz li{
	/*width:80px;*/
	float:left;
	height:50px;
	line-height:50px;}

.bground{
	position:relative;
	width:800px;
	float:left;
	height:145px;
	background-color: #F3F3F3;
	moz-border-radius: 95px; 
	-webkit-border-radius:95px;
	margin-left: 140px;
    margin-top: 223px;
	overflow:hidden;
}
.bgtable{
	font-family:黑体;
	font-size:14px;
	margin-top:20px;
	margin-left:50px;
	width:700px;
	height:105px;
}
.bground tr td{
	background-color:#F3F3F3;
	width:40px;
	height:5px;
}
	
	
/*编辑分类*/
.rig_fl{
	position:relative;
	width:600px;
	margin-left:10%;
	margin-top:10px;
	float:left;
}
#u156 p{
  position:relative;
  font-weight:600;
  font-size:18px;
  height:20px;
  width:170px;
  word-wrap:break-word;
}
.constent{
	position:relative;
	width:600px;
	font-size:16px;
	height:500px;;
	margin-top:20px;
	color:#FFF;
	display:inline-block;
	border:1px solid #D5D5D5;
	z-index:2999;
}
.constent table{
	text-align:left;
	color:#000;
	height:40px;}
.con_main{
	width:600px;
	overflow:auto;
	border:1px solid #D5D5D5;
}
	
.bo_tj{
	position:absolute;
	width:100%;
	height:50px;
}	
.bo_tj a{
	text-align:center;
	color:#000;
	width:100px;
	height:30px;
	line-height:30px;
	border:1px solid #EEE;
	border-radius:7px;
	margin:10px 30px;
}
.bo_tj a:hover{
	background:#6FF;
}
#yj{
	float:left;
}
#bc{
	float:right;
        width: 130px;
}
	
/*无限分级*/


div, ul, li { 
    margin: 0px; 
    padding: 0px; 
    list-style-type: none; 
}

#TreeList { 
    background-color: #FFFFFF; 
    margin-top: 6px; 
    margin-right: 9px; 
    margin-bottom: 6px; 
    margin-left: 9px; 
    border: 1px solid #5d7b96; 
    padding-bottom: 6px; 
    padding-left: 6px; 
} 
#TreeList .mouseOver { 
    background-color: #FAF3E2; 
} 

#TreeList .ParentNode { 
    line-height: 21px; 
    height: 21px; 
    margin-top: 2px; 
    clear: both; 
}

/*发布公告*/
.cjdls{
	float:left;
	width:98%;
	margin-top:20px;
	margin-left:1%;
}
.cg{
	margin-top:20px;
	width:100%;
	z-index:2999;
	padding-bottom:10px;
}
.cg a{
	text-align:center;
	margin-top:10px;
	display:block;
	width:80px;
	height:30px;
	background:#F90;
	line-height:30px;
}
.cg span{
	display:block;
	height:20px;
}
	
.an{
	width:140px;
	font-size:18px;
	height:40px;
	background:#F90;
	color:#FFF;
	border-radius:5px;
}
.xz{
	padding-top:30px;
	width:100%;
	height:50px;
}
	
.cjck_table{
	z-index:3999;
	margin-top:20px;
}
.cjck_table a:hover{
	background:#6FF;
}
.cjck{
	float:left;
	width:98%;
	margin-top:20px;
	margin-left:1%;
}	
	

#qx{
	float:left;
}
#bc{
	float:right;
}
.cjck_table{
	z-index:2999;
}
.cs_text{
	width:100%;
	text-align:center;
	height:50px;
	line-height:50px;
	border:1px solid #EEE;
	border-radius:6px;
	background:url(../img/table-tr.jpg)
}
.dls_table{
	margin-top:30px;
	margin-left:30px;
	text-align:center;
}
.dls_table tr{
	height:40px;
}
.dl_bo{
	width:100%;
	margin-top: 20px;
}
.dl_bo a{
	text-align:center;
	color:#fb2640;
	width:70px;
	height:30px;
	line-height:30px;
	border:1px solid #fb2640;
	border-radius:7px;
	margin:10px 30px;
}
.dl_bo a:hover{
	background:#fb2640;
	color: #fff;
}
.sr a{
	display:inline-block;
	width:100px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:black;
	border-radius:8px;
	border:1px solid #CCC;
	background:#CCC;
	text-align:center;
	margin:0 100px;
}
.sr a:hover{
	background:#6FF;
}
#qx{
	float:left;
}
#bc{
	float:right;
}
.wl{
	position:relative;
	margin-top:2%;
	margin-left:2%;
	float:left;
}
.cg{
	padding:0;
	margin-top:20px;
	width:100%;
	z-index:2999;
	margin-bottom:30px;
}
	
.an{
	width:140px;
	font-size:18px;
	height:40px;
	background:#F90;
	color:#FFF;
	border-radius:5px;
}

.wl_top{
	float:left;
	margin-top:20px;
	margin-left:30px;
}
.wl_top td{
	height:30px;
}
.wl_bo {
	position:relative;
	width:98%;
	margin-left:1%;
	margin-top:20px;
	float:left;}
	
.df_table{
	position:relative;
	width:98%;
	margin-left:1%;
	margin-top:20px;
	float:left;
}
.wl_bo table td{
	word-break:break-all;
}
.clj a{
	float:left;
	display:block;
	width:80px;
	height:30px;
	line-height:30px;
	border:1px solid #ccc;
	border-bottom:0;
	text-align:center;
	margin:0 2px;
	background:#F5F5F5;
}
.clj a:hover{
	background:#FFF;}
#wl_fh{
	float:right;
	display:block;
	width:80px;
	height:30px;
	background:#F90;
	margin-right:5%;
	line-height:30px;
	color:#000;
	margin-bottom:5px
}
#wl_xx{
	padding-left:80px;
	padding-top:2%;
}
.wl_img{
	width:40px;
	height:40px;
	position:absolute;
	overflow:hidden;
padding-left:20px;
}
.wl_left{
	float:left;
	height:30px;
}
.wl_left p{
	width:600px;
	float:left;
} 
.wl_right{
	float:right;
	height:30px;
	width:110px;
	padding-right:50px;
	line-height:30px;}
	
.dls{
	position:absolute;
	margin-top:50px;
	margin-left:350px;
	width:600px;
	height:400px;
	background:#FFFFFF;
	z-index:49999;
	border:2px solid #EFEFEF;
	border-radius:6px;
	font-size:16px;
}
.dls_table{
	margin-top:30px;
	margin-left:30px;
	text-align:center;
}
.dls_table tr{
	height:40px;
}
#cur{
	background:#FFF;
}
	
	
/*上传产品*/
.sc_xz{
	position:relative;
	margin:2% 1%;
	float:left;
	width:100%;
}
#xx{
	float:left;
	width:100%;
	margin-left:200px;;
	margin-top:-10px;
	border-top:1px dashed #000;
	margin-bottom:30px;
}
.sc_xz h4{
	margin-left:25px;
}
.sc_main{
	width:640px;
	height:500px;
	margin-top:20px;
	margin-left:15%;
	border:1px solid #CCC;
	overflow:auto;
}
.sc_fl1{
	width:200px;
	height:500px;
	float:left;
	border:1px solid #CCC;
	overflow:auto;
	text-align:center;
}
.sc_fl1 input{
	margin-top:10px;
	width:190px;
	height:30px;
	text-align:center;
}
.sc_fl1 a{
	display:block;
	padding-top:10px;
	color:#000;
	width:200px;
	height:30px;
	line-height:30px;
}
.sc_fl1 a:hover{
	background:#6FF;
}
.sc_bo{
	height:30px;
	width:640px;
	margin-top:20px;
	margin-left:15%;
	background:#CCC;
}
.sc_bo li{
	float:left;
	height:30px;
	line-height:30px;
	padding-left:20px;
}
.sc_table a{
	color:#000;
	display:block;
	width:300px;
	height:30px;
	line-height:30px;
}
.sc_table a:hover{
	background:#6CF;
}
.sc_an{
	margin-left:30%;
	margin-top:60px;
}
.sc_an a{
	display:block;
	width:200px;
	height:30px;
	border:1px solid #CACACA;
	border-radius:8px;
	text-align:center;
	line-height:30px;
}
.sc_an a:hover{
	background:#999;}


/*上传商品下一步*/

.scxyb{
	float:left;
	width:98%;
	margin-top:20px;
	margin-left:1%;
}
.xy_top{
	width:98%;
	height:30px;
	background:#CCC;
	border-radius:8px;
	padding-top:20px;
}
.top_span span{
	margin:15px
}
#top_sp{
	float:left;
	margin-top:20px;
}
.sc_xz span{
	float:left;
}
#sc_form{
	position:relative;
	width:65%;
	height:100%;
	background:#EEE;
	position:relative;
	text-align:center;
}
#sc_form table{
	margin:0 auto;
	margin-top:5%;
	height:30px;
	line-height:30px;
}
#sc_form1{
	position:relative;
	background:#CCC;
}
#sc_form1 div{
	height:100px;
	width:100px;
	background:#fff;
}
#sc_form1 .opacity0{
	opacity:0;
	float:left;
}
.fileccc{ 
	 position:absolute;
	 z-index:300;
	 opacity:0;
	 width: 100px;
	 height: 30px;
	 margin-top:-30px;
	 filter:alpha(opacity=0);
	width:0px;
height:0px;
	 } 
#sc_form1 a{
	position:relative;
	text-align:center;
	display:block;
	width:100px;
	height:30px;
	line-height:30px;
	background:#6FF;
}
#sc_form1 table{
	padding:20px;
}
#sc_form1 table td{
	overflow: hidden;
}

#sc_form3 a{
	color:#000;
	text-align:center;
	display:block;
	width:200px;
	height:40px;
	line-height:40px;
	background:#CCC;
}
#sc_form3 a:hover{
	background:#6FF;}
	
/*仓库*/
#ck{
	float:left;
	height:30px;
	width:70px;
	line-height:30px;
	border:1px solid #000;
	border-bottom:0px;
	background:#6FF;
	text-align:center;
}
/* 创建仓库*/
.to_text{
	float:left;
	background:url(../img/barline_cus.png);
	text-align:center;
	height:34px;
	width:98%;
	margin:0 auto;
	margin-top:40px;
	margin-left:1%;
}
.to_text span{
	height:34px;
	line-height:34px;
	 }
.ck_main{
	float:left;
	margin:40px 20%;
}
.ck_main table td{
	height:30px;}
.diqu table td{
	height:30px;}
.diqu table tr{
	border:1px solid #CCC;}
	
#ck_bc{
	display:block;
	width:60px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#F90;
	
}
	
	/*代理商指标*/
	.dls_table a{
	float:left;
	margin-right:40px;
	display:block;
	height:25px;
	width:25px;
	background:#F90;
	line-height:25px;
}
	
	
/*会员体现*/
.ck_top table{
	border-bottom:1px solid #00F;
	border-left:1px solid #00F;
	border-right:1px solid #00F;
	border-top:1px solid #00F;
	margin-bottom:30px;
	float:left;
}
.ck_top table td{
	height:30px;
}
/*会员返利*/
.cjck_table h3{
	margin:2% 1%;}
	
	/*物流公司已发货*/
.bo_table table input{
	position:relative;
	float:left;
}
.bo_table table p{
	margin-left:50px;}
.bo_table table td{
	height:40px;
}

/*发布礼品卡*/
.an_cg{
	width:600px;
	height:40px;
	margin-bottom:30px;
}
.an_cg a{
	width:150px;
	text-align:center;
	display:block;
	height:40px;
	line-height:40px;
	float:left;
	margin-right:30px;
	border:1px solid #039;
	color:#000;
}
.an_cg a:hover{
	background:#666;
}
	

/*进货哦管理*/
.xq_top{
	width:100%;
	padding-top:20px;
	margin-bottom:30px;
}
.xq_top li{
	float:left;
	width:250px;
	height:30px;
	line-height:30px;
	margin-bottom:20px;
}
.cg_xq{
	float:left;
	width:98%;
	margin-left:1%;
}
.cg_xq table{
	text-align:center;
}
.cg_xq td{
	width:20%;
	height:40px;
}
.kc{
	width:100%;
	margin:1.5% 1.5%;
	float:left;
	height:2000px;
}
.kcyj{
	width:800px;
	min-height:100px;
	background:#F2F2F2;
	margin:10px 10px;
	border-radius:25px;
}
.kcyj span{
	padding-left:20px;
	width:700px;
	height:50px;
	line-height:50px;
}

.rootul input{
	border-style:none;
}
.rootul .cate1{
	width:156px;
}
.rootul .cate2{
	width:140px;
}
.rootul .cate3{
	width:124px;
}
.rootul .setting{
	height:12px;
	display:none;
}
.rootul .adtc{
	height:12px;
	line-height:12px;
	padding-left:5px;
}
.rootul a{
	text-decoration:none;
}
.catediv{
	width: 100%;
    margin: 2.5% 2.5%;
    float: left;
    min-height: 10px;
}


/*礼卡*/

.cread_cards{
	width: 100%;
	height: 70px;
	clear: both;
}
.cread_cards a{
	width: 100px;
	height: 35px;
	background: RGB(255,153,0);
	color: #FFF;
	border: 1px solid RGB(255,153,0);
	border-radius: 5px;
}
#earch{
	width: 70px;
	height: 35px;
	background: RGB(153,153,153);
	border: 1px solid RGB(153,153,153);
	color: #FFF;	
}

.cards_up_down a{
	width: 90px;
	height: 35px;
	border: 1px solid RGB(153,153,153);
}
.cards_table table tr{
	border: 1px solid RGB(204,204,204);
}


/*发布礼卡*/

.single_a{
	height: 30px;
	background: RGB(215,215,215);
	color: RGB(51,51,51);
}

.single_top_one{
	height: 30px;
	width: 180px;

}

.single_top_two{
	height: 30px;
	width: 180px;
}

.single_top_id{
	width: 345px;
	height: 30px;
}

.single_a_color{
	margin: 10px 0 0 0;
}

.single_a_color input{
	width: 60px;
	height: 30px;
	background: #FFF;
	border: 1px solid RGB(204,204,204);
}
.single_a_conf{
	width: 120px;
	height: 40px;
	background: RGB(153,153,153);
	color: #FFF;
	border: 1px solid RGB(153,153,153);
	font-size: 14px;
	margin: 0 0 10px 0;
}

.single_bot{
	width: 830px;
	height: 110px;
	background: RGB(242,242,242);
	border: 1px solid RGB(228,228,228);
}

.single_bot span{
	font-size: 18px;
	font-weight: bold;
	margin: 10px;
	line-height: 45px;
}

.single_bot_del{
	width: 40px;
	height: 20px;
	background: RGB(255,0,0);
	border: 1px solid RGB(255,0,0);
	color: #FFF;
	border-radius: 2px;
}

.group{
	margin: 20px 0 0 0;
}

.cards_results_two table{
	line-height: 30px;
}

#cards_results_re{
	width: 160px;
	height: 40px;
	background: RGB(153,153,153);
	color: #FFF;
	border: 1px solid RGB(223,223,223);
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
}
#cards_results_continue{
	width: 180px;
	height: 40px;
	background: RGB(153,153,153);
	color: #FFF;
	border: 1px solid RGB(223,223,223);
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
}

.group_dis{
	width: 475px;
	height: 275px;
	border: 2px solid RGB(242,242,242);
	position: absolute;
	left: 10%;
	top: 15%;
	background: #FFF;
	z-index: 2px;
	display: none;
}
.group_dis_top{
	height: 220px;
	border-bottom: 1px solid RGB(242,242,242); 
	line-height: 225px;
	font-size: 18px;
	font-weight: bold;
}
.group_dis_top input{
	width: 235px;
	height: 40px;
	border:1px solid RGB(242,242,242);
	border-radius: 5px;
}
#group_dis_bot_sub{
	width: 90px;
	height: 40px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background: RGB(0,204,204);
	border:1px solid RGB(0,204,204); 
	float: right;
	margin: 5px 40px 0 0 ;
}
#group_dis_bot_re{
	width: 90px;
	height: 40px;
	border-radius: 5px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	background: #fff;
	border:1px solid RGB(242,242,242);
	float: left;
	margin: 5px 0 0 40px;
        min-height: 10px;
}
/* create goods start */
.padlr10{padding:5px;display:inline-block;}
.color_children1,.color_children2{margin:5px;}
.color_children3{margin-right:10px;}
.w50,.type_name{width:50px;}
.w30,.type_price,.type_agent_price,.type_dealer_price{width:30px;overflow:hidden;}
.type_img{width:0;height:0;display:none;}
.tcc{padding:5px 0;}
.f_u{height:10px;overflow:hidden;}
.color-size{display:-moz-inline-box;display:inline-block;width:16px;height:16px;}
/* create goods  end  */