.page[name='orderSubmission'] > .header {
    border-bottom: 1px solid #e0e0e0;
}
.page[name='orderSubmission'] > .header > .side:last-child > .button {
    color: #0373f3;
}
.page[name='orderSubmission'] > .content > .others > .title {
    color: #54a22a;
}
.page[name='orderSubmission'] > .content > .transfer > .top > .title {
    color: #e7bb45;
}
.page[name='orderSubmission'] > .content > .transfer > .bottom > .item > .button {
    background-color: #f3f3f3;
}
.page[name='orderSubmission'] > .content > .transfer > .button {
    color: #ffffff;
    background-color: #0373f3;
}
.page[name='orderSubmission'] > .content > .button {
    border: 2px solid #0373f3;
    color: #0373f3;
}