﻿.pages {
    background: linear-gradient(165deg,rgba(255,174,47,1) 1%,rgba(254,176,84,1) 100%);
}
.businessbg1 {
    width: 100%;
    height: auto;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.content {
    width: 100%;
    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(195,59,22,0.38);
    background: #fff;
    box-sizing: border-box;
    border-radius: 0.2rem;
    padding: 0.8rem 0.35rem;
    position: relative;
    z-index: 1;
}

.reviewtitle {
    width: 100%;
    text-align: center;
    margin-top: 1.7rem;
    margin-bottom: 0.8rem;
    position: relative;
    z-index: 2;
}

.reviewtitle img {
    width: 80%;
    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.6rem;
}
.formitem:last-child {
    margin-bottom: 0;
    margin-top: 1rem;
}
.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: #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.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(180deg,rgba(254,150,124,1),rgba(240,70,66,1));
    box-shadow: 0px 0.1rem 0.2rem 0px rgba(252,77,42,0.3);
    border-radius: 0.6rem;
    box-sizing: border-box;
}
.loginform .formcode .VerifyCodeRegs{
    left: 60%;
}
.bottomBtn {
    background: linear-gradient(0deg,rgba(253,46,59,1) 0%,rgba(251,89,74,1) 100%) !important;
}

.beishu {
    width: 94%;
    margin: 0.5rem auto 0rem;
}
.beishu.beishu92 {
    width: 92%;
}
.beishu img {
    width: 100%;
    height: auto;
    pointer-events: none;
}