img {
  height: auto;
}
.banner {
  padding: 110px 0 146px;
  background: url(/assets/images/personal-use/banner-bg.png) no-repeat center;
  background-size: cover;
}
.banner h1 {
  font-size: 64px;
  font-weight: 700;
  color: #091871;
  line-height: 72px;
  display: block;
  max-width: 886px;
  margin-bottom: 24px;
}
.banner p.des {
  font-size: 24px;
  max-width: 800px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 80px;
}
.banner .left-href,
.banner .right-href {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.banner .btn {
  min-width: 180px;
  height: 40px;
  background: #5683f4;
  border: 1px solid #5683f4;
  border-radius: 10px;
  line-height: 40px;
}
.banner .btn:hover {
  color: #fff;
  opacity: 0.8;
}
.banner .btn {
  width: 280px;
  max-width: 100%;
  height: 64px;
  font-size: 20px;
  line-height: 64px;
  display: none;
}
@media (max-width: 768px) {
  .banner {
    text-align: center;
    padding: 60px 0;
    height: auto;
  }
  .banner h2 {
    padding-right: 0;
  }
  .banner p.desc {
    margin: 20px;
  }
  .banner ul.desc {
    text-align: left;
    max-width: 440px;
    margin: 30px auto;
  }
  .banner .right-href {
    display: block;
  }
  .banner .right-href .btn-now {
    margin: 30px auto !important;
  }
}
.fast {
  color: #1A1A1A;
  padding: 120px 0;
  text-align: center;
}
.fast h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 16px;
}
.fast .fast-two-tl {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  max-width: 1080px;
  margin: auto;
  display: block;
}
.fast .fast-img {
  margin: 80px 0 60px;
  height: auto;
}
.fast .fast-nav {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
.fast .fast-nav li {
  max-width: 340px;
}
.fast .fast-nav img {
  margin-bottom: 16px;
}
.fast .fast-nav h6 {
  line-height: 24px;
  margin-bottom: 8px;
}
.fast .fast-nav p {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 476px) {
  .fast .fast-nav {
    flex-wrap: wrap;
    padding: 0 30px;
  }
  .fast .fast-nav li {
    margin-bottom: 20px;
  }
}
.manage {
  padding: 120px 0;
  background: #DBE5FF;
  text-align: center;
}
.manage h2 {
  font-size: 40px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 46px;
  margin: auto;
  margin-bottom: 24px;
  display: block;
  max-width: 828px;
}
.manage .quarter-circle {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
.manage .tab-x {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 0 22px;
}
.manage .btn.btn-bd-bl {
  width: 200px;
  height: 48px;
  background: #5683F4;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #5683F4;
  color: #fff;
  line-height: 48px;
}
.manage .btn.btn-bd-bl:hover .icons-arrows2 {
  right: -25px;
}
.manage .btn.btn-bd-bl strong {
  position: relative;
}
.manage .icons-arrows2 {
  transition: all 0.5s;
  position: absolute;
  right: -20px;
  top: 2px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/assets/images/index-V8/ic-more2@2x.png) no-repeat;
  background-size: cover;
}
.manage .tab-ls {
  margin-top: 80px;
  display: flex;
  justify-content: space-evenly;
  border-bottom: 1px solid #D6D6D6;
  padding-top: 40px;
}
.manage .tab-ls .tab-btn {
  width: 228px;
}
.manage .tab-ls .tab-btn:hover {
  cursor: pointer;
}
.manage .tab-ls img {
  display: block;
}
.manage .tab-ls span {
  display: inline-block;
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.manage .tab-ls .f-fs18 {
  font-weight: 400;
}
.manage .tab-ls .active {
  position: relative;
  font-weight: 600;
  color: #5683F4;
}
.manage .tab-ls .active img {
  background: url(/resource/images/free-partition-manager/dp-free-ic-tab-80-select.svg) no-repeat;
  background-size: cover;
}
.manage .tab-ls .active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #2258F6;
  border-radius: 50px;
  transition: width 3s;
  animation-name: ani;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  /*动画停在最后100%时候的状态*/
  animation-direction: alternate;
}
@keyframes ani {
  from {
    scale: 0;
  }
  to {
    scale: 1;
  }
}
.manage .tab-cnt {
  text-align: left;
}
.manage .tab-cnt .tab-it {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 60px;
  display: none;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.manage .tab-cnt .it-end {
  margin-top: 40px;
  text-align: left;
  width: 100%;
  background: #F8F9FD;
  border-radius: 8px;
  padding: 20px;
  padding-left: 52px;
}
.manage .tab-cnt .it-end strong + span::before {
  content: '';
  font-size: 0;
  padding: 10px 8px 1px;
  margin-left: 16px;
  border-left: 1px solid #9E9E9E;
}
.manage .tab-cnt .it-end strong {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  position: relative;
}
.manage .tab-cnt .it-end strong::before {
  display: inline-block;
  position: absolute;
  content: '';
  left: -32px;
  width: 16px;
  height: 16px;
  background: url(/assets/images/index-V8/yin@2x.png) no-repeat;
  background-size: cover;
}
.manage .tab-cnt .it-end span {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
}
.manage .tab-cnt .it-end .it-text {
  font-size: 14px;
  font-family: Myriad Pro-Italic, Myriad Pro;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
}
.manage .tab-cnt .free-btn-bl {
  width: 220px;
  height: 48px;
  background: #2258F6;
  border-radius: 288px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.manage .tab-cnt .free-btn-bl .bt-text {
  display: flex;
  align-items: center;
}
.manage .tab-cnt .free-btn-bl .down {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 4px;
  background: url(/resource/images/phone-manager/pa-page-ft-ic-download-24.svg) no-repeat;
  background-size: cover;
}
.manage .tab-cnt .free-btn-bl .f-fs16 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
}
.manage .tab-cnt .bnr-left {
  max-width: 560px;
}
.manage .tab-cnt .bnr-left .bnr-tit {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.manage .tab-cnt .bnr-left .bnr-tit::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/resource/images/free-partition-manager/);
}
.manage .tab-cnt .bnr-left h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}
.manage .tab-cnt .bnr-left .left-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin: 24px 0;
}
.manage .tab-cnt .bnr-left ul > li {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  position: relative;
}
.manage .tab-cnt .bnr-left ul > li::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 7px;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background: url(/assets/images/index-V8/gou1@2x.png) no-repeat;
  background-size: cover;
}
.manage .tab-cnt .bnr-left .bnr-links {
  margin-top: 24px;
}
.manage .tab-cnt .active {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 476px) {
  .manage .tab-ls {
    flex-wrap: wrap;
  }
  .manage .tab-ls span {
    padding-top: 20px;
  }
  .manage .tab-it.active {
    flex-wrap: wrap-reverse;
  }
  .manage .tab-cnt .tab-it {
    padding: 20px 0;
  }
  .manage .tab-cnt .bnr-left .bnr-links {
    display: flex;
    justify-content: center;
  }
  .manage .tab-cnt .tab-it::after {
    width: 100%;
    background-size: contain;
    height: 180px;
  }
}
.always {
  text-align: center;
  padding: 120px 0;
  background: #F8F9FD;
  background-size: 100% 100%;
}
.always h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 16px;
}
.always .fast-two-tl {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.always .data-icons {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.always .data-icons li {
  width: 312px;
}
.always .data-icons strong {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 30px;
  padding-bottom: 8px;
}
.always .data-icons p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.always .data-icons img {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .always .data-icons {
    flex-wrap: wrap;
  }
  .always .data-icons li {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .always .data-icons {
    flex-direction: column;
    align-items: center;
  }
  .always .data-icons li {
    padding: 20px 0;
  }
}
@media (max-width: 476px) {
  .always .data-icons {
    flex-wrap: wrap;
  }
  .always .data-icons li {
    width: 80%;
    margin-bottom: 20px;
  }
}
.inclusive {
  padding: 120px 0;
  text-align: center;
}
.inclusive h2 {
  margin-bottom: 10px;
}
.inclusive .desc {
  font-size: 20px;
}
.inclusive-item {
  margin-bottom: 200px;
}
.inclusive ul {
  display: flex;
  margin-top: 24px;
}
.inclusive ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 110px;
}
.inclusive ul li:lang(es) {
  margin-right: 110px;
}
.inclusive ul li strong {
  font-size: 50px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 60px;
}
.inclusive ul li span {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.inclusive .mb-over {
  margin-bottom: 0 !important;
}
.inclusive .btn {
  min-width: 280px;
  height: 64px;
  background: #5683f4;
  border: 1px solid #5683f4;
  border-radius: 10px;
  line-height: 64px;
  color: #fff;
  display: none;
  margin-top: 40px;
  font-size: 20px;
}
.inclusive .btn:hover {
  opacity: 0.8;
}
.inclusive .item-top {
  display: flex;
  align-items: center;
  gap: 120px;
  text-align: left;
  color: #000000;
}
.inclusive .item-top h3 {
  font-size: 40px;
  margin-bottom: 24px;
  line-height: 46px;
}
.inclusive .item-top .desc {
  font-size: 16px;
  line-height: 30px;
}
.inclusive .item-ul {
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #e6e8e9;
  margin-top: 80px;
}
.inclusive .item-ul.item-6 li {
  width: 16.66%;
}
.inclusive .item-ul.item-4 li {
  width: 25%;
}
.inclusive .item-ul.item-3 li {
  width: 33%;
}
.inclusive .item-ul li .fl-ct {
  transition: transform 0.8s;
  transform-style: preserve-3d;
  position: relative;
}
.inclusive .item-ul li:hover .fl-ct {
  transform: rotateY(180deg);
}
.inclusive .item-ul li:hover .fl-ct .front {
  opacity: 1;
}
.inclusive .item-ul .front {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 48px 0;
  opacity: 1;
}
.inclusive .item-ul .back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 25px 8px;
  background: linear-gradient(270deg, #f0f4ff 0%, #f7f8fd 100%);
  backface-visibility: hidden;
  transform: rotateY(180deg);
  border-radius: 16px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.inclusive .item-ul .tit {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 10px;
}
.inclusive .item-ul .ms {
  font-size: 12px;
}
.inclusive .item-ul h5 {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .inclusive .item-top {
    flex-direction: column;
    text-align: center;
  }
  .inclusive .item-ul {
    flex-wrap: wrap;
  }
  .inclusive .item-ul li {
    width: 50% !important;
  }
}
@media screen and (max-width: 630px) {
  .inclusive ul {
    justify-content: space-evenly;
  }
  .inclusive ul li {
    margin: 20px;
  }
}
.what {
  background: url("/assets/images/personal-use/bg5@2x.png") no-repeat;
  background-size: cover;
  padding: 120px 0;
  text-align: center;
}
.what h2 {
  line-height: 46px;
  margin-bottom: 30px;
}
.what .slick {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 44px;
}
.what .slick-prev {
  left: -80px;
}
.what .slick-next {
  right: -80px;
}
.what .slick .slick-dots {
  bottom: -20px;
}
.what-it {
  padding: 40px 20px 60px;
  margin: 30px;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px 0px rgba(86, 131, 244, 0.1);
  border-radius: 40px 40px 40px 40px;
}
.what-it .user {
  text-align: left;
  display: inline-block;
  margin-bottom: 40px;
}
.what-it .user img {
  display: inline-block;
}
.what-it .user p {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.what-it .user p strong {
  font-size: 2.4rem;
  display: block;
  margin-bottom: 5px;
}
.what-it .des {
  padding: 21px 30px;
  position: relative;
  max-width: 870px;
  margin: 0 auto;
}
.what-it .des::after,
.what-it .des::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(/assets/images/icons/icon-invite.png) no-repeat center;
}
.what-it .des::before {
  background-position: 0 -539px;
  top: 0;
  left: 0;
}
.what-it .des::after {
  background-position: 0 -582px;
  bottom: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .what {
    background-position: center;
    background-size: cover;
  }
  .what .slick-prev {
    left: -30px;
  }
  .what .slick-next {
    right: -30px;
  }
  .faq .wrap {
    display: block;
  }
  .faq .wrap .right {
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 476px) {
  .what h2 {
    margin-bottom: 20px;
  }
  .what .slick-initialized .slick-slide {
    background-color: #F7F9FF;
    border-radius: 25px;
  }
  .what-it {
    padding: 20px;
  }
  .what .slick-tab {
    height: auto;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
  }
}
.get {
  padding: 100px 0;
  text-align: center;
  background: url(/assets/images/index/bg4-2.png) no-repeat;
  background-size: cover;
}
.get h2 {
  font-size: 48px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 60px;
  margin-bottom: 16px;
}
.get p {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-bottom: 60px;
}
.get .btn {
  min-width: 180px;
  height: 40px;
  background: #5683f4;
  border: 1px solid #5683f4;
  border-radius: 10px;
  line-height: 40px;
}
.get .btn:hover {
  color: #fff;
  opacity: 0.8;
}
.get .btn {
  width: 280px;
  max-width: 100%;
  height: 64px;
  font-size: 20px;
  line-height: 64px;
  display: none;
}
@media screen and (max-width: 768px) {
  .get .list li {
    width: 50%;
    margin: 10px 0;
    line-height: 25px;
    min-height: 80px;
    vertical-align: top;
  }
}
a.btn,
.button {
  position: relative;
}
a.btn::before,
.button::before,
.btn-s::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  z-index: 1;
  opacity: 1;
  border-right-width: 0;
  border-right-style: solid;
  border-right-color: transparent;
  background-color: rgba(255, 255, 255, 0.55);
}
a.btn:hover::before,
.button:hover::before,
.btn-s:hover::before {
  opacity: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.av-banner {
  padding: 120px 0;
  background: #E3EBFF;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}
.av-banner .layui-row {
  display: flex;
  justify-content: space-between;
}
.av-banner h2 {
  font-size: 56px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 1px;
  color: #091871;
  text-align: center;
}
.av-banner .subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  max-width: 910px;
  margin: 16px auto 60px;
}
.av-banner .gan {
  display: table;
  margin: 0 auto 53px;
}
@media screen and (max-width: 800px) {
  .av-banner .layui-row {
    flex-direction: column;
  }
  .av-banner .pbox {
    width: 100%;
    margin-bottom: 40px;
  }
}
.av-banner .gan div {
  display: block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0;
  color: #091871;
  text-align: left;
  /*word-break: keep-all;*/
  /*white-space: nowrap;*/
  height: 30px;
  line-height: normal;
  float: left;
  margin: 0 30px;
}
.av-banner .gan div span {
  display: block;
  float: left;
}
.av-banner .gan div::before {
  content: '';
  display: block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 7px;
}
.av-banner .gan div.mon::before {
  background: url(/assets/images/pricing/ic-1-clean.png) no-repeat center;
}
.av-banner .gan div.sec::before {
  background: url(/assets/images/pricing/ic-2-fast.png) no-repeat center;
}
.av-banner .gan div.sup::before {
  background: url(/assets/images/pricing/ic-3-tech.png) no-repeat center;
}
.pbox {
  width: 360px;
  background-color: #fff !important;
  -webkit-box-shadow: 0 3px 10px 0 rgba(12, 37, 73, 0.1);
  box-shadow: 0 3px 10px 0 rgba(12, 37, 73, 0.1);
  border-radius: 10px;
  border-top: 11px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 20;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  margin: 0 auto 1em auto;
  height: 100%;
}
.pbox:hover,
.pbox:focus {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.pbox.gre {
  border-color: #1BBE6C;
}
.pbox.gre .after {
  max-height: 0;
  transition: all 1.5s;
  overflow: hidden;
}
.pbox.gre .open {
  max-height: 666px;
}
.pbox.gre .open-hidden {
  overflow: unset;
}
.pbox.gre .more {
  width: 140px;
  height: 32px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px 16px 16px 16px;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  z-index: 999;
}
.pbox.gre .tt-ic {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border-radius: 4px;
  color: #000;
  position: relative;
}
.pbox.gre .tt-ic::after,
.pbox.gre .tt-ic::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #fff;
  border-radius: 2px;
}
.pbox.gre .tt-ic::after,
.pbox.gre .tt-ic::before {
  top: calc(50% - 4.16%);
  width: 7px;
  height: 1px;
  background: #a6a8b1;
  transition: transform 0.5s, opacity 0.5s;
}
.pbox.gre .tt-ic::after {
  transform: rotate(270deg);
  opacity: 1;
}
.pbox.gre .active::after {
  opacity: 0;
  transform: rotate(-45deg);
}
.pbox.blue {
  border-color: #5683F4;
}
.pbox.blue .after {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.5s;
}
.pbox.blue .open {
  max-height: 666px;
}
.pbox.blue .open-hidden {
  overflow: unset;
}
.pbox.blue .more {
  width: 140px;
  height: 32px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px 16px 16px 16px;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  z-index: 999;
}
.pbox.blue .tt-ic {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border-radius: 4px;
  color: #000;
  position: relative;
}
.pbox.blue .tt-ic::after,
.pbox.blue .tt-ic::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #fff;
  border-radius: 2px;
}
.pbox.blue .tt-ic::after,
.pbox.blue .tt-ic::before {
  top: calc(50% - 4.16%);
  width: 7px;
  height: 1px;
  background: #a6a8b1;
  transition: transform 0.5s, opacity 0.5s;
}
.pbox.blue .tt-ic::after {
  transform: rotate(270deg);
  opacity: 1;
}
.pbox.blue .active::after {
  opacity: 0;
  transform: rotate(-45deg);
}
.pbox .box-top-words {
  position: absolute;
  color: #fff;
  font-weight: 700;
}
.pbox .box-top-words.current-plan {
  top: -26px;
  left: 130px;
}
.pbox .truck {
  background: #e4f7ed;
  padding: 25px 10px 36px;
  text-align: center;
}
.pbox .intro {
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 30px 35px 15px;
}
.pbox .truck .des {
  font-size: 30px;
  font-weight: 600;
  margin-top: 32px;
}
.pbox.gre .truck .des {
  color: #0da156;
}
.pbox.blue .truck .des {
  color: #236bff;
}
.pbox.org .truck .des {
  color: #fe7e00;
}
.fs-40 {
  font-size: 40px;
}
.pbox .top-btm {
  margin-top: 10px;
  font-size: 16px;
  position: relative;
  margin-bottom: 28px;
}
.trunk p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #1a1a1a;
}
.underline {
  position: relative;
  cursor: pointer;
  display: inline;
}
.underline > i {
  border-bottom: 1px dashed #767676;
  font-weight: bold;
}
.io {
  text-align: left;
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2), inset 0 -3px 0 0 #0da156;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2), inset 0 -3px 0 0 #0da156;
  border-radius: 10px 10px 0 0;
  width: 310px;
  padding: 21px 17px;
  color: #333;
  left: 50%;
  margin-left: -150px;
  bottom: 21px;
  display: none;
  transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  z-index: 30;
}
.pbox .subscription-select {
  margin-bottom: 40px;
}
.pbox .subscription-select strong {
  font-size: 20px;
}
.pbox .free {
  color: #111;
  font-size: 14px;
  margin-bottom: 36px;
  margin-top: 52px;
}
.jump-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.link {
  min-width: 260px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0;
  color: #fff;
  text-decoration: none !important;
}
.gre-link {
  color: #0da156;
  background: transparent;
  border: 1px solid #0da156;
  border-radius: 4px;
}
.pbox .gre-link {
  background-image: -webkit-gradient(linear, left top, right top, from(#0da156), to(#16b564)), -webkit-gradient(linear, left top, left bottom, from(#0da156), to(#0da156));
  background-image: linear-gradient(90deg, #0da156 0%, #16b564 100%), linear-gradient(#0da156, #0da156);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}
.btn::before,
.button::before,
.btn-s::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  z-index: 1;
  opacity: 1;
  border-right-width: 0;
  border-right-style: solid;
  border-right-color: transparent;
  background-color: rgba(255, 255, 255, 0.55);
}
.pbox .intro dl dd {
  font-size: 16px;
  font-weight: 400;
  color: #404751;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.pbox .intro dl dd::before {
  content: '';
  display: inline-block;
  background: url(/assets/images/pricing/icon-small-all.png) no-repeat;
  width: 17px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 4px;
}
.pbox .intro dl dd:before {
  background-position: -548px -73px;
}
.pbox {
  background-color: #f2f2f2;
  padding-top: 0;
}
.pbox .tips-info {
  position: absolute;
  top: -100px;
  left: calc(50% - 125px);
  width: 250px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(82, 99, 122, 0.4);
  box-shadow: 0 3px 10px 0 rgba(82, 99, 122, 0.4);
  text-align: center;
  color: red;
}
.pbox {
  position: relative;
  z-index: 0;
  text-align: left;
}
.pbox > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.pbox > ul li {
  width: 380px;
  height: 800px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(12, 37, 73, 0.1);
  box-shadow: 0 3px 10px 0 rgba(12, 37, 73, 0.1);
  border-radius: 30px;
  border-top: 30px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 20;
}
.pbox > ul li.gre {
  border-color: #0da156;
}
.pbox > ul li.blue {
  border-color: #236bff;
}
.pbox > ul li.org {
  border-color: #fe7e00;
}
.pbox .subscription-select {
  margin-bottom: 40px;
}
.pbox .subscription-select strong {
  font-size: 20px;
}
.pbox .subscription-select.htext {
  font-size: 16px;
  text-align: center;
  margin-bottom: 16px;
}
.pbox .pay {
  margin-top: 150px;
  text-align: center;
  font-size: 18px;
  color: #333;
}
.pbox .pay img {
  margin-left: 10px;
}
.pbox .more-des {
  text-align: center;
  color: #666;
  font-size: 13px;
  margin-top: 10px;
}
.pbox .trunk {
  padding: 45px 10px 36px;
  text-align: center;
}
.pbox .trunk .litter-box {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  width: 126px;
  height: 24px;
  background: #E9EAF2;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 40px;
}
.pbox.gre .trunk {
  background: #F5F7FF;
}
.pbox.blue .trunk {
  background: #edf3fa;
}
.pbox.org .trunk {
  background: #E6F1FD;
}
.pbox h5 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 40px;
}
.rebate {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-bottom: 15px;
  line-height: 30px;
}
.rebate del {
  text-decoration: line-through;
}
.org .rebate span {
  background-image: -webkit-gradient(linear, left top, right top, from(#f37c05), to(#fe9e14)), -webkit-gradient(linear, left top, left bottom, from(#305dc4), to(#305dc4));
  background-image: linear-gradient(90deg, #f37c05 0%, #fe9e14 100%), linear-gradient(#305dc4, #305dc4);
  background-blend-mode: normal, normal;
  border-radius: 15px;
}
.rebate span {
  background-image: -webkit-gradient(linear, left top, right top, from(#2357ff), to(#237fff)), -webkit-gradient(linear, left top, left bottom, from(#305dc4), to(#305dc4));
  background-image: linear-gradient(90deg, #2357ff 0%, #237fff 100%), linear-gradient(#305dc4, #305dc4);
  background-blend-mode: normal, normal;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  padding: 7px 15px;
  color: #fff;
  margin-left: 10px;
}
.buy-price {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #1a1a1a;
  margin-bottom: 5px;
}
.buy-price span {
  font-size: 50px;
  font-weight: 700;
}
.buy-price del {
  font-size: 18px;
  color: #666;
  font-weight: 400;
}
.trunk p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #1a1a1a;
}
.pbox .trunk p.des {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 6px;
}
.pbox .trunk p.des .up-date {
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  line-height: 16px;
}
.pbox .trunk p.des2 {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 14px;
}
.pbox .trunk p.des2 .price {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.pbox .trunk p.des2 .line-text {
  color: #999999;
  text-decoration: line-through;
}
.pbox .gre .trunk p.des {
  color: #0da156;
}
.pbox .org .trunk p.des {
  color: #fe7e00;
}
.pbox .blue .trunk p.des {
  color: #236bff;
}
.pbox .top-btm {
  margin-top: 10px;
  font-size: 16px;
  position: relative;
  margin-bottom: 28px;
}
.pbox .top-btm > div {
  display: inline-block;
  border-bottom: 1px dashed #767676;
}
.pbox .top-btm > div:hover .top-btm-txt {
  display: block;
}
.pbox .top-btm .top-btm-txt {
  display: none;
  position: absolute;
  z-index: 10;
  background-color: #fff;
  padding: 15px;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  bottom: 30px;
  left: 0;
}
.pbox .top-btm strong {
  font-size: 16px;
}
.pbox .top-btm div:not(:last-child) {
  margin-bottom: 10px;
}
.intro {
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 30px 35px 25px;
}
.intro dd .show-detail {
  position: relative;
  display: inline-block !important;
}
.intro dd .show-detail .detail-content {
  position: absolute;
  top: auto;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.link {
  min-width: 260px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0;
  color: #fff;
  text-decoration: none !important;
  padding: 10px 0;
}
.gre-link {
  color: #0da156;
  background: transparent;
  border: 1px solid #0da156;
  border-radius: 4px;
}
.pbox .gre-link {
  background-image: -webkit-gradient(linear, left top, right top, from(#0da156), to(#16b564)), -webkit-gradient(linear, left top, left bottom, from(#0da156), to(#0da156));
  background-image: linear-gradient(90deg, #0da156 0%, #16b564 100%), linear-gradient(#0da156, #0da156);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}
.org-link {
  color: #fe7e00;
  background: transparent;
  border: 1px solid #fe7e00;
  border-radius: 4px;
}
.pbox .org-link {
  background-image: -webkit-gradient(linear, left top, right top, from(#f37c05), to(#fe9e14)), -webkit-gradient(linear, left top, left bottom, from(#f98d0d), to(#f98d0d));
  background-image: linear-gradient(90deg, #f37c05 0%, #fe9e14 100%), linear-gradient(#f98d0d, #f98d0d);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  color: #fff;
}
.blue-link {
  color: #236bff;
  background: transparent;
  border: 1px solid #FF9500;
  border-radius: 4px;
}
.grey-link {
  color: #b3c6bb;
  background-color: #fff;
  border: 1px solid #b3c6bb;
  border-radius: 4px;
}
.jump-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.pbox .blue-link {
  background: #FF9500;
  background-image: linear-gradient(90deg, #f37c05 0%, #fe9e14 100%), linear-gradient(#f98d0d, #f98d0d);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  color: #fff;
}
.blue-link-whit {
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #237fff;
  color: #236bff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blue-link-whit i {
  width: 25px;
  height: 25px;
  background: url(/assets/images/pricing/icon-small-all.png) no-repeat -402px -366px;
  margin-right: 5px;
}
.blue-link-whit:hover i,
.org .blue-link-whit:hover i {
  background-position-x: -542px;
}
.blue-link-whit p {
  font-size: 12px;
  line-height: 1;
}
.blue-link-whit p strong {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.blue-link-whit:hover {
  background: #237fff;
  color: #fff;
}
.org .blue-link-whit {
  border: solid 1px #f98d0d;
  color: #f98d0d;
  line-height: 24px;
}
.org .blue-link-whit i {
  background-position-x: -470px;
}
.org .blue-link-whit:hover {
  background: #f98d0d;
  color: #fff;
}
.credit {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  color: #404751;
}
.h30 {
  height: 30px;
}
.h20 {
  height: 20px;
}
.pbox .free {
  color: #111;
  font-size: 14px;
  margin-bottom: 36px;
  margin-top: 52px;
}
.pbox .blue .trunk {
  background: #edf3fa;
}
.pbox .org .trunk {
  background: #faf2ea;
}
.pbox dl {
  margin: auto;
}
.pbox dl dd {
  font-size: 16px;
  font-weight: 400;
  color: #404751;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.pbox.gre dl dd:before {
  background-position: -548px -73px;
}
.pbox.blue dl dd:before {
  background-position: -610px -73px;
}
.pbox.org dl dd:before {
  background-position: -670px -73px;
}
.pbox .divider {
  height: 1px;
  margin-bottom: 30px;
  padding: 0 20px;
}
.pbox .divider:before {
  content: '';
  display: block;
  width: 80%;
  height: 1px;
  margin: 0 auto;
  background-color: #ededed;
}
.pbox .box-top-words {
  position: absolute;
  color: #fff;
  font-weight: 700;
}
.pbox .best-value {
  top: -24px;
  left: 147px;
}
.pbox .current-plan {
  top: -26px;
  left: 130px;
}
.radio-select {
  height: 60px;
}
.radio-select .radio {
  text-align: left;
  padding-left: 92px;
  margin-bottom: 0;
  cursor: pointer;
}
.h60 {
  height: 64px;
}
.radio-select .radio .price {
  font-size: 20px;
  font-weight: 700;
  color: #111;
}
.radio-select .radio del {
  color: #999;
}
.radio-select .radio .save {
  color: #f53e3e;
}
.width2 {
  max-width: 220px;
}
.width2 {
  max-width: 290px;
}
.underline {
  position: relative;
  cursor: pointer;
  display: inline;
}
.underline em {
  text-decoration: underline;
}
.underline:hover > .io {
  display: block;
}
.underline > i {
  border-bottom: 1px dashed #767676;
  font-style: normal;
}
.io {
  text-align: left;
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2), inset 0 -3px 0 0 #0da156;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2), inset 0 -3px 0 0 #0da156;
  border-radius: 10px 10px 0 0;
  width: 310px;
  padding: 21px 17px;
  color: #333;
  left: 50%;
  margin-left: -150px;
  bottom: 21px;
  display: none;
  transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  z-index: 30;
}
.blue .io {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2), inset 0 -3px 0 0 #236bff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2), inset 0 -3px 0 0 #236bff;
}
.org .io {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2), inset 0 -3px 0 0 #fe7e00;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2), inset 0 -3px 0 0 #fe7e00;
}
.blue .io:before {
  border-top: 8px solid #236bff;
}
.org .io:before {
  border-top: 8px solid #fe7e00;
}
.io:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -7px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #0da156;
}
.io.active {
  bottom: auto;
  top: 31px;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2), inset 0 3px 0 0 #0da156;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2), inset 0 3px 0 0 #0da156;
}
.io.active::before {
  bottom: auto;
  top: -15px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid #0da156;
}
.blue .io.active {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2), inset 0 3px 0 0 #236bff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2), inset 0 3px 0 0 #236bff;
}
.blue .io.active::before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid #236bff;
}
.org .io.active {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2), inset 0 3px 0 0 #fe7e00;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2), inset 0 3px 0 0 #fe7e00;
}
.org .io.active::before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid #fe7e00;
}
.h25 {
  height: 26px;
  display: none;
}
.pay {
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}
.how {
  padding: 160px 0;
  background: linear-gradient(270deg, #f0f4ff 0%, #f7f8fd 100%);
}
.how h2 {
  text-align: center;
  margin-bottom: 80px;
}
.how dt {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
.how-box {
  display: flex;
  justify-content: center;
}
.how .faq {
  width: 100%;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  padding: 0 48px;
}
.how .faq dd {
  padding: 30px 0;
  box-shadow: inset 0px -1px 0px 0px #F0F0F0;
}
.how .faq dd:hover {
  cursor: pointer;
}
.how .faq dd:hover h5 {
  color: #2258f6;
}
.how .faq dd:hover .tt-ic {
  background: url(/assets/images/personal-use/jiantou1-hover@2x.png) no-repeat;
  background-size: cover;
}
.how .faq dd a {
  color: #2258f6;
}
.how .faq dd .title {
  display: flex;
  justify-content: space-between;
}
.how .faq dd .tab-panel {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.how .faq dd .tt-ic {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border-radius: 4px;
  color: #000;
  background: url(/assets/images/personal-use/jiantou1@2x.png) no-repeat;
  background-size: cover;
  position: relative;
}
.how .faq dd.active:hover h5 {
  color: #2258f6;
}
.how .faq dd.active:hover .tt-ic {
  background: url(/assets/images/personal-use/jiantou2-hover@2x.png) no-repeat;
  background-size: cover;
}
.how .faq dd.active .tab-panel {
  max-height: 100px;
  margin-top: 20px;
}
.how .faq dd.active h5 {
  color: #2258f6;
}
.how .faq dd.active p {
  display: block;
}
.how .faq dd.active .tt-ic {
  background: url(/assets/images/personal-use/jiantou2@2x.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .how {
    padding: 80px 0;
  }
  .how-box {
    flex-direction: column;
  }
  .how-box .help,
  .how-box .faq {
    width: 100%;
  }
  .how .faq dd .title h5 {
    display: block;
    width: 90%;
  }
}
@media screen and (max-width: 476px) {
  body h1 {
    font-size: 40px !important;
  }
  body h2 {
    font-size: 24px !important;
  }
}
