*{
    margin:0;
    padding:0;
}
html{
    background: #efefef;
    font-size:20px!important;
}

#product_list{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    background: rgba(0, 0, 0, 0.45);
    padding: 6.75rem 0;
}
#product_list p{
    background:white;
    font-size:0.75rem;
    padding:0.5rem 0.75rem;
    border-bottom:0.05rem solid lightgrey;
}
#product_list p span{
    border-left:0.1rem solid red;
    padding:0 0.5rem;
}
#product_list ul{
    padding-bottom:0.25rem;
    background:white;
}
#product_list ul li{
    list-style: none;
    color: #3e3e3e;
    background: white;
    font-size: 0.6rem;
    padding: 0.5rem 0.75rem;
    position: relative;
    border-bottom: 0.05rem solid lightgrey;
}
#product_list ul li i{
    color: white;
    background: grey;
    padding: 0.15rem 0.35rem;
    border-radius: 0.5rem;
    position: absolute;
    right: 0.75rem;
}
#product_list ul a{
    text-decoration:none;
}
#product_list ul li:hover{
    color: #48b090;
}

/*产品列表*/
#product{
    background: white;
    width: 96%;
    padding:0.25rem 0.25rem 8%;
}
.product_p{
    font-size:0.6rem;
    margin:1.5rem auto;
    width:95%;
    cursor:pointer;
    position:relative;
}
.product_p img{
    width:0.75rem;
    vertical-align:middle;
    margin-right:0.35rem;
}
#product .product_list{
    display: inline-block;
    background: #eeeeee;
    box-shadow: 0.15rem 0.15rem 0.4rem #8f8f8f;
    width: 47%;
    margin: 6% 0.6%;
}
#product a{
    text-decoration:none;
}
#product .product_list img{
    width:100%;
    height:35vw;
}
#product .product_list p{
    color: #575757;
    font-size: 0.6rem;
    text-align: center;
    padding: 0.15rem 0 ;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85%;
    margin: 0 auto;
}
#product .product_list:hover p{
    color: #48b090;
}

/*分页*/
#page{
    text-align: center;
    font-size: 0.65rem;
    margin: 0 0 8.25rem;
    padding: 0 0 0.5rem;
}
#page ul li{
    list-style: none;
    display: inline-block;
    background: #cfcfcf;
    padding: 0.15rem 0.35rem;
}
#page ul li a {
    text-decoration:none;
    color:white;
}
.liBlue{
    background: #005ca1!important;
}