* {
  margin: 0;
  padding: 0;
  border: none;
}
html,
body {
  width: 100%;
  height: 100%;
  max-width: 750px;
  margin: 0 auto;
  font-size: 0.32rem;
  font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', 'Helvetica', 'Arial', 'Microsoft YaHei', '微软雅黑', 'STHeitiSC-Light', 'simsun', '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', 'sans-serif';
}
html {
  font-size: 50px;
}
img {
  display: block;
}
.loading-all {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 500;
  background-color: #ffffff;
}
.loading-all .text {
  color: #060606;
  font-size: 0.28rem;
  margin-top: 0.41rem;
}
.loading-all .dot1 {
  width: 0.32rem;
  height: 0.64rem;
  position: relative;
  animation: v-dotRotate 2s linear 0s infinite;
  animation-fill-mode: forwards;
}
.loading-all .dot1 .dot2 {
  animation: v-dotBounce 2s linear 0s infinite;
  animation-fill-mode: forwards;
}
.loading-all .dot1 .dot3 {
  animation: v-dotBounce 2s linear -1s infinite;
  animation-fill-mode: forwards;
}
.loading-all .dot1 .dot {
  width: 0.32rem;
  height: 0.32rem;
  background-image: linear-gradient(0deg, #f94c3e 0%, #fd8b58 100%), linear-gradient(#000000, #000000);
  border-radius: 50%;
}
@keyframes v-dotRotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes v-dotBounce {
  0%,
  to {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.loading-all.show {
  display: flex;
  animation: oin 0.2s;
}
.loading-all.hide {
  display: flex;
  animation: oout 0.2s;
}
@keyframes oin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes oout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.toastBox {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.2rem;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.15rem;
  line-height: 1;
  text-align: center;
  animation: fadein 0.2s cubic-bezier(0.42, 0, 0.74, 1.39);
}
.fadeOut {
  animation: fadeout 0.2s ease;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.7);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.7);
  }
}
#app {
  width: 7.5rem;
}
a {
  text-decoration: none;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.huxi {
  animation: scale 0.8s linear infinite alternate;
}
.tabbar {
  position: fixed;
  width: 7.5rem;
  height: 1.08rem;
  z-index: 400;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background-color: #fefefe;
  display: flex;
  padding: 0 0.8rem;
  box-sizing: border-box;
  justify-content: space-between;
  border-top: 1px solid #ebebeb;
}
.tabbar .bar {
  width: 1.2rem;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.tabbar .bar img {
  margin: 0 auto;
  width: 0.39rem;
}
.tabbar .bar span {
  margin-top: 0.06rem;
  color: #979797;
  font-size: 0.26rem;
}
.tabbar .bar.active span {
  color: #f3543b;
  font-weight: 600;
}
.ophide {
  opacity: 0;
}
.main .pub-head {
  display: flex;
  height: 0.66rem;
  padding: 0.3rem 0.3rem;
  align-items: center;
  justify-content: space-between;
}
.main .pub-head .title-img {
  width: 2.66rem;
}
.main .pub-head .search {
  width: 3.84rem;
  height: 0.66rem;
  border-radius: 0.33rem;
  box-sizing: border-box;
  background-color: #e4e4e4;
  outline: none;
  padding: 0 0 0 0.25rem;
  font-size: 0.28rem;
  background-image: url(http://admin.cdn.itwlw.com/admin/tool/1710321931QyWkT.png);
  background-size: 0.26rem 0.28rem;
  background-repeat: no-repeat;
  background-position: 3.35rem center;
  padding-right: 0.6rem;
}
@keyframes login {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes logout {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes modelin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modelout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.dialog-mine.show {
  display: flex;
}
.dialog-mine.show .content {
  animation: login 0.3s;
}
.dialog-mine.show .model {
  animation: modelin 0.3s;
}
.dialog-mine.hide {
  display: flex;
}
.dialog-mine.hide .content {
  animation: logout 0.3s;
}
.dialog-mine.hide .model {
  animation: modelout 0.3s;
}
.dialog-mine {
  width: 7.5rem;
  height: 100vh;
  position: fixed;
  z-index: 555;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
}
.dialog-mine .model {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.dialog-mine .content {
  position: relative;
  width: 6.8rem;
  background-color: #ffffff;
  border-radius: 0.2rem;
  text-align: center;
  padding-top: 0.6rem;
  padding-bottom: 0.7rem;
}
.dialog-mine .content .title {
  font-size: 0.4rem;
  font-weight: 700;
  margin: 0 0.5rem;
}
.dialog-mine .content .desc {
  margin: 0 0.5rem;
  font-size: 0.3rem;
  color: #707070;
  margin-top: 0.2rem;
}
.dialog-mine .content .btn {
  width: 5.56rem;
  height: 0.98rem;
  line-height: 0.98rem;
  text-align: center;
  border-radius: 0.49rem;
  margin-top: 0.3rem;
  font-size: 0.31rem;
  outline: none;
  border: none;
}
.dialog-mine .content .btn1 {
  color: #ffffff;
  background-image: linear-gradient(0deg, #f94c3e 0%, #fd8b58 100%), linear-gradient(#ff6b3e, #ff6b3e);
}
.dialog-mine .content .btn2 {
  border: 1px solid #f95523;
  background-color: #ffffff;
  color: #f95523;
}
.dialog-mine .content .info-img {
  width: 2.75rem;
  margin: 0.4rem auto 0;
}
.dialog-mine .content .close {
  position: absolute;
  width: 0.28rem;
  height: 0.28rem;
  right: 0.2rem;
  top: 0.2rem;
}
.load-center.show {
  display: flex;
  animation: modelin 0.1s;
}
.load-center.hide {
  display: flex;
  animation: modelout 0.1s;
}
.load-center {
  position: fixed;
  width: 2.4rem;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.2rem;
  padding: 0.2rem;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.load-center .desc {
  color: #ffffff;
  font-size: 0.28rem;
  margin-top: 0.3rem;
}
.load-center .content {
  display: flex;
}
.load-center .content .point {
  width: 0.2rem;
  height: 0.2rem;
  background: linear-gradient(to right, #fd8b58, #f94c3e);
  border-radius: 50%;
  margin: 0 0.05rem;
  animation: v-beatStretchDelay 0.7s linear infinite;
  animation-fill-mode: both;
}
.load-center .content .point1 {
  animation-delay: 0.35s;
}
@keyframes v-beatStretchDelay {
  50% {
    transform: scale(0.75);
    -webkit-opacity: 0.2;
    opacity: 0.2;
  }
  to {
    transform: scale(1);
    -webkit-opacity: 1;
    opacity: 1;
  }
}
@keyframes trIn {
  0% {
    opacity: 0;
    transform: translateX(10px);
    display: none;
  }
  1% {
    display: flex;
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes trIn1 {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.trin {
  animation: trIn 0.3s;
}
.trin1 {
  animation: trIn1 0.3s;
}
