/* 重置样式 */
html {
  -webkit-text-size-adjust: none;
  /* 禁用iPhone中Safari的字号自动调整 */
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font: 100% 'Microsoft Yahei', arial, sans-serif;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
fieldset,
img {
  border: none;
}
iframe {
  display: block;
}
abbr,
acronym {
  border: none;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: '';
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ins,
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus,
*:focus {
  outline: none;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.hide {
  display: none;
}
.block {
  display: block;
}
.fl,
.fr {
  display: inline;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.oh {
  overflow: hidden;
}
input,
input:focus,
input:active {
  user-select: text;
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
/* 设置图片视频等自适应调整 */
img {
  height: auto;
  width: auto9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
}
.video embed,
.video object,
.video iframe {
  width: 100%;
  height: auto;
}
/**
 +------------------------------------------------------------------------------
 * 网站样式重写
 +------------------------------------------------------------------------------
 * @comefrom  zhouwenyong
 * @subpackage  zhouwenyong
 +------------------------------------------------------------------------------
 */
body {
  color: #666;
  padding: 0px;
  margin: 0px;
  font-family: "Microsoft YaHei", "Microsoft YaHei Light", "SimSun";
  font-size: 14px;
}
a {
  outline: none;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #333;
}
html {
  /*zoom:1;*/
  line-height: 24px;
}
html * {
  outline: 0;
  /*zoom:1;*/
}
html button::-moz-focus-inner {
  border-color: transparent!important;
}
body {
  overflow-x: hidden;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
fieldset,
a img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: '';
}
.tar {
  text-align: right;
}
.color_blue {
  color: #5d9cec;
}
.text-unline {
  text-decoration: underline;
}
.overflow {
  overflow: hidden;
}
input {
  font-family: "微软雅黑";
}
/**
 +------------------------------------------------------------------------------
 * Public Class
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: block;
}
.clear {
  clear: both;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
}
/* 清除浮动*/
.colwrapper {
  overflow: hidden;
  zoom: 1 /*for ie*/;
  margin: 5px auto;
}
/* 高度自适应 */
.strong {
  font-weight: bold;
}
.left {
  float: left;
}
.right {
  float: right;
  text-align: right;
}
.center {
  margin: 0 auto;
  text-align: center;
}
.show {
  display: block;
  visibility: visible;
}
.hide {
  display: none;
  visibility: hidden;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.h100 {
  height: 100%;
}
.transparent {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  /** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.break {
  word-wrap: break-word;
  overflow: hidden;
  /*word-break:break-all;*/
}
.pt5 {
  padding-top: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pd10 {
  padding: 10px;
}
.pl20 {
  padding-left: 17px;
}
.pr20 {
  padding-right: 17px;
}
.pt20 {
  padding-top: 17px;
}
.pb20 {
  padding-bottom: 17px;
}
.mt10 {
  margin-top: 10px;
}
.ml10 {
  margin-left: 10px;
}
.pt8 {
  padding-top: 8px;
}
.lh28 {
  line-height: 28px;
}
.lh36 {
  line-height: 36px;
}
.lh32 {
  line-height: 32px;
}
.lh48 {
  line-height: 48px;
}
.bd_1 {
  border: 1px solid #eeeeee;
  height: 100%;
}
.pd1 {
  padding: 1px;
  background: #fff;
}
.pd5 {
  padding: 5px;
}
.pd20 {
  padding: 20px 17px;
}
.pt15 {
  padding-top: 15px;
}
.brbm {
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;
}
.brtb {
  border-top: 1px solid #d7d7d7;
}
.brbd {
  border-bottom: 1px dotted #dcdcdc;
}
/*底部线条*/
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.txde {
  text-decoration: underline;
}
.ti2m {
  text-indent: 2em;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mg20 {
  margin: 20px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mr5 {
  margin-right: 5px;
}
.ml5 {
  margin-left: 5px;
}
.mt36 {
  margin-top: 36px;
}
.mb36 {
  margin-bottom: 36px;
}
/**
 +------------------------------------------------------------------------------
 * FCK 兼容解决方案
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
em {
  font-style: italic !important;
}
strike {
  text-decoration: line-through !important;
}
strong {
  font-weight: bold !important;
}
u {
  text-decoration: underline !important;
}
.strike {
  text-decoration: line-through;
}
/**
 +------------------------------------------------------------------------------
 * 表单样式
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
/**
 +------------------------------------------------------------------------------
 * 网站整体颜色总汇
 +------------------------------------------------------------------------------
 * @codex  颜色:使用颜色的名称或者16进制代码,如
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.color-333 {
  color: #333;
}
.color-666 {
  color: #666;
}
.color-999 {
  color: #999;
}
.color-blue {
  color: #336CFA;
}
a.color-red {
  color: #d70a30;
}
.color-red {
  color: #d70a30;
}
.color-white {
  color: #fff;
}
.color-green {
  color: #2a8800;
}
.color-org {
  color: #ff8201;
}
/**
 +------------------------------------------------------------------------------
 * 网站整字体大小
 +------------------------------------------------------------------------------
 * @codex   字体大小,直接使用"font+字体大小"作为名称,如
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.font12px {
  font-size: 12px;
}
.font14px {
  font-size: 14px;
}
.font15px {
  font-size: 15px;
}
.font16px {
  font-size: 16px;
}
.font18px {
  font-size: 18px;
}
.font24px {
  font-size: 24px;
}
.font26px {
  font-size: 41.6px;
}
.font28px {
  font-size: 44.8px;
}
.font20px {
  font-size: 32px;
}
.font30px {
  font-size: 48px;
}
.font32px {
  font-size: 51.2px;
}
.font9pt {
  font-size: 9pt;
}
.black {
  color: #000;
}
/**
 +------------------------------------------------------------------------------
 * 网站背景
 +------------------------------------------------------------------------------
 * @codex   字体大小,直接使用bk+颜色值"作为名称,如
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.bk-d4 {
  background: #d4d4d4;
}
.bk-fff {
  background: #fff;
}
.bk-f7 {
  background: #f7f7f7;
}
.bk-eee {
  background: #eee;
}
/**边框***/
.brts {
  border-top: 1px solid #e0e0e0;
}
.brls {
  border-left: 1px solid #e0e0e0;
}
.brrs {
  border-right: 1px solid #e0e0e0;
}
.brbs {
  border-bottom: 1px solid #e0e0e0;
}
.brsa {
  border: 1px solid #e0e0e0;
}
/*框架大小*/
.box300 {
  width: 300px;
}
.border-top {
  border-top: 1px solid #ddd;
}
.border-bottom {
  border-bottom: 1px solid #ddd;
}
.bgc-fff {
  background-color: #fff;
}
body {
  background: #fff;
}
body a:hover {
  color: #333;
}
.line-through {
  text-decoration: line-through;
}
.padding-24 {
  padding-left: 240px;
  padding-right: 240px;
}
body {
  background: #f9f9f9;
}
.container {
  box-sizing: border-box;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.aria-header {
  background: #336CFA;
  position: relative !important;
}
.body-index {
  padding-top: 0 !important;
}
.aria-header .global-nav {
  height: 95px;
}
.aria-header .global-nav .nav-menu a {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-left: 50px;
}
.aria-header .global-nav .nav-menu a.active,
.aria-header .global-nav .nav-menu a:hover {
  opacity: .7;
}
.aria-footer {
  background: rgba(0, 0, 0, 0.7);
  height: 100px;
  line-height: 100px;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.main {
  width: 1230px;
  margin: 0 auto;
}
/**
* index.html 首页
**/
.body-index {
  /*background: url("@{bg-img}bg-index-header.png") repeat-x center top;
  background-size: contain;*/
  padding-top: 60px;
}
.body-index .aria-header {
  background: transparent;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  background: #160A71;
  background-size: cover;
}
.index-header {
  position: relative;
}
.index-header h1 {
  color: #fff;
}
.index-header img {
  width: 100%;
}
.index-header {
  overflow: hidden;
  position: relative;
  background: url('../images/bg-index-header.png') no-repeat right bottom #160A71;
  background-size: 100% auto;
  margin-bottom: 32px;
  margin-top: -95px;
}
.index-header .soft-name {
  margin-top: 95px;
  padding: 5%;
}
.index-header img {
  visibility: hidden;
  float: right;
  margin-right: -100%;
}
.mt-20 {
  margin-top: 72px;
}
.index-header .soft-name img {
  width: auto;
}
.index-header .soft-name p {
  font-size: 16px;
  color: #fff;
  margin: 32px 0 32px 0;
  width: 50%;
  line-height: 24px;
}
.index-header .soft-name a.btn {
  border-radius: 8px;
  height: 64px;
  width: 340px;
  text-align: center;
  line-height: 64px;
  background: #fff;
  font-size: 20px;
  color: #12065F;
  display: inline-block;
}
.index-main {
  background: url("../images/bg-main.png") no-repeat center top;
  background-size: cover;
}
.action-container {
  padding: 150px 0;
}
.action-container h1 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 40px;
  margin-top: 80px;
}
.action-container p {
  font-size: 16px;
  color: #333;
  padding-bottom: 24px;
  padding-left: 50px;
  position: relative;
}
.action-container p span {
  background: url("../images/bg-icon.png") repeat-x center top;
  display: inline-block;
  width: 22px;
  height: 22px;
  color: #fff;
  text-align: center;
  margin-right: 16px;
  position: absolute;
  left: 10px;
}
.index-comment {
  background: #d2e2ff url("../images/bg-comment.png") no-repeat center top;
  background-size: cover;
}
.index-comment h3 {
  padding-top: 200px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #265DC1;
}
/* Header example */
.comment .frame ul {
  padding: 100px 0;
}
.comment .frame ul li {
  float: left;
  width: 610px;
  box-sizing: border-box;
  padding: 50px;
  height: 310px;
  background: #fff url("../images/bg-symbol.png") no-repeat 500px 200px;
  color: #3a3c47;
  position: relative;
  border-right: 50px solid #d2e2ff;
  cursor: pointer;
}
.comment .frame ul li .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}
.comment .frame ul li .title.orange {
  color: #E2A24A;
}
.comment .frame ul li .title.violte {
  color: #7F59F1;
}
.comment .frame ul li .title.green {
  color: #5CAF6D;
}
.comment .frame ul li p {
  font-size: 14px;
}
.comment .frame ul li .username {
  position: absolute;
  left: 50px;
  bottom: 50px;
  font-size: 14px;
  color: #666;
}
.comment .frame ul li .username .img-avatar {
  margin-right: 20px;
}
.comment .frame ul li.active {
  background: #fff url("../images/bg-symbol.png") no-repeat 500px 200px;
}
.comment .frame ul li.active p {
  font-weight: bold;
}
.index-footer {
  position: relative;
}
.index-footer img {
  width: 100%;
  display: block;
}
.index-footer .download-footer {
  position: absolute;
  left: 0%;
  top: 40%;
  width: 100%;
}
.index-footer .download-footer h1 {
  font-size: 56px;
  color: #fff;
  text-align: center;
}
.index-footer .download-footer p {
  font-size: 30px;
  color: #fff;
  margin: 32px 0 72px 0;
  text-align: center;
}
.index-footer .download-footer a.btn {
  border-radius: 8px;
  height: 64px;
  width: 340px;
  text-align: center;
  line-height: 64px;
  background: #fff;
  font-size: 20px;
  color: #666;
  display: inline-block;
}
.copy-right {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-top: -48px;
  position: relative;
  z-index: 9;
}
/**
* history.html历史版本
**/
.body-history {
  background: #f9f9f9 url("../images/list-body-bg.png") repeat-x center top;
}
.body-history .aria-header {
  background: transparent;
}
.history-text {
  padding-top: 40px;
  text-align: center;
  color: #fff;
}
.history-text h1 {
  font-size: 42px;
  font-weight: normal;
}
.history-text p {
  font-size: 20px;
  opacity: .7;
  padding-top: 20px;
}
.history-text .form .text {
  height: 64px;
  line-height: 64px;
  width: 60%;
  border: 1px solid #fff;
  border-radius: 6px;
  text-indent: 64px;
  background: #fff url("../images/ic-search.png") no-repeat 30px center;
  font-size: 16px;
}
.history-container {
  background: #fff url("../images/bg-history.png") no-repeat right top;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.13);
  padding: 80px;
  margin-top: 80px !important;
  margin-bottom: 35px !important;
}
.history-container .history-ul {
  background: url("../images/bg-history-line.png") repeat-y 0 top;
  padding-left: 77px;
  color: #333;
}
.history-container .history-ul h3 {
  font-size: 20px;
  font-weight: bold;
}
.history-container .history-ul p {
  line-height: 26px;
}
.history-container .history-ul li {
  padding-bottom: 100px;
  position: relative;
}
.history-container .history-ul li span.dot {
  background: url("../images/bg-history-dot.png") repeat-y 0 top;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: -85px;
  top: 0;
}
/**
* tips-and-tricks-detail.html 用法与技巧详情页
**/
.trick-container {
  background: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.13);
  padding: 85px;
  margin-top: 80px !important;
  margin-bottom: 35px !important;
}
.trick-container .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.trick-container .article {
  padding-top: 85px;
  color: #333;
}
.trick-container .article img {
  margin: 50px auto;
  width: 100%;
}
.trick-container .article p {
  text-indent: 2em;
  font-size: 0.875;
  line-height: 32px;
}
.trick-container .article p.img {
  text-indent: 0;
}
/**
* help.html 帮助中心
**/
.help-container {
  background: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.13);
  padding: 100px 36px 65px;
  margin-top: 80px !important;
  margin-bottom: 35px !important;
}
.help-item {
  padding-bottom: 60px;
  padding-left: 10px;
  box-sizing: border-box;
}
.help-item .img {
  position: relative;
  display: block;
}
.help-item .img img {
  width: 100%;
}
.help-item .img .h3,
.help-item .img .h4 {
  position: absolute;
  left: 24px;
  font-size: 24px;
}
.help-item .img .h3 {
  color: #fff;
  bottom: 60px;
}
.help-item .img .h4 {
  color: #FDEC47;
  bottom: 20px;
}
.help-item .img .logo {
  position: absolute;
  right: 24px;
  top: 32px;
  width: auto;
}
.help-item .artcial-title {
  font-size: 18px;
  color: #333;
  padding: 10px 0px;
  background: url("../images/bg-help-item.png") no-repeat left bottom;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.help-item .describe {
  font-size: 12px;
  color: #999;
  padding: 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/**
* help.html 帮助中心
**/
.tips-container {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  padding: 0 0 0;
  margin-top: 80px !important;
  margin-bottom: 35px !important;
}
.help-ul {
  background: #7098FB;
  padding-top: 40px;
}
.help-ul li {
  padding: 10px 0;
}
.help-ul li a {
  display: block;
  height: 48px;
  line-height: 48px;
  color: #fff;
  padding-left: 36px;
  font-size: 16px;
}
.help-ul li a.active,
.help-ul li a:hover {
  background: #507ADF;
}
.help-article {
  padding: 50px;
}
.help-article li {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
}
.help-article li .title {
  font-size: 24px;
  color: #333;
  padding-bottom: 20px;
  padding-top: 20px;
}
.help-article li .content {
  font-size: 14px;
  line-height: 24px;
}
.tips-h1 {
  font-size: 50px;
  color: #333;
}
.tips-img {
  width: 25%;
}
/*
* login.html
* 登录
*/
.quick-login {
  padding-top: 500px;
}
.quick-login .icon-qq {
  display: inline-block;
  width: 68px;
  height: 68px;
  background: url("../images/icon-qq.png") no-repeat left top;
}
.quick-login .icon-webchat {
  display: inline-block;
  width: 68px;
  height: 68px;
  background: url("../images/icon-webchat.png") no-repeat left top;
}
.quick-login .icon-webo {
  display: inline-block;
  width: 68px;
  height: 68px;
  background: url("../images/icon-webo.png") no-repeat left top;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .body-index {
    /*background: url("@{bg-img}bg-index-header.png") repeat-x center top;
    background-size: contain;*/
    padding-top: 60px;
  }
  .body-index .aria-header {
    background: transparent;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    background: #160A71 url("../images/bg-index-header.png") repeat-x center top;
    background-size: cover;
  }
  .container {
    width: 1650px;
    margin: 0 auto;
  }
  .help-item {
    padding-right: 10px;
  }
}
@media (max-width: 1280px) {
  .body-index {
    /*background: url("@{bg-img}bg-index-header.png") repeat-x center top;
    background-size: contain;*/
    padding-top: 60px;
  }
  .body-index .aria-header {
    background: transparent;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    background: #160A71 url("../images/bg-index-header.png") repeat-x center top;
    background-size: cover;
  }
  .container {
    width: 1120px;
    margin: 0 auto;
  }
  .action-container {
    padding: 100px 20px;
  }
  .action-container img {
    width: 100%;
  }
  .action-container h1 {
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .action-container p {
    padding-bottom: 16px;
  }
  .help-item .img .h3,
  .help-item .img .h4 {
    font-size: 19.2px;
  }
  .help-item .img .logo {
    width: 40px;
    top: 20px;
  }
}
@media (max-width: 1024px) {
  .body-index {
    /*background: url("@{bg-img}bg-index-header.png") repeat-x center top;
    background-size: contain;*/
    padding-top: 60px;
  }
  .body-index .aria-header {
    background: transparent;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    background: #160A71;
    background-size: cover;
  }
  .container {
    width: 90%;
    margin: 0 auto;
  }
  /*首页*/
  .scene .tit img {
    width: 80%;
  }
  .scene img {
    width: 100%;
  }
  .index-footer .download-footer {
    top: 40%;
  }
  .index-footer .download-footer h1 {
    font-size: 32px;
  }
  .index-footer .download-footer p {
    font-size: 20px;
    margin: 32px 0 40px 0;
  }
  .copy-right {
    margin-top: -40px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
  .aria-header .logo {
    text-align: center;
  }
  .aria-header .global-nav .nav-menu {
    text-align: center;
  }
  .aria-header .global-nav .nav-menu a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .aria-footer {
    background: rgba(0, 0, 0, 0.7);
    height: 100px;
    line-height: 100px;
    color: #fff;
    text-align: center;
    font-size: 16px;
  }
  /*帮助中心*/
  .help-container {
    padding: 20px 10px 20px;
    margin-top: 80px !important;
    margin-bottom: 35px !important;
  }
  .help-item {
    padding-bottom: 10px;
  }
  .history-text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .history-text h1 {
    font-size: 21.04px;
  }
  .history-text p {
    font-size: 16px;
    padding-top: 10px;
  }
  .history-text .form .text {
    height: 48px;
    line-height: 48px;
    width: 80%;
  }
  /*历史版本*/
  .history-container {
    padding: 80px 20px;
  }
  .history-container .history-ul {
    padding-left: 37px;
  }
  .history-container .history-ul h3 {
    font-size: 20px;
    font-weight: bold;
  }
  .history-container .history-ul p {
    line-height: 26px;
  }
  .history-container .history-ul li {
    padding-bottom: 20px;
  }
  .history-container .history-ul li span.dot {
    left: -45px;
  }
  /*首页*/
  .scene .tit img {
    width: 80%;
  }
  .scene img {
    width: 100%;
  }
  .action-container {
    padding: 10px 20px;
  }
  .action-container img {
    width: 100%;
  }
  .action-container h1 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .action-container p {
    font-size: 12px;
    padding-bottom: 16px;
  }
  .index-footer .download-footer {
    top: 30%;
  }
  .index-footer .download-footer h1 {
    font-size: 20px;
  }
  .index-footer .download-footer p {
    font-size: 12px;
    margin: 12px 0 20px 0;
  }
  .index-footer .download-footer a.btn {
    border-radius: 4px;
    height: 40px;
    width: 240px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    display: inline-block;
  }
  .copy-right {
    margin-top: -20px;
    font-size: 12px;
  }
}
