.banner {
  background: url(../png/wechat-recovery-bg.png) no-repeat center;
  background-size: cover;
}
.banner .container {
  padding-top: 60px;
  padding-bottom: 50px;
  color: #fff;
  position: relative;
}
.banner .changelog {
  color: #ffd308;
  font-size: 20px;
  margin-bottom: 30px;
}
.banner span {
  position: absolute;
  display: block;
  top: 57px;
  right: -67px;
  width: 90px;
  height: 20px;
  font-size: 14px;
  text-align: center;
}
.banner h1 {
  margin-top: 50px;
  font-size: 50px;
  font-weight: 700;
  line-height: 58px;
  position: relative;
  margin-bottom: 50px;
}
.banner h1 strong {
  color: #ffd308;
}
.banner .ic-lf {
  margin-bottom: 50px;
}
.banner li {
  font-size: 18px;
  margin-bottom: 15px;
}
.banner a {
  font-weight: 400;
}
.banner .btn-grn {
  margin-right: 20px;
  background-color: #19b919;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 1px 0 rgba(0, 0, 0, 0.15) \0;
  box-shadow: 0 5px 1px 0 rgba(0, 0, 0, 0.15) \0;
  border-radius: 4px;
}
.banner .btn.btn-bd-wt {
  border-radius: 4px;
  border: solid 1px #fff;
}
.banner .btn.btn-bd-wt:after {
  display: none;
}
.banner .video {
  margin-top: 15px;
}
.banner .video a {
  font-size: 18px;
  position: relative;
  color: #fff;
}
.banner .video a:after {
  content: '';
  display: inline-block;
  background: url(../png/ar-icon-small1.png) no-repeat -103px -45px;
  width: 12px;
  position: absolute;
  top: 8px;
  right: -15px;
  height: 12px;
}
@media (max-width: 991px) {
  .banner {
    text-align: center;
  }
  .banner .row > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .banner .btn {
    margin-right: 0 !important;
    min-width: 300px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .banner .btn {
    min-width: 300px;
    margin: 10px 0;
  }
  .banner .banner-img {
    display: none;
  }
}
.rec {
  background: url(../png/wechat-bg1.png) no-repeat center;
  background-size: cover;
}
.rec .container {
  padding-top: 120px;
  padding-bottom: 50px;
}
.rec h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
  color: #1a1a1a;
  max-width: 440px;
  position: relative;
  padding-top: 60px;
}
.rec h2:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 6px;
  background-color: #070c23;
  border-radius: 3px;
  left: 0;
  bottom: -20px;
}
.rec .rec-txt {
  margin-top: 20px;
}
.rec .rec-txt .item {
  margin-top: 40px;
  padding: 40px 20px;
  max-width: 580px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.rec .rec-txt .item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 1px 0 rgba(0, 0, 0, 0.1) \0;
  box-shadow: 0 10px 1px 0 rgba(0, 0, 0, 0.1) \0;
  border-radius: 20px;
}
.rec .rec-txt .item .t-ct {
  text-align: center;
}
.rec .rec-txt .item h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  color: #070c23;
  margin-bottom: 20px;
}
.rec .rec-txt .item p {
  font-size: 14px;
  line-height: 30px;
  color: #42475d;
}
@media (max-width: 991px) {
  .rec .container {
    text-align: center;
  }
  .rec h2 {
    max-width: 100%;
  }
  .rec h2:after {
    display: none;
  }
  .rec .rec-txt .item {
    max-width: 100%;
    margin: 15px auto auto;
  }
}
.what {
  background-color: #f7f7f7;
}
.what .container {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.what h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.what h2 + p {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  max-width: 950px;
  margin: auto;
  margin-bottom: 70px;
}
.what .devi {
  background-color: #fff;
  border-radius: 10px;
  padding: 45px 110px;
  max-width: 1100px;
  margin: 100px auto 0;
}
.what .devi .item {
  text-align: left;
  padding-top: 55px;
}
.what .devi h3 {
  font-size: 30px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 25px;
}
.what .devi p {
  font-size: 16px;
  line-height: 36px;
  color: #333;
  max-width: 320px;
}
@media (max-width: 992px) {
  .what .devi {
    padding: 45px 10px;
  }
  .what .devi .item {
    padding-top: 0;
    text-align: center;
  }
  .what .devi p {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.why {
  background: #f2f2f2 url(../png/wechat-bg2.png) no-repeat center;
  background-size: cover;
}
.why .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.why h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 70px;
}
.why h3 {
  font-size: 30px;
  font-weight: 700;
  color: #1a1a1a;
  position: relative;
  margin-bottom: 90px;
}
.why h3:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 6px;
  background-color: #070c23;
  border-radius: 3px;
  left: 0;
  bottom: -40px;
}
.why .why-box .item1 {
  margin-top: 40px;
}
.why p {
  font-size: 16px;
  line-height: 36px;
  color: #333;
  max-width: 410px;
}
.why .items .item {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 50px 0 rgba(0, 33, 92, 0.1);
  box-shadow: 0 10px 50px 0 rgba(0, 33, 92, 0.1);
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 33, 92, 0.1) \0;
  box-shadow: 0 10px 10px 0 rgba(0, 33, 92, 0.1) \0;
  border-radius: 20px;
  max-width: 300px;
  padding: 30px;
  margin-bottom: 60px;
  min-height: 250px;
}
.why .items .why-icon {
  background: url(../png/ar-icon-small1.png) no-repeat 0 -188px;
  width: 50px;
  height: 50px;
  display: inline-block;
}
.why .items .why-icon.icon1 {
  background-position-x: -511px;
}
.why .items .why-icon.icon2 {
  background-position-x: -582px;
}
.why .items .why-icon.icon3 {
  background-position-x: -652px;
}
.why .items .why-icon.icon4 {
  background-position-x: -722px;
}
.why .items h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #070c23;
  margin: 5px 0;
}
.why .items p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
@media (max-width: 991px) {
  .why {
    text-align: center;
  }
  .why .why-box .item1 {
    margin-top: 0;
  }
  .why h3:after {
    left: calc(50% - 20px);
  }
  .why p {
    max-width: 100%;
  }
  .why .items {
    margin-top: 50px;
  }
  .why .items .item {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .why p {
    margin-bottom: 30px;
  }
  .why .items .item,
  .why p {
    max-width: 100%;
    min-height: auto;
  }
}
.see .container {
  padding-top: 95px;
  padding-bottom: 95px;
  text-align: center;
}
.see h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #202020;
}
.see .see-box {
  margin-top: 80px;
}
.see .see-box p {
  font-size: 16px;
  line-height: 28px;
  color: #333;
}
.see .see-box strong {
  font-weight: 700;
}
.see .see-box .img-box {
  max-width: 320px;
  margin: auto auto 30px;
  position: relative;
}
.see .see-box h3 {
  background: #1b2eac;
  max-width: 150px;
  margin: 10px auto;
  padding: 10px 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#1b2eac), color-stop(50%, #1456d0), to(#0d81f8)), -webkit-gradient(linear, left top, left bottom, from(#3687cc), to(#3687cc));
  background-image: -o-linear-gradient(left, #1b2eac 0, #1456d0 50%, #0d81f8 100%), -o-linear-gradient(#3687cc, #3687cc);
  background-image: linear-gradient(90deg, #1b2eac 0, #1456d0 50%, #0d81f8 100%), linear-gradient(#3687cc, #3687cc);
  background-blend-mode: normal, normal;
  border-radius: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  position: relative;
  z-index: 10;
}
.see .see-box h3.no-dashed:after {
  display: none;
}
.see .img-box {
  position: relative;
}
.see .img-box:hover::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  margin: auto;
}
.see .img-box:hover .scal-img {
  display: block;
}
.see .img-box .scal-img {
  display: none;
  width: 58px;
  height: 58px;
  background: url(../png/ar-icon-small1.png) no-repeat -10px -184px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
}
@media (min-width: 992px) {
  .see .see-box h3:after {
    content: '';
    display: block;
    width: 300px;
    border-bottom: 1px dashed #b0bdc3;
    position: absolute;
    right: -300px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .see .see-box h3:after {
    content: '';
    display: block;
    width: 265px;
    border-bottom: 1px dashed #b0bdc3;
    position: absolute;
    right: -265px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .see .see-box p {
    margin-bottom: 20px;
  }
  .see .see-box .img-box {
    max-width: 100%;
  }
}
.words {
  background-color: #f7f7f7;
}
.words .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.words h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #202020;
  text-align: center;
  margin-bottom: 85px;
}
.words .words-box {
  max-width: 1040px;
  margin: auto;
  position: relative;
}
.words .words-box .user-po {
  position: relative;
  min-height: 100px;
}
.words .words-box .user-po li {
  position: absolute;
  opacity: 0.3;
  cursor: pointer;
}
.words .words-box .user-po li.no3 {
  right: 160px;
  top: -15px;
}
.words .words-box .user-po li.no4 {
  right: 160px;
  top: -15px;
}
.words .words-box .user-po li.no5 {
  right: 160px;
  top: -15px;
}
.words .words-box .user-po li.no1 {
  left: 160px;
  top: -15px;
}
.words .words-box .user-po li.no2 {
  left: 50%;
  margin-left: -45px;
  top: -45px;
}
.words .words-box .user-po li.active {
  opacity: 1;
}
.words .words-box .slide-box {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px 30px 20px;
}
.words .words-box .item {
  text-align: center;
}
.words .words-box .item h3 {
  font-size: 24px;
  font-weight: 700;
  color: #202020;
  margin-bottom: 10px;
}
.words .words-box .item .c-start {
  width: 171px;
  height: 22px;
  background: url(../png/ar-icon-small1.png) no-repeat -109px -133px;
  display: inline-block;
  margin-bottom: 5px;
}
.words .words-box .item p {
  max-width: 880px;
  margin: auto;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
@media (max-width: 991px) {
  .words .words-box {
    background: 0 0;
  }
  .words .words-box .user-po {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .words .words-box .slide-box,
  .words .words-box .user-po li {
    position: static;
  }
  .words .words-box {
    max-width: 100%;
    padding: 0;
  }
  .words .words-box .item p {
    max-width: 80%;
  }
  .words .words-box .user-po li.no2 {
    margin-left: 0;
  }
}
@media (max-width: 420px) {
  .words .slick-next,
  .words .slick-prev {
    display: none !important;
  }
  .words .words-box .item p {
    max-width: 100%;
  }
}
.tricks {
  background: #fff;
}
.tricks .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.tricks .t-ar {
  text-align: center;
}
.tricks h2 {
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
}
.tricks .tricks-box {
  margin-top: 60px;
}
.tricks .tricks-box h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.tricks .tricks-box h3 a {
  font-size: 20px;
  color: #1a1a1a;
}
.tricks .tricks-box h3 a:hover {
  color: #0b56dc;
}
.tricks .tricks-box p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.tricks .tricks-box .item {
  padding-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.tricks .tricks-box .item:last-child {
  border-bottom: none;
}
@media (max-width: 991px) {
  .tricks-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .banner h1::after {
    right: -3px;
  }
  .banner h1::before {
    right: -93px;
  }
  .banner span {
    right: -77px;
  }
}
@media (max-width: 991px) {
  .banner span {
    right: -37px;
  }
}
@media (max-width: 854px) {
  .banner span {
    display: none;
  }
  .banner h1::after {
    display: none;
  }
  .banner h1::before {
    display: none;
  }
}
.btn.active,
.btn:active,
.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff;
}
.banner .btn {
  font-size: 1.8rem;
}
.qt-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9999;
}
.qt-popup .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.qt-popup-cnt {
  display: inline-block;
  vertical-align: middle;
  z-index: 99999;
  position: relative;
}
.qt-popup::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .qt-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
  }
}
.btn-bd-wt:hover {
  color: #175dc0;
  background-color: #fff;
}
.btn-grn:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.ic-lf > li {
  text-align: left;
  position: relative;
  padding-left: 23px;
}
.ic-lf > li::before {
  content: '';
  position: absolute;
  display: inline-block;
  left: 0;
  background: url(../ar-icon-small1.html) no-repeat;
}
.ic-lf[class*=hook] > li::before {
  width: 13px;
  height: 13px;
  background-position: -9px -44px;
  top: 5px;
}
.ic-lf.hook2 > li::before {
  background-position: -75px -45px;
}
/*# sourceMappingURL=wechat-recovery.css.map */