.header {
    margin: 1rem 5rem !important;
}

.container {
    background: url(../img/form-bg.png) center fixed;
    margin-top: 1rem;
}

.container .section-title {
    color: #fff;
}


/* 表单样式 */

form {
    padding-bottom: 60px;
}

.form {
    background-color: #fff;
    padding: 40px 28px;
}

.form ul {
    display: grid;
    display: -ms-grid;
    justify-content: space-between;
    grid-template-columns: repeat(2, 47.5%);
    -ms-grid-columns: 47.5% 47.5%;
    -ms-grid-rows: auto auto auto;
    row-gap: 40px;
}

.form li {
    display: inline-block;
    width: 100%;
}

.form li:nth-child(odd) {
    -ms-grid-column: 1
}

.form li:nth-child(even) {
    -ms-grid-column: 2
}

.form li:nth-child(3),
.form li:nth-child(4) {
    -ms-grid-row: 2
}

.form li:nth-child(5),
.form li:nth-child(6) {
    -ms-grid-row: 3
}

.form li:nth-child(7),
.form li:nth-child(8) {
    -ms-grid-row: 4
}

.form li:nth-child(9),
.form li:nth-child(10) {
    -ms-grid-row: 5
}

.form li:nth-child(11),
.form li:nth-child(12) {
    -ms-grid-row: 6
}

.form li:nth-child(13),
.form li:nth-child(14) {
    -ms-grid-row: 7
}

.form li:nth-child(15),
.form li:nth-child(16) {
    -ms-grid-row: 8
}

.form .label {
    display: block;
    height: 3rem;
    font-size: 20px;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"] {
    width: 100%;
    height: 3rem;
    font-size: 1rem;
    padding: 1rem 1.3125rem;
    box-sizing: border-box;
    border: 1px solid rgba(187, 187, 187, 1);
}

span.important {
    color: #e86224;
    font-size: 16px;
}

span.desc {
    font-size: 16px;
    color: #000;
}

span.label .gray {
    margin-left: 21px;
}

span.gray {
    font-size: 14px;
    color: #808080;
}


/* 支付样式 */

.container.payment,
.container.upload-guide {
    text-align: center;
}

.group-amount,
.payment-amount {
    color: #e86224;
    margin: 0 0.25em;
}

.container.payment .header p:first-child {
    font-size: 24px;
    margin-bottom: 20px;
}

.payment-box {
    border: 4px solid #f6b42d;
}

.payment-box .section-header {
    background-color: #f7f3ea;
    font-size: 24px;
    text-align: left;
    padding: 28px 30px;
    position: relative;
}

.payment-box .section-header .wechatPay-logo {
    height: 29px;
    vertical-align: middle;
}

.scan {
    margin: 30px auto;
    position: relative;
}

.scan img {
    width: 200px;
}

.QRPlaceholder {
    width: 100%;
}

.scan .note {
    font-size: 20px;
}

.btn.pay-now {
    margin-bottom: 60px;
}


/* 上传界面 */

.container.upload-guide .form {
    padding: 60px 100px;
}

.upload-step-container {
    display: flex;
    justify-content: space-between;
}

.container.upload-guide .header {
    margin-bottom: 50px !important;
}

.container.upload-guide .header p:first-child {
    font-size: 24px;
}

#step1,
#step2,
#step3 {
    width: 200px;
}

#step1 img,
#step2 img,
#step3 img {
    width: 154px;
    margin-bottom: 12px;
    margin-top: 24px;
}

.arror-right {
    align-self: center;
}

.arror-right img {
    width: 29px;
}

p.desc {
    font-size: 18px;
    margin: 12px auto;
}

.step-controller .step-ctrl-item .now-at+span:nth-child(2) {
    border-bottom: none;
    height: inherit;
}

#app .step-controller .step-title {
    border-bottom: 4px #000 solid;
    height: 32px;
}