.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: transparent;
    /* border: 0.01rem solid #E6E6E6; */
    /* box-shadow: 0rem 0.02rem 0.04rem 0rem rgba(0,0,0,0.1); */

    z-index: 999;
    transition: all 0.3s;
}
.scrollHeader .header,
.scrollHeader1 .header{
        box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0,0,0,0.1);
        background: rgba(255, 255, 255, 1);
}

.scrollHeader .headerBox2 .item .one,
.scrollHeader1 .headerBox2 .item .one{
    color:#333;
}
.scrollHeader .headerBox1,
.scrollHeader1 .headerBox1{
     filter: unset;
}
.header_center {
    width: 17.28rem;
    height: 1.1rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* logo */
.scrollHeader .header_logo,
.scrollHeader1 .header_logo{
    filter:unset;
}
.header_logo {
    width: auto;
    height: 0.78rem;
    overflow: hidden;
     filter: brightness(0) invert(1);
}
.header_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* 右侧内容 */
.headerR {
    width: fit-content;
    height: auto;
    padding-right: 0.6rem;
}

/* 导航1 */
.headerBox1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
        filter: brightness(0) invert(1);
}
/* 登录 */
.headerBox1 .login {
    margin-right: 0.35rem;
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    color: #858585;
}
.headerBox1 .login .log1 {
    width: 0.15rem;
    height: 0.15rem;
    margin-right: 0.05rem;
    object-fit: contain;
}
.headerBox1 .login .log2 {
    display: block;
    margin-right: 0.05rem;
    font-size: 0.14rem;
    color: #858585;
}
.headerBox1 .login .log2:nth-of-type(2) {
    margin-right: 0;
    margin-left: 0.05rem;
}
.headerBox1 .login .log2:hover {
    color: #0769B2;
}
/* 语言 */
.headerBox1 .language {
    margin-right: 0.2rem;
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    color: #858585;
}
.headerBox1 .language .lang1 {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.05rem;
    object-fit: contain;
}
.headerBox1 .language .lang2 {
    display: block;
    margin-right: 0.05rem;
    font-size: 0.14rem;
    color: #858585;
}
.headerBox1 .language .lang2:nth-of-type(2) {
    margin-right: 0;
    margin-left: 0.05rem;
}
.headerBox1 .language .lang2:hover {
    color: #0769B2;
}
/* 搜索 */
.headerBox1 .hsearch {
    /* width: 2.54rem; */
    width: fit-content;
    height: 0.34rem;
    padding: 0 0.15rem 0 0.1rem;
    /* border: 0.01rem solid #E9E9E9; */
    border: 0 solid transparent;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: all 0.3s ease;
}
.headerBox1 .hsearch input {
    /* width: 1.7rem; */
    width: 0;
    margin-right: 0.1rem;
    border: none;
    outline: none;
    font-size: 0.14rem;
    transition: all 0.3s ease;
}
.headerBox1 .hsearch .sear1 {
    height: 0.15rem;
    margin-right: 0.05rem;
    object-fit: contain;
}
.headerBox1 .hsearch .sear2 {
    font-size: 0.14rem;
    color: #858585;
    cursor: pointer;
    white-space: nowrap;
}
/* 输入状态 */
.headerBox1 .hsearch2 {
    width: 2.54rem;
    border: 0.01rem solid #E9E9E9;
}
.headerBox1 .hsearch2 input {
    width: 1.7rem;
    background:transparent;
}


/* 导航2 */
.headerBox2 {
    margin-top: 0.23rem;
    padding-right: 0.06rem;
    display: flex;
    align-items: center;
}
.headerBox2 .item {
    margin-left: 0.56rem;
    height: 0.4rem;
}
.headerBox2 .item:first-child {
    margin-left: 0;
}
.headerBox2 .item .one{
    position: relative;
    font-size: 0.16rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.4rem;
    
}
.scrollHeader .headerBox2 .item .one img,
.scrollHeader1 .headerBox2 .item .one img{
    filter:unset;
}
.headerBox2 .item .one img {
    position: absolute;
    left: calc(100% + 0.07rem);
    top: 50%;
    height: 0.1rem;
    object-fit: contain;
    transform: translateY(-50%);
        filter: brightness(0) invert(1);
}
.scrollHeader .headerBox2 .active .one,
.scrollHeader1 .headerBox2 .active .one,
.headerBox2 .active .one {
    color: #0769B2;
    /*text-decoration: underline;*/
}
.headerBox2 .active .one img {
    /* filter: drop-shadow(0px 0px 0 blue); */
}
.headerBox2 .item:hover .one {
    color: #0769B2;
}
/* 二级导航 */
.headerBox2 .two {
    position: fixed;
    left: 0;
    top: 1.1rem;
    width: 100%;
    background: linear-gradient(131deg, #1176C2 0%, #013C81 100%);
    display: none;
}
.headerBox2 .twoCenter {
    width: 14rem;
    margin: 0 auto;
    padding: 0.66rem 0 0.95rem;
    display: flex;
    justify-content: space-between;
}
.headerBox2 .twoCenter .left {
    width: 5.8rem;
    margin-top: 0.08rem;
    color: #FFFFFF;
}
.headerBox2 .twoCenter .left .t1 {
    font-size: 0.28rem;
    font-weight: bold;
}
.headerBox2 .twoCenter .left .t2 {
    margin-top: 0.38rem;
    font-size: 0.16rem;
    line-height: 0.28rem;
}
.headerBox2 .twoCenter .left .seeMore {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.84rem;
    height: 0.43rem;
    margin-top: 0.45rem;
    border: 0.03rem solid #FFFFFF;
    border-radius: 0.4rem;
    font-size: 0.16rem;
    font-weight: bold;
    color: #FFFFFF;
    transition: all 0.3s;
}
.headerBox2 .twoCenter .left .seeMore img {
    height: 0.14rem;
    margin-left: 0.14rem;
    object-fit: contain;
}
.headerBox2 .twoCenter .left .seeMore:hover {
    background: #fff;
    color: #0769B2;
}
.headerBox2 .twoCenter .right {
    width: 7rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #FFFFFF;
}
.headerBox2 .twoCenter .right .li {
    width: 3.03rem;
    margin-top: 0.3rem;
}
.headerBox2 .twoCenter .right .t1 {
    display: flex;
    align-items: center;
    font-size: 0.2rem;
    font-weight: bold;
    color: #FFFFFF;
}
.headerBox2 .twoCenter .right .t1 img {
    height: 0.16rem;
    margin-left: 0.1rem;
    object-fit: contain;
}
.headerBox2 .twoCenter .right .t1:hover {
    text-decoration: underline;
}
.headerBox2 .twoCenter .right .t2 {
    margin-top: 0.2rem;
    font-size: 0.16rem;
    line-height: 0.28rem;
}


.common-phone-header,
.side-wrap{
    display: none;
}

.common-phone-header,
.side-wrap{
    display: none;
}
@media only screen and (max-width: 1024px) {
    .header{
        display: none;
    }
    .header-wrap {
        display: none;
    }
    .common-phone-header {
        display: block !important;
    }
    .side-wrap {
        display: block !important;
    }
    .common-phone-header {
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
    }
    .common-phone-header-inner {
        display: flex;
        height: 50px;
        border-bottom: 1px solid #eee;
        padding: 0 15px;
        justify-content: space-between;
        align-items: center;
    }
    .header-menu-phone{
        height: 30px;
        width: auto;
    }
    .header-logo-phone {
        height: 30px;
        width: auto;
    }
    .header-search-phone {
        height: 30px;
        width: auto;
    }
    .header-search-box-phone {
        display: none;
    }
    .header-search-input-phone {
        border-radius: 20px;
        height: 35px;
        border-width: 1px;
        border: 1px solid #333;
        padding: 0 10px;
        font-size: 14px;
    }
    .side-modal {
        display: none;
        position: fixed;
        z-index: 99999;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100vw;
        background:rgba(0, 0, 0, .5);
    }
    .side-container {
        display: none;
        position: fixed;
        z-index: 100000;
        left: 0;
        top: 0;
        height: 100vh;
        width: 6.4rem;
        background-color: #fff;
        color: #000;
        border-left: 1px solid #eee;
        animation: ani_side 1s;
    }
    .side-container.shown {
        display: block;
    }
    @keyframes ani_side{
        from {
            display: none;
            width: 3rem;
        }
        to {
            display: block;
            width: 6.4rem;
        }
    }
    .side-wrap {
        width: 100%;
    }
    .side-top {
        display: flex;
        height: 60px;
        padding: 0 20px 0 30px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eee;
    }
    .side-logo {
        height: 30px;
        width: auto;
    }
    .side-close {
        width:.48rem;
    }
    .side-bottom {
        padding:  0 .48rem 0 .72rem;
    }
    .nav-item-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .27rem 0 .27rem 0;
        border-bottom: 1px solid #eee;
    }
    .nav-item-inner span{
        display: flex;
        align-items: center;
        font-size: 14px;
    }
    .nav-item-inner img{
        width: .4rem;
    }
    .side-nav-list .nav-item a{
        color: #000;
        font-size: .26rem;
        width: 100%;
        display: inline-block !important;
    }
    .side-nav-list .side-local-img {
        width: .3rem;
        margin-right: .2rem;
        vertical-align: text-bottom;
    }   
    .side-nav-list-sub {
        display: none;
    }
    .side-nav-list-sub  .side-back-img {
        width: .3rem;
        margin-right: .2rem;
        vertical-align: text-bottom;
    }
}



