@charset "UTF-8";
/**
 * 标签样式重置
 */
/**
 * 公用变量
 */
/*
盒子阴影
@right_left 右边阴影为正数 左边负数
@bottom_top 下边阴影为正数 上边负数
@box  阴影大小
@box_color 阴影颜色
*/
/*
文字阴影,可以指定多组阴影
@right_left1 右边阴影为正数 左边负数
@bottom_top1 下边阴影为正数 上边负数
@text  阴影大小
@text_color 阴影颜色
*/
body {
  padding-right: 0 !important;
}
body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
table,
th,
td,
menu {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
div {
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
ul,
ol,
menu {
  list-style: none;
}
fieldset,
img {
  border: none;
}
img,
object,
select,
input,
textarea,
button {
  vertical-align: middle;
}
input,
textarea,
select,
address,
caption,
cite,
code,
dfn,
em,
i,
b,
strong,
small,
th,
var,
abbr {
  font-size: 100%;
  font-style: normal;
}
caption,
th {
  text-align: left;
}
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
}
code,
kbd,
pre,
samp,
tt {
  font-family: Consolas, "Courier New", Courier, monospace;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  font-size: 12px;
  color: #555;
  text-decoration: none;
  cursor: pointer;
}
a.link {
  color: #3178e2;
  text-decoration: none;
  cursor: pointer;
}
a.link:link,
a.link:visited,
a.link:active {
  color: #3178e2;
}
a.link:hover,
a.link:focus {
  color: #de3031;
  text-decoration: underline;
  outline: none;
}
a:link,
a:visited,
a:active {
  color: #222;
}
a:hover,
a:focus {
  color: #222;
  text-decoration: none;
  outline: none;
}
a,
a span,
a i,
a em,
a u,
a strong,
a b,
a p,
a img,
a ul,
a li,
a div,
a dd,
a dt,
a dl,
a ol,
a table,
a th,
a td,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
a input,
a textarea,
a button,
a small,
a select {
  cursor: pointer;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
table th,
table td {
  font-size: 14px;
}
abbr[title],
acronym[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
html {
  min-height: 100%;
  min-width: 1200px;
}
body {
  font-size: 14px;
  color: #555;
  line-height: 2;
  height: 100%;
}
body,
button,
input,
select,
textarea {
  font-family: tahoma, Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1";
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
hr {
  border: none;
  height: 1px;
  background: #d4d4d4;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
.mt15 {
  margin-top: 15px;
}
.ml15 {
  margin-left: 15px;
}
.cf:before,
.cf:after,
.web:before,
.web:after,
.web_:before,
.web_:after {
  content: "";
  display: table;
}
.cf:after,
.web:after,
.web_:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.web {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.web_ {
  min-width: 1200px;
  width: 100%;
  zoom: 1;
}
.block {
  display: block;
}
.none {
  display: none;
}
.clear {
  clear: both;
}
.flex-box {
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  align-items: center;
}
.flex {
  flex: 1;
}
.bg {
  background-color: rgb(48, 65, 86);
  /*box-shadow: 0 4px 12px 0 rgb(0, 0, 0);*/
}
.col-w {
  background-color: #ffffff;
}
[v-cloak] {
  display: none!important;
}
iframe {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
template {
  display: none;
}
