html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
body {
  margin: 0;
  padding: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
  display: inline-block;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bold;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
em {
  font-style: normal;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button,
input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 62.5%;
  line-height: 1;
}
body {
  font-size: 1.6rem;
}
p {
  line-height: 2;
}
@media (max-width: 767px) {
  html {
    font-size: 55.5%;
  }
}
[hidden] {
  display: none;
}
[vhidden] {
  visibility: hidden;
}
a {
  text-decoration: none;
  cursor: pointer;
}
li,
dt,
dd {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  font-weight: 400;
}
h1 {
  font-size: 4.8rem;
}
h2 {
  font-size: 4rem;
}
h3 {
  font-size: 3.6rem;
}
h4 {
  font-size: 2.4rem;
}
h5 {
  font-size: 2rem;
}
h6 {
  font-size: 1.8rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: calc(1em + 6px);
}
.f-fs48 {
  font-size: 4.8rem;
}
.f-fs40 {
  font-size: 40px;
}
.f-fs34 {
  font-size: 3.4rem;
}
.f-fs32 {
  font-size: 3.2rem;
}
.f-fs30 {
  font-size: 3rem;
}
.f-fs28 {
  font-size: 2.8rem;
}
.f-fs24 {
  font-size: 2.4rem;
}
.f-fs20 {
  font-size: 2rem;
}
.f-fs16 {
  font-size: 1.6rem;
}
.f-fs14 {
  font-size: 14px;
}
.f-fs12 {
  font-size: 12px;
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 16px;
  }
  .f-fs48,
  .f-fs40 {
    font-size: 24px;
  }
  .f-fs34,
  .f-fs32,
  .f-fs30 {
    font-size: 20px;
  }
  .f-fs20,
  .f-fs18,
  .f-fs16,
  .f-fs14 {
    font-size: 12px;
  }
}
.f-fw-bd {
  font-weight: bold;
}
.s-fc-wt {
  color: #fff;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.container2 {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .container2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1229px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .container2,
  .container {
    padding-left: 6%;
    padding-right: 6%;
  }
}
.row {
  display: flex;
}
.f-df {
  display: flex;
}
.f-jcc {
  justify-content: center;
}
.f-jcsb {
  justify-content: space-between;
}
.f-jcsa {
  justify-content: space-around;
}
.f-jcfe {
  justify-content: flex-end;
}
.f-aic {
  align-items: center;
}
.f-aifs {
  align-items: flex-start;
}
.f-aife {
  align-items: flex-end;
}
.f-tac {
  text-align: center;
}
.f-tal {
  text-align: left;
}
.f-tar {
  text-align: right;
}
.f-vam {
  vertical-align: middle;
}
.f-vat {
  vertical-align: top;
}
.f-vab {
  vertical-align: bottom;
}
.f-fl {
  float: left;
}
.f-fr {
  float: right;
}
.f-cl::after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
a[class^="btn"] {
  display: inline-block;
  border-radius: 32px;
  text-align: center;
  padding: 0 16px;
  width: 270px;
  height: 64px;
  line-height: 64px;
  font-size: 18px;
  color: #fff;
  transition: transform 0.15s, background-color 0.15s;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
a[class^="btn"]::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 32px;
  z-index: -1;
  transition: all ease-out 0.2s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
a[class^="btn"]:hover::before {
  height: calc(100% + (1rem / 2));
  width: calc(100% + (1rem / 2));
  border-radius: 32px;
}
a[class^="btn"] .ic-bl-dw,
a[class^="btn"] .ic-win,
a[class^="btn"] .ic-dw {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 13px;
}
a[class^="btn"] .ic-win {
  transform: translateY(-2px);
  background: url(../../images/pm/icons/ds-tf-banner-bt-ic-win-24.svg) no-repeat center center;
}
a[class^="btn"] .ic-dw {
  background: url(../../images/pm/icons/ds-ft-iphone-bu-banner-ic-24-download.svg) no-repeat center center / cover;
}
a[class^="btn"] .ic-bl-dw {
  background: url(../../images/pm/icons/ds-zj-6-ic-24-download.svg) no-repeat center center;
}
a[class^="btn"].loading::after {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  right: 10px;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(/resource/images/icon/loading.png) no-repeat center;
  animation: loading 1s linear infinite;
  vertical-align: middle;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
a .ic-ap,
a .ic-ad {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
}
a .ic-ap {
  background: url(../../images/pm/icons/ds-icon-apple-40.svg) no-repeat center center / cover;
  top: -3px;
}
a .ic-ad {
  background: url(../../images/pm/icons/ds-ic-android-40@2x.png) no-repeat center center / cover;
  top: -2px;
}
a.btn-more-txt {
  line-height: 1 !important;
  width: 240px;
  padding-top: 12px;
  padding-bottom: 12px;
}
a.btn-more-txt .ic-dw {
  margin-right: 0;
}
a.btn-more-txt h6 {
  font-size: 18px;
  line-height: 1;
}
a.btn-more-txt p {
  margin-top: 3px;
  font-size: 12px;
  opacity: 0.8;
  font-weight: 400;
  line-height: 1;
}
a.btn-gr {
  background: #3ADC3C;
}
a.btn-gr:focus,
a.btn-gr:active,
a.btn-gr:hover {
  background: #3ADC3C;
}
a.btn-gr:focus::before,
a.btn-gr:active::before,
a.btn-gr:hover::before {
  background: #3ADC3C;
}
a.btn-bl {
  background: linear-gradient(270deg, #2C98FF 0%, #2FBFFF 100%);
}
a.btn-bl:focus,
a.btn-bl:active,
a.btn-bl:hover {
  background: linear-gradient(270deg, #2C98FF 0%, #2FBFFF 100%);
}
a.btn-bl:focus::before,
a.btn-bl:active::before,
a.btn-bl:hover::before {
  background: linear-gradient(270deg, #2C98FF 0%, #2FBFFF 100%);
}
a.btn-bl.btn-shadow {
  box-shadow: 0px 10px 20px 0px rgba(34, 88, 246, 0.4);
}
a.btn-blue {
  background: #2B6EFC;
}
a.btn-blue:focus::before,
a.btn-blue:active::before,
a.btn-blue:hover::before {
  background: #2B6EFC;
}
a.btn-org {
  background: #ff5900;
}
a.btn-org:focus,
a.btn-org:active,
a.btn-org:hover {
  background: #e55000;
}
a.btn-org:focus::before,
a.btn-org:active::before,
a.btn-org:hover::before {
  background: #e55000;
}
a.btn-org.btn-shadow {
  box-shadow: 0px 10px 20px 0px rgba(255, 89, 0, 0.4);
}
a.btn-bd-bl {
  border: 1px solid #2B6EFC;
  color: #2258f6;
}
a.btn-bd-bl:hover {
  background: #2258f6;
  color: #fff;
}
a.btn-bd-bl:hover::before {
  background: #2258f6;
}
a.btn-bd-bl:hover .ic-bl-dw {
  background: url(../../images/pm/icons/ds-ft-iphone-bu-banner-ic-24-download.svg) no-repeat center center / cover;
}
a.btn-bd-bl2 {
  border: 1px solid #2B6EFC;
  color: #2B6EFC;
}
a.btn-bd-bl2:hover {
  background: #2B6EFC;
  color: #fff;
}
a.btn-bd-bl2:hover::before {
  background: #1f4fdd;
}
a.btn-bd-bl2:hover .ic-bl-dw {
  background: url(../../images/pm/icons/ds-ft-iphone-bu-banner-ic-24-download.svg) no-repeat center center / cover;
}
@media (max-width: 767px) {
  .btn-lg {
    min-width: 202px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
  }
  .btn-more-txt {
    padding-top: 10px;
    padding-bottom: 8px;
  }
}
.a-arw::after {
  content: ">>";
  display: inline-block;
  color: inherit;
  margin-left: 5px;
  transition: transform 0.15s;
  transform: translateY(1px);
}
.a-arw:hover::after {
  transform: translateY(1px) translateX(5px);
}
.a-bk {
  color: #000;
}
.a-bl {
  color: #255af6;
}
.a-wt {
  color: #fff;
}
a.btn-br8 {
  border-radius: 8px;
}
a.btn-br8:hover::before,
a.btn-br8::before {
  border-radius: 8px;
}
@media (max-width: 767px) {
  .a-bl,
  .a-arw,
  .a-wt {
    text-decoration: underline;
  }
}
[data-tab="it"] {
  display: none;
}
[data-tab="it"].active {
  display: block;
}
.ic-free {
  display: inline-block;
  width: 60px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  background: #3ADC3C;
  font-size: 16px;
  text-align: center;
  border-radius: 14px 0px 14px 0px;
  margin-left: 13px;
  font-weight: normal;
}
.ic-lf li {
  position: relative;
  padding-left: 24px;
  line-height: 2;
}
.ic-lf li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 8px;
  left: 0;
  background: url(../../images/pm/iphone-backup/ds-ft-iphone-bu-banner-ic-16-gou.svg) no-repeat;
  background-size: cover;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
[data-animated] {
  opacity: 0;
}
@media (max-width: 991px) {
  [data-animated] {
    opacity: 1;
  }
}
.animate {
  opacity: 1;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animate.an-fadeInUp {
  animation-name: fadeInUp;
}
.animate.an-fadeInDown {
  animation-name: fadeInDown;
}
.animate.an-fadeInLeft {
  animation-name: fadeInLeft;
  animation-delay: 200ms;
}
.animate.an-fadeInRight {
  animation-name: fadeInRight;
  animation-delay: 200ms;
}
.notify {
  background: #C4E5FF;
  font-size: 20px;
  line-height: 1;
  padding: 12px 0;
  color: #146FF0;
  font-weight: bold;
  text-align: center;
}
/*# sourceMappingURL=base.css.map */