.navigation {
    margin-top:  calc(5.55*0.53vw);
    height:  calc(4.34*0.53vw);
    background-color: #016BCA;
    color: #ffffff;
    line-height:  calc(4.34*0.53vw);
    padding-left: 8vw;
    font-size: 0.6rem;
    >a:hover{
        text-decoration: underline;
    }
}

#from {
    background-color: #FAFAFA;
    padding: 0 18.75vw calc( 6*0.53vw) 18.75vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    .title {
        font-size: 2rem;
        margin-top: calc( 5*0.53vw);
    }

    .text {
        color: #303030;
        font-size: 0.9rem;
        margin-top: calc( 2*0.53vw);
    }

    .form {
        margin-top: calc( 4*0.53vw);
        width: 581px;
        padding: 47px 66px;
        height: 815px;
        background-color: #fff;


        .el-form-item__label::after {
            content: '*';
            color: #FF0000;
            margin-left: 4px;
            font-size: 0.8rem;

            display: inline-block;
            /*width: 0;*/
            height: 100%;
            vertical-align: middle;
            overflow: hidden;
            text-align: center;
        }

        .form-button{
            margin-top: 26px;
            width: 100%;
            background-color: #016BCA;
            border: none;
            height: 60px;
            font-size: 0.8rem;
        }
        .el-input__inner{
            height: 50px;
        }
        .el-textarea__inner{
            height: 160px;

        }

        .el-form-item__label{
            padding-bottom: 0;
            height: 36px;
        }
        .label{
            margin-top: 20px;
        }
        .el-input-group__prepend{
            width: 40px;
        }
        .nox .el-form-item__label::after {
            content: none;
        }
        .el-form-item__label{
            font-size: 0.8rem;
            vertical-align: middle;
        }
        .el-input__inner{
            font-size: 0.8rem;
        }
    }
}
