/* stylelint-disable */
.screeen-page {
  background-color: #fff;
  padding: 0 16PX 40PX 16PX; }
  .screeen-page-text .title {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .screeen-page-text .tips {
    width: 16PX;
    height: 16PX;
    border-radius: 4PX;
    color: white;
    font-size: 12PX;
    background-color: #153d9a;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
  .screeen-page-text h2 {
    color: #0d141e;
    font-size: 16PX;
    padding-left: 8PX; }
  .screeen-page-text p {
    margin-left: 24PX;
    padding-top: 8PX;
    line-height: 22PX;
    font-size: 16PX;
    color: #737b87; }

