.top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 444;
    width: 100vw;
    height: 8rem
}

.top .warning {
    height: 4rem;
    font-size: 1.875rem;
    text-align: center;
    background-color: #000;
    color: #fff
}

.warning .warning_p {
    display: block;
    height: 2rem;
    line-height: 2rem
}

.menu {
    height: 4rem;
    align-items: center;
    background-color: #fff
}

.menu .main {
    display: flex;
    height: 4rem;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box
}

.menu .main .main_left {
    width: 30%
}

.menu .main .main_right {
    width: 50%
}

.menu .main .main_center {
    width: 20%
}

.menu .main .mian_lang {
    width: 2rem;
    transform: translate(8rem)
}

.menu .main .main_list {
    height: 0
}

.menu .main .main_left img {
    width: 60%
}

.menu .main .main_right .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: AlibabaSans-Bold;
    font-size: 1.875rem;
    color: #000
}

.menu .main .main_right .nav a:hover {
    color: #ed7122
}

.menu .main .main_right .nav a {
    margin-top: 1rem;
    padding-bottom: 1rem
}

.menu .main .main_right .nav .active {
    color: #ed7122
}

.main_mask {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    background: #000c;
    z-index: 99
}

.main_Submenu {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 111;
    overflow: hidden;
    height: 0;
    transition: height .5s
}

.main_Submenu1 {
    font-family: AlibabaSans-Medium;
    color: #000;
    font-size: .9375rem
}

.main_Submenu1 {
    display: flex;
    font-size: 2rem;
    width: 100%;
    background-color: #fff;
    transition: all .4s;
    overflow: hidden
}

.indextopproductleft {
    width: 30%;
    background-color: #fcf9f9;
    overflow-y: auto
}

.indextopproductleft .tbox1 {
    width: 63%;
    display: flex;
    align-items: center;
    position: relative;
    height: 5rem;
    margin: 0 0 0 auto
}

.indextopproductleft .tbox1:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    opacity: .1;
    z-index: 2
}

.indextopproductleft .tbox1:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 0;
    height: 100%;
    background-color: #fff;
    transition: all .4s
}

.indextopproductleft .tbox1.on {
    background-color: #fff
}

.indextopproductleft .tbox1.on:after {
    width: 200%
}

.indextopproductleft .tbox1.on .tbox3 {
    right: .3rem
}

.indextopproductleft .tbox1.on .tbox3 .tcn3 {
    opacity: 1
}

.indextopproductleft .tbox1:last-child:before {
    display: none
}

.indextopproductleft .tbox1 .tbox2 {
    position: relative;
    z-index: 2
}

.indextopproductleft .tbox1 .tbox2 .tcn1 {
    color: #333;
    line-height: 1.44444444em
}

.indextopproductleft .tbox1 .tbox2 .tcn2 {
    line-height: 1.85714286em;
    color: #666
}

.indextopproductleft .tbox1 .tbox3 {
    z-index: 3;
    position: absolute;
    right: .6rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    transition: all .5s
}

.indextopproductleft .tbox1 .tbox3 .tcn3 {
    opacity: 0;
    transition: all .4s;
    display: flex;
    align-items: center
}

.indextopproductleft .tbox1 .tbox3 .tcn3 i {
    font-size: 2rem
}

.indextopproductcenter {
    overflow: auto;
    width: 20%;
    padding: .5rem 0;
    overflow-y: auto
}

.indextopproductcenter .tbox5 {
    display: none;
    animation: fadeIn .5s ease
}

.indextopproductcenter .tbox5.on {
    display: flex;
    flex-direction: column;
    justify-content: center;
    animation: mytop1 .4s 1 linear forwards;
    font-size: 1.5rem
}

.indextopproductcenter .tbox5 .tbox4 {
    padding: .25rem .6rem;
    text-align: left;
    line-height: 1.5em;
    height: 4rem;
    align-items: center;
    display: flex
}

.indextopproductcenter .tbox5 .tbox4:last-child {
    padding: .25rem .6rem 0
}

.indextopproductcenter .tbox5 .tbox4 .tcn3 {
    color: #999;
    line-height: 1.5em;
    position: relative;
    transition: all .4s;
    display: flex
}

.indextopproductcenter .tbox5 .tbox4 .tcn3 .tishi99 {
    top: 50%;
    right: 50%;
    font-size: 1.5rem;
    color: #ed7122;
    font-style: italic;
    transform: translateY(-.8rem)
}

.indextopproductcenter .tbox5 .tbox4 .tcn3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: all .4s
}

.indextopproductcenter .tbox5 .tbox4.on .tcn3 {
    color: #000
}

.indextopproductcenter .tbox5 .tbox4.on .tcn3:before {
    width: 100%
}

.indextopproductright {
    width: 50%
}

.indextopproductright .timg {
    width: 100%;
    height: 100%;
    display: block
}

.indextopproductleft::-webkit-scrollbar,
.indextopproductcenter::-webkit-scrollbar {
    width: 8px
}

.indextopproductleft::-webkit-scrollbar-track,
.indextopproductcenter::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px
}

.indextopproductleft::-webkit-scrollbar-thumb,
.indextopproductcenter::-webkit-scrollbar-thumb {
    background: #ed7122;
    border-radius: 4px
}

@keyframes mytop1 {
    0% {
        opacity: 0;
        transform: translateY(.6rem)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.loading-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: none
}

.loading-indicator.active {
    display: block
}

.loading-indicator:after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .2);
    border-top-color: #ff7e5f;
    animation: loading 1.2s linear infinite
}

@keyframes loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.mp_nav {
    width: 20%;
    margin: 2rem auto 0;
    display: flex;
    justify-content: space-between
}

.mp_product {
    padding: 2rem 0 0
}

.mp_content .mp_product {
    display: none
}

.mp_content .mp_product:nth-child(1) {
    display: block
}

.mp_nav div {
    cursor: pointer
}

.mp_nav div:nth-child(1) {
    color: #ed7122
}

.mp_items {
    display: flex;
    justify-content: center;
    align-items: center
}

.mp_item {
    width: 10%;
    cursor: pointer;
    padding: 0 .5rem;
    text-align: center
}

.mp_more {
    margin: 3rem auto 2rem;
    text-align: center;
    cursor: pointer;
    transition: all .3s
}

.mp_more:hover {
    color: #ed7122
}

.mp_img {
    overflow: hidden;
    border-radius: .5rem;
    margin-bottom: 1rem;
    background: #f7f8fa
}

.mp_img img {
    transition: all .3s
}

.mainex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem auto;
    text-align: center
}

.maex_nav {
    font-size: .9375rem;
    color: #000;
    font-family: AlibabaSans-Medium;
    cursor: pointer;
    line-height: 2;
    margin: 0 1.5rem
}

.maex_nav:hover {
    color: #ed7122
}

.body {
    overflow: hidden;
    margin-top: 8rem;
    z-index: 0
}

@media (max-width: 750px) {
    .top {
        height: 6.5rem
    }

    .top .warning {
        height: 3.5rem;
        font-size: .875rem
    }

    .warning .warning_p {
        height: 1.5rem;
        line-height: 1.5rem
    }

    .menu {
        height: 3rem
    }

    .body {
        margin-top: 6.5rem
    }

    .main_mleft {
        width: 6%;
        position: relative;
        height: 1rem;
        display: flex;
        align-items: center
    }

    .mleft_line {
        width: 100%;
        height: .0625rem;
        background: #000
    }

    .mleft_line:before {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: .0625rem;
        background-color: #000;
        transition: all .3s
    }

    .mleft_line:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: .0625rem;
        background-color: #000;
        transition: all .3s
    }

    .mleft_active .mleft_line:after {
        top: .5rem;
        transform: rotate(-45deg)
    }

    .mleft_active .mleft_line:before {
        top: .5rem;
        transform: rotate(45deg)
    }

    .menu .main {
        height: 3rem;
        padding-left: 4%;
        padding-right: 4%;
        padding-top: .2rem;
        padding-bottom: .2rem
    }

    .menu .main .main_center {
        width: 35%
    }

    .menu .main .main_center img {
        width: 120%
    }

    .menu .main .main_right {
        width: 7%
    }

    .main_Submenu {
        z-index: 22;
        height: 0;
        transition: all 1s
    }

    .Submenu_item {
        height: 80vh;
        overflow-y: scroll;
        margin: 1rem 5% 1rem 4%
    }

    .Submenu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .8rem 0;
        border-bottom: .0625rem solid black;
        font-family: AlibabaSans-Bold;
        font-size: 1.2rem;
        color: #000
    }

    .Submenu_right {
        position: relative
    }

    .Submenu_line {
        width: 1rem;
        height: .0625rem;
        background: #000;
        transition: all .3s
    }

    .Submenu_line:after {
        position: absolute;
        content: "";
        left: 50%;
        width: .0625rem;
        height: 1rem;
        top: -.5rem;
        background: #000;
        transition: all .3s
    }

    .Submenu_active .Submenu_line:after {
        position: absolute;
        content: "";
        left: 50%;
        width: .0625rem;
        height: 1rem;
        top: -.5rem;
        background: #000;
        transition: all .3s;
        transform: rotate(0)
    }

    .Submenu_active .Submenu_line {
        transform: rotate(45deg)
    }

    .Submenu_link {
        transition: all .5s;
        height: 0;
        overflow: hidden
    }

    .Submenu_link a {
        font-family: AlibabaSans-Medium;
        font-size: .9375rem;
        color: #666;
        line-height: 2.2rem;
        display: block
    }
}

/*# sourceMappingURL=/cdn/shop/t/2/assets/top2.css.map?v=161405997529730484781748920540 */