* {
    margin: 0;
    padding: 0;
}
.navbar {
    background-color:rgba(255, 192, 203, .65) !important;
    backdrop-filter:blur(10px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 15px 0;
}

.search{
    background-color:rgba(255, 192, 203, 1) !important;
}

.banner{
    width: 100%;
    height: 40vw;
    mask-image: linear-gradient(rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    background-color: pink;
    /*-webkit-mask-image: linear-gradient(rgb(255, 192, 203) 80%, rgba(255, 192, 203, 0) 100%);*/
}
.banner .carousel-item img{
    width: 100%;
    height: 40vw;
}

.hot-product .title{
    color: rgba(255, 192, 203, 1);
}
.hot-product .info{
    color: rgba(255, 192, 203, .7);
}
/*卡片模块*/
.card{
    background-color: rgba(255, 192, 203, 1);
    border-radius: 15px;
    border: 1px solid rgba(255, 192, 203, 1);
    transition: all 0.3s;
}
.card:hover{
    transform: translateY(-10px);
    border-color: #E0115F;
    border-radius: 15px;
}
.card .card-img{
    padding: 15px;
    background-color: pink;
    border-radius: 15px;
}
.card-body .btn{
    width: 100%;
    border: 2px solid #E0115F;
    border-radius:30px;
    background: none;
    padding: 10px 0;
    color: #E0115F;
}
.card-body{
    color: #E0115F;
}
.card-body .btn:hover{
    box-shadow: #E0115F;
}

/*工厂实力*/

.factory-strength .title{
    color: rgba(255, 192, 203, 1);
}
.factory-strength .info{
    color: rgba(255, 192, 203, .7);
}

/*工艺流程*/
.video-presentation .title{
    color: rgba(255, 192, 203, 1);
}
.video-presentation .info{
    color: rgba(255, 192, 203, .7);
}

/*证书展示*/
.certificates .title{
    color: rgba(255, 192, 203, 1);
}
.certificates .info{
    color: rgba(255, 192, 203, .7);
}

/*展会图片*/
.exhibitions .title{
    color: rgba(255, 192, 203, 1);
}
.exhibitions .info{
    color: rgba(255, 192, 203, .7);
}

