/*simplify animation*/
.ied #magnifier,
.ied #searchfile,
.ied #layerfolder,
.ied #simplify3_1,
.ied #simplify3_2,
.ied #simplify3_3,
.ied #simplifymouse {
  position: absolute;
  z-index: 0; }
.ied #searchfile {
  top: 62px;
  left: 114px;
  opacity: 1;
  transform-origin: 0 0; }
.ied #layerfolder {
  top: 84px;
  left: 116px;
  z-index: 1;
  opacity: 0;
  transform-origin: 0 0;
  transform: scale(0) translateZ(-1000px); }
  .ied #layerfolder > img {
    width: 107px;
    height: 85px; }
.ied #magnifier {
  position: absolute;
  z-index: 2;
  top: 70px;
  left: 80px;
  width: 300px;
  height: 300px;
  opacity: 0;
  transform: translateZ(-1000px) translateY(0px) translateX(0px) scale(3); }
.ied #magnifier img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 300px; }
.ied #simplify3_1 {
  z-index: 2;
  top: 30px;
  left: 94px;
  opacity: 1;
  transform: translateY(0) translateX(0) translateZ(0) scale(1); }
.ied #simplify3_2 {
  z-index: 2;
  top: 30px;
  left: 384px;
  transform-origin: 0 0;
  opacity: 1;
  transform: translateY(0) translateX(0) translateZ(0) scale(1); }
.ied #simplify3_3 {
  z-index: 2;
  top: 170px;
  left: 94px;
  opacity: 1;
  transform: translateY(0) translateX(0) translateZ(0) scale(1);
  transform-origin: 0 0; }
.ied #simplifymouse {
  z-index: 3;
  bottom: 54px;
  left: 400px;
  opacity: 0;
  transform: translateX(0px) scale(1); }
  .ied #simplifymouse > img {
    width: 57px;
    height: 65px; }
.ied .rotate {
  animation: clockwise 1.2s linear infinite;
  animation-fill-mode: forwards;
  transform-origin: 145px 145px;
  transform: rotate(0deg) scale(3) translateZ(-1000px); }
.ied .rotate img {
  animation: counter-clockwise 1.2s linear infinite;
  animation-fill-mode: forwards;
  transform: rotate(0deg) scale(3) translateZ(-1000px); }
@keyframes clockwise {
  0% {
    transform: rotate(0deg) scale(3) translateZ(-1000px); }
  100% {
    transform: rotate(360deg) scale(3) translateZ(-1000px); } }
@keyframes counter-clockwise {
  0% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(0deg); } }
.ied-pc {
  display: block !important; }

.ied-mobile {
  display: none !important; }

.ied {
  color: #000;
  font-weight: 500;
  background-color: #fff; }
  .ied p {
    color: #000;
    font-weight: 500; }
  .ied h1,
  .ied h2,
  .ied h3,
  .ied h4,
  .ied h5,
  .ied h6,
  .ied strong,
  .ied b {
    color: #000;
    font-weight: 600; }
  .ied #header {
    position: fixed;
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    filter: none;
    -webkit-filter: none; }
    .ied #header.on {
      background-color: transparent;
      -webkit-backdrop-filter: saturate(180%) blur(35px);
      backdrop-filter: saturate(180%) blur(35px); }
  .ied [data-animate="scroll-top"].on .showup {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .ied img,
  .ied object {
    width: auto;
    height: auto;
    max-width: none; }
  .ied .pc-btn {
    justify-content: center; }
    .ied .pc-btn .button.button-new {
      display: flex !important;
      margin: 0;
      padding: 0 12px 0 36px;
      min-width: 290px !important;
      width: auto !important;
      height: 72px;
      line-height: normal;
      border-radius: 9999px; }
      .ied .pc-btn .button.button-new .btn-word {
        padding-right: 38px;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-align: left;
        flex: 1;
        max-width: 86%;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
      .ied .pc-btn .button.button-new .arrow-new {
        margin-left: 0;
        width: 48px;
        height: 48px; }
        .ied .pc-btn .button.button-new .arrow-new .new-svg {
          width: 15px;
          height: 19px; }
    .ied .pc-btn .button.yellow {
      background: #ffb300;
      border: none !important;
      padding-left: 55px; }
      .ied .pc-btn .button.yellow .btn-word {
        color: #000000 !important; }
      .ied .pc-btn .button.yellow .arrow-new {
        background: #e3a000; }
        .ied .pc-btn .button.yellow .arrow-new .new-svg {
          fill: #000;
          width: 8px;
          height: 12px; }
      @media (any-hover: hover) {
        .ied .pc-btn .button.yellow:hover {
          background: #ffca1d;
          border: none !important; }
          .ied .pc-btn .button.yellow:hover .btn-word {
            opacity: 1;
            transform: translatex(10%) scale(1); }
          .ied .pc-btn .button.yellow:hover .arrow-new {
            transform: translatex(100%) scale(0); } }
    .ied .pc-btn .button.button-idesmall {
      padding: 0 9px 0 28px;
      height: 56px;
      border-radius: calc(56px / 2); }
      .ied .pc-btn .button.button-idesmall .btn-word {
        padding-right: 40px;
        font-size: 12px; }
      .ied .pc-btn .button.button-idesmall .arrow-new {
        width: 38px;
        height: 38px; }
        .ied .pc-btn .button.button-idesmall .arrow-new .new-svg {
          width: 11px;
          height: 15px; }
  .ied .pc-btn .button-tag {
    position: relative;
    overflow: visible; }
  .ied .ied-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .ied .ied-logo .logo-image {
      margin-right: 12px;
      width: 28px;
      height: 28px;
      flex-grow: 0;
      flex-shrink: 0; }
    .ied .ied-logo .logo-text {
      color: #5487ff;
      font-size: 24px;
      line-height: 30px;
      font-weight: 500; }
  .ied .new-tag {
    display: inline-block;
    padding: 0 5px;
    margin-left: 6px;
    height: 15px;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background: #FE3A2B;
    border-radius: 10px 8px 8px 0; }
    .ied .new-tag.improved {
      color: #fff;
      background: #fe3a2b; }
  .ied .wrapper {
    min-width: 0 !important;
    max-width: 1220px !important;
    width: 100% !important; }
  .ied .ied-name {
    padding: 12px 0 20px;
    font-size: 32px;
    line-height: 1.5;
    color: #000;
    text-align: center; }
  .ied .ied-desc {
    padding: 12px 0 20px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    font-weight: 400;
    color: #878585; }
  .ied .banner {
    padding: 160px 0 0;
    min-height: 735px;
    text-align: center;
    background: url(../images/itop-easy-desktop/bg.jpg) top center no-repeat; }
    .ied .banner .wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      column-gap: 30px; }
    .ied .banner .ied-name {
      text-align: left; }
    .ied .banner .iedban_left {
      margin: auto;
      max-width: 560px;
      height: auto;
      text-align: left; }
      .ied .banner .iedban_left ul {
        padding: 20px 0px; }
        .ied .banner .iedban_left ul li {
          position: relative;
          line-height: 24px;
          padding: 0px 0px 28px;
          display: flex;
          justify-content: left;
          font-weight: 400; }
          .ied .banner .iedban_left ul li p {
            display: inline;
            font-weight: inherit; }
          .ied .banner .iedban_left ul li::before {
            display: block;
            content: '';
            width: 15px;
            height: 15px;
            background: url(../images/itop-easy-desktop/IEDV2/yes.png) center no-repeat;
            margin-right: 10px;
            flex-shrink: 0;
            margin-top: 7px; }
      .ied .banner .iedban_left .blogo {
        justify-content: left; }
      .ied .banner .iedban_left .pc-btn {
        justify-content: left; }
    .ied .banner .pc-btn {
      justify-content: left; }
    .ied .banner .btn-desc {
      width: 100%;
      max-width: 290px;
      margin-top: 0;
      padding: 10px 0;
      color: rgba(124, 113, 145, 0.612);
      font-size: 14px;
      line-height: 1.4;
      text-align: center; }
    .ied .banner .iedban_right {
      position: relative;
      z-index: 1;
      margin: auto;
      padding: 14px;
      width: 598px;
      height: 404px;
      border-radius: 16px;
      background: #2F2F2F;
      display: flex;
      justify-content: center;
      margin-top: 26px;
      margin-bottom: 132px; }
      .ied .banner .iedban_right::before, .ied .banner .iedban_right::after {
        content: '';
        display: block;
        position: absolute;
        z-index: -1; }
      .ied .banner .iedban_right::before {
        bottom: -77px;
        left: 50%;
        width: 181px;
        height: 77px;
        transform: translateX(-50%);
        background: url(../images/itop-easy-desktop/IEDV2/ied_pc_arrow.png) center center no-repeat; }
      .ied .banner .iedban_right::after {
        bottom: -132px;
        right: 46px;
        width: 99px;
        height: 46px;
        background: url(../images/itop-easy-desktop/IEDV2/ied_pc_mouse.png) center center no-repeat; }
      .ied .banner .iedban_right ul {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        position: relative; }
        .ied .banner .iedban_right ul li {
          display: block;
          position: relative;
          top: 0px;
          left: 0;
          z-index: 1;
          opacity: 0;
          transition: all 1s ease-out;
          width: 100%;
          height: 100%;
          border-radius: inherit;
          overflow: hidden; }
          .ied .banner .iedban_right ul li > img {
            display: inline-block;
            vertical-align: top;
            max-width: 100%;
            width: 100%;
            height: 100%; }
        .ied .banner .iedban_right ul li.active {
          opacity: 1;
          transition: all 1s 0.5s ease-out; }
@keyframes show1 {
  0% {
    scale: 0; }
  40% {
    scale: 1.2; }
  60% {
    scale: 1.0; }
  80% {
    scale: 1.1; }
  100% {
    scale: 1; } }
@keyframes show0 {
  0% {
    scale: 1; }
  40% {
    scale: 1.2; }
  60% {
    scale: 1.0; }
  80% {
    scale: 1.1; }
  100% {
    scale: 1; } }
  .ied .immerse.on .immerse_info div .ani_img.use_icon {
    animation: show0 .5s ease-in-out forwards;
    animation-delay: 1s; }
  .ied .immerse.on .immerse_info div .ani_img.use_canlder {
    animation: show1 .5s ease-in-out forwards;
    animation-delay: 1.5s; }
  .ied .immerse.on .immerse_info div .ani_img.use_weather {
    animation: show1 .5s ease-in-out forwards;
    animation-delay: 2s; }
  .ied .immerse .imm_icon {
    margin-top: 120px;
    text-align: center; }
    .ied .immerse .imm_icon > img {
      width: 100%;
      max-width: 1127px;
      height: auto; }
  .ied .immerse .ied-name {
    padding: 122px 0 40px; }
  .ied .immerse .immerse_info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 40px;
    column-gap: 40px; }
    .ied .immerse .immerse_info .info-box {
      max-width: 590px;
      width: 100%; }
      .ied .immerse .immerse_info .info-box > div {
        width: 48%;
        position: relative; }
      .ied .immerse .immerse_info .info-box .p1 {
        border-radius: 12px; }
      .ied .immerse .immerse_info .info-box .ani_img {
        position: absolute;
        scale: 0; }
      .ied .immerse .immerse_info .info-box .use_icon {
        width: 37px;
        height: 36px;
        left: 240px;
        top: 155px;
        scale: 1; }
      .ied .immerse .immerse_info .info-box .use_weather {
        width: 275px;
        height: 82px;
        left: 28px;
        top: 240px; }
      .ied .immerse .immerse_info .info-box .use_canlder {
        width: 183px;
        height: 154px;
        left: 324px;
        top: 65px; }
      .ied .immerse .immerse_info .info-box h3 {
        font-size: 20px;
        line-height: 1.5;
        min-height: 100px;
        padding: 20px 0px 10px 15px; }
      .ied .immerse .immerse_info .info-box p {
        font-size: 14px;
        font-weight: 400;
        color: #343241;
        line-height: 1.8;
        padding: 0px 55px 0px 15px; }
    .ied .immerse .immerse_info .info_right p {
      padding-right: 60px; }
  .ied .simplify {
    padding-bottom: 60px;
    background: url(../images/itop-easy-desktop/IEDV2/simplify_bg.png) center no-repeat; }
    .ied .simplify .ied-name {
      padding: 122px 0 22px; }
    .ied .simplify .ied-desc {
      margin: 0 auto 40px;
      padding: 0;
      max-width: 990px;
      color: #343241; }
    .ied .simplify .slist {
      position: relative;
      margin: 0 auto;
      width: 100%;
      max-width: 1170px;
      min-height: 496px;
      border-radius: 10px; }
      .ied .simplify .slist .swiper-wrapper {
        min-height: inherit; }
      .ied .simplify .slist .swiper-slide {
        min-height: inherit;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        column-gap: 36px; }
      .ied .simplify .slist .swiper-button-next,
      .ied .simplify .slist .swiper-button-prev {
        top: -40px;
        margin-top: 0;
        width: 32px;
        height: 20px;
        flex-grow: 0;
        flex-shrink: 0;
        background-color: transparent;
        background-image: url(../images/itop-easy-desktop/ied_arrow.svg);
        background-size: 32px;
        background-position: 0 0;
        background-repeat: no-repeat; }
        .ied .simplify .slist .swiper-button-next:hover,
        .ied .simplify .slist .swiper-button-prev:hover {
          opacity: 0.8; }
        .ied .simplify .slist .swiper-button-next::after,
        .ied .simplify .slist .swiper-button-prev::after {
          display: none !important; }
        .ied .simplify .slist .swiper-button-next.swiper-button-disabled,
        .ied .simplify .slist .swiper-button-prev.swiper-button-disabled {
          opacity: 0.35 !important;
          cursor: auto;
          pointer-events: none; }
      .ied .simplify .slist .swiper-pagination {
        width: 100%;
        min-height: 120px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin-bottom: 40px;
        transform: translateX(0%);
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        border-bottom: 2px solid #f1dbee;
        column-gap: 4px; }
        .ied .simplify .slist .swiper-pagination .swiper-pagination-bullet {
          opacity: 1;
          min-height: inherit;
          display: flex;
          width: 100%;
          max-width: 226px;
          margin: 0;
          border-radius: 0px;
          justify-content: flex-end;
          align-items: center;
          flex-wrap: wrap;
          flex-direction: column;
          position: relative;
          background: transparent;
          padding-bottom: 20px; }
          .ied .simplify .slist .swiper-pagination .swiper-pagination-bullet .info {
            padding-top: 10px;
            width: 100%;
            margin-top: 10px;
            font-size: 16px;
            line-height: 1.5;
            font-weight: 600;
            text-align: center;
            white-space: nowrap; }
          .ied .simplify .slist .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(162, 154, 206, 0.21) 100%) 0% 0% no-repeat padding-box; }
            .ied .simplify .slist .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
              position: absolute;
              content: "";
              width: 100%;
              height: 3px;
              bottom: -1px;
              left: 0;
              background: #472fd2; }
            .ied .simplify .slist .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active p {
              color: #472fd2; }
          .ied .simplify .slist .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet1 .info, .ied .simplify .slist .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet3 .info, .ied .simplify .slist .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet6 .info {
            position: relative; }
            .ied .simplify .slist .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet1 .info::after, .ied .simplify .slist .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet3 .info::after, .ied .simplify .slist .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet6 .info::after {
              content: "ACTUALIZADO";
              position: absolute;
              left: 50%;
              top: -3px;
              z-index: 1;
              transform: translateX(-50%);
              display: inline-block;
              padding: 0 5px;
              height: 15px;
              color: #fff;
              font-size: 12px;
              line-height: 1.2;
              font-weight: 700;
              text-align: center;
              text-transform: uppercase;
              background: #FE3A2B;
              border-radius: 10px 8px 8px 0; }
      .ied .simplify .slist .swiper-button-prev {
        left: 40%;
        transform: rotate(-180deg); }
      .ied .simplify .slist .swiper-button-next {
        right: 40%; }
      .ied .simplify .slist .ss_con5 {
        max-width: 100% !important; }
      .ied .simplify .slist .new-tag {
        position: absolute;
        z-index: 2;
        bottom: 10px;
        right: -5px; }
        .ied .simplify .slist .new-tag.improved {
          bottom: -10px;
          right: -12px; }
      .ied .simplify .slist .scontent {
        width: 100%;
        max-width: 498px; }
        .ied .simplify .slist .scontent .pc-btn {
          margin-top: 40px;
          justify-content: flex-start; }
        .ied .simplify .slist .scontent h3,
        .ied .simplify .slist .scontent p {
          padding: 0;
          color: #2b2b2b;
          font-size: 28px;
          line-height: 1.2;
          font-weight: 500;
          text-align: left; }
        .ied .simplify .slist .scontent p {
          padding: 0;
          margin-top: 16px;
          font-size: 14px;
          line-height: 1.8; }
      .ied .simplify .slist .mlist {
        padding: 0px 44px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 64px; }
        .ied .simplify .slist .mlist .mimage {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-grow: 0;
          flex-shrink: 0;
          margin: 0 auto;
          width: 84px;
          height: 80px;
          position: relative; }
          .ied .simplify .slist .mlist .mimage .more3 {
            transform: translateY(5px); }
        .ied .simplify .slist .mlist li p {
          margin-top: 10px;
          color: #000;
          font-size: 20px;
          line-height: 1.4;
          font-weight: 700;
          min-height: 60px;
          text-align: center; }
        .ied .simplify .slist .mlist li .content {
          padding: 6px 0;
          text-align: center;
          font-weight: 500;
          line-height: 1.5;
          font-size: 14px;
          color: #5d5b5b;
          padding: 0 20px; }
      .ied .simplify .slist .simage {
        position: relative;
        flex-grow: 0;
        flex-shrink: 0;
        width: 636px;
        height: 408px;
        border-radius: 4px;
        perspective: 800px; }
        .ied .simplify .slist .simage .click_chat {
          width: 20px;
          height: 16px;
          position: absolute;
          right: 153px;
          padding: 0;
          z-index: 3;
          top: 342px;
          opacity: 1; }
        .ied .simplify .slist .simage .typing-effect {
          width: 280px;
          height: 36px;
          position: absolute;
          bottom: 52px;
          left: 260px;
          font: normal normal normal 12px/15px Lato;
          line-height: 36px;
          letter-spacing: 0px;
          color: #000;
          overflow: hidden;
          white-space: nowrap;
          text-align: left;
          padding-left: 10px; }
        .ied .simplify .slist .simage.wall .gif {
          position: absolute;
          z-index: 2;
          width: 307px;
          height: 182px;
          right: 68px;
          top: 88px;
          border-radius: 14px; }
        .ied .simplify .slist .simage.wall .click {
          width: 20px;
          height: 16px;
          position: absolute;
          left: 193px;
          z-index: 3;
          top: 235px;
          opacity: 1; }
        .ied .simplify .slist .simage.folder::before, .ied .simplify .slist .simage.folder::after {
          content: "";
          display: block;
          position: absolute;
          z-index: 1;
          width: 71px;
          height: 66px;
          background-color: transparent;
          background-image: url(../images/itop-easy-desktop/folder_icon.png);
          background-position: 0 0;
          background-repeat: no-repeat; }
        .ied .simplify .slist .simage.folder::before {
          bottom: -8px;
          left: -30px; }
        .ied .simplify .slist .simage.folder::after {
          top: 0px;
          left: -20px;
          width: 58px;
          height: 64px;
          background-image: url(../images/itop-easy-desktop/word_icon.png); }
        .ied .simplify .slist .simage > img {
          padding: 10px;
          width: 100%;
          display: block;
          max-width: none;
          height: 100%;
          position: absolute;
          object-fit: cover; }
  .ied .more-how {
    background: url(../images/itop-easy-desktop/bg2.jpg) center no-repeat;
    background-position: 0px 650px;
    background-size: 100% 60%; }
    .ied .more-how .ied-name {
      padding: 144px 0 0px;
      font-weight: 600; }
    .ied .more-how .ied-desc {
      color: #343241;
      padding: 0 0 20px;
      font-size: 20px;
      font-weight: 500; }
    .ied .more-how .how {
      padding-bottom: 80px; }
      .ied .more-how .how .ied-name {
        padding: 154px 0 14px; }
      .ied .more-how .how .ied-desc {
        margin: 0 auto;
        max-width: 924px;
        padding: 0 0 48px; }
      .ied .more-how .how .hlist {
        display: flex;
        align-items: stretch;
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 72px; }
        .ied .more-how .how .hlist .hitem {
          width: 100%;
          max-width: 286px;
          margin: auto; }
          .ied .more-how .how .hlist .hitem.line {
            position: relative; }
            .ied .more-how .how .hlist .hitem.line::before, .ied .more-how .how .hlist .hitem.line::after {
              content: "";
              display: block;
              position: absolute;
              top: 72px;
              z-index: 0;
              width: 185px;
              height: 26px;
              background: url(../images/itop-easy-desktop/step_arrow.svg) no-repeat; }
            .ied .more-how .how .hlist .hitem.line::before {
              left: -58%; }
            .ied .more-how .how .hlist .hitem.line::after {
              right: -58%; }
          .ied .more-how .how .hlist .hitem dt {
            height: 154px;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            flex-shrink: 0; }
          .ied .more-how .how .hlist .hitem dd {
            padding-top: 8px;
            margin: 0 auto;
            max-width: 286px;
            color: #3b3b3d;
            font-size: 16px;
            line-height: 1.5;
            font-weight: 400;
            text-align: center; }
            .ied .more-how .how .hlist .hitem dd .step-btn {
              display: inline-block;
              color: #5c7aff;
              text-decoration: underline; }
      .ied .more-how .how .pc-btn {
        margin-top: 40px; }
  .ied .ied-table .ied-name {
    width: 100%;
    max-width: 860px;
    padding-top: 100px;
    margin: 0px auto; }
  .ied .ied-table .correct-icon {
    display: block;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    margin: 0 auto;
    fill: #01D990 !important;
    stroke: #fff !important; }
  .ied .ied-table ul {
    width: 1322px;
    height: 777px;
    margin: 0px auto;
    background: url("../images/itop-easy-desktop/IEDV3/table.png") no-repeat center top;
    padding: 85px 90px 0;
    margin: 0px auto 0;
    display: flex; }
    .ied .ied-table ul li p {
      font: normal normal normal 16px/54px Lexend;
      color: #212121;
      height: 54px;
      margin-bottom: 1px; }
      .ied .ied-table ul li p .check {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin-top: 20px;
        background: url("../images/itop-easy-desktop/IEDV3/check.png") no-repeat center/cover; }
      .ied .ied-table ul li p .no {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-top: 20px;
        background: url("../images/itop-easy-desktop/IEDV3/no.png") no-repeat center/cover; }
    .ied .ied-table ul li .p1 {
      height: 90px;
      line-height: 1;
      display: flex;
      align-items: center;
      font-size: 20px;
      font-weight: 600; }
    .ied .ied-table ul li.one {
      width: 514px;
      padding-left: 56px; }
    .ied .ied-table ul li.two {
      width: 270px;
      text-align: center; }
      .ied .ied-table ul li.two .p1 {
        justify-content: center; }
    .ied .ied-table ul li.three {
      width: 324px;
      text-align: center;
      margin-left: 32px; }
      .ied .ied-table ul li.three .p1 {
        justify-content: center; }
  .ied .ied-table .pc-btn {
    padding: 50px 0px;
    z-index: 2;
    position: relative;
    margin: 0px auto;
    gap: 30px; }
  .ied .users__say .ied-name {
    padding: 144px 0 0px;
    font-weight: 600; }
  .ied .users__say .users__say_list {
    max-width: 1300px !important;
    display: flex;
    justify-content: space-between;
    padding: 50px 0px;
    column-gap: 12px; }
    .ied .users__say .users__say_list li {
      display: flex;
      align-items: stretch;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      max-width: 316px;
      border-radius: 12px;
      background-color: #F6F5FD;
      cursor: pointer;
      transition: all .5s ease-out;
      padding: 40px 0px 20px;
      color: #1E1C2C; }
      .ied .users__say .users__say_list li:hover {
        background-color: #C2BCF9; }
      .ied .users__say .users__say_list li .user_txt {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.8;
        min-height: 300px;
        overflow-y: hidden;
        text-overflow: ellipsis;
        padding: 0px 30px 20px; }
      .ied .users__say .users__say_list li .user_info {
        display: flex;
        justify-content: left;
        align-items: center;
        padding: 0px 10px 0px 20px; }
        .ied .users__say .users__say_list li .user_info .user_name {
          display: flex;
          flex-direction: column;
          margin-left: 12px; }
          .ied .users__say .users__say_list li .user_info .user_name p {
            font-size: 18px;
            line-height: 1.5;
            font-weight: 500; }
          .ied .users__say .users__say_list li .user_info .user_name span {
            color: #8E8B9D;
            font-size: 14px;
            line-height: 1.5;
            font-weight: 400; }
  .ied .wallpapers {
    width: 100%;
    max-width: 1920px;
    margin: 150px auto 0;
    padding: 47px 0px;
    height: 669px;
    background: url("../images/itop-easy-desktop/IEDV3/swi_bg.png") no-repeat center/cover; }
    .ied .wallpapers .swiper_cont {
      width: 100%;
      text-align: center; }
      .ied .wallpapers .swiper_cont .name {
        font: normal normal 600 32px/54px Lexend;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 42px; }
      .ied .wallpapers .swiper_cont .mySwiper2 {
        width: 100%; }
        .ied .wallpapers .swiper_cont .mySwiper2 .swiper-slide {
          width: 746px;
          cursor: grab;
          transition-timing-function: linear; }
          .ied .wallpapers .swiper_cont .mySwiper2 .swiper-slide img {
            width: 100%; }
  .ied .bottom-down {
    padding: 40px;
    min-height: 390px;
    background: url(../images/itop-easy-desktop/down_bg.jpg) top center no-repeat;
    background-size: cover; }
    .ied .bottom-down .ied-logo {
      flex-wrap: wrap;
      flex-direction: column; }
      .ied .bottom-down .ied-logo .logo-image {
        margin-right: 0;
        width: 50px;
        height: 50px; }
    .ied .bottom-down .ied-name {
      padding: 12px 0 30px;
      font-size: 26px;
      font-weight: 700;
      margin: 0 auto;
      width: 100%;
      max-width: 860px; }
    .ied .bottom-down .pc-btn {
      justify-content: center; }
    .ied .bottom-down .btn-desc {
      margin: 22px auto;
      max-width: 780px;
      width: 100%;
      color: rgba(124, 113, 145, 0.612);
      font-size: 14px;
      line-height: 1.5;
      text-align: center; }

@media (max-width: 1200px) {
  .ied-pc {
    display: none !important; }

  .ied-mobile {
    display: block !important; }

  .ied #header {
    background-color: transparent;
    -webkit-backdrop-filter: saturate(180%) blur(35px);
    backdrop-filter: saturate(180%) blur(35px); }
  .ied .pc-btn {
    text-align: center; }
    .ied .pc-btn .button.button-new {
      display: inline-flex !important;
      margin: 0;
      padding: 0 12px !important;
      min-width: 220px !important;
      max-width: 98% !important;
      width: auto !important;
      height: 52px;
      line-height: normal;
      border-radius: 9999px; }
      .ied .pc-btn .button.button-new .btn-word {
        padding-right: 0 !important;
        font-size: 14px;
        max-width: 100%; }
      .ied .pc-btn .button.button-new .arrow-new {
        display: none !important; }
  .ied .pc-btn .button-tag::after {
    padding-bottom: 0;
    padding-left: 40px;
    background-size: 34px;
    top: -32px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    margin-right: -60px;
    font-size: 16px; }
  .ied .ied-logo .logo-image {
    margin-right: 8px; }
  .ied .ied-logo .logo-text {
    font-size: 16px;
    line-height: 1.5; }
  .ied .new-tag {
    display: inline-block;
    padding: 0 5px;
    margin-left: 6px;
    height: 15px;
    color: #0A0046;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background: #01D990;
    border-radius: 10px 8px 8px 0; }
    .ied .new-tag.improved {
      color: #fff;
      background: #fe3a2b; }
  .ied .ied-main img,
  .ied .ied-main object {
    width: 100%;
    height: auto;
    max-width: 100%; }
  .ied .wrapper {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 16px; }
  .ied .ied-name {
    padding: 12px 0;
    font-size: 20px; }
  .ied .ied-desc {
    padding: 12px 0;
    font-size: 12px; }
  .ied .banner {
    padding: 90px 0 0;
    min-height: 0; }
    .ied .banner .ied-name {
      text-align: left; }
    .ied .banner .iedban_left {
      width: 100%;
      text-align: center; }
      .ied .banner .iedban_left ul {
        padding: 12px 0px;
        text-align: left; }
        .ied .banner .iedban_left ul li {
          padding: 0px 0px 16px; }
          .ied .banner .iedban_left ul li::before {
            margin-right: 6px; }
      .ied .banner .iedban_left .pc-btn {
        margin: auto;
        justify-content: center; }
    .ied .banner .iedban_right {
      width: 100%;
      height: auto;
      max-width: 598px;
      max-height: 404px; }
      .ied .banner .iedban_right ul li > img {
        max-width: 100%;
        width: 100%;
        height: auto; }
    .ied .banner .btn-desc {
      max-width: 100%;
      font-size: 12px;
      text-align: center; }
  .ied .immerse .imm_icon {
    margin-top: 60px;
    padding: 0 16px; }
    .ied .immerse .imm_icon > img {
      max-width: 100%; }
  .ied .immerse .ied-name {
    padding: 62px 0 20px; }
  .ied .immerse .immerse_info .info-box h3 {
    font-size: 16px; }
  .ied .immerse .immerse_info .info-box p {
    font-size: 12px; }
  .ied .simplify {
    padding-bottom: 0px; }
    .ied .simplify .ied-name {
      padding: 62px 0 22px; }
    .ied .simplify .ied-desc {
      margin: 0 auto 20px; }
    .ied .simplify .slist {
      min-height: 0; }
      .ied .simplify .slist .swiper-slide {
        column-gap: 22px; }
      .ied .simplify .slist .swiper-button-next,
      .ied .simplify .slist .swiper-button-prev {
        top: -40px;
        margin-top: 0;
        width: 32px;
        height: 20px;
        flex-grow: 0;
        flex-shrink: 0;
        background-color: transparent;
        background-image: url(../images/itop-easy-desktop/ied_arrow.svg);
        background-size: 32px;
        background-position: 0 0;
        background-repeat: no-repeat; }
        .ied .simplify .slist .swiper-button-next:hover,
        .ied .simplify .slist .swiper-button-prev:hover {
          opacity: 0.8; }
        .ied .simplify .slist .swiper-button-next::after,
        .ied .simplify .slist .swiper-button-prev::after {
          display: none !important; }
        .ied .simplify .slist .swiper-button-next.swiper-button-disabled,
        .ied .simplify .slist .swiper-button-prev.swiper-button-disabled {
          opacity: 0.35 !important;
          cursor: auto;
          pointer-events: none; }
      .ied .simplify .slist .swiper-pagination {
        margin-bottom: 40px;
        column-gap: 15px;
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        border-bottom: 0; }
        .ied .simplify .slist .swiper-pagination .swiper-pagination-bullet {
          padding-left: 10px;
          padding-right: 10px; }
          .ied .simplify .slist .swiper-pagination .swiper-pagination-bullet > img {
            width: auto;
            height: auto;
            max-width: none; }
          .ied .simplify .slist .swiper-pagination .swiper-pagination-bullet .info {
            font-size: 14px; }
      .ied .simplify .slist .scontent {
        width: 100%;
        max-width: 498px; }
        .ied .simplify .slist .scontent .pc-btn {
          margin-top: 20px;
          justify-content: center; }
        .ied .simplify .slist .scontent h3,
        .ied .simplify .slist .scontent p {
          font-size: 18px; }
        .ied .simplify .slist .scontent p {
          font-size: 12px; }
      .ied .simplify .slist .mlist {
        padding: 0px;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 34px; }
        .ied .simplify .slist .mlist .new-tag.improved {
          bottom: 0;
          transform: scale(0.9); }
        .ied .simplify .slist .mlist .mimage {
          width: 44px;
          height: 44px; }
        .ied .simplify .slist .mlist li p {
          font-size: 12px;
          min-height: 40px; }
        .ied .simplify .slist .mlist li .content {
          padding: 6px 0;
          font-size: 12px;
          padding: 0 10px; }
      .ied .simplify .slist .simage {
        position: relative;
        margin: 30px auto 0;
        max-width: 636px;
        width: 100%;
        height: auto; }
        .ied .simplify .slist .simage > img {
          position: relative;
          vertical-align: top;
          max-width: 100%;
          height: auto; }
  .ied .more-how .ied-name {
    padding: 0; }
  .ied .more-how .ied-desc {
    font-size: 14px; }
  .ied .more-how .how {
    padding-bottom: 40px; }
    .ied .more-how .how .ied-name {
      padding: 74px 0 14px; }
    .ied .more-how .how .ied-desc {
      padding: 0 0 28px; }
    .ied .more-how .how .hlist {
      column-gap: 36px; }
      .ied .more-how .how .hlist .hitem.line {
        display: none; }
      .ied .more-how .how .hlist .hitem dt {
        height: auto; }
        .ied .more-how .how .hlist .hitem dt img {
          width: auto;
          height: auto;
          max-width: none; }
      .ied .more-how .how .hlist .hitem dd {
        font-size: 14px; }
    .ied .more-how .how .pc-btn {
      margin-top: 20px; }
  .ied .ied-table {
    overflow-y: hidden;
    overflow-x: auto; }
    .ied .ied-table .ied-name {
      padding-top: 50px; }
    .ied .ied-table .correct-icon {
      width: 18px;
      height: 18px; }
    .ied .ied-table ul {
      margin: 0px auto;
      padding: 12px;
      margin-top: 20px; }
      .ied .ied-table ul .li_icon {
        height: auto; }
        .ied .ied-table ul .li_icon img {
          width: 28px;
          height: 28px;
          max-width: none; }
      .ied .ied-table ul li {
        padding: 10px 5px 10px 15px; }
        .ied .ied-table ul li div {
          padding: 0 8px; }
          .ied .ied-table ul li div span {
            font-size: 12px; }
        .ied .ied-table ul li p {
          font-size: 14px; }
        .ied .ied-table ul li span {
          font-size: 12px; }
    .ied .ied-table .pc-btn {
      padding: 30px 0px; }
  .ied .users__say .ied-name {
    padding: 74px 0 0px; }
  .ied .users__say .users__say_list {
    max-width: 100% !important;
    padding: 25px 16px;
    overflow-x: auto;
    overflow-y: hidden; }
    .ied .users__say .users__say_list li {
      flex-shrink: 0;
      width: 316px;
      padding: 20px 0px 10px; }
      .ied .users__say .users__say_list li .user_txt {
        font-size: 12px;
        min-height: 240px;
        padding: 0px 15px 10px; }
      .ied .users__say .users__say_list li .user_info {
        padding: 0px 5px 0px 10px; }
        .ied .users__say .users__say_list li .user_info img {
          width: 60px;
          height: auto;
          max-width: none; }
        .ied .users__say .users__say_list li .user_info .user_name {
          margin-left: 6px; }
          .ied .users__say .users__say_list li .user_info .user_name p {
            font-size: 12px; }
          .ied .users__say .users__say_list li .user_info .user_name span {
            font-size: 12px; }
  .ied .wallpapers {
    width: 100%;
    padding: 50px 0; }
    .ied .wallpapers .swiper_cont {
      padding: 0 16px 40px;
      width: 100%;
      height: auto;
      background: #000 url(../images/itop-easy-desktop/IEDV2/Wallpapers/pc.png) center bottom no-repeat;
      background-size: 378px; }
      .ied .wallpapers .swiper_cont .ied-name {
        padding: 48px 0 30px; }
      .ied .wallpapers .swiper_cont .wallSwiper {
        width: 100%;
        height: 100%; }
        .ied .wallpapers .swiper_cont .wallSwiper .swiper-slide {
          margin: 0px;
          background: none;
          position: relative;
          opacity: 0;
          transition: all .5s ease-out; }
          .ied .wallpapers .swiper_cont .wallSwiper .swiper-slide img {
            position: relative;
            top: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 278px;
            height: 156px; }
        .ied .wallpapers .swiper_cont .wallSwiper .swiper-slide-active {
          opacity: 1; }
        .ied .wallpapers .swiper_cont .wallSwiper .swiper_mask {
          display: none; }
      .ied .wallpapers .swiper_cont .swiper-button-next::after {
        content: ' ';
        position: absolute;
        right: 100px;
        width: 74px;
        height: 82px;
        background: url(../images/itop-easy-desktop/IEDV2/Wallpapers/wap_next.png); }
      .ied .wallpapers .swiper_cont .swiper-button-prev::after {
        content: ' ';
        position: absolute;
        left: 100px;
        width: 74px;
        height: 82px;
        background: url(../images/itop-easy-desktop/IEDV2/Wallpapers/wap_prve.png); }
    .ied .wallpapers .swiper_bot {
      max-width: 100%;
      padding: 0 16px; }
    .ied .wallpapers .swiper_botbtn {
      height: auto; }
      .ied .wallpapers .swiper_botbtn h4 {
        font-size: 14px; }
      .ied .wallpapers .swiper_botbtn .swiper2_btn {
        width: auto;
        column-gap: 8px;
        align-items: center; }
        .ied .wallpapers .swiper_botbtn .swiper2_btn .swiper-button-next,
        .ied .wallpapers .swiper_botbtn .swiper2_btn .swiper-button-prev {
          width: 28px;
          height: 28px;
          flex-shrink: 0;
          left: 0;
          right: 0;
          top: 0;
          margin: 0; }
          .ied .wallpapers .swiper_botbtn .swiper2_btn .swiper-button-next::after,
          .ied .wallpapers .swiper_botbtn .swiper2_btn .swiper-button-prev::after {
            width: 28px;
            height: 28px;
            background-size: 28px !important; }
    .ied .wallpapers .swiper {
      width: 100%;
      height: 100%; }
    .ied .wallpapers .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
    .ied .wallpapers .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto; }
    .ied .wallpapers .wallSwiper {
      height: 440px;
      width: 756px; }
    .ied .wallpapers .wallThumb {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0; }
    .ied .wallpapers .wallThumb .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4; }
  .ied .bottom-down {
    padding: 20px;
    min-height: 0;
    margin-top: 0px; }
    .ied .bottom-down .ied-name {
      font-size: 20px; }
    .ied .bottom-down .btn-desc {
      font-size: 12px; } }

/*# sourceMappingURL=itop-easy-desktop.css.map */
