div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

body{
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

.counter_block {
  height: 100%;
}
.counter_cont{
  padding: 0.2rem .25rem .25rem;
  background: #fff;
}
.counter_cont.active{
  padding: 0.25rem;
}
.logo_block{
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: .25rem;
  background: #494949;
  z-index: 999;
}
.logo_cont{
  display: flex;
  align-items: center;
}
.logo_cont img{
  width: .8rem;
  height: .8rem;
}
.logo_cont .logo_text{
  margin-left: .25rem;
  color: #fff;
  font-size: .2rem;
}
.logo_cont .logo_text p:first-child{
  font-weight: 700;
  font-size: .35rem;
}
.btns{
  display: flex;
  align-items: center;
  color: #fff;
}
.btns .iconfont{
  margin-left: 0.2rem;
  font-size: 0.3rem;
}
.btn{
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  box-shadow: 0 2px 0 rgba(0,0,0,.015);
  cursor: pointer;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 4px 15px;
  font-size: 14px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  color: #fff;
  background: #e60012;
  border-color: #e60012;
  outline: 0;
  margin: 0;
}
.title{
  color: #000;
  font-weight: 700;
  font-size: .33rem;
  line-height: 1.5;
}
.content{
  margin-top: .2rem;
  color: #666;
  font-size: .26rem;
  line-height: 1.5;
}
.content img{
  width: 100%;
}
.footer{
  height: 40px;
  line-height: 40px;
  background: #FEF2F3;
  font-size: .3rem;
  text-align: center;
}
.footer a{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E60012;
  text-decoration: none;
  cursor: pointer;
}
.footer i{
  transform: rotate(90deg);
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.loading{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1999;
}
.loading-cont{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 15px;
  border-radius: 7px;
  background-clip: padding-box;
  color: #fff;
  background-color: rgba(58, 58, 58, 0.9);
  font-size: 15px;
  line-height: 20px;
}
.svg{
  margin: 0;
  width: 32px;
  height: 32px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../image/loading.svg');
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  animation: spinner-anime 1s linear infinite;
}
@keyframes spinner-anime {
  100% {
    transform: rotate(360deg);
  }
}
.svg-text{
  display: inline-block;
  position: relative;
  top: 4px;
}
.am-toast {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 1999;
  font-size: 14px;
  text-align: center;
}
.am-toast.am-toast-mask {
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  transform: translateZ(1px);
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon {
  border-radius: 5px;
  padding: 15px 15px;
}
.am-toast-notice-content .am-toast-text {
  min-width: 60px;
  border-radius: 3px;
  color: #fff;
  background-color: rgba(58, 58, 58, 0.9);
  line-height: 1.5;
  padding: 9px 15px;
}
.am-icon {
  fill: currentColor;
  background-size: cover;
  width: 22px;
  height: 22px;
}
.am-icon-lg {
  width: 36px;
  height: 36px;
}
svg:not(:root) {
  overflow: hidden;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon .am-toast-text-info {
  margin-top: 6px;
}
.ant-avatar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0,0,0,.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #ccc;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
}
.ant-avatar-image {
  background: 0 0;
}
.ant-avatar>img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.create-by{
  display: flex;
  align-items: center;
  margin: .25rem 0;
}
.create-by-user{
  margin: 0 .2rem;
  color: #000000;
  font-size: .2rem;
}
.create-by-time{
  color: #B8B8B8;
  font-size: .2rem;
}
