/* 字体 */
@font-face {
  font-family: "Roboto-Bold";
  src: url(./../fonts/Roboto-Bold.ttf);
  font-weight: normal;
  font-style: normal;
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* 整体样式 */
::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
html {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
html,
body {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-family: "Arial";
  margin: 0;
  padding: 0;
  color: #000000;
  background-color: #ffffff;
}
@media (max-width: 1280px) {
  html,
  body {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  html,
  body {
    font-size: 12px;
  }
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* 屏幕划分 */
@media (max-width: 1600px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 768px) {
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* 样式重置 */
* {
  margin: 0;
  padding: 0;
}
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style-type: none;
}
a {
  color: #333333;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #333333;
  text-decoration: none;
}
s,
i,
em {
  font-style: normal;
  text-decoration: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
table {
  border-collapse: collapse;
}
a,
button,
input,
optgroup,
select,
textarea,
div {
  -webkit-tap-highlight-color: transparent;
  outline: none !important;
}
fieldset,
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline: 0;
  outline-style: none;
  font-size: 12px;
  font-family: "Arial" !important;
  resize: none;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* 页面常用样式 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.al {
  text-align: left;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
[v-cloak] {
  display: none;
}
