@charset "utf-8";
/*
* @description: index css
* @author: spring
* @update: spring (2023-11-16 15:30)
*/
.banner { margin: 0.1rem; }
.banner img { border-radius: 0.05rem; -moz-border-radius: 0.05rem; -webkit-border-radius: 0.05rem; }

.index-category-nav { margin: 0.1rem; border: solid 1px #dddddd; background: #ffffff; display: -webkit-flex; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; align-items: center; }
    .index-category-nav a { width: 0.88rem; text-align: center; }
    .index-category-nav a span { display: block; margin: 0 auto; padding: 0.14rem; }
    .index-category-nav a span img { max-width: 0.6rem; max-height: 0.6rem; }
    .index-category-nav a p { height: 0.4rem; line-height: 0.2rem; font-size: 0.14rem; vertical-align: top; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    
.index-product-title { margin: 0.1rem; padding-top: 0.1rem; text-align: center; }
    .index-product-title h1 { font-weight: 400; font-size: 0.3rem; color: #000000; }
    .index-product-title p { font-weight: 400; font-size: 0.12rem; color: #888888; }