﻿body {
    width: 100%;
}
.bg{
    position:relative;
}
.bg img {
    width: 100%;
    height: auto;
    position: relative;
    pointer-events: none;
}
.content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.childtitle {
    width: 100%;
    text-align: center;
    margin-top: 1.3rem;
    margin-bottom: 0.8rem;
}
.childtitle img {
    width: 75%;
    height: auto;
    pointer-events: none;
}
.pad-lr-1 {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
}
.formbg {
    width: 100%;
    height: 8rem;
    position: relative;
    background: #AD2A21;
    border-radius:0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.formdiv {
    width: 100%;
    padding: 0.55rem 0.45rem 0;
    text-align: center;
    box-sizing: border-box;
}
.form-item {
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    margin-bottom:0.4rem;
}
.formdiv .form-item:nth-child(3){
    margin-bottom: 0 !important;
}
.form-item .form-title {
    width: 2.2rem;
    height: 100%;
    font-size: 0.4rem;
    position: absolute;
    top: 0;
    left: 0.2rem;
    z-index: 2;
}
.form-item .jiantou {
    height: 100%;
    font-size: 0.4rem;
    position: absolute;
    top: 0;
    right: 0.4rem;
    z-index: 2;
}
.form-item input {
    width: 100%;
    height: 100%;
    line-height: 1rem;
    border: none;
    font-size: 0.4rem;
    padding-left: 0.2rem;
    position: absolute;
    top: 0;
    left: 0;
}
.form-item input.city, .form-item input.industry {
    padding-left: 2.4rem;
}
.subth {
    width: auto;
    height: 1.7rem;
    margin-top: 0.4rem;
}
.beishu {
    width: 100%;
    padding: 0 0.5rem;
    margin-top: 0.5rem;
    box-sizing:border-box;
}
.beishu img {
    width: 100%;
    height: auto;
    position: relative;
}


.bottomBtn {
    background: linear-gradient(0deg,rgba(173,42,33,1) 0%,rgba(188,46,36,1) 100%) !important;
}