@charset "UTF-8";
.pres {
  /* 按钮鼠标指针 */
  /* 让表格边框不重叠 */ }
  .pres, .pres * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-break: break-all;
    line-height: inherit;
    word-wrap: break-word;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    border: 0; }
  .pres ul,
  .pres ol,
  .pres li,
  .pres dl,
  .pres dd,
  .pres dt {
    list-style: none;
    list-style-type: none; }
  .pres input,
  .pres textarea {
    outline: none; }
  .pres textarea {
    resize: none; }
  .pres input[type='button'], .pres button {
    cursor: pointer;
    -moz-user-focus: none;
    user-select: none; }
  .pres a,
  .pres i,
  .pres a:hover {
    text-decoration: none;
    cursor: pointer; }
  .pres table {
    border-collapse: collapse; }
  .pres img,
  .pres label {
    cursor: pointer; }

body {
  margin: 0; }

.pres:not([__null__]) {
  width: 100vw;
  height: 100vh;
  overflow: hidden auto;
  padding: 5vw 0;
  background: #F6F6F6; }
  .pres:not([__null__]) .pres-crumbs {
    padding: 0 8vw;
    display: flex;
    max-width: 1200px;
    align-items: center;
    font-size: 3vw;
    margin-bottom: 5vw;
    color: #aaa; }
  .pres:not([__null__]) .pres-content {
    width: 90vw;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 7vw;
    border: 1px solid #ddd;
    box-shadow: 0 0 5vw 1vw rgba(0, 0, 0, 0.07); }
    .pres:not([__null__]) .pres-content > h3 {
      color: #4095ff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 5vw;
      font-weight: bold;
      margin-bottom: 7vw; }
    .pres:not([__null__]) .pres-content > h4 {
      font-weight: bold;
      margin-bottom: 4vw;
      color: #000;
      font-size: 4vw; }
    .pres:not([__null__]) .pres-content > p {
      color: #555;
      display: flex;
      align-items: center;
      margin-bottom: 3vw;
      font-size: 3.5vw; }
      .pres:not([__null__]) .pres-content > p > span {
        color: #999; }
