
footer img {
    position: absolute;
    bottom: 0;
}

#form {
    margin-top: 5vh;
}

input::-webkit-input-placeholder { /* WebKit browsers */
  color: #000;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #000;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #000;
}   
.index_bg {
    background: url(../images/bj.jpg) no-repeat bottom center;
    /*position: absolute;*/
    background-size: cover;
    height: 100vh;
}
#form input {
    border: none;
    outline: none;
}

#form .btn {
    display: block;
    text-align: center;
    margin-top: 6vh;
}
.text{
    margin-top: 5vh;
}
 .text p{
    text-align: center;
    font-size: 14px;
    color: #999999;
}

.name {
    width: 76%;
    padding: 15px 20px;
    margin-left: 12%;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.7);
    -webkit-appearance: none;
    border-style: none;
    text-align: center;
    font-size: 14px;
}
input::-webkit-input-placeholder { /* WebKit browsers */

　　color:#333;

　　}

　　input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */

　　color:#333;

　　}

　　input::-moz-placeholder { /* Mozilla Firefox 19+ */

　　color:#333;

　　}

　　input::-ms-input-placeholder { /* Internet Explorer 10+ */

　　color:#333;

　　}
.phone {
    margin-top: 3vh;
}
#main{
    width: 100%;
    position: absolute;
    top: 39vh;
    margin: 0 auto;
    z-index: 999;
}
.ewm{
    background: #fff;
    width: 40%;
    margin: 0 auto;
    padding: 10px;
}

.ewmBg{
    position: absolute;
    top: 33vh;
    z-index: 100;
    text-align: center;
}
.load-img {
    position: absolute;
    width: 30px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: none;
}
#main p{
    text-align: center;
}
.tishi{
    font-size: 12px;
    margin-top: 7vh;
    color: #ac1335;
}
.personTel{
    font-size: 14px;
    margin-top: 1vh;
}
.personName{
    margin-top: 1vh;
    font-size: 18px;
}

.text1{
    margin-top: 2vh;
}
.bjImg{
   width: 90%;
}
.logo {
    padding-top: 4vh;
}
.index_banner {
    margin-top: -3vh;
}
/*iphone6及以下*/
@media screen and (max-height:650px) {
    .bjImg{
        width: 77%;
    }
    .ewmBg{
        position: absolute;
        top: 37vh;
        z-index: 100;
        text-align: center;
    }
    #main{
        width: 100%;
        position: absolute;
        top: 41vh;
        margin: 0 auto;
        z-index: 999;
    }
    .text1{
        margin-top: 0;
    }
    .tishi{
        margin-top: 2.5vh;
    }
    .personName {
        margin-top: 0;
        font-size: 18px;
    }
}