* {
    /* 页面初始化 */
    margin: 0;
    padding: 0;
}

/* 精品推荐 start */
.box-1 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 3% 0;
}

.h2 {
    font-size: 1.5vw;
    color: #333;
    text-align: center;
}

.h3 {
    font-size: 1vw;
    color: #666;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

.studs {
    width: 84%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.studs>a {
    width: 20%;
    height: 30vh;
}

.kuaijie {
    overflow: hidden;
    transition: all 0.4s;
    padding: 2% 0 8% 0;
}

.kuaijie:hover {
    border: 2px solid#eeeeee;
    font-weight: 700;
    color: #4A3939;
}

.jinping {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 1rem;
}

.jinping {
    margin: 0 auto;
}

.studs1,
.studs2,
.studs3,
.studs4 {
    width: 80%;
    height: 27vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}

.studs1 {
    background-image: url(../../image/zuanshi/studs2.jpg);
}

.studs2 {
    background-image: url(../../image/zuanshi/studs4.jpg);
}

.studs3 {
    background-image: url(../../image/zuanshi/studs5.jpg);
}

.studs4 {
    background-image: url(../../image/zuanshi/studs3.jpg);
}

/* 精品推荐 end */

/* 精品钻石 start */
.Diamond {
    width: 84%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 3%;
}

.Jewelry {
    width: 45%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 3%;
    border: 1px solid #d6d6d6;
}

.Jewelry-content {
    width: 100%;
    height: 26vh;
    padding: 4%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.h6 {
    color: #333;
    font-size: 1.2vw;
    font-weight: 400;
}

.p1 {
    color: #333;
    font-size: 0.8vw;
    font-weight: 400;
    line-height: 1.8;
}

.Jewelry-content>a {
    width: 100%;
    height: 6vh;
}

.button1 {
    width: 40%;
    height: auto;
    background-color: #4A3939;
    font-size: 1vw;
    color: #fff;
    text-align: center;
    padding: 0.9rem 0;
    margin: 0 auto;
}

.button1:hover {
    background-color: #fff;
    color: #4A3939;
    border: 2px solid#4A3939;
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
}

.stud-picture,
.stud-picture-1,
.Ring-picture,
.Ring-picture-1,
.Bracelet-picture,
.Bracelet-picture-1 {
    width: 100%;
    height: 60vh;
    background-color: #eeeeee;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.stud-picture {
    background-image: url(../../image/zuanshi/stud-picture.jpg);
}

.stud-picture-1 {
    background-image: url(../../image/zuanshi/stud-picture-1.jpg);
}

.Ring-picture {
    background-image: url(../../image/zuanshi/Ring-picture.jpg);
}

.Ring-picture-1 {
    background-image: url(../../image/zuanshi/Ring-picture-1.jpg);
}

.Bracelet-picture {
    background-image: url(../../image/zuanshi/Bracelet-picture.jpg);
}

.Bracelet-picture-1 {
    background-image: url(../../image/zuanshi/Bracelet-picture-1.jpg);
}

/* 精品钻石 end */

/* 查看更多按钮 start */

.button-2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.button2 {
    width: 12%;
    height: 6vh;
    background-color: #4A3939;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.button2:hover {
    background-color: #fff;
    border: 2px solid#4A3939;
    box-shadow: 0 0 1vh rgba(0, 0, 0, 0.2);
    /* 鼠标悬停背景颜色与阴影 */
}

.button2:hover span {
    color: #4A3939;
    /* 鼠标悬停时的文字颜色 */
}

/* 查看更多按钮 end */

/* 钻石切割定制 start */
.Jewelry-1 {
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 3%;
    border: 1px solid #d6d6d6;
}

.Jewelry-content-1 {
    width: 100%;
    height: 15vh;
    padding: 4%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.dingzhi {
    margin-top: 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dingzhi>p {
    font-size: 1rem;
    text-align: center;
    color: #333;
    line-height: 1.5rem;
}

.zuanshi-1,
.zuanshi-2,
.zuanshi-3 {
    width: 100%;
    height: 40vh;
    background-color: yellow;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.zuanshi-1 {
    background-image: url(../../image/zuanshi/stud-picture.jpg);
}

.zuanshi-2 {
    background-image: url(../../image/zuanshi/Ring-picture.jpg);
}

.zuanshi-3 {
    background-image: url(../../image/zuanshi/Bracelet-picture.jpg);
}

/* 钻石切割定制 end */

/* 品牌文化 start */
.Brand {
    width: 84%;
    height: 50vh;
    margin: 0 auto;
    background-image: url(../../image/zuanshi/Brand.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 2%;
}

/* 品牌文化 end */
/* 换金系列 start */
.box-2 {
    width: 100%;
    height: 60vh;
    background-color: #eeeeee;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.Gold {
    width: 84%;
    height: 50vh;
    margin: 0 auto;
    background-image: url(../../image/zuanshi/Goldenlize.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* 换金系列 end */

/* 专利证书 start */

.Diamond>img {
    max-width: 25%;
    max-height: 100%;
}

/* 专利证书 end */

/* 页尾 start */
.xw_nav-item>a:hover {
    color: #999;
}

/* 页尾 end */

/* 移动端适配 start */
@media(max-width: 768px) {

    /* 轮播图适配 */
    .carousel-container {
        width: 100%;
        height: 25vh;
        /* 调整轮播高度 */
        margin-top: 4rem;
        /* 配合导航栏高度调整 */
    }

    .carousel-btn {
        width: 30px;
        height: 30px;
    }

    /* 快捷跳转适配 */
    .jinping {
        flex-direction: column;
    }

    /* 精品推荐适配 */
    .box-1 {
        margin: 2rem 0;
    }

    .dingzhi>p {
        font-size: 0.8rem;
        width: 95%;
    }

    .h2 {
        font-size: 1.2rem;
    }

    .h3 {
        font-size: 0.9rem;
    }

    .studs {
        width: 90%;
        flex-direction: row;
        justify-content: space-between;
        gap: 0.5rem;
    }

    .studs>a {
        width: 48%;
        height: auto;
    }

    .studs1,
    .studs2,
    .studs3,
    .studs4 {
        height: 14vh;
    }

    /* 商品展示区适配 */
    .Diamond {
        width: 90%;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        gap: 1.5rem;
    }

    .Jewelry,
    .Jewelry-1 {
        width: 100%;
        /* 占满宽度 */
    }

    .Jewelry-content {
        height: auto;
    }

    .stud-picture,
    .stud-picture-1,
    .Ring-picture,
    .Ring-picture-1,
    .Bracelet-picture,
    .Bracelet-picture-1 {
        height: 30vh;
        /* 调整图片高度 */
    }

    .h6 {
        font-weight: 700;
        font-size: 1.2rem;
    }

    .p1 {
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .button1 {
        width: 60%;
        /* 增大按钮宽度 */
        font-size: 0.9rem;
        padding: 0.7rem 0;
    }

    .Jewelry-content>a {
        height: 4.5vh;
        margin-top: 4%;
    }

    /* 查看更多按钮适配 */
    .button2 {
        width: 40%;
        /* 增大按钮宽度 */
        height: 5vh;
    }

    /* 定制适配 */
    .zuanshi-1,
    .zuanshi-2,
    .zuanshi-3 {
        height: 30vh;
        /* 调整图片高度 */
    }

    /* 品牌文化和专利证书适配 */
    .Brand {
        width: 90%;
        height: 25vh;
    }

    .box-2 {
        height: 32vh;
    }

    .Gold {
        width: 90%;
        height: 25vh;
    }

    .Diamond-1 {
        width: 90%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .Diamond-1>img {
        max-width: 30%;
        /* 图片占满宽度 */
        margin-bottom: 1rem;
    }
}

/* 移动端适配 end */