.bottom-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    align-items: center;
    justify-content: space-around;
    z-index: 7;
    width: 100%;
    /*height: 67px;*/
    height: 71px;
    line-height: 14px;
    background-color: #fff;
    /*box-shadow: 0 -2px 6px rgba(151, 151, 151, .15);*/
    /*padding-right: 4px;*/
    /*border-radius: 10px 10px 0px 0px;*/
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1);
}
.bottom-nav:lang(jp){
    font-family: times new roman, 'ヒラギノ明朝 ProN W3',HiraMinProN-W3,'Noto Serif SC', '\5b8b\4f53', Simsun, serif, "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.bottom-nav.affix-bottom {
    visibility: hidden;
}

.bottom-nav__item {
    /*display: block;*/
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
    /*padding-bottom: 10px;*/
    padding-bottom: 1.1rem;
    width: 10%;
    text-align: center;
    font-size: 13px;
    line-height:15px;
    font-weight: 400;
    padding-top:1.4rem;
}

.bottom-nav__item::after {
    position: absolute;
    right: 0;
    width: 0.5px;
    /*2023.2.14 by penghuzhen*/
    height: 42px;
    /*2023.2.14 by penghuzhen end*/
    background-color: #E1E1E1;
    content: "";
}

.bottom-nav__item:last-child::after {
    display: none;
    content: "";
}

.bottom-nav__item__icon__container {
    /*margin-bottom: 0.3rem;*/
    /*transform: scale(.8);*/
    /*transform-origin: center bottom;*/
    margin-bottom: 0.2rem;
    /* 2023.03.16 pengchenglong 2rem > 2.6rem */
    width: 2.6rem;
    /* 2023.03.16 pengchenglong end */
    height: 2rem;
    display: flex;
    align-items: center;
}

/* 2023.03.16 pengchenglong add style */
.bottom-nav__item__icon__container img {
    width: 100%;
}
/* 2023.03.16 pengchenglong end */

.bottom-nav__item__text {
    /*letter-spacing: .365px;*/
    /*color: #373737;*/
    transform: scale(1);

    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    color:#424B5A;
    display: flex;
    align-items: center;
    height: 2.4rem;
}
.bottom-nav__item__text:lang(jp) {
    font-family: times new roman, 'ヒラギノ明朝 ProN W3',HiraMinProN-W3,'Noto Serif SC', '\5b8b\4f53', Simsun, serif, "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media screen and (min-width: 1024px) {
    .bottom-nav {
        display: block;
        visibility: hidden;
        top: calc(50% + 35px) !important;
        right: 0;
        bottom: auto;
        width: 7.3rem;
        height: auto;
        background-color: rgba(255, 255, 255, .9);
        /*box-shadow: 0 4px 8px rgba(0, 0, 0, .19);*/
        transform: translateY(-50%);
        /*border-radius: 10px 0px 0px 10px;*/
        box-shadow: -2px 0px 6px rgba(151, 151, 151, 0.15);
    }

    .bottom-nav.affix-top {
        visibility: hidden;
    }

    .bottom-nav.affix {
        visibility: visible;
    }

    .bottom-nav.affix-bottom {
        visibility: visible;
    }

    .bottom-nav::before {
        display: block;
        width: 100%;
        height: 0.6rem;
        background-color: #CA0050;
        content: "";
    }

    .bottom-nav__item {
        /*padding: 16px 0;*/
        padding: 0.8rem 0.9rem 0.8rem 0.9rem;
        width: 100%;
    }

    .bottom-nav__item::after {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 86%;
        height: 1px;
        background-color: #e3e3e3;
        transform: translateX(-50%);
        content: "";
    }

    .bottom-nav__item:last-child::after {
        display: none;
        content: "";
    }

    .bottom-nav__item__icon__container {
        /* 2023.03.16 pengchenglong 3.2rem > 3.6rem */
        width: 3.6rem;
        /* 2023.03.16 pengchenglong end */
        transform: none;
    }

    .bottom-nav__item__icon__container img{
        width: 100%;
    }

    .bottom-nav__item__text {
        font-size: 1.3rem;
        line-height:1.5rem;
        font-weight: 400;
        /*letter-spacing: .53px;*/
        width: 7.3rem;
        justify-content: center;
    }

    .bottom-nav__item__text:lang(en) {
        font-size: 1.3rem;
        font-weight: 400;
        line-height: 1.5rem;
        letter-spacing: 0;
        width: 7.3rem;
        word-wrap: normal !important;
        justify-content: center;
    }
}

@media screen and (min-width: 1366px) {
    .bottom-nav {
        top: calc(50% + 39.5px) !important;
        /*width: 74px;*/
        width: 7.3rem;
        font-size: 1.3rem;
        line-height: 1.5rem;
    }

    /*.bottom-nav::before {*/
    /*    height: 6px;*/
    /*}*/

    .bottom-nav__item__text {
        font-size: 1.3rem;
        width: auto;
    }
}

@media screen and (min-width: 1600px) {
    .bottom-nav {
        top: calc(50% + 44.5px);
        /*width: 65px;*/
        width: 7.3rem;
    }

    /*.bottom-nav::before {*/
    /*    height: 7px;*/
    /*}*/

    .bottom-nav__item__text {
        font-size: 15px;
    }
}

@media screen and (min-width: 1920px) {
    .bottom-nav {
        top: calc(50% + 64px);
        /*width: 65px;*/
        /*width: 85px;*/
        width: 7.3rem;
        /*border-radius: 10px 0px 0px 10px;*/
        /*padding: 0.4rem 0px 0.4rem 0px;*/
        padding: 0 0px 0.4rem 0px;
    }

    /*.bottom-nav::before {*/
    /*    height: 8px;*/
    /*}*/
}

@media screen and (min-width: 2560px) {
    .bottom-nav {
        top: calc(50% + 80px) !important;
    }
}
