.bg img {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: -1px;
    pointer-events: none;
}

.content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.pad-lr-1 {
    width:94%;
    margin: 0 auto;
    z-index: 1;
    box-shadow: 0px 3px 13px 0px rgba(44,111,206,0.38);
    background: #E0E6FE;
    box-sizing: border-box;
    border-radius: 0.2rem;
    padding: 0.6rem 0.35rem;
}
.reviewtitle {
    width: 100%;
    text-align: center;
    margin-top: 2.3rem;
    margin-bottom: 0.5rem;
}
    .reviewtitle img {
        width: 75%;
        height: auto;
        pointer-events: none;
    }

.formdiv {
    width: 100%;
    padding: 0;
    text-align: center;
}

.formitem {
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 0.2rem;
}

.formitem .form-title {
    width: 2.2rem;
    height: 100%;
    font-size: 0.4rem;
    position: absolute;
    top: 0;
    left: 0.2rem;
    z-index: 2;
}
.formitem .jiantou {
    height: 100%;
    font-size: 0.4rem;
    position: absolute;
    top: 0;
    right: 0.4rem;
    z-index: 2;
}
.formitem input {
    width: 100%;
    height: 100%;
    line-height: 1rem;
    border: none;
    font-size: 0.4rem;
    padding-left: 2.4rem;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.full-form .industry {
    width: 62%;
}
.full-form .companyType {
    width: 35%;
    right: 0;
    left: 65%;
    padding-left: 0.25rem;
}
.hiht {
    color: #5B6690;
    font-size: 0.35rem;
    text-align: left;
    margin-bottom: 0.5rem;
}
.formitem button {
    width: 7rem;
    height: 1.22rem;
    line-height: 1.21rem;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 0.45rem;
    background: linear-gradient(0deg,rgba(250,128,9,1),rgba(251,200,77,1));
    box-shadow: 0px 0.1rem 0.2rem 0px rgba(229,96,31,0.45);
    border-radius: 0.6rem;
    box-sizing: border-box;
}

.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(252,71,76,1),rgba(253,116,116,1)) !important;
}