.header-mobile {
    position: fixed;
    top: 0;
    /*width: 100vw;*/
    height: 60px;
    z-index: 11;
    transition: background 0.3s cubic-bezier(1, 0.01, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0.01, 0, 1);
    transition: transform 0.6s cubic-bezier(1, 0.01, 0, 1), background 0.3s cubic-bezier(1, 0.01, 0, 1);
    transition: transform 0.6s cubic-bezier(1, 0.01, 0, 1), background 0.3s cubic-bezier(1, 0.01, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0.01, 0, 1);
    /* background: linear-gradient( 180deg, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0) 100%); */
}

.header-boby {}

.header-boby>img {
    width: 102px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*#header-mobile-btn>img {*/
/*    width: 5.87vw;*/
/*    height: auto;*/
/*    margin: 3.73vw 0 0 3.46vw;*/
/*}*/

#header-mobile-btn>img {
    width: 9.87vw;
    height: auto;
    margin: 0 0 15px 2.46vw;
}

.header-mobile-ul {
    width: 76.8vw;
    /* height: 100vh; */
    background-color: #F7F9FC;
    position: fixed;
    top: 0;
    left: -76.8vw;
    bottom: 0;
    zoom: 2.2;
}

.header-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
    display: none;
}

.header-mobile-ul>li {
    margin: 3.73vw 0 0 3.46vw;
    height: 60px;
    line-height: 60px;
    width: 70.13vw;
    margin: 0 auto;
    border-bottom: 1px solid #DFDFDF;
    font-size: 18px;
    overflow: hidden;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #011128;
}

.header-mobile-ul>li>a{
    display: flex!important;
}

.header-mobile-ul div>img {
    width: 3.87vw;
    height: auto;
    margin: 2vw 0 0 3vw;
}

.swiperDiv {
    width: 8px;
    position: absolute;
    top: 81px;
    left: -4px;
    height: 18px;
    background-color: #00CB98;
    border-radius: 8px;
}

.header-mobile-ul li>img {
    height: 4.27vw;
    width: auto;
    float: right;
    margin-top: calc(30px - 2.23vw);
    margin-right: 200px
}

.nav-title{
    font-size: 20px;
}

.header-mobile-ul li>p {
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #666;
    font-family: PingFangSC-Regular, PingFang SC;
}
.header-mobile-ul li>p>a{
    display: flex;!important;
}

.float-down-mobile {
    transform: translate(0%, -100%);
}

.float-up-mobile {
    background: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    color: #333333 !important;
}

/* h5头部 */

.h5menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.h5menu_list {
    display: none;
    background-color: white;
    /* padding: 10px 0; */
}

.h5menu_list>a {
    color: black;
    display: block !important;
    padding: 10px;
    text-decoration: none !important;
}

.h5menu_listcheck {
    background-color: #004e5b !important;
    color: white !important;
}

.lg {
    padding: 30px 10px;
    display: flex;

    align-items: center;
    justify-content: space-around;
}

.lg a {
    color: black;
    text-decoration: none;
}

.h5headicon {
    font-size:25px;
    color: #004e5b;
}

.h5headicon span {
    position: relative;
    top: 2px;
}

.h5menu_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.49);
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    overflow: scroll;
    z-index: 9999;
}
.h5menu_box>.h5menu {
    background-color: white;
}

.h5menu_item {
    background-color: white;
    font-size: 50px;
    padding:10px;
    /* padding: 10px 0; */
}

.h5menu_item a {
    text-decoration: none
}

.h5menu_item a>div {
    color: black;
    padding: 15px 20px;
}

.h5menu_item_child>.h5menu_item_child_flex {
    padding: 45px 20px;
    display: flex;
    justify-content: space-between;
}

.h5menu_item_check {
    /* background-color: #004e5b; */
    /* color: white !important; */
    color: #004e5b !important;
}

.h5menu_item_child_check {

    color: #004e5b !important;
}

.h5menu_item_child_item {
    /* padding: 5px 10px; */
    /* transition: all .3s; */
    overflow: hidden;
    display: none;
    font-size:45px;
}

.h5menu_item_child_item>a>div {
    padding: 27px 30px;
}

/*.h5menu_listcheck {*/
/*    background-color: #004e5b !important;*/
/*    color: white !important;*/
/*}*/

.lg {
    padding: 30px 10px;
    display: flex;
    justify-content: space-around;
}

.lg a {
    color: black;
    text-decoration: none;
}

.h5logobox img {
    width: 600px;
}

.menu_img img{
    width: 70px;
}

.h5headicon {
    font-size: 20px;
    color: #004e5b;
}

.h5headicon span {
    position: relative;
    top: 2px;
}



/* h5头部结束 */