.seller-located {
    font-size: 18px;
    line-height: 28px;
    color: #222222;
}

.flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box__img{
    display: flex;
}

.located__row {
    width: 100%;
    padding-top: 80px;
}

.located__row.first {
    padding-top: 0;
}

.located__row--cat {
    padding: 80px;
    border-top: 2px solid #222222;
}

.located__box {
    width: 1366px;
    margin: 0 auto;
}

.located__box-1 {
    padding: 0 0 0 48px;
}

.located__box-2 {
    width: 1126px;
    padding-top: 40px;
}

.located__box-3 {
    padding: 0 48px;
}

.located__box-4 {
    padding: 0 48px;
}

.located__box-5 {
    padding: 0 48px;
}

.located__box-6 {
    padding: 0 48px;
}

.located__box-7 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 60px;
}

.located__box__cat {
    width: 234.8px;
    height: 200px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 24px;
    margin-top: 24px;
}

.located__box__cat:nth-child(1),
.located__box__cat:nth-child(4),
.located__box__cat:nth-child(9) {
    margin-left: 0;
}

.located__box__cat>p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
    height: 48px;
    text-align: center;
}

.located__box__cat.big {
    width: 407.3px;
}

.located__box-8 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 80px;
}

.located__box__brand {
    margin-right: 16px;
}

.located__box__brand:nth-child(9n) {
    margin-right: 0;
}

.located__box-9 {
    padding: 0 48px 30px 48px;
}

.bg--gray {
    background-color: #F5F5F5;
}

.button--red {
    width: 222px;
    height: 72px;
    font-size: 24px;
    background: #E00000;
    padding: 20px 48px;
    line-height: 100%;
    color: #ffffff;
    white-space: nowrap;
}

.box__title {
    font-size: 48px;
    line-height: 56px;
    color: #222222;
}

.mgt-24 {
    margin-top: 24px;
}

.mgt-32 {
    margin-top: 32px;
}

.mgt-64 {
    margin-top: 64px;
}

.center {
    text-align: center;
}

/* 响应式相关 */
.box__text {
    width: 550px;
}

.located__box-1 .box__text {
    width: 485px;
}

.located__box-9 .box__text {
    width: 518px;
}


/* header */
.header--wrapper {
    position: sticky;
    top: 0;
    border-bottom: 2px solid #222;
    background-color: #fff;
    width: 100%;
    z-index: 99;
}
.header {
    padding: 0 0 0 48px;
    width: 100%;
    min-width: 1024px;
    max-width: 1920px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    margin: 0 auto;
}

.header-left {
    padding: 30px 0 26px;
}

.logo {
    width: 196px;
    height: 64px;
    margin-right: 8px;
    border: 0;
    display: inline-block;
    vertical-align: top;
}

.logo:not(:lang(zh-Hans)) {
    width: 152px;
}

.mkt {
    font-size: 20px;
    line-height: 64px;
    display: inline-block;
    vertical-align: top;
}

.mkt:not(:lang(zh-Hans)) {
    font-size: 24px;
}

/* === */
.header-right {
    position: relative;
    width: 320px;
    height: 120px;
    z-index: 99;
    padding-right: 48px;
}

.header-right.active {
    background: #F5F5F5;
}

.switch {
    padding-top: 12px;
    text-align: right;
}

.switch .switch-btn {
    display: inline-block;
    font-size: 12px;
    line-height: 160%;
    color: rgba(0, 0, 0, 0.55);
    vertical-align: middle;
    cursor: pointer;
}

.header-logined {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 14px;
}

.header-logined .login__btn {
    margin-left: 24px;
}

.header-user {
    text-align: right;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    display: flex;
    align-items: center;
}

.header-user span {
    color: rgba(0, 0, 0, 0.55);
    padding-right: 4px;
}

.user-name {
    display: inline-block;
    cursor: pointer;
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-user .iconfont {
    padding-left: 4px;
    vertical-align: bottom;
}

.user-info {
    position: absolute;
    right: 0;
    top: 120px;
    border-top: 1px solid #E0E0E0;
    ;
    width: 320px;
    padding: 23px 48px 24px 24px;
    box-sizing: border-box;
    background: #F5F5F5;
    z-index: 99;
    font-size: 14px;
    line-height: 20px;
}

.user-info__thumb {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #fff;
    outline: 0;
    overflow: hidden;
}

.user-info__name {
    padding-top: 8px;
    font-size: 24px;
    line-height: 32px;
    color: #222222;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-info__email {
    display: inline-block;
    color: rgba(0, 0, 0, 0.55);
}

.signout_btn {
    cursor: pointer;
    padding-top: 24px;
}

.header-login {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 13px;
}

.login__link {
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    margin-right: 24px;
    white-space: nowrap;
    text-decoration: underline;
}

.login__btn {
    height: 40px;
    padding: 10px 16px;
    font-size: 14px;
    background: #E00000;
    line-height: 40%;
    color: #ffffff;
    white-space: nowrap;
}

.login__btn__apply {
    font-size: 14px;
    line-height: 160%;
    margin-left: 24px;
    cursor: pointer;
    white-space: nowrap;
}
/*  */
.last-module--desc {
    font-size: 24px;
    line-height: 160%;
}
/* footer */
.footer--warpper {
    width: 100%;
    border-top: 2px solid #222222;
    overflow: hidden;
}
.footer {
    width: 100%;
    min-width: 1024px;
    max-width: 1920px;
    height: 230px;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.footer-msg {
    width: 432px;
    padding: 64px 0 64px 48px;
    color: #222222;
    border-right: 2px solid #222222;
    background: #F5F5F5;
    position: relative;
}
.footer-msg::before {
    content: '';
    position: absolute;
    right: 426px;
    top: 0;
    background: #F5F5F5;
    height: 100%;
    width: 100vw;
}

.footer-msg__title {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
}

.footer-msg a {
    color: #222222;
    display: inline-block;
    margin-bottom: 16px;
}

.footer-copyright {
    text-align: left;
    padding: 66px 48px 0 64px;
    color: rgba(0, 0, 0, 0.55);
    flex: 1;
}

.word-bold {
    font-weight: 600;
}
html[lang="en-US"] .word-bold {
    font-weight: normal !important;
    font-family: 'GT-Walsheim-Medium';
    word-spacing: 0;
    letter-spacing: -0.5px;
}
.mgb-40 {
    margin-bottom: 40px;
}
@media screen and (max-width: 1366px) {
    .last-module--desc {
        font-size: 18px;
        line-height: 160%;
    }

    .seller-located {
        font-size: 16px;
        line-height: 24px;
    }

    .box__title {
        font-size: 32px;
        line-height: 40px;
    }

    .located__box {
        width: 1024px;
        margin: 0 auto;
    }

    .located__box-1 img {
        width: 640px;
        height: 480px;
    }

    .located__box-1 .box-title {
        width: 560px;
        height: 405px;
    }

    .located__box-2 {
        padding-top: 0;
    }

    .located__box-3 img {
        width: 333px;
        height: 261px;
    }

    .located__box-4 img {
        width: 384px;
        height: 288px;
    }

    .located__box-5 img {
        width: 384px;
        height: 288px;
    }

    .located__box-6 img {
        width: 384px;
        height: 288px;
    }

    .located__box-7 {
        width: 928px;
        margin-top: 44px;
    }

    .located__box__cat {
        width: 166.4px;
    }

    .located__box__cat.big {
        width: 293.3px;
    }

    .located__box__cat>p {
        width: 119px;
    }

    .located__box-8 {
        width: 928px;
        margin-top: 40px;
    }

    .located__box__brand {
        width: 88px;
        height: 88px;
    }

    .located__box-9 img {
        width: 514px;
        height: 355px;
    }

    .box__text {
        width: 480px;
    }

    .located__box-1 .box__text {
        width: 323px;
    }

    .located__box-9 .box__text {
        width: 336px;
    }

    .mgt-24 {
        margin-top: 16px;
    }
}

/* 带翻译弹窗选项的语言栏位 */
.lang__selectbox{
    width: auto;
    min-width: 185px;
    height: 30px;
    line-height: 30px;
    position: relative;
    color: #222;
    white-space: nowrap;
    z-index: 1;
}
.lang__selectbox__info {
    height: 30px;
    font-size: 12px;
}
.lang__selectbox__info span{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 2px;
}
.lang__selectbox .icon-arrow-up{
    display: none;
}
.lang__selectbox:hover .icon-arrow-down{
    display: none;
}
.lang__selectbox:hover .icon-arrow-up{
    display: inline;
}
.lang__selectbox:hover .lang__select{
    display: flex;
    align-items: flex-start;
}
.lang__select {
    display: none;
    width: 140px;
    position: absolute;
    right: 0;
    flex-direction: column;
    background-color: #FFFFFF;
    border: 2px solid #222;
}
.lang__select__option{
    display: flex;
    width: 136px;
    border: none;
    outline: none;
    background-color: unset;
    text-align: left;
    color: #222 !important;
    padding: 8px 16px;
}
.lang__select__option:hover{
    cursor: pointer;
    background: #F5F5F5;
}
.lang__select__option--btn {
    display: inline-block;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    color: #222 !important;
    text-align: left;
}
.lang__select__option--btn .explain{
    display: block;
    color: rgba(0, 0, 0, 0.55);
    font-size: 12px;
}
.lang__select__option > .dot{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #bbb;
    position: relative;
    cursor: pointer;
    vertical-align: top;
    margin-right: 4px;
    background: #ffffff;
}
.lang__select__option > .dot.checked{
    border: 2px solid #222;
}
.lang__select__option > .dot.checked > span{
    position: absolute;
    top: 3px;
    left: 3px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #222;
}
.header-lang .ko-msg {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.55);
    margin-right: 4px;
}

/* OP-34057 入驻系统升级维护样式 */
.login__btn--maintenance {
    background: #999999;
    cursor: not-allowed;
    opacity: 0.8;
}
.maintenance-banner {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: #FFF3E0;
    border: 2px solid #FF9800;
    font-size: 18px;
    line-height: 28px;
    color: #E65100;
}
.maintenance-banner .iconfont {
    font-size: 22px;
    color: #FF9800;
}

/* OP-34057 维护模式颜色覆盖为灰色 */
.login__btn--maintenance {
    background-color: #999999;
    border: none;
    color: #ffffff;
    cursor: not-allowed;
    opacity: 1;
}
.maintenance-banner {
    background: #999999;
    border: 2px solid #999999;
    color: #ffffff;
    font-size: 24px;
}
.maintenance-banner .iconfont {
    color: #ffffff;
}
