


.biaodan{
    width: 100%;
    height: 8.4rem;
    /* margin: 5% 5% 5% 5%; */
    background: url(../img/biaodan-bg.png) no-repeat;
    background-size: 90% 100%;
    /* position: relative; */
    /* top: 10.5rem;
    left: 0rem; */
    padding: 5% 5%;
    background-color:#280677;

}
input{
    outline: none;
    border: none;
    background: none;
}


.formbox{
    padding: 0.5rem 0.65rem 0 0.5rem;
    height: 4rem;
    position: relative;
    z-index: 999;
}
/* .form-bg {
    position: absolute;
    top: 12rem;
    left: 0.35rem;
    width: 90%;
} */
.formbox label{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.8rem;
    width: 85%;
    margin-bottom: 0.85rem;
    border-radius: 5px;
    border: 1px solid #25fbe4;
    margin-top: 0.2rem;
    padding-left: 0.5rem;
    background: #5d42c9;
}
.formbox label .telicon{
    display: inline-block;
    flex: 0 0 1.46rem;
    width: 1.8rem;
    height: 1rem;
    border-right: 1px solid #3bb1d9;
    background: url(../img/locationmore.png) no-repeat left center;
    background-size: auto 100%;
}
.formbox label .telicon3{
    flex: 0 0 1.46rem;
    width: 1.8rem;
    height: 1rem;
    border-right: 1px solid #3bb1d9;
    background: url('../img/mphone.png') no-repeat left center;
    background-size: auto 100%;
}

.formbox label input{
     width: 90%;
}


/* .formbox .ipt1{
    height: 0.98rem;
    line-height: 0.98rem;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
    font-size: 0.36rem;
    color: #3bb1d9;
    text-indent: 0.3rem;
    width: 5.2rem;

}
.formbox .ipt2{
    width: 90%;
    height: 0.98rem;
    line-height: 0.98rem;
    font-size: 0.36rem;
    color: #3bb1d9;
    text-indent: 0.3rem;
} */


.formbox label .telicon.telicon1{
    background: url('../img/location1.png') no-repeat left center;
    background-size: auto 100%;

}
.formbox label .telicon.telicon2{
    flex: 0 0 0.63rem;
    width: 1.8rem;
    border-right: none;
    background: url(../img/locationmore.png) no-repeat center center;
    background-size: 1.2rem 1.25rem;
    margin-right: 0.15rem;
    top: 1.5rem;
    left: 5.7rem;
    position: absolute;
}


.formbox label input{
    height: 2rem;
    line-height: 2rem;
    font-size: 0.8rem;
    color: #3bb1d9;
    text-indent: 1rem;
  
}
.formbox label input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
/* WebKit browsers */
color: #3bb1d9;

}
.formbox .text{
    margin-bottom: 0.3rem !important;
    font-size: 0.25rem !important; 
}
.formbox .submitBtn{
    width: 92%;
    height: 2.3rem;
    /* margin-top: 0.6rem; */
    text-align: center;
    color: #fff;
    font-size: 0.3rem;
    line-height: 2rem;
    /* margin-left: 0.1rem; */
    background: url(../img/button.png) no-repeat;
    background-size: 95% 95%;
    border-radius: 5px;
}
.formbox .submitBtn img{
    width: 100%;
}


