*{margin: 0;padding: 0}
body, button, input, keygen, legend, select, textarea {
    font-family: "yahei", sans-serif;
    outline: 0;
    color: rgba(0, 0, 0, 0.6);
}
html,body {
    font-size: 0.28rem;
    overflow-x: hidden;
    position: relative;
    height: 100%;;
}

textarea {
    resize: none
}

iframe, img {
    border: 0
}

iframe {
    max-width: 100%
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

input, select, textarea {
    outline: 0;
    -webkit-user-modify: read-write-plaintext-only
}
input::-webkit-input-placeholder {
    color: #ccc;
}

input {
    -webkit-appearance: none
}

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

button:focus {
    outline: none
}

button, input {
    background: none;
    border: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    outline: none
}

a {
    color: rgba(0, 0, 0, 0.6);
}

img {
    width: 100%;
    display: block;
}

em, i {
    font-style: normal
}


p {
    margin: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    margin: 0
}

*, :after, :before {
    box-sizing: border-box
}
.clearfix {
    *zoom: 1;
}
input{

}
.clearfix:after, .clearfix:before {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.pb-02{
    padding-bottom: 0.2rem;
}
.wrapper {
    width: 7.5rem;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.form{
    padding: 0.5rem;
    background: #e2e2e2;
    display: flex;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 750px;
}
.input{
    padding: 0.2rem;
    margin-bottom: 0.4rem;
    background: #fff;
    flex: 0 0 48%;
}
.input p{
    color: #999;
    margin-bottom: 0.3rem;
    font-size: 0.29rem;
}
.input p span{
    font-size: 0.26rem;
}
.input p em{
    color: #9b0008;
}
input{
    font-size: 0.3rem;
}
.btn1{
    width: 48%;
text-align: center;
    font-size: 0.3rem;
    color: #fff;
    padding: 0.2rem;
    margin-bottom: 0.4rem;
    background: #4a8370;
    flex: 0 0 48%;
}
.text{
    text-align: center;
    font-size: 0.28rem;
}
.input1{
    padding: 0.2rem 0.2rem;
    border:1px solid #eee;
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
}
.text1{
    font-size: 0.27rem;
    text-align: justify;

}
.input input{
    width: 100%;
    text-align: center;
}
input::-webkit-input-placeholder {
    color: #999;
}
.banner{
    max-width: 750px;
    margin: 0 auto;
}