* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
}
a,
img,
button,
input,
textarea,
div,
span,
select {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
li {
  list-style: none;
}
em,
i,
s {
  font-style: normal;
}
html,
body {
  width: 100%;
}
.no-scroll {
  overflow: hidden;
}
article {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.userinfo {
  width: 100%;
  display: flex;
  align-items: center;
}
.userinfo .avatar {
  display: block;
  width: 9.6vw;
  height: 9.6vw;
  border-radius: 50%;
  margin-right: 0.5333vw;
}
.userinfo .info {
  flex: 1;
  overflow: hidden;
}
.userinfo .info .name {
  width: 100%;
  height: 5.3333vw;
  font-size: 3.7333vw;
  font-weight: bold;
  color: #204f91;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  margin-bottom: 0.5333vw;
}
.userinfo .info .mark {
  display: flex;
}
.userinfo .info .mark span {
  display: block;
  height: 4.3993vw;
  line-height: 4.3993vw;
  padding: 0 1.0667vw;
  font-size: 2.6667vw;
  border-radius: 0.5333vw;
  border: 0.2667vw solid;
  margin-right: 1.0667vw;
}
.sp_content {
  display: block;
  position: relative;
}
.sp_content .title {
  font-size: 4.8vw;
}
.sp_content .desc {
  font-size: 4.2667vw;
  color: #181818;
  margin: 2vw 0;
  display: -webkit-box;
  line-height: 5.8667vw;
  word-break: break-all;
}
.sp_content .desc.topic {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sp_content .desc object {
  width: 100%;
}
.sp_content .desc a {
  color: #181818;
  display: inline-block;
  word-break: break-all;
  overflow: hidden;
}
.sp_content .img_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.sp_content .img_wrap.col1 img {
  display: block;
  width: 68%;
  min-height: 50vw;
  max-height: 128vw;
  margin-bottom: 2.1333vw;
}
.sp_content .img_wrap.col2 img {
  display: block;
  width: 48.5%;
  height: 34vw;
  object-fit: cover;
  margin-bottom: 2.1333vw;
}
.sp_content .img_wrap.col2 img:nth-of-type(odd) {
  margin-right: 2.1333vw;
}
.sp_content .detail {
  font-size: 3.7333vw;
  color: #bbbbbb;
  display: flex;
}
.sp_content .detail span {
  margin-right: 2.2vw;
}
.sp_content .ub_ac {
  display: flex;
  align-items: center;
  padding: 3.2vw 0 3.2vw 8vw;
  margin-top: 2.1333vw;
  border-top: 0.2667vw solid #eeeeee;
}
.sp_content .ub_ac p {
  font-size: 3.7333vw;
  color: #4a4a4a;
  margin-right: 4.2667vw;
  display: flex;
  align-items: center;
}
.sp_content .ub_ac p .text {
  color: #181818;
  margin-left: 0.8vw;
}
.sp_content .ub_ac p .iconfont {
  font-size: 4.2667vw;
  color: #4a4a4a;
}
.right_fixed {
  position: fixed;
  right: 4vw;
  bottom: 16vw;
}
.right_fixed a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 13vw;
  height: 13vw;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 3.2vw;
  margin-bottom: 2.6667vw;
}
.right_fixed a .iconfont {
  font-size: 5.3333vw;
}
.right_fixed a.red {
  background: #e64340;
}
footer {
  width: 100%;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 2.6667vw 0;
}
footer p {
  font-size: 3.2vw;
  margin: 1vw 0;
  color: #cecece;
}
footer a {
  font-size: 3.2vw;
  color: #cecece;
}
.load_more {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 3.7333vw;
}
.tabbar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 -1vw 1.0667vw 0 rgba(0, 0, 0, 0.06);
  padding: 3.3vw 0 2vw;
  position: fixed;
  bottom: 0;
  left: 0;
}
.tabbar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  color: #181818;
  font-size: 3.2vw;
}
.tabbar a img {
  width: 5.6vw;
  height: 5.6vw;
}
.tabbar a .iconfont {
  font-size: 5.6vw;
  position: relative;
}
.tabbar a .iconfont i {
  display: inline-block;
  width: 4.6vw;
  height: 4.6vw;
  text-align: center;
  line-height: 4.6vw;
  color: #ffffff;
  font-size: 3.4667vw;
  border-radius: 50%;
  background: #e64340;
  position: absolute;
  right: -4vw;
  top: -2vw;
}
.tabbar a.active .iconfont,
.tabbar a.active span {
  color: #e64340;
}
.ecard_pop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
  display: none;
  justify-content: center;
  align-items: center;
}
.ecard_pop .content {
  width: 72%;
  position: relative;
}
.ecard_pop .content > img {
  display: block;
  width: 100%;
}
.ecard_pop .content .e_close {
  position: absolute;
  right: 0;
  top: -9vw;
  font-size: 6.4vw;
  color: #ffffff;
}
.ecard_pop .content .bg {
  width: 100%;
  background-color: #ffffff;
  border-top: 0.2667vw solid #e0e0e0;
  border-radius: 0 0 4vw 4vw;
}
.ecard_pop .content .bg .title {
  display: flex;
  justify-content: center;
  padding: 5.2vw 2.4vw;
  font-size: 4.2667vw;
}
.ecard_pop .content .bg .c {
  padding: 6vw 2.4vw 10.2vw;
  text-align: center;
  color: #4a4a4a;
  font-size: 3.7333vw;
}
.ecard_pop .content .bg .bot {
  padding: 5.2vw 0;
  display: flex;
  border-top: 0.2667vw solid #e0e0e0;
}
.ecard_pop .content .bg .bot span,
.ecard_pop .content .bg .bot a {
  display: flex;
  flex: 1;
  justify-content: center;
  color: #3c70a5;
}
.message_alert {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2.6667vw;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 4.2667vw;
  border-radius: 1.3333vw;
  box-shadow: 0 0.5333vw 1.0667vw rgba(0, 0, 0, 0.1);
  max-width: 90%;
  z-index: 9999;
  display: none;
  transition: opacity 0.3s ease-in-out;
  text-align: center;
}
.message_alert.show {
  display: block;
}
.dialog_pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5;
  display: none;
  justify-content: center;
  align-items: center;
}
.dialog_pop .content {
  width: 80%;
  background-color: #ffffff;
  border-radius: 1.3333vw;
}
.dialog_pop .content .title {
  font-size: 3.7333vw;
  font-weight: bold;
  text-align: center;
  padding: 4vw 2.4vw 0;
}
.dialog_pop .content .con {
  padding: 5.2vw 2.4vw;
}
.dialog_pop .content .con p {
  text-align: center;
  font-size: 3.7333vw;
  color: #999999;
  line-height: 6.8vw;
}
.dialog_pop .content .con p.red {
  color: red;
}
.dialog_pop .content .con p.blue {
  color: #204f91;
}
.dialog_pop .content .han {
  height: 10.6667vw;
  display: flex;
  border-top: 0.2667vw solid #e0e0e0;
  padding: 0 2.4vw;
}
.dialog_pop .content .han span {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.7333vw;
}
.dialog_pop .content .han span.confirm {
  color: #26a2ff;
}
.dialog_pop .content .han span:first-of-type {
  border-right: 0.2667vw solid #e0e0e0;
}
.dialog_pop .content .han .br_none {
  border-right: none !important;
}
.empty {
  width: 100%;
  padding: 4.5vw 2.4vw;
  color: #999999 !important;
  font-size: 3.7333vw !important;
  text-align: center !important;
}
.empty_status {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 13.3333vw 0;
}
.empty_status img {
  display: block;
  width: 56.5333vw;
  height: 45.6vw;
}
.empty_status span {
  color: #999999;
  margin-top: 5.2vw;
}
.red_name {
  color: #e64340 !important;
}
.zjq_card {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.4667vw 3.2vw;
  background: #ffffff;
  border-top: 2.6667vw solid #f7f7f7;
}
.zjq_card .left {
  display: flex;
}
.zjq_card .left > span {
  display: flex;
  width: 9.6vw;
  height: 9.6vw;
  border-radius: 0.5333vw;
  background: url(../images/zj.png) no-repeat center center / 6.9333vw;
  background-color: #e64240;
}
.zjq_card .left .text {
  margin-left: 2.1333vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.zjq_card .left .text span {
  font-size: 3.7333vw;
  color: #181818;
}
.zjq_card .left .text p {
  font-size: 3.2vw;
  color: #999999;
}
.zjq_card .right {
  width: 14.8vw;
  height: 5.8333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.2vw;
  color: #c60000;
  border-radius: 0.5333vw;
  border: 0.2667vw solid #c60000;
}

.vert {
    width: 100%;
    display: flex;
    padding: 2.4667vw 3.2vw;
    border-bottom: 0.2667vw dashed #eeeeee;
}

    .vert li:first-of-type {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 6vw;
        margin-right: 0.5333vw;
        font-size: 3.2vw;
        background: #efefef;
    }

    .vert li:last-of-type {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
    }

        .vert li:last-of-type a {
            width: 48%;
            height: 7.4vw;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #555;
            font-size: 3.4667vw;
            margin: 0.5333vw;
            background: #efefef;
        }
.tgm8 {
  display: flex;
  height: 8vw;
  margin: 2.1333vw 3.2vw  0 !important;
  overflow: hidden;
}
.tgm8 .swiper-slide {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 1.6vw;
  background: #f7f7f7;
  border-radius: 0.9333vw;
  border: 0.2667vw solid #fabf61;
  position: relative;
  margin-bottom: 1.3333vw;
}
.tgm8 .swiper-slide img {
  display: block;
  width: 4.2667vw;
  height: 4.2667vw;
  border-radius: 50%;
}
.tgm8 .swiper-slide .name {
  font-size: 2.6667vw;
  color: #616161;
  margin: 0 3.7333vw 0 1.0667vw;
}
.tgm8 .swiper-slide strong {
  font-weight: bold;
  font-size: 3.4667vw;
  color: #181818;
}
.tgm8 .swiper-slide .red {
  font-weight: bold;
  font-size: 3.4667vw;
  color: #e24939;
}
.tgm8 .swiper-slide .sqz {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14vw;
  height: 4vw;
  background: #e24939;
  border-radius: 0 0.9333vw 0 1.0667vw;
  position: absolute;
  top: 0;
  right: 0;
}
.tgm8 .swiper-slide .sqz img {
  display: block;
  width: 2.9333vw;
  height: 2.9333vw;
}
.tgm8 .swiper-slide .sqz span {
  font-weight: bold;
  font-size: 2.6667vw;
  color: #ffffff;
}