@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: #333
}

li {
    list-style: none
}

img {
    display: block
}

body,
html {
    font-size: 14px;
    background: #fff;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative
}

.pc-ele {
    height: 120px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.mb-ele {
    display: none
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

header .dis-info {
    background: #2e2e2f;
    color: #fff;
    text-align: center;
    padding: 10px
}

header .container nav {
    padding: 10px
}

header .container nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px
}

header .container nav ul li a {
    font-weight: 700;
    font-size: 18px;
    padding: 15px 0;
    display: block
}

header .container nav ul li a:hover {
    text-decoration: underline
}

header .container nav #close_icon {
    display: none
}

#menu_icon {
    display: none
}

main {
    padding-top: 116px
}

footer {
    border-top: 1px solid rgba(0, 0, 0, .2)
}

footer .footer-wrap {
    color: #000;
    background: #fff;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .footer-wrap .copyright {
    text-align: center;
    color: #666
}

@media screen and (max-width:769px) {
    .pc-ele {
        display: none
    }

    .mb-ele {
        display: block;
        text-align: center
    }

    header {
        position: relative
    }

    header .container nav {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #fff;
        padding: 0;
        z-index: 10
    }

    header .container nav.open {
        display: block
    }

    header .container nav.open ul {
        display: block;
        margin-top: 30px
    }

    header .container nav.open ul li {
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    header .container nav.open ul li a {
        padding: 15px 10px;
        display: block
    }

    header .container nav.open #close_icon {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px
    }

    header .container nav.open #close_icon i {
        font-size: 30px
    }

    #menu_icon {
        display: block;
        top: 10px;
        left: 10px;
        background: #fff;
        padding: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
    }

    #menu_icon i {
        font-size: 30px
    }

    main {
        padding-top: 0
    }

    footer .footer-wrap {
        color: #000;
        background: #fff;
        padding: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 15px
    }

    footer .footer-wrap .copyright {
        text-align: center;
        color: #666
    }
}

@font-face {
    font-family: iconfont;
    src: url(../fonts/iconfont.woff2?t=1760514199374) format("woff2"), url(../fonts/iconfont.woff?t=1760514199374) format("woff"), url(../fonts/iconfont.ttf?t=1760514199374) format("truetype")
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-caidan:before {
    content: "\e62c"
}

.icon-guanbi:before {
    content: "\e611"
}

.icon-xianxingtubiaozhizuomoban-30:before {
    content: "\e624"
}

.icon-sousuo:before {
    content: "\e602"
}

.icon-gouwuche:before {
    content: "\e609"
}

main .container img {
    width: 100%;
    display: block
}

main .container>div {
    margin-bottom: 20px
}

main .container .category-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

main .container .category-wrap a {
    width: calc(50% - 10px)
}

main .container .product-wrap{
    padding: 0 10px;
}

main .container .product-wrap h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 40px
}

main .container .product-wrap h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px
}

main .container .product-wrap .box {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

main .container .product-wrap .box a {
    width: calc(33.33% - 14px)
}

main .container .product-wrap .btn-wrap {
    display: block;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 10px
}

main .container .product-wrap .btn-wrap .btn {
    display: inline-block;
    padding: 10px 30px;
    background: #dab69e;
    color: #000;
    text-transform: capitalize
}

footer .container .footer-wrap {
    display: flex;
    margin-bottom: 10px;
}

footer .container .footer-wrap .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

footer .container .footer-wrap ul li a {
    line-height: 30px;
    font-weight: normal;
}

footer .container .footer-wrap ul li a:hover {
    font-weight: bold;
}



@media screen and (max-width:769px) {
    main .container>div {
        margin-bottom: 10px
    }

    main .container .category-wrap {
        gap: 10px;
        padding: 0 10px
    }

    main .container .banner-wrap{
        padding: 0 10px
    }

    main .container .category-wrap a {
        width: 100%
    }

    main .container .product-wrap h3 {
        font-size: 18px;
        margin-top: 20px;
        padding-left: 10px
    }

    main .container .product-wrap h4 {
        font-size: 14px;
        padding-left: 10px
    }

    main .container .product-wrap .box {
        gap: 5px
    }

    main .container .product-wrap .box a {
        width: calc(50% - 3px)
    }

    main .container .product-wrap .btn-wrap {
        display: block;
        text-align: center;
        margin-top: 20px;
        padding-bottom: 10px
    }

    main .container .product-wrap .btn-wrap .btn {
        display: inline-block;
        padding: 10px 30px;
        background: #dab69e;
        ;
        color: #000;
        text-transform: capitalize
    }

    main .container .bottom-banner-wrap{
        padding: 0 10px
    }

    footer .container {
        padding: 0 5px;
    }

    footer .container .footer-wrap {
        display: block;
    }
}