body {
    width: 100%;
}
.bg{
    position:relative;
}
.bg .bgColor {
    width: 100%;
    position: relative;
}
.bg .leftLogo {
    width: 1.75rem;
    height: auto;
    position: absolute;
    z-index: 10;
    top: 0.4rem;
    left: 0.4rem;
}
.bg .rightmo {
    width: 2.2rem;
    height: auto;
    position: absolute;
    z-index:10;
    top: 0;
    right: 0;
}
.content {
    width: 100%;
    background: linear-gradient(180deg,#f3bb1c,#efeae4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.childtitle {
    width: 100%;
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}
.childtitle img{
    width: 75%;
    height:auto;
}
.pad-lr-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.formbg {
    width: 100%;
    height: 7.5rem;
    position: relative;
    background-image: url("../../images2/child/inputbg.png")/*tpa=https://qm.chuangkeheming.com/template/yun_rui/wap/images2/child/inputbg.png*/;
    background-size: 100% 100%;
    background-position: center 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.formscale {
    transform: scale(1);
    animation: formscale .5s linear forwards .7s;
    -webkit-animation: formscale .5s linear forwards .7s;
}
@keyframes formscale {
    50% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
.formdiv {
    width: 100%;
    padding: 1rem 0.55rem 0.55rem;
    text-align: center;
}
.form-item {
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    margin-bottom:0.3rem;
}
.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.2rem;
}
.beishu {
    width: 100%;
    padding: 0 0.5rem;
    margin-top: 0.5rem;
    box-sizing:border-box;
}
.beishu img {
    width: 100%;
    height: auto;
    position: relative;
}