﻿/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*,
td,
th {
    padding: 0
}

* {
    margin: 0
}

body {
    max-width: 750px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: .32rem;
    font-family: PingFang SC, Microsoft Yahei;
    background-color: #fff
}

.hide {
    display: none !important
}

.banner {
    width: 100%;
    height: 6rem;
    display: block
}

.list {
    padding: 0 .3rem
}

li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .6rem 0;
    box-sizing: border-box
}

li:not(:last-child) {
    border-bottom: .01rem solid #ebebeb
}

li img {
    width: 1.28rem;
    height: 1.28rem;
    border-radius: .02rem;
    margin-right: .2rem
}

li p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: .3rem;
    color: #3a393e
}

li .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: .35rem
}

li .btn-wrap p {
    font-size: .18rem;
    color: #9b9b9b;
    line-height: 1;
    margin-top: .16rem
}

li .btn {
    width: 1.8rem;
    height: .58rem;
    background: #ff8420;
    color: #fff;
    border-radius: .1rem;
    font-size: .24rem;
    line-height: .58rem;
    text-align: center
}

.form-page {
    position: relative;
    widows: 100vw;
    height: 100vh
}

.form-page .photo {
    display: block;
    width: 100%;
    height: 100%
}

.form-page .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6)
}

.form-page .toast {
    position: absolute;
    top: 2.4rem;
    left: 50%;
    width: 6.3rem;
    height: 6.05rem;
    margin-left: -3.15rem
}

.form-page .toast h1 {
    width: 100%;
    height: 1.85rem;
    margin: 0;
    text-align: center;
    font-size: .38rem;
    color: #fff;
    line-height: 1.85rem;
    font-weight: 500;
    background-image: url(../images/title-bg.png?imageView2/1/format/webp/q/75/ignore-error/1);
    background-size: 100%;
    background-repeat: no-repeat
}

.form-page .toast .content {
    background-color: #fff;
    padding: .6rem .3rem;
    box-sizing: border-box;
    border-radius: 0 0 .16rem .16rem
}

.form-page .form .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .2rem
}

.form-page .form .item .left {
    margin-right: .2rem;
    font-size: .28rem;
    color: #999;
    line-height: .7rem
}

.form-page .form .item input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: .7rem;
    padding: 0;
    padding-left: .2rem;
    border: 1px solid #333;
    border-radius: .02rem;
    box-sizing: border-box
}

.form-page .form .item div {
    width: 1.76rem;
    height: .7rem;
    margin-left: .2rem;
    font-size: .2rem;
    color: #fff;
    background: #ff8420;
    border-radius: .02rem;
    text-align: center;
    line-height: .7rem
}

.form-page .form .item .disabled {
    background: #ccc
}

.form-page .form .item .code {
    width: 2.52rem
}

.form-page .form .item .img-code {
    margin-left: 1.02rem;
    width: 2.52rem;
    box-sizing: border-box
}

.form-page .form .item img {
    min-width: 1.76rem;
    height: .7rem;
    display: block;
    margin-left: .2rem
}

.form-page .submit-btn {
    width: 4.7rem;
    height: .8rem;
    border-radius: .8rem;
    background: #ff8420;
    color: #fff;
    text-align: center;
    line-height: .8rem;
    margin: .6rem auto 0
}

.form-page .wechat-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .3rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.3rem;
    background: #fff;
    box-sizing: border-box
}

.form-page .wechat-banner img {
    width: .88rem;
    height: .88rem
}

.form-page .wechat-banner .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: .2rem
}

.form-page .wechat-banner .text p {
    font-size: .24rem;
    color: #333;
    line-height: 1;
    margin: .06rem 0
}

.form-page .wechat-banner .text .yellow {
    font-size: .26rem;
    color: #ff8420
}

.form-page .wechat-banner .copy-btn {
    width: 1.9rem;
    height: .7rem;
    background: #3cb034;
    border-radius: .1rem;
    text-align: center;
    line-height: .7rem;
    color: #fff;
    font-size: .26rem
}