/* 空白页面样式 */
.productBlank_img{
    width: 70%;margin: 0 auto;display: block;margin-top: 3rem;
}
.productBlank_Txt{
    text-align:center;
    padding:2rem 0;
    font-size:1.4rem;
}
.productInfo_btn{
    display: -webkit-box;
    padding: 0 1rem;
    margin-top: 5rem;
}
.prevStep_btn,.pzComplete{
    width: 50%;
    height: 3rem;
    line-height: 3rem;
    -webkit-box-flex:1;
    border-radius:0.5rem;
    background:#8e8e8e;
    text-align:center;
    color:#fff;
    font-size: 1.4rem;
}
.pzComplete{
    background:#1681e1;
}
/* 产品信息列表页面 */
.productList{background:#fff;}
.productEvery{
    display:-webkit-box;
    padding: 1rem;
    border-bottom: 1px solid #dbdada;
}
.productEvery:last-child{
    border-bottom:none;
}
.productEvery-img{
    width:1.8rem;
    height:1.8rem;
    background:url(../images/productEvery_img.png) no-repeat center;
    background-size:contain;
    margin-right: 1rem;
    box-shadow: 1px 1px 1px #ccc;
}
.productEvery-con{
    -webkit-box-flex:1;
    font-size:1.4rem;
}
.productEvery-edit{
    width:1.2rem;
    background:url(../images/productEvery_edit.png) no-repeat center;
    background-size:contain;
    margin: 0 0.5rem;
}
.productEvery-next{
    width:1.2rem;
    height:1.2rem;
    background:url(../images/productEvery_next.png) no-repeat center;
    background-size:contain;
    margin: 0 0.5rem;
    margin-top: 0.4rem;
}
.productEvery-del{
    width:1.2rem;
    background:url(../images/productEvery_del.png) no-repeat center;
    background-size:contain;
    margin: 0 0.5rem;
}
.gruopMod{
    display: -webkit-box;
    -webkit-box-flex: 1;
}
/* 新增产品页面 */
.product_add{
    width:85%;
    height:3.5rem;
    line-height:3.5rem;
    background:#fff;
    border-radius:0.2rem;
    margin:2rem auto;
    -webkit-box-flex:1;
    display:-webkit-box;
    padding: 0 1rem;
}
.productAdd_img{
    width:1.2rem;
    background:url(../images/product_add.png) no-repeat center;
    background-size:contain;
    margin-right: 0.5rem;
}
.product_add input{
    height: 3.3rem;
    line-height: 3.3rem;
    border:none;
    display:block;
    -webkit-box-flex: 1;
}
.productComplete{
    width: 20%;margin: 0 auto;display: block;
}
.gradeCon{
        width:100%;
        height: 100%;
        font-size: 1.4rem;
        padding:1.5rem 0;
        -webkit-box-orient:vertical;
        -webkit-box-pack: center;
        display: -webkit-box;
        position: fixed;
        top:50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        /* overflow-y:scroll; */
    }








