﻿@charset "utf-8";
/* CSS Document */
html {
    font-size: 1px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    /* 用白色覆盖自动填充的背景（可替换为需要的颜色） */
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    background-color: white !important;
}
@media screen and (max-width: 1980px) {
    html {
        font-size: 0.05050505051vw;
    }
}

@font-face {
    font-family: 'Poppins Light';
    src: url('../font/Poppins-Light.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Poppins SemiBold';
    src: url('../font/Poppins-SemiBold.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Poppins Medium';
    src: url('../font/Poppins-Medium.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Regular.ttf') format("truetype");
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins Light","微软雅黑", Arial;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    width: 100%;
    margin: 0px auto;
    background-color: #fff;
    overflow-x: hidden;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        color: #000;
    }

img {
    border: 0;
    display: inline;
    vertical-align: bottom;
    width: auto;
    height: auto;
    max-width: 100%;
}

div, ul, li, dl, dd, span, h1, h2, p, h4, h3 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
    width: 0px;
    height: 0px;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0px auto;
    height: auto;
    padding: 0px 40px;
}

* {
    box-sizing: border-box;
}

.tpleft {
    float: left;
}

.tpright {
    float: right;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-center-y {
    display: flex;
    align-items: center;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

:root {
    --Color1: #ffdd7c;
}

.ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.molEllipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

/* 首页 */
.part_1 {
    position: relative;
}

.banner {
    position: relative;
}

    .banner ul li {
        position: relative;
    }

        .banner ul li .txt {
            color: #fff;
            text-align: center;
            font-size: 50rem;
            color: #fefbf2;
            position: absolute;
            bottom: 30%;
            width: 100%;
            transition: transform .3s ease;
            font-family: 'Poppins Medium';
        }

        .banner ul li img {
            width: 100%;
            height: auto;
        }

        .banner ul li .txt:hover {
            transform: translateY(-7px)
        }

        .banner ul li .container {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

            .banner ul li .container .content {
                width: 100%;
            }

                .banner ul li .container .content .title {
                    font-size: 66rem;
                    line-height: 1.1;
                    font-family: 'Poppins SemiBold';
                    margin-bottom: 30rem;
                }

                .banner ul li .container .content .desc {
                    font-size: 50rem;
                    font-family: 'Poppins';
                }

    .banner .btn {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        position: absolute;
        cursor: pointer;
        z-index: 10;
        line-height: 1;
    }

        .banner .btn .iconfont {
            font-size: 55rem;
            transition: all .3s ease;
            -webkit-transition: all .3s ease;
        }

            .banner .btn .iconfont:hover {
                font-size: 70rem;
            }

    .banner .sbtn {
        position: absolute;
        bottom: 22px !important;
        left: 0px;
        width: 100%;
        z-index: 99;
        text-align: center;
    }

        .banner .sbtn span {
            cursor: pointer;
            width: 15rem;
            height: 15rem;
            border-radius: 50%;
            margin: 0px 13rem;
            background-color: rgba(0,0,0,0.4);
            opacity: 1;
        }

            .banner .sbtn span.active {
                background-color: rgba(0,0,0,1);
            }

    .banner .prev {
        left: 2%;
    }

    .banner .next {
        right: 2%;
    }

        .banner .next .iconfont:before {
            display: block;
            transform: rotate(180deg);
        }

.header {
    border-bottom: 1px #000 solid;
    position: absolute;
    top: 20rem;
    width: 100%;
    left: 0px;
    z-index: 100;
}

    .header .container {
        height: 74rem;
    }

    .header .logo img {
        height: 33rem;
        display: block;
    }

    .header .menu {
        margin-left: 60rem;
    }

        .header .menu ul li {
            margin: 0px 25rem;
            position: relative;
        }

            .header .menu ul li .title {
                font-size: 25rem;
                height: 76rem;
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
                text-transform: uppercase;
            }

            .header .menu ul li.active .title:before, .header .menu ul li:hover .title:before {
                content: "";
                position: absolute;
                left: 0px;
                bottom: -3rem;
                height: 6rem;
                width: 100%;
                border-radius: 3px;
                background-color: #000;
            }

            .header .menu ul li .submenu {
                background: rgba(0, 0, 0, 0.4);
                width: 120px;
                position: absolute;
                top: 100%;
                z-index: 20;
                transform-origin: 50% 0;
                transform: scaleY(0) translateZ(0);
                opacity: 0;
                left: -0%;
                transition: transform 0.3s,opacity 0.3s;
                max-height: 80vh;
                overflow: auto;
            }

            .header .menu ul li:hover .submenu {
                transform: scaleY(1) translateZ(0);
                opacity: 1;
            }

            .header .menu ul li .submenu dd a {
                color: #fff;
                line-height: 40px;
                text-transform: none;
                display: block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-text-overflow: ellipsis;
                font-size: 13px;
                text-align: center;
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
                height: 40px;
                font-weight: normal;
            }

                .header .menu ul li .submenu dd a:hover {
                    background: var(--Color1);
                    color: #000;
                }

                .header .menu ul li .submenu dd a:last-child {
                    border-bottom: 0px;
                }

            .header .menu ul li .submenu::-webkit-scrollbar {
                width: 5px;
                height: 5px;
                background: none;
                border-radius: 15px;
            }

            .header .menu ul li .submenu::-webkit-scrollbar-thumb {
                background: #333;
                scrollbar-arrow-color: #333;
                border-radius: 15px;
            }



    .header .tool .btn {
        font-size: 32rem;
        margin-left: 30rem;
        cursor: pointer;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }

    .header .tool .icon-sousuo {
        font-weight: 600;
    }

    .header .tool .icon-gouwudai101 {
        font-weight: 600;
    }

    .header .tool .btn:hover {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
    }

.part_2 {
    position: relative;
}

    .part_2 img {
        width: 100%;
        height: auto;
    }

    .part_2 .container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

        .part_2 .container .content {
            width: 50%;
            font-size: 50rem;
        }

            .part_2 .container .content .title {
                font-family: 'Poppins SemiBold';
                margin-bottom: 30rem;
            }

            .part_2 .container .content .more a {
                display: inline-block;
                background-color: var(--Color1);
                padding: 0rem 68rem;
                border-radius: 5px;
                font-family: 'Poppins';
                transition: all .3s ease;
                -webkit-transition: all .3s ease;
            }

                .part_2 .container .content .more a:hover {
                    transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                }

.index_bt {
    text-align: center;
    font-family: 'Poppins SemiBold';
    font-size: 50rem;
    margin-bottom: 127rem;
}

.part_3 {
    padding-top: 140rem;
    padding-bottom: 107rem;
    background-color: #fefbf2;
}

.index_product {
    width: 1438px;
    margin: 0px auto;
    position: relative;
}

    .index_product .txt {
        position: absolute;
    }

        .index_product .txt.no1 {
            left: 107px;
            top: 252px;
        }

        .index_product .txt.no2 {
            left: 644px;
            top: 32px;
        }

        .index_product .txt.no3 {
            left: 817px;
            top: 255px;
            color: #fff;
        }

        .index_product .txt.no4 {
            right: 153px;
            top: 140px;
            color: #fff;
        }

        .index_product .txt a {
            display: inline-block;
            position: relative;
            line-height: 1.5;
            border-bottom: 2px #000 solid;
            font-family: 'Poppins';
            transition: all .3s ease;
            -webkit-transition: all .3s ease;
            font-size: 28rem;
        }

            .index_product .txt a:hover {
                font-size: 30rem;
            }

        .index_product .txt.no3 a, .index_product .txt.no4 a {
            color: #fff;
            border-bottom: 2px #fff solid;
        }

footer {
    background-color: #ffdd7c;
    padding: 90rem 0px 20rem;
}

    footer .f_menu {
        display: flex;
        align-items: flex-start;
        font-family: 'Poppins';
        font-size: 25rem;
        margin-bottom: 137rem;
    }

        footer .f_menu .db_logo {
            width: 25%;
        }

        footer .f_menu ul {
            display: flex;
            align-items: flex-start;
            flex: 1;
        }

            footer .f_menu ul li {
                flex: 1;
            }

                footer .f_menu ul li.last {
                    flex: none;
                    width: 45%;
                }

                footer .f_menu ul li .title {
                    margin-bottom: 10rem;
                }

                footer .f_menu ul li .sumenu a {
                    font-family: 'Poppins Light';
                    font-size: 16rem;
                    display: block;
                    line-height: 2;
                    transition: all .3s ease;
                    -webkit-transition: all .3s ease;
                }

                    footer .f_menu ul li .sumenu a:hover {
                        text-decoration: underline;
                    }

.copyright {
    text-align: center;
    font-size: 16rem;
}

footer .f_menu .db_logo img {
    height: 32rem;
    width: auto;
}

/*移动菜单*/
.menubtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 40px;
    right: 0px;
    z-index: 100;
    display: none;
    position: relative;
    margin-left: 15px;
}

    .menubtn .name {
        font-size: 16px;
        left: -60px;
        font-weight: 500;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        position: absolute;
        font-weight: 600;
    }

    .menubtn .navbar-icons {
        height: 20px;
        width: 100%;
        position: relative;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
    }

        .menubtn .navbar-icons span {
            display: block;
            height: 2px;
            width: 100%;
            opacity: 1;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            transition: .25s ease-in-out;
            top: 0;
            -webkit-transform-origin: left center;
            transform-origin: left center;
            background-color: #333;
            position: relative;
            border-radius: 5px;
        }

            .menubtn .navbar-icons span:first-child {
                -webkit-transform-origin: left center;
                transform-origin: left center;
            }

            .menubtn .navbar-icons span:nth-child(2) {
                -webkit-transform-origin: left center;
                transform-origin: left center;
                width: 70%;
            }

            .menubtn .navbar-icons span:nth-child(3) {
                -webkit-transform-origin: left center;
                transform-origin: left center;
            }

    .menubtn.open .navbar-icons span:first-child {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 1px;
    }

    .menubtn.open .navbar-icons span:nth-child(2) {
        opacity: 0;
    }

    .menubtn.open .navbar-icons span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 1px;
    }

.menu-mc {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f0e4c6;
    z-index: 90;
    transition: all .5s;
    -webkit-transition: all .5s;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    display: none;
}

    .menu-mc.active {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    .menu-mc .list {
        flex: 1;
        overflow: auto;
    }

        .menu-mc .list ul {
        }

            .menu-mc .list ul li {
                line-height: 60px;
            }

                .menu-mc .list ul li .submenu {
                    display: none;
                    background: #f7f7f7;
                }

                .menu-mc .list ul li .title {
                    border-bottom: 1px solid rgba(0, 0, 0, .5);
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    font-weight: 600;
                    color: #333;
                    padding: 0 24px;
                    text-transform: uppercase;
                }

                    .menu-mc .list ul li .title .iconfont {
                        font-size: 20px;
                        margin-right: 0px;
                    }

                        .menu-mc .list ul li .title .iconfont:before {
                            transition: all .3s ease;
                            -webkit-transition: all .3s ease;
                        }

                .menu-mc .list ul li a {
                    display: block;
                    font-size: 15px;
                    color: #333;
                }

                .menu-mc .list ul li .submenu a {
                    padding-left: 20px;
                    line-height: 45px;
                }

                .menu-mc .list ul li .title.active .iconfont:before {
                    display: block;
                    transform: rotate( 90deg);
                    -webkit-transform: rotate(90deg);
                }

.search_m {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    width: 100%;
    z-index: 1000000;
    transition: all .25s;
    -webkit-transition: all .25s;
}

    .search_m .cont {
        background-color: #fff;
        padding: 15px 10px;
    }

        .search_m .cont .box {
            border: 1px #000 solid;
            border-radius: 14px;
            background-color: #fff;
            display: flex;
            align-items: center;
            width: 946rem;
            padding: 0px 5px 0px 10px;
        }

            .search_m .cont .box .formbit {
                flex: 1;
                border: 0px;
                height: 60rem;
                line-height: normal;
                background: none;
                outline: none;
                overflow: hidden;
            }

            .search_m .cont .box .sumbit {
                background: none;
                border: 0px;
                outline: none;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .search_m .cont .box .sumbit .iconfont {
                    font-size: 35rem;
                }

        .search_m .cont .icon-guanbi {
            font-size: 35rem;
            cursor: pointer;
            margin-left: 10px;
        }

/*登录*/
.loginForm {
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 30rem 0px;
}

    .loginForm .p_content {
        width: 614rem;
        border: 1px #9f9f9f solid;
        background-color: #fff;
        border-radius: 21rem;
        padding: 55rem 26rem 26rem;
        max-height: 90%;
        overflow-y: auto;
    }

        .loginForm .p_content .book {
            font-size: 20rem;
        }

        .loginForm .p_content .title {
            text-align: center;
            font-size: 41.6rem;
            font-family: 'Poppins SemiBold';
            margin-bottom: 50rem;
            line-height: 1.2;
        }

        .loginForm .p_content .book ul li .box {
            border: 1px #dedede solid;
            height: 84rem;
            border-radius: 14rem;
            position: relative;
            padding: 0px 27rem;
            display: flex;
            align-items: center;
        }

        .loginForm .p_content .book ul li {
            margin-bottom: 27rem;
        }

            .loginForm .p_content .book ul li .box .formbit {
                flex: 1;
                height: 78rem;
                line-height: normal;
                border: 0px;
                outline: none;
                font-size: 25rem;
            }

            .loginForm .p_content .book ul li .box .txt {
                position: absolute;
                left: 17rem;
                opacity: .2;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                font-size: 25rem;
                font-family: 'Poppins';
                background-color: #fff;
                padding: 0px 15rem;
                line-height: 1;
                pointer-events: none;
                transition: all .25s;
            }

            .loginForm .p_content .book ul li .box input:focus + .txt,
            .loginForm .p_content .book ul li .box.active .txt {
                opacity: 1;
                transform: translateY(-0%);
                -webkit-transform: translateY(-0%);
                top: -16rem;
            }

            .loginForm .p_content .book ul li .box.active {
                border: 1px #666 solid;
            }

        .loginForm .p_content .book .red {
            color: #da2020;
            text-decoration: underline;
            cursor: pointer;
        }

        .loginForm .p_content .book ul li.no2 {
            line-height: 1;
        }

        .loginForm .p_content .book ul li .sumbit {
            width: 100%;
            height: 84rem;
            background-color: var(--Color1);
            line-height: normal;
            text-align: center;
            border-radius: 14rem;
            font-size: 40rem;
            font-family: 'Poppins SemiBold';
            border: 0px;
            outline: none;
            cursor: pointer;
        }

        .loginForm .p_content .book ul li:last-child {
            margin-bottom: 0px;
        }

        .loginForm .p_content .book ul li.line {
            border-top: 1px #cdcecf solid;
            padding-top: 20rem;
        }

        .loginForm .p_content .book ul li.no3 {
            line-height: 1.1;
        }

        .loginForm .p_content::-webkit-scrollbar {
            width: 5px;
            height: 5px;
            background: #d6d6d6;
            border-radius: 10px;
        }

        .loginForm .p_content::-webkit-scrollbar-thumb {
            background: #a0a0a0;
            scrollbar-arrow-color: #a0a0a0;
            border-radius: 0.20rem;
        }

        .loginForm .p_content .book ul li.no4 {
            font-size: 25rem;
            text-align: center;
            margin-bottom: 40rem;
        }

        .loginForm .p_content .title.no2 {
            margin-bottom: 30rem;
        }


.main {
    background-color: #fffbf1;
}

.ab_intro {
    flex-wrap: wrap;
    align-items: flex-start;
    color: #2b2b2b;
}

    .ab_intro .ab_left {
        width: 425rem;
        background: linear-gradient(to bottom,#fff3cc,#fffbf1);
        padding: 43rem 65rem;
        font-weight: 600;
        font-size: 41.6rem;
        line-height: 1.7;
        height: 959rem;
        font-family: 'Poppins SemiBold';
    }

.local_1 {
    height: 100rem;
}

.ab_intro .ab_right {
    flex: 1;
    margin-left: 129rem;
}

    .ab_intro .ab_right .line {
        width: 106rem;
        height: 5rem;
        background: linear-gradient(to bottom,#f6bc4d,#d88714);
        margin-bottom: 40rem;
    }

    .ab_intro .ab_right .desc {
        font-size: 25rem;
    }

.index_product.no2 {
    margin: 0px auto;
    margin-top: -586rem;
    position: relative;
    z-index: 10;
    margin-bottom: 45rem;
}

.about_1 {
    padding-top: 67rem;
}

.about_2 {
    color: #fff;
    background: linear-gradient(to bottom,#f6bc4d,#d88714);
    text-align: center;
    padding: 55rem 0rem;
    font-family: 'Poppins SemiBold';
}

    .about_2 .title {
        font-size: 41.6rem;
    }

    .about_2 .desc {
        font-size: 33.3rem;
    }

    .about_2 .line {
        width: 460rem;
        height: 6rem;
        margin: 15rem auto;
        background-color: #fff;
    }

.about_3 {
    max-width: 1000px;
    width: 95%;
    margin: 0px auto;
    padding-top: 43rem;
    position: relative;
    z-index: 10;
    margin-bottom: -20rem;
}

    .about_3 ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 43rem 38rem;
        align-items: stretch;
    }

        .about_3 ul li {
            text-align: center;
        }

            .about_3 ul li .photo {
                margin-bottom: 11rem;
            }

            .about_3 ul li .title {
                font-size: 24rem;
                font-family: 'Poppins SemiBold';
                color: #ecc168;
            }

            .about_3 ul li .lab {
                font-size: 24rem;
                font-family: 'Poppins SemiBold';
                color: #482a0d;
                margin-bottom: 10rem;
                margin-top: 7rem;
            }

            .about_3 ul li .desc {
                font-size: 16rem;
            }

.about_4 {
    background: url(../images/aboutbg_02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 207rem;
    background-size: 100% 100%;
}

    .about_4 .dance {
        flex-wrap: wrap;
        padding-top: 117rem;
        font-size: 20rem;
    }

    .about_4 img {
        width: 65rem;
        height: auto;
    }

    .about_4 .content {
        margin-left: 12rem;
        font-size: 20rem;
        font-family: 'Poppins SemiBold';
        color: #fff;
    }

.about_5 {
    padding: 85rem 0rem;
    text-align: center;
    line-height: 1.3;
}

    .about_5 .title {
        font-size: 41.6rem;
        font-family: 'Poppins SemiBold';
        margin-bottom: 25rem;
    }

    .about_5 .desc {
        font-size: 25rem;
        margin-bottom: 77rem;
    }

    .about_5 .about_video {
        width: 1150rem;
        margin: 0px auto;
    }

        .about_5 .about_video video {
            width: 100%;
            height: auto;
        }

.about_6 {
    text-align: center;
    position: relative;
}

    .about_6 .container {
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        position: absolute;
        display: flex;
        flex-direction: column;
    }

    .about_6 .cont {
        width: 806rem;
        background-color: #fff4cc;
        padding: 56rem 123rem 56rem 0px;
        border-radius: 0px 120rem 120rem 0rem;
        position: relative;
        text-align: left;
        font-size: 41.6rem;
        font-family: 'Poppins SemiBold';
        line-height: 1.3;
    }

        .about_6 .cont:before {
            position: absolute;
            right: 100%;
            top: 0px;
            width: 3000px;
            background-color: #fff4cc;
            height: 100%;
            background-color: #fff4cc;
            content: "";
        }

.index_product.no3 {
    display: none;
}

.about_6 .more {
    width: 204rem;
    height: 76rem;
    background: url(../images/detail_03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 28rem;
    padding-left: 30rem;
    line-height: 76rem;
    text-align: left;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    margin-top: 55rem;
}

    .about_6 .more:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: rgba(0,0,0,1);
    visibility: hidden;
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    transition: all .25s;
    -webkit-transition: all .25s;
}

    .video-popup.show {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    .video-popup .content {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .video-popup .closebtn {
        width: 60rem;
        height: 60rem;
        background-image: url(../images/close.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 30rem;
        right: 30rem;
        z-index: 1000;
        cursor: pointer;
    }

.video-button {
    cursor: pointer;
}

.contact_1 {
    background-image: url(../images/contact_01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cont_one {
    padding-top: 78rem;
    padding-bottom: 78rem;
}

    .cont_one .box {
        width: 42.9%;
        background-color: rgba(255,255,255,0.76);
        padding: 62rem 56rem;
        line-height: 1.7;
    }

        .cont_one .box .title {
            margin-bottom: 25rem;
        }

            .cont_one .box .title span {
                display: inline-block;
                font-size: 50rem;
                font-family: 'Poppins SemiBold';
                position: relative;
                line-height: 1;
                padding-bottom: 26rem;
            }

                .cont_one .box .title span:before {
                    position: absolute;
                    content: "";
                    width: 100%;
                    height: 5rem;
                    background: linear-gradient(to bottom, #f6bc4d, #d88714);
                    bottom: 0px;
                    left: 0px;
                }

        .cont_one .box .infor {
            font-size: 23rem;
            margin-bottom: 50rem;
        }

        .cont_one .box .desc {
            font-size: 20rem;
        }

.contact_2 {
    padding-top: 44rem;
    padding-bottom: 96rem;
}

.book_m {
    max-width: 890rem;
    margin: 0px auto;
    width: 95%;
}

    .book_m .box {
        background-color: #fff;
        padding: 43rem;
    }

    .book_m ul li {
        margin-bottom: 26rem;
    }

        .book_m ul li .cont {
            width: 100%;
        }

            .book_m ul li .cont .tit {
                font-size: 25rem;
                margin-bottom: 10rem;
            }

                .book_m ul li .cont .tit .red {
                    color: #ff0427;
                }

            .book_m ul li .cont .formbit {
                width: 100%;
                border: 1px #9d9d9d solid;
                height: 79rem;
                line-height: normal;
                padding: 0rem 20rem;
                outline: none;
                font-size: 25rem;
            }

            .book_m ul li .cont textarea {
                padding: 12rem 20rem;
                width: 100%;
                border: 1px #9d9d9d solid;
                height: 172rem;
                outline: none;
                font-size: 25rem;
                font-family: Arial, Helvetica, sans-serif;
            }

        .book_m ul li.no1 .cont {
            width: 48.7%;
        }

        .book_m ul li.agree label {
            display: flex;
            align-items: flex-start;
            cursor: pointer;
        }

            .book_m ul li.agree label .txt {
                font-size: 17rem;
                margin-left: 20rem;
                flex: 1;
            }

            .book_m ul li.agree label input[type='checkbox'] {
                width: 29rem;
                height: 29rem;
                border: 1px #9d9d9d solid;
                -webkit-appearance: none;
                outline: none;
                cursor: pointer;
            }

            .book_m ul li.agree label input[type=checkbox]:checked {
                background: url(../images/contact_04.jpg)no-repeat center;
                background-size: cover;
                border: 0px solid #535353;
            }

    .book_m .sumbit {
        width: 564rem;
        height: 84rem;
        border-radius: 14rem;
        line-height: normal;
        text-align: center;
        background-color: var(--Color1);
        font-size: 41.6rem;
        font-family: 'Poppins SemiBold';
        border: 0px;
        outline: none;
        margin: 0px auto;
        margin-top: 56rem;
        cursor: pointer;
    }


/*选择下拉效果*/

.select-ui {
    width: 100%;
    border: 1px #9d9d9d solid;
    font-size: 25rem;
}

    .select-ui .select {
        position: relative;
    }

    .select-ui select {
        display: none;
        position: relative;
        width: 100%;
        cursor: pointer;
    }

    .select-ui .select .button {
        width: 100%;
        padding: 0 8px 0 10px;
        height: 77rem;
        line-height: 77rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        border-radius: 0px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        color: #767676;
        cursor: pointer;
    }


    .select-ui .select.focus {
        padding: 0px;
    }


        .select-ui .select.focus .button {
            border-color: rgb(55,65,81);
        }


    .select-ui .select .button .text {
        flex: 1;
        color: #767676;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        overflow: auto;
        box-sizing: border-box;
        width: 100%;
        text-align: left;
        width: 80px; /* 必须：容器宽度（固定值或百分比均可） */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        
       
    }

.select-ui-multiple .select .button .text::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background: #ffffff;
}

.select-ui-multiple .select .button .text::-webkit-scrollbar-thumb {
    background: rgba(214,216,221,.7);
    scrollbar-arrow-color: #898989;
    border-radius: 7px;
}


.select-ui .select .button .text .item {
    display: flex;
    margin-right: 5px;
    align-items: center;
    padding: 0 5px;
    color: #ffffff;
    background-color: #333333;
    line-height: 60rem;
    white-space: nowrap;
    flex-wrap: nowrap;
    border-radius: 3px;
    font-size: 25rem;
}



.select-ui .select .button .fill-current {
    fill: rgb(118,118,118);
}


.select-ui .select .options {
    --tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
    position: absolute;
    top: 100%;
    border-radius: 4px;
    background: #ffffff;
    border: 1px #efeff0 solid;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 1000;
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    visibility: hidden;
    opacity: 0;
    box-sizing: border-box;
    margin-top: -8px;
    height: 200px;
    overflow: hidden;
    /*width: 350px;*/
    width:100%;
    overflow-y: scroll
}


.select-ui .select.focus .options {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 5px;
    overflow: hidden;
    border: 1px #9d9d9d solid;
}


.select-ui .select .options li {
    font-size: 25rem;
    text-align: left;
    margin: 0;
    color: #666;
    width: 100%;
    padding: 0px;
}

.select-ui .select .options li {
    margin-right: 0px;
}


    .select-ui .select .options li.selected span {
        color: #fff;
        background-color: #767676;
    }


    .select-ui .select .options li span {
        display: block;
        padding: 8px 15px;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        cursor: pointer;
    }

        .select-ui .select .options li span:hover {
            background-color: #fff4cc;
            color: #000;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            font-size: 25rem;
        }

.product_1 ul li {
    position: relative;
    text-align: center;
}

    .product_1 ul li .container {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .product_1 ul li .title {
        font-size: 66rem;
        font-family: 'Poppins SemiBold';
        line-height: 1.1;
        text-align: left;
    }

    .product_1 ul li.no2 .title {
        color: #fff;
    }

    .product_1 ul li img {
        min-height: 300px;
        object-fit: cover;
        object-position: center center;
    }

.product_2 {
    padding: 129rem 0rem;
}

.pro_list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 67rem 67rem;
    align-items: stretch;
}

    .pro_list ul li a {
        display: block;
        color: #2b2b2b;
        font-size: 24rem;
    }

        .pro_list ul li a .photo {
            position: relative;
            display: block;
            padding-top: 115.3%;
            width: 100%;
            overflow: hidden;
            margin-bottom: 36rem;
        }

            .pro_list ul li a .photo img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0px;
                left: 0px;
                object-fit: cover;
                object-position: center center;
                transition: all .5s;
                -webkit-transition: all .5s;
            }

        .pro_list ul li a:hover .photo img {
            transform: scale(1.05);
            -webkit-transform: scale(1.05);
        }

    .pro_list ul li {
        overflow: hidden;
    }

        .pro_list ul li a .photo .lab {
            background-color: #121212;
            color: #fff;
            border-radius: 20rem;
            padding: 0rem 15rem;
            position: absolute;
            left: 17px;
            bottom: 13px;
        }

        .pro_list ul li a .title {
            font-family: 'Poppins SemiBold';
        }

        .pro_list ul li a .price {
            font-family: 'Poppins SemiBold';
        }

        .pro_list ul li a .desc {
            -webkit-line-clamp: 2;
            margin: 5px 0px;
        }

        .pro_list ul li a .add {
            padding: 0rem 36rem;
            font-family: 'Poppins SemiBold';
            background-color: #121212;
            color: #fff;
            display: inline-block;
            line-height: 1.8;
            margin-top: 7px;
        }

        .pro_list ul li a:hover .add {
            background-color: #ffdb6a;
            color: #121212;
        }

.bg2 {
    background-color: #fff;
}

.show_1 {
    margin-top: 47rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 76rem;
    position: relative;
}

    .show_1 .show_left {
        width: 56.8%;
        display: flex;
        align-items: flex-start;
        gap: 12rem;
    }

    .show_1 .show_right {
        flex: 1;
        margin-left: 23px;
        padding-top: 37rem;
        color: #121212;
        font-size: 16px;
    }

    .show_1 .show_left .list {
        width: 98rem;
        overflow: hidden;
    }

        .show_1 .show_left .list ul {
            display: flex;
            flex-direction: column;
            gap: 10rem;
        }

            .show_1 .show_left .list ul li {
                cursor: pointer;
                height: 98rem !important;
                overflow: hidden;
            }

                .show_1 .show_left .list ul li img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    object-position: center center;
                    border: solid 1px #ffffff;
                }

                .show_1 .show_left .list ul li.swiper-slide-thumb-active img {
                    border-color: #121212;
                }

    .show_1 .show_left .pic {
        flex: 1;
        width: 100%;
        overflow: hidden;
    }

        .show_1 .show_left .pic img {
            width: 100%;
        }

    .show_1 .show_right .title {
        font-size: 50rem;
        font-family: 'Poppins SemiBold';
        line-height: 1.1;
    }

    .show_1 .show_right .sml {
        font-size: 33rem;
        font-family: 'Poppins SemiBold';
        margin-bottom: 30rem;
    }

    .show_1 .show_right .star {
        margin-bottom: 28rem;
    }

        .show_1 .show_right .star img {
            height: 22rem;
            width: auto;
            margin-right: 3px;
        }

    .show_1 .show_right .lab {
        margin-bottom: 28rem;
    }

    .show_1 .show_right .price {
        margin-bottom: 28rem;
        font-size: 25rem;
    }

    .show_1 .show_right .lab .red {
        color: #c70013;
    }

    .show_1 .show_right .lab .more {
        text-decoration: underline;
    }

    .show_1 .show_right .add {
        width: 184rem;
        height: 60rem;
        padding: 0rem 5rem;
        border: 1px #717171 solid;
        margin-top: 3px;
        margin-bottom: 59rem;
    }

        .show_1 .show_right .add .btn {
            background: none;
            cursor: pointer;
            border: 0px;
            font-size: 14px;
        }

        .show_1 .show_right .add .formbit {
            flex: 1;
            overflow: hidden;
            border: 0px;
            height: 55rem;
            outline: none;
            text-align: center;
            font-size: 24rem; width:50px
        }

    .show_1 .show_right .buy {
        display: flex;
        flex-direction: column;
        gap: 12rem;
        margin-bottom: 20rem;
        width: 563rem;
    }

        .show_1 .show_right .buy .cart {
            display: block;
            height: 60rem;
            text-align: center;
            line-height: 60rem;
            border: 1px #717171 solid;
            color: #000;
            font-size: 25rem;
            font-family: 'Poppins SemiBold';
            cursor: pointer;
        }

            .show_1 .show_right .buy .cart.active {
                background-color: #ffdb6a;
                border: 1px #ffdb6a solid;
            }

    .show_1 .show_right .link2 {
        flex-wrap: wrap;
        gap: 16rem;
    }

        .show_1 .show_right .link2 img {
            height: 38rem;
            width: auto;
        }

.show_2 {
    width: 832rem;
    margin: 0rem auto 38rem;
}

.ques_1 {
    margin-bottom: 70rem;
}

    .ques_1 ul li {
        border: 1px #717171 solid;
        margin-bottom: 18rem;
    }

        .ques_1 ul li .title {
            cursor: pointer;
            padding: 15rem 30rem;
            font-size: 25rem;
        }

            .ques_1 ul li .title .tpleft {
                flex: 1;
                margin-right: 10px;
                overflow: hidden;
            }

        .ques_1 ul li .box {
            padding: 0rem 30rem 15rem;
            font-size: 21rem;
            display: none;
        }

        .ques_1 ul li .title .icon:before {
            font-family: "iconfont" !important;
            content: "\e602";
        }

        .ques_1 ul li .title.active .icon:before {
            content: "\e65a";
        }

.p_tit {
    font-size: 50rem;
    font-family: 'Poppins SemiBold';
    margin-bottom: 50rem;
    line-height: 1;
}

.pro_list ul li .star {
    margin: 15rem 0px;
}

    .pro_list ul li .star img {
        height: 22rem;
        width: auto;
        margin-right: 3px;
    }

.f_prame {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    font-size: 20rem;
    border-radius: 21rem 0rem 21rem 21rem;
    border: 1px #9f9f9f solid;
    width: 472rem;
    padding: 23rem 40rem 17rem;
    z-index: 10000;
    display: none;
}

    .f_prame.show {
        display: block;
    }

    .f_prame .f_title {
        margin-bottom: 17rem;
    }

        .f_prame .f_title img {
            width: 18rem;
            height: auto;
            margin-right: 3px;
        }

    .f_prame .box {
        display: flex;
        align-items: flex-start;
        margin-bottom: 27rem;
    }

        .f_prame .box .photo {
            width: 102rem;
        }

        .f_prame .box .cont {
            flex: 1;
            overflow: hidden;
            margin-left: 25rem;
        }

            .f_prame .box .cont .desc {
                font-size: 13px;
            }

    .f_prame .view .btn {
        display: block;
        height: 66rem;
        line-height: 66rem;
        text-align: center;
        border: 1px #717171 solid;
        margin-bottom: 23rem;
    }

        .f_prame .view .btn.active {
            background-color: #000;
            color: #fff;
            border: 1px #000 solid;
        }

    .f_prame .continue {
        text-align: center;
        line-height: 1;
        text-decoration: underline;
    }

    .f_prame .closed {
        cursor: pointer;
        right: 15rem;
        top: 15rem;
        position: absolute;
        line-height: 1;
        font-size: 28rem;
    }

.shop_1 {
    padding-top: 80rem;
    padding-bottom: 30rem;
}

    .shop_1 .title {
        font-size: 50rem;
    }

    .shop_1 .more {
        font-size: 16px;
        text-decoration: underline;
    }

.shop_2 {
    margin-bottom: 75rem;
}

    .shop_2 .box {
        border-top: 1px #d2cdc9 solid;
        border-bottom: 1px #d2cdc9 solid;
        padding: 29rem 0rem;
    }

        .shop_2 .box .list {
            padding: 29rem 0rem;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }

    .shop_2 .list.no1 {
        margin-bottom: 28rem;
        font-size: 17rem;
    }

    .shop_2 .list .item1 {
        width: 50%;
    }

    .shop_2 .list .item2 {
        width: 40%;
    }

    .shop_2 .list .item1 .infor {
        display: flex;
        align-items: flex-start;
    }

        .shop_2 .list .item1 .infor .photo {
            width: 177rem;
        }

        .shop_2 .list .item1 .infor .cont {
            flex: 1;
            overflow: hidden;
            margin-left: 46rem;
            font-size: 16rem;
        }

            .shop_2 .list .item1 .infor .cont .price {
                margin: 5px 0px;
            }

            .shop_2 .list .item1 .infor .cont .txt {
                font-size: 25rem;
                line-height: 1.2;
            }

    .shop_2 .list .item2 .add {
        width: 184rem;
        height: 60rem;
        padding: 0rem 5rem;
        border: 1px #717171 solid;
    }

        .shop_2 .list .item2 .add .btn {
            background: none;
            cursor: pointer;
            border: 0px;
            font-size: 14px;
        }

        .shop_2 .list .item2 .add .formbit {
            flex: 1;
            overflow: hidden;
            border: 0px;
            height: 55rem;
            outline: none;
            text-align: center;
            font-size: 24rem; width:50px;
        }

    .shop_2 .list .quan_1 .icon-icon_huabanfuben {
        font-size: 30rem;
        margin-left: 12rem;
        cursor: pointer;
    }

    .shop_2 .list .item3 {
        font-size: 16rem;
    }

.shop_3 {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 90rem;
    color: #121212;
}

    .shop_3 ul {
        width: 443rem;
        text-align: right;
    }

        .shop_3 ul li {
            margin-bottom: 23rem;
        }

            .shop_3 ul li.no1 {
                font-size: 21rem;
            }

                .shop_3 ul li.no1 span {
                    font-size: 25rem;
                    margin-right: 25rem;
                    font-family: 'Poppins SemiBold';
                }

            .shop_3 ul li.no2 {
                font-size: 16rem;
            }

            .shop_3 ul li .btn {
                height: 60rem;
                background-color: #000;
                color: #fff;
                font-size: 20rem;
                font-family: 'Poppins SemiBold';
                cursor: pointer;
            }

                .shop_3 ul li .btn img {
                    height: 40rem;
                    width: auto;
                }

            .shop_3 ul li.no3 .btn {
                background-color: #5432eb;
            }

            .shop_3 ul li.no4 .btn {
                background-color: #fff;
                border: 1px #696b70 solid;
            }


.show_1 .show_right .buy .addtocart {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

    .show_1 .show_right .buy .addtocart:hover {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        border: 2px #717171 solid;
    }

.f_prame .view .btn.view2 {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

    .f_prame .view .btn.view2:hover {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        border: 2px #000 solid;
    }

.certificate {
    margin: 80rem 0px;
}

    .certificate ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 14px;
        align-items: stretch;
    }

        .certificate ul li {
            border: 1px #ddc69b solid;
            position: relative;
            display: block;
            padding-top: 129.8%;
            width: 100%;
            overflow: hidden;
        }

            .certificate ul li img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0px;
                left: 0px;
                object-fit: cover;
                object-position: center center;
                transition: all .5s;
                -webkit-transition: all .5s;
            }

            .certificate ul li:hover img {
                transform: scale(1.05);
                -webkit-transform: scale(1.05);
            }

.dance2 {
    margin: 80rem 0px;
}

.Policy_1 .title {
    font-size: 50rem;
    line-height: 1;
    margin-bottom: 50rem;
}

.Policy_1 .desc p {
    margin-bottom: 20px;
}

.p_frame {
    background-color: rgba(0,0,0,0.2);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

    .p_frame .p_content {
        background-color: #fff;
        max-width: 1160px;
        width: 95%;
        padding: 20px;
        margin-bottom: 50px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

        .p_frame .p_content .closed {
            font-size: 20px;
            font-weight: 600;
            margin-right: 10px;
            cursor: pointer;
        }

        .p_frame .p_content .infor {
            width: 80%;
        }

            .p_frame .p_content .infor a {
                text-decoration: underline;
            }

.express_cont {
    display: flex;
    align-items: stretch;
    font-size: 22rem;
}

    .express_cont .ex_left {
        width: 53.9%;
        padding-right: 6%;
        border-right: 1px #eceae9 solid;
        padding-top: 60rem;
        padding-bottom: 150rem;
    }

    .express_cont .ex_right {
        flex: 1;
        overflow: hidden;
        padding-left: 6%;
    }

    .express_cont .ex_left .box1 {
    }

        .express_cont .ex_left .box1 .tit {
            text-align: center;
            margin-bottom: 25rem;
            font-size: 24rem;
        }

        .express_cont .ex_left .box1 ul {
            gap: 17px;
        }

            .express_cont .ex_left .box1 ul li {
                flex: 1;
            }

                .express_cont .ex_left .box1 ul li .btn {
                    height: 60rem;
                    background-color: #000;
                    color: #fff;
                    font-size: 20rem;
                    font-family: 'Poppins SemiBold';
                    cursor: pointer;
                }

                    .express_cont .ex_left .box1 ul li .btn img {
                        height: 40rem;
                        width: auto;
                    }

                .express_cont .ex_left .box1 ul li.no3 .btn {
                    background-color: #5432eb;
                }

                .express_cont .ex_left .box1 ul li.no4 .btn {
                    background-color: #fff;
                    border: 1px #696b70 solid;
                }

    .express_cont .ex_left .or {
        position: relative;
        margin: 35rem 0rem;
    }

        .express_cont .ex_left .or span {
            display: inline-block;
            position: relative;
            z-index: 10;
            background-color: #fff;
            padding: 0px 10px;
        }

        .express_cont .ex_left .or:before {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            height: 1px;
            background-color: #eceae9;
            width: 100%;
        }

    .express_cont .ex_left .e_tit {
        margin-bottom: 30rem;
    }

        .express_cont .ex_left .e_tit .tpleft {
            font-size: 21px;
            font-family: 'Poppins SemiBold';
        }

        .express_cont .ex_left .e_tit a {
            text-decoration: underline;
            font-size: 24rem;
        }

    .express_cont .ex_left .book ul {
        margin-bottom: 40rem;
    }

        .express_cont .ex_left .book ul li .box {
            border: 1px #b2b2b2 solid;
            height: 75rem;
            border-radius: 14rem;
            position: relative;
            padding: 0px 27rem;
            display: flex;
            align-items: center;
        }

        .express_cont .ex_left .book ul li {
            margin-bottom: 32rem;
            align-items: flex-start;
        }

            .express_cont .ex_left .book ul li .box .formbit {
                flex: 1;
                height: 70rem;
                line-height: normal;
                border: 0px;
                outline: none;
                font-size: 25rem;
                overflow: hidden;
                width:80px;
            }

            .express_cont .ex_left .book ul li .box .txt {
                position: absolute;
                left: 17rem;
                opacity: .5;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                font-size: 25rem;
                font-family: 'Poppins';
                background-color: #fff;
                padding: 0px 15rem;
                line-height: 1;
                pointer-events: none;
                transition: all .25s;
                color: #767676;
                opacity: 1;
                transform: translateY(-0%);
                -webkit-transform: translateY(-0%);
                top: -16rem;
            }

            .express_cont .ex_left .book ul li .box input:focus + .txt,
            .express_cont .ex_left .book ul li .box.input .txt {
                opacity: 1;
                transform: translateY(-0%);
                -webkit-transform: translateY(-0%);
                top: -16rem;
                color:#000000
            }

            .express_cont .ex_left .book ul li .box.active {
                border: 1px #666 solid;
            }

            .express_cont .ex_left .book ul li .box.spec .txt {
                padding: 0px 13rem;
                left: 15rem;
            }

            .express_cont .ex_left .book ul li .box.spec:hover .txt {
                opacity: 1;
                transform: translateY(-0%);
                -webkit-transform: translateY(-0%);
                top: -16rem;
                z-index: 10;
            }

    .express_cont .ex_left .book .red {
        color: #da2020;
        text-decoration: underline;
        cursor: pointer;
    }

    .express_cont .ex_left .book ul li.no2 a {
        text-decoration: underline;
    }

    .express_cont .ex_left .book ul li .sumbit {
        width: 100%;
        height: 76rem;
        background-color: var(--Color1);
        line-height: normal;
        text-align: center;
        border-radius: 14rem;
        font-size: 40rem;
        font-family: 'Poppins SemiBold';
        border: 0px;
        outline: none;
        cursor: pointer;
    }

    .express_cont .ex_left .book ul li.no31 input[type='checkbox'] {
        width: 29rem;
        height: 29rem;
        border: 1px #000 solid;
        -webkit-appearance: none;
        outline: none;
        margin-right: 11px;
        cursor: pointer;
    }

    .express_cont .ex_left .book ul li.no31 input[type=checkbox]:checked {
        background: url(../images/contact_04.jpg) no-repeat center;
        background-size: cover;
        border: 0px solid #535353;
    }

    .express_cont .ex_left .book ul li.no61 {
        padding-top: 45rem;
    }

    .express_cont .ex_left .book ul li.no31 label {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .express_cont .ex_left .book ul li.no11 {
        margin-bottom: 18rem;
    }

    .express_cont .ex_left .book ul li.no131 .box {
        background-color: #f5f5f5;
        border: 1px #f5f5f5 solid;
    }

        .express_cont .ex_left .book ul li.no131 .box .formbit {
            background: none;
        }

    .express_cont .ex_left .book ul li .select-ui .select .button {
        height: 47rem;
        line-height: 47rem;
        padding: 0px 0px;
    }

    .express_cont .ex_left .book ul li .select-ui {
        border: 0px
    }

        .express_cont .ex_left .book ul li .select-ui .select.focus .options {
            width: calc(100% + 54rem);
            left: -27rem;
            background-color: #e3e3e2;
            height: 200px;
            overflow: hidden;
            overflow-y: scroll; width:350px
        }

            .express_cont .ex_left .book ul li .select-ui .select.focus .options li {
                margin-bottom: 0px;
            }

        .express_cont .ex_left .book ul li .select-ui .select .options li.selected span {
            background: none;
            color: #000;
        }

        .express_cont .ex_left .book ul li .select-ui .select .options li span {
            position: relative;
            padding: 10px 25px;
            color: #000;
            font-size: 22rem;
        }

        .express_cont .ex_left .book ul li .select-ui .select .options li.selected span:before {
            font-family: "iconfont" !important;
            content: "\e714";
            position: absolute;
            left: 5px;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }

        .express_cont .ex_left .book ul li .select-ui .select .options li span:hover {
            background-color: #e3e3e2;
        }

    .express_cont .ex_left .book ul li.no41 {
        gap: 27rem;
    }

        .express_cont .ex_left .book ul li.no41 .items {
            width: 48.5%;
        }

    .express_cont .ex_left .book ul li.no51 .items {
        width: 31%;
    }

.header.no2 {
    top: 0px;
}

    .header.no2 .logo img {
        height: 62rem;
    }

    .header.no2 .container {
        height: 110rem;
    }

.local_1.no2 {
    height: 110rem;
}

.express_cont .ex_right {
    font-size: 24rem;
    padding-top: 60rem;
}

    .express_cont .ex_right ul li .tpleft .photo img {
        width: 96rem;
        height: 96rem;
        border-radius: 5px;
        object-fit: cover;
        object-position: center center;
    }

    .express_cont .ex_right ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20rem;
    }

        .express_cont .ex_right ul li .tpleft .cont {
            flex: 1;
            margin-left: 23rem;
        }

            .express_cont .ex_right ul li .tpleft .cont .txt {
                font-size: 28rem;
            }

            .express_cont .ex_right ul li .tpleft .cont .num {
                font-size: 20rem;
                color: #121212;
            }

        .express_cont .ex_right ul li .formbit {
            text-align: right;
            font-size: 24rem;
            height: 25px;
            line-height: normal;
            border: 0px;
            outline: none;
        }

        .express_cont .ex_right ul li.no1 {
            margin-bottom: 30rem;
        }

        .express_cont .ex_right ul li.no2 {
            padding-top: 10rem;
        }

        .express_cont .ex_right ul li.last .tit {
            font-family: 'Poppins SemiBold';
            font-size: 21px;
        }

        .express_cont .ex_right ul li.last .tpright .price1 {
            font-family: 'Poppins SemiBold';
            font-size: 21px;
        }

        .express_cont .ex_right ul li.last .tpright .sml {
            font-size: 20rem;
            opacity: .8;
        }

        .express_cont .ex_right ul li.last {
            padding-top: 10rem;
        }

        .express_cont .ex_right ul li .formbit::-webkit-input-placeholder {
            color: #a6a6a6;
        }

.express_cont .ex_left .book ul li .red1 {
    color: #da2020;
    padding-left: 32rem;
    font-size: 20rem;
    margin-top: 5px; display:none
}

.express_cont .ex_left .book ul li .box.on {
    border: 1px #da2020 solid;
}

.express_cont .ex_left .book ul li .box.input {
    /*  border-color: #000000;*/
}

.main.no4 {
    background-color: #fff;
}

.book12 ul li .box {
    border: 1px #b2b2b2 solid;
    height: 75rem;
    border-radius: 14rem;
    position: relative;
    padding: 0px 27rem;
    display: flex;
    align-items: center;
}

.book12 ul li {
    margin-bottom: 25rem;
    align-items: flex-start;
}

    .book12 ul li .box .formbit {
        flex: 1;
        height: 70rem;
        line-height: normal;
        border: 0px;
        outline: none;
        font-size: 25rem;
        overflow: hidden;
    }

    .book12 ul li .box .txt {
        position: absolute;
        left: 17rem;
        opacity: .5;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        font-size: 25rem;
        font-family: 'Poppins';
        background-color: #fff;
        padding: 0px 15rem;
        line-height: 1;
        pointer-events: none;
        transition: all .25s;
    }

    .book12 ul li .box input:focus + .txt,
    .book12 ul li .box.input .txt {
        opacity: 1;
        transform: translateY(-0%);
        -webkit-transform: translateY(-0%);
        top: -16rem;
    }

    .book12 ul li .box.active {
        border: 1px #666 solid;
    }

    .book12 ul li .box.spec .txt {
        padding: 0px 13rem;
        left: 15rem;
    }

    .book12 ul li .box.spec:hover .txt {
        opacity: 1;
        transform: translateY(-0%);
        -webkit-transform: translateY(-0%);
        top: -16rem;
        z-index: 10;
    }

.book12 .red {
    color: #da2020;
    text-decoration: underline;
    cursor: pointer;
}

.book12 ul li.no2 a {
    text-decoration: underline;
}

.book12 ul li .sumbit {
    width: 100%;
    height: 76rem;
    background-color: var(--Color1);
    line-height: normal;
    text-align: center;
    border-radius: 14rem;
    font-size: 40rem;
    font-family: 'Poppins SemiBold';
    border: 0px;
    outline: none;
    cursor: pointer;
}

.book12 ul li .cancel {
    cursor: pointer;
}

.book12 ul li.no31 input[type='checkbox'] {
    width: 29rem;
    height: 29rem;
    border: 1px #000 solid;
    -webkit-appearance: none;
    outline: none;
    margin-right: 11px;
    cursor: pointer;
}

.book12 ul li.no31 input[type=checkbox]:checked {
    background: url(../images/contact_04.jpg) no-repeat center;
    background-size: cover;
    border: 0px solid #535353;
}

.book12 ul li.no61 {
    padding-top: 45rem;
}

.book12 ul li.no31 label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.book12 ul li.no11 {
    margin-bottom: 18rem;
}

.book12 ul li.no131 .box {
    background-color: #f5f5f5;
    border: 1px #f5f5f5 solid;
}

    .book12 ul li.no131 .box .formbit {
        background: none;
    }

.book12 ul li .select-ui .select .button {
    height: 47rem;
    line-height: 47rem;
    padding: 0px 0px;
}

.book12 ul li .select-ui {
    border: 0px
}

    .book12 ul li .select-ui .select.focus .options {
        width: calc(100% + 54rem);
        left: -27rem;
        background-color: #e3e3e2; height:200px; overflow:hidden; width:350px; overflow-y:scroll
    }

        .book12 ul li .select-ui .select.focus .options li {
            margin-bottom: 0px;
        }

    .book12 ul li .select-ui .select .options li.selected span {
        background: none;
        color: #000;
    }

    .book12 ul li .select-ui .select .options li span {
        position: relative;
        padding: 10px 25px;
        color: #000;
        font-size: 22rem;
    }

    .book12 ul li .select-ui .select .options li.selected span:before {
        font-family: "iconfont" !important;
        content: "\e714";
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .book12 ul li .select-ui .select .options li span:hover {
        background-color: #e3e3e2;
    }

.book12 ul li.no41 {
    gap: 27rem;
}

    .book12 ul li.no41 .items {
        width: 48.5%;
    }

.book12 ul li.no51 .items {
    width: 31%;
}

.book12 ul li .red1 {
    color: #da2020;
    padding-left: 12rem;
    font-size: 18rem;
    margin-top: 5px; display:none
}

.book12 ul li .box.on {
    border: 1px #da2020 solid;
}

.book12 ul li .box.input {
    border-color: #000000;
}

.book12 ul li.save2 {
    margin-bottom: 0px;
    align-items: center;
}

    .book12 ul li.save2 .tpleft {
        opacity: .8;
        font-size: 16rem;
    }

.main.no4 {
    background-color: #fff;
}

.book12 ul li.save2 .tpright .cancel {
    text-decoration: underline;
    font-size: 20rem;
    margin-right: 30rem;
}

.book12 ul li.save2 .tpright .sumbit2 {
    background-color: #ffdd7c;
    font-size: 21rem;
    font-family: 'Poppins SemiBold';
    border: 0px;
    border-radius: 14rem;
    padding: 0px 23rem;
    line-height: 2.7;
    cursor: pointer;
}

.book12 ul li .red2 {
    color: #da2020;
    font-size: 18rem;
    cursor: pointer;
}

.header_1 {
    width: 100%;
    background-color: #fff;
}

    .header_1 .logo img {
        height: 33rem;
        display: block;
    }

    .header_1 .tool_1 {
        cursor: pointer;
        padding: 28rem 0px;
        position: relative;
    }

        .header_1 .tool_1 .cont {
            background-color: #f2f2f2;
            border-radius: 14rem;
            padding: 0px 20rem;
            line-height: 1.7;
        }

            .header_1 .tool_1 .cont .icon-wode-copy {
                font-size: 23px;
                margin-right: 3px;
            }

        .header_1 .tool_1 .box {
            position: absolute;
            right: 0px;
            top: 100%;
            border: 1px #9f9f9f solid;
            border-radius: 21rem 0rem 21rem 21rem;
            width: 472rem;
            padding: 30rem 42rem;
            background-color: #fff;
            font-size: 20rem;
            transform-origin: 50% 0;
            transform: scaleY(0) translateZ(0);
            opacity: 0;
            right: -0%;
            transition: transform 0.3s,opacity 0.3s;
        }

            .header_1 .tool_1 .box .infor {
                border-bottom: 1px #adadad solid;
                padding-bottom: 20rem;
                margin-bottom: 20rem;
            }

                .header_1 .tool_1 .box .infor .iconfont {
                    background-color: #f2f2f2;
                    width: 54rem;
                    height: 54rem;
                    border-radius: 50%;
                    font-size: 23px;
                    margin-right: 10rem;
                }

            .header_1 .tool_1 .box .list dd {
                margin-bottom: 10rem;
            }

            .header_1 .tool_1 .box .list a {
                display: block;
                line-height: 2.4;
                padding: 0rem 44rem;
                border-radius: 14rem;
            }

                .header_1 .tool_1 .box .list a:hover {
                    background-color: #f2f2f2;
                }

            .header_1 .tool_1 .box .list dd:last-child {
                margin-bottom: 0px;
            }

        .header_1 .tool_1:hover .box {
            transform: scaleY(1) translateZ(0);
            opacity: 1;
        }

.order_1 {
    padding-bottom: 40rem;
}

    .order_1 ul li {
        border-top: 1px #d1cdc9 solid;
        padding: 43rem 0px;
    }

        .order_1 ul li .container {
            flex-wrap: wrap;
            align-items: flex-start;
        }

        .order_1 ul li .box {
            width: 45%;
            font-size: 25rem;
        }

            .order_1 ul li .box .infor {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                width: 80%;
                gap: 17rem;
                align-items: stretch;
                margin: 55rem 0px;
            }

                .order_1 ul li .box .infor .photo {
                    position: relative;
                    display: block;
                    padding-top: 100%;
                    width: 100%;
                    overflow: hidden;
                }

                    .order_1 ul li .box .infor .photo img {
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        top: 0px;
                        left: 0px;
                        object-fit: cover;
                        object-position: center center;
                    }

            .order_1 ul li .box .mess {
                margin: 55rem 0px;
            }

                .order_1 ul li .box .mess dd {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    font-size: 21rem;
                    margin: 10rem 0px;
                }

            .order_1 ul li .box .total {
                font-weight: 600;
                font-size: 29rem;
                margin-bottom: 50rem;
                font-family: 'Poppins SemiBold';
            }

                .order_1 ul li .box .total .num {
                    font-size: 16rem;
                    font-family: 'Poppins Light';
                }

        .order_1 ul li .lab {
            font-size: 32rem;
            width: 100%;
            max-width: 1440px;
            margin: 38px 40px 0px;
            height: auto;
            padding: 0px 40px;
            background-color: #f2f2f2;
            padding: 22rem;
            border-radius: 14rem;
            flex-wrap: wrap;
        }

            .order_1 ul li .lab img {
                height: 41rem;
                width: auto;
                margin-right: 19rem;
            }

.header_1 .tool_1 .cont {
    padding: 0px 10px;
    border-radius: 3px;
    line-height: 1.5;
}

.full {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

.Purchase {
    flex: 1;
}

    .Purchase .box {
        text-align: center;
    }

        .Purchase .box .title {
            font-size: 41rem;
        }

        .Purchase .box .desc {
            font-size: 25rem;
            margin-bottom: 45rem;
        }

        .Purchase .box .con a {
            background-color: var(--Color1);
            font-size: 41rem;
            font-family: 'Poppins SemiBold';
            border-radius: 14rem;
            text-transform: uppercase;
            padding: 0rem 59rem;
            line-height: 2;
            display: inline-block;
             transition: all .3s ease;
            -webkit-transition: all .3s ease;
        }

            .Purchase .box .con a:hover {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
            }

.profile_m {
    padding: 60rem 0rem;
}

    .profile_m .p_title {
        font-size: 25rem;
        font-family: 'Poppins SemiBold';
        margin-bottom: 30rem;
    }

.pro_list .items {
    font-size: 20rem;
    border: 1px #9d9d9d solid;
    border-radius: 21rem;
    padding: 40rem 24rem;
    font-size: 20rem;
    margin-bottom: 38rem;
}

    .pro_list .items .title {
        margin-bottom: 27rem;
        font-family: 'Poppins SemiBold';
    }

    .pro_list .items .txt {
        opacity: .8;
    }

    .pro_list .items .title .icon-qianbi {
        cursor: pointer;
        margin-left: 18rem;
    }

    .pro_list .items .title .add {
        margin-left: 46rem;
    }

    .pro_list .items .no_txt {
        background-color: #f2f2f2;
        border-radius: 14rem;
        padding: 10rem 13rem;
    }

        .pro_list .items .no_txt .wz {
            flex: 1;
            font-family: 'Poppins SemiBold';
            margin-left: 10rem;
            overflow: hidden;
        }

        .pro_list .items .no_txt .icon-gantanhao {
            color: #767676;
        }

    .pro_list .items .addree_1 ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 40rem 110rem;
        align-items: stretch;
    }

        .pro_list .items .addree_1 ul li .lab .gray {
            color: #818181;
        }

        .pro_list .items .addree_1 ul li .icon-qianbi {
            cursor: pointer;
        }

.p_frame2 {
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    width: 100%;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    display: none;
}

    .p_frame2.adding.show {
        display: flex;
    }

    .p_frame2.address2.show {
        display: flex;
    }

    .p_frame2 .p_content {
        max-width: 873rem;
        width: 95%;
        background-color: #fff;
        border-radius: 21rem;
        position: relative;
        padding: 23px 28px;
        max-height: 90vh;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
    }

        .p_frame2 .p_content .c_title {
            text-align: center;
            font-size: 41rem;
            font-family: 'Poppins SemiBold';
            line-height: 1;
            margin-bottom: 30px;
        }

        .p_frame2 .p_content .icon-guanbi {
            position: absolute;
            right: 26px;
            top: 10px;
            cursor: pointer;
            font-size: 24px;
        }

.loginForm.no2 .p_content .book ul li .box.input {
    border: 1px #000 solid;
}

    .loginForm.no2 .p_content .book ul li .box input:focus + .txt,
    .loginForm.no2 .p_content .book ul li .box.input .txt {
        opacity: 1;
        transform: translateY(-0%);
        -webkit-transform: translateY(-0%);
        top: -16rem;
    }

.loginForm.no2 .p_content .book ul li .box.on {
    border: 1px #da2020 solid;
}

.loginForm.no2 .p_content .book ul li .red1 {
    color: #da2020;
    padding-left: 32rem;
    font-size: 20rem;
    margin-top: 5px; display:none
}

.email_box {
    text-align: center;
    font-size: 25rem;
}

    .email_box .pic img {
        height: 97rem;
        width: auto;
    }

    .email_box .cont {
        margin: 85rem 0rem;
    }

        .email_box .cont .code {
            font-family: 'Poppins SemiBold';
            margin: 35rem 0px;
        }

            .email_box .cont .code span {
                font-family: 'Poppins SemiBold';
                font-size: 37.5rem;
                width: 35px;
                text-align: center;
                border: 0px;
            }

    .email_box .copyright1 {
        text-align: center;
        opacity: .5;
    }


@media screen and (max-width: 1440px) {
    footer .f_menu ul li .sumenu a {
        font-size: 12px;
    }

    .copyright {
        font-size: 12px;
    }

    .index_product {
        zoom: .92;
    }

    .banner ul li .container {
        padding: 0px 10%;
    }

    .about_3 ul li .desc {
        font-size: 12px;
    }

    .show_1 .show_right {
        font-size: 12px;
    }

    .f_prame .box .cont .desc {
        font-size: 11px;
    }

    .shop_1 .more {
        font-size: 11px;
    }

    .shop_2 .list .item1 .infor .cont {
        font-size: 11px;
    }

        .shop_2 .list .item1 .infor .cont .txt {
            font-size: 14px;
        }

    .shop_2 .list .item3 {
        font-size: 11px;
    }

    .shop_3 ul li.no2 {
        font-size: 11px;
    }

    .shop_2 .list.no1 {
        font-size: 14px;
    }

    .express_cont {
        font-size: 14px;
    }

    .order_1 ul li .box {
        font-size: 14px;
    }

        .order_1 ul li .box .mess dd {
            font-size: 12px;
        }

        .order_1 ul li .box .total {
            font-size: 18px;
        }

            .order_1 ul li .box .total .num {
                font-size: 10px;
            }
}

@media screen and (max-width:1000px) {
    .header .menu ul li a {
        font-size: 14px;
        height: 50px;
    }

    .header .menu ul li {
        margin: 0px 15px;
    }

    .header .container {
        height: 50px;
    }

    .header .logo img {
        height: 20px;
    }

    .header .tool .btn {
        font-size: 20px;
        margin-left: 15px;
    }

    .index_product {
        zoom: .62;
    }

        .index_product .txt a {
            font-size: 24px;
        }

            .index_product .txt a:hover {
                font-size: 28px;
            }

    footer .f_menu {
        font-size: 16px;
    }

        footer .f_menu .db_logo img {
            height: 20px;
        }

    .shop_3 ul li.no1 {
        font-size: 11px;
    }

    .express_cont .ex_left .box1 .tit {
        font-size: 16px;
    }

    .express_cont .ex_left .e_tit a {
        font-size: 14px;
    }

    .express_cont .ex_left .box1 ul li .btn {
        height: 35px;
    }

        .express_cont .ex_left .box1 ul li .btn img {
            height: 22px;
        }

    .express_cont .ex_left .book ul li .box .txt {
        font-size: 14px;
    }

    .express_cont .ex_left .book ul li .box {
        height: 45px;
    }

        .express_cont .ex_left .book ul li .box .formbit {
            height: 40px;
            font-size: 14px;
        }

    .express_cont .ex_left .book ul li.no2 {
        font-size: 12px;
    }

    .express_cont .ex_left .book ul li .sumbit {
        height: 45px;
    }

    .express_cont .ex_left .book ul li.no41 .items {
    }

    .express_cont .ex_left .book ul li .select-ui .select .options li span {
        font-size: 12px;
        padding: 6px 20px;
    }

    .express_cont .ex_right {
        font-size: 14px;
    }

        .express_cont .ex_right ul li .tpleft .cont .txt {
            font-size: 16px;
        }

        .express_cont .ex_right ul li .tpleft .cont .num {
            font-size: 12px;
        }

        .express_cont .ex_right ul li .formbit {
            font-size: 14px;
        }

        .express_cont .ex_right ul li.last .tpright .sml {
            font-size: 12px;
        }

        .express_cont .ex_right ul li {
            margin-bottom: 15px;
        }

    .express_cont .ex_left .book ul li .red1 {
        font-size: 12px;
    }

    .order_1 ul li .lab {
        font-size: 16px;
        margin-top: 20px;
    }

    .order_1 {
        padding-bottom: 30px;
    }

        .order_1 ul li {
            padding: 30px 0px;
        }

    .p_frame2 .p_content {
        max-width: 350px;
        padding: 20px 15px;
    }

        .p_frame2 .p_content .c_title {
            font-size: 24px;
            margin-bottom: 20px;
        }

    .book12 ul li .box .txt {
        font-size: 14px;
    }

    .book12 ul li .box {
        height: 45px;
        border-radius: 4px;
    }

        .book12 ul li .box .formbit {
            height: 40px;
            font-size: 14px;
        }

    .book12 ul li {
        margin-bottom: 10px;
    }

        .book12 ul li.save2 .tpleft {
            font-size: 10px;
        }

        .book12 ul li.save2 .tpright .cancel {
            font-size: 13px;
            margin-right: 6px;
        }

        .book12 ul li.save2 .tpright .sumbit2 {
            font-size: 16px;
            line-height: 2.2;
            padding: 0px 10px;
            border-radius: 10px;
        }

    .profile_m .p_title {
        font-size: 18px;
    }

    .pro_list .items {
        font-size: 14px;
    }

        .pro_list .items .addree_1 ul {
            grid-template-columns: repeat(2, 1fr);
        }
}

@media screen and (max-width: 768px) {
    .container {
        padding: 0px 15px;
    }

    .menubtn,
    .menu-mc {
        display: flex;
    }

    .header .menu {
        display: none;
    }

    .banner ul li img {
        min-height: 300px;
        object-fit: cover;
        object-position: center center;
    }

    .banner ul li .txt {
        font-size: 27px;
    }

    .banner .btn .iconfont {
        font-size: 30px;
    }

        .banner .btn .iconfont:hover {
            font-size: 35px;
        }

    .part_2 .container .content {
        font-size: 20px;
        width: 70%;
    }

    .part_2 img {
        min-height: 250px;
        object-fit: cover;
        object-position: center center;
    }

    .part_3 {
        padding: 40px 0px;
    }

    .index_bt {
        font-size: 20px;
    }

    .index_product {
        zoom: .42;
    }

    .search_m .cont .box .formbit {
        height: 40px;
    }

    .search_m .cont .box {
        width: 80%;
    }

        .search_m .cont .box .sumbit .iconfont {
            font-size: 24px;
        }

    .search_m .cont .icon-guanbi {
        font-size: 24px;
    }

    .loginForm .p_content {
        width: 80%;
        padding: 25px 15px 15px;
        border-radius: 10px;
    }

        .loginForm .p_content .title {
            font-size: 20px;
        }

        .loginForm .p_content .book ul li {
            margin-bottom: 15px;
        }

            .loginForm .p_content .book ul li .box {
                height: 50px;
                border-radius: 5px;
                padding: 0px 15px;
            }

                .loginForm .p_content .book ul li .box .formbit {
                    height: 45px;
                    font-size: 14px;
                }

        .loginForm .p_content .book {
            font-size: 14px;
        }

            .loginForm .p_content .book ul li .box .txt {
                font-size: 16px;
                padding: 0px 10px;
            }

            .loginForm .p_content .book ul li .box.active .txt {
                left: 10px;
                top: -8px;
            }

        .loginForm .p_content .title {
            margin-bottom: 30px;
        }

            .loginForm .p_content .title.no2 {
                margin-bottom: 20px;
            }

        .loginForm .p_content .book ul li .sumbit {
            height: 50px;
            font-size: 20px;
            border-radius: 5px;
        }

        .loginForm .p_content .book ul li.no4 {
            font-size: 14px;
            margin-bottom: 20px;
        }

    .banner .sbtn span {
        width: 5px;
        height: 5px;
        margin: 0px 5px;
    }

    .banner ul li .container .content .title {
        font-size: 22px;
    }

    .banner ul li .container .content .desc {
        font-size: 16px;
    }

    .part_2 .container .content .title {
        margin-bottom: 15px;
    }

    .part_2 .container .content .more a {
        padding: 0px 20px;
    }

    .local_1 {
        height: 50px;
    }

    .ab_intro .ab_right .desc {
        font-size: 14px;
    }

    .ab_intro .ab_right .line {
        width: 60px;
        height: 3px;
        margin-bottom: 15px;
    }

    .about_1 {
        padding-top: 30px;
    }

    .ab_intro {
        align-items: stretch;
    }

        .ab_intro .ab_left {
            font-size: 18px;
            width: 35%;
            height: auto;
        }

    .index_product.no2, .index_product.no3 {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .about_2 {
        padding: 20px 0px;
    }

        .about_2 .title {
            font-size: 20px;
        }

        .about_2 .desc {
            font-size: 16px;
        }

        .about_2 .line {
            width: 60%;
            margin: 10px auto;
        }

    .about_3 {
        padding-top: 30px;
    }

        .about_3 ul {
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 20px 20px;
        }

            .about_3 ul li .title {
                font-size: 14px;
                margin-top: 5px;
            }

            .about_3 ul li .lab {
                font-size: 14px;
            }

    .about_4 {
        height: 100px;
    }

        .about_4 .dance {
            font-size: 15px;
        }

        .about_4 img {
            width: 40px;
            margin-right: 10px;
        }

        .about_4 .content {
            font-size: 12px;
            flex: 1;
        }

        .about_4 .dance {
            align-items: center;
            padding-top: 47px;
        }

    .about_5 .about_video {
        width: 100%;
    }

    .about_5 .title {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .about_5 .desc {
        font-size: 14px;
        margin-bottom: 22px;
    }

    .about_5 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .about_6 .cont {
        width: 80%;
        font-size: 14px;
        padding-right: 20px;
    }

    .index_product.no2 {
        display: none;
    }

    .index_product.no3 {
        display: block;
    }

    .cont_one {
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .cont_one .box .infor {
            font-size: 14px;
        }

        .cont_one .box .desc {
            font-size: 12px;
        }

        .cont_one .box {
            width: 90%;
            margin: 0px auto;
            padding: 15px;
        }

            .cont_one .box .title span {
                font-size: 25px;
                padding-bottom: 10px;
            }

            .cont_one .box .title {
                margin-bottom: 20px;
            }

    .book_m {
        width: 90%;
        max-width: 90%;
    }

    .contact_2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .book_m ul li .cont .tit {
        font-size: 14px;
    }

    .book_m .box {
        padding: 15px;
    }

    .book_m ul li {
        margin-bottom: 15px;
    }

        .book_m ul li .cont .formbit {
            height: 35px;
            padding: 0px 10px;
        }

    .select-ui .select .button {
        height: 33px;
        line-height: 33px;
    }

    .select-ui {
        font-size: 14px;
    }

    .book_m ul li.no1 {
        flex-direction: column;
        gap: 15px;
    }

        .book_m ul li.no1 .cont {
            width: 100%;
        }

    .book_m ul li.agree label .txt {
        font-size: 12px;
        margin-left: 10px;
    }

    .book_m ul li.agree label input[type='checkbox'] {
        width: 15px;
        height: 15px;
    }

    .select-ui .select .options li {
        font-size: 14px;
    }

    .book_m .sumbit {
        width: 70%;
        height: 40px;
        margin-top: 20px;
        font-size: 16px;
    }

    .cont_one .box .infor {
        margin-bottom: 20px;
    }

    .product_1 ul li .title {
        font-size: 22px;
    }

    .pro_list ul {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 25px 0px;
    }

        .pro_list ul li a {
            font-size: 14px;
        }

            .pro_list ul li a .photo .lab {
                padding: 0px 10px;
                border-radius: 20px;
            }

            .pro_list ul li a .photo {
                margin-bottom: 15px;
            }

            .pro_list ul li a .desc {
                font-size: 12px;
            }

    .product_2 {
        padding: 40px 0px;
    }

    .pro_list ul li a .add {
        padding: 0px 15px;
    }

    .show_1 {
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
    }

        .show_1 .show_left {
            width: 100%;
            gap: 8px;
            flex-direction: column-reverse;
            overflow: hidden;
        }

            .show_1 .show_left .list {
                width: 50px;
                width: 100%;
            }

                .show_1 .show_left .list ul {
                    display: flex;
                    width: 100%;
                    flex-direction: row;
                }

                    .show_1 .show_left .list ul li {
                        height: 50px;
                        margin-right: 2%;
                        height: auto !important;
                        position: relative;
                    }

                        .show_1 .show_left .list ul li:after {
                            content: "";
                            display: block;
                            padding-bottom: 100%;
                        }

                        .show_1 .show_left .list ul li img {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                        }

                .show_1 .show_left .list ul {
                    gap: 0px;
                }

        .show_1 .show_right {
            margin-left: 0px;
            flex: none;
        }

            .show_1 .show_right .title {
                font-size: 22px;
            }

            .show_1 .show_right .sml {
                font-size: 17px;
            }

            .show_1 .show_right .star img {
                height: 13px;
            }

            .show_1 .show_right .price {
                font-size: 18px;
            }

            .show_1 .show_right .add {
                width: 130px;
                height: 35px;
            }

                .show_1 .show_right .add .formbit {
                    height: 30px;
                    font-size: 14px;
                }

            .show_1 .show_right .buy {
                width: 80%;
                gap: 5px;
            }

                .show_1 .show_right .buy .cart {
                    height: 35px;
                    line-height: 35px;
                    font-size: 14px;
                    width: 100%;
                }

            .show_1 .show_right .link2 img {
                height: 18px;
            }

            .show_1 .show_right .link2 {
                gap: 5px;
            }

    .show_2 {
        width: 100%;
    }

    .show_1 .show_right .sml {
        margin-bottom: 8px;
    }

    .show_1 .show_right .lab {
        margin-bottom: 8px;
    }

    .show_1 .show_right .add {
        margin-bottom: 20px;
    }

    .show_1 .show_right .buy {
        margin-bottom: 15px;
    }

    .show_1 {
        margin-bottom: 30px;
    }

    .ques_1 ul li .title {
        font-size: 14px;
        padding: 5px 10px;
    }

    .ques_1 ul li .box {
        font-size: 12px;
        padding: 0px 10px 5px;
    }

    .ques_1 ul li {
        margin-bottom: 10px;
    }

    .ques_1 {
        margin-bottom: 30px;
    }

    .p_tit {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .pro_list ul li .star img {
        height: 13px;
    }

    .pro_list ul li .star {
        margin: 5px 0px;
    }

    .f_prame {
        width: 300px;
        padding: 20px 20px 10px;
        font-size: 14px;
        top: 50%;
    }

        .f_prame .f_title img {
            width: 12px;
        }

        .f_prame .box .photo {
            width: 60px;
        }

        .f_prame .box .cont {
            margin-left: 8px;
        }

        .f_prame .f_title {
            margin-bottom: 10px;
        }

        .f_prame .box {
            margin-bottom: 15px;
        }

        .f_prame .view .btn {
            height: 35px;
            line-height: 35px;
            margin-bottom: 10px;
        }

        .f_prame .closed {
            font-size: 20px;
            right: 10px;
            top: 10px;
        }

    .shop_2 .list .item2 .add .formbit {
        font-size: 14px;
    }

    .shop_3 {
        margin-bottom: 30px;
    }

        .shop_3 ul {
            width: 70%;
        }

            .shop_3 ul li {
                margin-bottom: 10px;
            }

                .shop_3 ul li.no1 span {
                    font-size: 14px;
                    margin-right: 7px;
                }

                .shop_3 ul li .btn {
                    height: 35px;
                    font-size: 14px;
                }

                    .shop_3 ul li .btn img {
                        height: 22px;
                    }

    .shop_1 .title {
        font-size: 20px;
    }

    .shop_1 {
        padding-top: 20px;
        margin-bottom: 10px;
    }

    .shop_2 .list .item2 .add {
        width: 80px;
        height: 30px;
    }

        .shop_2 .list .item2 .add .formbit {
            height: 26px;
            font-size: 14px;
        }

    .shop_2 .list .quan_1 .icon-icon_huabanfuben {
        font-size: 16px;
        margin-left: 7px;
    }

    .shop_2 .box .list {
        padding: 10px 0px;
    }

    .shop_2 {
        margin-bottom: 20px;
    }

        .shop_2 .list .item1 {
            width: 60%;
        }

        .shop_2 .list.no1 {
            margin-bottom: 10px;
        }

    .certificate ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .certificate {
        margin: 40px 0px;
    }

    .dance2 {
        margin: 40px 0px;
    }

    .Policy_1 .title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .p_frame .p_content {
        margin-bottom: 20px;
    }

    .express_cont {
        flex-direction: column;
    }

        .express_cont .ex_left {
            width: 100%;
            padding-right: 0px;
            border-bottom: 1px #eceae9 solid;
            border-right: 0px;
        }

        .express_cont .ex_right {
            padding-left: 0px;
            padding: 30px 0px;
        }

            .express_cont .ex_right ul li .tpleft .photo img {
                width: 70px;
                height: 70px;
            }

            .express_cont .ex_right ul li.no1 {
                margin-bottom: 15px;
            }

            .express_cont .ex_right ul li .tpleft .cont {
                margin-left: 10px;
            }

    .header.no2 .container {
        height: 50px;
    }

    .local_1.no2 {
        height: 50px;
    }

    .header.no2 .logo img {
        height: 20px;
    }

    .express_cont .ex_left {
        padding-top: 30px;
    }

        .express_cont .ex_left .box1 .tit {
            margin-bottom: 15px;
        }

        .express_cont .ex_left .or {
            margin: 20px 0px;
        }

        .express_cont .ex_left .book ul li.no31 input[type='checkbox'] {
            width: 15px;
            height: 15px;
        }

        .express_cont .ex_left .book ul li.no11 {
            margin-bottom: 10px;
        }

        .express_cont .ex_left .book ul {
            margin-bottom: 30px;
        }

            .express_cont .ex_left .book ul li {
                margin-bottom: 15px;
            }

                .express_cont .ex_left .book ul li .sumbit {
                    font-size: 20px;
                }

                .express_cont .ex_left .book ul li.no61 {
                    padding-top: 20px;
                }

                .express_cont .ex_left .book ul li.no41 .items {
                    width: 48%;
                }

                .express_cont .ex_left .book ul li .select-ui .select .button {
                    height: 40px;
                    line-height: 40px;
                }

    .order_1 ul li .lab {
        margin: 15px 15px 0px;
    }

    .header_1 .logo img {
        height: 20px;
    }

    .header_1 .tool_1 .box {
        font-size: 14px;
        width: 200px;
        border-radius: 5px 0px 5px 5px;
        padding: 5px 10px;
    }

        .header_1 .tool_1 .box .infor .iconfont {
            width: 30px;
            height: 30px;
            font-size: 19px;
            margin-right: 10px;
        }

        .header_1 .tool_1 .box .infor .txt {
            font-size: 12px;
        }

        .header_1 .tool_1 .box .infor {
            margin-bottom: 7px;
        }

    .Purchase .box .title {
        font-size: 20px;
    }

    .Purchase .box .desc {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .Purchase .box .con a {
        font-size: 20px;
        border-radius: 5px;
        padding: 0px 13px;
        line-height: 2.3;
    }

    .pro_list .items {
        padding: 15px 15px;
        margin-bottom: 13px;
    }

    .profile_m {
        padding: 35px 0px;
    }

        .profile_m .p_title {
            margin-bottom: 17px;
        }

    .pro_list .items .title {
        font-size: 16px;
        margin-bottom: 10px;
    }

        .pro_list .items .title .add {
            margin-left: 15px;
        }

    .pro_list .items .no_txt {
        padding: 5px 10px;
        border-radius: 5px;
    }

        .pro_list .items .no_txt .wz {
            margin-left: 10px;
        }

    .book12 ul li.no31 input[type='checkbox'] {
        width: 15px;
        height: 15px;
    }

    .book12 ul li .red1 {
        font-size: 12px;
    }

    .book12 ul li.no51 {
        flex-direction: column;
        gap: 10px;
    }

        .book12 ul li.no51 .items {
            width: 100%;
        }

    .book12 ul li .red2 {
        font-size: 12px;
    }

    .book12 ul li.save2 .tpright .cancel {
        margin-right: 10px;
    }

    .book12 ul li .select-ui .select .button {
        height: 40px;
        line-height: 40px;
    }

    .book12 ul li .select-ui .select .options li span {
        font-size: 12px;
        padding: 6px 20px;
    }

    .loginForm.no2 .p_content .book ul li .red1 {
        font-size: 12px;
    }
}

@media (max-width:600px) {
    .index_product {
        zoom: .32;
    }

    footer .f_menu {
        flex-direction: column;
    }

        footer .f_menu ul {
            flex: none;
            width: 100%;
            margin-top: 20px;
            flex-direction: column;
        }

            footer .f_menu ul li:nth-child(1), footer .f_menu ul li:nth-child(2) {
            }

            footer .f_menu ul li:nth-child(1), footer .f_menu ul li:nth-child(2) {
                width: 100%;
                text-align: center;
                margin-bottom: 20px;
            }

        footer .f_menu .db_logo {
            width: 100%;
            text-align: center;
        }

        footer .f_menu ul li.last {
            width: 100%;
            text-align: center;
        }

    footer {
        padding: 30px 0px 10px;
    }

    .order_1 ul li .container {
        flex-direction: column;
        gap: 20px;
    }

    .order_1 ul li .box {
        width: 100%;
    }

        .order_1 ul li .box .infor {
            width: 100%;
            gap: 15px;
            margin: 20px 0px;
        }

    .order_1 ul li .lab img {
        height: 20px;
        margin-bottom: 3px;
    }

    .order_1 ul li .lab {
        width: auto;
        padding: 10px 5px;
    }

    .order_1 {
        padding-bottom: 20px;
    }

    .email_box .pic img {
        height: 30px;
    }

    .email_box {
        font-size: 14px;
    }

        .email_box .cont .code span {
            font-size: 20px;
        }

        .email_box .cont .code {
            margin: 15px 0px;
        }

        .email_box .cont {
            margin: 40px 0px;
        }
}

@media (max-width:400px) {
    .index_product {
        zoom: .26;
    }

    .express_cont .ex_left .book ul li.no51 {
        flex-direction: column;
        gap: 15px;
    }

        .express_cont .ex_left .book ul li.no51 .items {
            width: 100%;
        }

    .order_1 ul li .box .mess {
        margin: 20px 0px;
    }

    .pro_list .items .addree_1 ul {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px 0px;
    }
}

@media (max-width:400px) {
    .index_product {
        zoom: .26;
    }

    .express_cont .ex_left .book ul li.no51 {
        flex-direction: column;
        gap: 15px;
    }

        .express_cont .ex_left .book ul li.no51 .items {
            width: 100%;
        }

    .order_1 ul li .box .mess {
        margin: 20px 0px;
    }

    .pro_list .items .addree_1 ul {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px 0px;
    }
}

.book_m .select-ui .select .options li.selected span {
    background-color: #fff;
    color: #666;
}

.book_m .select-ui .select.focus .options li:nth-child(1) span {
    color: #fff;
    background-color: #767676;
}
