.navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 8%;
	background-color: #04192c;
	color: #b1b1b1;
	min-height: 30px;
}
.logo {
	/* cursor: pointer; */
}

.nav-right {
	display: flex;
	justify-content: flex-end;
}
.nav-pills > li > a {
	color: #b1b1b1;
}
.nav-left span {
	cursor: pointer;
}
.nav-pills > li.active > a {
	background-color: #434343;
}
a:hover {
	background: none !important;
}
a:focus {
	text-decoration: none;
	background: none !important;
}
a:blur {
	text-decoration: none;
	background: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style-type: none;
}
label {
	margin-bottom: 0;
}
p {
	margin-bottom: 0;
}
.row {
	margin: 0;
}
.dropdown-menu {
	min-width: 280px;
	padding: 8px;
	z-index: 20000;
}
.user {
	width: 100%;
	display: flex;
	align-items: flex-start;
}
.user-info {
	flex: 1;
	border-bottom: 1px solid #eeeeee;
}
.user-img {
	width: 35px;
	height: 35px;
	margin-left: 18px;
}
.user-img > img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.user-name {
	display: flex;
	align-items: center;
}
.user-name > span:first-child {
	font-size: 15px;
	font-weight: bold;
	margin-right: 5px;
	color: #000;
}
.user-name > span:last-child {
	font-size: 6px;
	font-weight: bold;
	margin-right: 2px;
	color: #a5242a;
	padding: 2px 8px;
	background-color: #fff7f0;
	border-radius: 3.5px;
}
.company {
	font-size: 8px;
	color: #404952;
	/* margin-top: 6px; */
}
.store-info {
	width: 100%;
	background-color: #f3f4f6;
	margin: 8px 0;
	padding: 12px;
}
.store-info > div {
	font-size: 8px;
}
.store-info > div:first-child {
	margin-bottom: 9px;
}
.store-info > div > span:first-child {
	color: #9a9a9a;
	margin-right: 10px;
}
.store-info > div > span:last-child {
	color: #535353;
	margin-right: 10px;
}
.menu-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	font-size: 10px;
	color: #535353;
}
.container {
	width: 100%;
}
.top-bar {
	width: 100%;
	display: flex;
	align-items: center;
	background: white;
	padding: 10px 8%;
	margin-top: 70px;
	margin-bottom: 10px;
}
.logo > img {
	height: 60px;
	width: auto;
}
.search {
	display: flex;
	justify-content: flex-end;
}
.search .search-input {
	border: 2px solid #a5242a;
}
.search-btn {
	background-color: #a5242a;
	color: #ffffff;
}
.search-btn:hover {
	color: #ffffff;
}
.category-bar {
	position: fixed;
	left: 0;
	top: 21%;
	/* border: 1px solid #EEEEEE; */
	border-right: none;
	background-color: #fff;
}

.category-bar > div {
	width: 200px;
	height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: left;
	font-size: 14px;
	color: #9a9a9a;
	border: 1px solid #eeeeee;
	cursor: pointer;
	padding-left: 10px;
}

.right-bar {
	position: fixed;
	right: 0;
	top: 40%;
	/* border: 1px solid #EEEEEE; */
	border-right: none;
	background-color: #fff;
}

.right_bar {
	position: fixed;
	right: 32px;
	bottom: 15%;
	z-index: 2;
}
.right_bar > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 8px;
	color: #9a9a9a;
	margin-top: 20px;
}
.right_bar > div > img {
	width: 45px;
	height: 45px;
}

.status {
	width: 100%;
	height: 36px;
	line-height: 36px;
	display: flex;
	padding: 1% 16%;
	font-size: 14px;
	color: #757575;
}
.main {
	width: 75%;
	margin-top: 150px;
	border: 1px red;
	background: white;
	margin: 0 auto;
}
.status > div {
	display: flex;
	align-items: center;
}
.status img {
	width: 4px;
	height: 7px;
	margin: 0 8px;
}
input[type="radio"] {
	margin-right: 5px;
	cursor: pointer;
	font-size: 14px;
	width: 15px;
	height: 12px;
	position: relative;
}

input[type="radio"]:after {
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: " ";
	background-color: #fff;
	border: 1px solid #eeeeee;
	color: #fff;
	display: inline-block;
	visibility: visible;
}

input[type="radio"]:checked:before {
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: " ";
	background-color: #b41d28;
	border: 1px solid #eeeeee;
	color: #fff;
	display: inline-block;
	visibility: visible;
	box-sizing: border-box;
	z-index: 999;
}
input[type="checkbox"] {
	margin-right: 5px;
	cursor: pointer;
	font-size: 14px;
	width: 15px;
	height: 12px;
	position: relative;
}

input[type="checkbox"]:after {
	position: absolute;
	width: 19px;
	height: 19px;
	border-radius: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: " ";
	background-color: #fff;
	border: 1px solid #eeeeee;
	background-color: #f5f5f5;
	display: inline-block;
	visibility: visible;
}

input[type="checkbox"]:checked:before {
	position: absolute;
	width: 13px;
	height: 13px;
	border-radius: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: " ";
	background-color: #b41d28;
	border: 1px solid #eeeeee;
	color: #fff;
	display: inline-block;
	visibility: visible;
	box-sizing: border-box;
	z-index: 999;
}
.table > tbody > tr > td {
	vertical-align: middle;
	text-align: center;
	height: 45px;
	color: #000;
}
.table > thead > tr > th {
	text-align: center;
	background: #ccc;
}
/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
} */
/* 火狐浏览器样式清除 */
input[type="number"] {
	-moz-appearance: textfield;
}
.menu-item {
	cursor: pointer;
}
.nav-left {
	display: flex;
	align-items: center;
}
.nav-left img {
	width: 18px;
	margin-right: 2px;
}
textarea {
	resize: none;
}
