html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

[v-cloak] {
  display: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  background: #fff;
  color: rgba(37, 37, 37, 1);
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration:none
}

/* a:link 超链接的默认样式 */
a:link {
  color: #409eff;
}

a:visited {
  color: #409eff;
}

/* a:hover 鼠标处于鼠标悬停状态的链接样式 */
a:hover {
  color: #409eff;
}

/* a:active 当鼠标左键按下时，被激活（就是鼠标按下去那一瞬间）的链接样式。  */
a:active {
  color: #409eff;
}

.page-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: rgba(37, 37, 37, 1);
  padding: 24px 16px;
  display: block;
  line-height: 24px;
  position: relative;
}

.class-list {
  list-style-type: none;
  padding: 0 16px 32px;
}

.item-title {
  margin-top: 10px;
  font-size: 13px;
  line-height: 24px;
  font-weight: bold;
  text-indent: 16px;
}

.item-desc {
  font-size: 13px;
  line-height: 24px;
  text-indent: 16px;
  word-break: break-all;
}

.item-desc p {
  margin-top: 5px;
}

.page-content {
  margin: 10px 16px 0;
}

.table {
  border-collapse: collapse;
  border: none;
}

.table td,
.table th {
  padding: 5px 0;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}

.table th {
  font-weight: bold;
}

.table th:nth-child(1),
.table th:nth-child(2),
.table th:nth-child(3) {
  width: 13%;
}

.table td:last-child {
  font-weight: bold;
}

/**  隐私政策  **/
.pb-date {
  padding: 6px 16px;
  font-weight: bold;
  text-align: right;
  text-indent: 0;
  font-size: 13px;
}

.section-title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}
h4.section-title {
  margin-top: 15px;
  font-size: 14px;
}

.section-content {
  margin: 5px 0;
  font-size: 13px;
  line-height: 24px;
  text-align: justify;
  text-indent: 26px;
}

strong {
  font-weight: bold;
}