
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4b4e53;
	font-size: 13px;
}
a {
	color: #555;
}

/*通用*/
.clb {
	clear: both;
}
.text_ac{
	text-align:center;
}
.text_ar{
	text-align:right;
}
.dis_inline_b{
	display:inline-block;
}
.float_l{
	float:left;
}
/*font-size*/
.fwb{
	font-weight:bolder;
}
.f18{
	font-size:18px;
}
/*margin*/
.mt15{
	margin-top:15px;
}
.mb15{
	margin-bottom:15px;
}
.ml15{
	margin-left:15px;
}
.mr15{
	margin-right:15px;
}
/*padding*/
.p10{
	padding:0 10px;
}
/*pager*/
.pager li{
	display:table-cell;
}
.pager li.pager_text{
	padding:0 10px 0 0;
}
.pager li a{
	border-radius:0;
	padding:5px 12px;
	color:#0055ac;
}
.pager li.prev a{
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	color:#555;
}
.pager li:last-child a{
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	color:#555;
}
.pager li.active a{
	background:#eee;
}
/*input*/
input[type=checkbox]{
	width:18px;
	height:18px;
}
/*width*/
.winh,
.form-group input.winh,
.form-group select.winh
.form-horizontal .form-group input.winh
.form-horizontal .form-group select.winh
{
	width:inherit;
}
.w50,
.form-group input.w50,
.form-group select.w50
.form-horizontal .form-group input.w50
.form-horizontal .form-group select.w50
{
	width:100%;
	max-width:50px;
}
.w100,
.form-group input.w100,
.form-group select.w100,
.form-horizontal .form-group input.w100,
.form-horizontal .form-group select.w100
{
	width:100%;
	max-width:100px;
}
.w200,
.form-group input.w200,
.form-group select.w200,
.form-horizontal .form-group input.w200,
.form-horizontal .form-group select.w200
{
	width:100%;
	max-width:200px;
}
.w300,
.form-group input.w300,
.form-group select.w300,
.form-horizontal .form-group input.w300,
.form-horizontal .form-group select.w300
{
	width:100%;
	max-width:300px;
}

.w500,
.form-group input.w500,
.form-group select.w500,
.form-horizontal .form-group input.w500,
.form-horizontal .form-group select.w500
{
	width:100%;
	max-width:500px;
}
textarea{
	resize: none;
}
textarea.w500{
	max-width:500px;
}

img {
	max-width: 200px;
	max-height: 100px;
	vertical-align: middle;
	text-align: center;
}

/*img_width*/
.img_100{
	width:100px;
	height:100px;
}
/*btn*/
.btn {
	color: #FFF;
	transition: all 0.15s ease-out;
	font-size: 13px;
}
.btn:hover,.btn:focus {
	color: #FFF;
}
.btn.blue {
	background: #0055ac;
}
.btn.blue:hover {
	background: #004994;
}
.btn.green {
	background: #5cb85c;
}
.btn.green:hover {
	background: #5cb85c;
}
.btn.red {
	background: #ca0000;
}
.btn.red:hover {
	background: #ae0000;
}
.btn.gray {
	background: #999;
}
.btn.gray:hover {
	background: #868686;
}
.btn.size_m{
	width:130px;
}
/*background*/
.bg_red1 {
	background: #ca0000;
}
.bg_red2 {
	background: #d73a3a;
}
.bg_green {
	background: #5cb85c;
}
.bg_gray {
	background: #999;
}
/*color*/
.col_red1{
	color:#ca0000;
}
.col_red2{
	color:#d73a3a;
}
.col_gray{
	color:#999;
}
.col_green{
	color:#5cb85c;
}
/*notice*/
.notice{
	font-size:12px;
	color:#d73a3a;
	display:inline-block;
	font-weight:normal;
}
.notice2{
	font-size:13px;
	color:#d73a3a;
	display:inline-block;
	font-weight:normal;
	padding:0 5px 0 0;
}
.notice3{
	font-size:13px;
	color:#d73a3a;
	display:inline-block;
	font-weight:normal;
	padding:0 0 0 10px;
}
/*form*/
form h4 {
	font-size: 23px;
	font-weight: bolder;
	border-bottom: 1px solid #CCC;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}
/*form-horizontal form-group*/
.form-horizontal .control-label{
	padding-top:0;
}
.form-horizontal .form-group input{
	vertical-align:middle;
}
.form-horizontal .form-group input[type=text],.form-horizontal .form-group select{
	display:inline-block;
	font-size:13px;
	width:inherit;
}
.form-horizontal .form-group input[type=radio]{
	width:15px;
	height:15px;
	vertical-align:sub;
}
.form-horizontal .form-group {
	border-bottom:1px solid #EEE;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
}
/*half*/
.col-sm-6.halfleft{
	padding:0 15px 0 0;
}
.col-sm-6.halfright{
	padding:0 0 0 15px;
}
/*header*/
.top_bar .navbar {
	margin: 0;
	background: #333;
	min-height: inherit;
	padding: 5px;
}
.top_bar .navbar>.container-fluid .navbar-brand{
	padding: 0;
	height: inherit;
	margin:0;
}
.top_bar .navbar-brand img {
	height: 30px;
}
.top_bar .navbar-default .container-fluid{
	padding:0;
}
.top_bar .navbar-default .navbar-nav>li>a {
	color: #FFF;
	padding: 5px 15px;
}
.top_bar .navbar-default .navbar-nav>li>a i {
	margin: 0 0 0 5px;
	font-size: 12px;
}
.top_bar .navbar-default .navbar-nav>.open>a {
	color: #FFF;
	background: none;
}
.top_bar .dropdown-menu>li>a {
	padding: 8px 20px;
}
.menu .navbar {
	margin: 0;
}
.menu .nav>li>a {
	padding: 15px 20px;
}
.menu .navbar-default .navbar-nav>li>a i {
	margin: 0 0 0 5px;
	font-size: 12px;
}
.menu .dropdown-menu>li>a {
	padding: 8px 20px;
}
/*footer*/
footer{
	background:#333;
	color:#FFF;
	text-align:center;
	padding:15px 0;
}
/*bread*/
.bread .breadcrumb {
	background: #FFF;
	border-bottom: 1px solid #e7e7e7;
	padding: 8px 5px;
	font-size: 12px;
	margin: 0;
}
.bread a {
	color: #0055ac;
}
/*Title*/
.Title h3 {
	color: #000;
}
/*Box*/
.BOX {
	padding: 15px 0 45px 0;
	/*min-height:791px;*/
}
/*Table*/
.table {
	border: 1px solid #ddd;
}
.table>thead>tr>th {
	background: #eee;
	font-weight:bolder;
}
.table>tbody>tr>td {
	vertical-align: middle;
}
.table>tbody>tr>td a {
	color: #0055ac;
	text-decoration: underline;
}
.table>tbody>tr>td a.btn{
	color:#FFF;
	text-decoration:none;
}
/*btn_box*/
.btn_box .btn{
	margin:0 5px 0 0;
}

/*search_box*/
.search_box .form-group{
	border:none;
	margin:0;
	padding:0;
}
.search_text{
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
.search{
	border:1px solid #ccc;
    height: 34px;
	display:inline-block;
	vertical-align:middle;
	line-height:34px;
	margin:0 0 0 -4px;
	padding:0 13px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	transition:all 0.15s ease-out;
}
.search:hover{
	border:1px solid #999;
}
.search_box span{
	float:left;
	margin:0 8px 5px 0;
}
.search_box .form-horizontal .form-group input.inw300{
	width:300px;
}
/*list_store*/
.list_store .now {
	display: inline-block;
	padding: 3px 5px;
	color: #FFF;
	border-radius: 3px;
}
/*edit_store*/
.now_c input{
	width:75px;
	display:inline-block;
}
.now_c input.open{
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-right:0;
}
.now_c input.open.active{
	background: #5cb85c;
	color:#FFF;
}
.now_c input.stop{
	margin:0 0 0 -4px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-left:0;
}
.now_c input.stop.active{
	background: #d73a3a;
	color:#FFF;
}
.phone .col-sm-11 div:first-child input{
	max-width:calc( 300px - 103px );
}

.phone .col-sm-11 div+div{
	padding:7px 0 0 0;
}
.where select,.where input{

}
.banner_img img{
	max-width:300px;
}

/*category*/
.category{
	overflow:hidden;
}
.category .left{
	background:#EEE;
	overflow:hidden;
	padding:15px;
	border-radius:3px;
	height:100%;
}
.tree{
	background:#FFF;
	border-radius:3px;
	margin:0;
	padding:15px;
}
.tree li{
	padding:0 0 0 10px;
	position:relative;
}
.tree li.have:before,.tree li.thhave:before{
	content:"▼";
	font-size:12px;
	display:inline-block;
	-webkit-transform:scale(0.7,0.7);
	position:absolute;
	left:0;
	top:6px;
}
.tree li.thhave:before{
	left:15px;
}
.tree.first > li{
	font-weight:bolder;
}
.tree .sec > li{
	font-weight:normal;
	padding-left:25px;
}
.tree .third li{
	padding-left:25px;
	z-index:999;
}
.tree li a{
	display:inline-block;
	transition:all 0.15s ease-out;
	padding:5px 0 5px 5px;
}
.tree li a:hover,.tree li a.active{
	color:#d73a3a;
	background:#EEE;
}
.tree label{
	display:block;
}
.tree input[type=radio]{
	vertical-align:middle;
	margin:0 5px 0;
}
.category .right div.text{
	border-bottom:1px solid #CCC;
	margin:0 0 15px 0;
}
.category .right div h2{
	margin-top:0;
	font-weight:bolder;
	color:#000;
}
/*--category_edit*/
.category_edit{
	padding:0 0 15px 0;
	border-bottom:1px solid #e7e7e7;
	margin:0 0 15px 0;
}
.tree.cho{
	overflow:auto;
	height:400px;
   -webkit-overflow-scrolling: touch;
}
.tree.cho li.have:before,.tree.cho li.thhave:before{
	top:3px;
}
.tree.cho label{
	padding:2px 0;
	font-weight:normal;
}
.tree.cho.first li label{
	font-weight:bolder;
}
.tree.cho .sec > li label{
	font-weight:normal;
}
.tree.cho label:hover{
	cursor:pointer;
	color:#d73a3a;
	background:#EEE;
}
.category .right div h2 a.del{
	font-size:13px;
	color:#d73a3a;
	margin:0 0 0 15px;
	font-weight:normal;
}
/*list_order*/
.list_order .pager{
	float:right;
}
.list_order .pager.top{
	margin-top:0;
}
.list_order .pager a{

}
/*edit_order*/
.edit_order .one{
	padding-right:10px;
}
.edit_order .two{
	padding-left:10px;
}
.edit_order .one > div{
	margin-left:-15px;
}
.edit_order .two > div{
	margin-right:-15px;
}
.edit_order > div > div{
	border:1px solid #CCC;
}
.edit_order h4{
	font-size: 23px;
    font-weight: bolder;
    border: 1px solid #CCC;
    padding: 10px 0 10px 10px;
    margin: 0 0 20px 0;
	background:#f6f6f6;
}
.edit_order label.control-label{
	padding:0 15px;
}
.edit_order label.hp{
	padding:7px 15px 0 15px;
}
.edit_order.money .two > div{
	padding:20px 0 0 0;
}
.edit_order_d{
	padding:15px 0 30px 0;
}
.edit_order_d h4{
	font-size: 23px;
    font-weight: bolder;
    border: 1px solid #CCC;
    padding: 10px 0 10px 10px;
    margin: 0 0 20px 0;
	background:#f6f6f6;
}
.edit_order_d .two{
	background:#f6f6f6;
	padding-left:0;
}

/*list_pro*/
.list_pro .pager.top{
	margin-top:0;
}
.list_pro .pager{
	float:right;
}
.list_pro table tbody tr td{
	border:1px solid #ddd;
	vertical-align:top;
}
.list_pro table tbody tr td.detail a{
	display:block;
	margin:0 0 5px 0;
}
.list_pro table tbody tr td.detail a:hover{
	color:#ca0000;
}
.list_pro table tbody tr td.detail p{
	margin-bottom:0;
}
/*edit_pro*/
.edit_product .table{
	width:600px;
}
.edit_product .upimg span{
	display:inline-block;
	padding:0 5px 0 0;
}
.edit_product .upimg span img{
	margin:0 0 5px 0;
	max-width:200px;
}

/*edit_msn*/
.edit_msn .one{
	padding-right:10px;
}
.edit_msn .two{
	padding-left:10px;
}
.edit_msn .one > div{
	margin-left:-15px;
}
.edit_msn .two > div{
	margin-right:-15px;
}
.edit_msn > div > div{
	border:1px solid #CCC;
}
.edit_msn h4{
	font-size: 23px;
    font-weight: bolder;
    border: 1px solid #CCC;
    padding: 10px 0 10px 10px;
    margin: 0 0 20px 0;
	background:#f6f6f6;
}
.edit_msn label.control-label{
	padding:0 15px;
}
.edit_msn label.hp{
	padding:7px 15px 0 15px;
}
/*level*/
.level .text-ok{
	color:#04b600;
}
.level .text-silver{
	color:#c0c0c0;
}

.navbar {
	border-radius: 0px;
}

.navbar-default {
	border: 0px;
}