.erphpdown-default,
.erphpdown-see {
    padding: 15px 25px !important;
    border: none !important;
    background: #f5f5f5;
}

.erphpdown-default>legend {
    display: none !important;
}

.erphpdown-default .erphpdown-child {
    border: none !important;
    background: #e8e8e8;
    padding: 25px 15px 15px !important;
    margin: 10px 0 !important;
}

.erphpdown-default .erphpdown-child>legend {
    position: absolute;
    top: 0;
    background: #d4d4d4;
    color: #444;
    padding: 0 8px !important
}

.erphp-weixin-down-box {
    position: relative;
    padding: 0 0 0 220px;
    min-height: 200px;
}

.erphp-weixin-down .ewd-desc {
    font-size: 17px;
    color: #333;
    margin-bottom: 20px;
    padding-top: 20px
}

.erphp-weixin-down .ewd-desc span {
    margin: 0 5px;
    color: #ff5f33;
}

.erphp-weixin-down img {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0
}

.erphp-weixin-down .ewd-box .ewd-input {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 6px 12px;
    width: 200px;
    height: 35px;
    box-sizing: border-box;
}

.erphp-weixin-down .ewd-box .ewd-button {
    background: #ff5f33;
    border: none;
    padding: 7px 12px;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    height: 35px;
    box-sizing: border-box;
}

.erphp-weixin-down .ewd-tips {
    margin-top: 5px;
    font-size: 13px;
    color: #999;
}

@media(max-width: 768px) {
    .erphp-weixin-down-box {
        padding: 0;
        text-align: center;
    }

    .erphp-weixin-down .ewd-desc {
        padding-top: 10px;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .erphp-weixin-down img {
        position: relative;
    }

    .erphp-weixin-down .ewd-box .ewd-input {
        width: 150px;
    }
}