input[type="text"], input[type="button"], button {
    border: none;
    outline-style: none;
}

input::-webkit-input-placeholder { /*WebKit browsers*/
    font-size: 0.32rem;
}

input::-moz-input-placeholder { /*Mozilla Firefox*/
    font-size: 0.32rem;
}

input::-ms-input-placeholder { /*Internet Explorer*/
    font-size: 0.32rem;
}

.layout {
    background: #f5f5f5;
    padding: 0 0.2rem;
}
.main{
    margin-bottom: 1.2rem;
}
.top_img img {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 auto 0.3rem auto;
    display: block;
}

.main .inp_div {
    background: #fff;
    font-size: 0.32rem;
    height: 0.5rem;
    line-height: 0.5rem;
    display: flex;
    padding: 0.2rem;
    border-bottom: 0.01rem solid #dcdcdc;
    margin-top: 0.2rem;
    position: relative;
}

.main .tipWarn {
    font-size: 0.32rem;
    color: #ff6000;
    position: absolute;
    bottom: -0.2rem;
    left: 2.6rem;
}

.main .inp_textarea {
    height: 1.6rem;
    font-size: 0.28rem;
}

.main .inp_div:last-child {
    border-bottom: none;
}

.main .inp_div label {
    text-align: left;
    height: 0.48rem;
    width: 32%;
    border-right: 0.01rem solid #dcdcdc;
    color: #323232;
    font-size: 0.32rem;
    float: left;
}

.main .inp_div input, .main .inp_div textarea, .main .inp_div select {
    width: 61%;
    padding: 0 0.2rem;
    outline-style: none;
    font-size: 0.32rem;
    border: 0;
    background: rgba(0, 0, 0, 0);
    color: #646464;
    z-index: 10;
    resize: none;
}

.main .inp_textarea textarea {
    font-size: 0.28rem;
}

.main .inp_div select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 0.2rem;
}

.main .inp_div .arrow {
    display: inline-block;
    position: absolute;
    right: 0.2rem;
    top: 0.35rem;
    background: url(../icons/icon_arrow.png) no-repeat right;
    background-size: 100%;
    width: 0.4rem;
    height: 0.22rem;
    z-index: 10;
}

.submit_form {
    background: #8dbe0f;
    height: 1rem;
    color: #fff;
    width: 90%;
    font-size: 0.32rem;
    margin: 0 auto;
    display: block;
}
@media screen and (min-width: 1024px) {
    .layout {
        padding: 0 5rem;
    }
    .submit_form{
        width: 58%;
    }
}