.page{
    padding-bottom: 0.6rem;
    min-height: 100vh;
    font-size: 0.28rem;
    color: #333;
    overflow: auto;
    overflow-x: hidden;
    background-color: #f8f8f8;
    background: linear-gradient(180deg, #619aff33 0%, #ffffff00 5rem);
}
.top_head{
    padding: 0.2rem 0.3rem;
    position: relative;
    overflow: hidden;
}
.top_head H1{
    font-size: 0.36rem;
    font-weight: 600;
}
.top_head .breadcrumb{
    color: #999;
    font-size: 0.24rem;
}
.top_head .breadcrumb a{
    color: #999;
}
.top_head img{
    position: absolute;
    right: 0;
    top: 0.1rem;
    width: 1.96rem;
    /* height: 1.76rem; */
}

.search{
    display: block;
    padding: 0 0.30rem;
    padding-right: 0.12rem;
    margin: 0 0.3rem;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.74rem; 
    border-radius: 0.74rem; 
    box-shadow: 0 0 18px 0 #3879ec21;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}
.search input{
    display: block;
    flex: 1;
    height: 0.65rem;
    font-size: 0.26rem;
}
.search img{
    width: 0.34rem;
    height: 0.34rem;
    margin-right: 0.12rem;
}
.search .button{
    width: 1.03rem;
    height: 0.58rem;
    border-radius: 0.86rem;
    margin-left: 0.16rem;
    background-color: #3589ff;
    color: white;
    text-align: center;
    line-height: 0.58rem;
    font-size: 0.26rem;
}

.fenlei{
    margin: 0.30rem ;
    /* background-color: pink; */
}
.fenlei .title{
    font-size: 0.30rem;
    color: #3589FF;
    line-height: 0.3rem; 
    margin-bottom: 0.5rem;
}
.fenlei img{
    width: 0.33rem;
    height: 0.33rem;
    margin-right: 0.12rem; 
    margin-bottom: -0.05rem;
}

.wangdian_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.wangdian_box a{
    box-sizing: border-box;
    display: block;
    width: 33.2%;
    text-align: center;
    color: #333; 
    margin-bottom: 0.56rem;
    font-size: 0.26rem;
    padding: 0 0.12rem; 
}
.wangdian_box a:nth-child(3n-1){
    border-right: 1px solid rgb(219, 219, 219);
    border-left: 1px solid rgb(219, 219, 219);
}
 
.wangdian_box a:last-child{
    border-right: none !important;
}


