.section {
    position: relative;
    overflow: hidden
}

.section > .bg {
    background: #F1F0F0
}

.section .wrap {
    padding: 100px 0 0
}

.section .wrap .wrap_top {
    width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3
}

.section .wrap .wrap_top .l .l_logo {
    width: 350px;
    margin: 0 0 16px
}

.section .wrap .wrap_top .l .l_part {
    margin: 0 0 15px
}

.section .wrap .wrap_top .l .l_part .l_title {
    font-weight: 800;
    font-size: 28px;
    color: #111111;
    line-height: 40px;
    display: flex;
    align-items: center
}

.section .wrap .wrap_top .l .l_part .l_title span {
    font-weight: 400;
    font-size: 24px;
    color: #999999;
    display: block;
    margin: 0 0 0 8px
}

.section .wrap .wrap_top .l .l_part .l_content {
    font-weight: 400;
    font-size: 24px;
    color: #999999
}

.section .wrap .wrap_top .r .item_box {
    width: 45px;
    margin: 0 0 36px
}

.section .wrap .wrap_top .r .item_box .item_btn {
    width: 45px;
    height: 43px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

.section .wrap .wrap_top .r .item_box .item_btn span {
    display: block;
    width: 7px;
    height: 7px;
    background: #111111;
    border-radius: 50%
}

.section .wrap .wrap_top .r .item_box .none {
    display: none;
    padding: 30px 0 0
}

.section .wrap .wrap_top .r .item_box .none .feature {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.section .wrap .wrap_top .r .item_box .none .feature:not(:nth-last-child(1)) {
    margin: 0 0 30px
}

.section .wrap .wrap_top .r .item_box .none .feature img {
    display: block;
    width: 80%;
    filter: invert(1)
}

.section .wrap .wrap_top .r .item {
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 29px;
    cursor: pointer
}

.section .wrap .wrap_content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.section .wrap .wrap_content .canvas {
    width: 100%;
    height: 100%
}

.section .wrap .bottom {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    height: 464px
}
.section .wrap .bottom .search_icon {
    width: 700px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: -94px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20px;
    z-index: 2;
}
.section .wrap .bottom .search_icon img {
    display: block;
    width: 35px;
}
.section .wrap .bottom .search_box {
    width: 700px;
    height: 70px;
    background: rgba(255, 255, 255, 0);
    border-radius: 36px 36px 36px 36px;
    position: absolute;
    top: -94px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;

}

.section .wrap .bottom .search_box input {
    width: 600px;
    height: 100%;
    padding: 0 0 0 20px;
    font-size: 24px;
    color: #111111;
}
.section .wrap .bottom .search_box .search_result {
    position: absolute;
    top: 70px;
    width: 700px;
    left: 0;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 10px 0;
    max-height: 270px;
    overflow-y: scroll;
    display: none;
}
.section .wrap .bottom .search_box .search_result.show {
    display: block;
}
.section .wrap .bottom .search_box .search_result p {
    font-weight: 400;
    font-size: 24px;
    color: #999999;
    line-height: 50px;
    padding: 0 20px;
}
.section .wrap .bottom .search_box button {
    background: unset;
    width: 35px;
    height: 35px
}

.section .wrap .bottom .search_box button img {
    display: block;
    width: 35px;
    height: 34px
}

.section .wrap .bottom .search_box.active {
    background: #fff
}

.section .wrap .bottom .search_box.active {
    opacity: 1;
    pointer-events: auto
}

.section .wrap .bottom .material {
    display: block;
    width: 35px;
    position: absolute;
    top: -6px;
    left: 40px;
    z-index: 33
}

.section .wrap .bottom .bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none !important;
}

.section .wrap .bottom .select_color {
    position: absolute;
    top: -6px;
    right: 40px;
    width: 35px;
    height: 35px;
    z-index: 9999
}

.section .wrap .bottom .select_color .el-color-picker {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0
}

.section .wrap .bottom .cookmark_swiper {
    width: 100%;
    height: 140px;
    overflow: unset;
    transform: translateY(100px);
    background: #ddd;
}

.section .wrap .bottom .cookmark_swiper .swiper-slide {
    width: fit-content;
    display: flex;
    align-items: center;
    position: relative;
    transition-property: all
}

.section .wrap .bottom .cookmark_swiper .swiper-slide .cir {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    overflow: hidden
}

.section .wrap .bottom .cookmark_swiper .swiper-slide .cir img {
    display: block;
    width: 100%;
    height: 100%
}

.section .wrap .bottom .cookmark_swiper .swiper-slide .cir .sprinkle-ul {
    width: 100%;
    height: 100%;
    background: #111111
}

.section .wrap .bottom .cookmark_swiper .swiper-slide .cir .sprinkle-ul li {
    position: absolute;
    list-style-type: none
}

.section .wrap .bottom .cookmark_swiper .swiper-slide:after {
    content: "";
    width: 62px;
    height: 62px;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0;
    transition: 0.6s
}

.section .wrap .bottom .cookmark_swiper .swiper-slide.swiper-slide-active:after {
    opacity: 1
}

.section .wrap .bottom .silimax_swiper {
    width: 100%;
    overflow: unset;
    transform: translateY(100px);
    background: #ddd;
    border-top: 1px solid #FFFFFF;
}

.section .wrap .bottom .silimax_swiper .swiper-slide {
    width: fit-content;
    height: 140px;
    display: flex;
    align-items: center
}

.section .wrap .bottom .silimax_swiper .swiper-slide .cir {
    width: 50px;
    height: 50px;
    background: #000000;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    overflow: hidden
}

.section .wrap .bottom .silimax_swiper .swiper-slide .cir .sprinkle-ul {
    width: 100%;
    height: 100%;
    background: #111111
}

.section .wrap .bottom .silimax_swiper .swiper-slide .cir .sprinkle-ul li {
    position: absolute;
    list-style-type: none
}

.section .wrap .bottom .silimax_swiper .swiper-slide:after {
    content: "";
    width: 62px;
    height: 62px;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0;
    transition: 0.6s
}

.section .wrap .bottom .silimax_swiper .swiper-slide.swiper-slide-active:after {
    opacity: 1
}

@media screen and (max-width: 750px) {
    .section {
        position: relative
    }

    .section .wrap {
        padding: 13.3333333333vw 0 0
    }

    .section .wrap .wrap_top {
        width: 93.3333333333vw;
        margin: 0 auto;
        display: flex
    }

    .section .wrap .wrap_top .l .l_logo {
        width: 46.6666666667vw;
        margin: 0 0 2.1333333333vw
    }

    .section .wrap .wrap_top .l .l_part {
        margin: 0 0 2vw
    }

    .section .wrap .wrap_top .l .l_part .l_title {
        font-weight: 800;
        font-size: 3.7333333333vw;
        color: #111111;
        line-height: 5.3333333333vw;
        display: flex;
        align-items: center
    }

    .section .wrap .wrap_top .l .l_part .l_title span {
        font-weight: 400;
        font-size: 3.2vw;
        color: #999999;
        display: block;
        margin: 0 0 0 1.0666666667vw
    }

    .section .wrap .wrap_top .l .l_part .l_content {
        font-weight: 400;
        font-size: 3.2vw;
        color: #999999
    }

    .section .wrap .wrap_top .r .item_box {
        width: 6vw;
        margin: 0 0 4.8vw
    }

    .section .wrap .wrap_top .r .item_box .item_btn {
        width: 6vw;
        height: 5.7333333333vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        cursor: pointer
    }

    .section .wrap .wrap_top .r .item_box .item_btn span {
        display: block;
        width: 4px;
        height: 4px;
        background: #111111;
        border-radius: 50%
    }

    .section .wrap .wrap_top .r .item_box .none {
        display: none;
        padding: 4vw 0 0
    }

    .section .wrap .wrap_top .r .item_box .none .feature {
        width: 6vw;
        height: 6vw;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer
    }

    .section .wrap .wrap_top .r .item_box .none .feature:not(:nth-last-child(1)) {
        margin: 0 0 4vw
    }

    .section .wrap .wrap_top .r .item_box .none .feature img {
        display: block;
        width: 80%;
        filter: invert(1)
    }

    .section .wrap .wrap_top .r .item {
        width: 6vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 29px;
        cursor: pointer
    }

    .section .wrap .wrap_content {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

    .section .wrap .wrap_content .canvas {
        width: 100%;
        height: 100%
    }

    .section .wrap .bottom {
        position: absolute;
        bottom: 2.6041666vw;
        left: 0;
        width: 100%;
        height: 61.8666666667vw
    }

    .section .wrap .bottom .bg {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

    .section .wrap .bottom .search_box {
        width: 93.3333333333vw;
        height: 9.3333333333vw;
        background: rgba(255, 255, 255, 0);
        border-radius: 4.8vw 4.8vw 4.8vw 4.8vw;
        position: absolute;
        top: -12.5333333333vw;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 2.6666666667vw;
        transition: 0.6s
    }

    .section .wrap .bottom .search_box input {
        width: 80vw;
        height: 100%;
        padding: 0 0 0 2.6666666667vw;
        font-size: 3.2vw;
        color: #111111;
        opacity: 0;
        background: unset;
        pointer-events: none;
        transition: 0.6s
    }
    .section .wrap .bottom .search_icon {
        width: 93.3333333333vw;
        height: 9.3333333333vw;
        top: -12.5333333333vw;
        padding: 0 2.6666666667vw;
    }
    .section .wrap .bottom .search_box button {
        background: unset;
        width: 4.6666666667vw;
        height: 4.6666666667vw
    }

    .section .wrap .bottom .search_box button img {
        display: block;
        width: 4.2666666667vw;
        height: 4vw
    }
    .section .wrap .bottom .search_icon img {
        width: 4.2666666667vw;
    }

    .section .wrap .bottom .search_box.active {
        background: #fff
    }

    .section .wrap .bottom .search_box.active input {
        opacity: 1;
        pointer-events: auto
    }

    .section .wrap .bottom .material {
        display: block;
        width: 4.6666666667vw;
        position: absolute;
        top: -.8vw;
        left: 5.3333333333vw;
        z-index: 33
    }

    .section .wrap .bottom .select_color {
        position: absolute;
        top: -.8vw;
        right: 5.3333333333vw;
        width: 4.6666666667vw;
        height: 4.6666666667vw;
        z-index: 9999;
    }

    .section .wrap .bottom .select_color .el-color-picker {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        top: 0;
        left: 0
    }

    .section .wrap .bottom .cookmark_swiper {
        width: 100%;
        height: 18.6666666667vw;
        transform: translateY(12vw)
    }

    .section .wrap .bottom .cookmark_swiper .swiper-slide {
        width: fit-content;
        display: flex;
        align-items: center
    }

    .section .wrap .bottom .cookmark_swiper .swiper-slide .cir {
        width: 6.6666666667vw;
        height: 6.6666666667vw;
        background: #000000;
        border-radius: 50%;
        margin: 0 auto
    }

    .section .wrap .bottom .cookmark_swiper .swiper-slide:after {
        content: "";
        width: 8.6666666667vw;
        height: 8.6666666667vw;
        background: #FFFFFF;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        opacity: 0;
        transition: 0.6s
    }

    .section .wrap .bottom .cookmark_swiper .swiper-slide.swiper-slide-active:after {
        opacity: 1
    }

    .section .wrap .bottom .silimax_swiper {
        width: 100%;
        transform: translateY(12vw)
    }

    .section .wrap .bottom .silimax_swiper .swiper-slide {
        width: fit-content;
        height: 18.6666666667vw;
        display: flex;
        align-items: center
    }

    .section .wrap .bottom .silimax_swiper .swiper-slide .cir {
        width: 6.6666666667vw;
        height: 6.6666666667vw;
        background: #000000;
        border-radius: 50%;
        margin: 0 auto
    }

    .section .wrap .bottom .silimax_swiper .swiper-slide:after {
        content: "";
        width: 8.6666666667vw;
        height: 8.6666666667vw;
        background: #FFFFFF;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        opacity: 0;
        transition: 0.6s
    }

    .section .wrap .bottom .silimax_swiper .swiper-slide.swiper-slide-active:after {
        opacity: 1
    }

    .section .wrap .bottom .search_box .search_result {
        position: absolute;
        top: 9.3333333vw;
        width: 93.333333vw;
        border-radius: 2.66666666vw;
        padding: 1.33333333333vw 0;
        max-height: 36vw;
    }
    .section .wrap .bottom .search_box .search_result p {
        font-size: 3.2vw;
        line-height: 6.666666666vw;
        padding: 0 2.66666666vw;
    }
}

#canvas {
    display: none
}

.el-color-dropdown {
    z-index: 9999999999 !important;
}
