.bg img {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: -1px;
}

.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.8rem 0.35rem;
}

.reviewtitle {
    width: 100%;
    text-align: center;
    margin-top: 2.6rem;
    margin-bottom: 1rem;
}

.reviewtitle img {
    width: 80%;
    height: auto;
}

.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;
}
.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;
}

.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;
}
.bottomBtn {
    background: linear-gradient(180deg,rgba(254,127,102,1),rgba(238,69,63,1)) !important;
}
