.el-form-item__content {
    line-height: 2.08333vw;
    position: relative;
    font-size: .72917vw;
}
.body-form .el-form-item,
.body-form .el-form-item__content,
.body-form .el-input,
.body-form .el-textarea {
    height: 100%;
    z-index: 111;
}
.el-textarea__inner {
    display: block;
    resize: vertical;
    padding: .26042vw .78125vw;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 2.8rem;
    color: #333;
    background-color: #eaeae8;
    background-image: none;
    border: 1px solid #dcdfe6;
    border-radius: .20833vw;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}
textarea:focus {
    border: 1px solid #dcdfe6 !important;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #eaeae8;
    background-image: none;
    border-radius: .20833vw;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-size: 2.8rem;
    display: inline-block;
    font-weight: 400;
    height: 2.08333vw;
    line-height: 2.08333vw;
    outline: 0;
    padding: 0 .78125vw;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.body-form input,
.body-form textarea {
    resize: none;
    height: 100%;
    z-index: 222;
    /*font-size: 1.45833vw;*/
    font-weight: 400;
    font-family: SourceHanSansCN;
    opacity: .8;
}

.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #eaeae8;
    border: 1px solid #dcdfe6;
    border-color: #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: .625vw 1.04167vw;
    font-size: .72917vw;
    border-radius: .20833vw;
}

.el-button--primary {
    color: #eaeae8;
    background-color: #409eff;
    border-color: #409eff;
}

.common-body .el-button--primary {
    background-color: #333;
    border-color: #333;
    height: 10.6rem;
    width: 36.5rem;
    font-size: 2.8rem;
}
.common-body .el-button--primary-div{
    background-color: #333;
    border-color: #333;
    height: 10.6rem;
    width: 36.5rem;
    font-size: 2.8rem;
    line-height: 10.6rem;
    text-align: center;
    color: #fff;
}

.el-form-item__error {
    color: #f56c6c;
    font-size: 2.8rem;
    line-height: 1;
    padding-top: .20833vw;
    position: absolute;
    top: 100%;
    left: 0;
}
.body-form .el-form-item__error {
    padding-top: .78125vw;
    /*font-size: 1.45833vw;*/
    display: none;
}

.common-body {
    padding: 0 26.0rem;
    background-color: rgba(248, 248, 248, 1);

    .body-form {
        width: 100%;
        height: 115.3rem;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-bottom: 10.0rem;
        position: relative;
        top: -6.0rem;

        .body-form-items {
            position: absolute;
            left: 0;
            top: 6.0rem;
            width: 100%;

            .body-form-item {
                margin-top: 10.0rem;
                width: 100%;
                #loading{
                    display: none;
                }
                .el-input {
                    position: relative;
                    font-size: .72917vw;
                    display: inline-block;
                    width: 100%;
                }
                .el-textarea {
                    position: relative;
                    display: inline-block;
                    width: 100%;
                    vertical-align: bottom;
                    font-size: .72917vw;
                }
                .input {
                    height: 7.1rem;
                    border: 0.1rem solid #D7D7D7;
                    width: 50%;
                    margin-top: 3.0rem;
                }

                .textarea {
                    height: 20.0rem;
                    width: 100%;
                }

                .label {
                    width: 100%;
                    font-family: SourceHanSansCN, SourceHanSansCN;
                    font-weight: 400;
                    font-size: 2.8rem;
                    color: #333333;
                    height: 4.1rem;
                    line-height: 4.1rem;
                    text-align: left;
                    font-style: normal;

                    .symbol {
                        height: 4.1rem;
                        color: #FF6868;
                    }
                }
            }
        }

        .body-form-bg {
            height: 97.0rem;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            width: 107.0rem;
            margin-left: 23.3rem;
            margin-top: 16.3rem;
        }
    }

    .body-desc {
        font-family: SourceHanSansCN-Bold;

        .title {
            color: rgba(51, 51, 51, 1);
            font-size: 7.2rem;
            font-weight: 700;
            text-align: left;
            white-space: nowrap;
            line-height: 10.7rem;
            margin-top: 18.8rem;
        }

        .title-en {
            overflow-wrap: break-word;
            color: rgba(153, 153, 153, 1);
            font-size: 4.2rem;
            font-weight: 700;
            text-align: left;
            white-space: nowrap;
            line-height: 6.2rem;
        }

        .title-desc {
            overflow-wrap: break-word;
            color: rgba(102, 102, 102, 1);
            font-size: 4.2rem;
            font-family: SourceHanSansCN-Light;
            font-weight: 300;
            text-align: justify;
            line-height: 6.3rem;
            margin-top: 6.0rem;
        }
    }
}
