/******************* 以下是UI规范文件中的一些设置 Start ****************/
/******************* End ****************/
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.imgbackground {
  background-color: #f6f6f6;
  background-image: url(../img/img_default_v2.01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.el-scrollbar__bar.is-horizontal {
  display: none;
}
.el-scrollbar__wrap {
  overflow-x: hidden;
}
.popover-opinion {
  padding: 0;
}
.popover-opinion .tree-content .scroll-box {
  overflow-y: scroll;
  max-height: 300px;
}
.popover-opinion .tree-content .tree-box {
  padding: 12px;
}
.popover-opinion .tree-content .tree-btn {
  border-top: 1px solid #E6E6E6;
  padding: 8px 0px;
}
.popover-opinion .tree-content .tree-btn .el-button {
  font-size: 12px;
  color: #414141;
  line-height: 18px;
  border-radius: 4px;
  padding: 2px 16px;
}
.popover-opinion .tree-content .tree-btn .tree-btn-left {
  text-align: right;
}
.popover-opinion .tree-content .tree-btn .tree-btn-right {
  text-align: left;
}
.popover-opinion .tree-content .tree-btn .cancel {
  background: #ffffff;
  border: 1px solid #c0c4cd;
}
.popover-opinion .tree-content .tree-btn .submit {
  background: #de0422;
  color: #fff;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 6px;
  border: 2px solid #fff;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #FF8700;
}
* {
  touch-action: pan-y;
}
html {
  background-color: #0a101c;
}
body {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  font-family: "PingFang SC", "SourceHanSansCN", "SourceHanSansSC", "Hiragino Sans GB", "Arial", "Microsoft YaHei", "WenQuanYi Micro Hei", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
html input:focus {
  outline: none;
}
.f-clearfix {
  zoom: 1;
}
.f-clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.remPc {
  font-size: calc((100vw / 1920) * 10) !important;
}
.remMobile {
  font-size: calc((100vw / 375) * 10) !important;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.imgbackground {
  background-color: #f6f6f6;
  background-image: url(../img/img_default_v2.01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.el-scrollbar__bar.is-horizontal {
  display: none;
}
.el-scrollbar__wrap {
  overflow-x: hidden;
}
.popover-opinion {
  padding: 0;
}
.popover-opinion .tree-content .scroll-box {
  overflow-y: scroll;
  max-height: 300px;
}
.popover-opinion .tree-content .tree-box {
  padding: 12px;
}
.popover-opinion .tree-content .tree-btn {
  border-top: 1px solid #E6E6E6;
  padding: 8px 0px;
}
.popover-opinion .tree-content .tree-btn .el-button {
  font-size: 12px;
  color: #414141;
  line-height: 18px;
  border-radius: 4px;
  padding: 2px 16px;
}
.popover-opinion .tree-content .tree-btn .tree-btn-left {
  text-align: right;
}
.popover-opinion .tree-content .tree-btn .tree-btn-right {
  text-align: left;
}
.popover-opinion .tree-content .tree-btn .cancel {
  background: #ffffff;
  border: 1px solid #c0c4cd;
}
.popover-opinion .tree-content .tree-btn .submit {
  background: #de0422;
  color: #fff;
}
/******************* 以下是UI规范文件中的一些设置 Start ****************/
/******************* End ****************/
.qrBx {
  padding: 0;
  text-align: center;
}
.qrBx .el-dialog {
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
}
.qrBx .el-dialog__header {
  padding: 2rem;
}
.qrBx .el-dialog__header .el-dialog__headerbtn {
  top: 1.2rem;
  right: 1.2rem;
  color: #000;
}
.qrBx .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
  color: #000;
}
.qrBx .el-dialog__body {
  padding: 0;
}
.qrBx .el-dialog__body .qrBx-content {
  color: #ffffff;
  text-align: center;
}
.qrBx .el-dialog__body .qrBx-content .imgCase-img {
  width: 24rem;
  height: 24rem;
  text-align: center;
  line-height: 24rem;
}
.qrBx .el-dialog__body .qrBx-content .des {
  font-family: "PingFangSC-Regular", "PingFang SC";
  font-weight: 400;
  color: #000;
  line-height: 2.2rem;
  font-size: 1.6rem;
  padding: 1.5rem 0 2rem;
}

/******************* 以下是UI规范文件中的一些设置 Start ****************/
/******************* End ****************/
.text-ellipsis[data-v-32f047e2] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.imgbackground[data-v-32f047e2] {
  background-color: #f6f6f6;
  background-image: url(../img/img_default_v2.01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.el-scrollbar__bar.is-horizontal[data-v-32f047e2] {
  display: none;
}
.el-scrollbar__wrap[data-v-32f047e2] {
  overflow-x: hidden;
}
.popover-opinion[data-v-32f047e2] {
  padding: 0;
}
.popover-opinion .tree-content .scroll-box[data-v-32f047e2] {
  overflow-y: scroll;
  max-height: 300px;
}
.popover-opinion .tree-content .tree-box[data-v-32f047e2] {
  padding: 12px;
}
.popover-opinion .tree-content .tree-btn[data-v-32f047e2] {
  border-top: 1px solid #E6E6E6;
  padding: 8px 0px;
}
.popover-opinion .tree-content .tree-btn .el-button[data-v-32f047e2] {
  font-size: 12px;
  color: #414141;
  line-height: 18px;
  border-radius: 4px;
  padding: 2px 16px;
}
.popover-opinion .tree-content .tree-btn .tree-btn-left[data-v-32f047e2] {
  text-align: right;
}
.popover-opinion .tree-content .tree-btn .tree-btn-right[data-v-32f047e2] {
  text-align: left;
}
.popover-opinion .tree-content .tree-btn .cancel[data-v-32f047e2] {
  background: #ffffff;
  border: 1px solid #c0c4cd;
}
.popover-opinion .tree-content .tree-btn .submit[data-v-32f047e2] {
  background: #de0422;
  color: #fff;
}
[data-v-32f047e2]::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
[data-v-32f047e2]::-webkit-scrollbar-track {
  background: #fff;
}
[data-v-32f047e2]::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 6px;
  border: 2px solid #fff;
}
[data-v-32f047e2]::-webkit-scrollbar-thumb:hover {
  background-color: #FF8700;
}
*[data-v-32f047e2] {
  touch-action: pan-y;
}
html[data-v-32f047e2] {
  background-color: #0a101c;
}
body[data-v-32f047e2] {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  font-family: "PingFang SC", "SourceHanSansCN", "SourceHanSansSC", "Hiragino Sans GB", "Arial", "Microsoft YaHei", "WenQuanYi Micro Hei", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a[data-v-32f047e2],
a[data-v-32f047e2]:hover,
a[data-v-32f047e2]:focus {
  text-decoration: none;
}
html input[data-v-32f047e2]:focus {
  outline: none;
}
.f-clearfix[data-v-32f047e2] {
  zoom: 1;
}
.f-clearfix[data-v-32f047e2]:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.remPc[data-v-32f047e2] {
  font-size: calc((100vw / 1920) * 10) !important;
}
.remMobile[data-v-32f047e2] {
  font-size: calc((100vw / 375) * 10) !important;
}
.text-ellipsis[data-v-32f047e2] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.imgbackground[data-v-32f047e2] {
  background-color: #f6f6f6;
  background-image: url(../img/img_default_v2.01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.el-scrollbar__bar.is-horizontal[data-v-32f047e2] {
  display: none;
}
.el-scrollbar__wrap[data-v-32f047e2] {
  overflow-x: hidden;
}
.popover-opinion[data-v-32f047e2] {
  padding: 0;
}
.popover-opinion .tree-content .scroll-box[data-v-32f047e2] {
  overflow-y: scroll;
  max-height: 300px;
}
.popover-opinion .tree-content .tree-box[data-v-32f047e2] {
  padding: 12px;
}
.popover-opinion .tree-content .tree-btn[data-v-32f047e2] {
  border-top: 1px solid #E6E6E6;
  padding: 8px 0px;
}
.popover-opinion .tree-content .tree-btn .el-button[data-v-32f047e2] {
  font-size: 12px;
  color: #414141;
  line-height: 18px;
  border-radius: 4px;
  padding: 2px 16px;
}
.popover-opinion .tree-content .tree-btn .tree-btn-left[data-v-32f047e2] {
  text-align: right;
}
.popover-opinion .tree-content .tree-btn .tree-btn-right[data-v-32f047e2] {
  text-align: left;
}
.popover-opinion .tree-content .tree-btn .cancel[data-v-32f047e2] {
  background: #ffffff;
  border: 1px solid #c0c4cd;
}
.popover-opinion .tree-content .tree-btn .submit[data-v-32f047e2] {
  background: #de0422;
  color: #fff;
}
/******************* 以下是UI规范文件中的一些设置 Start ****************/
/******************* End ****************/
.userCard[data-v-32f047e2] {
  display: flex;
  height: 13.5rem;
  border-radius: 1.2rem 1.2rem 0 0;
  overflow: hidden;
}
.userCard-avatar[data-v-32f047e2] {
  width: 11rem;
  height: 100%;
}
.userCard-avatar .image-slot[data-v-32f047e2] {
  width: 100%;
  height: 100%;
}
.userCard-avatar .image-slot img[data-v-32f047e2] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.userCard-content[data-v-32f047e2] {
  flex: 1;
  background: url(../img/bg_h5_userinfo_v2.01.png) no-repeat right 4.8rem top 0 #1181FF;
  background-size: 25.5rem 13.5rem;
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
  height: 100%;
  padding: 1rem;
  position: relative;
  border-radius: 0 1.2rem 0 0;
}
.userCard-content .name[data-v-32f047e2] {
  font-size: 2rem;
  font-family: "PingFangSC-Medium", "PingFang SC";
  font-weight: 500;
  color: #FFFFFF;
  line-height: 2.8rem;
  margin-bottom: 0.5rem;
  display: block;
  max-height: 2.8rem;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
}
.userCard-content .intervalClass[data-v-32f047e2] {
  margin-bottom: 3.3rem;
}
.userCard-content .position[data-v-32f047e2] {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-family: "PingFangSC-Regular", "PingFang SC";
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.7rem;
  min-height: 1.7rem;
  display: block;
  max-height: 1.7rem;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
}
.userCard-content .company[data-v-32f047e2] {
  font-size: 1.2rem;
  font-family: "PingFangSC-Regular", "PingFang SC";
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.7rem;
  min-height: 1.7rem;
  display: block;
  max-height: 1.7rem;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
}
.userCard-content .introduction[data-v-32f047e2] {
  margin-top: 1.3rem;
  font-size: 1rem;
  font-family: "PingFangSC-Regular", "PingFang SC";
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4rem;
  display: block;
  max-height: 2.8rem;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
}
.userCard-content .contact[data-v-32f047e2] {
  position: absolute;
  right: 1.5rem;
  top: 2rem;
  font-size: 0;
  z-index: 2;
}
.userCard-content .contact .btn[data-v-32f047e2] {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.7rem;
}
.userCard-content .contact .btn_phone[data-v-32f047e2] {
  margin-right: 2.5rem;
  background-image: url(../static/img/ico_h5_phone.22ad7ad5.svg);
}
.userCard-content .contact .btn_wechat[data-v-32f047e2] {
  background-image: url(../static/img/ico_h5_wechat.4fd014a5.svg);
}
.contactContent[data-v-32f047e2] {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0.7rem 1rem 0px rgba(215, 215, 215, 0.5);
  border-radius: 0px 0px 1.6rem 1.6rem;
  border: 1px solid #FFFFFF;
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
  padding-bottom: 0.75rem;
}
.contactContent-item[data-v-32f047e2] {
  padding: 0.75rem 5rem 0.75rem 8.3rem;
  min-height: 2rem;
  position: relative;
}
.contactContent-item .label[data-v-32f047e2] {
  font-size: 1.4rem;
  font-family: "PingFangSC-Regular", "PingFang SC";
  font-weight: 400;
  color: #1F1B1B;
  line-height: 2rem;
  position: absolute;
  left: 1.3rem;
  top: 0.75rem;
  padding-left: 2.8rem;
  background-size: 1.8rem;
  background-repeat: no-repeat;
  background-position: center left ;
}
.contactContent-item .des[data-v-32f047e2] {
  font-size: 1.4rem;
  font-family: Helvetica;
  color: #1F1B1B;
  line-height: 2rem;
  word-break: break-all;
}
.contactContent-item .btn_copy[data-v-32f047e2] {
  position: absolute;
  top: 0.2rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  background: url(../img/ico_share_copy_v2.01.png) center no-repeat;
  background-size: 2.4rem;
  cursor: pointer;
}
.contactContent-expand[data-v-32f047e2] {
  text-align: center;
  padding-top: 0.75rem;
  font-size: 0;
}
.contactContent-expand .btn-expand[data-v-32f047e2] {
  font-family: "PingFangSC-Regular", "PingFang SC";
  font-weight: 400;
  color: #717A87;
  line-height: 1.65rem;
  font-size: 1.2rem;
  padding-right: 1.75rem;
  position: relative;
  cursor: pointer;
}
.contactContent-expand .btn-expand img[data-v-32f047e2] {
  position: absolute;
  right: 0;
  width: 0.95rem;
  height: 0.45rem;
  top: 50%;
  margin-top: -0.1rem;
  transition: all 0.5s;
}
.contactContent-expand .expand img[data-v-32f047e2] {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
}

/******************* 以下是UI规范文件中的一些设置 Start ****************/
/******************* End ****************/
.text-ellipsis[data-v-5642cbf0] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.imgbackground[data-v-5642cbf0] {
  background-color: #f6f6f6;
  background-image: url(../img/img_default_v2.01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.el-scrollbar__bar.is-horizontal[data-v-5642cbf0] {
  display: none;
}
.el-scrollbar__wrap[data-v-5642cbf0] {
  overflow-x: hidden;
}
.popover-opinion[data-v-5642cbf0] {
  padding: 0;
}
.popover-opinion .tree-content .scroll-box[data-v-5642cbf0] {
  overflow-y: scroll;
  max-height: 300px;
}
.popover-opinion .tree-content .tree-box[data-v-5642cbf0] {
  padding: 12px;
}
.popover-opinion .tree-content .tree-btn[data-v-5642cbf0] {
  border-top: 1px solid #E6E6E6;
  padding: 8px 0px;
}
.popover-opinion .tree-content .tree-btn .el-button[data-v-5642cbf0] {
  font-size: 12px;
  color: #414141;
  line-height: 18px;
  border-radius: 4px;
  padding: 2px 16px;
}
.popover-opinion .tree-content .tree-btn .tree-btn-left[data-v-5642cbf0] {
  text-align: right;
}
.popover-opinion .tree-content .tree-btn .tree-btn-right[data-v-5642cbf0] {
  text-align: left;
}
.popover-opinion .tree-content .tree-btn .cancel[data-v-5642cbf0] {
  background: #ffffff;
  border: 1px solid #c0c4cd;
}
.popover-opinion .tree-content .tree-btn .submit[data-v-5642cbf0] {
  background: #de0422;
  color: #fff;
}
[data-v-5642cbf0]::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
[data-v-5642cbf0]::-webkit-scrollbar-track {
  background: #fff;
}
[data-v-5642cbf0]::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 6px;
  border: 2px solid #fff;
}
[data-v-5642cbf0]::-webkit-scrollbar-thumb:hover {
  background-color: #FF8700;
}
*[data-v-5642cbf0] {
  touch-action: pan-y;
}
html[data-v-5642cbf0] {
  background-color: #0a101c;
}
body[data-v-5642cbf0] {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  font-family: "PingFang SC", "SourceHanSansCN", "SourceHanSansSC", "Hiragino Sans GB", "Arial", "Microsoft YaHei", "WenQuanYi Micro Hei", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a[data-v-5642cbf0],
a[data-v-5642cbf0]:hover,
a[data-v-5642cbf0]:focus {
  text-decoration: none;
}
html input[data-v-5642cbf0]:focus {
  outline: none;
}
.f-clearfix[data-v-5642cbf0] {
  zoom: 1;
}
.f-clearfix[data-v-5642cbf0]:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.remPc[data-v-5642cbf0] {
  font-size: calc((100vw / 1920) * 10) !important;
}
.remMobile[data-v-5642cbf0] {
  font-size: calc((100vw / 375) * 10) !important;
}
.text-ellipsis[data-v-5642cbf0] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.imgbackground[data-v-5642cbf0] {
  background-color: #f6f6f6;
  background-image: url(../img/img_default_v2.01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.el-scrollbar__bar.is-horizontal[data-v-5642cbf0] {
  display: none;
}
.el-scrollbar__wrap[data-v-5642cbf0] {
  overflow-x: hidden;
}
.popover-opinion[data-v-5642cbf0] {
  padding: 0;
}
.popover-opinion .tree-content .scroll-box[data-v-5642cbf0] {
  overflow-y: scroll;
  max-height: 300px;
}
.popover-opinion .tree-content .tree-box[data-v-5642cbf0] {
  padding: 12px;
}
.popover-opinion .tree-content .tree-btn[data-v-5642cbf0] {
  border-top: 1px solid #E6E6E6;
  padding: 8px 0px;
}
.popover-opinion .tree-content .tree-btn .el-button[data-v-5642cbf0] {
  font-size: 12px;
  color: #414141;
  line-height: 18px;
  border-radius: 4px;
  padding: 2px 16px;
}
.popover-opinion .tree-content .tree-btn .tree-btn-left[data-v-5642cbf0] {
  text-align: right;
}
.popover-opinion .tree-content .tree-btn .tree-btn-right[data-v-5642cbf0] {
  text-align: left;
}
.popover-opinion .tree-content .tree-btn .cancel[data-v-5642cbf0] {
  background: #ffffff;
  border: 1px solid #c0c4cd;
}
.popover-opinion .tree-content .tree-btn .submit[data-v-5642cbf0] {
  background: #de0422;
  color: #fff;
}
/******************* 以下是UI规范文件中的一些设置 Start ****************/
/******************* End ****************/
.shareWrap[data-v-5642cbf0] {
  background-color: #F3F7FB;
  min-height: 100vh;
}
.shareWrap .shareCon[data-v-5642cbf0] {
  background: url(../static/img/bg_views_mask.583504ef.svg) no-repeat top center;
  background-size: 100%;
  min-height: 100vh;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
}
.shareWrap .businessCardBx[data-v-5642cbf0] {
  margin-bottom: 0.5rem;
}
.shareWrap .businessCard[data-v-5642cbf0] {
  padding: 0 1.2rem 1rem;
  width: 100%;
  position: relative;
  color: #fff;
}
.shareWrap .miniUser[data-v-5642cbf0] {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1200;
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
}
.shareWrap .topCard .miniUser[data-v-5642cbf0] {
  visibility: visible;
  opacity: 1;
}
.shareWrap[data-v-5642cbf0]  .loadingClass .el-icon-loading {
  color: #4D5663;
  font-size: 2.4rem;
}

