/*  主要样式 */
 .box20250509114844nav_bg {

    position:fixed;
    z-index:55;
    right:0;
    top:85px;
    width: 80px;
    /* height:240px; */
    background-color: #fff;
}


.box20250509114844 .box20250509114844_1{
	bottom: 30px;
	z-index: 99999999;
}
.box20250509114844_line{
	/* background-color: #dfdfe0; */
	/* height: 1px; */
	/* margin-bottom: 5px; */
}
.box20250509114844_1{
    /* background-color: #fff; */
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.box20250509114844_2{
	position: relative;
	text-align: center;
	color: #000;
	font-size: 21px;
}

.box20250509114844_one {position: relative;width: 80px;height: 80px;background-color: #b3a281;color: #fdfdfd;display: flex;justify-content: center;align-items: center;}
/*这一级是导航*/
 .box20250509114844_one_title {line-height: 15px;}
.box20250509114844_one_title a {
    font-size: 21px;
    /*height: 50px;*/
    /* padding: 0px 20px; */
    line-height: 36px;
    color: #000;
    display: block;
    text-align: center;
    /* margin: 3px; */
}
.box20250509114844_one_title a:hover {
    color:#fff;
    transition: 0.3s all;
	background-color:#000;
	border-radius: 50px;
}
.open .box20250509114844_one_title a, .cur .box20250509114844_one_title a {
    color:#fff;
    transition: 0.3s all;
	background-color:#000;
	border-radius: 50px;
}


.box20250509114844_one .box20250509114844xia_lia{
    position:absolute;
    top:0;
    left: 0px;
    bottom: 0px;
    /* right: 44px; */
    width: 300px;
    /*height: 50px;*/
    border:0px solid #D2D2D2;
    display:none;
    /* background-color:#F8F8F8; */
    z-index:9999999;
}