@import url("https://static.ubackup.com/cdn/file/amtcstatic/2/eht.css");
/*!

 * Bootstrap v3.3.7 grid

 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  color: #000;
  background-color: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 90%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
  border: 0;
  border-top: 1px solid #eee;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}
optgroup,
select,
textarea {
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[role=button] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
#back-top:hover,
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
@font-face {
  font-family: "MyriadPro";
  src: url(/assets/fonts/MyriadPro-Regular.otf);
  src: url(/assets/fonts/MyriadPro-Regular.woff2) format("woff2"), url(/assets/fonts/MyriadPro-Regular.woff) format("woff"), url(/assets/fonts/MyriadPro-Regular.ttf) format("truetype"), url(/assets/fonts/MyriadPro-Regular.svg) format("svg");
  font-display: swap;
}
@font-face {
  font-family: "MyriadPro Bd";
  src: url(/assets/fonts/MyriadPro-Bold.eot);
  src: url(/assets/fonts/MyriadPro-Bold.woff2) format("woff2"), url(/assets/fonts/MyriadPro-Bold.woff) format("woff"), url(/assets/fonts/MyriadPro-Bold.ttf) format("truetype");
  font-display: swap;
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
button,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  font-family: "MyriadPro", sans-serif, "Microsoft YaHei";
  font-size: 62.5%;
  line-height: 1.5;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
}
@media all and (max-width: 767px) {
  .container {
    margin-left: 15px;
    margin-right: 15px;
  }
  html {
    font-size: 55.5%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-family: "MyriadPro Bd", sans-serif, "Microsoft YaHei";
}
a,
a.arw::after {
  display: inline-block;
}
a {
  cursor: pointer;
}
dd,
li {
  list-style: none;
}
h1 {
  font-size: 48px;
  font-size: 4.8rem;
}
h2 {
  font-size: 46px;
  font-size: 4.6rem;
}
h3 {
  font-size: 40px;
  font-size: 4rem;
}
h4 {
  font-size: 36px;
  font-size: 3.6rem;
}
h5 {
  font-size: 30px;
  font-size: 3rem;
}
h6 {
  font-size: 24px;
  font-size: 2.4rem;
}
img {
  max-width: 100%;
  width: auto;
}
.f-ff-s {
  font-family: "MyriadPro Bd";
}
.f-ff-n {
  font-family: "MyriadPro";
}
.f-fs24 {
  font-size: 24px;
  font-size: 2.4rem;
}
.f-fs20 {
  font-size: 20px;
  font-size: 2rem;
}
.f-fs18 {
  font-size: 18px;
  font-size: 1.8rem;
}
.f-fs14 {
  font-size: 14px;
  font-size: 1.4rem;
}
.f-fs12 {
  font-size: 12px;
  font-size: 1.2rem;
}
.cl::after,
.f-cl::after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.s-fc-bl {
  color: #2d52f1;
}
.s-fc-wt {
  color: #fff;
}
.s-fc-org {
  color: #ff9100;
}
.f-ff-lt {
  font-family: "HelveticaNeueLTPro Lt";
}
.f-ff-bd {
  font-family: "HelveticaNeueLTPro Bd";
}
.f-fw-bd {
  font-weight: 900;
}
.f-dn {
  display: none;
}
.f-di {
  display: inline;
}
@media (max-width: 1023px) {
  h1,
  h2 {
    line-height: 1.1;
  }
}
#subscribe-form label,
.f-db,
.illustrate-tip:hover .illustrate-content {
  display: block;
}
.btn-car::before,
.btn-dw::before,
.f-dib {
  display: inline-block;
  vertical-align: middle;
}
.f-fl {
  float: left;
}
.f-fr {
  float: right;
}
.f-tac {
  text-align: center;
}
.f-tal,
.ic-lf > li {
  text-align: left;
}
.f-tar {
  text-align: right;
}
.btn,
.btn-s {
  padding: 0 25px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  transition: all 0.5s;
  background-origin: border-box;
  border: 1px solid transparent;
}
.navbar-form .btn,
.navbar-form .btn-search {
  transition: none!important;
}
.btn-s:hover,
.btn:hover,
a {
  text-decoration: none;
}
.btn {
  height: 40px;
  line-height: 40px;
  font-size: 1.8rem;
}
.btn-bl {
  background-color: #1458d1;
  background-image: linear-gradient(to right, #1458d1, #508ef8, #1458d1);
}
.btn-bl2 {
  background-color: #0492e4;
  background-image: linear-gradient(to right, #0492e4, #3caffe, #0492e4);
}
.btn-bl3 {
  background-color: #1458d1;
  background-image: linear-gradient(to right, #1458d1, #3d83fe, #1458d1);
}
.btn-bl4 {
  background-color: #1c2c90;
  background-image: linear-gradient(to right, #1c2c90, #3a59dd, #1c2c90);
}
.btn-org {
  background-color: #ff7200;
  background-image: linear-gradient(to right, #ff7200, #ff9200, #ff7200);
}
.btn-org2:hover {
  background: #fa7e33;
}
.btn-org2 {
  background-color: #ff9100;
}
.btn-grn {
  background-color: #46b854;
  background-image: linear-gradient(90deg, #46b854, #6cec7a, #46b854);
}
.btn-bl,
.btn-bl2,
.btn-bl3,
.btn-bl4,
.btn-grn,
.btn-org {
  transition: background-position 0.3s ease-in-out;
  background-size: 200%;
}
.btn-bl2:hover,
.btn-bl3:hover,
.btn-bl4:hover,
.btn-bl:hover,
.btn-grn:hover,
.btn-org:hover {
  background-position: 100% 0;
}
.btn-wt {
  background-color: #fff;
  color: #2378eb;
}
.btn-wt:hover {
  color: #fff;
  background-color: #193bb8;
}
.btn-car::before,
.btn-dw::before {
  content: "";
  width: 30px;
  height: 25px;
  background: url(/assets/images/icons/DP-allin1.png) no-repeat;
  margin-right: 7px;
  background-position: -79px -321px;
}
.btn-dw::before {
  margin-top: -5px;
}
.btn-bdr-bl {
  border-color: #193bb8;
  color: #193bb8;
}
.btn-bdr-bl,
.btn-bdr-blk,
.btn-bdr-wt {
  background-color: transparent;
}
.btn-bdr-bl:hover {
  color: #fff;
  background-color: #0f74ec;
  background-image: linear-gradient(90deg, #1458d1 0, #3e84ff 100%);
  border-color: transparent;
}
.btn-bdr-wt {
  border-color: #fff;
  color: #fff;
}
.btn-bdr-wt:hover {
  background-color: #fff;
  color: #2378eb;
}
.btn-bdr-blk {
  border-color: #000;
  color: #000;
}
.btn-bdr-blk:hover {
  background-color: #2280e1;
  color: #fff;
  border-color: #2280e1;
}
.btn-s {
  height: 34px;
  line-height: 34px;
}
a.arw,
a.link {
  color: #1694fa;
}
a.link:hover {
  text-decoration: underline;
}
a.link.link-wt {
  color: #fff;
}
a.arw::after {
  content: "";
  width: 20px;
  height: 11px;
  background-color: #193bb8;
  margin-left: 6px;
  transition: transform 0.5s;
  background: url(/assets/images/icons/DP-allin1.png) no-repeat -275px -228px;
}
a.arw:hover {
  text-decoration: none;
}
a.arw:hover::after {
  transform: translateX(5px);
}
a.arw.arw-wt {
  color: #fff;
}
a.arw.arw-wt::after {
  background-position: -341px -228px;
}
.header a,
a.arw.arw-blk {
  color: #000;
}
a.arw.arw-blk::after {
  background-position: -1176px -150px;
}
a.arw.arw-org {
  color: #ffb800;
}
a.arw.arw-org::after {
  background-position: -89px -412px;
}
a.arw.arw-org2 {
  color: #ff9200;
}
a.arw.arw-org2::after {
  background-position: -139px -412px;
}
a.arw.arw-org3 {
  color: #ff5a00;
}
a.arw.arw-org3::after {
  background-position: -188px -412px;
}
.txt-ln::after {
  content: "";
  border: 2px solid;
  border-color: inherit;
  border-radius: 5px;
  display: block;
  width: 40px;
}
.txt-ln.ct {
  text-align: center;
  line-height: 1.8;
}
.txt-ln.ct::after {
  margin: 0 auto;
}
.txt-lf {
  position: relative;
  padding-left: 25px;
  line-height: 1;
}
.txt-lf::before {
  display: inline-block;
  height: 60%;
  width: 10px;
  background-color: #468ae7;
  background-image: linear-gradient(0deg, #468ae7 0, #0e6dee 100%);
  margin-right: 10px;
  border-radius: 10px;
  top: 40%;
  transform: translateY(-40%);
}
.ic-lf > li {
  padding-left: 23px;
  position: relative;
}
.a-icons,
.ic-lf > li::before,
.lf-ic {
  background: url(../images/icons/DP-allin1.png) no-repeat;
}
.ic-lf > li::before,
.txt-lf::before {
  position: absolute;
  left: 0;
  content: "";
}
.ic-lf > li::before {
  top: 3px;
  display: block;
  width: 15px;
  height: 15px;
}
.ic-lf.hook > li::before {
  background-position: -60px -17px;
}
.ic-lf.hook1 > li::before {
  background-position: 2px -17px;
}
.ic-lf.hook11 > li::before {
  background-position: -30px -18px;
}
.ic-lf.hook111 > li::before {
  background-position: -317px -408px;
}
.ic-lf.hook1-2 > li::before {
  background-position: -780px -412px;
}
.ic-lf.hook2 > li::before {
  background-position: -452px -17px;
}
.ic-lf.hook3 > li::before {
  background-position: -513px -18px;
}
.ic-lf.hook4 > li::before {
  background-position: -574px -16px;
}
.ic-lf.hook5 > li::before {
  background-position: -699px -16px;
}
.ic-lf.hook6 > li::before {
  background-position: -759px -16px;
  top: 3px;
}
.ic-lf.hook7 > li::before {
  background-position: -273px -409px;
}
.ic-lf.book > li::before {
  width: 15px;
  height: 15px;
  background-position: -1037px -315px;
  margin-top: 1px;
}
.ic-lf.careful > li::before {
  background-position: -230px -409px;
}
.ic-lf.careful2 > li::before {
  background-position: -526px -78px;
}
.ic-lf.careful3 > li::before {
  background-position: -462px -79px;
}
.ic-lf.dot > li {
  padding-left: 16px;
}
.ic-lf.dot > li::before {
  background: #1e252f;
  top: 8px;
  left: 2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.ic-lf.dot.dot-blue > li::before {
  background: #1694fa;
}
.a-icons,
.lf-ic {
  vertical-align: middle;
}
.lf-ic {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.lf-ic.hooks {
  width: 12px;
  height: 12px;
  background-position: -701px -18px;
}
.lf-ic.hook {
  background-position: -122px -18px;
}
.lf-ic.hook1 {
  background-position: -188px -18px;
}
.lf-ic.hook2 {
  background-position: -254px -18px;
}
.lf-ic.hook3 {
  background-position: -321px -18px;
}
.lf-ic.hook4 {
  background-position: -387px -18px;
}
.lf-ic.hook5 {
  background-position: -1123px -16px;
}
.lf-ic.hook-no::before {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  width: 16px;
  height: 3px;
  content: "";
  border-radius: 5px;
  background: #bdbdbd;
}
.a-icons {
  width: 30px;
  height: 35px;
}
.a-icons.ninety {
  background-position: 5px -146px;
}
.a-icons.instant {
  background-position: -64px -146px;
}
.a-icons.support {
  background-position: -139px -146px;
}
.a-icons.secure {
  background-position: -210px -146px;
}
.a-icons,
.c-icons,
.x-icons {
  display: inline-block;
}
.x-icons {
  margin-left: 1px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../images/icons/DP-allin1.png) no-repeat;
}
.x-icons.heart {
  background-position: -158px -320px;
}
.x-icons.heart-half {
  background-position: -228px -320px;
}
.x-icons.star,
.x-icons.star-half {
  width: 25px;
  height: 25px;
  background-position: -545px -320px;
}
.x-icons.star-half {
  background-position: -618px -320px;
}
.c-icons {
  width: 240px;
  height: 80px;
  background: url(/assets/images/icons/DP-allin2.png) no-repeat;
}
.c-icons.pcworld {
  background-position: 41px 21px;
}
.c-icons.techre {
  background-position: -188px 18px;
}
.c-icons.download {
  background-position: -436px 18px;
}
.c-icons.techadv {
  background-position: -811px 29px;
}
.c-icons.lifewire {
  background-position: 46px -99px;
}
.d-icon {
  position: absolute;
  width: 113px;
  height: 91px;
  bottom: 19px;
  right: -9px;
}
.d-icon.d5off {
  background: url(/assets/images/product/zhekou-5off.png);
}
.d-icon.d70off {
  background: url(/assets/images/product/zhekou-70off.png);
}
.d-icon.d65off {
  width: 117px;
  height: 94px;
  background: url(/assets/images/product/zhekou-65off.png);
}
.d-icon.d40off {
  background: url(/assets/images/product/zhekou-40off.png);
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.illustrate-tip {
  display: inline-block;
  font-size: 12px;
  color: #373f43;
  cursor: pointer;
  width: 12px;
  height: 12px;
  background: url(/assets/images/icons/DP-allin1.png) no-repeat;
  background-position: -535px -229px;
  position: relative;
  top: 1px;
}
.illustrate-tip.tip2 {
  background-position: -597px -229px;
}
.illustrate-tip.tip3 {
  background-position: -473px -229px;
}
.illustrate-tip.tip4 {
  width: 15px;
  height: 15px;
  background-position: -408px -229px;
}
.illustrate-tip .illustrate-content {
  min-width: 370px;
  font-size: 1.4rem;
  color: #000;
  position: absolute;
  display: none;
  line-height: 1.4;
  word-spacing: normal;
  letter-spacing: normal;
  text-align: left !important;
  max-width: 470px;
  z-index: 10;
}
.illustrate-tip:hover .illustrate-content {
  z-index: 120;
}
.illustrate-tip .illustrate-content > div {
  box-shadow: 1px 3px 10px 1px #8aace9;
  padding: 15px 15px 15px 25px;
  background-color: #fff;
}
.illustrate-tip .illustrate-content.right {
  right: 10px;
  padding-right: 10px;
}
.illustrate-tip .illustrate-content.bottom {
  bottom: 10px;
  padding-bottom: 10px;
}
.illustrate-tip .illustrate-content.left {
  left: 10px;
  padding-left: 10px;
}
.illustrate-tip .illustrate-content.top {
  top: 10px;
  padding-top: 10px;
}
.illustrate-tip .illustrate-content p:not(:last-child) {
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .illustrate-tip .illustrate-content {
    min-width: 250px;
    padding: 0;
    margin: 0;
    left: -120px !important;
    right: auto !important;
  }
  [data-pricing-checkbox=true] {
    position: relative;
  }
  [data-pricing-checkbox=true] .illustrate-tip {
    position: static;
  }
  [data-pricing-checkbox=true] .illustrate-tip .illustrate-content {
    left: -50px !important;
    bottom: 20px !important;
  }
}
@media (max-width: 479px) {
  .illustrate-tip .illustrate-content {
    min-width: 200px;
  }
}
[data-pricing-checkbox=true] {
  display: inline-block;
  cursor: pointer;
}
.pricing-cb {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(/assets/images/icons/DP-allin1.png) no-repeat;
  margin-top: -1px;
}
.pricing-cb.pricing-unchecked {
  background-position: -325px -79px;
}
.pricing-cb.pricing-checked {
  background-position: -393px -79px;
}
.pricing-cb.pricing-checked-always {
  background-position: -1121px -79px;
  cursor: auto;
}
.pricing-cb.pricing-unchecked.org2 {
  background-position: -67px -81px;
}
.pricing-cb.pricing-checked.org2 {
  background-position: 1px -81px;
}
.pricing-cb.pricing-unchecked.blue {
  background-position: -588px -79px;
}
.pricing-cb.pricing-checked.blue {
  background-position: -656px -79px;
}
[data-pricing-checkbox=false] .pricing-cb.pricing-checked {
  background-position: -1121px -79px;
  cursor: default;
}
#back-top,
.pricing-cb,
[data-elem=tab-btn],
[data-elem=togBtn] {
  cursor: pointer;
}
[data-elem=togCnt] {
  display: none;
  opacity: 0;
}
[data-elem=togCnt].active {
  display: block;
  opacity: 1;
}
.combination-bx {
  background-color: #fff;
  box-shadow: 1px 5px 30px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 10px;
}
.combination-bx .two-con {
  position: relative;
  display: inline-block;
}
.combination-bx .cnt-top {
  text-align: center;
  margin: 0 30px 25px;
  padding: 15px 0;
  border-bottom: 1px solid #e9ecf1;
}
.combination-bx .cnt-mn {
  padding: 0 25px 17px;
}
[lang=jp] .combination-bx .cnt-mn {
  padding: 0 10px 17px;
}
.combination-bx .img-bx {
  width: 36%;
  text-align: center;
}
.combination-bx .txt-bx {
  width: 63.79%;
  max-width: 370px;
  color: #666;
  line-height: 1.375;
}
.combination-bx .ic-lf li {
  margin-bottom: 3px;
}
.combination-bx .price-bx {
  margin-top: 25px;
}
.combination-bx .price strong {
  font-size: 24px;
  margin-right: 10px;
}
.combination-bx .price del {
  color: #ccc;
}
.combination-bx .a-bx .btn {
  min-width: 135px;
}
.combination-bx .a-bx a {
  display: block;
  text-align: center;
}
.combination-bx .a-bx .link {
  margin-top: 10px;
  font-size: 14px;
}
[lang=jp] .combination-bx .price strong {
  margin-right: 5px;
  font-size: 2.2rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cnt-combination .img-bx img {
    max-width: 93%;
  }
  .cnt-combination .combination-bx .price-bx {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .cnt-combination .combination-bx .a-bx a {
    display: inline-block;
  }
}
@media (max-width: 580px) {
  .combination-bx .img-bx,
  .combination-bx .txt-bx {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .combination-bx .txt-bx .des,
  .combination-bx .txt-bx .ic-lf {
    min-height: auto !important;
  }
  .combination-bx .a-bx a.btn {
    width: 200px;
    margin: 0 auto;
  }
  .combination-bx .txt-bx .ic-lf {
    display: inline-block;
  }
  .combination-bx .f-fl,
  .combination-bx .f-fr {
    float: none;
  }
}
.wordover {
  position: relative;
  overflow: hidden;
}
.wordover:after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 15px;
  background-color: #fff;
  background-image: linear-gradient(to right, transparent, #fff 55%);
}
#back-top {
  position: fixed;
  bottom: 100px;
  right: 20px;
  fill: #fff;
  width: 50px;
  height: 50px;
  background-color: #1939b6;
  opacity: 0.5;
  z-index: 100;
  border-radius: 50%;
}
.header {
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  color: #666;
  min-height: 90px;
}
.header a:hover {
  color: #2155d8;
  text-decoration: none;
}
.header .header-bx {
  max-width: 1400px;
  margin: 0 auto;
}
.header .logo-bx {
  margin-top: 20px;
}
.header .header-nav {
  text-align: right;
  margin-top: 6px;
}
.header .nav-li {
  display: inline-block;
  margin-right: 40px;
  vertical-align: middle;
  font-size: 0;
}
.header .nav-li:last-child {
  margin-right: 0;
}
.language-download,
.navbar-form {
  display: inline-block;
}
.navbar-form {
  overflow: hidden;
  border-radius: 4px;
  vertical-align: middle;
  border: 1px solid transparent;
}
.navbar-form.expanded {
  border-color: #2155d8;
}
.input-group {
  display: flex;
  justify-content: center;
}
.navbar-form .input-group > .form-control {
  font-size: 14px;
}
.header .btn.btn-search {
  width: 35px;
  height: 30px;
  vertical-align: top;
  background: url(/assets/images/icons/DP-allin1.png) no-repeat -1000px -12px;
  cursor: pointer;
  min-width: auto;
  padding: 0;
}
.header .dropdown-menu dd:hover .nav-ic,
.input-group-btn {
  display: inline-block;
}
.navbar-form .input-group > .form-control {
  width: 0;
  padding: 0;
  border-color: transparent;
}
.navbar-form.expanded .input-group > .form-control {
  padding: 0 0 0 10px;
}
@media (min-width: 1420px) {
  .header .header-bx {
    width: 1400px;
  }
}
@media (min-width: 1024px) {
  .header .nav-sec .nav-li:nth-last-child(2) {
    margin-right: 17px !important;
  }
}
@media all and (max-width: 1023px) {
  .header .header-bx {
    padding: 0 20px;
  }
  .navbar-form {
    margin: 10px 0;
    border: 1px solid #091871;
    max-width: 300px;
    min-width: 210px;
  }
  .navbar-form .input-group > .form-control {
    width: calc(100% - 30px);
    padding-left: 10px;
  }
}
.header .nav-sec .nav-li:not(:last-child) {
  margin-right: 30px;
}
.header .nav-sec {
  margin-bottom: 15px;
}
.header .nav-sec a {
  color: #4c4b4b;
  font-size: 14px;
  padding: 5px 0;
}
.header .nav-mn .nav-li > a {
  font-size: 18px;
  color: #222;
  padding: 0 0 13px;
  font-weight: 600;
}
.header .dropdown-menu a:hover,
.header .nav-li.open > a,
.header .nav-li > a:hover {
  color: #2155d8;
}
.header .dropdown {
  font-size: 16px;
  text-align: left;
}
.header .dropdown::after {
  content: "";
  display: inline-block;
  width: 12px !important;
  height: 7px !important;
  background: url(/assets/images/icons/DP-allin1.png) no-repeat -821px -19px;
  margin-left: 5px;
  vertical-align: middle;
}
.header .dropdown.open .dropdown-menu {
  z-index: 300;
  opacity: 1;
}
.header .dropdown.open::after {
  background-position: -883px -19px;
}
.header .language-download {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.header .dropdown.language-download > a::after {
  opacity: 0.5;
}
.language-download .dropdown-menu {
  width: 100px;
  margin-left: -35px;
}
.language-download a {
  text-align: center;
}
.language-download li {
  height: auto;
  text-align: center;
}
.header .dropdown-menu dd:hover,
.language-download li:hover {
  background-color: #f9f9f9;
}
.header .dropdown {
  position: relative;
}
.header .dropdown-menu {
  position: absolute;
  background-color: #fff;
  font-family: "MyriadPro";
  text-align: left;
  display: none;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  z-index: 200;
}
.header .dropdown-menu .menu {
  padding: 15px 0;
  border-top: 2px solid #2155d8;
}
.header .dropdown-menu dd {
  padding: 0 36px;
  line-height: 56px;
  white-space: nowrap;
}
.header .dropdown-menu dd:lang(jp) {
  padding: 0 10px 0 25px;
}
.header .dropdown-menu a {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.header .dropdown-menu dl:nth-child(2) {
  border-top: 1px solid #ececec;
  margin-top: 13px;
  padding-top: 13px;
}
.header .dropdown-menu2 {
  width: 400px;
  margin-left: -125px;
}
.header .dropdown-menu1 {
  width: 420px;
  margin-left: -160px;
}
.header .dropdown-menu3 {
  width: 340px;
  margin-left: -110px;
}
.header .dropdown-menu4 {
  min-width: 200px;
  right: 0;
}
.header .language-download a {
  font-size: 14px;
  font-weight: 400;
}
@media all and (max-width: 1023px) {
  .header .logo-bx {
    width: 100%;
    margin: 30px 0;
  }
  .header .logo-bx .logo img {
    height: 40px;
  }
  .header .logo-a {
    display: inline-block;
  }
  .header .logo-a .logo-txt {
    margin-left: 5px;
    letter-spacing: 0;
    padding-left: 5px;
  }
  .header .header-nav {
    margin: 0;
    border-top: 1px solid #ccc;
    display: none;
    max-height: 650px;
    overflow-x: hidden;
    width: 100%;
    text-align: left;
  }
  .header .nav-sec {
    margin: 20px 0 0;
  }
  .header .nav-mn .nav-li {
    display: block;
    margin-right: 0;
  }
  .header .dropdown::after {
    position: absolute;
    top: 17px;
    right: 0;
  }
  .header .dropdown.language-download::after {
    top: 14px;
  }
  .logo-bx .nav-tg {
    display: block;
    width: 45px;
    float: right;
    position: relative;
    height: 36px;
    transition: all 0.65s;
  }
  .logo-bx .nav-tg span {
    display: block;
    height: 4px;
    background-color: #888;
    margin-bottom: 12px;
  }
  .nav-tg.open span:nth-child(2) {
    display: none;
  }
  .nav-tg.open span {
    transition: transform 0.65s;
    margin: 0;
    position: absolute;
    width: 100%;
  }
  .nav-tg.open span:first-child {
    top: 16px;
    transform-origin: center;
    transform: rotate(45deg);
  }
  .nav-tg.open span:last-child {
    bottom: 16px;
    transform-origin: center;
    transform: rotate(-45deg);
  }
  .header .dropdown-menu {
    width: 100% !important;
    margin-left: 0 !important;
    position: static;
  }
  .header .nav-ic {
    display: inline-block;
  }
  .header .dropdown-menu dl:nth-child(2) {
    margin-top: 0;
    padding-top: 0;
  }
  .header .language-download {
    display: block;
    margin: 0;
  }
  .header .language-download a {
    text-align: left;
  }
  .header .nav-sec .nav-li:last-child {
    display: block;
  }
  .header .nav-mn .nav-li > a {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .header .dropdown-menu dd {
    padding: 0 0 0 15px;
  }
  .header .dropdown-menu a {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media all and (max-width: 400px) {
  .header .logo-bx {
    margin-bottom: 10px;
  }
  .header .logo-a .logo-txt {
    margin-top: 18px;
    display: block;
    border-left: 0;
  }
  .header .dropdown-menu dd {
    padding: 0;
    zoom: 0.85;
  }
}
.nav-ic {
  font-size: 12px !important;
  height: 23px;
  line-height: 23px;
  color: #fff !important;
  border-radius: 4px;
  padding: 0 7px;
  vertical-align: middle;
  margin-left: 13px;
  font-weight: 400 !important;
  margin-top: -6px;
  display: none;
}
.nav-ic.nav-ic-free {
  background-color: #2cd230;
  background-image: linear-gradient(0deg, #1a9414, #2cd230);
  position: relative;
  margin-left: 20px;
  display: inline-block;
}
.nav-ic.nav-ic-free::before {
  content: "";
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #23b522;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -5px;
}
.nav-ic.nav-ic-free:hover {
  background: #2cd230;
}
.nav-ic.nav-ic-free:hover::before {
  border-right-color: #2cd230;
}
.nav-ic.nav-ic-download,
.nav-ic.nav-ic-try {
  background-color: #3e84ff;
  background-image: linear-gradient(90deg, #1458d1 0, #3e84ff 100%);
}
.nav-ic.nav-ic-download:hover,
.nav-ic.nav-ic-try:hover {
  background: #3e84ff;
}
.nav-ic.nav-ic-buy {
  background-color: #ff6701;
  background-image: linear-gradient(90deg, #ff6701 0, #ff9c3d 100%);
}
@media (min-width: 1024px) {
  .header {
    min-height: 90px;
  }
  .header .logo-bx {
    transition: all 0.3s linear;
  }
  .header .nav-sec {
    transition: margin 0.3s linear;
  }
  .scroll .header {
    min-height: 63px;
  }
  .scroll .header .logo-bx {
    margin-top: 6px;
  }
  .scroll .header .nav-sec {
    height: 0;
    overflow: hidden;
    margin: 0;
  }
  .scroll .header .header-nav {
    margin-top: 22px;
  }
  .scroll .header .nav-mn .nav-li > a {
    padding: 0 0 17px;
  }
}
.footer {
  background-color: #040603;
}
.footer .container {
  max-width: 1200px;
}
.footer .ft-top {
  padding: 70px 0 65px;
}
.footer .ft-mn {
  width: calc(100% - 250px);
}
.footer .ft-col:not(:last-child) {
  margin-right: 15.5%;
}
.footer .ft-col h6 {
  font-size: 18px;
  font-weight: 700;
  color: #d9dbdf;
  margin-bottom: 33px;
}
.footer .ft-col li:not(:last-child) {
  margin-bottom: 5px;
}
.footer .nav-ic.nav-ic-free {
  transform: scale(0.7);
  margin-left: 0;
  font-size: 14px !important;
  margin-top: -2px;
}
.footer .nav-ic::before {
  left: -4px;
}
@media (min-width: 1200px) {
  [lang=tw] .footer .ft-sec {
    padding-left: 48px;
  }
}
.footer .ft-sec {
  padding-left: 49px;
  border-left: 1px solid #242b3b;
}
.footer .share {
  margin: 35px 0;
  max-width: 180px;
}
.footer a {
  color: #7e7f82;
  font-size: 14px;
}
.footer a:hover {
  color: #fff;
}
.footer .share a {
  display: inline-block;
  width: 25px;
  height: 20px;
  background: url(/assets/images/icons/DP-allin1.png);
  margin-right: 16px;
}
.footer .share a:last-child {
  margin-right: 0;
}
.footer .share a.facebook {
  background-position: -360px -148px;
}
.footer .share a.facebook:hover {
  background-position: -1093px -314px;
}
.footer .share a.twitter {
  background-position: -423px -145px;
}
.footer .share a.twitter:hover {
  background-position: -1156px -311px;
}
.footer .share a.youtube {
  background-position: -492px -148px;
}
.footer .share a.youtube:hover {
  background-position: -996px -77px;
}
.footer .share a.forum {
  background-position: -562px -146px;
}
.footer .share a.forum:hover {
  background-position: -1067px -77px;
}
.send-email-box > p {
  max-width: 190px;
  color: #7e7f82;
  font-size: 14px;
}
.footer #subscribe-form {
  width: 100%;
  display: block;
  max-width: 190px;
  position: relative;
  margin-bottom: 30px;
}
#subscribe-btn,
#subscribe-email {
  display: inline-block;
  font-size: 14px;
  word-spacing: normal;
  vertical-align: top;
}
#subscribe-email {
  height: 40px;
}
#subscribe-btn {
  background-color: transparent;
  border: 0;
}
#subscribe-email {
  width: 100%;
  padding: 8px 40px 8px 9px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
  transition: all 400ms ease-out;
}
#subscribe-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(/assets/images/icons/DP-allin1.png) no-repeat -621px -140px;
}
.ft-btm {
  padding: 8px 0;
  color: #494d56;
  font-size: 14px;
}
@media (min-width: 768px) {
  .footer .ft-col ul {
    display: block !important;
    height: auto !important;
  }
}
@media (max-width: 1200px) {
  .footer .ft-col:not(:last-child) {
    margin-right: 12.5%;
  }
}
@media (max-width: 991px) {
  .footer .ft-col,
  .footer .ft-mn,
  .footer .ft-sec {
    float: none;
    margin: 0;
  }
  .footer .ft-col:not(:last-child) {
    margin-right: 0;
  }
  .footer .ft-col h6 {
    margin-bottom: 0;
  }
  .footer .ft-mn {
    width: 100%;
  }
  .footer .ft-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .footer .ft-sec {
    border: 0;
    padding-left: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .footer .ft-sec,
  .footer .ft-top .ft-mn {
    display: flex;
    justify-content: space-between;
  }
  .footer .ft-sec {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #242b3b;
    width: 100%;
    align-items: center;
  }
  .footer .ft-top {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer .ft-top {
    flex-direction: column-reverse;
    text-align: center;
  }
  .footer .share {
    margin: 15px 0;
  }
  .footer .ft-col h6 {
    padding: 10px 0;
    border-bottom: 1px solid #494d56;
  }
  .footer .ft-col ul {
    display: none;
    padding: 20px 0;
  }
  .footer .ft-col li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer .ft-top {
    padding-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .ft-btm .f-fl,
  .ft-btm .f-fr {
    float: none;
    text-align: center;
  }
}
.modal,
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-overflow-scrolling: touch;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal button.close {
  padding: 0;
  cursor: pointer;
  background: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.modal .btn.btn-blue1 {
  background-color: #18abff;
  cursor: pointer;
  min-width: auto;
  width: 60px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  padding: 0 5px;
  text-align: center;
  display: inline-block;
  color: #fff;
}
.modal .close:focus,
.modal .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}
.modal .btn.btn-blue1:hover {
  background-color: #4abcfd;
}
#am-dialog .modal-dialog {
  top: calc(50% - 150px);
}
[lang=de] .header .dropdown-menu3 {
  width: 360px;
}
[lang=de] .header .dropdown-menu2 {
  width: 430px;
}
[lang=de] .header .dropdown-menu1 {
  width: 460px;
}
[lang=tw] .header .dropdown-menu4 {
  min-width: 135px;
}
[lang=tw] .header .dropdown-menu3 {
  width: 325px;
}
[lang=tw] .header .dropdown-menu2 {
  width: 395px;
}
[lang=tw] .header .dropdown-menu1 {
  width: 380px;
}
[lang=tw] .nav-ic {
  line-height: 25px;
}
@media all and (max-width: 576px) {
  [lang=de] .manager h2,
  [lang=de] .ments h2,
  [lang=de] .reviews h2,
  [lang=de] .smart h2,
  [lang=de] .special h2,
  [lang=de] .upgrade h2,
  [lang=de] h2,
  [lang=es] .manager h2,
  [lang=es] .ments h2,
  [lang=es] .reviews h2,
  [lang=es] .smart h2,
  [lang=es] .special h2,
  [lang=es] .upgrade h2,
  [lang=es] h2,
  [lang=fr] .manager h2,
  [lang=fr] .ments h2,
  [lang=fr] .reviews h2,
  [lang=fr] .smart h2,
  [lang=fr] .special h2,
  [lang=fr] .upgrade h2,
  [lang=fr] h2,
  [lang=it] .manager h2,
  [lang=it] .ments h2,
  [lang=it] .reviews h2,
  [lang=it] .smart h2,
  [lang=it] .special h2,
  [lang=it] .upgrade h2,
  [lang=it] h2,
  [lang=jp] .manager h2,
  [lang=jp] .ments h2,
  [lang=jp] .reviews h2,
  [lang=jp] .smart h2,
  [lang=jp] .special h2,
  [lang=jp] .upgrade h2,
  [lang=jp] h2,
  [lang=tw] .manager h2,
  [lang=tw] .ments h2,
  [lang=tw] .reviews h2,
  [lang=tw] .smart h2,
  [lang=tw] .special h2,
  [lang=tw] .upgrade h2,
  [lang=tw] h2 {
    font-size: 32px;
  }
  .table .tb-hd {
    padding: 30px 0 20px;
  }
  .table .price span {
    font-size: 20px;
  }
  .table tbody td {
    word-break: break-word;
  }
}
.footer .ft-col:nth-child(3) li:nth-child(2) {
  display: none !important;
}
.after-tax {
  font-size: 16px;
  color: #333;
}
.pricing-radio-box {
  display: inline-block;
  text-align: left;
  font-weight: normal;
}
.pricing-radio-box.f-fs12 {
  font-size: 12px;
}
.pricing-radio-box [data-elem="radio-item"] {
  cursor: pointer;
}
.pricing-radio-box .pricing-radio {
  width: 20px;
  height: 20px;
  background: url(/assets/images/icons/icon-xuan2.png) no-repeat;
  background-position: 0 -107px;
}
.pricing-radio-box .pricing-radio.pricing-checked {
  background-position: 0 -34px;
}
.pricing-radio-box .pricing-radio.radio-org {
  background-position: 0 -107px;
}
.pricing-radio-box .pricing-radio.radio-org.pricing-checked {
  background-position: 0 -71px;
}
.pricing-radio-box .ic-coupon {
  display: inline-block;
  background: #F25757;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  height: 18px;
  line-height: 21px;
  padding: 0 3px;
  position: relative;
  margin-left: 19px;
  top: -3px;
}
.pricing-radio-box .ic-coupon::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 18px;
  vertical-align: middle;
  background: url(/assets/images/icons/sanjiao.png) no-repeat center;
  position: absolute;
  left: -9px;
  top: 0;
}
.pricing-radio-box [data-elem="radio-item"]:not(:last-child) {
  margin-bottom: 10px;
}
.pricing-radio-box2 .ic-coupon {
  display: inline-block;
  background: #F25757;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  height: 18px;
  line-height: 21px;
  padding: 0 3px;
  position: relative;
  margin-left: 19px;
  top: -3px;
}
.pricing-radio-box2 .ic-coupon::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 18px;
  vertical-align: middle;
  background: url(/assets/images/icons/sanjiao.png) no-repeat center;
  position: absolute;
  left: -9px;
  top: 0;
}
span.ic-new {
  background-size: cover;
  width: 25PX;
  height: 11PX;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.125rem;
  background: url('https://diskpart.com/assets/images/icons/icon-new.gif');
}
[data-vat="after-tax"] {
  font-size: 14px;
  min-height: 17px;
}
.vat-price {
  display: inline-block;
  line-height: 1!important;
}
.vat-price del {
  display: block;
}
.vat-price .tac {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.vat-price .tac [data-vat="pre-tax"] {
  margin-bottom: 0;
}
.vat-price [data-vat="pre-tax"] {
  display: inline-block;
}
.vat-price .f-fs14 {
  font-size: 14px;
}
.vat-price .f-fs20 {
  font-size: 20px;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb10 {
  margin-bottom: 20px!important;
}
.mb0 {
  margin-bottom: 0!important;
}
.mtb {
  margin-top: 0!important;
  margin-bottom: 0!important;
}
.vat-price2 del,
.vat-price2 [data-vat="after-tax"],
.vat-price2 [data-vat="pre-tax"] {
  display: block;
}
.ic-coupon {
  display: inline-block;
  background: #F25757;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  height: 18px;
  line-height: 21px;
  padding: 0 3px;
  position: relative;
  margin-left: 19px;
  top: -3px;
}
.ic-coupon::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 18px;
  vertical-align: middle;
  background: url(/assets/images/icons/sanjiao.png) no-repeat center;
  position: absolute;
  left: -9px;
  top: 0;
}
