.banner-introduce {
  background: url(/resource/images/personal-free-upgrade/banner-bg@2x.png) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.banner-introduce h1 {
  font-size: 64px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  line-height: 72px;
  text-shadow: 0px 8px 0px rgba(0, 0, 0, 0.2);
  padding-top: 180px;
  color: #ffffff;
}
.banner-introduce h2 {
  font-size: 44px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  line-height: 54px;
  margin: 20px;
  color: #ffffff;
}
.banner-introduce .banner-nav {
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
  box-sizing: border-box;
  height: 34px;
  margin-top: 80px;
  margin-bottom: 106px;
}
.banner-introduce .banner-nav span {
  position: relative;
  line-height: 38px;
  font-size: 16px;
  padding-right: 114px;
  padding-left: 12px;
}
.banner-introduce .banner-nav span::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(/resource/images/personal-free-upgrade/ic-purchase.png) no-repeat;
  position: absolute;
  left: -40px;
}
.banner-introduce .banner-nav span:nth-child(2)::before {
  background-position: -232px;
}
.banner-introduce .banner-nav span:nth-child(3)::before {
  background-position: -477px;
}
.banner-introduce .banner-nav span:nth-child(4) {
  padding: 0;
  padding-left: 12px;
}
.banner-introduce .banner-nav span:nth-child(4)::before {
  background-position: -699px;
}
@media screen and (max-width: 900px) {
  .banner-introduce h1 {
    padding-top: 80px;
  }
  h1 {
    font-size: 45px !important;
  }
  h2 {
    font-size: 35px !important;
  }
  .banner-nav {
    flex-wrap: wrap;
  }
  .banner-nav span {
    width: 40%;
    padding: 0 !important;
    margin: 10px 0;
    text-align: left;
    margin-left: 20px;
  }
}
.edition {
  padding: 100px 0 120px;
}
.edition h2 {
  text-align: center;
  margin-bottom: 80px;
}
.edition-box {
  border: 1px solid #e6e8e9;
  border-radius: 24px 24px 24px 24px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.edition [data-title] {
  background: #fbfcff !important;
  border-bottom: 1px solid #fff;
}
.edition-table .fix {
  z-index: 29;
  overflow: hidden;
}
.edition-table .fix .edtion-t {
  background: #fff;
  border-top-left-radius: 24px;
}
.edition-table .fix .edtion-t:nth-last-child(1) {
  border-top-right-radius: 24px;
}
.edition-table .df {
  font-size: 14px;
  cursor: pointer;
}
.edition-table .df::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/resource/images/personal-free-upgrade/weixuan.png) no-repeat;
  vertical-align: middle;
  background-size: cover;
  margin-right: 5px;
}
.edition-table .df.active::before {
  background: url(/resource/images/personal-free-upgrade/gouxuan.png) no-repeat;
}
.edition-table tbody tr:nth-child(odd) {
  background: #f9faff;
}
.edition-table tbody tr .edtion-t {
  padding: 10px;
}
.edition-table .edtion-t {
  position: relative;
  color: #000000;
  vertical-align: middle;
  padding: 25px 0px;
  font-size: 16px;
  text-align: center;
}
.edition-table .edtion-t a[class*="btn"] {
  font-size: 14px;
}
.edition-table .edtion-t:hover .tt-ic {
  background-color: #2258f6;
}
.edition-table .edtion-t strong {
  font-size: 20px;
  display: block;
}
.edition-table .edtion-t:nth-child(1) {
  width: 40%;
  border-right: 1px solid rgba(230, 232, 233, 0.5);
  text-align: left;
  padding-left: 24px;
}
.edition-table .edtion-t:not(:nth-child(1)) {
  width: 12%;
}
.edition-table .edtion-t:not(:nth-child(1)) {
  font-size: 14px;
}
.edition-table .edtion-t .table-icon {
  width: 20px;
  height: 20px;
  margin: auto;
  background: url(/resource/images/personal-free-upgrade/ic-hook-20.png) no-repeat;
}
.edition-table .edtion-t .table-icon.not {
  background: url(/resource/images/personal-free-upgrade/ic-unhook-20.png) no-repeat;
}
.edition-table .edtion-t .under {
  position: relative;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
.edition-table .edtion-t .under:hover .io {
  display: block;
}
.edition-table .edtion-t .io {
  display: none;
  position: absolute;
  width: 240px;
  padding: 14px 20px;
  background: #333;
  border-radius: 8px 8px 8px 8px;
  font-size: 12px;
  color: #fff;
  left: calc(50% - 120px);
  bottom: 28px;
  border-top-color: #333;
  z-index: 99;
}
.edition-table .edtion-t .io::before {
  content: "";
  display: inline-block;
  border-top: 10px solid #333;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 110px;
}
.edition-table .edtion-t .tt-ic {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/resource/images/personal-free-upgrade/ic-jian.png) no-repeat;
  background-size: 24px 24px;
  background-color: #2258f6;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 4px;
}
.edition-table .edtion-t h4 {
  font-size: 16px;
  cursor: pointer;
}
.edition-table .close .tt-ic {
  background: url(/resource/images/personal-free-upgrade/ic-jia.png) no-repeat;
  background-color: #39449f;
  background-size: 24px 24px;
}
.edition-table tfoot .edtion-t {
  padding: 35px 15px;
  border-top: 1px solid rgba(230, 232, 233, 0.5) !important;
}
.edition-table tfoot .edtion-t:nth-child(1) {
  border-right: none;
}
.edition-table .td-info img {
  vertical-align: middle;
}
.edition-table .td-info .pricing {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
.edition-table .td-info .pricing .sym {
  display: inline-block;
  font-size: 24px;
}
.edition-table .td-info .pricing small {
  font-size: 16px;
}
.edition-table .td-info .tip-txt {
  font-size: 14px;
  margin: 10px 0 15px 0;
}
.edition-table .td-info .trial {
  color: #000;
  font-size: 14px;
  margin-top: 10px;
}
.edition-table .td-info .trial:hover {
  text-decoration: underline !important;
}
.edition-table .td-info .btn-bl,
.edition-table .td-info .btn-org {
  min-width: 164px;
}
.edition .guarantee {
  border-radius: 24px;
  padding: 42px 0 0;
  display: flex;
  margin-top: 30px;
}
.edition .guarantee .item {
  width: 25%;
  padding-left: 4%;
  display: flex;
  align-items: center;
  text-align: left;
}
.edition .guarantee .item .txt {
  padding-left: 16px;
}
.edition .guarantee i {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/resource/images/icon/ub-all-sprite@2x.png) no-repeat;
  background-size: 1400px 872px;
}
.edition .guarantee i.ic-1 {
  background-position: -20px -200px;
}
.edition .guarantee i.ic-2 {
  background-position: -80px -200px;
}
.edition .guarantee i.ic-3 {
  background-position: -140px -200px;
}
.edition .guarantee i.ic-4 {
  background-position: -200px -200px;
}
@media screen and (max-width: 1280px) {
  .edition-box {
    zoom: 0.8;
  }
}
@media screen and (max-width: 991px) {
  .edition {
    padding: 80px 0;
  }
  .edition-box {
    overflow-y: hidden;
    zoom: unset;
  }
  .edition-box table {
    width: 100%;
    table-layout: fixed;
  }
  .edition-box .edtion-t:first-child {
    width: 278px;
    position: sticky;
    left: -3px;
    z-index: 20;
    background: #fff;
    padding: 15px;
  }
  .edition-table .edtion-t:not(:nth-child(1)) {
    width: auto;
  }
  .edition-box .edtion-t .io {
    left: 0;
    transform: unset;
    border-radius: 10px;
  }
  .edition-box .edtion-t .io::before {
    left: 50px;
  }
  .edition .guarantee .item {
    flex-direction: column;
    padding: 0px;
    text-align: center;
  }
  .edition .guarantee .item .txt {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .edition-box table {
    min-width: 730px;
  }
  .edition-box .edtion-t:first-child {
    width: 200px;
  }
  .edition-table .td-info .btn-bl,
  .edition-table .td-info .btn-org {
    min-width: 120px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 467px) {
  .edition .edtion-t:nth-child(1) {
    font-size: 14px;
  }
  .edition .guarantee {
    flex-wrap: wrap;
  }
  .edition .guarantee .item {
    width: 50%;
    margin: 25px 0;
  }
}
.explain {
  background: #f5f6ff;
  text-align: center;
  padding: 120px 0;
}
.explain h2 {
  margin-bottom: 40px;
}
.explain .f-aic {
  align-items: normal;
}
.explain .g-cnt {
  background: #fff;
  padding: 40px 40px 50px;
  border-radius: 4px;
}
.explain .g-cnt .txt-bx {
  width: calc(100% - 273px);
  text-align: left;
  padding-left: 65px;
  min-height: 300px;
}
.explain .toggle-bx h6 {
  font-size: 16px;
  padding: 5px 0;
}
.explain .toggle-bx p {
  font-size: 14px;
  line-height: 32px;
}
.explain .toggle-bx a {
  display: inline-block !important;
  border-bottom: 1px solid;
  padding: 0 4px;
}
.explain .toggle-bx label {
  display: inline-block !important;
  color: #2485f2;
}
.explain .toggle-bx img {
  display: inline-block !important;
  vertical-align: top;
}
.explain .toggle-bx li {
  padding: 10px 40px 13px 0;
  border-bottom: 1px solid #eee;
}
.explain .toggle-bx li:hover {
  cursor: pointer;
}
.explain .toggle-bx li:hover h6 {
  color: #2485f2;
}
.explain .toggle-bx li:hover h6::after {
  border-top: 8px solid #1974ca;
}
.explain .toggle-bx li h6 {
  position: relative;
}
.explain .toggle-bx li h6::after {
  content: "";
  border-top: 8px solid #333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  display: inline-block;
  border-radius: 10px;
  position: absolute;
  top: 12px;
  right: -35px;
}
.explain .toggle-bx li.active h6::after {
  transform: rotate(-180deg);
}
.explain .toggle-bx li .lx {
  position: relative;
  color: #1974ca;
}
.explain .toggle-bx li .lx .ewm {
  position: absolute;
  right: 40%;
  top: -100px;
  z-index: 999;
  display: none;
}
.explain .toggle-bx li .lx .ewmacitve {
  display: block;
}
.explain .toggle-bx li .lx:hover {
  cursor: pointer;
}
.explain .s-fc-bl {
  font-size: 14px;
  color: #2485f2;
  margin-top: 12px;
}
.explain .s-fc-bl span {
  display: inline-block;
}
@media (max-width: 767px) {
  .explain .g-cnt {
    padding: 40px 20px 50px;
    flex-direction: column;
  }
  .explain .g-cnt .txt-bx {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .explain .toggle-bx li {
    padding: 10px 0px 13px;
  }
  .explain .toggle-bx li h6::after {
    right: 0;
  }
  .explain .s-fc-bl {
    text-align: center;
  }
}
.recogn {
  padding: 120px 0 180px;
  text-align: center;
  background: #f8f9fa;
  overflow: hidden;
  position: relative;
}
.recogn button:hover {
  background-color: #39449f !important;
}
.recogn::before {
  content: "";
  display: block;
  width: 320px;
  height: 500px;
  background: linear-gradient(to right, #f8f9fa 0%, #f8f9fa 50%, transparent 100%);
  left: 0;
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-40%);
}
.recogn::after {
  content: "";
  display: block;
  width: 320px;
  height: 500px;
  background: linear-gradient(to left, #f8f9fa 0%, #f8f9fa 50%, transparent 100%);
  right: 0;
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-40%);
}
.recogn h2 {
  margin-bottom: 24px;
  font-size: 40px;
}
.recogn p.des {
  margin-bottom: 75px;
}
.recogn .slick-dots li {
  margin: 0 8px;
}
.recogn .slick-list {
  overflow: initial;
  width: 1160px;
  max-height: 400px;
}
.recogn .slick-track {
  margin-left: 20px;
}
.recogn .slick-dots {
  bottom: -60px;
}
.recogn .slick-dots li button {
  width: 12px;
  border-radius: 50%;
  height: 12px;
}
.recogn .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #39449f !important;
}
.recogn .slick-slide {
  margin: 0 20px;
  max-width: 540px;
  height: 284px;
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 24px 24px 24px 24px;
  opacity: 1;
  border: 1px solid #e6e8e9;
  text-align: left;
}
.recogn .slick-slide .remark {
  padding: 40px;
  line-height: 32px;
  height: 284px;
}
.recogn .slick-slide .top {
  display: flex;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e8e9;
  margin-bottom: 24px;
  justify-content: space-between;
}
.recogn .slick-slide .top .remark-user {
  display: flex;
}
.recogn .slick-slide .top img {
  margin: 0;
}
.recogn .slick-slide .userinfo {
  font-size: 16px;
  margin-left: 16px;
}
.recogn .slick-slide .userinfo strong {
  display: block;
  font-size: 20px;
}
@media (max-width: 1600px) {
  .recogn::before,
  .recogn::after {
    display: none;
  }
}
@media (max-width: 1410px) {
  .recogn {
    padding: 0 0 80px;
  }
  .recogn h2 {
    margin-bottom: 20px;
  }
  .recogn .slick-list,
  .recogn .slick-slide {
    overflow: hidden;
    height: auto;
  }
  .recogn .slick-list {
    width: 100%;
    max-width: 800px;
    margin: auto;
  }
  .recogn .slick-slide {
    max-width: 800px;
    margin: 20px 30px;
  }
}
@media (max-width: 500px) {
  .recogn .slick-slide {
    margin: 0 12px 30px;
    height: 284px;
  }
  .slick-track {
    margin-left: 5px !important;
  }
  .slick-slide .userinfo strong {
    font-size: 15px !important;
  }
  button {
    display: none !important;
  }
  .recogn .slick-slide .remark {
    padding: 25px 15px;
    font-size: 20px;
  }
  .recogn .slick-slide .remark p {
    font-size: 10px;
  }
}
body .sliderBox {
  z-index: 99 !important;
}
body .slick-prev {
  width: 60px;
  height: 60px;
  background: url(/resource/images/personal-free-upgrade/left-normal.png);
  background-size: cover;
}
body .slick-prev:hover {
  background-position: 0;
  background: url(/resource/images/personal-free-upgrade/left-hover.png);
}
body .slick-next {
  width: 60px;
  height: 60px;
  background: url(/resource/images/personal-free-upgrade/right-noamal.png);
  background-size: cover;
}
body .slick-next:hover {
  background-position: 0;
  background: url(/resource/images/personal-free-upgrade/right-hover.png);
}
body .slick-arrow {
  border-radius: 50px;
  background-color: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(57, 68, 159, 0.2);
}
body .slick-arrow:hover {
  background-color: #39449f !important;
}
body [data-role="tog-cnt-it1"] p {
  display: none;
}
body [data-role="tog-cnt-it1"].active p {
  display: block;
}

/*# sourceMappingURL=maps/free-upgrade.css.map */
