﻿.pages {
    background: linear-gradient(165deg,rgba(60,164,252,1) 1%,rgba(60,136,251,1) 100%);
}
.reviewbg1 {
    width: 100%;
    height: auto;
    pointer-events: none;
    position: absolute;
    top: 0.6rem;
    left: 0;
    z-index: 1;
}
.content {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.pad-lr-1 {
    width: 94%;
    margin: 0 auto;
    z-index: 1;
    background: rgba(255,255,255,1);
    box-shadow: 0px 3px 13px 0px rgba(26,78,174,0.38);
    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.35rem;
    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.35rem;
    padding-left: 2.4rem;
    background: #eee;
    position: absolute;
    top: 0;
    left: 0;
}
.full-form .industry {
    width: 62%;
}
.full-form .companyType {
    width: 35%;
    right: 0;
    left: 65%;
    padding-left: 0.25rem;
}
.loginform .formcode .VerifyCodeRegs{
    left: 60%;
}
.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 img {
    width: 100%;
    height: auto;
    position: relative;
}
.bottomBtn {
    background: linear-gradient(0deg,rgba(252,122,36,1) 1%,rgba(255,173,31,1) 100%) !important;
}

.beishu {
    width: 94%;
    margin: 0.5rem auto 0rem;
}

.beishu.beishu85 {
    width: 85%;
    margin-top: 1rem;
}

.beishu img {
    width: 100%;
    height: auto;
    pointer-events: none;
}