input{
    color: rgba(46, 47, 51, .8)
}
input:focus,textarea:focus {
    color: #2E2F33;
}

.notify-wrap {display: none;}

/*通知栏*/
.notify-wrap {background: #fff;box-shadow: 0 0.05rem 0.05rem 0 rgb(201 201 201 / 30%);height: 0.47rem;line-height: 0.47rem;margin-bottom: 0.4rem;}
.notify-wrap .wrap {display: flex;justify-content: space-between;}
.notify-wrap .col-l img {vertical-align: text-bottom;margin-right: 0.05rem;}
.notify-wrap span {color:#999;margin-left: 0.2rem;}
.notify-wrap .col-r .more {margin-left: 0.1rem;}
.notify-wrap .col-r .more img {vertical-align: middle;}
.notify-wrap a {color: #666;}
.notify-wrap a:hover {color:#26a3fc;}

/*大标题*/
.main-title {margin-bottom: 0.4rem;margin-top: .4rem;}
.main-title h2 {font-size: 0.28rem;font-weight: bold;display: flex;align-items: center;}
.main-title .more {color:#282A2D;display: flex;align-items: center;}
.main-title .more:hover {color:#09B07F;}

/*各产品模块*/
.pro-card-wrap {display: flex;gap: 32px;margin-bottom: 0.6rem;}
.pro-card-wrap:last-child {margin-bottom: 1rem;}

/*精选产品*/
.selected-products {padding-bottom: 0.2rem;}
.swiper-container {height: 3.05rem;padding-top: 0.1rem;} 
.selected-products .swiper-products {margin:0 auto;padding-bottom: 0.45rem;} 
.swiper-products {display:block;width:23.5%;height:3.8rem;background: #fff;border-radius:0.14rem;overflow:hidden;transition:.3s ease;color:#333;box-shadow:0rem 0.03rem 0.06rem 0.01rem rgba(153,154,170,0.16);position: relative;}
.swiper-products img {width: 100%;}
.swiper-products h3 {font-size:0.24rem;margin:0.1rem 0.25rem;overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.swiper-products .desc {font-size:0.14rem;color:#2E2F33;overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;line-height: 1.5;padding:0 0.25rem;}
.swiper-products .button {
    width: 100%;
    box-sizing: border-box;
    padding: 0 .25rem 0 .25rem;
    height: .4rem;
    text-align: center;
    line-height: .4rem;
    
    color: #09B07F;
    position: absolute;
    left: 0;
    bottom: .2rem;
    z-index: 1;
}
.swiper-products .button span {
    display: inline-block;
    width: 100%;
    background: rgba(9,176,127, .05);
    border-radius: 50px 50px 50px 50px;
}
.swiper-products .button span:hover {
    background: rgba(9,176,127, .19);
}                  
.swiper-products:hover {box-shadow:0 0 0.04rem 0 rgb(155 155 155 / 30%);color:#333;transform:translateY(-0.1rem);}
.selected-products .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {transition: all .2s ease;border-radius:0.1rem;}
.selected-products .swiper-pagination-bullet {width:0.12rem;height: 0.12rem;background: #fff;border:0.01rem solid #666;opacity:.8;}
.selected-products .swiper-pagination-bullet-active {background-color:#26a3fc;border-color:#26a3fc;}

.layui-icon{
    font-size: .16rem !important;
}