* {
  margin: 0;
  padding: 0;
}

html {
  /*防止点击img闪屏幕*/
  -webkit-tap-highlight-color: transparent;
}

body {
  overflow-x: hidden;
  background-color: white;
  font-family: "PingFang SC", Arial, "Microsoft YaHei", sans-serif;
}

a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

a:hover, a:visited, a:link, a:active {
  text-decoration: none;
  color: #000;
}

input {
  background: none;
  outline: none;
  border: none;
  -webkit-appearance: none;
}

.hide {
  display: none !important;
}

.index_scrim {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(250, 250, 250, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20000;
}

.index_common_load {
  margin-top: -100px;
  border-radius: 5px;
  text-align: center;
}

.index_common_load_img {
  display: block;
  width: 200px;
  height: 200px;
  margin-top: -40px;
}

.index_common_load_span {
  display: block;
  color: #d3d3d3;
  font-size: 14px;
}

.index_common_load_t1 {
  font-size: 14px;
  margin-top: -40px;
}

.index_common_load_t2 {
  margin: 15px 0;
}

.page {
  /*    position: relative;
    overflow: hidden;*/
  /* background-color: #fafafa; */
}

.page .agreement_tips {
  color: #a3afbe;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
}

.page .agreement_tips .agreement_tips_txt img {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.page .agreement_tips .agreement_tips_txt .txt {
  vertical-align: middle;
}

.page .agreement_tips .agreement_tips_txt .txt span {
  color: #2286e7;
}

.page .agreement_tips .agreement_tips_desk {
  color: #FFFFFF;
  padding: 0px 8px 0px 12px;
  border-radius: 14px;
  background-color: #6FB92B;
  height: 28px;
  line-height: 28px;
}

.page .agreement_tips .agreement_tips_desk img {
  width: 14px;
  height: 14px;
  vertical-align: sub;
}

.page .agreement_tips .agreement_tips_desk span {
  vertical-align: revert;
}

.page .swiper-container {
  /*    width: 100%;
    height: 100%;
    overflow: hidden;*/
}

.page .swiper-wrapper {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px;
}

.page .swiper-slide {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-size: 100% auto;
  overflow: hidden;
  text-align: center;
  line-height: 300px;
  z-index: 997;
}

.page .swiper-slide img {
  width: 100%;
  height: 100%;
}

.page .bottom {
  position: fixed;
  bottom: 0;
  width: 96%;
  padding: 0 3%;
  height: 60px;
  display: flex;
  background: rgba(255, 255, 255, 1);
  justify-content: space-around;
  z-index: 2;
  border-top: 1px solid #eef0f3;
}

.page .bottom .item {
  text-align: center;
  justify-content: center;
  align-content: center;
  display: none;
  position: relative;
}

.page .bottom .item .btn_zd_a {
  width: 100%;
  height: 100%;
  display: block;
}

.page .bottom .item .btn_zx_a {
  width: 100%;
  height: 100%;
  display: block;
}

.page .bottom .item .icon {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  /* margin-left: -10px; */
}

.page .bottom .item .txt {
  color: #0B7FE8;
  font-size: 10px;
  position: absolute;
  bottom: 14px;
  width: 100%;
  text-align: center;
}

.page .bottom .btn_xcx_more {
  color: #666666 !important;
  flex: 1;
}

.page .bottom .item .btn_xcx_more_mp_launch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Bottom UI升级 start */

.page .bottom .reset-item {
  color: #666666 !important;
  flex: 1;
}

.page .bottom .icon-item {
  margin: 8px 0 3px;
}

.page .bottom .reset-item.active .icon-item {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -11px;
  width: 55px;
  height: 55px;
  margin: 0;
  box-sizing: border-box;
  padding: 11px;
  border-radius: 50%;
  background-color: #fff;
}

.page .bottom .reset-item.active .item-bg {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #2f64f9 !important;
  color: #fff !important;
  box-shadow: 0 0 5px #2f64f9 !important;
}

.page .bottom .reset-item.active .txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 35px;
  width: 40px;
  color: #2f64f9 !important;
}

/* 抽奖样式更新 */

.page .bottom .reset-item.orangeactive .icon-item {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -11px;
  width: 55px;
  height: 55px;
  margin: 0;
  box-sizing: border-box;
  padding: 11px;
  border-radius: 50%;
  background-color: #fff;
}

.page .bottom .reset-item.orangeactive .item-bg {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f66719;
  color: #fff !important;
  box-shadow: 0 0 5px #f66719;
}

.page .bottom .reset-item.orangeactive .txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 35px;
  width: 40px;
  color: #f66719;
}

/* UI升级 end */

.page .arrow {
  width: 0.9375rem;
  height: 0.5rem;
  background: url("http://assets.rurushishi.com/h5/img/arrow.png");
  background-size: 0.9375rem 0.5rem;
  position: absolute;
  left: 50%;
  margin-left: -0.46875rem;
  bottom: 4.5rem;
  z-index: 10;
  animation: arrow 1s ease-out infinite;
  -webkit-animation: arrow 1s ease-out infinite;
  -moz-animation: arrow 1s ease-out infinite;
  -ms-animation: arrow 1s ease-out infinite;
  -o-animation: arrow 1s ease-out infinite;
}

@-moz-keyframes arrow {
  0% {
    transform: translate3d(0, -1rem, 0);
    -webkit-transform: translate3d(0, -1rem, 0);
    -moz-transform: translate3d(0, -1rem, 0);
    -ms-transform: translate3d(0, -1rem, 0);
    -o-transform: translate3d(0, -1rem, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes arrow {
  0% {
    transform: translate3d(0, -1rem, 0);
    -webkit-transform: translate3d(0, -1rem, 0);
    -moz-transform: translate3d(0, -1rem, 0);
    -ms-transform: translate3d(0, -1rem, 0);
    -o-transform: translate3d(0, -1rem, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes arrow {
  0% {
    transform: translate3d(0, -1rem, 0);
    -webkit-transform: translate3d(0, -1rem, 0);
    -moz-transform: translate3d(0, -1rem, 0);
    -ms-transform: translate3d(0, -1rem, 0);
    -o-transform: translate3d(0, -1rem, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}

@keyframes arrow {
  0% {
    transform: translate3d(0, -1rem, 0);
    -webkit-transform: translate3d(0, -1rem, 0);
    -moz-transform: translate3d(0, -1rem, 0);
    -ms-transform: translate3d(0, -1rem, 0);
    -o-transform: translate3d(0, -1rem, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}

.page .music {
  position: fixed;
  top: 1rem;
  left: 19rem;
  z-index: 1;
}

.page .music .music_img {
  width: 1.8rem;
  height: 1.8rem;
}

.music_img_play {
  animation: music_img 2s linear infinite;
  -webkit-animation: music_img 2s linear infinite;
}

@keyframes music_img {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

.page .fav {
  position: fixed;
  bottom: 0rem;
  width: 100%;
  height: 0rem;
  /* 留电修改1 */
  background: rgba(250, 250, 250, 0.98);
  box-shadow: 0px 0.3rem 0.3rem #f3f3f3 inset;
  transition: height 0.5s;
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  z-index: 100;
}

.page .fav .form {
  width: 90%;
  height: 2.6rem;
  overflow: hidden;
  margin-left: 5%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.page .fav .form .left {
  width: 15.8rem;
  height: 2.6rem;
  overflow: hidden;
  float: left;
  border-top-left-radius: 1.3rem;
  border-bottom-left-radius: 1.3rem;
  /* 留电修改2 */
  background: linear-gradient(150deg, #7cd2ff 0.1rem, #61c4f7, #61c4f7);
}

.page .fav .form .left .inner {
  width: 15.7rem;
  margin-left: 0.15rem;
  height: 2.4rem;
  margin-top: 0.1rem;
  overflow: hidden;
  border-top-left-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
  /* 留电修改3 */
  background-color: #fafafa;
}

.page .fav .form .left .inner .input {
  margin-left: 1rem;
  height: 2.4rem;
  line-height: 2.4rem;
  font-size: 1rem;
  font-weight: 500;
  font-family: "微软雅黑";
  /* 留电修改4 */
  background-image: -webkit-gradient(linear, 0 0, 100% bottom, from(#7cd2ff), to(#61c4f7));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page .fav .form .right {
  width: 4rem;
  height: 2.6rem;
  overflow: hidden;
  float: left;
  border-top-right-radius: 1.3rem;
  border-bottom-right-radius: 1.3rem;
  text-align: center;
  line-height: 2.6rem;
  /* 留电修改5 */
  color: #fafafa;
  font-size: 1.2rem;
  /* 留电修改6 */
  background: linear-gradient(150deg, #7cd2ff 0.1rem, #61c4f7, #61c4f7);
}

.page .btns table {
  width: 100%;
  color: #c5c5c5;
  padding: 0;
  margin: 0;
}

.page .btns table td {
  height: 3rem;
  width: 8rem;
  text-align: center;
  /* 留电修改7 */
  border-right: 1px solid #5cc3f9;
  border-bottom: 1px solid #5cc3f9;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently*/
}

.page .btns table td:nth-of-type(3n+0) {
  border-right: none;
}

.page .btns table td:active {
  background-color: #989898;
  color: white;
}

.page .btns table .td10 {
  border-bottom: none;
}

.page .btns table .td11 {
  border-bottom: none;
}

.page .btns table .td12 {
  border-bottom: none;
}

.page .writePhone {
  position: fixed;
  bottom: 0rem;
  width: 100%;
  height: 0rem;
  /* 留电修改1 */
  background-color: #FAFAFA;
  /* box-shadow: 0px 0.3rem 0.3rem #f3f3f3 inset; */
  transition: height 0.5s;
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  z-index: 100;
  border-top: 1px solid #ecf0f5;
  border-radius: 12px 12px 0px 0px;
}

.page .writePhone .b1 {
  position: relative;
  border-bottom: 1px solid #ecf0f5;
  font-size: 18px;
  color: #262626;
  text-align: center;
  height: 3rem;
  line-height: 3rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  border-radius: 12px 12px 0px 0px;
}

.page .writePhone .b1 img {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 15px;
  left: 15px;
}

.page .writePhone .b2 {
  display: flex;
  width: 92%;
  margin: 0 auto;
  border: 1px solid #EEF0F3;
  height: 44px;
  border-radius: 22px;
  background-color: #FFFFFF;
}

.page .writePhone .b2b0 {
  width: 14%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page .writePhone .b2b0>img {
  width: 24px;
  height: 24px;
}

.page .writePhone .b2b1 {
  width: 63%;
}

.page .writePhone .b2b1 .inputPhone {
  width: 90%;
  height: 44px;
  border-radius: 22px;
  margin: 0 auto;
  text-indent: 0px;
  font-size: 16px;
  background-color: #ffffff;
}

.page .writePhone .b2b1 .inputPhone::-webkit-input-placeholder {
  color: #A3AFBF;
}

.page .writePhone .b2b2 {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page .writePhone .b2b2 .btnSubmitPhone {
  background-color: #0B7FE8;
  height: 36px;
  width: 90%;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 36px;
  border-radius: 18px;
}

.page .wx {
  position: fixed;
  bottom: 0rem;
  width: 100%;
  height: 0;
  transition: height 0.5s;
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  overflow: hidden;
  z-index: 100;
  border-radius: 12px 12px 0px 0px;
  border-top: 1px solid #ecf0f5;
  background-color: #FAFAFA;
}

.page .wx>.title {
  width: 100%;
  height: 52px;
  line-height: 52px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-family: "PingFang SC";
  border-radius: 12px 12px 0px 0px;
  background-color: #FFFFFF;
}

.page .wx .content {
  overflow: hidden;
  display: flex;
  justify-content: center;
  box-shadow: inset 0px 0.5px 0px #eef0f3;
}

.page .wx .content .contact {
  width: 49%;
  height: 9rem;
  float: left;
  text-align: center;
  overflow: hidden;
}

.page .wx .content .contact .title {
  color: #617086;
  height: 2rem;
  line-height: 2rem;
  font-size: 12px;
  font-family: "PingFang SC";
  font-weight: normal;
  background-color: transparent;
}

.page .wx .content .contact .qrcode_img {
  border: 2px solid #EEF0F3;
  width: 6rem;
}

.page .wx .content .contact .wxno {
  height: 2rem;
  line-height: 2rem;
  max-width: 9rem;
  min-width: 6rem;
  border-radius: 0.5rem;
  color: white;
  font-size: 1rem;
  overflow: visible;
  display: inline-block;
  padding: 0.4rem 0.8rem 0.4rem 0.8rem;
  margin-top: 1rem;
  background: linear-gradient(150deg, #d8cd9e 0.1rem, #c19d6a, #b59765);
}

.page .wx .content .dividingline {
  height: 9rem;
  width: 2%;
  float: left;
}

.page .wx .content .dividingline div {
  width: 0px;
  height: 3rem;
  margin: 3rem auto;
  border-left: 1px solid #363636;
  border-right: 1px solid #acacac;
}

.page .wx .content .customservice {
  height: 9rem;
  width: 49%;
  float: right;
  text-align: center;
}

.page .wx .content .customservice .title {
  /* 修改 */
  color: #333333;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.5rem;
  font-family: "微软雅黑";
}

.page .wx .content .customservice .head {
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
  margin-top: 0.6rem;
  border: 2px solid #c4ab6e;
}

.page .wx .yq {
  text-align: center;
  font-size: 12px;
  color: #CAD1DB;
}

.page .record {
  position: fixed;
  bottom: 0rem;
  width: 100%;
  height: 0rem;
  background: rgba(0, 0, 0, 0.8);
  border-top-left-radius: 1.8rem;
  border-top-right-radius: 1.8rem;
  box-shadow: 0px 0.3rem 0.3rem #1f1f20 inset;
  transition: height 0.5s;
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  overflow: hidden;
  z-index: 100;
}

.page .record .title {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "微软雅黑";
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#d8cd9e), to(#c19d6a));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page .record .btn {
  text-align: center;
}

.page .record .btn img {
  height: 5rem;
  margin-top: 2rem;
}

.page .photo {
  position: fixed;
  bottom: 0rem;
  width: 100%;
  height: 0rem;
  /* 晒照修改 */
  background: rgba(250, 250, 250, 0.98);
  border-top-left-radius: 1.8rem;
  border-top-right-radius: 1.8rem;
  /* 晒照修改 */
  box-shadow: 0px 0.3rem 0.3rem #f3f3f3 inset;
  transition: height 0.5s;
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  overflow: hidden;
  z-index: 100;
}

.page .photo .title {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  font-family: "微软雅黑";
  /* 晒照修改 */
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#333333), to(#333333));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page .photo .btn {
  text-align: center;
}

.page .photo .btn img {
  height: 5rem;
  width: 5rem;
  margin-top: 0rem;
}

/* 晒照修改 */

.page .photo .face-tip-title {
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  color: #333333;
}

/* 晒照修改 */

.page .photo .face-tip-cnt {
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  color: #333333;
}

.page .photo .face-error {
  width: 95%;
  margin: 0 auto;
  margin-top: 0.5rem;
  display: flex;
  display: -webkit-flex;
}

.page .photo .face-error .item {
  width: 25%;
  text-align: center;
}

.page .photo .face-error .item img {
  width: 80%;
}

/* 晒照修改 */

.page .photo .face-error .item .txt {
  font-size: 0.7rem;
  color: #333333;
}

.page .photo .face-btn {
  margin-top: 0.5rem;
  text-align: center;
  color: #000000;
  border-top: 1px solid #d4d4d4;
  height: 3rem;
  line-height: 3rem;
  font-size: 0.9rem;
}

#fileToUpload {
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px solid blue;
  width: 100%;
  height: 3rem;
  opacity: 0;
}

.msg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2000;
}

.msg_warp {
  position: absolute;
  width: 10rem;
  margin-left: 5rem;
  top: 15rem;
  background-color: #1f1f20;
  z-index: 1000;
  color: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
}

.msg_content {
  text-align: center;
}

.msg_title {
  margin-top: 2rem;
  margin-left: 3.3rem;
  border: 1px solid #f9f9f9;
  width: 3rem;
  border-radius: 0.2rem;
  padding: 0.1rem 0.2rem;
  text-align: center;
}

/*去掉自带的logo*/

.ui-loader {
  display: none;
}

[title="站长统计"] {
  display: none;
}

.page .rs-video {
  width: 100%;
  height: auto;
  margin: 0.5rem 0;
}

.page .rs-audio {
  width: 100%;
  height: auto;
  margin: 0.5rem 0;
}

.page .rs-img {
  width: 100%;
  /*height: auto;*/
  /*margin: .5rem 0;*/
}

.page .rs-a {
  /*display: block;*/
  /*text-align: center;*/
  /*font-size: .9rem;*/
}

/*结合iscroll用*/

.xn-wrapper {
  /*position: absolute;*/
  z-index: 1;
  top: 0px;
  bottom: 0px;
  left: 0;
  width: 100%;
  /*background: #ccc;*/
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

.xn-scroller {
  /* position: absolute; */
  z-index: 1;
  padding-bottom: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 90%;
  margin-left: 5%;
  margin-top: 1rem;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  /* padding-bottom: 3rem; */
}

.audio_warp {
  width: 100%;
  height: 5rem;
  border: 1px solid #f2f2f2;
  overflow: hidden;
  background-color: #fcfcfc;
}

.audio_warp .left {
  width: 20%;
  height: 5rem;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.audio_warp .left .btn {
  width: 2rem;
  height: 2rem;
  border: 3px solid #1aad19;
  border-radius: 50%;
  background-image: url("http://assets.rurushishi.com/h5/img/audio_control.png");
  background-size: auto 1.4rem;
  background-repeat: no-repeat;
  background-position: -4.55rem 0.3rem;
}

.audio_warp .left .audio_play {
  width: 2rem;
  height: 2rem;
  border: 3px solid #1aad19;
  border-radius: 50%;
  background-image: url("http://assets.rurushishi.com/h5/img/audio_control.png");
  background-size: auto 1.4rem;
  background-repeat: no-repeat;
  background-position: -4.55rem 0.3rem;
  animation: an_shade_play;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: step-end;
}

@keyframes an_shade_play {
  0% {
    background-position: 0.4rem 0.3rem;
  }

  38% {
    background-position: -2rem 0.3rem;
  }

  75% {
    background-position: -4.55rem 0.3rem;
  }
}

.audio_warp .right {
  width: 77%;
  height: 5rem;
  float: left;
  padding-right: 3%;
}

.audio_warp .right .db {
  display: block;
}

.audio_warp .right .share_audio_title {
  display: block;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  min-height: 1rem;
  font-size: 0.9rem;
  padding-top: 0.5rem;
  padding-bottom: 0.3rem;
  color: #3e3e3e;
  font-style: normal;
  text-indent: 0;
  letter-spacing: normal;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

.audio_warp .right .share_audio_tips {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-bottom: 6px;
  font-size: 12px;
  color: #8c8c8c;
  white-space: nowrap;
}

.audio_warp .right .share_audio_progress_wrp {
  height: 2px;
  margin-right: 7px;
  position: relative;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.audio_warp .right .share_audio_progress {
  height: 100%;
  background-color: #ebebeb;
  position: relative;
  width: 100%;
  padding-left: 7px;
  -webkit-box-sizing: initial !important;
  box-sizing: initial !important;
}

.audio_warp .right .share_audio_progress_inner {
  background-color: #09bb07;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.audio_warp .right .rich_media_content * {
  max-width: 100% !important;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  word-wrap: break-word !important;
}

.audio_warp .right .share_audio_progress_buffer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #d9d9d9;
}

.audio_warp .right .share_audio_progress_loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: none;
}

.audio_warp .right .share_audio_progress_loading .share_audio_progress_loading_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: slidein 6s linear infinite normal;
  animation: slidein 6s linear infinite normal;
  width: 200%;
  max-width: none !important;
  background-image: -webkit-repeating-linear-gradient(-15deg, #d9d9d9, #d9d9d9 2px, #ebebeb 2px, #ebebeb 4px);
  background-image: repeating-linear-gradient(-15deg, #d9d9d9, #d9d9d9 2px, #ebebeb 2px, #ebebeb 4px);
}

@keyframes slidein {
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.audio_warp .right .share_audio_progress_handle {
  z-index: 2;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: rgba(9, 187, 7, 0.15);
  top: 50%;
  margin-top: -7px;
  margin-left: -3.5px;
  cursor: pointer;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.audio_warp .right .share_audio_progress_handle:before {
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #09bb07;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
}

.audio_warp .right .share_audio_desc {
  color: #b2b2b2;
  overflow: hidden;
  padding-top: 0.2rem;
  font-size: 12px;
}

.audio_warp .right .share_audio_desc em {
  font-weight: 400;
  font-style: normal;
}

.audio_warp .right .share_audio_length_current {
  float: left;
}

.audio_warp .right .share_audio_length_total {
  float: right;
}

.page .count {
  height: 40px;
  display: flex;
  display: -webkit-flex;
  border-bottom: 3px solid #e1e1e1;
}

.page .count_left {
  display: flex;
  display: -webkit-flex;
  width: 70%;
  font-size: 14px;
}

.page .count_left>div {
  display: flex;
  justify-content: center;
  line-height: 40px;
  height: 40px;
  padding-left: 0.5rem;
}

.page .count_left>div>div>img {
  height: 20px;
  width: 20px;
  vertical-align: text-bottom;
}

.page .count_right {
  display: flex;
  display: -webkit-flex;
  width: 30%;
  font-size: 14px;
  justify-content: flex-end;
  padding-right: 0.5rem;
}

.page .count_subcribe {
  width: 90%;
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
  background-color: #ed9e35;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  font-size: 14px;
}

.face-cut {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #2a2d31;
  z-index: 1000;
}

.face-cut>div {
  width: 94%;
  margin: 0 auto;
}

.face-cut .face-cut_header {}

.face-cut .face-cut_header .face-cut_header-title {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.face-cut .face-cut_header .face-cut_header-des {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.face-cut .face-cut_container {
  width: 100%;
  height: 23rem;
}

.face-cut_tools {
  display: flex;
  display: -webkit-box;
  justify-content: center;
  align-items: center;
}

.face-cut_tools .face-cut_rotate {
  width: 5rem;
  margin: 0 auto;
  margin-top: 1rem;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background-color: #006fef;
  font-size: 14px;
}

.face-cut_tools .face-cut_rotate img {
  width: 1rem;
  vertical-align: sub;
}

.face-cut .face-cut_footer {
  position: fixed;
  bottom: 0;
  display: flex;
  display: -webkit-box;
  margin-left: 3%;
  margin-bottom: 1rem;
}

.face-cut .face-cut_footer>div {
  width: 48%;
  font-size: 16px;
  color: #fff;
  height: 44px;
  line-height: 44px;
  text-align: center;
}

.face-cut .face-cut_footer .face-cut_ok {
  background-color: #006fef;
}

.face-cut .face-cut_footer .face-cut_cancel {
  margin-left: 4%;
  background-color: #cccccc;
}

.page .full-screen-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page .full-screen-video video {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.page .image-text_footer {
  padding-bottom: 1rem;
}

.page .image-text_header .rich_media_title {
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 600;
  font-size: 22px;
  font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
  color: #333;
}

.page .image-text_header .rich_media_meta_list {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  line-height: 20px;
  font-size: 14px;
}

.page .image-text_header .rich_media_meta_text {
  color: #8c8c8c;
  font-style: normal;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 10px;
}

.page .image-text_header .rich_media_meta_nickname {
  color: #607fa6;
}

.page .image-text_footer {
  color: #8c8c8c;
  overflow: hidden;
  margin-top: 5px;
  font-size: 14px;
  width: 90%;
  margin: 20px auto 0 auto;
  padding-bottom: 0;
}

.page .image-text_footer .image-text_footer_left {
  float: left;
  color: #b5b5b5;
  font-weight: 300;
}

.page .image-text_footer .image-text_footer_right {
  float: right;
  color: #586c96;
  font-weight: 300;
}

.page .image-text_footer-praise {
  width: 15px;
  vertical-align: sub;
}

.page .image-text_footer-praise-count {}

.page .image-text_footer-see {
  margin-bottom: 4px;
}

.page .image-text_footer-share {
  width: 13px;
  margin-bottom: 3px;
  padding-left: 10px;
}

.page .image-text_footer-xin {
  width: 13px;
  margin-bottom: 2px;
  padding-left: 10px;
}

.wx-qrcode {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 20000;
}

.wx-qrcode-box {
  position: absolute;
  top: 50%;
  width: 70%;
  left: 15%;
  transform: translateY(-50%);
  padding: 2.17rem 0 1.17rem 0;
  background: #ffffff;
  border-radius: 8px;
}

.wx-qrcode-box .gzh_img {
  position: absolute;
  top: -1.76rem;
  left: calc(50% - 1.76rem);
  width: 3.52rem;
  height: 3.52rem;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ffffff;
}

.wx-qrcode-box .gzh_img img {
  width: 3.52rem;
  height: 3.52rem;
}

.wx-qrcode .close {
  position: absolute;
  width: 1.88rem;
  height: 1.88rem;
  bottom: -2.92rem;
  left: calc(50% - 0.94rem);
}

.wx-qrcode .close img {
  position: relative;
  width: 1.88rem;
  height: 1.88rem;
}

.wx-qrcode .text {
  font-size: 1rem;
  line-height: 1.4rem;
  text-align: center;
  color: #000000;
  font-weight: bold;
}

.wx-qrcode .er_img {
  margin: 0 auto;
  margin-top: 0.94rem;
  width: 48.8%;
}

.wx-qrcode .er_img>img {
  width: 100%;
}

.wx-qrcode .point {
  line-height: 2rem;
  text-align: center;
  color: #535353;
  font-size: 14px;
}

.wx-qrcode .intro-text {
  margin-top: 0.94rem;
  font-size: 0.82rem;
  line-height: 1.17rem;
  text-align: center;
  color: #617086;
}

.wx-qrcode .tips {
  margin-top: 4px;
  text-align: center;
  font-size: 0.7rem;
  line-height: 0.94rem;
  color: #a3afbf;
}

.image-text_discuss {
  width: 100%;
  height: 100px;
  background-color: red;
}

.discuss {
  padding-top: 0.5rem;
  width: 96%;
  margin: 0 auto;
}

.discuss .title {
  overflow: hidden;
  margin-bottom: 10px;
}

.discuss .title .leave_word {
  color: #6684a9;
  float: right;
  margin-right: 10px;
}

.discuss .title .leave_word img {
  width: 15px;
}

.discuss .content {}

.discuss .content .item {
  overflow: hidden;
  margin-bottom: 20px;
}

.discuss .content .item .head {
  float: left;
  overflow: hidden;
  width: 15%;
}

.discuss .content .item .head img {
  width: 80%;
}

.discuss .content .item .result {
  float: left;
  overflow: hidden;
  width: 85%;
}

.discuss .content .item .result .author {
  overflow: hidden;
  margin-bottom: 10px;
}

.discuss .content .item .result .auditor {
  overflow: hidden;
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
}

.discuss .content .item .result .text {
  float: left;
  overflow: hidden;
  width: 82%;
}

.discuss .content .item .result .praise {
  float: left;
  overflow: hidden;
  width: 18%;
}

.discuss .content .item .result .praise .praise_inside {
  text-align: center;
}

.discuss .content .item .result .praise .praise_inside img {
  width: 15px;
}

.discuss .content .item .result .nickname {
  color: #727272;
}

.discuss .content .item .result .auditor .nickname {
  border-left: 4px solid #03bb00;
  padding-left: 10px;
}

.discuss .content .item .result .message {
  margin-top: 3px;
}

.discuss .content .item .result .oper {
  font-size: 12px;
  margin-top: 5px;
}

.discuss .content .item .result .oper .time {
  color: #c2c2c2;
}

.discuss .content .item .result .oper .del {
  color: #6c89ac;
  margin-left: 5px;
}

.discuss .content .item .result .praise_count {
  color: #727272;
}

.board {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f3f3f3;
  z-index: 1;
  display: none;
}

.board .remind {
  height: 50px;
  line-height: 50px;
  margin-left: 15px;
}

.board .editor {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  padding: 10px;
  border-top: 1px solid #edeceb;
  border-bottom: 1px solid #edeceb;
  font-size: 13px;
  word-break: break-all;
}

.board .editor:empty:before {
  content: attr(data-placeholder);
  color: #bbb;
}

.board .editor:focus:before {
  content: none;
}

.board .leaving {
  margin: 20px 5%;
  background-color: #07be00;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  color: white;
}

@media only screen and (min-width: 320px) {
  img {
    width: 100%;
    max-width: 320px !important;
  }
}

@media only screen and (min-width: 330px) {
  img {
    width: 100%;
    max-width: 330px !important;
  }
}

@media only screen and (min-width: 340px) {
  img {
    width: 100%;
    max-width: 340px !important;
  }
}

@media only screen and (min-width: 350px) {
  img {
    width: 100%;
    max-width: 350px !important;
  }
}

@media only screen and (min-width: 360px) {
  img {
    width: 100%;
    max-width: 360px !important;
  }
}

@media only screen and (min-width: 370px) {
  img {
    width: 100%;
    max-width: 370px !important;
  }
}

@media only screen and (min-width: 375px) {
  img {
    width: 100%;
    max-width: 375px !important;
  }
}

@media only screen and (min-width: 380px) {
  img {
    width: 100%;
    max-width: 380px !important;
  }
}

@media only screen and (min-width: 390px) {
  img {
    width: 100%;
    max-width: 390px !important;
  }
}

@media only screen and (min-width: 400px) {
  img {
    width: 100%;
    max-width: 400px !important;
  }
}

@media only screen and (min-width: 410px) {
  img {
    width: 100%;
    max-width: 410px !important;
  }
}

@media only screen and (min-width: 420px) {
  img {
    width: 100%;
    max-width: 420px !important;
  }
}

@media only screen and (min-width: 430px) {
  img {
    width: 100%;
    max-width: 430px !important;
  }
}

@media only screen and (min-width: 440px) {
  img {
    width: 100%;
    max-width: 440px !important;
  }
}

@media only screen and (min-width: 450px) {
  img {
    width: 100%;
    max-width: 450px !important;
  }
}

@media only screen and (min-width: 460px) {
  img {
    width: 100%;
    max-width: 460px !important;
  }
}

@media only screen and (min-width: 470px) {
  img {
    width: 100%;
    max-width: 470px !important;
  }
}

@media only screen and (min-width: 480px) {
  img {
    width: 100%;
    max-width: 480px !important;
  }
}

@media only screen and (min-width: 490px) {
  img {
    width: 100%;
    max-width: 490px !important;
  }
}

@media only screen and (min-width: 500px) {
  img {
    width: 100%;
    max-width: 500px !important;
  }
}

@media only screen and (min-width: 510px) {
  img {
    width: 100%;
    max-width: 510px !important;
  }
}

@media only screen and (min-width: 520px) {
  img {
    width: 100%;
    max-width: 520px !important;
  }
}

@media only screen and (min-width: 530px) {
  img {
    width: 100%;
    max-width: 530px !important;
  }
}

@media only screen and (min-width: 540px) {
  img {
    width: 100%;
    max-width: 540px !important;
  }
}

@media only screen and (min-width: 550px) {
  img {
    width: 100%;
    max-width: 550px !important;
  }
}

@media only screen and (min-width: 560px) {
  img {
    width: 100%;
    max-width: 560px !important;
  }
}

@media only screen and (min-width: 570px) {
  img {
    width: 100%;
    max-width: 570px !important;
  }
}

@media only screen and (min-width: 580px) {
  img {
    width: 100%;
    max-width: 580px !important;
  }
}

@media only screen and (min-width: 590px) {
  img {
    width: 100%;
    max-width: 590px !important;
  }
}

@media only screen and (min-width: 600px) {
  img {
    width: 100%;
    max-width: 600px !important;
  }
}

@media only screen and (min-width: 610px) {
  img {
    width: 100%;
    max-width: 610px !important;
  }
}

@media only screen and (min-width: 620px) {
  img {
    width: 100%;
    max-width: 620px !important;
  }
}

@media only screen and (min-width: 630px) {
  img {
    width: 100%;
    max-width: 630px !important;
  }
}

@media only screen and (min-width: 640px) {
  img {
    width: 100%;
    max-width: 640px !important;
  }
}

@media only screen and (min-width: 720px) {
  img {
    width: 100%;
    max-width: 720px !important;
  }
}

.image-text_content {
  overflow: hidden;
}

.image-text_content img {
  max-width: 100%;
  /* width:100% !important; */
  /* display: block; */
}

.image-text_content video {
  max-width: 100%;
}

.page .swiper-slide img {
  width: 100% !important;
  max-width: 100% !important;
}

.btnJoin {
  margin: 0 auto;
  width: 100px;
  text-align: center;
  padding: 5px;
  background-color: #ff9800;
  color: white;
  border-radius: 5px;
}

.btnJoin:active {
  transform: scale(0.9);
}

iframe {
  display: block;
  margin: 0 auto !important;
}

/* 定制交大产投 */

.demand_line {
  width: 100%;
  height: 10px;
  background-color: #f2f2f2;
}

.demand_list {
  width: 100%;
}

.demand_tit {
  width: 90%;
  margin-left: 5%;
  height: 50px;
}

.demand_tit>img {
  border-radius: 50%;
  float: left;
  width: 30px;
  height: 30px;
  margin-top: 10px;
}

.demand_provide {
  margin-top: 10px;
  float: left;
  font-size: 0.8rem;
  color: #c3c3c3;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  margin-left: 10px;
}

.demand-btn {
  width: 90%;
  margin-left: 5%;
  height: 30px;
}

.demand-btn .demand_btn {
  width: 20%;
  float: right;
  height: 25px;
  text-align: center;
  line-height: 25px;
  margin-top: 13px;
  color: #fff;
  background-color: #f9c44d;
  border-radius: 5px;
  margin-left: 3%;
}

.demand-btn .demand_chart {
  width: 20%;
  float: right;
  height: 25px;
  text-align: center;
  line-height: 25px;
  margin-top: 13px;
  color: #fff;
  background-color: #f9c44d;
  border-radius: 5px;
  margin-left: 3%;
}

.btn_home img {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 10px;
  bottom: 100px;
  opacity: 0.8;
  z-index: 2000;
}

.btn_home2 {
  width: 2.5rem;
  position: fixed;
  bottom: 6rem;
  right: 0;
  z-index: 100;
}

.btn_home2>img {
  width: 100%;
  opacity: 1;
}

/* 公众号信息 */

.gzh {
  width: 100%;
  display: flex;
  border: 1px solid #E8EAF0;
  margin-bottom: 18px;
  border-radius: 30px;
  background: #F8F8FB;
}

.gzh_img {
  width: 19%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gzh_img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.gzh_txt {
  width: 49%;
  margin-left: -5px;
  margin-right: 5px;
}

.gzh_txt .gzh_name {
  color: #262626;
  font-size: 14px;
  padding-top: 9px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.gzh_txt .page_date {
  color: #A3AFBF;
  font-size: 12px;
  padding-top: 2px;
}

.gzh_follow {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gzh_follow .gzh_btn {
  font-size: 16px;
  background-color: #0B7FE8;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  border-radius: 20px;
}

/* vue_usercard3 */

#app_usercard3 {
  padding: 7px 7px 0 7px;
}

.usercard3 a {
  color: #333;
}

.usercard3 {
  background-image: url("https://assets.rurushishi.com/yq-rs-make/components/usercard3/card.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: auto;
  font-size: 12px;
  position: relative;
  /* padding-bottom: calc(0.3rem*2.7); */
  box-sizing: border-box;
  padding: calc(0.4rem * 2.7) calc(0.6rem * 2.7);
}

.usercard3 .top {
  display: flex;
  align-items: center;
}

.usercard3 .top .head {
  min-width: calc(2rem * 2.7);
  text-align: center;
  padding-top: calc(0.4rem * 2.7);
}

.usercard3 .top .head img {
  width: calc(1.2rem * 2.7);
  height: calc(1.2rem * 2.7);
  /* border-radius: calc(0.6rem*2.7); */
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px #666;
}

.usercard3 .top .fields {
  padding-top: calc(0.2rem * 2.7);
}

.usercard3 .top .fields>.field {
  line-height: calc(0.5rem * 2.7);
  display: flex;
}

.usercard3 .top .fields>.field>span {
  display: block;
}

.usercard3 .top .fields>.field .label {
  padding-right: calc(0.1rem * 2.7);
  white-space: nowrap;
  color: #8b8b8b;
}

.usercard3 .top .fields>.field .value {
  padding-right: calc(0.2rem * 2.7);
}

.usercard3 .top .fields>.field>.company span:first-child {
  color: #333333;
  font-weight: 600;
}

.usercard3 .top .fields>.field>.company span:nth-child(2) {
  color: #333333;
}

.usercard3 .top .fields>.field>.company .edit-circle-line {
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
}

.usercard3 .top .fields>.field>.company-web {
  overflow: hidden;
  display: inline-block;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

.usercard3 .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}

.usercard3 .bottom .item {
  width: 100%;
  text-align: center;
  margin-top: calc(0.2rem * 2.7);
  position: relative;
}

.usercard3 .bottom .item img {
  width: 25px;
  height: 25px;
}

.usercard3 .bottom .item span {
  display: block;
  font-size: 10px;
  color: #333333;
  padding-top: 5px;
}

.usercard3 .btn {
  position: absolute;
  top: 35px;
  right: 40px;
  width: calc(1.5rem * 2.7);
  height: 26px;
  line-height: 26px;
  border-radius: calc(0.35rem * 2.7);
  color: #2f64f9;
  text-align: center;
  font-size: 12px;
  border: 1px solid #2f64f9;
}

/* 隐藏名片 */

.hidecard {
  position: fixed;
  top: 0;
  right: -2rem;
  width: 0;
  height: 0;
  border-width: 2rem;
  border-style: solid;
  border-color: transparent transparent transparent;
}

.default_bg {
  border-color: #376cff transparent transparent;
}

.hidecard>img {
  position: absolute;
  right: 0.1rem;
  top: -1.6rem;
  width: 1rem;
  /* height: 1rem; */
}

/* 展开名片 */

.showcard-container {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  padding-bottom: 0;
  background-color: #fafafa;
}

.showcard {
  width: 100%;
  height: 4rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
  padding: 0.7rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  background-image: url(http://rs.static.quanc.com.cn/yq-rs-wx/crm/rushi/head-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /* position: fixed;
  top: calc(0.5rem*2.7);
  right: 10px;
  height: 30px;
  width: 80px; */
  /* line-height: 30px;
  text-align: center;
  background: rgba(35, 35, 35, 1);
  box-shadow: 0px 1px 4px 0px rgba(153, 153, 153, 0.49);
  opacity: 0.88;
  color: #ffffff;
  border-radius: 20px;
  font-size: 12px;
  z-index: 5000; */
}

.showcard .head img {
  width: calc(1rem * 2.7);
  height: calc(1rem * 2.7);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px #666;
}

.showcard .fields {
  width: 40%;
  color: #fff;
}

.showcard .fields>.field {
  display: flex;
  line-height: calc(0.5rem * 2.7);
}

.showcard .fields>.field .label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.7rem;
}

.showcard .nav-item {
  width: 25px;
  height: 25px;
}

.showcard .nav-item-first {
  width: 28px;
  height: 28px;
}

.showcard .nav-item img {
  width: 100%;
  height: 100%;
  display: inline-block;
}

/* vue_share_guide3 */

.share_mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10002;
}

.share_mask .share_line {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 9;
  width: 275px;
}

.share_mask .share_line>span {
  width: 4px;
  height: 4px;
  border-radius: 30%;
  background-color: #fff;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  display: inline-block;
  z-index: 8;
  -webkit-animation: sroll 3s infinite;
  animation: sroll 3s infinite;
}

.share_mask .share_line>img {
  width: 100%;
  animation: scaol 1.5s infinite;
}

@keyframes sroll {
  0% {
    transform: translate(0px, 0px);
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 0.3;
    transform: translate(180px, -200px);
  }
}

@keyframes scaol {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.7;
  }

  80% {
    transform: scale(1.03);
    opacity: 0.75;
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.share_mask .txt1 {
  position: absolute;
  top: 300px;
  left: 50%;
  margin-left: -100px;
  z-index: 9;
  width: 300px;
  color: #fffdd2;
  font-size: 16px;
}

.share_mask .txt1 .txt1_span {
  font-size: 20px;
  color: #dddc68;
}

.share_mask .txt2 {
  position: absolute;
  top: 330px;
  left: 50%;
  margin-left: -100px;
  z-index: 9;
  width: 300px;
  color: #fffdd2;
  font-size: 16px;
}

.tray {
  position: absolute;
  top: 320px;
  left: 50%;
  margin-left: -170px;
  z-index: 9;
  width: 350px;
  color: #fffdd2;
  font-size: 16px;
  z-index: -1;
}

.saveimg {
  position: absolute;
  bottom: 150px;
  left: 50%;
  margin-left: -100px;
  z-index: 9;
  padding: 10px 40px;
  border-radius: 20px;
  color: #fffdd2;
  font-size: 12px;
  border: 1px solid #f86e6f;
}

.bottom_padding {
  width: 100%;
  height: 4rem;
}

.usercard4 {
  /* background-image: url("https://assets.rurushishi.com/yq-rs-make/components/usercard/bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat; */
  height: auto;
  color: #333333;
  font-size: 12px;
  margin: calc(0.3rem * 2.7) calc(0.3rem * 2.7) 0 calc(0.3rem * 2.7);
  box-shadow: 0 0 5px #cbcbcb;
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
}

.usercard4 .top {
  display: flex;
  padding: calc(0.4rem * 2.7) 0;
}

.usercard4 .top .head {
  min-width: calc(2rem * 2.7);
  text-align: center;
}

.usercard4 .top .head img {
  width: calc(1.2rem * 2.7);
  height: calc(1.2rem * 2.7);
  border-radius: calc(0.6rem * 2.7);
}

.usercard4 .top .fields {
  /* padding-top: calc(0.2rem*2.7); */
}

.usercard4 .top .fields>.field {
  line-height: calc(0.5rem * 2.7);
  display: flex;
}

.usercard4 .top .fields>.field>span {
  display: block;
}

.usercard4 .top .fields>.field .label {
  padding-right: calc(0.1rem * 2.7);
  white-space: nowrap;
  color: #8b8b8b;
}

.usercard4 .top .fields>.field .value {
  padding-right: calc(0.2rem * 2.7);
}

.usercard4 .top .fields>.field>.company span:first-child {
  color: #333333;
  font-weight: 600;
}

.usercard4 .top .fields>.field>.company span:nth-child(2) {
  color: #333333;
}

.usercard4 .top .fields>.field>.company-web {
  overflow: hidden;
  display: inline-block;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
}

.usercard4 .usercard4_bottom {
  text-align: left;
  font-size: 10px;
  line-height: 20px;
  margin: 0 calc(0.3rem * 2.7);
  color: #999999;
  margin-top: calc(0.2rem * 2.7);
  border-top: 1px solid #b9b9b9;
  padding-top: calc(0.2rem * 2.7);
  padding-bottom: calc(0.3rem * 2.7);
  text-align: justify;
}

.usercard4 .btn {
  position: absolute;
  top: 40px;
  right: 20px;
  width: calc(1.5rem * 2.7);
  height: calc(0.4rem * 2.7);
  line-height: calc(0.4rem * 2.7);
  border-radius: calc(0.35rem * 2.7);
  color: #f46263;
  border: 1px solid #f46263;
  text-align: center;
  font-size: 14px;
}

.usercard4 .qrcodeimg {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0.8rem;
  right: 8px;
}

/* 收藏按钮 */

.favorite {
  position: fixed;
  top: 10rem;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  z-index: 10000;
}

.favorite img {
  width: 50px;
}

/* 悬浮抽奖按钮 */

.btn_luckdraw2 {
  width: 3rem;
  position: fixed;
  bottom: 18rem;
  right: 0.8rem;
  z-index: 30;
}

.btn_luckdraw2>img {
  width: 100%;
  opacity: 1;
}

.btn_luckdraw2NameWarp {
  position: absolute;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  color: #81300b;
}

.btn_luckdraw2Name {
  font-size: 12px;
  width: 24px;
  line-height: 14px;
}

/* 无门槛用户激励按钮 */

.encourage {
  position: fixed;
  bottom: 12rem;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  z-index: 10000;
}

.encourage img {
  width: 60px;
  animation: swing 5s infinite;
}

.encourage.fast img {
  animation: swing 1.5s infinite;
}

/* 无门槛用户激励弹框 */

.encourage_box {}

.encourage_box_mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10001;
  display: flex;
  justify-content: center;
  align-items: center;
}

.encourage_box_content {
  width: 320px;
  height: 362px;
  background-size: 100% 100%;
  margin: 0 auto;
  animation: zoomIn 1s;
  background-image: url("https://assets.rurushishi.com/yq-rs-h5/encourage_box/bg.png");
  position: relative;
}

.encourage_box_content .btn {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.encourage_box_content .btn>img {
  width: 280px;
}

.encourage_box_content .tips {
  color: #a66646;
  position: absolute;
  top: 316px;
  font-size: 12px;
  text-align: center;
  width: 90%;
  left: 50%;
  margin-left: -45%;
}

.encourage_box_content .close {
  text-align: center;
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -15px;
}

.encourage_box_content .close>img {
  width: 30px;
}

.encourage_box_content .redtxt1 {
  font-size: 24px;
  color: red;
  padding: 0 5px;
  vertical-align: sub;
}

.encourage_box_content .redtxt2 {
  font-size: 14px;
  color: red;
}

/* 图片弹框 */

.vue_showimg {}

.vue_showimg_mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10001;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vue_showimg_content {
  width: 75%;
  animation: zoomIn 1s;
}

.vue_showimg_content .b1 {
  width: 100%;
}

.vue_showimg_content .b1>img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.vue_showimg_content .close {
  margin-top: 15px;
  text-align: center;
}

.vue_showimg_content .close>img {
  width: 30px;
}

.vue_showimg_content .tips {
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}

/* 动画  */

@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes swing {
  4% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
  }

  8% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
  }

  12% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
  }

  16% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
  }

  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
  }
}

.images_content_imgwarp img {
  width: 100%;
  display: block;
}

/* 轻便名片 */
.usercardlight {
  background: linear-gradient(180deg, #EEEEEE 46.41%, rgba(238, 238, 238, 0) 100%);
}

.usercard-container-n-light {
  padding-top: 10px;
}

.usercard-container-n-light .usercard-container-normal-n {
  margin: 0 auto;
  width: 93.6%;
  background: #ffffff;
  border: 0.5px solid #edebeb;
  box-shadow: 0px 2px 12px rgba(97, 112, 134, 0.15);
  border-radius: 6px;
}

.usercard-container-n-light .usercard-head-box {
  width: 90%;
  margin: 0 auto;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.usercard-container-n-light .usercard-company {
  margin-top: 2px;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
}

.usercard-container-n-light .usercard-company-icon {
  width: 18px;
  height: 18px;
  vertical-align: bottom;
  margin-left: 3px;
}

.usercard-container-n-light .usercard-name {
  padding-top: 7px;
  display: flex;
  align-items: center;
}

.usercard-container-n-light .usercard-name-left {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.usercard-container-n-light .usercard-name-line {
  width: 0px;
  border-right: 1px solid #eef0f3;
  height: 10px;
  display: inline-block;
  margin: 0 10px;
}

.usercard-container-n-light .usercard-name-right {
  font-size: 14px;
  color: #595959;
}

.usercard-container-n-light .usercard-head {
  width: 60px;
  height: 60px;
  border: 1px solid #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.usercard-container-n-light .usercard-head-edit {
  width: 60px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  bottom: 0;
  right: 1px;
  background: rgba(0, 0, 0, 0.6);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.usercard-container-n-light .usercard-head-edit img {
  width: 9px !important;
  height: 9px !important;
  vertical-align: middle;
}

.usercard-container-n-light .usercard-head-edit div {
  font-size: 10px;
  color: #E5E6E8;
  vertical-align: middle;
  padding-left: 2px;
}

.usercard-container-n-light .usercard-head img {
  width: 60px;
  height: 60px;
}

.usercard-container-n-light .usercard-intro {
  width: 90%;
  margin: 0 auto 0 auto;
}

.usercard-container-n-light .usercard-intro-icon {
  width: 20px;
  height: 20px;
}

.usercard-container-n-light .usercard-intro-txt {
  font-size: 14px;
  color: #262626;
  text-align: justify;
  font-weight: 500;
}

.usercard-container-n-light .usercard-nav-box {
  display: flex;
  line-height: 18px;
  font-size: 12px;
  background: #fafafa;
  padding: 12px 24px;
  border-radius: 0px 0px 6px 6px;
  justify-content: space-between;
}

.usercard-container-n-light .usercard-nav {
  text-align: center;
}

.usercard-container-n-light .usercard-nav img {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: sub;
}

.usercard-container-n-light .usercard-nav span {}

/* --- 标准名片 --- */

.usercard-container-n {
  padding-top: 0.4rem;
  background: linear-gradient(360deg, #dfdfdf 0%, #ededed 100%);
  overflow: hidden;
}

.usercard-container-n .usercard-container-normal-n {
  margin: 0 auto;
  width: 93.6%;
  height: 6.45rem;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
  background: url("https://assets.rurushishi.com/yq-rs-h5/t1/new-usercard/bg.png") top center no-repeat;
  background-size: 101%;
}

.usercard-container-n .usercard-container-normal-n .usercard-head-box {
  margin: 0 auto;
  width: 86.32%;
  padding-top: 0.94rem;
  display: flex;
  align-items: center;
}

.usercard-container-n .usercard-container-normal-n .usercard-head-box .usercard-head, .usercard-article-box .usercard-head {
  width: 2.81rem;
  height: 2.81rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.47rem;
}

.usercard-container-n .usercard-container-normal-n .usercard-head-box .usercard-head img, .usercard-article-box .usercard-head img {
  width: 2.81rem;
  height: 2.81rem;
}

.usercard-container-n .usercard-container-normal-n .usercard-head-box .usercard-name {
  padding-top: 4px;
  line-height: 1.4rem;
  font-weight: 500;
  font-size: 0.94rem;
}

.usercard-container-n .usercard-container-normal-n .usercard-head-box .usercard-company {
  margin-top: 2px;
  font-size: 0.7rem;
  line-height: 0.94rem;
}

.usercard-container-n .usercard-container-normal-n .usercard-nav-box, .usercard-article-box .usercard-nav-box {
  margin-top: 0.82rem;
  display: flex;
  height: 1.17rem;
  line-height: 1.17rem;
  font-size: 0.7rem;
}

.usercard-container-n .usercard-container-normal-n .usercard-nav-box .usercard-nav, .usercard-article-box .usercard-nav-box .usercard-nav {
  flex: 1;
  text-align: center;
}

.usercard-container-n .usercard-container-normal-n .usercard-nav-box .usercard-nav .nav-icon, .usercard-article-box .usercard-nav-box .usercard-nav .nav-icon {
  width: 1rem;
  vertical-align: middle;
}

/* --- 精简名片 --- */

.usercard-container-small-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, #eeeeee 50%, #ffffff 100%);
  padding-top: 0.4rem;
}

.usercard-container-small-height {
  padding-top: 0.7rem;
  height: 3.75rem;
}

.usercard-container-small-n {
  margin: 0 auto;
  width: 93.6%;
  height: 3.75rem;
  background-size: 101%;
  border-radius: 0.7rem;
  /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); */
  background: url("https://assets.rurushishi.com/yq-rs-h5/t1/new-usercard/bg.png") top center no-repeat;
  background-size: 101%;
}

.usercard-container-small-n .usercard-head-box {
  margin: 0 auto;
  width: 90.8%;
  padding-top: 0.7rem;
  display: flex;
  align-items: center;
}

.usercard-container-small-n .usercard-head-box .usercard-head {
  width: 2.34rem;
  height: 2.34rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.47rem;
}

.usercard-container-small-n .usercard-middle-box {
  flex: 1;
}

.usercard-container-small-n .usercard-head-box .usercard-name {
  font-size: 0.82rem;
  line-height: 1.4rem;
}

.usercard-container-small-n .usercard-head-box .usercard-company {
  font-size: 0.7rem;
  line-height: 1.17rem;
  max-width: 5.87rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.usercard-container-small-n .usercard-right-box {
  display: flex;
  align-items: center;
}

.usercard-right-box .usercard-nav {
  flex: 1;
  margin-right: 1.4rem;
}

.usercard-right-box .usercard-nav:last-child {
  margin-right: 0;
}

.usercard-right-box .usercard-nav .nav-icon {
  width: 1.4rem;
  float: left;
}

.darker {
  color: rgba(0, 0, 0, 0.7);
}

.darker .usercard-name {
  color: #000000;
}

.light {
  color: rgba(255, 255, 255, 0.7);
}

.light .usercard-name {
  color: #ffffff;
}

.usercard-edit-container {
  width: 100%;
  padding: 0.7rem 0;
}

.usercard-edit-container .usercard-edit-box {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 0 0.4rem;
}

.usercard-edit-box .usercard-edit-item {
  margin-right: 0.94rem;
  font-size: 0.7rem;
  padding: 0 0.7rem;
  height: 1.4rem;
  line-height: 1.4rem;
  background: #f5f5f5;
  color: #a3afbf;
  border-radius: 4px;
  white-space: nowrap;
}

.usercard-edit-box .usercard-edit-item:last-child {
  margin-right: 0;
}

.usercard-edit-box .usercard-edit-item-cur {
  color: #0b7fe8;
  background: #f0f5ff;
}

.usercard-edit-container .usercard-edit-tips {
  margin: 0 auto;
  margin-top: 1.17rem;
  width: 87.5%;
  display: flex;
}

.usercard-edit-container .usercard-tips-line {
  flex: 1;
  position: relative;
}

.usercard-tips-line:before {
  position: absolute;
  content: "";
  top: 0.41rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eef0f3;
}

.usercard-edit-container .usercard-tips-text {
  font-size: 0.7rem;
  line-height: 0.94rem;
  text-align: center;
  color: #a3afbf;
  margin: 0 0.47rem;
}

#footernew_p {
  padding-bottom: 1rem;
}

/* 文章内名片 */

.usercard-article-container {
  margin-top: 1.88rem;
}

.usercard-article-pd {
  padding-top: 1.76rem;
}

.usercard-article-container .usercard-article-box {
  margin: 0 auto;
  width: 94%;
  height: 6.45rem;
  /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); */
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
  background: url("https://assets.rurushishi.com/yq-rs-h5/t1/new-usercard/bg.png") top center no-repeat;
  background-size: 101%;
  position: relative;
}

.usercard-article-box .usercard-head {
  position: absolute;
  top: -1.76rem;
  left: 50%;
  transform: translateX(-50%);
}

.usercard-article-box .usercard-info {
  padding-top: 1.232rem;
  text-align: center;
}

.usercard-article-box .usercard-info .usercard-name {
  line-height: 1.4rem;
  font-weight: 500;
  font-size: 0.94rem;
}

.usercard-article-box .usercard-info .usercard-company {
  margin-top: 2px;
  font-size: 14px;
  line-height: 0.94rem;
  height: 0.94rem;
}

.usercard-article-container~.recommend-title-container {
  display: none;
}

/*推荐文章*/

.recommend-title-container {
  margin: 0 auto;
  width: 93.6%;
  display: flex;
  height: 2.58rem;
  line-height: 2.58rem;
  border: 1px solid #eef0f3;
  margin-top: 3px;
  border-radius: 6px 6px 0px 0px;
}

.recommend-title-container .recommend-title {
  flex: 1;
  padding-left: 0.94rem;
  font-size: 0.94rem;
  font-weight: 600;
  color: #262626;
}

.recommend-title-container .recommend-more {
  padding-right: 0.94rem;
  color: #617086;
  font-size: 0.82rem;
}

.recommend-title-container .recommend-more .icon-more {
  width: 0.41rem;
}

.recommend-container {
  margin: 0 auto;
  width: 93.6%;
  border-left: 1px solid #eef0f3;
  border-right: 1px solid #eef0f3;
  border-bottom: 1px solid #eef0f3;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.recommend-box {
  margin: 0 auto;
  width: 90.8%;
  padding: 0.7rem 0;
  border-bottom: 1px solid #eef0f3;
  display: flex;
}

.recommend-box:last-child {
  border-bottom: 0;
}

.recommend-left {
  flex: 1;
}

.recommend-left .recommend-name {
  font-size: 0.94rem;
  line-height: 1.4rem;
  height: 2.81rem;
  color: #000000;
  display: flex;
  align-items: center;
}

.recommend-left .recommend-name span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.recommend-left .recommend-info {
  font-size: 0.7rem;
  line-height: 0.94rem;
  color: #a3afbf;
  display: flex;
  margin-top: 4px;
}

.recommend-left .recommend-info div {
  margin-right: 0.94rem;
}

.recommend-right {
  width: 3.52rem;
  margin-left: 0.94rem;
  border-radius: 2px;
  overflow: hidden;
}

.recommend-right img {
  width: 3.52rem;
  height: 3.52rem;
  object-fit: cover;
  border-radius: 2px;
}

/*  文章来源 */

.article-from {
  margin: 0 auto;
  width: 93.6%;
  margin-top: 1.4rem;
  display: flex;
  color: #a3afbf;
}

.article-from .article-author {
  flex: 1;
  font-size: 0.82rem;
  line-height: 0.94rem;
  color: #a3afbf;
  padding-left: 0.7rem;
}

.article-from .article-author span {
  color: #0b7fe8;
}

.article-from .article-statement {
  padding-right: 0.7rem;
  line-height: 0.94rem;
  font-size: 0.82rem;
}

.article-from .article-statement img {
  width: 0.82rem;
  height: 0.82rem;
  vertical-align: top;
}

.article-statement-text {
  margin: 0 auto;
  margin-top: 0.47rem;
  padding: 0.7rem 0.88rem;
  box-sizing: border-box;
  border-radius: 6px;
  width: 93.6%;
  font-size: 0.7rem;
  line-height: 1rem;
  color: #a3afbf;
  background: #f8f8fb;
}

.article-statement-text label {
  color: #0b7fe8;
}

.article-new-operation {
  margin: 0 auto;
  display: flex;
  margin-top: 1.4rem;
  padding-bottom: 1.76rem;
  width: 87%;
}

.article-operation-item {
  flex: 1;
  height: 1.882rem;
  line-height: 1.882rem;
  text-align: center;
  border-radius: 0.94rem;
  color: #a3afbf;
  font-size: 0.82rem;
  border: 1px solid #cad1db;
  margin-right: 1rem;
}

.article-operation-click {
  color: #0b7fe8;
  border: 1px solid #0b7fe8;
}

.article-operation-item:last-child {
  margin-right: 0;
}

.article-operation-item img {
  width: 0.9411rem;
  vertical-align: middle;
  position: relative;
  top: -0.059rem;
}

/* 名片编辑 */

.edit-usercard-container {
  padding-left: 0.94rem;
  background: #ffffff;
}

.edit-usercard-color {
  padding-top: 0.47rem;
  background: #eeeeee;
  padding-bottom: 5.28rem;
}

.edit-usercard-container .edit-usercard-box {
  height: 2.93rem;
  line-height: 2.93rem;
  border-bottom: 1px solid #eef0f3;
  padding-right: 0.94rem;
  display: flex;
}

.edit-usercard-container .edit-usercard-box:last-child {
  border-bottom: none;
}

.edit-usercard-container .edit-usercard-box .title {
  font-size: 0.94rem;
  color: #617086;
}

.edit-usercard-container .edit-usercard-box .edit-input-box {
  flex: 1;
  padding-left: 0.94rem;
  text-align: right;
  color: #262626;
  position: relative;
}

.edit-usercard-container .edit-usercard-box .edit-input-box .edit-input-upload {
  position: absolute;
  left: 0.94rem;
  top: 0;
  right: 0;
  height: 2.93rem;
  opacity: 0;
}

.edit-usercard-container .edit-usercard-box .edit-input-box img {
  width: 1.64rem;
  height: 1.64rem;
  vertical-align: middle;
  border-radius: 4px;
}

.edit-usercard-container .edit-usercard-box .edit-input {
  height: 2.93rem;
  width: 100%;
  font-size: 0.94rem;
  text-align: right;
}

.edit-usercard-container .edit-usercard-box .edit-icon {
  margin-left: 0.65rem;
  width: 0.41rem;
}

.mui-switch {
  width: 2.58rem;
  height: 1.29rem;
  position: relative;
  border: 1px solid #dfdfdf;
  background-color: #fdfdfd;
  box-shadow: #dfdfdf 0 0 0 0 inset;
  border-radius: 0.645rem;
  background-clip: content-box;
  display: inline-block;
  -webkit-appearance: none;
  user-select: none;
  outline: none;
  vertical-align: middle;
}

.mui-switch:before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.08rem;
  left: 0.1rem;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.mui-switch:checked {
  border-color: #0b7fe8;
  box-shadow: #0b7fe8 0 0 0 16px inset;
  background-color: #0b7fe8;
}

.mui-switch:checked:before {
  left: 1.4rem;
}

.edit-usercard-container .edit-usercard-box .edit-icon img {
  width: 0.41rem;
}

.edit-usercard-color .edit-usercard-container .edit-usercard-box .edit-input-box {
  font-size: 0;
}

.edit-usercard-container .edit-usercard-box .edit-input-box .edit-color-item {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.7rem;
}

.edit-color-0 {
  background: #d6bf8e;
}

.edit-color-1 {
  background: #d7d7d8;
}

.edit-color-2 {
  background: #8d9197;
}

.edit-color-3 {
  background: #212324;
}

.edit-color-4 {
  background: #0b7fe8;
}

.edit-color-5 {
  background: #4ec6e0;
}

.edit-color-cur {
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.edit-btn-container {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0.7rem 1.4rem 1.4rem 1.4rem;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
}

.edit-btn-container .space {
  width: 1rem;
}

.edit-btn-box {
  height: 2.6rem;
  flex: 1;
  border-radius: 5px;
  border: 1px solid #eef0f3;
  line-height: 2.6rem;
  color: #617086;
  text-align: center;
  font-size: 0.94rem;
}

.edit-btn-save {
  color: #ffffff;
  background: #0b7fe8;
}

/*投诉*/

.complaint-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f8f8fb;
}

.complaint-title {
  background: #ffffff;
  height: 3.285rem;
  line-height: 3.285rem;
  text-align: center;
  font-size: 1rem;
  color: #000000;
  /* font-weight: 500; */
  font-weight: bold;
  border-bottom: 1px solid #eef0f3;
}

.complaint-box div {
  background: #ffffff;
  height: 2.93rem;
  line-height: 2.93rem;
  padding: 0 1.4rem;
  font-size: 1rem;
  color: #262626;
  border-bottom: 1px solid #eef0f3;
}

.complaint-cancel {
  margin-top: 0.47rem;
  height: 2.93rem;
  line-height: 2.93rem;
  font-size: 1rem;
  color: #617086;
  text-align: center;
  padding-bottom: 0.586rem;
  background: #ffffff;
}

.complaint-toast-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 35;
}

.mask_box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.complaint-toast-box {
  position: absolute;
  width: 44.6%;
  left: 29.2%;
  top: 50%;
  padding-bottom: 0.94rem;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  box-sizing: border-box;
}

.complaint-toast-box .toast-icon {
  margin: 0 auto;
  margin-top: 0.88rem;
  width: 2rem;
  height: 2rem;
}

.complaint-toast-box .toast-text {
  margin-top: 0.94rem;
  padding: 0 0.8rem;
  font-size: 0.82rem;
  line-height: 1.17rem;
  color: #ffffff;
  text-align: center;
}

/*分享*/

.share-container-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background-color: #434343; */
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 35;
}

.share-select-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f8f8fb;
  border-radius: 8px 8px 0px 0px;
}

.share-select-title {
  position: relative;
  border-radius: 8px 8px 0px 0px;
  height: 3.285rem;
  line-height: 3.285rem;
  text-align: center;
  /* font-weight: 500; */
  font-weight: bold;
  font-size: 1rem;
  border-bottom: 1px solid #eef0f3;
}

.share-select-title .share-select-tips {
  position: absolute;
  right: 0.94rem;
  font-size: 0.82rem;
  top: 0;
  height: 3.285rem;
  line-height: 3.285rem;
  color: #0270d5;
  font-weight: normal;
}

.share-select-text-box {
  margin: 0 auto;
  padding: 0.7rem 0;
  width: 91.5%;
  min-height: 2.8rem;
  /* border-bottom: 1px solid #EEF0F3; */
  display: flex;
  align-items: center;
}

.share-select-text {
  flex: 1;
  font-size: 0.94rem;
  line-height: 1.4rem;
  color: #262626;
}

.share-select-icon {
  width: 40px;
  display: flex;
  justify-content: right;
  align-items: center;
}

.share-select-icon img {
  width: 22px;
  height: 22px;
}

.share-select-btn-box {
  padding: 0.7rem 1.4rem 1.4rem 1.4rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eef0f3;
}

.share-select-btn-item {
  /* width: 47.4%; */
  width: 100%;
  height: 2.58rem;
  line-height: 2.58rem;
  border-radius: 5px;
  border: 1px solid #0b7fe8;
  text-align: center;
  color: #0b7fe8;
  font-size: 0.94rem;
}

.share-select-btn-box .btn-copy {
  background: #0b7fe8;
  color: #ffffff;
  font-weight: 500;
}

/*分享提示*/

.share-select-container-pd {
  padding-bottom: 1.4rem;
}

.share-step-container {
  margin-left: 12%;
  padding-top: 1.76rem;
  width: 80%;
}

.share-step-container .share-step-title {
  position: relative;
  min-height: 1.17rem;
  line-height: 1.17rem;
  color: #617086;
  font-size: 0.82rem;
}

.share-step-container .share-step-title:before {
  position: absolute;
  left: -1.76rem;
  top: 0;
  width: 1.29rem;
  height: 1.29rem;
  border-radius: 50%;
  background: #0b7fe8;
  text-align: center;
  line-height: 1.29rem;
  color: #ffffff;
}

.share-step-container .share-step-title span {
  color: #262626;
  letter-spacing: 0.8;
}

.share-step-1:before {
  content: "1";
}

.share-step-2:before {
  content: "2";
}

.share-step-3:before {
  content: "3";
}

.share-step-img {
  margin: 0.47rem 0 0.234rem 0;
  padding-bottom: 0.94rem;
}

.share-step-line {
  position: relative;
}

.share-step-line:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #eeeeee;
  left: -1.1rem;
  content: "";
}

.share-step-btn {
  width: 87.2%;
  height: 2.58rem;
  line-height: 2.58rem;
  margin: 0 auto;
  border-radius: 5px;
  font-weight: 500;
  font-size: 0.94rem;
  color: #ffffff;
  background: #0b7fe8;
  text-align: center;
}

/*分享复制提示*/

.share-tips-box {
  position: relative;
  padding-top: 3.64rem;
  text-align: center;
}

.share-tips-arrow {
  top: 0.47rem;
  right: 2.35rem;
  position: absolute;
  width: 3.63rem;
  height: 3.93rem;
}

.share-tips-box-text-big {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #ffffff;
}

.share-tips-box-text-sml {
  line-height: 1.64rem;
  font-size: 0.82rem;
  color: #ffffff;
}

.share-tips--bottom-btn {
  position: absolute;
  left: 22.3%;
  bottom: 6.45rem;
  width: 55.4%;
  height: 2.58rem;
  line-height: 2.58rem;
  text-align: center;
  border-radius: 1.79rem;
  border: 1px solid #ffffff;
  font-size: 0.94rem;
  color: #ffffff;
}

.share-tips--bottom-btn img {
  width: 20px;
  height: 20px;
  vertical-align: sub;
}

/*loading*/

.loading-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  font-size: 0;
  line-height: 1;
}

.loading-box {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  transform: scale(0.6);
}

.loading-tips {
  font-size: 0.82rem;
  color: #ffffff;
  margin-top: 0.82rem;
  text-align: center;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.poster-close {
  position: absolute;
  top: 1.11rem;
  right: 12.5%;
  width: 1.88rem;
  height: 1.88rem;
}

.poster-tips {
  text-align: center;
  margin-top: 0.82rem;
  font-size: 0.82rem;
  height: 1.4rem;
  line-height: 1.4rem;
  color: #ffffff;
}

.changePoster {
  position: absolute;
  width: 87.2%;
  color: #ffffff;
  font-size: 0.94rem;
  text-align: center;
  left: 6.4%;
  bottom: 0.7rem;
  height: 2.58rem;
  line-height: 2.58rem;
}

.changePoster .changeText {
  position: relative;
  display: inline-block;
  height: 2.58rem;
  line-height: 2.58rem;
  padding-left: 1.64rem;
}

.changeText::before {
  position: absolute;
  left: 0;
  top: 0.76rem;
  width: 1rem;
  height: 1rem;
  content: "";
  background: url("https://assets.rurushishi.com/yq-rs-h5/t1/new-usercard/refresh.png") center center no-repeat;
  background-size: 1rem 1rem;
}

.share-icon {
  position: fixed;
  right: 0.5rem;
  bottom: 7.5rem;
  width: 3.5rem;
  height: 3.5rem;
  z-index: 30;
}

.share-icon img {
  width: 3.5rem;
  height: 3.5rem;
}

.display-none {
  display: none;
}

.agreement_box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  background-color: #fff;
  z-index: 10001;
}

.agreement_content {
  text-align: justify;
  padding: 0 10px;
  font-size: 12px;
}

.agreement_content .title {
  text-align: center;
  font-size: 20px;
  margin: 10px 0;
}

.agreement_content .close {
  margin: 20px auto;
  font-size: 14px;
  border: 1px solid #2286e7;
  color: #2286e7;
  width: 100px;
  text-align: center;
  padding: 5px;
  border-radius: 10px;
}

/* 内容自行动头像 */
.btn_seft {
  position: relative;
}

.btn_seft .btn_seft_txt {
  position: absolute;
  top: -39px;
  left: 50%;
  z-index: 1;
  font-size: 12px;
  line-height: 24px;
  padding: 0 4px;
  min-width: 30px;
  height: 24px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: #0270D5;
  transform: translateX(-50%);
  white-space: nowrap;
}

.btn_seft .btn_seft_txt_after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -16px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #0270D5;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.btn_seft .btn_seft_top {
  position: absolute;
  top: -13px;
  left: 50%;
  width: 60px;
  transform: translateX(-50%);
}

.btn_seft .btn_seft_img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: relative;
  top: -12px;
  border: 7px solid #fff;
}

.btn_luckdraw img {
  width: 55px;
  margin-top: -10px;
  animation: breathing 2s ease-out infinite;
}


@-webkit-keyframes breathing {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}
/* 文章微信样式 */
.rich_media_content {
  overflow: hidden;
  color: #333;
  font-size: 17px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: justify;
  position: relative;
  z-index: 0;
  line-height: 1.6;
  font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue",
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei",
    Arial, sans-serif;
  font-size: 16px;
}
.rich_media_content * {
  max-width: 100% !important;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  word-wrap: break-word !important;
}
.rich_media_content p {
  clear: both;
  min-height: 1em;
}
.rich_media_content em {
  font-style: italic;
}
.rich_media_content fieldset {
  min-width: 0;
}
.rich_media_content .list-paddingleft-1,
.rich_media_content .list-paddingleft-2,
.rich_media_content .list-paddingleft-3 {
  padding-left: 2.2em;
}
.rich_media_content .list-paddingleft-1 .list-paddingleft-2,
.rich_media_content .list-paddingleft-2 .list-paddingleft-2,
.rich_media_content .list-paddingleft-3 .list-paddingleft-2 {
  padding-left: 30px;
}
.rich_media_content .list-paddingleft-1 {
  padding-left: 1.2em;
}
.rich_media_content .list-paddingleft-3 {
  padding-left: 3.2em;
}
.rich_media_content .code-snippet,
.rich_media_content .code-snippet__fix {
  max-width: 1000% !important;
}
.rich_media_content .code-snippet *,
.rich_media_content .code-snippet__fix * {
  max-width: 1000% !important;
}
.rich_media_content img {
  height: auto !important;
}
/*# sourceMappingURL=t1_entry.c9497f30.css.map*/