.text-overflow-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all; }

.text-overflow-2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical; }

.flex-between, .device-mobile .mobile-container .sub-title, .device-mobile .mobile-container .used-resources-box ul.user-app-download li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-start, .device-mobile .mobile-container .used-resources-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

body > p.version-number {
  font-size: 12px;
  color: #9398a0;
  height: 44px;
  line-height: 44px;
  text-align: center;
  display: none; }

.default-table, .loading-table {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px; }
  .default-table p, .loading-table p {
    font-size: 14px;
    color: #c5c5c5; }

.default-table {
  display: none; }

.home-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
  text-align: center; }
  .home-mask p {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #c5c5c5; }

.tool-detection .hint {
  position: relative; }
  .tool-detection .hint .con {
    display: none;
    padding: 10px;
    border-radius: 5px;
    width: 400px;
    text-align: left;
    position: absolute;
    background-color: #606265;
    color: white;
    left: -70px;
    top: 30px; }
  .tool-detection .hint:hover .con {
    display: block; }

.device-pc {
  display: none;
  overflow: hidden; }
  .device-pc .header .right-used-resources > div span {
    width: auto; }
  .device-pc .header .right-used-resources > div img {
    width: 20px;
    height: 20px; }
  .device-pc .header .right-used-resources ul {
    right: 180px; }
  .device-pc .header .right-used-resources:hover ul {
    display: block; }
  .device-pc .super-title {
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    color: #4b4b4b; }
  .device-pc .overview {
    display: none; }
  .device-pc .home-pagination {
    clear: both;
    text-align: center; }
    .device-pc .home-pagination.hide-page-size .pageSizeBox {
      display: none; }
    .device-pc .home-pagination.hide-total .total {
      display: none; }
    .device-pc .home-pagination ul li {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      font-weight: 500;
      text-align: center;
      cursor: pointer;
      width: 32px;
      height: 32px;
      line-height: 32px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #e7e7e7;
      color: #a6a6a6;
      border-radius: 4px;
      margin-right: 16px; }
      .device-pc .home-pagination ul li.active, .device-pc .home-pagination ul li:hover {
        color: #1467ed;
        border-color: #1467ed;
        background-color: transparent;
        behavior: url("assets/PIE.htc"); }
      .device-pc .home-pagination ul li.prev, .device-pc .home-pagination ul li.next {
        width: auto;
        line-height: 22px;
        height: 22px;
        color: #383838;
        cursor: pointer;
        border: none;
        position: relative; }
        .device-pc .home-pagination ul li.prev.disabled, .device-pc .home-pagination ul li.next.disabled {
          cursor: not-allowed;
          color: #c5c5c5; }
          .device-pc .home-pagination ul li.prev.disabled:after, .device-pc .home-pagination ul li.next.disabled:after {
            border-color: #c5c5c5; }
        .device-pc .home-pagination ul li.prev:after, .device-pc .home-pagination ul li.next:after {
          content: "";
          position: absolute;
          top: 8px;
          width: 6px;
          height: 6px;
          border-color: #383838; }
        .device-pc .home-pagination ul li.prev:not(.disabled):hover, .device-pc .home-pagination ul li.next:not(.disabled):hover {
          color: #1467ed; }
      .device-pc .home-pagination ul li.prev {
        margin-right: 48px;
        padding-left: 14px; }
      .device-pc .home-pagination ul li.next {
        padding-right: 14px;
        margin-left: 32px; }
  .device-pc .content {
    width: 82%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 86px; }
    .device-pc .content > div {
      float: left; }
    .device-pc .content .left {
      position: relative;
      z-index: 2;
      behavior: url("assets/ie-css3.htc");
      width: 66%;
      padding-bottom: 20px; }
      .device-pc .content .left div.super-title {
        padding-bottom: 10px;
        border-bottom: 1px solid #dcdcdc;
        overflow: hidden; }
        .device-pc .content .left div.super-title > p {
          float: left;
          height: 22px;
          line-height: 22px; }
          .device-pc .content .left div.super-title > p.bold {
            height: 25px;
            line-height: 25px;
            font-size: 18px; }
          .device-pc .content .left div.super-title > p.icon img, .device-pc .content .left div.super-title > p.icon span {
            vertical-align: middle; }
          .device-pc .content .left div.super-title > p.icon img {
            width: 20px;
            height: 20px; }
          .device-pc .content .left div.super-title > p.icon span {
            height: 20px;
            line-height: 20px; }
        .device-pc .content .left div.super-title .right-menu {
          float: left;
          margin-left: 32px; }
          .device-pc .content .left div.super-title .right-menu span {
            line-height: 22px;
            display: inline-block;
            cursor: pointer;
            font-weight: bold;
            color: #777777;
            font-size: 14px;
            position: relative;
            margin-right: 32px; }
            .device-pc .content .left div.super-title .right-menu span:hover {
              color: #1467ed; }
          .device-pc .content .left div.super-title .right-menu span.switch-menu-active {
            color: #1467ed; }
            .device-pc .content .left div.super-title .right-menu span.switch-menu-active:before {
              content: "";
              width: 30px;
              height: 3px;
              position: absolute;
              left: 15px;
              bottom: -9px;
              background-color: #1467ed; }
      .device-pc .content .left p.super-title {
        margin: 24px 0 16px; }
        .device-pc .content .left p.super-title img, .device-pc .content .left p.super-title span {
          vertical-align: middle; }
        .device-pc .content .left p.super-title img {
          width: 20px;
          height: 20px; }
        .device-pc .content .left p.super-title span {
          height: 20px;
          line-height: 20px; }
      .device-pc .content .left .often-app-content > ul,
      .device-pc .content .left .all-open-app-content > ul {
        display: none; }
        .device-pc .content .left .often-app-content > ul li,
        .device-pc .content .left .all-open-app-content > ul li {
          float: left;
          position: relative; }
          .device-pc .content .left .often-app-content > ul li > a,
          .device-pc .content .left .all-open-app-content > ul li > a {
            display: block;
            position: relative;
            overflow: hidden;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            width: 100%; }
            .device-pc .content .left .often-app-content > ul li > a > div,
            .device-pc .content .left .all-open-app-content > ul li > a > div {
              float: left; }
            .device-pc .content .left .often-app-content > ul li > a .app-name,
            .device-pc .content .left .often-app-content > ul li > a .app-remark,
            .device-pc .content .left .all-open-app-content > ul li > a .app-name,
            .device-pc .content .left .all-open-app-content > ul li > a .app-remark {
              width: 200px;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              word-break: break-all; }
            .device-pc .content .left .often-app-content > ul li > a .app-logo,
            .device-pc .content .left .all-open-app-content > ul li > a .app-logo {
              border-radius: 4px;
              overflow: hidden; }
              .device-pc .content .left .often-app-content > ul li > a .app-logo img,
              .device-pc .content .left .all-open-app-content > ul li > a .app-logo img {
                width: 48px;
                height: 48px;
                border: none; }
            .device-pc .content .left .often-app-content > ul li > a > label,
            .device-pc .content .left .all-open-app-content > ul li > a > label {
              position: absolute;
              right: 0;
              top: 0;
              z-index: 5;
              width: 48px;
              height: 24px;
              line-height: 24px;
              background: linear-gradient(293deg, #f22d39 0%, #ff7981 100%);
              -pie-background: linear-gradient(#f22d39, #ff7981);
              border-radius: 0 12px 0 12px;
              font-size: 12px;
              font-weight: bold;
              color: #ffffff;
              text-align: center;
              behavior: url("assets/PIE.htc"); }
      .device-pc .content .left .often-app-content ul {
        min-height: 170px; }
        .device-pc .content .left .often-app-content ul li {
          border-radius: 12px;
          behavior: url("assets/PIE.htc");
          overflow: hidden;
          width: 46%; }
          .device-pc .content .left .often-app-content ul li > a {
            overflow: hidden;
            border-radius: 12px;
            padding: 12px 32px;
            behavior: url("assets/PIE.htc"); }
            .device-pc .content .left .often-app-content ul li > a .app-logo {
              margin-right: 40px; }
            .device-pc .content .left .often-app-content ul li > a .app-info .app-name,
            .device-pc .content .left .often-app-content ul li > a .app-info .app-remark {
              width: 160px; }
            .device-pc .content .left .often-app-content ul li > a .app-info .app-name {
              font-size: 18px;
              font-weight: bold;
              color: #ffffff;
              height: 48px;
              line-height: 48px; }
            .device-pc .content .left .often-app-content ul li > a .app-info .app-remark {
              font-size: 14px;
              font-weight: 500;
              color: #ffffff;
              opacity: 0.8;
              line-height: 16px;
              height: 16px;
              margin-top: 8px; }
        .device-pc .content .left .often-app-content ul li.used-app-1 {
          width: 52%;
          margin-right: 2%; }
          .device-pc .content .left .often-app-content ul li.used-app-1 > a {
            padding: 40px;
            background-image: url("../../images/userd-app-no1-bg.png");
            background-position: 0 0;
            background-size: cover; }
            .device-pc .content .left .often-app-content ul li.used-app-1 > a .app-info .app-name {
              font-size: 24px;
              height: 28px;
              line-height: 28px;
              margin-top: 5px; }
            .device-pc .content .left .often-app-content ul li.used-app-1 > a .app-info .app-name-lh-80 {
              height: 80px;
              line-height: 80px;
              margin: 0; }
            .device-pc .content .left .often-app-content ul li.used-app-1 > a .app-logo img {
              width: 80px;
              height: 80px;
              zoom: 1; }
          .device-pc .content .left .often-app-content ul li.used-app-1:hover {
            -webkit-animation: move1 0.25s forwards;
                    animation: move1 0.25s forwards; }
            .device-pc .content .left .often-app-content ul li.used-app-1:hover img {
              -webkit-animation: moveImg1 0.25s forwards;
                      animation: moveImg1 0.25s forwards; }
        .device-pc .content .left .often-app-content ul li.used-app-2 {
          margin-bottom: 15px; }
          .device-pc .content .left .often-app-content ul li.used-app-2 > a {
            background-image: url("../../images/userd-app-no2.png");
            background-position: right bottom;
            background-repeat: no-repeat; }
          .device-pc .content .left .often-app-content ul li.used-app-2:hover {
            -webkit-animation: move2 0.25s forwards;
                    animation: move2 0.25s forwards; }
            .device-pc .content .left .often-app-content ul li.used-app-2:hover img {
              -webkit-animation: moveImg2 0.25s forwards;
                      animation: moveImg2 0.25s forwards; }
        .device-pc .content .left .often-app-content ul li.used-app-3 > a {
          background-image: url("../../images/userd-app-no3-bg.png");
          background-position: right bottom;
          background-repeat: no-repeat; }
        .device-pc .content .left .often-app-content ul li.used-app-3:hover {
          -webkit-animation: move3 0.25s forwards;
                  animation: move3 0.25s forwards; }
          .device-pc .content .left .often-app-content ul li.used-app-3:hover img {
            -webkit-animation: moveImg2 0.25s forwards;
                    animation: moveImg2 0.25s forwards; }
      .device-pc .content .left .all-open-app-content {
        margin-bottom: 20px; }
        .device-pc .content .left .all-open-app-content > ul {
          max-height: 354px; }
          .device-pc .content .left .all-open-app-content > ul li {
            margin-right: 2%;
            margin-bottom: 22px;
            border-radius: 8px;
            width: 32%;
            -webkit-box-shadow: 0 4px 8px 1px rgba(57, 63, 73, 0.04);
                    box-shadow: 0 4px 8px 1px rgba(57, 63, 73, 0.04); }
            .device-pc .content .left .all-open-app-content > ul li:hover {
              -webkit-box-shadow: 0 8px 20px 1px rgba(57, 63, 73, 0.12);
                      box-shadow: 0 8px 20px 1px rgba(57, 63, 73, 0.12); }
              .device-pc .content .left .all-open-app-content > ul li:hover .app-info-tooltips {
                display: inline-block !important; }
              .device-pc .content .left .all-open-app-content > ul li:hover .app-name {
                color: #1467ed !important; }
            .device-pc .content .left .all-open-app-content > ul li:nth-child(3n) {
              margin-right: 0; }
            .device-pc .content .left .all-open-app-content > ul li > a {
              border-radius: 8px;
              background-color: #ffffff;
              padding: 24px 0 0 24px;
              overflow: visible;
              behavior: url("assets/PIE.htc"); }
              .device-pc .content .left .all-open-app-content > ul li > a > div {
                display: inline-block;
                vertical-align: top;
                float: none; }
              .device-pc .content .left .all-open-app-content > ul li > a .app-logo {
                margin-right: 16px; }
              .device-pc .content .left .all-open-app-content > ul li > a .app-info {
                font-size: 14px; }
                .device-pc .content .left .all-open-app-content > ul li > a .app-info .app-name-top-box > div {
                  float: left; }
                .device-pc .content .left .all-open-app-content > ul li > a .app-info .app-name-box {
                  position: relative; }
                  .device-pc .content .left .all-open-app-content > ul li > a .app-info .app-name-box:hover .app-name-tooltips {
                    display: block; }
                  .device-pc .content .left .all-open-app-content > ul li > a .app-info .app-name-box .app-name-tooltips {
                    display: none;
                    position: absolute;
                    z-index: 2;
                    left: 0;
                    top: -30px;
                    text-align: center;
                    overflow: hidden; }
                    .device-pc .content .left .all-open-app-content > ul li > a .app-info .app-name-box .app-name-tooltips p {
                      height: 30px;
                      line-height: 30px;
                      font-size: 12px;
                      font-weight: 500;
                      color: #fff;
                      padding: 0 12px;
                      display: inline-block;
                      background: rgba(0, 0, 0, 0.6);
                      border-radius: 3px;
                      overflow: hidden;
                      white-space: nowrap;
                      text-overflow: ellipsis;
                      word-break: break-all; }
                .device-pc .content .left .all-open-app-content > ul li > a .app-info .app-info-tooltips {
                  display: none;
                  position: relative;
                  margin-top: 5px;
                  margin-left: 4px;
                  width: 16px;
                  height: 16px;
                  background-image: url("../../../assets/images/info-circle.png");
                  background-repeat: no-repeat;
                  background-position: center;
                  background-size: 100%; }
                  .device-pc .content .left .all-open-app-content > ul li > a .app-info .app-info-tooltips:hover > div {
                    display: block; }
                  .device-pc .content .left .all-open-app-content > ul li > a .app-info .app-info-tooltips > div {
                    display: none;
                    position: absolute;
                    top: -11px;
                    border: none;
                    border-radius: 0;
                    padding-left: 4px;
                    z-index: 1;
                    -moz-opacity: 0.7;
                    -khtml-opacity: 0.7;
                    opacity: 0.7;
                    filter: alpha(opacity=70); }
                    .device-pc .content .left .all-open-app-content > ul li > a .app-info .app-info-tooltips > div i {
                      position: absolute;
                      top: 15px;
                      width: 0;
                      height: 0;
                      border: 5px solid black; }
                    .device-pc .content .left .all-open-app-content > ul li > a .app-info .app-info-tooltips > div p {
                      line-height: 20px;
                      background-color: #0f0f0f;
                      color: white;
                      padding: 2px 10px;
                      font-size: 12px;
                      white-space: nowrap;
                      border-radius: 3px; }
                  .device-pc .content .left .all-open-app-content > ul li > a .app-info .app-info-tooltips > .modal-right {
                    left: 20px; }
                    .device-pc .content .left .all-open-app-content > ul li > a .app-info .app-info-tooltips > .modal-right i {
                      left: -6px;
                      border-left-color: transparent;
                      border-top-color: transparent;
                      border-bottom-color: transparent; }
                  .device-pc .content .left .all-open-app-content > ul li > a .app-info .app-info-tooltips > .modal-left {
                    right: 20px; }
                    .device-pc .content .left .all-open-app-content > ul li > a .app-info .app-info-tooltips > .modal-left i {
                      right: -10px;
                      border-right-color: transparent;
                      border-top-color: transparent;
                      border-bottom-color: transparent; }
                .device-pc .content .left .all-open-app-content > ul li > a .app-info .app-name {
                  width: auto;
                  max-width: 200px;
                  line-height: 26px;
                  height: 26px;
                  font-weight: bold;
                  color: #242424; }
                .device-pc .content .left .all-open-app-content > ul li > a .app-info .app-remark {
                  font-size: 12px;
                  margin-bottom: 12px;
                  clear: both;
                  height: 34px;
                  line-height: 17px;
                  font-weight: 500;
                  color: #a6a6a6;
                  text-overflow: -o-ellipsis-lastline;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  display: -webkit-box;
                  -webkit-line-clamp: 2;
                  line-clamp: 2;
                  -webkit-box-orient: vertical;
                  white-space: break-spaces; }
                .device-pc .content .left .all-open-app-content > ul li > a .app-info .app-name-lh-48 .app-name-box {
                  margin-bottom: 24px; }
                .device-pc .content .left .all-open-app-content > ul li > a .app-info .app-name-lh-48 .app-name {
                  line-height: 26px;
                  height: 48px; }
                .device-pc .content .left .all-open-app-content > ul li > a .app-info .app-name-lh-48 .app-info-tooltips {
                  margin-top: 4px; }
              .device-pc .content .left .all-open-app-content > ul li > a > label {
                width: 24px; }
        .device-pc .content .left .all-open-app-content #usedApp {
          padding: 0; }
          .device-pc .content .left .all-open-app-content #usedApp > div {
            text-align: center;
            position: relative; }
            .device-pc .content .left .all-open-app-content #usedApp > div .pageBtnWrap {
              overflow: hidden;
              display: inline-block;
              float: none;
              position: static; }
              .device-pc .content .left .all-open-app-content #usedApp > div .pageBtnWrap span.disabled {
                color: #c5c5c5; }
              .device-pc .content .left .all-open-app-content #usedApp > div .pageBtnWrap .page-pre,
              .device-pc .content .left .all-open-app-content #usedApp > div .pageBtnWrap .page-next {
                color: #383838; }
              .device-pc .content .left .all-open-app-content #usedApp > div .pageBtnWrap .page-next,
              .device-pc .content .left .all-open-app-content #usedApp > div .pageBtnWrap .page-pre {
                position: relative;
                background-color: transparent;
                border: none;
                margin-top: 4.5px; }
                .device-pc .content .left .all-open-app-content #usedApp > div .pageBtnWrap .page-next:after,
                .device-pc .content .left .all-open-app-content #usedApp > div .pageBtnWrap .page-pre:after {
                  content: "";
                  position: absolute;
                  top: 8px;
                  width: 6px;
                  height: 6px; }
              .device-pc .content .left .all-open-app-content #usedApp > div .pageBtnWrap .page-pre {
                margin-right: 48px; }
                .device-pc .content .left .all-open-app-content #usedApp > div .pageBtnWrap .page-pre:after {
                  left: 2px;
                  border-top: 1px solid #c5c5c5;
                  border-left: 1px solid #c5c5c5;
                  -webkit-transform: rotate(-45deg);
                          transform: rotate(-45deg); }
              .device-pc .content .left .all-open-app-content #usedApp > div .pageBtnWrap .page-next {
                margin-left: 32px; }
                .device-pc .content .left .all-open-app-content #usedApp > div .pageBtnWrap .page-next:after {
                  right: 0;
                  border-top: 1px solid #c5c5c5;
                  border-right: 1px solid #c5c5c5;
                  -webkit-transform: rotate(45deg);
                          transform: rotate(45deg); }
              .device-pc .content .left .all-open-app-content #usedApp > div .pageBtnWrap a.page-pre:after,
              .device-pc .content .left .all-open-app-content #usedApp > div .pageBtnWrap a.page-next:after {
                border-color: #383838; }
              .device-pc .content .left .all-open-app-content #usedApp > div .pageBtnWrap a.page-pre:hover,
              .device-pc .content .left .all-open-app-content #usedApp > div .pageBtnWrap a.page-next:hover {
                color: #1467ed;
                cursor: pointer; }
                .device-pc .content .left .all-open-app-content #usedApp > div .pageBtnWrap a.page-pre:hover:after,
                .device-pc .content .left .all-open-app-content #usedApp > div .pageBtnWrap a.page-next:hover:after {
                  border-color: #1467ed; }
              .device-pc .content .left .all-open-app-content #usedApp > div .pageBtnWrap span:not(.page-pre, .page-next),
              .device-pc .content .left .all-open-app-content #usedApp > div .pageBtnWrap a:not(.page-pre, .page-next) {
                width: 32px;
                height: 32px;
                line-height: 32px;
                padding: 0;
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                border-color: #e7e7e7;
                color: #a6a6a6; }
                .device-pc .content .left .all-open-app-content #usedApp > div .pageBtnWrap span:not(.page-pre, .page-next).curr, .device-pc .content .left .all-open-app-content #usedApp > div .pageBtnWrap span:not(.page-pre, .page-next):hover,
                .device-pc .content .left .all-open-app-content #usedApp > div .pageBtnWrap a:not(.page-pre, .page-next).curr,
                .device-pc .content .left .all-open-app-content #usedApp > div .pageBtnWrap a:not(.page-pre, .page-next):hover {
                  color: #1467ed;
                  border-color: #1467ed;
                  background-color: transparent; }
      .device-pc .content .left .left-footer {
        margin-top: 24px; }
        .device-pc .content .left .left-footer ul.used-app-download {
          overflow: hidden; }
          .device-pc .content .left .left-footer ul.used-app-download li {
            float: left;
            width: 32%;
            padding: 24px 16px;
            background-color: #fff;
            border-radius: 8px;
            -webkit-box-shadow: 0 4px 8px 1px #f5f3f3;
                    box-shadow: 0 4px 8px 1px #f5f3f3;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            position: relative;
            margin: 0 1.3% 20px 0;
            behavior: url("assets/PIE.htc"); }
            .device-pc .content .left .left-footer ul.used-app-download li > img {
              width: 48px;
              height: 48px;
              float: left;
              margin-right: 12px; }
            .device-pc .content .left .left-footer ul.used-app-download li .download-text {
              float: left;
              position: relative;
              width: 45%; }
              .device-pc .content .left .left-footer ul.used-app-download li .download-text p {
                font-size: 14px;
                font-weight: bold;
                color: #242424;
                line-height: 20px;
                margin: 4px 0;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                word-break: break-all; }
              .device-pc .content .left .left-footer ul.used-app-download li .download-text:hover {
                cursor: pointer; }
              .device-pc .content .left .left-footer ul.used-app-download li .download-text:hover .hide {
                display: block; }
              .device-pc .content .left .left-footer ul.used-app-download li .download-text .hide {
                position: absolute;
                top: 30px;
                color: white;
                text-align: center;
                width: 130px;
                padding: 5px;
                font-size: 13px;
                background-color: #606265;
                border-radius: 4px;
                display: none;
                left: -20px;
                z-index: 9999; }
              .device-pc .content .left .left-footer ul.used-app-download li .download-text span {
                font-size: 12px;
                font-weight: 500;
                color: #a6a6a6;
                line-height: 17px;
                display: block;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                word-break: break-all; }
            .device-pc .content .left .left-footer ul.used-app-download li .download-btn-box {
              width: 48px;
              margin-top: 10px;
              float: right; }
            .device-pc .content .left .left-footer ul.used-app-download li button,
            .device-pc .content .left .left-footer ul.used-app-download li a {
              display: block;
              width: 48px;
              background-color: #ecf3fe;
              border: 1px solid #1467ed;
              border-radius: 16px;
              float: right;
              cursor: pointer;
              text-align: center;
              padding: 5px 0;
              position: relative;
              z-index: 3;
              behavior: url("assets/PIE.htc"); }
              .device-pc .content .left .left-footer ul.used-app-download li button img,
              .device-pc .content .left .left-footer ul.used-app-download li a img {
                border: none;
                width: 16px;
                height: 16px; }
                .device-pc .content .left .left-footer ul.used-app-download li button img.hover-show,
                .device-pc .content .left .left-footer ul.used-app-download li a img.hover-show {
                  display: none; }
              .device-pc .content .left .left-footer ul.used-app-download li button:hover,
              .device-pc .content .left .left-footer ul.used-app-download li a:hover {
                background-color: #1467ed; }
                .device-pc .content .left .left-footer ul.used-app-download li button:hover .hover-show,
                .device-pc .content .left .left-footer ul.used-app-download li a:hover .hover-show {
                  display: inline-block; }
                .device-pc .content .left .left-footer ul.used-app-download li button:hover .hover-hide,
                .device-pc .content .left .left-footer ul.used-app-download li a:hover .hover-hide {
                  display: none; }
            .device-pc .content .left .left-footer ul.used-app-download li .lh-48 {
              line-height: 48px;
              margin: 0; }
            .device-pc .content .left .left-footer ul.used-app-download li:hover .modal-left-mac {
              display: block; }
            .device-pc .content .left .left-footer ul.used-app-download li .modal-left {
              display: none;
              position: absolute;
              top: 10px;
              border: none;
              border-radius: 0;
              padding-left: 4px;
              z-index: 1;
              -moz-opacity: 0.7;
              -khtml-opacity: 0.7;
              opacity: 0.7;
              filter: alpha(opacity=70);
              left: 28%; }
              .device-pc .content .left .left-footer ul.used-app-download li .modal-left i {
                position: absolute;
                top: 11px;
                width: 0;
                height: 0;
                border: 5px solid black;
                left: -6px;
                border-left-color: transparent;
                border-top-color: transparent;
                border-bottom-color: transparent; }
              .device-pc .content .left .left-footer ul.used-app-download li .modal-left p {
                width: 370px;
                line-height: 20px;
                background-color: #0f0f0f;
                color: white;
                padding: 2px 10px;
                font-size: 12px;
                white-space: nowrap;
                border-radius: 3px; }
        .device-pc .content .left .left-footer .used-office-guide {
          display: none;
          background-color: #ffffff;
          -webkit-box-shadow: 0 4px 8px 1px rgba(57, 63, 73, 0.04);
                  box-shadow: 0 4px 8px 1px rgba(57, 63, 73, 0.04);
          border-radius: 8px;
          padding: 16px; }
          .device-pc .content .left .left-footer .used-office-guide .table-title {
            overflow: hidden;
            padding-bottom: 9px;
            border-bottom: 1px solid #eeeeee;
            margin-bottom: 10px; }
            .device-pc .content .left .left-footer .used-office-guide .table-title span {
              float: left;
              height: 17px;
              line-height: 17px;
              font-size: 12px;
              font-weight: bold;
              color: #a6a6a6; }
              .device-pc .content .left .left-footer .used-office-guide .table-title span:nth-child(1) {
                width: 48%;
                margin-right: 4%; }
              .device-pc .content .left .left-footer .used-office-guide .table-title span:nth-child(2) {
                width: 24%;
                margin: 0 2% 0 20px; }
              .device-pc .content .left .left-footer .used-office-guide .table-title span:nth-child(3) {
                width: 18%; }
          .device-pc .content .left .left-footer .used-office-guide > ul li {
            position: relative;
            height: 20px;
            margin-bottom: 8px; }
            .device-pc .content .left .left-footer .used-office-guide > ul li span,
            .device-pc .content .left .left-footer .used-office-guide > ul li a,
            .device-pc .content .left .left-footer .used-office-guide > ul li p,
            .device-pc .content .left .left-footer .used-office-guide > ul li label {
              float: left;
              font-weight: 500;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box; }
            .device-pc .content .left .left-footer .used-office-guide > ul li a,
            .device-pc .content .left .left-footer .used-office-guide > ul li p,
            .device-pc .content .left .left-footer .used-office-guide > ul li label {
              color: #383838;
              font-size: 13px;
              line-height: 18px;
              height: 18px;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              word-break: break-all; }
            .device-pc .content .left .left-footer .used-office-guide > ul li span {
              text-align: center;
              width: 16px;
              height: 16px;
              line-height: 16px;
              font-size: 12px;
              color: #ffffff;
              border-radius: 4px;
              background-color: #c5c5c5;
              margin-top: 1px; }
              .device-pc .content .left .left-footer .used-office-guide > ul li span.sort-number-1 {
                background-color: #f36d78; }
              .device-pc .content .left .left-footer .used-office-guide > ul li span.sort-number-2 {
                background-color: #ed7b2f; }
              .device-pc .content .left .left-footer .used-office-guide > ul li span.sort-number-3 {
                background-color: #edc32f; }
            .device-pc .content .left .left-footer .used-office-guide > ul li a {
              margin: 0 4% 0 4px;
              width: 48%; }
              .device-pc .content .left .left-footer .used-office-guide > ul li a:hover {
                color: #1467ed; }
            .device-pc .content .left .left-footer .used-office-guide > ul li p {
              width: 24%;
              margin-right: 2%; }
            .device-pc .content .left .left-footer .used-office-guide > ul li label {
              width: 18%; }
          .device-pc .content .left .left-footer .used-office-guide #office-guide-pagination {
            text-align: right;
            overflow: hidden; }
            .device-pc .content .left .left-footer .used-office-guide #office-guide-pagination .total,
            .device-pc .content .left .left-footer .used-office-guide #office-guide-pagination ul {
              display: inline-block; }
            .device-pc .content .left .left-footer .used-office-guide #office-guide-pagination .total {
              font-size: 12px;
              font-weight: 500;
              color: #8b8b8b;
              height: 17px;
              line-height: 17px;
              margin-right: 12px; }
            .device-pc .content .left .left-footer .used-office-guide #office-guide-pagination ul {
              padding: 0 4px; }
            .device-pc .content .left .left-footer .used-office-guide #office-guide-pagination li {
              border: none;
              border-radius: 2px;
              width: 20px;
              height: 20px;
              line-height: 20px;
              color: #ffffff;
              font-size: 12px; }
              .device-pc .content .left .left-footer .used-office-guide #office-guide-pagination li.active, .device-pc .content .left .left-footer .used-office-guide #office-guide-pagination li:hover {
                background-color: #1467ed; }
              .device-pc .content .left .left-footer .used-office-guide #office-guide-pagination li.prev:hover, .device-pc .content .left .left-footer .used-office-guide #office-guide-pagination li.next:hover {
                background-color: transparent; }
              .device-pc .content .left .left-footer .used-office-guide #office-guide-pagination li.prev span, .device-pc .content .left .left-footer .used-office-guide #office-guide-pagination li.next span {
                font-size: 17px;
                color: #777777; }
              .device-pc .content .left .left-footer .used-office-guide #office-guide-pagination li.prev:after, .device-pc .content .left .left-footer .used-office-guide #office-guide-pagination li.next:after {
                display: none; }
              .device-pc .content .left .left-footer .used-office-guide #office-guide-pagination li.prev {
                margin-right: 18px; }
              .device-pc .content .left .left-footer .used-office-guide #office-guide-pagination li.next {
                margin-left: 2px; }
    .device-pc .content .right {
      width: 32%;
      float: right; }
      .device-pc .content .right .calendar-box {
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 24px;
        -webkit-box-shadow: 0 4px 8px 1px rgba(57, 63, 73, 0.04);
                box-shadow: 0 4px 8px 1px rgba(57, 63, 73, 0.04); }
        .device-pc .content .right .calendar-box .calendar-title {
          background: -webkit-gradient(linear, left top, left bottom, from(#ddeaff), color-stop(90%, rgba(255, 255, 255, 0))), #fff;
          background: linear-gradient(180deg, #ddeaff 0%, rgba(255, 255, 255, 0) 90%), #fff;
          -webkit-filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#ddeaff',endcolorstr='#ffffff',gradienttype=0 );
                  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#ddeaff',endcolorstr='#ffffff',gradienttype=0 );
          height: 72px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 15px 20px 8px;
          border-bottom: 1px solid #eeeeee; }
          .device-pc .content .right .calendar-box .calendar-title .calendar-user-name {
            font-weight: bold;
            line-height: 25px;
            font-size: 18px;
            margin-bottom: 2px;
            color: #181818; }
          .device-pc .content .right .calendar-box .calendar-title .calendar-login-time {
            font-size: 12px;
            line-height: 22px;
            font-weight: 500;
            color: #777777; }
        .device-pc .content .right .calendar-box .calendar-action-box {
          background-color: #fff; }
          .device-pc .content .right .calendar-box .calendar-action-box .calendar_info-box {
            height: 48px;
            line-height: 48px;
            overflow: hidden;
            padding: 0 20px; }
            .device-pc .content .right .calendar-box .calendar-action-box .calendar_info-box > p {
              float: left;
              font-weight: 800;
              font-size: 16px;
              color: #181818; }
            .device-pc .content .right .calendar-box .calendar-action-box .calendar_info-box > div {
              float: right; }
              .device-pc .content .right .calendar-box .calendar-action-box .calendar_info-box > div span {
                color: #1467ed;
                font-weight: 500;
                font-size: 14px;
                line-height: 22px;
                cursor: pointer;
                margin-right: 12px; }
              .device-pc .content .right .calendar-box .calendar-action-box .calendar_info-box > div button {
                width: 16px;
                height: 16px;
                line-height: 16px;
                display: inline-block;
                color: #a6a6a6;
                font-size: 14px;
                text-align: center;
                cursor: pointer;
                background-color: transparent;
                border: none;
                outline: none; }
              .device-pc .content .right .calendar-box .calendar-action-box .calendar_info-box > div button:hover {
                color: #1467ed; }
          .device-pc .content .right .calendar-box .calendar-action-box .calendar_week li {
            float: left;
            font-weight: bold;
            color: #383838;
            line-height: 42px;
            font-size: 14px; }
          .device-pc .content .right .calendar-box .calendar-action-box .calendar_week,
          .device-pc .content .right .calendar-box .calendar-action-box .calendar_week_day {
            overflow: hidden;
            text-align: center;
            padding: 0 1%; }
            .device-pc .content .right .calendar-box .calendar-action-box .calendar_week li,
            .device-pc .content .right .calendar-box .calendar-action-box .calendar_week_day li {
              width: 14%;
              float: left;
              font-weight: bold;
              color: #383838;
              font-size: 14px; }
          .device-pc .content .right .calendar-box .calendar-action-box .calendar_week {
            margin: 8px 0 12px; }
            .device-pc .content .right .calendar-box .calendar-action-box .calendar_week li {
              height: 22px;
              line-height: 22px; }
          .device-pc .content .right .calendar-box .calendar-action-box .calendar_week_day {
            padding-bottom: 14px; }
            .device-pc .content .right .calendar-box .calendar-action-box .calendar_week_day li {
              height: 32px;
              line-height: 32px; }
            .device-pc .content .right .calendar-box .calendar-action-box .calendar_week_day li.today {
              position: relative;
              color: #1467ed; }
              .device-pc .content .right .calendar-box .calendar-action-box .calendar_week_day li.today span {
                width: 4px;
                height: 4px;
                border-radius: 50%;
                background-color: #1467ed;
                position: absolute;
                left: 50%;
                margin-left: -2px;
                bottom: 0; }
      .device-pc .content .right .wait-notice-box {
        background: #ffffff;
        -webkit-box-shadow: 0 4px 8px 1px rgba(57, 63, 73, 0.04);
                box-shadow: 0 4px 8px 1px rgba(57, 63, 73, 0.04);
        border-radius: 8px; }
        .device-pc .content .right .wait-notice-box .switch-title {
          overflow: hidden;
          border-bottom: 1px solid #eeeeee; }
          .device-pc .content .right .wait-notice-box .switch-title p {
            position: relative;
            float: left;
            vertical-align: middle;
            width: 50%;
            height: 56px;
            line-height: 56px;
            font-weight: bold;
            font-size: 16px;
            color: #777777;
            cursor: pointer;
            padding-left: 20px; }
          .device-pc .content .right .wait-notice-box .switch-title p:hover {
            color: #1467ed; }
          .device-pc .content .right .wait-notice-box .switch-title p.active {
            color: #1467ed; }
        .device-pc .content .right .wait-notice-box .wait-list-box {
          display: none; }
          .device-pc .content .right .wait-notice-box .wait-list-box li {
            position: relative;
            margin-bottom: 14px;
            padding: 16px; }
            .device-pc .content .right .wait-notice-box .wait-list-box li:not(:last-child) {
              border-bottom: 1px solid #eeeeee; }
            .device-pc .content .right .wait-notice-box .wait-list-box li > p {
              color: #181818;
              line-height: 16px;
              font-size: 14px;
              margin-bottom: 11px; }
              .device-pc .content .right .wait-notice-box .wait-list-box li > p span {
                margin-left: 12px;
                color: #4b4b4b; }
            .device-pc .content .right .wait-notice-box .wait-list-box li > div {
              overflow: hidden; }
              .device-pc .content .right .wait-notice-box .wait-list-box li > div p,
              .device-pc .content .right .wait-notice-box .wait-list-box li > div span {
                overflow: hidden;
                width: 210px;
                height: 17px;
                line-height: 17px;
                font-size: 12px;
                font-weight: 500;
                color: #777777; }
              .device-pc .content .right .wait-notice-box .wait-list-box li > div p {
                float: left;
                width: 60%; }
              .device-pc .content .right .wait-notice-box .wait-list-box li > div span {
                float: right;
                width: 40%;
                text-align: right; }
            .device-pc .content .right .wait-notice-box .wait-list-box li > label {
              width: 36px;
              height: 20px;
              line-height: 20px;
              border-radius: 0px 0px 0px 20px;
              background-color: #1467ed;
              padding-right: 4px;
              color: #fff;
              font-size: 12px;
              font-weight: 500;
              text-align: right;
              position: absolute;
              right: 0;
              top: 0; }
            .device-pc .content .right .wait-notice-box .wait-list-box li > label.unread {
              background-color: #d2d1d1; }
        .device-pc .content .right .wait-notice-box .message-content li {
          padding: 20px; }
          .device-pc .content .right .wait-notice-box .message-content li.topping .message-item-title label {
            background-color: #fef3e6;
            color: #ed7b2f; }
          .device-pc .content .right .wait-notice-box .message-content li.read .message-item-title p {
            color: #a6a6a6; }
          .device-pc .content .right .wait-notice-box .message-content li > div {
            overflow: hidden;
            height: 20px; }
            .device-pc .content .right .wait-notice-box .message-content li > div p {
              float: left;
              font-size: 14px;
              line-height: 20px; }
            .device-pc .content .right .wait-notice-box .message-content li > div span {
              float: right;
              line-height: 20px;
              font-size: 12px; }
          .device-pc .content .right .wait-notice-box .message-content li .message-item-title {
            font-weight: bold;
            margin-bottom: 8px;
            cursor: pointer; }
            .device-pc .content .right .wait-notice-box .message-content li .message-item-title p {
              max-width: 60%;
              color: #181818;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;
              word-break: break-all; }
            .device-pc .content .right .wait-notice-box .message-content li .message-item-title label {
              float: left;
              border-radius: 2px;
              background-color: #eeeeee;
              color: #a6a6a6;
              width: 34px;
              height: 20px;
              line-height: 20px;
              margin-left: 8px;
              font-size: 12px;
              font-weight: 500;
              text-align: center; }
            .device-pc .content .right .wait-notice-box .message-content li .message-item-title span {
              color: #5e5e5e; }
            .device-pc .content .right .wait-notice-box .message-content li .message-item-title:hover p {
              color: #1467ed; }
          .device-pc .content .right .wait-notice-box .message-content li .message-item-cause p {
            font-weight: bold;
            color: #5e5e5e; }
          .device-pc .content .right .wait-notice-box .message-content li .message-item-cause span {
            font-weight: 500;
            color: #c5c5c5; }
          .device-pc .content .right .wait-notice-box .message-content li:hover {
            background: #f7f7fa; }
        .device-pc .content .right .wait-notice-box .message-content li:not(:last-child) {
          border-bottom: 1px solid #ebedf0; }
      .device-pc .content .right .empty {
        text-align: center;
        border: none !important;
        height: 155px; }
        .device-pc .content .right .empty img {
          width: 152px;
          height: auto; }
        .device-pc .content .right .empty span {
          display: block;
          margin-top: 9px;
          font-weight: bold;
          color: #c5c5c5;
          line-height: 14px;
          font-size: 12px; }
  .device-pc .mantle {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: rgba(255, 255, 255, 0);
    z-index: 3; }
  .device-pc .notice-drawer {
    width: 28%;
    min-width: 400px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 4;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    box-shadow: -12px 0px 48px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -12px 0px 48px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -12px 0px 48px 1px rgba(0, 0, 0, 0.1); }
    .device-pc .notice-drawer .notice-drawer-head,
    .device-pc .notice-drawer .notice-drawer-content,
    .device-pc .notice-drawer .notice-drawer-footer-box {
      position: absolute;
      width: 100%;
      padding: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .device-pc .notice-drawer .notice-drawer-head,
    .device-pc .notice-drawer .notice-drawer-footer-box {
      z-index: 2;
      background-color: #ffffff; }
    .device-pc .notice-drawer .notice-drawer-head {
      height: 56px; }
      .device-pc .notice-drawer .notice-drawer-head .notice-drawer-head-name {
        font-weight: 800;
        color: #181818;
        float: left; }
    .device-pc .notice-drawer .notice-drawer-content {
      padding-top: 76px;
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
      padding-bottom: 120px; }
      .device-pc .notice-drawer .notice-drawer-content > div {
        display: none; }
    .device-pc .notice-drawer .notice-drawer-footer-box {
      bottom: 0; }
    .device-pc .notice-drawer .notice-drawer-close {
      float: right;
      color: #c5c5c5;
      font-size: 24px; }
      .device-pc .notice-drawer .notice-drawer-close:hover {
        color: #0f0f0f; }
    .device-pc .notice-drawer .notice-drawer-user i {
      float: left;
      margin-right: 19px;
      width: 40px;
      height: 40px;
      border-radius: 20px;
      font-size: 40px; }
    .device-pc .notice-drawer .notice-drawer-user p {
      font-weight: bold;
      color: #181818;
      line-height: 22px;
      font-size: 16px;
      margin-bottom: 3px; }
    .device-pc .notice-drawer .notice-drawer-user span {
      font-weight: 500;
      color: #8b8b8b;
      font-size: 12px;
      line-height: 17px; }
    .device-pc .notice-drawer .notice-drawer-title {
      font-weight: bold;
      color: #181818;
      line-height: 30px;
      font-size: 16px;
      margin: 21px 0 8px; }
    .device-pc .notice-drawer .notice-drawer-info li,
    .device-pc .notice-drawer .notice-drawer-info > p {
      font-weight: 500;
      color: #4b4b4b;
      line-height: 24px;
      font-size: 14px; }
    .device-pc .notice-drawer .notice-drawer-info ul {
      margin-bottom: 10px; }
      .device-pc .notice-drawer .notice-drawer-info ul li {
        padding-left: 20px;
        margin-bottom: 10px; }
        .device-pc .notice-drawer .notice-drawer-info ul li.bold {
          margin-bottom: 4px;
          font-weight: bold;
          color: #242424; }
        .device-pc .notice-drawer .notice-drawer-info ul li:first-child {
          margin-bottom: 16px;
          padding-left: 0; }
        .device-pc .notice-drawer .notice-drawer-info ul li:not(:first-child, .sub-title) {
          padding-left: 40px; }
        .device-pc .notice-drawer .notice-drawer-info ul li.img {
          display: block;
          width: 96%;
          padding-left: 0; }
        .device-pc .notice-drawer .notice-drawer-info ul li a {
          cursor: pointer; }
          .device-pc .notice-drawer .notice-drawer-info ul li a:link, .device-pc .notice-drawer .notice-drawer-info ul li a:visited {
            color: #1467ed; }
          .device-pc .notice-drawer .notice-drawer-info ul li a:hover {
            color: #409eff; }
    .device-pc .notice-drawer .notice-drawer-footer {
      line-height: 40px;
      background-color: #1467ed;
      font-weight: bold;
      color: #ffffff;
      font-size: 14px;
      border-radius: 4px 4px 4px 4px;
      text-align: center; }
      .device-pc .notice-drawer .notice-drawer-footer:hover {
        background-color: #409eff; }
    .device-pc .notice-drawer .close-drawer {
      cursor: pointer; }
  .device-pc .fill-form-select-box {
    display: none;
    position: fixed;
    z-index: 2222;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-animation: rtl-drawer-in .3s 1ms;
            animation: rtl-drawer-in .3s 1ms; }
    .device-pc .fill-form-select-box .fill-form-select-content {
      width: 300px;
      height: 130px;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      background: #fff;
      border-radius: 4px;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center;
      padding: 20px 50px; }
      .device-pc .fill-form-select-box .fill-form-select-content .fill-form-box-close {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer; }
        .device-pc .fill-form-select-box .fill-form-select-content .fill-form-box-close:hover {
          color: #888; }
      .device-pc .fill-form-select-box .fill-form-select-content h4 {
        font-weight: 700;
        margin-bottom: 20px; }
      .device-pc .fill-form-select-box .fill-form-select-content .fill-form-account-list {
        width: 100%;
        padding: 4px 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-bottom: 10px; }
        .device-pc .fill-form-select-box .fill-form-select-content .fill-form-account-list option {
          font-size: 14px; }

.device-mobile {
  display: none;
  padding-top: 78px; }
  .device-mobile .header-mobile {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .device-mobile .header-mobile .header-top {
      overflow: hidden;
      padding: 10px 16px;
      background: -webkit-gradient(linear, left top, left bottom, from(#1467ed), to(rgba(20, 103, 237, 0.6)));
      background: linear-gradient(180deg, #1467ed 0%, rgba(20, 103, 237, 0.6) 100%);
      -webkit-filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#1467ed',endcolorstr='#991467ed',gradienttype=0 );
              filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#1467ed',endcolorstr='#991467ed',gradienttype=0 ); }
      .device-mobile .header-mobile .header-top img,
      .device-mobile .header-mobile .header-top p,
      .device-mobile .header-mobile .header-top > div {
        float: left; }
      .device-mobile .header-mobile .header-top .logo,
      .device-mobile .header-mobile .header-top .version {
        margin-top: 2px; }
      .device-mobile .header-mobile .header-top .logo {
        width: auto;
        height: 18px; }
      .device-mobile .header-mobile .header-top .title {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        line-height: 22px;
        height: 22px;
        max-width: calc(100% - 90px);
        margin: 0 8px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-break: break-all; }
      .device-mobile .header-mobile .header-top .version {
        width: 18px;
        height: 18px;
        text-align: center;
        background: url("../../images/info-circle.png") no-repeat center; }
      .device-mobile .header-mobile .header-top .avatar {
        float: right;
        width: 22.5px;
        height: 22.5px;
        border-radius: 999px; }
    .device-mobile .header-mobile .header-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      .device-mobile .header-mobile .header-menu a {
        text-align: center;
        height: 44px;
        line-height: 44px;
        font-size: 14px;
        font-weight: bold;
        color: #777777;
        position: relative; }
        .device-mobile .header-mobile .header-menu a.active {
          color: #1467ed; }
          .device-mobile .header-mobile .header-menu a.active:before {
            content: "";
            width: 32px;
            height: 3px;
            position: absolute;
            left: 15px;
            bottom: 0;
            background-color: #1467ed; }
  .device-mobile .mobile-container {
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .device-mobile .mobile-container .sub-title {
      margin: 20px 0 12px; }
      .device-mobile .mobile-container .sub-title > div img,
      .device-mobile .mobile-container .sub-title > div p {
        height: 20px; }
      .device-mobile .mobile-container .sub-title > div img {
        width: 20px;
        margin-right: 8px; }
      .device-mobile .mobile-container .sub-title > div p {
        font-size: 15px;
        font-weight: bold;
        color: #242424;
        line-height: 20px; }
      .device-mobile .mobile-container .sub-title a {
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        font-weight: 500;
        color: #777777;
        position: relative;
        padding-right: 16px; }
        .device-mobile .mobile-container .sub-title a:after {
          content: "";
          position: absolute;
          top: 7px;
          right: 5px;
          width: 6px;
          height: 6px;
          border-color: #c5c5c5;
          border-top: 1px solid;
          border-right: 1px solid;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
    .device-mobile .mobile-container ul {
      background-color: #ffffff;
      border-radius: 8px; }
    .device-mobile .mobile-container .used-app-ul, .device-mobile .mobile-container .all-app-ul {
      display: none; }
    .device-mobile .mobile-container ul.app-list {
      padding: 24px 0 4px; }
    .device-mobile .mobile-container .used-resources-switch {
      margin-bottom: 16px; }
      .device-mobile .mobile-container .used-resources-switch span {
        height: 27px;
        line-height: 27px;
        border-radius: 40px;
        border: 1px solid #e7e7e7;
        font-weight: 500;
        font-size: 12px;
        color: #a6a6a6;
        padding: 0 12px;
        margin-right: 12px; }
        .device-mobile .mobile-container .used-resources-switch span.active {
          color: #1467ed;
          border-color: #d4e3fc; }
    .device-mobile .mobile-container .used-resources-box ul.office-guide li.more {
      margin-top: -1px;
      border-top: 1px solid #eeeeee; }
      .device-mobile .mobile-container .used-resources-box ul.office-guide li.more a {
        width: 100%;
        padding-right: 0;
        text-align: center; }
        .device-mobile .mobile-container .used-resources-box ul.office-guide li.more a:after {
          right: calc(50% - 20px); }
    .device-mobile .mobile-container .used-resources-box ul.user-app-download {
      display: none;
      padding: 16px 0 16px 16px;
      overflow: hidden; }
      .device-mobile .mobile-container .used-resources-box ul.user-app-download li {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start; }
        .device-mobile .mobile-container .used-resources-box ul.user-app-download li img {
          width: 40px;
          height: 40px;
          margin-right: 12px; }
        .device-mobile .mobile-container .used-resources-box ul.user-app-download li div {
          width: calc(100% - 52px);
          position: relative; }
          .device-mobile .mobile-container .used-resources-box ul.user-app-download li div.no-version p {
            height: 40px;
            line-height: 40px; }
          .device-mobile .mobile-container .used-resources-box ul.user-app-download li div p {
            height: 20px;
            line-height: 20px;
            font-size: 14px;
            font-weight: 500;
            color: #383838; }
          .device-mobile .mobile-container .used-resources-box ul.user-app-download li div span {
            height: 17px;
            line-height: 17px;
            font-size: 12px;
            font-weight: 500;
            color: #c5c5c5; }
          .device-mobile .mobile-container .used-resources-box ul.user-app-download li div button,
          .device-mobile .mobile-container .used-resources-box ul.user-app-download li div a {
            width: 48px;
            height: 32px;
            position: absolute;
            right: 16px;
            top: 3px;
            border: none;
            border-radius: 16px;
            background-color: #ecf2fe;
            background-image: url("../../images/app-download.png");
            background-repeat: no-repeat;
            background-position: center; }
        .device-mobile .mobile-container .used-resources-box ul.user-app-download li:not(:first-child) {
          margin-top: 16px; }
        .device-mobile .mobile-container .used-resources-box ul.user-app-download li:not(:last-child) div {
          border-bottom: 1px solid #eeeeee;
          padding-bottom: 20px; }

@media screen and (max-width: 1820px) {
  .device-pc .content .left .all-open-app-content > ul li > a .app-info .app-name,
  .device-pc .content .left .all-open-app-content ul li > a .app-info .app-remark {
    max-width: 180px; } }
@media screen and (max-width: 1680px) {
  .device-pc .content .left .all-open-app-content > ul li > a .app-info .app-name,
  .device-pc .content .left .all-open-app-content ul li > a .app-info .app-remark {
    max-width: 150px; } }
@media screen and (max-width: 1480px) {
  .device-pc .content .left .all-open-app-content > ul li > a .app-info .app-name,
  .device-pc .content .left .all-open-app-content ul li > a .app-info .app-remark {
    max-width: 120px; } }
@media screen and (max-width: 1360px) {
  .device-pc {
    min-width: 1360px; }
    .device-pc .header {
      min-width: 1360px; } }
@-webkit-keyframes moveImg1 {
  100% {
    width: 88px;
    height: 88px; } }
@keyframes moveImg1 {
  100% {
    width: 88px;
    height: 88px; } }
@-webkit-keyframes moveImg2 {
  100% {
    width: 56px;
    height: 56px; } }
@keyframes moveImg2 {
  100% {
    width: 56px;
    height: 56px; } }
@-webkit-keyframes move1 {
  100% {
    width: 53%;
    margin: -5px 1.5% 0 -0.5%; } }
@keyframes move1 {
  100% {
    width: 53%;
    margin: -5px 1.5% 0 -0.5%; } }
@-webkit-keyframes move2 {
  100% {
    margin: -4px -1% 11px -0.5%;
    width: 47%; } }
@keyframes move2 {
  100% {
    margin: -4px -1% 11px -0.5%;
    width: 47%; } }
@-webkit-keyframes move3 {
  100% {
    width: 47%;
    margin: -4px -1% -4px -0.5%; } }
@keyframes move3 {
  100% {
    width: 47%;
    margin: -4px -1% -4px -0.5%; } }

/*# sourceMappingURL=index.css.map */