.page{
    padding-bottom: 0.6rem;
    min-height: 100vh;
    font-size: 0.28rem;
    color: #333;
    overflow: auto;
    overflow-x: hidden;
    background-color: #f5f5f5;
}
*{
    box-sizing: border-box;
}

.z-index1001{
    z-index: 1001;
}
.z-index1009{
    z-index: 1009;
}
.z-index1008{
    z-index: 1008;
}

.top_action{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.30rem 0.28rem; 
    background-color: rgb(255, 255, 255);
   
}
.action_menu{
    display: flex;
    align-items: center; 
    margin-right: 0.12rem;
}
.action_menu img{
    width: 0.20rem;
    height: 0.12rem;
    margin-left: 0.16rem;
}


.search{
    display: block; 
    padding-left: 0.24rem;
    padding-right: 0.07rem;
    flex: 1; 
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.7rem; 
    border-radius: 0.74rem; 
    box-shadow: 0 0 18px 0 #ffa96f21; 
    border: 1px solid #3589ff;
}
.search input{
    display: block;
    flex: 1;
    flex-shrink: 0;
    height: 0.65rem;
    font-size: 0.26rem;
    /* background-color: pink; */
}
.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.12rem;
    background-color: #3589ff;
    color: white;
    text-align: center;
    line-height: 0.58rem;
    font-size: 0.26rem;
    border: none;

}

.leixing{
    top: -2px;
    padding: 0.16rem 0.30rem ;
    background-color: rgb(255, 255, 255);
    display: flex;
    position: relative;
    border-bottom-right-radius: 0.20rem;
    border-bottom-left-radius: 0.20rem;

}
.leixing .label{
    white-space: nowrap;
    line-height: 0.5rem;
    font-size: 0.24rem;
    margin-right: 0.12rem;
}
.leixing .leixing_tab{
    min-width: 5.5rem;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    position: relative;
}

.leixing .leixing_tab a{ 
    white-space: nowrap;
    color: #555555;
    background-color: #F6F6F6;
    margin-right: 0.15rem;
    padding: 0.1rem 0.18rem;
    border-radius: 1rem;
    margin-bottom: 0.24rem;
    font-size: 0.24rem;
    border:1px solid #F6F6F6;
}

.leixing .leixing_tab a.active{
    border:1px solid #3589ff;
    color: #3589ff;
}

.leixing  .drawer{
    position: absolute;
    height: 0.54rem;
    width: 0.7rem;
    /* background-color: #fff; */
    background: linear-gradient(90deg, #ffffff00,#ffffff 30%);
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.leixing  .drawer img{
    width: 0.2rem ;
    height: 0.12rem;
    margin-right: 0.2rem;
    /* transform: rotate(180deg); */
}


.mask{
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}



.position_box{
    min-height: 7.4rem;
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 99%; 
    border-bottom-right-radius: 0.20rem;
    border-bottom-left-radius: 0.20rem;
    border-top: 1px solid #e0e0e0; 
    overflow: hidden;  
    display: none; 
}
.position_box .left{ 
    height: 7.38rem;
    background-color: #f8f8f8;
    width: 1.97rem;
    overflow-y: auto;
}
.position_item{
    width: 1.97rem;
    height: 0.74rem; 
    background-color: #f8f8f8;

}

.position_item .left_menu{
    height: 0.78rem;
    display: flex;
    padding: 0 0.34rem;
    padding-right: 0.16rem;
    align-items: center;
    font-size: 0.26rem; 
}


.position_item .p_right{ 
    display: none;
    position: absolute;
    width: 5.5rem;
    height: 7.4rem;
    left: 1.97rem;
    top: 0;
    overflow-y: auto;
    padding: 0.20rem 0.28rem;
}
.position_item .p_right a{
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.26rem;
    color: #333;
}

.position_item.active .p_right{
    display: block;
}

.position_item.active .left_menu{
    color: #3589ff;
    font-weight: 600;
    position: relative;
    background-color: #fff;
}
.position_item.active .left_menu::after{
    content: "";
    display: block;
    width: 0.04rem;
    height: 0.26rem;
    border-radius: 0.2rem;
    background-color: #3589ff;
    position: absolute;
    left: 0.16rem;
    top: 50%;
    transform: translateY(-50%);
}




.wangdian_list{
    padding: 0.30rem;
}

 