@media screen and (min-width: 1200px){
	.logo {
		width: 1300px;
		margin: auto;
		height: 75px;
	}
}
@media screen and (max-width: 1200px) {
	.logo {
		width: 1200px;
		margin: auto;
		height: 75px;
	}
}
.logo_le {
	height: 70px;
	width:230px;
	float: left;
	margin-top: 5px;
}
.logo_fr {
	height: 57px;
	float: left;
	margin-top: 13px;
	margin-left: 30px;
	max-width: calc(100% - 615px);
	min-width: 465px;
	margin-right: 5px;
}
.logo_fr_input{
	border-right:none;
	height: 40px;
	float: left;
	width: calc(99% - 100px);
}
.logo_fr_bd {
	width: 100%;
	height: 40px;
	border: 1px solid #d81e06 !important;
	background: #fff;
	border-radius: 10px 0 0 10px;
	padding-left: 20px;
	font-size: 14px;
	color: #999;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	border-color: #eee; /* 保持原边框颜色 */
	outline: none; /* 消除默认焦点轮廓 */
	box-shadow: none; /* 消除部分浏览器的阴影 */    
}
.logo_fr_anniu {
	width: 100px;
	height: 40px;
	line-height: 40px;
	background: #d81e06 !important;
	color: #FFF;
	font-family: "微软雅黑";
	border: none;
	float: left;
	display: inline-block;
	text-align: center;
	border-radius: 0 10px 10px 0;
	font-weight: 500;
	vertical-align: middle;
}
.logo_xqsc {
	height: 70px;
	margin-top: 13px;
	float: right;
	display: inline-block;
}
.cursorPointer {
    cursor: pointer;
}
.logo_xqsc_left{
	margin-right: 10px;
	display: inline-block;
	width: 112px;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(130deg, #ffd9a3, #f8c47c 49%, #ffd7a0);
	border-radius: 10px 10px 10px 10px;
	border: 1px solid transparent;
	font-weight: 500;
	font-size: 16px;
	color: #613700;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 2px;
}
.logo_xqsc_left_pcVip{
    margin-left: 16px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.logo_xqsc_right{
	vertical-align: middle;
	display: inline-block;
	width: 110px;
	height: 40px;
	border-radius: 10px 10px 10px 10px;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #ED732E !important;
	color: #ED732E !important;
}
.user-menu {
	position: relative;
	float: right;
	margin-top: 15px;
}
.user-menu-trigger {
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 20px;
	background-color: #fff;
}
.user-avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 8px;
	border: 2px solid #ff898a;
}
.user-name {
	font-size: 14px;
	color: #333;
	font-weight: 500;
}
.user-arrow {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #666;
	margin-left: 6px;
	transition: transform 0.3s ease;
}
.user-menu-trigger.active .user-arrow {
	transform: rotate(180deg);
}
.user-menu-dropdown {
	position: absolute;
	top: 50px;
	right: 0;
	width: 150px;
	margin-right: 8px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.15);
	display: none;
	z-index: 1000;
	overflow: hidden;
}
.user-menu-dropdown.show {
	display: block;
}
.user-menu-item {
	padding: 12px 20px;
	font-size: 14px;
	color: #666;
	cursor: pointer;
	display: flex;
	align-items: center;
	transition: background-color 0.2s;
}
.user-menu-item:hover {
	background-color: #f5f5f5;
	color: #ff2122;
}
.user-menu-item:not(:last-child) {
	border-bottom: 1px solid #f0f0f0;
}
/*------导航部分------*/

@media screen and (min-width: 1200px){
	.base_daohang {
	    width: 1300px;
		height: auto;
		margin: auto;
	    background-color: #FFFFFF;
		overflow: visible;
	}
}
@media screen and (max-width: 1200px) {
	.base_daohang {
	    width: 1200px;
		height: auto;
		margin: auto;
	    background-color: #FFFFFF;
		overflow: visible;
	}
}
.daohang {
	width: 100%;
	height: auto;
	min-height: 50px;
	margin: auto;
	background:#FFFFFF;
	overflow: visible;
}
.daohang_div1 {
    float: left;
    width: 100%;
    height: 50px;
	border-bottom:#d81e06 2px solid !important; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	overflow: visible;
}
.daohang_div2 {
    float: left;
    height: 100%;
    line-height: 50px;
    color: #333;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.daohang_div1 .daohang_div2 a{
    color: #333;
	font-size: 18px;
	font-weight: 600;
}
a:hover, a:link, a:visited {
    text-decoration: none;
}
.arrow-default{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.navigation-parent-arrow{
    display: inline-block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-left: 8px;
}

/* 下拉菜单样式 */
.daohang_div2 {
    position: relative;
    cursor: pointer;
}

.daohang_div2:hover .navigation-parent-arrow {
    transform: rotate(180deg);
}

.daohang_div2:hover a {
    color: #d81e06;
}

.daohang_div2:hover .navigation-parent-arrow img {
    filter: invert(20%) sepia(99%) saturate(7476%) hue-rotate(355deg) brightness(98%) contrast(115%);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 139px;
    background: #fff;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}

.daohang_div2:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.dropdown-content {
    padding: 10px 0;
}

.dropdown-item {
    display: flex;
	align-items: center;
	padding: 1px 10px;
	transition: all 0.2s ease;
	line-height: 35px;
}
.dropdown-item a{
	color: #333 !important;
}
.dropdown-item:hover a{
    background: #f5f5f5 !important;
	color: #333 !important;
	border-radius: 5px;
}

.dropdown-link {
    flex: 1;
    color: #fff;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none;
	padding-left: 15px !important;
}