body {
    background: #fff;
}

.veger-bgfj {
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
}

.veger-fch {
    position: relative;
    min-height: 100%;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.veger-fch-div {
    min-height: 89vh;
    margin: 0 auto;
    padding-bottom: 20px;
}

.veger-logo {
    text-align: center;
    padding: 60px 0 20px;
}

.veger-padding2 {
    padding: 15px 0 0;
}

.veger-w1 {
    width: 80%;
    margin: 0 auto 20px;
    color: #000;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.veger-w2 {
    width: 80%;
    margin: 0 auto;
    color: #000;
    font-size: 1rem;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.5px;
}

.veger-w3 {
    width: 85%;
    margin: 0 auto;
}

    .veger-w3 input, textarea {
        box-sizing: border-box;
    }

.veger-w4 > div {
    margin-top: 30px;
    position: relative;
}

.veger-w4 a {
    display: block;
    width: 75%;
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
    border: 1px solid #2289FF;
    background: #2289FF;
    border-radius: 25px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    z-index: 10;
    position: inherit;
    /*box-shadow: 0px 7px 6px -4px rgba(230,0,18,0.6);*/
}

.veger-w4 span {
    position: absolute;
    left: 12.5%;
    top: 6px;
    display: block;
    width: 75%;
    margin: 0 auto;
    height: 45px;
    border-radius: 25px;
    background: rgba(230,0,18,0.4);
    z-index: 2;
}

.veger-w5 {
    width: 85%;
    margin: 10px auto 0;
    font-size: 12px;
    color: #000;
    line-height: 17px;
}

    .veger-w5 span {
        margin-left: 5px;
    }

.veger-padding5 {
    padding: 50px 0 0;
}

.veger-inputl {
    width: 100%;
    margin: 0 auto;
    height: 43px;
    border: 1px solid #999;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
    text-indent: 10px;
    -webkit-appearance: none;
}

.veger-select {
    width: 100%;
    margin: 0 auto;
    height: 43px;
    border: 1px solid #999;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
    text-indent: 10px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/zge-icon3.png) no-repeat transparent;
    background-position: right 10px center;
    background-size: 8px;
}

.veger-input9 {
    width: 100%;
    margin: 0 auto;
    height: 43px;
    border: 1px solid #666;
    border-radius: 25px;
    font-size: 14px;
    color: #000;
    text-indent: 45px;
    -webkit-appearance: none;
}

.veger-textarea {
    width: 100%;
    margin: 0 auto;
    min-height: 90px;
    border: 1px solid #999;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
    padding: 10px;
    -webkit-appearance: none;
}

.veger-btn {
    width: 70%;
    height: 43px;
    border: 1px solid #333333;
    background: #333333;
    border-radius: 25px;
    letter-spacing: 1px;
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
    display: block;
}

.veger-padding8 {
    padding: 60px 0 0;
}

.veger-pos {
    position: relative;
}

.Scancode {
    height: 26px;
    position: absolute;
    right: 10px;
    bottom: 8px;
}

.veger-foot {
    width: 100%;
    text-align: center;
    color: #c3c3c3;
    font-size: 0.75rem;
    height: 20px;
    line-height: 20px;
    position: absolute;
    bottom: 30px;
}