.page[name='orderSubmission'] > .header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.page[name='orderSubmission'] > .header > .side:first-child > .button {
    padding: 20px;
}
.page[name='orderSubmission'] > .header > .side:first-child > .button > img {
    display: block;
    height: 24px;
}
.page[name='orderSubmission'] > .header > .side:first-child > div:not(.button) {
    padding: 19.5px 8px;
    font-size: 16px;
    font-weight: 600;
}
.page[name='orderSubmission'] > .content {
    position: absolute;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 22px;
    text-align: center;
}
.page[name='orderSubmission'] > .content:not([mode='others']) > .others {
    display: none;
}
.page[name='orderSubmission'] > .content > .others {
    margin-bottom: 64px;
}
.page[name='orderSubmission'] > .content > .others > img {
    width: 64px;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
    display: block;
}
.page[name='orderSubmission'] > .content > .others > .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 32px;
}
.page[name='orderSubmission'] > .content:not([mode='transfer']) > .transfer {
    display: none;
}
.page[name='orderSubmission'] > .content > .transfer {
    margin-bottom: 64px;
}
.page[name='orderSubmission'] > .content > .transfer > .top {
    margin-bottom: 32px;
}
.page[name='orderSubmission'] > .content > .transfer > .top > img {
    width: 64px;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
    display: block;
}
.page[name='orderSubmission'] > .content > .transfer > .top > .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}
.page[name='orderSubmission'] > .content > .transfer > .middle > .title {
    font-weight: 600;
    margin-bottom: 8px;
}
.page[name='orderSubmission'] > .content > .transfer > .middle > .description {
    margin-bottom: 24px;
}
.page[name='orderSubmission'] > .content > .transfer > .bottom {
    margin-bottom: 24px;
}
.page[name='orderSubmission'] > .content > .transfer > .bottom > .item {
    overflow: hidden;
    padding-top: 4px;
    padding-bottom: 4px;
}
.page[name='orderSubmission'] > .content > .transfer > .bottom > .item > .text {
    font-weight: 600;
}
.page[name='orderSubmission'] > .content > .transfer > .bottom > .item > .button {
    overflow: hidden;
    padding: 4px 6px;
    border-radius: 8px;
    margin-top: -4px;
}
.page[name='orderSubmission'] > .content > .transfer > .bottom > .item > .button > img {
    width: 20px;
}
.page[name='orderSubmission'] > .content > .transfer > .bottom > .item > .button > div {
    font-size: 12px;
    font-weight: 600;
}
.page[name='orderSubmission'] > .content > .transfer > .button {
    padding: 10px 24px;
    border-radius: 36px;
    font-size: 16px;
    font-weight: 600;
    margin-right: auto;
    margin-left: auto;
}
.page[name='orderSubmission'] > .content > .button {
    padding: 6px 20px;
    border-radius: 36px;
    font-size: 16px;
    font-weight: 500;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
}