* {
    /* 页面初始化 */
    margin: 0;
    padding: 0;
}

body {
    background-color: #f1f1f1;
}

.banner {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 29vh;
}

.banner-2 {
    width: 84%;
    height: 65vh;
    background-image: url(../../image/daojian/bannertop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}

/* 内容区 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: column;
    align-items: center;
    padding-top: 94.5vh;
}

.bai {
    width: 84%;
    height: auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 3%;
}

.biaoti {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 8%;
}

.hengxian2 {
    width: 40%;
    height: 0.2vh;
    background-color: #666;
    margin: 0 1%;
}

.text3 {
    font-size: 1.5vw;
    color: #333;
}

.dao1 {
    width: 90%;
    height: auto;
    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-1.jpg);
}

.daoimg3 {
    background-image: url(../../image/daojian/dao2-2.jpg);
}

.daoimg4 {
    background-image: url(../../image/daojian/dao3-1.jpg);
}

.daoimg5 {
    background-image: url(../../image/daojian/dao7-1.jpg);
}

.daoimg5-1 {
    background-image: url(../../image/daojian/dao8-1.jpg);
}

.daoimg5-2 {
    background-image: url(../../image/daojian/dao11-1.jpg);
}

.daoimg5-3 {
    background-image: url(../../image/daojian/contactdao.jpg);
}

/* 图片切换end */
.dao-text {
    width: 100%;
    height: 18vh;
    background-color: #f1f1f1;
    border: 1px solid#d6d6d6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 1%;
}

.Introduction {
    width: 100%;
    height: 9vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Introduction>.h3 {
    font-size: 1.2rem;
    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: 17%;
    height: auto;
}

.button-1 {
    width: 100%;
    height: 4.5vh;
    background-color: #f1f1f1;
    font-size: 0.8vw;
    color: #666;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    text-align: center;
    line-height: 4.5vh;
}

.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 */

.daoimg6 {
    background-image: url(../../image/daojian/daozhuangju1.jpg);
}

.daoimg7 {
    background-image: url(../../image/daojian/daozhuangju2.jpg);
}

.daoimg8 {
    background-image: url(../../image/daojian/daozhuangju3.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;
}

/* 查看详情按钮 end */

/* 刀装具 end */
/* 内容区 end */

@media (max-width: 768px) {

    .halving-line {
        display: none;
    }

    .wuyan {
        width: 100%;
        height: 12vh;
        margin-top: 15%;
    }

    /* 轮播图适配 */

    .banner {
        top: 15vh;
        height: auto;
        background-color: #fff;
    }

    .banner-2 {
        width: 90%;
        height: 20vh;
    }

    /* tap栏适配 */

    ul.tab-title li {
        padding: 0 1rem;
        font-size: 1rem;
        line-height: 4rem;
    }

    /* 内容区适配 */
    .box {
        padding-top: 35vh;
    }

    .bai {
        width: 90%;
    }

    .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;
    }
}

/* 移动端适配 end */