/* 引入字体样式（必须放在文件最前面） */
@import url('./fonts/fonts.css');

/* 基础样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100vh;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #FFFFFF;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: none;
    color: #247CFC;
}

.container {
    max-width: 1080px;
    height: 100%;
    margin: 0 auto;
    padding: 20px;

    /* z-index: 99 !important; */
}

/* 中心Banner位 */
.banner {
    min-width: 1080px;
    width: 100%;
    /* height: 100vh; */
    height: 668px;
    /* background-image: url('../image/banner.png');
    background-size: 100% 100%;
    background-repeat: no-repeat; */
    /* padding: 50px 0; */
    /* background-color: #FFFFFF; */
    margin: 0;
    padding: 0;
    cursor: pointer;
}

/* 轮播图 */
.banner .el-carousel {
    min-width: 1080px;
    width: 100%;
    /* height: 100vh; */
    height: 668px;
}

.banner .el-carousel__item {
    min-width: 1080px;
    width: 100%;
    /* height: 100vh; */
    height: 668px;
}

.banner .el-carousel__item .bannerimg {
    min-width: 1080px;
    width: 100%;
    /* height: 100vh; */
    height: 668px;
    object-fit: cover;
}

.banner .el-carousel__indicators {
    display: none;
}


/* 如果需要确保箭头被隐藏，尽管arrow="never"应该已经处理了这个问题 */
.banner .el-carousel__arrow {
    display: none !important;
}


/* 产品介绍 */

.product-introduction {
    background-color: #fff;
    padding: 40px 0;
    text-align: center;
}

/* 标题共用样式 */
.product-introduction .advantage-header {
    /* display: flex;
    justify-content: center; */
    align-items: center;
    margin-bottom: 20px;
    z-index: 9;

}

.product-introduction .advantage-header p {
    width: 100%;
    border: 1px dashed #ccc;
    padding: 5px 10px;
    font-size: 42px;
    color: #F0F0F0;
    /* margin-right: 10px; */
    letter-spacing: 5px;
    margin: 0 auto;
    font-weight: 600;
    text-align: center;
    font-family: 'bold';
}

.product-introduction .advantage-header h2 {
    font-size: 30px;
    color: #0066cc;
    margin-top: -60px;
    font-family: 'bold';
}


.product-introduction p {
    text-align: left;
    line-height: 2;
    font-family: 'normal';
    /* 推荐使用无单位数值，表示字体大小的倍数 */
    /* 或者使用具体数值 */
    /* line-height: 24px; */
    letter-spacing: 1px;
}

.feature-icons {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}

.icon-item {
    background-color: #fff;
    /* border: 1px solid #ddd; */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(63, 132, 212, 0.283);
    padding: 20px;
    text-align: center;
    width: 18%;
}

.icon-item img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.icon-item p {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #21335B;
}




/* 装饰 */
.decoration {
    width: 100%;
    height: 200px;
    /* background-color: #1F6BE2; */
    background-image: url('../image/TY_BG.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    top: -60px;
    /* Adjust this value to control the overlap */
    z-index: 0;
}



/* 底部信息 */
.container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 20px;
    z-index: 99;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

nav ul li {
    margin-right: 20px;
}

.content {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D5D5D5;
}

.column {
    width: 18%;
}

.column h4 {
    margin-bottom: 10px;
    cursor: pointer;
}

.column p {
    margin-bottom: 10px;
    font-size: 12px;
    color: #50525C;
    cursor: pointer;
}

.column p a {
    margin-bottom: 10px;
    font-size: 12px;
    color: #50525C;
    cursor: pointer;
}

.column p a:hover {
    margin-bottom: 10px;
    font-size: 12px;
    color: #50525C;
    cursor: pointer;
    text-decoration: none;
    color: #247CFC;

}

/* 智慧厨房  */
.smart-bedroom {
    background-color: #fff;
    padding: 40px 0;
    text-align: center;
    z-index: 9;
}

/* 标题共用样式 */
.smart-bedroom .advantage-header {
    /* display: flex;
    justify-content: center; */
    align-items: center;
    margin-bottom: 40px;

}

.smart-bedroom .advantage-header p {
    width: 100%;
    border: 1px dashed #ccc;
    padding: 5px 10px;
    font-size: 42px;
    color: #F0F0F0;
    /* margin-right: 10px; */
    letter-spacing: 5px;
    margin: 0 auto;
    font-weight: 600;
    text-align: center;
    font-family: 'bold';
}

.smart-bedroom .advantage-header h2 {
    font-size: 30px;
    color: #0066cc;
    margin-top: -38px;
    font-family: 'bold';
}

.smart-bedroom .p1 {
    text-align: left;
    font-size: 16.5px;
    margin: 8px 0;
    font-family: 'normal';
    line-height: 1.8;
}

.smart-bedroom .bg_box {
    width: 100%;
    height: 200px;

    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    z-index: 9;
}

.smart-bedroom .bg_box .bg_box_item {
    width: 30%;
    height: auto;
    background-color: #247CFC;
    position: relative;
    z-index: 9;
}

.smart-bedroom .bg_box .bg_box_item img {
    width: 100%;
    height: auto;
    background-color: #247CFC;
}

.smart-bedroom .bg_box .bg_box_item .text {
    /* width: 100%; */
    height: auto;
    background-color: #FE8E00;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0 0 20px 0;
    position: absolute;
    top: 0;
    color: #fff;
    font-family: 'thick';
}


/* 智慧卧室 */
.bedroom {
    background-color: #FFFFFF;
    padding: 40px 0;
    text-align: center;
    z-index: 9;
}

/* 标题共用样式 */
.bedroom .advantage-header {
    /* display: flex;
    justify-content: center; */
    align-items: center;
    margin-bottom: 40px;

}

.bedroom .advantage-header p {
    width: 100%;
    border: 1px dashed #ccc;
    padding: 5px 10px;
    font-size: 42px;
    color: #F0F0F0;
    /* margin-right: 10px; */
    letter-spacing: 5px;
    margin: 0 auto;
    font-weight: 600;
    text-align: center;
    font-family: 'bold';

}

.bedroom .advantage-header h2 {
    font-size: 30px;
    color: #0066cc;
    margin-top: -38px;
    font-family: 'bold';
}

.bedroom .chamber_box {
    width: 100%;
    /* padding: 30px; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;

}

.chamber_box_item {
    padding: 20px;
    width: 48%;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* 添加阴影效果 */
}

.chamber_box_item img {
    width: 40%;
    height: auto;

}

.chamber_box_item_lable {
    width: 55%;
    height: auto;
    text-align: left;
    font-size: 14px;
    color: #21335B;
}

.chamber_box_item_lable h4 {
    font-weight: 600;
    font-family: 'thick';
}

.chamber_box_item_lable p {
    font-weight: 0;
    padding-top: 10px;
    font-size: 12px;
    font-family: 'normal';
}




.copyright {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.copyright img {
    height: 50px;
    margin-right: 20px;
}