@charset "UTF-8";
/* size */
/* square */
/* color */
/* gradient */
/*  num */
/* padding */
/* width */
/* color */
/* algin */
@media screen and (max-width: 320px) {
  /*320px显示屏样式 苹果4/4S/5C/5S黑莓Z30 */
  html {
    font-size: 12px; } }
@media (min-width: 321px) and (max-width: 375px) {
  /*360px显示屏样式 索尼Z1*/
  html {
    font-size: 14px; } }
@media (min-width: 376px) and (max-width: 414px) {
  /*414px显示屏样式 苹果6plus*/
  html {
    font-size: 15.5px; } }
@media screen and (min-width: 415px) {
  /*414px之上的*/
  html {
    font-size: 18px; } }
.blue-circle-container-0 {
  animation: blue-circle-anim-x 5s cubic-bezier(0.4, 0, 0.2, 1) infinite, blue-circle-anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite; }

.blue-circle-container-1 {
  animation: blue-circle-anim-x 5s cubic-bezier(0.4, 0, 0.2, 1) infinite, blue-circle-anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite; }

.blue-circle-container-2 {
  animation: blue-circle-anim-x 5s cubic-bezier(0.4, 0, 0.2, 1) infinite, blue-circle-anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite; }

.blue-circle-container-3 {
  animation: blue-circle-anim-x 5s cubic-bezier(0.4, 0, 0.2, 1) infinite, blue-circle-anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite; }

.blue-circle-container-4 {
  animation: blue-circle-anim-x 5s cubic-bezier(0.4, 0, 0.2, 1) infinite, blue-circle-anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite; }

.blue-circle-container-5 {
  animation: blue-circle-anim-x 5s cubic-bezier(0.4, 0, 0.2, 1) infinite, blue-circle-anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite; }

@keyframes blue-circle-anim-x {
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(50px); } }
@keyframes blue-circle-anim-y {
  50% {
    animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
    transform: translateY(30px); } }
.transformY-0 {
  opacity: 0;
  animation: transformY 0s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards; }

.transformY-1 {
  opacity: 0;
  animation: transformY 0.2s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards; }

.transformY-2 {
  opacity: 0;
  animation: transformY 0.4s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards; }

.transformY-3 {
  opacity: 0;
  animation: transformY 0.6s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards; }

.transformY-4 {
  opacity: 0;
  animation: transformY 0.8s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards; }

.transformY-5 {
  opacity: 0;
  animation: transformY 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards; }

@keyframes transformY {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }
.step-0 {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 0.6s;
  transition: opacity 0.6s 0s, transform 0.6s 0s; }

.step-1 {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 0.6s;
  transition: opacity 0.6s 0.2s, transform 0.6s 0.2s; }

.step-2 {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 0.6s;
  transition: opacity 0.6s 0.4s, transform 0.6s 0.4s; }

.step-3 {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 0.6s;
  transition: opacity 0.6s 0.6s, transform 0.6s 0.6s; }

.step-4 {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 0.6s;
  transition: opacity 0.6s 0.8s, transform 0.6s 0.8s; }

.step-5 {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 0.6s;
  transition: opacity 0.6s 1s, transform 0.6s 1s; }

.step-6 {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 0.6s;
  transition: opacity 0.6s 1.2s, transform 0.6s 1.2s; }

.on .step-0 {
  opacity: 1 !important;
  transform: translateY(0); }
.on .step-1 {
  opacity: 1 !important;
  transform: translateY(0); }
.on .step-2 {
  opacity: 1 !important;
  transform: translateY(0); }
.on .step-3 {
  opacity: 1 !important;
  transform: translateY(0); }
.on .step-4 {
  opacity: 1 !important;
  transform: translateY(0); }
.on .step-5 {
  opacity: 1 !important;
  transform: translateY(0); }
.on .step-6 {
  opacity: 1 !important;
  transform: translateY(0); }

.home {
  overflow-x: hidden;
  background-color: #fff; }
  .home .button.button-new {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .home .button.button-new .btn-word {
      display: block;
      padding-right: 6px;
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      text-align: left;
      flex: 1; }
    .home .button.button-new .new-svg {
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: all 0.2s; }
    .home .button.button-new .arrow-new {
      position: relative;
      display: block;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: #fff; }
      .home .button.button-new .arrow-new .new-svg {
        width: 12px;
        height: 16px;
        transform: translate(-50%, -50%);
        opacity: 1; }
    .home .button.button-new:hover {
      background: linear-gradient(90deg, #482ED2 0%, #2354D3 100%); }
      .home .button.button-new:hover .btn-word,
      .home .button.button-new:hover .arrow-new {
        transform: translatex(-100%) scale(0.1);
        opacity: 0;
        transition: all 0.5s; }
      .home .button.button-new:hover .arrow-new {
        transform: translatex(100%) scale(0.1); }
      .home .button.button-new:hover .new-svg {
        fill: #fff;
        opacity: 1;
        width: 12px;
        height: 16px;
        transition: all 0.2s; }
      .home .button.button-new:hover.button-link.btn-default {
        justify-content: center;
        border: none !important; }
        .home .button.button-new:hover.button-link.btn-default .btn-word {
          color: #fff;
          opacity: 1;
          transform: translatex(12%) scale(1); }
        .home .button.button-new:hover.button-link.btn-default .arrow-new {
          transform: translatex(100%) scale(0); }
        .home .button.button-new:hover.button-link.btn-default .new-svg {
          opacity: 0; }
    .home .button.button-new.button-combe {
      padding: 0 9px 0 28px;
      margin-right: 8px;
      min-width: 225px;
      width: auto;
      height: 56px;
      border-radius: 28px;
      background: linear-gradient(90deg, #482ED2 0%, #2354D3 100%); }
      .home .button.button-new.button-combe .btn-word {
        text-transform: uppercase; }
    .home .button.button-new.button-link.btn-default {
      padding: 0 9px 0 28px !important;
      width: auto !important;
      min-width: 194px;
      height: 56px;
      border-radius: 28px;
      border: 2px solid #E2DCFE !important;
      transition: all 0s ease; }
      .home .button.button-new.button-link.btn-default .btn-word {
        color: #482ED2; }
      .home .button.button-new.button-link.btn-default .arrow-new {
        background: #EDE9FE; }
        .home .button.button-new.button-link.btn-default .arrow-new .new-svg {
          fill: #B1A8E2;
          width: 8px;
          height: 12px; }
    .home .button.button-new.button-more {
      padding: 0 9px 0 28px;
      min-width: 164px;
      height: 36px;
      border-radius: 18px;
      border: 2px solid #292931; }
      .home .button.button-new.button-more .btn-word {
        color: #A2A4A8; }
      .home .button.button-new.button-more .arrow-new {
        width: 18px;
        height: 18px;
        background: #34343E; }
        .home .button.button-new.button-more .arrow-new .new-svg {
          width: 4px;
          height: 6px;
          fill: #111115; }
      .home .button.button-new.button-more.more-gray {
        border: 2px solid #E5E5E7; }
        .home .button.button-new.button-more.more-gray .btn-word {
          color: #111115; }
        .home .button.button-new.button-more.more-gray .arrow-new {
          background: #111115; }
          .home .button.button-new.button-more.more-gray .arrow-new .new-svg {
            fill: #fff; }
        .home .button.button-new.button-more.more-gray:hover {
          background: #E5E5E7;
          border-color: #D9D9D9; }
          .home .button.button-new.button-more.more-gray:hover .btn-word,
          .home .button.button-new.button-more.more-gray:hover .arrow-new {
            color: #111115; }
          .home .button.button-new.button-more.more-gray:hover .arrow-new {
            background: #111115; }
          .home .button.button-new.button-more.more-gray:hover .new-svg {
            fill: #fff; }
      .home .button.button-new.button-more:hover {
        background: #111115;
        border-color: #2F333B; }
        .home .button.button-new.button-more:hover .btn-word,
        .home .button.button-new.button-more:hover .arrow-new {
          color: #fff;
          transform: translatex(0%) scale(1);
          opacity: 1;
          transition: all 0.5s; }
        .home .button.button-new.button-more:hover .arrow-new {
          background: #fff;
          transform: translatex(0%) scale(1); }
        .home .button.button-new.button-more:hover .new-svg {
          fill: #111115;
          opacity: 1;
          width: 4px;
          height: 6px;
          transition: all 0.2s; }
  .home .equipment {
    margin-top: 0; }
    .home .equipment .icon-box a {
      display: inline-block;
      margin-right: 8px;
      width: 41px;
      height: 41px;
      background-size: 41px 41px;
      background-position: 0 0;
      background-repeat: no-repeat; }
      .home .equipment .icon-box a.winds {
        background-image: url("../images/home/icon_win.svg"); }
      .home .equipment .icon-box a.mac {
        background-image: url("../images/home/icon_apple.svg"); }
      .home .equipment .icon-box a.android {
        background-image: url("../images/home/icon_android.svg"); }
      .home .equipment .icon-box a.apple {
        background-image: url("../images/home/icon_ios.svg"); }
      .home .equipment .icon-box a:hover .equi-icon {
        opacity: 1;
        visibility: visible; }
        .home .equipment .icon-box a:hover .equi-icon.winds {
          background-image: url("../images/home/icon_win__hover.svg"); }
        .home .equipment .icon-box a:hover .equi-icon.mac {
          background-image: url("../images/home/icon_apple__hover.svg"); }
        .home .equipment .icon-box a:hover .equi-icon.android {
          background-image: url("../images/home/icon_android_hover.svg"); }
        .home .equipment .icon-box a:hover .equi-icon.apple {
          background-image: url("../images/home/icon_ios__hover.svg"); }
    .home .equipment .icon-box .equi-icon {
      display: block;
      width: 41px;
      height: 41px;
      background-size: 41px 41px;
      background-position: 0 0;
      background-repeat: no-repeat;
      opacity: 0;
      visibility: hidden;
      transition: opacity .2s ease; }

@keyframes position {
  0% {
    background-position-x: 0%; }
  100% {
    background-position-x: -100%; } }
.banner_arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  padding: 0 6%;
  box-sizing: border-box;
  top: 50%;
  width: 100%;
  height: 56px;
  z-index: 10; }
  .banner_arrows > span {
    width: 56px;
    height: 56px;
    cursor: pointer;
    user-select: none; }
  .banner_arrows .prev {
    transform: rotate(180deg);
    background: url("../images/home/new/bannerb_r.webp") no-repeat center center; }
    .banner_arrows .prev:hover {
      background: url("../images/home/new/bannerb_r_hover.webp") no-repeat center center; }
  .banner_arrows .next {
    background: url("../images/home/new/bannerb_r.webp") no-repeat center center; }
    .banner_arrows .next:hover {
      background: url("../images/home/new/bannerb_r_hover.webp") no-repeat center center; }

.banner_ol {
  position: absolute;
  text-align: center;
  left: 50% !important;
  bottom: 30px !important;
  transform: translateX(-50%);
  width: fit-content !important;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  box-sizing: border-box;
  padding: 0 12px;
  background: rgba(5, 5, 23, 0.15);
  border-radius: 18px;
  backdrop-filter: blur(4px);
  z-index: 10; }
  .banner_ol.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    position: relative;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    cursor: pointer;
    transition: width .3s;
    opacity: 1; }
    .banner_ol.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
      width: 39px;
      background: rgba(255, 255, 255, 0.2);
      background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 50%, #fff 50%);
      background-size: 200%;
      background-position-x: 0;
      animation: position 10s linear forwards; }

.home-banner {
  width: 100%;
  margin: 0 auto 0;
  max-width: 1920px;
  height: 763px;
  background-image: url("../images/home/img_banner_bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  position: relative; }
  .home-banner.isr {
    background-image: url("../images/home/new/img_banner_bg.jpg"); }
  .home-banner .wrapper {
    position: relative;
    padding-bottom: 0; }
    .home-banner .wrapper.flexbox {
      display: flex; }
  .home-banner .equipment .icon-box.isr {
    gap: 10px; }
    .home-banner .equipment .icon-box.isr .img_wrap {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 2px solid #9E9EAB;
      display: flex;
      justify-content: center;
      align-items: center; }
    .home-banner .equipment .icon-box.isr img {
      cursor: pointer; }
  .home-banner .banner-txt {
    padding-top: 150px;
    width: 640px;
    text-align: left; }
    .home-banner .banner-txt.isr {
      padding-top: 200px; }
    .home-banner .banner-txt .ban-title {
      margin-bottom: 0;
      color: #2354D3;
      font-weight: bold; }
    .home-banner .banner-txt ul {
      margin-top: 30px; }
      .home-banner .banner-txt ul li {
        margin: 10px 0;
        font-size: 14px; }
    .home-banner .banner-txt .ban-tips {
      margin: 15px 0;
      font-size: 36px;
      line-height: 46px;
      font-weight: bold; }
    .home-banner .banner-txt p {
      margin-bottom: 0px;
      color: #111115;
      font-weight: 500; }
    .home-banner .banner-txt .pc-btn {
      margin: 40px 0 68px; }
  .home-banner ._right {
    width: 699px;
    height: 540px;
    margin-top: 100px; }
    .home-banner ._right.isr_img_ban {
      padding-top: 90px; }
    .home-banner ._right img {
      position: relative;
      z-index: 1; }

.home-onlineisr {
  min-height: 970px;
  padding-top: 100px; }
  .home-onlineisr .tit_h3 {
    padding: 12px 0;
    font-weight: 600;
    font-size: 52px;
    color: #0D0E0E;
    line-height: 48px;
    text-align: center; }
  .home-onlineisr .p1 {
    padding: 0 20%;
    margin-bottom: 80px;
    font-weight: 400;
    font-size: 24px;
    color: #B3B9C6;
    line-height: 36px;
    text-align: center; }

.home-online {
  position: relative;
  top: -186px !important;
  padding: 38px 16px 44px;
  background: #111115; }
  .home-online .on-title {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center; }
    .home-online .on-title img {
      margin-right: 8px; }
  .home-online .on-name {
    margin-top: 5px;
    font-size: 18px;
    line-height: 24px; }
  .home-online .on-list {
    margin: 40px 0 18px;
    display: flex;
    align-items: stretch;
    justify-content: center; }
    .home-online .on-list dl {
      position: relative;
      padding: 0 16px;
      width: 33%; }
      .home-online .on-list dl.on-center {
        border-left: 1px solid #32323D;
        border-right: 1px solid #32323D; }
      .home-online .on-list dl dt {
        margin: 0 auto 16px;
        width: 46px;
        height: 46px; }
      .home-online .on-list dl dd > h3 {
        font-weight: bold;
        font-size: 14px;
        line-height: 18px; }
      .home-online .on-list dl dd > p {
        margin: 5px auto 0;
        max-width: 230px;
        color: #A2A4A8;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px; }
  .home-online .pc-btn {
    justify-content: center; }

.home-vpn {
  padding-top: 70px;
  background: url(../images/home/img_banner3_bg.jpg);
  height: 730px; }
  .home-vpn .wrapper {
    gap: 20px;
    padding: 0 10px; }
  .home-vpn .isr-img {
    width: 624px;
    height: 536px; }
  .home-vpn .isr-cont {
    padding-top: 106px;
    width: 515px; }
    .home-vpn .isr-cont .isr-name {
      padding-left: 40px;
      color: #3D62CD;
      font-weight: bold;
      font-size: 20px;
      line-height: 32px;
      background-image: url("../images/home/logo_vpn.svg");
      background-size: 32px 32px;
      background-position: 0 0;
      background-repeat: no-repeat; }
      .home-vpn .isr-cont .isr-name span {
        display: inline-block;
        margin-left: 9px;
        padding-left: 5px;
        padding-right: 11px;
        height: 15px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        line-height: 15px;
        color: #0E0C1A;
        background-color: #01D990; }
    .home-vpn .isr-cont .isr-title {
      padding: 15px 0;
      color: #111115;
      font-size: 28px;
      line-height: 42px;
      font-weight: 600; }
    .home-vpn .isr-cont .isr-desc {
      color: #111115;
      font-size: 14px;
      line-height: 22px;
      font-weight: 500; }
    .home-vpn .isr-cont .pc-btn {
      margin: 26px 0 0; }
      .home-vpn .isr-cont .pc-btn .isr-button._pc {
        display: flex !important; }
      .home-vpn .isr-cont .pc-btn .isr-button._mobile {
        display: none !important; }

@keyframes isr_ani {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(1.3); }
  50% {
    transform: scale(1); }
  75% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }
@keyframes pdf_arrow {
  0% {
    left: 100px;
    opacity: 1; }
  19% {
    left: 100px;
    opacity: 0; }
  20% {
    left: 118px;
    opacity: 1; }
  39% {
    left: 118px;
    opacity: 0; }
  40% {
    left: 136px;
    opacity: 1; }
  59% {
    left: 136px;
    opacity: 0; }
  60% {
    left: 154px;
    opacity: 1; }
  79% {
    left: 154px;
    opacity: 0; }
  80% {
    left: 172px;
    opacity: 1; }
  99% {
    left: 172px;
    opacity: 0; }
  100% {
    left: 100px;
    opacity: 1; } }
@keyframes idr_ani {
  0% {
    width: 62px; }
  100% {
    width: 124px; } }
@keyframes idr_img {
  0% {
    transform: rotate(300deg); }
  100% {
    transform: rotate(0deg); } }
@keyframes ide_ani {
  0% {
    transform: scale(0.4); }
  100% {
    transform: scale(1); } }
.home-isr {
  margin-top: 70px;
  padding-bottom: 115px;
  background-image: url("../images/home/img_banner2_bg.jpg");
  background-repeat: no-repeat;
  background-position: top center; }
  .home-isr:hover .isr_icon1 {
    animation: isr_ani 1s infinite ease-in-out;
    animation-duration: 1s;
    animation-delay: 0; }
  .home-isr:hover .isr_icon2 {
    animation: isr_ani 1.3s infinite ease-in-out;
    animation-duration: 1.3s;
    animation-delay: 0; }
  .home-isr .wrapper {
    gap: 20px;
    padding: 0 10px; }
  .home-isr .isr-img {
    width: 521px;
    height: 523px;
    position: relative; }
    .home-isr .isr-img .isr_box {
      position: absolute;
      width: 118px;
      height: 118px;
      background: #111115 0% 0% no-repeat padding-box;
      right: -125px;
      bottom: 120px;
      cursor: pointer; }
      .home-isr .isr-img .isr_box .isr_icon1,
      .home-isr .isr-img .isr_box .isr_icon2 {
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0;
        right: 0;
        margin: auto; }
  .home-isr .isr-cont {
    padding-top: 66px;
    width: 515px; }
    .home-isr .isr-cont .isr-name {
      padding-left: 40px;
      color: #FF334D;
      font-size: 20px;
      line-height: 32px;
      font-weight: bold;
      background-image: url("../images/home/isr_icon.svg");
      background-size: 32px 32px;
      background-position: 0 0;
      background-repeat: no-repeat; }
    .home-isr .isr-cont .isr-title {
      font-weight: bold;
      padding: 15px 0;
      color: #111115;
      font-size: 28px;
      line-height: 42px; }
    .home-isr .isr-cont .isr-desc {
      color: #111115;
      font-size: 14px;
      line-height: 22px;
      font-weight: 500; }
    .home-isr .isr-cont .pc-btn {
      margin: 26px 0 0; }
      .home-isr .isr-cont .pc-btn .isr-button._pc {
        display: flex !important; }
      .home-isr .isr-cont .pc-btn .isr-button._mobile {
        display: none !important; }

.home-pdf {
  padding-top: 140px;
  background: url(../images/home/img_banner3_bg.jpg);
  height: 850px; }
  .home-pdf:hover .isr-img .pdf_box .pdf_icon1 {
    animation: isr_ani 2s infinite ease-in-out; }
  .home-pdf:hover .isr-img .pdf_box .pdf_icon2 {
    animation: isr_ani 2.3s infinite ease-in-out; }
  .home-pdf:hover .isr-img .pdf_box .pdf_icon6 {
    animation: pdf_arrow 1s infinite ease-in-out; }
  .home-pdf .isr-img {
    width: 582px;
    height: 523px; }
    .home-pdf .isr-img .pdf_box {
      position: absolute;
      width: 282px;
      height: 89px;
      background: url(../images/home/new/pdf_icon_bg.png) no-repeat center/cover;
      left: 0px;
      bottom: 30px;
      cursor: pointer; }
      .home-pdf .isr-img .pdf_box img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0; }
      .home-pdf .isr-img .pdf_box .pdf_icon1 {
        left: 30px; }
      .home-pdf .isr-img .pdf_box .pdf_icon2 {
        left: 200px; }
      .home-pdf .isr-img .pdf_box .pdf_icon3 {
        left: 100px; }
      .home-pdf .isr-img .pdf_box .pdf_icon4 {
        left: 128px;
        top: -40px; }
      .home-pdf .isr-img .pdf_box .pdf_icon5 {
        left: 128px;
        top: 40px; }
      .home-pdf .isr-img .pdf_box .pdf_icon6 {
        left: 100px; }
  .home-pdf .isr-cont {
    padding-top: 106px;
    width: 515px; }
    .home-pdf .isr-cont .isr-name {
      padding-left: 40px;
      color: #3D62CD;
      font-size: 20px;
      line-height: 32px;
      background-image: url("../images/home/icon_pdf.svg");
      background-size: 32px 32px;
      background-position: 0 0;
      background-repeat: no-repeat; }
      .home-pdf .isr-cont .isr-name span {
        display: inline-block;
        margin-left: 9px;
        padding-left: 5px;
        padding-right: 11px;
        height: 15px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        line-height: 15px;
        color: #0E0C1A;
        background-color: #01D990; }
    .home-pdf .isr-cont .isr-title {
      padding: 15px 0;
      color: #111115;
      font-size: 28px;
      line-height: 42px; }
    .home-pdf .isr-cont .isr-desc {
      color: #111115;
      font-size: 14px;
      line-height: 22px;
      font-weight: 500; }
    .home-pdf .isr-cont .pc-btn {
      margin: 26px 0 0; }
      .home-pdf .isr-cont .pc-btn .isr-button._pc {
        display: flex !important; }
      .home-pdf .isr-cont .pc-btn .isr-button._mobile {
        display: none !important; }

.home-product {
  padding: 130px 0 30px;
  min-height: 1680px;
  background-image: url("../images/home/img_banner3_bg.png");
  background-repeat: no-repeat;
  background-position: center top; }
  .home-product .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch; }
  .home-product .pro-list {
    margin-bottom: 100px;
    width: 540px; }
    .home-product .pro-list.idr .pro-name {
      color: #3C60C9; }
    .home-product .pro-list.idr:hover .pro_item {
      animation: idr_ani .5s forwards ease-in-out; }
    .home-product .pro-list.idr:hover .idr_icon1 {
      animation: idr_img .5s forwards ease-in-out; }
    .home-product .pro-list.dpm .pro-name {
      color: #45639A; }
    .home-product .pro-list.ied:hover .tdp_icon2 {
      animation: ide_ani .5s forwards ease-in-out; }
    .home-product .pro-list.ipb .pro-name {
      color: #482ED2; }
    .home-product .pro-list.tdp .pro-name {
      color: #01D990; }
  .home-product .pro-img {
    margin-bottom: 30px;
    width: 540px;
    height: 360px;
    font-weight: bold;
    position: relative; }
    .home-product .pro-img .idr_box {
      position: absolute;
      width: 212px;
      height: 60px;
      top: 80px;
      left: 23px;
      background: #482ED2 0% 0% no-repeat padding-box; }
      .home-product .pro-img .idr_box img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: 20px; }
      .home-product .pro-img .idr_box p {
        font-size: 12px;
        color: #fff;
        font-weight: 500;
        position: absolute;
        top: 16px;
        left: 65px; }
      .home-product .pro-img .idr_box .pro_bg {
        position: absolute;
        top: 36px;
        left: 62px;
        width: 124px;
        height: 8px;
        border-radius: 4px;
        background: rgba(0, 0, 0, 0.2); }
        .home-product .pro-img .idr_box .pro_bg .pro_item {
          display: block;
          background: #fff;
          height: 8px;
          border-radius: 4px;
          width: 62px; }
    .home-product .pro-img .ied_box {
      position: absolute;
      bottom: 15px;
      right: 10px;
      width: 157px;
      height: 157px; }
      .home-product .pro-img .ied_box .tdp_icon2 {
        position: absolute;
        width: 64px;
        height: 54px;
        top: -30px;
        right: -16px;
        transform-origin: left bottom; }
  .home-product .pro-name {
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #3C60C9;
    font-size: 16px;
    line-height: 20px; }
    .home-product .pro-name img {
      margin-right: 6px; }
  .home-product .pro-title {
    font-weight: bold;
    padding: 12px 0;
    color: #111115;
    font-size: 28px;
    line-height: 42px; }
  .home-product .pro-desc {
    color: #111115;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500; }
  .home-product .pc-btn {
    margin: 25px 0 0; }

.home-blog {
  padding: 110px 0;
  background-color: #F6F6F6; }
  .home-blog .hb-title {
    font-weight: bold;
    padding: 0 16px 10px;
    color: #111115;
    font-size: 28px;
    line-height: 36px; }
  .home-blog .tab_ul {
    width: 1000px;
    height: 64px;
    border-radius: 32px;
    background: transparent linear-gradient(90deg, #FFE5E5 0%, #E6D8FF 100%) 0% 0% no-repeat padding-box;
    display: flex;
    margin: 37px auto 0;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px; }
    .home-blog .tab_ul li {
      width: 248px;
      height: 54px;
      line-height: 54px;
      text-align: center;
      font-weight: 500;
      color: #111115;
      font-size: 18px;
      opacity: 0.44;
      border-radius: 27px;
      cursor: pointer; }
      .home-blog .tab_ul li.on {
        opacity: 1;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 15px #FFB8C1A1; }
  .home-blog .open-blog {
    position: relative;
    display: inline-block;
    color: #A2A4A8;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500; }
    .home-blog .open-blog::before {
      content: '';
      display: block;
      position: absolute;
      bottom: 1px;
      background-color: #A2A4A8;
      width: 100%;
      height: 2px;
      border-radius: 4px; }
    .home-blog .open-blog:hover {
      opacity: 0.8;
      transition: opacity .3s ease; }
  .home-blog .blog-container {
    position: relative;
    margin-top: 60px; }
  .home-blog .swi_wrap {
    height: 390px; }
  .home-blog .blog-container > .swi_wrap {
    display: none; }
    .home-blog .blog-container > .swi_wrap.on {
      display: block; }
  .home-blog .homeSwiper,
  .home-blog .homeSwiper1.homeSwiper2.homeSwiper3 {
    margin: 0 auto;
    width: 914px;
    padding-bottom: 58px; }
  .home-blog .swiper-slide {
    margin: 0;
    text-align: left;
    flex-wrap: wrap !important;
    justify-content: flex-start !important; }
    .home-blog .swiper-slide .slide-img {
      position: relative;
      width: 100%;
      height: 194px;
      overflow: hidden;
      text-align: center; }
      .home-blog .swiper-slide .slide-img img {
        width: 100%;
        display: block;
        max-width: none;
        height: 100%;
        position: absolute;
        object-fit: cover; }
    .home-blog .swiper-slide .slide-title {
      font-weight: bold;
      padding: 20px 0 10px;
      color: #111115;
      font-size: 16px;
      line-height: 24px;
      min-height: 100px; }
    .home-blog .swiper-slide .pc-btn {
      margin: 0;
      display: block; }
  .home-blog .swiper-horizontal > .swiper-pagination-progressbar,
  .home-blog .swiper-horizontal .swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: auto;
    bottom: 0;
    height: 3px;
    overflow: hidden;
    border-radius: 12px;
    background: transparent; }
    .home-blog .swiper-horizontal > .swiper-pagination-progressbar::before,
    .home-blog .swiper-horizontal .swiper-pagination-progressbar.swiper-pagination-horizontal::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 1px;
      border-radius: 6px;
      transform: translate(0, -50%);
      background: #A2A4A8; }
    .home-blog .swiper-horizontal > .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
    .home-blog .swiper-horizontal .swiper-pagination-progressbar.swiper-pagination-horizontal .swiper-pagination-progressbar-fill {
      height: 3px;
      border-radius: 12px;
      background: #111115; }
  .home-blog .swiper-button-next,
  .home-blog .swiper-button-prev {
    position: absolute;
    top: 94px;
    width: 30px;
    height: 30px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    color: #F6F6F6; }
    .home-blog .swiper-button-next::after, .home-blog .swiper-button-next::before,
    .home-blog .swiper-button-prev::after,
    .home-blog .swiper-button-prev::before {
      display: none !important; }
    .home-blog .swiper-button-next .blog-svg,
    .home-blog .swiper-button-prev .blog-svg {
      display: block;
      width: 30px;
      height: 30px;
      fill: #d6d6de; }
    .home-blog .swiper-button-next:hover,
    .home-blog .swiper-button-prev:hover {
      transition: all .3s ease; }
      .home-blog .swiper-button-next:hover .blog-svg,
      .home-blog .swiper-button-prev:hover .blog-svg {
        fill: #111115; }
  .home-blog .swiper-button-next .blog-svg {
    transform: rotate(180deg); }
  .home-blog .swiper-button-next.swiper-button-disabled,
  .home-blog .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer; }

.home-software {
  padding: 100px 0 120px;
  background-color: #0D0C17; }
  .home-software .wrapper {
    padding: 0 16px; }
  .home-software .soft-title {
    font-size: 28px;
    line-height: 36px;
    font-weight: bold; }
  .home-software .soft-desc {
    margin: 0 auto;
    max-width: 902px;
    padding: 10px 0 78px;
    color: #E5E5E7;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500; }

@media (min-width: 769px) and (max-width: 942px) {
  .home-blog .homeSwiper,
  .home-blog .homeSwiper1.homeSwiper2.homeSwiper3 {
    width: 90%; } }
@media (min-width: 760px) and (max-width: 1200px) {
  .home-banner .wrapper {
    box-sizing: border-box;
    padding: 0 5%; }
    .home-banner .wrapper ._right {
      flex: 1; }
      .home-banner .wrapper ._right.isr_img_ban img {
        width: 100%;
        height: auto; }
    .home-banner .wrapper .banner-txt {
      width: 40%; }
      .home-banner .wrapper .banner-txt.isr {
        width: 45%; }
      .home-banner .wrapper .banner-txt .ban-tips {
        font-size: 24px; }

  .home-isr .isr-img > img {
    width: 100%; }
  .home-isr .isr-img .isr_box {
    right: 35px; }

  .home-product .wrapper {
    justify-content: center; }

  .home-blog .tab_ul li {
    width: 25%; }

  .home-blog .tab_ul {
    width: 100%; } }
/* moblie */
@media (max-width: 768px) {
  .banner_arrows {
    display: none !important; }

  .home {
    background-color: #fff; }
    .home .nav-left .nav-menu .nav-list .fb2 {
      color: #1e1c2c; }
    .home .nav-left .nav-menu .nav-list span i {
      background-size: 0.8571428571rem 8rem;
      background-position: center center;
      background-repeat: no-repeat; }
    .home .pc-btn {
      display: flex !important;
      align-items: center;
      justify-content: center; }
    .home .button.button-new .btn-word {
      font-size: 0.8571428571rem; }
    .home .button.button-new .arrow-new {
      width: 2.7142857143rem;
      height: 2.7142857143rem; }
      .home .button.button-new .arrow-new .new-svg {
        fill: #fff !important;
        opacity: 1 !important; }
    .home .button.button-new .new-svg {
      opacity: 0 !important; }
    .home .button.button-new:hover {
      background: linear-gradient(90deg, #482ED2 0%, #2354D3 100%); }
      .home .button.button-new:hover .btn-word,
      .home .button.button-new:hover .arrow-new {
        transform: translatex(0%) scale(1);
        opacity: 1; }
      .home .button.button-new:hover .arrow-new {
        transform: translatex(0%) scale(1); }
        .home .button.button-new:hover .arrow-new .new-svg {
          opacity: 1 !important; }
      .home .button.button-new:hover .new-svg {
        opacity: 0 !important; }
    .home .button.button-new.button-combe {
      padding: 0rem 3px 0 2.1428571429rem;
      margin-right: 0;
      min-width: 17.4285714286rem;
      max-width: 90%;
      height: 3.2857142857rem;
      border-radius: 1.6428571429rem; }
      .home .button.button-new.button-combe .arrow-new .new-svg {
        fill: #111115 !important; }
    .home .button.button-new.button-link.btn-default {
      display: none !important; }
    .home .button.button-new.button-more {
      padding: 0 0.3571428571rem 0 1.4285714286rem;
      min-width: 16.9285714286rem;
      max-width: 90%;
      height: 2.5714285714rem;
      border-radius: 1.2857142857rem; }
      .home .button.button-new.button-more .arrow-new {
        width: 1.7857142857rem;
        height: 1.7857142857rem; }
        .home .button.button-new.button-more .arrow-new .new-svg {
          width: 4px !important;
          height: 6px !important;
          fill: #111115 !important; }
      .home .button.button-new.button-more.more-gray {
        border: 2px solid #E5E5E7; }
        .home .button.button-new.button-more.more-gray .btn-word {
          color: #111115; }
        .home .button.button-new.button-more.more-gray .arrow-new {
          background: #111115; }
          .home .button.button-new.button-more.more-gray .arrow-new .new-svg {
            fill: #fff !important; }
        .home .button.button-new.button-more.more-gray:hover {
          background: #E5E5E7;
          border-color: #D9D9D9; }
          .home .button.button-new.button-more.more-gray:hover .btn-word,
          .home .button.button-new.button-more.more-gray:hover .arrow-new {
            color: #111115; }
          .home .button.button-new.button-more.more-gray:hover .arrow-new {
            background: #111115; }
          .home .button.button-new.button-more.more-gray:hover .new-svg {
            fill: #fff; }
      .home .button.button-new.button-more:hover {
        background: #111115;
        border-color: #2F333B; }
        .home .button.button-new.button-more:hover .btn-word,
        .home .button.button-new.button-more:hover .arrow-new {
          color: #fff;
          transform: translatex(0%) scale(1);
          opacity: 1;
          transition: all 0.5s; }
        .home .button.button-new.button-more:hover .arrow-new {
          background: #fff;
          transform: translatex(0%) scale(1); }
        .home .button.button-new.button-more:hover .new-svg {
          fill: #111115;
          opacity: 1;
          width: 10px;
          height: 16px;
          transition: all 0.2s; }
    .home .equipment {
      display: block;
      max-width: none;
      width: 100%;
      padding: 0 1.1428571429rem; }
      .home .equipment .icon-box {
        justify-content: center; }
        .home .equipment .icon-box a {
          margin: 0 6px;
          width: 36px;
          height: 36px;
          background-size: 36px 36px; }
        .home .equipment .icon-box .equi-icon {
          background-size: 36px 36px; }

  .banner_ol {
    bottom: 0rem !important;
    height: 2.1428571429rem; }

  .home-banner {
    height: auto;
    background-image: url("../images/home/img_banner_bg_mob.jpg");
    background-size: cover; }
    .home-banner .banner-txt {
      padding: 1.5714285714rem 0 3rem;
      width: 100%;
      text-align: center; }
      .home-banner .banner-txt.isr {
        padding-top: 1.7142857143rem; }
      .home-banner .banner-txt ._left {
        margin: 0 auto;
        margin-top: 1.4285714286rem;
        max-width: 26.7857142857rem;
        width: 100%;
        height: auto;
        max-height: 19.2857142857rem; }
        .home-banner .banner-txt ._left.isr {
          margin-top: 4.2857142857rem; }
      .home-banner .banner-txt .ban-title {
        padding: 0 1.1428571429rem;
        font-size: 0.8571428571rem;
        line-height: 1.1428571429rem; }
      .home-banner .banner-txt .ban-tips {
        padding: 0 1.1428571429rem;
        margin: 2rem 0 0rem 10px;
        font-size: 1.5714285714rem;
        line-height: 2.2857142857rem; }
      .home-banner .banner-txt p {
        padding: 0 1.1428571429rem;
        font-size: 0.8571428571rem;
        line-height: 1.2857142857rem; }
      .home-banner .banner-txt .pc-btn {
        padding: 0 1.1428571429rem;
        margin: 1.4285714286rem 0 0.8571428571rem; }

  .home-onlineisr {
    height: auto;
    padding-bottom: 0rem;
    min-height: 79.6428571429rem;
    padding-top: 2.1428571429rem; }
    .home-onlineisr .tit_h3 {
      font-size: 1.7142857143rem; }
    .home-onlineisr .p1 {
      font-size: 1.1428571429rem;
      margin-bottom: 1.1428571429rem;
      line-height: 1.5; }

  .home-online {
    top: -20rem !important;
    width: 91% !important;
    padding: 3.2857142857rem 1.5714285714rem; }
    .home-online .on-title {
      font-size: 1.1428571429rem;
      line-height: 1.7142857143rem; }
    .home-online .on-name {
      font-size: 1rem;
      line-height: 1.5714285714rem; }
    .home-online .on-list {
      margin: 0 0 2rem;
      display: block; }
      .home-online .on-list dl {
        padding: 0 1.1428571429rem;
        width: 100%; }
        .home-online .on-list dl.on-center {
          border: none; }
        .home-online .on-list dl dt {
          margin: 0 auto 0.5714285714rem;
          width: 3.2857142857rem;
          height: 3.2857142857rem; }
        .home-online .on-list dl dd > h3 {
          font-size: 0.8571428571rem;
          line-height: 1.7142857143rem; }
        .home-online .on-list dl dd > p {
          margin: 0.5714285714rem auto 0;
          max-width: none;
          font-size: 0.8571428571rem;
          line-height: 1.2857142857rem; }
    .home-online .pc-btn {
      justify-content: center; }

  .home-isr {
    background-image: url("../images/home/img_banner2_bg_mob.jpg");
    background-size: cover; }

  .home-vpn {
    height: auto;
    flex-direction: column;
    background-size: cover; }
    .home-vpn .isr-cont {
      order: 1; }
    .home-vpn .isr-img {
      order: 0; }

  .home-isr,
  .home-vpn,
  .home-pdf {
    margin-top: 0rem;
    padding: 1.7142857143rem 1.1428571429rem 0;
    text-align: center; }
    .home-isr .flexbox,
    .home-vpn .flexbox,
    .home-pdf .flexbox {
      flex-wrap: wrap; }
    .home-isr .isr-img,
    .home-vpn .isr-img,
    .home-pdf .isr-img {
      max-width: 24.5rem;
      width: 91%;
      height: auto;
      max-height: 22rem;
      margin: 0 auto 0; }
      .home-isr .isr-img > img,
      .home-vpn .isr-img > img,
      .home-pdf .isr-img > img {
        width: 100%;
        height: 100%; }
    .home-isr .isr-cont,
    .home-vpn .isr-cont,
    .home-pdf .isr-cont {
      padding: 3.4285714286rem 0 4.2857142857rem;
      width: 100%; }
      .home-isr .isr-cont .isr-name,
      .home-vpn .isr-cont .isr-name,
      .home-pdf .isr-cont .isr-name {
        padding-left: 0;
        font-size: 0.8571428571rem;
        line-height: 1.7142857143rem;
        background: none;
        display: flex;
        align-items: center;
        justify-content: center; }
        .home-isr .isr-cont .isr-name > img,
        .home-vpn .isr-cont .isr-name > img,
        .home-pdf .isr-cont .isr-name > img {
          margin-right: 0.7142857143rem; }
      .home-isr .isr-cont .isr-title,
      .home-vpn .isr-cont .isr-title,
      .home-pdf .isr-cont .isr-title {
        padding: 1.0714285714rem 0;
        font-size: 1.5714285714rem;
        line-height: 2.4285714286rem; }
      .home-isr .isr-cont .isr-desc,
      .home-vpn .isr-cont .isr-desc,
      .home-pdf .isr-cont .isr-desc {
        font-size: 0.8571428571rem;
        line-height: 1.2857142857rem; }
      .home-isr .isr-cont .pc-btn,
      .home-vpn .isr-cont .pc-btn,
      .home-pdf .isr-cont .pc-btn {
        margin: 1.7857142857rem 0 0; }
        .home-isr .isr-cont .pc-btn .isr-button._pc,
        .home-vpn .isr-cont .pc-btn .isr-button._pc,
        .home-pdf .isr-cont .pc-btn .isr-button._pc {
          display: none !important; }
        .home-isr .isr-cont .pc-btn .isr-button._mobile,
        .home-vpn .isr-cont .pc-btn .isr-button._mobile,
        .home-pdf .isr-cont .pc-btn .isr-button._mobile {
          display: flex !important; }
        .home-isr .isr-cont .pc-btn .isr-button.button-new.button-more,
        .home-vpn .isr-cont .pc-btn .isr-button.button-new.button-more,
        .home-pdf .isr-cont .pc-btn .isr-button.button-new.button-more {
          padding: 0rem 3px 0 2.1428571429rem;
          margin-right: 0;
          min-width: 17.4285714286rem;
          max-width: 90%;
          height: 3.2857142857rem;
          border-radius: 1.6428571429rem;
          border: none !important;
          background: linear-gradient(90deg, #482ED2 0%, #2354D3 100%) !important; }
          .home-isr .isr-cont .pc-btn .isr-button.button-new.button-more .btn-word,
          .home-vpn .isr-cont .pc-btn .isr-button.button-new.button-more .btn-word,
          .home-pdf .isr-cont .pc-btn .isr-button.button-new.button-more .btn-word {
            color: #fff;
            font-size: 1rem !important;
            letter-spacing: 1px; }
          .home-isr .isr-cont .pc-btn .isr-button.button-new.button-more .arrow-new,
          .home-vpn .isr-cont .pc-btn .isr-button.button-new.button-more .arrow-new,
          .home-pdf .isr-cont .pc-btn .isr-button.button-new.button-more .arrow-new {
            width: 2.7142857143rem;
            height: 2.7142857143rem;
            background: #fff; }
            .home-isr .isr-cont .pc-btn .isr-button.button-new.button-more .arrow-new .new-svg,
            .home-vpn .isr-cont .pc-btn .isr-button.button-new.button-more .arrow-new .new-svg,
            .home-pdf .isr-cont .pc-btn .isr-button.button-new.button-more .arrow-new .new-svg {
              fill: #111115 !important;
              width: 8px !important;
              height: 12px !important; }

  .home-pdf {
    height: auto;
    margin-top: 0;
    padding-top: 0; }
    .home-pdf .wrapper {
      flex-wrap: wrap-reverse;
      display: flex; }
      .home-pdf .wrapper .isr-img {
        margin-top: 1.4285714286rem; }

  .home-product {
    padding: 3.8571428571rem 0;
    background-image: url("../images/home/img_banner3_bg_mob.jpg");
    background-size: cover; }
    .home-product .wrapper {
      display: flex !important;
      padding: 0 1.1428571429rem; }
    .home-product .pro-list {
      margin-bottom: 3.5714285714rem;
      width: 100%; }
      .home-product .pro-list > img {
        width: 100%;
        height: auto; }
    .home-product .pro-img {
      margin: 0 auto;
      margin-bottom: 1.0714285714rem;
      max-width: 24.5rem;
      width: 91%;
      height: auto;
      max-height: 21.3571428571rem; }
      .home-product .pro-img > img {
        width: 100%;
        max-width: 100%;
        height: auto; }
    .home-product .pro-name {
      justify-content: center;
      font-size: 0.8571428571rem;
      line-height: 1.1428571429rem; }
      .home-product .pro-name img {
        margin-right: 0.7142857143rem; }
    .home-product .pro-title {
      padding: 0 0 0.7142857143rem;
      font-size: 1.2857142857rem;
      line-height: 1.8571428571rem;
      text-align: center; }
    .home-product .pro-desc {
      font-size: 0.8571428571rem;
      line-height: 1.2857142857rem;
      text-align: center; }
    .home-product .pc-btn {
      margin: 1.0714285714rem 0 0; }

  .home-blog {
    padding: 4.1428571429rem 1.1428571429rem; }
    .home-blog .tab_ul {
      width: 100%;
      height: auto;
      flex-wrap: wrap;
      padding: 3%; }
      .home-blog .tab_ul li {
        width: 50%;
        font-size: 0.8571428571rem; }
    .home-blog .hb-title {
      padding: 0 0.7142857143rem;
      font-size: 1.2857142857rem;
      line-height: 2rem; }
    .home-blog .open-blog {
      font-size: 0.8571428571rem;
      line-height: 0.8571428571rem; }
      .home-blog .open-blog::before {
        bottom: 1px;
        height: 1px;
        border-radius: 2px; }
    .home-blog .blog-container {
      margin-top: 1.6428571429rem; }
    .home-blog .homeSwiper,
    .home-blog .homeSwiper1.homeSwiper2.homeSwiper3 {
      width: 64%;
      padding-bottom: 3.7142857143rem; }
    .home-blog .swiper-slide {
      margin: 0;
      overflow: hidden; }
      .home-blog .swiper-slide .slide-img {
        margin: 0;
        width: 16.8571428571rem;
        height: 12.7142857143rem; }
      .home-blog .swiper-slide .slide-title {
        padding: 1.2857142857rem 0 0.7142857143rem;
        margin: 0 auto;
        font-size: 0.8571428571rem;
        line-height: 1.2857142857rem;
        min-height: 7.1428571429rem; }
    .home-blog .swiper-button-next,
    .home-blog .swiper-button-prev {
      top: 94px; }
    .home-blog .pc-btn {
      display: block !important;
      width: 100%; }
    .home-blog .button.button-new.button-more {
      min-width: 98%;
      max-width: 98%;
      height: 2.5714285714rem;
      border-radius: 1.2857142857rem; }

  .home-software {
    padding: 4rem 0; }
    .home-software .wrapper {
      padding: 0 1.1428571429rem; }
      .home-software .wrapper img {
        display: inline-block;
        max-width: 100%;
        width: 100%;
        height: auto; }
    .home-software .soft-title {
      font-size: 1.2857142857rem;
      line-height: 1.5714285714rem; }
    .home-software .soft-desc {
      max-width: none;
      padding: 0.5714285714rem 0 4.7142857143rem;
      font-size: 0.8571428571rem;
      line-height: 1.2857142857rem; } }
@media (min-width: 1100px) {
  .new-buy-btn {
    position: relative; }
    .new-buy-btn .btn-yellow {
      z-index: 6; }
    .new-buy-btn::after {
      position: absolute;
      content: "";
      width: 220px;
      height: 128px;
      left: 0;
      top: -40px;
      background: url(../images/v4-store/btn-bg.png); } }

/*# sourceMappingURL=home.css.map */
