* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
    margin-bottom: 0;
}

.text_all {
    font-family: 'Nanum Gothic';
}

.text_all_chs {
    font-family: 'Nanum Gothic';
}


/* body {
    background: yellowgreen;
} */


@media(min-device-width:1250px) {
    #header {
        padding-top: 72px;
    }
    a {
        text-decoration: none;
        display: inline;
    }
    .header-wrapper {
        width: 100%;
        height: 72px;
        background: #ffffff;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        border-bottom: 1px solid #c0c0c0;
        /* display: none; */
    }
    .header-wrapper-active {
        display:block;
    }
    .header-content {
        width: 80%;
        min-width: 1250px;
        height: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 1000;
    }
    .header-left {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 100%;
    }
    .header-logo-go {
        height: 100%;
    }
    .header-nav {
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        /* display: none; */
    }
    .header-nav-active-init {
        display: flex;
    }
    .header-nav-wrapper {
        height: 100%;
        margin-left: 20px;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }
    .header-nav-wrapper-en {
        margin-left: 25px;
    }
    .header-nav-go {
        position: relative;
    }
    .header-go-left-nav {
        height: 44px;
    }
	.header-go-left-nav-a {
        height: 58px;
    }
    .header-nev-title {
        font-size: 16px;
        color: black;
        font-weight: bold;
        white-space: nowrap;
    }
    .header-nev-title-en {
        font-weight: normal;
    }
    .header-nav-left-icon {
        width: 0;
        height: 2px;
        background: #f46a19;
        position: absolute;
        left: 0;
        bottom: 14px;
        border-radius: 2px;
        transform-origin: center;
        /* -moz-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0); */
    }
    .header-nav-left-icon-active {
        width: 100%;
        -moz-transition: width 0.3s ease-in;
        -webkit-transition: width 0.3s ease-in;
        transition: width 0.3s ease-in;
    }
    .header-right {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 100%;
    }
    .header-right-nav-iframe {
        height: 35px;
        width: 100px;
        position: relative;
        /* overflow: hidden; */
        border-radius: 8px;
    }
    .header-right-nav-iframe-self {
        position: absolute;
        left: 0;
        top: 0;
        width: 100px;
        /* height: 40px; */
        z-index: 2;
    }
    .header-nav-right {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 100%;
    }
    .header-right-Search-page-wrapper {
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative;
    }
    .header-right-Search-page {
        height: 260px;
        width: 350px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
        box-sizing: border-box;
        border: 2px solid #fff;
        box-shadow: 8px 8px 20px 0 rgb(55, 99, 170, 10%);
        display: none;
    }
    .header-right-Search-page-active {
        display:block;
    }
    .header-right-Search-page-region {
        height: 70px;
        width: 100%;
        box-sizing: border-box;
        padding-left: 5px;
        padding-right: 65px;
        background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
        border: 2px solid #fff;
        box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
        position: relative;
    }
    .header-right-Search-page-content {
        width: 100%;
        box-sizing: border-box;
        padding: 20px 0;
        font-size: 16px;
        background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
        ;
        border-width: 0;
        padding-left: 10px;
    }
    .header-right-Search-page-region-iconAll {
        height: 100%;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    .header-right-Search-page-region-iconAll-img-wrapper {
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-left: 10px;
        cursor: pointer;
    }
    .header-right-Search-page-region-iconAll-img {
        width: 16px;
    }
    .header-right-Search-page-region-iconAll-text {
        font-weight: bold;
        font-size: 22px;
        color: #495770;
        height: 100%;
        line-height: 62px;
        margin-left: 10px;
        cursor: pointer;
    }
    .header-right-Search-page-cover {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #495770;
        opacity: 0;
        visibility: hidden;
        transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
    }
    .header-right-Search-page-cover-active {
        visibility: visible;
        opacity: .2;
    }
    .header-right-Search-page-hot {
        width: 100%;
        padding: 10px 0;
        padding-left: 10px;
        padding-bottom: 20px;
        box-sizing: border-box;
    }
    .header-right-Search-page-hot-title {
        font-size: 16px;
        color: #9ea6b3;
        font-weight: 600;
    }
    .header-right-Search-page-hot-text-wrapper {
        height: 100px;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }
    .header-right-Search-page-hot-text {
        font-size: 14px;
        color: #495770;
        padding: 4px 8px;
        margin-right: 5px;
        background: rgba(205, 216, 229, .5);
        border-radius: 2px;
        cursor: pointer;
        font-weight: 600;
    }
    .header-nav-phone-go {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .header-right-nav-language,
    .header-right-nav-phone {
        margin-right: 5px;
    }
    .header-right-nav-text {
        font-size: 16px;
        font-weight: bold;
        color: black;
        white-space: nowrap;
    }
    .header-right-nav-text-en {
        font-weight: normal;
    }
    .header-right-nav-wrapper-dis {
        display: flex;
        flex-direction: row;
        align-items: center;
        cursor: pointer;
        position: relative;
    }
    .header-right-nav-wrapper {
        margin-left: 10px;
    }
    /* 二级菜单 */
    .header-nav-II {
        position: fixed;
        left: 0;
        top: -28px;
        height: 100px;
        width: 100%;
        min-width: 1250px;
        background: rgba(255, 255, 255, 0.85);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -moz-transition: transform 0.4s ease-in;
        -webkit-transition: transform 0.4s ease-in;
        transition: transform 0.4s ease-in;
        z-index: 970;
        /* display: none; */
    }
    .header-nav-II-ready-active {
        display:block;
    }
    .header-nav-II-active {
        -moz-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    .header-nav-II-wrapper {
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }
    .header-nav-II-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 80px;
    }
	.header-nav-II-content-a {
        margin-right: 55px;
    }
    .header-nav-II-img {
        display:block;
    }
    .header-nav-II-img-hidden {
        display: none;
    }
    .header-nav-II-content:hover .header-nav-II-img {
        display: none;
    }
    .header-nav-II-content:hover .header-nav-II-img-hidden {
        display:block;
    }
    .header-nav-II-text {
        font-weight: bold;
        font-size: 15px;
        color: black;
    }
    .header-nav-II-content:hover .header-nav-II-text {
        color: #327fe8;
    }
    /* 语言切换 */

    .header-language-all {
        position: absolute;
        left: 0;
        bottom: -25px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 20px;
        padding-top: 0;
        background: #ffffff;
        /* opacity: 0.7; */
        transform-origin: left top;
        -moz-transform: translateY(100%) scaleY(0);
        -webkit-transform: translateY(100%) scaleY(0);
        transform: translateY(100%) scaleY(0);
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        -moz-transition: transform 0.4s ease-in;
        -webkit-transition: transform 0.4s ease-in;
        transition: transform 0.4s ease-in;
        border: 1px solid #9ea6b3;
        border-top: 1px solid transparent;
        opacity: 0;
    }
    .header-language-all-active {
        opacity: 1;
        -moz-transform: translateY(100%) scaleY(1);
        -webkit-transform:translateY(100%) scaleY(1) ;
        transform: translateY(100%) scaleY(1);
    }
    .header-language-all-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        height: 35px;
        width: 180px;
    }
    .header-language-all-img {
        width: 18px;
        height: 18px;
        margin-right: 20px;
    }
    .header-language-all-text {
        font-size: 15px;
        font-weight: bold;
        color: black;
        white-space: nowrap;
    }
    .header-language-all-wrapper:hover .header-language-all-text {
        color: #f46a19;
    }
    /* 移动端样式 */
    .yidong-header-left-icon {
        display: none;
    }
    .header-nav-wrapper-left-open {
        display: none;
    }
    .yidong-header-nav-wrapper {
        display: none;
    }
    .yidong-header-nav-sign-out {
        display: none;
    }
    .yidong-header-nav-II {
        display: none;
    }
    .yidong-header-nav-left-bottom {
        display: none;
    }
    .header-right-Search-page-sign-out {
        display: none;
    }
    .header-right-Search-page-out-max {
        display: none;
    }
    .header-right-Search-page-sign-out-bottom {
        display: none;
    }
    .yidong-header-nav-sign-out-max {
        display: none;
    }
    .yidong-header-nav-sign-out-bottom-last {
        display: none;
    }
    .yidong-header-nav-sign-out-bottom-last {
        display: none;
    }
    #YiDongsign {
        display: none;
    }
	.header-right-nav-shopping{display: block;}
	.header-right-nav-shopping-m{display: none;}
}

@media screen and (min-width:767px) and (max-width:1249px) {
    a {
        text-decoration: none;
        display: inline;
    }
    .header-wrapper {
        width: 100%;
        height: 60px;
        position: relative;
        left: 0;
        top: 0;
        z-index: 1000;
        background: #ffffff;
        border-bottom: 1px solid #c0c0c0;
    }
    .header-content {
        width: 90%;
        height: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .header-left {
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .yidong-header-left-icon {
        margin-right: 25px;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .header-right {
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .header-nav-right {
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .header-right-nav-iframe {
        height: 35px;
        /* display: flex;
        flex-direction: row;
        align-items: center;
        border-radius: 5px; */
    }
    .header-right-nav-iframe-self {
        width: 100px;
        /* height: 38px; */
    }
    .header-right-nav-wrapper {
        margin-left: 20px;
    }
    .header-nav {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #ffffff;
        box-sizing: border-box;
        /* padding: 0 20px; */
        padding-top: 60px;
        transform: translateY(-100%);
        transition: transform 0.4s ease-in-out;
    }
    .header-nav-active {
        transform: translateY(0);
    }
    .yidong-header-nav-sign-out {
        height: 35px;
        width: 35px;
        position: absolute;
        right: 10px;
        top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-size: 40px;
        color: black;
    }
    .header-nav-wrapper {
        width: 100%;
        padding: 8px 20px;
        display: flex;
        flex-direction: column;
        position: relative;
        cursor: pointer;
        box-sizing: border-box;
        /* transition: all 0.2s ease-in-out; */
    }
    .header-nev-title {
        font-size: 16px;
        font-weight: bold;
        color: black;
    }
    .yidong-header-nav-sign-out-max {
        position: absolute;
        left: 20px;
        top: 20px;
    }
    .yidong-header-nav-sign-out-bottom-last {
        width: 100%;
        height: 1px;
        background: #9ea6b3;
        position: absolute;
        left: 0;
        top: 59px;
    }
    .header-nav-wrapper-left-open {
        font-size: 16px;
        font-weight: bold;
        color: black;
        position: absolute;
        right: 25px;
        top: 7px;
        transform: rotate(90deg);
    }
    .header-nav-wrapper-left-open-active {
        transform: rotate(270deg);
        transition: transform 0.2s ease-in-out;
    }
    .yidong-header-nav-II>a {
        font-size: 14px;
        color: black;
        height: 100%;
        padding: 8px 0;
        padding-left: 20px;
    }
    .yidong-header-nav-II {
        display: none;
        position: relative;
    }
    .yidong-header-nav-II-active {
        display:block;
    }
    .yidong-header-nav-II-language {
        font-size: 14px;
        color: black;
        height: 100%;
        padding: 15px 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .yidong-header-nav-left-bottom {
        margin-top: 20px;
        height: 2px;
        width: 100%;
        background: #e1e4e9;
    }
    .header-right-nav-wrapper {
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .header-right-Search-page {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        box-sizing: border-box;
        /* padding: 0 20px; */
        padding-top: 60px;
        background: #ffffff;
        display: none;
    }
    .header-right-Search-page-region {
        width: 100%;
        height: 80px;
        box-sizing: border-box;
        padding: 20px 20px;
        position: relative;
    }
    .header-right-Search-page-content {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 8px 40px;
        background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
        border: 2px solid #fff;
        box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
        border-radius: 2px;
        font-size: 14px;
        line-height: 20px;
        color: #333;
    }
    .header-right-Search-page-region-iconAll {
        position: absolute;
        left: 32px;
        top: 50%;
        transform: translateY(-50%);
    }
    .header-right-Search-page-hot {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .header-right-Search-page-hot-title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
        color: #98a3b7;
        font-weight: normal;
        font-weight: 600;
    }
    .header-right-Search-page-hot-text-wrapper {
        width: 100%;
        height: 100px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .header-right-Search-page-hot-text {
        padding: 10px 10px;
        background: rgba(205, 216, 229, .5);
        font-size: 12px;
        border-radius: 3px;
        color: #495770;
        margin-left: 10px;
        cursor: pointer;
        font-weight: 600;
    }
    .header-right-Search-page-out-max {
        position: absolute;
        left: 20px;
        top: 20px;
    }
    .header-right-Search-page-sign-out-bottom {
        width: 100%;
        height: 1px;
        background: #9ea6b3;
        position: absolute;
        left: 0;
        top: 59px;
    }
    .header-right-Search-page-sign-out {
        height: 35px;
        width: 35px;
        position: absolute;
        right: 10px;
        top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-size: 40px;
        color: black;
    }
    .header-nav-II {
        display: none;
    }
    .header-right-nav-wrapper-dis {
        display: none;
    }
    .header-language-all {
        display: none;
    }
    .header-right-Search-page-cover {
        display: none;
    }
    .header-right-Search-page-region-iconAll-text {
        display: none;
    }
	.header-right-nav-shopping{display: block;}
	.header-right-nav-shopping-m{display: none;}
	#YiDongsign {
        display: none;
    }
}

@media(max-device-width:766px) {
    #header {
        padding-top: 60px;
    }
    a {
        text-decoration: none;
        display: block;
    }
    .header-wrapper {
        width: 100%;
        height: 60px;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
        background: #ffffff;
        border-bottom: 1px solid #c0c0c0;
    }
    .header-content {
        width: 90%;
        height: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .header-left {
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .yidong-header-left-icon {
        margin-right: 25px;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .header-right {
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .header-nav-right {
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .header-right-nav-iframe {
        height: 35px;
        /* display: flex; */
        /* flex-direction: row; */
        /* align-items: center; */
    }
    .header-right-nav-iframe-self {
        width: 100px;
        /* height: 38px; */
    }
    .header-right-nav-wrapper {
        margin-left: 20px;
    }
    .header-nav {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #ffffff;
        box-sizing: border-box;
        /* padding: 0 20px; */
        padding-top: 60px;
        overflow-y: auto;
        transform: translateY(-100%);
        transition: transform 0.4s ease-in-out;
    }
    .header-nav-active {
        transform: translateY(0);
    }
    .header-nav-active-init {
        display:block;
    }
    .yidong-header-nav-sign-out {
        height: 35px;
        width: 35px;
        position: absolute;
        right: 10px;
        top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-size: 40px;
        color: black;
    }
    .header-nav-wrapper {
        width: 100%;
        padding: 15px 20px;
        display: flex;
        flex-direction: column;
        position: relative;
        cursor: pointer;
        box-sizing: border-box;
        /* transition: all 0.2s ease-in-out; */
    }
    .header-nev-title {
        font-size: 16px;
        font-weight: bold;
        color: black;
    }
    .yidong-header-nav-sign-out-max {
        position: absolute;
        left: 20px;
        top: 20px;
    }
    .yidong-header-nav-sign-out-bottom-last {
        width: 100%;
        height: 1px;
        background: #9ea6b3;
        position: absolute;
        left: 0;
        top: 59px;
    }
    .header-nav-wrapper-left-open {
        font-size: 16px;
        font-weight: bold;
        color: black;
        position: absolute;
        right: 25px;
        top: 7px;
        transform: rotate(90deg);
    }
    .header-nav-wrapper-left-open-active {
        transform: rotate(270deg);
        transition: transform 0.2s ease-in-out;
    }
    .yidong-header-nav-II>a {
        font-size: 14px;
        color: black;
        height: 100%;
        padding: 15px 0;
        padding-left: 20px;
        font-weight: 600;
    }
    .yidong-header-nav-II {
        display: none;
        position: relative;
    }
    .yidong-header-nav-II-active {
        display:block;
    }
    .yidong-header-nav-II-language {
        font-size: 14px;
        color: black;
        height: 100%;
        padding: 15px 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        font-weight: 600;
    }
    .yidong-header-nav-left-bottom {
        margin-top: 20px;
        height: 2px;
        width: 100%;
        background: #e1e4e9;
    }
    .header-right-nav-wrapper {
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .header-right-Search-page {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        box-sizing: border-box;
        /* padding: 0 20px; */
        padding-top: 60px;
        background: #ffffff;
        display: none;
    }
    .header-right-Search-page-region {
        width: 100%;
        height: 80px;
        box-sizing: border-box;
        padding: 20px 20px;
        position: relative;
    }
    .header-right-Search-page-content {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 8px 40px;
        background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
        border: 2px solid #fff;
        box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
        border-radius: 2px;
        font-size: 14px;
        line-height: 20px;
        color: #333;
    }
    .header-right-Search-page-region-iconAll {
        position: absolute;
        left: 32px;
        top: 50%;
        transform: translateY(-50%);
    }
    .header-right-Search-page-hot {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .header-right-Search-page-hot-title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
        color: #98a3b7;
        font-weight: normal;
        font-weight: 600;
    }
    .header-right-Search-page-hot-text-wrapper {
        width: 100%;
        height: 100px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .header-right-Search-page-hot-text {
        padding: 10px 10px;
        background: rgba(205, 216, 229, .5);
        font-size: 12px;
        border-radius: 3px;
        color: #495770;
        margin-left: 10px;
        cursor: pointer;
        font-weight: 600;
    }
    .header-right-Search-page-out-max {
        position: absolute;
        left: 20px;
        top: 20px;
    }
    .header-right-Search-page-sign-out-bottom {
        width: 100%;
        height: 1px;
        background: #9ea6b3;
        position: absolute;
        left: 0;
        top: 59px;
    }
    .header-right-Search-page-sign-out {
        height: 35px;
        width: 35px;
        position: absolute;
        right: 10px;
        top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-size: 40px;
        color: black;
    }
    .header-nav-II {
        display: none;
    }
    .header-right-nav-wrapper-dis {
        display: none;
    }
    .header-language-all {
        display: none;
    }
    .header-right-Search-page-cover {
        display: none;
    }
    .header-right-Search-page-region-iconAll-text {
        display: none;
    }
    #PCsign {
        display: none;
    }
	.header-right-nav-shopping{display: none;}
	.header-right-nav-shopping-m{display: block; margin-left: -30px!important;}
}

.hide_scrollbar_header {
    overflow-y: hidden !important;
    /* Chrome Safari */
}