header {
    position: relative;
    z-index: 99;
}

.header__container {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 0.5rem;
    padding: 0px 0.16rem;
    z-index: 2;
    transition: 0.5s;
}

.h_z1 {
    z-index: 1 !important;
}

.nav_none {
    display: none;
    z-index: -1 !important;
}

.header__head {
    width: 100%;
    height: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_left {
    display: flex;
    align-items: center;
}

.logo {
    width: 0.44rem;
    height: 0.25rem;
    font-size: 0;
    position: relative;
}

.logo img {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.5s;
}

.logo__img1 {
    opacity: 0;
}

.header__more {
    width: 0.16rem;
    height: 0.16rem;
}

.header_text {
    margin-left: 0.08rem;
    padding-left: 0.09rem;
    border-left: 0.01rem solid #ffffff;
}


/* .header_text::before{
	content: "";
	width: 0.01rem;
	height: 0.26rem;
	left: 0;
	top: 0.04rem;
	background-color: #ffffff;
	position: absolute;
} */

.header_text p {
    font-size: 0.1rem;
    font-family: PingFang, PingFang-Medium;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 0.14rem;
    /* margin-bottom: 0.04rem; */
    transition: 0.5s;
}

.header_text p:nth-of-type(2n+0) {
    margin-bottom: 0;
}

.header_text p span {
    font-family: helvetica;
}

.header__main {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    background: rgba(0, 0, 0, 0.55);
    left: 0;
    z-index: 999;
    transition: 0.6s;
}

.header__content {
    width: 3rem;
    height: 100vh;
    background: #fff;
    position: absolute;
    right: -3rem;
    overflow-y: scroll;
    transition: 0.6s;
}

.header__act {
    right: 0rem;
    transition: 0.6s;
}

.header__nav {
    border-top: 1px #E3E3E3 solid;
}

.header__nav .nav__item:nth-child(1) {
    margin-top: 24px;
}

.nav__item,
.nav__item1 {
    width: 100%;
    line-height: 0.2rem;
    min-height: 0.2rem;
    margin-bottom: 32px;
}

.nav__item {
    padding: 0px 0.16rem;
    box-sizing: border-box;
}

.item__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0.16rem;
    box-sizing: border-box;
}

.item__path {
    width: 100%;
    line-height: 0.45rem !important;
    height: 0.2rem;
    font-size: 0.14rem !important;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 0.2rem;
    display: block;
    display: flex;
    align-items: center;
}

.item__icon {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.12rem;
    vertical-align: middle;
}

.header__more__head {
    padding: 0px 0.16rem;
    width: auto;
}

.header__more__head .header_text {
    margin-left: 0.08rem;
    padding-left: 0.09rem;
    border-left: 0.01rem solid #979CAB !important;
}


/* .header__more__head .header_text::before{
	content: "";
	width: 0.01rem;
	height: 0.26rem;
	left: 0;
	top: 0.04rem;
	background-color: #979CAB;
	position: absolute;
} */

.header__more__head .header_text p {
    font-size: 0.09rem;
    font-family: PingFang, PingFang-Medium;
    font-weight: 500;
    text-align: left;
    color: #979CAB !important;
    line-height: 0.14rem;
    margin-bottom: 0.04rem;
    transition: 0.5s;
}

.header_right {
    width: 0.16rem;
    height: 0.16rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.header__bar {
    display: block;
    width: 0.16rem;
    height: 0.02rem;
    background: #fff;
    border-radius: 0.01rem;
    transition: 0.5s;
}

.bar__icon1 {
    transform: rotate(-45deg);
    position: absolute;
    background: #1D95FF !important;
    top: 0.095rem;
}

.bar__icon2 {
    transform: rotate(45deg);
    position: absolute;
    background: #1D95FF !important;
    top: 0.095rem;
}

.bar__icon3 {
    opacity: 0;
}

.up__icon {
    width: 0.16rem;
    transition: 0.5s;
}

.down__icon {
    transform: rotate(180deg);
}

.li__more {
    height: 0px;
    /* background: #F6F9FF; */
    transition: 0.5s;
    /* display: grid !important; */
    /* grid-template-columns: repeat(3, 1fr); */
    /* grid-gap: 4%; */
    /* grid-auto-flow: row; */
    overflow: hidden;
}

.li__more__act1 {
    height: 3.1rem;
}

.li__more__act2 {
    height: 1.29rem;
}

.li__more__act3 {
    height: 1.28rem;
}

.li__more__act4 {
    height: 1.43rem;
}

.li__more__act7 {
    height: 0.175rem;
    padding-bottom: 0.16rem;
}

.li__more__act8 {
    height: 0.35rem;
}

.li__more__act5 {
    height: 1.4rem;
}

.li__more__act6 {
    height: 1.44rem;
}

.item__url {
    color: #333333 !important;
    font-size: 0.14rem;
    display: block;
    box-sizing: border-box;
}

.li__more_flex>div:nth-child(1),
.li__more_flex>div:nth-child(3) {
    margin-right: .84rem;
}

.li__more_flex .li__more__item {
    line-height: .22rem;
    margin-bottom: .2rem;
}


/* .li__more__itemAct {} */

.li__more__itemAct a {
    color: #687E9C !important;
}

.item_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item_list>div>a>img {
    width: 0.2rem;
}

.item_list>div:nth-child(2n-1)>a>img {
    margin-left: 0.2rem;
}

.item_list>div>img {
    margin-left: 0;
}

.item_list>div>a>span {
    font-size: 0.14rem;
    margin-left: 0.08rem;
    color: #3A3C4C
}

.item_list>div {
    width: 45%;
    margin-bottom: .2rem;
}

.item_list>div>a {
    display: flex;
    align-items: center;
}

.item_title {
    display: flex;
    align-items: center;
    line-height: .2rem;
    color: #999999;
    margin-top: .2rem;
    margin-bottom: .12rem;
}

.item_title>span:nth-child(1) {
    width: 0.02rem;
    height: 0.09rem;
    background: #1D95FF;
    display: block;
    margin-left: 0.32rem;
}

.item_title>span:nth-child(3) {
    width: 2.61rem;
    height: 0.01rem;
    background: #EBEEFB;
    display: block;
    margin-left: 0.08rem;
}

.item__a_title {
    color: #979CAB !important;
    font-size: 0.14rem;
    display: block;
    box-sizing: border-box;
    margin-left: 0.2rem;
}

.colorText {
    color: #1472FF !important;
}

.spanColor {
    color: #1472FF !important;
}

.li__more_flex {
    display: flex;
    flex-wrap: wrap;
    padding: 0px .2rem;
    align-content: flex-start;
}

.span__sub {
    font-size: .12rem;
    color: #333333;
}

.dow_img .item_list>div {
    width: 1.3rem !important;
    font-size: .14rem;
}

.dow_img .item_list>div img {
    margin-left: 0px !important;
}

.header__container__top {
    background: rgba(255, 255, 255, 0.97) !important;
    box-shadow: 0rem .08rem .16rem 0rem rgb(55 99 170 / 10%) !important;
}

.header__container__top .header_text {
    border-left: 0.01rem solid #333333;
}

.header__container__top .header_text p {
    color: #333333 !important;
}

.header__container__top .header__bar {
    background: #333333;
}