[v-cloak] {
  display: none;
}
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
}
a{
    color: #2a555a;
}

.el-drawer{
    --el-drawer-bg-color: #f6f4f0;
}

@font-face {
    font-family: "ITC Berkeley Old Style";
    src: url("../font/itcberkeleyoldstyle_n5.f20a58469ed9f603e19860fa8a6098a37ca3578a.woff2") format("woff2");
}

@font-face {
    font-family: "Avenir Next";
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
    src: url("../font/avenirnext_n5.972a96b7a049f12c89d6d1cd0e1b6c9211f7ba14.woff2") format("woff2");
}

@font-face {
    font-family: "Avenir Next";
    font-weight: 500;
    font-style: italic;
    font-display: fallback;
    src: url("../font/avenirnext_i5.2d1a6d537e5b485482d6bcca34a56cc10d441a55.woff2") format("woff2");
}

@font-face {
    font-family: "Avenir Next";
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
    src: url("../font/avenirnext_n7.8cfc646eab1e39e2d81a26284624600ccae49d55.woff2") format("woff2");
}

@font-face {
    font-family: "Avenir Next";
    font-weight: 700;
    font-style: italic;
    font-display: fallback;
    src: url("../font/avenirnext_i7.3a67996166b5b7f1b7cc3b35490ebd6824908dc5.woff2") format("woff2");
}

.heading, .h0, .h1, .h2, .h3, .h4, .h5, .h6, .prose{
    font-family:"ITC Berkeley Old Style", serif;
}

body{
    color: #2a555a !important;
    background-color: rgb(246,244,240);
}

@media screen and (max-width: 767px) {
    .header-desktop{
        display: none;
    }
    .header-mobile{
        display: flex;
        align-items: center;
        position: relative;
    }
    .header-mobile svg{
        margin-right: 20px;
    }
    .header-mobile img{
        width: 60px;
        height: 60px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (min-width: 768px) {
    .header-desktop{
        display: block;
    }
    .header-mobile{
        display: none;
    }
}

.website-logo{
    width: 158px;
}

.el-container .el-header {
    height: auto !important;
    padding: 1.5rem max(3rem, 50% - 1440px / 2);
}

.el-header .el-link{
    font-size: 17px;
    font-family: 'Avenir Next';
    font-weight: 700;
    margin-right: 30px;
    color: #2a555a !important;
}
.el-header .el-link:hover{
    opacity: .7;
}

.el-main{
    padding: 1.5rem max(3rem, 50% - 1440px / 2) !important;
    padding-top: 0 !important;
}
.el-footer{
    padding: 1.5rem max(3rem, 50% - 1440px / 2) !important;
}
@media screen and (max-width: 768px){
    .el-header {
        padding: 1.9rem max(1rem, 50% - 1440px / 2) !important;
    }
    .el-main{
        padding: 1.5rem max(1rem, 50% - 1440px / 2) !important;
        padding-top: 0 !important;
    }
    .el-footer{
        padding: 1.5rem max(1rem, 50% - 1440px / 2) !important;
    }
    .fir-title{
        font-size: 32px !important;
    }
    .list{
        margin-bottom: 30px;
    }
    .product-title{
        font-size: 24px !important;
        margin-bottom: 13px;
    }
    .FeaturedInnovation{
        flex-wrap: wrap !important;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .FeaturedInnovation-img{
        width: 100% !important;
    }
    .FeaturedInnovation img{
        width: 100% !important;
    }
    .FeaturedInnovation .right-box{
        width: 100% !important;
        padding: 1.5rem;
    }
    .FeaturedInnovation .product-title{
        margin-top: 0 !important;
        font-size: 32px !important;
    }
    .rating__title-mainTitle{
        font-size: 24px !important;
        margin-top: 30px;
        text-align: center;
    }
    .rating__title-author{
        font-size: 17px !important;
        font-family: 'Avenir Next';
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .blogs{
        margin-bottom: 30px;
    }
    .blogs-item{
        width: 100% !important;
    }
    .email-input{
        width: 100% !important;
        margin-top: 25px;
        margin-bottom: 18px;
    }
    .btn{
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
    }
    .btn svg{
        margin-right: 14px;
    }
    .Principles-list-pc{
        display: none !important;
    }
    .Principles-list-mobile{
        display: block !important;
    }
    .footerlink-item{
        width: 50% !important;
    }
    .DiscoverInnovativeProducts h2{
        font-size: 32px !important;
    }
    .DiscoverInnovativeProducts .Principles{
        font-size: 24px !important;
    }
    .DiscoverInnovativeProducts .email-input{
        margin-right: 0 !important;
    }
    .bannerTitle{
        font-size: 48px !important;
        padding: 50px 0 !important;
    }
    .listContent .listContent-item{
        width: 100% !important;
        padding: 10px;
        margin-bottom: 30px;
        display: grid;
        grid-template-rows: 45.6% 54.4%;
        box-sizing: border-box;
    }
    .gridContainer-description{
        bottom: 10px !important;
        left: 10px !important;
        font-size: 16px !important;
    }
    .reviews .main-title .fir-title{
        margin: 30px 0 !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1100px){
    .FeaturedInnovation{
        flex-wrap: wrap;
    }
    .FeaturedInnovation-img{
        width: 100% !important;
    }
    .FeaturedInnovation img{
        width: 100% !important;
    }
    .FeaturedInnovation .right-box{
        width: 100% !important;
    }
}
.el-main h1{
    font-family:"ITC Berkeley Old Style", serif;
    font-size: 40px;
    font-weight: normal;
    margin: 60px 0
}

.el-main .sec-title{
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 17px;
    font-family: 'Avenir Next';
    font-style: italic;
}
.list{
    display: flex;
    flex-wrap: wrap;
}
.list .product{
    width: 33.33%;
    height: 600px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
    display: grid;
    grid-template-rows: 48% 52%;
}

.product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.product-title{
    font-size: 32px;
    font-family: "ITC Berkeley Old Style";
    margin-top: 25px;
    margin-bottom: 18px;
}
.product-description{
    font-size: 17px;
    font-family: "Avenir Next";
    line-height: 25px;
}

@media screen and (max-width: 768px) {
    .list {
        flex-wrap: nowrap;
      overflow-x: auto; /* 允许水平滚动 */
    }
    .product {
        display: block;
        width: 130% !important; /* 宽度设置为视窗宽度 */
    }
    .product img {
        width: 270px;
        height: 170px;
        border-radius: 10px;
    }
    .list .product{
        margin-bottom: 0 !important;
        height: auto !important;
        grid-template-rows: 38% 62% !important;
    
    }
}
.FeaturedInnovation{
    display: flex;
    width: 100%;
    border-radius: 10px;
    background-color: rgb(235,236,233);
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 40px;
}
.FeaturedInnovation-img{
    width: 65%;
}

.FeaturedInnovation img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.FeaturedInnovation .product-title{
    margin-top: 0 !important;
}
.right-box{
    width: 35%;
    padding: 4rem;
}
.rating{
    text-align: center;
}
.section .rating__stars{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.rating__title-mainTitle{
    font-size: 32px;
    font-family: "ITC Berkeley Old Style";
    margin-bottom: 30px;
    padding: 0 36px;
}
.rating__title-author{
    font-size: 17px !important;
    font-family: "Avenir Next";
    margin-bottom: 40px;
}
.rating__stars{
    display: flex;
    justify-content: flex-start;
}
.rating__star{
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    color: rgb(255, 183, 74) !important;
}
.blogs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.blogs div{
    border-radius: 10px;
    overflow: hidden;
}
.blogs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogs-item{
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2%;
    max-height: 604px;
}
.blogs-item-first{
    align-content: space-between;
}

.blogs-item-first-top{
    width: 100%;
    height: 48%;
    position: relative;
}
.blogs-item-first-top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogs-item-first-top-description{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 使用负边距调整位置 */
    color: #fff;
    font-family: "ITC Berkeley Old Style";
    font-size: 32px;
}
.blogs-item-first-bottom{
    display: flex;
    justify-content: space-between;
    height: 48%;

}
.blogs-item-first-bottom-item{
    width: 48%;
    position: relative;
}
.blogs-item-first-bottom-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogs-item-first-bottom-item-description{
    position: absolute;
    top: 84%;
    left: 8%;
    color: #fff;
    font-family: "ITC Berkeley Old Style";
    font-size: 24px;
}












.el-carousel__item h3 {
    color: #475669;
    opacity: 0.75;
    line-height: 200px;
    margin: 0;
    text-align: center;
  }
  
  .el-carousel__item:nth-child(2n) {
    background-color: #99a9bf;
  }
  
  .el-carousel__item:nth-child(2n + 1) {
    background-color: #d3dce6;
  }

 .bannerTitle{
    font-size: 80px;
    font-family: "ITC Berkeley Old Style";
    padding: 112px 0;
    text-align: center;
    background-color: #ecece8;
  }
  .listContent{
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
  }
  .listContent-item{
    width: 33.33%;
    padding: 10px;
    margin-bottom: 30px;
    display: grid;
    grid-template-rows: 45.6% 54.4%;
    box-sizing: border-box;
  }
  .listContent-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  .listContent-item .product-info-title{
    font-size: 36px;
    font-family: "ITC Berkeley Old Style";
    margin-top: 25px;
    margin-bottom: 18px;
  }
  .product-info-description{
    font-size: 17px;
    font-family: "Avenir Next";
    line-height: 25px;
  }
  .pagination{
    display: flex;
    justify-content: center;
  }
  .el-pagination{
    --el-pagination-font-size: 16px;
    --el-pagination-bg-color: :#f6f4f0 !important;
    --el-pagination-hover-color: #2a552a;
    --el-pagination-button-disabled-bg-color:#f6f4f0;
    --el-pagination-button-color: #55575ab5;
  } 
  @media screen and (max-width:768px) {
    .product-info-title{
        font-size: 24px !important;
    }
  }

  .carousel-pc .carousel-item{
    display: flex;
    
}
.carousel-pc .innerItem-item{
    width: 33.33%;
    padding: 40px;
    margin: 13px;
    box-sizing: border-box;
    background-color: #ecece8;
    border-radius: 10px;
}

.carousel-mob{
    display: none;
}
@media screen and (max-width:768px) {
    .carousel-pc{
        display: none;
    }
    .carousel-mob{
        display: block;
    }
}




