.popbox{
    box-sizing: border-box;
    width:28rem;
    /*height:14rem;*/
    background:#fff;
    border-radius:1.2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none;
    text-align: center;
}
.p-bottom-btnBox{
    height:4.4rem;
    border-top:1px solid #f1f1f1;
    display:flex;
    flex-direction: row;
    justify-content:space-between;
    align-items:center;
    position:relative;
}
.p-bottom-btnBox::after{
    width:1px;
    height:2rem;
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    background: #f1f1f1;
    transform: translateY(-50%);
}
.p-bottom-btnBox a{
    width:50%;
}
.popbox .info{
    font-size:1.6rem;
    color:#333;
    margin-top:3rem;
    margin-bottom:3rem;
    font-weight:bold;
}
.p-bottom-btnBox .cancel{
    color:#ea6542;
}

#prodPromotionMes i{
    display: inline-block;
    padding: 0rem 1.2rem;
    color: #e4393c;
    font-style: normal;
    border: 1px solid #e4393c;
    border-radius: 2rem;
    height: 2rem;
    line-height: 2rem;
    min-width: 4rem;
    text-align: center;
    font-size:1.2rem;
}
#prodPromotionMes{
    margin-left: 1rem;
    overflow: hidden;
    white-space: normal;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f1f1f1;
    line-height: 1.5;
    flex:1;
}