* {
  padding: 0;
  margin: 0;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  scrollbar-width: thin; 
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*::-webkit-scrollbar {
  width: 0;
}

i,
em {
  font-style: normal;
}

textarea {
  outline: none;
  border: medium;
}

input {
  box-sizing: border-box;
  outline: none;
  border: none;
  background-color: transparent;
}
input::-webkit-input-placeholder{
  font-size: 15px;
}
input::-ms-clear,input::-ms-reveal{
  display: none;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

img {
  vertical-align: middle;
  object-fit: cover;
}

a {
  text-decoration: none;
  color: black;
}

li {
  list-style: none;
}



@media screen and (min-width: 520px) {
  .mb {
    display: none!important;
  }
}
@media screen and (max-width: 520px) {
  .pc {
    display: none!important;
  }
}

.t1-enter-active,
.t1-leave-acrive
 {
  transition: all 0.5s;
}

.t1-enter-from,
.t1-leave-to {
  opacity: 0;
  filter: blur(1px);
}