.top-buffer {
}

.h2-center {
    text-align: center;
    padding: 5px;
}

.form-padding {
    padding: 0px 20px 0px 20px;
}

.form-p10 {
    background: #337ab7;
    font-size: 12px;
    color: white;
}

.pay-logo-img {
    width: 50px;
    height: 50px;
}

.pay-list-td1 {
    width: 20%;
}

.pay-list-td3 {
    text-align: center;
    vertical-align: middle !important;
    width: 10%;
}

.pay-detail-bg {
    background-color: #efeff4;
    height: 100%;
}

.pay-detail-amount {
    border-radius: 16px;
    padding: 24px 20px;
    font-size: 14px;
    color: #949495;
    background-color: #fff;
}

.pay-detail-amount-input {
    font-size: 18px !important;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 0px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

.content{
    width: 100%;
    /* height: 80px; */
    border: 1px solid #F0EDED;
    overflow-y: auto;
    max-height: 60px;
 }
 .content p {
    height: 30px;
    border-bottom-left-radius: 1px solid #F0EDED;
    cursor: pointer;
 }
 
 #input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    height: 37px;
    margin-bottom: 0;
    padding-left: 10px;
 }
