@charset "utf-8";
/* .process .step {
    width: 390px;
    height: 940px;
} */
.process .step .price .modePriceItem{
    margin-bottom: 20px;
}

.process .step .price .mainNote {
    font-size: 14px;
    font-weight: bold;
}

.process .step .price .modePriceInput {
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    padding: 0 10px;
    border: 1px solid #cccccc;
    width: calc(100% - 130px);
}

.process .step .price .donorNameInput {
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    padding: 0 10px;
    border: 1px solid #cccccc;
    width: calc(100% - 180px);
}
.process .step .price .modePriceTips {
    font-size: 14px;
    color: grey;
}
.process .step .userInfo .item .value .modeSelect {
    width: calc(100%);
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    border: 1px solid #cccccc;
}
.process .step .price .priceBehindText{
    color: grey; 
    font-size: 13px;
    margin-left: 5px;
}

.process .item.bank img {
    margin-bottom: 6px;
}

@media screen  and ( max-width: 375px){
    .process .step .price .priceBehindText{
        display: block;
    }
}