/* 顶部导航 */
.header-wrap {
    position: fixed;
    width: 100%;
    height: 1rem;
    background: rgba(255, 255, 255, 1);
    z-index: 999;
    transition: all .365s;
    top: 0;
    left: 0;
    /* overflow: hidden; */
    /* border-bottom: 1px solid rgba(0,0,0,0.4000); */
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);

}

.header-wrap:hover {
    opacity: 1 !important;
}

.headerBg {
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    background: rgba(255, 255, 255, 1);
}

.headerHide {
    height: 0;
    overflow: hidden;
}

.indexHeaderBg {
    background: rgba(255, 255, 255, 0);
    box-shadow: none;
}

/* 
.indexHeaderBg:hover {
    background: rgba(255, 255, 255, .6);
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
} */
.indexHeaderWhite {
    box-shadow: none;
    background: transparent;
}

.indexHeaderWhite .header-logo-white {
    display: block;
}

.indexHeaderWhite .header-logo-black {
    display: none;
}

.indexHeaderWhite .header-menu-a {
    color: #fff;
}


/*  */
.header-box {
    width: 18rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.header-logo {
    height: 0.45rem;
}

.header-logo img {
    height: 100%;
    width: auto;
}

.header-logo-white {
    display: none;
}

.header-nav-box {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-nav {
    height: 100%;
    display: flex;
    align-items: center;
    /* justify-content: space-between;
    padding: 0 0.5rem; */
    margin-right: .8rem;
}

.header-menu {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 0.6rem;
    position: relative;
}

/* .header-menu:hover,
.header-menu-a:hover {
    color: #333;
} */

.header-menu-a {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    /* position: relative;
    z-index: 2; */
}

.header-menu.active .header-menu-a {
    color: #AA3737;
    font-weight: bold;
}

/* .header-menu.active::after {
    width: 100%;
} */

.header-first {
    cursor: pointer;
    position: relative;
}

.header-first::after {
    content: '';
    width: 0;
    height: 0.03rem;
    background: #AA3737;
    border-radius: 0.1rem;
    position: absolute;
    bottom: 0rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all .365s;
}

.header-first:hover::after {
    width: 100%;
}

.header-first:hover .header-level-box {
    height: auto;
    /* display: block; */
    opacity: 1;
    top: 1rem;
    transition: all .365s;
    padding: 0.15rem 0;
    background: #fff;
}

.header-level-box {
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 99;
    /* display: none; */
    overflow: hidden;
    top: 0.8rem;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
    min-width: 100%;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.1);
    transition: all .365s;
    border-radius: 0 0 0.05rem 0.05rem;
    /* padding: 0.14rem 0; */
}

.header-level {
    font-size: 15px;
    font-family: MicrosoftYaHei;
    color: #333333;
    font-weight: 400;
    padding: 0 0.3rem;
    white-space: nowrap;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    /* transition: all .2s; */
    /* border-bottom: 1px solid #DDDDDD; */
    /* background: rgba(255, 255, 255, 1); */
}

.header-level:hover {
    /* background: linear-gradient(110deg, #3D76B9 0%, #7BC179 100%); */
    color: #AA3737;
}

.header-level-active {
    /* background: linear-gradient(110deg, #3D76B9 0%, #7BC179 100%); */
    color: #AA3737;
    position: relative;
}

.header-lang-wrap {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-stock {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 16px;
    color: #FF0000;
}

.header-lang-box {
    margin-left: .3rem;
    position: relative;
}

.header-lang {
    display: flex;
    align-items: center;
    height: 0.41rem;
    background: #AA3737;
    border-radius: 0.21rem 0.21rem 0.21rem 0.21rem;
    /* padding: 0 .2rem; */
    cursor: pointer;
}

.header-lang img {
    width: .41rem;
}

.header-lang p {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    margin-left: .1rem;
}
.header-lang-box .lan_lists {
    /* bottom: -102%; */
    width: max-content;
    height: 0;
    background-color: #ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    top: 180%;
    left:50%;
    transform: translate(-50%, 0%);
    z-index: 9;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    opacity: 0;
    margin: 0px;
    transition: margin 0.5s ease 0s, opacity 0.5s ease 0s;
    display: flex;
    flex-direction: column;
  }
  .header-lang-box .lan_lists::before {
    content: '';
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    transition: all 0.5s ease 0s;
  }
  .header-lang-box .lan_lists .lan_item_ {
    display: flex;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 9px;
    padding-bottom: 9px;
    letter-spacing: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
  }
  .header-lang-box .lan_lists .lan_item_:last-child {
    border-bottom: none;
  }
  .header-lang-box .lan_lists .lan_item_ .e_image {
    width: 22px;
    flex: none;
    margin-right: 5px;
  }
  .header-lang-box .lan_lists .lan_item_ .e_image img {
    width: 100%;
  }
  .header-lang-box:hover {
    overflow: visible;
  }
  .header-lang-box:hover .lan_lists {
    /* bottom: 102%; */
    margin-top: -20px;
    height: max-content;
    opacity: 1;
    background: #ffffff;
    overflow: visible;
  }
@media screen and (max-width: 1280px) {

    .header-menu-a,
    .header-stock {
        font-size: 15px;
    }

    .header-lang {
        height: 30px;
        border-radius: 20px;
    }

    .header-lang p {

        font-size: 14px;
    }
}

/*  */

.header-mobile {
    display: none;
}

.navigation-wrap {
    display: none;
}

@media only screen and (max-width: 900px) {
    html {
        font-size: 50px;
    }

    body {
        padding: 1.3rem 0 0;
    }

    .header-wrap {
        display: none;
    }



    .header-mobile-wrap {
        display: block;
    }

    .header-mobile {
        height: 1.3rem;
        width: 100%;
        padding: 0 0.3rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0rem 0.04rem 0.1rem 0.02rem rgba(0, 0, 0, 0.1);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        background-color: #fff;

    }

    .indexHeaderBg {
        background-color: rgba(255, 255, 255, .6);
        box-shadow: none;
    }

    .header-logo-mobile {
        display: flex;
        align-items: center;
        flex: 1;
    }

    .header-logo-mobile-img {
        width: auto;
        height: 0.77rem;
        flex-shrink: 0;
    }

    .header-logo-mobile-p {
        margin-top: 0;
        font-size: 0.2rem;

        font-weight: 400;
        color: #333333;
        margin-left: 0.15rem;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        word-break: break-all;
        white-space: normal !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .header-nav-mobile {
        flex-shrink: 0;
        margin-left: 0.2rem;
        display: flex;
        align-items: center;
        position: relative;
    }
    .header-nav-mobile .lan_lists {
        bottom: -102%;
        width: max-content;
        height: 0;
        background-color: #ffffff;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        position: absolute;
        top: 180%;
        left:20%;
        transform: translate(-50%, 0%);
        z-index: 9;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        opacity: 0;
        margin: 0px;
        transition: margin 0.5s ease 0s, opacity 0.5s ease 0s;
        display: flex;
        flex-direction: column;
      }
      .header-nav-mobile .lan_lists::before {
        content: '';
        position: absolute;
        top: -14px;
        left: 50%;
        transform: translateX(-50%);
        border: 7px solid transparent;
        border-bottom: 7px solid #ffffff;
        transition: all 0.5s ease 0s;
      }
      .header-nav-mobile .lan_lists .lan_item_ {
        display: flex;
        align-items: center;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 9px;
        padding-bottom: 9px;
        letter-spacing: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 14px;
      }
      .header-nav-mobile .lan_lists .lan_item_ a{
        font-size: 14px;
      }
      .header-nav-mobile .lan_lists .lan_item_:last-child {
        border-bottom: none;
      }
      .header-nav-mobile .lan_lists .lan_item_ .e_image {
        width: 22px;
        flex: none;
        margin-right: 5px;
      }
      .header-nav-mobile .lan_lists .lan_item_ .e_image img {
        width: 100%;
      }
      .header-nav-mobile:hover {
        overflow: visible;
      }
      .header-nav-mobile:hover .lan_lists {
        /* bottom: 102%; */
        margin-top: -20px;
        height: max-content;
        opacity: 1;
        background: #ffffff;
        overflow: visible;
      }
    .mobile-lang-box {
        width: 0.64rem;
        height: 0.66rem;
        background: #CB0F20;
        border-radius: 50%;
        margin-right: .1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-lang {
        width: .34rem;

    }

    .header-nav-mobile1 {
        width: 0.66rem;
        height: auto;
    }

    .header-nav-mobile2 {
        width: 0.66rem;
        display: none;
    }

    .navigation-wrap {
        width: 100vw;
        height: calc(100vh - 1.3rem);
        overflow-y: auto;
        position: fixed;
        top: 1.3rem;
        right: 0;
        z-index: 9998;
        /* transition: right .365s; */
        display: none;
        overflow: hidden;
    }

    .navigation-bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        transition: all .365s;
    }

    .navigation-box {
        width: 75vw;
        height: 100%;
        position: absolute;
        z-index: 2;
        right: -75vw;
        top: 0;
        background: #fff;
        box-shadow: 0rem 0rem 0rem rgba(0, 0, 0, 0.16);
        transition: right .365s;
    }

    .navigation {
        height: 100%;
        overflow: auto;
    }

    .navigation-list {}

    .navigation-item {
        padding: 0 0.25rem 0 0.44rem;
        height: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #333333;
        border-bottom: 0.01rem solid #E1E1E1;
    }

    .navigation-item-active .navigation-item-p {
        background: #fff;
        font-weight: bold;
    }

    .navigation-item-p {
        font-size: 0.36rem;

        font-weight: 400;
    }

    .navigation-item-icon {
        height: 0.32rem;
        transition: all .365s;
    }

    .navigation-level {
        display: none;
        background: #F7F7F7;
    }

    .navigation-level-item {
        height: 1rem;
        padding: 0 0.25rem 0 0.71rem;
        display: flex;
        align-items: center;
        font-size: 0.32rem;

        font-weight: 400;
        color: #333333;
        border-bottom: 0.01rem solid #E1E1E1;
    }

    .navigation-level-active {
        font-weight: bold;
    }

}