@charset "UTF-8";
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
html body {
  font-family: "微软雅黑";
  position: relative;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
address,
cite,
dfn,
em,
i,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}
small {
  font-size: 12px;
}
ol,
ul {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
}
a {
  color: #555;
  outline: 0;
  -moz-outline: none;
}
a:hover {
  color: #f60;
}
a img {
  display: block;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
legend {
  color: #000;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
audio,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
nav,
section,
summary,
time,
video {
  display: block;
  margin: 0;
  padding: 0;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.d-inline {
  display: inline;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.space-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-fill {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.text-nowrap {
  white-space: nowrap;
}
.text-center {
  text-align: center;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.text-primary {
  color: #f6891d;
}
.rotate180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bg-white {
  background: #fff;
}
.line1 {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.line2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
body {
  min-width: 1200px;
}
.rapple {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 280px;
  height: 280px;
  border-radius: 50%;
  margin-left: -140px;
  margin-top: -140px;
  animation: spread 1.5s infinite both;
  -webkit-animation: spread 1.5s infinite both;
  -moz-animation: spread 1.5s infinite both;
  -o-animation: spread 1.5s infinite both;
}
@-webkit-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.container-10px {
  width: 1220px;
  margin: 0 auto;
  padding: 10px;
}
h2 {
  font-size: 24px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0;
  color: #333;
  position: relative;
}
h2::after {
  content: "";
  position: absolute;
  top: 53px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  background-color: #6634ff;
  border-radius: 3px;
}
.gradient-btn {
  background-image: -o-linear-gradient(top, #6671ff 0, #6634ff 100%),
    -o-linear-gradient(#f6891d, #f6891d);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#6671ff),
      to(#6634ff)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f6891d), to(#f6891d));
  background-image: linear-gradient(180deg, #6671ff 0, #6634ff 100%),
    linear-gradient(#f6891d, #f6891d);
  background-blend-mode: normal, normal;
  font-family: MicrosoftYaHei-Bold;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gradient-btn img {
  margin-left: 20px;
}
.gradient-btn span {
  margin-top: -0.1em;
}
.gradient-btn .bottomBtnText {
  font-weight: 400;
  margin-top: 8px;
  display: block;
}
.gradient-btn:hover {
  background-image: -o-linear-gradient(top, #6634ff 0, #6671ff 100%),
    -o-linear-gradient(#f6891d, #f6891d);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#6634ff),
      to(#6671ff)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f6891d), to(#f6891d));
  background-image: linear-gradient(180deg, #6634ff 0, #6671ff 100%),
    linear-gradient(#f6891d, #f6891d);
}
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
}
header .container {
  height: 80px;
}
header .container > img {
  height: 35px;
}
header .container ul li {
  margin-left: 20px;
}
header .container a,
header .container span{
  display: block;
  width: 105px;
  height: 36px;
  border-radius: 22px;
  font-size: 16px;
  color: #666;
  line-height: 36px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

header .container a.downloadBtn {
  display: block;
  width: 98px;
  height: 36px;
  border-radius: 22px;
  font-size: 16px;
  color: #666;
  line-height: 36px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #7b56ee;
  color: #fff;
}
header .container a.downloadBtn:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 280px;
  height: 280px;
  border-radius: 50%;
  margin-left: -140px;
  margin-top: -140px;
  -webkit-animation: spread 1.5s infinite both;
  animation: spread 1.5s infinite both;
}
header .container a.download_href:hover,
header .container span:hover {
  background-color: #7b56ee;
  color: #fff;
  cursor: pointer;
}
.maxWidth {
  width: 100%;
  background: url(../img/bg.png);
}
.underHeader {
  min-width: 1200px;
  color: #fff;
  height: 620px;
  padding-top: 169px;
}
.underHeader .video-box {
  width: 600px;
  height: 368px;
  background: url(../img/computer.png);
}
.underHeader .gif {
  width: 531px;
  height: 388px;
  border-radius: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  top: -15px;
  left: 36px;
}
.underHeader a {
  width: 240px;
  height: 74px;
  background-image: -o-linear-gradient(left, #7b56ee 0, #a185f6 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#7b56ee),
    to(#a185f6)
  );
  background-image: linear-gradient(90deg, #7b56ee 0, #a185f6 100%);
  -webkit-box-shadow: 0 12px 15px 0 rgba(141, 130, 246, 0.5);
  box-shadow: 0 12px 15px 0 rgba(141, 130, 246, 0.5);
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  position: relative;
  overflow: hidden;
}
.underHeader a i {
  width: 20px;
  height: 20px;
  background: url(../img/download.png);
  margin-left: 11px;
  display: block;
}
.underHeader a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 280px;
  height: 280px;
  border-radius: 50%;
  margin-left: -140px;
  margin-top: -140px;
  -webkit-animation: spread 1.5s infinite both;
  animation: spread 1.5s infinite both;
}
.underHeader a.win::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/win.png);
  top: 20px;
  left: 15px;
  position: absolute;
}
.underHeader a.mac::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/mac.png);
  top: 17px;
  left: 15px;
  position: absolute;
}
.underHeader a.win {
  margin-right: 30px;
}
.underHeader .pack-num p {
  color: #464a7c;
  margin-top: 25px;
  font-size: 14px;
  margin-right: 19px;
}
.underHeader .contactUs {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  color: #fff;
  margin-top: 28px;
  cursor: pointer;
}
.underHeader .totalDownload {
  position: relative;
  margin-top: 30px;
  color: #464a7c;
  font-size: 18px;
}
.underHeader .totalDownload .count .num,
.underHeader .totalDownload .countSplit .num {
  color: #7b56ee;
  width: 32px;
  height: 36px;
  border-radius: 6px;
  border: solid 1px #a487ff;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  margin-left: 15px;
  display: inline-block;
}
.underHeader .totalDownload .count .num + .num,
.underHeader .totalDownload .countSplit .num + .num {
  margin-left: 5px;
}
.underHeader .totalDownload .count .num {
  color: #fff !important;
}
.underHeader h1 {
  font-size: 48px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  color: #222;
}
.underHeader h1 img {
  width: 90px;
  position: absolute;
  right: -102px;
  top: -25px;
  -webkit-animation: triangle-jump 2s infinite;
  animation: triangle-jump 2s infinite;
}
@-webkit-keyframes triangle-jump {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes triangle-jump {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.underHeader h3 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0;
  margin: 30px 0 47px;
}
.underHeader p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  color: #cbf;
}
.underHeader .mainFunctions {
  margin: 30px 0 45px;
}
.underHeader .mainFunctions > .d-flex + .d-flex {
  margin-top: 15px;
}
.underHeader .mainFunctions .unit {
  font-size: 17px;
  color: #464a7c;
}
.underHeader .mainFunctions .unit + .unit {
  margin-left: 18px;
}
.underHeader .mainFunctions .unit span {
  min-width: 102px;
  display: inline-block;
}
.underHeader .mainFunctions .unit .icon {
  width: 18px;
  height: 18px;
  background: url(../img/checked.png) no-repeat;
  margin-right: 8px;
}
.functions {
  padding-top: 80px;
  margin-bottom: 100px;
  width: 1200px;
  overflow: hidden;
}
.functions h2::before {
  content: "";
  position: absolute;
  top: 53px;
  left: 50%;
  margin-left: -190px;
  width: 380px;
  height: 3px;
  background-color: #f6f6f6;
  border-radius: 3px;
}
.functions .tab-list {
  border-bottom: 1px solid #ebe4ff;
  margin-top: 82px;
}
.functions .tab-list li {
  width: 160px;
  height: 66px;
  background-color: #f8f6fe;
  border-radius: 10px 10px 0 0;
  color: #464a7c;
  cursor: pointer;
}
.functions .tab-list li.active {
  background-image: -o-linear-gradient(bottom, #ebe4ff 0, #bcaaff 100%),
    -o-linear-gradient(#f7f8ff, #f7f8ff);
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#ebe4ff),
      to(#bcaaff)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f7f8ff), to(#f7f8ff));
  background-image: linear-gradient(0deg, #ebe4ff 0, #bcaaff 100%),
    linear-gradient(#f7f8ff, #f7f8ff);
  background-blend-mode: normal, normal;
  font-weight: 700;
}
.functions .tab-list li img {
  margin-right: 10px;
}
.functions .functions-item-img {
  margin-top: 61px;
}
.functions .functions-item-img li .item {
  width: 1100px;
  height: 420px;
  background: url(../img/functionsBg.png) no-repeat;
  background-position: center;
  margin: 0 auto;
  padding-top: 56px;
  position: relative;
  padding-left: 88px;
}
.functions .functions-item-img li .item div {
  width: 477px;
}
.functions .functions-item-img li .item p {
  text-align: left;
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 30px;
}
.functions .functions-item-img li .item.edit p,
.functions .functions-item-img li .item.pdf p {
  font-size: 14px;
  color: #555;
  line-height: 15px;
}
.functions .functions-item-img li .item .download {
  display: block;
  width: 150px;
  height: 48px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 48px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  bottom: 67px;
}
.functions .functions-item-img li .item.edit .download {
  background-image: -o-linear-gradient(right, #a185f6 0, #7b56ee 100%);
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#a185f6),
    to(#7b56ee)
  );
  background-image: linear-gradient(-90deg, #a185f6 0, #7b56ee 100%);
}
.functions .functions-item-img li .item.change .download {
  background-image: -o-linear-gradient(right, #ffd57c 0, #ff8e4e 100%),
    -o-linear-gradient(right, #a185f6 0, #7b56ee 100%);
  background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(#ffd57c),
      to(#ff8e4e)
    ),
    -webkit-gradient(linear, right top, left top, from(#a185f6), to(#7b56ee));
  background-image: linear-gradient(-90deg, #ffd57c 0, #ff8e4e 100%),
    linear-gradient(-90deg, #a185f6 0, #7b56ee 100%);
  background-blend-mode: normal, normal;
}
.functions .functions-item-img li .item.discriminate .download {
  background-image: -o-linear-gradient(45deg, #40bd6a 0, #6bd546 100%),
    -o-linear-gradient(right, #a185f6 0, #7b56ee 100%);
  background-image: linear-gradient(45deg, #40bd6a 0, #6bd546 100%),
    linear-gradient(-90deg, #a185f6 0, #7b56ee 100%);
  background-blend-mode: normal, normal;
}
.functions .functions-item-img li .item.manage .download {
  background-image: -o-linear-gradient(right, #ffe098 0, #febc19 100%),
    -o-linear-gradient(right, #a185f6 0, #7b56ee 100%);
  background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(#ffe098),
      to(#febc19)
    ),
    -webkit-gradient(linear, right top, left top, from(#a185f6), to(#7b56ee));
  background-image: linear-gradient(-90deg, #ffe098 0, #febc19 100%),
    linear-gradient(-90deg, #a185f6 0, #7b56ee 100%);
  background-blend-mode: normal, normal;
}
.functions .functions-item-img li .item.pdf .download {
  background-image: -o-linear-gradient(right, #7fdefe 0, #0979cb 100%),
    -o-linear-gradient(right, #a185f6 0, #7b56ee 100%);
  background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(#7fdefe),
      to(#0979cb)
    ),
    -webkit-gradient(linear, right top, left top, from(#a185f6), to(#7b56ee));
  background-image: linear-gradient(-90deg, #7fdefe 0, #0979cb 100%),
    linear-gradient(-90deg, #a185f6 0, #7b56ee 100%);
  background-blend-mode: normal, normal;
}
.functions .functions-item-img li .item.protect .download {
  background-image: -o-linear-gradient(left, #1c6aeb 0, #3db1fb 100%),
    -o-linear-gradient(right, #a185f6 0, #7b56ee 100%);
  background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#1c6aeb),
      to(#3db1fb)
    ),
    -webkit-gradient(linear, right top, left top, from(#a185f6), to(#7b56ee));
  background-image: linear-gradient(90deg, #1c6aeb 0, #3db1fb 100%),
    linear-gradient(-90deg, #a185f6 0, #7b56ee 100%);
  background-blend-mode: normal, normal;
}
.functions .functions-item-img li .item.form .download {
  background-image: -o-linear-gradient(right, #a185f6 0, #7b56ee 100%);
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#a185f6),
    to(#7b56ee)
  );
  background-image: linear-gradient(-90deg, #a185f6 0, #7b56ee 100%);
}
.functions .functions-item-img li h4 {
  color: #222;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: left;
}
.functions .functions-item-img li h5 {
  color: #333;
  font-size: 18px;
  text-align: left;
  margin-bottom: 25px;
}
.functions .functions-item-img li img {
  width: 456px;
  height: 310px;
  margin-right: 50px;
}
.more-functions {
  padding-bottom: 59px;
  background-color: #f8f6fe;
}
.more-functions .lines {
  display: block;
  background: url(../img/lines.png);
  width: 1202px;
  height: 32px;
}
.more-functions h2::before {
  content: "";
  position: absolute;
  top: 53px;
  left: 50%;
  margin-left: -48px;
  width: 97px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
}
.more-functions ul {
  color: #464a7c;
  font-size: 18px;
}
.more-functions .more-functions-content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 80px;
}
.more-functions .more-functions-content h2 {
  margin-bottom: 82px;
}
.more-functions .functions-bottom div,
.more-functions .functions-top div {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.more-functions .functions-bottom div i,
.more-functions .functions-top div i {
  width: 44px;
  height: 44px;
  display: block;
}
.more-functions .functions-bottom li:hover div,
.more-functions .functions-top li:hover div {
  background-image: -o-linear-gradient(bottom, #7b56ee 0, #a185f6 100%),
    -o-linear-gradient(#fff, #fff);
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#7b56ee),
      to(#a185f6)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(0deg, #7b56ee 0, #a185f6 100%),
    linear-gradient(#fff, #fff);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: 0 8px 10px 0 rgba(141, 130, 246, 0.5);
  box-shadow: 0 8px 10px 0 rgba(141, 130, 246, 0.5);
}
.more-functions .functions-top {
  margin-bottom: 25px;
}
.more-functions .functions-top div {
  margin-bottom: 30px;
}
.more-functions .functions-top li:nth-child(1) i {
  background: url(../img/functionTop1.png);
}
.more-functions .functions-top li:nth-child(1):hover i {
  background: url(../img/functionTop1_h.png);
}
.more-functions .functions-top li:nth-child(2) i {
  background: url(../img/functionTop2.png);
}
.more-functions .functions-top li:nth-child(2):hover i {
  background: url(../img/functionTop2_h.png);
}
.more-functions .functions-top li:nth-child(3) i {
  background: url(../img/functionTop3.png);
}
.more-functions .functions-top li:nth-child(3):hover i {
  background: url(../img/functionTop3_h.png);
}
.more-functions .functions-top li:nth-child(4) i {
  background: url(../img/functionTop4.png);
}
.more-functions .functions-top li:nth-child(4):hover i {
  background: url(../img/functionTop4_h.png);
}
.more-functions .functions-top li:nth-child(5) i {
  background: url(../img/functionTop5.png);
}
.more-functions .functions-top li:nth-child(5):hover i {
  background: url(../img/functionTop5_h.png);
}
.more-functions .functions-top li:nth-child(6) i {
  background: url(../img/functionTop6.png);
}
.more-functions .functions-top li:nth-child(6):hover i {
  background: url(../img/functionTop6_h.png);
}
.more-functions .functions-top li:nth-child(7) i {
  background: url(../img/functionTop7.png);
}
.more-functions .functions-top li:nth-child(7):hover i {
  background: url(../img/functionTop7_h.png);
}
.more-functions .functions-top li:nth-child(8) i {
  background: url(../img/functionTop8.png);
}
.more-functions .functions-top li:nth-child(8):hover i {
  background: url(../img/functionTop8_h.png);
}
.more-functions .functions-bottom {
  margin-top: 25px;
}
.more-functions .functions-bottom div {
  margin-top: 30px;
}
.more-functions .functions-bottom li {
  padding-bottom: 20px;
}
.more-functions .functions-bottom li:nth-child(1) i {
  background: url(../img/functionBottom1.png);
}
.more-functions .functions-bottom li:nth-child(1):hover i {
  background: url(../img/functionBottom1_h.png);
}
.more-functions .functions-bottom li:nth-child(2) i {
  background: url(../img/functionBottom2.png);
}
.more-functions .functions-bottom li:nth-child(2):hover i {
  background: url(../img/functionBottom2_h.png);
}
.more-functions .functions-bottom li:nth-child(3) i {
  background: url(../img/functionBottom3.png);
}
.more-functions .functions-bottom li:nth-child(3):hover i {
  background: url(../img/functionBottom3_h.png);
}
.more-functions .functions-bottom li:nth-child(4) i {
  background: url(../img/functionBottom4.png);
}
.more-functions .functions-bottom li:nth-child(4):hover i {
  background: url(../img/functionBottom4_h.png);
}
.more-functions .functions-bottom li:nth-child(5) i {
  background: url(../img/functionBottom5.png);
}
.more-functions .functions-bottom li:nth-child(5):hover i {
  background: url(../img/functionBottom5_h.png);
}
.more-functions .functions-bottom li:nth-child(6) i {
  background: url(../img/functionBottom6.png);
}
.more-functions .functions-bottom li:nth-child(6):hover i {
  background: url(../img/functionBottom6_h.png);
}
.more-functions .functions-bottom li:nth-child(7) i {
  background: url(../img/functionBottom7.png);
}
.more-functions .functions-bottom li:nth-child(7):hover i {
  background: url(../img/functionBottom7_h.png);
}
.more-functions .functions-bottom li:nth-child(8) i {
  background: url(../img/functionBottom8.png);
}
.more-functions .functions-bottom li:nth-child(8):hover i {
  background: url(../img/functionBottom8_h.png);
}
.reasons {
  margin-top: 110px;
}
.reasons h2::before {
  content: "";
  position: absolute;
  top: 53px;
  left: 50%;
  margin-left: -167px;
  width: 334px;
  height: 3px;
  background-color: #f6f6f6;
  border-radius: 3px;
}
.reasons ul {
  margin-top: 98px;
}
.reasons ul .imgWrapper {
  width: 140px;
  height: 140px;
  border-radius: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.reasons ul .imgWrapper img {
  width: 100%;
  width: 100%;
}
.reasons ul h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0;
  color: #333;
  margin: 35px 0 23px;
}
.reasons ul h4 {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  max-width: 14em;
  color: #666;
}
.reasons a {
  width: 240px;
  height: 70px;
  background-image: -o-linear-gradient(right, #a185f6 0, #7b56ee 100%),
    -o-linear-gradient(#f6891d, #f6891d);
  background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(#a185f6),
      to(#7b56ee)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f6891d), to(#f6891d));
  background-image: linear-gradient(-90deg, #a185f6 0, #7b56ee 100%),
    linear-gradient(#f6891d, #f6891d);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 53px;
}
.greatEditor {
  margin-top: 100px;
}
.greatEditor h2::before {
  content: "";
  position: absolute;
  top: 53px;
  left: 50%;
  margin-left: -131px;
  width: 262px;
  height: 3px;
  background-color: #f6f6f6;
  border-radius: 3px;
}
.greatEditor > div {
  margin-top: 120px;
}
.greatEditor > div > img {
  height: 482px;
}
.greatEditor > div h3 {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0;
  color: #333;
}
.greatEditor > div h4 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #999;
  margin: 33px 0 58px;
  max-width: 493px;
}
.greatEditor > div a {
  width: 240px;
  height: 70px;
  background-image: -o-linear-gradient(right, #ffd57c 0, #ff8e4e 100%),
    -o-linear-gradient(#f6891d, #f6891d);
  background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(#ffd57c),
      to(#ff8e4e)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f6891d), to(#f6891d));
  background-image: linear-gradient(-90deg, #ffd57c 0, #ff8e4e 100%),
    linear-gradient(#f6891d, #f6891d);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.greatEditor > div a:hover {
  background-image: -o-linear-gradient(right, #ff8e4e 0, #ffd57c 100%),
    -o-linear-gradient(#f6891d, #f6891d);
  background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(#ff8e4e),
      to(#ffd57c)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f6891d), to(#f6891d));
  background-image: linear-gradient(-90deg, #ff8e4e 0, #ffd57c 100%),
    linear-gradient(#f6891d, #f6891d);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
}
.greatEditor .banner1 {
  padding-top: 81px;
}
.greatEditor .banner2 {
  padding-top: 96px;
}
.comments {
  margin-top: 100px;
}
.comments h2::before {
  content: "";
  position: absolute;
  top: 53px;
  left: 50%;
  margin-left: -47px;
  width: 95px;
  height: 3px;
  background-color: #f6f6f6;
  border-radius: 3px;
}
.comments h2 + h3 {
  text-align: center;
  margin: 24px 0 60px;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 1px;
  color: #999;
}
.comments .swiper-wrapper {
  width: 1200px;
  margin: 78px auto 70px;
  position: relative;
}
.comments .swiper-wrapper .swiper-left {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  top: 50%;
  margin-top: -23px;
  left: 0;
  cursor: pointer;
  background: url(../img/prevIcon.png) no-repeat;
  background-position: center;
}
.comments .swiper-wrapper .swiper-left:hover {
  background-image: url(../img/prevIcon_active.png);
}
.comments .swiper-wrapper .swiper-right {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  top: 50%;
  margin-top: -23px;
  right: 0;
  cursor: pointer;
  background: url(../img/nextIcon.png) no-repeat;
  background-position: center;
}
.comments .swiper-wrapper .swiper-right:hover {
  background-image: url(../img/nextIcon_active.png);
}
.comments .swiper-wrapper .swiper {
  width: 1060px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 450px;
}
.comments .swiper-wrapper .swiper .swiper-o {
  position: absolute;
  margin-top: 40px;
  width: 2200px;
   left: -360px
}
.comments .swiper-wrapper .swiper .swiper-o .swiper-row {
  width: 340px;
  height: 400px;
  background: #fff;
  float: left;
  margin: 0 8px;
  -webkit-box-shadow: 0 1px 10px 0 rgba(45, 41, 41, 0.09);
  box-shadow: 0 1px 10px 0 rgba(45, 41, 41, 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 35px;
}
.comments .swiper-wrapper .swiper .swiper-o .swiper-row .headPortrait {
  width: 90px;
  height: 90px;
  border-radius: 45px;
}
.comments .swiper-wrapper .swiper .swiper-o .swiper-row h4 {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 1px;
  color: #333;
  margin: 37px 0 7px;
}
.comments .swiper-wrapper .swiper .swiper-o .swiper-row h5 {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
  color: #999;
  position: relative;
}
.comments .swiper-wrapper .swiper .swiper-o .swiper-row h5::after {
  content: "";
  position: absolute;
  width: 68px;
  height: 1px;
  background-color: #d5d4d4;
  bottom: -24px;
  left: 50%;
  margin-left: -34px;
}
.comments .swiper-wrapper .swiper .swiper-o .swiper-row h6 {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #444;
  margin-top: 44px;
  padding: 0 44px;
  max-width: 100%;
}
footer {
  height: 420px;
  background: #282829;
  padding: 80px 0 23px;
  background: url(../img/footerBg.png) no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
}
footer h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0;
  color: #222;
}
footer h5 {
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0;
  color: #666;
  margin: 31px 0 50px;
}
footer .gradient-btn {
  width: 240px;
  height: 74px;
  background-image: -o-linear-gradient(left, #7b56ee 0, #a185f6 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#7b56ee),
    to(#a185f6)
  );
  background-image: linear-gradient(90deg, #7b56ee 0, #a185f6 100%);
  -webkit-box-shadow: 0 12px 15px 0 rgba(141, 130, 246, 0.5);
  box-shadow: 0 12px 15px 0 rgba(141, 130, 246, 0.5);
  border-radius: 10px;
}
footer .gradient-btn img {
  margin-right: 20px;
  margin-left: 0;
}
footer .gradient-btn h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  color: #fff;
  margin-right: 12px;
}
footer .gradient-btn span {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0;
  color: #fff;
  margin-top: 8px;
}
footer .copyright {
  margin-top: 76px;
  color: #999;
  font-size: 12px;
}
footer .copyright a {
  color: #999;
}
footer .copyright a:hover {
  color: #999;
}
.modalLayer {
  z-index: 10;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.modalLayer .card {
  width: 384px;
  height: 385px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -192px;
  margin-top: -192.5px;
  background-color: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 14px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 14px 6px rgba(0, 0, 0, 0.3);
}
.modalLayer .card .header {
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #666;
  background-color: #f7f7f7;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.modalLayer .card .header .closeLayer {
  position: absolute;
  right: 14px;
  top: 14px;
  cursor: pointer;
  width: 12px;
  height: 12px;
  background: url(../img/closeDialog.png) no-repeat;
  background-position: center;
}
.modalLayer .card .header .closeLayer:hover {
  background-image: url(../img/closeDialogActive.png);
}
.modalLayer .card .form {
  padding: 8px 30px 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.modalLayer .card .form .subtitle {
  font-size: 14px;
  color: #999;
  margin-bottom: 30px;
}
.modalLayer .card .form .label {
  margin-top: 22px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.modalLayer .card .form .label input,
.modalLayer .card .form .label textarea {
  resize: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 2px;
  border: solid 1px #ddd;
  line-height: 32px;
  min-height: 32px;
  font-size: 14px;
  outline: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modalLayer .card .form .label textarea{
  resize: none
}
.modalLayer .card .form .label input::-webkit-input-placeholder,
.modalLayer .card .form .label textarea::-webkit-input-placeholder {
  color: #9d9d9d;
  font-size: 13px;
  font-family: "微软雅黑";
}
.modalLayer .card .form .label input::-moz-placeholder,
.modalLayer .card .form .label textarea::-moz-placeholder {
  color: #9d9d9d;
  font-size: 13px;
  font-family: "微软雅黑";
}
.modalLayer .card .form .label input:-ms-input-placeholder,
.modalLayer .card .form .label textarea:-ms-input-placeholder {
  color: #9d9d9d;
  font-size: 13px;
  font-family: "微软雅黑";
}
.modalLayer .card .form .label input::-ms-input-placeholder,
.modalLayer .card .form .label textarea::-ms-input-placeholder {
  color: #9d9d9d;
  font-size: 13px;
  font-family: "微软雅黑";
}
.modalLayer .card .form .label input::-webkit-input-placeholder,
.modalLayer .card .form .label textarea::-webkit-input-placeholder {
  color: #9d9d9d;
  font-size: 13px;
  font-family: "微软雅黑";
}
.modalLayer .card .form .label input::-moz-placeholder,
.modalLayer .card .form .label textarea::-moz-placeholder {
  color: #9d9d9d;
  font-size: 13px;
  font-family: "微软雅黑";
}
.modalLayer .card .form .label input:-ms-input-placeholder,
.modalLayer .card .form .label textarea:-ms-input-placeholder {
  color: #9d9d9d;
  font-size: 13px;
  font-family: "微软雅黑";
}
.modalLayer .card .form .label input::-ms-input-placeholder,
.modalLayer .card .form .label textarea::-ms-input-placeholder {
  color: #9d9d9d;
  font-size: 13px;
  font-family: "微软雅黑";
}
.modalLayer .card .form .label input::placeholder,
.modalLayer .card .form .label textarea::placeholder {
  color: #9d9d9d;
  font-size: 13px;
  font-family: "微软雅黑";
}
.modalLayer .card .form .label textarea {
  min-height: 130px;
  overflow-y: auto;
}
.modalLayer .card .form .label .title {
  position: relative;
  line-height: 32px;
  margin-right: 10px;
  font-size: 14px;
  border-left: none;
  padding-left: 0;
  font-weight: 400;
}
.modalLayer .card .form .label .required::after {
  content: "*";
  color: #ff3434;
  font-size: 16px;
  position: absolute;
  top: 35%;
  left: 0;
  -webkit-transform: translate(-130%, -30%);
  -ms-transform: translate(-130%, -30%);
  transform: translate(-130%, -30%);
}
.modalLayer .card .form .label .error-border {
  border-color: red;
}
.modalLayer .card .form .label p {
  position: absolute;
  top: 100%;
  left: 52px;
  line-height: 22px;
  font-size: 12px;
}
.modalLayer .card .form .formCommit {
  width: 100px;
  height: 34px;
  line-height: 34px;
  border-radius: 20px;
  text-align: center;
  background-color: #6132f2;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  margin-top: 22px;
}
.mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 11;
}
.alert {
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 220px;
  margin-top: -110px;
  margin-left: -185px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.alert .header {
  font-size: 18px;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.alert .header .closeAlert {
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: url(../img/closeDialog.png) no-repeat;
  background-size: cover;
}
.alert .header .closeAlert:hover {
  background-image: url(../img/closeDialogActive.png);
}
.alert .header + div {
  background-color: #fff;
  color: #666;
}
.alert .header + div .btns {
  margin-top: 40px;
}
.alert .header + div .btns .btn {
  width: 120px;
  height: 35px;
  border: 1px solid #ddd;
  border-radius: 4px;
  line-height: 33px;
  text-align: center;
  cursor: pointer;
}
.alert .header + div .btns .btn + .btn {
  margin-left: 30px;
}
.alert .header + div .btns .active {
  background-color: #8b51ff;
  border-color: #8b51ff;
  color: #fff;
}
.text-error {
  color: red;
}
.side {
  width: 40px;
  height: 110px;
  background-image: -o-linear-gradient(bottom, #7b56ee 0, #a185f6 100%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#7b56ee),
    to(#a185f6)
  );
  background-image: linear-gradient(0deg, #7b56ee 0, #a185f6 100%);
  border-radius: 8px 0 0 8px;
  position: fixed;
  right: 0;
  top: 350px;
  z-index: 2;
}
.side img {
  width: 16px;
  height: 14px;
}
.side p {
  width: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
  line-height: 16px;
  letter-spacing: 0;
  cursor: pointer;
}
.QRCode-layer {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
}
.QRCode-layer .QRCode-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -175px;
  margin-left: -150px;
  width: 300px;
  height: 350px;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.QRCode-layer .QRCode-wrapper .QRCode {
  width: 200px;
  height: 200px;
  margin: 20px 0 18px;
}
.QRCode-layer .QRCode-wrapper h3 {
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  color: #333;
}
.QRCode-layer .QRCode-wrapper h5 {
  font-size: 16px;
  line-height: 29px;
  color: #666;
}
.QRCode-layer .QRCode-wrapper .js-close-QRCode {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}
.back-top i {
  width: 18px;
  height: 20px;
  background: url(../img/backTop.png);
  display: block;
  position: absolute;
  top: 9px;
  left: 10px;
}
.back-top:hover i {
  background: url(../img/backTop_h.png);
}
.none {
  display: none !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
