.page-header {
    background-image: url(../image/index/background_v1_null_null.jpg); /* 设置背景图片 */
    background-size: cover; /* 背景图片覆盖 */
    background-position: center; /* 背景图片居中 */
    background-repeat: no-repeat; /* 不重复背景图片 */
    display: flex; /* 使用弹性布局 */
    flex-direction: column; /* 垂直方向布局 */
    height: 100vh;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
    font-size: 5vh; /* 设置字体大小 */
    color: #fff; /* 设置文字颜色 */
}

.otext p{
    margin-top: 4.2vh;
}