@charset "utf-8";
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul,
var,
video {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}
a,
a:link,
a:visited {
  color: #000;
  text-decoration: none;
}
html {
  height: 100%;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-family: Helvetica, "PingFang SC", "Microsoft YaHei", "微软雅黑";
  -webkit-touch-callout: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: stretch;
  -webkit-font-smoothing: antialiased;
  color: #000;
  background: #fff;
  font-size: 12px;
  line-height: 15px;
}
b,
strong {
  font-weight: bold;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  font-size: 0;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
th,
td,
caption {
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
}
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
textarea {
  resize: none;
  border: 0;
  padding: 8px 0;
}
input,
button,
select,
textarea {
  outline: none;
  -webkit-appearance: none;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
.flowClearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
*html .flowClearfix {
  zoom: 1;
}
*:first-child + html .flowClearfix {
  zoom: 1;
}
.alignLeft {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.alignRight {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.clearBoth {
  clear: both;
}
.inlineText {
  display: inline-block;
  vertical-align: middle;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #000;
}
a.linkAccent,
a.linkAccent:link,
a.linkAccent:visited {
  color: #197fff;
  text-decoration: underline;
}
.pageLayout {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  background-image: url("http://img1.template.cache.wps.cn/wpsweb/images/product/wpslinux/bg-1-190701.png?v=7-3-13-2"),
    url("http://img1.template.cache.wps.cn/wpsweb/images/product/wpslinux/bg-2-190701.png?v=7-3-13-2");
  background-position: top right, bottom left;
  background-repeat: no-repeat, no-repeat;
  background-color: #fff;
}
.pageMain {
  position: relative;
  z-index: 3;
  min-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
.headerBar {
  color: #000;
  max-width: 1170px;
  margin: 0 auto;
}
.siteLogo {
  float: left;
  height: 28px;
  line-height: 28px;
  margin-top: 15px;
  padding-left: 37px;
  background: url("https://www.wps.cn/img/w.svg?v=7-3-13-2") no-repeat;
  background-size: 28px 28px;
  font-size: 16px;
}
.headerNav {
  float: right;
  margin-top: 22px;
  font-size: 14px;
}
.headerNav a,
.headerNav a:link,
.headerNav a:visited {
  color: #000;
  margin: 0 10px;
  opacity: 0.8;
}
.headerNav a:hover,
.headerNav a:active {
  opacity: 1;
}
.heroSection {
  margin-top: 98px;
  text-align: center;
  color: #000;
}
.heroTitle {
  margin: 0 auto;
  line-height: 78px;
  font-size: 56px;
  font-weight: 400;
  color: #000;
}
.heroTitleSmall {
  font-size: 28px;
  line-height: 35px;
  margin-top: 4px;
}
a.heroActionButton {
  display: block;
  width: 307px;
  height: 80px;
  line-height: 80px;
  border-radius: 44px;
  text-align: center;
  margin: 30px auto 0;
  font-size: 36px;
}
a.heroActionButton,
a.heroActionButton:link,
a.heroActionButton:visited {
  background: linear-gradient(139deg, #6fb2ff 0%, #3774ff 100%);
  color: #fff;
}
a.heroActionButton:hover {
  background: linear-gradient(
    139deg,
    rgba(111, 178, 255, 0.6) 0%,
    rgba(55, 116, 255, 0.6) 100%
  );
}
a.heroActionButton:active {
  background: linear-gradient(139deg, #3977ef 0%, #235ee5 100%);
}
.heroVersionText {
  margin-top: 10px;
  font-size: 14px;
  color: #9c9c9c;
}
.heroImage {
  width: 66.66%;
  margin: 50px auto 0;
}
.bottomSection {
  position: relative;
  width: 70.41%;
  min-width: 1170px;
  margin: -66px auto 0;
  padding: 10px;
}
a.supportLink,
a.supportLink:link,
a.supportLink:visited {
  display: block;
  float: right;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 17px;

  background-position: 16px 7px;
  background-size: auto 17px;
  padding-top: 26px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
a.supportLink:hover {
  background-color: rgba(89, 153, 255, 0.5);
}
a.supportLink:active {
  background-color: #5999ff;
}
.siteFooter {
  color: #8a8a8a;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.legacyModal {
  display: none;
  z-index: 10;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.legacyModalBox {
  position: absolute;
  z-index: 999;
  width: 1000px;
  height: 513px;
  margin: -256px 0 0 -550px;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 8px #666;
  box-shadow: 0 0 8px #666;
  text-align: center;
}
.legacyMask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.6;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
a.legacyClose,
a.legacyClose:link,
a.legacyClose:visited {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
  color: #bababa;
}
a.legacyClose:hover {
  color: #d20707;
}
a.legacyClose:active {
  color: #ab0101;
}
.versionList {
  padding: 110px 20px 0;
}
.versionList li {
  display: inline-block;
  width: 170px;
  text-align: center;
  margin: 0 32px;
}
.versionCard {
  position: relative;
  width: 126px;
  height: 121px;
  background: url("http://img2.template.cache.wps.cn/wpsweb/images/product/wpslinux/box.png?v=7-3-13-2")
    no-repeat;
  margin: 0 auto;
}
.versionBadge {
  font-size: 16px;
  position: absolute;
  top: 64px;
  left: 5px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  color: #116bdb;
  width: 60px;
}
.versionTitle {
  font-size: 20px;
  line-height: 40px;
}
.versionCode {
  color: #2e2e2e;
  margin-bottom: 18px;
}
a.versionButton,
a.versionButton:link,
a.versionButton:visited {
  display: block;
  width: 120px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  background: #197fff;
  color: #fff;
  margin: 10px auto 0;
  border-radius: 2px;
  background-image: url("http://img3.template.cache.wps.cn/wpsweb/images/product/wpslinux/download.svg?v=7-3-13-2");
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: 98px 11px;
}
a.versionButton:hover {
  background-color: #4c9bff;
}
a.versionButton:active {
  background-color: #0066e5;
}
.versionWarning {
  position: absolute;
  bottom: 36px;
  right: 36px;
  font-size: 12px;
}
.historyLog {
  width: 1170px;
  margin: 40px auto 0;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 90px 110px;
}
.historyLogMain {
  border-bottom: 1px solid #f5f5f5;
  padding: 0 20px 70px;
  color: #747474;
  line-height: 28px;
}
.historyLogTitle {
  font-size: 24px;
  line-height: 24px;
  padding-left: 10px;
  border-left: 5px solid #197fff;
  color: #000;
}
.historyLogHeading {
  font-size: 14px;
  margin-top: 36px;
}
.historyLogList {
  margin-left: 25px;
  font-size: 14px;
}
.historyLogList li {
  list-style: decimal;
}
.historyLogList li .openLink {
  color: #0000ee;
}
