.nav_article_box{
    height: .7rem !important;
}
.nav_tab{
    height: .7rem !important;
}
.nav_tab .nav_tab_min .nav_tab_min_title{
    line-height: .7rem !important;
}
.nav_tab_min_pop{
    top: 0.7rem !important
}
.car-sticky-config-all{
    width: 100%;
    height: .7rem;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    background-color: rgba(255,255,255,.7);
    backdrop-filter: saturate(80%) blur(50px);
    -webkit-backdrop-filter: saturate(80%) blur(50px);
    display: none
}
.car-sticky-config-all .car-sticky-config{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .5rem 0 1rem;
    height: 100%;
}
.car-sticky-config-all .car-sticky-config .car-sticky-config-title{
    font-size: .21rem;
}
.car-sticky-config-all .car-sticky-config .car-sticky-config-title span{
    margin-left: .4rem;
    font-size: .16rem;
    font-weight: 300
}
.car-sticky-config-all .car-sticky-config .car-sticky-config-title span i{
    font-style: normal;
    margin-left: .3rem;
    position: relative
}
.car-sticky-config-all .car-sticky-config .car-sticky-config-title span i::after{
    position: absolute;
    content: '';
    width: 100%;
    display: block;
    height: 1px;
    background: #989898;
    bottom: -3px;
    left: 0
}
.car-sticky-config-all .car-sticky-config .car-sticky-config-link{
    display: flex;
    align-items: center;
    height: 100%
}
.car-sticky-config-all .car-sticky-config .car-sticky-config-link .link-box{
    display: flex;
    align-items: center;
    height: 100%
}
.car-sticky-config-all .car-sticky-config .car-sticky-config-link .link-box-res{
    display: none
}
.car-sticky-config-all .car-sticky-config .car-sticky-config-link .link{
    font-size: .18rem;
    width: 1.5rem;
    height: .43rem;
    color: #000;
    cursor: pointer;
    font-weight: 300
}
.car-sticky-config-all .car-sticky-config .car-sticky-config-link .link span{
    width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	z-index: 1;
	transition: all .3s cubic-bezier(0.165,0.84,0.44,1);
    font-weight: 300;
}
.car-sticky-config-all .car-sticky-config .car-sticky-config-link .link span i{
    font-style: normal
}
.car-sticky-config-all .car-sticky-config .car-sticky-config-link .link1{
    border: 0;
    width: auto;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.car-sticky-config-all .car-sticky-config .car-sticky-config-link .link1::after{
    bottom: -0.5px;
    left: 0;
    height: 2px;
    position: absolute;
    content: '';
    transition: transform .55s cubic-bezier(0.165,0.84,0.44,1);
    transform: scaleX(0);
    transform-origin: right;
    background-color: #3daeae;
    width: 100%;
}
.car-sticky-config-all .car-sticky-config .car-sticky-config-link .link1:hover::after{
    transform: scaleX(1);
    transform-origin: left;
}
.car-sticky-config-all .car-sticky-config .car-sticky-config-link .link2{
    border: 0;
    width: auto;
    height: 100%;
    margin-left: .38rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.car-sticky-config-all .car-sticky-config .car-sticky-config-link .link2::after{
    bottom: -0.5px;
    left: 0;
    height: 2px;
    position: absolute;
    content: '';
    transition: transform .55s cubic-bezier(0.165,0.84,0.44,1);
    transform: scaleX(0);
    transform-origin: right;
    background-color: #3daeae;
    width: 100%;
}
.car-sticky-config-all .car-sticky-config .car-sticky-config-link .link2:hover::after{
    transform: scaleX(1);
    transform-origin: left;
}
.car-sticky-config-all .car-sticky-config .car-sticky-config-link .link3,.car-sticky-config-all .car-sticky-config .car-sticky-config-link .link5{
    font-size: .15rem;
    border: 1px solid #7a7d80;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: .4rem;
    position: relative
}
.car-sticky-config-all .car-sticky-config .car-sticky-config-link .link4{
    font-size: .15rem;
    border: 1px solid #5d646b;
    color: #fff;
    background: #5d646b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: .2rem;
    position: relative
}

.car-sticky-config-all .car-sticky-config .car-sticky-config-link .link3::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #3e4247;
	transition: transform .9s cubic-bezier(0.165,0.84,0.44,1);
	transform: scaleX(0);
	transform-origin: right;
	z-index: 0;
}
.car-sticky-config-all .car-sticky-config .car-sticky-config-link .link3:hover span{
	color: #fff;
}
.car-sticky-config-all .car-sticky-config .car-sticky-config-link .link3:hover::after{
	transform: scaleX(1);
	transform-origin: left;
}

.car-sticky-config-all .car-sticky-config .car-sticky-config-link .link5::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #3e4247;
	transition: transform .9s cubic-bezier(0.165,0.84,0.44,1);
	transform: scaleX(0);
	transform-origin: right;
	z-index: 0;
}
.car-sticky-config-all .car-sticky-config .car-sticky-config-link .link5:hover span{
	color: #fff;
}
.car-sticky-config-all .car-sticky-config .car-sticky-config-link .link5:hover::after{
	transform: scaleX(1);
	transform-origin: left;
}



.car-sticky-config-all .car-sticky-config .car-sticky-config-link .link4::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #3e4247;
	transition: transform .9s cubic-bezier(0.165,0.84,0.44,1);
	transform: scaleX(0);
	transform-origin: right;
	z-index: 0;
}
.car-sticky-config-all .car-sticky-config .car-sticky-config-link .link4:hover span{
	color: #fff;
}
.car-sticky-config-all .car-sticky-config .car-sticky-config-link .link4:hover::after{
	transform: scaleX(1);
	transform-origin: left;
}
@media (max-width: 768px) {
    .car-sticky-config-all .car-sticky-config{
        padding: 0 .24rem 0 .4rem;
        height: 1rem;
        background: #363a3d
    }
    .header_mb_top{
        height: 1rem !important;
    }
    .header_nav_mb{
        height: 1rem;
    }
    .car-sticky-config-all .car-sticky-config .car-sticky-config-link{
        width: 100%;
        justify-content: space-between
    }
    .car-sticky-config-all .car-sticky-config .car-sticky-config-title{
        display: none;
    }
    .car-sticky-config-all .car-sticky-config .car-sticky-config-link .link-box-res{
        display: flex
    }
    .car-sticky-config-all .car-sticky-config .car-sticky-config-link .link{
        color: #fff;
        font-size: .24rem;
        width: 1.25rem;
        height: 0.55rem;
    }
    .car-sticky-config-all .car-sticky-config .car-sticky-config-link .link1{
        height: auto;
        width: auto
    }
    .car-sticky-config-all .car-sticky-config .car-sticky-config-link .link2{
        margin-left: .38rem;
        height: auto;
        width: auto
    }
    .car-sticky-config-all .car-sticky-config .car-sticky-config-link .link3{
        font-size: .21rem;
        border: 0.001 solid #fff;
    }
    .car-sticky-config-all .car-sticky-config .car-sticky-config-link .link5{
        font-size: .2rem;
        border: 1px solid #fff;
        width: 1.5rem;
    }
    .car-sticky-config-all .car-sticky-config .car-sticky-config-link .link4{
        background: #fff;
        color: #000;
        font-size: .2rem;
        border: 1px solid #fff;
    }
    .car-sticky-config-all .car-sticky-config .car-sticky-config-link .link-active{
        position: relative
    }
    .car-sticky-config-all .car-sticky-config .car-sticky-config-link .link1::after{
        bottom: -0.34rem;
    }
    .car-sticky-config-all .car-sticky-config .car-sticky-config-link .link2::after{
        bottom: -0.34rem;
    }
    .car-sticky-config-all .car-sticky-config .car-sticky-config-link .link-active::after{
        content: '';
        position: absolute;
        bottom: -0.34rem;
        left: 0;
        width: 100%;
        height: .05rem;
        background: #3caeae;
        display: block
    }
}