* {
    /* 页面初始化 */
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
}

.banner {
    width: 100%;
    height: 65vh;
    background-color: #fff;
    position: absolute;
    top: 35vh;
    z-index: 1;
}

/* 快捷跳转入口 start */

#wuyan {
    width: 100%;
    position: absolute;
    z-index: 10;
}

.wuyan {
    width: 93%;
    height: 42vh;
    background-image: url(../../image/daojian/wuyan5.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
}

.box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 105vh;
}

.bai {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.kuaijietiaozhuan {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 3%;
    margin-top: 1.5%;
}

.kuaijie {
    width: 100%;
    height: 10vh;
    color: #333;
    background-color: #eee;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.form {
    width: 84%;
    height: 10vh;
    background-color: #fff;
    border-collapse: collapse;
    margin: 0 auto;
}

.text1 {
    width: 50%;
    height: 10vh;
    border: 1px solid #d1d1d1;
}

.kuaijie>.wenzi,
.kuaijie>.icon1 {
    width: 50%;
    margin-left: 20%;
    margin-top: auto;
    margin-bottom: auto;
}

.text1>.h3 {
    font-size: 1.5vw;
    color: #333;
}

.text1 :hover {
    background-color: #d6d6d6;
}

.icon1 {
    width: 10%;
    height: 4vh;
    background-image: url(../../image/daojian/View.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/* 快捷跳转入口 end */

/* 整刀内容区 start */
.biaoti {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}

.title {
    text-align: center;
    color: #666;
}

.hengxian2 {
    width: 35%;
    height: 0.2vh;
    background-color: #999;
    margin: 0 1%;
}

.text3 {
    font-size: 2vw;
    color: #333;
}

.dao1 {
    width: 84%;
    height: auto;
    background-color: #fff;
    padding: 1%;
    margin-top: 5%;
}

/* 图片切换start */
.daoimage {
    width: 100%;
    height: 75vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.daoimg2 {
    background-image: url(../../image/daojian/dao1-2.jpg);
}

.daoimg3 {
    background-image: url(../../image/daojian/dao2-1.jpg);
}

.daoimg4 {
    background-image: url(../../image/daojian/dao3-1.jpg);
}

.daoimg5 {
    background-image: url(../../image/daojian/daozhuangju1.jpg);
}

/* 图片切换end */
.dao-text {
    width: 100%;
    height: 16vh;
    background-color: #fff;
    /* border: 1px solid#d6d6d6; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    margin-top: 1%;
}

.Introduction {
    width: 98%;
    height: 10vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Introduction>.h3 {
    font-size: 1.2vw;
    color: #333;
}

.Introduction>p {
    font-size: 1vw;
    color: #333;
}

.text4 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.text4>p {
    font-size: 1vw;
    color: #666;
}

#Price {
    font-size: 1vw;
    color: #333;
}

/* 查看详情按钮 start */
.Operation {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.button {
    width: 15%;
    height: auto;
}

.button-1 {
    height: 4.5vh;
    background-color: #f1f1f1;
    font-size: 0.8vw;
    color: #666;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.button-1:hover {
    background-color: #333;
    box-shadow: 0 0 1vh rgba(0, 0, 0, 0.2);
    /* 鼠标悬停背景颜色与阴影 */
}

.button-1:hover span {
    color: #fff;
    /* 鼠标悬停时的文字颜色 */
}

/* 查看详情按钮 end */


/* 查看更多按钮 start */

.button-2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.button2 {
    width: 8%;
    height: 4.5vh;
    background-color: #fff;
    color: #333;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 3% 0;

}

.button2:hover {
    background-color: #333;
    box-shadow: 0 0 1vh rgba(0, 0, 0, 0.2);
    /* 鼠标悬停背景颜色与阴影 */
}

.button2:hover span {
    color: #fff;
    /* 鼠标悬停时的文字颜色 */
}

/* 查看更多按钮 end */
/* 整刀内容区 end */

/* 刀装具 start */
.dao3 {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 5%;
    margin-top: 5%;
}

.box2 {
    width: 48%;
    height: auto;
}

.daoimage2 {
    width: 55%;
    height: 35vh;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px 0 0 10px;
}

.box1 {
    width: 45%;
    height: 35vh;
    float: left;
    padding: 5% 4% 5% 4%;
    background-color: #f1f1f1;
    border: 1px solid #d6d6d6;
    border-radius: 0 10px 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.daoimage3 {
    width: 55%;
    height: 35vh;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px 0 0 10px;
}

.daoimg6 {
    background-image: url(../../image/daojian/daozhuangju2.jpg);
}

.daoimg7 {
    background-image: url(../../image/daojian/daozhuangju3.jpg);
}

.daoimg8 {
    background-image: url(../../image/daojian/dao8-1.jpg);
}

.daoimg9 {
    background-image: url(../../image/artist/Works6.jpg);
}

.box3 {
    width: 45%;
    height: 35vh;
    float: left;
    padding: 5% 4% 5% 4%;
    background-color: #f1f1f1;
    border: 1px solid #d6d6d6;
    border-radius: 0 10px 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Introduction2>.h3 {
    color: #333;
    font-size: 1vw;
}

.Introduction2>.text4 {
    color: #333;
    font-size: 0.8vw;
    margin-top: 5%;
}


/* 查看详情按钮 start */
.Operation2 {
    width: 100%;
    height: auto;
}

.button3 {
    width: 50%;
    height: 4.5vh;
    background-color: #f1f1f1;
    font-size: 0.8vw;
    color: #666;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.button3:hover {
    background-color: #333;
    box-shadow: 0 0 1vh rgba(0, 0, 0, 0.2);
    /* 鼠标悬停背景颜色与阴影 */
}

.button3:hover span {
    color: #fff;
    /* 鼠标悬停时的文字颜色 */
}

/* 查看详情按钮 end */

/* 刀装具 end */

/* 品牌文化 start */
.brand {
    width: 84%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 5%;
}

.exhibition-img {
    width: 50%;
    height: 80vh;
    background-image: url(../../image/daojian/Brand.jpg);
    background-color: #eee;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.brand>div {
    width: 45%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Brand-culture {
    width: 100%;
    color: #666;
    margin-bottom: 10%;
}

.Brand-culture>h2 {
    color: #333;
    font-size: 1.7rem;
}

.Brand-culture>p {
    color: #666;
    font-size: 1rem;
}

.p-1 {
    color: #666;
    font-size: 1rem;
}

/* 品牌文化 end */

/* 支持定制 start */
.Customized {
    width: 84%;
    text-align: center;
}

.p-2 {
    color: #333;
    font-size: 1.2rem;
}

.p-3 {
    margin-top: 1%;
    padding: 0 20%;
    color: #666;
    font-size: 1rem;
}

/* 支持定制 end */

/* 工作室 start */
.setting {
    background-color: #fff;
    width: 84%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 5%;
}

.Brand-culture-1 {
    width: 44%;
    height: auto;
    margin: auto;
}

.Brand-culture-1>p {
    padding-left: 10%;
}

.Company-1,
.Company-2 {
    width: 45%;
    height: 80vh;
    background-color: #eee;
    background-repeat: no-repeat;
    background-size: cover;
}

.Company-1 {
    background-image: url(../../image/daojian/Studio1.jpg);
}

.Company-2 {
    background-image: url(../../image/daojian/Studio2.jpg);
}

.map {
    width: 55%;
    height: 50vh;
    background-image: url(../../image/daojian/map.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 2rem solid #fff;
}

.er-2 {
    width: 25%;
}

/* 工作室 end */

/* 移动端适配 start */
@media (max-width: 768px) {

    .halving-line {
        display: none;
    }

    .wuyan {
        width: 100%;
        height: 12vh;
        margin-top: 15%;
    }

    /* 轮播图适配 */

    .banner {
        top: 18vh;
        height: auto;
        background-color: #fff;
    }

    .carousel-container {
        width: 82%;
        height: 18vh;
    }

    .carousel-btn {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }

    .prev-btn {
        left: 10px;
    }

    .next-btn {
        right: 10px;
    }

    /* 快捷跳转适配 */
    .kuaijietiaozhuan {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 0;
        margin-top: 3%;
    }

    .form {
        width: 100%;
        height: 7vh;
        margin: 0;
    }

    .hang {
        height: 7vh;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .text1 {
        width: 50%;
        display: block;
        height: auto;
    }

    .kuaijie {
        height: 7vh;
    }

    .kuaijie>.wenzi {
        width: 80%;
        margin-left: 4%;
    }

    .kuaijie>.icon1 {
        width: 10%;
        height: 2vh;
        margin: auto 0;
        margin-right: 2%;
    }

    .wenzi>p {
        font-size: 0.8rem;
    }

    .h3 {
        font-size: 1rem;
    }

    /* 内容区适配 */
    .box {
        padding-top: 46vh;
    }

    .biaoti {
        margin-top: 1rem;
    }

    .text3 {
        font-size: 1.2rem;
    }

    .hengxian2 {
        width: 20%;
    }

    .dao1 {
        width: 90%;
        margin-top: 2rem;
    }

    .daoimage {
        height: 20vh;
    }

    .dao-text {
        height: auto;
        flex-direction: column;
        padding: 1rem;
    }

    .Introduction {
        width: 100%;
        margin-left: 0;
        height: auto;
        margin-bottom: 1rem;
    }

    .Introduction>.h3 {
        font-size: 1rem;
        line-height: 1.3rem
    }

    .Introduction>p {
        font-size: 0.8rem;
        line-height: 1.1rem;
    }

    .Operation {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .button-1 {
        width: 70%;
        height: 3rem;
        font-size: 1rem;
        margin: 0 auto;
    }

    .button {
        width: 80%;
        height: auto;
    }

    .button-2 {
        margin: 1rem 0;
    }

    .button2 {
        width: 45%;
        height: 3rem;
    }

    .text4>p {
        width: 50%;
        margin-top: 1%;
        font-size: 1rem;
        text-align: left;
    }

    #Price {
        width: 100%;
        font-size: 1rem;
        color: #333;
    }

    /* 刀装具适配 */
    .dao3 {
        width: 90%;
        flex-direction: column;
        margin-left: 2.5%;
    }

    .box2 {
        width: 100%;
        margin-bottom: 2rem;
    }

    .daoimage2,
    .daoimage3 {
        width: 100%;
        height: 30vh;
        border-radius: 10px 10px 0 0;
    }

    .box1,
    .box3 {
        width: 100%;
        height: auto;
        padding: 1.5rem;
        border-radius: 0 0 10px 10px;
    }

    .Introduction2>.h3 {
        font-size: 1.2rem;
    }

    .Introduction2>.text4 {
        font-size: 3vw;
        margin-top: 1rem;
    }

    .button3 {
        width: 100%;
        height: 3rem;
        font-size: 1rem;
        margin-top: 1rem;
    }

    /* 品牌文化 */

    .brand {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .brand>div {
        width: 90%;
        height: 45vh;
    }

    .Brand-culture {
        margin-bottom: 4%;
    }

    .Brand-culture>h2 {
        font-size: 1.2rem;
        text-align: center;
    }

    .Brand-culture>p {
        font-size: 1rem;
        margin-right: 0;
        text-align: center;
    }

    /* 支持定制 */
    .p-3 {
        padding: 0 0;
    }

    /* 工作室介绍 */
    .brand-1 {
        width: 90%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .Company-1,
    .Company-2 {
        height: 24vh;
    }

    .Brand-culture-1 {
        width: 90%;
    }

    .Brand-culture-1>p {
        padding-left: 3%;
    }

    .map {
        width: 100%;
        height: 25vh;
    }

    .setting {
        width: 90%;
        flex-direction: column;
        padding-bottom: 5%;
    }

    .er-wei {
        width: 87%;
    }

    .er-2 {
        width: 28%;
    }
}

/* 移动端适配 end */