p span {
    font-size: 16px;
}
.erphpdown-box, .erphpdown-box + .article-custom-metas {
    display: block;
    padding: 20px;
    background: #f5f5f5;
    border: none;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    border-radius: 5px;
    color: #666;
}
.erphpdown-box a {
    color: #fff;
}
body.night .article-content .erphpdown-content-vip, 
body.night .erphpdown, 
body.night .erphpdown-box {
    border-color: #777 !important;
    background: #303030;
}
.erphpdown-box .erphpdown-title {
    padding: 0 9px 1px;
    color: #777;
    position: absolute;
    top: 0;
    left: 15px;
    background: #dedede;
    border-radius: 0 0 3px 3px;
    font-size: 15px;
    display: none;
}
.erphpdown-box .erphpdown-price {
    float: left;
    line-height: 39px;
}
.erphpdown-box .erphpdown-cart {
    float: right;
    display: flex;
}
.erphpdown-box .tips2 {
    color: #8a92a9;
    font-size: 13px;
    margin-top: 10px;
}
.erphpdown-box .vip {
    display: inline-block;
}
.erphpdown-box .vip a {
    display: inline-block;
    margin-left: 10px;
    background: rgb(255, 173, 23);
    color: #fff;
    border-radius: 3px;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    line-height: 1.7;
    min-width: 100px;
}
.erphpdown-box .erphpdown-buy {
    background-color: #f66 !important;
}
.erphpdown-box .erphpdown-buy.down {
    border-radius: 3px;
    padding: 8px 0;
    line-height: 1.7;
    width: 200px;
    font-size: 14px;
    text-align: center;
    margin-left: 8px;
}
.erphpdown-box .erphpdown-price span {
    font-size: 26px;
    color: #ff6a6a;
    line-height: 1;
    margin-left: 10px;
}