html,
body {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
}
body,
tr,
td,
textarea,
input,
select,
button {
  font-size: 0.24rem;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover,
a:link,
a:visited {
  cursor: pointer;
  text-decoration: none;
}
dl,
dd,
dt,
h1 {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h2,
p,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: unset;
}
li {
  list-style: none;
}
form {
  margin: 0;
  padding: 0;
}
input {
  margin: 0;
  padding: 0;
}
select {
  vertical-align: middle;
}
input.checkbox {
  cursor: pointer;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.FX_R {
  display: flex;
  flex-direction: row;
}
.FX_RC {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.FX_RL {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.FX_RR {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.FX_RB {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.FX_C {
  display: flex;
  flex-direction: column;
}
.FX_CC {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.FX_AC {
  align-items: center;
}
.FX_CA {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.FX_CB {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.FX_shrink0 {
  flex-shrink: 0;
}
.G_no_sel {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
/* flex-wrap: wrap; */
/* flex-grow:1; */
/* align-items: center; */
/*  flex-wrap:wrap; */
/* flex-shrink:0;*/
.nopointer {
  pointer-events: none;
}
.bboxfix {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.cuttext {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.middle {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
}
.center {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
}
.middcent {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.clearfb {
  max-height: 999999px;
}
.fsizehack {
  height: 100%;
}
.img100 {
  width: 100%;
  display: block;
}
.imgall100 {
  width: 100%;
  height: 100%;
  display: block;
}
body {
  font-size: 0.24rem;
  margin: 0;
  padding: 0;
  position: relative;
  background: #FFF;
  color: #000;
  overflow: hidden;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, sans-serif;
}
/* 提示框 */
.la-line-spin-clockwise-fade,
.la-line-spin-clockwise-fade > div {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.la-line-spin-clockwise-fade {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-line-spin-clockwise-fade.la-dark {
  color: #333;
}
.la-line-spin-clockwise-fade > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-line-spin-clockwise-fade {
  width: 32px;
  height: 32px;
}
.la-line-spin-clockwise-fade > div {
  position: absolute;
  width: 2px;
  height: 10px;
  margin: 2px;
  margin-top: -5px;
  margin-left: -1px;
  border-radius: 0;
  -webkit-animation: line-spin-clockwise-fade 1s infinite ease-in-out;
  animation: line-spin-clockwise-fade 1s infinite ease-in-out;
}
.la-line-spin-clockwise-fade > div:nth-child(1) {
  top: 15%;
  left: 50%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -0.875s;
  animation-delay: -0.875s;
}
.la-line-spin-clockwise-fade > div:nth-child(2) {
  top: 25.25126266%;
  left: 74.74873734%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.la-line-spin-clockwise-fade > div:nth-child(3) {
  top: 50%;
  left: 85%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
}
.la-line-spin-clockwise-fade > div:nth-child(4) {
  top: 74.74873734%;
  left: 74.74873734%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.la-line-spin-clockwise-fade > div:nth-child(5) {
  top: 85%;
  left: 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.375s;
  animation-delay: -0.375s;
}
.la-line-spin-clockwise-fade > div:nth-child(6) {
  top: 74.74873699%;
  left: 25.25126272%;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.la-line-spin-clockwise-fade > div:nth-child(7) {
  top: 49.99998062%;
  left: 15.00000398%;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.125s;
  animation-delay: -0.125s;
}
.la-line-spin-clockwise-fade > div:nth-child(8) {
  top: 25.25069498%;
  left: 25.25139893%;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
/*
 * Animation
 */
@-webkit-keyframes line-spin-clockwise-fade {
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes line-spin-clockwise-fade {
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes line-spin-clockwise-fade {
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes line-spin-clockwise-fade {
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
#loadtip {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 2000;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#loadtip > div {
  display: none;
}
#loadtip span {
  line-height: 0.4rem;
  position: absolute;
  top: 70%;
  border-radius: 30px;
  background: rgba(96, 1, 1, 0.8);
  color: #F6E887;
  font-size: 0.24rem;
  text-align: center;
  padding: 0.1rem 8%;
  white-space: nowrap;
  max-width: 76%;
}
#loadtip.loading {
  background: transparent;
}
#loadtip.loading > div {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  display: block;
  width: 1rem;
  height: 1rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
#loadtip.loading > div > .la-line-spin-clockwise-fade {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0.1rem auto;
}
#loadtip.loading > div > .la-line-spin-clockwise-fade > div {
  width: 0.04rem;
  height: 0.2rem;
  margin-top: -0.1rem;
  margin-left: -0.02rem;
}
#loadtip.loading > span {
  display: none;
}
#loadtip.loadingtxt > div {
  height: 1.4rem;
  width: auto;
}
#loadtip.loadingtxt > div p {
  line-height: 0.4rem;
  text-align: center;
  height: 0.4rem;
  width: 100%;
  color: #FFF;
  padding: 0 0.2rem;
}
/* 横屏提示 */
.horizontal_k {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2000;
  background: #FFF;
  display: none;
  left: 0;
  top: 0;
}
.horizontal_k img {
  width: 1.22rem;
}
#myaudio {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 0;
}
.audiocontrol {
  position: fixed;
  top: 0.22rem;
  width: 0.7rem;
  left: 0.22rem;
  z-index: 500;
  display: block;
}
.audiocontrol img {
  width: 100%;
}
.audiocontrol .play {
  display: none;
}
/*针对小屏调整*/
.G_btn.ani {
  animation: btndown1 0.3s ease forwards;
}
.G_btnani img {
  animation: huxi 2s ease infinite;
  transform-origin: center center;
}
.G_btnani.ani {
  animation: btndown1 0.3s ease forwards;
}
/*动画*/
@keyframes btndown1 {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(0.02rem) scale(0.98);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@keyframes huxi {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(0.05rem) scale(0.95);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
#bottom_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
#bottom_nav .kuang {
  width: 100%;
  height: 1.3rem;
  padding: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FEFEFE;
  border-radius: 0.24rem 0.24rem 0 0;
  box-shadow: 0 -0.1rem 0.1rem 0 rgba(0, 0, 0, 0.1);
}
#bottom_nav .kuang .nav {
  width: 19%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #91919E;
  font-size: 0.34rem;
}
#bottom_nav .kuang .nav.on {
  font-weight: bold;
  color: #000;
}
#bottom_nav .kuang .post {
  width: 24%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#bottom_nav .kuang .post img {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
}
.pageloading {
  width: 100%;
  text-align: center;
  height: 16.5rem;
  position: fixed;
  left: 0;
  z-index: 1100;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.pageloading .container {
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  background-color: #FFF;
}
.pageloading .container .bg {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.pageloading .container .num {
  font-size: 0.3rem;
}
.pageloading .container .cont .logo {
  width: 3.73rem;
  animation: huxi 0.4s ease infinite;
  transform-origin: center center;
}
.pageloading .container .cont p {
  font-size: 0.3824rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.023rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageloading .container .cont p img {
  width: 2.07rem;
}
#account_login {
  width: 100%;
  position: absolute;
  z-index: 1200;
  display: none;
}
#account_login .code {
  width: 5rem;
  height: 1rem;
  margin: 0 auto;
  display: block;
  font-size: 0.34rem;
  font-weight: bold;
  text-align: center;
  border: #000 1px solid;
  border-radius: 0.2rem;
  margin-bottom: 0.5rem;
}
#account_login .code:focus::placeholder {
  color: #FFFFFF;
}
#account_login button {
  font-size: 0.3rem;
  padding: 0.1rem 0.5rem;
  margin: 0 auto;
  display: block;
  font-weight: bold;
}
.date-selectors {
  display: flex;
  height: 0.5rem;
}
.date-selectors select {
  width: 36%;
  height: 100%;
  font-size: 0.3rem;
  text-align: right;
  margin-right: 0.1rem;
  border: #A8A8A8 0.02rem solid;
  border-radius: 0.1rem;
  color: #000000;
}
.date-selectors select:nth-child(2) {
  width: 27%;
}
.date-selectors select:nth-child(3) {
  width: 27%;
}
.G_btn_def {
  font-size: 0.3rem;
  padding: 0.15rem 0.6rem;
  display: block;
  font-weight: bold;
  appearance: none;
  background: #EFEFEF;
  border: #A8A8A8 0.02rem solid;
  border-radius: 0.1rem;
  color: #000000;
}
/*# sourceMappingURL=./m_com.css.map */