*,
*:before,
*:after {
  box-sizing: inherit;
}
html,
body,
div,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  outline: none;
}
button {
  font-family: "microsoft yahei", Arial;
  outline: 0;
  cursor: pointer;
  font-size: 0.26rem;
  border: none;
}
button,
input[type=button],
input[type=date],
input[type=number],
input[type=password],
input[type=reset],
input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none;
  border: none;
  background: 0 0;
}
.main_body {
  max-width: 768px;
  margin: 0 auto;
  background-color: #f0f0f0;
  padding-bottom: 0.1rem;
}
.main_body .header {
  width: 100%;
  margin: auto;
  background-color: #f0f0f0;
}
.main_body .header .top_container {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  background: linear-gradient(to bottom, #FC9990, #F0F0F0);
  padding: 0.15rem 0.1rem 0;
}
.main_body .header .top_container .scroll-container {
  width: 100%;
  height: 0.4rem;
  display: flex;
  align-items: center;
  margin: 0.1rem 0;
  overflow: hidden;
}
.main_body .header .top_container .scroll-container .toutiao_img {
  width: 0.42rem;
  height: 0.2rem;
  margin-right: 0.12rem;
}
.main_body .header .top_container .scroll-container .gdtxt .swiper-wrapper .swiper-slide {
  font-size: 0.12rem;
  color: #666666;
  font-weight: normal;
}
.main_body .header .top_container .scroll-container .gdtxt .swiper-wrapper .swiper-slide font {
  color: red;
  font-weight: bold;
}
.main_body .header .top_container .menu_container {
  height: 0.8rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.main_body .header .top_container .menu_container .menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_body .header .top_container .menu_container .menu-item .menu-img {
  width: 0.48rem;
  height: 0.48rem;
}
.main_body .header .top_container .menu_container .menu-item .menu-text {
  color: #333;
  font-size: 0.12rem;
  line-height: 0.24rem;
}
.main_body .middle_container {
  margin-top: 0.1rem;
  padding: 0 0.15rem;
}
.main_body .middle_container .title {
  font-size: 0.14rem;
  color: #333;
  display: flex;
  margin-bottom: 0.1rem;
}
.main_body .middle_container .title .hot_img {
  width: 0.48rem;
  height: 0.26rem;
}
.main_body .middle_container .middle-content {
  width: 100%;
  padding-bottom: 0.15rem;
  background: #ffffff;
  border-radius: 8px;
}
.main_body .middle_container .middle-content .data-detail {
  width: 100%;
  height: 1.13rem;
  position: relative;
}
.main_body .middle_container .middle-content .data-detail .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main_body .middle_container .middle-content .data-detail .data-detail-number {
  position: absolute;
  top: 0.3rem;
  left: 0.38rem;
  color: #333;
  font-size: 0.14rem;
}
.main_body .middle_container .middle-content .data-detail .data-detail-number .highlight-text {
  width: 65px;
  color: #ff4c3b;
  font-size: 20px;
  text-align: right;
  display: inline-block;
}
.main_body .middle_container .middle-content .data-detail .buttons {
  width: 100%;
  text-align: center;
  padding: 0.2rem 0;
}
.main_body .middle_container .middle-content .data-detail .buttons button {
  width: 2.25rem;
  height: 0.62rem;
  background: url(../img/de49a3_450x124.png) center no-repeat;
  background-size: 2.25rem 0.62rem;
  -webkit-animation: myfirst 1s infinite;
  animation: myfirst 1s infinite;
}
.main_body .middle_container .middle-content .data-detail .gift-img {
  width: 1.18rem;
  height: 1.18rem;
  position: absolute;
  top: 0;
  right: 0.16rem;
}
.main_body .middle_container .middle-content .middle-image-box {
  padding: 0 0.16rem;
  display: flex;
  flex-wrap: wrap;
}
.main_body .middle_container .middle-container {
  box-sizing: border-box;
  padding: 0 0.15rem;
  margin-top: 0.2rem;
}
.main_body .middle_container .middle-container .title {
  font-size: 0.16rem;
  color: #333;
  display: flex;
  margin-bottom: 0.1rem;
}
.main_body .middle_container .middle-container .comment-item {
  box-sizing: border-box;
  padding: 0.16rem;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 0.1rem;
}
.main_body .middle_container .middle-container .comment-item .top-comment-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.main_body .middle_container .middle-container .comment-item .top-comment-info .userinfo {
  display: flex;
}
.main_body .middle_container .middle-container .comment-item .top-comment-info .userinfo .avatar {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  margin-right: 0.08rem;
}
.main_body .middle_container .middle-container .comment-item .top-comment-info .userinfo .userinfo-right .name {
  font-size: 0.14rem;
  color: #333;
}
.main_body .middle_container .middle-container .comment-item .top-comment-info .userinfo .userinfo-right .time {
  font-size: 12px;
  color: #999;
}
.main_body .middle_container .middle-container .comment-item .top-comment-info .comment-info {
  display: flex;
  font-size: 12px;
  color: #999;
}
.main_body .middle_container .middle-container .comment-item .top-comment-info .comment-info .like-info {
  display: flex;
  align-items: center;
}
.main_body .middle_container .middle-container .comment-item .top-comment-info .comment-info .like-info .like-img {
  width: 0.16rem;
  height: 0.16rem;
}
.main_body .middle_container .middle-container .comment-item .comment-content {
  color: #666;
  font-size: 0.14rem;
  margin: 0.1rem 0;
}
.main_body .middle_container .middle-container .comment-item .reply-content {
  padding: 0.1rem;
  box-sizing: border-box;
  background: #F5F5F5;
}
.main_body .middle_container .middle-container .comment-item .reply-content .replay-item {
  margin-bottom: 0.08rem;
  font-size: 0.12rem;
}
.main_body .middle_container .middle-container .comment-item .reply-content .replay-item .left-label {
  color: #333;
}
.main_body .middle_container .middle-container .comment-item .reply-content .replay-item .replay-text {
  color: #999;
}
.main_body .elevator {
  position: fixed;
  bottom: 0.94rem;
  left: 0.06rem;
  width: 0.7rem;
  box-shadow: none;
  margin-left: -0.06rem;
  z-index: 9999;
}
.main_body .elevator .item {
  width: 0.7rem;
  height: 0.7rem;
  margin-bottom: 0.16rem;
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 0.12rem;
  display: flex;
  flex-direction: column-reverse;
  color: #fff;
  text-align: center;
}
.main_body .elevator .animate_tada {
  animation-name: xzmx;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.main_body .elevator .qq {
  background-image: url(../img/qq.png) !important;
}
.main_body #qq {
  bottom: 1.94rem;
}
.main_body .hover-container {
  position: fixed;
  bottom: calc(0.16rem + env(safe-area-inset-bottom));
  width: 90%;
  max-width: 700px;
  height: 0.76rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0.08rem;
}
.main_body .hover-container .hover-img {
  width: 0.76rem;
  height: 0.76rem;
  position: absolute;
  left: 0.08rem;
  top: 0;
  z-index: 9;
}
.main_body .hover-container .hover-btn {
  width: 90%;
  height: 0.4rem;
  background: rgba(51, 51, 51, 0.6);
  font-size: 0.14rem;
  color: #fff;
  position: relative;
  line-height: 0.4rem;
  border-radius: 0 0.2rem 0.2rem;
  margin-top: 0.1rem;
}
.main_body .hover-container .hover-btn span {
  margin-left: 0.5rem;
}
.main_body .hover-container .hover-btn .get-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  background: linear-gradient(360deg, #FF4040 0%, #FF7F73 100%);
  border-radius: 20px;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@-webkit-keyframes myfirst {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
@keyframes myfirst {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
@keyframes xzmx {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30%,
  50%,
  70%,
  90% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40%,
  60%,
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes xzmx {
  /* Safari and Chrome */
  0% {
    transform: scale3d(1, 1, 1);
  }
  30%,
  50%,
  70%,
  90% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40%,
  60%,
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
