*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
}

#all_wrap{
    width: 100%;
    height: 100%;
}

/*图片*/
#ucCp_img{
    width: 100%;
    height: 25em;
}
#ucCp_img img{
    width: 100%; height: 100%;
    object-fit: cover;
    -webkit-filter: brightness(70%);
}


/*主体内容*/
#product{
    /*border:solid 1px #ccc;*/
    width:100%; height: 100%;
    margin: 0em auto;
    background-color: #fff6f7;

}

.general_title{
    width: 80%;
    height: 2em;
   /* border: 1px solid red;*/
}