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,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* custom */
a {
  color: #7e8c8d;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}

li {
  list-style: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*显示省略号*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body {
  font-size: 24px;
}

html,
body,
#app {
  font-family: Arial, '微软雅黑';
  height: 100%;
  margin: 0;
  padding: 0;
}

.Left {
  float: left;
}

.Right {
  float: right;
}

.clearfloat:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
}
.clearfloat {
  zoom: 1;
}

.container {
  width: 1200px;
  /* width: 80%;
  max-width: 1200px; */
  margin: 0 auto;
  position: relative;
}

button {
  border: none;
  background-color: transparent;
  outline: none;
}

/* @media (min-width: 320px) and (max-width: 338px) {
  html {
    font-size: 8px;
  }
}
@media (min-width: 339px) and (max-width: 374px) {
  html {
    font-size: 9px;
  }
}
@media (min-width: 375px) and (max-width: 410px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 411px) and (max-width: 446px) {
  html {
    font-size: 11px;
  }
}
@media (min-width: 447px) and (max-width: 482px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 483px) and (max-width: 518px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 519px) and (max-width: 554px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 555px) and (max-width: 590px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 591px) and (max-width: 626px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 627px) and (max-width: 662px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 663px) and (max-width: 698px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 699px) and (max-width: 734px) {
  html {
    font-size: 19px;
  }
}
@media (min-width: 735px) and (max-width: 770px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 771px) and (max-width: 806px) {
  html {
    font-size: 21px;
  }
}
@media (min-width: 807px) and (max-width: 842px) {
  html {
    font-size: 22px;
  }
}
@media (min-width: 843px) and (max-width: 878px) {
  html {
    font-size: 23px;
  }
}
@media (min-width: 879px) and (max-width: 914px) {
  html {
    font-size: 24px;
  }
}
@media (min-width: 915px) and (max-width: 950px) {
  html {
    font-size: 25px;
  }
}
@media (min-width: 951px) and (max-width: 986px) {
  html {
    font-size: 26px;
  }
}
@media (min-width: 987px) and (max-width: 1024px) {
  html {
    font-size: 27px;
  }
}
 */

/*@media (min-width: 0) and (max-width: 670px) {*/
/*  html {*/
/*    font-size: 10px;*/
/*  }*/
/*}*/

/*@media (min-width: 670px) and (max-width: 767px) {*/
/*  html {*/
/*    font-size: 12px;*/
/*  }*/
/*}*/

 @media (max-width: 767px) {
  html {
    font-size: 12px;
  }
} 
@media (min-width: 768px) and (max-width: 1023px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 18px;
  }
}
