[v-cloak] {
    display: none;
}
.tj-logo h3 {
    font-size: 28px;
    padding-left: 25px;
    color: var(--color);
}
body {
    min-width: 1200px;
    font-size: 14px;
}

img {
    object-fit: cover;
    max-width: 100%;
    vertical-align: middle
}

a {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s;
}

input {
    outline: none;
}

:root {
    --color: rgb(254, 175, 0);
    --color-z: #333333
}

.lz-mt40 {
    margin-top: 30px;
}

.lz-mt15 {
    margin-top: 15px;
}

.lz-pb50 {
    padding-bottom: 50px;
}

a:hover {
    color: var(--color) !important;
}

.lz-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.lz-icon-fr {
    background: url(../images/icon-fr.png) no-repeat center;
    background-size: 15px;
}

.lz-icon-y {
    background: url(../images/icon-y.png) no-repeat center;
    background-size: 15px;
}

.lz-icon-x {
    background: url(../images/hide.png) no-repeat center;
    background-size: 15px;
}

.lz-icon-hide {
    background: url(../images/hide.png) no-repeat center;
    background-size: 20px;
}

.lz-flex {
    display: flex;
    align-items: center;
}

.lz-flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lz-flex-between1 {
    display: flex;
    justify-content: space-between;
}

.lz-flex-center {
    display: flex;
    align-items: center;
}

.lz-flex-center1 {
    text-align: left;
}

header {
    box-shadow: 0px 1px 19px 0px rgba(0, 0, 0, 0.05);
}

    header .tj-top {
        background-color: #F3F5F7;
        height: 30px;
        text-align: right;
    }

        header .tj-top a {
            display: inline-block;
            line-height: 30px;
            margin-left: 30px;
            color: #807F7F;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.topsel {
    width: 140px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 99;
    text-align: left;
    box-shadow: 0 0 6px rgba(0,0,0,.16);
    padding: 5px 0;
    display: none;
}

    .topsel ul li a {
        margin-left: 0;
        font-size: 14px;
        color: #333;
        padding: 2px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

.bx-mb-nav {
    line-height: 1;
    border-bottom: 0;
    padding: 25px 10px;
}

    .bx-mb-nav p {
        font-size: 14px;
        color: #707070;
        line-height: 1.2;
    }

    .bx-mb-nav i {
        font-size: 14px;
    }

    .bx-mb-nav a:hover {
        color: #FECE00;
    }

.tj-hade {
    padding: 25px 0;
}

    .tj-hade .tj-logo {
        width: 240px;
    }

        .tj-hade .tj-logo img {
            height: 50px;
            max-width: 100%;
        }

    .tj-hade .tj-hade-fr {
        flex: 1;
    }

        .tj-hade .tj-hade-fr .tj-sous {
            width: 49%;
            height: 46px;
            border: solid 2px #FECE00;
            overflow: hidden;
            display: flex;
            border-radius: 50px;
        }

            .tj-hade .tj-hade-fr .tj-sous select {
                width: 120px;
                background-color: #FECE00;
                border-radius: 50px;
                border: none;
                padding: 0 10px;
                font-size: 14px;
                color: #fff;
                display: block;
                outline: none;
            }

            .tj-hade .tj-hade-fr .tj-sous .input-tet {
                border: none;
                background: none;
                height: 42px;
                flex: 1;
                padding-left: 10px;
            }

            .tj-hade .tj-hade-fr .tj-sous .bur {
                width: 120px;
                background-size: 20px;
                border: none;
                height: 42px;
                background-color: #FECE00;
                border-radius: 50px;
                color: rgb(255, 255, 255);
                font-size: 16px;
                font-weight: 500;
                line-height: 23px;
                letter-spacing: 0px;
            }

        .tj-hade .tj-hade-fr .tj-symember {
            margin-left: auto;
        }

            .tj-hade .tj-hade-fr .tj-symember .member-h img {
                width: 25px;
                height: 25px;
                border-radius: 50%;
            }

            .tj-hade .tj-hade-fr .tj-symember .member-h p {
                color: #666;
                padding-left: 10px;
            }

            .tj-hade .tj-hade-fr .tj-symember p {
                color: #333333;
                line-height: 46px;
                margin-left: 25px;
                display: inline-block;
                font-size: 14px;
            }

                .tj-hade .tj-hade-fr .tj-symember p img {
                    width: 20px;
                    margin-right: 5px;
                }

    .tj-hade .tj-gec {
        height: 46px;
        border: solid 1px #EDEDED;
        padding: 0 15px;
        margin-left: 25px;
        border: 1px solid rgb(237, 237, 237);
        border-radius: 50px;
    }

        .tj-hade .tj-gec a {
            display: block;
            background: url(../images/icon-gwc1.png) no-repeat left center;
            background-size: 18px;
            padding-left: 25px;
            line-height: 46px;
            color: #FECE00;
        }

        .tj-hade .tj-gec:hover {
            border: solid 1px var(--color);
        }

    /* .tj-hade .tj-gec:hover a{
    background: url(../images/icon-gwc.png) no-repeat left center;
    background-size: 18px;
    color: #fff;
} */
    .tj-hade .tj-keywords {
        padding-top: 10px;
    }

        .tj-hade .tj-keywords a {
            color: #aaaaaa;
            margin-right: 10px;
        }

.tj-nav-item {
    display: flex;
}

    .tj-nav-item > ul {
        padding-left: 35px;
    }

        .tj-nav-item > ul li {
            display: inline-block;
            margin-right: 90px;
        }

            .tj-nav-item > ul li a {
                color: rgb(51, 51, 51);
                font-size: 18px;
                font-weight: 400;
                line-height: 26px;
                letter-spacing: 0px;
                text-align: left;
                line-height: 62px;
            }

            .tj-nav-item > ul li.active a {
                font-weight: bold;
                color: #EFC200 !important;
                border-bottom: 2px solid #EFC200;
            }

            .tj-nav-item > ul li a:hover {
                color: #EFC200 !important;
            }

    .tj-nav-item > div > h3 {
        width: 240px;
        text-align: center;
        line-height: 62px;
        background-color: #FECE00;
        color: rgb(255, 255, 255);
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0px;
        border-radius: 10px 10px 0 0;
    }

.tj-nav .tj-banner .tj-classification {
    left: 0;
    margin-left: 0;
    top: 62px;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.tj-banner {
    position: relative;
    text-align: center;
    height: 470px;
}

    .tj-banner .pic {
        height: 470px;
        max-width: 100%;
    }

.tj-classification {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -690px;
    width: 240px;
    height: 470px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 5;
}

    .tj-classification ul {
        max-height: 100%;
        overflow: auto;
    }

        .tj-classification ul li a.nav-a {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: #fff;
            line-height: 35px;
            padding: 0 10px 0 20px;
        }

        .tj-classification ul li a p {
            max-width: 80%;
        }

        .tj-classification ul li:hover a.nav-a {
            background-color: var(--color);
            color: #ffff !important;
        }

            .tj-classification ul li:hover a.nav-a::before {
                content: '';
                position: absolute;
                border-color: transparent #fff transparent transparent;
                border-style: solid;
                border-width: 8px;
                position: absolute;
                right: 0px;
                top: 15px;
                z-index: 2;
            }

        .tj-classification ul li .nav-fd {
            position: absolute;
            width: calc(1400px - 240px);
            background-color: #fff;
            height: 470px;
            overflow: auto;
            top: 0;
            left: 240px;
            padding: 10px 20px;
            text-align: left;
            display: none;
            box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5)
        }

            .tj-classification ul li .nav-fd .navfd-li {
                border-bottom: solid 1px #f1f1f1;
                padding: 10px 0;
            }

                .tj-classification ul li .nav-fd .navfd-li h3 {
                    font-size: 14px;
                    color: #333;
                    font-weight: bold;
                }

                .tj-classification ul li .nav-fd .navfd-li .list-a {
                    display: flex;
                    flex-wrap: wrap;
                }

                    .tj-classification ul li .nav-fd .navfd-li .list-a a {
                        color: #666;
                        margin-top: 10px;
                        margin-right: 15px;
                    }

        .tj-classification ul li:hover .nav-fd {
            display: block;
        }

        .tj-classification ul li:hover .lz-icon-fr {
            display: none;
        }

.index-categories {
    padding-top: 36px;
    padding-bottom: 50px;
}

.index-categories-item ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
}

    .index-categories-item ul li {
        width: 25%;
        padding: 0 14px;
        margin-top: 14px;
    }

        .index-categories-item ul li a {
            display: block;
            height: 186px;
            width: 100%;
            overflow: hidden;
        }

            .index-categories-item ul li a img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

.swiper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--color);
}

.swiper-an {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 80px;
    width: 1400px;
    transform: translate(-50%,-50%);
    z-index: 5;
}

.bj-c {
    background-color: #f5f5f5;
}

.cp-recommend {
    padding-top: 50px;
}

.tj-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .tj-title h3 {
        font-size: 28px;
        font-size: #333;
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

.tj-product-hb {
    width: 240px;
    height: 645px;
}

    .tj-product-hb img {
        width: 100%;
        height: 100%;
    }

.tj-product-li {
    flex: 1;
}

    .tj-product-li ul {
        margin-top: -15px;
    }

        .tj-product-li ul li {
            float: left;
            width: 25%;
            padding-left: 15px;
        }

.tj-product-li2 ul {
    margin-left: -15px;
    padding-bottom: 40px;
}

    .tj-product-li2 ul li {
        width: 20%;
    }

.tj-product-li ul li a {
    display: block;
    background-color: #fff;
    padding: 15px;
    margin-top: 15px;
    box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5);
    position: relative;
}

    .tj-product-li ul li a > span {
        background: linear-gradient(270.00deg, rgb(255, 17, 17),rgb(255, 143, 21) 100%);
        position: absolute;
        right: 0;
        top: 0;
        line-height: 32px;
        padding: 0 13px;
        font-size: 14px;
        color: #fff;
        border-radius: 0 5px 0 12px;
        z-index: 99;
    }

.tj-product-li ul li .pic {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 197px;
    overflow: hidden;
    position: relative;
}

    .tj-product-li ul li .pic img {
        max-width: 100%;
        max-height: 100%;
    }

.tj-product-li ul li .tet {
    padding-top: 15px;
    text-align: center;
}

    .tj-product-li ul li .tet h3 {
        font-size: 14px;
        color: #333;
    }

    .tj-product-li ul li .tet .bq {
        font-size: 12px;
        color: #777777;
        padding: 5px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 28px;
    }

        .tj-product-li ul li .tet .bq span {
            margin: 0 2px;
        }

    .tj-product-li ul li .tet p {
        color: #FF6303;
        padding-top: 10px;
        font-weight: bold;
    }

.tj-product-li ul li:hover a {
    box-shadow: 0 2px 8px 2px rgba(254,206,0,0.1);
    transform: translateY(-5px);
}

.tj-product-li ul li:hover h3 {
    color: #FF6303;
}

.tj-footer-top {
    background-color: #f5f5f5;
    padding: 50px 0;
}

    .tj-footer-top .footer-list-z {
        /* text-align: right; */
        width: 15%;
    }
    /* .tj-footer-top .footer-list-z p{
    text-align: left;
} */
    .tj-footer-top .footer-list h3 {
        font-size: 20px;
        color: #333;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .tj-footer-top .footer-list a,
    .tj-footer-top .footer-list P {
        display: block;
        color: #949494;
        line-height: 30PX;
    }

.index-swiper ul li {
    width: auto;
    padding-left: 0;
    margin: 10px 0;
}

.index-swiper .swiper-button-prev {
    left: 0;
}

.index-swiper .swiper-button-next {
    right: 0;
}

.index-swiper .swiper-button-prev, .index-swiper .swiper-button-next {
    width: 26px;
    height: 50px;
    background: rgba(22, 22, 22, 0.28);
    opacity: 1 !important;
    transition: all 0.5s;
    margin-top: -25px;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #fff;
}

    .index-swiper .swiper-button-prev:hover, .index-swiper .swiper-button-next:hover {
        background-color: #FECE00;
    }

footer {
    background-color: #2E323F;
}

    footer.bgColor {
        background-color: #fff;
    }

        footer.bgColor .footer-ul {
            border-bottom: solid 1px #e5e5e5;
        }

.footer-ul {
    padding: 40px 0;
    border-bottom: solid 1px #DFDFDF33;
}

footer.bgColor .footer-ul ul li p {
    color: #333333;
}

.footer-ul ul li p {
    font-size: 20px;
    color: #97999F;
    font-weight: bold;
    padding-left: 15px;
}

.footer-ul ul li img {
    width: 50px;
}

.footer-a {
    padding: 40px 0;
    text-align: center;
}

    .footer-a p,
    .footer-a p a {
        color: #969696;
        margin: 0 5px;
    }

        .footer-a p a:hover {
            color: #fff !important;
        }

footer.bgColor .footer-a p a:hover {
    color: #000 !important;
}

.xfg-fl {
    position: fixed;
    top: 20%;
    left: 0;
    z-index: 10;
    display: none;
}

.xfg-fr {
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 10;
    display: none;
}

.xfg-fl .tc-hide {
    position: absolute;
    top: -10px;
    right: 0px;
    width: 25px;
    cursor: pointer;
    display: none;
}

.xfg-fl:hover .tc-hide {
    display: block;
}

.xfg-fr .tc-hide1 {
    position: absolute;
    top: -10px;
    left: 35%;
    width: 25px;
    cursor: pointer;
    display: none;
}

.xfg-fr:hover .tc-hide1 {
    display: block;
}

.xfg-fl a {
    display: block;
    max-width: 200px;
}

.xfg-fr a {
    display: block;
    max-width: 200px;
}

@media (max-width: 1600px) {
    .tj-banner {
        height: 440px;
    }

    .tj-classification ul li .nav-fd {
        position: absolute;
        width: calc(1200px - 240px);
        left: 240px;
        height: 440px;
    }

    .tj-classification {
        height: 440px;
    }

    .tj-banner .pic {
        height: 440px;
    }
    .tj-classification  ul li{
        width:100%;
        margin-right:0 !important;
    }

    .tj-classification {
        margin-left: -590px;
        width: 240px;
    }

        .tj-classification ul li a.nav-a {
            padding: 0 0 0 15px;
        }

    .tj-product-hb {
        width: 200px;
        height: 540px;
    }

        .tj-product-hb img {
            height: 100%;
        }

    .tj-product-li ul li .pic {
        height: 143px;
    }
}

/* 列表 */
.tj-product-sx {
    overflow: hidden;
    border-top: 1px solid #E4E3E3;
}

    .tj-product-sx .product-sxlist {
        border-bottom: 1px dashed #E4E3E3;
        align-items: flex-start;
    }

        .tj-product-sx .product-sxlist:last-child {
            border: none;
        }

    .tj-product-sx .lx {
        padding: 15px 0;
        width: 45px;
        line-height: 27px;
    }

    .tj-product-sx .lx-bur {
        width: 100px;
        padding: 15px 20px;
        margin-left: auto;
    }

    .tj-product-sx .lx-a {
        flex: 1;
        margin-bottom: 10px;
        margin-top: 10px;
        height: 35px;
        overflow: hidden;
    }

        .tj-product-sx .lx-a a {
            border-radius: 3px;
            padding: 2px 10px;
            margin-top: 5px;
            margin-left: 5px;
        }

            .tj-product-sx .lx-a a.cur {
                background-color: var(--color);
                color: #fff;
            }

            .tj-product-sx .lx-a a.cur {
                background-color: var(--color);
                color: #fff !important;
            }

    .tj-product-sx .lx-bur p {
        border: solid 1px #ddd;
        background: url(../images/icon-x1.png) no-repeat right 5px center;
        background-size: 15px;
        padding: 2px 20px 2px 5px;
        color: #666666;
        cursor: pointer;
    }

        .tj-product-sx .lx-bur p.p {
            background: url(../images/icon-s.png) no-repeat right 5px center;
            background-size: 15px;
        }

.tj-product-mbnav {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: dashed 1px #ddd;
}

    .tj-product-mbnav p {
        border: solid 1px #ddd;
        padding: 0 2px 0 8px;
        display: flex;
        align-items: center;
    }

        .tj-product-mbnav p i {
            cursor: pointer;
        }

.tj-product-screen {
    border-bottom: dashed 1px #ddd;
}

    .tj-product-screen .product-screen-a {
        border-radius: 2px;
        overflow: hidden;
        display: flex;
        align-items: center;
        /* border-left: solid 1px #ddd; */
    }

        .tj-product-screen .product-screen-a a {
            /* border: solid 1px #ddd; */
            border-left: none;
            padding: 2px 25px 2px 10px;
            background: url(../images/path3.png) no-repeat right 5px center;
            background-size: 10px;
        }

            .tj-product-screen .product-screen-a a:nth-child(1) {
                padding: 2px 10px 2px 10px;
                background-image: none !important;
            }

            .tj-product-screen .product-screen-a a.cur {
                background: var(--color) url(../images/path1.png) no-repeat right 5px center;
                background-size: 10px;
                color: #fff;
            }

            .tj-product-screen .product-screen-a a.cur1 {
                background: var(--color) url(../images/path2.png) no-repeat right 5px center;
                background-size: 10px;
                color: #fff;
            }

                .tj-product-screen .product-screen-a a.cur:hover,
                .tj-product-screen .product-screen-a a.cur1:hover {
                    color: #fff !important;
                }

.tj-product-list {
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #F9F9F9;
}

    .tj-product-list ul {
        margin: 0 -10px;
    }

        .tj-product-list ul li {
            float: left;
            width: 20%;
            padding: 10px;
        }

            .tj-product-list ul li .div-li {
                padding: 10px;
                background-color: #fff;
                transition: all 0.5s;
            }

            .tj-product-list ul li .pic {
                height: 238px;
            }

                .tj-product-list ul li .pic a {
                    height: 238px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .tj-product-list ul li .pic img {
                    max-width: 100%;
                    max-height: 100%;
                }

            .tj-product-list ul li .tet h3 {
                font-size: 14px;
                margin: 10px 0;
            }

                .tj-product-list ul li .tet h3 a {
                    display: block;
                    color: #333;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    height: 40px;
                    line-height: 20px;
                    overflow: hidden;
                }

                    .tj-product-list ul li .tet h3 a:hover {
                        color: #FF6303 !important;
                    }

            .tj-product-list ul li .tet p {
                font-size: 18px;
                color: #FF6303;
                font-weight: bold;
            }

                .tj-product-list ul li .tet p span {
                    font-size: 12px;
                }

            .tj-product-list ul li .tet s {
                font-size: 14px;
                color: #AAAAAA;
            }

            .tj-product-list ul li .tet .ic-gwc {
                background: url(../images/icon-gwc2.png) no-repeat left 8px center;
                background-size: 14px;
                padding: 5px 10px 5px 28px;
                font-size: 14px;
                border: solid 1px #ddd;
            }

                .tj-product-list ul li .tet .ic-gwc:hover {
                    background: var(--color) url(../images/icon-gwc.png) no-repeat left 8px center;
                    background-size: 14px;
                    color: #fff !important;
                    border-color: var(--color);
                }

            .tj-product-list ul li:hover .div-li {
                box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.12);
                border-radius: 5px;
                transform: translateY(-5px);
            }
/* 分页样式---自己定义 */
.page_div {
    margin: 20px 10px 20px 0;
    color: #666;
    padding-top: 20px;
    text-align: center;
}
    /* 页数按钮样式 */
    .page_div button {
        display: inline-block;
        min-width: 30px;
        height: 30px;
        cursor: pointer;
        color: #666;
        font-size: 13px;
        line-height: 28px;
        background-color: #f9f9f9;
        border: 1px solid #dce0e0;
        text-align: center;
        margin: 0 4px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 5px;
    }

#firstPage, #lastPage, #nextPage, #prePage {
    width: 50px;
    color: var(--color);
    border: 1px solid var(--color)
}

#nextPage, #prePage {
    width: 70px
}

.page_div .current {
    background-color: var(--color);
    border-color: var(--color);
    color: #FFF
}
/* 页面数量 */
.totalPages {
    margin: 0 10px
}

    .totalPages span, .totalSize span {
        color: var(--color);
        margin: 0 5px
    }
/*button禁用*/
.page_div button:disabled {
    opacity: .5;
    cursor: no-drop
}

.tj-mbnav {
    height: 40px;
    background-color: #F2F2F2;
}

    .tj-mbnav a {
        line-height: 40px;
    }
/* 产品详情 */
.productDeta {
    padding-bottom: 30px;
    align-items: flex-start;
}

    .productDeta .productDeta-pic {
        position: relative;
        width: 450px;
    }

        .productDeta .productDeta-pic .mySwiper2 {
            height: 450px;
            border: solid 1px #ddd;
        }

            .productDeta .productDeta-pic .mySwiper2 img {
                width: 100%;
                height: 100%;
            }

        .productDeta .productDeta-pic .mySwiper {
            height: 80px;
            margin-top: 10px;
        }

            .productDeta .productDeta-pic .mySwiper .swiper-slide {
                width: 25%;
                height: 100%;
                opacity: 0.4;
            }

            .productDeta .productDeta-pic .mySwiper .swiper-slide-thumb-active {
                opacity: 1;
                border: solid 1px var(--color);
            }

        .productDeta .productDeta-pic .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
            background-image: url(../images/icon-z.png);
            left: 0px;
            right: auto;
        }

        .productDeta .productDeta-pic .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
            background-image: url(../images/icon-y.png);
            right: 0px;
            left: auto;
        }

        .productDeta .productDeta-pic .swiper-button-prev, .productDeta .productDeta-pic .swiper-button-next {
            position: absolute;
            top: 50%;
            width: 40px;
            height: 40px;
            margin-top: -20px;
            z-index: 10;
            cursor: pointer;
            -moz-background-size: 40px 40px;
            -webkit-background-size: 40px 40px;
            background-size: 40px 40px;
            background-position: center;
            background-repeat: no-repeat;
        }

    .productDeta .productDeta-tet {
        flex: 1;
        padding-left: 25px;
    }

        .productDeta .productDeta-tet h3 {
            font-size: 18px;
            color: #333;
            line-height: 25px;
            margin-bottom: 15px;
        }

            .productDeta .productDeta-tet h3 span {
                display: inline-block;
                vertical-align: middle;
                background-color: var(--color);
                color: #fff;
                font-size: 16px;
                padding: 0px 5px;
                border-radius: 2px;
                margin-right: 5px;
            }

.tet-price {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

    .tet-price .nic {
        width: 90px;
        color: #999
    }

    .tet-price .num {
        font-size: 22px;
        color: #FF6303;
        line-height: 1;
        font-weight: bold;
    }

    .tet-price span {
        font-size: 14px;
    }

.productDeta .productDeta-tet .tet-leix {
    margin-top: 16px;
}

    .productDeta .productDeta-tet .tet-leix p.nic {
        width: 90px;
        color: #999
    }

    .productDeta .productDeta-tet .tet-leix s {
        color: #939393;
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
    }

.el-input__inner {
    border: 1px solid #DCDFE6 !important;
}

.el-input-number span:hover i {
    color: #FEAF00;
}

.productDeta .productDeta-tet .tet-leix > div > p > span {
    display: inline-block;
    border: solid 1px #E4E7E8;
    color: #333333;
    padding: 4px 10px;
    margin-right: 5px;
    cursor: pointer;
    min-width: 32px;
    text-align: center;
    margin-bottom: 5px;
}

.productDeta .productDeta-tet .tet-leix span.active {
    border: 1px solid rgb(254, 175, 0);
    position: relative;
}

    .productDeta .productDeta-tet .tet-leix span.active::before {
        content: '';
        display: block;
        width: 17px;
        height: 17px;
        background-image: url(../images/yy-icon.png);
        background-size: 100% 100%;
        position: absolute;
        bottom: 0;
        right: 0;
    }

.productDeta-tj {
    padding: 40px 0;
    background-color: #F9F9F9;
}

.productDeta-tj-item .tj-product-list ul li {
    padding: 0;
}

    .productDeta-tj-item .tj-product-list ul li .tet s {
        color: #AAAAAA;
    }

.productDeta-tj-item .tj-product-list ul {
    margin: 0;
}

.tet-number {
    display: flex;
    align-items: center;
}

    .tet-number .min, .tet-number .add {
        width: 30px;
        height: 30px;
        background-color: #f0f0f0;
        font-size: 20px;
        border-radius: 2px;
        line-height: 1;
        margin: 0;
    }

    .tet-number input {
        display: inline-block;
        width: 45px;
        height: 30px;
        border-radius: 2px;
        border: none;
        background-color: #f0f0f0;
        text-align: center;
        margin: 0 5px;
    }

.productDeta .productDeta-tet .tet-but {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

    .productDeta .productDeta-tet .tet-but a {
        display: inline-block;
        width: 145px;
        height: 45px;
        margin-right: 20px;
        line-height: 45px;
        text-align: center;
    }

        .productDeta .productDeta-tet .tet-but a.gwc {
            background: rgba(254, 158, 0, 0.05) url(../images/icon-gwc1.png) no-repeat left 20px center;
            background-size: 15px;
            border: solid 1px #FEAF00;
            color: #FEAF00;
            padding-left: 15px;
        }

            .productDeta .productDeta-tet .tet-but a.gwc:hover {
                background: #FEAF00 url(../images/icon-gwc.png) no-repeat left 20px center;
                background-size: 15px;
                color: #fff !important;
            }

        .productDeta .productDeta-tet .tet-but a.purchase {
            background-color: #FEAF00;
            color: #fff;
        }

            .productDeta .productDeta-tet .tet-but a.purchase:hover {
                opacity: 0.8;
                color: #fff !important;
            }

    .productDeta .productDeta-tet .tet-but .tet-but-dy {
        cursor: pointer;
        font-size: 14px;
        color: #AAAAAA;
    }

        .productDeta .productDeta-tet .tet-but .tet-but-dy span {
            vertical-align: middle;
        }

.productDeta-mian {
    padding: 50px 0;
}

    .productDeta-mian .productDeta-li {
        border-bottom: solid 1px #ddd;
    }

        .productDeta-mian .productDeta-li h3 {
            display: inline-block;
            position: relative;
            line-height: 50px;
            font-size: 18px;
        }

            .productDeta-mian .productDeta-li h3::before {
                content: '';
                position: absolute;
                left: 50%;
                margin-left: -10px;
                bottom: 0;
                width: 20px;
                height: 2px;
                background-color: var(--color);
            }

.tet-ddetail {
    padding: 20px 0;
}

/* 购物车 */
.tj-Shopping {
    padding-bottom: 50px;
}

    .tj-Shopping .shop-title {
        font-size: 16px;
        font-weight: bold;
    }

        .tj-Shopping .shop-title h3 {
            font-weight: bold;
        }

        .tj-Shopping .shop-title span {
            color: var(--color);
            padding-left: 5px;
        }

    .tj-Shopping table {
        border-spacing: 0px;
        border-collapse: collapse;
        margin-top: 10px;
        border: 1px solid #E7E7E7;
        width: 100%;
    }

        .tj-Shopping table tr th {
            height: 50px;
            background-color: #F6F6F6;
            padding: 0 20px;
            text-align: center;
        }

        .tj-Shopping table tr .th1,
        .tj-Shopping table tr .th1 {
            width: 100px;
            text-align: left;
        }

            .tj-Shopping table tr .th1 input {
                margin: 0 5px 0 0;
                width: 15px;
                height: 15px;
                vertical-align: text-bottom;
            }

                .tj-Shopping table tr .th1 input[type=checkbox] {
                    cursor: pointer;
                    position: relative;
                    width: 16px;
                    height: 16px;
                    font-size: 14px;
                    border-radius: 50%;
                }

                    .tj-Shopping table tr .th1 input[type=checkbox]::after {
                        position: absolute;
                        top: 0;
                        color: #000;
                        width: 16px;
                        height: 16px;
                        display: inline-block;
                        visibility: visible;
                        padding-left: 0px;
                        text-align: center;
                        content: ' ';
                    }

                    .tj-Shopping table tr .th1 input[type=checkbox]:checked::after {
                        content: "√";
                        font-size: 12px;
                        font-weight: bold;
                        color: #fff;
                        background-color: #FEAF00;
                    }




        .tj-Shopping table tr .th2 {
            width: 50%;
        }

        .tj-Shopping table tr td {
            padding: 10px 20px;
            text-align: center;
        }

            .tj-Shopping table tr td .tet-number {
                margin: 0 auto;
                width: 115px;
            }

                .tj-Shopping table tr td .tet-number a {
                    width: 30px;
                    height: 30px;
                }

        .tj-Shopping table tr:hover td {
            background: rgba(254, 166, 0, 0.05);
        }

        .tj-Shopping table tr td .tet-number input {
            width: 45px;
            height: 30px;
        }

        .tj-Shopping table tr td .img {
            width: 100px;
            height: 100px;
        }

            .tj-Shopping table tr td .img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .tj-Shopping table tr td .text {
            flex: 1;
            padding: 15px 20px;
        }

        .tj-Shopping table tr td h3 {
            font-size: 14px;
            line-height: 22px;
            color: #333;
            text-align: left;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            height: 45px;
        }

        .tj-Shopping table tr td p {
            text-align: left;
            color: #A5A5A5;
            margin-top: 5px;
        }

        .tj-Shopping table tr td.tx1 input {
            width: 15px;
            height: 15px;
        }

        .tj-Shopping table tr {
            border-bottom: solid 1px #ddd;
        }

            .tj-Shopping table tr td .delete {
                width: 40px;
                height: 40px;
                background: url(../images/img-sc.png) no-repeat center;
                background-size: 20px;
            }

                .tj-Shopping table tr td .delete:hover {
                    background: url(../images/img-sc1.png) no-repeat center;
                    background-size: 20px;
                }

.tj-Shopping-js {
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-top: 40px;
    padding: 20px;
}

    .tj-Shopping-js .a-jxgw {
        position: relative;
        color: #FEAF00;
        margin-right: 20px;
    }

        .tj-Shopping-js .a-jxgw.cur {
            color: #ff0303;
        }

        .tj-Shopping-js .a-jxgw::before {
            content: '';
            position: absolute;
            width: 1px;
            top: 3px;
            height: 15px;
            background-color: #E6E5E5;
            right: -10px;
        }

    .tj-Shopping-js .tet-price {
        margin-top: 0;
        font-weight: bold;
        color: #FEAF00;
    }

        .tj-Shopping-js .tet-price span {
            font-size: 12px;
        }

    .tj-Shopping-js .tet-price {
        font-size: 20px;
    }

    .tj-Shopping-js p span {
        color: #FEAF00;
        margin: 0 5px;
    }

    .tj-Shopping-js .cut {
        background-color: #FEAF00;
        padding: 15px 40px;
        font-size: 18px;
        color: #fff;
        border-radius: 5px;
        margin-left: 20px;
    }

        .tj-Shopping-js .cut:hover {
            color: #fff !important;
            opacity: 0.8;
        }

    .tj-Shopping-js .ze {
        background: url(../images/icon-q.png) no-repeat left center;
        background-size: 15px;
        padding-left: 20px;
        font-weight: bold;
        line-height: 20px;
    }

.tj-Shopping-k {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .tj-Shopping-k p {
        padding-top: 20px;
    }

    .tj-Shopping-k a {
        color: #FF6303;
    }

    .tj-Shopping-k img {
        width: 210px;
    }

.place-notes {
    display: flex;
    padding-top: 20px;
}

    .place-notes span {
        width: 60px;
        display: block;
        font-size: 16px;
        color: #333;
    }

    .place-notes textarea {
        width: 70%;
        border: solid 1px #ddd;
        border-radius: 5px;
        padding: 10px;
        outline: none;
        height: 150px;
    }

.tj-Shopping-js1 {
    border: none;
    border-top: solid 1px #ddd;
    text-align: right;
}

    .tj-Shopping-js1 .lz-flex-center {
        justify-content: flex-end;
        margin-top: 30px;
    }

.tj-Shopping-num p {
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
}

    .tj-Shopping-num p small {
        font-size: 12px;
    }

    .tj-Shopping-num p span {
        font-size: 20px;
        color: #333333;
    }

    .tj-Shopping-num p:nth-child(2) span, .tj-Shopping-num p:nth-child(2) small {
        color: #FEAF00;
    }

.coor-y {
    color: #FEAF00 !important;
    text-align: center !important;
    margin-top: 0 !important;
}

.coor-w {
    color: #E8152B
}

.tj-PlaceOrder {
    background-color: #FAFAFA;
    padding: 40px;
    margin-bottom: 50px;
    padding-bottom: 0;
}

    .tj-PlaceOrder .tj-Shopping {
        padding: 30px 30px 10px 30px;
        border-radius: 5px;
    }

        .tj-PlaceOrder .tj-Shopping .shop-title a {
            font-size: 14px;
            color: var(--color);
        }

.PlaceOrder-dzli {
    padding-bottom: 30px;
}

    .PlaceOrder-dzli ul {
        margin: 0 -10px;
    }

        .PlaceOrder-dzli ul li {
            width: 33.3%;
            padding: 10px;
            float: left;
        }

            .PlaceOrder-dzli ul li .div-li {
                border: solid 1px #ddd;
                border-radius: 5px;
                padding: 15px;
            }

            .PlaceOrder-dzli ul li.cur .div-li {
                border: solid 1px var(--color);
                background: url(../images/icon-xz.png) no-repeat right bottom;
                background-size: 40px;
                position: relative;
            }

                .PlaceOrder-dzli ul li.cur .div-li::before {
                    content: '';
                    display: block;
                    width: 36px;
                    height: 36px;
                    background-image: url(../images/yy-icon.png);
                    background-size: 100% 100%;
                    position: absolute;
                    bottom: 0;
                    right: 0;
                }

            .PlaceOrder-dzli ul li .div-li .top {
                padding-bottom: 15px;
                border-bottom: solid 1px #ddd;
            }

                .PlaceOrder-dzli ul li .div-li .top a {
                    display: flex;
                    align-items: center;
                    color: #999;
                }

                .PlaceOrder-dzli ul li .div-li .top h3 {
                    font-size: 14px;
                }

                    .PlaceOrder-dzli ul li .div-li .top h3 span {
                        line-height: 20px;
                        display: inline-block;
                        background-color: #FECE00;
                        color: rgb(255, 255, 255);
                        font-size: 14px;
                        letter-spacing: 0px;
                        border-radius: 2px;
                        padding: 0 10px;
                        margin-left: 3px;
                    }

            .PlaceOrder-dzli ul li .div-li p {
                margin-top: 10px;
            }

                .PlaceOrder-dzli ul li .div-li p.p {
                    line-height: 20px;
                    height: 40px;
                    overflow: auto;
                }

/* 添加地址 */
.tc-tjdz {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

.tc-bj {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #0000006e;
}

.tc-tjdz-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 600px;
    background-color: #fff;
    z-index: 3;
}

    .tc-tjdz-div .title {
        background-color: #f5f5f5;
        height: 40px;
        padding: 0 10px;
    }

        .tc-tjdz-div .title a {
            height: 30px;
        }

    .tc-tjdz-div .tc-tjdz-bd {
        padding: 20px 70px 40px 70px;
    }

        .tc-tjdz-div .tc-tjdz-bd .lz-flex-center {
            margin-top: 20px;
        }

        .tc-tjdz-div .tc-tjdz-bd p {
            width: 90px;
            text-align: right;
        }

        .tc-tjdz-div .tc-tjdz-bd .input-a,
        .tc-tjdz-div .tc-tjdz-bd #distpicker2 {
            flex: 1;
        }

            .tc-tjdz-div .tc-tjdz-bd #distpicker2 select {
                border: solid 1px #ddd;
                height: 35px;
                text-indent: 10px;
                width: 32%;
                outline: none;
            }

        .tc-tjdz-div .tc-tjdz-bd input {
            border: solid 1px #ddd;
            height: 35px;
            text-indent: 10px;
        }

        .tc-tjdz-div .tc-tjdz-bd .but {
            margin-top: 20px;
        }

            .tc-tjdz-div .tc-tjdz-bd .but input {
                background-color: var(--color);
                color: #fff;
                padding: 0 15px;
                margin-left: 90px;
                border: none;
            }

                .tc-tjdz-div .tc-tjdz-bd .but input:hover {
                    opacity: 0.8;
                }

.PlaceOrder-dzli-k {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
}

    .PlaceOrder-dzli-k img {
        width: 180px;
    }
/* 登陆 */
.tj-login-heda {
    height: 100px;
}

.tj-login {
    box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 9;
}

.tj-login-heda h3 {
    font-size: 28px;
    padding-left: 25px;
}

.tj-login-heda p {
    margin-left: auto;
    color: #999;
}

.tj-login-heda a {
    color: var(--color);
    height: 50px;
}

    .tj-login-heda a img {
        max-height: 100%;
    }

.tj-login-mian {
    background-color: var(--color);
    background-image: url(../images/loginBg.png);
    background-size: cover;
    background-position: center;
    min-height: 600px;
}

    .tj-login-mian .lz-flex-between {
        min-height: 623px;
    }

    .tj-login-mian .login-pic {
        flex: 1;
        padding-right: 80px;
    }

    .tj-login-mian .login-tet {
        width: 350px;
        background-color: #fff;
    }

        .tj-login-mian .login-tet .ts {
            font-size: 14px;
            color: #FEAF00;
            line-height: 35px;
            padding-left: 40px;
            background: #FCF0D7 url(../images/icon-zy.png) no-repeat left 20px center;
            background-size: 15px;
        }

        .tj-login-mian .login-tet h3 {
            font-size: 18px;
            font-weight: bold;
            color: var(--color);
            border-bottom: solid 1px #ddd;
            padding: 20px 20px;
        }

    .tj-login-mian .div-form {
        padding: 10px 20px 30px 20px;
    }

        .tj-login-mian .div-form .input-dl {
            border: solid 1px #F1EEEE;
            height: 50px;
            margin-top: 20px;
            display: flex;
            align-items: center;
        }

.lz-icon-zh {
    background: #CCCCCC url(../images/icon-name.png) no-repeat center;
    background-size: 20px;
    width: 50px;
    height: 50px;
}

.lz-icon-mm {
    background: #CCCCCC url(../images/icon-mm.png) no-repeat center;
    background-size: 25px;
    width: 50px;
    height: 50px;
}

.tj-login-mian .div-form .input-dl input {
    flex: 1;
    border: none;
    outline: none;
    text-indent: 15px;
    height: 100%;
}

.tj-login-mian .div-form .tet-wjmm {
    text-align: right;
}

    .tj-login-mian .div-form .tet-wjmm a {
        color: #999;
        line-height: 40px;
    }

.tj-login-mian .div-form .but {
    background-color: var(--color);
    font-size: 18px;
    color: #fff;
    width: 100%;
    height: 50px;
    border: none;
    letter-spacing: 5px;
}

    .tj-login-mian .div-form .but:hover {
        opacity: 0.8;
    }

.tj-login-mian .tet-ljzc {
    text-align: right;
    line-height: 50px;
    padding: 0 20px;
    border-top: solid 1px #ddd;
}

    .tj-login-mian .tet-ljzc span {
        display: inline-block;
        vertical-align: middle;
    }

    .tj-login-mian .tet-ljzc a {
        color: var(--color);
    }

.login-foot {
    text-align: center;
    padding: 20px 0;
    border-top: solid 1px #ddd;
}
/* 注册 */
.tj-register-bg {
    background-image: url(../images/RegisterBg.png);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.tj-register-mian {
    width: 756px;
    margin: 80px auto;
    background-color: #fff;
    padding-bottom: 35px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
    border-radius: 2px;
    overflow: hidden;
}

.register-title {
    text-align: center;
    padding: 24px;
    border-bottom: 1px solid rgb(240, 240, 240);
}

    .register-title h3 {
        font-size: 22px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0px;
        display: inline-block;
        padding: 0 30px;
        position: relative;
    }

        .register-title h3::before {
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            background-image: url(../images/Register-icon.png);
            background-position: center;
            background-size: 100% 100%;
            position: absolute;
            left: 0;
            top: 5px;
        }

        .register-title h3::after {
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            background-image: url(../images/Register-icon.png);
            background-position: center;
            background-size: 100% 100%;
            position: absolute;
            right: 0;
            top: 5px;
        }

        .register-title h3 span {
            color: #FEAF00;
        }

.register-fomr {
    margin: 0 auto;
    width: 375px;
}


    .register-fomr .input-a {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

        .register-fomr .input-a span {
            position: relative;
            width: 100px;
            text-align: right;
            padding-right: 10px;
        }

.register-fomr2 .input-a span {
    width: 180px;
}

.register-fomr .input-a span::before {
    content: '*';
    color: #e70f0f;
}

.register-fomr .input-a .input-div {
    height: 45px;
    border: solid 1px #ddd;
    flex: 1;
    display: flex;
    align-items: center;
}

    .register-fomr .input-a .input-div label {
        display: flex;
        align-items: center;
        font-size: 14px;
        margin-left: 10px;
        margin-bottom: 0;
        margin-right: 20px;
        cursor: pointer;
    }

        .register-fomr .input-a .input-div label input {
            height: auto;
            margin: 0 5px 0 0;
        }

        .register-fomr .input-a .input-div label p {
            font-weight: initial;
            color: #333;
            line-height: 40px;
        }

.register-fomr .input-a input {
    flex: 1;
    height: 45px;
    border: solid 1px #ddd;
    text-indent: 10px;
    outline: none;
}

.register-fomr .input-a #distpicker2 {
    flex: 1;
}

    .register-fomr .input-a #distpicker2 select {
        width: 32%;
        height: 45px;
        border: solid 1px #ddd;
        text-indent: 10px;
        outline: none;
    }

.register-fomr .input-a .yzm {
    width: 120px;
    text-align: center;
    border: solid 1px #ddd;
    line-height: 43px;
    border-left: none;
}

.input-xx {
    padding-left: 100px;
    margin-top: 20px;
}

    .input-xx label {
        margin-bottom: 0;
    }

        .input-xx label input {
            vertical-align: middle;
            margin-top: 0;
            width: 16px;
            height: 16px;
            border-radius: 50%;
        }

            .input-xx label input[type=checkbox] {
                cursor: pointer;
                position: relative;
                width: 16px;
                height: 16px;
                font-size: 14px;
                border-radius: 50%;
            }

                .input-xx label input[type=checkbox]::after {
                    position: absolute;
                    top: 0;
                    color: #000;
                    width: 16px;
                    height: 16px;
                    display: inline-block;
                    visibility: visible;
                    padding-left: 0px;
                    text-align: center;
                    content: ' ';
                }

                .input-xx label input[type=checkbox]:checked::after {
                    content: "✓";
                    font-size: 12px;
                    font-weight: bold;
                    color: #fff;
                    background-color: #FEAF00;
                }

        .input-xx label span {
            display: inline-block;
            color: rgb(51, 51, 51);
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0px;
            text-align: left;
            vertical-align: middle;
        }

.register-fomr .input-b span {
    width: 100%;
}

.register-fomr .but {
    padding: 20px 0 0 100px;
}

.register-fomr2 .but {
    padding: 25px 0 0 180px;
}

.register-fomr .but input {
    height: 45px;
    background-color: var(--color);
    font-size: 16px;
    color: #fff;
    border: none;
    width: 100%;
}

.register-fomr .input-b {
    align-items: flex-start;
}

    .register-fomr .input-b .file-img {
        width: 200px;
        border: solid 1px #ddd;
        cursor: pointer;
    }

.file-img2 {
    margin-left: auto;
}

.register-fomr .input-b p {
    text-align: center;
    padding-top: 5px;
}

.register-fomr .tet-h3 {
    padding-left: 108px;
    padding-top: 40px;
}

    .register-fomr .tet-h3 h3 {
        position: relative;
        font-weight: bold;
        font-size: 16px;
    }

        .register-fomr .tet-h3 h3::before {
            content: '';
            position: absolute;
            width: 2px;
            height: 15px;
            background-color: var(--color);
            top: 0;
            left: -8px;
        }

#fomr4 {
    padding-top: 100px;
}

    #fomr4 img {
        width: 200px;
    }

/* 弹窗 */
.tc-remind {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

    .tc-remind .tc-remind-bj {
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .tc-remind .tc-boy {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        border-radius: 8px;
        z-index: 5;
        min-width: 400px;
    }

    .tc-remind .tet-tx {
        text-align: center;
        padding: 40px 10px;
        font-size: var(--fs20);
        text-align: center;
        font-size: 18px;
    }

    .tc-remind .but {
        display: flex;
        align-items: center;
        border-top: solid 1px #eee;
    }

        .tc-remind .but a {
            display: block;
            width: 50%;
            text-align: center;
            line-height: 50px;
            font-size: var(--fs16);
        }

            .tc-remind .but a.cur {
                color: var(--color);
                border-left: solid 1px #eee;
            }

.payment-ts {
    background-color: #f1f9ea;
    padding: 15px 30px;
    border-radius: 5px;
    color: #22962A;
}

    .payment-ts h3 {
        font-size: 18px;
    }

    .payment-ts p {
        font-size: 14px;
        margin-top: 5px;
    }

.payment-div {
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    border-radius: 5px;
}

    .payment-div .payment-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: solid 1px #eee;
        padding-bottom: 15px;
    }

        .payment-div .payment-title h3 {
            font-size: 18px;
            color: #000;
        }

        .payment-div .payment-title p {
            font-size: 16px;
            color: #666;
        }

            .payment-div .payment-title p span {
                color: #FF6303;
                font-size: 18px;
            }

    .payment-div .payment-n {
        padding: 20px 0;
        border-bottom: dashed 1px #eeee;
    }

        .payment-div .payment-n .tet-dd {
            max-width: 60%;
            border-bottom: dashed 1px #eeee;
            padding-bottom: 10px;
        }

            .payment-div .payment-n .tet-dd p {
                color: #000;
                font-size: 14px;
                margin-right: 40px;
            }

                .payment-div .payment-n .tet-dd p span {
                    color: #FF6303;
                }

        .payment-div .payment-n .tet-cpxx {
            padding-top: 10px;
        }

            .payment-div .payment-n .tet-cpxx p {
                font-size: 14px;
                color: #666;
                margin-top: 10px;
            }

                .payment-div .payment-n .tet-cpxx p span {
                    color: #333;
                    padding: 0 5px;
                }

.payment-n .tet-cplsit {
    display: flex;
    color: #666;
    margin-top: 10px;
}

    .payment-n .tet-cplsit .bt {
        width: 70px;
    }

    .payment-n .tet-cplsit .cplsit {
        height: 75px;
        overflow: hidden;
        transition: all 0.5s;
    }

        .payment-n .tet-cplsit .cplsit p {
            margin-bottom: 5px;
            line-height: 20px;
        }

.payment-n .more {
    padding-left: 70px;
    margin-top: 10px;
}

    .payment-n .more a {
        font-size: 14px;
        border: solid 1px #eee;
        display: inline-block;
        padding: 5px 30px 5px 10px;
        color: #666;
        background: url(../images/icon-x.png) no-repeat right 10px center;
        background-size: 20px;
        border-radius: 5px;
    }

        .payment-n .more a.cur {
            background: url(../images/icon-s.png) no-repeat right 10px center;
            background-size: 20px;
        }

.choose {
    position: relative;
}

    .choose .radio {
        position: relative;
        display: inline-block;
        font-weight: 400;
        color: #0c4757;
        padding-left: 30px;
        cursor: pointer;
        margin-left: 30px;
    }

        .choose .radio img {
            height: 38px;
        }

        .choose .radio input {
            position: absolute;
            left: -9999px;
        }

        .choose .radio i {
            display: block;
            position: absolute;
            top: 10px;
            left: 0;
            width: 20px;
            height: 20px;
            outline: 0;
            border: 1px solid #e4e4e4;
            background: #ffffff;
            border-radius: 50%;
            transition: border-color .3s;
            -webkit-transition: border-color .3s;
        }

        .choose .radio input + i:after {
            position: absolute;
            content: '';
            top: 4px;
            left: 4px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #ff5d5b;
            opacity: 0;
            transition: opacity .1s;
            -webkit-transition: opacity .1s;
        }

        .choose .radio input:checked + i:after {
            opacity: 1;
        }

.payment-zfqd {
    padding-top: 30px;
}

    .payment-zfqd span {
        font-size: 14px;
    }

    .payment-zfqd .but {
        padding: 10px 50px;
        background-color: #FF6303;
        font-size: 16px;
        color: #fff;
        border-radius: 5px;
        border: none;
        outline: none;
        margin-top: 40px;
        margin-left: 120px;
    }




/* 微信支付弹窗 */
.tc-wxzf {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

.tc-bj {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #0000006e;
}

.tc-wxzf .maxs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 600px;
    background-color: #fff;
    border-radius: 5px;
    padding: 50px 30px;
    z-index: 5;
    display: flex;
    align-items: center;
}

    .tc-wxzf .maxs .maxs-fl {
        width: 50%;
        text-align: center;
    }

        .tc-wxzf .maxs .maxs-fl .a1 {
            font-size: 18px;
            color: #FF6303;
        }

        .tc-wxzf .maxs .maxs-fl .fkwem {
            width: 180px;
            margin: 20px auto;
        }

    .tc-wxzf .maxs .tc-hide {
        position: absolute;
        top: 10px;
        right: 10px;
    }


/* 常见问题 */
.Question {
    padding-bottom: 50px;
    min-height: 50vh;
}

.Question-item ul li {
    margin-bottom: 12px;
}

.Question-title {
    padding: 14px 30px 14px 55px;
    background: rgb(250, 250, 250);
    border: 1px solid rgb(220, 219, 219);
    position: relative;
    cursor: pointer;
}

    .Question-title::before {
        content: '';
        display: block;
        width: 26px;
        height: 26px;
        background-image: url(../images/Question-icon.png);
        background-size: 100% 100%;
        position: absolute;
        left: 20px;
        top: 12px;
    }

    .Question-title::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 6px solid #8B8B8B;
        border-right: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid transparent;
        position: absolute;
        right: 20px;
        top: 23px;
        transition: all 0.5s;
    }

.Question-item ul li.active .Question-title::after {
    transform: rotate(180deg);
    transform-origin: center;
    top: 17px;
}

.Question-title h3 {
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
}

.Question-text {
    padding: 14px 20px;
    border: 1px solid rgb(220, 219, 219);
    border-top: none;
    color: rgb(73, 73, 73);
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: justify;
    display: none;
    font-size: 16px;
}


/* 品牌列表 */
.Brand-sort-item h3 {
    display: inline-block;
    color: rgb(106, 106, 106);
    font-size: 14px;
    font-weight: 400;
}

.Brand-sort-box {
    display: inline-block;
    vertical-align: middle;
    color: rgb(106, 106, 106);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

    .Brand-sort-box span {
        display: inline-block;
        padding: 0 6px;
        line-height: 22px;
        margin-right: 5px;
        border-radius: 3px;
        cursor: pointer;
    }

        .Brand-sort-box span.active {
            background-color: #FECE00;
            color: #fff;
        }

.Brand-sort-item {
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(231, 231, 231);
}

.Brand-box {
    padding-bottom: 30px;
}

.Brand-box-item ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

    .Brand-box-item ul li {
        width: 16.6%;
        padding: 0 10px;
        margin-top: 20px;
    }

        .Brand-box-item ul li .Brand-box-list {
            display: block;
            background: rgb(247, 247, 247);
            width: 100%;
            height: 150px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .Brand-box-item ul li .Brand-box-list img {
                max-width: 90%;
                max-height: 90%;
            }


.aboutus-two {
    margin: 50px 0;
}

.aboutus-two-item {
    padding: 24px;
    background: #FAFAFA;
    display: flex;
    align-items: flex-start;
}

    .aboutus-two-item .map {
        width: 50%;
    }

        .aboutus-two-item .map img, .aboutus-two-item .map iframe {
            width: 100%;
        }

    .aboutus-two-item .text {
        padding: 20px 40px;
        width: 50%;
    }

        .aboutus-two-item .text h3 {
            color: rgb(61, 59, 56);
            font-size: 26px;
            font-weight: 500;
            line-height: 38px;
        }

        .aboutus-two-item .text .aboutus-two-p {
            color: rgb(50, 49, 47);
            font-size: 16px;
            font-weight: 400;
            line-height: 34px;
            margin-top: 30px;
        }


/* 订单详情 */

.OrderDetail-money {
    padding: 15px 40px;
    text-align: right;
    color: #FEAF00;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    border: 1px solid rgb(231, 231, 231);
    border-top: none;
}

    .OrderDetail-money span {
        font-size: 14px;
    }

.OrderDetail-OrderMessage {
    margin-top: 20px;
    background-color: #FAFAFA;
    padding: 20px;
    display: flex;
}

.OrderDetail-OrderMessage-list {
    min-width: 33.33%;
}

    .OrderDetail-OrderMessage-list h3 {
        color: rgb(51, 51, 51);
        font-size: 16px;
        font-weight: bold;
        line-height: 23px;
    }

.OrderDetail-OrderMessage-p {
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
    line-height: 2;
}

    .OrderDetail-OrderMessage-p span {
        /* width: 80px; */
        display: inline-block;
    }

.OrderDetail-ly {
    margin-top: 20px;
    background-color: #FAFAFA;
    padding: 20px;
}

    .OrderDetail-ly .OrderDetail-textarea {
        margin-top: 20px;
    }

        .OrderDetail-ly .OrderDetail-textarea textarea {
            width: 60%;
            border-radius: 5px;
            padding: 10px;
            outline: none;
            height: 150px;
            background-color: #fff;
        }

.OrderDetail-wlxx {
    margin-top: 20px;
    background-color: #FAFAFA;
    padding: 20px;
    display: flex;
}

    .OrderDetail-wlxx .left {
        width: 25%;
        border-right: 1px solid #E7E7E7;
    }

    .OrderDetail-wlxx .right {
        width: 75%;
        height: 200px;
        overflow-y: auto;
        padding-left: 30px;
    }

        .OrderDetail-wlxx .right ul li {
            display: flex;
        }

            .OrderDetail-wlxx .right ul li .time {
                color: rgb(51, 51, 51);
                font-size: 14px;
                font-weight: 400;
                padding-right: 25px;
                padding-bottom: 15px;
                border-right: 1px solid #E7E7E7;
                position: relative;
            }

                .OrderDetail-wlxx .right ul li .time::before {
                    content: '';
                    display: block;
                    width: 7px;
                    height: 7px;
                    background-color: #BFBFBF;
                    border-radius: 50%;
                    position: absolute;
                    right: -4px;
                    top: 7px;
                }

            .OrderDetail-wlxx .right ul li .text {
                padding-left: 25px;
                color: rgb(106, 106, 106);
                font-size: 14px;
                font-weight: 400;
                flex: 1;
                padding-bottom: 15px;
            }

.OrderDetail-PaymentMethod {
    margin-top: 20px;
}

    .OrderDetail-PaymentMethod ul {
        margin-top: 20px;
    }

        .OrderDetail-PaymentMethod ul li {
            display: inline-block;
            margin-right: 20px;
            width: 140px;
            line-height: 50px;
            border: 1px solid #E7E7E7;
            font-size: 14px;
            color: #333333;
            text-align: center;
            cursor: pointer;
            position: relative;
        }

            .OrderDetail-PaymentMethod ul li img {
                width: 28px;
            }

            .OrderDetail-PaymentMethod ul li.active {
                border-color: #FEAF00;
                color: #FEAF00;
            }

                .OrderDetail-PaymentMethod ul li.active::before {
                    content: '';
                    display: block;
                    width: 20px;
                    height: 20px;
                    background-image: url(../images/yy-icon.png);
                    background-size: 100% 100%;
                    position: absolute;
                    bottom: 0;
                    right: 0;
                }

.OrderDetail-but {
    text-align: right;
    margin-top: 20px;
}

    .OrderDetail-but .but {
        background-color: #FEAF00;
        width: 123px;
        line-height: 50px;
        padding: 0 10px;
        font-size: 18px;
        color: #fff;
        border-radius: 5px;
        margin-left: 15px;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        transition: all 0.5s;
    }

        .OrderDetail-but .but:hover {
            opacity: 0.8;
        }


.personal {
    padding-bottom: 50px;
}

.personal-item {
    display: flex;
}

    .personal-item .personal-nav {
        width: 240px;
    }

    .personal-item .personal-box {
        width: calc(100% - 240px);
    }

.personal-nav .title {
    line-height: 62px;
    background-color: #FECE00;
    color: rgb(255, 255, 255);
    font-size: 18px;
    letter-spacing: 0px;
    border-radius: 10px 10px 0 0;
    padding: 0 25px;
}

    .personal-nav .title img {
        vertical-align: middle;
        margin-right: 10px;
    }

.personal-nav ul li {
    padding: 0 25px;
    background-color: #FAFAFA;
}

    .personal-nav ul li a {
        line-height: 60px;
        font-size: 16px;
        color: #333333;
        border-bottom: 1px solid rgb(239, 239, 239);
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .personal-nav ul li a i {
            font-size: 20px;
            color: #333333;
        }

    .personal-nav ul li.active a {
        color: #FECE00;
        font-weight: bold;
    }

        .personal-nav ul li.active a i {
            color: #FECE00;
        }

.personal-box {
    padding-left: 30px;
}

    .personal-box .title {
        color: #333333;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .personal-box .title h3 {
            font-size: 18px;
            font-weight: 500;
            line-height: 62px;
        }

        .personal-box .title a {
            font-size: 14px;
            color: #FEAF00;
        }

        .personal-box .title span {
            display: block;
            background: rgb(254, 175, 0);
            border-radius: 2px;
            width: 99px;
            height: 36px;
            text-align: center;
            font-size: 14px;
            color: #FFFFFF;
            line-height: 36px;
            cursor: pointer;
            transition: all 0.5s;
        }

            .personal-box .title span:hover {
                opacity: 0.8;
            }

    .personal-box .PlaceOrder-dzli ul li .div-li .top a {
        display: inline-block;
        margin-left: 5px;
    }

    .personal-box .tj-product-list {
        background-color: transparent;
    }

        .personal-box .tj-product-list ul li {
            width: 25%;
        }

            .personal-box .tj-product-list ul li .div-li {
                background-color: #F7F7F7;
                position: relative;
            }

                .personal-box .tj-product-list ul li .div-li .gb {
                    position: absolute;
                    right: 10px;
                    top: 10px;
                    width: 32px;
                    height: 32px;
                    text-align: center;
                    line-height: 32px;
                    border-radius: 50%;
                    background: rgb(189, 189, 189);
                    color: #fff;
                    opacity: 0;
                    transition: all 0.5s;
                    cursor: pointer;
                }

                    .personal-box .tj-product-list ul li .div-li .gb i {
                        font-size: 16px;
                    }

                    .personal-box .tj-product-list ul li .div-li .gb:hover {
                        background-color: #FECE00;
                    }


                .personal-box .tj-product-list ul li .div-li:hover .gb {
                    opacity: 1;
                }

    .personal-box .tj-product-list {
        padding-top: 0;
        padding-bottom: 0;
    }

.personal-MyOrder-tool {
    background-color: #F9F9F9;
    padding: 10px 90px;
    display: flex;
    align-items: center;
}

.personal-MyOrder-time {
    width: 30%;
    display: flex;
    align-items: center;
}

    .personal-MyOrder-time input {
        flex: 1;
    }

.personal-MyOrder-select {
    width: 23%;
    text-align: right;
}

    .personal-MyOrder-select select {
        border: none;
        background-color: transparent;
        font-size: 14px;
        color: #6A6A6A;
    }

.tj-Shopping table tr td .icon-download-alt {
    font-size: 20px;
}

.OrderDetail-money .but {
    display: inline-block;
    background: rgb(254, 175, 0);
    border-radius: 2px;
    width: 99px;
    height: 36px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 36px;
    cursor: pointer;
    transition: all 0.5s;
    margin-left: 10px;
    border: 1px solid rgb(254, 175, 0);
}

    .OrderDetail-money .but.color2 {
        background-color: #F7F3F4;
        color: #6A6A6A;
        border-color: #DCDADB;
    }

    .OrderDetail-money .but.color3 {
        background-color: rgba(254, 175, 0, 0.05);
        ;
        color: rgb(254, 175, 0);
        ;
        border-color: rgb(254, 175, 0);
        ;
    }

.personal-MyOrder-list {
    padding-top: 15px;
    padding-bottom: 0;
}

.personal-MyAuthentication {
    padding: 40px;
    background-color: #FAFAFA;
}

.bx-Profile-img {
    width: 100px;
    height: 100px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

    .bx-Profile-img label {
        width: 100px;
        height: 100px;
        margin-bottom: 0;
    }

    .bx-Profile-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.bx-Profile .bx-btn {
    width: 370px;
    line-height: 50px;
    height: 50px;
    margin-left: 80px;
    margin-top: 20px;
    display: block;
}

.bx-Profile-img #file1 {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
}

.bx-Profile-img .tetx {
    width: 100%;
    height: 35px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
}

.MyAuthentication-input, .MyAuthentication-img {
    margin-bottom: 20px;
}

    .MyAuthentication-input p, .MyAuthentication-img p {
        color: rgb(51, 51, 51);
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
    }

    .MyAuthentication-input input {
        width: 500px;
        height: 44px;
        background: rgb(255, 255, 255);
        border: 1px solid rgb(207, 207, 207);
        border-radius: 4px;
        margin-top: 5px;
        font-size: 14px;
        padding: 0 10px;
    }

    .MyAuthentication-img .img {
        width: 225px;
        height: 143px;
        border: 1px solid rgb(206, 206, 206);
        border-radius: 4px;
        margin-top: 5px;
        cursor: pointer;
        background-image: url(../images/zz.png);
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .MyAuthentication-img .img img {
            max-width: 100%;
            height: 100%;
        }

.MyAuthentication-but {
    width: 224px;
    height: 50px;
    bottom: 50px;
    background: rgb(254, 175, 0);
    border-radius: 130px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 60px;
    cursor: pointer;
    transition: all 0.5s;
}

    .MyAuthentication-but:hover {
        opacity: 0.8;
    }

.personal-user {
    background-color: #FAFAFA;
    padding: 40px;
}

.personal-user-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .personal-user-top .left .img {
        width: 90px;
        height: 90px;
        overflow: hidden;
        border-radius: 50%;
        display: inline-block;
        vertical-align: bottom;
        margin-right: 10px;
    }

        .personal-user-top .left .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .personal-user-top .left .text {
        display: inline-block;
    }

        .personal-user-top .left .text .user h3 {
            font-size: 28px;
            color: #333333;
            max-width: 200px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            vertical-align: middle;
        }

        .personal-user-top .left .text .user span {
            width: 80px;
            height: 32px;
            background: rgba(254, 175, 0, 0.15);
            border-radius: 4px;
            display: inline-block;
            text-align: center;
            line-height: 32px;
            color: #FEAF00;
            margin-left: 10px;
            vertical-align: middle;
        }

        .personal-user-top .left .text p {
            font-size: 18px;
            color: #333333;
            margin-top: 10px;
        }

    .personal-user-top .right {
        text-align: right;
    }

        .personal-user-top .right h3 {
            font-size: 24px;
            color: #333333;
            display: inline-block;
            vertical-align: text-top;
        }

            .personal-user-top .right h3 span {
                font-size: 16px;
            }

        .personal-user-top .right a {
            font-size: 16px;
            color: #333333;
            margin-top: 10px;
        }

.personal-user-bottom {
    border-top: 1px solid #E5E5E5;
    margin-top: 25px;
    padding-top: 20px;
    font-size: 14px;
    color: #333333;
}

    .personal-user-bottom h3 {
        font-size: 18px;
        color: #FE6000;
        margin-bottom: 15px;
    }

.personal-MyAccount {
    padding: 40px;
    background-color: #FAFAFA;
}

.personal-MyAccount-top {
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(229, 229, 229);
    ;
}

    .personal-MyAccount-top h3 {
        font-size: 24px;
        color: #333333;
    }

    .personal-MyAccount-top .MyAccount-num {
        margin-top: 15px;
    }

        .personal-MyAccount-top .MyAccount-num span {
            font-size: 24px;
            color: #333333;
            vertical-align: middle;
        }

        .personal-MyAccount-top .MyAccount-num small {
            font-size: 14px;
            color: #6F7A8C;
        }

.personal-MyAccount-bottom {
    padding-top: 30px;
}

    .personal-MyAccount-bottom h3 {
        font-size: 16px;
        color: #333333;
    }

    .personal-MyAccount-bottom .table {
        margin-top: 15px;
    }

        .personal-MyAccount-bottom .table table {
            width: 100%;
            border: 1px solid rgb(231, 231, 231);
        }

            .personal-MyAccount-bottom .table table th {
                background-color: #F6F6F6;
                padding: 14px 20px;
                text-align: center;
                color: #6A6A6A;
            }

            .personal-MyAccount-bottom .table table td {
                padding: 14px 20px;
                text-align: center;
                border-bottom: 1px solid rgb(231, 231, 231);
                color: #6A6A6A;
            }

            .personal-MyAccount-bottom .table table tr th:nth-child(2), .personal-MyAccount-bottom .table table tr td:nth-child(2) {
                text-align: left;
            }

            .personal-MyAccount-bottom .table table tr td:nth-child(1) {
                width: 240px;
            }

            .personal-MyAccount-bottom .table table tr td:nth-last-child(1) {
                width: 200px;
            }

@media (max-width: 1600px) {
    .tj-hade .tj-hade-fr .tj-symember p {
        margin-left: 10px;
    }

    .tj-hade .tj-logo {
        width: 210px;
    }

    .tj-hade .tj-hade-fr .tj-sous .bur, .tj-hade .tj-hade-fr .tj-sous select {
        width: 100px;
    }

    .tj-hade .tj-gec {
        margin-left: 15px;
    }

    .tj-nav-item > h3 {
        width: 200px;
        line-height: 50px;
    }

    .tj-nav-item ul li a {
        line-height: 50px;
    }

    .tj-nav-item ul li {
        margin-right: 70px;
    }

    .index-categories-item ul li a {
        height: 156px;
    }

    .index-categories-item ul {
        margin: 0 -10px;
    }

        .index-categories-item ul li {
            padding: 0 10px;
            margin-top: 10px;
        }

    .tj-nav-item ul li a {
        font-size: 16px;
    }

    .tj-product-list ul li .pic {
        height: 198px;
    }

        .tj-product-list ul li .pic a {
            height: 198px;
        }

    .Brand-box-item ul li .Brand-box-list {
        height: 120px;
    }
}


.tc-zscx {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none
}

.tc-zscx-bj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgb(0 0 0 / 0.58)
}

.tc-zscx-div {
    position: absolute;
    top: 50%;
    left: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 330px;
    background-color: rgb(47 78 118);
    border-radius: 10px;
    z-index: 2;
    text-align: center;
    padding: 40px 20px;
}

    .tc-zscx-div .hide-a {
        position: absolute;
        top: 5px;
        right: 10px;
        width: 30px;
        cursor: pointer
    }

    .tc-zscx-div .img-a {
        display: none
    }

    .tc-zscx-div h3 {
        font-size: 1.6rem;
        font-weight: inherit;
        color: #fff
    }

    .tc-zscx-div p {
        font-size: 1rem;
        color: #fff;
        text-align: center;
    }


.bx-Checkout {
    width: 100%;
    padding: 40px;
    background-color: #f5f5f5;
}

.bx-Checkout-item {
    padding: 30px 20px;
    background-color: #fff;
}

    .bx-Checkout-item .title {
        color: #333;
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px;
    }

.bx-Checkout-shdz {
    margin-bottom: 30px;
}

    .bx-Checkout-shdz .bx-Address-list.active {
        border-color: #FEAF00;
    }

        .bx-Checkout-shdz .bx-Address-list.active .bx-Address-box {
            opacity: 1;
        }

.bx-orderDetail-text .bx-Checkout-num {
    width: 10%;
    color: #FEAF00;
}

.bx-Checkout-sp {
    margin-bottom: 30px;
}

.bx-Checkout-yhj .bx-coupon-item ul li {
    width: 25%;
}

.bx-coupon-list.active .bx-coupon-list-icon {
    display: flex;
}

.bx-coupon-list-icon {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}

    .bx-coupon-list-icon span {
        color: #FEAF00;
        font-weight: 200;
        font-size: 12px;
    }

.bx-Checkout-item .bx-orderDetail-right {
    width: 100%;
}


.bx-Cashier, .bx-Corporatetransfer {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 99999;
    overflow: hidden;
    display: none;
}

.bx-Cashier-box, .bx-Corporatetransfer-box {
    width: 800px;
    padding: 10px 50px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-height: 400px;
    position: relative;
}

.bx-Cashier-gb, .bx-Corporatetransfer-gb {
    position: absolute;
    right: 25px;
    top: 20px;
    cursor: pointer;
}

    .bx-Cashier-gb i, .bx-Corporatetransfer-gb i {
        font-size: 25px;
    }

.bx-Cashier-box .title, .bx-Corporatetransfer-box .title {
    font-size: 23px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #eee;
    line-height: 40px;
    padding-bottom: 8px;
}

.bx-Cashier-pop {
    overflow: hidden;
    display: none;
}

    .bx-Cashier-pop p {
        font-size: 14px;
        padding: 5px 0;
        color: #333;
    }

.bx-Cashier-item .bx-Cashier-pop:nth-child(1) {
    display: block;
}

.bx-Cashier-money {
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
}

    .bx-Cashier-money i {
        font-size: 14px;
        font-weight: 400;
    }

    .bx-Cashier-money span {
        font-size: 25px;
        font-weight: bold;
        color: #FEAF00;
    }

.bx-Cashier-nav {
    margin-top: 20px;
}

    .bx-Cashier-nav ul {
        overflow: hidden;
        text-align: center;
    }

        .bx-Cashier-nav ul li {
            display: inline-block;
            margin: 0 20px;
            cursor: pointer;
        }

            .bx-Cashier-nav ul li .bx-Cashier-list {
                font-size: 16px;
                display: inline-block;
                min-width: 120px;
                line-height: 40px;
                padding: 0 15px;
            }

                .bx-Cashier-nav ul li .bx-Cashier-list.active {
                    border: 1px solid #FEAF00;
                    color: #FEAF00;
                    border-radius: 10px;
                }

            .bx-Cashier-nav ul li img {
                width: 25px;
                height: 25px;
            }

.bx-Cashier-pop {
    text-align: center;
}

.bx-Cashier-wx {
    display: none;
}

.bx-Cashier-wx-img {
    width: 140px;
    height: 140px;
}

    .bx-Cashier-wx-img > img {
        width: 140px;
        height: 140px;
    }

.bx-Cashier-item {
    padding-top: 15px;
}

.bx-Cashier-ye {
    width: 300px;
    margin: 0 auto;
}

.bx-Cashier-but {
    width: 120px;
    line-height: 40px;
    display: block;
    background-color: #FEAF00 !important;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 10px;
    cursor: pointer;
    opacity: 0.8;
}

    .bx-Cashier-but:hover {
        opacity: 1;
        color: #fff !important;
    }

.bx-Cashier-ljzf {
    width: 100%;
}

.bx-Cashier-wx-zs {
    width: 180px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.bx-Cashier-wx-m {
    display: inline-block;
    vertical-align: middle;
}

.bx-Cashier-wx-imgIcon {
    width: 30px;
    margin: 0 auto;
}

.bx-Cashier-ye .bx-Withdrawal-txje {
    margin-top: 0;
    text-align: left;
}

    .bx-Cashier-ye .bx-Withdrawal-txje p {
        padding: 0;
        color: #ff0000;
    }

        .bx-Cashier-ye .bx-Withdrawal-txje p small {
            font-size: 18px;
        }

.bx-Cashier-ye .bx-Cashier-but {
    margin-top: 30px;
}

.bx-Corporatetransfer-box .bx-Corporatetransfer-list {
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.bx-Corporatetransfer-list h3, .bx-Corporatetransfer-img h3 {
    font-size: 17px;
    width: 100px;
    margin-top: 8px;
}

.bx-Corporatetransfer-box .bx-Corporatetransfer-list table {
    font-size: 16px;
    color: #333;
    width: 100%;
    width: calc(100% - 100px);
}

    .bx-Corporatetransfer-box .bx-Corporatetransfer-list table td:nth-child(1) {
        width: 27%;
    }

    .bx-Corporatetransfer-box .bx-Corporatetransfer-list table td {
        padding: 5px;
    }

.bx-Corporatetransfer-img-input {
    margin-top: 10px;
    width: calc(100% - 100px);
}

.bx-Corporatetransfer-img {
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.bx-Corporatetransfer-img-input .img {
    margin-top: 0;
}

.bx-Corporatetransfer-box .MyAuthentication-but {
    margin-left: 100px;
    margin-top: 0;
    margin-bottom: 20px;
}



.bx-sideBar {
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 9999999;
}



    .bx-sideBar ul li {
        position: relative;
        width: 95px;
        height: 95px;
        text-align: center;
        font-size: 18px;
        line-height: 77px;
        background-color: #FFF;
        border-bottom: solid 1px #fff;
    }

        .bx-sideBar ul li a {
            display: block;
            height: 100%;
            border-bottom: 1px solid #D2D2D2;
            padding-top: 10px;
        }

            .bx-sideBar ul li a img {
                line-height: 1;
                display: block;
                margin: 0 auto;
            }

            .bx-sideBar ul li a p {
                line-height: 1;
                font-size: 16px;
                margin-top: 5px;
            }

            .bx-sideBar ul li a:hover p {
                color: #FECE00;
            }




        .bx-sideBar ul li i {
            font-size: 24px;
            color: #fff;
        }

        /* .bx-sideBar ul li:hover {
                    background-color: #0566c5
                }*/

        .bx-sideBar ul li .div-fc {
            display: none;
            position: absolute;
            top: 20px;
            right: 100px;
            background: #FECE00;
            border-radius: 2px;
            padding: 15px;
            box-sizing: border-box;
            width: 125px;
            min-height: 25px;
            box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5);
        }

            .bx-sideBar ul li .div-fc.div-fc-h3 {
                font-size: 18px;
                color: #fff;
                width: 160px;
            }

            .bx-sideBar ul li .div-fc.div-fc-h3 {
            }

            .bx-sideBar ul li .div-fc p {
                line-height: 16px;
                color: #fff;
                font-size: 12px;
                text-align: center;
                margin-top: 10px;
            }

            .bx-sideBar ul li .div-fc:before {
                content: '';
                border-color: transparent transparent transparent #FECE00;
                border-style: solid;
                border-width: 8px;
                position: absolute;
                right: -16px;
                top: 10px;
                z-index: 2;
            }

            .bx-sideBar ul li .div-fc:after {
                content: '';
                border-color: transparent transparent transparent #FECE00;
                border-style: solid;
                border-width: 9px;
                position: absolute;
                right: -18px;
                top: 9px;
            }

.pro-yx {
    border-top: 1px dashed #d8d8d8;
    padding-top: 10px;
}

.pro-yx-table {
    margin-top: 10px;
}

    .pro-yx-table table {
        width: 100%;
    }

        .pro-yx-table table tr td {
            padding: 5px;
            font-size: 14px;
            color: #333;
            text-align: center;
        }

            .pro-yx-table table tr td:nth-child(1) {
                width: 40%;
                text-align: left;
            }

            .pro-yx-table table tr td:nth-last-child(1) {
                text-align: center;
                width: 100px;
            }

            .pro-yx-table table tr td:nth-last-child(2) {
                text-align: center;
                width: 180px;
            }

            .pro-yx-table table tr td .red {
                color: #ff0000;
            }

.pro-yx-box {
    line-height: 60px;
    background: #f7f7f7;
    padding: 0 30px;
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}

    .pro-yx-box span {
        color: #FEAF00;
        margin: 0 3px;
    }

    .pro-yx-box small {
        font-size: 20px;
        color: #FEAF00;
    }
