a,
blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
em,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
i,
input,
label,
legend,
li,
menu,
ol,
p,
pre,
small,
span,
strong,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: 400;
}
abbr,
body,
fieldset,
html,
iframe,
img {
  border: 0;
}
address,
cite,
dfn,
em,
i,
var {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  color: #333;
}
sub,
sup {
  font-size: 83%;
}
code,
kbd,
pre,
samp {
  font-family: inherit;
}
q:after,
q:before {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
a,
a:hover,
ins,
s,
u {
  text-decoration: none;
}
body,
button,
input,
keygen,
legend,
select,
textarea {
  color: #333;
  outline: 0;
}
body {
  background: #fff;
}
a {
  color: #369eff;
}
html {
  font-family: "Microsoft YaHei", "微软雅黑", Helvetica, Tahoma, Arial, STXihei, sans-serif,
    helvetica, sans-serif;
  font-size: 62.5%;
  color: #2f2f2f;
  line-height: 1.875;
}
body {
  font-size: 1.6rem;
}
h1 {
  font-size: 6rem;
}
h2 {
  font-size: 4.8rem;
}
h3 {
  font-size: 4rem;
}
h4 {
  font-size: 3.6rem;
}
h5 {
  font-size: 2.4rem;
}
h6 {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 5rem;
    line-height: 1.2 !important;
  }
  h2 {
    font-size: 4rem;
    line-height: 1.2;
  }
}
img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  h1,
  h2,
  h3 {
    line-height: 1.2;
  }
}
b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 700;
  color: #333;
}
p {
  color: #666;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .container {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.f-cb:after,
.f-cbli li:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.f-cb,
.f-cbli li {
  zoom: 1;
}
.f-ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.f-dn {
  display: none;
}
.f-db {
  display: block;
}
.f-dib {
  display: inline-block;
  vertical-align: middle;
}
.f-df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.f-jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.f-jcsa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.f-jcct {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.f-fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.f-aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.f-fl {
  float: left;
}
.f-fr {
  float: right;
}
.f-pr {
  position: relative;
}
.f-prz {
  position: relative;
  zoom: 1;
}
.f-oh {
  overflow: hidden;
}
.f-fs12 {
  font-size: 12px;
}
.f-fs14 {
  font-size: 14px;
}
.f-fs17 {
  font-size: 1.7rem;
}
.f-fs18 {
  font-size: 1.8rem;
}
.f-fs20 {
  font-size: 2rem;
}
.f-fs24 {
  font-size: 2.4rem;
}
.f-fs30 {
  font-size: 3rem;
}
.f-fwn {
  font-weight: 400;
}
.f-fwb {
  font-weight: 700;
}
.f-tal {
  text-align: left;
}
.f-tac {
  text-align: center;
}
.f-tar {
  text-align: right;
}
.f-taj {
  text-align: justify;
  text-justify: inter-ideograph;
}
.f-vam,
.f-vama * {
  vertical-align: middle;
}
.f-wsn {
  word-wrap: normal;
  white-space: nowrap;
}
.f-pre {
  overflow: hidden;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}
.f-wwb {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}
.f-ti {
  overflow: hidden;
  text-indent: -30000px;
}
.f-ti2 {
  text-indent: 2em;
}
.f-lhn {
  line-height: normal;
}
.f-tdu,
.f-tdu:hover {
  text-decoration: underline;
}
.f-tdn,
.f-tdn:hover {
  text-decoration: none;
}
.f-toe {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.f-csp {
  cursor: pointer;
}
.f-csd {
  cursor: default;
}
.f-csh {
  cursor: help;
}
.f-csm {
  cursor: move;
}
.f-br10 {
  border-radius: 10px;
}
.f-br20 {
  border-radius: 20px;
}
.f-usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.s-fc-blk {
  color: #111;
}
.s-fc-wt {
  color: #fff;
}
.s-fc-wt * {
  color: #fff;
}
.s-fw-bd {
  font-weight: 700;
}
.s-bg-wt {
  background: #fff;
}
.s-ts {
  text-shadow: 0 6px 0 rgba(0, 0, 0, 0.2);
}
.s-op-8 {
  opacity: 0.8;
}
.disable {
  cursor: not-allowed !important;
}
a[class*="btn"] {
  min-width: 200px;
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
  font-size: 2rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}
a[class*="btn"].btn-sm {
  min-width: 140px;
  height: 40px;
  line-height: 40px;
  font-size: 1.6rem;
  padding: 0 10px;
}
a[class*="btn"]:hover {
  opacity: 0.9;
}
a[class*="btn"].btn-org {
  background: #fe7800;
  -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);
}
a[class*="btn"].btn-grn {
  background: #00b65e;
  -webkit-box-shadow: 0 10px 20px 0 rgba(12, 51, 94, 0.3);
  box-shadow: 0 10px 20px 0 rgba(12, 51, 94, 0.3);
}
a[class*="btn"].btn-blu {
  background: #2485f2;
}
a[class*="btn"][class*="arrow"]::after {
  margin-left: 45px;
}
a[class*="btn"][class*="btn-bd"] {
  color: #fe7800;
  border: 1px solid #fe7800;
  background: 0 0;
}
a[class*="btn"][class*="btn-bd"].btn-bd-grn {
  color: #00b65e;
  border-color: #00b65e;
}
a[class*="arrow"] {
  color: #fff;
}
a[class*="arrow"]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  background: url(/resource/images/icons/abackup-icon-small-all.png);
  background-position: -215px -10px;
  color: #fff;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
a[class*="arrow"]:hover::after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
a[class*="arrow"].arrow-org {
  color: #fe7800;
}
a[class*="arrow"].arrow-org::after {
  background-position-x: -270px;
}
a[class*="arrow"].arrow-blk {
  color: #333;
}
a[class*="arrow"].arrow-blk::after {
  background-position-x: -328px;
}
a[class*="arrow"].arrow-blu {
  color: #2485f2;
}
a[class*="arrow"].arrow-blu::after {
  background-position-x: -384px;
}
a.more-ylo {
  color: #ffe400;
}
a.more-blu {
  color: #2485f2;
}
a[class*="more"] {
  display: inline-block;
}
a[class*="more"]:hover {
  text-decoration: underline;
}
.ic-lf li {
  position: relative;
  padding-left: 20px;
  text-align: left;
}
.ic-lf li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 9px;
  background: url(/resource/images/icons/abackup-icon-small-all.png);
  background-position: -492px -10px;
}
.ic-lf.hook-blu li::before {
  background-position-x: -542px;
}
.ic-lf.hook-grn li:before {
  background-position-x: -592px;
}
.ic-lf.hook-wt li {
  padding-left: 30px;
}
.ic-lf.hook-wt li::before {
  width: 20px;
  height: 20px;
  background-position: -928px -60px;
}
.ic-lf[class*="dots"] li:before {
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 3px solid #666;
  top: 13px;
}
.ic-lf.dots-blu li:before {
  border-color: #1929a1;
}
.ic-tips {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/resource/images/icons/abackup-icon-small-all.png) -528px -63px;
  position: relative;
  cursor: pointer;
}
.ic-tips:hover .tips-cnt {
  display: block;
}
.ic-tips .tips-cnt {
  color: #fff;
  position: absolute;
  font-size: 12px;
  top: 0;
  line-height: 1.66;
  display: none;
  z-index: 5;
}
.ic-tips .tips-cnt.left {
  padding-left: 20px;
  left: 0;
}
.ic-tips .tips-cnt.right {
  padding-right: 20px;
  right: 0;
}
.ic-tips .tips-cnt .txt {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  width: 230px;
  padding: 12px 13px;
}
.ic-tips .tips-cnt .txt p,
.ic-tips .tips-cnt .txt strong {
  color: inherit;
}
@media (max-width: 767px) {
  .ic-tips .tips-cnt {
    right: auto !important;
    padding: 20px 0 0 !important;
    left: calc(50% - 115px) !important;
  }
}
.txt-ln::after {
  content: "";
  border: 4px solid;
  border-color: inherit;
  display: block;
  width: 80px;
  border-radius: 4px;
}
.txt-ln.ct {
  text-align: center;
}
.txt-ln.ct::after {
  margin: 0 auto;
}
.txt-ln.sm::after {
  width: 30px;
  border-width: 2px;
}
.z-hover-sd:hover {
  -webkit-box-shadow: 0 8px 15px 0 rgba(86, 131, 244, 0.35);
  box-shadow: 0 8px 15px 0 rgba(86, 131, 244, 0.35);
}
.m-thumbnail {
  text-align: center;
  padding: 10px 0;
  line-height: 1.5;
}
.m-thumbnail .item-bd {
  padding: 10px 0;
}
.m-thumbnail .tt {
  margin: 0 0 10px;
}
.f-panel {
  padding: 60px 20px 80px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  border-radius: 20px;
}
.m-panel .tt {
  margin-bottom: 25px;
  font-weight: 400;
  letter-spacing: 3px;
}
.m-panel.white .tt {
  color: #091871;
}
.m-panel.black {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.m-panel.black .tt {
  color: #fff;
}
[data-role="tog-cnt-it"] {
  display: none;
}
[data-role="tog-cnt-it"].active {
  display: block;
}
[data-colse="true"] [data-role="tog-cnt-it"] {
  display: block;
}
[data-colse="true"] [data-role="tog-cnt-it"] * {
  display: none;
}
[data-colse="true"] [data-role="tog-cnt-it"] [data-role="tog-btn"] {
  display: block;
  cursor: pointer;
}
[data-colse="true"] [data-role="tog-cnt-it"].active * {
  display: block;
}
.tog-bx .btn-bx {
  text-align: center;
}
.tog-bx .btn-it {
  display: inline-block;
  border-radius: 20px 20px 0 0;
  padding: 10px;
  cursor: pointer;
  background-color: #eee;
}
.tog-bx .btn-it.active {
  color: #fff;
  background-color: #39449f;
}
.tog-bx [data-role="tog-cnt-it"] {
  display: none;
}
.tog-bx [data-role="tog-cnt-it"].active {
  display: block;
}
.illustrate-tip:hover .illustrate-content {
  display: block;
}
.illustrate-tip {
  display: inline-block;
  font-size: 12px;
  color: #373f43;
  cursor: pointer;
  width: 14px;
  height: 14px;
  background: url(/resource/images/icons/abackup-icon-small-all.png) no-repeat;
  background-position: -528px -63px;
  position: relative;
  top: 1px;
}
.illustrate-tip .illustrate-content {
  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;
  word-break: break-word;
}
.illustrate-tip:hover .illustrate-content {
  z-index: 120;
}
.illustrate-tip .illustrate-content > div {
  -webkit-box-shadow: 1px 3px 10px 1px #8aace9;
  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;
  }
}
.logo-box {
  padding: 15px 0;
  font-size: 0;
  float: left;
}
.logo-box img {
  vertical-align: middle;
  margin-right: 9px;
}
.logo-box .txt {
  display: inline-block;
  vertical-align: middle;
}
.logo-box .txt p {
  font-size: 13px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  z-index: 2000;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  font-size: 1.6rem;
}
.header a,
.header p {
  color: rgba(255, 255, 255, 0.7);
}
.header h5 {
  color: #fff;
  font-size: 2rem;
}
.header-nav {
  float: right;
  font-size: 1.6rem;
}
.header-nav .nav-it {
  margin-left: 40px;
  float: left;
  position: relative;
}
.header-nav .nav-it::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
  opacity: 0;
}
.header-nav .nav-it > a {
  padding: 28px 0;
  display: inline-block;
}
.header-nav .nav-it:first-child {
  margin-left: 0;
}
.header-nav .nav-it.nav-it-button::after {
  display: none;
}
.header-nav .nav-it .login-a {
  height: 36px;
  line-height: 26px;
  padding: 2px 15px !important;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  margin: 21px 0;
  -webkit-transition: margin-top 0.5s;
  transition: margin-top 0.5s;
}
.header-nav .nav-it .login-a:hover {
  color: #fff;
  border-color: #fff;
}
.header-nav .nav-it .login-a:hover::before {
  border-color: #fff;
}
.header .hasdropdown {
  position: relative;
}
.header .hasdropdown.nav-it::after {
  width: 0;
  height: 0;
  border-bottom: 5px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  left: calc(50% - 19px);
  bottom: 0;
  background-color: transparent;
}
.header .hasdropdown > a::after {
  content: "";
  display: inline-block;
  border-top: 6px solid rgba(255, 255, 255, 0.7);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.header .hasdropdown.nav-it:nth-child(6) .dropdown {
  left: -90px;
}
.header .hasdropdown .dropdown {
  position: absolute;
  top: 80px;
  left: -80px;
  min-width: 220px;
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  opacity: 1;
  border-radius: 0 0 10px 10px;
}
.header .hasdropdown .dropdown a {
  color: #175dc0;
  font-size: 17px;
  font-weight: 400;
}
.header .hasdropdown .dropdown ol {
  padding: 20px 0 15px;
}
.header .hasdropdown .dropdown li {
  background-color: #fff;
  display: block;
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0;
  text-align: center;
}
.header .hasdropdown .dropdown li:not(:last-child) {
  margin-bottom: 10px;
}
.header .hasdropdown .dropdown li a {
  position: relative;
}
.header .hasdropdown .dropdown li a::before {
  position: absolute;
  top: 5px;
  left: -20px;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #524d4d;
  border-bottom: 5px solid transparent;
}
.header .hasdropdown .dropdown li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e9f3ff;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(-220px);
  -ms-transform: translateX(-220px);
  transform: translateX(-220px);
}
.header .hasdropdown .dropdown li:hover {
  background-color: transparent;
  color: #0084ff;
  border-color: #008fff;
  z-index: 0;
}
.header .hasdropdown .dropdown li:hover::after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.header .hasdropdown .dropdown li:hover a {
  color: #0087ff;
}
.header .hasdropdown .dropdown-2 li {
  min-width: 450px;
  height: 76px;
  text-align: left;
  padding: 6px 0 0 40px;
}
.header .hasdropdown .dropdown-2 li a {
  color: #175dc0;
  font-size: 17px;
  font-weight: 700;
}
.header .hasdropdown .dropdown-2 li span {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.header .hasdropdown .dropdown-2 li .ic-hd {
  display: inline-block;
  height: 21px;
  padding: 0 8px 0 7px;
  font-size: 14px;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  color: #fff;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  position: relative;
  margin-left: 5px;
}
.header .hasdropdown .dropdown-2 li .ic-hd::before {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 5px;
  left: -5px;
}
.header .hasdropdown .dropdown-2 li .ic-hd.hot {
  background-color: #f86433;
  background: linear-gradient(213deg, #f48f70 30%, #f94f15);
}
.header .hasdropdown .dropdown-2 li .ic-hd.hot::before {
  border-right-color: #f86433;
}
.header .nav-tg {
  display: none;
}
.header .nav-it:hover::after {
  opacity: 1;
}
.header .open.nav-it::after {
  opacity: 1;
}
.header .open.nav-it > a {
  color: #fff;
}
.header .open.hasdropdown > a::after {
  border-top-color: #fff;
}
.header .open.hasdropdown .dropdown {
  max-height: 800px;
  opacity: 1;
  -webkit-transition: max-height 1s linear;
  transition: max-height 1s linear;
}
.scrolling .header {
  background: #203491;
}
.scrolling .header .hasdropdown .dropdown {
  top: 70px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header .hasdropdown .dropdown,
  .header .hasdropdown .dropdown-2 {
    display: none;
  }
  .header .hasdropdown .dropdown-2,
  .header .hasdropdown.open .dropdown {
    display: block;
  }
}
@supports (-ms-ime-align: auto) {
  .header .hasdropdown .dropdown,
  .header .hasdropdown .dropdown-2 {
    display: none;
  }
  .header .hasdropdown .dropdown-2,
  .header .hasdropdown.open .dropdown {
    display: block;
  }
}
@media (min-width: 1024px) {
  .header-nav .nav-it > a,
  .logo-box {
    -webkit-transition: padding-top 0.5s;
    transition: padding-top 0.5s;
  }
  .scrolling .header {
    background: #203491;
  }
  .scrolling .header .logo-box {
    padding: 10px 0;
  }
  .scrolling .header .header-nav .nav-it > a {
    padding: 23px 0;
  }
  .scrolling .header .header-nav .nav-it-button .login-a {
    margin: 18px 0;
  }
}
@media all and (max-width: 1023px) {
  body {
    padding-top: 100px;
  }
  .header {
    background: #203491;
  }
  .header .logo-box {
    width: 100%;
    float: none;
    padding: 25px 0;
  }
  .header .logo-box .nav-tg {
    display: block;
    width: 30px;
    float: right;
    position: relative;
    -webkit-transition: all 0.65s;
    transition: all 0.65s;
    margin-top: 10px;
  }
  .header .logo-box .nav-tg span {
    display: block;
    height: 4px;
    background-color: #fff;
    margin-bottom: 8px;
  }
  .header .header-nav {
    float: none;
    max-height: 400px;
    display: none;
    overflow-x: hidden;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  .header .header-nav .nav-it {
    width: 100%;
    margin-left: 0;
    float: none;
    border-top: 1px solid rgba(238, 238, 238, 0.5);
  }
  .header .header-nav .nav-it::after {
    display: none !important;
  }
  .header .header-nav .nav-it > a {
    padding: 10px 0;
  }
  .header .hasdropdown .dropdown,
  .header .hasdropdown .dropdown-2 {
    opacity: 1;
    position: static;
    width: 100%;
    border-radius: 0;
  }
  .header .hasdropdown .dropdown a,
  .header .hasdropdown .dropdown-2 a {
    display: block;
  }
  .header .hasdropdown .dropdown li,
  .header .hasdropdown .dropdown-2 li {
    min-width: 100%;
  }
  .header .hasdropdown .dropdown li a::before,
  .header .hasdropdown .dropdown-2 li a::before {
    display: none;
  }
  .header .hasdropdown .dropdown li {
    height: auto;
    min-height: auto;
  }
  .header .open.nav-tg span {
    -webkit-transition: -webkit-transform 0.65s;
    transition: -webkit-transform 0.65s;
    transition: transform 0.65s;
    transition: transform 0.65s, -webkit-transform 0.65s;
    margin: 0;
    position: absolute;
    width: 100%;
  }
  .header .open.nav-tg span:first-child {
    top: 9px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .open.nav-tg span:nth-child(2) {
    bottom: -17px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header .open.nav-tg span:last-child {
    display: none;
  }
}
@media (max-width: 1023px) {
  body {
    padding-top: 52px;
  }
  .header .logo-box {
    padding: 10px;
  }
  .header .logo-box img {
    width: 40px;
  }
  .header .logo-box .txt h5 {
    font-size: 16px;
  }
  .header .logo-box .nav-tg {
    margin-top: 6px;
    width: 22px;
  }
  .header .logo-box .nav-tg span {
    height: 2px;
    margin-bottom: 6px;
  }
  .header .logo-box .nav-tg span:last-child {
    margin-bottom: 0;
  }
}

.footer {
  padding: 25px 0 15px;
  background-color: #141924;
  color: #7e7f82;
  line-height: 1.5;
}
.footer .left,
.footer .right {
  position: relative;
  float: left;
  width: 250px;
  margin: 0 -250px 0 0;
}
.footer .right {
  float: right;
  margin: 0 0 0 -250px;
  text-align: right;
  font-size: 0;
}
.footer .right > div {
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
.footer .right > div .txt {
  margin-bottom: 5px;
}
.footer .right .wx {
  margin-right: 30px;
}
.footer .right .wx .txt::before {
  background-position: -127px -62px;
}
.footer .right .wb .txt::before {
  background-position: -186px -62px;
}
.footer .right .txt::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 18px;
  vertical-align: middle;
  margin-right: 3px;
  background: url(/resource/images/icons/abackup-icon-small-all.png) no-repeat;
}
.footer .right img {
  vertical-align: top;
}
.footer .logo h5,
.footer a,
.footer p {
  color: #7e7f82;
}
.footer a:hover {
  color: #fff;
}
.footer .ph-num {
  font-size: 1.6rem;
  margin-top: 15px;
}
.footer ul.main {
  float: left;
  width: 100%;
  text-align: center;
  padding: 30px 250px;
}
.footer ul.main li {
  display: inline-block;
  margin-left: 5%;
}
.footer ul.main li:first-child {
  margin-left: 0;
}
.footer .ft-bt {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer ul.main {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
    margin: 0 0 20px;
  }
  .footer .left,
  .footer .right {
    float: none;
    display: inline-block;
    margin: 0 0 20px;
    text-align: center;
  }
  .footer .logo-box {
    float: none;
  }
}
#back-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  fill: #fff;
  background: #fff;
  width: 60px;
  height: 60px;
  background: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(57, 68, 159, 0.3);
  box-shadow: 0 10px 20px 0 rgba(57, 68, 159, 0.3);
  border-radius: 50%;
  z-index: 100;
  opacity: 0.8;
  cursor: pointer;
}
#back-top span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  width: 21px;
  height: 24px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(/resource/images/icons/top.png) no-repeat;
}
#back-top:hover {
  opacity: 1;
}
.sliderBox {
  position: fixed;
  right: 10px;
  bottom: 220px;
  z-index: 10;
  line-height: 1.1;
}
.sliderBox .sliderlist {
  width: 90px;
  background: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(57, 68, 159, 0.4);
  box-shadow: 0 10px 20px 0 rgba(57, 68, 159, 0.4);
  border-radius: 10px;
}
.sliderBox li {
  position: relative;
  padding: 23px 10px;
  text-align: center;
  border-bottom: 1px solid #e4e6f7;
}
.sliderBox li:nth-child(1) {
  border-radius: 10px 10px 0 0;
}
.sliderBox li:nth-last-child(1) {
  border-bottom: none;
  border-radius: 0 0 10px 10px;
}
.sliderBox li .icon-tit {
  font-size: 14px;
  color: #39449f;
  margin-top: 10px;
}
.sliderBox li:hover {
  cursor: pointer;
  background: #e4e7fb;
}
.sliderBox .tips-cnt {
  display: none;
  position: absolute;
  left: -290px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  z-index: 99;
}
.sliderBox .tips-cnt-wx {
  left: -240px;
  text-align: center;
}
.sliderBox .tips-cnt-form {
  left: -380px;
}
.sliderBox .tips-cnt-form::before {
  position: absolute;
  right: -33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left-color: #fff;
}
.sliderBox .tipsbox {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 10px 30px 0 rgba(57, 68, 159, 0.3);
  box-shadow: 0 10px 30px 0 rgba(57, 68, 159, 0.3);
  border-radius: 10px;
  padding: 20px;
}
.sliderBox .tipsbox::before {
  position: absolute;
  right: -33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left-color: #fff;
}
.sliderBox .tipsbox .bluetxt {
  color: #39449f;
}
.sliderBox .tipsbox img {
  margin: 15px 0;
}
.sliderBox .tipsbox .email,
.sliderBox .tipsbox .qq {
  position: relative;
  padding-left: 25px;
}
.sliderBox .tipsbox .email::before,
.sliderBox .tipsbox .qq::before {
  position: absolute;
  left: 0;
  top: 1px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/resource/images/icons/email.png) no-repeat;
  background-position: 0 0;
}
.sliderBox .tipsbox .email.email,
.sliderBox .tipsbox .qq.email {
  margin-top: 15px;
}
.sliderBox .tipsbox .email.email::before,
.sliderBox .tipsbox .qq.email::before {
  background-position: 0 -33px;
}
.sliderBox .slider-form {
  display: block;
}
.sliderBox .questions-form {
  position: relative;
  width: 360px;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 0 10px 30px 0 rgba(57, 68, 159, 0.3);
  box-shadow: 0 10px 30px 0 rgba(57, 68, 159, 0.3);
  border-radius: 10px;
}
.sliderBox .tips-sucv {
  color: #333;
  font-size: 18px;
  margin: 45px 0 22px 0;
}
.sliderBox .success-box {
  display: none;
  text-align: center;
}
.sliderBox label {
  position: relative;
  display: block;
}
.sliderBox label:not(:last-child) {
  margin-bottom: 20px;
}
.sliderBox .tips-error,
.sliderBox .tips-errorMany,
.sliderBox .tips-errors {
  display: none;
  position: absolute;
  left: 0;
  bottom: -16px;
  color: red;
  font-size: 12px;
}
.sliderBox .close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}
.sliderBox .ipt {
  background: #fff;
  border: 1px solid #d1d3e1;
  height: 40px;
  width: 100%;
  border-radius: 6px;
  padding-left: 80px;
  line-height: 40px;
  background: #f4f5ff;
  font-size: 14px;
}
.sliderBox .ipt.select {
  padding-left: 100px;
  border: none;
}
.sliderBox .icon-xia {
  position: absolute;
  right: 10px;
  top: 20px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/resource/images/slider/xia.png) no-repeat;
  background-position: 0 0;
}
.sliderBox .icon-xia.open {
  background-position: 0 -30px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sliderBox textarea {
  min-height: 100px;
}
.sliderBox .inputTit {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #82859a;
  line-height: 20px;
}
.sliderBox .inputIcon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/resource/images/slider/icon.png) no-repeat;
  background-position: 0 0;
  vertical-align: middle;
}
.sliderBox .inputIcon-2 {
  background-position: 0 -50px;
}
.sliderBox .inputIcon-3 {
  background-position: 0 -103px;
}
.sliderBox .inputIcon-4 {
  background-position: 0 -156px;
}
.sliderBox .typelist {
  position: relative;
  padding-bottom: 40px;
}
.sliderBox .select-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  height: auto;
  border-radius: 6px;
  border: 1px solid #d1d3e1;
  min-height: 40px;
}
.sliderBox .pull-downs {
  cursor: pointer;
  height: 40px;
}
.sliderBox .pull-list {
  display: none;
  width: 100%;
  background: #fff;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #d1d3e1;
}
.sliderBox .pull-list span {
  display: block;
  font-size: 14px;
  padding: 10px 0 10px 30px;
  cursor: pointer;
}
.sliderBox .pull-list span:hover {
  background: #f4f5ff;
}
.sliderBox .formbt {
  display: block;
  width: 160px;
  height: 40px;
  background: #39449f;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 40px;
  border: none;
  margin: 25px auto 0;
  cursor: pointer;
  text-align: center;
}
.sliderBox .formbt:hover {
  opacity: 0.8;
}
.hm-t-container {
  display: none;
}
@media screen and (max-width: 991px) {
  .sliderBox {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    bottom: 150px !important;
  }
}
