.normal{
    width: 100%;
    height: 100%;
    .test{
        position: relative;
        left: e('calc(50% - 37px)');
        top: e('calc(50% - 14px)');
    }
}