/*!
 * QOGEE v3.0.0
 *
 * Copyright 2013 QOGEE, Inc
 */
 
body, td, div{font: 12px/24px Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;}

h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form{margin: 0; padding:0;}
ul, ol{list-style:none;}
img{ border:0px; padding: 0;}
a{ color:#444; background:none; text-decoration:none; outline:none; cursor:pointer; blr:expression(this.onFocus=this.blur())}
a:hover{ color:#2cc2d9; text-decoration:none;}
input,button,select,textarea{outline:none}

html { overflow-x: hidden; height:100%; overflow:-moz-scrollbars-vertical; -webkit-text-size-adjust:none;}
body{ background:#f1f1f1; height: 100%; padding-top:60px; font-size:12px}

.clear {clear:both; width:100%; *display:inline;}
/*重定义样式*/
/*input[type=radio] {visibility: hidden;}
.radio {
  display: inline-block;
  width: 20px; 
  height: 18px; 
  position: relative;
  }
.radio-text{
  display: inline-block;
  margin-right: 30px;
} 
.radio label {
  display: block-block; 
  width: 18px; 
  height: 18px; 
  border-radius: 100%;
  transition: all .3s ease;
  cursor: pointer; 
  position: absolute; 
  top: 4px; 
  left: 0; 
  z-index: 1; 
  background: #fff; 
  border: 2px solid #37d0e7;}
.radio input[type=radio]:checked + label { 
  outline: none;
  background: #37d0e7;
  background-size: 12px;
  border: 2px solid #37d0e7;
  }*/
  

/*input[type=checkbox] {visibility: hidden;}
.checkbox {
  display: inline-block;
  width: 20px; 
  height: 18px; 
  position: relative;
  }
.checkbox-text{
  display: inline-block;
  margin-right: 30px;
} 
.checkbox label {
  display: block-block; 
  width: 14px; 
  height: 14px; 
  border-radius: 10%;
  transition: all .2s ease;
  cursor: pointer; 
  position: absolute; 
  top: 3px; 
  left: 0; 
  z-index: 1; 
  background: #fff; 
  border: 2px solid #37d0e7;}
.checkbox input[type=checkbox]:checked + label { 
  outline: none;
  background: #37d0e7;
  background-size: 12px;
  border: 2px solid #37d0e7;
  }*/


.bs-callout{
	background: #f5f5f5;
	padding: 20px;
	border-left: 2px solid #cccccc;
}

.box-img{
	height: 80px;
/*	background: #eee;
	width: 80px;
*/	text-align: center;
	overflow: hidden;
	position: relative;
}
.box-img img{
	margin:0 auto;
	text-align: center;
	height: 80px;
	width: auto;
	display: block;
}
img.imghead{
	height: 100px;
	margin-top: 3px;
	padding:3px;
	border:1px solid #eee;
}



.box-title{
	border-bottom:1px solid #eee;
	height: 41px;
	margin-bottom:30px;
	color: #888;
	}
.box-title .glyphicon{
	display: none;
	}
.box-title h3{
	font-size: 16px;
	line-height: 36px;
	margin-top:4px;
	}
.box-title .nav-pills {
	overflow: hidden;
	padding-left:18px;
	}
.box-title .nav-pills li a{
	padding:0;
	line-height: 36px;
    margin: 4px 12px 0 12px;
    border-radius: 0;
	border-bottom:0;
	font-size: 16px;
	color: #888;
}
.box-title .nav-pills li a:hover{
	background: none;
	color: #2cc2d9;
}
.box-title .nav-pills li.active a{
/*	border-bottom:1px solid #2cc2d9;
	background:#fff;
	color: #2cc2d9;*/
	border-bottom: 1px solid #2cc2d9;
    background: #37d0e7;
    color: #fff;
    padding: 0 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;	
}

/*标题栏切换*/
.box-title.tabTitle h3{
	display: none;
}
.box-title.tabTitle .nav-pills{
	margin-left:-12px;
	padding-left: 0;
}




.w50{
	width: 50px; 
}
.w100{
	min-width: 100px; 
}
.ow100{
	margin-left: 100px;
}
.w150{
	min-width: 150px;
}
.ow150{
	margin-left: 150px;
}
.w200{
	min-width: 200px;
}
.ow200{
	margin-left: 200px;
}
.w300{
	min-width: 300px;
}
.ow300{
	margin-left: 300px;
}
.w400{
	min-width: 400px;
}
.ow400{
	margin-left: 400px;
}
.w500{
	min-width: 500px;
}
.w600{
	min-width: 600px;
}
.w700{
	width: 700px;
}
.w800{
	min-width: 800px;
}
.h10{
	height: 10px;
}
.p10{
	padding-top: 10px;
}

.add-btn{
	opacity: 0.65;
    filter: alpha(opacity=65);
	}
.add-btn:hover{
	opacity: 1;
    filter: alpha(opacity=100);
	}

.demo-graphic{
	width:350px;
	margin-right:30px;
	border:1px solid #ccc;
	overflow:hidden;
    border-radius: 6px;
	}
.demo-graphic h5{
	padding:15px;
	border-bottom:1px solid #ccc;}
.demo-graphic .tagRunner{
	margin:10px 15px;
	position:relative;}
.demo-graphic .tagRunner .operation{
	display:none;
	position:absolute;
	z-index:2;
	left:0;
	top:0;}
	
.demo-graphic .tagRunner:hover .operation{
	display:block;
	width:350px;
	background:#000;
	padding-top:65px;
	height:178px;
	position:absolute;
	opacity: 0.65;
    filter: alpha(opacity=65);
	z-index:2;
	left:-15px;
	top:-10px;
	text-align:center;
	overflow:hidden;}
.demo-graphic .tagRunner .operation a{
	margin:0 10px;
	font-size:18px;
	color:#fff;}

.demo-graphic .tagRunner h5{
	position:absolute;
	background:#000;
	opacity: 0.65;
    filter: alpha(opacity=65);
	height:30px;
	line-height:30px;
	padding:0 0 0 10px;
	color:#fff;
	bottom:0;
	width:320px;
	left:0;}
.demo-graphic .item {
	position:relative;
	overflow:hidden;
	padding:10px 15px;
	border-top:1px solid #ccc;}
.demo-graphic .item h5{
	border:0;
	padding:0;
	height:26px;
	line-height:26px;
	width:235px;
	float:left;
	margin:0;}
.demo-graphic .item p{
	float:left;
	width:235px;}
	
.demo-graphic .item img{
	background:#ccc;
	margin:0;
	float:right;}
.demo-graphic .item .operation{
	display:none;
	position:absolute;
	z-index:2;
	left:0;
	top:0;}
	
.demo-graphic .item:hover .operation{
	display:block;
	width:350px;
	background:#000;
	padding-top:35px;
	height:158px;
	position:absolute;
	opacity: 0.65;
    filter: alpha(opacity=65);
	z-index:2;
	left:0;
	top:0;
	text-align:center;
	overflow:hidden;}
.demo-graphic .item .operation a{
	margin:0 10px;
	font-size:18px;
	color:#fff;}
	
.demo-graphic .btn-graphic{
	border-top:1px solid #ccc;
	display:block;
	padding:30px;
	text-align:center;}

/*xong 11-01*/
/*定义表单内提示文字垂直位置*/
.form-group i
{
  line-height: 30px;
  margin-top: 0;
  font-style:normal;
  margin-bottom: 0;
}
.form-group i a span
{
  margin-top: 7px;
}

#header{
	z-index:1000;
	background:#373d41;
	width:100%;
	height:50px;
	position:fixed;
	top:0;
	left:0;}

#header .logo{
	position:absolute;
	left:0;
	top:0;
	width: 135px;
	height: 50px;
}
#header .logo img{
	width: 106px;
	display: block;
	margin:13px 0 0 10px;
}
#header .menu{
	position:absolute;
	left:145px;
	top:0;
	}
#header .menu ul li{
	position:relative;
	float:left;}
#header .menu ul li a.nav{
	display:block;
	padding:0 15px;
	height:50px;
	line-height:50px;
	color:#fff;
	font-size:14px;
	}
#header .menu ul li a.nav:hover,#header .menu ul li:hover a.nav{
	border-bottom:3px solid #37d0e7;
	}
#header .menu ul li.current a.nav{
	border-bottom:3px solid #37d0e7;}
#header .menu ul li ul{
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
}
#header .menu ul li:hover ul{
	display: block;
	overflow: hidden;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
}
#header .menu ul li ul li{
	float: none;
}
#header .menu ul li ul li a{
	background: #fff;
	display: block;
	text-align: center;
	line-height: 36px;
	border-bottom: 1px solid #f1f1f1;
}
#header .menu ul li ul li a:hover{
	background: #f1f1f1;
}


#header .user{
	float:right;
	}
#header .user ul li{
	position: relative;
	display:block;
	float:left;}	
#header .user ul li a.user{
	background: #37d0e7;
	display:block;
	padding:0 15px;
	line-height:50px;
	color:#fff;
	font-size:12px;
	min-width: 80px;
}
#header .user ul li a.user:hover{
	background:#37d0e7;
	}
#header .user ul li ul{
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
}
#header .user ul li:hover ul{
	display: block;
	overflow: hidden;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
}

#header .user ul li ul li{
	float: none;
}
#header .user ul li ul li a{
	background: #fff;
	display: block;
	text-align: center;
	line-height: 36px;
	border-bottom: 1px solid #f1f1f1;
}
#header .user ul li ul li a:hover{
	background: #f1f1f1;
}

#header .user ul li a.out{
	display: block;
	background: #000;
	padding: 0;
	width: 50px;
	text-align: center;
	line-height:50px;
	color:#fff;
	font-size:12px;

}
#header .user ul li a.out:hover{
	background:#000;
	}


/**侧边导航************/
#sidebar{
	z-index:1;
	position:absolute;
	left:11px;
	top:0px;
	height:100%;
	width:135px;
	padding-top: 60px;
	background: rgba(200,200,200,0.05);
	border-right: 1px solid #f1f1f1;	
}
#sidebar.left{
	left: -140px;
}
#sidebar.suspend{
	position: fixed;
	padding-top: 50px;
}
#sidebar a.menu-btn{
	position: absolute;
	width: 16px;
	height: 16px;
	overflow: hidden;
	font-size: 12px;
	color: #ccc;
	right: 1px;
	top: 0px;
	
}
#sidebar a.menu-btn:hover{
	color: #37d0e7;
}
#sidebar a.menu-btn span.glyphicon{
	position: absolute;
	left: 2px;
	top: 1px;
}
#sidebar.left  a.menu-btn{
	right: -32px;
	top: 0px;
}

#sidebar .sidebar-menu{
	padding-top: 22px;
	width:135px;
	position: absolute;
	border-top: 1px solid #e3e3e3;
}
#sidebar .sidebar-menu ul.accordion{
	margin:0;}
#sidebar .sidebar-menu ul.accordion li{
	margin-bottom:4px;}
#sidebar .sidebar-menu ul.accordion li a.one{
	padding:0 15px;
	display:block;
	height:36px;
	line-height:36px;
	color: #888;
	font-size:14px;
	cursor: default;
}
#sidebar .sidebar-menu ul.accordion li a.one span{
	margin-right: 10px;
}
}

#sidebar .sidebar-menu ul.accordion li a.active{
	
	}
#sidebar .sidebar-menu ul.accordion li ul.sub-menu{
	padding:2px 0 10px;
	margin:0;}	

#sidebar .sidebar-menu ul.accordion li ul.sub-menu li{
	margin:0;}	
#sidebar .sidebar-menu ul.accordion li ul.sub-menu li a{
	display: block;
	line-height: 32px;
	padding-left: 40px;
	font-weight:normal;
	font-size:12px;}
#sidebar .sidebar-menu ul.accordion li ul.sub-menu li a:hover{
	color:#fff;
	background:#37d0e7;}
#sidebar .sidebar-menu ul.accordion li ul.sub-menu li.current a{
	color:#fff;
	background:#37d0e7;}

/**内容框架************/

#main{
	margin:0 10px;
	border: 1px solid #e3e3e3;
	background:#fff;
	min-height: 100%;
	overflow: hidden;
	width:auto;
	padding: 20px 20px 50px 170px;
}
#main.left{
	width:auto;
	padding: 20px 20px 50px 20px;}

@media screen and (max-width: 1300px){
	#header .menu{
		left:135px;
		}	
	#header .user ul li a.out{
		display: none;
	}
	#main{
		padding: 20px 20px 50px 160px;
		margin:0;
		border: 0;
		border-top: 1px solid #e3e3e3;
	}
	#sidebar{
		left: 0;
	}
	#sidebar.left  a.menu-btn{
		right: -21px;
	}
}
	
/*xong 17-05-30*/
/*登录页面*/
#login{
	width:100%;
	height: 100%;
	background:#000;
}
#login .login_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	filter:alpha(opacity=70); 
	background:url(../images/login_bg.jpg) no-repeat center center;
	background-size: cover;
}

	@keyframes fadeInBig {
	  0% {
	    transform:scale(1,1); 
	  }

	  50% {
	    transform:scale(1.3,1.3); 
	    filter: url(blur.svg#blur);	    
	    -webkit-filter: blur(10px); 
	            filter: blur(10px);
	    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);  
	  }

	  100% {
	    transform:scale(1,1); 
	  }

	}
	.fadeInBig {
	  -webkit-animation: fadeInBig 150s infinite;
	}

#login .main{ 
	width:600px; 
	height:400px; 
	position:absolute;
	left: 50%;
	top: 50%;
	margin:-220px 0 0 -300px;
}
#login .main .login_logo{
	margin: 10px auto;
	width: 200px;
	text-align: center;
}
#login .main .login_logo img{
	width: 100%;
}
#login .main .login_info h1{
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding:15px;
}
#login .main .login_info p{
	color: #fff;
	font-size: 14px;
	text-align: center;
}
#login .main .modal-body{
	width: 360px;
	margin:0 auto;
}

#login .main .modal-con {
	border-radius: 8px;
	background:rgba(200,200,200,0.5);
}
#login .main .modal-con .username,
#login .main .modal-con .userpass{
	position: relative;
}
#login .main .modal-con .username input.form-control,
#login .main .modal-con .userpass input.form-control{
	height: 50px;
	line-height: 50px;
	border-radius: 0;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border:0;
	margin-bottom: 1px;
	padding-left:45px;
	font-size: 16px;
	background-color:#fff;
}
#login .main .modal-con .userpass input.form-control{
	border-radius: 0;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	margin-bottom: 0px;
}
#login .main .modal-con .username .icon,
#login .main .modal-con .userpass .icon{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;	
	background-image:url(/manage/images/login_icon.png);
	background-repeat: no-repeat;
	background-position: 10px top;
}
#login .main .modal-con .userpass .icon{
	border-radius: 0;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom: 0;
	background-position: 10px bottom;
}



#login .main .modal-footer{
	border:0;
	padding: 0;
	margin:20px 0;
}
#login .main .modal-footer .btn{
	display: block;
	width: 100%;
	padding:0;
	height: 50px;
	line-height: 50px;
	border-radius: 8px;
	border:0;
	font-size: 18px;
}


#login .login-cop{
	position:fixed;
	height: 40px;
	width: 100%;
	bottom:0;
	left: 0;
	text-align: center;
	color: #fff;
	opacity: 0.6;
	filter:alpha(opacity=60); 
}

#imgUp .albCt{
	overflow: hidden;
}
#imgUp .swfupload{
    border: 1px solid #ccc;
    min-height: 36px;
    padding: 7px 0 0 0;
    border-radius: 2px;
}


#imgUp .albCt{
	border:1px solid #ccc;
	background: #f2f2f2;
	overflow: hidden;
	padding: 10px;	padding-bottom: 10px;
	margin-top: 10px;
	overflow: hidden;
}
#imgUp .albCt-right input{
	border:1px solid #ccc;
	overflow: hidden;
	padding: 0 5px;
	border-radius: 3px;
	overflow: hidden;
}
#imgUp .albCt .albCt-1{
	display: block;
	float: left;
	margin:0 10px 0 0;
	width: 120px;
}
#imgUp .albCt .albCt-right{
	float: left;
	overflow: hidden;
}
#imgUp .albCt .albCt-2{
	margin-bottom: 10px;
	display: block;
}
#imgUp .albCt .albCt-3{
	margin-bottom: 10px;
	display: block;
}
#imgUp .albCt .albCt-4{
	margin-bottom: 10px;
	display: block;
}
#imgUp .albCt .albCt-5{
	margin-bottom: 10px;
	display: block;
}


/*首页样式*/
.info_module{
	margin: 0 -1%;
}
.home_info{
	display: block;
	float: left;
	width: 23%;
	margin: 20px 1%;
	background: #fafafa;
	padding: 10px 1%;
	border-radius: 3px;
}
.home_info img{
	float: left;
	width: 65px;
}
.home_info .info_con{
	display: block;
	overflow: hidden;
	padding: 10px;
}
.home_info .info_con span{
	display: block;
	font-size: 28px;
	padding-top: 3px;
}
.home_info .info_con h4{
	padding-top: 7px;
	font-size: 12px;
	font-weight: normal;
}

.notice {
	color: #666;
}
.notice span.date{
	color: #999;
}

.home h2{
	font-weight: normal;
	font-size: 16px;
	color: #888;
	margin-top: 20px;
}

.block{
	display: block;
	float: left;
	width: 48%;
	margin: 20px 1%;
	border:1px solid #f1f1f1;
}
.block .box-title{
	margin-bottom: 5px;
	padding-left: 8px;
	padding-top: 3px;
	height: 46px;
	background: #fafafa;
}
.block .box-title .icon_01{
	background:url(../images/icon_note.png) no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 3px;
	position: relative;
	top: 4px;
}
.block .box-title .icon_02{
	background:url(../images/icon_statistic.png) no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 3px;
	position: relative;
	top: 3px;
}
.block .box-title h3{
	font-size: 16px;
	color: #555;
}
.block ul{
	padding: 0 15px 5px 15px;
} 
.block ul li{
	border-top: 1px solid #f1f1f1;
	line-height: 52px;
	color: #666;
	position: relative;
	display: block;
	padding-left: 15px;
}
.block ul li:first-child{
	border-top: 0;
}
.block ul li span{
	position: absolute;
	right: 15px;
	top: 0;
	font-size: 18px;
}

/*xong 2016-9-7*/
/*产品规格筛选*/
.label-block{
	font-weight: normal;
	padding-left:3px;
	margin-right: 20px;
	margin-top: 2px;
}
.label-block input{
	position: relative;
	top: 2px;
}



/*xong 2017-5-30*/
/*浮动标题*/
.floatTitle{
	position: absolute;
	left: 180px;
	right: 30px;
	z-index: 2;
	background:#fff;
}
.floatTitle.on{
	position: fixed;
	top: 50px;
}
.floatTitle .box-title{
	border-bottom:1px solid #eee;
	height: 41px;
	margin-bottom:10px;
	color: #888;
	}

.floatMain{
	padding-top: 71px;
	position: relative;
	z-index: 1;
}
.floatBtn{
	position: fixed;
	z-index: 3;
	top: 135px;
	right: 30px;
}
@media screen and (max-width: 1300px){
	.floatTitle{
		position: absolute;
		background:#fff;
		left: 160px;
		right: 20px;
	}
	#main.left .floatTitle{
		position: absolute;
		background:#fff;
		left: 20px;
		right: 20px;
	}

}
/*商品详细页*/
.module{
	display: none;
	padding-top: 120px;
	margin-top: -120px;
}
.module.on{
	display: block;
}

.module .module_title{
	display: none;
	overflow: hidden;
	border-top: 1px solid #e3e3e3;
}
.module .module_title h3{
	padding:10px 0;
	font-size: 14px;
	color: #777;
	line-height: 30px;
}
.module .module_title.on{
	display: block;
}

/*订单详细页*/
.remarks{
	color: #000;
}
.remarks h3{
	font-size: 16px;
	font-weight: normal;
}
