h2 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 476px) {
  h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
.down-ic {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/resource/images/download/ab-download-ic-download-white-24@2x.webp) no-repeat;
  background-size: 24px 24px;
  margin-right: 10px;
}
.subhead {
  font-size: 20px;
  line-height: 26px;
  margin: auto;
  text-align: center;
}
.bnr {
  padding: 80px 0 310px;
  text-align: center;
  color: #FFFFFF;
  background: url("/resource/images/windows-pc-backup/ub-winpcbackup-banner-bg@2x.jpg") no-repeat;
  background-size: cover;
}
.bnr h1 {
  font-size: 64px;
  line-height: 70px;
  margin-bottom: 24px;
}
.bnr h1:lang(fr) {
  font-size: 58px;
}
.bnr ul {
  font-size: 20px;
  line-height: 32px;
}
@media screen and (max-width: 476px) {
  .bnr h1 {
    font-size: 35px;
    line-height: 1.2;
  }
}
.product {
  text-align: center;
  background: #F8F9FA;
  padding-top: 1px;
  padding-bottom: 160px;
}
.product .dowload-cnt {
  margin: auto;
  padding: 40px 60px;
  background: #fff;
  border-radius: 24px;
  margin-top: -250px;
  margin-bottom: 160px;
  max-width: 1200px;
}
.product .cnt {
  display: flex;
  gap: 40px;
}
.product .cnt-item {
  background: #F8F9FA;
  border-radius: 16px;
  padding: 60px 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product .cnt span {
  margin: 24px 0 16px;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}
.product .cnt .desc {
  font-size: 16px;
  line-height: 22px;
}
.product .cnt .btn-md {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .cnt .down-ic {
  margin-right: 2px;
}
.product .tips {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  gap: 40px;
  justify-content: center;
}
.product .tips .img-list {
  display: flex;
  gap: 40px;
  opacity: 0.5;
}
.product .introduce .subhead {
  max-width: 1000px;
}
.product .cnt2 {
  margin-top: 80px;
  display: flex;
  gap: 12px;
}
.product .cnt2-item {
  background: #fff;
  border-radius: 24px;
  padding: 60px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 420px;
}
.product .cnt2 span {
  margin: 24px 0 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.product .cnt2 span:lang(fr) {
  font-size: 18px;
}
.product .cnt2 .desc {
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .product .dowload-cnt {
    padding: 40px 10px;
  }
  .product .cnt2 {
    flex-direction: column;
    align-items: center;
  }
  .product .cnt2-item {
    padding: 60px 15px;
    width: 100%;
  }
  .product .cnt {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .product .cnt-item {
    padding: 60px 0;
    width: 100%;
  }
  .product .tips {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .product .tips .img-list {
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.win-backup {
  padding: 160px 0;
  text-align: center;
}
.win-backup .subhead {
  max-width: 1200px;
}
.win-backup .win-cnt {
  margin-top: 80px;
  display: flex;
  gap: 120px;
  align-items: center;
}
.win-backup .win-table {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 39px;
}
.win-backup .win-table li {
  width: 44.5%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.win-backup .win-table span {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.win-backup .win-table p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (max-width: 1280px) {
  .win-backup .win-cnt {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .win-backup .win-table {
    text-align: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .win-backup .win-table li {
    width: 100%;
  }
}
.techniques {
  background: #F8F9FA;
  padding: 160px 0;
}
.techniques .subhead {
  max-width: 1080px;
}
.techniques .tech-cnt {
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 40px;
  margin-top: 80px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  border: 1px solid #E6E8E9;
  padding: 40px 60px;
  max-width: 1152px;
}
.techniques .tech-cnt .tech-item {
  display: flex;
  gap: 24px;
  width: 48%;
  padding: 40px 0;
  align-items: flex-start;
}
.techniques .tech-cnt .text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.techniques .tech-cnt span {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.techniques .tech-cnt p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (max-width: 991px) {
  .techniques .tech-cnt .tech-item {
    width: 100%;
  }
}
@media screen and (max-width: 476px) {
  .techniques .tech-cnt .tech-item {
    flex-wrap: wrap;
    justify-content: center;
  }
  .techniques .tech-cnt {
    padding: 40px 20px;
    text-align: center;
  }
}
.recovery {
  padding: 160px 0;
}
.recovery .re-cnt {
  margin: auto;
  display: flex;
  align-items: center;
  max-width: 1160px;
  gap: 80px;
}
.recovery .text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.recovery .text strong {
  font-size: 40px;
  line-height: 46px;
}
.recovery .text p {
  font-size: 20px;
  line-height: 26px;
}
.recovery .re-list {
  margin: auto;
  margin-top: 80px;
  display: flex;
  text-align: center;
  gap: 60px;
  max-width: 1160px;
}
.recovery .re-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
}
.recovery .re-item span {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 24px 0 16px;
}
.recovery .re-item span:lang(fr) {
  min-height: 60px;
}
.recovery .re-item p {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 991px) {
  .recovery .re-cnt {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .recovery .text strong {
    font-size: 30px;
  }
  .recovery .re-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.edition {
  padding: 160px 0 160px;
  background: #091121;
  color: #fff;
}
.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);
  background: #fff;
}
.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;
  padding: 40px 0 32px;
}
.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/edition-comparison/ab-comparison-ic-weigouxuan.webp) no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
.edition-table .df.active::before {
  background: url(/resource/images/edition-comparison/ab-comparison-ic-gouxuan.webp) 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: 14px;
  text-align: center;
}
.edition-table .edtion-t strong {
  font-size: 20px;
  display: block;
}
.edition-table .edtion-t .des {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
}
.edition-table .edtion-t:nth-child(1) {
  width: 7.5%;
  border-right: 1px solid rgba(230, 232, 233, 0.5);
  text-align: left;
  padding-left: 64px;
}
.edition-table .edtion-t:not(:nth-child(1)) {
  width: 10%;
}
.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/edition-comparison/ab-store-ic-gougou1-20.webp) no-repeat;
}
.edition-table .edtion-t .table-icon.not {
  background: url(/resource/images/edition-comparison/ab-store-ic-gougou0-20.webp) 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/edition-comparison/ab-comparison-ic-fenzhu-guanbi@2x.png) no-repeat;
  background-size: 24px 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.edition-table .edtion-t h4 {
  font-size: 16px;
  cursor: pointer;
}
.edition-table .close .tt-ic {
  background: url(/resource/images/edition-comparison/ab-comparison-ic-fenzhu-dakai@2x.png) no-repeat;
  background-size: 24px 24px;
}
.edition-table tfoot .edtion-t {
  padding: 30px 0px 32px;
  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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.edition-table .td-info .f-fw-bd {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 63px;
}
.edition-table .td-info .down-ic {
  width: 16px;
  height: 16px;
  background: url(/resource/images/windows-pc-backup/ub-winpcbackup-ic-shop-16.svg) no-repeat;
  background-size: cover;
  margin-right: 5px;
}
.edition-table .td-info .pricing {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
}
.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;
  position: relative;
}
.edition-table .td-info .trial .jian {
  position: absolute;
  transform: translateX(3px);
}
.edition-table .td-info .trial:hover .jian {
  transition: 0.3s;
  transform: translateX(8px);
}
.edition-table .btn-bl,
.edition-table .btn-org {
  min-width: 140px;
}
@media screen and (max-width: 1280px) {
  .edition-box {
    zoom: 0.8;
  }
}
@media screen and (max-width: 991px) {
  .edition-table .edtion-t:not(:nth-child(1)) {
    width: 44%;
  }
  .edition {
    padding: 80px 0;
  }
  .edition-box {
    overflow-y: hidden;
    zoom: unset;
  }
  .edition-box table {
    width: 100%;
    min-width: 991px;
    table-layout: fixed;
  }
  .edition-box .edtion-t:first-child {
    width: 15%;
    position: sticky;
    left: -3px;
    z-index: 20;
    background: #fff;
    padding: 15px;
  }
  .edition-box .edtion-t .io {
    left: 0;
    transform: unset;
    border-radius: 10px;
  }
  .edition-box .edtion-t .io::before {
    left: 50px;
  }
}
.faq {
  padding: 160px 0;
}
.faq .faq-mn {
  background: #f8f9fa;
  padding: 80px 40px;
  border-radius: 60px 20px 60px 20px;
  background: linear-gradient(135deg, transparent 33px, #f8f9fa 0) top left, linear-gradient(-45deg, transparent 33px, #f8f9fa 0) bottom right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
.faq h2 {
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}
.faq .box {
  transition: 0.5s all;
  overflow: hidden;
  padding: 0 40px;
  border-radius: 40px 10px 40px 10px;
  margin-bottom: 24px;
  background: linear-gradient(135deg, transparent 20px, #fff 0) top left, linear-gradient(-45deg, transparent 20px, #fff 0) bottom right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
.faq .box:nth-last-child(1) {
  margin-bottom: 0px;
}
.faq .box .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq .box h5 {
  margin-bottom: 0;
  padding: 30px 3% 30px 0;
  position: relative;
  color: #000;
  cursor: pointer;
}
.faq .box .tt-ic {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border-radius: 4px;
  color: #000;
  position: relative;
  margin-right: 10px;
}
.faq .box .tt-ic::after,
.faq .box .tt-ic::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #fff;
  border-radius: 2px;
}
.faq .box .tt-ic::after,
.faq .box .tt-ic::before {
  left: 25%;
  top: calc(50% - 4.16%);
  width: 24px;
  height: 2px;
  background: #2258f6;
  transition: transform 0.5s, opacity 0.5s;
}
.faq .box .tt-ic::after {
  transform: rotate(270deg);
  opacity: 1;
}
.faq .box p {
  max-width: 880px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 22px;
  padding-right: 20px;
  display: none;
}
.faq .box .link {
  margin-top: 20px;
  color: #2258f6;
  position: relative;
}
.faq .box .link:hover {
  text-decoration: none !important;
}
.faq .box .link:hover span {
  transform: translateX(10px);
}
.faq .box .link span {
  position: absolute;
  transform: translateX(5px);
  transition: 0.3s;
}
.faq .box.active {
  padding-bottom: 30px;
}
.faq .box.active h5 {
  color: #2258f6;
  padding-bottom: 30px;
}
.faq .box.active p {
  display: block;
}
.faq .box.active .tt-ic::after {
  opacity: 0;
  transform: rotate(-45deg);
}
@media screen and (max-width: 476px) {
  .faq {
    padding: 40px 0 0;
  }
  .faq .container {
    padding: 0;
  }
  .faq .box,
  .faq .faq-mn {
    padding: 24px;
    clip-path: none;
    border-radius: 10px;
  }
  .faq .faq-mn {
    background-size: auto;
  }
  .faq .box .title {
    align-items: flex-start;
  }
  .faq .box.active h5 {
    padding-bottom: 17px;
  }
  .faq .box p {
    font-size: 12px;
  }
  .faq .box h5 {
    font-size: 14px;
    padding: 0 3% 0 0;
  }
  .faq .box .tt-ic {
    transform: scale(0.6);
  }
}
.steps {
  padding: 160px 0;
  background: #091121;
}
.steps h2 {
  text-align: center;
  margin-bottom: 80px;
  color: #fff;
}
.steps-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
.steps-tab .tab {
  min-width: 440px;
  font-size: 20px;
  padding: 24px;
  border-bottom: 2px solid #222937;
  text-align: center;
  cursor: pointer;
}
.steps-tab .tab.active {
  font-weight: 600;
  border-bottom: 2px solid #ffffff;
}
.steps .tab-pane {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
}
.steps .tab-pane.active {
  display: flex;
}
.steps .how-cont {
  background: #ffffff;
  border: 1px solid #e6e8e9;
  overflow: hidden;
  border-radius: 30px;
}
.steps .top-nov {
  display: flex;
  border-bottom: 1px solid #e6e8e9;
  justify-content: space-around;
}
.steps .top-nov li {
  padding: 30px 0;
  position: relative;
  cursor: pointer;
}
.steps .top-nov li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  background: #2258f6;
  height: 4px;
  transition: 0.3s all;
}
.steps .top-nov li.active {
  font-family: 700;
  color: #2258f6;
}
.steps .top-nov li.active::after {
  width: 100%;
}
.steps .slick-text li {
  position: relative;
  font-size: 16px;
  color: #1a1a1a;
  width: 574px;
  min-height: 112px;
  display: flex;
  border-radius: 24px;
  padding: 20px 24px;
  cursor: pointer;
  align-items: center;
  border: 1px solid transparent;
}
.steps .slick-text li h4 {
  min-width: 60px;
  margin-right: 20px;
  text-align: center;
  height: 24px;
  background: #f9dec3;
  border-radius: 4px 4px 4px 4px;
}
.steps .slick-text li.active {
  position: relative;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #e6e8e9;
}
.steps .slick-text li.active h4,
.steps .slick-text li.active p {
  font-weight: 600;
}
.steps .slick-text li:not(:last-child) {
  margin-bottom: 16px;
}
.steps .slick-item {
  padding: 0 35px;
}
.steps .slick-dots {
  bottom: -50px;
}
.steps .slick-img {
  width: 550px;
  max-width: 100%;
}
.steps .swiper-box .swiper-item {
  padding: 0px;
  display: none;
}
.steps .swiper-box .swiper-item.active {
  display: block;
}
.steps .swiper-box .swiper-item .top {
  margin-bottom: 0px;
}
@media (max-width: 1280px) {
  .steps .tab-pane {
    flex-direction: column;
  }
  .steps .slick-text {
    max-width: 100%;
  }
  .steps .slick-text li {
    width: 700px;
    margin: auto;
    max-width: 100%;
  }
  .steps .slick-img {
    margin: 20px auto 0;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .steps .top-nov {
    flex-direction: column;
    align-items: center;
    zoom: 0.8;
  }
  .steps .top-nov li {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .steps {
    padding: 40px 0;
  }
  .steps .how-cont {
    padding: 30px 15px;
  }
  .steps .how-cont .f-fs16 {
    line-height: 24px;
  }
  .steps .how-cont .f-fs18 {
    font-size: 12px;
  }
  .steps .tab-pane {
    padding: 30px 15px;
  }
}
@media (max-width: 390px) {
  .steps h2 {
    margin-bottom: 30px;
  }
  .steps .tab-pane {
    padding: 0;
  }
  .steps .slick-text li {
    flex-direction: column;
  }
}
.contact {
  background: #FFFFFF;
  padding: 160px 0;
  text-align: center;
  color: #000;
}
.contact .free {
  background: #F8F9FA;
  border-radius: 24px;
  padding: 40px 60px;
  display: flex;
  gap: 40px;
  margin-top: 80px;
}
.contact .free-item {
  padding: 60px 100px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact .free-item strong {
  font-size: 30px;
  line-height: 36px;
  margin: 24px 0 16px;
}
.contact .free-item .btn-md {
  margin: 24px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  height: 64px;
  line-height: 64px;
  min-width: 300px;
  box-shadow: 0px 10px 20px 0px rgba(34, 88, 246, 0.4);
}
.contact .free-item .down-ic {
  margin-right: 2px;
}
.contact .free-item .try {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  position: relative;
}
.contact .free-item .try .jian {
  position: absolute;
  transition: 0.3s;
  transform: translateX(5px);
}
.contact .free-item .try:hover {
  color: #2258f6;
}
.contact .free-item .try:hover .jian {
  transform: translateX(10px);
  color: #2258f6;
}
.contact .panel {
  margin-top: 160px;
  padding: 80px 10px;
  background: #091121;
  border-radius: 24px 24px 24px 24px;
  color: #FFFFFF;
}
.contact .sub-tt {
  margin: auto;
  margin-bottom: 60px;
  max-width: 860px;
  line-height: 26px;
}
.contact .sub-tt:lang(fr) {
  max-width: 915px;
}
.contact .sub-tt:lang(de) {
  max-width: 915px;
}
.contact-ls {
  display: flex;
  gap: 120px;
  justify-content: center;
}
.contact-ls .item h5 {
  margin: 15px 0 5px;
}
.notSupportWebp .contact {
  background: url(/resource/images/company/ub-company-bg-leave.jpg) no-repeat center / cover;
}
@media (max-width: 1050px) {
  .contact .free {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .contact {
    padding: 40px 0;
  }
  .contact .free-item {
    padding: 60px 10px;
  }
  .contact .panel {
    padding: 40px 10px;
  }
  .contact .sub-tt {
    margin-bottom: 40px;
  }
  .contact-ls {
    flex-direction: column;
  }
  .contact-ls .item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.popup .mask {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 26px;
  background: url(/resource/images/icon/ub-all-sprite@2x.png) no-repeat -268px -255px;
  background-size: 1400px 872px;
  cursor: pointer;
  opacity: 1 !important;
  transition: transform 0.3s ease-in-out;
}
.popup .close:hover {
  transform: rotate(180deg);
}
.popup-cnt {
  width: 886px;
  height: 482px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999999;
  display: flex;
  background: #fff;
  border: 1px solid #c0d9f4;
  box-shadow: 0px 20px 50px 0px rgba(13, 53, 98, 0.3);
  border-radius: 16px;
  overflow: hidden;
}
.popup-lf {
  width: 324px;
  background: #e2edf6 url(/resource/acbn/images/hyper-v-backup/tan-bg.png) no-repeat center bottom;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}
.popup-lf .img {
  margin-bottom: 50px;
}
.popup-rt {
  width: 560px;
  padding: 20px 30px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.popup-rt .form {
  width: 350px;
  max-width: 100%;
  margin: 40px auto 0;
}
.popup-rt .tt {
  color: #1a1a1a;
  line-height: 1.25;
  margin-bottom: 6px;
}
.popup-rt .des {
  color: #333;
}
.popup-rt button:active,
.popup-rt button:focus {
  outline: none !important;
}
.popup-rt label {
  display: block;
  text-align: center;
}
.popup-rt label input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #e6e8e9;
  border-radius: 8px;
  font-weight: 400;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.popup-rt label input::placeholder {
  font-weight: normal;
  color: #666;
  text-align: center;
}
.popup-rt label .submit {
  width: 100%;
}
.popup-rt label .submit:not(:last-child) {
  margin-bottom: 16px;
}
.popup .ic-lf li:not(:last-child) {
  margin-bottom: 14px;
}
.popup .form-row {
  position: relative;
}
.popup .form-row:not(:last-child) {
  margin-bottom: 24px;
}
.popup .form-row .focus input {
  border-color: #137df5;
}
.popup .form-row .tips-info {
  position: absolute;
  width: 100%;
  color: forestgreen;
  text-align: center;
  font-size: 14px;
}
.popup .form-row .tips-info.err {
  color: #ff1800;
}
.popup .tt-x {
  display: none;
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
}
.popup .tt-x:lang(fr) {
  display: block;
  width: 100%;
}
.popup .tt-x:lang(de) {
  display: block;
  width: 100%;
}
.popup .tt-x:lang(en) {
  display: block;
  width: 100%;
}
.popup[data-type="hyper-v"] .hyper-v {
  display: block;
}
.popup[data-type="hyper-v-trail"] .hyper-v-trail {
  display: block;
}
.popup-rt .tt {
  font-size: 24px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 30px;
  margin-bottom: 24px;
}
.popup-rt .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.popup-rt .des {
  color: #333;
}
.popup-rt button:active,
.popup-rt button:focus {
  outline: none !important;
}
.popup-rt label {
  display: block;
  text-align: center;
}
.popup-rt label input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #e6e8e9;
  border-radius: 8px;
  font-weight: 400;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .popup-cnt {
    max-width: 826px;
    width: 96%;
  }
}
@media (max-width: 767px) {
  .popup-rt {
    padding: 20px 20px 30px;
  }
}
@media (max-width: 500px) {
  .popup-cnt {
    flex-direction: column;
    height: 400px;
  }
  .popup .close {
    top: 2px;
    right: 5px;
  }
  .popup-rt {
    width: 100%;
  }
  .popup-lf {
    display: none;
  }
  .popup .btn-md {
    min-width: 100%;
  }
}
.new-txt {
  font-size: 12px;
  margin-top: 24px;
  color: #333333;
}
