@font-face {
  font-family: 'Arial';
  src: url('../font/Arial.ttf');
}
@font-face {
  font-family: 'ArialBold';
  src: url('../font/ArialBold.ttf');
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td,
em,
button,
blockquote {
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

.select_role {
  display: inline !important;
}

.logout_btn {
  display: inline !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th,
ul,
ol {
  padding: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}

em {
  font-style: normal;
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

i {
  font-style: normal;
}

button,
input,
select,
textarea {
  border: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

/* link */

a {
  color: #666;
  text-decoration: none;
  font-size: 12px;
  outline: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

html,
body {
  width: 100%;
  font-size: 100px;
  font-family: 'Arial';
  max-width: none;
  -webkit-touch-callout: none;
  background: #121212;
  /*系统默认菜单被禁用*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -khtml-user-select: none;
  /*早期浏览器*/
  -moz-user-select: none;
  /*火狐*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
}

[v-cloak] {
  display: none;
}

.wrap *,
.wrap *:before,
.wrap *:after {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  font-size: 0.2rem;
  /*ie下隐藏滚动条*/
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.page-device {
  width: 12rem;
  display: flex;
  align-items: center;
  margin: 0.3rem auto 0;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  margin: 0 auto 0.5rem;
}

.page-device button {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.14rem;
  line-height: 0.3rem;
  background: #1d1f24;
  border-radius: 0.04rem;
  border: 1px solid rgba(233, 233, 233, 0.22);
  text-align: center;
  margin: 0 0.05rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}
.page-device button:hover {
  color: #f4dead;
  border: 1px solid #f4dead;
}

#nextPage,
#prePage {
  font-size: 0;
  background: url(../images/icon-left.png) no-repeat center/100% 100%;
}

#nextPage{
  transform: rotate(180deg);
}

#nextPage[disabled],
#prePage[disabled] {
  opacity: 0.2;
}
#nextPage[disabled]:hover,
#prePage[disabled]:hover {
  border: 1px solid rgba(233, 233, 233, 0.22);
}
#firstPage,
#lastPage {
  display: none;
}

.page-device .current {
  color: #f4dead;
  border: 1px solid #f4dead;
}

@keyframes showBottom {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  to {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes showRight {
  0% {
    transform: translateX(1rem);
    opacity: 0;
  }

  to {
    transform: translate(0);
    opacity: 1;
  }
}

@keyframes showLeft {
  0% {
    transform: translateX(-1rem);
    opacity: 0;
  }

  to {
    transform: translate(0);
    opacity: 1;
  }
}

@keyframes showBottom2 {
  0% {
    margin-top: 1rem;
    opacity: 0;
  }

  to {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes showIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes store {
  0% {
    transform: translate(0) rotate(45deg);
  }

  to {
    transform: translate(4.67rem, 1.95rem) rotate(45deg);
  }
}

@keyframes scan {
  0% {
    top: 0;
  }

  50% {
    top: 1.2rem;
  }

  to {
    top: 0;
  }
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(-180deg);
  }
}

@keyframes lineToLeft {
  0% {
    opacity: 1;
    transform: translateX(-100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes lineToRight {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes iconRotate {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(90deg);
  }
}
