@import './common/base.less';

.firstPage {
    header {
        display: block;
        .px2(padding, 0, 5);
        .px(line-height, 70);
        .px(font-size, 30);
        border-bottom: 1px solid #999; 
        text-align: center;
    }

    p {
        position: absolute;
        @top: 250/@size;
        @right: 200/@size;
        top: calc(50% - @top);
        right: calc(50% - @right);
        text-align: center;
        .px(width, 400);
        .px(font-size, 480);
        .px(line-height, 500);
        color: #e6788c;
    }

    a {
        position: absolute;
        @top: 250/@size;
        @right: 105/@size;
        top: calc(50% + @top);
        right: calc(50% - @right);
        text-align: center;
        .px2(padding, 0, 25);
        .px(font-size, 50);
        .px(line-height, 70);
        color: #e6788c;
        border: 1px solid #e6788c;
        .px(border-radius, 15);
    }
}