img {
  height: auto;
}
.banner {
  padding: 110px 0 140px;
  background: url(/assets/images/business/banner-bg@2x.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;
}
.banner .org {
  border: 1px solid #FF9500;
  background: #FF9500;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 10px 10px;
  display: inline-block;
  margin-left: 40px;
}
@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;
  }
}
@media (max-width: 632px) {
  .banner .org {
    margin: 20px 0;
  }
}
@media (max-width: 476px) {
  .banner h1 {
    line-height: 40px;
  }
  .banner .left-href {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .banner .org {
    margin-left: 0;
    margin-top: 20px;
  }
}
.boost {
  padding: 120px 0;
}
.boost h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 46px;
  margin-bottom: 80px;
}
.boost .boost-cnt {
  display: flex;
  justify-content: space-between;
}
.boost .item {
  width: 380px;
  height: 386px;
  padding: 10px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px 16px 16px 16px;
}
[lang=fr] .boost .item {
    height: 468px;
}
.boost .item-text {
  padding: 24px 14px;
}
.boost h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 24px;
  margin-bottom: 12px;
}
.boost p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
@media (max-width: 991px) {
  .boost-cnt {
    flex-direction: column;
    align-items: center;
  }
  .boost .item {
    margin-bottom: 40px;
  }
}
.inclusive {
  padding: 120px 0;
  text-align: center;
  background: #F5F7FF;
}
.inclusive h2 {
  margin-bottom: 100px;
  font-size: 40px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 46px;
}
.inclusive .desc {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.inclusive .desc li {
  position: relative;
  padding-left: 20px;
}
.inclusive .desc li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(/assets/images/business/gou@2x.png) no-repeat;
  background-size: 100% 100%;
}
.inclusive-item {
  margin-bottom: 120px;
}
.inclusive .mb-over {
  margin-bottom: 0 !important;
}
.inclusive .item-top {
  display: flex;
  align-items: center;
  gap: 120px;
  text-align: left;
  color: #000000;
}
.inclusive .item-top h3 {
  font-size: 36px;
  margin-bottom: 28px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 40px;
}
.inclusive .item-top .desc {
  max-width: 620px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.inclusive .item-top .desc li {
  margin-bottom: 16px;
}
.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 {
  position: relative;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.inclusive .item-ul li:hover {
  transform: rotateY(180deg);
}
.inclusive .item-ul .front {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 48px 0;
}
.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;
}
.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: 476px) {
  .inclusive .return {
    flex-direction: column-reverse;
  }
  .inclusive .desc li {
    text-align: left;
  }
}
.take {
  text-align: center;
  padding: 120px 0;
  background: #DBE5FF;
}
.take h2 {
  font-size: 40px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 46px;
}
.take .quarter-circle {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
.take .tab-x {
  border-radius: 24px;
  overflow: hidden;
  margin-top: 80px;
}
.take .tab-ls {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom: 1px solid #DBE5FF;
  background: #FFFFFF;
  padding: 0 84px;
}
.take .tab-btn {
  width: 25%;
  height: 89px;
  padding: 0 13px;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 89px;
}
.take .tab-btn.active {
  position: relative;
  font-weight: 600;
  color: #5683F4;
}
.take .tab-btn.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;
  }
}
.take .tab-cnt {
  color: #000;
  background: #fff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 60px 40px;
}
.take .tab-cnt .active {
  display: flex;
}
.take .tab-it {
  display: none;
}
.take .feature-ls {
  display: flex;
  flex-wrap: wrap;
}
.take .feature-ls .it {
  margin-top: 20px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: calc(33% + 3px);
  min-height: 206px;
}
.take .feature-ls .it:hover .front {
  opacity: 1;
  transform: rotateY(90deg);
}
.take .feature-ls .it:hover .back {
  background: linear-gradient(270deg, #F0F4FF 0%, #F7F8FD 100%);
  border-radius: 16px;
  opacity: 1;
  transform: rotateY(0deg);
}
.take .feature-ls i {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.take .feature-ls .front {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  transition: 0.3s;
  transition: transform 400ms, opacity 400ms;
  transform: rotateY(0deg);
  z-index: 2;
}
.take .feature-ls .front .mark {
  display: inline-block;
  top: 8px;
  right: 8px;
  height: 18px;
  line-height: 16px;
  background: #ff5900;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 0 3px;
  margin-left: 8px;
}
.take .feature-ls .front h5 {
  margin-top: 22px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 26px;
}
.take .feature-ls .back {
  background: #fff;
  padding: 12px;
  opacity: 0;
  position: relative;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  transition: transform 400ms, opacity 400ms;
  transform: rotateY(120deg);
}
.take .feature-ls .back h6 {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.take .feature-ls .back p {
  font-size: 16px;
  line-height: 1.5;
}
.take .feature-ls .back .mark {
  display: inline-block;
  top: 8px;
  right: 8px;
  height: 18px;
  line-height: 16px;
  background: #ff5900;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 0 3px;
  margin-left: 8px;
}
.take .feature-ls .a-bl {
  margin-top: 10px;
}
.take .feature-ls .a:hover {
  text-decoration: underline !important;
}
.take .it .front i.ic-17 {
  background: url(/assets/images/business/icon1-remote@2x.png) no-repeat;
  background-size: cover;
}
.take .it .front i.ic-18 {
  background: url(/assets/images/business/icon2-interactive@2x.png) no-repeat;
  background-size: cover;
}
.take .it .front i.ic-19 {
  background: url(/assets/images/business/icon3-Privacy@2x.png) no-repeat;
  background-size: cover;
}
.take .it .front i.ic-20 {
  background: url(/assets/images/business/icon4-Monitor@2x.png) no-repeat;
  background-size: cover;
}
.take .it .front i.ic-21 {
  background: url(/assets/images/business/icon5-Adaptive@2x.png) no-repeat;
  background-size: cover;
}
.take .it .front i.ic-22 {
  background: url(/assets/images/business/icon6-Files@2x.png) no-repeat;
  background-size: cover;
}
.take .it .front i.ic-23 {
  background: url(/assets/images/business/icon7-Drag@2x.png) no-repeat;
  background-size: cover;
}
.take .it .front i.ic-24 {
  background: url(/assets/images/business/icon8-pc-from-home@2x.png) no-repeat;
  background-size: cover;
}
.take .it .front i.ic-25 {
  background: url(/assets/images/business/icon9-Keyboard@2x.png) no-repeat;
  background-size: cover;
}
.take .it .front i.ic-26 {
  background: url(/assets/images/business/icon10-Customize@2x.png) no-repeat;
  background-size: cover;
}
.take .it .front i.ic-27 {
  background: url(/assets/images/business/icon11-One-click@2x.png) no-repeat;
  background-size: cover;
}
.take .it .front i.ic-28 {
  background: url(/assets/images/business/icon12-sound@2x.png) no-repeat;
  background-size: cover;
}
.take .it .front i.ic-29 {
  background: url(/assets/images/business/icon13-Chat@2x.png) no-repeat;
  background-size: cover;
}
.take .it .front i.ic-30 {
  background: url(/assets/images/business/icon14-Interface@2x.png) no-repeat;
  background-size: cover;
}
.take .ic-tools-pro {
  background-image: url(/assets/images/professional/ic-tools@2x.png);
  background-size: 272px 272px;
}
.take .ic-backup-pro {
  background-image: url(/assets/images/professional/ic-backup@2x.png);
  background-size: 272px 204px;
}
.take .ic-backup {
  background-image: url(/assets/images/free-backup-software/ic-backup@2x.png);
  background-size: 272px 204px;
}
.take .ic-restore {
  background-image: url(/assets/images/free-backup-software/ic-restore@2x.png);
  background-size: 136px 136px;
}
.take .ic-sync {
  background-image: url(/assets/images/free-backup-software/ic-sync@2x.png);
  background-size: 136px 136px;
}
.take .ic-clone {
  background-image: url(/assets/images/free-backup-software/ic-clone@2x.png);
  background-size: 136px 136px;
}
.take .ic-tools {
  background-image: url(/assets/images/free-backup-software/ic-tools@2x.png);
  background-size: 272px 204px;
}
@media (max-width: 991px) {
  .take {
    padding: 80px 0;
  }
  .take h2 {
    margin-bottom: 30px;
  }
  .take .feature-ls .it {
    width: calc(33.3% - 20px);
  }
}
@media (max-width: 767px) {
  .take .tab-cnt {
    padding: 30px 10px;
  }
  .take .tab-ls {
    padding: 0;
  }
  .take .feature-ls .it {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .take .tab-btn {
    width: 32%;
    height: 60px;
    padding: 5px;
    padding-top: 10px;
    line-height: 1;
    font-stretch: 12px;
  }
}
@media (max-width: 375px) {
  .take .tab-ls {
    padding: 0;
  }
  .take .tab-btn {
    padding: 20px 0 50px;
  }
}
@media (max-width: 375px) {
  .take .feature-ls .it {
    zoom: 0.7;
  }
}
.security {
  padding: 120px 0;
  position: relative;
}
.security .sec-cnt {
  display: flex;
  justify-content: space-between;
}
.security .cnt-left {
  max-width: 490px;
}
.security .cnt-left h2 {
  font-size: 40px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 46px;
  margin-bottom: 48px;
}
.security .cnt-left .picture {
  position: absolute;
  bottom: -120px;
}
.security .cnt-right .item {
  display: flex;
  align-items: center;
  max-width: 640px;
  margin-bottom: 60px;
}
.security .cnt-right .no-mb {
  margin-bottom: 0;
}
.security .cnt-right .item-right {
  padding-left: 20px;
}
.security .cnt-right .item-right h6 {
  font-size: 22px;
  font-weight: 600;
  color: #1A1A1A;
  line-height: 30px;
  margin-bottom: 8px;
}
.security .cnt-right .item-right p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
@media (max-width: 476px) {
  .security .sec-cnt {
    flex-direction: column;
  }
  .security .cnt-left {
    text-align: center;
  }
  .security .cnt-left .picture {
    display: none;
  }
}
@media (max-width: 1050px) {
  .av-banner .layui-row {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .av-banner .subtitle {
    width: 100% !important;
    font-size: 15px !important;
    line-height: 1 !important;
  }
  .av-banner .pbox {
    width: 100%;
    margin-bottom: 40px;
  }
  .av-banner .layui-col-md4 {
    width: 60% !important;
  }
}
@media (max-width: 700px) {
  .av-banner .layui-col-md4 {
    width: 360px !important;
  }
}
.what {
  background: url("/assets/images/business/bg5@2x.png") no-repeat;
  background-size: 100% 100%;
  padding: 120px 0;
  text-align: center;
}
.what h2 {
  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: -30px;
}
.what .slick-slide {
  min-height: 316px;
}
.what-it {
  padding: 40px 80px 55px;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px 0px rgba(86, 131, 244, 0.1);
  border-radius: 40px;
  margin: 30px;
  position: relative;
}
.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: 24px 60px;
  padding-right: 0;
  max-width: 870px;
  margin: 0 auto;
}
.what-it .des img {
  margin: 0;
  margin-bottom: 20px;
}
.what-it .des .text {
  max-width: 670px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  text-align: left;
}
.what-it .des .users-name {
  text-align: right;
  position: absolute;
  right: 140px;
  bottom: 45px;
  display: flex;
  align-items: center;
}
.what-it .des .users-name::before {
  content: '';
  display: inline-block;
  height: 1px;
  width: 40px;
  margin-right: 9px;
  background-color: #000000;
}
.what-it .des .users-name strong {
  font-size: 18px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 24px;
  vertical-align: middle;
  padding-top: 5px;
}
.what-it .des .users-name span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  vertical-align: middle;
  padding-top: 10px;
}
.what-it .des .users-name strong + span::before {
  content: '';
  font-size: 0;
  padding: 10px 3px 1px;
  margin-left: 6px;
  border-left: 1px solid #333;
}
.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: 40px;
  left: 80px;
}
.what-it .des::after {
  background-position: 0 -582px;
  bottom: 55px;
  right: 80px;
}
@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-it .des::before {
    left: 20px;
  }
  .what-it .des::after {
    right: 20px;
  }
  .what-it .des {
    padding: 85px 0;
  }
  .what-it .des .users-name {
    right: 20px;
    bottom: 20px;
  }
  .what-it .des .users-name::before {
    width: 0;
  }
  .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/business/bg8@2x.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;
}
.get .org {
  border: 1px solid #FF9500;
  background: #FF9500;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 10px 10px;
  display: inline-block;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .get .list li {
    width: 50%;
    margin: 10px 0;
    line-height: 25px;
    min-height: 80px;
    vertical-align: top;
  }
}
@media screen and (max-width: 476px) {
  .get .org {
    margin-top: 20px;
    margin-left: 0;
  }
}
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;
  text-align: center;
  background: #E3EBFF;
}
.av-banner h2 {
  font-size: 40px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 46px;
  text-align: center;
}
.av-banner .subtitle {
  width: 410px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #091871;
  line-height: 40px;
  margin: 24px auto 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.av-banner .subtitle::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background: url(/assets/images/business/ic-15day@2x.png) no-repeat;
  background-size: cover;
}
.av-banner .gan {
  display: table;
  margin: 0 auto 53px;
}
.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;
  -webkit-box-shadow: 0 3px 10px 0 rgb(12 37 7.3%);
  box-shadow: 0 3px 10px 0 rgb(12 37 7.3%);
  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;
  overflow: hidden;
  transition: max-height 1.5s;
}
.pbox.gre .open {
  max-height: 666px;
}
.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: 2px;
  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: 2px;
  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 25px;
}
.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-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 rgb(0 0 0%), inset 0 -3px 0 0 #0da156;
  box-shadow: 0 3px 10px 0 rgb(0 0 0%), 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 rgb(0 0 0%);
  box-shadow: 0 3px 10px 0 rgb(0 0 0%);
  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 i {
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 32px;
  border-bottom: dashed 1px #bdb5b5;
}
.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: 60px;
}
.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: 80px;
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}
.how {
  padding: 120px 0;
  background: #F5F7FF;
}
.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) {
  .how h5 {
    width: 80%;
  }
}
@media screen and (max-width: 476px) {
  body h1 {
    font-size: 40px !important;
  }
  body h2 {
    font-size: 24px !important;
  }
}

/*# sourceMappingURL=maps/businesses.css.map */
