.m-card {
  position: relative;
}
.m-card .card-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eee;
  padding: 2.66667vw 5.33333vw;
}
.m-card .card-nav .card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2.13333vw;
}
.m-card .card-nav .card-info .card-person {
  width: 37.33333vw;
  margin-left: 2.13333vw;
}
.m-card .card-nav .card-info .card-person .card-name {
  font-size: 4vw;
  font-weight: 600;
  color: #333;
  margin-bottom: 2.13333vw;
}
.m-card .card-nav .card-info .card-person .card-company {
  font-size: 3.2vw;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  text-overflow: ellipsis;
}
.m-card .card-nav .card-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #666;
  width: 25.33333vw;
  height: 9.06667vw;
  border-radius: 4.53333vw;
  color: #4a4a4a;
}
.m-card .card-nav .card-btn .btn-txt {
  margin-left: 1.33333vw;
}
.m-card .qrcode-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4vw 0;
}
.m-card .qrcode-wrapper .card-qrcode {
  padding: 5.33333vw;
  border: 1px solid #ddd;
  border-radius: 2.66667vw;
}
.m-card .card-tips {
  display: block;
  font-size: 3.46667vw;
  color: #999999;
  text-align: center;
  margin-bottom: 8vw;
}

.article-detail {
  padding: 4.26667vw;
  min-height: 100vh;
  background-color: #fff;
}
.article-detail .detail-title {
  width: 100%;
  font-size: 4.8vw;
  font-weight: 500;
  color: #333333;
  line-height: 7.46667vw;
  margin-bottom: 4.26667vw;
}
.article-detail .detail-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6.4vw;
}
.article-detail .detail-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.2vw;
  color: #777;
  line-height: 4.8vw;
}
.article-detail .detail-view > span {
  margin-right: 1.06667vw;
}
.article-detail .detail-cover {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2.13333vw;
  margin-bottom: 4.26667vw;
}
.article-detail .detail-desc {
  background-color: #eee;
  padding: 2.66667vw;
  border-radius: 2.13333vw;
}
.article-detail .detail-content {
  padding-top: 4.26667vw;
  padding-bottom: 14.93333vw;
}
.article-detail .detail-content img {
  width: 100% !important;
}
.article-detail .footer-action {
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 12.8vw;
  background-color: #fff;
  -webkit-box-shadow: 0px 1.06667vw 4.26667vw 0px rgba(174, 180, 196, 0.5);
          box-shadow: 0px 1.06667vw 4.26667vw 0px rgba(174, 180, 196, 0.5);
}
.article-detail .footer-action .action-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 12.8vw;
  background-color: transparent;
  border: none;
  font-size: 3.73333vw;
  color: #333;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-detail .footer-action .action-item.collected {
  color: #2c6bff;
}
.article-detail .footer-action .iconfontweapp {
  margin-right: 1.33333vw;
  font-size: 4.8vw;
}

