@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 !important; } }
@media (min-width: 321px) and (max-width: 375px) {
  /*360px显示屏样式 索尼Z1*/
  html {
    font-size: 14px !important; } }
@media (min-width: 376px) and (max-width: 414px) {
  /*414px显示屏样式 苹果6plus*/
  html {
    font-size: 15.5px !important; } }
@media (min-width: 415px) and (max-width: 768px) {
  /*414px之上的*/
  html {
    font-size: 18px !important; } }
.review-tabs {
  margin-top: 49px;
  margin-bottom: 70px; }
  .review-tabs .tab_head {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .review-tabs .tab_head ._lab {
      padding: 25px 53px;
      margin-top: 31px;
      font-size: 16px;
      line-height: 18px;
      font-weight: 400;
      border-bottom: 2px solid transparent;
      cursor: pointer; }
      .review-tabs .tab_head ._lab.on {
        color: #0054ff;
        border-color: #0054ff; }
      .review-tabs .tab_head ._lab:hover {
        background-color: #f2f6ff; }
  .review-tabs .tab_cnt {
    margin-top: 15px;
    min-height: 280px; }
    .review-tabs .tab_cnt .component-fade-enter-active,
    .review-tabs .tab_cnt .component-fade-leave-active {
      transition: opacity 0.3s ease; }
    .review-tabs .tab_cnt .component-fade-enter,
    .review-tabs .tab_cnt .component-fade-leave-to {
      opacity: 0; }
    .review-tabs .tab_cnt .mob {
      display: none !important; }
    .review-tabs .tab_cnt ._tech {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      min-height: 280px; }
      .review-tabs .tab_cnt ._tech .tech_tab {
        width: 604px;
        height: 280px;
        border: 1px solid #e2e0eb;
        padding: 49px 60px 38px 60px;
        border-radius: 4px; }
        .review-tabs .tab_cnt ._tech .tech_tab:nth-child(1) {
          margin-left: 8px; }
        .review-tabs .tab_cnt ._tech .tech_tab p {
          font-size: 14px;
          line-height: 25px;
          color: #1e1c2c;
          margin-top: 20px; }
    .review-tabs .tab_cnt .user {
      position: relative;
      padding: 0 90px;
      min-height: 280px; }
      .review-tabs .tab_cnt .user.swiper {
        height: 280px; }
        .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt {
          width: 340px;
          height: 280px;
          border: 1px solid #e2e0eb;
          margin-right: 8px;
          border-radius: 4px;
          padding: 44px 34px; }
          .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .title {
            font-size: 14px;
            line-height: 16px;
            font-weight: 700;
            color: #1e1c2c; }
          .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .subtitle {
            margin-top: 20px;
            font-size: 12px;
            line-height: 23px;
            color: #1e1c2c; }
        .review-tabs .tab_cnt .user.swiper .swiper-pagination {
          display: none;
          bottom: -5px; }
        .review-tabs .tab_cnt .user.swiper .swiper-button-prev,
        .review-tabs .tab_cnt .user.swiper .swiper-button-next {
          position: absolute;
          top: 140px;
          width: 16px;
          height: 28px;
          background-image: url("../images/review/angle-right.svg"); }
          .review-tabs .tab_cnt .user.swiper .swiper-button-prev:hover,
          .review-tabs .tab_cnt .user.swiper .swiper-button-next:hover {
            opacity: 0.8; }
          .review-tabs .tab_cnt .user.swiper .swiper-button-prev::after,
          .review-tabs .tab_cnt .user.swiper .swiper-button-next::after {
            display: none !important; }
        .review-tabs .tab_cnt .user.swiper .swiper-button-prev {
          left: 0;
          transform: rotate(180deg); }
        .review-tabs .tab_cnt .user.swiper .swiper-button-next {
          right: 0;
          transform: rotate(0deg); }
    .review-tabs .tab_cnt ._list {
      position: relative;
      z-index: -9999;
      opacity: 0;
      min-height: 0 !important;
      height: 0 !important;
      visibility: hidden;
      transition: opacity 0.3s ease; }
      .review-tabs .tab_cnt ._list.on {
        z-index: 1;
        height: 280px !important;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease; }

.review-dots,
.swiper-pagination {
  display: none !important; }

/* moblie */
@media (max-width: 768px) {
  .review-tabs .tab_head ._lab {
    padding: 1rem 2.3571428571rem;
    margin-top: 1.2857142857rem;
    font-size: 1.1428571429rem;
    line-height: 18spx;
    border-bottom: 0.1428571429rem solid transparent; }
  .review-tabs .tab_cnt {
    position: relative;
    overflow: hidden;
    margin-top: 0.7142857143rem;
    min-height: 25rem; }
    .review-tabs .tab_cnt .mob {
      display: block !important; }
    .review-tabs .tab_cnt ._tech {
      position: relative;
      display: block !important;
      min-height: 25rem; }
      .review-tabs .tab_cnt ._tech .tech_tab {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 25rem;
        border: 0.0357142857rem solid #e2e0eb;
        padding: 3.1428571429rem 1.8571428571rem;
        border-radius: 0.1428571429rem;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease; }
        .review-tabs .tab_cnt ._tech .tech_tab.on {
          z-index: 1;
          opacity: 1;
          visibility: visible;
          transition: opacity 0.3s ease; }
        .review-tabs .tab_cnt ._tech .tech_tab:nth-child(1) {
          margin-right: 0; }
        .review-tabs .tab_cnt ._tech .tech_tab p {
          font-size: 1rem;
          line-height: 2rem;
          margin-top: 2.1428571429rem; }
    .review-tabs .tab_cnt .user {
      position: relative;
      padding: 0 1.8571428571rem;
      min-height: 25rem; }
      .review-tabs .tab_cnt .user.swiper {
        height: 25rem; }
        .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt {
          width: 90%;
          height: 25rem;
          border: 0.0714285714rem solid #e2e0eb;
          margin-right: 0;
          border-radius: 0.1428571429rem;
          padding: 3.1428571429rem 1.8571428571rem; }
          .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .title {
            font-size: 1rem;
            line-height: 1.1428571429rem; }
          .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .subtitle {
            font-size: 1rem;
            line-height: 2rem;
            margin-top: 2.1428571429rem; }
        .review-tabs .tab_cnt .user.swiper .swiper-pagination {
          bottom: -0.3571428571rem; }
        .review-tabs .tab_cnt .user.swiper .swiper-button-prev,
        .review-tabs .tab_cnt .user.swiper .swiper-button-next {
          position: absolute;
          top: 10rem; }
    .review-tabs .tab_cnt ._list {
      position: relative;
      z-index: -9999;
      opacity: 0;
      min-height: 0 !important;
      height: 0 !important;
      visibility: hidden;
      transition: opacity 0.3s ease; }
      .review-tabs .tab_cnt ._list.on {
        z-index: 1;
        height: 25rem !important;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease; }

  .review-dots,
  .swiper-pagination {
    display: flex !important;
    position: absolute;
    left: 50%;
    bottom: -1.5714285714rem;
    z-index: 1;
    transform: translate(-50%, 0);
    align-items: center;
    justify-content: center; }
    .review-dots.on,
    .swiper-pagination.on {
      display: none !important; }
    .review-dots .swiper-pagination-bullet,
    .swiper-pagination .swiper-pagination-bullet {
      opacity: 1; }
    .review-dots .swiper-pagination-bullet,
    .review-dots span,
    .swiper-pagination .swiper-pagination-bullet,
    .swiper-pagination span {
      display: block;
      margin: 0 0.3571428571rem;
      width: 0.8571428571rem;
      height: 0.8571428571rem;
      border-radius: 0.8571428571rem;
      background: #e2e0eb; }
      .review-dots .swiper-pagination-bullet.swiper-pagination-bullet-active, .review-dots .swiper-pagination-bullet.on,
      .review-dots span.swiper-pagination-bullet-active,
      .review-dots span.on,
      .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
      .swiper-pagination .swiper-pagination-bullet.on,
      .swiper-pagination span.swiper-pagination-bullet-active,
      .swiper-pagination span.on {
        background: #0054ff; }

  .swiper-pagination {
    bottom: 0;
    display: none !important; }
    .swiper-pagination.on {
      display: none !important; } }
.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; }

.step-7 {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 0.6s;
  transition: opacity 0.6s 1.4s, transform 0.6s 1.4s; }

.step-8 {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 0.6s;
  transition: opacity 0.6s 1.6s, transform 0.6s 1.6s; }

.step-9 {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 0.6s;
  transition: opacity 0.6s 1.8s, transform 0.6s 1.8s; }

.step-10 {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 0.6s;
  transition: opacity 0.6s 2s, transform 0.6s 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); }
.on .step-7 {
  opacity: 1 !important;
  transform: translateY(0); }
.on .step-8 {
  opacity: 1 !important;
  transform: translateY(0); }
.on .step-9 {
  opacity: 1 !important;
  transform: translateY(0); }
.on .step-10 {
  opacity: 1 !important;
  transform: translateY(0); }

.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; }

.transformY-6 {
  opacity: 0;
  animation: transformY 1.2s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards; }

.transformY-7 {
  opacity: 0;
  animation: transformY 1.4s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards; }

.transformY-8 {
  opacity: 0;
  animation: transformY 1.6s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards; }

.transformY-9 {
  opacity: 0;
  animation: transformY 1.8s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards; }

.transformY-10 {
  opacity: 0;
  animation: transformY 2s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards; }

@keyframes transformY {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }
.dedicated-ip {
  background-color: #fff;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Poppins", Arial, Helvetica, sans-serif !important; }
  .dedicated-ip h1,
  .dedicated-ip h2,
  .dedicated-ip h3,
  .dedicated-ip h4,
  .dedicated-ip h5,
  .dedicated-ip h6,
  .dedicated-ip p,
  .dedicated-ip b,
  .dedicated-ip em,
  .dedicated-ip i,
  .dedicated-ip strong,
  .dedicated-ip span,
  .dedicated-ip div,
  .dedicated-ip ul,
  .dedicated-ip li,
  .dedicated-ip ol {
    font-family: inherit !important; }
  .dedicated-ip h1,
  .dedicated-ip h2,
  .dedicated-ip h3,
  .dedicated-ip h4,
  .dedicated-ip h5,
  .dedicated-ip h6,
  .dedicated-ip b,
  .dedicated-ip strong {
    font-weight: 600; }
  .dedicated-ip .wrapper {
    margin: 0 auto;
    max-width: 1170px !important;
    width: 100% !important;
    min-width: 0 !important; }

.dedicated-main {
  overflow: hidden; }
.dedicated-logo {
  display: block;
  position: absolute;
  top: 28px;
  left: 140px;
  z-index: 9;
  width: 116px;
  height: 32px;
  text-indent: -9999px;
  background: url(../images/common/itop_vpn_logo.svg) center center no-repeat;
  background-size: contain; }
.dedicated-title {
  padding: 70px 0 6px;
  text-align: center;
  font-size: 40px; }
.dedicated-notify {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-style: italic;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 300; }
  .dedicated-notify::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 100%;
    height: 78%;
    border-radius: 9999px;
    background: linear-gradient(270deg, #FDF9FF 0%, rgba(255, 206, 191, 0.7) 100%); }
  .dedicated-notify > span,
  .dedicated-notify b {
    font: inherit;
    font-weight: 300; }
  .dedicated-notify b {
    font-weight: 500; }
  .dedicated-notify::before {
    content: '';
    display: block;
    flex-shrink: 0;
    margin-right: -4px;
    width: 26px;
    height: 24px;
    background: url(../images/dedicated-ip/trumpet.png) center center no-repeat;
    background-size: contain; }
.dedicated-banner {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 1281px;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/dedicated-ip/dedicated_ip_bg.jpg);
  text-align: center; }
.dedicated-nav {
  margin: 22px auto 46px;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(97, 0, 171, 0.2);
  border-radius: 9999px;
  flex-wrap: wrap; }
  .dedicated-nav-item {
    position: relative;
    z-index: 1;
    padding: 7px 12px;
    margin: auto;
    min-width: 244px;
    max-width: 386px;
    flex: 1 1 0;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    font-weight: 400;
    line-height: 1.5; }
    .dedicated-nav-item.item-year::before, .dedicated-nav-item.item-year::after {
      content: '';
      display: block;
      position: absolute;
      z-index: -1;
      transition: all 0.3s; }
    .dedicated-nav-item.item-year::before {
      top: -6%;
      left: 50%;
      width: 63.11%;
      height: 110%;
      transform: translateX(-50%);
      background: url(../images/dedicated-ip/on_circle_icon.svg) center center no-repeat;
      opacity: 1;
      visibility: visible; }
    .dedicated-nav-item.item-year::after {
      left: -247px;
      top: -38px;
      content: attr(data-miss);
      padding-left: 70px;
      padding-bottom: 50px;
      background-image: url(../images/dedicated-ip/on_arrow_icon.svg);
      background-repeat: no-repeat;
      background-position: left 75px;
      background-size: 204px 42px;
      max-width: 140px;
      color: #145BFF;
      font-size: 18px;
      line-height: 1.5;
      font-weight: 500;
      font-style: italic;
      text-align: center;
      white-space: normal;
      font-family: "Edu SA Beginner", Arial, Helvetica, sans-serif !important; }
    .dedicated-nav-item.ip-active {
      border-radius: 9999px;
      background-color: #fff;
      box-shadow: 0px 5px 20px rgba(94, 36, 187, 0.4); }
      .dedicated-nav-item.ip-active.item-year::before {
        opacity: 0;
        visibility: hidden; }
      .dedicated-nav-item.ip-active.item-year::after {
        content: attr(data-save);
        padding-bottom: 35px;
        padding-left: 4px;
        background-size: 223px 26px;
        background-position: left 58px; }
.dedicated-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 18px auto;
  padding: 11px 12px;
  width: 100%;
  max-width: 100%;
  border: 2px solid #DBC9FF;
  border-radius: 6px;
  color: #6122E7;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center; }
  .dedicated-btn.purple-btn {
    color: #fff;
    border: 2px solid #6122E7;
    background: #6122E7; }
  .dedicated-btn:hover {
    color: #fff !important;
    border-color: #8651FF !important;
    background: #8651FF !important; }
.dedicated-offer {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px; }
  .dedicated-offer-item {
    padding: 26px;
    position: relative;
    z-index: 1;
    background: #fff;
    border: 1px solid #D9D9EC;
    border-radius: 14px;
    max-width: 100%;
    flex: 1 1 0; }
    .dedicated-offer-item.current .dedicated-offer-name {
      padding-bottom: 36px; }
      .dedicated-offer-item.current .dedicated-offer-name::after {
        background-image: url(../images/dedicated-ip/current_icon.svg); }
    .dedicated-offer-item.current .dedicated-offer-list {
      margin-top: 162px; }
    .dedicated-offer-item.basic .dedicated-offer-name::after {
      background-image: url(../images/dedicated-ip/basic_icon.svg); }
    .dedicated-offer-item.advanced .dedicated-offer-name::after {
      background-image: url(../images/dedicated-ip/advanced_icon.svg); }
    .dedicated-offer-item.item-active {
      box-shadow: 0px 10px 16px rgba(11, 0, 162, 0.38);
      border: 2px solid #6122E7;
      background: linear-gradient(0deg, #F7F3FF 0%, #fff 100%); }
  .dedicated-offer-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    padding: 6px 0 14px; }
    .dedicated-offer-name::after {
      content: '';
      display: block;
      width: 28px;
      height: 28px;
      flex-shrink: 0;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 28px; }
  .dedicated-offer-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .dedicated-offer-left {
    flex: 1 1 0;
    text-align: right; }
  .dedicated-offer-right {
    flex-shrink: 0; }
  .dedicated-offer-price {
    font-size: 18px;
    font-weight: 600; }
    .dedicated-offer-price > big {
      font-size: 40px;
      font-weight: inherit; }
  .dedicated-offer-billed {
    margin-top: -6px;
    font-size: 14px;
    font-weight: 400; }
    .dedicated-offer-billed del {
      font: inherit;
      font-weight: 400; }
  .dedicated-offer-off {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 10px 1px;
    font-size: 16px;
    font-weight: 600;
    color: #FF003D;
    background: #FFDEE3;
    border-radius: 4px; }
    .dedicated-offer-off > b {
      font: inherit;
      color: inherit; }
  .dedicated-offer-desc {
    font-size: 14px;
    font-weight: 400;
    text-align: right; }
  .dedicated-offer-list {
    position: relative;
    z-index: 1;
    text-align: right;
    margin: 26px auto 0;
    padding-top: 20px; }
    .dedicated-offer-list::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: -1;
      width: 100%;
      height: 1px;
      background: #6122E7;
      border-radius: 10px;
      opacity: 0.24; }
    .dedicated-offer-list > li {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      column-gap: 14px;
      font-size: 15px;
      line-height: 28px;
      font-weight: 400;
      font-weight: 400; }
      .dedicated-offer-list > li > span {
        flex: 1 1 0;
        font: inherit; }
      .dedicated-offer-list > li::before {
        content: '';
        display: block;
        flex-shrink: 0;
        margin-top: 8px;
        width: 18px;
        height: 18px;
        background: url(../images/dedicated-ip/green_check_icon.svg) center center no-repeat;
        background-size: 18px; }
.dedicated-support {
  padding: 26px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5); }
  .dedicated-support > a {
    font: inherit;
    color: inherit;
    text-decoration: underline; }
    .dedicated-support > a:hover {
      opacity: 0.8; }
.dedicated-down-icon {
  margin: 0 auto;
  width: 26px;
  height: 36px;
  animation: ip-moveUpDown 6s linear infinite; }
  .dedicated-down-icon > svg {
    display: block;
    width: inherit;
    height: inherit; }
.dedicated-worth {
  padding-bottom: 114px; }
  .dedicated-worth-title, .dedicated-worth-desc {
    padding: 15px 0 68px;
    text-align: center;
    font-size: 24px;
    font-weight: 400; }
  .dedicated-worth-title {
    padding: 80px 0 0;
    font-size: 40px;
    font-weight: 600; }
  .dedicated-worth-box {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0px; }
  .dedicated-worth-pic {
    position: relative;
    flex-shrink: 0;
    margin-top: 16px;
    margin-right: 40px;
    width: 506px;
    height: 330px; }
    .dedicated-worth-pic::before {
      content: attr(data-text);
      display: block;
      position: absolute;
      bottom: 77px;
      left: 232px;
      z-index: 2;
      color: #fff;
      font-size: 12px;
      font-weight: 400; }
    .dedicated-worth-pic > img {
      position: relative;
      z-index: 1;
      max-width: 100%;
      width: 100%;
      height: auto; }
  .dedicated-worth-left, .dedicated-worth-right {
    margin: auto;
    width: 100%;
    max-width: 308px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 32px; }
  .dedicated-worth-item {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 14px; }
    .dedicated-worth-item dt {
      margin-top: 4px;
      width: 53px;
      height: 53px;
      flex-shrink: 0; }
      .dedicated-worth-item dt > img {
        max-width: 100%;
        width: 100%;
        height: auto; }
    .dedicated-worth-item dd {
      flex: 1 1 0; }
      .dedicated-worth-item dd h3,
      .dedicated-worth-item dd p {
        padding: 8px 0;
        text-align: right;
        line-height: 1.5;
        font-size: 16px;
        font-weight: 400; }
      .dedicated-worth-item dd h3 {
        padding: 0;
        font-weight: 700;
        font-size: 14px; }
  .dedicated-worth-info {
    margin: auto;
    max-width: 400px;
    text-align: center; }
    .dedicated-worth-info .dedicated-btn {
      margin: auto; }
  .dedicated-worth-price {
    padding: 10px 0 4px; }
    .dedicated-worth-price strong,
    .dedicated-worth-price big,
    .dedicated-worth-price del {
      display: inline-block;
      padding-right: 18px;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5; }
    .dedicated-worth-price strong,
    .dedicated-worth-price big {
      padding-right: 0;
      font-size: 18px;
      font-weight: 600;
      font-style: normal; }
    .dedicated-worth-price big {
      font-size: 40px; }
.dedicated-devices {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding-top: 15px; }
  .dedicated-devices .device-icon {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
    flex-shrink: 0;
    background-color: rgba(30, 28, 44, 0.3); }
    .dedicated-devices .device-icon:hover {
      background-color: #1E1C2C; }
    .dedicated-devices .device-icon.ip-more::before {
      content: attr(data-text);
      display: block;
      position: absolute;
      z-index: -2;
      left: 50%;
      top: 40px;
      transform: translateX(-50%);
      white-space: nowrap;
      text-align: center;
      font-size: 12px;
      line-height: 1.5;
      font-weight: 400;
      color: #fff;
      background-color: #1E1C2C;
      border-radius: 4px;
      padding: 4px 12px;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s; }
    .dedicated-devices .device-icon.ip-more:hover::before {
      opacity: 1;
      visibility: visible; }
    .dedicated-devices .device-icon > svg {
      display: block; }
.dedicated-how {
  padding: 0 0 105px; }
  .dedicated-how-box {
    background: linear-gradient(96deg, #F4E9FF 0%, #fff 50%, #e2f0ff 100%);
    border-radius: 24px;
    text-align: center;
    max-width: 1430px !important;
    width: 100%;
    margin: 0 auto;
    padding: 66px 0; }
  .dedicated-how-title {
    padding: 0px 16px 40px;
    font-size: 40px; }
  .dedicated-how-list {
    padding: 0 130px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    text-align: center; }
  .dedicated-how-item {
    max-width: 300px;
    width: 100%; }
    .dedicated-how-item:first-child .dedicated-how-pic::before {
      display: none; }
  .dedicated-how-pic {
    position: relative;
    z-index: 1;
    margin: auto;
    width: 45px;
    height: 45px; }
    .dedicated-how-pic::before {
      content: '';
      display: block;
      position: absolute;
      top: 22px;
      left: calc(45px + 36px);
      z-index: -1;
      width: 316px;
      height: 2px;
      background: url(../images/dedicated-ip/dedicated_how_line.svg) no-repeat; }
    .dedicated-how-pic > img {
      max-width: 100%;
      width: 100%;
      height: auto; }
  .dedicated-how-desc {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 400; }
    .dedicated-how-desc > a {
      cursor: pointer;
      color: #6122E7;
      font-weight: 400;
      text-decoration: underline; }
      .dedicated-how-desc > a:hover {
        opacity: 0.8; }
.dedicated-review .review-tabs {
  margin-top: 0; }
  .dedicated-review .review-tabs .tab_head ._lab {
    margin-top: 0; }
  .dedicated-review .review-tabs .tab_cnt ._tech .tech_tab p {
    font-weight: 400; }
.dedicated-footer-list {
  padding: 50px 0 106px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px; }
.dedicated-footer-item {
  padding: 28px;
  max-width: 288px;
  background: #EFEFEF;
  border-radius: 4px;
  text-align: center; }
  .dedicated-footer-item img {
    margin: 0 auto;
    width: 40px;
    height: 40px; }
  .dedicated-footer-item p {
    padding: 10px;
    font-size: 12px;
    color: #8E8B9D;
    font-weight: 400; }
.dedicated-copyright {
  padding: 30px 0;
  text-align: center;
  background: #1E1C2C;
  color: #fff;
  font-size: 14px;
  font-weight: 400; }
@keyframes ip-moveUpDown {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
  10% {
    transform: translate(0, -17px);
    -webkit-transform: translate(0, -17px); }
  20% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
  30% {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px); }
  50% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); } }
@media (max-width: 768px) {
  .dedicated-ip .wrapper {
    padding: 0 16px; }

  .dedicated-logo {
    top: 28px;
    left: 16px;
    width: 76px; }
  .dedicated-title {
    font-size: 22px; }
  .dedicated-notify {
    padding-right: 8px; }
  .dedicated-banner {
    min-height: 0; }
  .dedicated-nav-item {
    font-size: 14px; }
    .dedicated-nav-item.item-year::after {
      top: 0;
      right: 0;
      padding-left: 60px;
      padding-bottom: 0px;
      background-position: left 20px;
      background-size: 60px;
      font-size: 14px; }
    .dedicated-nav-item.ip-active.item-year::after {
      padding-bottom: 0px;
      background-position: left 20px; }
  .dedicated-btn {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 14px;
    height: auto !important; }
  .dedicated-offer-item {
    min-width: 100%; }
  .dedicated-support {
    font-size: 12px; }
  .dedicated-worth {
    padding-bottom: 114px; }
    .dedicated-worth-title, .dedicated-worth-desc {
      font-size: 16px; }
    .dedicated-worth-title {
      font-size: 22px; }
    .dedicated-worth-box {
      justify-content: inherit;
      flex-wrap: wrap;
      gap: 40px; }
    .dedicated-worth-left, .dedicated-worth-right {
      max-width: 100%;
      row-gap: 20px; }
    .dedicated-worth-pic {
      margin-top: 0;
      margin-right: 0;
      max-width: 506px;
      max-height: 330px;
      width: 100%;
      height: 100%; }
      .dedicated-worth-pic::before {
        bottom: 24%;
        left: 44%; }
    .dedicated-worth-price strong,
    .dedicated-worth-price big {
      font-size: 16px; }
    .dedicated-worth-price big {
      font-size: 28px; }
  .dedicated-how {
    padding: 0 16px 66px; }
    .dedicated-how-box {
      padding: 30px 0; }
    .dedicated-how-title {
      font-size: 22px; }
    .dedicated-how-list {
      padding: 0 16px; }
    .dedicated-how-pic::before {
      display: none; }
    .dedicated-how-desc {
      font-size: 14px; }
  .dedicated-review .tab_cnt ._tech .tech_tab {
    opacity: 1;
    visibility: visible; }
  .dedicated-footer-list {
    padding: 50px 16px !important; }
  .dedicated-footer-item {
    padding: 12px;
    width: 100%; }
    .dedicated-footer-item p {
      padding: 10px 0; } }

/*# sourceMappingURL=dedicated-ip.css.map */
