@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0 !important;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

q:after,
q:before {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  /*vertical-align: text-top;*/
}

sub {
  vertical-align: text-bottom;
}

input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

button,
input,
select {
  outline: medium none;
  vertical-align: middle;
}

input {
  -webkit-appearance: none;
}

legend {
  color: #000;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body,
html {
  width: 100%;
  font-family: "Microsoft YaHei", Helvetica;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  text-align: left;
}

a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}

.clear {
  clear: both;
}

.tc {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #CCCCCC;
  font-weight: 100;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #CCCCCC;
  font-weight: 100;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #CCCCCC;
  font-weight: 100;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #CCCCCC;
  font-weight: 100;
}

/*媒体查询*/

@media screen and (min-width: 212px) and (max-width: 318px) {
  html {
    font-size: 28.4px;
  }
}

@media screen and (min-width: 319px) and (max-width: 358px) {
  html {
    font-size: 42.665px;
  }
}

@media screen and (min-width: 359px)and (max-width: 373px) {
  html {
    font-size: 48px;
  }
}

@media screen and (min-width: 374px)and (max-width: 382px) {
  html {
    font-size: 50px;
  }
}

@media screen and (min-width: 383px) and (max-width: 398px) {
  html {
    font-size: 51.2px;
  }
}

@media screen and (min-width: 399px) and (max-width: 413px) {
  html {
    font-size: 53.335px;
  }
}

@media screen and (min-width: 414px) and (max-width: 422px) {
  html {
    font-size: 55.34px;
  }
}

@media screen and (min-width: 423px) and (max-width: 478px) {
  html {
    font-size: 56.54px;
  }
}

@media screen and (min-width: 479px) and (max-width: 538px) {
  html {
    font-size: 64px;
  }
}

@media screen and (min-width: 539px) and (max-width: 638px) {
  html {
    font-size: 72px;
  }
}

@media screen and (min-width: 639px) and (max-width: 768px) {
  html {
    font-size: 85.34px;
  }
}

[v-clock] {
  display: none;
}

/*清除浮动*/

.clear-float::after {
  content: '';
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.overHidden1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overHidden2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.overHidden3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.color999 {
  color: #999999;
}

.color333 {
  color: #333333;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

a {
  color: #333;
}

a,
a:hover {
  text-decoration: none;
}

a {
  /*清除超链接的下划线*/
  text-decoration: none;
  /*设置超链接颜色*/
  color: #141414;
}

ol,
ul {
  /*清除黑点*/
  list-style: none;
}

[v-cloak]{
  display: none;
}