.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0s !important;
    z-index: 998
}
.header .bottom {
    padding: 0.13rem 0;
    box-sizing: border-box;
    background-color: #ffffff;
    position: relative;
    border-bottom: 0.01rem solid #ECECEC;
}
.header .bottom .main{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .bottom .leftxx {
    display: flex;
    align-items: center
}

.header .bottom .leftxx .logo {
    display: block;
    width: auto;
    height: 0.41rem;
    margin-right: 1.2rem;
    max-width: 3rem;
}

.header .bottom .leftxx .logo img {
    height: 100%;
    object-fit: contain;
}
.header .bottom .leftxx .h_nav {
    display: flex;
    transition: all 0.5s
}
.header .bottom .leftxx .h_nav.nav-hide {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.header .bottom .leftxx .h_nav li {
    margin-right: 0.6rem
}

.header .bottom .leftxx .h_nav li:last-child {
    margin-right: 0
}

.header .bottom .leftxx .h_nav li a {
    transition: all 0.5s;
    display: block;
    font-family: SC-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    line-height: 1;
}
.header .bottom .leftxx .h_nav li a.act,
.header .bottom .leftxx .h_nav li a:hover {
    color: #366D33;
}
.header .bottom .rightxx{
    display: flex;
    align-items: center;
    gap: 0.3rem;
} 
.header .bottom .rightxx .language{
    display: flex;
    align-items: center;
    font-family: SC-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    gap: 0.11rem;
    white-space: nowrap;
    cursor: pointer;
    width: auto;
}
.header .bottom .rightxx .language img{
    width: 0.24rem;
    height: 0.24rem;
}
.header .bottom .rightxx .language i{
    width: 0.14rem;
    height: 0.08rem;
    display: block;
    background: url(../img/language_icon1.png) center no-repeat;
    background-size: contain;
}
.header .bottom .rightxx .search{
    width: 0.3rem;
    height: 0.3rem;
}
.header .bottom .rightxx .right_hr{
    width: 0.01rem;
    height: 0.16rem;
    background: #BFBFBF;
}






.header .pl_xl {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #ECECEC;
    background-color: #fff;
    display: none;
}

.header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    --modal-scrim-blur: 0px;
    -webkit-backdrop-filter: blur(var(--modal-scrim-blur));
    backdrop-filter: blur(var(--modal-scrim-blur));
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    z-index: -1
}
.header.show:before {
	--modal-scrim-blur: 4px;
	opacity: 1;
	transition: all 0.5s 0.5s
}
.header .pl_xl .con {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 2;
    background-color: #fff
}

.header .pl_xl .con .leftxx {
    width: 6rem;
    background-color: #F7F7F7;
    padding: 0.58rem 0 1rem 0;
}

.header .pl_xl .con .leftxx .li {
    display: flex;
    align-items: center;
    color: #333333;
    transition: all 0.5s;
    position: relative;
    cursor: pointer;
    padding: 0.13rem 0.41rem 0.14rem 1.6rem;
    height: fit-content;
}

.header .pl_xl .con .leftxx .li .icon {
    filter: brightness(.1);
    opacity: .5;
    transition: all .4s
}

.header .pl_xl .con .leftxx .li .p {
    display: table;
    position: relative;
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.18rem;
    color: #606060;
    line-height: 1;
    width: auto;
    white-space: nowrap;
}
.header .pl_xl .con .leftxx .li:last-child{
    margin-top: 0.14rem;
    padding-top: 0.28rem;
    flex-wrap: wrap;
}
.header .pl_xl .con .leftxx .li:last-child::before{
    width: 2.7rem;
    height: 0rem;
    border-top: 0.01rem dashed #C9C9C9;
    content: "";
    position: absolute;
    top: 0;
}
.header .pl_xl .con .leftxx .li.on .p {
    color: #80A749;
}

.header .pl_xl .con .leftxx .li.on .icon {
    filter: none;
    opacity: 1
}

.header .pl_xl .con .leftxx .li .img1 {
    display: none
}

.header .pl_xl .con .leftxx .li .img2 {
    display: block
}

.header .pl_xl .con .leftxx .li img {
    width: 0.18rem;
    margin-right: 0.1rem
}

.header .pl_xl .con .leftxx .li .jt {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.18rem;
    opacity: 0;
    transition: all 0.5s
}

.header .pl_xl .con .leftxx .li.on .jt {
    opacity: 1
}

.header .pl_xl .con .leftxx .li:hover .jt {
    opacity: 1
}
.header .pl_xl .con .leftxx .class_nav2{
    width: 100% !important;
    padding-left: 0.25rem;
    margin-top: 0.25rem;
}
.header .pl_xl .con .leftxx .class_nav2 a{
    width: auto;
    height: auto;
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.14rem;
    color: #606060;
    line-height: 1;
    margin-bottom: 0.2rem;
}
.header .pl_xl .con .leftxx .class_nav2 a:hover{
    color: #80A749;
}








.header .pl_xl .con .rightx {
    width: calc(100% - 6rem);
    padding: 0.58rem 1.6rem 0 0.97rem;
    background: #FBFBFB;
    position: relative;
}

.header .pl_xl .con .rightx .rightx1 {
    display: none
}

.header .pl_xl .con .rightx .rightx1.on {
    display: block
}

.header .pl_xl .con .rightx .r_top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 0.75rem;
    width: 6rem;
    justify-content: space-between
}
.header .pl_xl .con .rightx .r_top .h {
    font-family: SC-Medium;
    font-weight: 500;
    font-size: 0.22rem;
    color: #000000;
    margin-bottom: 0.19rem;
    transition: all 0.5s;
    width: 100%;
    line-height: 1;
}

.header .pl_xl .con .rightx .r_top:hover .h {
    color: #80A749;
}

.header .pl_xl .con .rightx .r_top .p {
    font-family: SC-Light;
    font-weight: 300;
    font-size: 0.17rem;
    color: #606060;
    line-height: 1;
}

.header .pl_xl .con .rightx .r_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.header .pl_xl .con .rightx .r_bottom>div {
    width: 3.42rem;
    position: relative;
}
.header .pl_xl .con .rightx .r_bottom>div .h1 {
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.16rem;
    color: #606060;
    padding-bottom: 0.19rem;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 0.36rem;
    line-height: 1;
    height: auto;
}



.header .pl_xl .con .rightx .r_bottom>div .ul_url{
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.14rem;
    color: #848484;
    position: relative;
    width: auto;
    height: auto;
    margin-bottom: 0.37rem;
    line-height: 1.6;
}
.header .pl_xl .con .rightx .r_bottom>div .ul_url:hover {
    color: #80A749;
}

.header .pl_xl .con .rightx .r_bottom>div .pic {
    width: 100%;
    height: 1.86rem;
    overflow: hidden;
    display: block;
    margin-bottom: 0.58rem
}

.header .pl_xl .con .rightx .r_bottom>div .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s
}

.header .pl_xl .con .rightx .r_bottom>div .pic:hover img {
    transform: scale(1.05)
}

.header .pl_xl .con .rightx .ai {
    padding: 0.24rem 0.2rem 0.23rem 0.2rem;
    width: 3.42rem;
    height: 1.2rem;
    background: #EFEFEF;
    position: absolute;
    cursor: pointer;
    left: 8.18rem;
    top: 5.04rem;
}

.header .pl_xl .con .rightx .ai .ai1 {
    position: absolute;
    bottom: 0.3rem;
    right: 0.3rem;
    width: 0.5rem;
    height: auto;
    transition: all 0.5s
}
.header .pl_xl .con .rightx .ai .h2 {
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.16rem;
    color: #606060;
    margin-bottom: 0.2rem;
    width: 90%;
}

.header .pl_xl .con .rightx .ai .ai_tit{
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.16rem;
    color: #366D33;
}
.header .pl_xl .con .rightx .rightx1:nth-last-child(2) .b_item{
    margin-bottom: 1.2rem;
}


.header .con .con_url{
    font-family: SC-Light;
    font-weight: 200;
    font-size: 0.16rem;
    color: #333;
    width: fit-content;
    height: auto;
    margin: 0.47rem 0.32rem;
}
.header .con .con_url:hover{
    color: #606060;
}
.header .item {
    margin: 0.5rem 0.9rem;
}

.header .item a {
    width: auto;
    height: auto;
    display: block
}

.header .item a.h {
    font-family: SC-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    margin-bottom: 0.33rem;
    line-height: 1;
}

.header .item ul a {
    font-family: SC-Light;
    font-weight: 200;
    font-size: 0.16rem;
    color: #87827E;
    transition: all 0.5s;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 0.18rem;
}
.header .item ul a:hover {
    color: #366D33;
}


.header.on {
    transform: translateY(-101%)
}

.header.headerx {
    transform: translateY(0%)
}














.class_more img{
	width: 0.17rem;
	height: 0.17rem;
	display: block;
	margin-left: 0.09rem;
    transition: transform 0.5s;
}
.class_more:hover{
	color: #fff;
    border: none;
	background: linear-gradient( 269deg, #80A749 0%, #366D33 100%);
}
.class_more:hover img{
	transform: rotate(45deg);
    filter: brightness(0) invert(1);
}













/* 右侧边缘触发区域 */
.right-edge-trigger {
    position: fixed;
    right: 0;
    top: 0;
    width: 1rem; /* 触发区域宽度 */
    height: 100%;
    z-index: 4; /* 确保在.left之下 */
    background: transparent; /* 完全透明 */
}

/* 左侧悬浮客服按钮 */
.left {
    position: fixed;
    width: 0.8rem;
    height: 0.8rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0,0,0,0.16);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -0.8rem; /* 初始隐藏在右侧边缘之外 */
    bottom: 1.35rem;
    z-index: 9;
    transition: right 0.3s ease; /* 添加过渡效果 */
}

/* 当鼠标悬停在触发区域上时，显示.left */
.right-edge-trigger:hover + .left {
    right: 0.65rem;
}

/* 同时，当鼠标悬停在.left自身上时，也保持显示 */
.left:hover {
    right: 0.65rem;
}

.left img {
    width: 0.5rem;
    height: auto;
}








/* 左侧悬浮 */
.left_nav {
    position: fixed;
    right: 0.06rem;
    top: 50%;
    transform: translateY(-50%);
    text-align: -webkit-right;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.left_nav .left_item{
    min-width: 0.6rem;
    width: fit-content;
    height: 0.6rem;
    background: #fff;
    box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0,0,0,0.13);
    border-radius: 0.05rem;
    margin-bottom: 0.06rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.left_nav .left_item.goTop{
    margin-top: 0.08rem;
    height: 0.27rem;
    display: flex;
}
.left_nav .left_item .left_img{
    width: 0.32rem;
    max-height: 0.32rem;
    object-fit: contain;
    align-items: center;
    display: flex;
    justify-content: end;
    margin-left: 0.15rem;
}
.left_nav .left_item .left_txt{
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 0.18rem;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    opacity: 0;
    transition: all 0.5s ease;
    display: flex;
    gap: 0.14rem;
}
.left_nav .left_item .left_txt span{
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 0.18rem;
    color: #FFFFFF;
}
.left_nav .left_item .left_code{
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    left: -1.53rem;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: #fff;
    transition: 0.5s;
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.3);
}
.left_nav .left_item .left_code img{
    width: 1.1rem;
    height: 1.1rem;
    margin: 0.1rem;
    object-fit: contain;
}
.left_nav .left_item:nth-child(4) .left_code{
    /*display: block;*/
    height: auto;
    padding: 0.1rem;
    box-sizing: border-box;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
}
.left_nav .left_item:nth-child(4) .left_code:before{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: 48%;
    right: -19px;
    display: inline-block;
    border: 10px solid transparent;
    border-top-color: #ffffff;
    transform: rotate(-90deg);
}
.left_nav .left_item .left_code .left_div{
    width: 100%;
    text-align: center;
    margin-bottom: 0.1rem;
}
.left_nav .left_item .left_code .left_div img{
    width: 1.1rem;
    height: 1.1rem;
}
.left_nav .left_item .left_code .left_div span{
    font-size: 0.14rem;
}

.left_nav .left_item:hover .left_txt{
    max-width: 3.5rem;
    opacity: 1;
    margin-left: 10px;
    padding-right: 0.17rem;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.left_nav .left_item:hover {
    width: auto;
    background: #80A749;
}
.left_nav .left_item:hover .left_img img{
    filter: brightness(0) invert(1);
}
.left_nav .left_item:hover .left_code{
    display: flex;
}
.left_nav .left_item:nth-child(4):hover .left_code{
    display: block;
}



.class_more{
	width: 2.2rem;
	height: 0.45rem;
	background: #FFFFFF;
	border: 0.01rem solid #7A9B54;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: SC-Regular;
	font-weight: 400;
	font-size: 0.16rem;
	color: #7A9B54;
	border-radius: 0.05rem;
	position: relative;
	z-index: 9;
	cursor: pointer;
}
.class_more i{
	width: 0.17rem;
	height: 0.17rem;
	display: block;
	background: url(../img/more.png) center no-repeat;
	background-size: contain;
	margin-left: 0.09rem;
}
.class_more:hover{
	color: #fff;
	background: linear-gradient( 275deg, #7A9B54 0%, #3A6531 100%);
}
.class_more:hover i{
	background: url(../img/more2.png) center no-repeat;
}















/* 手机版 */
@media screen and (max-width: 1024px) {
    body{
        overflow-x: hidden;
    }
html{font-size: 60px!important;}
.padd82{padding-top: 0!important;}
.header{display: none;}
.ca_header{display: none;}

.header_m{display: block!important;position: fixed;top: 0;left: 0;width: 100%;background-color: #fff;z-index: 998;border-bottom:1px solid rgba(0,0,0,0.05);}
.header_m .con{display: flex;align-items: center;justify-content:space-between;padding:12px 20px;}
.header_m .con .logo{display: block;width: 120px;}
.header_m .con .rig{display: flex;align-items: center;}
.header_m .con .rig .ser_m{width: 26px;height: 26px;}
.header_m .con .rig .ser_m img{width: 100%;height: 100%;}
.header_m .con .rig .ser_m img.img2{display: none;}
.header_m .con .rig .ser_m.on img.img1{display: none;}
.header_m .con .rig .ser_m.on img.img2{display: block;}

.navbar-default{position: static!important;height:auto!important;}
.navbar-toggle {position: relative!important;float: right;padding:0;margin-left:16px; background-color: transparent;background-image: none;border:0;border-radius: 0}
.navbar-toggle:focus { outline: 0 }
.navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px }
.navbar-toggle .icon-bar + .icon-bar { margin-top: 4px }
.navbar-default .navbar-toggle .icon-bar { background-color: #606060 }
.navbar-toggle .icon-bar { position: relative }
.navbar-toggle .icon-bar + .icon-bar { margin-top: 6px }
.navbar-toggle .icon-bar:nth-child(2) { -moz-transition: background .3s ease 0s; -o-transition: background .3s ease 0s; -webkit-transition: background .3s ease; -webkit-transition-delay: 0s; transition: background .3s ease 0s; background: transparent }
.transform-fallback-fix .navbar-toggle .icon-bar:nth-child(2) { background: #606060 }
.navbar-toggle .icon-bar:nth-child(1), .navbar-toggle .icon-bar:nth-child(3) { -moz-transition: top .3s ease, -moz-transform .3s ease .4s; -o-transition: top .3s ease, -o-transform .3s ease .4s; -webkit-transition: top .3s ease, -webkit-transform .3s ease; -webkit-transition-delay: 0s, .4s; transition: top .3s ease, transform .3s ease .4s }
.navbar-toggle .icon-bar:nth-child(1) { top: 8px; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg) }
.transform-fallback-fix .navbar-toggle .icon-bar:nth-child(1) { top: 0 }
.navbar-toggle .icon-bar:nth-child(3) { top: -8px; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg) }
.transform-fallback-fix .navbar-toggle .icon-bar:nth-child(3) { top: 0 }
.navbar-toggle.collapsed .icon-bar:nth-child(2) { -moz-transition: background .3s ease .4s; -o-transition: background .3s ease .4s; -webkit-transition: background .3s ease; -webkit-transition-delay: .4s; transition: background .3s ease .4s; background-color: #606060 }
.navbar-toggle.collapsed .icon-bar:nth-child(1), .navbar-toggle.collapsed .icon-bar:nth-child(3) { top: 0; -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -moz-transition: top .3s ease .4s, -moz-transform .3s ease; -o-transition: top .3s ease .4s, -o-transform .3s ease; -webkit-transition: top .3s ease, -webkit-transform .3s ease; -webkit-transition-delay: .4s, 0s; transition: top .3s ease .4s, transform .3s ease }


.header_m .m_means{position: absolute;top: 100%;left: 0;width: 100%;height: calc(100vh - 50px);overflow:hidden;pointer-events: none;font-family: PingFang SC, Arial, Microsoft YaHei, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol!important;}
.header_m .m_means .mean1{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #fff;padding: 20px;transform:translateX(105%);transition:all 0.5s;pointer-events: all;overflow:auto;}
.header_m .m_means .mean1.on{transform: translateX(0);overflow-x:hidden;}
.header_m .m_means .mean1 .m_nav1 .li1{border-bottom: 1px solid #DFDFDF;padding: 15px 0 0 0;line-height:30px; padding-right:0;position:relative;}
.header_m .m_means .mean1 .m_nav1 .li1 .add{position: absolute;top:5px;left:auto; right:-20px; width: 50px;height: 50px;background: url(../img/fm_add.svg)no-repeat center;background-size: 14px 14px;transition:all 0.5s;}
.header_m .m_means .mean1 .m_nav1 .li1.on .add{transform:rotate(45deg);}
.header_m .m_means .mean1 .m_nav1 .li1>a{padding-bottom: 15px; color:#333;font-size:18px;font-weight: bold;font-family: PingFang SC, Arial, Microsoft YaHei, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol!important;width: fit-content;}
.header_m .m_means .mean1 .m_nav2{display:none;padding:20px 0;border-top: 1px solid rgba(96,96,96,0.2);}
.header_m .m_means .mean1 .m_nav2 .li2>a{color:#333;line-height:22px; font-size:16px;display:inline-block;width: 80%;}

.header_m .m_means .mean1 .m_nav2 .li2{position: relative;border-bottom: 1px solid rgba(96,96,96,0.2);padding-bottom: 15px;margin-bottom: 20px;}
.header_m .m_means .mean1 .m_nav2 .li2:last-child{border-bottom: none;padding-bottom: 0;margin-bottom: 0;}
.header_m .m_means .mean1 .m_nav2 .li2 .jt{position:absolute;right:0;top:18px;width:13px;height:13px;transform:translateY(-50%);transition:all 0.5s;}
.header_m .m_means .mean1 .m_nav2 .li2.on .jt{transform:translateY(-50%) rotate(90deg);}
.header_m .m_means .mean1 .m_nav2 .li2 .jt img{width: 100%;height: 100%;}
.header_m .rig .btns{display:flex;justify-content:center;}
.header_m .rig .btns>div{
    /*margin: 0 12px;*/
    color:#333;
    padding-right: 12px;
    background: url(../img/hx_jt.svg) no-repeat right center;
    font-size: 16px;
    background-size: 8px auto;
    display: flex;
    align-items: center;
    column-gap: 10px;
    }
.header_m .m_means .mean1 .m_nav2 .m_nav3{padding-left: 20px;display:none;padding:35px 10px 0 20px}
.header_m .m_means .mean1 .m_nav2 .m_nav3>div{color:#606060;line-height:22px;font-size:16px;padding-bottom: 10px;margin-bottom:10px;font-weight: 400!important; border-bottom: 1px solid rgba(96,96,96,0.2);}
.header_m .m_means .mean1 .m_nav2 .m_nav3>a{color:#606060;line-height:22px;font-size:16px;padding-bottom: 10px;margin-bottom:10px;font-weight: 400!important;}
.header_m .m_means .mean1 .m_nav2 .m_nav3 li a{color:#606060;font-size: 16px;line-height: 34px;font-weight: 200;}

.header_m .serm_mean{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #fff;padding: 20px;transform:translateX(105%);transition:all 0.5s;pointer-events: all;}
.header_m .serm_mean.on{transform: translateX(0);}
.header_m .serm_mean .iwp-list{width:100%;display:flex;}


.header_m .rig .btns .la_m{
    display: none;
}
.header_m .rig .btns .zq_m img{
    width: 26px;
    height: 26px;
}



    .class_more{
        font-size: 12px;
        text-transform: uppercase;
        width: auto;
        padding: 0 10px;
        height: 0.5rem;
        white-space: nowrap;
    }
    .class_more img{
        width: 17px;
        height: 17px;
    }




    .left_nav{
        display: none;
    }
    .right-edge-trigger{
        width: 0.5rem;
    }
}



