:root {
	--sidebar-width: 170px;
	--primary-color: #E4002B;
	--secondary-color: #FCE5EA;
	--accent-color: #4895ef;
	--light-color: #f8f9fa;
	--dark-color: #212529;
	--success-color: #23D96E;
	--successs-color: #00BF4D;
	--warning-color: #F7368E;
	--warnings-color: #FF0074;
	--header-height: 60px;
	--border-radius: 8px;
	--box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	--transition: all 0.3s ease;
	--max-width: 1400px;
	--font-main: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: var(--font-main);
	line-height: 1.6;
	color: var(--dark-color);
	background: #F9F9F9;
	min-height: 100vh;
	/* min-width: 1200px; */
}

.container {
	max-width: var(--max-width);
	margin: 0 auto;
}

header {
	width: 100%;
	min-width: 1200px;
	background: #FFFFFF;
	/* box-shadow: var(--box-shadow); */
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.8rem 10rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.logo_image_box {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.logo_image_boxs{
	display: flex;
	align-items: center;
	cursor: pointer;
	margin: 40px;
}

.logo_image {
	width: 3.4rem;
	height: 3.4rem;
	margin-right: 10px;
	cursor: pointer;
}

.logo_name_box{
	line-height: 1.5rem;
}
.logo_name{
	font-family: PangMenZhengDao-3;
	font-size: 1.8rem;
	margin-top: 5px;
}
.logo_name_eng{
	font-size: 1rem;
	font-weight: 500;
}

.register_logo_image_box {
	padding: 20px;
}

.register_logo_image {
	width: 15rem;
	height: 3.5rem;
	margin-right: 10px;
}

.logo_images {
	width: 100%;
	margin-right: 10px;
}

.navbar_box {
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navbar_boxs {
	width: 45%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navbar_item {
	position: relative;
	cursor: pointer;
	font-size: 1rem;
	display: flex;
	align-items: center;
}

.notice{
	font-size: 1.3rem !important;
	color: #E4002B;
	cursor: pointer;
}

.option_box {
	width: 100px;
	position: absolute;
	background-color: #FFFFFF;
	top: 2rem;
	right: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}


/* 基本样式 */
.option_item {
	width: 100%;
	background: #FFFFFF;
	border-bottom: 1px solid #ccc;
	z-index: 100;
	padding: 10px;
	text-align: center;
	font-size: 0.9rem;
	vertical-align: top;
}

/* 过渡效果 */
.fade-enter-active,
.fade-leave-active {
	transition: opacity 0.3s;
}

.fade-enter,
.fade-leave-to {
	opacity: 0;
}


.navbar_items {
	font-size: 0.9rem;
	display: flex;
	background-color: #E4002B;
	color: #FFFFFF;
	border-radius: 50px;
	padding: 5px 15px;
	cursor: pointer;
}

.store_logo {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	margin-right: 5px;
}

.store_title {
	width: 80px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;

}

.selected {
	color: #E4002B;
}

.nav_selected {
	width: 100%;
	height: 2px;
	background-color: #E4002B;
	position: absolute;
	top: 2.7rem;
}

main {
	margin-top: 4.3rem;
}

.index_title_box {
	width: 100%;
	min-width: 1200px;
	padding: 1.5rem 10rem 0 10rem;
	display: flex;
	justify-content: space-between;
}

.index_title_text {
	font-weight: bold;
}

.index_title_line {
	width: 30px;
	height: 2px;
	border-radius: 2px;
	background-color: #E4002B;
	margin: 5px 0;
}

.index_title_text_english {
	color: #999999;
	font-size: 0.8rem;
}

.index_title_more {
	display: flex;
	align-items: center;
}

.youjiantou {
	width: 0.6rem;
	height: 0.8rem;
	margin-left: 2px;
}

.index_title_search {
	width: 100%;
	min-width: 1200px;
	padding: 1.5rem 10rem 0 10rem;
	display: flex;
	align-items: center;
}

.index_title_input {
	width: 100%;
	height: 100%;
	padding: 0 10px;
	border: none;
	font-size: 1rem;
	border-radius: 10px;
	outline: none;
	height: 40px;
	background-color: #FFFFFF;
}

.index_title_search_button {
	width: 45px;
	height: 40px;
	background-color: #E4002B;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.search {
	width: 25px;
	height: 25px;
}

.oil_refinery_list {
	min-width: 1100px;
}

h1 {
	font-size: 2.5rem;
	margin-bottom: 1rem;
}

footer {
	padding: 1.5rem 10rem;
	background-color: #474747;
	color: #FFFFFF;
	font-size: 0.9rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 2rem;
}

.footer {
	margin-top: 70px;
	padding: 1.5rem 15rem;
	font-size: 0.9rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 2rem;
	background-color: #F5F5F6;
}

.ercode {
	width: 8rem;
}

@media (max-width: 1200px) {
	.navbar_box {
		width: 55%;
	}

	h1 {
		font-size: 2.2rem;
	}

}

@media (max-width: 992px) {
	header {
		padding: 1rem 7rem;
	}

	.navbar_box {
		width: 50%;
	}

	h1 {
		font-size: 2rem;
	}
}

@media (max-width: 768px) {
	header {
		padding: 1rem 4rem;
	}

	.navbar_box {
		width: 60%;
	}

	h1 {
		font-size: 1.8rem;
	}
}

@media (max-width: 576px) {
	header {
		padding: 1rem;
	}
}


.text-red {
	color: #E4002B;
	cursor: pointer;
}




/* 侧边栏样式 */
.sidebar {
	width: var(--sidebar-width);
	background: #FFFFFF;
	color: var(--dark-color);
	transition: var(--transition);
	box-shadow: var(--box-shadow);
	z-index: 100;
	overflow-y: auto;
	height: 100vh;
	position: sticky;
	top: 0;
}

.sidebar.collapsed {
	width: var(--sidebar-collapsed);
}

.logo-container {
	padding: 10px 15px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	height: var(--header-height);
}

.logo {
	height: 30px;
	margin-right: 12px;
}

.logo-text {
	font-size: 22px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
}

.menu {
	/* padding: 10px 0; */
}

.menu-title {
	text-transform: uppercase;
	font-size: 0.8rem;
	padding: 15px 20px 5px;
	color: var(--dark-color);
	white-space: nowrap;
	overflow: hidden;
}

.menu-item {
	padding: 10px 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
	border-left: 3px solid transparent;
	white-space: nowrap;
	overflow: hidden;
}

.menu-item:hover {
	background: var(--secondary-color);
}

.menu-item.active {
	background: var(--secondary-color);
	color: var(--primary-color);
	border-right: 3px solid var(--primary-color);
}

.menu-item i {
	margin-right: 10px;
	width: 24px;
	text-align: center;
}

.menu-item span {
	transition: var(--transition);
	opacity: 1;
}

.sidebar.collapsed .menu-title,
.sidebar.collapsed .menu-item span {
	opacity: 0;
	width: 0;
	display: none;
}

.sidebar.collapsed .menu-item {
	padding: 15px;
	justify-content: center;
}

.sidebar.collapsed .menu-item i {
	margin-right: 0;
	font-size: 20px;
}




/* 主内容区域 */
.main-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

/* 顶部导航栏 */
.header {
	min-width: 1100px;
	height: var(--header-height);
	background: white;
	box-shadow: var(--box-shadow);
	display: flex;
	align-items: center;
	padding: 0 30px;
	position: sticky;
	top: 0;
	z-index: 99;
}

.user-actions {
	display: flex;
	align-items: center;
	margin-left: auto;
}

.user-profile {
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.user-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: linear-gradient(45deg, var(--secondary-color), var(--primary-color));
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	margin-right: 10px;
}

.user-name_box{
	height: 45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.user-name {
	font-weight: 500;
}

.user-name_tips{
	width: 50px;
	text-align: center;
	background-color: #ffc8d3;
	color: #E4002B;
	border-radius: 50px;
	font-size: 0.7rem;
}

/* 内容区域 */
.content {
	/* flex: 1; */
	padding: 10px;
	overflow-y: auto;
	min-width: 1100px;
}

.page-title {
	font-size: 1.1rem;
	margin-bottom: 20px;
	color: var(--primary-color);
	display: flex;
	align-items: center;
}

.page-title i {
	margin-right: 10px;
	color: var(--accent-color);
}



.component-transition {
	transition: all 0.3s ease;
}