
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  font-family: "microsoft yahei";
  width: 100%;
  padding: 0; 
  margin: 0 auto; 
  overflow-x: hidden;
  user-select: none;
}
html {
  height: 100%;
  overflow-y: scroll;
}

a {
  text-decoration: none;
}
img {
  vertical-align: middle;
  border-style: none;
  outline-style: none;
}
ul,
li {
  list-style: none;
}
input {
  border: none;
  outline: none;
}
button {
  border: none;
  outline-style: none;
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
textarea {
  outline-style: none;
  border: none;
  resize: none;
}
table {
  border-collapse: collapse;
}
s,
i,
em {
  font-style: normal;
  text-decoration: none;
}

.row {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

 
 .o0 {
  opacity: 0;
}
.o1 {
  opacity: 1;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite; 
} 

.box{
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
} 

@media (min-aspect-ratio: 10/16) and (min-width: 768px) {
  .box {
    width: 10rem;
    margin: 0 auto;
  }
}
@media  (min-width: 300px){
  .box {
    width: 10rem;
  }
}

@media (max-width: 319px) {
  html {
    width: 320px;
    font-size: 16px !important;
    overflow-x: auto;
  }
}
@media (max-height: 568px) {
  html {
    height: 568px;
    overflow-y: auto;
  }
}

.h5_show .edit:hover {
  cursor: all-scroll;
  outline: 2px solid #1491fc;
}

