  .system_right_tips {
    border-top: 1px solid #F9C09C;
    position: absolute;
    bottom: 0;
    height: 90px;
    width: 640px;
    text-align: left;
    padding: 25px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
  }

  .system_right_tips a {
    color: #EA3A23;
  }

  .system_right_box {
    text-align: center;
    padding-top: 30px;
  }

  .system_right_box span {
    color: #EA3A23
  }

  .system_right_box img {
    width: 210px;
    height: 210px;
    margin: 25px;
  }

  .system_right_box_title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 17px;
  }

  .system_tips {
    border-top: 1px solid #FFBA8A;
    font-size: 16px;
    color: #FFFEFF;
    line-height: 24px;
    padding: 20px;
    text-align: center;
  }

  .system_tips p:first-child {
    font-weight: bold;
  }

  .system_left_box {
    width: 100%;
    height: 440px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
  }

  .system_left_box p {
    font-size: 18px;
    font-weight: bold;
    color: #FFFEFF;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .system_left_box a:not(.admin_piao_edit) {
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #FFFEFF;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    color: #B34746;
    text-align: center;
  }

  .system_left_box>a:hover {
    text-decoration: none;
    outline-style: auto;
  }

  .system_right_title {
    background: url(/statics/images/system_title.png) no-repeat left;
    position: absolute;
    height: 84px;
    width: 530px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFEFF;
    top: -71px;
    left: -1px;
    line-height: 70px;
    text-indent: 30px;
  }

  .system_main {
    background: #fff;
    padding: 20px;
  }

  .system_box {
    width: 1086px;
    height: 569px;
    background: #FDE9E4;
    border-radius: 10px;
    padding: 28px 37px;
    display: flex;
    justify-content: space-between;
  }

  .system_left {
    width: 350px;
    height: 570px;
    border-image: linear-gradient(0deg, #F3973B, #F3973B) 10 10;
    background: linear-gradient(0deg, #F28E26 0%, #FD644F 100%);
    border-radius: 10px;
  }

  .system_right {
    width: 690px;
    height: 500px;
    background: #FFFFFF;
    border: 1px solid;
    border-image: linear-gradient(0deg, #F3973B, #F3973B) 10 10;
    border-radius: 0px 0px 10px 10px;
    position: relative;
    margin-top: 70px;
  }

  .offbtn {
    user-select: none;
    filter: grayscale(100%);
    cursor: not-allowed;
  }
