@charset "UTF-8";

.payMoneyBox .right{
    position: relative;
}
.payMoneyBox .right::before{
    content: attr(data-txt);
    position: absolute;
    top: 7px;
    left: 0;
    width: 80px;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    border-right: 1px solid rgba(0,0,0,.2);
    color: #808080;
    pointer-events: none;
}
.payMoneyBox .right::after{
    content: attr(data-unit);
    position: absolute;
    top: 7px;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding-right: 10px;
    color: #808080;
    text-align: right;
    pointer-events: none;
}
.payMoneyBox .right input{
    padding-left: 110px;
    padding-right: 40px;
}
.payDateBox .right{
    position: relative;
}
.payDateBox .right::before{
    content: '';
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
    width: 40px;
    height: 40px;
    background: url(../images/icon_date.png) no-repeat center right;
    pointer-events: none;
}
.payDateBox .right input{
    padding-right: 50px;
}
.payFileBox{
    padding-top: 0;
}
.formBox input[type="file"] {
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}
.formBox hr{
    height: 1px;
    margin: 25px 0 35px;
    border: 0;
    border-top: 1px solid #f2f2f2;
    background: #eee;
}


@media (max-width: 1023px) {
}
