.font-12 {
    font-size: 12px
}

.font-16 {
    font-size: 16px
}

.wrapper_minwidth {
    margin: 0 auto;
    min-width: 1200px;
    width: 75%
}

.wrapper_widthyd {
    margin: 0 auto;
    width: 95%
}

#np_nav {
    background-color: #fff;
}

#np_nav * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    color: #000;
    font-family:source-han-sans-simplified-c,sans-serif;
}

#np_nav .nav_side ul li a,
#np_nav_yidong .nav_side ul li a,
#np_nav .nav_side ul li span {
    color: #fff;
}

@media (min-width:1250px) {
    #np_nav_yidong {
        display: none;
    }

    #np_nav {
        box-shadow: 0 4px 4px #232f3e1a;
        white-space: nowrap;
        z-index: 10000
    }

    #np_nav,
    #np_nav .nav_top {
        position: relative;
        width: 100%
    }

    #np_nav .nav_top {
        background-color: #eca619;
        color: #000;
        font-size: 12px;
        height: 39px;
        z-index: 20
    }

    #np_nav .nav_top .nav_top_wrapper {
        align-items: center;
        height: 100%;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 90%
    }

    #np_nav .nav_top .nav_top_wrapper,
    #np_nav .nav_top .nav_top_wrapper ul {
        display: flex;
        flex-direction: row
    }

    #np_nav .nav_top .nav_top_wrapper ul li {
        padding: 0 23px;
        position: relative
    }

    #np_nav .nav_top .nav_top_wrapper ul li .langsele {
        position: relative
    }

    #np_nav .nav_top .nav_top_wrapper ul li .langsele .langsele_content {
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 8px;
        display: none;
        left: 50%;
        padding: 10px;
        position: absolute;
        top: 18px;
        transform: translate(-50%)
    }

    #np_nav .nav_top .nav_top_wrapper ul li .langsele .langsele_content p {
        margin-bottom: 8px
    }

    #np_nav .nav_top .nav_top_wrapper ul li .langsele .langsele_content_active {
        display: block
    }

    #np_nav .nav_top .nav_top_wrapper ul li:after {
        clear: both;
        content: "|";
        display: block;
        position: absolute;
        right: 0;
        top: 0
    }

    #np_nav .nav_top .nav_top_wrapper ul li:first-of-type {
        padding-left: 0
    }

    #np_nav .nav_top .nav_top_wrapper ul li:last-of-type {
        cursor: pointer;
        padding-right: 0
    }

    #np_nav .nav_top .nav_top_wrapper ul li:last-of-type:after {
        clear: both;
        content: "";
        display: block
    }

    #np_nav .nav_top .nav_top_wrapper ul .nav_top_icon {
        display: flex;
        flex-direction: row
    }

    #np_nav .nav_top .nav_top_wrapper ul .nav_top_icon img {
        margin-right: 8px
    }

    #np_nav nav {
        color: #000;
        height: 83px;
        justify-content: space-between;
        margin: 0 auto;
        position: relative;
        width: 90%;
        z-index: 10
    }

    #np_nav nav,
    #np_nav nav ul {
        display: flex;
        flex-direction: row
    }

    #np_nav nav ul li,
    #np_nav nav ul li .nav_wrapper {
        align-items: center;
        display: flex;
        flex-direction: row
    }

    #np_nav nav ul li .nav_wrapper {
        height: 100%;
        margin: 0 23px;
        position: relative
    }

    #np_nav nav ul li .nav_wrapper span {
        margin-right: 6px;
        white-space: nowrap
    }

    #np_nav nav ul li .nav_wrapper .nav_II_wrapper {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 20px #0000001a;
        display: none;
        left: 50%;
        padding: 25px 20px 10px;
        position: absolute;
        top: 70px;
        transform: translate(-50%);
        transition: all .3s ease-in-out;
        white-space: nowrap;
        width: -moz-fit-content;
        width: fit-content;
        z-index: 999
    }

    #np_nav nav ul li .nav_wrapper .nav_II_wrapper p {
        margin-bottom: 15px;
        padding-left: 15px;
        position: relative
    }

    #np_nav nav ul li .nav_wrapper .nav_II_wrapper p:after {
        background-color: #eca619;
        content: " ";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: scaleY(0);
        transition: all .3s ease-in-out;
        width: 3px
    }

    #np_nav nav ul li .nav_wrapper .nav_II_wrapper p:hover:after {
        display: block;
        transform: scaleY(1)
    }

    #np_nav nav ul li .nav_wrapper:hover .nav_II_wrapper {
        display: block
    }

    #np_nav nav ul .nav_logo {
        margin-right: 6vw
    }

    #np_nav nav ul .nav_logo img {
        width: 112px
    }

    #np_nav nav .right .right_mulu {
        cursor: pointer;
        margin-right: 15px;
        white-space: nowrap
    }

    #np_nav nav .right .right_mulu img {
        margin-right: 8px
    }

    #np_nav nav .right .seach input {
        background-color: #e7e7e7;
        border-radius: 30px;
        display: block;
        display: none;
        height: 38px;
        width: 15vw
    }

    #np_nav nav .right .sign {
        margin-left: 50px;
        position: relative;
        width: 130px
    }

    #np_nav nav .right .sign>div {
        height: 31px;
        width: 100%
    }

    #np_nav nav .right .sign:after {
        right: 0
    }

    #np_nav nav .right .sign:after,
    #np_nav nav .right .sign:before {
        background-color: #000;
        clear: both;
        content: "";
        display: block;
        height: 30%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1px
    }

    #np_nav nav .right .sign:before {
        left: 0
    }

    #np_nav nav .right .sign .sign_btn {
        background-color: #fd8816;
        border-radius: 25px;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        margin-left: 25px;
        padding: 5px 25px
    }

    #np_nav nav .right .cart {
        cursor: pointer;
        margin-left: 25px;
        margin-right: 5px;
        position: relative
    }

    #np_nav nav .right .cart>p {
        align-items: center;
        background-color: #fd8816;
        border-radius: 50%;
        color: #fff;
        display: flex;
        flex-direction: row;
        font-weight: 700;
        height: 25px;
        justify-content: center;
        left: 60%;
        position: absolute;
        top: 15%;
        width: 25px
    }

    #np_nav .nav_side {
        background: #00000080;
        height: 100%;
        left: 0;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        position: fixed;
        top: 0;
        transition: opacity .3s cubic-bezier(.51, .48, .49, .48);
        width: 100%;
        z-index: 30
    }

    #np_nav .nav_side .nav_side_wrapper {
        height: 100%;
        transform: translate(-100%);
        transition: transform .3s cubic-bezier(.51, .48, .49, .48);
        width: 360px
    }

    #np_nav .nav_side .nav_side_wrapper .nav_side_top {
        background-color: #eca619;
        height: 39px;
        width: 100%
    }

    #np_nav .nav_side .nav_side_wrapper .nav_side_sign {
        align-items: center;
        background-color: #fff;
        display: flex;
        flex-direction: row;
        height: 83px;
        justify-content: space-between;
        padding: 0 50px;
        width: 100%
    }

    #np_nav .nav_side .nav_side_wrapper .nav_side_sign .sign_btn {
        align-items: center;
        cursor: pointer;
        display: flex;
        flex-direction: row
    }

    #np_nav .nav_side .nav_side_wrapper .nav_side_sign .sign_btn img {
        margin-right: 10px
    }

    #np_nav .nav_side .nav_side_wrapper .nav_side_sign .navOut {
        cursor: pointer
    }

    #np_nav .nav_side .nav_side_wrapper ul {
        background-color: #125a9e;
        color: #fff;
        height: calc(100% - 122px);
        overflow-y: auto;
        scrollbar-width: none;
        white-space: nowrap;
        width: 100%;
        -ms-overflow-style: none
    }

    #np_nav .nav_side .nav_side_wrapper ul li {
        padding: 0 50px
    }

    #np_nav .nav_side .nav_side_wrapper ul li p {
        font-size: 16px;
        padding-bottom: 15px
    }

    #np_nav .nav_side .nav_side_wrapper ul li p a {
        display: block
    }

    #np_nav .nav_side .nav_side_wrapper ul li p:first-of-type {
        font-size: 20px;
        font-weight: 700;
        padding: 28px 0
    }

    #np_nav .nav_side .nav_side_wrapper ul li:first-of-type {
        padding-top: 10px
    }

    #np_nav .nav_side .nav_side_wrapper ul li:last-of-type {
        border: none;
        padding-bottom: 60px
    }

    #np_nav .nav_side .nav_side_wrapper ul li {
        border-bottom: 1px dashed hsla(0, 0%, 100%, .5)
    }

    #np_nav .nav_side .nav_side_wrapper_active {
        transform: translate(0)
    }

    #np_nav .nav_side_active {
        opacity: 1;
        pointer-events: auto
    }

    .breadcrumb {
        background-color: #fff;
        padding: 10px 0;
        width: 100%
    }

    .breadcrumb .wrapper {
        margin: 0 auto;
        min-width: 1200px;
        width: 75%
    }

    .breadcrumb .wrapper nav {
        color: #575b66;
        display: flex;
        flex-direction: row;
        width: 100%
    }

    .breadcrumb .wrapper nav a {
        margin-right: 5px
    }
}

@media screen and (min-width:1249px) and (max-width:1500px) {
    #np_nav {
        z-index: 10000
    }

    #np_nav nav ul .nav_logo {
        margin-right: 3vw
    }

    #np_nav nav ul .nav_logo img {
        width: 80px
    }

    #np_nav nav ul li .nav_wrapper {
        margin: 0 15px
    }

    #np_nav nav .right .seach input {
        width: 10vw
    }
}

@media (max-width:1249px) {
    .ydCardIcon {
        position: relative
    }

    .ydCardIcon p {
        align-items: center;
        background-color: #fd8816;
        border-radius: 50%;
        color: #fff;
        display: flex;
        flex-direction: row;
        font-weight: 700;
        height: 20px;
        justify-content: center;
        left: 60%;
        position: absolute;
        top: -5px;
        width: 20px
    }

    #np_nav {
        display: none
    }

    #np_nav_yidong {
        background-color: #fff;
        box-shadow: 0 4px 4px #232f3e1a;
        position: relative;
        width: 100%;
        z-index: 10000
    }

    #np_nav_yidong .nav_yidong_wrapper {
        margin: 0 auto;
        width: 90%
    }

    #np_nav_yidong .nav_yidong_wrapper .top {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 8px;
        padding-top: 12px;
        transform: translateY(0);
        transition: all .3s ease-in-out
    }

    #np_nav_yidong .nav_yidong_wrapper .top .logo img {
        width: 18vw
    }

    #np_nav_yidong .nav_yidong_wrapper .top .cs {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 20vw
    }

    #np_nav_yidong .nav_yidong_wrapper .top .cs a {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: center
    }

    #np_nav_yidong .nav_yidong_wrapper .top .cs a img {
        width: 19px
    }

    #np_nav_yidong .nav_yidong_wrapper .top_active {
        transform: translateY(-100%)
    }

    #np_nav_yidong .nav_yidong_wrapper .bottom {
        background-color: #fff;
        height: 50px;
        width: 100%
    }

    #np_nav_yidong .nav_yidong_wrapper .bottom ul {
        align-items: center;
        display: flex;
        flex-direction: row;
        height: 100%;
        justify-content: space-between;
        width: 100%
    }

    #np_nav_yidong .nav_yidong_wrapper .bottom ul a,
    #np_nav_yidong .nav_yidong_wrapper .bottom ul li {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: center
    }

    #np_nav_yidong .nav_yidong_wrapper .bottom ul li:first-of-type img {
        width: 15px
    }

    #np_nav_yidong .nav_yidong_wrapper .bottom ul li:nth-of-type(2) {
        position: relative
    }

    #np_nav_yidong .nav_yidong_wrapper .bottom ul li:nth-of-type(2) input {
        background-color: #e7e7e7;
        border-radius: 30px;
        box-sizing: border-box;
        color: #000;
        display: none;
        font-size: 16px;
        height: 32px;
        padding: 5px 32px;
        width: 65vw
    }

    #np_nav_yidong .nav_yidong_wrapper .bottom ul li:nth-of-type(2) img {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 32px
    }

    #np_nav_yidong .nav_yidong_wrapper .bottom ul li:last-of-type img {
        width: 30px
    }

    #np_nav_yidong .nav_yidong_wrapper .bottom .ul_active {
        margin: 0 auto;
        width: 90%
    }

    #np_nav_yidong .nav_yidong_wrapper .bottom_active {
        left: 50%;
        position: fixed;
        top: 0;
        transform: translate(-50%);
        width: 100%;
        z-index: 999
    }

    #np_nav_yidong .nav_side {
        background-color: #00000080;
        height: 100%;
        left: 0;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        position: fixed;
        top: 0;
        transition: opacity .3s cubic-bezier(.51, .48, .49, .48);
        width: 100%;
        z-index: 1000
    }

    #np_nav_yidong .nav_side .nav_side_wrapper {
        height: 100%;
        transform: translate(-100%);
        transition: transform .3s cubic-bezier(.51, .48, .49, .48);
        width: 260px
    }

    #np_nav_yidong .nav_side .nav_side_wrapper .nav_side_sign {
        align-items: center;
        background-color: #fff;
        display: flex;
        flex-direction: row;
        height: 83px;
        justify-content: space-between;
        padding: 0 20px;
        width: 100%
    }

    #np_nav_yidong .nav_side .nav_side_wrapper .nav_side_sign .sign_btn {
        align-items: center;
        cursor: pointer;
        display: flex;
        flex-direction: row
    }

    #np_nav_yidong .nav_side .nav_side_wrapper .nav_side_sign .sign_btn img {
        margin-right: 10px
    }

    #np_nav_yidong .nav_side .nav_side_wrapper .nav_side_sign .navOut {
        cursor: pointer
    }

    #np_nav_yidong .nav_side .nav_side_wrapper ul {
        background-color: #125a9e;
        color: #fff;
        height: 100%;
        overflow-y: auto;
        padding-bottom: 50px;
        white-space: nowrap;
        width: 100%;
        margin-left: 0px;
    }

    #np_nav_yidong .nav_side .nav_side_wrapper ul li {
        padding: 0 20px
    }

    #np_nav_yidong .nav_side .nav_side_wrapper ul li p {
        font-size: 16px;
        padding-bottom: 15px
    }

    #np_nav_yidong .nav_side .nav_side_wrapper ul li p a {
        display: block
    }

    #np_nav_yidong .nav_side .nav_side_wrapper ul li p:first-of-type {
        font-size: 20px;
        font-weight: 700;
        padding: 28px 0
    }

    #np_nav_yidong .nav_side .nav_side_wrapper ul li:first-of-type {
        padding-top: 10px
    }

    #np_nav_yidong .nav_side .nav_side_wrapper ul li:last-of-type {
        border: none;
        padding-bottom: 60px
    }

    #np_nav_yidong .nav_side .nav_side_wrapper ul li {
        border-bottom: 1px dashed hsla(0, 0%, 100%, .5)
    }

    #np_nav_yidong .nav_side .nav_side_wrapper_active {
        transform: translate(0)
    }

    #np_nav_yidong .nav_side_active {
        opacity: 1;
        pointer-events: auto
    }

    .nav_yidong_active {
        padding-bottom: 50px
    }

    .breadcrumb {
        display: none;
    }
}
