@charset "utf-8";
body {
  background: #f2f2f2;
}

.p23 {
  padding-bottom: 23px;
}

.mr30 {
  margin-right: 30px;
}

.u3 {
  position: absolute;
  top: 14px;
  left: 0;
}

.u7 {
  height: 200px;
  width: 200px;
  margin: 0 auto;
}

.spacer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
}

.u9 {
  width: 80px;
  height: 30px;
  position: absolute;
  top: 26px;
  right: -46px;
}

#editor {
  width: 100%;
  height: 500px;
  background: #fff;
}
#editor .editor {
  width: 1200px;
  height: 484px;
  margin: 0 auto;
  background: #fff;
}
#editor .editor-u {
  text-align: center;
}
#editor .editor-y {
  position: relative;
  width: 400px;
  margin: 0 auto;
}
#editor .editor-u h1 {
  font-size: 48px;
  color: #333;
}
#editor .editor-u-i {
  position: absolute;
  top: 26px;
  right: -46px;
}
#editor .editor-u p {
  font-size: 24px;
  color: #666;
  margin-top: 14px;
}
#editor .editor-i {
  margin: 0 auto;
}

#core {
  width: 1200px;
  overflow: hidden;
  padding-top: 50px;
  margin: 0 auto;
}

#fastApp {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 94px;
}
#fastApp h2 {
  margin-top: 25px;
  text-align: center;
  font-size: 32px;
  color: #333;
  margin-bottom: 50px;
}

#core h2 {
  text-align: center;
  font-size: 32px;
  color: #333;
  margin-bottom: 58px;
}
#core .core-i {
  width: 585px;
  height: 360px;
  background: #fff;
  float: left;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#core .core-i .mainImg {
  margin-right: 40px;
}
#core .core-i-l {
  margin-right: 30px;
}
#core .core-i h3 {
  margin-top: 70px;
  text-indent: 20px;
  float: left;
  position: relative;
  font-size: 30px;
  color: #333;
  margin-bottom: 20px;
}
#core .core-i p {
  float: left;
  font-size: 16px;
  color: #999;
  line-height: 26px;
  width: 210px;
}
#core .core-i h3 i {
  display: block;
  position: absolute;
  top: 14px;
}
#core .core-i .core-img {
  float: left;
  margin-right: 40px;
}

.fastAppUnit {
  width: 385px;
  background-color: #fff;
  padding: 40px 34px 30px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fastAppUnit .subTitle {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  color: #333;
  margin: 33px 0 22px 0;
}
.fastAppUnit .desc {
  display: block;
  width: 323px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  color: #999;
}

#articles {
  width: 1200px;
  margin: 0 auto;
  padding: 57px 0 68px 0;
}
#articles > div {
  width: calc((100% - 30px) / 2);
  overflow: hidden;
}
#articles > div li {
  padding: 20px 16px 17px 15px;
}

.article-unit + .article-unit {
  margin-top: 10px;
}

.article-unit > a + div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}

#articles h2 {
  margin-bottom: 30px;
}

#articles h3 {
  max-width: 100%;
  margin-bottom: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#articles h3 span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.title-marker {
  width: 3px;
  height: 19px;
  background-color: #996dc6;
  margin-right: 14px;
}

.markered-title {
  font-family: MicrosoftYaHei;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0;
  color: #333;
}

.bg-grey {
  background: #f5f5f5;
}

.hoverChange:hover {
  color: #996dc6;
  cursor: pointer;
}

.articleCover {
  width: 100px;
  height: 100px;
  margin-right: 15px;
}

.setTop {
  width: 36px;
  min-width: 36px;
  -ms-flex-preferred-size: 36px;
      flex-basis: 36px;
  height: 20px;
  background-color: #f5f5f5;
  border-radius: 10px;
  border: solid 1px #996dc6;
  margin-right: 6px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0;
  color: #996dc6;
  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;
}

.article-short {
  display: block;
  width: 438px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  color: #999;
}


.article-date,
.article-username {
  margin-left: 5px;
  margin-right: 11px;
}

.viewTime {
  margin-left: 6px;
}

.article-Link span {
  color: #666;
}
.article-Link + .article-Link {
  margin-left: 10px;
}

#feedback {
  background: url(../img/swiper-bg.png);
  background-size: 100% 100%;
}

.feedback-wrap {
  width: 1200px;
  height: 607px;
  margin: 0 auto;
}
.feedback-wrap h2 {
  font-family: MicrosoftYaHei;
  font-size: 30px;
  font-weight: 400;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 2px;
  color: #333;
  margin-top: 54px;
  margin-bottom: 44px;
  text-align: center;
}

.swiperUnit {
  padding: 29px 20px;
}
.swiperUnit img {
  height: 73px;
  width: 73px;
  border-radius: 50%;
}
.swiperUnit h3 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
}
.swiperUnit .position {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0;
  color: #999;
}
.swiperUnit .divider {
  width: 244px;
  height: 1px;
  background-color: #ddd;
  margin-top: 15px;
  margin-bottom: 41px;
}
.swiperUnit .content {
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  white-space: normal;
  width: 241px;
  word-break: break-all !important;
  line-height: 24px;
  letter-spacing: 0;
  color: #444;
}

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;
}

* {
  font-family: "微软雅黑";
}

input::-ms-clear, 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 {
  text-decoration: none;
  color: #555;
  outline: 0;
  -moz-outline: none;
}
a:hover {
  text-decoration: none;
  color: #970097;
}
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%;
}

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;
}

mark {
  background: #ff0;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.s {
  font-weight: 400;
}

.b {
  font-weight: 700;
}

.b0 {
  border: 0 !important;
}

.f12 {
  font-size: 12px !important;
}

.f14 {
  font-size: 14px !important;
}

.f16 {
  font-size: 16px !important;
}

.f18 {
  font-size: 18px !important;
}

.f20 {
  font-size: 20px !important;
}

.f24 {
  font-size: 24px !important;
}

.f30 {
  font-size: 30px !important;
}

.f36 {
  font-size: 36px !important;
}

.f42 {
  font-size: 42px !important;
}

.f50 {
  color: #f50 !important;
}

.f80 {
  color: #f80 !important;
}

.c5 {
  color: #555 !important;
}

.c8 {
  color: #888 !important;
}

.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

@font-face {
  font-family: iconfont;
  src: url(/libs/iconfont/iconfont.eot);
  src: url(/libs/iconfont/iconfont.eot?) format("embedded-opentype"), url(/libs/iconfont/iconfont.woff) format("woff"), url(/libs/iconfont/iconfont.ttf) format("truetype"), url(/libs/iconfont/iconfont.svg) format("svg");
}
.iconfont {
  font-family: iconfont;
  font-size: 16px;
}

.clear {
  clear: both;
}
.clear:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.none {
  display: none !important;
}

.white {
  background: #fff;
}

.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;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.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;
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.column-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.w-full,
.full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.h-full {
  height: 100%;
}


.underHeader {
  margin-top: 50px;
}

.latestNews {
  position: relative;
}
.latestNews img {
  position: absolute;
  right: 0;
  top: -10px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.seclt {
  width: 96px;
  padding-left: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  background: url(../img/downArror.png) 84px 12px no-repeat;
  right: 0;
  z-index: 9;
  margin-top: 4px;
}
.seclt a {
  font-weight: 400;
  width: 68px;
  color: #000;
  height: 34px;
  line-height: 36px;
  text-indent: 10px;
  font-size: 12px;
  cursor: default;
  display: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  text-align: left;
}

#nickname_text {
  display: block;
}

.seclt:hover {
  -webkit-box-shadow: 0 0 3px #dedede;
          box-shadow: 0 0 3px #dedede;
  border: 1px solid #ccc;
  background: url(../img/upArror.png) #fff 84px 12px no-repeat;
}
.seclt:hover #nickname_text {
  color: #000;
}
.seclt:hover a {
  display: block;
}

.editor-p {
  margin: 40px auto 0;
  width: 500px;
}
.editor-p .btnDropDown {
  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;
  color: #970097;
  position: relative;
  width: 200px;
  height: 48px;
  background: #fff;
  border: 1px solid #970097;
  border-radius: 100px;
  margin: 0 20px;
  outline: 0;
  cursor: pointer;
}
.editor-p .btnDropDown .toggle > img {
  width: 22px;
  height: 22px;
}
.editor-p .btnDropDown .toggle > img + span {
  font-size: 18px;
  font-weight: 600;
  margin-left: 20px;
}
.editor-p .btnDropDown .toggle::after {
  position: absolute;
  content: "";
  display: block;
  height: 10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
.editor-p .btnDropDown .toggle:hover .showBtns {
  display: block;
}
.editor-p .btnDropDown .toggle .showBtns {
  z-index: 10;
  display: none;
  position: absolute;
  bottom: -5px;
  width: 100%;
  left: 50%;
  margin-left: -50%;
  margin-top: 5px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 7px 1px #dddddd;
          box-shadow: 0px 0px 7px 1px #dddddd;
  border-radius: 10px;
  padding: 10px 0;
}
.editor-p .btnDropDown .toggle .showBtns .dropBtn {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #444 !important;
  border: none;
  outline: none;
  font-weight: 600;
  text-indent: 0;
  padding-left: 45px;
  font-size: 14px;
  cursor: pointer;
}
.editor-p .btnDropDown .toggle .showBtns .dropBtn:hover {
  background-color: #f8f5ff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.editor-p .btnDropDown .toggle .showBtns .dropBtn .OSIcon {
  margin-right: 13px;
}
.editor-p .btnDropDown .underBtn {
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.editor-p .btnDropDown .underBtn a {
  position: relative;
  cursor: pointer;
  padding: 0 16px;
}
.editor-p .btnDropDown .underBtn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.editor-p .btnDropDown .underBtn a + a::before {
  position: absolute;
  content: "";
  height: 10px;
  border-left: 1px solid #eee;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.editor-p .win .OSIcon {
  width: 18px;
  height: 20px;
  background: url("../img/OS/win_normal.png") no-repeat center;
}
.editor-p .win:hover .OSIcon {
  background: url("../img/OS/win_hover.png") no-repeat center;
}
.editor-p .Mac .OSIcon {
  width: 18px;
  height: 20px;
  background: url("../img/OS/Mac_normal.png") no-repeat center;
}
.editor-p .Mac:hover .OSIcon {
  background: url("../img/OS/Mac_hover.png") no-repeat center;
}
.editor-p .Android .OSIcon {
  width: 18px;
  height: 20px;
  background: url("../img/OS/Android_normal.png") no-repeat center;
}
.editor-p .Android:hover .OSIcon {
  background: url("../img/OS/Android_hover.png") no-repeat center;
}
.editor-p .ios .OSIcon {
  width: 18px;
  height: 20px;
  background: url("../img/OS/ios_normal.png") no-repeat center;
}
.editor-p .ios:hover .OSIcon {
  background: url("../img/OS/ios_hover.png") no-repeat center;
}
.editor-p ul li {
  float: left;
}
.editor-p ul li i {
  display: block;
  position: absolute;
  left: 53px;
  top: 13px;
}
.editor-p ul li > button {
  position: relative;
  width: 200px;
  height: 48px;
  background: #fff;
  border: 1px solid #970097;
  border-radius: 100px;
  margin: 0 20px;
  outline: 0;
  cursor: pointer;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 20px;
}
.editor-p ul li p {
  text-align: center;
  font-size: 12px;
  color: #515151;
  line-height: 17px;
}
.editor-p ul li .btn {
  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;
  position: relative;
}
.editor-p ul li .btn img {
  width: 22px;
  height: 22px;
  margin-right: 20px;
}
.editor-p ul li .editor-p-b1 {
  color: #970097;
}
.editor-p ul li .editor-p-b1:active, .editor-p ul li .editor-p-b1:hover {
  -webkit-box-shadow: 0 0 5px #970097;
          box-shadow: 0 0 5px #970097;
}
.editor-p ul li .editor-p-b2 {
  background: #970097;
  color: #fff;
}
.editor-p ul li .editor-p-b2:active, .editor-p ul li .editor-p-b2:hover {
  -webkit-box-shadow: 0 0 5px #970097;
          box-shadow: 0 0 5px #970097;
}
.editor-p ul li .down-loading {
  border: 1px solid #ddd;
  color: #bbb;
  cursor: no-drop;
}
.editor-p ul li .down-loading:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media all and (min-width: 0) {
  .editor-p ul li i {
    top: 13px;
  }

  .seclt {
    background: url(../img/downArror.png) 84px 12px no-repeat;
  }
  .seclt:hover {
    background: url(../img/upArror.png) #fff 84px 12px no-repeat;
  }
}
#file {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 100px;
}
#file .file-i {
  width: 1200px;
  margin: 0 auto;
  padding-top: 66px;
  background: #fff;
}
#file h2 {
  text-align: center;
  font-size: 32px;
  color: #333;
}
#file h3 {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #999999;
  margin-bottom: 35px;
}
#file .w1200 {
  width: 1200px;
  margin: 0 auto;
}
#file .w1200 .card {
  width: 270px;
  height: 306px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px #eaeaea;
          box-shadow: 0px 0px 16px 0px #eaeaea;
  border-radius: 10px;
  padding-top: 40px;
}
#file .w1200 .card h3 {
  text-align: center;
  line-height: 58px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
}
#file .w1200 .card a {
  width: 180px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  border: solid 1px #996dc6;
  color: #996dc6;
}
#file .w1200 .card a .downloadIcon {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url("../img/OS/download_normal.png") no-repeat center;
  background-size: contain;
}
#file .w1200 .card a:hover {
  color: #fff;
  background-color: #996dc6;
}
#file .w1200 .card a:hover .downloadIcon {
  background: url("../img/OS/download_hover.png") no-repeat center;
}
#file .w1200 .card + .card {
  margin-left: 40px;
}

#contact .contact-c {
  width: 1200px;
  height: 152px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact .contact-l {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
#contact h3 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 20px;
}

.friendLink {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1px;
}
.friendLink .firstLink {
  margin-left: 14px;
  display: inline-block;
  position: relative;
}
.friendLink .firstLink + .firstLink::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  margin-top: -6px;
  height: 12px;
  display: inline-block;
  border-left: 1px solid #666;
}

.contacts .contact {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.contacts .contact0 {
  background: url(../img/qq.png);
}
.contacts .contact0:hover {
  background: url(../img/qq_active.png);
}
.contacts .contact1 {
  margin: 0 20px;
  background: url(../img/mail.png);
}
.contacts .contact1:hover {
  background: url(../img/mail_active.png);
}
.contacts .contact2 {
  background: url(../img/wechat.png);
}
.contacts .contact2:hover {
  background: url(../img/wechat_active.png);
}


#agentCookie {
  display: none;
}

.icon-checked {
  background-image: url(../img/sprite.png);
  background-position: -405px -288px;
  width: 14px;
  height: 14px;
}

.icon-close {
  background-image: url(../img/sprite.png);
  background-position: -364px -288px;
  width: 27px;
  height: 27px;
}

.icon-delete {
  background-image: url(../img/sprite.png);
  background-position: -391px -302px;
  width: 12px;
  height: 12px;
}

.icon-deleteAndInsert {
  background-image: url(../img/sprite.png);
  background-position: -172px -96px;
  width: 96px;
  height: 96px;
}

.icon-edit {
  background-image: url(../img/sprite.png);
  background-position: -268px 0;
  width: 96px;
  height: 96px;
}

.icon-editor {
  background-image: url(../img/sprite.png);
  background-position: -80px -316px;
  width: 32px;
  height: 32px;
}

.icon-group {
  background-image: url(../img/sprite.png);
  background-position: -288px -268px;
  width: 51px;
  height: 37px;
}

.icon-have {
  background-image: url(../img/sprite.png);
  background-position: -434px -288px;
  width: 15px;
  height: 12px;
}

.icon-headerFooter {
  background-image: url(../img/sprite.png);
  background-position: -192px -220px;
  width: 96px;
  height: 96px;
}

.icon-member {
  background-image: url(../img/sprite.png);
  background-position: -112px -316px;
  width: 29px;
  height: 32px;
}

.icon-mergerAndSplitting {
  background-image: url(../img/sprite.png);
  background-position: -172px 0;
  width: 96px;
  height: 96px;
}

.icon-nothing {
  background-image: url(../img/sprite.png);
  background-position: -419px -288px;
  width: 15px;
  height: 12px;
}

.icon-paymentQQ {
  background-image: url(../img/sprite.png);
  background-position: -268px -192px;
  width: 13px;
  height: 15px;
}

.icon-pdfForm {
  background-image: url(../img/sprite.png);
  background-position: -364px 0;
  width: 96px;
  height: 96px;
}

.icon-pdfToWord {
  background-image: url(../img/sprite.png);
  background-position: 0 -220px;
  width: 96px;
  height: 96px;
}

.icon-projection {
  background-image: url(../img/sprite.png);
  background-position: -268px -96px;
  width: 96px;
  height: 96px;
}

.icon-qq {
  background-image: url(../img/sprite.png);
  background-position: 0 -316px;
  width: 40px;
  height: 40px;
}

.icon-registered {
  background-image: url(../img/sprite.png);
  background-position: -141px -316px;
  width: 29px;
  height: 32px;
}

.icon-success {
  background-image: url(../img/sprite.png);
  background-position: -40px -316px;
  width: 40px;
  height: 40px;
}

.icon-tips {
  background-image: url(../img/sprite.png);
  background-position: -288px -220px;
  width: 48px;
  height: 48px;
}

.icon-toPdf {
  background-image: url(../img/sprite.png);
  background-position: -364px -192px;
  width: 96px;
  height: 96px;
}

.icon-uncheck {
  background-image: url(../img/sprite.png);
  background-position: -391px -288px;
  width: 14px;
  height: 14px;
}

.icon-watermark {
  background-image: url(../img/sprite.png);
  background-position: -96px -220px;
  width: 96px;
  height: 96px;
}

.icon-weixin_bg {
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  width: 172px;
  height: 220px;
}

.icon-wordTranslation {
  background-image: url(../img/sprite.png);
  background-position: -364px -96px;
  width: 96px;
  height: 96px;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight {
  height: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#certify {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#certify .swiper-container {
  width: 940px;
}
#certify .swiper-slide {
  width: 285px !important;
  height: 395px !important;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px #ddd;
          box-shadow: 0 8px 10px #ddd;
  border-radius: 10px;
}
#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

.swiper-button-prev {
  left: 0;
  width: 45px;
  height: 45px;
  background: url(../img/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}

.swiper-button-next {
  right: 0;
  width: 45px;
  height: 45px;
  background: url(../img/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}
.swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}
.swiper-button-next::after {
  content: unset;
}

.swiper-button-prev::after {
  content: unset;
}

.swiper-button-next,
.swiper-button-prev {
  outline: unset;
}




#header {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  border-bottom: 1px solid #e7e7e7;
  background: #fff;
  font-size: 13px;
  color: #515151;
  position: fixed;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 0;
}
#header .header-l {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
  background: #fff;
}
#header .header-l .headerLeft {
  height: 50px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header-l .headerLeft img {
  height: 24px;
  width: 24px;
  margin-right: 7px;
}
#header .header-l .headerLeft span {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -1px;
  color: #333;
}
#header ul {
  float: right;
}
#header ul li {
  float: left;
  margin-right: 33px;
}
#header ul li span {
  cursor: pointer;
}
#header ul li span:active, #header ul li span:hover {
  color: #970097;
  font-weight: 700;
}
#header a {
  cursor: pointer;
}
#header a:active, #header a:hover {
  color: #970097;
  font-weight: 700;
}
#header .division,
#header .header-ri,
#header .signUp {
  float: right;
}
#header .division {
  margin: 0 10px;
}
#header .signUp {
  margin-right: 17px;
}

.short-footer {
  font-size: 12px;
  color: #999;
  white-space: nowrap;
}
.short-footer > div:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
}
.short-footer img {
  width: auto !important;
}
#footer {
  width: 100%;
  height: 107px;
  background: #292929;
}
#footer .footer-l {
  width: 1200px;
  height: 87px;
  margin: 0 auto;
  padding-top: 20px;
  background: #292929;
}
#footer .footer-t {
  width: 238px;
  margin: 0 auto;
}
#footer .footer-t i {
  display: block;
  float: left;
  margin: 30px 29px 16px 0;
  cursor: pointer;
}
#footer .footer-t p {
  font-size: 12px;
  color: #7b7a7e;
  float: left;
  margin-left: -10px;
  line-height: 18px;
}
#footer .footer-i {
  width: 300px;
  overflow: hidden;
}
#footer .footer-p {
  margin-top: 33px;
}
#footer .footer-text {
  width: 1200px;
  float: left;
}
#footer .footer-text p {
  text-align: center;
  font-size: 12px;
  color: #6b6b6b;
  line-height: 18px;
  margin-bottom: 5px;
}
#footer .footer-text p a {
  font-size: 12px;
  color: #6b6b6b;
}
#footer .footer-l .link {
  text-align: center;
  margin-bottom: 10px;
}
#footer .footer-l .link a {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #818181;
}
#footer .footer-l .link i {
  margin: 2px 7px 0;
  color: #6b6b6b;
  font-size: 12px;
}
.main {
  padding-top: 50px;
  height: calc(100vh - 157px);
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-404 {
    text-align: center;
}
.number {
    position: relative;
    top: 35px;
    display: inline-block;
    letter-spacing: -10px;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 128px;
    font-size: 128px;
    font-weight: 300;
    color: #E02222;
    text-align: right;
}
.details {
    margin-left: 40px;
    display: inline-block;
    padding-top: 0px;
    text-align: left;
    top: 15px;
    position: relative;
}
