@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  /* 设置滚动条的样式 */
}
* ::-webkit-scrollbar {
  width: 0.05rem;
}
* {
  /* 滚动槽 */
}
* ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  border-radius: 0;
}
* {
  /* 滚动条滑块 */
}
* ::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}
* ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.1);
}
html,
body {
  font-family: PingFang SC, PingFang SC;
}
#app {
  font-family: PingFang SC, Helvetica, Arial, sans-serif;
  font-family: PingFang SC, PingFang SC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
}
#app .content-color {
  background-color: #fbfbfb;
  width: 100%;
}
nav {
  padding: 30px;
}
nav a {
  font-weight: bold;
  color: #2c3e50;
}
nav a.router-link-exact-active {
  color: #42b983;
}
[data-v-7be56102] .van-dialog {
  border-radius: 10px;
  width: 308px;
  top: 44%;
  height: 158px;
}
[data-v-7be56102] .van-dialog__header {
  color: #000;
}
[data-v-7be56102] .van-dialog__header--isolated {
  padding: 1.14rem 0;
}
[data-v-7be56102] .van-dialog__confirm {
  color: #078ae2;
}
[data-v-7be56102] .van-popup--center {
  top: 60px;
  left: 50%;
  width: 100%;
  height: 230px !important;
  display: flex;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 2500 !important;
}
[data-v-7be56102] .van-popup--center .mask {
  display: flex;
  justify-content: space-between;
  padding: 0 0px;
}
[data-v-7be56102] .van-popup--center .mask-img {
  z-index: 999;
}
[data-v-7be56102] .van-popup--center .mask-img img {
  width: 60px;
  margin-top: 70px;
  margin-left: 260px;
}
[data-v-7be56102] .van-popup--center .mask-text {
  position: absolute;
  color: #fff;
  top: 100px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 15px;
  margin-top: 100px;
  margin-left: 10px;
  z-index: 999;
}
@charset "UTF-8";
.container[data-v-54e05d7d] {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  height: 100vh;
}
.container .kongMoblie[data-v-54e05d7d] {
  display: flex;
  justify-content: center;
  margin-top: 126px;
}
.container .kongMoblie img[data-v-54e05d7d] {
  width: 154px;
  height: 153px;
}
.container .logo[data-v-54e05d7d] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-54e05d7d] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-54e05d7d] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-54e05d7d] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-54e05d7d] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-54e05d7d]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-54e05d7d]:focus {
  outline: none;
}
.container .topname[data-v-54e05d7d] {
  padding: 16px;
}
.container .topname .titels[data-v-54e05d7d] {
  line-height: 27px;
}
.container .topname .titels .titels-left[data-v-54e05d7d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}
.container .topname .titels .titels-center[data-v-54e05d7d] {
  width: 1px;
  height: 16px;
  background: #333333;
  display: inline-block;
  margin: 0 8px;
}
.container .topname .titels .titels-right[data-v-54e05d7d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}
.container .topname .coperate[data-v-54e05d7d] {
  margin-top: 10px;
  display: flex;
}
.container .topname .coperate .coperatelist[data-v-54e05d7d] {
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #29a9ff;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #29a9ff;
  text-align: center;
  margin-right: 8px;
  padding: 2px 8px;
}
.container .num[data-v-54e05d7d] {
  padding: 0 16px;
  width: 91%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f8f9;
  margin: 10px 16px;
  border-radius: 2px;
}
.container .num .num-left[data-v-54e05d7d] {
  width: 40px;
  display: flex;
  align-items: center;
}
.container .num .num-left img[data-v-54e05d7d] {
  width: 40px;
  height: 40px;
  border-radius: 1.3333rem;
  border: 1px solid #eaeaea;
}
.container .num .compan-right[data-v-54e05d7d] {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
  margin-top: 20px;
  margin-left: 8px;
}
.container .num .compan-right .num-center .bozhu[data-v-54e05d7d] {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 118px;
  margin-top: 0.1333rem;
  color: #333333;
}
.container .num .compan-right .num-center .labels[data-v-54e05d7d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  display: flex;
  margin-top: 8px;
}
.container .num .compan-right .num-center .labels .labels-center[data-v-54e05d7d] {
  margin: 0 2px;
}
.container .num .compan-right .num-right[data-v-54e05d7d] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .num .compan-right .num-right .zy-follow[data-v-54e05d7d] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .num .compan-right .num-right .zy-follow .sxin[data-v-54e05d7d] {
  width: 56px;
  height: 24px;
  line-height: 22px;
  box-sizing: border-box;
  border-radius: 1px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  background-color: #fff;
  color: #26a3f7;
  border: 1px solid #26a3f7;
  border-radius: 2px;
}
.container .num .compan-right .num-right .zy-follow .sxin-center[data-v-54e05d7d] {
  margin: 0 6px;
}
.container .num .compan-right .num-right .zy-follow .gzhu[data-v-54e05d7d] {
  background-color: #048eea;
  background: linear-gradient(#048eea, #31aafb);
  color: white;
}
.container .company-intro[data-v-54e05d7d] {
  margin: 26px 16px 32px;
}
.container .company-intro .comment-flex[data-v-54e05d7d] {
  display: flex;
  align-items: center;
  width: 100%;
}
.container .company-intro .comment-flex .comment-decorate[data-v-54e05d7d] {
  width: 3px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
}
.container .company-intro .comment-flex .comment-writte[data-v-54e05d7d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.container .tabels[data-v-54e05d7d] {
  width: 100%;
}
.container .tabels .bordered-table[data-v-54e05d7d] {
  border-collapse: collapse;
  margin-top: 24px;
  width: 100%;
  border-radius: 2px 2px 2px 2px;
}
.container .tabels .bordered-table th[data-v-54e05d7d],
.container .tabels .bordered-table td[data-v-54e05d7d] {
  border: 1px solid #f8f8f9; /* 设置单元格边框 */
  padding: 8px; /* 添加一些内边距 */
  text-align: left; /* 可选：设置文本对齐 */
  width: 75%;
  border-bottom: 1px solid #f8f8f9;
  padding-left: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  height: 46px;
}
.container .tabels .bordered-table th[data-v-54e05d7d] {
  width: 25%;
  border-right: 1px solid #f8f8f9;
  border-bottom: 1px solid #f8f8f9;
  padding-left: 16px;
  text-align: left;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  height: 46px;
}
.container .searchmore[data-v-54e05d7d] {
  margin-top: 28px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(41, 169, 255, 0.07);
  border-radius: 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #29a9ff;
}
.container .recommended[data-v-54e05d7d] {
  margin-top: 12px;
  margin-bottom: 24px;
}
.container .recommended .hot-recoomend[data-v-54e05d7d] {
  margin-bottom: 45px;
}
.container .recommended .hot-recoomend .right-list[data-v-54e05d7d] {
  margin-top: 20px;
}
.container .recommended .hot-recoomend .right-list .hot-list[data-v-54e05d7d] {
  background: #ffffff;
  border-radius: 2px;
  padding: 13px 0;
  border-bottom: 1px solid #f8f8f9;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex[data-v-54e05d7d] {
  display: flex;
  cursor: pointer;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp[data-v-54e05d7d] {
  position: relative;
  width: 40px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp img[data-v-54e05d7d] {
  width: 40px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other[data-v-54e05d7d] {
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-54e05d7d] {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .names[data-v-54e05d7d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .lines[data-v-54e05d7d] {
  margin: 0 8px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .titles[data-v-54e05d7d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-author[data-v-54e05d7d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  margin-top: 4px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-author .lines[data-v-54e05d7d] {
  margin: 0 4px;
}
.container .recommended .hot-recoomend .seemore[data-v-54e05d7d] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #29a9ff;
  margin-top: 20px;
}
.container .recommended .hot-recoomend .seemore .morees[data-v-54e05d7d] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 137px;
  height: 32px;
  background: #f8f8f9;
  border-radius: 2px 2px 2px 2px;
}
.container .recommended .hot-recoomend .seemore .van-icon[data-v-54e05d7d] {
  margin: 0 0 0 2px;
  color: #29a9ff;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.container .openapp[data-v-54e05d7d] {
  position: fixed;
  bottom: 28px;
  left: 50%;
  text-align: center;
  z-index: 99;
  transform: translateX(-50%);
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #078ae2;
  border-radius: 20px;
}
.container .openapp .now[data-v-54e05d7d] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .openapp img[data-v-54e05d7d] {
  width: 20px;
  height: 20px;
}
.container .openapp span[data-v-54e05d7d] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
.pc-all .code[data-v-731c7522] {
  position: fixed;
  right: 10px;
  bottom: 80px;
}
.pc-all .code img[data-v-731c7522] {
  width: 30px;
  height: 30px;
}
.pc-all .scanning[data-v-731c7522] {
  border: 1px solid rgb(230, 228, 228);
  position: fixed;
  right: 50px;
  bottom: 10px;
  border-radius: 5px;
  height: 120px;
  width: 100px;
  display: none;
  background-color: #fff;
}
.pc-all .scanning img[data-v-731c7522] {
  width: 86px;
  height: 86px;
  margin: 7px 7px 1px;
}
.pc-all .scanning .scan[data-v-731c7522] {
  font-size: 13px;
  margin: 0;
  color: #555;
  text-align: center;
}
.closes[data-v-cdbdd6e2] .el-icon-close {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 18px;
}
[data-v-cdbdd6e2] .el-dialog {
  border-radius: 8px;
  margin-top: 306px !important;
  height: 290px;
}
[data-v-cdbdd6e2] .el-dialog__header {
  padding: 0;
}
[data-v-cdbdd6e2] .el-dialog__body {
  padding: 0 !important;
}
[data-v-cdbdd6e2] .el-dialog__footer {
  text-align: center;
}
[data-v-cdbdd6e2] .el-dialog__headerbtn {
  position: absolute;
  right: 14px;
  top: 14px;
}
[data-v-cdbdd6e2] .el-dialog__headerbtn .el-dialog__close {
  color: #fff;
}
[data-v-cdbdd6e2] .el-icon-close {
  color: #707070 !important;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999;
}
.pc-all .el-dialog .dialog-cute[data-v-cdbdd6e2] {
  position: relative;
}
.pc-all .el-dialog .dialog-cute img[data-v-cdbdd6e2] {
  height: 290px;
  width: 100%;
}
.pc-all .el-dialog .dialog-cute .dialog-content[data-v-cdbdd6e2] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
}
.pc-all .el-dialog .dialog-cute .dialog-content .image-box .toplogo[data-v-cdbdd6e2] {
  display: flex;
  justify-content: center;
  margin: 42px 0 32px 0;
}
.pc-all .el-dialog .dialog-cute .dialog-content .image-box .toplogo img[data-v-cdbdd6e2] {
  width: 76px;
  height: 23px;
}
.pc-all .el-dialog .dialog-cute .dialog-content .image-box .dialog-flex[data-v-cdbdd6e2] {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.pc-all .el-dialog .dialog-cute .dialog-content .image-box .dialog-flex img[data-v-cdbdd6e2] {
  width: 112px;
  height: 112px;
  border-radius: 5px;
}
.pc-all .el-dialog .dialog-cute .dialog-content .image-box p[data-v-cdbdd6e2] {
  margin: 17px 0 38px;
  text-align: center;
  font-size: 15px;
  color: #000000;
}
.pc-all[data-v-674373b5] {
  height: 50px;
}
.pc-all .header[data-v-674373b5] {
  display: flex;
  padding-top: 0.08rem;
  padding: 0 102px 0 48px;
  height: 50px;
  background: #fff;
  box-shadow: 0px 4px 2px 0px rgba(193, 193, 193, 0.3);
  width: 100%;
  align-items: center;
}
.pc-all .header .img[data-v-674373b5] {
  width: 275px;
  height: 32px;
  color: #2e95fb;
  margin-top: 0.02rem;
}
.pc-all .header .img img[data-v-674373b5] {
  width: 275px;
  height: 32px;
}
.pc-all .header[data-v-674373b5] .el-menu-style .el-menu-item:hover {
  background: transparent !important;
}
.pc-all .header[data-v-674373b5] .el-menu-style .el-menu--horizontal {
  border: 0;
}
.pc-all .header[data-v-674373b5] .el-menu-style .el-menu-item.is-active {
  background-color: transparent !important;
  color: #020202 !important;
  border-bottom-color: #fff !important;
}
.pc-all .header[data-v-674373b5] .el-menu-style .el-menu-item:hover {
  outline: 0 !important;
  color: #2e95fb !important;
  background-color: transparent !important;
}
.pc-all .header[data-v-674373b5] .el-menu-style .el-menu-item {
  background-color: transparent !important;
  color: #020202 !important;
  font-family: PingFang SC, PingFang SC !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.pc-all .header[data-v-674373b5] .el-menu-style .el-menu {
  background-color: transparent !important;
}
.pc-all .header .el-menu.el-menu--horizontal[data-v-674373b5] {
  border-bottom: none;
}
.pc-all .header .el-menu-demo[data-v-674373b5] {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-family: "PingFang SC-Medium";
}
.pc-all .header .el-menu-demo .publicServe[data-v-674373b5] {
  float: left;
  height: 60px;
  cursor: pointer;
  font-family: "PingFang SC-Medium";
  position: relative;
}
.pc-all .header .el-menu-demo .publicServe .videoUpload[data-v-674373b5] {
  font-family: "PingFang SC-Medium";
}
.pc-all .header .el-menu-demo .publicServe .videoUpload .bubble[data-v-674373b5] {
  position: absolute;
  top: -0.05rem;
  right: -0.05rem;
  width: 0.35rem;
  height: 0.15rem;
  line-height: 0.15rem;
  border-radius: 2px;
  background: #078ae2;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-top-left-radius: 0.03rem;
  border-top-right-radius: 0.03rem;
  border-bottom-right-radius: 0.03rem;
}
.pc-all .header .el-menu-demo .publicServe .videoUpload .bubble i[data-v-674373b5] {
  position: absolute;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
}
.pc-all .header .el-menu-demo .serveColor[data-v-674373b5] {
  color: #020202;
  line-height: 60px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0.2rem;
}
.pc-all .header .el-menu-demo .serveColor i[data-v-674373b5] {
  font-size: 5px;
}
.pc-all .header .el-menu-style .serveColor[data-v-674373b5] {
  color: #020202;
  line-height: 60px;
  cursor: pointer;
  margin: 0 0.2rem;
}
.pc-all .header .el-menu-style .serveColor[data-v-674373b5]:hover {
  color: #2e95fb;
}
@charset "UTF-8";
.pc-all[data-v-278c512f] {
  height: 189px;
}
.pc-all .foot[data-v-278c512f] {
  width: 70%;
  margin: 0 auto;
  padding: 43px 0 44px;
}
.pc-all .foot .flex[data-v-278c512f] {
  display: flex;
  justify-content: space-around;
  width: 60%;
  margin: 0 auto;
  padding-bottom: 10px;
}
.pc-all .foot .bold[data-v-278c512f] {
  font-weight: bold;
  color: white !important;
}
.pc-all .foot .bold1[data-v-278c512f] {
  font-weight: bold;
  color: #000 !important;
}
.pc-all .foot .bold2[data-v-278c512f] {
  font-weight: bold;
  color: #999999 !important;
}
.pc-all .foot .zi[data-v-278c512f] {
  font-size: 14px;
  color: #999999;
  line-height: 23px;
  font-family: "微软雅黑", "苹方", sans-serif;
  cursor: pointer;
}
.pc-all .foot .zi span[data-v-278c512f] {
  cursor: pointer;
}
.pc-all .foot .foot-bottom[data-v-278c512f] {
  text-align: center;
  vertical-align: middle;
}
.pc-all .foot .foot-bottom .foot-flex[data-v-278c512f] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: #999999;
  line-height: 23px;
}
.pc-all .foot .foot-bottom .foot-flex img[data-v-278c512f] {
  width: 18px;
  height: 18px;
  margin-left: 3px;
}
.pc-all .foot .foot-bottom .foot-flex span[data-v-278c512f] {
  cursor: pointer;
  margin: 0 4px;
  font-family: "微软雅黑", "苹方", sans-serif;
}
@charset "UTF-8";
.container-bg-size[data-v-fd25700c] {
  background-color: #f9f9f9;
}
.pc-all .kongWeb .del[data-v-fd25700c] {
  margin: 100px 0 300px;
  display: flex;
  justify-content: center;
}
.pc-all .kongWeb img[data-v-fd25700c] {
  width: 233px;
  height: 299px;
}
.pc-all .pcheight[data-v-fd25700c] {
  height: 100vh;
  overflow-y: scroll;
}
.pc-all .bg-top[data-v-fd25700c] {
  height: 177px;
}
.pc-all .bg-top img[data-v-fd25700c] {
  width: 100%;
  height: 177px;
}
.pc-all .personal[data-v-fd25700c] {
  width: 897px;
  margin: 0 auto;
  display: flex;
}
.pc-all .personal .personal-left[data-v-fd25700c] {
  width: 616px;
}
.pc-all .personal .personal-right[data-v-fd25700c] {
  width: 267px;
  margin-left: 14px;
}
.pc-all .personal .personal-right .ewcode[data-v-fd25700c] {
  width: 267px;
  height: 123px;
  margin-top: 24px;
}
.pc-all .personal .personal-right .ewcode .bg-img[data-v-fd25700c] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 267px;
  height: 123px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima[data-v-fd25700c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 21px 0 21px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left[data-v-fd25700c] {
  padding-top: 30px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .populay img[data-v-fd25700c] {
  width: 120px;
  height: 27px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-fd25700c]:after {
  content: "";
  display: block;
  width: 63px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .download[data-v-fd25700c] {
  margin-top: 14px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-fd25700c] {
  width: 126px;
  height: 18px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-right[data-v-fd25700c] {
  background-color: #fff;
  width: 75px;
  height: 75px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 5px;
  margin-top: 24px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-right img[data-v-fd25700c] {
  width: 64px;
  height: 64px;
}
.pc-all .personal .personal-right .recommended[data-v-fd25700c] {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-top: 12px;
  position: relative;
  margin-bottom: 24px;
}
.pc-all .personal .personal-right .recommended .line[data-v-fd25700c] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .personal .personal-right .recommended .comment-flex[data-v-fd25700c] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 12px;
}
.pc-all .personal .personal-right .recommended .comment-flex .comment-decorate[data-v-fd25700c] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 10px;
  border-radius: 10px;
}
.pc-all .personal .personal-right .recommended .comment-flex .comment-writte[data-v-fd25700c] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .personal .personal-right .recommended .hot-recoomend[data-v-fd25700c] {
  margin-bottom: 45px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .line[data-v-fd25700c] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex[data-v-fd25700c] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex .comment-decorate[data-v-fd25700c] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
  border-radius: 10px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex .comment-writte[data-v-fd25700c] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list[data-v-fd25700c] {
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #f3f7fa;
  padding: 12px;
  margin: 16px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex[data-v-fd25700c] {
  display: flex;
  cursor: pointer;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp[data-v-fd25700c] {
  position: relative;
  width: 40px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp img[data-v-fd25700c] {
  width: 40px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other[data-v-fd25700c] {
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-fd25700c] {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .names[data-v-fd25700c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .lines[data-v-fd25700c] {
  margin: 0 8px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .titles[data-v-fd25700c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-author[data-v-fd25700c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  margin-top: 4px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-author .lines[data-v-fd25700c] {
  margin: 0 4px;
}
.pc-all .personal .personal-right .recommended .mores[data-v-fd25700c] {
  position: absolute;
  left: -1px;
  bottom: 0;
  right: 0;
  width: 267px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: #048eea;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 0px 0px 2px 2px;
}
.pc-all .personal-top .personal-flex[data-v-fd25700c] {
  text-align: center;
  padding: 15px 0 0;
  color: #333333;
  height: 147px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
.pc-all .personal-top .personal-flex .zy-img[data-v-fd25700c] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
}
.pc-all .personal-top .personal-flex .zy-img img[data-v-fd25700c] {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #fff;
  padding: 3px;
}
.pc-all .personal-top .personal-flex .names[data-v-fd25700c] {
  margin-top: 20px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  color: #333333;
}
.pc-all .personal-top .personal-flex .labels[data-v-fd25700c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.pc-all .personal-top .personal-flex .labels .labels-center[data-v-fd25700c] {
  margin: 0 2px;
}
.pc-all .personal-top .personal-flex .zy-follow[data-v-fd25700c] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-all .personal-top .personal-flex .zy-follow .sxin[data-v-fd25700c] {
  width: 56px;
  height: 24px;
  line-height: 22px;
  box-sizing: border-box;
  border-radius: 1px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  margin-top: 24px;
  background-color: #fff;
  color: #26a3f7;
  border: 1px solid #26a3f7;
}
.pc-all .personal-top .personal-flex .zy-follow .sxin-center[data-v-fd25700c] {
  margin: 0 6px;
}
.pc-all .personal-top .personal-flex .zy-follow .gzhu[data-v-fd25700c] {
  background-color: #048eea;
  background: linear-gradient(#048eea, #31aafb);
  color: white;
}
.pc-all .personal-bottom[data-v-fd25700c] {
  box-sizing: border-box;
  margin-bottom: 24px;
}
.pc-all .personal-bottom .medias-system[data-v-fd25700c] {
  min-height: 790px;
  background-color: #fff;
  margin-top: 12px;
}
.pc-all .personal-bottom .medias-system .topname[data-v-fd25700c] {
  padding: 24px;
  border-bottom: 1px solid #e8e8e8;
}
.pc-all .personal-bottom .medias-system .topname .titels .titels-left[data-v-fd25700c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 22px;
  color: #333333;
}
.pc-all .personal-bottom .medias-system .topname .titels .titels-center[data-v-fd25700c] {
  width: 1px;
  height: 16px;
  background: #333333;
  display: inline-block;
  margin: 0 8px;
}
.pc-all .personal-bottom .medias-system .topname .titels .titels-right[data-v-fd25700c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
}
.pc-all .personal-bottom .medias-system .topname .coperate[data-v-fd25700c] {
  margin-top: 10px;
  display: flex;
}
.pc-all .personal-bottom .medias-system .topname .coperate .coperatelist[data-v-fd25700c] {
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #29a9ff;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #29a9ff;
  text-align: center;
  margin-right: 8px;
  padding: 2px 8px;
}
.pc-all .personal-bottom .medias-system .bottomlabel[data-v-fd25700c] {
  margin: 24px;
}
.pc-all .personal-bottom .medias-system .bottomlabel .intros .comment-flex[data-v-fd25700c] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .personal-bottom .medias-system .bottomlabel .intros .comment-flex .comment-decorate[data-v-fd25700c] {
  width: 3px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
}
.pc-all .personal-bottom .medias-system .bottomlabel .intros .comment-flex .comment-writte[data-v-fd25700c] {
  font-weight: bold;
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.pc-all .personal-bottom .medias-system .bottomlabel .tabels[data-v-fd25700c] {
  width: 100%;
}
.pc-all .personal-bottom .medias-system .bottomlabel .tabels .bordered-table[data-v-fd25700c] {
  border-collapse: collapse;
  margin-top: 24px;
  width: 100%;
  border-radius: 2px 2px 2px 2px;
}
.pc-all .personal-bottom .medias-system .bottomlabel .tabels .bordered-table th[data-v-fd25700c],
.pc-all .personal-bottom .medias-system .bottomlabel .tabels .bordered-table td[data-v-fd25700c] {
  border: 1px solid #f8f8f9; /* 设置单元格边框 */
  padding: 8px; /* 添加一些内边距 */
  text-align: left; /* 可选：设置文本对齐 */
  width: 80%;
  border-bottom: 1px solid #f8f8f9;
  padding-left: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  height: 46px;
}
.pc-all .personal-bottom .medias-system .bottomlabel .tabels .bordered-table th[data-v-fd25700c] {
  width: 20%;
  border-right: 1px solid #f8f8f9;
  border-bottom: 1px solid #f8f8f9;
  padding-left: 16px;
  text-align: left;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  height: 46px;
}
.pc-all .personal-bottom .medias-system .bottomlabel .bzhu[data-v-fd25700c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  margin-top: 16px;
}
.containers[data-v-75bddab5] {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.containers[data-v-75bddab5]::-webkit-scrollbar {
  display: none;
}
.containers[data-v-75bddab5] {
  background-color: #fff;
}
.containers .kongMoblie[data-v-75bddab5] {
  background-color: #fff;
  padding-top: 80px;
}
.containers .kongMoblie .pic[data-v-75bddab5] {
  display: flex;
  justify-content: center;
}
.containers .kongMoblie .pic img[data-v-75bddab5] {
  width: 154px;
  height: 153px;
  padding-bottom: 28px;
}
.containers .kongMoblie .line[data-v-75bddab5] {
  height: 8px;
  background-color: #f8f8f9;
}
.containers .kongMoblie .foryou[data-v-75bddab5] {
  background-color: #fff;
  margin-top: 8px;
  padding-bottom: 121px;
}
.containers .kongMoblie .foryou .title[data-v-75bddab5] {
  padding: 16px 0 0 12px;
  font-size: 16px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #222222;
}
.containers .kongMoblie .foryou .videos[data-v-75bddab5] {
  display: flex;
  overflow-x: auto;
  overflow-x: scroll;
  padding: 10px 12px;
}
.containers .kongMoblie .foryou .videos .details[data-v-75bddab5] {
  width: 160px;
  height: 210px;
  background: #ffffff;
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.06);
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  flex-shrink: 0;
  margin-right: 13px;
}
.containers .kongMoblie .foryou .videos .details .logos img[data-v-75bddab5] {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-top: 21px;
}
.containers .kongMoblie .foryou .videos .details .name[data-v-75bddab5] {
  font-size: 14px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.containers .kongMoblie .foryou .videos .details .num[data-v-75bddab5] {
  font-size: 10px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
  margin-top: 3px;
}
.containers .kongMoblie .foryou .videos .details .num .dian[data-v-75bddab5] {
  margin: -5px 5px 0;
}
.containers .kongMoblie .foryou .videos .details .btn[data-v-75bddab5] {
  width: 88px;
  height: 28px;
  background: #078ae2;
  border-radius: 14px 14px 14px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
}
.containers .kongMoblie .foryou .videos .details .btn img[data-v-75bddab5] {
  width: 9px;
  height: 9px;
  margin-right: 4px;
}
.containers .kongMoblie .foryou .videos .details .btn span[data-v-75bddab5] {
  font-size: 13px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.containers .kongMoblie .foryou .videos[data-v-75bddab5]::-webkit-scrollbar {
  display: none;
}
.containers .kongMoblie .foryou .open-more[data-v-75bddab5] {
  margin: 36px 26px;
}
.containers .kongMoblie .foryou .open-more button[data-v-75bddab5] {
  border: 1px solid #078ae2;
  color: #078ae2;
  font-size: 13px;
  width: 100%;
  height: 38px;
  border-radius: 50px;
  background-color: #fff;
}
.containers .logo[data-v-75bddab5] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.containers .logo .left[data-v-75bddab5] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.containers .logo .left img[data-v-75bddab5] {
  width: 213px;
  height: 32px;
}
.containers .logo .right[data-v-75bddab5] {
  display: flex;
}
.containers .logo .right .llqbtn[data-v-75bddab5] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.containers .logo .right .llqbtn[data-v-75bddab5]:active {
  outline: none;
}
.containers .logo .right .llqbtn[data-v-75bddab5]:focus {
  outline: none;
}
.containers .top-bg[data-v-75bddab5] {
  height: 210px;
  flex-shrink: 0;
}
.containers .top-bg .imgs[data-v-75bddab5] {
  position: relative;
  width: 100%;
  height: 210px;
  z-index: 9;
}
.containers .top-bg .imgs img[data-v-75bddab5] {
  width: 100%;
  height: 210px;
}
.containers .top-bg .imgs .bgcolor[data-v-75bddab5] {
  position: absolute;
  top: 0;
  left: 0;
  height: 210px;
  width: 100%;
  background: linear-gradient(180deg, rgba(47, 47, 54, 0.102) 0%, #28282f 100%);
}
.containers .infores[data-v-75bddab5] {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 16px 0 16px;
  margin-top: -35px;
  position: relative;
  z-index: 9;
}
.containers .infores .name[data-v-75bddab5] {
  display: flex;
  height: 62px;
}
.containers .infores .name .name-left img[data-v-75bddab5] {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.containers .infores .name .name-right[data-v-75bddab5] {
  margin-left: 8px;
}
.containers .infores .name .name-right .mz[data-v-75bddab5] {
  font-size: 16px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #ffffff;
  margin-top: 2px;
  display: flex;
  align-items: center;
}
.containers .infores .name .name-right .mz span[data-v-75bddab5] {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
.containers .infores .name .name-right .mz .bshi[data-v-75bddab5] {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  margin-top: 2px;
}
.containers .infores .name .name-right .departments[data-v-75bddab5] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.containers .infores .name .name-right .departments .line[data-v-75bddab5] {
  width: 1px;
  height: 9px;
  background-color: #666;
  margin: 0 8px;
}
.containers .infores .ywl-company[data-v-75bddab5] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.containers .infores .ywl-company .ywlleft[data-v-75bddab5] {
  display: flex;
  align-items: center;
}
.containers .infores .ywl-company .ywlleft img[data-v-75bddab5] {
  width: 15px;
  height: 15px;
  margin-right: 2px;
}
.containers .infores .ywl-company .ywlleft span[data-v-75bddab5] {
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 10px;
  color: #777777;
  line-height: 14px;
}
.containers .inforszan[data-v-75bddab5] {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.containers .inforszan .zy-information[data-v-75bddab5] {
  display: flex;
  justify-content: space-between;
  width: 50%;
}
.containers .inforszan .zy-information .zy-zi[data-v-75bddab5] {
  text-align: center;
  font-size: 12px;
  color: #333;
  font-family: PingFang SC-Medium, PingFang SC;
}
.containers .inforszan .zy-information .zy-zi .nums[data-v-75bddab5] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #3d3d3d;
}
.containers .inforszan .zy-information .zy-zi .zan[data-v-75bddab5] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-top: 5px;
}
.containers .inforszan .zy-information .lines[data-v-75bddab5] {
  width: 1px;
  height: 14px;
  background: #eaeaea;
  margin-top: 5px;
}
.containers .inforszan .places-right[data-v-75bddab5] {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
  margin-bottom: 10px;
}
.containers .inforszan .places-right .private[data-v-75bddab5] {
  width: 56px;
  height: 24px;
  border-radius: 1px;
  border: 1px solid #29a5f9;
  font-family: PingFang SC Regular, PingFang SC Regular;
  font-weight: 400;
  font-size: 12px;
  color: #29a5f9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers .inforszan .places-right .follow[data-v-75bddab5] {
  width: 56px;
  height: 24px;
  background: #29a9ff;
  margin-left: 12px;
  color: #fff;
}
.containers .kongs[data-v-75bddab5] {
  height: 8px;
  background: #f8f8f9;
}
.containers .introes[data-v-75bddab5] {
  padding: 10px 16px 16px;
  border-bottom: 1px solid #f8f8f9;
}
.containers .introes .titles[data-v-75bddab5] {
  display: flex;
  align-items: center;
}
.containers .introes .titles img[data-v-75bddab5] {
  width: 24px;
  height: 24px;
}
.containers .introes .titles span[data-v-75bddab5] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
.containers .introes .labelarr[data-v-75bddab5] {
  margin-top: 10px;
  margin-bottom: 4px;
}
.containers .introes .labelarr .shows[data-v-75bddab5] {
  display: flex;
  flex-wrap: wrap;
  height: 88px;
  overflow: hidden;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  line-height: 24px;
  white-space: pre-wrap;
}
.containers .introes .labelarr .shows.expanded[data-v-75bddab5] {
  height: auto;
}
.containers .introes .disdown[data-v-75bddab5] {
  display: flex;
  justify-content: flex-end;
}
.containers .introes .disdown .down[data-v-75bddab5] {
  width: 113px;
  height: 33px;
  background: #f5f5f5;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #777;
}
.containers .introes .disdown .down span[data-v-75bddab5] {
  margin-right: 6px;
}
.containers .introes .disdown .down .van-icon[data-v-75bddab5] {
  margin: 0 0 0 2px;
  color: #777;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.containers .tz-teams .memberes[data-v-75bddab5] {
  display: flex;
  flex-wrap: wrap;
}
.containers .tz-teams .memberes .specialist[data-v-75bddab5] {
  width: 25%;
  background: #ffffff;
}
.containers .tz-teams .memberes .specialist .specialist-list[data-v-75bddab5] {
  text-align: center;
}
.containers .tz-teams .memberes .specialist .specialist-list .specialist-list-img[data-v-75bddab5] {
  padding-top: 10px;
  display: flex;
  justify-content: center;
}
.containers .tz-teams .memberes .specialist .specialist-list .specialist-list-img img[data-v-75bddab5] {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.containers .tz-teams .memberes .specialist .specialist-list .specialist-list-name[data-v-75bddab5] {
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  width: 60%;
  margin: 10px auto 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.containers .tz-teams .memberes .specialist .specialist-list .specialist-list-postion[data-v-75bddab5] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  margin-top: 4px;
}
.containers .tzly .fields[data-v-75bddab5] {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 4px;
}
.containers .tzly .fields .specialist-list[data-v-75bddab5] {
  padding: 5px 10px;
  background: #f5f5f5;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-right: 8px;
  margin-bottom: 8px;
}
.containers .xwdt .newes[data-v-75bddab5] {
  margin-top: 10px;
  margin-bottom: 4px;
}
.containers .xwdt .newes .specialist[data-v-75bddab5] {
  height: 39px;
  margin-bottom: 16px;
}
.containers .xwdt .newes .videos[data-v-75bddab5] {
  display: flex;
  align-items: center;
  width: 100%;
}
.containers .xwdt .newes .videos .specialist-list-img[data-v-75bddab5] {
  width: 51px;
  height: 39px;
  display: flex;
  align-items: center;
  position: relative;
}
.containers .xwdt .newes .videos .specialist-list-img img[data-v-75bddab5] {
  width: 51px;
  height: 39px;
  border-radius: 2px;
}
.containers .xwdt .newes .videos .specialist-list-img .istop img[data-v-75bddab5] {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 16px;
}
.containers .xwdt .newes .videos .infor-right[data-v-75bddab5] {
  flex: 1;
  display: flex;
  align-items: center;
  height: 39px;
  border-bottom: 1px solid #f8f8f9;
  padding-bottom: 15px;
  margin-left: 13px;
  margin-top: 10px;
}
.containers .xwdt .newes .videos .infor-right .specialist-list-name[data-v-75bddab5] {
  flex: 1;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.containers .xwdt .newes .videos .infor-right .specialist-list-postion[data-v-75bddab5] {
  width: 80px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  text-align: right;
}
.containers .xwdt .newes .seemore[data-v-75bddab5] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #29a9ff;
  margin-top: 20px;
}
.containers .xwdt .newes .seemore .morees[data-v-75bddab5] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 137px;
  height: 32px;
  background: #f8f8f9;
  border-radius: 2px 2px 2px 2px;
}
.containers .xwdt .newes .seemore .van-icon[data-v-75bddab5] {
  margin: 0 0 0 2px;
  color: #29a9ff;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.containers .openapp[data-v-75bddab5] {
  position: fixed;
  bottom: 28px;
  left: 50%;
  text-align: center;
  z-index: 99;
  transform: translateX(-50%);
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #078ae2;
  border-radius: 20px;
}
.containers .openapp .now[data-v-75bddab5] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.containers .openapp img[data-v-75bddab5] {
  width: 20px;
  height: 20px;
}
.containers .openapp span[data-v-75bddab5] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
@charset "UTF-8";
.container-bg-size[data-v-b4cdba1c] {
  background-color: #f9f9f9;
}
.pc-all .kongWeb .del[data-v-b4cdba1c] {
  margin: 100px 0 300px;
  display: flex;
  justify-content: center;
}
.pc-all .kongWeb img[data-v-b4cdba1c] {
  width: 233px;
  height: 299px;
}
.pc-all .pcheight[data-v-b4cdba1c] {
  height: 100vh;
  overflow-y: scroll;
}
.pc-all .bg-top[data-v-b4cdba1c] {
  height: 177px;
}
.pc-all .bg-top img[data-v-b4cdba1c] {
  width: 100%;
  height: 177px;
}
.pc-all .personal[data-v-b4cdba1c] {
  width: 897px;
  margin: 0 auto;
  display: flex;
}
.pc-all .personal .personal-left[data-v-b4cdba1c] {
  width: 616px;
}
.pc-all .personal .personal-right[data-v-b4cdba1c] {
  width: 267px;
  margin-left: 14px;
}
.pc-all .personal .personal-right .ewcode[data-v-b4cdba1c] {
  width: 267px;
  height: 123px;
  margin-top: 24px;
}
.pc-all .personal .personal-right .ewcode .bg-img[data-v-b4cdba1c] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 267px;
  height: 123px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima[data-v-b4cdba1c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 21px 0 21px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left[data-v-b4cdba1c] {
  padding-top: 30px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .populay img[data-v-b4cdba1c] {
  width: 120px;
  height: 27px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-b4cdba1c]:after {
  content: "";
  display: block;
  width: 63px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .download[data-v-b4cdba1c] {
  margin-top: 14px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-b4cdba1c] {
  width: 126px;
  height: 18px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-right[data-v-b4cdba1c] {
  background-color: #fff;
  width: 75px;
  height: 75px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 5px;
  margin-top: 24px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-right img[data-v-b4cdba1c] {
  width: 64px;
  height: 64px;
}
.pc-all .personal .personal-right .recommended[data-v-b4cdba1c] {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-top: 12px;
  position: relative;
  margin-bottom: 24px;
}
.pc-all .personal .personal-right .recommended .line[data-v-b4cdba1c] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .personal .personal-right .recommended .comment-flex[data-v-b4cdba1c] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 12px;
}
.pc-all .personal .personal-right .recommended .comment-flex .comment-decorate[data-v-b4cdba1c] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 10px;
  border-radius: 10px;
}
.pc-all .personal .personal-right .recommended .comment-flex .comment-writte[data-v-b4cdba1c] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .personal .personal-right .recommended .follow[data-v-b4cdba1c] {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 16px 22px 22px;
}
.pc-all .personal .personal-right .recommended .follow .all[data-v-b4cdba1c] {
  width: 33.3%;
  text-align: center;
}
.pc-all .personal .personal-right .recommended .follow .all .infor[data-v-b4cdba1c] {
  margin-bottom: 18px;
}
.pc-all .personal .personal-right .recommended .follow .all .infor img[data-v-b4cdba1c] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.pc-all .personal .personal-right .recommended .follow .all .infor div[data-v-b4cdba1c] {
  margin-top: 5px;
  color: #757575;
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
}
.pc-all .personal .personal-right .recommended .mores[data-v-b4cdba1c] {
  position: absolute;
  left: -1px;
  bottom: 0;
  right: 0;
  width: 267px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: #048eea;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 0px 0px 2px 2px;
}
.pc-all .personal-top .personal-flex[data-v-b4cdba1c] {
  text-align: center;
  padding: 15px 0 0;
  color: #333333;
  height: 160px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
.pc-all .personal-top .personal-flex .zy-img[data-v-b4cdba1c] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
}
.pc-all .personal-top .personal-flex .zy-img img[data-v-b4cdba1c] {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #fff;
  padding: 3px;
}
.pc-all .personal-top .personal-flex .zy-introduce .zy-name[data-v-b4cdba1c] {
  font-size: 16px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  margin-top: 18px;
}
.pc-all .personal-top .personal-flex .zy-introduce .zy-information[data-v-b4cdba1c] {
  display: flex;
  margin: 16px 203px 0;
  justify-content: space-between;
}
.pc-all .personal-top .personal-flex .zy-introduce .zy-information .zy-zi[data-v-b4cdba1c] {
  text-align: center;
  width: 33.3%;
  font-size: 12px;
  color: #333;
  font-family: PingFang SC-Medium, PingFang SC;
}
.pc-all .personal-top .personal-flex .zy-introduce .zy-information .zy-zi .nums[data-v-b4cdba1c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #3d3d3d;
}
.pc-all .personal-top .personal-flex .zy-introduce .zy-information .zy-zi .zan[data-v-b4cdba1c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-top: 5px;
}
.pc-all .personal-top .personal-flex .zy-introduce .zy-information .lines[data-v-b4cdba1c] {
  width: 1px;
  height: 14px;
  background: #eaeaea;
  margin-top: 5px;
}
.pc-all .personal-top .personal-flex .zy-introduce .zy-jj[data-v-b4cdba1c] {
  font-size: 0.08rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #cdc9c9;
  margin-top: 8px;
}
.pc-all .personal-top .personal-flex .zy-introduce .detail-personal[data-v-b4cdba1c] {
  margin-top: 0.07rem;
  color: #cdc9c9;
  font-size: 0.08rem;
  cursor: pointer;
}
.pc-all .personal-top .personal-flex .zy-introduce .detail-personal img[data-v-b4cdba1c] {
  width: 0.04rem;
  height: 0.06rem;
}
.pc-all .personal-top .personal-flex .zy-follow[data-v-b4cdba1c] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-all .personal-top .personal-flex .zy-follow div[data-v-b4cdba1c] {
  width: 67px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  margin-top: 15px;
  background-color: #048eea;
  background: linear-gradient(#048eea, #31aafb);
  color: white;
}
.pc-all .personal-bottom[data-v-b4cdba1c] {
  box-sizing: border-box;
  margin-bottom: 24px;
}
.pc-all .personal-bottom .medias-system[data-v-b4cdba1c] {
  min-height: 790px;
  background-color: #fff;
}
.pc-all .personal-bottom .medias-system[data-v-b4cdba1c] .el-tabs__item {
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  padding: 0 30px;
}
.pc-all .personal-bottom .medias-system[data-v-b4cdba1c] .is-active {
  font-size: 14px;
  font-weight: bold;
  color: #00050f;
  position: relative;
}
.pc-all .personal-bottom .medias-system[data-v-b4cdba1c] .is-active::after {
  content: "";
  width: 22px;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  color: #166fe8;
  border-radius: 5px;
  border: 2px solid #166fe8;
  background-color: #166fe8; /* 修改底部横杠的颜色 */
}
.pc-all .personal-bottom .medias-system[data-v-b4cdba1c] .el-tabs__active-bar {
  background-color: transparent; /* 修改底部横杠的颜色 */
}
.pc-all .demo-tabs[data-v-b4cdba1c] {
  padding: 10px 0 0;
  margin: 12px auto 0;
  background-color: #fff;
}
.pc-all .demo-tabs .intros[data-v-b4cdba1c] {
  padding: 0 12px;
}
.pc-all .demo-tabs .intros .agencys[data-v-b4cdba1c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  line-height: 24px;
  white-space: pre-wrap;
}
.pc-all .demo-tabs .memberes[data-v-b4cdba1c] {
  display: flex;
  flex-wrap: wrap;
  padding: 0 12px;
}
.pc-all .demo-tabs .memberes .specialist[data-v-b4cdba1c] {
  margin-right: 22px;
  margin-bottom: 22px;
  width: 124px;
  height: 158px;
  background: #ffffff;
  box-shadow: 0px 1px 6px 1px rgba(51, 51, 51, 0.08);
  border-radius: 10px;
}
.pc-all .demo-tabs .memberes .specialist[data-v-b4cdba1c]:nth-child(4n) {
  margin-right: 0;
}
.pc-all .demo-tabs .memberes .specialist .specialist-list[data-v-b4cdba1c] {
  text-align: center;
}
.pc-all .demo-tabs .memberes .specialist .specialist-list .specialist-list-img[data-v-b4cdba1c] {
  padding-top: 24px;
  display: flex;
  justify-content: center;
}
.pc-all .demo-tabs .memberes .specialist .specialist-list .specialist-list-img img[data-v-b4cdba1c] {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.pc-all .demo-tabs .memberes .specialist .specialist-list .specialist-list-name[data-v-b4cdba1c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  width: 60%;
  margin: 16px auto 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pc-all .demo-tabs .memberes .specialist .specialist-list .specialist-list-postion[data-v-b4cdba1c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  margin-top: 4px;
}
.pc-all .demo-tabs .fields[data-v-b4cdba1c] {
  display: flex;
  flex-wrap: wrap;
  padding: 0 12px;
}
.pc-all .demo-tabs .fields .specialist-list[data-v-b4cdba1c] {
  padding: 5px 10px;
  background: #f5f5f5;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-right: 8px;
  margin-bottom: 16px;
}
.pc-all .demo-tabs .newes[data-v-b4cdba1c] {
  padding: 0 12px;
}
.pc-all .demo-tabs .newes .specialist[data-v-b4cdba1c] {
  margin-bottom: 16px;
}
.pc-all .demo-tabs .newes .videos[data-v-b4cdba1c] {
  display: flex;
  align-items: center;
  height: 56px;
  width: 100%;
}
.pc-all .demo-tabs .newes .videos .specialist-list-img[data-v-b4cdba1c] {
  width: 72px;
  height: 56px;
  position: relative;
}
.pc-all .demo-tabs .newes .videos .specialist-list-img img[data-v-b4cdba1c] {
  width: 72px;
  height: 56px;
  border-radius: 2px;
}
.pc-all .demo-tabs .newes .videos .specialist-list-img .istop img[data-v-b4cdba1c] {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 16px;
}
.pc-all .demo-tabs .newes .videos .specialist-list-name[data-v-b4cdba1c] {
  flex: 1;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin-left: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pc-all .demo-tabs .newes .videos .specialist-list-postion[data-v-b4cdba1c] {
  width: 100px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  text-align: right;
}
[data-v-b4cdba1c] .el-tabs__nav {
  display: flex;
  justify-content: center;
  float: inherit !important;
}
[data-v-b4cdba1c] .el-tabs__content {
  padding: 12px;
  color: #6b778c;
}
[data-v-b4cdba1c] .el-tabs__nav-scroll {
  display: flex;
  justify-content: left;
  margin-left: 12px;
}
[data-v-b4cdba1c] .el-tabs__item.is-active {
  color: #333;
  font-weight: bold;
}
[data-v-b4cdba1c] .el-tabs__nav-wrap::after {
  height: 1px;
}
@charset "UTF-8";
.container[data-v-1452e660] {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  height: 100vh;
}
.container .kongMoblie[data-v-1452e660] {
  display: flex;
  justify-content: center;
  margin-top: 126px;
}
.container .kongMoblie img[data-v-1452e660] {
  width: 154px;
  height: 153px;
}
.container .logo[data-v-1452e660] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-1452e660] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-1452e660] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-1452e660] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-1452e660] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-1452e660]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-1452e660]:focus {
  outline: none;
}
.container .carousel-container[data-v-1452e660] {
  position: relative;
  width: 100%;
}
.container .carousel-container[data-v-1452e660] .van-swipe__indicator--active {
  width: 17px;
  height: 5px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
}
.container .carousel-container .custom-swipe[data-v-1452e660] {
  width: 100%;
  height: 235px;
}
.container .carousel-container .imgs img[data-v-1452e660] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .topname[data-v-1452e660] {
  padding: 16px;
}
.container .topname .titels[data-v-1452e660] {
  line-height: 27px;
}
.container .topname .titels .titels-left[data-v-1452e660] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}
.container .num[data-v-1452e660] {
  padding: 0 16px;
  width: 91%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f8f9;
  margin: 10px 16px;
  border-radius: 2px;
}
.container .num .num-left[data-v-1452e660] {
  width: 40px;
  display: flex;
  align-items: center;
}
.container .num .num-left img[data-v-1452e660] {
  width: 40px;
  height: 40px;
  border-radius: 1.3333rem;
  border: 1px solid #eaeaea;
}
.container .num .compan-right[data-v-1452e660] {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
  margin-top: 20px;
  margin-left: 8px;
}
.container .num .compan-right .num-center .bozhu[data-v-1452e660] {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 118px;
  margin-top: 0.1333rem;
  color: #333333;
}
.container .num .compan-right .num-center .aready[data-v-1452e660] {
  width: 100px;
  height: 20px;
  background: rgba(41, 169, 255, 0.15);
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #29a9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
.container .num .compan-right .num-right[data-v-1452e660] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .num .compan-right .num-right .zy-follow[data-v-1452e660] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .num .compan-right .num-right .zy-follow .sxin[data-v-1452e660] {
  width: 56px;
  height: 24px;
  line-height: 22px;
  box-sizing: border-box;
  border-radius: 1px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  background-color: #fff;
  color: #26a3f7;
  border: 1px solid #26a3f7;
  border-radius: 2px;
}
.container .num .compan-right .num-right .zy-follow .sxin-center[data-v-1452e660] {
  margin: 0 6px;
}
.container .num .compan-right .num-right .zy-follow .gzhu[data-v-1452e660] {
  background-color: #048eea;
  background: linear-gradient(#048eea, #31aafb);
  color: white;
}
.container .company-intro[data-v-1452e660] {
  margin: 26px 16px 32px;
}
.container .company-intro .comment-flex[data-v-1452e660] {
  display: flex;
  align-items: center;
  width: 100%;
}
.container .company-intro .comment-flex .comment-decorate[data-v-1452e660] {
  width: 3px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
}
.container .company-intro .comment-flex .comment-writte[data-v-1452e660] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.container .tabels[data-v-1452e660] {
  width: 100%;
}
.container .tabels .bordered-table[data-v-1452e660] {
  border-collapse: collapse;
  margin-top: 24px;
  width: 100%;
  border-radius: 2px 2px 2px 2px;
}
.container .tabels .bordered-table th[data-v-1452e660],
.container .tabels .bordered-table td[data-v-1452e660] {
  border: 1px solid #f8f8f9; /* 设置单元格边框 */
  padding: 8px; /* 添加一些内边距 */
  text-align: left; /* 可选：设置文本对齐 */
  width: 75%;
  border-bottom: 1px solid #f8f8f9;
  padding-left: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  height: 46px;
}
.container .tabels .bordered-table th[data-v-1452e660] {
  width: 25%;
  border-right: 1px solid #f8f8f9;
  border-bottom: 1px solid #f8f8f9;
  padding-left: 16px;
  text-align: left;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  height: 46px;
}
.container .searchmore[data-v-1452e660] {
  margin-top: 28px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(41, 169, 255, 0.07);
  border-radius: 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #29a9ff;
}
.container .recommended[data-v-1452e660] {
  margin-top: 12px;
  margin-bottom: 24px;
}
.container .recommended .hot-recoomend[data-v-1452e660] {
  margin-bottom: 45px;
}
.container .recommended .hot-recoomend .right-list[data-v-1452e660] {
  margin-top: 20px;
}
.container .recommended .hot-recoomend .right-list .hot-list[data-v-1452e660] {
  background: #ffffff;
  border-radius: 2px;
  padding: 13px 0;
  border-bottom: 1px solid #f8f8f9;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex[data-v-1452e660] {
  display: flex;
  cursor: pointer;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp[data-v-1452e660] {
  position: relative;
  width: 40px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp img[data-v-1452e660] {
  width: 40px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other[data-v-1452e660] {
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-1452e660] {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .names[data-v-1452e660] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .lines[data-v-1452e660] {
  margin: 0 8px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .titles[data-v-1452e660] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-author[data-v-1452e660] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  margin-top: 4px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-author .lines[data-v-1452e660] {
  margin: 0 4px;
}
.container .recommended .hot-recoomend .right-list .waterfall[data-v-1452e660] {
  margin: 0 auto;
  width: 100%;
  -moz-column-fill: balance;
       column-fill: balance;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 9px;
       column-gap: 9px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item[data-v-1452e660] {
  overflow: auto;
  width: 100%;
}
.container .recommended .hot-recoomend .right-list .waterfall .item img[data-v-1452e660] {
  width: 100%;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info[data-v-1452e660] {
  padding: 0 8px 6px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-title[data-v-1452e660] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #3d3d3d;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-price[data-v-1452e660] {
  font-size: 18px;
  color: #e60012;
  font-weight: bold;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-price span[data-v-1452e660] {
  font-size: 10px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-face[data-v-1452e660] {
  font-size: 14px;
  font-weight: 500;
  margin-top: 2px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details[data-v-1452e660] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 16px;
  color: #666;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-left[data-v-1452e660] {
  display: flex;
  align-items: center;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-left img[data-v-1452e660] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 4px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-left span[data-v-1452e660] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #808080;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-right span[data-v-1452e660] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #777777;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-right .van-icon[data-v-1452e660] {
  font-size: 10px;
  color: #777777;
}
.container .recommended .hot-recoomend .seemore[data-v-1452e660] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #29a9ff;
  margin-top: 20px;
}
.container .recommended .hot-recoomend .seemore .morees[data-v-1452e660] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 137px;
  height: 32px;
  background: #f8f8f9;
  border-radius: 2px 2px 2px 2px;
}
.container .recommended .hot-recoomend .seemore .van-icon[data-v-1452e660] {
  margin: 0 0 0 2px;
  color: #29a9ff;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.container .openapp[data-v-1452e660] {
  position: fixed;
  bottom: 28px;
  left: 50%;
  text-align: center;
  z-index: 99;
  transform: translateX(-50%);
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #078ae2;
  border-radius: 20px;
}
.container .openapp .now[data-v-1452e660] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .openapp img[data-v-1452e660] {
  width: 20px;
  height: 20px;
}
.container .openapp span[data-v-1452e660] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
@charset "UTF-8";
.container-bg-size[data-v-1a07fef2] {
  background-color: #f9f9f9;
}
.pc-all .kongWeb .del[data-v-1a07fef2] {
  margin: 100px 0 300px;
  display: flex;
  justify-content: center;
}
.pc-all .kongWeb img[data-v-1a07fef2] {
  width: 233px;
  height: 299px;
}
.pc-all .pcheight[data-v-1a07fef2] {
  height: 100vh;
  overflow-y: scroll;
}
.pc-all .personal[data-v-1a07fef2] {
  width: 897px;
  margin: 0 auto;
  display: flex;
}
.pc-all .personal .personal-left[data-v-1a07fef2] {
  width: 616px;
  background-color: #fff;
}
.pc-all .personal .personal-left .zoomimgs[data-v-1a07fef2] {
  margin: 24px 24px 0;
}
.pc-all .personal .personal-left .zoomimgs img[data-v-1a07fef2] {
  width: 568px;
  height: 355px;
  border-radius: 4px;
}
.pc-all .personal .personal-left .boxs[data-v-1a07fef2] {
  width: 100%;
  padding-left: 80px;
  padding-right: 70px;
  margin-top: -20px;
  position: relative;
}
.pc-all .personal .personal-left .boxs .swiper-container[data-v-1a07fef2] {
  overflow: hidden;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper[data-v-1a07fef2] {
  margin-top: 40px;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper .swiper-slide .imgs[data-v-1a07fef2] {
  background-color: #fff;
  border-radius: 12px;
  height: 80px !important;
  width: 136px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper .swiper-slide .imgs img[data-v-1a07fef2] {
  height: 80px !important;
  width: 136px;
  border-radius: 4px;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper .swiper-slide .first-slide[data-v-1a07fef2] {
  background-color: transparent;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper .swiper-slide .first-slide img[data-v-1a07fef2] {
  border: 3px solid #29a9ff;
  height: 80px !important;
  width: 136px;
  border-radius: 4px;
}
.pc-all .personal .personal-left .boxs .swiper-button-prev[data-v-1a07fef2] {
  top: 70%;
  left: 25px;
}
.pc-all .personal .personal-left .boxs .swiper-button-prev[data-v-1a07fef2]::after {
  width: 50px !important;
  height: 50px !important;
  font-size: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d8d8d8;
  font-weight: 600;
}
.pc-all .personal .personal-left .boxs .swiper-button-next[data-v-1a07fef2] {
  right: 25px;
  top: 70%;
}
.pc-all .personal .personal-left .boxs .swiper-button-next[data-v-1a07fef2]::after {
  width: 50px !important;
  height: 50px !important;
  font-size: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d8d8d8;
  font-weight: 600;
}
.pc-all .personal .personal-left .consumables-names[data-v-1a07fef2] {
  margin: 16px 24px;
}
.pc-all .personal .personal-left .consumables-names .name[data-v-1a07fef2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
}
.pc-all .personal .personal-left .consumables-names .title-content[data-v-1a07fef2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #ea0000;
  height: 52px;
  line-height: 52px;
  background: #f8f8f9;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.pc-all .personal .personal-left .consumables-names .title-content .price[data-v-1a07fef2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #aaaaaa;
  margin-left: 18px;
  margin-right: 8px;
}
.pc-all .personal .personal-left .kongs[data-v-1a07fef2] {
  background: #f8f8f9;
  height: 8px;
}
.pc-all .personal .personal-left .follows[data-v-1a07fef2] {
  display: flex;
  align-items: center;
  margin: 19px 24px;
}
.pc-all .personal .personal-left .follows .follows-left[data-v-1a07fef2] {
  width: 40px;
}
.pc-all .personal .personal-left .follows .follows-left img[data-v-1a07fef2] {
  width: 40px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.pc-all .personal .personal-left .follows .follows-center[data-v-1a07fef2] {
  margin-left: 8px;
  flex: 1;
}
.pc-all .personal .personal-left .follows .follows-center .name[data-v-1a07fef2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
}
.pc-all .personal .personal-left .follows .follows-center .aready[data-v-1a07fef2] {
  width: 100px;
  height: 20px;
  background: rgba(41, 169, 255, 0.15);
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #29a9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
.pc-all .personal .personal-left .follows .follows-right[data-v-1a07fef2] {
  display: flex;
  width: 120px;
}
.pc-all .personal .personal-left .follows .follows-right .private[data-v-1a07fef2] {
  width: 56px;
  height: 24px;
  border: 1px solid #29a5f9;
  border-radius: 2px;
  font-family: PingFang SC Regular, PingFang SC Regular;
  font-weight: 400;
  font-size: 12px;
  color: #29a5f9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-all .personal .personal-left .follows .follows-right .follow[data-v-1a07fef2] {
  width: 56px;
  height: 24px;
  background: linear-gradient(88deg, #048eea 0%, #31aafb 100%);
  border-radius: 2px;
  margin-left: 8px;
  color: #fff;
}
.pc-all .personal .personal-right[data-v-1a07fef2] {
  width: 267px;
  margin-left: 14px;
}
.pc-all .personal .personal-right .ewcode[data-v-1a07fef2] {
  width: 267px;
  height: 123px;
  margin-top: 24px;
}
.pc-all .personal .personal-right .ewcode .bg-img[data-v-1a07fef2] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 267px;
  height: 123px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima[data-v-1a07fef2] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 21px 0 21px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left[data-v-1a07fef2] {
  padding-top: 30px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .populay img[data-v-1a07fef2] {
  width: 120px;
  height: 27px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-1a07fef2]:after {
  content: "";
  display: block;
  width: 63px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .download[data-v-1a07fef2] {
  margin-top: 14px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-1a07fef2] {
  width: 126px;
  height: 18px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-right[data-v-1a07fef2] {
  background-color: #fff;
  width: 75px;
  height: 75px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 5px;
  margin-top: 24px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-right img[data-v-1a07fef2] {
  width: 64px;
  height: 64px;
}
.pc-all .personal .personal-right .recommended[data-v-1a07fef2] {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-top: 12px;
  position: relative;
  margin-bottom: 24px;
}
.pc-all .personal .personal-right .recommended .line[data-v-1a07fef2] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .personal .personal-right .recommended .comment-flex[data-v-1a07fef2] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 12px;
}
.pc-all .personal .personal-right .recommended .comment-flex .comment-decorate[data-v-1a07fef2] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 10px;
  border-radius: 10px;
}
.pc-all .personal .personal-right .recommended .comment-flex .comment-writte[data-v-1a07fef2] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .personal .personal-right .recommended .hot-recoomend[data-v-1a07fef2] {
  margin-bottom: 32px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .line[data-v-1a07fef2] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex[data-v-1a07fef2] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex .comment-decorate[data-v-1a07fef2] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
  border-radius: 10px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex .comment-writte[data-v-1a07fef2] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list[data-v-1a07fef2] {
  margin: 16px;
  border-bottom: 1px solid #f8f8f9;
  padding-bottom: 12px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list[data-v-1a07fef2]:last-child {
  border-bottom: none;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex[data-v-1a07fef2] {
  display: flex;
  cursor: pointer;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp[data-v-1a07fef2] {
  position: relative;
  width: 102px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp img[data-v-1a07fef2] {
  width: 102px;
  height: 60px;
  border-radius: 2px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other[data-v-1a07fef2] {
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-1a07fef2] {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .names[data-v-1a07fef2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 20px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .titles[data-v-1a07fef2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-names[data-v-1a07fef2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #777777;
  line-height: 18px;
  word-break: break-all;
}
.pc-all .personal .personal-right .recommended .mores[data-v-1a07fef2] {
  position: absolute;
  left: -1px;
  bottom: 0;
  right: 0;
  width: 267px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: #048eea;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 0px 0px 2px 2px;
}
.pc-all .personal-bottom[data-v-1a07fef2] {
  box-sizing: border-box;
  margin-bottom: 24px;
}
.pc-all .personal-bottom .medias-system[data-v-1a07fef2] {
  background-color: #fff;
}
.pc-all .personal-bottom .medias-system[data-v-1a07fef2] .el-tabs__item {
  font-size: 14px;
  font-weight: 500;
  color: #777;
  padding: 0 30px;
}
.pc-all .personal-bottom .medias-system[data-v-1a07fef2] .is-active {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.pc-all .personal-bottom .medias-system[data-v-1a07fef2] .is-active::after {
  content: "";
  width: 22px;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  color: #166fe8;
  border-radius: 5px;
  border: 2px solid #166fe8;
  background-color: #166fe8; /* 修改底部横杠的颜色 */
}
.pc-all .personal-bottom .medias-system[data-v-1a07fef2] .el-tabs__active-bar {
  background-color: transparent; /* 修改底部横杠的颜色 */
}
.pc-all .demo-tabs[data-v-1a07fef2] {
  padding: 10px 0 0;
  margin: 12px auto 0;
  background-color: #fff;
}
.pc-all .demo-tabs .intros[data-v-1a07fef2] {
  padding: 0 12px;
}
.pc-all .demo-tabs .intros .all[data-v-1a07fef2] {
  padding-left: 16px;
}
.pc-all .demo-tabs .intros .all .content[data-v-1a07fef2] {
  display: flex;
  margin-bottom: 16px;
  border-bottom: 1px solid #f8f8f9;
  padding-bottom: 10px;
}
.pc-all .demo-tabs .intros .all .content[data-v-1a07fef2]:last-child {
  border-bottom: none;
}
.pc-all .demo-tabs .intros .all .content .title[data-v-1a07fef2] {
  width: 90px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
}
.pc-all .demo-tabs .intros .all .content .title-content[data-v-1a07fef2] {
  flex: 1;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  margin-left: 32px;
}
.pc-all .demo-tabs .intros .all .content .title-content img[data-v-1a07fef2] {
  margin-right: 10px;
}
.pc-all .demo-tabs .intros .all .content .title-content .square[data-v-1a07fef2] {
  width: 120px;
  height: 120px;
}
.pc-all .demo-tabs .intros .all .content .title-content .nosquare[data-v-1a07fef2] {
  width: 120px;
  height: 75px;
}
.pc-all .demo-tabs .agencys[data-v-1a07fef2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  line-height: 24px;
  white-space: pre-wrap;
  padding: 0 16px;
}
[data-v-1a07fef2] .el-tabs__nav {
  display: flex;
  justify-content: center;
  float: inherit !important;
}
[data-v-1a07fef2] .el-tabs__content {
  padding: 12px;
  color: #6b778c;
}
[data-v-1a07fef2] .el-tabs__nav-scroll {
  display: flex;
  justify-content: left;
  margin-left: 12px;
}
[data-v-1a07fef2] .el-tabs__item.is-active {
  color: #333;
  font-weight: bold;
}
[data-v-1a07fef2] .el-tabs__nav-wrap::after {
  height: 1px;
}
@charset "UTF-8";
.container[data-v-6b5b5b5b] {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  height: 100vh;
}
.container .kongMoblie[data-v-6b5b5b5b] {
  display: flex;
  justify-content: center;
  margin-top: 126px;
}
.container .kongMoblie img[data-v-6b5b5b5b] {
  width: 154px;
  height: 153px;
}
.container .logo[data-v-6b5b5b5b] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-6b5b5b5b] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-6b5b5b5b] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-6b5b5b5b] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-6b5b5b5b] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-6b5b5b5b]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-6b5b5b5b]:focus {
  outline: none;
}
.container .carousel-container[data-v-6b5b5b5b] {
  position: relative;
  width: 100%;
}
.container .carousel-container[data-v-6b5b5b5b] .van-swipe__indicator--active {
  width: 17px;
  height: 5px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
}
.container .carousel-container .custom-swipe[data-v-6b5b5b5b] {
  width: 100%;
  height: 235px;
}
.container .carousel-container .imgs img[data-v-6b5b5b5b] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .topname[data-v-6b5b5b5b] {
  padding: 16px;
}
.container .topname .titels[data-v-6b5b5b5b] {
  line-height: 27px;
}
.container .topname .titels .titels-left[data-v-6b5b5b5b] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}
.container .num[data-v-6b5b5b5b] {
  padding: 0 16px;
  width: 91%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f8f9;
  margin: 10px 16px;
  border-radius: 2px;
}
.container .num .num-left[data-v-6b5b5b5b] {
  width: 40px;
  display: flex;
  align-items: center;
}
.container .num .num-left img[data-v-6b5b5b5b] {
  width: 40px;
  height: 40px;
  border-radius: 1.3333rem;
  border: 1px solid #eaeaea;
}
.container .num .compan-right[data-v-6b5b5b5b] {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
  margin-top: 20px;
  margin-left: 8px;
}
.container .num .compan-right .num-center .bozhu[data-v-6b5b5b5b] {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 118px;
  margin-top: 0.1333rem;
  color: #333333;
}
.container .num .compan-right .num-center .aready[data-v-6b5b5b5b] {
  width: 100px;
  height: 20px;
  background: rgba(41, 169, 255, 0.15);
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #29a9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
.container .num .compan-right .num-right[data-v-6b5b5b5b] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .num .compan-right .num-right .zy-follow[data-v-6b5b5b5b] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .num .compan-right .num-right .zy-follow .sxin[data-v-6b5b5b5b] {
  width: 56px;
  height: 24px;
  line-height: 22px;
  box-sizing: border-box;
  border-radius: 1px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  background-color: #fff;
  color: #26a3f7;
  border: 1px solid #26a3f7;
  border-radius: 2px;
}
.container .num .compan-right .num-right .zy-follow .sxin-center[data-v-6b5b5b5b] {
  margin: 0 6px;
}
.container .num .compan-right .num-right .zy-follow .gzhu[data-v-6b5b5b5b] {
  background-color: #048eea;
  background: linear-gradient(#048eea, #31aafb);
  color: white;
}
.container .company-intro[data-v-6b5b5b5b] {
  margin: 26px 16px 32px;
}
.container .company-intro .comment-flex[data-v-6b5b5b5b] {
  display: flex;
  align-items: center;
  width: 100%;
}
.container .company-intro .comment-flex .comment-decorate[data-v-6b5b5b5b] {
  width: 3px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
}
.container .company-intro .comment-flex .comment-writte[data-v-6b5b5b5b] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.container .tabels[data-v-6b5b5b5b] {
  width: 100%;
}
.container .tabels .bordered-table[data-v-6b5b5b5b] {
  border-collapse: collapse;
  margin-top: 24px;
  width: 100%;
  border-radius: 2px 2px 2px 2px;
}
.container .tabels .bordered-table th[data-v-6b5b5b5b],
.container .tabels .bordered-table td[data-v-6b5b5b5b] {
  border: 1px solid #f8f8f9; /* 设置单元格边框 */
  padding: 8px; /* 添加一些内边距 */
  text-align: left; /* 可选：设置文本对齐 */
  width: 75%;
  border-bottom: 1px solid #f8f8f9;
  padding-left: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  height: 46px;
}
.container .tabels .bordered-table th[data-v-6b5b5b5b] {
  width: 25%;
  border-right: 1px solid #f8f8f9;
  border-bottom: 1px solid #f8f8f9;
  padding-left: 16px;
  text-align: left;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  height: 46px;
}
.container .searchmore[data-v-6b5b5b5b] {
  margin-top: 28px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(41, 169, 255, 0.07);
  border-radius: 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #29a9ff;
}
.container .recommended[data-v-6b5b5b5b] {
  margin-top: 12px;
  margin-bottom: 24px;
}
.container .recommended .hot-recoomend[data-v-6b5b5b5b] {
  margin-bottom: 45px;
}
.container .recommended .hot-recoomend .right-list[data-v-6b5b5b5b] {
  margin-top: 20px;
}
.container .recommended .hot-recoomend .right-list .hot-list[data-v-6b5b5b5b] {
  background: #ffffff;
  border-radius: 2px;
  padding: 13px 0;
  border-bottom: 1px solid #f8f8f9;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex[data-v-6b5b5b5b] {
  display: flex;
  cursor: pointer;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp[data-v-6b5b5b5b] {
  position: relative;
  width: 40px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp img[data-v-6b5b5b5b] {
  width: 40px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other[data-v-6b5b5b5b] {
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-6b5b5b5b] {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .names[data-v-6b5b5b5b] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .lines[data-v-6b5b5b5b] {
  margin: 0 8px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .titles[data-v-6b5b5b5b] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-author[data-v-6b5b5b5b] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  margin-top: 4px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-author .lines[data-v-6b5b5b5b] {
  margin: 0 4px;
}
.container .recommended .hot-recoomend .right-list .waterfall[data-v-6b5b5b5b] {
  margin: 0 auto;
  width: 100%;
  -moz-column-fill: balance;
       column-fill: balance;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 9px;
       column-gap: 9px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item[data-v-6b5b5b5b] {
  overflow: auto;
  width: 100%;
}
.container .recommended .hot-recoomend .right-list .waterfall .item img[data-v-6b5b5b5b] {
  width: 100%;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info[data-v-6b5b5b5b] {
  padding: 0 8px 6px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-title[data-v-6b5b5b5b] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #3d3d3d;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-price[data-v-6b5b5b5b] {
  font-size: 18px;
  color: #e60012;
  font-weight: bold;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-price span[data-v-6b5b5b5b] {
  font-size: 10px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-face[data-v-6b5b5b5b] {
  font-size: 14px;
  font-weight: 500;
  margin-top: 2px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details[data-v-6b5b5b5b] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 16px;
  color: #666;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-left[data-v-6b5b5b5b] {
  display: flex;
  align-items: center;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-left img[data-v-6b5b5b5b] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 4px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-left span[data-v-6b5b5b5b] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #808080;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-right span[data-v-6b5b5b5b] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #777777;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-right .van-icon[data-v-6b5b5b5b] {
  font-size: 10px;
  color: #777777;
}
.container .recommended .hot-recoomend .seemore[data-v-6b5b5b5b] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #29a9ff;
  margin-top: 20px;
}
.container .recommended .hot-recoomend .seemore .morees[data-v-6b5b5b5b] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 137px;
  height: 32px;
  background: #f8f8f9;
  border-radius: 2px 2px 2px 2px;
}
.container .recommended .hot-recoomend .seemore .van-icon[data-v-6b5b5b5b] {
  margin: 0 0 0 2px;
  color: #29a9ff;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.container .openapp[data-v-6b5b5b5b] {
  position: fixed;
  bottom: 28px;
  left: 50%;
  text-align: center;
  z-index: 99;
  transform: translateX(-50%);
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #078ae2;
  border-radius: 20px;
}
.container .openapp .now[data-v-6b5b5b5b] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .openapp img[data-v-6b5b5b5b] {
  width: 20px;
  height: 20px;
}
.container .openapp span[data-v-6b5b5b5b] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
@charset "UTF-8";
.container-bg-size[data-v-6adef40c] {
  background-color: #f9f9f9;
}
.pc-all .kongWeb .del[data-v-6adef40c] {
  margin: 100px 0 300px;
  display: flex;
  justify-content: center;
}
.pc-all .kongWeb img[data-v-6adef40c] {
  width: 233px;
  height: 299px;
}
.pc-all .pcheight[data-v-6adef40c] {
  height: 100vh;
  overflow-y: scroll;
}
.pc-all .personal[data-v-6adef40c] {
  width: 897px;
  margin: 0 auto;
  display: flex;
}
.pc-all .personal .personal-left[data-v-6adef40c] {
  width: 616px;
  background-color: #fff;
}
.pc-all .personal .personal-left .zoomimgs[data-v-6adef40c] {
  margin: 24px 24px 0;
}
.pc-all .personal .personal-left .zoomimgs img[data-v-6adef40c] {
  width: 568px;
  height: 355px;
  border-radius: 4px;
}
.pc-all .personal .personal-left .boxs[data-v-6adef40c] {
  width: 100%;
  padding-left: 80px;
  padding-right: 70px;
  margin-top: -20px;
  position: relative;
}
.pc-all .personal .personal-left .boxs .swiper-container[data-v-6adef40c] {
  overflow: hidden;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper[data-v-6adef40c] {
  margin-top: 40px;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper .swiper-slide .imgs[data-v-6adef40c] {
  background-color: #fff;
  border-radius: 12px;
  height: 80px !important;
  width: 136px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper .swiper-slide .imgs img[data-v-6adef40c] {
  height: 80px !important;
  width: 136px;
  border-radius: 4px;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper .swiper-slide .first-slide[data-v-6adef40c] {
  background-color: transparent;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper .swiper-slide .first-slide img[data-v-6adef40c] {
  border: 3px solid #29a9ff;
  height: 80px !important;
  width: 136px;
  border-radius: 4px;
}
.pc-all .personal .personal-left .boxs .swiper-button-prev[data-v-6adef40c] {
  top: 70%;
  left: 25px;
}
.pc-all .personal .personal-left .boxs .swiper-button-prev[data-v-6adef40c]::after {
  width: 50px !important;
  height: 50px !important;
  font-size: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d8d8d8;
  font-weight: 600;
}
.pc-all .personal .personal-left .boxs .swiper-button-next[data-v-6adef40c] {
  right: 25px;
  top: 70%;
}
.pc-all .personal .personal-left .boxs .swiper-button-next[data-v-6adef40c]::after {
  width: 50px !important;
  height: 50px !important;
  font-size: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d8d8d8;
  font-weight: 600;
}
.pc-all .personal .personal-left .consumables-names[data-v-6adef40c] {
  margin: 16px 24px;
}
.pc-all .personal .personal-left .consumables-names .name[data-v-6adef40c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
}
.pc-all .personal .personal-left .consumables-names .title-content[data-v-6adef40c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #ea0000;
  height: 52px;
  line-height: 52px;
  background: #f8f8f9;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.pc-all .personal .personal-left .consumables-names .title-content .price[data-v-6adef40c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #aaaaaa;
  margin-left: 18px;
  margin-right: 8px;
}
.pc-all .personal .personal-left .kongs[data-v-6adef40c] {
  background: #f8f8f9;
  height: 8px;
}
.pc-all .personal .personal-left .follows[data-v-6adef40c] {
  display: flex;
  align-items: center;
  margin: 19px 24px;
}
.pc-all .personal .personal-left .follows .follows-left[data-v-6adef40c] {
  width: 40px;
}
.pc-all .personal .personal-left .follows .follows-left img[data-v-6adef40c] {
  width: 40px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.pc-all .personal .personal-left .follows .follows-center[data-v-6adef40c] {
  margin-left: 8px;
  flex: 1;
}
.pc-all .personal .personal-left .follows .follows-center .name[data-v-6adef40c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
}
.pc-all .personal .personal-left .follows .follows-center .aready[data-v-6adef40c] {
  width: 100px;
  height: 20px;
  background: rgba(41, 169, 255, 0.15);
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #29a9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
.pc-all .personal .personal-left .follows .follows-right[data-v-6adef40c] {
  display: flex;
  width: 120px;
}
.pc-all .personal .personal-left .follows .follows-right .private[data-v-6adef40c] {
  width: 56px;
  height: 24px;
  border: 1px solid #29a5f9;
  border-radius: 2px;
  font-family: PingFang SC Regular, PingFang SC Regular;
  font-weight: 400;
  font-size: 12px;
  color: #29a5f9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-all .personal .personal-left .follows .follows-right .follow[data-v-6adef40c] {
  width: 56px;
  height: 24px;
  background: linear-gradient(88deg, #048eea 0%, #31aafb 100%);
  border-radius: 2px;
  margin-left: 8px;
  color: #fff;
}
.pc-all .personal .personal-right[data-v-6adef40c] {
  width: 267px;
  margin-left: 14px;
}
.pc-all .personal .personal-right .ewcode[data-v-6adef40c] {
  width: 267px;
  height: 123px;
  margin-top: 24px;
}
.pc-all .personal .personal-right .ewcode .bg-img[data-v-6adef40c] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 267px;
  height: 123px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima[data-v-6adef40c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 21px 0 21px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left[data-v-6adef40c] {
  padding-top: 30px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .populay img[data-v-6adef40c] {
  width: 120px;
  height: 27px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-6adef40c]:after {
  content: "";
  display: block;
  width: 63px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .download[data-v-6adef40c] {
  margin-top: 14px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-6adef40c] {
  width: 126px;
  height: 18px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-right[data-v-6adef40c] {
  background-color: #fff;
  width: 75px;
  height: 75px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 5px;
  margin-top: 24px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-right img[data-v-6adef40c] {
  width: 64px;
  height: 64px;
}
.pc-all .personal .personal-right .recommended[data-v-6adef40c] {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-top: 12px;
  position: relative;
  margin-bottom: 24px;
}
.pc-all .personal .personal-right .recommended .line[data-v-6adef40c] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .personal .personal-right .recommended .comment-flex[data-v-6adef40c] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 12px;
}
.pc-all .personal .personal-right .recommended .comment-flex .comment-decorate[data-v-6adef40c] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 10px;
  border-radius: 10px;
}
.pc-all .personal .personal-right .recommended .comment-flex .comment-writte[data-v-6adef40c] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .personal .personal-right .recommended .hot-recoomend[data-v-6adef40c] {
  margin-bottom: 32px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .line[data-v-6adef40c] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex[data-v-6adef40c] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex .comment-decorate[data-v-6adef40c] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
  border-radius: 10px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex .comment-writte[data-v-6adef40c] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list[data-v-6adef40c] {
  margin: 16px;
  border-bottom: 1px solid #f8f8f9;
  padding-bottom: 12px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list[data-v-6adef40c]:last-child {
  border-bottom: none;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex[data-v-6adef40c] {
  display: flex;
  cursor: pointer;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp[data-v-6adef40c] {
  position: relative;
  width: 102px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp img[data-v-6adef40c] {
  width: 102px;
  height: 60px;
  border-radius: 2px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other[data-v-6adef40c] {
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-6adef40c] {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .names[data-v-6adef40c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 20px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .titles[data-v-6adef40c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-names[data-v-6adef40c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #777777;
  line-height: 18px;
  word-break: break-all;
}
.pc-all .personal .personal-right .recommended .mores[data-v-6adef40c] {
  position: absolute;
  left: -1px;
  bottom: 0;
  right: 0;
  width: 267px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: #048eea;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 0px 0px 2px 2px;
}
.pc-all .personal-bottom[data-v-6adef40c] {
  box-sizing: border-box;
  margin-bottom: 24px;
}
.pc-all .personal-bottom .medias-system[data-v-6adef40c] {
  background-color: #fff;
}
.pc-all .personal-bottom .medias-system[data-v-6adef40c] .el-tabs__item {
  font-size: 14px;
  font-weight: 500;
  color: #777;
  padding: 0 30px;
}
.pc-all .personal-bottom .medias-system[data-v-6adef40c] .is-active {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.pc-all .personal-bottom .medias-system[data-v-6adef40c] .is-active::after {
  content: "";
  width: 22px;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  color: #166fe8;
  border-radius: 5px;
  border: 2px solid #166fe8;
  background-color: #166fe8; /* 修改底部横杠的颜色 */
}
.pc-all .personal-bottom .medias-system[data-v-6adef40c] .el-tabs__active-bar {
  background-color: transparent; /* 修改底部横杠的颜色 */
}
.pc-all .demo-tabs[data-v-6adef40c] {
  padding: 10px 0 0;
  margin: 12px auto 0;
  background-color: #fff;
}
.pc-all .demo-tabs .intros[data-v-6adef40c] {
  padding: 0 12px;
}
.pc-all .demo-tabs .intros .all[data-v-6adef40c] {
  padding-left: 16px;
}
.pc-all .demo-tabs .intros .all .content[data-v-6adef40c] {
  display: flex;
  margin-bottom: 16px;
  border-bottom: 1px solid #f8f8f9;
  padding-bottom: 10px;
}
.pc-all .demo-tabs .intros .all .content[data-v-6adef40c]:last-child {
  border-bottom: none;
}
.pc-all .demo-tabs .intros .all .content .title[data-v-6adef40c] {
  width: 90px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
}
.pc-all .demo-tabs .intros .all .content .title-content[data-v-6adef40c] {
  flex: 1;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  margin-left: 32px;
}
.pc-all .demo-tabs .intros .all .content .title-content img[data-v-6adef40c] {
  margin-right: 10px;
}
.pc-all .demo-tabs .intros .all .content .title-content .square[data-v-6adef40c] {
  width: 120px;
  height: 120px;
}
.pc-all .demo-tabs .intros .all .content .title-content .nosquare[data-v-6adef40c] {
  width: 120px;
  height: 75px;
}
.pc-all .demo-tabs .agencys[data-v-6adef40c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  line-height: 24px;
  white-space: pre-wrap;
  padding: 0 16px;
}
[data-v-6adef40c] .el-tabs__nav {
  display: flex;
  justify-content: center;
  float: inherit !important;
}
[data-v-6adef40c] .el-tabs__content {
  padding: 12px;
  color: #6b778c;
}
[data-v-6adef40c] .el-tabs__nav-scroll {
  display: flex;
  justify-content: left;
  margin-left: 12px;
}
[data-v-6adef40c] .el-tabs__item.is-active {
  color: #333;
  font-weight: bold;
}
[data-v-6adef40c] .el-tabs__nav-wrap::after {
  height: 1px;
}
@charset "UTF-8";
.container[data-v-5ceaa904] {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  height: 100vh;
}
.container .kongMoblie[data-v-5ceaa904] {
  display: flex;
  justify-content: center;
  margin-top: 126px;
}
.container .kongMoblie img[data-v-5ceaa904] {
  width: 154px;
  height: 153px;
}
.container .logo[data-v-5ceaa904] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-5ceaa904] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-5ceaa904] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-5ceaa904] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-5ceaa904] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-5ceaa904]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-5ceaa904]:focus {
  outline: none;
}
.container .carousel-container[data-v-5ceaa904] {
  position: relative;
  width: 100%;
}
.container .carousel-container[data-v-5ceaa904] .van-swipe__indicator--active {
  width: 17px;
  height: 5px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
}
.container .carousel-container .custom-swipe[data-v-5ceaa904] {
  width: 100%;
  height: 235px;
}
.container .carousel-container .imgs img[data-v-5ceaa904] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .topname[data-v-5ceaa904] {
  padding: 16px;
}
.container .topname .titels[data-v-5ceaa904] {
  line-height: 27px;
}
.container .topname .titels .titels-left[data-v-5ceaa904] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}
.container .num[data-v-5ceaa904] {
  padding: 0 16px;
  width: 91%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f8f9;
  margin: 10px 16px;
  border-radius: 2px;
}
.container .num .num-left[data-v-5ceaa904] {
  width: 40px;
  display: flex;
  align-items: center;
}
.container .num .num-left img[data-v-5ceaa904] {
  width: 40px;
  height: 40px;
  border-radius: 1.3333rem;
  border: 1px solid #eaeaea;
}
.container .num .compan-right[data-v-5ceaa904] {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
  margin-top: 20px;
  margin-left: 8px;
}
.container .num .compan-right .num-center .bozhu[data-v-5ceaa904] {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 118px;
  margin-top: 0.1333rem;
  color: #333333;
}
.container .num .compan-right .num-center .aready[data-v-5ceaa904] {
  width: 100px;
  height: 20px;
  background: rgba(41, 169, 255, 0.15);
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #29a9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
.container .num .compan-right .num-right[data-v-5ceaa904] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .num .compan-right .num-right .zy-follow[data-v-5ceaa904] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .num .compan-right .num-right .zy-follow .sxin[data-v-5ceaa904] {
  width: 56px;
  height: 24px;
  line-height: 22px;
  box-sizing: border-box;
  border-radius: 1px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  background-color: #fff;
  color: #26a3f7;
  border: 1px solid #26a3f7;
  border-radius: 2px;
}
.container .num .compan-right .num-right .zy-follow .sxin-center[data-v-5ceaa904] {
  margin: 0 6px;
}
.container .num .compan-right .num-right .zy-follow .gzhu[data-v-5ceaa904] {
  background-color: #048eea;
  background: linear-gradient(#048eea, #31aafb);
  color: white;
}
.container .company-intro[data-v-5ceaa904] {
  margin: 26px 16px 32px;
}
.container .company-intro .comment-flex[data-v-5ceaa904] {
  display: flex;
  align-items: center;
  width: 100%;
}
.container .company-intro .comment-flex .comment-decorate[data-v-5ceaa904] {
  width: 3px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
}
.container .company-intro .comment-flex .comment-writte[data-v-5ceaa904] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.container .tabels[data-v-5ceaa904] {
  width: 100%;
}
.container .tabels .bordered-table[data-v-5ceaa904] {
  border-collapse: collapse;
  margin-top: 24px;
  width: 100%;
  border-radius: 2px 2px 2px 2px;
}
.container .tabels .bordered-table th[data-v-5ceaa904],
.container .tabels .bordered-table td[data-v-5ceaa904] {
  border: 1px solid #f8f8f9; /* 设置单元格边框 */
  padding: 8px; /* 添加一些内边距 */
  text-align: left; /* 可选：设置文本对齐 */
  width: 75%;
  border-bottom: 1px solid #f8f8f9;
  padding-left: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  height: 46px;
}
.container .tabels .bordered-table th[data-v-5ceaa904] {
  width: 25%;
  border-right: 1px solid #f8f8f9;
  border-bottom: 1px solid #f8f8f9;
  padding-left: 16px;
  text-align: left;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  height: 46px;
}
.container .searchmore[data-v-5ceaa904] {
  margin-top: 28px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(41, 169, 255, 0.07);
  border-radius: 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #29a9ff;
}
.container .recommended[data-v-5ceaa904] {
  margin-top: 12px;
  margin-bottom: 24px;
}
.container .recommended .hot-recoomend[data-v-5ceaa904] {
  margin-bottom: 45px;
}
.container .recommended .hot-recoomend .right-list[data-v-5ceaa904] {
  margin-top: 20px;
}
.container .recommended .hot-recoomend .right-list .hot-list[data-v-5ceaa904] {
  background: #ffffff;
  border-radius: 2px;
  padding: 13px 0;
  border-bottom: 1px solid #f8f8f9;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex[data-v-5ceaa904] {
  display: flex;
  cursor: pointer;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp[data-v-5ceaa904] {
  position: relative;
  width: 40px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp img[data-v-5ceaa904] {
  width: 40px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other[data-v-5ceaa904] {
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-5ceaa904] {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .names[data-v-5ceaa904] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .lines[data-v-5ceaa904] {
  margin: 0 8px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .titles[data-v-5ceaa904] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-author[data-v-5ceaa904] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  margin-top: 4px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-author .lines[data-v-5ceaa904] {
  margin: 0 4px;
}
.container .recommended .hot-recoomend .right-list .waterfall[data-v-5ceaa904] {
  margin: 0 auto;
  width: 100%;
  -moz-column-fill: balance;
       column-fill: balance;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 9px;
       column-gap: 9px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item[data-v-5ceaa904] {
  overflow: auto;
  width: 100%;
}
.container .recommended .hot-recoomend .right-list .waterfall .item img[data-v-5ceaa904] {
  width: 100%;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info[data-v-5ceaa904] {
  padding: 0 8px 6px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-title[data-v-5ceaa904] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #3d3d3d;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-price[data-v-5ceaa904] {
  font-size: 18px;
  color: #e60012;
  font-weight: bold;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-price span[data-v-5ceaa904] {
  font-size: 10px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-face[data-v-5ceaa904] {
  font-size: 14px;
  font-weight: 500;
  margin-top: 2px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details[data-v-5ceaa904] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 16px;
  color: #666;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-left[data-v-5ceaa904] {
  display: flex;
  align-items: center;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-left img[data-v-5ceaa904] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 4px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-left span[data-v-5ceaa904] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #808080;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-right span[data-v-5ceaa904] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #777777;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-right .van-icon[data-v-5ceaa904] {
  font-size: 10px;
  color: #777777;
}
.container .recommended .hot-recoomend .seemore[data-v-5ceaa904] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #29a9ff;
  margin-top: 20px;
}
.container .recommended .hot-recoomend .seemore .morees[data-v-5ceaa904] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 137px;
  height: 32px;
  background: #f8f8f9;
  border-radius: 2px 2px 2px 2px;
}
.container .recommended .hot-recoomend .seemore .van-icon[data-v-5ceaa904] {
  margin: 0 0 0 2px;
  color: #29a9ff;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.container .openapp[data-v-5ceaa904] {
  position: fixed;
  bottom: 28px;
  left: 50%;
  text-align: center;
  z-index: 99;
  transform: translateX(-50%);
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #078ae2;
  border-radius: 20px;
}
.container .openapp .now[data-v-5ceaa904] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .openapp img[data-v-5ceaa904] {
  width: 20px;
  height: 20px;
}
.container .openapp span[data-v-5ceaa904] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
@charset "UTF-8";
.container-bg-size[data-v-bbd442ce] {
  background-color: #f9f9f9;
}
.pc-all .kongWeb .del[data-v-bbd442ce] {
  margin: 100px 0 300px;
  display: flex;
  justify-content: center;
}
.pc-all .kongWeb img[data-v-bbd442ce] {
  width: 233px;
  height: 299px;
}
.pc-all .pcheight[data-v-bbd442ce] {
  height: 100vh;
  overflow-y: scroll;
}
.pc-all .personal[data-v-bbd442ce] {
  width: 897px;
  margin: 0 auto;
  display: flex;
}
.pc-all .personal .personal-left[data-v-bbd442ce] {
  width: 616px;
  background-color: #fff;
}
.pc-all .personal .personal-left .zoomimgs[data-v-bbd442ce] {
  margin: 24px 24px 0;
}
.pc-all .personal .personal-left .zoomimgs img[data-v-bbd442ce] {
  width: 568px;
  height: 355px;
  border-radius: 4px;
}
.pc-all .personal .personal-left .boxs[data-v-bbd442ce] {
  width: 100%;
  padding-left: 80px;
  padding-right: 70px;
  margin-top: -20px;
  position: relative;
}
.pc-all .personal .personal-left .boxs .swiper-container[data-v-bbd442ce] {
  overflow: hidden;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper[data-v-bbd442ce] {
  margin-top: 40px;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper .swiper-slide .imgs[data-v-bbd442ce] {
  background-color: #fff;
  border-radius: 12px;
  height: 80px !important;
  width: 136px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper .swiper-slide .imgs img[data-v-bbd442ce] {
  height: 80px !important;
  width: 136px;
  border-radius: 4px;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper .swiper-slide .first-slide[data-v-bbd442ce] {
  background-color: transparent;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper .swiper-slide .first-slide img[data-v-bbd442ce] {
  border: 3px solid #29a9ff;
  height: 80px !important;
  width: 136px;
  border-radius: 4px;
}
.pc-all .personal .personal-left .boxs .swiper-button-prev[data-v-bbd442ce] {
  top: 70%;
  left: 25px;
}
.pc-all .personal .personal-left .boxs .swiper-button-prev[data-v-bbd442ce]::after {
  width: 50px !important;
  height: 50px !important;
  font-size: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d8d8d8;
  font-weight: 600;
}
.pc-all .personal .personal-left .boxs .swiper-button-next[data-v-bbd442ce] {
  right: 25px;
  top: 70%;
}
.pc-all .personal .personal-left .boxs .swiper-button-next[data-v-bbd442ce]::after {
  width: 50px !important;
  height: 50px !important;
  font-size: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d8d8d8;
  font-weight: 600;
}
.pc-all .personal .personal-left .consumables-names[data-v-bbd442ce] {
  margin: 16px 24px;
}
.pc-all .personal .personal-left .consumables-names .name[data-v-bbd442ce] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
}
.pc-all .personal .personal-left .consumables-names .title-content[data-v-bbd442ce] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #ea0000;
  height: 52px;
  line-height: 52px;
  background: #f8f8f9;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.pc-all .personal .personal-left .consumables-names .title-content .price[data-v-bbd442ce] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #aaaaaa;
  margin-left: 18px;
  margin-right: 8px;
}
.pc-all .personal .personal-left .kongs[data-v-bbd442ce] {
  background: #f8f8f9;
  height: 8px;
}
.pc-all .personal .personal-left .follows[data-v-bbd442ce] {
  display: flex;
  align-items: center;
  margin: 19px 24px;
}
.pc-all .personal .personal-left .follows .follows-left[data-v-bbd442ce] {
  width: 40px;
}
.pc-all .personal .personal-left .follows .follows-left img[data-v-bbd442ce] {
  width: 40px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.pc-all .personal .personal-left .follows .follows-center[data-v-bbd442ce] {
  margin-left: 8px;
  flex: 1;
}
.pc-all .personal .personal-left .follows .follows-center .name[data-v-bbd442ce] {
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
}
.pc-all .personal .personal-left .follows .follows-center .aready[data-v-bbd442ce] {
  width: 100px;
  height: 20px;
  background: rgba(41, 169, 255, 0.15);
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #29a9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
.pc-all .personal .personal-left .follows .follows-right[data-v-bbd442ce] {
  display: flex;
  width: 120px;
}
.pc-all .personal .personal-left .follows .follows-right .private[data-v-bbd442ce] {
  width: 56px;
  height: 24px;
  border: 1px solid #29a5f9;
  border-radius: 2px;
  font-family: PingFang SC Regular, PingFang SC Regular;
  font-weight: 400;
  font-size: 12px;
  color: #29a5f9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-all .personal .personal-left .follows .follows-right .follow[data-v-bbd442ce] {
  width: 56px;
  height: 24px;
  background: linear-gradient(88deg, #048eea 0%, #31aafb 100%);
  border-radius: 2px;
  margin-left: 8px;
  color: #fff;
}
.pc-all .personal .personal-right[data-v-bbd442ce] {
  width: 267px;
  margin-left: 14px;
}
.pc-all .personal .personal-right .ewcode[data-v-bbd442ce] {
  width: 267px;
  height: 123px;
  margin-top: 24px;
}
.pc-all .personal .personal-right .ewcode .bg-img[data-v-bbd442ce] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 267px;
  height: 123px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima[data-v-bbd442ce] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 21px 0 21px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left[data-v-bbd442ce] {
  padding-top: 30px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .populay img[data-v-bbd442ce] {
  width: 120px;
  height: 27px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-bbd442ce]:after {
  content: "";
  display: block;
  width: 63px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .download[data-v-bbd442ce] {
  margin-top: 14px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-bbd442ce] {
  width: 126px;
  height: 18px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-right[data-v-bbd442ce] {
  background-color: #fff;
  width: 75px;
  height: 75px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 5px;
  margin-top: 24px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-right img[data-v-bbd442ce] {
  width: 64px;
  height: 64px;
}
.pc-all .personal .personal-right .recommended[data-v-bbd442ce] {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-top: 12px;
  position: relative;
  margin-bottom: 24px;
}
.pc-all .personal .personal-right .recommended .line[data-v-bbd442ce] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .personal .personal-right .recommended .comment-flex[data-v-bbd442ce] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 12px;
}
.pc-all .personal .personal-right .recommended .comment-flex .comment-decorate[data-v-bbd442ce] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 10px;
  border-radius: 10px;
}
.pc-all .personal .personal-right .recommended .comment-flex .comment-writte[data-v-bbd442ce] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .personal .personal-right .recommended .hot-recoomend[data-v-bbd442ce] {
  margin-bottom: 32px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .line[data-v-bbd442ce] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex[data-v-bbd442ce] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex .comment-decorate[data-v-bbd442ce] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
  border-radius: 10px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex .comment-writte[data-v-bbd442ce] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list[data-v-bbd442ce] {
  margin: 16px;
  border-bottom: 1px solid #f8f8f9;
  padding-bottom: 12px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list[data-v-bbd442ce]:last-child {
  border-bottom: none;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex[data-v-bbd442ce] {
  display: flex;
  cursor: pointer;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp[data-v-bbd442ce] {
  position: relative;
  width: 102px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp img[data-v-bbd442ce] {
  width: 102px;
  height: 60px;
  border-radius: 2px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other[data-v-bbd442ce] {
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-bbd442ce] {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .names[data-v-bbd442ce] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 20px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .titles[data-v-bbd442ce] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-names[data-v-bbd442ce] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #777777;
  line-height: 18px;
  word-break: break-all;
}
.pc-all .personal .personal-right .recommended .mores[data-v-bbd442ce] {
  position: absolute;
  left: -1px;
  bottom: 0;
  right: 0;
  width: 267px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: #048eea;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 0px 0px 2px 2px;
}
.pc-all .personal-bottom[data-v-bbd442ce] {
  box-sizing: border-box;
  margin-bottom: 24px;
}
.pc-all .personal-bottom .medias-system[data-v-bbd442ce] {
  background-color: #fff;
}
.pc-all .personal-bottom .medias-system[data-v-bbd442ce] .el-tabs__item {
  font-size: 14px;
  font-weight: 500;
  color: #777;
  padding: 0 30px;
}
.pc-all .personal-bottom .medias-system[data-v-bbd442ce] .is-active {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.pc-all .personal-bottom .medias-system[data-v-bbd442ce] .is-active::after {
  content: "";
  width: 22px;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  color: #166fe8;
  border-radius: 5px;
  border: 2px solid #166fe8;
  background-color: #166fe8; /* 修改底部横杠的颜色 */
}
.pc-all .personal-bottom .medias-system[data-v-bbd442ce] .el-tabs__active-bar {
  background-color: transparent; /* 修改底部横杠的颜色 */
}
.pc-all .demo-tabs[data-v-bbd442ce] {
  padding: 10px 0 0;
  margin: 12px auto 0;
  background-color: #fff;
}
.pc-all .demo-tabs .intros[data-v-bbd442ce] {
  padding: 0 12px;
}
.pc-all .demo-tabs .intros .all[data-v-bbd442ce] {
  padding-left: 16px;
}
.pc-all .demo-tabs .intros .all .content[data-v-bbd442ce] {
  display: flex;
  margin-bottom: 16px;
  border-bottom: 1px solid #f8f8f9;
  padding-bottom: 10px;
}
.pc-all .demo-tabs .intros .all .content[data-v-bbd442ce]:last-child {
  border-bottom: none;
}
.pc-all .demo-tabs .intros .all .content .title[data-v-bbd442ce] {
  width: 90px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
}
.pc-all .demo-tabs .intros .all .content .title-content[data-v-bbd442ce] {
  flex: 1;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  margin-left: 32px;
}
.pc-all .demo-tabs .intros .all .content .title-content img[data-v-bbd442ce] {
  margin-right: 10px;
}
.pc-all .demo-tabs .intros .all .content .title-content .square[data-v-bbd442ce] {
  width: 120px;
  height: 120px;
}
.pc-all .demo-tabs .intros .all .content .title-content .nosquare[data-v-bbd442ce] {
  width: 120px;
  height: 75px;
}
.pc-all .demo-tabs .agencys[data-v-bbd442ce] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  line-height: 24px;
  white-space: pre-wrap;
  padding: 0 16px;
}
[data-v-bbd442ce] .el-tabs__nav {
  display: flex;
  justify-content: center;
  float: inherit !important;
}
[data-v-bbd442ce] .el-tabs__content {
  padding: 12px;
  color: #6b778c;
}
[data-v-bbd442ce] .el-tabs__nav-scroll {
  display: flex;
  justify-content: left;
  margin-left: 12px;
}
[data-v-bbd442ce] .el-tabs__item.is-active {
  color: #333;
  font-weight: bold;
}
[data-v-bbd442ce] .el-tabs__nav-wrap::after {
  height: 1px;
}
@charset "UTF-8";
.container[data-v-239641b8] {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  height: 100vh;
}
.container .kongMoblie[data-v-239641b8] {
  display: flex;
  justify-content: center;
  margin-top: 126px;
}
.container .kongMoblie img[data-v-239641b8] {
  width: 154px;
  height: 153px;
}
.container .logo[data-v-239641b8] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-239641b8] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-239641b8] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-239641b8] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-239641b8] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-239641b8]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-239641b8]:focus {
  outline: none;
}
.container .carousel-container[data-v-239641b8] {
  position: relative;
  width: 100%;
}
.container .carousel-container[data-v-239641b8] .van-swipe__indicator--active {
  width: 17px;
  height: 5px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
}
.container .carousel-container .custom-swipe[data-v-239641b8] {
  width: 100%;
  height: 235px;
}
.container .carousel-container .imgs img[data-v-239641b8] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .topname[data-v-239641b8] {
  padding: 16px;
}
.container .topname .titels[data-v-239641b8] {
  line-height: 27px;
}
.container .topname .titels .titels-left[data-v-239641b8] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}
.container .num[data-v-239641b8] {
  padding: 0 16px;
  width: 91%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f8f9;
  margin: 10px 16px;
  border-radius: 2px;
}
.container .num .num-left[data-v-239641b8] {
  width: 40px;
  display: flex;
  align-items: center;
}
.container .num .num-left img[data-v-239641b8] {
  width: 40px;
  height: 40px;
  border-radius: 1.3333rem;
  border: 1px solid #eaeaea;
}
.container .num .compan-right[data-v-239641b8] {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
  margin-top: 20px;
  margin-left: 8px;
}
.container .num .compan-right .num-center .bozhu[data-v-239641b8] {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 118px;
  margin-top: 0.1333rem;
  color: #333333;
}
.container .num .compan-right .num-center .aready[data-v-239641b8] {
  width: 100px;
  height: 20px;
  background: rgba(41, 169, 255, 0.15);
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #29a9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
.container .num .compan-right .num-right[data-v-239641b8] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .num .compan-right .num-right .zy-follow[data-v-239641b8] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .num .compan-right .num-right .zy-follow .sxin[data-v-239641b8] {
  width: 56px;
  height: 24px;
  line-height: 22px;
  box-sizing: border-box;
  border-radius: 1px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  background-color: #fff;
  color: #26a3f7;
  border: 1px solid #26a3f7;
  border-radius: 2px;
}
.container .num .compan-right .num-right .zy-follow .sxin-center[data-v-239641b8] {
  margin: 0 6px;
}
.container .num .compan-right .num-right .zy-follow .gzhu[data-v-239641b8] {
  background-color: #048eea;
  background: linear-gradient(#048eea, #31aafb);
  color: white;
}
.container .company-intro[data-v-239641b8] {
  margin: 26px 16px 32px;
}
.container .company-intro .comment-flex[data-v-239641b8] {
  display: flex;
  align-items: center;
  width: 100%;
}
.container .company-intro .comment-flex .comment-decorate[data-v-239641b8] {
  width: 3px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
}
.container .company-intro .comment-flex .comment-writte[data-v-239641b8] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.container .tabels[data-v-239641b8] {
  width: 100%;
}
.container .tabels .bordered-table[data-v-239641b8] {
  border-collapse: collapse;
  margin-top: 24px;
  width: 100%;
  border-radius: 2px 2px 2px 2px;
}
.container .tabels .bordered-table th[data-v-239641b8],
.container .tabels .bordered-table td[data-v-239641b8] {
  border: 1px solid #f8f8f9; /* 设置单元格边框 */
  padding: 8px; /* 添加一些内边距 */
  text-align: left; /* 可选：设置文本对齐 */
  width: 75%;
  border-bottom: 1px solid #f8f8f9;
  padding-left: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  height: 46px;
}
.container .tabels .bordered-table th[data-v-239641b8] {
  width: 25%;
  border-right: 1px solid #f8f8f9;
  border-bottom: 1px solid #f8f8f9;
  padding-left: 16px;
  text-align: left;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  height: 46px;
}
.container .searchmore[data-v-239641b8] {
  margin-top: 28px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(41, 169, 255, 0.07);
  border-radius: 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #29a9ff;
}
.container .recommended[data-v-239641b8] {
  margin-top: 12px;
  margin-bottom: 24px;
}
.container .recommended .hot-recoomend[data-v-239641b8] {
  margin-bottom: 45px;
}
.container .recommended .hot-recoomend .right-list[data-v-239641b8] {
  margin-top: 20px;
}
.container .recommended .hot-recoomend .right-list .hot-list[data-v-239641b8] {
  background: #ffffff;
  border-radius: 2px;
  padding: 13px 0;
  border-bottom: 1px solid #f8f8f9;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex[data-v-239641b8] {
  display: flex;
  cursor: pointer;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp[data-v-239641b8] {
  position: relative;
  width: 40px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp img[data-v-239641b8] {
  width: 40px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other[data-v-239641b8] {
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-239641b8] {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .names[data-v-239641b8] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .lines[data-v-239641b8] {
  margin: 0 8px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .titles[data-v-239641b8] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-author[data-v-239641b8] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  margin-top: 4px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-author .lines[data-v-239641b8] {
  margin: 0 4px;
}
.container .recommended .hot-recoomend .right-list .waterfall[data-v-239641b8] {
  margin: 0 auto;
  width: 100%;
  -moz-column-fill: balance;
       column-fill: balance;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 9px;
       column-gap: 9px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item[data-v-239641b8] {
  overflow: auto;
  width: 100%;
}
.container .recommended .hot-recoomend .right-list .waterfall .item img[data-v-239641b8] {
  width: 100%;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info[data-v-239641b8] {
  padding: 0 8px 6px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-title[data-v-239641b8] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #3d3d3d;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-price[data-v-239641b8] {
  font-size: 18px;
  color: #e60012;
  font-weight: bold;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-price span[data-v-239641b8] {
  font-size: 10px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-face[data-v-239641b8] {
  font-size: 14px;
  font-weight: 500;
  margin-top: 2px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details[data-v-239641b8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 16px;
  color: #666;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-left[data-v-239641b8] {
  display: flex;
  align-items: center;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-left img[data-v-239641b8] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 4px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-left span[data-v-239641b8] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #808080;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-right span[data-v-239641b8] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #777777;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-right .van-icon[data-v-239641b8] {
  font-size: 10px;
  color: #777777;
}
.container .recommended .hot-recoomend .seemore[data-v-239641b8] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #29a9ff;
  margin-top: 20px;
}
.container .recommended .hot-recoomend .seemore .morees[data-v-239641b8] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 137px;
  height: 32px;
  background: #f8f8f9;
  border-radius: 2px 2px 2px 2px;
}
.container .recommended .hot-recoomend .seemore .van-icon[data-v-239641b8] {
  margin: 0 0 0 2px;
  color: #29a9ff;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.container .openapp[data-v-239641b8] {
  position: fixed;
  bottom: 28px;
  left: 50%;
  text-align: center;
  z-index: 99;
  transform: translateX(-50%);
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #078ae2;
  border-radius: 20px;
}
.container .openapp .now[data-v-239641b8] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .openapp img[data-v-239641b8] {
  width: 20px;
  height: 20px;
}
.container .openapp span[data-v-239641b8] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
@charset "UTF-8";
.container-bg-size[data-v-d5831c62] {
  background-color: #f9f9f9;
}
.pc-all .kongWeb .del[data-v-d5831c62] {
  margin: 100px 0 300px;
  display: flex;
  justify-content: center;
}
.pc-all .kongWeb img[data-v-d5831c62] {
  width: 233px;
  height: 299px;
}
.pc-all .pcheight[data-v-d5831c62] {
  height: 100vh;
  overflow-y: scroll;
}
.pc-all .personal[data-v-d5831c62] {
  width: 897px;
  margin: 0 auto;
  display: flex;
}
.pc-all .personal .personal-left[data-v-d5831c62] {
  width: 616px;
  background-color: #fff;
}
.pc-all .personal .personal-left .zoomimgs[data-v-d5831c62] {
  margin: 24px 24px 0;
}
.pc-all .personal .personal-left .zoomimgs img[data-v-d5831c62] {
  width: 568px;
  height: 355px;
  border-radius: 4px;
}
.pc-all .personal .personal-left .boxs[data-v-d5831c62] {
  width: 100%;
  padding-left: 80px;
  padding-right: 70px;
  margin-top: -20px;
  position: relative;
}
.pc-all .personal .personal-left .boxs .swiper-container[data-v-d5831c62] {
  overflow: hidden;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper[data-v-d5831c62] {
  margin-top: 40px;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper .swiper-slide .imgs[data-v-d5831c62] {
  background-color: #fff;
  border-radius: 12px;
  height: 80px !important;
  width: 136px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper .swiper-slide .imgs img[data-v-d5831c62] {
  height: 80px !important;
  width: 136px;
  border-radius: 4px;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper .swiper-slide .first-slide[data-v-d5831c62] {
  background-color: transparent;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper .swiper-slide .first-slide img[data-v-d5831c62] {
  border: 3px solid #29a9ff;
  height: 80px !important;
  width: 136px;
  border-radius: 4px;
}
.pc-all .personal .personal-left .boxs .swiper-button-prev[data-v-d5831c62] {
  top: 70%;
  left: 25px;
}
.pc-all .personal .personal-left .boxs .swiper-button-prev[data-v-d5831c62]::after {
  width: 50px !important;
  height: 50px !important;
  font-size: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d8d8d8;
  font-weight: 600;
}
.pc-all .personal .personal-left .boxs .swiper-button-next[data-v-d5831c62] {
  right: 25px;
  top: 70%;
}
.pc-all .personal .personal-left .boxs .swiper-button-next[data-v-d5831c62]::after {
  width: 50px !important;
  height: 50px !important;
  font-size: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d8d8d8;
  font-weight: 600;
}
.pc-all .personal .personal-left .consumables-names[data-v-d5831c62] {
  margin: 16px 24px;
}
.pc-all .personal .personal-left .consumables-names .name[data-v-d5831c62] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
}
.pc-all .personal .personal-left .consumables-names .title-content[data-v-d5831c62] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #ea0000;
  height: 52px;
  line-height: 52px;
  background: #f8f8f9;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.pc-all .personal .personal-left .consumables-names .title-content .price[data-v-d5831c62] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #aaaaaa;
  margin-left: 18px;
  margin-right: 8px;
}
.pc-all .personal .personal-left .kongs[data-v-d5831c62] {
  background: #f8f8f9;
  height: 8px;
}
.pc-all .personal .personal-left .follows[data-v-d5831c62] {
  display: flex;
  align-items: center;
  margin: 19px 24px;
}
.pc-all .personal .personal-left .follows .follows-left[data-v-d5831c62] {
  width: 40px;
}
.pc-all .personal .personal-left .follows .follows-left img[data-v-d5831c62] {
  width: 40px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.pc-all .personal .personal-left .follows .follows-center[data-v-d5831c62] {
  margin-left: 8px;
  flex: 1;
}
.pc-all .personal .personal-left .follows .follows-center .name[data-v-d5831c62] {
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
}
.pc-all .personal .personal-left .follows .follows-center .aready[data-v-d5831c62] {
  width: 100px;
  height: 20px;
  background: rgba(41, 169, 255, 0.15);
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #29a9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
.pc-all .personal .personal-left .follows .follows-right[data-v-d5831c62] {
  display: flex;
  width: 120px;
}
.pc-all .personal .personal-left .follows .follows-right .private[data-v-d5831c62] {
  width: 56px;
  height: 24px;
  border: 1px solid #29a5f9;
  border-radius: 2px;
  font-family: PingFang SC Regular, PingFang SC Regular;
  font-weight: 400;
  font-size: 12px;
  color: #29a5f9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-all .personal .personal-left .follows .follows-right .follow[data-v-d5831c62] {
  width: 56px;
  height: 24px;
  background: linear-gradient(88deg, #048eea 0%, #31aafb 100%);
  border-radius: 2px;
  margin-left: 8px;
  color: #fff;
}
.pc-all .personal .personal-right[data-v-d5831c62] {
  width: 267px;
  margin-left: 14px;
}
.pc-all .personal .personal-right .ewcode[data-v-d5831c62] {
  width: 267px;
  height: 123px;
  margin-top: 24px;
}
.pc-all .personal .personal-right .ewcode .bg-img[data-v-d5831c62] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 267px;
  height: 123px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima[data-v-d5831c62] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 21px 0 21px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left[data-v-d5831c62] {
  padding-top: 30px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .populay img[data-v-d5831c62] {
  width: 120px;
  height: 27px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-d5831c62]:after {
  content: "";
  display: block;
  width: 63px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .download[data-v-d5831c62] {
  margin-top: 14px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-d5831c62] {
  width: 126px;
  height: 18px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-right[data-v-d5831c62] {
  background-color: #fff;
  width: 75px;
  height: 75px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 5px;
  margin-top: 24px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-right img[data-v-d5831c62] {
  width: 64px;
  height: 64px;
}
.pc-all .personal .personal-right .recommended[data-v-d5831c62] {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-top: 12px;
  position: relative;
  margin-bottom: 24px;
}
.pc-all .personal .personal-right .recommended .line[data-v-d5831c62] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .personal .personal-right .recommended .comment-flex[data-v-d5831c62] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 12px;
}
.pc-all .personal .personal-right .recommended .comment-flex .comment-decorate[data-v-d5831c62] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 10px;
  border-radius: 10px;
}
.pc-all .personal .personal-right .recommended .comment-flex .comment-writte[data-v-d5831c62] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .personal .personal-right .recommended .hot-recoomend[data-v-d5831c62] {
  margin-bottom: 32px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .line[data-v-d5831c62] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex[data-v-d5831c62] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex .comment-decorate[data-v-d5831c62] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
  border-radius: 10px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex .comment-writte[data-v-d5831c62] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list[data-v-d5831c62] {
  margin: 16px;
  border-bottom: 1px solid #f8f8f9;
  padding-bottom: 12px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list[data-v-d5831c62]:last-child {
  border-bottom: none;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex[data-v-d5831c62] {
  display: flex;
  cursor: pointer;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp[data-v-d5831c62] {
  position: relative;
  width: 102px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp img[data-v-d5831c62] {
  width: 102px;
  height: 60px;
  border-radius: 2px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other[data-v-d5831c62] {
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-d5831c62] {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .names[data-v-d5831c62] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 20px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .titles[data-v-d5831c62] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-names[data-v-d5831c62] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #777777;
  line-height: 18px;
  word-break: break-all;
}
.pc-all .personal .personal-right .recommended .mores[data-v-d5831c62] {
  position: absolute;
  left: -1px;
  bottom: 0;
  right: 0;
  width: 267px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: #048eea;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 0px 0px 2px 2px;
}
.pc-all .personal-bottom[data-v-d5831c62] {
  box-sizing: border-box;
  margin-bottom: 24px;
}
.pc-all .personal-bottom .medias-system[data-v-d5831c62] {
  background-color: #fff;
}
.pc-all .personal-bottom .medias-system[data-v-d5831c62] .el-tabs__item {
  font-size: 14px;
  font-weight: 500;
  color: #777;
  padding: 0 30px;
}
.pc-all .personal-bottom .medias-system[data-v-d5831c62] .is-active {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.pc-all .personal-bottom .medias-system[data-v-d5831c62] .is-active::after {
  content: "";
  width: 22px;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  color: #166fe8;
  border-radius: 5px;
  border: 2px solid #166fe8;
  background-color: #166fe8; /* 修改底部横杠的颜色 */
}
.pc-all .personal-bottom .medias-system[data-v-d5831c62] .el-tabs__active-bar {
  background-color: transparent; /* 修改底部横杠的颜色 */
}
.pc-all .demo-tabs[data-v-d5831c62] {
  padding: 10px 0 0;
  margin: 12px auto 0;
  background-color: #fff;
}
.pc-all .demo-tabs .intros[data-v-d5831c62] {
  padding: 0 12px;
}
.pc-all .demo-tabs .intros .all[data-v-d5831c62] {
  padding-left: 16px;
}
.pc-all .demo-tabs .intros .all .content[data-v-d5831c62] {
  display: flex;
  margin-bottom: 16px;
  border-bottom: 1px solid #f8f8f9;
  padding-bottom: 10px;
}
.pc-all .demo-tabs .intros .all .content[data-v-d5831c62]:last-child {
  border-bottom: none;
}
.pc-all .demo-tabs .intros .all .content .title[data-v-d5831c62] {
  width: 90px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
}
.pc-all .demo-tabs .intros .all .content .title-content[data-v-d5831c62] {
  flex: 1;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  margin-left: 32px;
}
.pc-all .demo-tabs .intros .all .content .title-content img[data-v-d5831c62] {
  margin-right: 10px;
}
.pc-all .demo-tabs .intros .all .content .title-content .square[data-v-d5831c62] {
  width: 120px;
  height: 120px;
}
.pc-all .demo-tabs .intros .all .content .title-content .nosquare[data-v-d5831c62] {
  width: 120px;
  height: 75px;
}
.pc-all .demo-tabs .agencys[data-v-d5831c62] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  line-height: 24px;
  white-space: pre-wrap;
  padding: 0 16px;
}
[data-v-d5831c62] .el-tabs__nav {
  display: flex;
  justify-content: center;
  float: inherit !important;
}
[data-v-d5831c62] .el-tabs__content {
  padding: 12px;
  color: #6b778c;
}
[data-v-d5831c62] .el-tabs__nav-scroll {
  display: flex;
  justify-content: left;
  margin-left: 12px;
}
[data-v-d5831c62] .el-tabs__item.is-active {
  color: #333;
  font-weight: bold;
}
[data-v-d5831c62] .el-tabs__nav-wrap::after {
  height: 1px;
}
.container[data-v-49cb8406] {
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 100px;
  background: #fff;
}
.container .kongMoblie[data-v-49cb8406] {
  display: flex;
  justify-content: center;
  margin-top: 126px;
}
.container .kongMoblie img[data-v-49cb8406] {
  width: 154px;
  height: 153px;
}
.container .logo[data-v-49cb8406] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-49cb8406] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-49cb8406] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-49cb8406] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-49cb8406] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-49cb8406]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-49cb8406]:focus {
  outline: none;
}
.container .bgstarsimg .allavtar[data-v-49cb8406] {
  background-color: #fff;
  padding: 8px 16px;
}
.container .bgstarsimg .allavtar .company[data-v-49cb8406] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  display: flex;
  flex-wrap: wrap;
}
.container .bgstarsimg .allavtar .explain[data-v-49cb8406] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 21px;
  margin-top: 16px;
}
@charset "UTF-8";
.pc-all[data-v-22d5697a] {
  background-color: #fff;
}
.pc-all .kongWeb[data-v-22d5697a] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .kongWeb .del[data-v-22d5697a] {
  flex: 1;
  margin: 100px 0 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc-all .kongWeb .del img[data-v-22d5697a] {
  width: 233px;
  height: 299px;
}
.pc-all .kongWeb .del .openapp[data-v-22d5697a] {
  text-align: center;
  width: 176px;
  height: 48px;
  line-height: 48px;
  background: #29a9ff;
  border-radius: 50px;
  margin-top: 24px;
}
.pc-all .kongWeb .del .openapp .now[data-v-22d5697a] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-all .kongWeb .del .openapp img[data-v-22d5697a] {
  width: 66px;
  height: 20px;
  margin: 0 6px;
}
.pc-all .kongWeb .del .openapp span[data-v-22d5697a] {
  font-size: 17px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
.pc-all .alls[data-v-22d5697a] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .contents[data-v-22d5697a] {
  margin: 0 auto;
  flex: 1;
  min-height: 70vh;
  box-sizing: border-box; /* 包含 padding 在宽度内 */
}
.pc-all .contents .title[data-v-22d5697a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 20px;
  margin: 40px 0 16px 0;
}
.pc-all .contents .allavtar[data-v-22d5697a] {
  width: 990px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #dfdfdf;
  padding: 16px;
}
.pc-all .contents .allavtar .company[data-v-22d5697a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  display: flex;
  flex-wrap: wrap;
}
.pc-all .contents .allavtar .explain[data-v-22d5697a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 21px;
  margin-top: 16px;
}
@charset "UTF-8";
.container[data-v-4fe9b422] {
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 100px;
  background: #fff;
}
.container .kongMoblie[data-v-4fe9b422] {
  display: flex;
  justify-content: center;
  margin-top: 126px;
}
.container .kongMoblie img[data-v-4fe9b422] {
  width: 154px;
  height: 190px;
}
.container .logo[data-v-4fe9b422] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-4fe9b422] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-4fe9b422] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-4fe9b422] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-4fe9b422] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-4fe9b422]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-4fe9b422]:focus {
  outline: none;
}
.container .bgstarsimg .infors[data-v-4fe9b422] {
  width: 100%;
  min-height: 100px;
  background: url("https://static-web.yaoweilai.com/web/image/icons-store-bg.png") no-repeat top center;
  background-size: 100% auto;
  padding: 16px 16px 10px;
}
.container .bgstarsimg .infors .companys[data-v-4fe9b422] {
  display: flex;
  align-items: flex-start;
  height: 50px;
}
.container .bgstarsimg .infors .companys .companys-left[data-v-4fe9b422] {
  width: 50px;
  height: 50px;
  margin-right: 6px;
}
.container .bgstarsimg .infors .companys .companys-left img[data-v-4fe9b422] {
  width: 50px;
  height: 50px;
  border-radius: 2px 2px 2px 2px;
}
.container .bgstarsimg .infors .companys .companys-center[data-v-4fe9b422] {
  flex: 1;
}
.container .bgstarsimg .infors .companys .companys-center .name[data-v-4fe9b422] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  max-width: 210px; /* 必须指定宽度 */
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 显示省略号 */
}
.container .bgstarsimg .infors .companys .companys-center .follow[data-v-4fe9b422] {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.container .bgstarsimg .infors .companys .companys-center .follow .goal[data-v-4fe9b422] {
  display: flex;
  align-items: center;
}
.container .bgstarsimg .infors .companys .companys-center .follow .goal img[data-v-4fe9b422] {
  width: 24px;
  height: 24px;
}
.container .bgstarsimg .infors .companys .companys-center .follow .goal span[data-v-4fe9b422] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666666;
}
.container .bgstarsimg .infors .companys .companys-center .follow .line[data-v-4fe9b422] {
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: #d7d7d7;
  margin: 0 8px;
}
.container .bgstarsimg .infors .companys .companys-center .follow .people[data-v-4fe9b422] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666666;
}
.container .bgstarsimg .infors .companys .companys-right[data-v-4fe9b422] {
  width: 52px;
  height: 26px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
  text-align: center;
  line-height: 26px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
}
.container .bgstarsimg .infors .allmoneys .aready[data-v-4fe9b422] {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.container .bgstarsimg .infors .allmoneys .aready .licens[data-v-4fe9b422] {
  display: flex;
  align-items: center;
}
.container .bgstarsimg .infors .allmoneys .aready .licens img[data-v-4fe9b422] {
  width: 14px;
  height: 14px;
}
.container .bgstarsimg .infors .allmoneys .aready .licens span[data-v-4fe9b422] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666666;
  margin-left: 2px;
  margin-right: 2px;
}
.container .bgstarsimg .infors .allmoneys .aready .licens .rights[data-v-4fe9b422] {
  width: 14px;
  height: 24px;
  margin-top: 2px;
}
.container .bgstarsimg .infors .allmoneys .aready .money[data-v-4fe9b422] {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.container .bgstarsimg .infors .allmoneys .aready .money img[data-v-4fe9b422] {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.container .bgstarsimg .infors .allmoneys .aready .money span[data-v-4fe9b422] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666666;
}
.container .bgstarsimg .infors .allmoneys .apply[data-v-4fe9b422] {
  display: flex;
  align-items: flex-start;
  margin-top: 4px;
}
.container .bgstarsimg .infors .allmoneys .apply .apply-left[data-v-4fe9b422] {
  font-size: 11px;
  color: #666;
  flex-shrink: 0;
}
.container .bgstarsimg .infors .allmoneys .apply .label-wrapper[data-v-4fe9b422] {
  display: flex;
  align-items: flex-start;
  flex: 1;
}
.container .bgstarsimg .infors .allmoneys .apply .alllabel[data-v-4fe9b422] {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  max-height: 19px;
  transition: max-height 0.3s;
}
.container .bgstarsimg .infors .allmoneys .apply .alllabel.expand[data-v-4fe9b422] {
  max-height: 200px;
}
.container .bgstarsimg .infors .allmoneys .apply .apply-right[data-v-4fe9b422] {
  padding: 1px 4px;
  font-size: 10px;
  color: #333;
  border-radius: 2px;
  border: 1px solid #cad2d6;
  margin-left: 6px;
  margin-bottom: 4px;
  white-space: nowrap;
}
.container .bgstarsimg .infors .allmoneys .apply .arrow[data-v-4fe9b422] {
  margin-left: 6px;
  cursor: pointer;
  font-size: 14px;
  color: #999;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.container .bgstarsimg .hot-recoomend[data-v-4fe9b422] {
  background-color: #fff;
  padding: 10px 8px 8px;
}
.container .bgstarsimg .hot-recoomend .right-list[data-v-4fe9b422] {
  -moz-column-fill: balance;
       column-fill: balance;
}
.container .bgstarsimg .hot-recoomend .right-list .waterfalls[data-v-4fe9b422] {
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 8px;
  border-radius: 2px;
}
.container .bgstarsimg .hot-recoomend .right-list .waterfalls .pic[data-v-4fe9b422] {
  height: 176px;
}
.container .bgstarsimg .hot-recoomend .right-list .waterfalls .pic img[data-v-4fe9b422] {
  width: 100%;
  height: 176px;
  border-radius: 2px 2px 2px 2px;
}
.container .bgstarsimg .hot-recoomend .right-list .waterfalls .title[data-v-4fe9b422] {
  margin-top: 8px;
  line-height: 22px;
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.container .bgstarsimg .hot-recoomend .right-list .waterfalls .title .inter[data-v-4fe9b422] {
  padding: 1px 4px;
  background: rgba(248, 230, 210, 0.39);
  border: 1px solid #ebd6ad;
  border-radius: 2px;
  font-size: 12px;
  color: #ad7c1e;
  margin-right: 4px;
}
.container .bgstarsimg .hot-recoomend .right-list .waterfalls .title .nation[data-v-4fe9b422] {
  padding: 1px 4px;
  background: rgba(205, 215, 214, 0.39);
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  font-size: 12px;
  color: #475454;
  margin-right: 4px;
}
.container .bgstarsimg .hot-recoomend .right-list .waterfalls .title .names[data-v-4fe9b422] {
  font-weight: 600;
}
.container .bgstarsimg .hot-recoomend .right-list .waterfalls .prices[data-v-4fe9b422] {
  margin-top: 4px;
  display: flex;
  align-items: baseline;
  color: #ff2626;
  font-family: PingFang SC, PingFang SC;
}
.container .bgstarsimg .hot-recoomend .right-list .waterfalls .prices .symbol[data-v-4fe9b422] {
  font-size: 12px;
  margin-right: 2px;
}
.container .bgstarsimg .hot-recoomend .right-list .waterfalls .prices .moneys[data-v-4fe9b422] {
  font-family: D-DIN, D-DIN;
  font-size: 20px;
  font-weight: 600;
  margin-right: 2px;
}
.container .bgstarsimg .hot-recoomend .right-list .waterfalls .prices .unit[data-v-4fe9b422] {
  font-size: 12px;
}
.container .bgstarsimg .hot-recoomend .right-list .waterfalls .prices .moneys1[data-v-4fe9b422] {
  font-size: 16px;
  font-weight: 500;
}
.container .bgstarsimg .hot-recoomend .right-list .waterfalls .ppai[data-v-4fe9b422] {
  margin-top: 4px;
  display: flex;
}
.container .bgstarsimg .hot-recoomend .right-list .waterfalls .ppai span[data-v-4fe9b422] {
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #e6a8a8;
  padding: 1px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #d72f2f;
  text-align: center;
  display: inline-block;
  max-width: 190px; /* 必须指定宽度 */
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 显示省略号 */
}
.container .bgstarsimg .hot-recoomend .right-list .waterfalls .brands[data-v-4fe9b422] {
  margin-top: 4px;
  display: flex;
}
.container .bgstarsimg .hot-recoomend .right-list .waterfalls .brands span[data-v-4fe9b422] {
  background: rgba(200, 247, 244, 0.39);
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #82dad4;
  padding: 1px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #03b6a9;
  text-align: center;
  display: inline-block;
  max-width: 190px; /* 必须指定宽度 */
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 显示省略号 */
}
@charset "UTF-8";
.pc-label[data-v-0cd710c8] {
  background: #f9f9f9;
}
.pc-label .kongWeb[data-v-0cd710c8] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-label .kongWeb .del[data-v-0cd710c8] {
  flex: 1;
  margin: 100px 0 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc-label .kongWeb .del img[data-v-0cd710c8] {
  width: 233px;
  height: 299px;
}
.pc-label .kongWeb .del .openapp[data-v-0cd710c8] {
  text-align: center;
  width: 176px;
  height: 48px;
  line-height: 48px;
  background: #29a9ff;
  border-radius: 50px;
  margin-top: 24px;
}
.pc-label .kongWeb .del .openapp .now[data-v-0cd710c8] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-label .kongWeb .del .openapp img[data-v-0cd710c8] {
  width: 66px;
  height: 20px;
  margin: 0 6px;
}
.pc-label .kongWeb .del .openapp span[data-v-0cd710c8] {
  font-size: 17px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
.pc-label .labels[data-v-0cd710c8] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-label .contents[data-v-0cd710c8] {
  margin: 0 auto;
  width: 1200px;
  flex: 1;
  min-height: 70vh;
  box-sizing: border-box; /* 包含 padding 在宽度内 */
}
.pc-label .contents .infors[data-v-0cd710c8] {
  background-color: #fff;
  margin-top: 40px;
}
.pc-label .contents .infors .companys[data-v-0cd710c8] {
  display: flex;
  align-items: center;
  padding: 16px;
}
.pc-label .contents .infors .companys .companys-left[data-v-0cd710c8] {
  width: 100px;
  margin-right: 6px;
}
.pc-label .contents .infors .companys .companys-left img[data-v-0cd710c8] {
  width: 100px;
  height: 100px;
  border-radius: 2px 2px 2px 2px;
}
.pc-label .contents .infors .companys .companys-center[data-v-0cd710c8] {
  flex: 1;
}
.pc-label .contents .infors .companys .companys-center .name[data-v-0cd710c8] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.pc-label .contents .infors .companys .companys-center .follow[data-v-0cd710c8] {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.pc-label .contents .infors .companys .companys-center .follow .goal[data-v-0cd710c8] {
  display: flex;
  align-items: center;
}
.pc-label .contents .infors .companys .companys-center .follow .goal img[data-v-0cd710c8] {
  width: 24px;
  height: 24px;
}
.pc-label .contents .infors .companys .companys-center .follow .goal span[data-v-0cd710c8] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666666;
}
.pc-label .contents .infors .companys .companys-center .follow .line[data-v-0cd710c8] {
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: #d7d7d7;
  margin: 0 8px;
}
.pc-label .contents .infors .companys .companys-center .follow .people[data-v-0cd710c8] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666666;
}
.pc-label .contents .infors .companys .companys-center .aready[data-v-0cd710c8] {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.pc-label .contents .infors .companys .companys-center .aready .licens[data-v-0cd710c8] {
  display: flex;
  align-items: center;
}
.pc-label .contents .infors .companys .companys-center .aready .licens img[data-v-0cd710c8] {
  width: 14px;
  height: 14px;
}
.pc-label .contents .infors .companys .companys-center .aready .licens span[data-v-0cd710c8] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666666;
  margin-left: 2px;
  margin-right: 2px;
}
.pc-label .contents .infors .companys .companys-center .aready .licens .rights[data-v-0cd710c8] {
  width: 14px;
  height: 24px;
  margin-top: 2px;
}
.pc-label .contents .infors .companys .companys-center .aready .money[data-v-0cd710c8] {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.pc-label .contents .infors .companys .companys-center .aready .money img[data-v-0cd710c8] {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.pc-label .contents .infors .companys .companys-center .aready .money span[data-v-0cd710c8] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666666;
}
.pc-label .contents .infors .companys .companys-center .apply[data-v-0cd710c8] {
  display: flex;
  align-items: center;
}
.pc-label .contents .infors .companys .companys-center .apply .apply-left[data-v-0cd710c8] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666666;
}
.pc-label .contents .infors .companys .companys-center .apply .alllabel[data-v-0cd710c8] {
  display: flex;
}
.pc-label .contents .infors .companys .companys-center .apply .alllabel .apply-right[data-v-0cd710c8] {
  padding: 1px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #333333;
  text-align: center;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #cad2d6;
  margin-left: 6px;
}
.pc-label .contents .infors .companys .companys-right[data-v-0cd710c8] {
  width: 96px;
  height: 29px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
  text-align: center;
  line-height: 29px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
}
.pc-label .contents .shoplist[data-v-0cd710c8] {
  background-color: #fff;
  margin-top: 17px;
  margin-bottom: 28px;
}
.pc-label .contents .shoplist .itemlist[data-v-0cd710c8] {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 23px;
}
.pc-label .contents .shoplist .itemlist .allinfor[data-v-0cd710c8] {
  width: 218px;
  margin-right: 16px;
  margin-bottom: 26px;
}
.pc-label .contents .shoplist .itemlist .allinfor[data-v-0cd710c8]:nth-child(5n) {
  margin-right: 0;
}
.pc-label .contents .shoplist .itemlist .allinfor .pic[data-v-0cd710c8] {
  height: 218px;
}
.pc-label .contents .shoplist .itemlist .allinfor .pic img[data-v-0cd710c8] {
  width: 218px;
  height: 218px;
  border-radius: 2px 2px 2px 2px;
}
.pc-label .contents .shoplist .itemlist .allinfor .title[data-v-0cd710c8] {
  margin-top: 8px;
  line-height: 22px;
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pc-label .contents .shoplist .itemlist .allinfor .title .inter[data-v-0cd710c8] {
  padding: 1px 4px;
  background: rgba(248, 230, 210, 0.39);
  border: 1px solid #ebd6ad;
  border-radius: 2px;
  font-size: 12px;
  color: #ad7c1e;
  margin-right: 4px;
}
.pc-label .contents .shoplist .itemlist .allinfor .title .nation[data-v-0cd710c8] {
  padding: 1px 4px;
  background: rgba(205, 215, 214, 0.39);
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  font-size: 12px;
  color: #475454;
  margin-right: 4px;
}
.pc-label .contents .shoplist .itemlist .allinfor .title .names[data-v-0cd710c8] {
  font-weight: 600;
}
.pc-label .contents .shoplist .itemlist .allinfor .prices[data-v-0cd710c8] {
  margin-top: 4px;
  display: flex;
  align-items: baseline;
  color: #ff2626;
  font-family: PingFang SC, PingFang SC;
}
.pc-label .contents .shoplist .itemlist .allinfor .prices .symbol[data-v-0cd710c8] {
  font-size: 12px;
  margin-right: 2px;
}
.pc-label .contents .shoplist .itemlist .allinfor .prices .moneys[data-v-0cd710c8] {
  font-family: D-DIN, D-DIN;
  font-size: 20px;
  font-weight: 600;
  margin-right: 2px;
}
.pc-label .contents .shoplist .itemlist .allinfor .prices .unit[data-v-0cd710c8] {
  font-size: 12px;
}
.pc-label .contents .shoplist .itemlist .allinfor .prices .moneys1[data-v-0cd710c8] {
  font-size: 16px;
  font-weight: 500;
}
.pc-label .contents .shoplist .itemlist .allinfor .ppai[data-v-0cd710c8] {
  margin-top: 4px;
  display: flex;
}
.pc-label .contents .shoplist .itemlist .allinfor .ppai span[data-v-0cd710c8] {
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #e6a8a8;
  padding: 1px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #d72f2f;
  text-align: center;
  display: inline-block;
  max-width: 210px; /* 必须指定宽度 */
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 显示省略号 */
}
.pc-label .contents .shoplist .itemlist .allinfor .brands[data-v-0cd710c8] {
  margin-top: 4px;
  display: flex;
}
.pc-label .contents .shoplist .itemlist .allinfor .brands span[data-v-0cd710c8] {
  background: rgba(200, 247, 244, 0.39);
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #82dad4;
  padding: 1px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #03b6a9;
  text-align: center;
  display: inline-block;
  max-width: 210px; /* 必须指定宽度 */
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 显示省略号 */
}
@charset "UTF-8";
body[data-v-e99391de] {
  overflow: hidden;
}
.container[data-v-e99391de] {
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding-top: 40px;
  background: #fff;
}
.container .kongMoblie[data-v-e99391de] {
  display: flex;
  justify-content: center;
  margin-top: 126px;
}
.container .kongMoblie img[data-v-e99391de] {
  width: 154px;
  height: 190px;
}
.container .logo[data-v-e99391de] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-e99391de] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-e99391de] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-e99391de] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-e99391de] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-e99391de]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-e99391de]:focus {
  outline: none;
}
.container .bgstarsimg[data-v-e99391de] {
  height: 100vh;
}
.container .bgstarsimg .allavtar[data-v-e99391de] {
  background-color: #fff;
}
.container .bgstarsimg .allavtar .carousel-container[data-v-e99391de] {
  position: relative;
  width: 100%;
}
.container .bgstarsimg .allavtar .carousel-container[data-v-e99391de] .van-swipe__indicator {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.3);
}
.container .bgstarsimg .allavtar .carousel-container[data-v-e99391de] .van-swipe__indicator--active {
  width: 8px;
  height: 8px;
  background: #078ae2;
}
.container .bgstarsimg .allavtar .carousel-container .custom-swipe[data-v-e99391de] {
  width: 100%;
  height: 250px;
}
.container .bgstarsimg .allavtar .carousel-container .imgs[data-v-e99391de] {
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .bgstarsimg .allavtar .carousel-container .imgs img[data-v-e99391de] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .bgstarsimg .allavtar .allinfos[data-v-e99391de] {
  padding: 10px 16px;
}
.container .bgstarsimg .allavtar .allinfos .prices[data-v-e99391de] {
  display: flex;
  align-items: baseline;
  color: #ff2626;
  font-family: PingFang SC, PingFang SC;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 6px;
}
.container .bgstarsimg .allavtar .allinfos .prices .visit[data-v-e99391de] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.container .bgstarsimg .allavtar .allinfos .prices .symbol[data-v-e99391de] {
  font-size: 12px;
  margin-right: 2px;
}
.container .bgstarsimg .allavtar .allinfos .prices .moneys[data-v-e99391de] {
  font-family: D-DIN, D-DIN;
  font-size: 20px;
  font-weight: 600;
  margin-right: 2px;
}
.container .bgstarsimg .allavtar .allinfos .prices .unit[data-v-e99391de] {
  font-size: 12px;
}
.container .bgstarsimg .allavtar .allinfos .prices .moneys1[data-v-e99391de] {
  font-size: 16px;
  font-weight: 500;
}
.container .bgstarsimg .allavtar .allinfos .titles[data-v-e99391de] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-top: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.container .bgstarsimg .allavtar .allinfos .types[data-v-e99391de] {
  display: flex;
  align-items: flex-start;
  margin-top: 12px;
}
.container .bgstarsimg .allavtar .allinfos .types .alllist[data-v-e99391de] {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  min-width: 0;
}
.container .bgstarsimg .allavtar .allinfos .types .alllist .itemlist[data-v-e99391de] {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.container .bgstarsimg .allavtar .allinfos .types .alllist .itemlist .place[data-v-e99391de] {
  display: flex;
  align-items: center;
  width: 100%;
}
.container .bgstarsimg .allavtar .allinfos .types .alllist .itemlist .place .place-left[data-v-e99391de] {
  color: #999;
  flex-shrink: 0;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.container .bgstarsimg .allavtar .allinfos .types .alllist .itemlist .place .place-right[data-v-e99391de] {
  margin-left: 12px;
  color: #333;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
}
.container .bgstarsimg .allavtar .allinfos .types .icon-mores[data-v-e99391de] {
  margin-right: -16px;
}
.container .bgstarsimg .allavtar .allinfos .types .icon-mores img[data-v-e99391de] {
  width: 37px;
  height: 37px;
}
.container .bgstarsimg .allavtar .kongs[data-v-e99391de] {
  background-color: #f8f8f8;
  height: 8px;
}
.container .bgstarsimg .allavtar .infors[data-v-e99391de] {
  width: 100%;
  padding: 10px 16px;
}
.container .bgstarsimg .allavtar .infors .companys[data-v-e99391de] {
  display: flex;
  align-items: center;
  height: 50px;
}
.container .bgstarsimg .allavtar .infors .companys .companys-left[data-v-e99391de] {
  width: 50px;
  height: 50px;
  margin-right: 6px;
}
.container .bgstarsimg .allavtar .infors .companys .companys-left img[data-v-e99391de] {
  width: 50px;
  height: 50px;
  border-radius: 2px 2px 2px 2px;
}
.container .bgstarsimg .allavtar .infors .companys .companys-center[data-v-e99391de] {
  flex: 1;
}
.container .bgstarsimg .allavtar .infors .companys .companys-center .name[data-v-e99391de] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  max-width: 210px; /* 必须指定宽度 */
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 显示省略号 */
}
.container .bgstarsimg .allavtar .infors .companys .companys-center .follow[data-v-e99391de] {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.container .bgstarsimg .allavtar .infors .companys .companys-center .follow .goal[data-v-e99391de] {
  display: flex;
  align-items: center;
}
.container .bgstarsimg .allavtar .infors .companys .companys-center .follow .goal img[data-v-e99391de] {
  width: 24px;
  height: 24px;
}
.container .bgstarsimg .allavtar .infors .companys .companys-center .follow .goal span[data-v-e99391de] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666666;
}
.container .bgstarsimg .allavtar .infors .companys .companys-center .follow .line[data-v-e99391de] {
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: #d7d7d7;
  margin: 0 8px;
}
.container .bgstarsimg .allavtar .infors .companys .companys-center .follow .people[data-v-e99391de] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666666;
}
.container .bgstarsimg .allavtar .infors .companys .companys-right[data-v-e99391de] {
  width: 52px;
  height: 22px;
  background: linear-gradient(135deg, #ffad33 0%, #ff7b1d 100%);
  border-radius: 2px 2px 2px 2px;
  text-align: center;
  line-height: 22px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.container .bgstarsimg .allavtar .infors .allmoneys .aready[data-v-e99391de] {
  display: flex;
  align-items: center;
}
.container .bgstarsimg .allavtar .infors .allmoneys .aready .licens[data-v-e99391de] {
  display: flex;
  align-items: center;
}
.container .bgstarsimg .allavtar .infors .allmoneys .aready .licens img[data-v-e99391de] {
  width: 14px;
  height: 14px;
}
.container .bgstarsimg .allavtar .infors .allmoneys .aready .licens span[data-v-e99391de] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666666;
  margin-left: 2px;
  margin-right: 2px;
}
.container .bgstarsimg .allavtar .infors .allmoneys .aready .licens .rights[data-v-e99391de] {
  width: 14px;
  height: 24px;
  margin-top: 2px;
}
.container .bgstarsimg .allavtar .infors .allmoneys .aready .money[data-v-e99391de] {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.container .bgstarsimg .allavtar .infors .allmoneys .aready .money img[data-v-e99391de] {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.container .bgstarsimg .allavtar .infors .allmoneys .aready .money span[data-v-e99391de] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666666;
}
.container .bgstarsimg .allavtar .darl[data-v-e99391de] {
  padding: 10px 16px;
}
.container .bgstarsimg .allavtar .darl .darl-detail[data-v-e99391de] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.container .bgstarsimg .allavtar .darl .details[data-v-e99391de] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #333333;
  font-size: 14px;
  margin-top: 4px;
}
.container .bgstarsimg .allavtar .darl .details[data-v-e99391de] img {
  width: 100%;
}
.container .bgstarsimg .allavtar .darl .details[data-v-e99391de] table {
  width: 100% !important;
}
.container .bgstarsimg .allavtar .darl .fileInfo .items img[data-v-e99391de] {
  width: 100%;
}
.container .bgstarsimg .allavtar .comment-note[data-v-e99391de] {
  padding: 14px 16px;
  background-color: #fff;
}
.container .bgstarsimg .allavtar .comment-note .comment-flex[data-v-e99391de] {
  display: flex;
  align-items: center;
  position: relative;
}
.container .bgstarsimg .allavtar .comment-note .comment-flex .comment-writte[data-v-e99391de] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  line-height: 18px;
}
.container .bgstarsimg .allavtar .comment-note .comment-flex .el-icon-arrow-down[data-v-e99391de] {
  color: #333;
  font-size: 16px;
  margin-left: 6px;
  font-weight: 600;
}
.container .bgstarsimg .allavtar .comment-note .shur[data-v-e99391de] {
  display: flex;
  margin-top: 18px;
}
.container .bgstarsimg .allavtar .comment-note .shur .shur-left[data-v-e99391de] {
  width: 38px;
  height: 38px;
}
.container .bgstarsimg .allavtar .comment-note .shur .shur-left img[data-v-e99391de] {
  width: 38px;
  height: 38px;
}
.container .bgstarsimg .allavtar .comment-note .shur .shur-right[data-v-e99391de] {
  margin-left: 8px;
  flex: 1;
  height: 34px;
  background: #f5f5f5;
  border-radius: 100px 100px 100px 100px;
}
.container .bgstarsimg .allavtar .comment-note .shur .shur-right .upload[data-v-e99391de] {
  display: flex;
  height: 34px;
  justify-content: space-between;
  align-items: center;
}
.container .bgstarsimg .allavtar .comment-note .shur .shur-right .upload .upload-left[data-v-e99391de] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-left: 12px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people[data-v-e99391de] {
  margin: 12px 0 100px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list[data-v-e99391de] {
  position: relative;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-list[data-v-e99391de]:last-child .el-divider--horizontal {
  background-color: none !important;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-author-detail[data-v-e99391de] {
  justify-content: space-between;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-author-detail .avtar[data-v-e99391de] {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-author-detail .authors[data-v-e99391de] {
  margin-left: 8px;
  flex: 1;
  margin-top: 8px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-author-detail .comment-author[data-v-e99391de] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  line-height: 21px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-author-detail .comment-author span[data-v-e99391de] {
  display: inline-block;
  width: 30px;
  height: 16px;
  background: rgba(7, 138, 226, 0.1);
  border-radius: 100px 100px 100px 100px;
  text-align: center;
  line-height: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 9px;
  color: #078ae2;
  margin-left: 4px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply[data-v-e99391de] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .nrtitle[data-v-e99391de] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  word-break: break-all;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .comment-date[data-v-e99391de] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #aaaaaa;
  line-height: 17px;
  margin-left: 4px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .comment-reply[data-v-e99391de] {
  cursor: pointer;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #777777;
  line-height: 17px;
  margin-left: 4px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-author-detail .comment-collect[data-v-e99391de] {
  text-align: center;
  width: 14px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-author-detail .comment-collect .zan[data-v-e99391de] {
  width: 14px;
  height: 14px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-author-detail .comment-collect span[data-v-e99391de] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #777777;
  line-height: 16px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-people-content[data-v-e99391de] {
  margin-left: 32px;
  margin-top: 12px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-people-content .avtar[data-v-e99391de] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-people-content .children-flex[data-v-e99391de] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply[data-v-e99391de] {
  display: flex;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .authors[data-v-e99391de] {
  margin-left: 8px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt[data-v-e99391de] {
  font-size: 12px;
  line-height: 20px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt span[data-v-e99391de] {
  display: inline-block;
  width: 30px;
  height: 16px;
  background: rgba(7, 138, 226, 0.1);
  border-radius: 100px 100px 100px 100px;
  text-align: center;
  line-height: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 9px;
  color: #078ae2;
  margin-left: 4px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1[data-v-e99391de] {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 17px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1 .nrtitle[data-v-e99391de] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 21px;
  word-break: break-all;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1 .comment-date[data-v-e99391de] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #aaaaaa;
  line-height: 17px;
  margin-left: 4px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1 .comment-reply[data-v-e99391de] {
  cursor: pointer;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #777777;
  line-height: 17px;
  margin-left: 4px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-people-content .children-flex .comment-collect[data-v-e99391de] {
  text-align: center;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-people-content .children-flex .comment-collect .zan[data-v-e99391de] {
  width: 14px;
  height: 14px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-people-content .children-flex .comment-collect span[data-v-e99391de] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #777777;
  line-height: 16px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .zhankai[data-v-e99391de] {
  margin-left: 32px;
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .zhankai .lines[data-v-e99391de] {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #aaaaaa;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .zhankai .totalpl[data-v-e99391de] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #23396b;
  line-height: 18px;
  margin-left: 8px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .bgcolors[data-v-e99391de] {
  height: 70px;
  background-color: #fff;
  padding-top: 17px;
  margin-top: -24px;
  position: relative;
  z-index: 99;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .bgcolors .more[data-v-e99391de] {
  text-align: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #078ae2;
  border-radius: 4px;
  opacity: 1;
}
.container .bgstarsimg .allavtar .comment-note .pls[data-v-e99391de] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 50px 0 100px;
}
.container .bgstarsimg .allavtar .comment-note .pls .imgs img[data-v-e99391de] {
  width: 150px;
  height: 150px;
}
.container .bgstarsimg .allavtar .comment-note .pls .plun[data-v-e99391de] {
  font-family: PingFang SC Regular, PingFang SC Regular;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  margin-top: 24px;
}
.container .bgstarsimg .bgwhite[data-v-e99391de] {
  position: fixed;
  top: 40px;
  left: 0;
  height: 44px;
  margin: 0 auto;
  width: 100%;
  z-index: 10;
}
.container .bgstarsimg .bgwhite[data-v-e99391de] .van-tabs__nav {
  display: flex;
}
.container .bgstarsimg .bgwhite[data-v-e99391de] .van-tab {
  font-size: 16px;
  flex: 1 !important;
  min-width: 0;
  position: relative;
  height: 44px;
  color: #666;
}
.container .bgstarsimg .bgwhite[data-v-e99391de] .van-tab--active {
  font-weight: bold;
  color: #333;
}
.container .bgstarsimg .bgwhite[data-v-e99391de] .van-tabs__wrap {
  margin-left: 0;
  border-bottom: 1px solid #eaeaea;
}
.container .bgstarsimg .bgwhite[data-v-e99391de] .van-tabs__nav--line {
  padding-bottom: 10px;
}
.container .bgstarsimg .bgwhite[data-v-e99391de] .menu-tabs .van-tabs__line {
  background-color: #078ae2; /* 线条颜色 */
  width: 24px; /*宽度 */
  height: 2px; /* 高度 */
  border-radius: 0px; /* 圆角 */
}
.container .bgstarsimg .footer[data-v-e99391de] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 8px 16px 16px;
  background-color: #fff;
  z-index: 99;
  border-top: 1px solid #e5e5e5;
}
.container .bgstarsimg .footer .contact[data-v-e99391de] {
  width: 100%;
  display: flex;
}
.container .bgstarsimg .footer .contact .pingl-right[data-v-e99391de] {
  display: flex;
}
.container .bgstarsimg .footer .contact .pingl-right .zans[data-v-e99391de] {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
.container .bgstarsimg .footer .contact .pingl-right .zans img[data-v-e99391de] {
  width: 24px;
  height: 24px;
}
.container .bgstarsimg .footer .contact .pingl-right .zans span[data-v-e99391de] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-top: 2px;
}
.container .bgstarsimg .footer .contact .telnum[data-v-e99391de] {
  display: flex;
  flex: 1;
}
.container .bgstarsimg .footer .contact .telnum .contact-left[data-v-e99391de] {
  flex: 1;
  height: 40px;
  background: #ffe7cb;
  border-radius: 4px 0 0 4px;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #a6661b;
  text-align: center;
  line-height: 40px;
}
.container .bgstarsimg .footer .contact .telnum .contact-right[data-v-e99391de] {
  flex: 1;
  height: 40px;
  background: linear-gradient(135deg, #ff7b1d 0%, #ff6633 100%);
  border-radius: 0 4px 4px 0;
  color: #ffffff;
}
.container .bgstarsimg .lookmore[data-v-e99391de] {
  position: fixed;
  bottom: 75px; /* footer高度 */
  left: 0;
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  z-index: 98;
}
.container .bgstarsimg .more-text[data-v-e99391de] {
  font-size: 15px;
  color: #23396b;
  margin-bottom: 20px;
}
.container .bgstarsimg .openapp[data-v-e99391de] {
  width: 164px;
  height: 38px;
  background: #078ae2;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .bgstarsimg .openapp .now[data-v-e99391de] {
  display: flex;
  align-items: center;
}
.container .bgstarsimg .openapp img[data-v-e99391de] {
  width: 20px;
  height: 20px;
}
.container .bgstarsimg .openapp span[data-v-e99391de] {
  font-size: 14px;
  color: #fff;
  margin-left: 6px;
}
@charset "UTF-8";
.pc-all[data-v-546dfce6] {
  background: #f9f9f9;
}
.pc-all .kongWeb[data-v-546dfce6] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .kongWeb .del[data-v-546dfce6] {
  flex: 1;
  margin: 100px 0 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc-all .kongWeb .del img[data-v-546dfce6] {
  width: 233px;
  height: 299px;
}
.pc-all .kongWeb .del .openapp[data-v-546dfce6] {
  text-align: center;
  width: 176px;
  height: 48px;
  line-height: 48px;
  background: #29a9ff;
  border-radius: 50px;
  margin-top: 24px;
}
.pc-all .kongWeb .del .openapp .now[data-v-546dfce6] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-all .kongWeb .del .openapp img[data-v-546dfce6] {
  width: 66px;
  height: 20px;
  margin: 0 6px;
}
.pc-all .kongWeb .del .openapp span[data-v-546dfce6] {
  font-size: 17px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
.pc-all .alls[data-v-546dfce6] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .contents[data-v-546dfce6] {
  margin: 32px auto 50px;
  width: 60%;
  flex: 1;
  min-height: 70vh;
  box-sizing: border-box; /* 包含 padding 在宽度内 */
}
.pc-all .contents .pics[data-v-546dfce6] {
  display: flex;
}
.pc-all .contents .pics .pics-left[data-v-546dfce6] {
  width: 400px;
  height: 400px;
}
.pc-all .contents .pics .pics-left .boxs[data-v-546dfce6] {
  width: 400px;
  height: 400px;
  position: relative;
}
.pc-all .contents .pics .pics-left .boxs .swiper-container[data-v-546dfce6] {
  overflow: hidden;
}
.pc-all .contents .pics .pics-left .boxs .swiper-container .swiper-wrapper .swiper-slide .imgs[data-v-546dfce6] {
  background-color: red;
  border-radius: 12px;
  min-height: 400px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pc-all .contents .pics .pics-left .boxs .swiper-container .swiper-wrapper .swiper-slide .imgs img[data-v-546dfce6] {
  max-width: 100%;
  max-height: 400px;
  border-radius: 8px 8px 8px 8px;
}
.pc-all .contents .pics .pics-left .boxs .swiper-container .swiper-wrapper .swiper-slide .first-slide[data-v-546dfce6] {
  background-color: transparent;
}
.pc-all .contents .pics .pics-left .boxs .swiper-container .swiper-wrapper .swiper-slide .first-slide img[data-v-546dfce6] {
  max-width: 100%;
  max-height: 400px;
}
.pc-all .contents .pics .pics-left .boxs[data-v-546dfce6] {
  /* 强制显示分页器（避免初始化时的闪烁） */
}
.pc-all .contents .pics .pics-left .boxs .swiper-pagination[data-v-546dfce6] {
  opacity: 1 !important;
  transition: opacity 0.01s !important;
}
.pc-all .contents .pics .pics-left .boxs[data-v-546dfce6] .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.3);
}
.pc-all .contents .pics .pics-left .boxs[data-v-546dfce6] .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background: #078ae2;
}
.pc-all .contents .pics .pics-right[data-v-546dfce6] {
  flex: 1;
  margin-left: 16px;
  background-color: #fff;
  border-radius: 8px 8px 8px 8px;
  position: relative;
}
.pc-all .contents .pics .pics-right .allinfos[data-v-546dfce6] {
  padding: 10px 16px;
}
.pc-all .contents .pics .pics-right .allinfos .prices[data-v-546dfce6] {
  display: flex;
  align-items: baseline;
  color: #ff2626;
  font-family: PingFang SC, PingFang SC;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 6px;
}
.pc-all .contents .pics .pics-right .allinfos .prices .visit[data-v-546dfce6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.pc-all .contents .pics .pics-right .allinfos .prices .symbol[data-v-546dfce6] {
  font-size: 12px;
  margin-right: 2px;
}
.pc-all .contents .pics .pics-right .allinfos .prices .moneys[data-v-546dfce6] {
  font-family: D-DIN, D-DIN;
  font-size: 20px;
  font-weight: 600;
  margin-right: 2px;
}
.pc-all .contents .pics .pics-right .allinfos .prices .unit[data-v-546dfce6] {
  font-size: 12px;
}
.pc-all .contents .pics .pics-right .allinfos .prices .moneys1[data-v-546dfce6] {
  font-size: 16px;
  font-weight: 500;
}
.pc-all .contents .pics .pics-right .allinfos .titles[data-v-546dfce6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  margin-top: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pc-all .contents .pics .pics-right .allinfos .types[data-v-546dfce6] {
  display: flex;
  align-items: flex-start;
  margin-top: 12px;
  min-height: 280px;
}
.pc-all .contents .pics .pics-right .allinfos .types .alllist[data-v-546dfce6] {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.pc-all .contents .pics .pics-right .allinfos .types .alllist .itemlist[data-v-546dfce6] {
  width: 100%;
  margin-bottom: 12px;
}
.pc-all .contents .pics .pics-right .allinfos .types .alllist .itemlist .place[data-v-546dfce6] {
  display: flex;
  align-items: center;
}
.pc-all .contents .pics .pics-right .allinfos .types .alllist .itemlist .place .place-left[data-v-546dfce6] {
  color: #999;
  flex-shrink: 0;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  width: 186px;
  text-align: left;
}
.pc-all .contents .pics .pics-right .allinfos .types .alllist .itemlist .place .place-right[data-v-546dfce6] {
  margin-left: 12px;
  color: #333;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.pc-all .contents .pics .pics-right .allinfos .types .icon-mores[data-v-546dfce6] {
  margin-right: -16px;
}
.pc-all .contents .pics .pics-right .allinfos .types .icon-mores img[data-v-546dfce6] {
  width: 37px;
  height: 37px;
}
.pc-all .contents .pics .pics-right .footer[data-v-546dfce6] {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 58px;
  padding: 8px;
  border-top: 1px solid #e5e5e5;
}
.pc-all .contents .pics .pics-right .footer .contact[data-v-546dfce6] {
  width: 100%;
  display: flex;
}
.pc-all .contents .pics .pics-right .footer .contact .pingl-right[data-v-546dfce6] {
  display: flex;
}
.pc-all .contents .pics .pics-right .footer .contact .pingl-right .zans[data-v-546dfce6] {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
.pc-all .contents .pics .pics-right .footer .contact .pingl-right .zans img[data-v-546dfce6] {
  width: 24px;
  height: 24px;
}
.pc-all .contents .pics .pics-right .footer .contact .pingl-right .zans span[data-v-546dfce6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-top: 2px;
}
.pc-all .contents .pics .pics-right .footer .contact .telnum[data-v-546dfce6] {
  display: flex;
  flex: 1;
  margin-left: 68px;
}
.pc-all .contents .pics .pics-right .footer .contact .telnum .contact-left[data-v-546dfce6] {
  flex: 1;
  height: 40px;
  background: #ffe7cb;
  border-radius: 4px 0 0 4px;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #a6661b;
  text-align: center;
  line-height: 40px;
}
.pc-all .contents .pics .pics-right .footer .contact .telnum .contact-right[data-v-546dfce6] {
  flex: 1;
  height: 40px;
  background: linear-gradient(135deg, #ff7b1d 0%, #ff6633 100%);
  border-radius: 0 4px 4px 0;
  color: #ffffff;
}
.pc-all .contents .infors[data-v-546dfce6] {
  width: 100%;
  padding: 10px 16px;
  background-color: #fff;
  margin: 16px 0;
}
.pc-all .contents .infors .companys[data-v-546dfce6] {
  display: flex;
  align-items: center;
  height: 50px;
}
.pc-all .contents .infors .companys .companys-left[data-v-546dfce6] {
  width: 50px;
  height: 50px;
  margin-right: 6px;
}
.pc-all .contents .infors .companys .companys-left img[data-v-546dfce6] {
  width: 50px;
  height: 50px;
  border-radius: 2px 2px 2px 2px;
}
.pc-all .contents .infors .companys .companys-center[data-v-546dfce6] {
  flex: 1;
}
.pc-all .contents .infors .companys .companys-center .name[data-v-546dfce6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.pc-all .contents .infors .companys .companys-center .follow[data-v-546dfce6] {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.pc-all .contents .infors .companys .companys-center .follow .goal[data-v-546dfce6] {
  display: flex;
  align-items: center;
}
.pc-all .contents .infors .companys .companys-center .follow .goal img[data-v-546dfce6] {
  width: 24px;
  height: 24px;
}
.pc-all .contents .infors .companys .companys-center .follow .goal span[data-v-546dfce6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666666;
}
.pc-all .contents .infors .companys .companys-center .follow .line[data-v-546dfce6] {
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: #d7d7d7;
  margin: 0 8px;
}
.pc-all .contents .infors .companys .companys-center .follow .people[data-v-546dfce6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666666;
}
.pc-all .contents .infors .companys .companys-right[data-v-546dfce6] {
  width: 95px;
  height: 28px;
  background: linear-gradient(135deg, #ffad33 0%, #ff7b1d 100%);
  border-radius: 2px 2px 2px 2px;
  text-align: center;
  line-height: 28px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-top: 20px;
}
.pc-all .contents .infors .allmoneys .aready[data-v-546dfce6] {
  display: flex;
  align-items: center;
}
.pc-all .contents .infors .allmoneys .aready .licens[data-v-546dfce6] {
  display: flex;
  align-items: center;
}
.pc-all .contents .infors .allmoneys .aready .licens img[data-v-546dfce6] {
  width: 14px;
  height: 14px;
}
.pc-all .contents .infors .allmoneys .aready .licens span[data-v-546dfce6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666666;
  margin-left: 2px;
  margin-right: 2px;
}
.pc-all .contents .infors .allmoneys .aready .licens .rights[data-v-546dfce6] {
  width: 14px;
  height: 24px;
  margin-top: 2px;
}
.pc-all .contents .infors .allmoneys .aready .money[data-v-546dfce6] {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.pc-all .contents .infors .allmoneys .aready .money img[data-v-546dfce6] {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.pc-all .contents .infors .allmoneys .aready .money span[data-v-546dfce6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666666;
}
.pc-all .contents .darl[data-v-546dfce6] {
  padding: 10px 16px;
  background-color: #fff;
}
.pc-all .contents .darl .darl-detail[data-v-546dfce6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 700;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
}
.pc-all .contents .darl .details[data-v-546dfce6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #333333;
  font-size: 16px;
  margin-top: 4px;
}
.pc-all .contents .darl .details[data-v-546dfce6] p span {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}
.pc-all .contents .darl .details[data-v-546dfce6] img {
  width: 100%;
}
.pc-all .contents .darl .details[data-v-546dfce6] table {
  width: 100% !important;
}
.pc-all .contents .darl .fileInfo .items img[data-v-546dfce6] {
  width: 100%;
}
.pc-all .contents .comment-note[data-v-546dfce6] {
  padding: 10px 16px;
  background-color: #fff;
  margin-top: 16px;
}
.pc-all .contents .comment-note .tlun[data-v-546dfce6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 700;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
}
.pc-all .contents .comment-note .comment-flex[data-v-546dfce6] {
  display: flex;
  align-items: center;
  position: relative;
}
.pc-all .contents .comment-note .comment-flex .comment-writte[data-v-546dfce6] {
  margin-top: 6px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  line-height: 18px;
}
.pc-all .contents .comment-note .comment-flex .el-icon-arrow-down[data-v-546dfce6] {
  color: #333;
  font-size: 16px;
  margin-left: 6px;
  font-weight: 600;
}
.pc-all .contents .comment-note .comment-people[data-v-546dfce6] {
  margin: 12px 0 0;
}
.pc-all .contents .comment-note .comment-people .comment-list[data-v-546dfce6] {
  position: relative;
}
.pc-all .contents .comment-note .comment-people .comment-list .comment-list[data-v-546dfce6]:last-child .el-divider--horizontal {
  background-color: none !important;
}
.pc-all .contents .comment-note .comment-people .comment-list .comment-author-detail[data-v-546dfce6] {
  justify-content: space-between;
}
.pc-all .contents .comment-note .comment-people .comment-list .comment-author-detail .avtar[data-v-546dfce6] {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
}
.pc-all .contents .comment-note .comment-people .comment-list .comment-author-detail .authors[data-v-546dfce6] {
  margin-left: 8px;
  flex: 1;
  margin-top: 8px;
}
.pc-all .contents .comment-note .comment-people .comment-list .comment-author-detail .comment-author[data-v-546dfce6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  line-height: 21px;
}
.pc-all .contents .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .nrtitle[data-v-546dfce6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  word-break: break-all;
}
.pc-all .contents .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .comment-date[data-v-546dfce6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #aaaaaa;
  line-height: 17px;
  margin-left: 4px;
}
.pc-all .contents .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .comment-reply[data-v-546dfce6] {
  cursor: pointer;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #777777;
  line-height: 17px;
  margin-left: 4px;
}
.pc-all .contents .comment-note .comment-people .comment-list .comment-author-detail .comment-collect[data-v-546dfce6] {
  text-align: center;
  width: 14px;
}
.pc-all .contents .comment-note .comment-people .comment-list .comment-author-detail .comment-collect .zan[data-v-546dfce6] {
  width: 14px;
  height: 14px;
}
.pc-all .contents .comment-note .comment-people .comment-list .comment-author-detail .comment-collect span[data-v-546dfce6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #777777;
  line-height: 16px;
}
.pc-all .contents .comment-note .comment-people .comment-list .comment-people-content[data-v-546dfce6] {
  margin-left: 32px;
  margin-top: 12px;
}
.pc-all .contents .comment-note .comment-people .comment-list .comment-people-content .avtar[data-v-546dfce6] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
}
.pc-all .contents .comment-note .comment-people .comment-list .comment-people-content .children-flex[data-v-546dfce6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pc-all .contents .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply[data-v-546dfce6] {
  display: flex;
}
.pc-all .contents .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .authors[data-v-546dfce6] {
  margin-left: 8px;
}
.pc-all .contents .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt[data-v-546dfce6] {
  font-size: 12px;
  line-height: 20px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.pc-all .contents .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt span[data-v-546dfce6] {
  color: #999999;
  margin: 0 3px;
  font-size: 13px;
}
.pc-all .contents .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1[data-v-546dfce6] {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 17px;
}
.pc-all .contents .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1 .nrtitle[data-v-546dfce6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 21px;
  word-break: break-all;
}
.pc-all .contents .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1 .comment-date[data-v-546dfce6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #aaaaaa;
  line-height: 17px;
  margin-left: 4px;
}
.pc-all .contents .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1 .comment-reply[data-v-546dfce6] {
  cursor: pointer;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #777777;
  line-height: 17px;
  margin-left: 4px;
}
.pc-all .contents .comment-note .comment-people .comment-list .comment-people-content .children-flex .comment-collect[data-v-546dfce6] {
  text-align: center;
}
.pc-all .contents .comment-note .comment-people .comment-list .comment-people-content .children-flex .comment-collect .zan[data-v-546dfce6] {
  width: 14px;
  height: 14px;
}
.pc-all .contents .comment-note .comment-people .comment-list .comment-people-content .children-flex .comment-collect span[data-v-546dfce6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #777777;
  line-height: 16px;
}
.pc-all .contents .comment-note .comment-people .comment-list .zhankai[data-v-546dfce6] {
  margin-left: 32px;
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.pc-all .contents .comment-note .comment-people .comment-list .zhankai .lines[data-v-546dfce6] {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #aaaaaa;
}
.pc-all .contents .comment-note .comment-people .comment-list .zhankai .totalpl[data-v-546dfce6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #23396b;
  line-height: 18px;
  margin-left: 8px;
}
.pc-all .contents .comment-note .comment-people .bgcolors[data-v-546dfce6] {
  height: 70px;
  background-color: #fff;
  padding-top: 17px;
  margin-top: -24px;
  position: relative;
  z-index: 99;
}
.pc-all .contents .comment-note .comment-people .bgcolors .more[data-v-546dfce6] {
  text-align: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #078ae2;
  border-radius: 4px;
  opacity: 1;
}
.pc-all .contents .comment-note .pls[data-v-546dfce6] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 100px 0;
}
.pc-all .contents .comment-note .pls .imgs img[data-v-546dfce6] {
  width: 150px;
  height: 150px;
}
.pc-all .contents .comment-note .pls .plun[data-v-546dfce6] {
  font-family: PingFang SC Regular, PingFang SC Regular;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  margin-top: 24px;
}
.pc-all .bgwhite[data-v-546dfce6] {
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 44px;
  margin: 0 auto;
  width: 60%;
  z-index: 100;
}
.pc-all .bgwhite[data-v-546dfce6] .el-tabs__item {
  font-size: 16px;
  font-weight: 500;
  color: #666;
  padding: 0 16px;
}
.pc-all .bgwhite[data-v-546dfce6] .el-tabs__item.is-active {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  position: relative;
}
.pc-all .bgwhite[data-v-546dfce6] .el-tabs__item.is-active::after {
  content: "";
  width: 24px;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  color: #078ae2;
  border-radius: 0px;
  border: 1px solid #078ae2;
  background-color: #078ae2; /* 修改底部横杠的颜色 */
}
.pc-all .bgwhite[data-v-546dfce6] .el-tabs__active-bar {
  background-color: transparent; /* 修改底部横杠的颜色 */
}
.pc-all .bgwhite[data-v-546dfce6] .el-tabs__nav-wrap::after {
  height: 0px;
}
@charset "UTF-8";
.container[data-v-aa44179e] {
  padding-top: 1.33rem;
}
.container .logo[data-v-aa44179e] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-aa44179e] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-aa44179e] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-aa44179e] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-aa44179e] {
  font-size: 14px;
  width: 82px;
  height: 28px;
  background: #0790eb;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-aa44179e]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-aa44179e]:focus {
  outline: none;
}
.container .del[data-v-aa44179e] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 126px;
}
.container .del img[data-v-aa44179e] {
  width: 154px;
  height: 153px;
}
.container .textScroll[data-v-aa44179e] {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.container .textScroll .allitem[data-v-aa44179e] {
  margin-top: 8px;
}
.container .textScroll .allitem .intros[data-v-aa44179e] {
  margin: 8px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 9px;
}
.container .textScroll .allitem .intros[data-v-aa44179e]:last-child {
  border-bottom: none;
}
.container .textScroll .allitem .intros .titles[data-v-aa44179e] {
  display: flex;
}
.container .textScroll .allitem .intros .titles .intro-left[data-v-aa44179e] {
  flex: 1;
  min-width: 0;
}
.container .textScroll .allitem .intros .titles .intro-left .text-box[data-v-aa44179e] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
}
.container .textScroll .allitem .intros .titles .intro-left .jing[data-v-aa44179e] {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: linear-gradient(135deg, #ff4183 2.38%, #ff351d 98.81%);
  border-radius: 1px 1px 1px 1px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  line-height: 19px;
  margin-right: 4px;
}
.container .textScroll .allitem .intros .titles .intro-left .nei[data-v-aa44179e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
.container .textScroll .allitem .intros .titles .intro-left .labels[data-v-aa44179e] {
  color: #078ae2;
  font-size: 14px;
}
.container .textScroll .allitem .intros .titles .intro-right[data-v-aa44179e] {
  margin-left: 32px;
  height: 64px;
}
.container .textScroll .allitem .intros .titles .intro-right .imgs img[data-v-aa44179e] {
  width: 94px;
  height: 64px;
  border-radius: 4px 4px 4px 4px;
}
.container .textScroll .allitem .intros .names[data-v-aa44179e] {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  line-height: 16px;
}
.container .textScroll .allitem .intros .names .name-left .name[data-v-aa44179e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
.container .textScroll .allitem .intros .names .name-left .number[data-v-aa44179e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-left: 12px;
}
.container .textScroll .allitem .intros .names .name-right span[data-v-aa44179e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.container .textScroll .zan[data-v-aa44179e] {
  color: #999999;
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
}
.container .textScroll .zan .pic img[data-v-aa44179e] {
  width: 145px;
  height: 155px;
  margin-bottom: 10px;
}
.container .order[data-v-aa44179e] {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.container .order .explain[data-v-aa44179e] {
  height: 113px;
  flex-shrink: 0;
}
.container .order .explain .play[data-v-aa44179e] {
  width: 100%;
  height: 100%;
  background: url("https://static-web.yaoweilai.com/web/image/icons-circle-bgs.png") no-repeat center/cover;
  background-size: 100% 113px;
  padding: 13px 16px;
}
.container .order .explain .play .companys[data-v-aa44179e] {
  display: flex;
  align-items: center;
  height: 57px;
}
.container .order .explain .play .companys .companys-left[data-v-aa44179e] {
  width: 57px;
  height: 57px;
  margin-right: 8px;
}
.container .order .explain .play .companys .companys-left img[data-v-aa44179e] {
  width: 57px;
  height: 57px;
}
.container .order .explain .play .companys .companys-center[data-v-aa44179e] {
  flex: 1;
}
.container .order .explain .play .companys .companys-center .name[data-v-aa44179e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  max-width: 280px; /* 必须指定宽度 */
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 显示省略号 */
}
.container .order .explain .play .companys .companys-center .follow .people[data-v-aa44179e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  margin-top: 4px;
}
.container .order .explain .joins[data-v-aa44179e] {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.container .order .explain .joins .join-left[data-v-aa44179e] {
  display: flex;
  align-items: center;
}
.container .order .explain .joins .join-left .alls[data-v-aa44179e] {
  display: flex;
}
.container .order .explain .joins .join-left .alls .imgs img[data-v-aa44179e] {
  width: 20px;
  height: 20px;
  border-radius: 411px 411px 411px 411px;
  border: 1px solid #ffffff;
  margin-left: -5px;
}
.container .order .explain .joins .join-left .alls .dian img[data-v-aa44179e] {
  width: 20px;
  height: 20px;
  border-radius: 411px 411px 411px 411px;
  border: 1px solid #ffffff;
  margin-left: -5px;
}
.container .order .explain .joins .join-left .yuan[data-v-aa44179e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #3d3d3d;
  margin: 0 4px;
}
.container .order .explain .joins .join-left .rights[data-v-aa44179e] {
  display: flex;
  align-items: center;
}
.container .order .explain .joins .join-left .rights img[data-v-aa44179e] {
  width: 12px;
  height: 12px;
  margin-top: 2px;
}
.container .order .explain .joins .join-right[data-v-aa44179e] {
  width: 76px;
  height: 28px;
  background: #078ae2;
  border-radius: 2px 2px 2px 2px;
  text-align: center;
  line-height: 28px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.container .order .lists[data-v-aa44179e] {
  padding-top: 7px;
}
.container .order .lists[data-v-aa44179e] .van-tabs__nav {
  display: flex;
}
.container .order .lists[data-v-aa44179e] .van-tab {
  font-size: 16px;
  position: relative;
  height: 30px;
  color: #666;
  flex: 1;
  text-align: center;
}
.container .order .lists[data-v-aa44179e] .van-tab--active {
  font-weight: bold;
  color: #333;
}
.container .order .lists[data-v-aa44179e] .van-tabs__wrap {
  margin-left: 0;
  border-bottom: 1px solid #eaeaea;
}
.container .order .lists[data-v-aa44179e] .van-tabs__nav--line {
  padding-bottom: 4px;
}
.container .order .lists[data-v-aa44179e] .menu-tabs .van-tabs__line {
  background-color: #078ae2; /* 线条颜色 */
  width: 24px; /*宽度 */
  height: 2px; /* 高度 */
  border-radius: 0px; /* 圆角 */
}
.openapp[data-v-aa44179e] {
  position: fixed;
  bottom: 30px;
  left: 50%;
  text-align: center;
  z-index: 99;
  transform: translateX(-50%);
  width: 164px;
  height: 38px;
  line-height: 38px;
  background: #078ae2;
  border-radius: 20px;
}
.openapp .now[data-v-aa44179e] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.openapp img[data-v-aa44179e] {
  width: 20px;
  height: 20px;
}
.openapp span[data-v-aa44179e] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
.fabu[data-v-aa44179e] {
  position: fixed;
  bottom: 70px;
  right: 22px;
  z-index: 99;
  width: 58px;
  height: 58px;
  background: linear-gradient(134deg, #3cd5ff 0%, #078ae2 100%);
  box-shadow: 0px 2px 6px 0px rgba(0, 64, 154, 0.38);
  border-radius: 100px;
}
.fabu .tadd[data-v-aa44179e] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.fabu .tadd .imgs[data-v-aa44179e] {
  height: 20px;
  width: 20px;
  display: flex;
  margin-top: 5px;
}
.fabu .tadd .imgs img[data-v-aa44179e] {
  width: 20px;
  height: 20px;
}
.fabu .tadd .name[data-v-aa44179e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
@charset "UTF-8";
.pc-all[data-v-e8b47c74] {
  background-color: #fff;
}
.pc-all .kongWeb[data-v-e8b47c74] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .kongWeb .del[data-v-e8b47c74] {
  flex: 1;
  margin: 100px 0 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc-all .kongWeb .del img[data-v-e8b47c74] {
  width: 233px;
  height: 299px;
}
.pc-all .kongWeb .del .openapp[data-v-e8b47c74] {
  text-align: center;
  width: 176px;
  height: 48px;
  line-height: 48px;
  background: #29a9ff;
  border-radius: 50px;
  margin-top: 24px;
}
.pc-all .kongWeb .del .openapp .now[data-v-e8b47c74] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-all .kongWeb .del .openapp img[data-v-e8b47c74] {
  width: 66px;
  height: 20px;
  margin: 0 6px;
}
.pc-all .kongWeb .del .openapp span[data-v-e8b47c74] {
  font-size: 17px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
.pc-all .alls[data-v-e8b47c74] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
  background: #f9f9f9;
}
.pc-all .contents[data-v-e8b47c74] {
  width: 65%;
  margin: 16px auto;
  flex: 1;
  min-height: 70vh;
  box-sizing: border-box; /* 包含 padding 在宽度内 */
}
.pc-all .contents .buju[data-v-e8b47c74] {
  display: flex;
  width: 100%;
}
.pc-all .contents .buju .bj-left[data-v-e8b47c74] {
  width: 63%;
  margin-right: 14px;
  background-color: #fff;
}
.pc-all .contents .buju .bj-left .explain[data-v-e8b47c74] {
  height: 140px;
  flex-shrink: 0;
}
.pc-all .contents .buju .bj-left .explain .play[data-v-e8b47c74] {
  width: 100%;
  height: 100%;
  background: url("https://static-web.yaoweilai.com/web/image/icons-circle-bgspc.png") no-repeat center/cover;
  background-size: 100% 140px;
  padding: 16px 16px;
}
.pc-all .contents .buju .bj-left .explain .play .companys[data-v-e8b47c74] {
  display: flex;
  align-items: center;
  height: 68px;
}
.pc-all .contents .buju .bj-left .explain .play .companys .companys-left[data-v-e8b47c74] {
  width: 68px;
  height: 68px;
  margin-right: 8px;
}
.pc-all .contents .buju .bj-left .explain .play .companys .companys-left img[data-v-e8b47c74] {
  width: 68px;
  height: 68px;
}
.pc-all .contents .buju .bj-left .explain .play .companys .companys-center[data-v-e8b47c74] {
  flex: 1;
}
.pc-all .contents .buju .bj-left .explain .play .companys .companys-center .name[data-v-e8b47c74] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  max-width: 480px; /* 必须指定宽度 */
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 显示省略号 */
}
.pc-all .contents .buju .bj-left .explain .play .companys .companys-center .follow .people[data-v-e8b47c74] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  margin-top: 4px;
}
.pc-all .contents .buju .bj-left .explain .play .companys .join-right[data-v-e8b47c74] {
  width: 76px;
  height: 28px;
  background: #078ae2;
  border-radius: 2px 2px 2px 2px;
  text-align: center;
  line-height: 28px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.pc-all .contents .buju .bj-left .explain .joins[data-v-e8b47c74] {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.pc-all .contents .buju .bj-left .explain .joins .join-left[data-v-e8b47c74] {
  display: flex;
  align-items: center;
}
.pc-all .contents .buju .bj-left .explain .joins .join-left .alles[data-v-e8b47c74] {
  display: flex;
}
.pc-all .contents .buju .bj-left .explain .joins .join-left .alles .imgs img[data-v-e8b47c74] {
  width: 24px;
  height: 24px;
  border-radius: 411px 411px 411px 411px;
  border: 1px solid #ffffff;
  margin-left: -5px;
}
.pc-all .contents .buju .bj-left .explain .joins .join-left .alles .dian img[data-v-e8b47c74] {
  width: 24px;
  height: 24px;
  border-radius: 411px 411px 411px 411px;
  border: 1px solid #ffffff;
  margin-left: -5px;
}
.pc-all .contents .buju .bj-left .explain .joins .join-left .yuan[data-v-e8b47c74] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #3d3d3d;
  margin: 0 4px;
}
.pc-all .contents .buju .bj-left .explain .joins .join-left .rights[data-v-e8b47c74] {
  display: flex;
  align-items: center;
}
.pc-all .contents .buju .bj-left .explain .joins .join-left .rights img[data-v-e8b47c74] {
  width: 12px;
  height: 12px;
  margin-top: 2px;
}
.pc-all .contents .buju .bj-left .bgwhite[data-v-e8b47c74] .el-tabs__item {
  font-size: 16px;
  font-weight: 500;
  color: #666;
  padding: 0 16px;
}
.pc-all .contents .buju .bj-left .bgwhite[data-v-e8b47c74] .el-tabs__item.is-active {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  position: relative;
}
.pc-all .contents .buju .bj-left .bgwhite[data-v-e8b47c74] .el-tabs__item.is-active::after {
  content: "";
  width: 24px;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  color: #078ae2;
  border-radius: 0px;
  border: 1px solid #078ae2;
  background-color: #078ae2; /* 修改底部横杠的颜色 */
}
.pc-all .contents .buju .bj-left .bgwhite[data-v-e8b47c74] .el-tabs__active-bar {
  background-color: transparent; /* 修改底部横杠的颜色 */
}
.pc-all .contents .buju .bj-left .bgwhite[data-v-e8b47c74] .el-tabs__nav-wrap::after {
  height: 1px;
}
.pc-all .contents .buju .bj-left .textScroll[data-v-e8b47c74] {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.pc-all .contents .buju .bj-left .textScroll .allitem[data-v-e8b47c74] {
  margin-top: 8px;
}
.pc-all .contents .buju .bj-left .textScroll .allitem .intros[data-v-e8b47c74] {
  margin: 8px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 9px;
}
.pc-all .contents .buju .bj-left .textScroll .allitem .intros[data-v-e8b47c74]:last-child {
  border-bottom: none;
}
.pc-all .contents .buju .bj-left .textScroll .allitem .intros .titles[data-v-e8b47c74] {
  display: flex;
}
.pc-all .contents .buju .bj-left .textScroll .allitem .intros .titles .intro-left[data-v-e8b47c74] {
  flex: 1;
  min-width: 0;
}
.pc-all .contents .buju .bj-left .textScroll .allitem .intros .titles .intro-left .text-box[data-v-e8b47c74] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
}
.pc-all .contents .buju .bj-left .textScroll .allitem .intros .titles .intro-left .jing[data-v-e8b47c74] {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: linear-gradient(135deg, #ff4183 2.38%, #ff351d 98.81%);
  border-radius: 1px 1px 1px 1px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  line-height: 19px;
  margin-right: 4px;
}
.pc-all .contents .buju .bj-left .textScroll .allitem .intros .titles .intro-left .nei[data-v-e8b47c74] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
.pc-all .contents .buju .bj-left .textScroll .allitem .intros .titles .intro-left .labels[data-v-e8b47c74] {
  color: #078ae2;
  font-size: 14px;
}
.pc-all .contents .buju .bj-left .textScroll .allitem .intros .titles .intro-right[data-v-e8b47c74] {
  margin-left: 32px;
  height: 64px;
}
.pc-all .contents .buju .bj-left .textScroll .allitem .intros .titles .intro-right .imgs img[data-v-e8b47c74] {
  width: 94px;
  height: 64px;
  border-radius: 4px 4px 4px 4px;
}
.pc-all .contents .buju .bj-left .textScroll .allitem .intros .names[data-v-e8b47c74] {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  line-height: 16px;
}
.pc-all .contents .buju .bj-left .textScroll .allitem .intros .names .name-left .name[data-v-e8b47c74] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
.pc-all .contents .buju .bj-left .textScroll .allitem .intros .names .name-left .number[data-v-e8b47c74] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-left: 12px;
}
.pc-all .contents .buju .bj-left .textScroll .allitem .intros .names .name-right span[data-v-e8b47c74] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.pc-all .contents .buju .bj-left .textScroll .zan[data-v-e8b47c74] {
  color: #999999;
  font-size: 12px;
  text-align: center;
  margin-top: 60px;
}
.pc-all .contents .buju .bj-left .textScroll .zan .pic img[data-v-e8b47c74] {
  width: 145px;
  height: 155px;
  margin-bottom: 10px;
}
.pc-all .contents .buju .bj-right[data-v-e8b47c74] {
  margin-left: 16px;
  width: 352px;
  position: relative;
}
.pc-all .contents .buju .bj-right .ewcode[data-v-e8b47c74] {
  width: 100%;
  height: 162px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img[data-v-e8b47c74] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 100%;
  height: 162px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima[data-v-e8b47c74] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 28px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-left[data-v-e8b47c74] {
  padding-top: 43px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-e8b47c74] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #364579;
  line-height: 20px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-e8b47c74]:after {
  content: "";
  display: block;
  width: 83px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
  padding-bottom: 16px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-left .download[data-v-e8b47c74] {
  margin-top: 19px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-e8b47c74] {
  width: 166px;
  height: 24px;
  border-radius: 2px 2px 2px 2px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-right[data-v-e8b47c74] {
  background-color: #fff;
  width: 99px;
  height: 99px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 7px;
  margin-top: 32px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-right img[data-v-e8b47c74] {
  width: 84px;
  height: 84px;
}
.pc-all .contents .buju .bj-right .recommended[data-v-e8b47c74] {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-top: 32px;
  position: relative;
  margin-bottom: 24px;
}
.pc-all .contents .buju .bj-right .recommended .line[data-v-e8b47c74] {
  position: absolute;
  top: -1px;
  left: 0px;
  height: 3px;
  width: 100%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 2px solid #048eea;
}
.pc-all .contents .buju .bj-right .recommended .comment-flex[data-v-e8b47c74] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 12px 10px 0;
}
.pc-all .contents .buju .bj-right .recommended .comment-flex .comment-decorate[data-v-e8b47c74] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0px;
}
.pc-all .contents .buju .bj-right .recommended .comment-flex .comment-writte[data-v-e8b47c74] {
  font-family: PingFang SC, PingFang SC;
  font-size: 17px;
  color: #333;
  font-weight: bold;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .line[data-v-e8b47c74] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem[data-v-e8b47c74] {
  margin-top: 16px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem .intros[data-v-e8b47c74] {
  margin: 8px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 9px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem .intros .titles[data-v-e8b47c74] {
  display: flex;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem .intros .titles .intro-left[data-v-e8b47c74] {
  flex: 1;
  min-width: 0;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem .intros .titles .intro-left .text-box[data-v-e8b47c74] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem .intros .titles .intro-left .jing[data-v-e8b47c74] {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: linear-gradient(135deg, #ff4183 2.38%, #ff351d 98.81%);
  border-radius: 1px 1px 1px 1px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  line-height: 19px;
  margin-right: 4px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem .intros .titles .intro-left .nei[data-v-e8b47c74] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem .intros .titles .intro-left .labels[data-v-e8b47c74] {
  color: #078ae2;
  font-size: 14px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem .intros .titles .intro-right[data-v-e8b47c74] {
  margin-left: 32px;
  height: 64px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem .intros .titles .intro-right .imgs img[data-v-e8b47c74] {
  width: 94px;
  height: 64px;
  border-radius: 4px 4px 4px 4px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem .intros .names[data-v-e8b47c74] {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  line-height: 16px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem .intros .names .name-left .name[data-v-e8b47c74] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem .intros .names .name-left .number[data-v-e8b47c74] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-left: 12px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem .intros .names .name-right span[data-v-e8b47c74] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.pc-all .contents .buju .bj-right .recommended .open-more[data-v-e8b47c74] {
  margin: 24px 48px 24px;
  display: flex;
}
.pc-all .contents .buju .bj-right .recommended .open-more button[data-v-e8b47c74] {
  width: 100%;
  height: 37px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
  border: none;
}
@charset "UTF-8";
body[data-v-a3359128] {
  overflow: hidden;
}
.container[data-v-a3359128] {
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding-top: 40px;
  background: #fff;
}
.container .kongMoblie[data-v-a3359128] {
  display: flex;
  justify-content: center;
  margin-top: 126px;
}
.container .kongMoblie img[data-v-a3359128] {
  width: 154px;
  height: 190px;
}
.container .logo[data-v-a3359128] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-a3359128] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-a3359128] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-a3359128] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-a3359128] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-a3359128]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-a3359128]:focus {
  outline: none;
}
.container .bgstarsimg[data-v-a3359128] {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.container .bgstarsimg .allavtar[data-v-a3359128] {
  background-color: #fff;
}
.container .bgstarsimg .allavtar .carousel-container[data-v-a3359128] {
  margin: 5px 16px 0;
  width: 92%;
}
.container .bgstarsimg .allavtar .carousel-container .custom-swipe[data-v-a3359128] {
  width: 100%;
  height: 255px;
}
.container .bgstarsimg .allavtar .carousel-container .custom-indicators[data-v-a3359128] {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.container .bgstarsimg .allavtar .carousel-container .dot[data-v-a3359128] {
  width: 5px;
  height: 5px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 4px;
}
.container .bgstarsimg .allavtar .carousel-container .dot.active[data-v-a3359128] {
  background: #29a9ff;
}
.container .bgstarsimg .allavtar .carousel-container .imgs img[data-v-a3359128] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .bgstarsimg .allavtar .namees[data-v-a3359128] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 17px;
  color: #333333;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  margin: 0 16px;
}
.container .bgstarsimg .allavtar .personal-top[data-v-a3359128] {
  margin: 12px 16px 16px;
}
.container .bgstarsimg .allavtar .personal-top .personal-flex[data-v-a3359128] {
  display: flex;
}
.container .bgstarsimg .allavtar .personal-top .personal-flex .zy-img[data-v-a3359128] {
  width: 30px;
  height: 30px;
}
.container .bgstarsimg .allavtar .personal-top .personal-flex .zy-img img[data-v-a3359128] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #92d1ff;
}
.container .bgstarsimg .allavtar .personal-top .personal-flex .flex-right[data-v-a3359128] {
  margin-left: 3px;
}
.container .bgstarsimg .allavtar .personal-top .personal-flex .flex-right .names[data-v-a3359128] {
  width: 222px;
  height: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 17px;
  max-width: 222px; /* 必须指定宽度 */
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 显示省略号 */
}
.container .bgstarsimg .allavtar .personal-top .personal-flex .flex-right .labels[data-v-a3359128] {
  display: flex;
}
.container .bgstarsimg .allavtar .personal-top .personal-flex .flex-right .labels .labels-left[data-v-a3359128] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #999999;
}
.container .bgstarsimg .allavtar .personal-top .personal-flex .flex-right .labels .labels-right[data-v-a3359128] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #999999;
  margin-left: 16px;
}
.container .bgstarsimg .allavtar .threas[data-v-a3359128] {
  font-family: PingFang SC;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  text-align: justify;
  margin: 19px 16px 16px;
  white-space: pre-wrap; /* ← 加这行 */
  word-break: break-all; /* ← 顺手也加上 */
  overflow-wrap: break-word; /* ← 同上 */
}
.container .bgstarsimg .allavtar .threas[data-v-a3359128] * {
  white-space: pre-wrap !important;
  word-break: break-all !important;
  overflow-wrap: break-word !important;
}
.container .bgstarsimg .allavtar .threas[data-v-a3359128] img {
  width: 100%;
  height: auto;
}
.container .bgstarsimg .allavtar .kongs[data-v-a3359128] {
  background-color: rgba(0, 0, 0, 0.03);
  height: 8px;
}
.container .bgstarsimg .allavtar .hot-recoomend[data-v-a3359128] {
  margin: 16px;
}
.container .bgstarsimg .allavtar .hot-recoomend .inster img[data-v-a3359128] {
  width: 205px;
  height: 36px;
}
.container .bgstarsimg .allavtar .hot-recoomend .allitem .intros[data-v-a3359128] {
  margin-top: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 9px;
}
.container .bgstarsimg .allavtar .hot-recoomend .allitem .intros[data-v-a3359128]:last-child {
  border-bottom: none;
}
.container .bgstarsimg .allavtar .hot-recoomend .allitem .intros .titles[data-v-a3359128] {
  display: flex;
}
.container .bgstarsimg .allavtar .hot-recoomend .allitem .intros .titles .intro-left[data-v-a3359128] {
  flex: 1;
  min-width: 0;
}
.container .bgstarsimg .allavtar .hot-recoomend .allitem .intros .titles .intro-left .text-box[data-v-a3359128] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
}
.container .bgstarsimg .allavtar .hot-recoomend .allitem .intros .titles .intro-left .jing[data-v-a3359128] {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: linear-gradient(135deg, #ff4183 2.38%, #ff351d 98.81%);
  border-radius: 1px 1px 1px 1px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  line-height: 19px;
  margin-right: 4px;
}
.container .bgstarsimg .allavtar .hot-recoomend .allitem .intros .titles .intro-left .nei[data-v-a3359128] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
.container .bgstarsimg .allavtar .hot-recoomend .allitem .intros .titles .intro-left .labels[data-v-a3359128] {
  color: #078ae2;
  font-size: 14px;
}
.container .bgstarsimg .allavtar .hot-recoomend .allitem .intros .titles .intro-right[data-v-a3359128] {
  margin-left: 32px;
  height: 64px;
}
.container .bgstarsimg .allavtar .hot-recoomend .allitem .intros .titles .intro-right .imgs img[data-v-a3359128] {
  width: 94px;
  height: 64px;
  border-radius: 4px 4px 4px 4px;
}
.container .bgstarsimg .allavtar .hot-recoomend .allitem .intros .names[data-v-a3359128] {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  line-height: 16px;
}
.container .bgstarsimg .allavtar .hot-recoomend .allitem .intros .names .name-left .name[data-v-a3359128] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
.container .bgstarsimg .allavtar .hot-recoomend .allitem .intros .names .name-left .number[data-v-a3359128] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-left: 12px;
}
.container .bgstarsimg .allavtar .hot-recoomend .allitem .intros .names .name-right span[data-v-a3359128] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.container .bgstarsimg .allavtar .comment-note[data-v-a3359128] {
  margin: 33px 16px;
}
.container .bgstarsimg .allavtar .comment-note .tlun[data-v-a3359128] {
  display: flex;
  justify-content: space-between;
}
.container .bgstarsimg .allavtar .comment-note .tlun .tlun-left[data-v-a3359128] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}
.container .bgstarsimg .allavtar .comment-note .tlun .timeline-tags[data-v-a3359128] {
  display: inline-flex;
  align-items: center;
  background: #eeeeee;
  border-radius: 100px;
  width: 89px;
  height: 24px;
  line-height: 24px;
  box-sizing: border-box;
}
.container .bgstarsimg .allavtar .comment-note .tlun .timeline-tags .timeline-tag[data-v-a3359128] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #999999;
  cursor: pointer;
  border-radius: 100px;
  white-space: nowrap;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.container .bgstarsimg .allavtar .comment-note .tlun .timeline-tags .timeline-tag.active[data-v-a3359128] {
  background-color: #ffffff;
  color: #333333;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.container .bgstarsimg .allavtar .comment-note .tlun .timeline-tags .timeline-tag[data-v-a3359128]:hover:not(.active) {
  color: #666666;
}
.container .bgstarsimg .allavtar .comment-note .comment-flex[data-v-a3359128] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.container .bgstarsimg .allavtar .comment-note .comment-flex .comment-writte[data-v-a3359128] {
  margin-top: 6px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  line-height: 18px;
}
.container .bgstarsimg .allavtar .comment-note .comment-flex .el-icon-arrow-down[data-v-a3359128] {
  color: #333;
  font-size: 16px;
  margin-left: 6px;
  font-weight: 600;
}
.container .bgstarsimg .allavtar .comment-note .comment-people[data-v-a3359128] {
  margin: 12px 0 0;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list[data-v-a3359128] {
  position: relative;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-list[data-v-a3359128]:last-child .el-divider--horizontal {
  background-color: none !important;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-author-detail[data-v-a3359128] {
  justify-content: space-between;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-author-detail .avtar[data-v-a3359128] {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-author-detail .authors[data-v-a3359128] {
  margin-left: 8px;
  flex: 1;
  margin-top: 16px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-author-detail .lous[data-v-a3359128] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-author-detail .lous .comment-author[data-v-a3359128] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 21px;
  flex: 1;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-author-detail .lous .comment-collect[data-v-a3359128] {
  min-width: 32px;
  height: 18px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #666666;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply[data-v-a3359128] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .nrtitle[data-v-a3359128] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  word-break: break-all;
  display: inline-block;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .comment-date[data-v-a3359128] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #aaaaaa;
  line-height: 17px;
  margin-left: 4px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .comment-reply[data-v-a3359128] {
  cursor: pointer;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666;
  line-height: 17px;
  margin-left: 4px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-people-content[data-v-a3359128] {
  margin-left: 32px;
  margin-top: 12px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-people-content .avtar[data-v-a3359128] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-people-content .children-flex[data-v-a3359128] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply[data-v-a3359128] {
  display: flex;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .authors[data-v-a3359128] {
  margin-left: 8px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt[data-v-a3359128] {
  font-size: 12px;
  line-height: 20px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt span[data-v-a3359128] {
  color: #999999;
  margin: 0 3px;
  font-size: 13px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1[data-v-a3359128] {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 17px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1 .nrtitle[data-v-a3359128] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 21px;
  word-break: break-all;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1 .comment-date[data-v-a3359128] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #aaaaaa;
  line-height: 17px;
  margin-left: 4px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1 .comment-reply[data-v-a3359128] {
  cursor: pointer;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666;
  line-height: 17px;
  margin-left: 4px;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .zhankai[data-v-a3359128] {
  margin-left: 32px;
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .zhankai .lines[data-v-a3359128] {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #aaaaaa;
}
.container .bgstarsimg .allavtar .comment-note .comment-people .comment-list .zhankai .totalpl[data-v-a3359128] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #23396b;
  line-height: 18px;
  margin-left: 8px;
}
.container .bgstarsimg .allavtar .comment-note .bgcolors[data-v-a3359128] {
  margin-top: 33px;
  margin-bottom: 33px;
}
.container .bgstarsimg .allavtar .comment-note .bgcolors .more[data-v-a3359128] {
  display: flex;
  justify-content: center;
}
.container .bgstarsimg .allavtar .comment-note .bgcolors .more img[data-v-a3359128] {
  width: 50px;
  height: 11px;
}
.container .bgstarsimg .allavtar .comment-note .zwpl[data-v-a3359128] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .bgstarsimg .allavtar .comment-note .zwpl img[data-v-a3359128] {
  width: 150px;
  height: 187px;
}
.container .bgstarsimg .allavtar .comment-note .zwpl .firpl[data-v-a3359128] {
  margin-top: 12px;
  text-align: center;
  line-height: 29px;
  width: 78px;
  height: 34px;
  border-radius: 100px 100px 100px 100px;
  border: 1px solid #d8d8d8;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}
.container .bgstarsimg .lookmore[data-v-a3359128] {
  position: fixed;
  bottom: 48px; /* footer高度 */
  left: 0;
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  z-index: 98;
}
.container .bgstarsimg .openapp[data-v-a3359128] {
  width: 164px;
  height: 38px;
  background: #078ae2;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .bgstarsimg .openapp .now[data-v-a3359128] {
  display: flex;
  align-items: center;
}
.container .bgstarsimg .openapp img[data-v-a3359128] {
  width: 20px;
  height: 20px;
}
.container .bgstarsimg .openapp span[data-v-a3359128] {
  font-size: 14px;
  color: #fff;
  margin-left: 6px;
}
@charset "UTF-8";
.pc-all[data-v-3cae26ca] {
  background-color: #fff;
}
.pc-all .kongWeb[data-v-3cae26ca] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .kongWeb .del[data-v-3cae26ca] {
  flex: 1;
  margin: 100px 0 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc-all .kongWeb .del img[data-v-3cae26ca] {
  width: 233px;
  height: 299px;
}
.pc-all .kongWeb .del .openapp[data-v-3cae26ca] {
  text-align: center;
  width: 176px;
  height: 48px;
  line-height: 48px;
  background: #29a9ff;
  border-radius: 50px;
  margin-top: 24px;
}
.pc-all .kongWeb .del .openapp .now[data-v-3cae26ca] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-all .kongWeb .del .openapp img[data-v-3cae26ca] {
  width: 66px;
  height: 20px;
  margin: 0 6px;
}
.pc-all .kongWeb .del .openapp span[data-v-3cae26ca] {
  font-size: 17px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
.pc-all .alls[data-v-3cae26ca] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
  background: #fff;
}
.pc-all .contents[data-v-3cae26ca] {
  width: 65%;
  margin: 16px auto;
  flex: 1;
  min-height: 100vh;
  box-sizing: border-box; /* 包含 padding 在宽度内 */
  display: flex; /* ✅ 加这个 */
  flex-direction: column; /* ✅ 加这个 */
}
.pc-all .contents .buju[data-v-3cae26ca] {
  display: flex;
  width: 100%;
  flex: 1; /* ✅ 关键 */
}
.pc-all .contents .buju .bj-left[data-v-3cae26ca] {
  width: 63%;
  margin-right: 14px;
  background-color: #fff;
}
.pc-all .contents .buju .bj-left .explain[data-v-3cae26ca] {
  flex-shrink: 0;
}
.pc-all .contents .buju .bj-left .explain .namees[data-v-3cae26ca] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 17px;
  color: #333333;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.pc-all .contents .buju .bj-left .explain .personal-top[data-v-3cae26ca] {
  margin-top: 19px;
}
.pc-all .contents .buju .bj-left .explain .personal-top .personal-flex[data-v-3cae26ca] {
  display: flex;
}
.pc-all .contents .buju .bj-left .explain .personal-top .personal-flex .zy-img[data-v-3cae26ca] {
  width: 30px;
  height: 30px;
}
.pc-all .contents .buju .bj-left .explain .personal-top .personal-flex .zy-img img[data-v-3cae26ca] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #92d1ff;
}
.pc-all .contents .buju .bj-left .explain .personal-top .personal-flex .flex-right[data-v-3cae26ca] {
  margin-left: 3px;
}
.pc-all .contents .buju .bj-left .explain .personal-top .personal-flex .flex-right .names[data-v-3cae26ca] {
  width: 222px;
  height: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 17px;
  max-width: 222px; /* 必须指定宽度 */
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 显示省略号 */
}
.pc-all .contents .buju .bj-left .explain .personal-top .personal-flex .flex-right .labels[data-v-3cae26ca] {
  display: flex;
}
.pc-all .contents .buju .bj-left .explain .personal-top .personal-flex .flex-right .labels .labels-left[data-v-3cae26ca] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #999999;
}
.pc-all .contents .buju .bj-left .explain .personal-top .personal-flex .flex-right .labels .labels-right[data-v-3cae26ca] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #999999;
  margin-left: 16px;
}
.pc-all .contents .buju .bj-left .explain .ciecles[data-v-3cae26ca] {
  margin-top: 16px;
  display: inline-flex; /* 或 flex + width */
}
.pc-all .contents .buju .bj-left .explain .ciecles .post[data-v-3cae26ca] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 32px;
  background: #f2f2f2;
  border-radius: 303px 303px 303px 303px;
  padding: 0 16px; /* 关键：加内边距 */
}
.pc-all .contents .buju .bj-left .explain .ciecles .post .post-left img[data-v-3cae26ca] {
  width: 24px;
  height: 24px;
}
.pc-all .contents .buju .bj-left .explain .ciecles .post .post-center[data-v-3cae26ca] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin: 0 6px;
}
.pc-all .contents .buju .bj-left .explain .ciecles .post .post-right i[data-v-3cae26ca] {
  font-size: 14px;
  color: #999;
}
.pc-all .contents .buju .bj-left .explain .pics-left[data-v-3cae26ca] {
  width: 100%;
  height: 400px;
  margin-top: 24px;
}
.pc-all .contents .buju .bj-left .explain .pics-left .boxs[data-v-3cae26ca] {
  width: 100%;
  height: 400px;
  position: relative;
}
.pc-all .contents .buju .bj-left .explain .pics-left .boxs .swiper-container[data-v-3cae26ca] {
  overflow: hidden;
}
.pc-all .contents .buju .bj-left .explain .pics-left .boxs .swiper-container .swiper-wrapper .swiper-slide .imgs[data-v-3cae26ca] {
  border-radius: 12px;
  min-height: 400px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pc-all .contents .buju .bj-left .explain .pics-left .boxs .swiper-container .swiper-wrapper .swiper-slide .imgs img[data-v-3cae26ca] {
  max-width: 100%;
  max-height: 400px;
  border-radius: 4px 4px 4px 4px;
}
.pc-all .contents .buju .bj-left .explain .pics-left .boxs .swiper-container .swiper-wrapper .swiper-slide .first-slide[data-v-3cae26ca] {
  background-color: transparent;
}
.pc-all .contents .buju .bj-left .explain .pics-left .boxs .swiper-container .swiper-wrapper .swiper-slide .first-slide img[data-v-3cae26ca] {
  max-width: 100%;
  max-height: 400px;
}
.pc-all .contents .buju .bj-left .explain .pics-left .boxs[data-v-3cae26ca] {
  /* 强制显示分页器（避免初始化时的闪烁） */
}
.pc-all .contents .buju .bj-left .explain .pics-left .boxs .swiper-pagination[data-v-3cae26ca] {
  position: static;
  opacity: 1 !important;
  transition: opacity 0.01s !important;
}
.pc-all .contents .buju .bj-left .explain .pics-left .boxs[data-v-3cae26ca] .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.3);
}
.pc-all .contents .buju .bj-left .explain .pics-left .boxs[data-v-3cae26ca] .swiper-pagination-bullet-active {
  width: 5px;
  height: 5px;
  background: #078ae2;
}
.pc-all .contents .buju .bj-left .explain .threas[data-v-3cae26ca] {
  font-family: PingFang SC;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  text-align: justify;
  margin: 19px 16px 16px;
  white-space: pre-wrap; /* ← 加这行 */
  word-break: break-all; /* ← 顺手也加上 */
  overflow-wrap: break-word; /* ← 同上 */
}
.pc-all .contents .buju .bj-left .explain .threas[data-v-3cae26ca] * {
  white-space: pre-wrap !important;
  word-break: break-all !important;
  overflow-wrap: break-word !important;
}
.pc-all .contents .buju .bj-left .explain .threas[data-v-3cae26ca] img {
  width: 100%;
  height: auto;
}
.pc-all .contents .buju .bj-left .explain .comment-note .tlun[data-v-3cae26ca] {
  display: flex;
  justify-content: space-between;
  padding: 0 19px 0 16px;
}
.pc-all .contents .buju .bj-left .explain .comment-note .tlun .tlun-left[data-v-3cae26ca] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}
.pc-all .contents .buju .bj-left .explain .comment-note .tlun .timeline-tags[data-v-3cae26ca] {
  display: inline-flex;
  align-items: center;
  background: #eeeeee;
  border-radius: 100px;
  width: 89px;
  height: 24px;
  line-height: 24px;
  box-sizing: border-box;
}
.pc-all .contents .buju .bj-left .explain .comment-note .tlun .timeline-tags .timeline-tag[data-v-3cae26ca] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #999999;
  cursor: pointer;
  border-radius: 100px;
  white-space: nowrap;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pc-all .contents .buju .bj-left .explain .comment-note .tlun .timeline-tags .timeline-tag.active[data-v-3cae26ca] {
  background-color: #ffffff;
  color: #333333;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.pc-all .contents .buju .bj-left .explain .comment-note .tlun .timeline-tags .timeline-tag[data-v-3cae26ca]:hover:not(.active) {
  color: #666666;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-flex[data-v-3cae26ca] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-flex .comment-writte[data-v-3cae26ca] {
  margin-top: 6px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  line-height: 18px;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-flex .el-icon-arrow-down[data-v-3cae26ca] {
  color: #333;
  font-size: 16px;
  margin-left: 6px;
  font-weight: 600;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people[data-v-3cae26ca] {
  margin: 12px 0 0;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people .comment-list[data-v-3cae26ca] {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 16px;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people .comment-list[data-v-3cae26ca]:last-child {
  border-bottom: none;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people .comment-list .comment-list[data-v-3cae26ca]:last-child .el-divider--horizontal {
  background-color: none !important;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people .comment-list .comment-author-detail[data-v-3cae26ca] {
  justify-content: space-between;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people .comment-list .comment-author-detail .avtar[data-v-3cae26ca] {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people .comment-list .comment-author-detail .authors[data-v-3cae26ca] {
  margin-left: 8px;
  flex: 1;
  margin-top: 16px;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people .comment-list .comment-author-detail .lous[data-v-3cae26ca] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people .comment-list .comment-author-detail .lous .comment-author[data-v-3cae26ca] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 21px;
  flex: 1;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people .comment-list .comment-author-detail .lous .comment-collect[data-v-3cae26ca] {
  min-width: 32px;
  height: 18px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #666666;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .nrtitle[data-v-3cae26ca] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  word-break: break-all;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .comment-date[data-v-3cae26ca] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #aaaaaa;
  line-height: 17px;
  margin-left: 4px;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .comment-reply[data-v-3cae26ca] {
  cursor: pointer;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666;
  line-height: 17px;
  margin-left: 4px;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people .comment-list .comment-people-content[data-v-3cae26ca] {
  margin-left: 32px;
  margin-top: 12px;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people .comment-list .comment-people-content .avtar[data-v-3cae26ca] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people .comment-list .comment-people-content .children-flex[data-v-3cae26ca] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply[data-v-3cae26ca] {
  display: flex;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .authors[data-v-3cae26ca] {
  margin-left: 8px;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt[data-v-3cae26ca] {
  font-size: 12px;
  line-height: 20px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt span[data-v-3cae26ca] {
  color: #999999;
  margin: 0 3px;
  font-size: 13px;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1[data-v-3cae26ca] {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 17px;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1 .nrtitle[data-v-3cae26ca] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 21px;
  word-break: break-all;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1 .comment-date[data-v-3cae26ca] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #aaaaaa;
  line-height: 17px;
  margin-left: 4px;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1 .comment-reply[data-v-3cae26ca] {
  cursor: pointer;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666;
  line-height: 17px;
  margin-left: 4px;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people .comment-list .zhankai[data-v-3cae26ca] {
  margin-left: 32px;
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people .comment-list .zhankai .lines[data-v-3cae26ca] {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #aaaaaa;
}
.pc-all .contents .buju .bj-left .explain .comment-note .comment-people .comment-list .zhankai .totalpl[data-v-3cae26ca] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #23396b;
  line-height: 18px;
  margin-left: 8px;
}
.pc-all .contents .buju .bj-left .explain .comment-note .bgcolors[data-v-3cae26ca] {
  margin-top: 33px;
  margin-bottom: 33px;
}
.pc-all .contents .buju .bj-left .explain .comment-note .bgcolors .more[data-v-3cae26ca] {
  display: flex;
  justify-content: center;
}
.pc-all .contents .buju .bj-left .explain .comment-note .bgcolors .more img[data-v-3cae26ca] {
  width: 50px;
  height: 11px;
}
.pc-all .contents .buju .bj-left .explain .comment-note .pls[data-v-3cae26ca] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 100px 0;
}
.pc-all .contents .buju .bj-left .explain .comment-note .pls .imgs img[data-v-3cae26ca] {
  width: 150px;
  height: 150px;
}
.pc-all .contents .buju .bj-left .explain .comment-note .pls .plun[data-v-3cae26ca] {
  font-family: PingFang SC Regular, PingFang SC Regular;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  margin-top: 24px;
}
.pc-all .contents .buju .bj-right[data-v-3cae26ca] {
  margin-left: 16px;
  width: 352px;
  position: relative;
}
.pc-all .contents .buju .bj-right .ewcode[data-v-3cae26ca] {
  width: 100%;
  height: 162px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img[data-v-3cae26ca] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 100%;
  height: 162px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima[data-v-3cae26ca] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 28px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-left[data-v-3cae26ca] {
  padding-top: 43px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-3cae26ca] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #364579;
  line-height: 20px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-3cae26ca]:after {
  content: "";
  display: block;
  width: 83px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
  padding-bottom: 16px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-left .download[data-v-3cae26ca] {
  margin-top: 19px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-3cae26ca] {
  width: 166px;
  height: 24px;
  border-radius: 2px 2px 2px 2px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-right[data-v-3cae26ca] {
  background-color: #fff;
  width: 99px;
  height: 99px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 7px;
  margin-top: 32px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-right img[data-v-3cae26ca] {
  width: 84px;
  height: 84px;
}
.pc-all .contents .buju .bj-right .recommended[data-v-3cae26ca] {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-top: 32px;
  position: relative;
  margin-bottom: 24px;
}
.pc-all .contents .buju .bj-right .recommended .line[data-v-3cae26ca] {
  position: absolute;
  top: -1px;
  left: 0px;
  height: 3px;
  width: 100%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 2px solid #048eea;
}
.pc-all .contents .buju .bj-right .recommended .comment-flex[data-v-3cae26ca] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 12px 10px 0;
}
.pc-all .contents .buju .bj-right .recommended .comment-flex .comment-decorate[data-v-3cae26ca] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0px;
}
.pc-all .contents .buju .bj-right .recommended .comment-flex .comment-writte[data-v-3cae26ca] {
  font-family: PingFang SC, PingFang SC;
  font-size: 17px;
  color: #333;
  font-weight: bold;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .line[data-v-3cae26ca] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem[data-v-3cae26ca] {
  margin-top: 16px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem .intros[data-v-3cae26ca] {
  margin: 8px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 9px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem .intros .titles[data-v-3cae26ca] {
  display: flex;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem .intros .titles .intro-left[data-v-3cae26ca] {
  flex: 1;
  min-width: 0;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem .intros .titles .intro-left .text-box[data-v-3cae26ca] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem .intros .titles .intro-left .jing[data-v-3cae26ca] {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: linear-gradient(135deg, #ff4183 2.38%, #ff351d 98.81%);
  border-radius: 1px 1px 1px 1px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  line-height: 19px;
  margin-right: 4px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem .intros .titles .intro-left .nei[data-v-3cae26ca] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem .intros .titles .intro-left .labels[data-v-3cae26ca] {
  color: #078ae2;
  font-size: 14px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem .intros .titles .intro-right[data-v-3cae26ca] {
  margin-left: 32px;
  height: 64px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem .intros .titles .intro-right .imgs img[data-v-3cae26ca] {
  width: 94px;
  height: 64px;
  border-radius: 4px 4px 4px 4px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem .intros .names[data-v-3cae26ca] {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  line-height: 16px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem .intros .names .name-left .name[data-v-3cae26ca] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem .intros .names .name-left .number[data-v-3cae26ca] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-left: 12px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .allitem .intros .names .name-right span[data-v-3cae26ca] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.pc-all .contents .buju .bj-right .recommended .open-more[data-v-3cae26ca] {
  margin: 24px 48px 24px;
  display: flex;
}
.pc-all .contents .buju .bj-right .recommended .open-more button[data-v-3cae26ca] {
  width: 100%;
  height: 37px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
  border: none;
}
.container[data-v-673d2da6] {
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 100px;
  background: #fff;
}
.container .kongMoblie[data-v-673d2da6] {
  display: flex;
  justify-content: center;
  margin-top: 126px;
}
.container .kongMoblie img[data-v-673d2da6] {
  width: 154px;
  height: 153px;
}
.container .logo[data-v-673d2da6] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-673d2da6] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-673d2da6] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-673d2da6] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-673d2da6] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-673d2da6]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-673d2da6]:focus {
  outline: none;
}
.container .bgstarsimg .allavtar[data-v-673d2da6] {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 6px;
  margin: 8px;
}
.container .bgstarsimg .allavtar .avtar-left[data-v-673d2da6] {
  width: 68px;
  margin-right: 8px;
}
.container .bgstarsimg .allavtar .avtar-left img[data-v-673d2da6] {
  width: 68px;
  height: 68px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #eeeeee;
}
.container .bgstarsimg .allavtar .avtar-right[data-v-673d2da6] {
  flex: 1;
}
.container .bgstarsimg .allavtar .avtar-right .name[data-v-673d2da6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.container .bgstarsimg .allavtar .avtar-right .times[data-v-673d2da6] {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
}
.container .bgstarsimg .allavtar .avtar-right .times .times-left[data-v-673d2da6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #999999;
  line-height: 16px;
}
.container .bgstarsimg .infors[data-v-673d2da6] {
  margin: 16px 14px;
}
.container .bgstarsimg .infors .demand[data-v-673d2da6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  margin-bottom: 14px;
}
.container .bgstarsimg .infors .introes[data-v-673d2da6] {
  margin-top: 14px;
}
.container .bgstarsimg .infors .introes .nmaes[data-v-673d2da6] {
  margin-bottom: 11px;
  display: flex;
  align-items: center;
}
.container .bgstarsimg .infors .introes .nmaes .nmaes-left[data-v-673d2da6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  width: 56px;
  margin-right: 14px;
}
.container .bgstarsimg .infors .introes .nmaes .nmaes-right[data-v-673d2da6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.container .bgstarsimg .infors .introes .nmaes .nmaes-right1[data-v-673d2da6] {
  color: #078ae2;
}
.container .bgstarsimg .infors .types[data-v-673d2da6] {
  background-color: #fff;
}
.container .bgstarsimg .infors .types .titles[data-v-673d2da6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
}
.container .bgstarsimg .infors .types .remask[data-v-673d2da6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 21px;
  margin-top: 8px;
}
.container .bgstarsimg .infors .types .remask span[data-v-673d2da6] {
  font-size: 14px;
  color: #333333;
}
.container .bgstarsimg .infors .types .labels[data-v-673d2da6] {
  display: flex;
  flex-wrap: wrap;
}
.container .bgstarsimg .infors .types .labels .labels-list[data-v-673d2da6] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.container .bgstarsimg .infors .types .labels .labels-list span[data-v-673d2da6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-right: 14px;
  margin-bottom: 8px;
}
.container .bgstarsimg .infors .types .labels .labels-list .itemlabel[data-v-673d2da6] {
  background: #f5f5f5;
  border-radius: 2px 2px 2px 2px;
  padding: 6px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-right: 8px;
  margin-bottom: 8px;
}
.container .bgstarsimg .infors .types .qye[data-v-673d2da6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  margin-top: 6px;
  margin-bottom: 8px;
}
.container .bgstarsimg .infors .types .intros[data-v-673d2da6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 21px;
}
.container .bgstarsimg .infors1[data-v-673d2da6] {
  margin-top: 28px;
}
.container .bgstarsimg .infors2[data-v-673d2da6] {
  margin-bottom: 100px;
}
.container .bgstarsimg .contact[data-v-673d2da6] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 72px;
  width: 100%;
  background: rgb(255, 255, 255);
  box-shadow: 0px -2px 10px 0px rgba(193, 193, 193, 0.3);
  border-radius: 0px 0px 0px 0px;
  z-index: 99;
  display: flex;
  align-items: center;
  padding: 0 12px;
}
.container .bgstarsimg .contact .telnum[data-v-673d2da6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.container .bgstarsimg .contact .contact-left[data-v-673d2da6] {
  width: 48%;
  height: 40px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .bgstarsimg .contact .contact-left span[data-v-673d2da6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
}
.container .bgstarsimg .contact .contact-right[data-v-673d2da6] {
  width: 48%;
  height: 40px;
  background: #078ae2;
  border-radius: 2px 2px 2px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .bgstarsimg .contact .contact-right span[data-v-673d2da6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin-left: 8px;
}
@charset "UTF-8";
.pc-all[data-v-a8e5536c] {
  background-color: #fff;
}
.pc-all .kongWeb[data-v-a8e5536c] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .kongWeb .del[data-v-a8e5536c] {
  flex: 1;
  margin: 100px 0 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc-all .kongWeb .del img[data-v-a8e5536c] {
  width: 233px;
  height: 299px;
}
.pc-all .kongWeb .del .openapp[data-v-a8e5536c] {
  text-align: center;
  width: 176px;
  height: 48px;
  line-height: 48px;
  background: #29a9ff;
  border-radius: 50px;
  margin-top: 24px;
}
.pc-all .kongWeb .del .openapp .now[data-v-a8e5536c] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-all .kongWeb .del .openapp img[data-v-a8e5536c] {
  width: 66px;
  height: 20px;
  margin: 0 6px;
}
.pc-all .kongWeb .del .openapp span[data-v-a8e5536c] {
  font-size: 17px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
.pc-all .alls[data-v-a8e5536c] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .contents[data-v-a8e5536c] {
  width: 65%;
  margin: 0 auto;
  flex: 1;
  min-height: 70vh;
  box-sizing: border-box; /* 包含 padding 在宽度内 */
}
.pc-all .contents .buju[data-v-a8e5536c] {
  display: flex;
  width: 100%;
}
.pc-all .contents .buju .bj-left[data-v-a8e5536c] {
  width: 63%;
  margin-right: 14px;
}
.pc-all .contents .buju .bj-left .allinfors .investors .avtar[data-v-a8e5536c] {
  width: 100%;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #eaeaea;
  margin-top: 6px;
  padding: 16px;
}
.pc-all .contents .buju .bj-left .allinfors .investors .avtar .allavtar[data-v-a8e5536c] {
  display: flex;
  align-items: center;
}
.pc-all .contents .buju .bj-left .allinfors .investors .avtar .allavtar .avtar-left[data-v-a8e5536c] {
  width: 68px;
  margin-right: 14px;
}
.pc-all .contents .buju .bj-left .allinfors .investors .avtar .allavtar .avtar-left img[data-v-a8e5536c] {
  width: 68px;
  height: 68px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #eeeeee;
}
.pc-all .contents .buju .bj-left .allinfors .investors .avtar .allavtar .avtar-right[data-v-a8e5536c] {
  flex: 1;
}
.pc-all .contents .buju .bj-left .allinfors .investors .avtar .allavtar .avtar-right .name[data-v-a8e5536c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  line-height: 36px;
}
.pc-all .contents .buju .bj-left .allinfors .investors .avtar .allavtar .avtar-right .times[data-v-a8e5536c] {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
}
.pc-all .contents .buju .bj-left .allinfors .investors .avtar .allavtar .avtar-right .times .times-left[data-v-a8e5536c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #999999;
  line-height: 16px;
}
.pc-all .contents .buju .bj-left .allinfors .investors .avtar .sxin[data-v-a8e5536c] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-all .contents .buju .bj-left .allinfors .investors .avtar .sxin .follow-left[data-v-a8e5536c] {
  width: 88px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
}
.pc-all .contents .buju .bj-left .allinfors .investors .avtar .sxin .follow-right[data-v-a8e5536c] {
  background: #078ae2;
  margin-left: 32px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.pc-all .contents .buju .bj-left .allinfors .details[data-v-a8e5536c] {
  margin-top: 24px;
}
.pc-all .contents .buju .bj-left .allinfors .details .introes[data-v-a8e5536c] {
  margin-top: 14px;
}
.pc-all .contents .buju .bj-left .allinfors .details .introes .nmaes[data-v-a8e5536c] {
  margin-bottom: 11px;
  display: flex;
  align-items: center;
}
.pc-all .contents .buju .bj-left .allinfors .details .introes .nmaes .nmaes-left[data-v-a8e5536c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  width: 56px;
  margin-right: 14px;
}
.pc-all .contents .buju .bj-left .allinfors .details .introes .nmaes .nmaes-right[data-v-a8e5536c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.pc-all .contents .buju .bj-left .allinfors .details .introes .nmaes .nmaes-right1[data-v-a8e5536c] {
  color: #078ae2;
}
.pc-all .contents .buju .bj-left .allinfors .details .yjinfor[data-v-a8e5536c] {
  display: flex;
  align-items: center;
}
.pc-all .contents .buju .bj-left .allinfors .details .yjinfor .yj-left[data-v-a8e5536c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  width: 80px;
}
.pc-all .contents .buju .bj-left .allinfors .details .yjinfor .yj-right[data-v-a8e5536c] {
  flex: 1;
  height: 1px;
  background-color: #eaeaea;
  margin-left: 8px;
}
.pc-all .contents .buju .bj-left .allinfors .details .types .titles[data-v-a8e5536c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 18px;
  margin-top: 14px;
}
.pc-all .contents .buju .bj-left .allinfors .details .types .remask[data-v-a8e5536c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 21px;
  margin-top: 10px;
}
.pc-all .contents .buju .bj-left .allinfors .details .types .remask span[data-v-a8e5536c] {
  font-size: 14px;
  color: #333333;
}
.pc-all .contents .buju .bj-left .allinfors .details .types .labels[data-v-a8e5536c] {
  display: flex;
  flex-wrap: wrap;
}
.pc-all .contents .buju .bj-left .allinfors .details .types .labels .huax[data-v-a8e5536c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 16px;
  margin-top: 14px;
}
.pc-all .contents .buju .bj-left .allinfors .details .types .labels .labels-list[data-v-a8e5536c] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 14px;
}
.pc-all .contents .buju .bj-left .allinfors .details .types .labels .labels-list span[data-v-a8e5536c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-right: 14px;
  margin-bottom: 8px;
}
.pc-all .contents .buju .bj-left .allinfors .details .types .labels .labels-list .itemlabel[data-v-a8e5536c] {
  background: #f5f5f5;
  border-radius: 2px 2px 2px 2px;
  padding: 6px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-right: 8px;
  margin-bottom: 8px;
}
.pc-all .contents .buju .bj-left .allinfors .details .types .qye[data-v-a8e5536c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  margin-top: 6px;
  margin-bottom: 8px;
}
.pc-all .contents .buju .bj-left .allinfors .details .types .intros[data-v-a8e5536c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 21px;
}
.pc-all .contents .buju .bj-right[data-v-a8e5536c] {
  margin-left: 14px;
  width: 352px;
  position: relative;
  margin-top: 6px;
  margin-bottom: 12px;
}
.pc-all .contents .buju .bj-right .ewcode[data-v-a8e5536c] {
  width: 100%;
  height: 162px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img[data-v-a8e5536c] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 100%;
  height: 162px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima[data-v-a8e5536c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 28px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-left[data-v-a8e5536c] {
  padding-top: 43px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-a8e5536c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #364579;
  line-height: 20px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-a8e5536c]:after {
  content: "";
  display: block;
  width: 83px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
  padding-bottom: 16px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-left .download[data-v-a8e5536c] {
  margin-top: 19px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-a8e5536c] {
  width: 166px;
  height: 24px;
  border-radius: 2px 2px 2px 2px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-right[data-v-a8e5536c] {
  background-color: #fff;
  width: 99px;
  height: 99px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 7px;
  margin-top: 32px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-right img[data-v-a8e5536c] {
  width: 84px;
  height: 84px;
}
.pc-all .contents .buju .bj-right .recommended[data-v-a8e5536c] {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-top: 63px;
  position: relative;
  margin-bottom: 24px;
}
.pc-all .contents .buju .bj-right .recommended .line[data-v-a8e5536c] {
  position: absolute;
  top: -1px;
  left: 0px;
  height: 3px;
  width: 100%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 2px solid #048eea;
}
.pc-all .contents .buju .bj-right .recommended .comment-flex[data-v-a8e5536c] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 12px 10px 0;
}
.pc-all .contents .buju .bj-right .recommended .comment-flex .comment-decorate[data-v-a8e5536c] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0px;
}
.pc-all .contents .buju .bj-right .recommended .comment-flex .comment-writte[data-v-a8e5536c] {
  font-family: PingFang SC, PingFang SC;
  font-size: 17px;
  color: #333;
  font-weight: bold;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .line[data-v-a8e5536c] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list[data-v-a8e5536c] {
  cursor: pointer;
  margin: 11px 10px 14px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 12px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list[data-v-a8e5536c]:last-child {
  border-bottom: none;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .seeks[data-v-a8e5536c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .seeks .seeks-left[data-v-a8e5536c] {
  flex: 1;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
  -webkit-box-orient: vertical; /* 垂直排列 */
  -webkit-line-clamp: 2; /* 限制显示两行 */
  overflow: hidden; /* 隐藏超出范围的内容 */
  text-overflow: ellipsis; /* 使用省略号 */
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .seeks .seeks-right[data-v-a8e5536c] {
  width: 54px;
  height: 29px;
  background: #078ae2;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy[data-v-a8e5536c] {
  display: flex;
  background: #f8f8f8;
  border-radius: 2px 2px 2px 2px;
  padding: 8px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-left[data-v-a8e5536c] {
  width: 68px;
  margin-right: 8px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-left img[data-v-a8e5536c] {
  width: 68px;
  height: 68px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #eeeeee;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right[data-v-a8e5536c] {
  flex: 1;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .gs[data-v-a8e5536c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .works[data-v-a8e5536c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  margin-top: 4px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate[data-v-a8e5536c] {
  display: flex;
  align-items: center;
  max-width: 230px;
  margin-top: 5px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate .coate-left[data-v-a8e5536c] {
  background: #fff0e9;
  border-radius: 2px 2px 2px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 18px;
  padding: 0 4px;
  flex-shrink: 0;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate .coate-left img[data-v-a8e5536c] {
  width: 10px;
  height: 10px;
  margin-right: 3px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate .coate-left span[data-v-a8e5536c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #333333;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate .coate-right[data-v-a8e5536c] {
  flex: 1;
  min-width: 0;
  margin-left: 8px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate .coate-right .flex[data-v-a8e5536c] {
  font-size: 10px;
  color: #999;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pc-all .contents .buju .bj-right .recommended .open-more[data-v-a8e5536c] {
  margin: 24px 60px 24px;
  display: flex;
}
.pc-all .contents .buju .bj-right .recommended .open-more button[data-v-a8e5536c] {
  width: 100%;
  height: 37px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
  border: none;
}
.container[data-v-46e5dd70] {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.container .kongMoblie[data-v-46e5dd70] {
  display: flex;
  justify-content: center;
  margin-top: 126px;
}
.container .kongMoblie img[data-v-46e5dd70] {
  width: 154px;
  height: 153px;
}
.container .kongMoblie .logo[data-v-46e5dd70] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .kongMoblie .logo .left[data-v-46e5dd70] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .kongMoblie .logo .left img[data-v-46e5dd70] {
  width: 213px;
  height: 32px;
}
.container .kongMoblie .logo .right[data-v-46e5dd70] {
  display: flex;
}
.container .kongMoblie .logo .right .llqbtn[data-v-46e5dd70] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .kongMoblie .logo .right .llqbtn[data-v-46e5dd70]:active {
  outline: none;
}
.container .kongMoblie .logo .right .llqbtn[data-v-46e5dd70]:focus {
  outline: none;
}
.container .bgstarsimg[data-v-46e5dd70] {
  width: 100%;
  height: 100vh;
  overflow: scroll;
  padding-bottom: 80px;
  padding-top: 60px;
}
.container .communs .logo[data-v-46e5dd70] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .communs .logo .left[data-v-46e5dd70] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .communs .logo .left img[data-v-46e5dd70] {
  width: 213px;
  height: 32px;
}
.container .communs .logo .right[data-v-46e5dd70] {
  display: flex;
}
.container .communs .logo .right .llqbtn[data-v-46e5dd70] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .communs .logo .right .llqbtn[data-v-46e5dd70]:active {
  outline: none;
}
.container .communs .logo .right .llqbtn[data-v-46e5dd70]:focus {
  outline: none;
}
.container .communs .financeing[data-v-46e5dd70] {
  margin: 8px 14px;
}
.container .communs .financeing .title[data-v-46e5dd70] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 18px;
  word-break: break-all;
}
.container .communs .financeing .times[data-v-46e5dd70] {
  display: flex;
  margin-top: 2px;
}
.container .communs .financeing .times .times-left[data-v-46e5dd70] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #aaaaaa;
  line-height: 16px;
  margin-right: 16px;
}
.container .communs .financeing .infors[data-v-46e5dd70] {
  margin-top: 28px;
}
.container .communs .financeing .infors .person[data-v-46e5dd70] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  line-height: 16px;
}
.container .communs .financeing .infors .inforlist .names[data-v-46e5dd70] {
  display: flex;
  margin-top: 14px;
}
.container .communs .financeing .infors .inforlist .names .names-left[data-v-46e5dd70] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  width: 70px;
}
.container .communs .financeing .infors .inforlist .names .names-right[data-v-46e5dd70] {
  flex: 1;
  display: flex;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  word-break: break-all;
  white-space: pre-wrap;
}
.container .communs .financeing .infors .inforlist .names .names-right .exclusive[data-v-46e5dd70] {
  color: #078ae2;
}
.container .communs .financeing .infors .inforlist .names .names-right img[data-v-46e5dd70] {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}
.container .communs .financeing .infors .inforlist .names .names-right .flex[data-v-46e5dd70] {
  display: flex;
  flex-wrap: wrap;
}
.container .communs .financeing .infors .inforlist .names .names-right .flex .items[data-v-46e5dd70] {
  padding: 6px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  background: #f5f5f5;
  margin-right: 8px;
  margin-bottom: 8px;
}
.container .communs .financeing .infors .unlock[data-v-46e5dd70] {
  width: 100%;
  height: 161px;
  background: linear-gradient(180deg, #fff0e0 0%, #fff6ec 36%, #ffffff 100%);
  border: 1px solid #fcc578;
  padding: 14px 14px 32px;
  text-align: center;
  margin-top: 14px;
}
.container .communs .financeing .infors .unlock .mores[data-v-46e5dd70] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.container .communs .financeing .infors .unlock .mores img[data-v-46e5dd70] {
  width: 32px;
  height: 32px;
}
.container .communs .financeing .infors .unlock .mores span[data-v-46e5dd70] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #a04400;
  line-height: 20px;
  margin-top: 6px;
}
.container .communs .financeing .infors .unlock .locks[data-v-46e5dd70] {
  text-align: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #a04400;
  line-height: 17px;
  margin-top: 6px;
}
.container .communs .financeing .infors .unlock .identy[data-v-46e5dd70] {
  display: flex;
  justify-content: center;
  text-align: center;
}
.container .communs .financeing .infors .unlock .identy span[data-v-46e5dd70] {
  width: 120px;
  height: 32px;
  line-height: 32px;
  background: linear-gradient(270deg, #ffdaa2 0%, #fbc273 100%);
  border-radius: 2px 2px 2px 2px;
  margin-top: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #703a02;
}
.container .communs .investors .company[data-v-46e5dd70] {
  display: flex;
}
.container .communs .investors .company .company-left img[data-v-46e5dd70] {
  width: 60px;
  height: 60px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #eeeeee;
}
.container .communs .investors .company .company-right[data-v-46e5dd70] {
  margin-left: 16px;
  margin-top: 3px;
}
.container .communs .investors .company .company-right .name[data-v-46e5dd70] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 18px;
}
.container .communs .investors .company .company-right .names[data-v-46e5dd70] {
  margin-top: 5px;
  display: flex;
}
.container .communs .investors .company .company-right .names .items[data-v-46e5dd70] {
  background: #f1f8ff;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #29a9ff;
  padding: 1px 6px;
  display: inline-block;
}
.container .communs .investors .titlees[data-v-46e5dd70] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  line-height: 18px;
  word-break: break-all;
}
.container .communs .investors .namees[data-v-46e5dd70] {
  margin-top: 17px;
}
.container .communs .investors .namees .names-left[data-v-46e5dd70] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 16px;
}
.container .communs .investors .namees .names-right[data-v-46e5dd70] {
  margin-top: 8px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  word-break: break-all;
}
.container .communs .contact[data-v-46e5dd70] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 72px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px -2px 10px 0px rgba(193, 193, 193, 0.3);
  border-radius: 0px 0px 0px 0px;
  z-index: 99;
  display: flex;
  align-items: center;
  padding: 0 12px;
}
.container .communs .contact .telnum[data-v-46e5dd70] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.container .communs .contact .contact-left[data-v-46e5dd70] {
  width: 48%;
  height: 40px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .communs .contact .contact-left img[data-v-46e5dd70] {
  width: 16px;
  height: 16px;
}
.container .communs .contact .contact-left span[data-v-46e5dd70] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
}
.container .communs .contact .contact-right[data-v-46e5dd70] {
  width: 48%;
  height: 40px;
  background: #078ae2;
  border-radius: 2px 2px 2px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .communs .contact .contact-right img[data-v-46e5dd70] {
  width: 16px;
  height: 16px;
}
.container .communs .contact .contact-right span[data-v-46e5dd70] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin-left: 8px;
}
.container .communs .openapp[data-v-46e5dd70] {
  position: fixed;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 203px;
  height: 32px;
  line-height: 32px;
  background: linear-gradient(87deg, #048eea 0%, #2ca7f9 100%);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 1000px 1000px 1000px 1000px;
}
.container .communs .openapp .seach[data-v-46e5dd70] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .communs .openapp img[data-v-46e5dd70] {
  width: 20px;
  height: 20px;
}
.container .communs .openapp span[data-v-46e5dd70] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  margin-left: 12px;
}
@charset "UTF-8";
.pc-all[data-v-60a8c7e7] {
  background-color: #fff;
}
.pc-all .kongWeb[data-v-60a8c7e7] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .kongWeb .del[data-v-60a8c7e7] {
  flex: 1;
  margin: 100px 0 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc-all .kongWeb .del img[data-v-60a8c7e7] {
  width: 233px;
  height: 299px;
}
.pc-all .kongWeb .del .openapp[data-v-60a8c7e7] {
  text-align: center;
  width: 176px;
  height: 48px;
  line-height: 48px;
  background: #29a9ff;
  border-radius: 50px;
  margin-top: 24px;
}
.pc-all .kongWeb .del .openapp .now[data-v-60a8c7e7] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-all .kongWeb .del .openapp img[data-v-60a8c7e7] {
  width: 66px;
  height: 20px;
  margin: 0 6px;
}
.pc-all .kongWeb .del .openapp span[data-v-60a8c7e7] {
  font-size: 17px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
.pc-all .alls[data-v-60a8c7e7] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .contents[data-v-60a8c7e7] {
  width: 65%;
  margin: 0 auto;
  flex: 1;
  min-height: 70vh;
  box-sizing: border-box; /* 包含 padding 在宽度内 */
}
.pc-all .contents .buju[data-v-60a8c7e7] {
  display: flex;
  width: 100%;
}
.pc-all .contents .buju .bj-left[data-v-60a8c7e7] {
  width: 63%;
  margin-right: 14px;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .bgtops[data-v-60a8c7e7] {
  background-color: #fff;
  padding: 41px 0px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .bgtops .bgtops-left .title[data-v-60a8c7e7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 18px;
  margin-bottom: 16px;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .bgtops .bgtops-left .times[data-v-60a8c7e7] {
  display: flex;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .bgtops .bgtops-left .times .times-left[data-v-60a8c7e7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #aaaaaa;
  line-height: 16px;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .bgtops .bgtops-left .times .times-right[data-v-60a8c7e7] {
  margin-left: 16px;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .bgtops .bgtops-right .sxin[data-v-60a8c7e7] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .bgtops .bgtops-right .sxin .follow-left[data-v-60a8c7e7] {
  width: 88px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .bgtops .bgtops-right .sxin .follow-right[data-v-60a8c7e7] {
  background: #078ae2;
  margin-left: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .bgwhite[data-v-60a8c7e7] {
  background-color: #fff;
  padding-bottom: 35px;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .bgwhite .demo-tabs[data-v-60a8c7e7] {
  margin: 0px auto 0;
  background-color: #fff;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .bgwhite[data-v-60a8c7e7] .el-tabs__item {
  font-size: 14px;
  font-weight: 500;
  color: #777777;
  padding: 0 28px;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .bgwhite[data-v-60a8c7e7] .el-tabs__item.is-active {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  position: relative;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .bgwhite[data-v-60a8c7e7] .el-tabs__item.is-active::after {
  content: "";
  width: 22px;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translateX(-50%);
  color: #29a9ff;
  border-radius: 8px;
  border: 1px solid #29a9ff;
  background-color: #29a9ff; /* 修改底部横杠的颜色 */
}
.pc-all .contents .buju .bj-left .allinfors .financeing .bgwhite[data-v-60a8c7e7] .el-tabs__active-bar {
  background-color: transparent; /* 修改底部横杠的颜色 */
}
.pc-all .contents .buju .bj-left .allinfors .financeing .bgwhite[data-v-60a8c7e7] .el-tabs__nav-wrap::after {
  height: 1px;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .infors[data-v-60a8c7e7] {
  margin: 30px 24px 0;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .infors .comment-flex[data-v-60a8c7e7] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 12px;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .infors .comment-flex .comment-decorate[data-v-60a8c7e7] {
  width: 3px;
  height: 12px;
  background: #29a9ff;
  margin: 0 7px 0 0;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .infors .comment-flex .comment-writte[data-v-60a8c7e7] {
  font-weight: 600;
  font-family: PingFang SC, PingFang SC;
  font-size: 16px;
  color: #333333;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .infors .inforlist .names[data-v-60a8c7e7] {
  display: flex;
  margin-top: 14px;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .infors .inforlist .names .names-left[data-v-60a8c7e7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  width: 70px;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .infors .inforlist .names .names-right[data-v-60a8c7e7] {
  flex: 1;
  display: flex;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  white-space: pre-wrap;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .infors .inforlist .names .names-right .exclusive[data-v-60a8c7e7] {
  color: #078ae2;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .infors .inforlist .names .names-right img[data-v-60a8c7e7] {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .infors .inforlist .names .names-right .flex[data-v-60a8c7e7] {
  display: flex;
  flex-wrap: wrap;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .infors .inforlist .names .names-right .flex .items[data-v-60a8c7e7] {
  padding: 6px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  background: #f5f5f5;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 2px 2px 2px 2px;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .infors .inforlist .names .names-right1[data-v-60a8c7e7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 21px;
  word-break: break-all;
  white-space: pre-wrap;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .infors .unlock[data-v-60a8c7e7] {
  width: 100%;
  height: 161px;
  border-radius: 3px;
  background: linear-gradient(180deg, #fff0e0 0%, #fff6ec 36%, #ffffff 100%);
  border: 1px solid #fcc578;
  padding: 16px 14px 32px;
  text-align: center;
  margin-top: 14px;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .infors .unlock .mores[data-v-60a8c7e7] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .infors .unlock .mores img[data-v-60a8c7e7] {
  width: 32px;
  height: 32px;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .infors .unlock .mores span[data-v-60a8c7e7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #a04400;
  line-height: 20px;
  margin-top: 6px;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .infors .unlock .locks[data-v-60a8c7e7] {
  text-align: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #a04400;
  line-height: 17px;
  margin-top: 6px;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .infors .unlock .identy[data-v-60a8c7e7] {
  display: flex;
  justify-content: center;
  text-align: center;
}
.pc-all .contents .buju .bj-left .allinfors .financeing .infors .unlock .identy span[data-v-60a8c7e7] {
  width: 120px;
  height: 32px;
  line-height: 32px;
  background: linear-gradient(270deg, #ffdaa2 0%, #fbc273 100%);
  border-radius: 2px 2px 2px 2px;
  margin-top: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #703a02;
}
.pc-all .contents .buju .bj-left .allinfors .investors .avtar[data-v-60a8c7e7] {
  width: 100%;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #eaeaea;
  margin-top: 60px;
  margin-bottom: 22px;
  padding: 14px 24px;
}
.pc-all .contents .buju .bj-left .allinfors .investors .avtar .allavtar[data-v-60a8c7e7] {
  display: flex;
  align-items: center;
}
.pc-all .contents .buju .bj-left .allinfors .investors .avtar .titlees[data-v-60a8c7e7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  margin-top: 16px;
}
.pc-all .contents .buju .bj-left .allinfors .investors .avtar .avtar-left img[data-v-60a8c7e7] {
  width: 114px;
  height: 114px;
  margin-top: -50px;
  border: 1px solid #eeeeee;
}
.pc-all .contents .buju .bj-left .allinfors .investors .avtar .avtar-right[data-v-60a8c7e7] {
  margin-left: 24px;
  flex: 1;
}
.pc-all .contents .buju .bj-left .allinfors .investors .avtar .avtar-right .name[data-v-60a8c7e7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  line-height: 36px;
}
.pc-all .contents .buju .bj-left .allinfors .investors .avtar .avtar-right .namess[data-v-60a8c7e7] {
  margin-top: 5px;
}
.pc-all .contents .buju .bj-left .allinfors .investors .avtar .avtar-right .namess .items[data-v-60a8c7e7] {
  background: #f1f8ff;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #29a9ff;
  padding: 1px 6px;
  display: inline-block;
}
.pc-all .contents .buju .bj-left .allinfors .investors .avtar .avtar-right .times[data-v-60a8c7e7] {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
}
.pc-all .contents .buju .bj-left .allinfors .investors .avtar .avtar-right .times .times-left[data-v-60a8c7e7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #aaaaaa;
  line-height: 16px;
}
.pc-all .contents .buju .bj-left .allinfors .investors .avtar .avtar-right .times .times-right[data-v-60a8c7e7] {
  margin-left: 16px;
}
.pc-all .contents .buju .bj-left .allinfors .investors .avtar .sxin[data-v-60a8c7e7] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-all .contents .buju .bj-left .allinfors .investors .avtar .sxin .follow-left[data-v-60a8c7e7] {
  width: 88px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
}
.pc-all .contents .buju .bj-left .allinfors .investors .avtar .sxin .follow-right[data-v-60a8c7e7] {
  background: #078ae2;
  margin-left: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.pc-all .contents .buju .bj-left .allinfors .investors .company[data-v-60a8c7e7] {
  background-color: #fff;
  text-align: center;
  padding-bottom: 16px;
}
.pc-all .contents .buju .bj-left .allinfors .investors .company .company-left img[data-v-60a8c7e7] {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  margin-top: -40px;
}
.pc-all .contents .buju .bj-left .allinfors .investors .company .company-right .name[data-v-60a8c7e7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 18px;
  margin-top: 8px;
}
.pc-all .contents .buju .bj-left .allinfors .investors .company .company-right .names[data-v-60a8c7e7] {
  margin-top: 5px;
  display: flex;
}
.pc-all .contents .buju .bj-left .allinfors .investors .company .company-right .names .items[data-v-60a8c7e7] {
  background: #f1f8ff;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #29a9ff;
  padding: 1px 6px;
  display: inline-block;
}
.pc-all .contents .buju .bj-left .allinfors .investors .company .company-right .namess[data-v-60a8c7e7] {
  margin-top: 5px;
}
.pc-all .contents .buju .bj-left .allinfors .investors .company .company-right .namess .items[data-v-60a8c7e7] {
  background: #f1f8ff;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #29a9ff;
  padding: 1px 6px;
  display: inline-block;
}
.pc-all .contents .buju .bj-left .allinfors .investors .company .company-right .titlees[data-v-60a8c7e7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  line-height: 18px;
  margin-top: 8px;
}
.pc-all .contents .buju .bj-left .allinfors .investors .company .company-right .times[data-v-60a8c7e7] {
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
.pc-all .contents .buju .bj-left .allinfors .investors .company .company-right .times .times-left[data-v-60a8c7e7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #aaaaaa;
  line-height: 16px;
}
.pc-all .contents .buju .bj-left .allinfors .investors .company .company-right .times .times-right[data-v-60a8c7e7] {
  margin-left: 16px;
}
.pc-all .contents .buju .bj-left .allinfors .investors .namees[data-v-60a8c7e7] {
  margin-top: 5px;
}
.pc-all .contents .buju .bj-left .allinfors .investors .namees .names-left[data-v-60a8c7e7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 16px;
}
.pc-all .contents .buju .bj-left .allinfors .investors .namees .names-right[data-v-60a8c7e7] {
  margin-top: 8px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 21px;
}
.pc-all .contents .buju .bj-left .allinfors .sellers .title[data-v-60a8c7e7] {
  margin-top: 41px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 18px;
  margin-bottom: 8px;
}
.pc-all .contents .buju .bj-left .allinfors .sellers .bgtops1[data-v-60a8c7e7] {
  padding: 0 0px 24px;
}
.pc-all .contents .buju .bj-left .allinfors .contact[data-v-60a8c7e7] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
}
.pc-all .contents .buju .bj-left .allinfors .contact .telnum[data-v-60a8c7e7] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.pc-all .contents .buju .bj-left .allinfors .contact .contact-left[data-v-60a8c7e7] {
  width: 168px;
  height: 40px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-all .contents .buju .bj-left .allinfors .contact .contact-left img[data-v-60a8c7e7] {
  width: 16px;
  height: 16px;
}
.pc-all .contents .buju .bj-left .allinfors .contact .contact-left span[data-v-60a8c7e7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-left: 8px;
}
.pc-all .contents .buju .bj-left .allinfors .contact .contact-right[data-v-60a8c7e7] {
  margin-left: 16px;
}
.pc-all .contents .buju .bj-right[data-v-60a8c7e7] {
  margin-left: 14px;
  width: 352px;
  position: relative;
  margin-top: 24px;
  margin-bottom: 12px;
}
.pc-all .contents .buju .bj-right .ewcode[data-v-60a8c7e7] {
  width: 100%;
  height: 162px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img[data-v-60a8c7e7] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 100%;
  height: 162px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima[data-v-60a8c7e7] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 28px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-left[data-v-60a8c7e7] {
  padding-top: 43px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-60a8c7e7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #364579;
  line-height: 20px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-60a8c7e7]:after {
  content: "";
  display: block;
  width: 83px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
  padding-bottom: 16px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-left .download[data-v-60a8c7e7] {
  margin-top: 19px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-60a8c7e7] {
  width: 166px;
  height: 24px;
  border-radius: 2px 2px 2px 2px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-right[data-v-60a8c7e7] {
  background-color: #fff;
  width: 99px;
  height: 99px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 7px;
  margin-top: 32px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-right img[data-v-60a8c7e7] {
  width: 84px;
  height: 84px;
}
.pc-all .contents .buju .bj-right .recommended[data-v-60a8c7e7] {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-top: 12px;
  position: relative;
  margin-bottom: 24px;
}
.pc-all .contents .buju .bj-right .recommended .line[data-v-60a8c7e7] {
  position: absolute;
  top: -1px;
  left: 0px;
  height: 3px;
  width: 100%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 2px solid #048eea;
}
.pc-all .contents .buju .bj-right .recommended .comment-flex[data-v-60a8c7e7] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 12px;
}
.pc-all .contents .buju .bj-right .recommended .comment-flex .comment-decorate[data-v-60a8c7e7] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 10px;
}
.pc-all .contents .buju .bj-right .recommended .comment-flex .comment-writte[data-v-60a8c7e7] {
  font-family: PingFang SC, PingFang SC;
  font-size: 18px;
  color: #00050f;
  font-weight: bold;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .line[data-v-60a8c7e7] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .comment-flex[data-v-60a8c7e7] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .comment-flex .comment-decorate[data-v-60a8c7e7] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
  border-radius: 10px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .comment-flex .comment-writte[data-v-60a8c7e7] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list[data-v-60a8c7e7] {
  margin: 10px 10px 16px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list[data-v-60a8c7e7]:last-child {
  border-bottom: none;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex[data-v-60a8c7e7] {
  cursor: pointer;
  border: 1px solid #f3f7fa;
  padding: 12px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy[data-v-60a8c7e7] {
  display: flex;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-left[data-v-60a8c7e7] {
  width: 40px;
  margin-right: 8px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-left img[data-v-60a8c7e7] {
  width: 40px;
  height: 40px;
  border-radius: 707px;
  border: 1px solid #eeeeee;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right[data-v-60a8c7e7] {
  flex: 1;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .gs[data-v-60a8c7e7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .works[data-v-60a8c7e7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  line-height: 18px;
  margin-top: 4px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate[data-v-60a8c7e7] {
  display: flex;
  align-items: center;
  max-width: 270px;
  margin-top: 5px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate .coate-left[data-v-60a8c7e7] {
  background: #e9f6ff;
  border-radius: 2px 2px 2px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 18px;
  padding: 0 4px;
  flex-shrink: 0;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate .coate-left img[data-v-60a8c7e7] {
  width: 10px;
  height: 10px;
  margin-right: 3px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate .coate-left span[data-v-60a8c7e7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #333333;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate .coate-right[data-v-60a8c7e7] {
  flex: 1;
  min-width: 0;
  margin-left: 8px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate .coate-right .flex[data-v-60a8c7e7] {
  display: block;
  overflow: hidden; /* 超出隐藏 */
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 180px; /* 给右侧一个宽度限制 */
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate .coate-right .flex .items[data-v-60a8c7e7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #777777;
  margin-right: 4px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .fields .coate-left[data-v-60a8c7e7] {
  background: rgba(249, 170, 94, 0.102);
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .goabls .coate-left[data-v-60a8c7e7] {
  background: #e8f3ff;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right1 .gs[data-v-60a8c7e7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 22px;
  display: inline-block;
  width: 311px;
  overflow: hidden; /* 超出隐藏 */
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right1 .works[data-v-60a8c7e7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  line-height: 18px;
  margin-top: 4px;
  overflow: hidden; /* 超出隐藏 */
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 321px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right1 .coate[data-v-60a8c7e7] {
  display: flex;
  align-items: center;
  max-width: 177px;
  margin-top: 5px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right1 .coate .coate-left[data-v-60a8c7e7] {
  background: #e9f6ff;
  border-radius: 2px 2px 2px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 18px;
  padding: 0 4px;
  flex-shrink: 0;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right1 .coate .coate-left img[data-v-60a8c7e7] {
  width: 10px;
  height: 10px;
  margin-right: 3px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right1 .coate .coate-left span[data-v-60a8c7e7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #333333;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right1 .coate .coate-right[data-v-60a8c7e7] {
  flex: 1;
  min-width: 0;
  margin-left: 8px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right1 .coate .coate-right .flex[data-v-60a8c7e7] {
  display: block;
  overflow: hidden; /* 超出隐藏 */
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 230px; /* 给右侧一个宽度限制 */
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right1 .coate .coate-right .flex .items[data-v-60a8c7e7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #777777;
  margin-right: 4px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right1 .fields .coate-left[data-v-60a8c7e7] {
  background: rgba(249, 170, 94, 0.102);
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right1 .goabls .coate-left[data-v-60a8c7e7] {
  background: #e8f3ff;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right1 .profiles .coate-left[data-v-60a8c7e7] {
  background: #e9f6ff;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right1 .hxiang .coate-left[data-v-60a8c7e7] {
  background: rgba(249, 170, 94, 0.1);
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right1 .stages .coate-left[data-v-60a8c7e7] {
  background: rgba(249, 170, 94, 0.1);
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right1 .classifices .coate-left[data-v-60a8c7e7] {
  background: rgba(138, 138, 138, 0.08);
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .titles[data-v-60a8c7e7] {
  overflow: hidden; /* 超出隐藏 */
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  line-height: 18px;
  margin-top: 5px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .dates[data-v-60a8c7e7] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .dates .dates-left[data-v-60a8c7e7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #aaaaaa;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .dates .dates-right[data-v-60a8c7e7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 8px;
  color: #777777;
  width: 18px;
  height: 12px;
  background: #f8f8f9;
  border-radius: 2px 2px 2px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-all .contents .buju .bj-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .dates1[data-v-60a8c7e7] {
  margin-top: 8px;
}
.pc-all .contents .buju .bj-right .recommended .open-more[data-v-60a8c7e7] {
  margin: 24px 60px 24px;
  display: flex;
}
.pc-all .contents .buju .bj-right .recommended .open-more button[data-v-60a8c7e7] {
  width: 100%;
  height: 37px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
  border: none;
}
@charset "UTF-8";
.container[data-v-99635484] {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  height: 100vh;
}
.container .kongMoblie[data-v-99635484] {
  display: flex;
  justify-content: center;
  margin-top: 126px;
}
.container .kongMoblie img[data-v-99635484] {
  width: 154px;
  height: 153px;
}
.container .logo[data-v-99635484] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-99635484] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-99635484] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-99635484] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-99635484] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-99635484]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-99635484]:focus {
  outline: none;
}
.container .carousel-container[data-v-99635484] {
  position: relative;
  width: 100%;
}
.container .carousel-container[data-v-99635484] .van-swipe__indicator--active {
  width: 17px;
  height: 5px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
}
.container .carousel-container .custom-swipe[data-v-99635484] {
  width: 100%;
  height: 235px;
}
.container .carousel-container .imgs img[data-v-99635484] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .topname[data-v-99635484] {
  padding: 16px;
}
.container .topname .titels[data-v-99635484] {
  line-height: 27px;
}
.container .topname .titels .titels-left[data-v-99635484] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}
.container .num[data-v-99635484] {
  padding: 0 16px;
  width: 91%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f8f9;
  margin: 10px 16px;
  border-radius: 2px;
}
.container .num .num-left[data-v-99635484] {
  width: 40px;
  display: flex;
  align-items: center;
}
.container .num .num-left img[data-v-99635484] {
  width: 40px;
  height: 40px;
  border-radius: 1.3333rem;
  border: 1px solid #eaeaea;
}
.container .num .compan-right[data-v-99635484] {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
  margin-top: 20px;
  margin-left: 8px;
}
.container .num .compan-right .num-center .bozhu[data-v-99635484] {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 118px;
  margin-top: 0.1333rem;
  color: #333333;
}
.container .num .compan-right .num-center .aready[data-v-99635484] {
  width: 100px;
  height: 20px;
  background: rgba(41, 169, 255, 0.15);
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #29a9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
.container .num .compan-right .num-right[data-v-99635484] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .num .compan-right .num-right .zy-follow[data-v-99635484] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .num .compan-right .num-right .zy-follow .sxin[data-v-99635484] {
  width: 56px;
  height: 24px;
  line-height: 22px;
  box-sizing: border-box;
  border-radius: 1px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  background-color: #fff;
  color: #26a3f7;
  border: 1px solid #26a3f7;
  border-radius: 2px;
}
.container .num .compan-right .num-right .zy-follow .sxin-center[data-v-99635484] {
  margin: 0 6px;
}
.container .num .compan-right .num-right .zy-follow .gzhu[data-v-99635484] {
  background-color: #048eea;
  background: linear-gradient(#048eea, #31aafb);
  color: white;
}
.container .company-intro[data-v-99635484] {
  margin: 26px 16px 32px;
}
.container .company-intro .comment-flex[data-v-99635484] {
  display: flex;
  align-items: center;
  width: 100%;
}
.container .company-intro .comment-flex .comment-decorate[data-v-99635484] {
  width: 3px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
}
.container .company-intro .comment-flex .comment-writte[data-v-99635484] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.container .tabels[data-v-99635484] {
  width: 100%;
}
.container .tabels .bordered-table[data-v-99635484] {
  border-collapse: collapse;
  margin-top: 24px;
  width: 100%;
  border-radius: 2px 2px 2px 2px;
}
.container .tabels .bordered-table th[data-v-99635484],
.container .tabels .bordered-table td[data-v-99635484] {
  border: 1px solid #f8f8f9; /* 设置单元格边框 */
  padding: 8px; /* 添加一些内边距 */
  text-align: left; /* 可选：设置文本对齐 */
  width: 75%;
  border-bottom: 1px solid #f8f8f9;
  padding-left: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  height: 46px;
}
.container .tabels .bordered-table th[data-v-99635484] {
  width: 25%;
  border-right: 1px solid #f8f8f9;
  border-bottom: 1px solid #f8f8f9;
  padding-left: 16px;
  text-align: left;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  height: 46px;
}
.container .searchmore[data-v-99635484] {
  margin-top: 28px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(41, 169, 255, 0.07);
  border-radius: 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #29a9ff;
}
.container .recommended[data-v-99635484] {
  margin-top: 12px;
  margin-bottom: 24px;
}
.container .recommended .hot-recoomend[data-v-99635484] {
  margin-bottom: 45px;
}
.container .recommended .hot-recoomend .right-list[data-v-99635484] {
  margin-top: 20px;
}
.container .recommended .hot-recoomend .right-list .hot-list[data-v-99635484] {
  background: #ffffff;
  border-radius: 2px;
  padding: 13px 0;
  border-bottom: 1px solid #f8f8f9;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex[data-v-99635484] {
  display: flex;
  cursor: pointer;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp[data-v-99635484] {
  position: relative;
  width: 40px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp img[data-v-99635484] {
  width: 40px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other[data-v-99635484] {
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-99635484] {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .names[data-v-99635484] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .lines[data-v-99635484] {
  margin: 0 8px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .titles[data-v-99635484] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-author[data-v-99635484] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  margin-top: 4px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-author .lines[data-v-99635484] {
  margin: 0 4px;
}
.container .recommended .hot-recoomend .right-list .waterfall[data-v-99635484] {
  margin: 0 auto;
  width: 100%;
  -moz-column-fill: balance;
       column-fill: balance;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 9px;
       column-gap: 9px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item[data-v-99635484] {
  overflow: auto;
  width: 100%;
}
.container .recommended .hot-recoomend .right-list .waterfall .item img[data-v-99635484] {
  width: 100%;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info[data-v-99635484] {
  padding: 0 8px 6px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-title[data-v-99635484] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #3d3d3d;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-price[data-v-99635484] {
  font-size: 18px;
  color: #e60012;
  font-weight: bold;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-price span[data-v-99635484] {
  font-size: 10px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-face[data-v-99635484] {
  font-size: 14px;
  font-weight: 500;
  margin-top: 2px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details[data-v-99635484] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 16px;
  color: #666;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-left[data-v-99635484] {
  display: flex;
  align-items: center;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-left img[data-v-99635484] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 4px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-left span[data-v-99635484] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #808080;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-right span[data-v-99635484] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #777777;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-right .van-icon[data-v-99635484] {
  font-size: 10px;
  color: #777777;
}
.container .recommended .hot-recoomend .seemore[data-v-99635484] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #29a9ff;
  margin-top: 20px;
}
.container .recommended .hot-recoomend .seemore .morees[data-v-99635484] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 137px;
  height: 32px;
  background: #f8f8f9;
  border-radius: 2px 2px 2px 2px;
}
.container .recommended .hot-recoomend .seemore .van-icon[data-v-99635484] {
  margin: 0 0 0 2px;
  color: #29a9ff;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.container .openapp[data-v-99635484] {
  position: fixed;
  bottom: 28px;
  left: 50%;
  text-align: center;
  z-index: 99;
  transform: translateX(-50%);
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #078ae2;
  border-radius: 20px;
}
.container .openapp .now[data-v-99635484] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .openapp img[data-v-99635484] {
  width: 20px;
  height: 20px;
}
.container .openapp span[data-v-99635484] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
@charset "UTF-8";
.container-bg-size[data-v-58746a59] {
  background-color: #f9f9f9;
}
.pc-all .kongWeb .del[data-v-58746a59] {
  margin: 100px 0 300px;
  display: flex;
  justify-content: center;
}
.pc-all .kongWeb img[data-v-58746a59] {
  width: 233px;
  height: 299px;
}
.pc-all .pcheight[data-v-58746a59] {
  height: 100vh;
  overflow-y: scroll;
}
.pc-all .personal[data-v-58746a59] {
  width: 897px;
  margin: 0 auto;
  display: flex;
}
.pc-all .personal .personal-left[data-v-58746a59] {
  width: 616px;
  background-color: #fff;
}
.pc-all .personal .personal-left .zoomimgs[data-v-58746a59] {
  margin: 24px 24px 0;
}
.pc-all .personal .personal-left .zoomimgs img[data-v-58746a59] {
  width: 568px;
  height: 355px;
  border-radius: 4px;
}
.pc-all .personal .personal-left .boxs[data-v-58746a59] {
  width: 100%;
  padding-left: 80px;
  padding-right: 70px;
  margin-top: -20px;
  position: relative;
}
.pc-all .personal .personal-left .boxs .swiper-container[data-v-58746a59] {
  overflow: hidden;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper[data-v-58746a59] {
  margin-top: 40px;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper .swiper-slide .imgs[data-v-58746a59] {
  background-color: #fff;
  border-radius: 12px;
  height: 80px !important;
  width: 136px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper .swiper-slide .imgs img[data-v-58746a59] {
  height: 80px !important;
  width: 136px;
  border-radius: 4px;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper .swiper-slide .first-slide[data-v-58746a59] {
  background-color: transparent;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper .swiper-slide .first-slide img[data-v-58746a59] {
  border: 3px solid #29a9ff;
  height: 80px !important;
  width: 136px;
  border-radius: 4px;
}
.pc-all .personal .personal-left .boxs .swiper-button-prev[data-v-58746a59] {
  top: 70%;
  left: 25px;
}
.pc-all .personal .personal-left .boxs .swiper-button-prev[data-v-58746a59]::after {
  width: 50px !important;
  height: 50px !important;
  font-size: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d8d8d8;
  font-weight: 600;
}
.pc-all .personal .personal-left .boxs .swiper-button-next[data-v-58746a59] {
  right: 25px;
  top: 70%;
}
.pc-all .personal .personal-left .boxs .swiper-button-next[data-v-58746a59]::after {
  width: 50px !important;
  height: 50px !important;
  font-size: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d8d8d8;
  font-weight: 600;
}
.pc-all .personal .personal-left .consumables-names[data-v-58746a59] {
  margin: 16px 24px;
}
.pc-all .personal .personal-left .consumables-names .name[data-v-58746a59] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
}
.pc-all .personal .personal-left .consumables-names .title-content[data-v-58746a59] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #ea0000;
  height: 52px;
  line-height: 52px;
  background: #f8f8f9;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.pc-all .personal .personal-left .consumables-names .title-content .price[data-v-58746a59] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #aaaaaa;
  margin-left: 18px;
  margin-right: 8px;
}
.pc-all .personal .personal-left .kongs[data-v-58746a59] {
  background: #f8f8f9;
  height: 8px;
}
.pc-all .personal .personal-left .follows[data-v-58746a59] {
  display: flex;
  align-items: center;
  margin: 19px 24px;
}
.pc-all .personal .personal-left .follows .follows-left[data-v-58746a59] {
  width: 40px;
}
.pc-all .personal .personal-left .follows .follows-left img[data-v-58746a59] {
  width: 40px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.pc-all .personal .personal-left .follows .follows-center[data-v-58746a59] {
  margin-left: 8px;
  flex: 1;
}
.pc-all .personal .personal-left .follows .follows-center .name[data-v-58746a59] {
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
}
.pc-all .personal .personal-left .follows .follows-center .aready[data-v-58746a59] {
  width: 100px;
  height: 20px;
  background: rgba(41, 169, 255, 0.15);
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #29a9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
.pc-all .personal .personal-left .follows .follows-right[data-v-58746a59] {
  display: flex;
  width: 120px;
}
.pc-all .personal .personal-left .follows .follows-right .private[data-v-58746a59] {
  width: 56px;
  height: 24px;
  border: 1px solid #29a5f9;
  border-radius: 2px;
  font-family: PingFang SC Regular, PingFang SC Regular;
  font-weight: 400;
  font-size: 12px;
  color: #29a5f9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-all .personal .personal-left .follows .follows-right .follow[data-v-58746a59] {
  width: 56px;
  height: 24px;
  background: linear-gradient(88deg, #048eea 0%, #31aafb 100%);
  border-radius: 2px;
  margin-left: 8px;
  color: #fff;
}
.pc-all .personal .personal-right[data-v-58746a59] {
  width: 267px;
  margin-left: 14px;
}
.pc-all .personal .personal-right .ewcode[data-v-58746a59] {
  width: 267px;
  height: 123px;
  margin-top: 24px;
}
.pc-all .personal .personal-right .ewcode .bg-img[data-v-58746a59] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 267px;
  height: 123px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima[data-v-58746a59] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 21px 0 21px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left[data-v-58746a59] {
  padding-top: 30px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .populay img[data-v-58746a59] {
  width: 120px;
  height: 27px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-58746a59]:after {
  content: "";
  display: block;
  width: 63px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .download[data-v-58746a59] {
  margin-top: 14px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-58746a59] {
  width: 126px;
  height: 18px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-right[data-v-58746a59] {
  background-color: #fff;
  width: 75px;
  height: 75px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 5px;
  margin-top: 24px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-right img[data-v-58746a59] {
  width: 64px;
  height: 64px;
}
.pc-all .personal .personal-right .recommended[data-v-58746a59] {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-top: 12px;
  position: relative;
  margin-bottom: 24px;
}
.pc-all .personal .personal-right .recommended .line[data-v-58746a59] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .personal .personal-right .recommended .comment-flex[data-v-58746a59] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 12px;
}
.pc-all .personal .personal-right .recommended .comment-flex .comment-decorate[data-v-58746a59] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 10px;
  border-radius: 10px;
}
.pc-all .personal .personal-right .recommended .comment-flex .comment-writte[data-v-58746a59] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .personal .personal-right .recommended .hot-recoomend[data-v-58746a59] {
  margin-bottom: 32px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .line[data-v-58746a59] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex[data-v-58746a59] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex .comment-decorate[data-v-58746a59] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
  border-radius: 10px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex .comment-writte[data-v-58746a59] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list[data-v-58746a59] {
  margin: 16px;
  border-bottom: 1px solid #f8f8f9;
  padding-bottom: 12px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list[data-v-58746a59]:last-child {
  border-bottom: none;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex[data-v-58746a59] {
  display: flex;
  cursor: pointer;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp[data-v-58746a59] {
  position: relative;
  width: 102px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp img[data-v-58746a59] {
  width: 102px;
  height: 60px;
  border-radius: 2px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other[data-v-58746a59] {
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-58746a59] {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .names[data-v-58746a59] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 20px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .titles[data-v-58746a59] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-names[data-v-58746a59] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #777777;
  line-height: 18px;
  word-break: break-all;
}
.pc-all .personal .personal-right .recommended .mores[data-v-58746a59] {
  position: absolute;
  left: -1px;
  bottom: 0;
  right: 0;
  width: 267px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: #048eea;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 0px 0px 2px 2px;
}
.pc-all .personal-bottom[data-v-58746a59] {
  box-sizing: border-box;
  margin-bottom: 24px;
}
.pc-all .personal-bottom .medias-system[data-v-58746a59] {
  background-color: #fff;
}
.pc-all .personal-bottom .medias-system[data-v-58746a59] .el-tabs__item {
  font-size: 14px;
  font-weight: 500;
  color: #777;
  padding: 0 30px;
}
.pc-all .personal-bottom .medias-system[data-v-58746a59] .is-active {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.pc-all .personal-bottom .medias-system[data-v-58746a59] .is-active::after {
  content: "";
  width: 22px;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  color: #166fe8;
  border-radius: 5px;
  border: 2px solid #166fe8;
  background-color: #166fe8; /* 修改底部横杠的颜色 */
}
.pc-all .personal-bottom .medias-system[data-v-58746a59] .el-tabs__active-bar {
  background-color: transparent; /* 修改底部横杠的颜色 */
}
.pc-all .demo-tabs[data-v-58746a59] {
  padding: 10px 0 0;
  margin: 12px auto 0;
  background-color: #fff;
}
.pc-all .demo-tabs .intros[data-v-58746a59] {
  padding: 0 12px;
}
.pc-all .demo-tabs .intros .all[data-v-58746a59] {
  padding-left: 16px;
}
.pc-all .demo-tabs .intros .all .content[data-v-58746a59] {
  display: flex;
  margin-bottom: 16px;
  border-bottom: 1px solid #f8f8f9;
  padding-bottom: 10px;
}
.pc-all .demo-tabs .intros .all .content[data-v-58746a59]:last-child {
  border-bottom: none;
}
.pc-all .demo-tabs .intros .all .content .title[data-v-58746a59] {
  width: 90px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
}
.pc-all .demo-tabs .intros .all .content .title-content[data-v-58746a59] {
  flex: 1;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  margin-left: 32px;
}
.pc-all .demo-tabs .intros .all .content .title-content img[data-v-58746a59] {
  margin-right: 10px;
}
.pc-all .demo-tabs .intros .all .content .title-content .square[data-v-58746a59] {
  width: 120px;
  height: 120px;
}
.pc-all .demo-tabs .intros .all .content .title-content .nosquare[data-v-58746a59] {
  width: 120px;
  height: 75px;
}
.pc-all .demo-tabs .agencys[data-v-58746a59] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  line-height: 24px;
  white-space: pre-wrap;
  padding: 0 16px;
}
[data-v-58746a59] .el-tabs__nav {
  display: flex;
  justify-content: center;
  float: inherit !important;
}
[data-v-58746a59] .el-tabs__content {
  padding: 12px;
  color: #6b778c;
}
[data-v-58746a59] .el-tabs__nav-scroll {
  display: flex;
  justify-content: left;
  margin-left: 12px;
}
[data-v-58746a59] .el-tabs__item.is-active {
  color: #333;
  font-weight: bold;
}
[data-v-58746a59] .el-tabs__nav-wrap::after {
  height: 1px;
}
@charset "UTF-8";
.container[data-v-135dad41] {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  height: 100vh;
}
.container[data-v-135dad41] .van-popup {
  background-color: rgba(0, 0, 0, 0);
  width: 85%;
  margin: 0 auto;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container[data-v-135dad41] .van-popup .mask .mask-img {
  text-align: right;
}
.container[data-v-135dad41] .van-popup .mask .mask-img img {
  width: 1.2rem !important;
  height: 2.8rem !important;
}
.container[data-v-135dad41] .van-popup .mask-text {
  color: white;
  font-size: 15px;
  text-align: center;
}
.container .del[data-v-135dad41] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.container .del img[data-v-135dad41] {
  width: 154px;
  height: 153px;
}
.container .kongMoblie[data-v-135dad41] {
  display: flex;
  justify-content: center;
  margin-top: 126px;
}
.container .kongMoblie img[data-v-135dad41] {
  width: 168px;
  height: 153px;
}
.container[data-v-135dad41] .van-tabs__wrap {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
}
.container[data-v-135dad41] .van-tab {
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  flex-grow: 1; /* 让每个标签均匀地占据可用空间 */
  text-align: center; /* 可选：居中文本 */
}
.container[data-v-135dad41] .van-tab:nth-child(3) {
  margin-right: -18px;
}
.container[data-v-135dad41] .van-tab--active {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.container[data-v-135dad41] .van-tabs__line {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #078ae2;
  margin: 0 auto;
  border-radius: 0;
  bottom: 20px;
}
.container .logo[data-v-135dad41] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-135dad41] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-135dad41] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-135dad41] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-135dad41] {
  font-size: 14px;
  width: 82px;
  height: 28px;
  background: #0790eb;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-135dad41]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-135dad41]:focus {
  outline: none;
}
.container .regist[data-v-135dad41] {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  padding: 0 16px;
  border-top: 1px solid #e5e5e5;
}
.container .regist .collect[data-v-135dad41] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.container .regist .collect .collect-left[data-v-135dad41] {
  display: flex;
  justify-content: space-evenly;
  width: 60px;
}
.container .regist .collect .collect-left .sc[data-v-135dad41] {
  text-align: center;
}
.container .regist .collect .collect-left .sc .img[data-v-135dad41] {
  display: flex;
  justify-content: center;
}
.container .regist .collect .collect-left .sc .img img[data-v-135dad41] {
  width: 20px;
  height: 20px;
}
.container .regist .collect .collect-left .sc .like[data-v-135dad41] {
  margin-top: 5px;
  font-size: 12px;
  font-family: San Francisco Display-Regular, San Francisco Display;
  font-weight: 400;
  color: #333333;
}
.container .regist .collect .collect-left .sc1[data-v-135dad41] {
  margin-left: 13px;
}
.container .regist .collect .collect-right[data-v-135dad41] {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 263px;
  height: 40px;
  background: #078ae2;
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
  margin-left: 16px;
}
.container .kong1[data-v-135dad41] {
  height: 8px;
  background-color: #f8f8f9;
  margin: 20px 0 0;
}
.container .kong[data-v-135dad41] {
  height: 8px;
  background-color: #f8f8f9;
}
.container .openwx[data-v-135dad41] {
  text-align: center;
}
.container .openwx .times[data-v-135dad41] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  margin-top: 28px;
  margin-bottom: 5px;
}
.container .openwx .nows[data-v-135dad41] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.container .openwx .btn[data-v-135dad41] {
  display: flex;
  justify-content: space-between;
  margin: 16px 77px 30px;
}
.container .openwx .btn .btn-left[data-v-135dad41] {
  width: 96px;
  height: 28px;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #cfcfcf;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  text-align: center;
}
.container .openwx .btn .btn-right[data-v-135dad41] {
  color: #ffffff;
  background: #0790eb;
}
.container .video[data-v-135dad41] {
  width: 100%;
  height: 211px;
  position: relative;
}
.container .video .img1[data-v-135dad41] {
  width: 100%;
  height: 100%;
}
.container .video .fire[data-v-135dad41] {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
}
.container .video .fire img[data-v-135dad41] {
  width: 24px;
  height: 24px;
}
.container .video .fire span[data-v-135dad41] {
  display: inline-block;
  background-color: rgba(36, 13, 0, 0.7);
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.container .video .mask[data-v-135dad41] {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: rgba(0, 39, 66, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .video .mask .opens[data-v-135dad41] {
  border: 1px solid #ffffff;
  font-size: 13px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  width: 223px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.container .check[data-v-135dad41] {
  display: flex;
  align-items: center;
}
.container .comment[data-v-135dad41] {
  background-color: #fff;
  z-index: 9;
}
.container .comment .title[data-v-135dad41] {
  display: flex;
  align-items: center;
}
.container .comment .title h3[data-v-135dad41] {
  color: #29a9ff;
  font-size: 0.4267rem;
  font-weight: 600;
}
.container .comment .title h3[data-v-135dad41]:after {
  content: "";
  display: block;
  width: 0.4rem;
  border-bottom: 0.1067rem solid #29a9ff;
  margin: 0.1333rem auto 0;
  border-radius: 1.3333rem;
}
.container .comment .title span[data-v-135dad41] {
  color: #999999;
  font-size: 0.32rem;
  margin-left: 0.2667rem;
}
.container .comment .menu-tabs[data-v-135dad41] {
  position: relative;
}
.container .comment .menu-tabs .topics[data-v-135dad41] {
  margin: 10px 0 16px;
  padding: 0 16px;
}
.container .comment .menu-tabs .topics .text-box[data-v-135dad41] {
  display: flex;
}
.container .comment .menu-tabs .topics .txt[data-v-135dad41] {
  font-size: 20px;
  color: #333333;
  margin-bottom: 5px;
  font-weight: 600;
}
.container .comment .menu-tabs .topics .over-hidden[data-v-135dad41] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.container .comment .menu-tabs .topics .btn[data-v-135dad41] {
  color: #999;
  font-size: 18px;
  font-weight: 600;
  margin-left: 9px;
}
.container .comment .menu-tabs .num[data-v-135dad41] {
  margin-top: 16px;
  margin-bottom: 14px;
  padding: 0 16px;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .comment .menu-tabs .num .num-left[data-v-135dad41] {
  width: 30px;
  display: flex;
  align-items: center;
}
.container .comment .menu-tabs .num .num-left img[data-v-135dad41] {
  width: 30px;
  height: 30px;
  border-radius: 1.3333rem;
}
.container .comment .menu-tabs .num .num-center[data-v-135dad41] {
  flex: 1;
  width: 50%;
  margin-left: 8px;
}
.container .comment .menu-tabs .num .num-center .bozhu[data-v-135dad41] {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 5.8667rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.container .comment .menu-tabs .num .num-right[data-v-135dad41] {
  width: 52px;
  height: 26px;
  display: flex;
}
.container .comment .menu-tabs .num .num-right[data-v-135dad41] button {
  width: 52px;
  height: 26px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
  background-color: #fff;
}
.container .album h4[data-v-135dad41] {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.container .album h4 img[data-v-135dad41] {
  width: 87px;
  height: 17px;
}
.container .relate[data-v-135dad41] {
  margin: 16px 0 14px;
}
.container .relate .name[data-v-135dad41] {
  padding: 0 16px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .relate .name .name-right[data-v-135dad41] {
  color: #999999;
  font-size: 12px;
  margin-right: -5px;
}
.container .agenda[data-v-135dad41] {
  margin-bottom: 6px;
}
.container .agenda .meets[data-v-135dad41] {
  margin: 0 16px;
  padding-bottom: 70px;
}
.container .agenda .meets .zhinfor .exhipion[data-v-135dad41] {
  margin-top: 16px;
}
.container .agenda .meets .zhinfor .exhipion .names[data-v-135dad41] {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.container .agenda .meets .zhinfor .exhipion .names .comment-decorate[data-v-135dad41] {
  width: 3px;
  height: 10px;
  background: #29a9ff;
  margin: 0 4px 0 0;
}
.container .agenda .meets .zhinfor .exhipion .names span[data-v-135dad41] {
  font-family: PingFang SC, PingFang SC;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}
.container .agenda .meets .zhinfor .exhipion .alltype .places[data-v-135dad41] {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
.container .agenda .meets .zhinfor .exhipion .alltype .places .places-left[data-v-135dad41] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  width: 70px;
}
.container .agenda .meets .zhinfor .exhipion .alltype .places .places-right[data-v-135dad41] {
  flex: 1;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.container .agenda .meets .zhinfor .exhipion .alltype .places .places-right .item-labels[data-v-135dad41] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #078ae2;
  display: inline-block;
  padding: 0 4px;
  height: 18px;
  line-height: 18px;
  background: rgba(7, 138, 226, 0.1);
  margin-right: 8px;
  margin-bottom: 4px;
}
.container .agenda .meets .zhinfor .exhipion .alltype .places .places-right1[data-v-135dad41] {
  display: flex;
  flex-wrap: wrap;
}
.container .agenda .meets .zhinfor .exhipion .alltype .places .places-right1 .item-topic[data-v-135dad41] {
  margin-right: 6px;
  margin-bottom: 4px;
}
.container .agenda .meets .zhinfor .exhipion .alltype .places .places-right1 .text-box[data-v-135dad41] {
  display: flex;
}
.container .agenda .meets .zhinfor .exhipion .alltype .places .places-right1 .txt[data-v-135dad41] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
  word-break: break-all;
}
.container .agenda .meets .zhinfor .exhipion .alltype .places .places-right1 .over-hidden[data-v-135dad41] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.container .agenda .meets .zhinfor .exhipion .alltype .places .places-right1 .btn[data-v-135dad41] {
  color: #999;
  font-size: 18px;
  font-weight: 600;
}
.container .agenda .meets .zhinfor .exhipion .intros[data-v-135dad41] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  word-break: break-all;
  white-space: pre-wrap;
}
.container .agenda .meets .zhinfor .exhipion1[data-v-135dad41] {
  margin-top: 21px;
}
.container .agenda .meets .zhinfor .exhipion1 .teximage img[data-v-135dad41] {
  width: 100%;
  height: 484px;
}
.container .agenda .meets .more-btn[data-v-135dad41] {
  display: flex;
  justify-content: center;
  margin: 16px 0;
}
.container .agenda .meets .more-btn span[data-v-135dad41] {
  display: inline-block;
  width: 121px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
}
.container .agenda .contactslist[data-v-135dad41] {
  padding: 0 16px 29px;
}
.container .agenda .contactslist .contacts[data-v-135dad41] {
  padding-top: 20px;
}
.container .agenda .contactslist .contacts .lists[data-v-135dad41] {
  margin-bottom: 24px;
}
.container .agenda .contactslist .contacts .hezuo[data-v-135dad41] {
  display: flex;
  align-items: center;
}
.container .agenda .contactslist .contacts .hezuo img[data-v-135dad41] {
  width: 30px;
  height: 30px;
  border-radius: 50px;
}
.container .agenda .contactslist .contacts .hezuo span[data-v-135dad41] {
  font-size: 15px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333;
  margin-left: 6px;
}
.container .agenda .contactslist .contacts .cooperate[data-v-135dad41] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 16px;
  margin-left: 36px;
  padding-right: 24px;
}
.container .agenda .contactslist .contacts .cooperate[data-v-135dad41]:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.container .agenda .contactslist .contacts .detal[data-v-135dad41] {
  display: flex;
  width: 100%;
  margin-top: 16px;
}
.container .agenda .contactslist .contacts .detal .detal-left[data-v-135dad41] {
  width: 100%;
}
.container .agenda .contactslist .contacts .detal .detal-left .decorate[data-v-135dad41] {
  display: flex;
}
.container .agenda .contactslist .contacts .detal .detal-left .decorate .name[data-v-135dad41] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.container .agenda .contactslist .contacts .detal .detal-left .postions[data-v-135dad41] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 2px;
}
.container .agenda .contactslist .contacts .detal .detal-left .tels[data-v-135dad41] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #777777;
  line-height: 20px;
  margin-top: 2px;
  width: 100%;
}
.container .agenda .contactslist .contacts .detal .detal-left .tels span[data-v-135dad41] {
  color: #666;
}
.container .agenda .contactslist .contacts .detal .detal-left .tels .nums[data-v-135dad41] {
  color: #666;
}
.container .agenda .contactslist .contacts .detal .detal-left .tels .emails[data-v-135dad41] {
  color: #078ae2;
}
.container .agenda .contactslist .contacts .detal .detal-left .tels input[data-v-135dad41] {
  border: none;
}
.container .agenda .contactslist .contacts .detal .detal-left .tels1[data-v-135dad41] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 26px;
}
.container .agenda .contactslist .contacts .detal .detal-left .tels1 .detal-right[data-v-135dad41] {
  height: 26px;
}
.container .agenda .contactslist .contacts .detal .detal-left .tels1 .detal-right img[data-v-135dad41] {
  width: 26px;
  height: 26px;
}
.container .agenda .contactslist .contacts1[data-v-135dad41] {
  padding-top: 30px;
}
.container .exclusive .video-list[data-v-135dad41] {
  padding: 0 16px;
  display: flex;
  margin-bottom: 8px;
}
.container .exclusive .video-detail[data-v-135dad41] {
  width: 149px;
  height: 90px;
  position: relative;
}
.container .exclusive .video-detail img[data-v-135dad41] {
  width: 100%;
  height: 90px;
  border-radius: 2px;
}
.container .exclusive .video-detail .video-top[data-v-135dad41] {
  font-size: 0.32rem;
  color: white;
  width: 3.2rem;
}
.container .exclusive .video-detail .video-top .begin[data-v-135dad41] {
  position: absolute;
  top: 6px;
  right: 6px;
}
.container .exclusive .video-detail .video-top .begin img[data-v-135dad41] {
  width: 40px;
  height: 16px;
}
.container .exclusive .video-detail .video-top .video-number .van-icon[data-v-135dad41] {
  color: white;
}
.container .exclusive .video-detail .video-top .video-number[data-v-135dad41] {
  display: flex;
  align-items: center;
}
.container .exclusive .video-title[data-v-135dad41] {
  flex: 1;
  font-size: 0.3733rem;
  padding-left: 0.2667rem;
}
.container .exclusive .video-title .video-biaoti[data-v-135dad41] {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.container .exclusive .video-title .list-label[data-v-135dad41] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0 !important;
  width: 97%;
  margin-top: 6px;
}
.container .exclusive .video-title .list-label-item[data-v-135dad41] {
  background: rgba(7, 138, 226, 0.1);
  color: #29a9ff;
  border-radius: 2px;
  font-family: PingFang SC, PingFang SC;
  font-size: 10px;
  padding: 3px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.container .exclusive .video-title .label-height1[data-v-135dad41] {
  max-width: 150px !important;
}
.container .exclusive .video-title .label-height2[data-v-135dad41] {
  max-width: 60px !important;
}
.container .exclusive .video-title .label-height3[data-v-135dad41] {
  max-width: 50px !important;
}
.container .exclusive .video-title .place1[data-v-135dad41] {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  margin-top: 30px;
}
.container .exclusive .video-title .place-left1[data-v-135dad41] {
  display: flex;
  align-items: center;
  min-width: 0; /* 允许收缩 */
}
.container .exclusive .video-title .place-left1 img[data-v-135dad41] {
  width: 16px;
  height: 16px;
  flex-shrink: 0; /* 图标不收缩 */
  margin-top: 0px;
  margin-right: 4px;
}
.container .exclusive .video-title .place-left1 span[data-v-135dad41] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666;
  flex: 1;
  display: block;
  overflow: hidden;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 46px;
}
.container .exclusive .video-title .lines[data-v-135dad41] {
  width: 1px;
  height: 8px;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 8px;
}
.container .exclusive .video-title .place-right1[data-v-135dad41] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666;
  margin-left: 9px;
}
.container .sp-list1[data-v-135dad41] {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 16px 0px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.container .sp-list1[data-v-135dad41]::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.container .sp-list1 .sp-flex1[data-v-135dad41] {
  margin-right: 8px;
  width: 160px;
  flex-shrink: 0;
}
.container .sp-list1 .sp-flex1 .sp-img[data-v-135dad41] {
  position: relative;
  height: 90px;
}
.container .sp-list1 .sp-flex1 .sp-img img[data-v-135dad41] {
  width: 160px;
  height: 90px;
  border-radius: 2px 2px 0px 0px;
}
.container .sp-list1 .sp-flex1 .sp-img .status[data-v-135dad41] {
  width: 43px;
  height: 16px;
  line-height: 16px;
  font-size: 5px;
  position: absolute;
  top: 5px;
  right: 2px;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
}
.container .sp-list1 .sp-flex1 .sp-img .status img[data-v-135dad41] {
  width: 40px;
  height: 16px;
  margin-right: 2px;
}
.container .sp-list1 .sp-flex1 .sp-img .hot[data-v-135dad41] {
  font-size: 10px;
  position: absolute;
  bottom: 2px;
  right: 5px;
  color: #ffffff;
  text-align: center;
}
.container .sp-list1 .sp-flex1 .sp-img .hot .hot-zi[data-v-135dad41] {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 2px;
  right: 5px;
}
.container .sp-list1 .sp-flex1 .sp-img .hot .hot-zi img[data-v-135dad41] {
  width: 7px;
  height: 9px;
  margin-right: 2px;
}
.container .sp-list1 .sp-flex1 .sp-img .playback[data-v-135dad41] {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}
.container .sp-list1 .sp-flex1 .sp-img .playback span[data-v-135dad41] {
  background-color: #0a92ec;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  width: 37px;
  height: 17px;
  text-align: center;
  line-height: 17px;
}
.container .sp-list1 .sp-flex1 .titles[data-v-135dad41] {
  width: 160px;
}
.container .sp-list1 .sp-flex1 .titles .sp-title[data-v-135dad41] {
  margin-top: 4px;
  font-size: 12px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 100%;
  line-height: 18px;
  text-overflow: ellipsis;
}
.container .sp-list1 .sp-flex1 .titles .infor[data-v-135dad41] {
  display: flex;
  margin-top: 4px;
}
.container .sp-list1 .sp-flex1 .titles .infor span[data-v-135dad41] {
  color: #828282;
  font-size: 12px;
}
.container .sp-list1 .sp-flex1 .titles .video-time[data-v-135dad41] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #777777;
  line-height: 17px;
  margin-top: 4px;
}
.container .open-more[data-v-135dad41] {
  margin: 21px 56px 16px;
  display: flex;
}
.container .open-more button[data-v-135dad41] {
  width: 100%;
  height: 37px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
  border: none;
}
.openapp[data-v-135dad41] {
  position: fixed;
  bottom: 74px;
  left: 50%;
  text-align: center;
  z-index: 99;
  transform: translateX(-50%);
  width: 164px;
  height: 38px;
  line-height: 38px;
  background: #078ae2;
  border-radius: 20px;
}
.openapp .now[data-v-135dad41] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.openapp img[data-v-135dad41] {
  width: 20px;
  height: 20px;
}
.openapp span[data-v-135dad41] {
  font-size: 13px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 4px;
}
.openapp1[data-v-135dad41] {
  width: 200px;
}
.openapp1 img[data-v-135dad41] {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}
.openapp1 span[data-v-135dad41] {
  margin-right: 5px;
}
@charset "UTF-8";
.pc-all[data-v-3521e1e6] {
  background-color: #fff;
}
.pc-all .kongWeb .del[data-v-3521e1e6] {
  margin: 100px 0 300px;
  display: flex;
  justify-content: center;
}
.pc-all .kongWeb img[data-v-3521e1e6] {
  width: 233px;
  height: 299px;
}
.pc-all .content[data-v-3521e1e6] {
  width: 1006px;
  margin: 0 auto;
  min-height: 70vh;
  padding: 36px 0;
}
.pc-all .content .buju[data-v-3521e1e6] {
  display: flex;
}
.pc-all .content .buju .article[data-v-3521e1e6] {
  width: 717px;
}
.pc-all .content .buju .article .article-title[data-v-3521e1e6] {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  font-family: "PingFang SC-Bold";
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pc-all .content .buju .article .hot-number[data-v-3521e1e6] {
  color: #999;
  font-size: 12px;
  font-family: "PingFang SC-Medium";
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
.pc-all .content .buju .article .hot-number .fire[data-v-3521e1e6] {
  display: flex;
  align-items: center;
}
.pc-all .content .buju .article .hot-number .fire img[data-v-3521e1e6] {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.pc-all .content .buju .article .hot-number .fire span[data-v-3521e1e6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #333333;
}
.pc-all .content .buju .article .hot-number .fire .heats[data-v-3521e1e6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #777777;
}
.pc-all .content .buju .article .hot-number .fire1[data-v-3521e1e6] {
  margin: 0 8px;
}
.pc-all .content .buju .article .mettingimg[data-v-3521e1e6] {
  position: relative;
}
.pc-all .content .buju .article .mettingimg img[data-v-3521e1e6] {
  width: 100%;
  height: 400px;
}
.pc-all .content .buju .article .mettingimg .fire[data-v-3521e1e6] {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
}
.pc-all .content .buju .article .mettingimg .fire img[data-v-3521e1e6] {
  width: 24px;
  height: 24px;
}
.pc-all .content .buju .article .mettingimg .fire span[data-v-3521e1e6] {
  display: inline-block;
  background-color: rgba(36, 13, 0, 0.7);
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pc-all .content .buju .article .agenda[data-v-3521e1e6] {
  margin-bottom: 16px;
  margin-top: 30px;
}
.pc-all .content .buju .article .agenda[data-v-3521e1e6] .el-tabs__item {
  font-size: 13px;
  font-weight: 500;
  color: #979799;
  padding: 0;
}
.pc-all .content .buju .article .agenda[data-v-3521e1e6] .is-active {
  font-size: 14px;
  font-weight: bold;
  color: #00050f;
  position: relative;
}
.pc-all .content .buju .article .agenda[data-v-3521e1e6] .is-active::after {
  content: "";
  width: 26px;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  color: #166fe8;
  border-radius: 5px;
  border: 2px solid #166fe8;
  background-color: #166fe8; /* 修改底部横杠的颜色 */
}
.pc-all .content .buju .article .agenda[data-v-3521e1e6] .el-tabs__active-bar {
  background-color: transparent; /* 修改底部横杠的颜色 */
}
.pc-all .content .buju .article .agenda .meets .zhinfor .exhipion[data-v-3521e1e6] {
  margin-top: 9px;
}
.pc-all .content .buju .article .agenda .meets .zhinfor .exhipion .names[data-v-3521e1e6] {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.pc-all .content .buju .article .agenda .meets .zhinfor .exhipion .names .comment-decorate[data-v-3521e1e6] {
  width: 3px;
  height: 10px;
  background: #29a9ff;
  margin: 0 4px 0 0;
}
.pc-all .content .buju .article .agenda .meets .zhinfor .exhipion .names span[data-v-3521e1e6] {
  font-family: PingFang SC, PingFang SC;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}
.pc-all .content .buju .article .agenda .meets .zhinfor .exhipion .alltype .places[data-v-3521e1e6] {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
.pc-all .content .buju .article .agenda .meets .zhinfor .exhipion .alltype .places .places-left[data-v-3521e1e6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  width: 70px;
}
.pc-all .content .buju .article .agenda .meets .zhinfor .exhipion .alltype .places .places-right[data-v-3521e1e6] {
  flex: 1;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
}
.pc-all .content .buju .article .agenda .meets .zhinfor .exhipion .alltype .places .places-right .item-labels[data-v-3521e1e6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #078ae2;
  display: inline-block;
  padding: 0 4px;
  height: 18px;
  line-height: 18px;
  background: rgba(7, 138, 226, 0.1);
  margin-right: 8px;
  margin-bottom: 4px;
}
.pc-all .content .buju .article .agenda .meets .zhinfor .exhipion .alltype .places .places-right1[data-v-3521e1e6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
}
.pc-all .content .buju .article .agenda .meets .zhinfor .exhipion .alltype .places .places-right1 .item-topic[data-v-3521e1e6] {
  margin-right: 6px;
}
.pc-all .content .buju .article .agenda .meets .zhinfor .exhipion .intros[data-v-3521e1e6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  word-break: break-all;
  white-space: pre-wrap;
}
.pc-all .content .buju .article .agenda .meets .zhinfor .exhipion1[data-v-3521e1e6] {
  margin-top: 24px;
}
.pc-all .content .buju .article .agenda .meets .zhinfor .exhipion1 .teximage img[data-v-3521e1e6] {
  width: 100%;
  height: 484px;
}
.pc-all .content .buju .article .agenda .meets .zhinfor .orders[data-v-3521e1e6] {
  display: flex;
  justify-content: center;
}
.pc-all .content .buju .article .agenda .meets .zhinfor .orders .brn-order[data-v-3521e1e6] {
  width: 311px;
  height: 38px;
  background: #078ae2;
  border-radius: 19px 19px 19px 19px;
  text-align: center;
  line-height: 38px;
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
  margin-top: 32px;
}
.pc-all .content .buju .article .agenda .contactslist[data-v-3521e1e6] {
  padding: 0 0 29px 0;
}
.pc-all .content .buju .article .agenda .contactslist .contacts[data-v-3521e1e6] {
  padding-top: 20px;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .lists[data-v-3521e1e6] {
  margin-bottom: 24px;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .hezuo[data-v-3521e1e6] {
  display: flex;
  align-items: center;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .hezuo img[data-v-3521e1e6] {
  width: 30px;
  height: 30px;
  border-radius: 50px;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .hezuo span[data-v-3521e1e6] {
  font-size: 15px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333;
  margin-left: 6px;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .cooperate[data-v-3521e1e6] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 16px;
  margin-left: 36px;
  padding-right: 24px;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .cooperate[data-v-3521e1e6]:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal[data-v-3521e1e6] {
  display: flex;
  width: 100%;
  margin-top: 16px;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal .detal-left[data-v-3521e1e6] {
  width: 100%;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal .detal-left .decorate[data-v-3521e1e6] {
  display: flex;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal .detal-left .decorate .name[data-v-3521e1e6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal .detal-left .postions[data-v-3521e1e6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 2px;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal .detal-left .tels[data-v-3521e1e6] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #777777;
  line-height: 20px;
  margin-top: 2px;
  width: 100%;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal .detal-left .tels span[data-v-3521e1e6] {
  color: #666;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal .detal-left .tels .nums[data-v-3521e1e6] {
  color: #666;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal .detal-left .tels .emails[data-v-3521e1e6] {
  color: #078ae2;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal .detal-left .tels input[data-v-3521e1e6] {
  border: none;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal .detal-left .tels1[data-v-3521e1e6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 26px;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal .detal-left .tels1 .detal-right[data-v-3521e1e6] {
  height: 26px;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal .detal-left .tels1 .detal-right img[data-v-3521e1e6] {
  width: 26px;
  height: 26px;
}
.pc-all .content .buju .article .agenda .contactslist .contacts1[data-v-3521e1e6] {
  padding-top: 30px;
}
.pc-all .content .buju .article .agenda .orders[data-v-3521e1e6] {
  display: flex;
  justify-content: center;
}
.pc-all .content .buju .article .agenda .orders .brn-order[data-v-3521e1e6] {
  width: 311px;
  height: 38px;
  background: #078ae2;
  border-radius: 19px 19px 19px 19px;
  text-align: center;
  line-height: 38px;
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
  margin-top: 32px;
}
.pc-all .content .buju .article .agenda .more[data-v-3521e1e6] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 36px;
  background: rgba(218, 218, 218, 0.3);
  border-radius: 18px;
  margin: 14px auto 0;
}
.pc-all .content .buju .article .agenda .more span[data-v-3521e1e6] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #777777;
}
.pc-all .content .buju .bj-right[data-v-3521e1e6] {
  font-family: "PingFang SC-Medium";
  margin-left: 22px;
  width: 267px;
}
.pc-all .content .buju .bj-right .ewcode[data-v-3521e1e6] {
  width: 267px;
  height: 123px;
  margin-top: 5px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img[data-v-3521e1e6] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 267px;
  height: 123px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima[data-v-3521e1e6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 21px 0 21px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left[data-v-3521e1e6] {
  padding-top: 30px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .populay img[data-v-3521e1e6] {
  width: 120px;
  height: 27px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-3521e1e6]:after {
  content: "";
  display: block;
  width: 63px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .download[data-v-3521e1e6] {
  margin-top: 14px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-3521e1e6] {
  width: 126px;
  height: 18px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-right[data-v-3521e1e6] {
  background-color: #fff;
  width: 75px;
  height: 75px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 5px;
  margin-top: 24px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-right img[data-v-3521e1e6] {
  width: 64px;
  height: 64px;
}
.pc-all .content .buju .bj-right .peronal-bj[data-v-3521e1e6] {
  border: 1px solid #e8e8e8;
  margin-top: 10px;
  padding-bottom: 20px;
  border-radius: 2px;
  position: relative;
}
.pc-all .content .buju .bj-right .peronal-bj .more[data-v-3521e1e6] {
  position: absolute;
  left: -1px;
  bottom: 0;
  right: 0;
  width: 267px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: #048eea;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 0px 0px 2px 2px;
}
.pc-all .content .buju .bj-right .peronal-bj .line[data-v-3521e1e6] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .content .buju .bj-right .peronal-bj .bj[data-v-3521e1e6] {
  padding: 20px 10px 0;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg[data-v-3521e1e6] {
  display: flex;
  align-items: center;
  margin: 0 4px 0 8px;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .bt-img[data-v-3521e1e6] {
  width: 40px;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .bt-img img[data-v-3521e1e6] {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .right-name[data-v-3521e1e6] {
  flex: 1;
  margin-left: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .right-btn[data-v-3521e1e6] {
  display: flex;
  justify-content: center;
  text-align: center;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .right-btn .btn-ys[data-v-3521e1e6] {
  width: 46px;
  height: 18px;
  background-color: #f3faff;
  font-size: 11px;
  border-radius: 2px;
  line-height: 17px;
  cursor: pointer;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .right-btn .btn-blue[data-v-3521e1e6] {
  background: #048eea;
  font-family: PingFang SC, PingFang SC;
  color: #ffffff;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .right-btn .btn-gz[data-v-3521e1e6] {
  background: #f3faff;
  border: 1px solid #048eea;
  color: #048eea;
  margin-left: 6px;
}
.pc-all .content .buju .bj-right .peronal-bj .el-divider--horizontal[data-v-3521e1e6] {
  margin: 12px 0 !important;
}
.pc-all .content .buju .bj-right .peronal-bj .right-detail[data-v-3521e1e6] {
  display: flex;
  margin: 16px 4px 12px 8px;
}
.pc-all .content .buju .bj-right .peronal-bj .right-detail .right-zi[data-v-3521e1e6] {
  font-size: 12px;
  color: #999999;
  margin-right: 33px;
}
.pc-all .content .buju .bj-right .hot-recoomend[data-v-3521e1e6] {
  border: 1px solid #e8e8e8;
  margin-top: 12px;
  padding: 15px 10px 16px;
  border-radius: 2px;
  position: relative;
}
.pc-all .content .buju .bj-right .hot-recoomend .line[data-v-3521e1e6] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .content .buju .bj-right .hot-recoomend .comment-flex[data-v-3521e1e6] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .content .buju .bj-right .hot-recoomend .comment-flex .comment-decorate[data-v-3521e1e6] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
  border-radius: 10px;
}
.pc-all .content .buju .bj-right .hot-recoomend .comment-flex .comment-writte[data-v-3521e1e6] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .content .buju .bj-right .hot-recoomend1[data-v-3521e1e6] {
  border: none;
}
.pc-all .content .buju .bj-right .hot-recoomend1 .right-list[data-v-3521e1e6] {
  margin-bottom: 20px;
}
.pc-all .content .buju .bj-right .right-list .hot-list[data-v-3521e1e6] {
  margin-top: 10px;
  margin-left: 12px;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex[data-v-3521e1e6] {
  display: flex;
  cursor: pointer;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-sp[data-v-3521e1e6] {
  position: relative;
  width: 99px;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-sp img[data-v-3521e1e6] {
  width: 102px;
  height: 60px;
  border-radius: 2px;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-other[data-v-3521e1e6] {
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-3521e1e6] {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-other .hot-author[data-v-3521e1e6] {
  color: #999999;
  font-size: 12px;
  position: absolute;
  bottom: 0;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-other .hot-author span[data-v-3521e1e6] {
  font-size: 12px;
  margin-left: 5px;
}
.pc-all .el-divider[data-v-3521e1e6] {
  background-color: #eeeeee !important;
}
.pc-all .el-divider__text[data-v-3521e1e6] {
  background-color: #fbfbfb !important;
}
@charset "UTF-8";
.containers[data-v-6dceb87e] {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.containers[data-v-6dceb87e]::-webkit-scrollbar {
  display: none;
}
.containers[data-v-6dceb87e] {
  background-color: #fff;
}
.containers .kongMoblie[data-v-6dceb87e] {
  background-color: #fff;
  padding-top: 80px;
}
.containers .kongMoblie .pic[data-v-6dceb87e] {
  display: flex;
  justify-content: center;
}
.containers .kongMoblie .pic img[data-v-6dceb87e] {
  width: 154px;
  height: 153px;
  padding-bottom: 28px;
}
.containers .kongMoblie .line[data-v-6dceb87e] {
  height: 8px;
  background-color: #f8f8f9;
}
.containers .kongMoblie .foryou[data-v-6dceb87e] {
  background-color: #fff;
  margin-top: 8px;
  padding-bottom: 121px;
}
.containers .kongMoblie .foryou .title[data-v-6dceb87e] {
  padding: 16px 0 0 12px;
  font-size: 16px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #222222;
}
.containers .kongMoblie .foryou .videos[data-v-6dceb87e] {
  display: flex;
  overflow-x: auto;
  overflow-x: scroll;
  padding: 10px 12px;
}
.containers .kongMoblie .foryou .videos .details[data-v-6dceb87e] {
  width: 160px;
  height: 210px;
  background: #ffffff;
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.06);
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  flex-shrink: 0;
  margin-right: 13px;
}
.containers .kongMoblie .foryou .videos .details .logos img[data-v-6dceb87e] {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-top: 21px;
}
.containers .kongMoblie .foryou .videos .details .name[data-v-6dceb87e] {
  font-size: 14px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.containers .kongMoblie .foryou .videos .details .num[data-v-6dceb87e] {
  font-size: 10px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
  margin-top: 3px;
}
.containers .kongMoblie .foryou .videos .details .num .dian[data-v-6dceb87e] {
  margin: -5px 5px 0;
}
.containers .kongMoblie .foryou .videos .details .btn[data-v-6dceb87e] {
  width: 88px;
  height: 28px;
  background: #078ae2;
  border-radius: 14px 14px 14px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
}
.containers .kongMoblie .foryou .videos .details .btn img[data-v-6dceb87e] {
  width: 9px;
  height: 9px;
  margin-right: 4px;
}
.containers .kongMoblie .foryou .videos .details .btn span[data-v-6dceb87e] {
  font-size: 13px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.containers .kongMoblie .foryou .videos[data-v-6dceb87e]::-webkit-scrollbar {
  display: none;
}
.containers .kongMoblie .foryou .open-more[data-v-6dceb87e] {
  margin: 36px 26px;
}
.containers .kongMoblie .foryou .open-more button[data-v-6dceb87e] {
  border: 1px solid #078ae2;
  color: #078ae2;
  font-size: 13px;
  width: 100%;
  height: 38px;
  border-radius: 50px;
  background-color: #fff;
}
.containers .logo[data-v-6dceb87e] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.containers .logo .left[data-v-6dceb87e] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.containers .logo .left img[data-v-6dceb87e] {
  width: 213px;
  height: 32px;
}
.containers .logo .right[data-v-6dceb87e] {
  display: flex;
}
.containers .logo .right .llqbtn[data-v-6dceb87e] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.containers .logo .right .llqbtn[data-v-6dceb87e]:active {
  outline: none;
}
.containers .logo .right .llqbtn[data-v-6dceb87e]:focus {
  outline: none;
}
.containers .personal .infos[data-v-6dceb87e] {
  padding: 16px 15px;
}
.containers .personal .infos .follow[data-v-6dceb87e] {
  display: flex;
  justify-content: space-between;
}
.containers .personal .infos .follow .follow-left .names[data-v-6dceb87e] {
  display: flex;
  align-items: flex-end;
}
.containers .personal .infos .follow .follow-left .names .names-left img[data-v-6dceb87e] {
  width: 80px;
  height: 80px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
     object-fit: cover; /* 保持图片比例并填满容器 */
  border-radius: 50%;
}
.containers .personal .infos .follow .follow-left .names .names-right[data-v-6dceb87e] {
  margin-left: 8px;
}
.containers .personal .infos .follow .follow-left .names .names-right .company[data-v-6dceb87e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 17px;
  color: #333333;
}
.containers .personal .infos .follow .follow-left .names .names-right .place[data-v-6dceb87e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #aaaaaa;
  line-height: 21px;
  margin-top: 2px;
}
.containers .personal .infos .ywlleft[data-v-6dceb87e] {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.containers .personal .infos .ywlleft img[data-v-6dceb87e] {
  width: 13px;
  height: 13px;
  margin-right: 2px;
}
.containers .personal .infos .ywlleft span[data-v-6dceb87e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777;
}
.containers .personal .infos .sxins[data-v-6dceb87e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.containers .personal .infos .sxins .detail-left[data-v-6dceb87e] {
  display: flex;
  align-items: center;
  margin-top: 11px;
}
.containers .personal .infos .sxins .detail-left .lines[data-v-6dceb87e] {
  width: 1px;
  height: 14px;
  background: #e6e6e6;
  margin: 0 13px;
}
.containers .personal .infos .sxins .detail-left .getzan[data-v-6dceb87e] {
  font-size: 11px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #777;
  text-align: center;
  display: flex;
  align-items: center;
}
.containers .personal .infos .sxins .detail-left .getzan .likes[data-v-6dceb87e] {
  font-size: 15px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #3d3d3d;
  opacity: 1;
  display: flex;
  margin-left: 4px;
  margin-top: 1px;
}
.containers .personal .infos .sxins .detail-left .getzan .hzan[data-v-6dceb87e] {
  opacity: 0.7;
}
.containers .personal .infos .sxins .follow-right[data-v-6dceb87e] {
  display: flex;
  margin-top: 10px;
}
.containers .personal .infos .sxins .follow-right .sxin[data-v-6dceb87e] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 26px;
  background: #f7f7f7;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.containers .personal .infos .sxins .follow-right .gzhu[data-v-6dceb87e] {
  background: #fff;
  color: #078ae2;
  margin-left: 12px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
}
.containers .personal .medias-system[data-v-6dceb87e] {
  padding: 10px 0;
  flex: 1;
  z-index: 19;
}
.containers .personal .medias-system .textScroll[data-v-6dceb87e] {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 220px) !important;
  padding-bottom: 80px;
}
.containers .personal .medias-system .textScroll[data-v-6dceb87e]::-webkit-scrollbar {
  display: none;
}
.containers .personal .medias-system .textScroll .intros .focuson[data-v-6dceb87e] {
  margin-top: 19px;
  padding: 0 10px;
}
.containers .personal .medias-system .textScroll .intros .import[data-v-6dceb87e] {
  display: flex;
  align-items: center;
}
.containers .personal .medias-system .textScroll .intros .import img[data-v-6dceb87e] {
  width: 32px;
  height: 32px;
}
.containers .personal .medias-system .textScroll .intros .import span[data-v-6dceb87e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 17px;
  color: #3d3d3d;
  line-height: 26px;
  margin-left: 8px;
}
.containers .personal .medias-system .textScroll .intros .labels[data-v-6dceb87e] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 9px;
}
.containers .personal .medias-system .textScroll .intros .labels .items[data-v-6dceb87e] {
  padding: 3px 12px;
  background: rgba(7, 138, 226, 0.1);
  border-radius: 100px 100px 100px 100px;
  margin-right: 2px;
  margin-bottom: 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
}
.containers .personal .medias-system .textScroll .intros .moores[data-v-6dceb87e] {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.containers .personal .medias-system .textScroll .intros .moores span[data-v-6dceb87e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
}
.containers .personal .medias-system .textScroll .intros .moores i[data-v-6dceb87e] {
  font-size: 16px;
  color: #666666;
  margin-left: 8px;
}
.containers .personal .medias-system .textScroll .intros .introduces[data-v-6dceb87e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #3d3d3d;
  line-height: 25px;
  word-break: break-all;
  white-space: pre-wrap;
  margin-top: 9px;
}
.containers .personal .medias-system .textScroll .intros .imagelist[data-v-6dceb87e] {
  margin-top: 30px;
  margin-bottom: 41px;
  padding: 0 10px;
}
.containers .personal .medias-system .textScroll .intros .imagelist[data-v-6dceb87e] .el-carousel__indicators {
  display: none;
}
.containers .personal .medias-system .textScroll .intros .imagelist[data-v-6dceb87e] {
  /* 添加过渡动画 */
}
.containers .personal .medias-system .textScroll .intros .imagelist .switching .van-swipe-item[data-v-6dceb87e] {
  transition: transform 0.3s ease;
}
.containers .personal .medias-system .textScroll .intros .imagelist .itemimage[data-v-6dceb87e] {
  width: 100%;
  height: 212px;
  position: relative;
}
.containers .personal .medias-system .textScroll .intros .imagelist .itemimage[data-v-6dceb87e] .van-swipe__indicators {
  display: none;
}
.containers .personal .medias-system .textScroll .intros .imagelist .itemimage .imgs img[data-v-6dceb87e] {
  width: 100%;
  height: 212px;
  background: #eaeaea;
}
.containers .personal .medias-system .textScroll .intros .imagelist .itemimage .titles[data-v-6dceb87e] {
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  z-index: 198;
  display: flex;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.2);
}
.containers .personal .medias-system .textScroll .intros .imagelist .itemimage .titles .product[data-v-6dceb87e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 24px;
  line-height: 24px;
  flex: 1;
  cursor: pointer;
  transition: all 0.3s;
}
.containers .personal .medias-system .textScroll .intros .imagelist .itemimage .titles .selected[data-v-6dceb87e] {
  background: #ffffff;
  border-radius: 100px 100px 100px 100;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #3d3d3d;
  border-radius: 100px;
}
.containers .personal .medias-system .textScroll .intros .imagelist .itemimage .numbers[data-v-6dceb87e] {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 24px;
  background: rgba(21, 29, 51, 0.5);
  border-radius: 100px 100px 100px 100px;
  z-index: 199;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers .personal .medias-system .textScroll .intros .imagelist .itemimage .numbers .itemnum[data-v-6dceb87e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 10px;
  color: #ffffff;
}
.containers .personal .medias-system .textScroll .intros .imagelist .video[data-v-6dceb87e] {
  width: 100%;
  height: 212px;
  margin-top: 14px;
}
.containers .personal .medias-system .textScroll .intros .imagelist .video[data-v-6dceb87e] .xgplayer-skin-default {
  width: 100% !important;
  height: 212px !important;
}
.containers .personal .medias-system .textScroll .intros .morees[data-v-6dceb87e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}
.containers .personal .medias-system .textScroll .intros .morees .mores-right[data-v-6dceb87e] {
  display: flex;
  align-items: center;
}
.containers .personal .medias-system .textScroll .intros .morees .mores-right span[data-v-6dceb87e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
}
.containers .personal .medias-system .textScroll .intros .morees .mores-right img[data-v-6dceb87e] {
  width: 14px;
  height: 14px;
}
.containers .personal .medias-system .textScroll .intros .clusteres[data-v-6dceb87e] {
  display: flex;
  flex-wrap: wrap;
  margin-top: 9px;
  margin-bottom: 8px;
}
.containers .personal .medias-system .textScroll .intros .clusteres .items[data-v-6dceb87e] {
  width: 114px;
  height: 60px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.containers .personal .medias-system .textScroll .intros .clusteres .items[data-v-6dceb87e]:nth-child(3n) {
  margin-right: 0;
}
.containers .personal .medias-system .textScroll .intros .clusteres .items img[data-v-6dceb87e] {
  width: 114px;
  height: 60px;
  border: 1px solid #d8d8d8;
}
.containers .personal .medias-system .textScroll .intros .serviceDtoes .items[data-v-6dceb87e] {
  margin-top: 12px;
}
.containers .personal .medias-system .textScroll .intros .serviceDtoes .comment-flex[data-v-6dceb87e] {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 4px;
  margin-top: 4px;
}
.containers .personal .medias-system .textScroll .intros .serviceDtoes .comment-flex .comment-decorate[data-v-6dceb87e] {
  width: 3px;
  height: 10px;
  background-color: #25a5ff;
  margin: 0 4px 0 0;
}
.containers .personal .medias-system .textScroll .intros .serviceDtoes .comment-flex .comment-writte[data-v-6dceb87e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 15px;
  color: #222222;
}
.containers .personal .medias-system .textScroll .intros .serviceDtoes .images-right[data-v-6dceb87e] {
  word-break: break-all;
  white-space: pre-wrap;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #3d3d3d;
}
.containers .personal .medias-system .textScroll .intros .contactDtoes .items[data-v-6dceb87e] {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
  margin-top: 16px;
}
.containers .personal .medias-system .textScroll .intros .contactDtoes .items .items-left[data-v-6dceb87e] {
  flex: 1;
}
.containers .personal .medias-system .textScroll .intros .contactDtoes .items .items-left .names[data-v-6dceb87e] {
  display: flex;
}
.containers .personal .medias-system .textScroll .intros .contactDtoes .items .items-left .names .names-left img[data-v-6dceb87e] {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-right: 8px;
}
.containers .personal .medias-system .textScroll .intros .contactDtoes .items .items-left .names .names-right .title[data-v-6dceb87e] {
  display: flex;
  align-items: center;
  height: 22px;
}
.containers .personal .medias-system .textScroll .intros .contactDtoes .items .items-left .names .names-right .title .tils[data-v-6dceb87e] {
  display: inline-block;
  padding: 0 4px;
  height: 22px;
  background: #f7fcff;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
  line-height: 22px;
}
.containers .personal .medias-system .textScroll .intros .contactDtoes .items .items-left .names .names-right .title .names[data-v-6dceb87e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 15px;
  color: #3d3d3d;
  margin-left: 8px;
}
.containers .personal .medias-system .textScroll .intros .contactDtoes .items .items-left .names .names-right .emails[data-v-6dceb87e] {
  display: flex;
  align-items: center;
}
.containers .personal .medias-system .textScroll .intros .contactDtoes .items .items-left .names .names-right .emails .img1[data-v-6dceb87e] {
  width: 16px;
  height: 16px;
}
.containers .personal .medias-system .textScroll .intros .contactDtoes .items .items-left .names .names-right .emails span[data-v-6dceb87e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #3d3d3d;
  margin-left: 3px;
  margin-right: 6px;
}
.containers .personal .medias-system .textScroll .intros .contactDtoes .items .items-left .names .names-right .emails .img2[data-v-6dceb87e] {
  width: 10px;
  height: 11px;
}
.containers .personal .medias-system .textScroll .intros .contactDtoes .items .items-right[data-v-6dceb87e] {
  margin-top: 12px;
}
.containers .personal .medias-system .textScroll .intros .contactDtoes .items .items-right span[data-v-6dceb87e] {
  display: inline-block;
  text-align: center;
  width: 52px;
  height: 26px;
  background: #078ae2;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 26px;
}
.containers .personal .medias-system .textScroll .intros .contactDtoes .contance[data-v-6dceb87e]:last-child {
  border-bottom: none;
}
.containers .personal .medias-system .textScroll .intros .parkFileDtoes .itemfiles[data-v-6dceb87e] {
  align-items: center;
}
.containers .personal .medias-system .textScroll .intros .parkFileDtoes .items .items-left .names .names-left[data-v-6dceb87e] {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fb;
  border-radius: 4px 4px 4px 4px;
  border: 1px dashed #c4c4c4;
}
.containers .personal .medias-system .textScroll .intros .parkFileDtoes .items .items-left .names .names-left img[data-v-6dceb87e] {
  width: 24px;
  height: 24px;
  border-radius: 0;
  margin-right: 0;
}
.containers .personal .medias-system .textScroll .intros .parkFileDtoes .items .items-left .names .names-right[data-v-6dceb87e] {
  margin-left: 12px;
}
.containers .personal .medias-system .textScroll .intros .parkFileDtoes .items .items-left .names .names-right .title[data-v-6dceb87e] {
  width: 179px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #222222;
}
.containers .personal .medias-system .textScroll .intros .parkFileDtoes .items .items-left .names .names-right .name[data-v-6dceb87e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #777777;
  line-height: 17px;
  margin-top: 5px;
}
.containers .personal .medias-system .textScroll .intros .parkFileDtoes .items .items-right[data-v-6dceb87e] {
  margin-top: 12px;
}
.containers .personal .medias-system .textScroll .intros .parkFileDtoes .items .items-right span[data-v-6dceb87e] {
  display: inline-block;
  text-align: center;
  width: 52px;
  height: 26px;
  background: #fff;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
  border: 1px solid #078ae2;
  line-height: 26px;
}
.containers .personal .medias-system .textScroll .intros .kongs[data-v-6dceb87e] {
  background-color: #f7fcff;
  height: 10px;
  margin-top: 16px;
}
.containers .personal .medias-system .textScroll .intros .seemore[data-v-6dceb87e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  width: 100%;
  height: 38px;
  border-radius: 19px 19px 19px 19px;
  border: 1px solid #cacaca;
  text-align: center;
  line-height: 38px;
  margin-top: 16px;
  margin-bottom: 26px;
}
.containers .personal .medias-system[data-v-6dceb87e] .van-tabs,
.containers .personal .medias-system[data-v-6dceb87e] .van-tabs__content,
.containers .personal .medias-system[data-v-6dceb87e] .van-tab__pane {
  height: 100%;
}
.containers .personal .medias-system[data-v-6dceb87e] .van-tab {
  font-size: 14px;
}
.containers .personal .medias-system[data-v-6dceb87e] .van-tab--active {
  font-size: 16px;
}
.containers .personal .medias-system[data-v-6dceb87e] .demo-tabs .van-tabs__line {
  background-color: #4dd1ff; /* 线条颜色 */
  width: 20px; /*宽度 */
  height: 4px; /* 高度 */
  border-radius: 40px; /* 圆角 */
}
.containers .personal .medias-system[data-v-6dceb87e] .van-tabs__wrap {
  margin-top: -10px;
  border-bottom: 1px solid #f8f8f9;
}
.containers .personal .medias-system[data-v-6dceb87e] .van-tabs__nav {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  background-color: #fff;
}
.containers .personal .medias-system[data-v-6dceb87e] .demo-tabs.single-tab .van-tabs__nav {
  justify-content: flex-start !important;
  text-align: left;
  margin-left: 16px;
}
.containers .personal .medias-system[data-v-6dceb87e] .demo-tabs.single-tab .van-tabs__nav::before {
  display: none;
}
.containers .personal .medias-system[data-v-6dceb87e] .demo-tabs.single-tab .van-tab {
  flex: none !important;
  padding-left: 0;
}
.openapp[data-v-6dceb87e] {
  position: fixed;
  bottom: 28px;
  left: 50%;
  text-align: center;
  z-index: 199;
  transform: translateX(-50%);
  width: 180px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(87deg, #048eea 0%, #2ca7f9 100%);
  border-radius: 20px;
}
.openapp .now[data-v-6dceb87e] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.openapp img[data-v-6dceb87e] {
  width: 20px;
  height: 20px;
}
.openapp span[data-v-6dceb87e] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
@charset "UTF-8";
.container-bg-size[data-v-5b44ed66] {
  background-color: #fff;
}
.pc-all .kongWeb .del[data-v-5b44ed66] {
  margin: 100px 0 300px;
  display: flex;
  justify-content: center;
}
.pc-all .kongWeb img[data-v-5b44ed66] {
  width: 233px;
  height: 299px;
}
.pc-all .pcheight[data-v-5b44ed66] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
  margin-bottom: 120px;
}
.pc-all .pcheight .personal[data-v-5b44ed66] {
  width: 57%;
  margin: 64px auto;
  background-color: #fff;
  flex: 1;
  box-sizing: border-box; /* 包含 padding 在宽度内 */
}
.pc-all .pcheight .personal .infos[data-v-5b44ed66] {
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #eaeaea;
  padding: 0 29px 11px 24px;
  margin-bottom: 24px;
}
.pc-all .pcheight .personal .infos .follow[data-v-5b44ed66] {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.pc-all .pcheight .personal .infos .follow .follow-left .names[data-v-5b44ed66] {
  display: flex;
  align-items: center;
}
.pc-all .pcheight .personal .infos .follow .follow-left .names .names-left img[data-v-5b44ed66] {
  width: 114px;
  height: 114px;
  border-radius: 100px 100px 100px 100px;
  border: 1px solid #eeeeee;
  margin-top: -22px;
}
.pc-all .pcheight .personal .infos .follow .follow-left .names .names-right[data-v-5b44ed66] {
  margin-left: 24px;
}
.pc-all .pcheight .personal .infos .follow .follow-left .names .names-right .company[data-v-5b44ed66] {
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 24px;
  color: #000000;
  line-height: 36px;
}
.pc-all .pcheight .personal .infos .follow .follow-left .names .names-right .place[data-v-5b44ed66] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #aaaaaa;
  line-height: 16px;
  margin-top: 4px;
}
.pc-all .pcheight .personal .infos .follow .follow-right[data-v-5b44ed66] {
  display: flex;
}
.pc-all .pcheight .personal .infos .follow .follow-right .sxin[data-v-5b44ed66] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 26px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
}
.pc-all .pcheight .personal .infos .follow .follow-right .gzhu[data-v-5b44ed66] {
  background: #078ae2;
  color: #ffffff;
  margin-left: 16px;
  border: none;
}
.pc-all .pcheight .personal .infos .ywlleft[data-v-5b44ed66] {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.pc-all .pcheight .personal .infos .ywlleft img[data-v-5b44ed66] {
  width: 13px;
  height: 13px;
  margin-right: 2px;
}
.pc-all .pcheight .personal .infos .ywlleft span[data-v-5b44ed66] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777;
}
.pc-all .pcheight .personal .infos .detail-left[data-v-5b44ed66] {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.pc-all .pcheight .personal .infos .detail-left .lines[data-v-5b44ed66] {
  width: 1px;
  height: 14px;
  background: #e6e6e6;
  margin: 0 13px;
}
.pc-all .pcheight .personal .infos .detail-left .getzan[data-v-5b44ed66] {
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #777;
  text-align: center;
  display: flex;
  align-items: center;
}
.pc-all .pcheight .personal .infos .detail-left .getzan .likes[data-v-5b44ed66] {
  font-size: 15px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #3d3d3d;
  opacity: 1;
  display: flex;
  margin-left: 4px;
  margin-top: 1px;
}
.pc-all .pcheight .personal .infos .detail-left .getzan .hzan[data-v-5b44ed66] {
  opacity: 0.7;
}
.pc-all .pcheight .personal .bgwhite[data-v-5b44ed66] {
  background-color: #fff;
  position: sticky;
  top: 0;
  height: 44px;
  margin: 0 auto;
  width: 100%;
  z-index: 1000;
  transition: box-shadow 0.3s;
}
.pc-all .pcheight .personal .bgwhite.tab-shadow[data-v-5b44ed66] {
  box-shadow: 0px 4px 2px 0px rgba(193, 193, 193, 0.3);
}
.pc-all .pcheight .personal .bgwhite[data-v-5b44ed66] .el-tabs__nav {
  display: flex;
  justify-content: space-between;
  float: inherit;
}
.pc-all .pcheight .personal .bgwhite[data-v-5b44ed66] .el-tabs__nav-scroll {
  height: 50px;
}
.pc-all .pcheight .personal .bgwhite[data-v-5b44ed66] .el-tabs__nav-wrap {
  margin-bottom: -1px;
}
.pc-all .pcheight .personal .bgwhite[data-v-5b44ed66] .el-tabs__item {
  flex: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  padding: 0;
}
.pc-all .pcheight .personal .bgwhite[data-v-5b44ed66] .el-tabs__item.is-active {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  position: relative;
}
.pc-all .pcheight .personal .bgwhite[data-v-5b44ed66] .el-tabs__item.is-active::after {
  content: "";
  width: 24px;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  color: #078ae2;
  border-radius: 0px;
  border: 1px solid #078ae2;
  background-color: #078ae2;
}
.pc-all .pcheight .personal .bgwhite[data-v-5b44ed66] .el-tabs__active-bar {
  background-color: transparent;
}
.pc-all .pcheight .personal .bgwhite[data-v-5b44ed66] .el-tabs__nav-wrap::after {
  height: 1px;
  transition: opacity 0.3s;
}
.pc-all .pcheight .personal .bgwhite.tab-shadow[data-v-5b44ed66] .el-tabs__nav-wrap::after {
  opacity: 0;
}
.pc-all .pcheight .personal .single-tab[data-v-5b44ed66] .el-tabs__nav {
  justify-content: flex-start;
  float: left !important;
}
.pc-all .pcheight .personal .single-tab[data-v-5b44ed66] .el-tabs__item {
  flex: none;
  padding: 0 20px;
}
.pc-all .pcheight .personal .medias-system[data-v-5b44ed66] {
  min-height: 790px;
}
.pc-all .pcheight .personal .medias-system .intros .focuson[data-v-5b44ed66] {
  margin-top: 19px;
}
.pc-all .pcheight .personal .medias-system .intros .import[data-v-5b44ed66] {
  display: flex;
  align-items: center;
}
.pc-all .pcheight .personal .medias-system .intros .import img[data-v-5b44ed66] {
  width: 32px;
  height: 32px;
}
.pc-all .pcheight .personal .medias-system .intros .import span[data-v-5b44ed66] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 17px;
  color: #3d3d3d;
  line-height: 26px;
  margin-left: 5px;
}
.pc-all .pcheight .personal .medias-system .intros .labels[data-v-5b44ed66] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 9px;
}
.pc-all .pcheight .personal .medias-system .intros .labels .items[data-v-5b44ed66] {
  padding: 3px 12px;
  background: #f7fcff;
  border-radius: 100px 100px 100px 100px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #29a9ff;
}
.pc-all .pcheight .personal .medias-system .intros .moores[data-v-5b44ed66] {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.pc-all .pcheight .personal .medias-system .intros .moores span[data-v-5b44ed66] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666;
}
.pc-all .pcheight .personal .medias-system .intros .moores i[data-v-5b44ed66] {
  font-size: 16px;
  margin-left: 2px;
}
.pc-all .pcheight .personal .medias-system .intros .introduces[data-v-5b44ed66] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #3d3d3d;
  line-height: 25px;
  word-break: break-all;
  white-space: pre-wrap;
  margin-top: 9px;
}
.pc-all .pcheight .personal .medias-system .intros .imagelist[data-v-5b44ed66] {
  margin-top: 30px;
  margin-bottom: 41px;
  width: 100%;
}
.pc-all .pcheight .personal .medias-system .intros .imagelist[data-v-5b44ed66] .el-carousel__indicators {
  display: none;
}
.pc-all .pcheight .personal .medias-system .intros .imagelist[data-v-5b44ed66] .el-carousel__container {
  height: 666px;
}
.pc-all .pcheight .personal .medias-system .intros .imagelist .itemimage[data-v-5b44ed66] {
  width: 100%;
  height: 666px;
  position: relative;
}
.pc-all .pcheight .personal .medias-system .intros .imagelist .itemimage[data-v-5b44ed66] .el-carousel__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.pc-all .pcheight .personal .medias-system .intros .imagelist .itemimage .imgs img[data-v-5b44ed66] {
  width: 100%;
  height: 666px;
  background: #eaeaea;
}
.pc-all .pcheight .personal .medias-system .intros .imagelist .itemimage .titles[data-v-5b44ed66] {
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  z-index: 999;
  display: flex;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.2);
}
.pc-all .pcheight .personal .medias-system .intros .imagelist .itemimage .titles .product[data-v-5b44ed66] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 24px;
  line-height: 24px;
  flex: 1;
  cursor: pointer;
  transition: all 0.3s;
}
.pc-all .pcheight .personal .medias-system .intros .imagelist .itemimage .titles .selected[data-v-5b44ed66] {
  background: #ffffff;
  border-radius: 100px 100px 100px 100;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #3d3d3d;
  border-radius: 100px;
}
.pc-all .pcheight .personal .medias-system .intros .imagelist .itemimage .numbers[data-v-5b44ed66] {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 24px;
  background: rgba(21, 29, 51, 0.5);
  border-radius: 100px 100px 100px 100px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-all .pcheight .personal .medias-system .intros .imagelist .itemimage .numbers .itemnum[data-v-5b44ed66] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 10px;
  color: #ffffff;
}
.pc-all .pcheight .personal .medias-system .intros .imagelist .video[data-v-5b44ed66] {
  width: 100%;
  margin-top: 10px;
}
.pc-all .pcheight .personal .medias-system .intros .imagelist .video[data-v-5b44ed66] .xgplayer-skin-default {
  width: 100% !important;
  height: 666px !important;
}
.pc-all .pcheight .personal .medias-system .intros .morees[data-v-5b44ed66] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}
.pc-all .pcheight .personal .medias-system .intros .morees .mores-right[data-v-5b44ed66] {
  display: flex;
  align-items: center;
}
.pc-all .pcheight .personal .medias-system .intros .morees .mores-right span[data-v-5b44ed66] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
}
.pc-all .pcheight .personal .medias-system .intros .morees .mores-right img[data-v-5b44ed66] {
  width: 14px;
  height: 14px;
}
.pc-all .pcheight .personal .medias-system .intros .clusteres[data-v-5b44ed66] {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  margin-top: 9px;
}
.pc-all .pcheight .personal .medias-system .intros .clusteres .items[data-v-5b44ed66] {
  width: 114px;
  height: 60px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.pc-all .pcheight .personal .medias-system .intros .clusteres .items img[data-v-5b44ed66] {
  width: 114px;
  height: 60px;
  border: 1px solid #d8d8d8;
}
.pc-all .pcheight .personal .medias-system .intros .serviceDtoes .items[data-v-5b44ed66] {
  margin-top: 12px;
}
.pc-all .pcheight .personal .medias-system .intros .serviceDtoes .comment-flex[data-v-5b44ed66] {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 4px;
  margin-top: 4px;
}
.pc-all .pcheight .personal .medias-system .intros .serviceDtoes .comment-flex .comment-decorate[data-v-5b44ed66] {
  width: 3px;
  height: 10px;
  background-color: #25a5ff;
  margin: 0 4px 0 0;
}
.pc-all .pcheight .personal .medias-system .intros .serviceDtoes .comment-flex .comment-writte[data-v-5b44ed66] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 15px;
  color: #222222;
}
.pc-all .pcheight .personal .medias-system .intros .serviceDtoes .images-right[data-v-5b44ed66] {
  word-break: break-all;
  white-space: pre-wrap;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #3d3d3d;
}
.pc-all .pcheight .personal .medias-system .intros .moress[data-v-5b44ed66] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  border-radius: 19px 19px 19px 19px;
  border: 1px solid #cacaca;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  line-height: 21px;
  margin: 24px 210px 0;
}
.pc-all .pcheight .personal .medias-system .intros .contactDtoes .items[data-v-5b44ed66] {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
  margin-top: 16px;
}
.pc-all .pcheight .personal .medias-system .intros .contactDtoes .items .items-left .names[data-v-5b44ed66] {
  display: flex;
}
.pc-all .pcheight .personal .medias-system .intros .contactDtoes .items .items-left .names .names-left img[data-v-5b44ed66] {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-right: 6px;
}
.pc-all .pcheight .personal .medias-system .intros .contactDtoes .items .items-left .names .names-right .title[data-v-5b44ed66] {
  display: flex;
  align-items: center;
  height: 22px;
}
.pc-all .pcheight .personal .medias-system .intros .contactDtoes .items .items-left .names .names-right .title .tils[data-v-5b44ed66] {
  display: inline-block;
  padding: 0 4px;
  height: 22px;
  background: #f7fcff;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
  line-height: 22px;
}
.pc-all .pcheight .personal .medias-system .intros .contactDtoes .items .items-left .names .names-right .title .names[data-v-5b44ed66] {
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 15px;
  color: #3d3d3d;
  margin-left: 8px;
}
.pc-all .pcheight .personal .medias-system .intros .contactDtoes .items .items-left .names .names-right .emails[data-v-5b44ed66] {
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.pc-all .pcheight .personal .medias-system .intros .contactDtoes .items .items-left .names .names-right .emails .img1[data-v-5b44ed66] {
  width: 16px;
  height: 16px;
}
.pc-all .pcheight .personal .medias-system .intros .contactDtoes .items .items-left .names .names-right .emails span[data-v-5b44ed66] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #3d3d3d;
  margin-left: 3px;
  margin-right: 6px;
}
.pc-all .pcheight .personal .medias-system .intros .contactDtoes .items .items-left .names .names-right .emails .img2[data-v-5b44ed66] {
  width: 10px;
  height: 11px;
}
.pc-all .pcheight .personal .medias-system .intros .contactDtoes .items .items-right[data-v-5b44ed66] {
  margin-top: 22px;
}
.pc-all .pcheight .personal .medias-system .intros .contactDtoes .items .items-right span[data-v-5b44ed66] {
  display: inline-block;
  text-align: center;
  width: 52px;
  height: 26px;
  background: #078ae2;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 26px;
}
.pc-all .pcheight .personal .medias-system .intros .parkFileDtoes .itemfiles[data-v-5b44ed66] {
  border-bottom: none;
}
.pc-all .pcheight .personal .medias-system .intros .parkFileDtoes .items .items-left .names .names-left[data-v-5b44ed66] {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fb;
  border-radius: 4px 4px 4px 4px;
  border: 1px dashed #c4c4c4;
}
.pc-all .pcheight .personal .medias-system .intros .parkFileDtoes .items .items-left .names .names-left img[data-v-5b44ed66] {
  width: 24px;
  height: 24px;
  border-radius: 0;
  margin-right: 0;
}
.pc-all .pcheight .personal .medias-system .intros .parkFileDtoes .items .items-left .names .names-right[data-v-5b44ed66] {
  margin-left: 12px;
}
.pc-all .pcheight .personal .medias-system .intros .parkFileDtoes .items .items-left .names .names-right .title[data-v-5b44ed66] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #222222;
}
.pc-all .pcheight .personal .medias-system .intros .parkFileDtoes .items .items-left .names .names-right .name[data-v-5b44ed66] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #777777;
  line-height: 17px;
}
.pc-all .pcheight .personal .medias-system .intros .parkFileDtoes .items .items-right[data-v-5b44ed66] {
  margin-top: 12px;
}
.pc-all .pcheight .personal .medias-system .intros .parkFileDtoes .items .items-right span[data-v-5b44ed66] {
  display: inline-block;
  text-align: center;
  width: 52px;
  height: 26px;
  background: #fff;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
  border: 1px solid #078ae2;
  line-height: 26px;
}
.pc-all .pcheight .pcfooter[data-v-5b44ed66] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 89px;
  padding-right: 80px;
  height: 120px;
  background: rgba(15, 15, 15, 0.75);
  border-radius: 0px 0px 0px 0px;
}
.pc-all .pcheight .pcfooter .pcfooter-left img[data-v-5b44ed66] {
  width: 383px;
  height: 57px;
}
.pc-all .pcheight .pcfooter .pcfooter-right[data-v-5b44ed66] {
  display: flex;
  align-items: center;
}
.pc-all .pcheight .pcfooter .pcfooter-right span[data-v-5b44ed66] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  margin-right: 32px;
}
.pc-all .pcheight .pcfooter .pcfooter-right img[data-v-5b44ed66] {
  width: 96px;
  height: 96px;
}
@charset "UTF-8";
.container[data-v-1193d880] {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  height: 100vh;
}
.container .kongMoblie[data-v-1193d880] {
  display: flex;
  justify-content: center;
  margin-top: 126px;
}
.container .kongMoblie img[data-v-1193d880] {
  width: 154px;
  height: 153px;
}
.container .logo[data-v-1193d880] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-1193d880] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-1193d880] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-1193d880] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-1193d880] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-1193d880]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-1193d880]:focus {
  outline: none;
}
.container .carousel-container[data-v-1193d880] {
  position: relative;
  width: 100%;
}
.container .carousel-container[data-v-1193d880] .van-swipe__indicator--active {
  width: 17px;
  height: 5px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
}
.container .carousel-container .custom-swipe[data-v-1193d880] {
  width: 100%;
  height: 235px;
}
.container .carousel-container .imgs img[data-v-1193d880] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .topname[data-v-1193d880] {
  padding: 16px;
}
.container .topname .titels[data-v-1193d880] {
  line-height: 27px;
}
.container .topname .titels .titels-left[data-v-1193d880] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}
.container .num[data-v-1193d880] {
  padding: 0 16px;
  width: 91%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f8f9;
  margin: 10px 16px;
  border-radius: 2px;
}
.container .num .num-left[data-v-1193d880] {
  width: 40px;
  display: flex;
  align-items: center;
}
.container .num .num-left img[data-v-1193d880] {
  width: 40px;
  height: 40px;
  border-radius: 1.3333rem;
  border: 1px solid #eaeaea;
}
.container .num .compan-right[data-v-1193d880] {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
  margin-top: 20px;
  margin-left: 8px;
}
.container .num .compan-right .num-center .bozhu[data-v-1193d880] {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 118px;
  margin-top: 0.1333rem;
  color: #333333;
}
.container .num .compan-right .num-center .aready[data-v-1193d880] {
  width: 100px;
  height: 20px;
  background: rgba(41, 169, 255, 0.15);
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #29a9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
.container .num .compan-right .num-right[data-v-1193d880] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .num .compan-right .num-right .zy-follow[data-v-1193d880] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .num .compan-right .num-right .zy-follow .sxin[data-v-1193d880] {
  width: 56px;
  height: 24px;
  line-height: 22px;
  box-sizing: border-box;
  border-radius: 1px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  background-color: #fff;
  color: #26a3f7;
  border: 1px solid #26a3f7;
  border-radius: 2px;
}
.container .num .compan-right .num-right .zy-follow .sxin-center[data-v-1193d880] {
  margin: 0 6px;
}
.container .num .compan-right .num-right .zy-follow .gzhu[data-v-1193d880] {
  background-color: #048eea;
  background: linear-gradient(#048eea, #31aafb);
  color: white;
}
.container .company-intro[data-v-1193d880] {
  margin: 26px 16px 32px;
}
.container .company-intro .comment-flex[data-v-1193d880] {
  display: flex;
  align-items: center;
  width: 100%;
}
.container .company-intro .comment-flex .comment-decorate[data-v-1193d880] {
  width: 3px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
}
.container .company-intro .comment-flex .comment-writte[data-v-1193d880] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.container .tabels[data-v-1193d880] {
  width: 100%;
}
.container .tabels .bordered-table[data-v-1193d880] {
  border-collapse: collapse;
  margin-top: 24px;
  width: 100%;
  border-radius: 2px 2px 2px 2px;
}
.container .tabels .bordered-table th[data-v-1193d880],
.container .tabels .bordered-table td[data-v-1193d880] {
  border: 1px solid #f8f8f9; /* 设置单元格边框 */
  padding: 8px; /* 添加一些内边距 */
  text-align: left; /* 可选：设置文本对齐 */
  width: 75%;
  border-bottom: 1px solid #f8f8f9;
  padding-left: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  height: 46px;
}
.container .tabels .bordered-table th[data-v-1193d880] {
  width: 25%;
  border-right: 1px solid #f8f8f9;
  border-bottom: 1px solid #f8f8f9;
  padding-left: 16px;
  text-align: left;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  height: 46px;
}
.container .searchmore[data-v-1193d880] {
  margin-top: 28px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(41, 169, 255, 0.07);
  border-radius: 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #29a9ff;
}
.container .recommended[data-v-1193d880] {
  margin-top: 12px;
  margin-bottom: 24px;
}
.container .recommended .hot-recoomend[data-v-1193d880] {
  margin-bottom: 45px;
}
.container .recommended .hot-recoomend .right-list[data-v-1193d880] {
  margin-top: 20px;
}
.container .recommended .hot-recoomend .right-list .hot-list[data-v-1193d880] {
  background: #ffffff;
  border-radius: 2px;
  padding: 13px 0;
  border-bottom: 1px solid #f8f8f9;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex[data-v-1193d880] {
  display: flex;
  cursor: pointer;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp[data-v-1193d880] {
  position: relative;
  width: 40px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp img[data-v-1193d880] {
  width: 40px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other[data-v-1193d880] {
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-1193d880] {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .names[data-v-1193d880] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .lines[data-v-1193d880] {
  margin: 0 8px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .titles[data-v-1193d880] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-author[data-v-1193d880] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  margin-top: 4px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-author .lines[data-v-1193d880] {
  margin: 0 4px;
}
.container .recommended .hot-recoomend .right-list .waterfall[data-v-1193d880] {
  margin: 0 auto;
  width: 100%;
  -moz-column-fill: balance;
       column-fill: balance;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 9px;
       column-gap: 9px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item[data-v-1193d880] {
  overflow: auto;
  width: 100%;
}
.container .recommended .hot-recoomend .right-list .waterfall .item img[data-v-1193d880] {
  width: 100%;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info[data-v-1193d880] {
  padding: 0 8px 6px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-title[data-v-1193d880] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #3d3d3d;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-price[data-v-1193d880] {
  font-size: 18px;
  color: #e60012;
  font-weight: bold;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-price span[data-v-1193d880] {
  font-size: 10px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-face[data-v-1193d880] {
  font-size: 14px;
  font-weight: 500;
  margin-top: 2px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details[data-v-1193d880] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 16px;
  color: #666;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-left[data-v-1193d880] {
  display: flex;
  align-items: center;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-left img[data-v-1193d880] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 4px;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-left span[data-v-1193d880] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #808080;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-right span[data-v-1193d880] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #777777;
}
.container .recommended .hot-recoomend .right-list .waterfall .item .item-info .item-details .details-right .van-icon[data-v-1193d880] {
  font-size: 10px;
  color: #777777;
}
.container .recommended .hot-recoomend .seemore[data-v-1193d880] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #29a9ff;
  margin-top: 20px;
}
.container .recommended .hot-recoomend .seemore .morees[data-v-1193d880] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 137px;
  height: 32px;
  background: #f8f8f9;
  border-radius: 2px 2px 2px 2px;
}
.container .recommended .hot-recoomend .seemore .van-icon[data-v-1193d880] {
  margin: 0 0 0 2px;
  color: #29a9ff;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.container .openapp[data-v-1193d880] {
  position: fixed;
  bottom: 28px;
  left: 50%;
  text-align: center;
  z-index: 99;
  transform: translateX(-50%);
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #078ae2;
  border-radius: 20px;
}
.container .openapp .now[data-v-1193d880] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .openapp img[data-v-1193d880] {
  width: 20px;
  height: 20px;
}
.container .openapp span[data-v-1193d880] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
@charset "UTF-8";
.container-bg-size[data-v-108e0397] {
  background-color: #f9f9f9;
}
.pc-all .kongWeb .del[data-v-108e0397] {
  margin: 100px 0 300px;
  display: flex;
  justify-content: center;
}
.pc-all .kongWeb img[data-v-108e0397] {
  width: 233px;
  height: 299px;
}
.pc-all .pcheight[data-v-108e0397] {
  height: 100vh;
  overflow-y: scroll;
}
.pc-all .personal[data-v-108e0397] {
  width: 897px;
  margin: 0 auto;
  display: flex;
}
.pc-all .personal .personal-left[data-v-108e0397] {
  width: 616px;
  background-color: #fff;
}
.pc-all .personal .personal-left .zoomimgs[data-v-108e0397] {
  margin: 24px 24px 0;
}
.pc-all .personal .personal-left .zoomimgs img[data-v-108e0397] {
  width: 568px;
  height: 355px;
  border-radius: 4px;
}
.pc-all .personal .personal-left .boxs[data-v-108e0397] {
  width: 100%;
  padding-left: 80px;
  padding-right: 70px;
  margin-top: -20px;
  position: relative;
}
.pc-all .personal .personal-left .boxs .swiper-container[data-v-108e0397] {
  overflow: hidden;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper[data-v-108e0397] {
  margin-top: 40px;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper .swiper-slide .imgs[data-v-108e0397] {
  background-color: #fff;
  border-radius: 12px;
  height: 80px !important;
  width: 136px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper .swiper-slide .imgs img[data-v-108e0397] {
  height: 80px !important;
  width: 136px;
  border-radius: 4px;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper .swiper-slide .first-slide[data-v-108e0397] {
  background-color: transparent;
}
.pc-all .personal .personal-left .boxs .swiper-container .swiper-wrapper .swiper-slide .first-slide img[data-v-108e0397] {
  border: 3px solid #29a9ff;
  height: 80px !important;
  width: 136px;
  border-radius: 4px;
}
.pc-all .personal .personal-left .boxs .swiper-button-prev[data-v-108e0397] {
  top: 70%;
  left: 25px;
}
.pc-all .personal .personal-left .boxs .swiper-button-prev[data-v-108e0397]::after {
  width: 50px !important;
  height: 50px !important;
  font-size: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d8d8d8;
  font-weight: 600;
}
.pc-all .personal .personal-left .boxs .swiper-button-next[data-v-108e0397] {
  right: 25px;
  top: 70%;
}
.pc-all .personal .personal-left .boxs .swiper-button-next[data-v-108e0397]::after {
  width: 50px !important;
  height: 50px !important;
  font-size: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d8d8d8;
  font-weight: 600;
}
.pc-all .personal .personal-left .consumables-names[data-v-108e0397] {
  margin: 16px 24px;
}
.pc-all .personal .personal-left .consumables-names .name[data-v-108e0397] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
}
.pc-all .personal .personal-left .consumables-names .title-content[data-v-108e0397] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #ea0000;
  height: 52px;
  line-height: 52px;
  background: #f8f8f9;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.pc-all .personal .personal-left .consumables-names .title-content .price[data-v-108e0397] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #aaaaaa;
  margin-left: 18px;
  margin-right: 8px;
}
.pc-all .personal .personal-left .kongs[data-v-108e0397] {
  background: #f8f8f9;
  height: 8px;
}
.pc-all .personal .personal-left .follows[data-v-108e0397] {
  display: flex;
  align-items: center;
  margin: 19px 24px;
}
.pc-all .personal .personal-left .follows .follows-left[data-v-108e0397] {
  width: 40px;
}
.pc-all .personal .personal-left .follows .follows-left img[data-v-108e0397] {
  width: 40px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.pc-all .personal .personal-left .follows .follows-center[data-v-108e0397] {
  margin-left: 8px;
  flex: 1;
}
.pc-all .personal .personal-left .follows .follows-center .name[data-v-108e0397] {
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
}
.pc-all .personal .personal-left .follows .follows-center .aready[data-v-108e0397] {
  width: 100px;
  height: 20px;
  background: rgba(41, 169, 255, 0.15);
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #29a9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
.pc-all .personal .personal-left .follows .follows-right[data-v-108e0397] {
  display: flex;
  width: 120px;
}
.pc-all .personal .personal-left .follows .follows-right .private[data-v-108e0397] {
  width: 56px;
  height: 24px;
  border: 1px solid #29a5f9;
  border-radius: 2px;
  font-family: PingFang SC Regular, PingFang SC Regular;
  font-weight: 400;
  font-size: 12px;
  color: #29a5f9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-all .personal .personal-left .follows .follows-right .follow[data-v-108e0397] {
  width: 56px;
  height: 24px;
  background: linear-gradient(88deg, #048eea 0%, #31aafb 100%);
  border-radius: 2px;
  margin-left: 8px;
  color: #fff;
}
.pc-all .personal .personal-right[data-v-108e0397] {
  width: 267px;
  margin-left: 14px;
}
.pc-all .personal .personal-right .ewcode[data-v-108e0397] {
  width: 267px;
  height: 123px;
  margin-top: 24px;
}
.pc-all .personal .personal-right .ewcode .bg-img[data-v-108e0397] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 267px;
  height: 123px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima[data-v-108e0397] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 21px 0 21px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left[data-v-108e0397] {
  padding-top: 30px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .populay img[data-v-108e0397] {
  width: 120px;
  height: 27px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-108e0397]:after {
  content: "";
  display: block;
  width: 63px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .download[data-v-108e0397] {
  margin-top: 14px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-108e0397] {
  width: 126px;
  height: 18px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-right[data-v-108e0397] {
  background-color: #fff;
  width: 75px;
  height: 75px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 5px;
  margin-top: 24px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-right img[data-v-108e0397] {
  width: 64px;
  height: 64px;
}
.pc-all .personal .personal-right .recommended[data-v-108e0397] {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-top: 12px;
  position: relative;
  margin-bottom: 24px;
}
.pc-all .personal .personal-right .recommended .line[data-v-108e0397] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .personal .personal-right .recommended .comment-flex[data-v-108e0397] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 12px;
}
.pc-all .personal .personal-right .recommended .comment-flex .comment-decorate[data-v-108e0397] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 10px;
  border-radius: 10px;
}
.pc-all .personal .personal-right .recommended .comment-flex .comment-writte[data-v-108e0397] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .personal .personal-right .recommended .hot-recoomend[data-v-108e0397] {
  margin-bottom: 32px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .line[data-v-108e0397] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex[data-v-108e0397] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex .comment-decorate[data-v-108e0397] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
  border-radius: 10px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex .comment-writte[data-v-108e0397] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list[data-v-108e0397] {
  margin: 16px;
  border-bottom: 1px solid #f8f8f9;
  padding-bottom: 12px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list[data-v-108e0397]:last-child {
  border-bottom: none;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex[data-v-108e0397] {
  display: flex;
  cursor: pointer;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp[data-v-108e0397] {
  position: relative;
  width: 102px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp img[data-v-108e0397] {
  width: 102px;
  height: 60px;
  border-radius: 2px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other[data-v-108e0397] {
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-108e0397] {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .names[data-v-108e0397] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 20px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .titles[data-v-108e0397] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-names[data-v-108e0397] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #777777;
  line-height: 18px;
  word-break: break-all;
}
.pc-all .personal .personal-right .recommended .mores[data-v-108e0397] {
  position: absolute;
  left: -1px;
  bottom: 0;
  right: 0;
  width: 267px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: #048eea;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 0px 0px 2px 2px;
}
.pc-all .personal-bottom[data-v-108e0397] {
  box-sizing: border-box;
  margin-bottom: 24px;
}
.pc-all .personal-bottom .medias-system[data-v-108e0397] {
  background-color: #fff;
}
.pc-all .personal-bottom .medias-system[data-v-108e0397] .el-tabs__item {
  font-size: 14px;
  font-weight: 500;
  color: #777;
  padding: 0 30px;
}
.pc-all .personal-bottom .medias-system[data-v-108e0397] .is-active {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.pc-all .personal-bottom .medias-system[data-v-108e0397] .is-active::after {
  content: "";
  width: 22px;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  color: #166fe8;
  border-radius: 5px;
  border: 2px solid #166fe8;
  background-color: #166fe8; /* 修改底部横杠的颜色 */
}
.pc-all .personal-bottom .medias-system[data-v-108e0397] .el-tabs__active-bar {
  background-color: transparent; /* 修改底部横杠的颜色 */
}
.pc-all .demo-tabs[data-v-108e0397] {
  padding: 10px 0 0;
  margin: 12px auto 0;
  background-color: #fff;
}
.pc-all .demo-tabs .intros[data-v-108e0397] {
  padding: 0 12px;
}
.pc-all .demo-tabs .intros .all[data-v-108e0397] {
  padding-left: 16px;
}
.pc-all .demo-tabs .intros .all .content[data-v-108e0397] {
  display: flex;
  margin-bottom: 16px;
  border-bottom: 1px solid #f8f8f9;
  padding-bottom: 10px;
}
.pc-all .demo-tabs .intros .all .content[data-v-108e0397]:last-child {
  border-bottom: none;
}
.pc-all .demo-tabs .intros .all .content .title[data-v-108e0397] {
  width: 90px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
}
.pc-all .demo-tabs .intros .all .content .title-content[data-v-108e0397] {
  flex: 1;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  margin-left: 32px;
}
.pc-all .demo-tabs .intros .all .content .title-content img[data-v-108e0397] {
  margin-right: 10px;
}
.pc-all .demo-tabs .intros .all .content .title-content .square[data-v-108e0397] {
  width: 120px;
  height: 120px;
}
.pc-all .demo-tabs .intros .all .content .title-content .nosquare[data-v-108e0397] {
  width: 120px;
  height: 75px;
}
.pc-all .demo-tabs .agencys[data-v-108e0397] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  line-height: 24px;
  white-space: pre-wrap;
  padding: 0 16px;
}
[data-v-108e0397] .el-tabs__nav {
  display: flex;
  justify-content: center;
  float: inherit !important;
}
[data-v-108e0397] .el-tabs__content {
  padding: 12px;
  color: #6b778c;
}
[data-v-108e0397] .el-tabs__nav-scroll {
  display: flex;
  justify-content: left;
  margin-left: 12px;
}
[data-v-108e0397] .el-tabs__item.is-active {
  color: #333;
  font-weight: bold;
}
[data-v-108e0397] .el-tabs__nav-wrap::after {
  height: 1px;
}
@charset "UTF-8";
.container[data-v-5f329748] {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  background: #f8fafb;
  height: 100vh;
}
.container .kongMoblie[data-v-5f329748] {
  display: flex;
  justify-content: center;
  margin-top: 126px;
}
.container .kongMoblie img[data-v-5f329748] {
  width: 154px;
  height: 153px;
}
.container .logo[data-v-5f329748] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-5f329748] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-5f329748] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-5f329748] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-5f329748] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-5f329748]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-5f329748]:focus {
  outline: none;
}
.container .allinfors[data-v-5f329748] {
  background-color: #fff;
  border-radius: 10px;
  margin: 28px 16px 23px;
  padding: 0 16px 16px;
}
.container .allinfors .avtar[data-v-5f329748] {
  display: flex;
  padding-top: 20px;
}
.container .allinfors .avtar .avtar-left img[data-v-5f329748] {
  width: 80px;
  height: 80px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  margin-top: -32px;
}
.container .allinfors .avtar .avtar-right[data-v-5f329748] {
  margin-left: 16px;
}
.container .allinfors .avtar .avtar-right .name[data-v-5f329748] {
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  line-height: 27px;
}
.container .allinfors .avtar .avtar-right .positions[data-v-5f329748] {
  margin-top: 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
}
.container .allinfors .avtar .avtar-right .positions span[data-v-5f329748] {
  margin: 0 2px;
}
.container .allinfors .allimage[data-v-5f329748] {
  margin-top: 15px;
}
.container .allinfors .allimage .company[data-v-5f329748] {
  display: flex;
  align-items: flex-start;
  margin-bottom: 11px;
}
.container .allinfors .allimage .company img[data-v-5f329748] {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.container .allinfors .allimage .company .copy[data-v-5f329748] {
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: 4px;
}
.container .allinfors .allimage .company .email-text[data-v-5f329748] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .allinfors .allimage .company span[data-v-5f329748] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  word-break: break-all;
}
.container .allinfors .allimage .company .labels[data-v-5f329748] {
  display: flex;
  flex-wrap: wrap;
}
.container .allinfors .allimage .company .socials[data-v-5f329748] {
  font-size: 12px;
  color: #078ae2;
  display: inline-block;
  padding: 4px 8px;
  background: rgba(51, 51, 51, 0.05);
  border-radius: 100px 100px 100px 100px;
  margin-right: 8px;
  margin-bottom: 5px;
}
.container .allinfors .introduce[data-v-5f329748] {
  padding: 14px 14px 24px;
}
.container .allinfors .introduce .titles[data-v-5f329748] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 15px;
  color: #aaaaaa;
  line-height: 23px;
}
.container .allinfors .introduce .contents[data-v-5f329748] {
  margin-top: 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 21px;
}
.container .profier[data-v-5f329748] {
  margin-bottom: 70px;
}
.container .profier .alls[data-v-5f329748] .van-tabs__nav {
  background: #f8fafb;
}
.container .profier .alls[data-v-5f329748] .van-tab {
  font-size: 16px;
  flex: none !important;
  padding: 0 16px;
  position: relative;
  height: 30px;
  color: #666;
}
.container .profier .alls[data-v-5f329748] .van-tab--active {
  font-weight: bold;
  color: #333;
}
.container .profier .alls[data-v-5f329748] .van-tabs__wrap {
  margin-left: 16px;
}
.container .profier .alls[data-v-5f329748] .van-tabs__nav--line {
  padding-bottom: 4px;
}
.container .profier .alls[data-v-5f329748] .menu-tabs .van-tabs__line {
  background-color: #078ae2; /* 线条颜色 */
  width: 24px; /*宽度 */
  height: 2px; /* 高度 */
  border-radius: 0px; /* 圆角 */
}
.container .profier .others .comment-flex1[data-v-5f329748] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 16px 8px;
}
.container .profier .others .comment-flex1 .comment-decorate1[data-v-5f329748] {
  width: 3px;
  height: 10px;
  background: #29a9ff;
  margin: 0 3px 0 0;
}
.container .profier .others .comment-flex1 .comment-writte1[data-v-5f329748] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
.container .profier .techology[data-v-5f329748] {
  background-color: #fff;
  padding: 14px 16px;
  margin: 0px 16px 8px;
}
.container .profier .techology .comment-flex[data-v-5f329748] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.container .profier .techology .comment-flex .comment-writte[data-v-5f329748] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
.container .profier .techology .infors[data-v-5f329748] {
  margin-top: 8px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
}
.container .openapp[data-v-5f329748] {
  position: fixed;
  bottom: 80px;
  left: 50%;
  text-align: center;
  z-index: 99;
  transform: translateX(-50%);
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #078ae2;
  border-radius: 20px;
}
.container .openapp .now[data-v-5f329748] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .openapp img[data-v-5f329748] {
  width: 20px;
  height: 20px;
}
.container .openapp span[data-v-5f329748] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
.container .follow[data-v-5f329748] {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
}
.container .follow .sxin[data-v-5f329748] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 97%;
  padding-top: 9px;
}
.container .follow .follow-left[data-v-5f329748] {
  width: 46%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
}
.container .follow .follow-right[data-v-5f329748] {
  background: #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
@charset "UTF-8";
.pc-all[data-v-65efb1e2] {
  background-color: #fff;
}
.pc-all .kongWeb[data-v-65efb1e2] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .kongWeb .del[data-v-65efb1e2] {
  flex: 1;
  margin: 100px 0 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc-all .kongWeb .del img[data-v-65efb1e2] {
  width: 233px;
  height: 299px;
}
.pc-all .kongWeb .del .openapp[data-v-65efb1e2] {
  text-align: center;
  width: 176px;
  height: 48px;
  line-height: 48px;
  background: #29a9ff;
  border-radius: 50px;
  margin-top: 24px;
}
.pc-all .kongWeb .del .openapp .now[data-v-65efb1e2] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-all .kongWeb .del .openapp img[data-v-65efb1e2] {
  width: 66px;
  height: 20px;
  margin: 0 6px;
}
.pc-all .kongWeb .del .openapp span[data-v-65efb1e2] {
  font-size: 17px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
.pc-all .alls[data-v-65efb1e2] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .content[data-v-65efb1e2] {
  width: 65%;
  margin: 0 auto;
  flex: 1;
  min-height: 70vh;
  padding: 24px 0;
  box-sizing: border-box; /* 包含 padding 在宽度内 */
}
.pc-all .content .buju[data-v-65efb1e2] {
  display: flex;
  width: 100%;
}
.pc-all .content .buju .bj-left[data-v-65efb1e2] {
  width: 63%;
  background-color: #fff;
}
.pc-all .content .buju .bj-left .allinfors .avtar[data-v-65efb1e2] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 116px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #eaeaea;
  margin-top: 40px;
  margin-bottom: 22px;
  padding: 0 24px;
}
.pc-all .content .buju .bj-left .allinfors .avtar .avtar-left img[data-v-65efb1e2] {
  width: 114px;
  height: 114px;
  margin-top: -50px;
}
.pc-all .content .buju .bj-left .allinfors .avtar .avtar-right[data-v-65efb1e2] {
  margin-left: 24px;
  flex: 1;
}
.pc-all .content .buju .bj-left .allinfors .avtar .avtar-right .name[data-v-65efb1e2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  line-height: 36px;
}
.pc-all .content .buju .bj-left .allinfors .avtar .avtar-right .positions[data-v-65efb1e2] {
  display: flex;
  align-items: center;
  margin-top: 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
}
.pc-all .content .buju .bj-left .allinfors .avtar .avtar-right .positions span[data-v-65efb1e2] {
  margin: 0 2px;
}
.pc-all .content .buju .bj-left .allinfors .avtar .sxin[data-v-65efb1e2] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-all .content .buju .bj-left .allinfors .avtar .sxin .follow-left[data-v-65efb1e2] {
  width: 52px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
}
.pc-all .content .buju .bj-left .allinfors .avtar .sxin .follow-right[data-v-65efb1e2] {
  background: #078ae2;
  margin-left: 32px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.pc-all .content .buju .bj-left .allinfors .intros[data-v-65efb1e2] {
  display: flex;
  align-items: center;
}
.pc-all .content .buju .bj-left .allinfors .intros span[data-v-65efb1e2] {
  display: inline-block;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  width: 80px;
}
.pc-all .content .buju .bj-left .allinfors .intros .line[data-v-65efb1e2] {
  margin-left: 8px;
  flex: 1;
  border: 1px solid #eaeaea;
}
.pc-all .content .buju .bj-left .allinfors .intros1[data-v-65efb1e2] {
  margin-top: 40px;
}
.pc-all .content .buju .bj-left .allinfors .allimage[data-v-65efb1e2] {
  margin-top: 15px;
}
.pc-all .content .buju .bj-left .allinfors .allimage .company[data-v-65efb1e2] {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.pc-all .content .buju .bj-left .allinfors .allimage .company img[data-v-65efb1e2] {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.pc-all .content .buju .bj-left .allinfors .allimage .company .copy[data-v-65efb1e2] {
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: 4px;
}
.pc-all .content .buju .bj-left .allinfors .allimage .company .email-text[data-v-65efb1e2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pc-all .content .buju .bj-left .allinfors .allimage .company span[data-v-65efb1e2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  word-break: break-all;
}
.pc-all .content .buju .bj-left .allinfors .allimage .company .labels[data-v-65efb1e2] {
  display: flex;
  flex-wrap: wrap;
}
.pc-all .content .buju .bj-left .allinfors .allimage .company .socials[data-v-65efb1e2] {
  font-size: 12px;
  color: #078ae2;
  display: inline-block;
  padding: 4px 8px;
  background: rgba(51, 51, 51, 0.05);
  border-radius: 100px 100px 100px 100px;
  margin-right: 8px;
  margin-bottom: 5px;
}
.pc-all .content .buju .bj-left .allinfors .techology[data-v-65efb1e2] {
  margin-top: 24px;
}
.pc-all .content .buju .bj-left .allinfors .techology .comment-flex[data-v-65efb1e2] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .content .buju .bj-left .allinfors .techology .comment-flex .comment-decorate[data-v-65efb1e2] {
  width: 3px;
  height: 10px;
  background: #29a9ff;
  margin: 0 6px 0 0;
}
.pc-all .content .buju .bj-left .allinfors .techology .comment-flex .comment-writte[data-v-65efb1e2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
.pc-all .content .buju .bj-left .allinfors .techology .infors[data-v-65efb1e2] {
  margin-top: 8px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
}
.pc-all .content .buju .bj-right[data-v-65efb1e2] {
  font-family: "PingFang SC-Medium";
  margin-left: 14px;
  width: 352px;
}
.pc-all .content .buju .bj-right .ewcode[data-v-65efb1e2] {
  width: 100%;
  height: 162px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img[data-v-65efb1e2] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 100%;
  height: 162px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima[data-v-65efb1e2] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 28px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left[data-v-65efb1e2] {
  padding-top: 43px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-65efb1e2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #364579;
  line-height: 20px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-65efb1e2]:after {
  content: "";
  display: block;
  width: 83px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
  padding-bottom: 16px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .download[data-v-65efb1e2] {
  margin-top: 19px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-65efb1e2] {
  width: 166px;
  height: 24px;
  border-radius: 2px 2px 2px 2px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-right[data-v-65efb1e2] {
  background-color: #fff;
  width: 99px;
  height: 99px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 7px;
  margin-top: 32px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-right img[data-v-65efb1e2] {
  width: 84px;
  height: 84px;
}
.pc-all .content .buju .bj-right .hot-recoomend[data-v-65efb1e2] {
  border: 1px solid rgba(0, 0, 0, 0.03);
  padding: 15px 10px 16px;
  background-color: #fff;
  border-radius: 2px;
  position: relative;
  margin-top: 16px;
}
.pc-all .content .buju .bj-right .hot-recoomend .line[data-v-65efb1e2] {
  position: absolute;
  top: -1px;
  left: 0px;
  height: 3px;
  width: 100%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .content .buju .bj-right .hot-recoomend .comment-flex[data-v-65efb1e2] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .content .buju .bj-right .hot-recoomend .comment-flex .comment-decorate[data-v-65efb1e2] {
  width: 4px;
  height: 12px;
  background: #078ae2;
  margin: 0 6px 0 0;
}
.pc-all .content .buju .bj-right .hot-recoomend .comment-flex .comment-writte[data-v-65efb1e2] {
  font-weight: bold;
  font-family: PingFang SC, PingFang SC;
  font-size: 18px;
  color: #00050f;
}
.pc-all .content .buju .bj-right .hot-recoomend .exclusive[data-v-65efb1e2] {
  margin-top: 18px;
}
.pc-all .content .buju .bj-right .hot-recoomend .exclusive .video-list[data-v-65efb1e2] {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  margin-bottom: 14px;
}
.pc-all .content .buju .bj-right .hot-recoomend .exclusive .video-list .names[data-v-65efb1e2] {
  display: flex;
  align-items: center;
  width: 100%;
}
.pc-all .content .buju .bj-right .hot-recoomend .exclusive .video-list .names .names-left[data-v-65efb1e2] {
  width: 46px;
}
.pc-all .content .buju .bj-right .hot-recoomend .exclusive .video-list .names .names-left img[data-v-65efb1e2] {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.pc-all .content .buju .bj-right .hot-recoomend .exclusive .video-list .names .names-center[data-v-65efb1e2] {
  flex: 1;
  margin-left: 8px;
}
.pc-all .content .buju .bj-right .hot-recoomend .exclusive .video-list .names .names-center .companys span[data-v-65efb1e2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.pc-all .content .buju .bj-right .hot-recoomend .exclusive .video-list .names .names-center .companys .reals[data-v-65efb1e2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  margin-right: 8px;
}
.pc-all .content .buju .bj-right .hot-recoomend .exclusive .video-list .names .names-center .labels[data-v-65efb1e2] {
  margin-top: 4px;
  max-width: 214px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}
.pc-all .content .buju .bj-right .hot-recoomend .exclusive .video-list .names .names-center .labels span[data-v-65efb1e2] {
  display: inline-block;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #078ae2;
  padding: 2px 8px;
  background: rgba(51, 51, 51, 0.05);
  border-radius: 414px 414px 414px 414px;
  text-align: center;
  margin-right: 8px;
}
.pc-all .content .buju .bj-right .hot-recoomend .exclusive .video-list .names .names-right[data-v-65efb1e2] {
  width: 52px;
  height: 26px;
  line-height: 26px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
  text-align: center;
}
.pc-all .content .buju .bj-right .open-more[data-v-65efb1e2] {
  margin: 16px 48px 0;
  display: flex;
}
.pc-all .content .buju .bj-right .open-more button[data-v-65efb1e2] {
  width: 100%;
  height: 37px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
  border: none;
}
@charset "UTF-8";
.container[data-v-35429ef6] {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  height: 100vh;
  /* 隐藏所有浏览器滚动条但保留滚动功能 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
  /* WebKit 内核浏览器（Chrome/Safari）*/
}
.container[data-v-35429ef6]::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.container .kongMoblie[data-v-35429ef6] {
  margin-top: 50px;
  padding-bottom: 50px;
}
.container .kongMoblie .delimg[data-v-35429ef6] {
  display: flex;
  justify-content: center;
}
.container .kongMoblie .delimg img[data-v-35429ef6] {
  width: 182px;
  height: 172px;
}
.container .kongMoblie .openapps[data-v-35429ef6] {
  text-align: center;
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.container .kongMoblie .openapps .now[data-v-35429ef6] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 34px;
  line-height: 34px;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #29a9ff;
}
.container .kongMoblie .openapps span[data-v-35429ef6] {
  font-size: 15px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #29a9ff;
  margin-left: 6px;
}
.container .kongMoblie .hotpots[data-v-35429ef6] {
  margin: 60px 15px;
  padding: 16px 10px;
  background: url("https://static-web.yaoweilai.com/web/image/icons-hot-bg.png") no-repeat 100% 100%;
  width: 92%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.container .kongMoblie .hotpots .hots[data-v-35429ef6] {
  display: flex;
}
.container .kongMoblie .hotpots .hots img[data-v-35429ef6] {
  width: 88px;
  height: 18px;
}
.container .kongMoblie .hotpots .lists[data-v-35429ef6] {
  margin-top: 12px;
}
.container .kongMoblie .hotpots .lists .listitenm[data-v-35429ef6] {
  height: 24px;
  margin-top: 20px;
}
.container .kongMoblie .hotpots .lists .listitenm .itemhot[data-v-35429ef6] {
  display: flex;
  align-items: center;
}
.container .kongMoblie .hotpots .lists .listitenm .itemhot .nums[data-v-35429ef6] {
  width: 18px;
  text-align: center;
  font-family: DIN, DIN;
  font-weight: bold;
  font-size: 16px;
  color: #ff2954;
  line-height: 12px;
}
.container .kongMoblie .hotpots .lists .listitenm .itemhot .nums img[data-v-35429ef6] {
  width: 18px;
  height: 22px;
}
.container .kongMoblie .hotpots .lists .listitenm .itemhot .nums.color-3[data-v-35429ef6] {
  color: #aaaaaa;
  width: 18px;
  text-align: center;
}
.container .kongMoblie .hotpots .lists .listitenm .itemhot .itemtitle[data-v-35429ef6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #3d3d3d;
  line-height: 22px;
  margin-left: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  max-width: 271px;
}
.container .kongMoblie .hotpots .lists .listitenm .itemhot .isitemhot[data-v-35429ef6] {
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, #ff4183 2%, #ff351d 99%);
  border-radius: 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  color: #fff;
  margin-left: 8px;
  text-align: center;
}
.container .kongMoblie .hotpots .lists .shadows[data-v-35429ef6] {
  margin-top: -35px;
  width: 100%;
  height: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 6%, rgba(255, 255, 255, 0.7) 39%, #ffffff 100%);
  border-radius: 0px 0px 0px 0px;
  filter: blur(8px);
}
.container .kongMoblie .hotpots .lists .alls[data-v-35429ef6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #23396b;
  line-height: 25px;
  display: flex;
  justify-content: center;
  background-color: #fff;
  margin-top: 6px;
}
.container .kongMoblie .openapp[data-v-35429ef6] {
  position: fixed;
  bottom: 26px;
  left: 50%;
  text-align: center;
  z-index: 99;
  transform: translateX(-50%);
  width: 187px;
  height: 48px;
  line-height: 48px;
  background: #29a9ff;
  border-radius: 50px;
}
.container .kongMoblie .openapp .now[data-v-35429ef6] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .kongMoblie .openapp img[data-v-35429ef6] {
  width: 66px;
  height: 20px;
}
.container .kongMoblie .openapp span[data-v-35429ef6] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
.container .logo[data-v-35429ef6] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-35429ef6] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-35429ef6] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-35429ef6] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-35429ef6] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-35429ef6]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-35429ef6]:focus {
  outline: none;
}
.container .logo-black[data-v-35429ef6] {
  background-color: #191919;
}
.container .bgcolor[data-v-35429ef6] {
  background-color: #000;
}
.container .community-image[data-v-35429ef6] {
  margin-bottom: 126px;
  min-height: 100vh;
  overflow-y: scroll;
  overflow-x: auto;
  /* 隐藏所有浏览器滚动条但保留滚动功能 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
  /* WebKit 内核浏览器（Chrome/Safari）*/
}
.container .community-image[data-v-35429ef6]::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.container .community-image .carousel-container[data-v-35429ef6] {
  position: relative;
  width: 100%;
}
.container .community-image .carousel-container[data-v-35429ef6] .van-swipe__indicator {
  width: 5px;
  height: 5px;
  background: #f9f9f9;
  border-radius: 2px;
}
.container .community-image .carousel-container[data-v-35429ef6] .van-swipe__indicator--active {
  width: 5px;
  height: 5px;
  background: #29a9ff;
  border-radius: 2px;
}
.container .community-image .carousel-container .custom-swipe[data-v-35429ef6] {
  width: 100%;
}
.container .community-image .carousel-container .custom-indicator[data-v-35429ef6] {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 32px;
  height: 24px;
  background: rgba(21, 29, 51, 0.5);
  border-radius: 100px 100px 100px 100px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 10px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
}
.container .community-image .carousel-container[data-v-35429ef6] {
  /* 自定义原点分页器（底部） */
}
.container .community-image .carousel-container .custom-dots[data-v-35429ef6] {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-start;
  z-index: 10;
  overflow: hidden;
  width: 53px; /* 最多显示5个点（5px + 6px间距）* 5 */
}
.container .community-image .carousel-container .custom-dots-wrapper[data-v-35429ef6] {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease-in-out;
}
.container .community-image .carousel-container .custom-dots span[data-v-35429ef6] {
  height: 5px;
  background: #aaaaaa;
  border-radius: 50%;
  margin: 0 3px;
  transition: all 0.3s ease;
}
.container .community-image .carousel-container .custom-dots span.dot-normal[data-v-35429ef6] {
  width: 5px;
}
.container .community-image .carousel-container .custom-dots span.dot-selected[data-v-35429ef6] {
  width: 5px;
  background: #1989fa;
}
.container .community-image .carousel-container .custom-dots span.dot-middle[data-v-35429ef6] {
  width: 5px;
  background: #aaaaaa;
}
.container .community-image .carousel-container .custom-dots span.dot-small[data-v-35429ef6] {
  width: 3px;
  height: 3px;
  background: #aaaaaa;
}
.container .community-image .carousel-container .imgs[data-v-35429ef6] {
  text-align: center;
  height: 375px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .community-image .carousel-container .imgs img[data-v-35429ef6] {
  max-width: 100%;
  max-height: 100%;
}
.container .community-image .details .personal-bg[data-v-35429ef6] {
  margin: 23px 15px 0;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.container .community-image .details .personal-bg .right-img img[data-v-35429ef6] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.container .community-image .details .personal-bg .right-name[data-v-35429ef6] {
  flex: 1;
  margin-left: 10px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 15px;
  color: #3d3d3d;
}
.container .community-image .details .personal-bg .right-btn[data-v-35429ef6] {
  width: 52px;
  text-align: center;
}
.container .community-image .details .personal-bg .right-btn .btn-ys[data-v-35429ef6] {
  width: 52px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
  cursor: pointer;
}
.container .community-image .details .article[data-v-35429ef6] {
  padding: 10px 15px 0;
}
.container .community-image .details .article .article-title[data-v-35429ef6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #3d3d3d;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .community-image .details .article .articles[data-v-35429ef6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #3d3d3d;
  line-height: 25px;
  margin: 10px 0 0;
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
}
.container .community-image .details .article .detail-zi span[data-v-35429ef6] {
  margin-right: 10px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #23396b;
  line-height: 21px;
}
.container .community-image .details .article .hot-number[data-v-35429ef6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  line-height: 18px;
  font-family: "PingFang SC-Medium, PingFang SC";
  display: flex;
  align-items: center;
  margin: 10px 0 12px;
}
.container .community-image .details .article .hot-number span[data-v-35429ef6] {
  margin-right: 10px;
}
.container .community-image .details .article .lines[data-v-35429ef6] {
  border-bottom: 1px solid #efefef;
}
.container .community-image .hotpots[data-v-35429ef6] {
  margin: 16px 15px;
  padding: 16px 10px;
  background: url("https://static-web.yaoweilai.com/web/image/icons-hot-bg.png") no-repeat 100% 100%;
  width: 92%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.container .community-image .hotpots .hots[data-v-35429ef6] {
  display: flex;
}
.container .community-image .hotpots .hots img[data-v-35429ef6] {
  width: 88px;
  height: 18px;
}
.container .community-image .hotpots .lists[data-v-35429ef6] {
  margin-top: 12px;
}
.container .community-image .hotpots .lists .listitenm[data-v-35429ef6] {
  height: 24px;
  margin-top: 20px;
}
.container .community-image .hotpots .lists .listitenm .itemhot[data-v-35429ef6] {
  display: flex;
  align-items: center;
}
.container .community-image .hotpots .lists .listitenm .itemhot .nums[data-v-35429ef6] {
  width: 18px;
  text-align: center;
  font-family: DIN, DIN;
  font-weight: bold;
  font-size: 16px;
  color: #ff2954;
  line-height: 22px;
}
.container .community-image .hotpots .lists .listitenm .itemhot .nums img[data-v-35429ef6] {
  width: 18px;
  height: 22px;
  display: flex;
}
.container .community-image .hotpots .lists .listitenm .itemhot .nums.color-3[data-v-35429ef6] {
  color: #aaaaaa;
}
.container .community-image .hotpots .lists .listitenm .itemhot .itemtitle[data-v-35429ef6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #3d3d3d;
  line-height: 25px;
  margin-left: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  max-width: 271px;
}
.container .community-image .hotpots .lists .listitenm .itemhot .isitemhot[data-v-35429ef6] {
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, #ff4183 2%, #ff351d 99%);
  border-radius: 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  color: #fff;
  margin-left: 8px;
  text-align: center;
}
.container .community-image .hotpots .lists .shadows[data-v-35429ef6] {
  margin-top: -35px;
  width: 100%;
  height: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 6%, rgba(255, 255, 255, 0.7) 39%, #ffffff 100%);
  border-radius: 0px 0px 0px 0px;
  filter: blur(8px);
}
.container .community-image .hotpots .lists .alls[data-v-35429ef6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #23396b;
  line-height: 25px;
  display: flex;
  justify-content: center;
  margin-top: 6px;
}
.container .community-image .openapp[data-v-35429ef6] {
  position: fixed;
  bottom: 80px;
  left: 50%;
  text-align: center;
  z-index: 99;
  transform: translateX(-50%);
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #078ae2;
  border-radius: 20px;
}
.container .community-image .openapp .now[data-v-35429ef6] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .community-image .openapp img[data-v-35429ef6] {
  width: 20px;
  height: 20px;
}
.container .community-image .openapp span[data-v-35429ef6] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
.container .community-image .pingl[data-v-35429ef6] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 75px;
  padding: 2px 0 25px;
  background-color: #fff;
  border-top: 1px solid #eee;
  z-index: 99;
}
.container .community-image .pingl .allpingl[data-v-35429ef6] {
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
}
.container .community-image .pingl .pingl-left[data-v-35429ef6] {
  display: flex;
  align-items: center;
  height: 32px;
  flex: none;
  background: #f4f4f6;
  border-radius: 100px;
  padding: 0 12px;
  margin-right: 10px;
}
.container .community-image .pingl .pingl-left img[data-v-35429ef6] {
  width: 24px;
  height: 24px;
}
.container .community-image .pingl .pingl-left input[data-v-35429ef6] {
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 14px;
  color: #777;
  width: 100px;
}
.container .community-image .pingl .pingl-right[data-v-35429ef6] {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-around;
}
.container .community-image .pingl .pingl-right .zans[data-v-35429ef6] {
  display: flex;
  align-items: center;
  margin: 0 6px;
}
.container .community-image .pingl .pingl-right .zans img[data-v-35429ef6] {
  width: 24px;
  height: 24px;
}
.container .community-image .pingl .pingl-right .zans span[data-v-35429ef6] {
  margin-left: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  min-width: 30px;
}
.container .community-video[data-v-35429ef6] {
  background-color: #000;
  min-height: 100vh;
  overflow-y: scroll;
  overflow-x: auto;
  padding-bottom: 50px;
  /* 隐藏所有浏览器滚动条但保留滚动功能 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
  /* WebKit 内核浏览器（Chrome/Safari）*/
}
.container .community-video[data-v-35429ef6]::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.container .community-video .videos[data-v-35429ef6] {
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
}
.container .community-video .videos #videoplayer[data-v-35429ef6] {
  transition: all 0.3s ease;
}
.container .community-video .videos[data-v-35429ef6] .xgplayer-controls {
  display: none;
}
.container .community-video .videos[data-v-35429ef6] .xgplayer {
  width: 100% !important;
}
.container .community-video .videos[data-v-35429ef6] .xgplayer-replay-txt {
  display: none;
}
.container .community-video .videos[data-v-35429ef6] .xgplayer-enter-spinner {
  display: none;
}
.container .community-video .videos[data-v-35429ef6] .xgplayer-skin-default {
  background-color: #fff;
}
.container .community-video .videos[data-v-35429ef6] .xgplayer-replay {
  background: none;
  top: -12px;
}
.container .community-video .videos[data-v-35429ef6] .xgplayer-progress-played {
  background-image: linear-gradient(-90deg, #fff, rgba(255, 255, 255, 0.35));
}
.container .community-video .videos[data-v-35429ef6] .xgplayer-start {
  top: 43%;
  z-index: 999;
}
.container .community-video .videos[data-v-35429ef6] .xgplayer-replay-svg {
  background: none;
}
.container .community-video .videos[data-v-35429ef6] .xgplayer-start {
  background: none;
}
.container .community-video .videos[data-v-35429ef6] .xgplayer-start svg {
  width: 68px;
  height: 68px;
  fill: hsl(0, 0%, 100%);
}
.container .community-video .videos[data-v-35429ef6] {
  /* 全局样式里加上 */
}
.container .community-video .videos[data-v-35429ef6] .xgplayer-loading {
  display: none !important;
}
.container .community-video .videolist .video-list[data-v-35429ef6] {
  display: flex;
  overflow-x: auto; /* 改为auto只在需要时显示滚动条 */
  overflow-y: hidden; /* 隐藏垂直滚动 */
  padding: 24px 10px 20px 10px;
  gap: 15px; /* 使用gap替代margin实现间距 */
  scroll-snap-type: x mandatory; /* 启用滚动吸附效果 */
  -webkit-overflow-scrolling: touch; /* iOS平滑滚动 */
}
.container .community-video .videolist .video-list[data-v-35429ef6]::-webkit-scrollbar {
  display: none; /* 隐藏滚动条 */
}
.container .community-video .videolist .video-list .itemvideo[data-v-35429ef6] {
  width: 130px;
  height: 172px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-right: 12px;
  position: relative;
}
.container .community-video .videolist .video-list .itemvideo .bgimage img[data-v-35429ef6] {
  width: 130px;
  height: 172px;
  border-radius: 10px;
}
.container .community-video .videolist .video-list .itemvideo .infors[data-v-35429ef6] {
  position: absolute;
  top: 59px;
  left: 12px;
  z-index: 5;
}
.container .community-video .videolist .video-list .itemvideo .infors .avtar[data-v-35429ef6] {
  display: flex;
  align-items: center;
}
.container .community-video .videolist .video-list .itemvideo .infors .avtar img[data-v-35429ef6] {
  width: 26px;
  height: 26px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.container .community-video .videolist .video-list .itemvideo .infors .avtar span[data-v-35429ef6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 21px;
  display: inline-block;
  width: 56px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.container .community-video .videolist .video-list .itemvideo .infors .titles[data-v-35429ef6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  margin-top: 9px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.container .community-video .videolist .video-list .itemvideo .bfan[data-v-35429ef6] {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
}
.container .community-video .videolist .video-list .itemvideo .bfan img[data-v-35429ef6] {
  width: 48px;
  height: 48px;
}
.container .community-video .videolist .replys[data-v-35429ef6] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}
.container .community-video .videolist .replys .replys-left[data-v-35429ef6] {
  width: 112px;
  height: 38px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100px 100px 100px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.container .community-video .videolist .replys .replys-left img[data-v-35429ef6] {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.container .community-video .videolist .replys .replys-left span[data-v-35429ef6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 21px;
}
.container .community-video .videolist .replys .replys-right[data-v-35429ef6] {
  width: 106px;
  height: 38px;
  background: #29a9ff;
  border-radius: 100px 100px 100px 100px;
  border: 1px solid #29a9ff;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 38px;
}
.container .community-video .details1 .personal-bg[data-v-35429ef6] {
  margin: 12px 15px 0;
  display: flex;
  align-items: center;
}
.container .community-video .details1 .personal-bg .right-img[data-v-35429ef6] {
  width: 32px;
  height: 32px;
}
.container .community-video .details1 .personal-bg .right-img img[data-v-35429ef6] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
}
.container .community-video .details1 .personal-bg .right-name[data-v-35429ef6] {
  margin-left: 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
}
.container .community-video .details1 .personal-bg .right-btn[data-v-35429ef6] {
  width: 52px;
  text-align: center;
  margin-left: 8px;
}
.container .community-video .details1 .personal-bg .right-btn .btn-ys[data-v-35429ef6] {
  width: 52px;
  height: 24px;
  background: linear-gradient(270deg, #048eea 0%, #2fa9fb 100%);
  border-radius: 2px;
  font-size: 12px;
  line-height: 24px;
  cursor: pointer;
}
.container .community-video .details1 .personal-bg .right-btn .btn-gz[data-v-35429ef6] {
  background-color: #048eea;
  color: white;
}
.container .community-video .details1 .article[data-v-35429ef6] {
  padding: 10px 15px 0;
}
.container .community-video .details1 .article .allinfor[data-v-35429ef6] {
  line-height: 25px;
}
.container .community-video .details1 .article .allinfor .text-wrapper[data-v-35429ef6] {
  position: relative;
  max-width: 100%;
}
.container .community-video .details1 .article .allinfor .text-container[data-v-35429ef6] {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 30px; /* 给展开按钮留位置 */
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.container .community-video .details1 .article .allinfor .text-container.expanded[data-v-35429ef6] {
  -webkit-line-clamp: initial;
  padding-right: 0;
}
.container .community-video .details1 .article .allinfor .expand-btn[data-v-35429ef6] {
  position: absolute;
  right: -5px;
  bottom: 0;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  background-color: #000; /* 可根据背景调色 */
}
.container .community-video .details1 .article .allinfor .article-title[data-v-35429ef6] {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
.container .community-video .details1 .article .allinfor .detail-zi[data-v-35429ef6] {
  margin-right: 5px;
  font-size: 14px;
  color: #c8d0db;
}
.container .community-video .hotlist .names[data-v-35429ef6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 0;
}
.container .community-video .hotlist .names .names-left[data-v-35429ef6] {
  display: flex;
  align-items: center;
}
.container .community-video .hotlist .names .names-left img[data-v-35429ef6] {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.container .community-video .hotlist .names .names-left span[data-v-35429ef6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.container .community-video .hotlist .names .names-left .linesx[data-v-35429ef6] {
  display: inline-block;
  background-color: #fff;
  width: 1px;
  height: 12px;
  margin: 2px 5px 0;
}
.container .community-video .hotlist .names .names-left .titles[data-v-35429ef6] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 250px;
}
.container .community-video .hotlist .names .names-right[data-v-35429ef6] {
  display: flex;
}
.container .community-video .hotlist .names .names-right img[data-v-35429ef6] {
  width: 10px;
  height: 10px;
}
.container .community-video .pingl1[data-v-35429ef6] {
  height: 48px;
  width: 100%;
  margin-top: 10px;
}
.container .community-video .pingl1 .allpingl[data-v-35429ef6] {
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .community-video .pingl1 .pingl-left[data-v-35429ef6] {
  flex: 1;
  display: flex;
  align-items: center;
  height: 32px;
  background: rgba(245, 245, 245, 0.1);
  border-radius: 100px;
  margin-left: 15px;
}
.container .community-video .pingl1 .pingl-left img[data-v-35429ef6] {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.container .community-video .pingl1 .pingl-left span[data-v-35429ef6] {
  width: 100px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
}
.container .community-video .pingl1 .pingl-right[data-v-35429ef6] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.container .community-video .pingl1 .pingl-right .zans[data-v-35429ef6] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
}
.container .community-video .pingl1 .pingl-right .zans img[data-v-35429ef6] {
  width: 28px;
  height: 28px;
}
.container .community-video .pingl1 .pingl-right .zans span[data-v-35429ef6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  min-width: 24px;
  margin-left: 3px;
}
.container .community-video .pingl1 .pingl-right .zans[data-v-35429ef6]:last-child {
  margin-right: 5px;
}
.container .community-video .lines1[data-v-35429ef6] {
  position: relative;
  margin: 12px 15px 0;
}
.container .community-video .lines1[data-v-35429ef6]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  transform: scaleY(0.5);
  transform-origin: 0 100%;
}
.container .community-video .comment-note[data-v-35429ef6] {
  margin: 22px 4px 0;
}
.container .community-video .comment-note .name[data-v-35429ef6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 11px;
}
.container .community-video .comment-note .name .name-left[data-v-35429ef6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 21px;
  flex: 1;
}
.container .community-video .comment-note .name .name-right[data-v-35429ef6] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  width: 60px;
  margin-right: -5px;
}
.container .community-video .comment-note .comment-flex[data-v-35429ef6] {
  display: flex;
  align-items: center;
  position: relative;
}
.container .community-video .comment-note .comment-people[data-v-35429ef6] {
  margin: 13px 11px;
}
.container .community-video .comment-note .comment-people .comment-list[data-v-35429ef6] {
  position: relative;
}
.container .community-video .comment-note .comment-people .comment-list .comment-list[data-v-35429ef6]:last-child .el-divider--horizontal {
  background-color: none !important;
}
.container .community-video .comment-note .comment-people .comment-list .comment-author-detail[data-v-35429ef6] {
  justify-content: space-between;
}
.container .community-video .comment-note .comment-people .comment-list .comment-author-detail .avtar[data-v-35429ef6] {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
}
.container .community-video .comment-note .comment-people .comment-list .comment-author-detail .authors[data-v-35429ef6] {
  margin-left: 8px;
  flex: 1;
  margin-top: 8px;
}
.container .community-video .comment-note .comment-people .comment-list .comment-author-detail .comment-author[data-v-35429ef6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 21px;
}
.container .community-video .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply[data-v-35429ef6] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.container .community-video .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .nrtitle[data-v-35429ef6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 21px;
  word-break: break-all;
}
.container .community-video .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .comment-date[data-v-35429ef6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 17px;
  margin-left: 4px;
}
.container .community-video .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .comment-reply[data-v-35429ef6] {
  cursor: pointer;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 17px;
  margin-left: 4px;
}
.container .community-video .comment-note .comment-people .comment-list .comment-author-detail .comment-collect[data-v-35429ef6] {
  text-align: center;
  width: 14px;
}
.container .community-video .comment-note .comment-people .comment-list .comment-author-detail .comment-collect .zan[data-v-35429ef6] {
  width: 14px;
  height: 14px;
}
.container .community-video .comment-note .comment-people .comment-list .comment-author-detail .comment-collect span[data-v-35429ef6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
}
.container .community-video .comment-note .comment-people .comment-list .comment-people-content[data-v-35429ef6] {
  margin-left: 32px;
  margin-top: 12px;
}
.container .community-video .comment-note .comment-people .comment-list .comment-people-content .avtar[data-v-35429ef6] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
}
.container .community-video .comment-note .comment-people .comment-list .comment-people-content .children-flex[data-v-35429ef6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .community-video .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply[data-v-35429ef6] {
  display: flex;
}
.container .community-video .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .authors[data-v-35429ef6] {
  margin-left: 8px;
}
.container .community-video .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt[data-v-35429ef6] {
  font-size: 12px;
  line-height: 20px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.container .community-video .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt span[data-v-35429ef6] {
  color: #999999;
  margin: 0 3px;
  font-size: 13px;
}
.container .community-video .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1[data-v-35429ef6] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.container .community-video .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1 .nrtitle[data-v-35429ef6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  line-height: 21px;
  word-break: break-all;
}
.container .community-video .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1 .comment-date[data-v-35429ef6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 17px;
  margin-left: 4px;
}
.container .community-video .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1 .comment-reply[data-v-35429ef6] {
  cursor: pointer;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 17px;
  margin-left: 4px;
}
.container .community-video .comment-note .comment-people .comment-list .comment-people-content .children-flex .comment-collect[data-v-35429ef6] {
  text-align: center;
}
.container .community-video .comment-note .comment-people .comment-list .comment-people-content .children-flex .comment-collect .zan[data-v-35429ef6] {
  width: 14px;
  height: 14px;
}
.container .community-video .comment-note .comment-people .comment-list .comment-people-content .children-flex .comment-collect span[data-v-35429ef6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 16px;
}
.container .community-video .comment-note .comment-people .comment-list .zhankai[data-v-35429ef6] {
  margin-left: 32px;
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.container .community-video .comment-note .comment-people .comment-list .zhankai .lines[data-v-35429ef6] {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #aaaaaa;
}
.container .community-video .comment-note .comment-people .comment-list .zhankai .totalpl[data-v-35429ef6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #29a9ff;
  line-height: 18px;
  margin-left: 8px;
}
.container .community-video .comment-note .comment-people .bgcolors[data-v-35429ef6] {
  height: 70px;
  background-color: #fff;
  padding-top: 17px;
  margin-top: -24px;
  position: relative;
  z-index: 99;
}
.container .community-video .comment-note .comment-people .bgcolors .more[data-v-35429ef6] {
  text-align: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: linear-gradient(270deg, #048eea 0%, #2fa9fb 100%);
  border-radius: 4px;
  opacity: 1;
}
.container .community-video .comment-note .open-more[data-v-35429ef6] {
  margin: 14px 11px 0;
}
.container .community-video .comment-note .open-more button[data-v-35429ef6] {
  border: 1px solid #29a9ff;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #29a9ff;
  width: 100%;
  height: 38px;
  border-radius: 50px;
  background-color: #000;
}
.container .community-video .dynamics .hot-recoomend .right-list[data-v-35429ef6] {
  margin-top: 20px;
  -moz-column-fill: balance;
       column-fill: balance;
}
.container .community-video .dynamics .hot-recoomend .right-list .waterfalls[data-v-35429ef6] {
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 5px;
  border-radius: 2px;
}
.container .community-video .dynamics .hot-recoomend .right-list .waterfalls .item-image[data-v-35429ef6] {
  width: 100%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.container .community-video .dynamics .hot-recoomend .right-list .waterfalls .bfangs[data-v-35429ef6] {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 24px;
  display: flex;
}
.container .community-video .dynamics .hot-recoomend .right-list .waterfalls .bfangs img[data-v-35429ef6] {
  width: 24px;
  height: 24px;
}
.container .community-video .dynamics .hot-recoomend .right-list .waterfalls .item-info[data-v-35429ef6] {
  padding: 0 10px 12px;
}
.container .community-video .dynamics .hot-recoomend .right-list .waterfalls .item-info .item-title[data-v-35429ef6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .community-video .dynamics .hot-recoomend .right-list .waterfalls .item-info .item-details[data-v-35429ef6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin-top: 8px;
  color: #666;
}
.container .community-video .dynamics .hot-recoomend .right-list .waterfalls .item-info .item-details .details-left[data-v-35429ef6] {
  display: flex;
  align-items: center;
}
.container .community-video .dynamics .hot-recoomend .right-list .waterfalls .item-info .item-details .details-left img[data-v-35429ef6] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 4px;
}
.container .community-video .dynamics .hot-recoomend .right-list .waterfalls .item-info .item-details .details-left span[data-v-35429ef6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #808080;
}
.container .community-video .dynamics .hot-recoomend .right-list .waterfalls .item-info .item-details .details-right[data-v-35429ef6] {
  display: flex;
  align-items: center;
}
.container .community-video .dynamics .hot-recoomend .right-list .waterfalls .item-info .item-details .details-right img[data-v-35429ef6] {
  width: 14px;
  height: 14px;
}
.container .community-video .dynamics .hot-recoomend .right-list .waterfalls .item-info .item-details .details-right span[data-v-35429ef6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 17px;
  margin-left: 2px;
}
.container .community-video .openapp[data-v-35429ef6] {
  position: fixed;
  bottom: 30px;
  left: 50%;
  text-align: center;
  z-index: 99;
  transform: translateX(-50%);
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #078ae2;
  border-radius: 20px;
}
.container .community-video .openapp .now[data-v-35429ef6] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .community-video .openapp img[data-v-35429ef6] {
  width: 20px;
  height: 20px;
}
.container .community-video .openapp span[data-v-35429ef6] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
@charset "UTF-8";
.pc-all[data-v-47c60a21] {
  background-color: #f9f9f9;
}
.pc-all .kongWeb[data-v-47c60a21] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .kongWeb .del[data-v-47c60a21] {
  background-color: #fff;
  width: 1074px;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
  flex: 1;
  margin: 12px auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc-all .kongWeb .del img[data-v-47c60a21] {
  width: 182px;
  height: 172px;
}
.pc-all .kongWeb .del .openapp[data-v-47c60a21] {
  text-align: center;
  width: 176px;
  height: 48px;
  line-height: 48px;
  background: #29a9ff;
  border-radius: 50px;
  margin-top: 24px;
}
.pc-all .kongWeb .del .openapp .now[data-v-47c60a21] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-all .kongWeb .del .openapp img[data-v-47c60a21] {
  width: 66px;
  height: 20px;
  margin: 0 6px;
}
.pc-all .kongWeb .del .openapp span[data-v-47c60a21] {
  font-size: 17px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
.pc-all .alls[data-v-47c60a21] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
  margin-bottom: 120px;
}
.pc-all .pcfooter[data-v-47c60a21] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 89px;
  padding-right: 80px;
  height: 120px;
  background: rgba(15, 15, 15, 0.75);
  border-radius: 0px 0px 0px 0px;
}
.pc-all .pcfooter .pcfooter-left img[data-v-47c60a21] {
  width: 383px;
  height: 57px;
}
.pc-all .pcfooter .pcfooter-right[data-v-47c60a21] {
  display: flex;
  align-items: center;
}
.pc-all .pcfooter .pcfooter-right span[data-v-47c60a21] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  margin-right: 32px;
}
.pc-all .pcfooter .pcfooter-right img[data-v-47c60a21] {
  width: 96px;
  height: 96px;
}
.pc-all .content[data-v-47c60a21] {
  width: 65%;
  margin: 0 auto;
  flex: 1;
  padding: 12px 0 12px;
  box-sizing: border-box; /* 包含 padding 在宽度内 */
}
.pc-all .content .buju[data-v-47c60a21] {
  display: flex;
  border-radius: 10px;
  width: 100%;
  min-height: 872px;
  background-color: #fff;
  border: 1px solid #efefef;
}
.pc-all .content .buju .bj-left[data-v-47c60a21] {
  width: 61%;
  padding: 16px;
}
.pc-all .content .buju .bj-left .video[data-v-47c60a21] {
  width: 100%;
  min-height: 840px;
  background-color: #000;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
  transition: all 0.3s ease;
}
.pc-all .content .buju .bj-left .video #videoplayer[data-v-47c60a21] {
  transition: all 0.3s ease;
}
.pc-all .content .buju .bj-left .video[data-v-47c60a21] .xgplayer-enter-spinner {
  display: none;
}
.pc-all .content .buju .bj-left .video[data-v-47c60a21] .xgplayer {
  width: 100% !important;
  min-height: 840px !important;
}
.pc-all .content .buju .bj-left .video[data-v-47c60a21] .xgplayer-replay-txt {
  display: none;
}
.pc-all .content .buju .bj-left .video[data-v-47c60a21] .xgplayer-progress-played {
  background-image: linear-gradient(-90deg, #fff, rgba(255, 255, 255, 0.35));
}
.pc-all .content .buju .bj-left .video[data-v-47c60a21] .xgplayer-replay-svg {
  background: none;
}
.pc-all .content .buju .bj-left .video[data-v-47c60a21] .xgplayer-start {
  background: none;
}
.pc-all .content .buju .bj-left .video[data-v-47c60a21] .xgplayer-start svg {
  width: 68px;
  height: 68px;
  fill: hsl(0, 0%, 100%);
}
.pc-all .content .buju .bj-left .imgages[data-v-47c60a21] {
  min-height: 840px;
}
.pc-all .content .buju .bj-left .imgages .boxs[data-v-47c60a21] {
  width: 100%;
  position: relative;
}
.pc-all .content .buju .bj-left .imgages .boxs .swiper-container[data-v-47c60a21] {
  overflow: hidden;
}
.pc-all .content .buju .bj-left .imgages .boxs .swiper-container .swiper-wrapper .swiper-slide .imgs[data-v-47c60a21] {
  background-color: #fff;
  border-radius: 12px;
  min-height: 840px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pc-all .content .buju .bj-left .imgages .boxs .swiper-container .swiper-wrapper .swiper-slide .imgs img[data-v-47c60a21] {
  max-width: 100%;
  max-height: 840px;
}
.pc-all .content .buju .bj-left .imgages .boxs .swiper-container .swiper-wrapper .swiper-slide .first-slide[data-v-47c60a21] {
  background-color: transparent;
}
.pc-all .content .buju .bj-left .imgages .boxs .swiper-container .swiper-wrapper .swiper-slide .first-slide img[data-v-47c60a21] {
  max-width: 100%;
  max-height: 840px;
}
.pc-all .content .buju .bj-left .imgages .boxs .swiper-button-prev[data-v-47c60a21] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 19px;
}
.pc-all .content .buju .bj-left .imgages .boxs .swiper-button-prev[data-v-47c60a21]::after {
  width: 24px !important;
  height: 24px !important;
  font-size: 16px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.pc-all .content .buju .bj-left .imgages .boxs .swiper-button-next[data-v-47c60a21] {
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
}
.pc-all .content .buju .bj-left .imgages .boxs .swiper-button-next[data-v-47c60a21]::after {
  width: 24px !important;
  height: 24px !important;
  font-size: 16px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.pc-all .content .buju .bj-left .imgages .boxs[data-v-47c60a21] {
  /* 强制显示分页器（避免初始化时的闪烁） */
}
.pc-all .content .buju .bj-left .imgages .boxs .swiper-pagination[data-v-47c60a21] {
  opacity: 1 !important;
  transition: opacity 0.01s !important;
}
.pc-all .content .buju .bj-left .imgages .boxs[data-v-47c60a21] .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #f9f9f9;
}
.pc-all .content .buju .bj-left .imgages .boxs[data-v-47c60a21] .swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
  background-color: #29a9ff;
}
.pc-all .content .buju .bj-left .imgages .boxs .custom-pagination-number[data-v-47c60a21] {
  position: absolute;
  top: 20px;
  z-index: 10;
  right: 20px;
  width: 54px;
  height: 30px;
  text-align: center;
  background: rgba(21, 29, 51, 0.2);
  border-radius: 100px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
}
.pc-all .content .buju .bj-right[data-v-47c60a21] {
  width: 38%;
  flex: 1;
  font-family: "PingFang SC-Medium";
  background-color: #fff;
  width: 412px;
  min-height: 870px;
  border-radius: 0px 0px 0px 0px;
  border-left: 1px solid #efefef;
  position: relative;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.pc-all .content .buju .bj-right .personal-bg[data-v-47c60a21] {
  margin: 16px 16px 0;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  padding-bottom: 16px;
}
.pc-all .content .buju .bj-right .personal-bg .right-img img[data-v-47c60a21] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.pc-all .content .buju .bj-right .personal-bg .right-name[data-v-47c60a21] {
  flex: 1;
  margin-left: 10px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 15px;
  color: #3d3d3d;
}
.pc-all .content .buju .bj-right .personal-bg .right-btn[data-v-47c60a21] {
  width: 52px;
  text-align: center;
}
.pc-all .content .buju .bj-right .personal-bg .right-btn .btn-ys[data-v-47c60a21] {
  width: 52px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
  cursor: pointer;
}
.pc-all .content .buju .bj-right .article[data-v-47c60a21] {
  padding: 0px 16px 20px;
  height: 729px;
  transition: scroll 0.4s;
  overflow-y: scroll;
}
.pc-all .content .buju .bj-right .article[data-v-47c60a21]::-webkit-scrollbar {
  display: none;
}
.pc-all .content .buju .bj-right .article .article-title[data-v-47c60a21] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #3d3d3d;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 20px 8px 0;
}
.pc-all .content .buju .bj-right .article .article-content[data-v-47c60a21] {
  display: flex;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #3d3d3d;
  line-height: 25px;
  margin: 16px 8px 0;
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
}
.pc-all .content .buju .bj-right .article .detail-zi[data-v-47c60a21] {
  display: flex;
  flex-wrap: wrap;
  margin: 12px 8px 0;
}
.pc-all .content .buju .bj-right .article .detail-zi span[data-v-47c60a21] {
  margin-right: 10px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #23396b;
  line-height: 21px;
}
.pc-all .content .buju .bj-right .article .hot-number[data-v-47c60a21] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  line-height: 18px;
  font-family: "PingFang SC-Medium, PingFang SC";
  display: flex;
  align-items: center;
  margin: 16px 8px 8px;
}
.pc-all .content .buju .bj-right .article .hot-number span[data-v-47c60a21] {
  margin-right: 10px;
}
.pc-all .content .buju .bj-right .article .lines[data-v-47c60a21] {
  border-bottom: 1px solid #efefef;
}
.pc-all .content .buju .bj-right .article .comment-note[data-v-47c60a21] {
  margin: 16px 8px 0;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-flex[data-v-47c60a21] {
  display: flex;
  align-items: center;
  position: relative;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-flex .comment-writte[data-v-47c60a21] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  line-height: 18px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people[data-v-47c60a21] {
  margin: 17px 0;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list[data-v-47c60a21] {
  position: relative;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-list[data-v-47c60a21]:last-child .el-divider--horizontal {
  background-color: none !important;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-author-detail[data-v-47c60a21] {
  justify-content: space-between;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-author-detail .avtar[data-v-47c60a21] {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-author-detail .authors[data-v-47c60a21] {
  margin-left: 8px;
  flex: 1;
  margin-top: 8px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-author-detail .comment-author[data-v-47c60a21] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  line-height: 21px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .nrtitle[data-v-47c60a21] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  word-break: break-all;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .comment-date[data-v-47c60a21] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #aaaaaa;
  line-height: 17px;
  margin-left: 4px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .comment-reply[data-v-47c60a21] {
  cursor: pointer;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #777777;
  line-height: 17px;
  margin-left: 4px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-author-detail .comment-collect[data-v-47c60a21] {
  text-align: center;
  width: 14px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-author-detail .comment-collect .zan[data-v-47c60a21] {
  width: 14px;
  height: 14px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-author-detail .comment-collect span[data-v-47c60a21] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #777777;
  line-height: 16px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-people-content[data-v-47c60a21] {
  margin-left: 32px;
  margin-top: 12px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-people-content .avtar[data-v-47c60a21] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-people-content .children-flex[data-v-47c60a21] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply[data-v-47c60a21] {
  display: flex;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .authors[data-v-47c60a21] {
  margin-left: 8px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt[data-v-47c60a21] {
  font-size: 12px;
  line-height: 20px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt span[data-v-47c60a21] {
  color: #999999;
  margin: 0 3px;
  font-size: 13px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1[data-v-47c60a21] {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 17px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1 .nrtitle[data-v-47c60a21] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 21px;
  word-break: break-all;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1 .comment-date[data-v-47c60a21] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #aaaaaa;
  line-height: 17px;
  margin-left: 4px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1 .comment-reply[data-v-47c60a21] {
  cursor: pointer;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #777777;
  line-height: 17px;
  margin-left: 4px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-people-content .children-flex .comment-collect[data-v-47c60a21] {
  text-align: center;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-people-content .children-flex .comment-collect .zan[data-v-47c60a21] {
  width: 14px;
  height: 14px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-people-content .children-flex .comment-collect span[data-v-47c60a21] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #777777;
  line-height: 16px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .zhankai[data-v-47c60a21] {
  margin-left: 32px;
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .zhankai .lines[data-v-47c60a21] {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #aaaaaa;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .zhankai .totalpl[data-v-47c60a21] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #23396b;
  line-height: 18px;
  margin-left: 8px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .bgcolors[data-v-47c60a21] {
  height: 70px;
  background-color: #fff;
  padding-top: 17px;
  margin-top: -24px;
  position: relative;
  z-index: 99;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .bgcolors .more[data-v-47c60a21] {
  text-align: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #078ae2;
  border-radius: 4px;
  opacity: 1;
}
.pc-all .content .buju .bj-right .pingl[data-v-47c60a21] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 64px;
  width: 92%;
  border-top: 1px solid #efefef;
}
.pc-all .content .buju .bj-right .pingl .pingl-left[data-v-47c60a21] {
  flex: 1;
  display: flex;
  align-items: center;
  height: 32px;
  background: #f4f4f6;
  border-radius: 100px;
  margin-left: 15px;
}
.pc-all .content .buju .bj-right .pingl .pingl-left img[data-v-47c60a21] {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.pc-all .content .buju .bj-right .pingl .pingl-left input[data-v-47c60a21] {
  background-color: #f4f4f6;
  border: none;
  width: 68px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
}
.pc-all .content .buju .bj-right .pingl .pingl-right[data-v-47c60a21] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pc-all .content .buju .bj-right .pingl .pingl-right .zans[data-v-47c60a21] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
}
.pc-all .content .buju .bj-right .pingl .pingl-right .zans img[data-v-47c60a21] {
  width: 28px;
  height: 28px;
}
.pc-all .content .buju .bj-right .pingl .pingl-right .zans span[data-v-47c60a21] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  margin-left: 3px;
}
.pc-all .content .buju .bj-right .pingl .pingl-right .zans[data-v-47c60a21]:last-child {
  margin-right: 23px;
}
@charset "UTF-8";
.container[data-v-eb4fb986] {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  height: 100vh;
}
.container .kongMoblie[data-v-eb4fb986] {
  margin-top: 50px;
  padding-bottom: 50px;
}
.container .kongMoblie .delimg[data-v-eb4fb986] {
  display: flex;
  justify-content: center;
}
.container .kongMoblie .delimg img[data-v-eb4fb986] {
  width: 182px;
  height: 172px;
}
.container .kongMoblie .openapps[data-v-eb4fb986] {
  text-align: center;
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.container .kongMoblie .openapps .now[data-v-eb4fb986] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 34px;
  line-height: 34px;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #29a9ff;
}
.container .kongMoblie .openapps span[data-v-eb4fb986] {
  font-size: 15px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #29a9ff;
  margin-left: 6px;
}
.container .kongMoblie .hotpots[data-v-eb4fb986] {
  margin: 60px 15px;
  padding: 16px 10px;
  background: url("https://static-web.yaoweilai.com/web/image/icons-hot-bg.png") no-repeat 100% 100%;
  width: 92%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.container .kongMoblie .hotpots .hots[data-v-eb4fb986] {
  display: flex;
}
.container .kongMoblie .hotpots .hots img[data-v-eb4fb986] {
  width: 88px;
  height: 18px;
}
.container .kongMoblie .hotpots .lists[data-v-eb4fb986] {
  margin-top: 12px;
}
.container .kongMoblie .hotpots .lists .listitenm[data-v-eb4fb986] {
  height: 24px;
  margin-top: 20px;
}
.container .kongMoblie .hotpots .lists .listitenm .itemhot[data-v-eb4fb986] {
  display: flex;
  align-items: center;
}
.container .kongMoblie .hotpots .lists .listitenm .itemhot .nums[data-v-eb4fb986] {
  width: 18px;
  text-align: center;
  font-family: DIN, DIN;
  font-weight: bold;
  font-size: 16px;
  color: #ff2954;
  line-height: 12px;
}
.container .kongMoblie .hotpots .lists .listitenm .itemhot .nums img[data-v-eb4fb986] {
  width: 18px;
  height: 22px;
}
.container .kongMoblie .hotpots .lists .listitenm .itemhot .nums.color-3[data-v-eb4fb986] {
  color: #aaaaaa;
  width: 18px;
  text-align: center;
}
.container .kongMoblie .hotpots .lists .listitenm .itemhot .itemtitle[data-v-eb4fb986] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #3d3d3d;
  line-height: 22px;
  margin-left: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  max-width: 271px;
}
.container .kongMoblie .hotpots .lists .listitenm .itemhot .isitemhot[data-v-eb4fb986] {
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, #ff4183 2%, #ff351d 99%);
  border-radius: 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  color: #fff;
  margin-left: 8px;
  text-align: center;
}
.container .kongMoblie .hotpots .lists .shadows[data-v-eb4fb986] {
  margin-top: -35px;
  width: 100%;
  height: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 6%, rgba(255, 255, 255, 0.7) 39%, #ffffff 100%);
  border-radius: 0px 0px 0px 0px;
  filter: blur(8px);
}
.container .kongMoblie .hotpots .lists .alls[data-v-eb4fb986] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #23396b;
  line-height: 25px;
  display: flex;
  justify-content: center;
  background-color: #fff;
  margin-top: 6px;
}
.container .logo[data-v-eb4fb986] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-eb4fb986] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-eb4fb986] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-eb4fb986] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-eb4fb986] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-eb4fb986]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-eb4fb986]:focus {
  outline: none;
}
.container .onetopic[data-v-eb4fb986] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #3d3d3d;
  line-height: 44px;
  border-bottom: 1px solid #eeeeee;
  padding-left: 24px;
}
.container .advice[data-v-eb4fb986] {
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.container .advice .advice-left[data-v-eb4fb986] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 40px;
}
.container .advice .advice-left .product[data-v-eb4fb986] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #777777;
  width: 80px;
  text-align: center;
}
.container .advice .advice-left .product[data-v-eb4fb986]:first-child {
  padding-left: 0;
}
.container .advice .advice-left .selected[data-v-eb4fb986] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 17px;
  color: #3d3d3d;
}
.container .topiclist[data-v-eb4fb986] {
  padding: 0 15px 85px;
}
.container .topiclist .itemlist[data-v-eb4fb986] {
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
.container .topiclist .itemlist .name[data-v-eb4fb986] {
  display: flex;
  margin-top: 20px;
}
.container .topiclist .itemlist .name[data-v-eb4fb986]:first-child {
  margin-top: 14px;
}
.container .topiclist .itemlist .name .name-left img[data-v-eb4fb986] {
  width: 42px;
  height: 42px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.container .topiclist .itemlist .name .name-right[data-v-eb4fb986] {
  margin-left: 8px;
}
.container .topiclist .itemlist .name .name-right .userName[data-v-eb4fb986] {
  display: flex;
  justify-content: space-between;
}
.container .topiclist .itemlist .name .name-right .userName .company[data-v-eb4fb986] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 21px;
}
.container .topiclist .itemlist .name .name-right .userName .time[data-v-eb4fb986] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  line-height: 18px;
  margin-top: 2px;
}
.container .topiclist .itemlist .text-wrapper[data-v-eb4fb986] {
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
  white-space: normal;
  font-size: 15px;
  margin-top: 9px;
}
.container .topiclist .itemlist .text-wrapper .article-text[data-v-eb4fb986] {
  display: inline;
  color: #3d3d3d;
}
.container .topiclist .itemlist .text-wrapper .detail-zi[data-v-eb4fb986] {
  display: inline;
  margin-right: 6px;
  color: #23396b;
}
.container .topiclist .itemlist .itemimage[data-v-eb4fb986] {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6px;
}
.container .topiclist .itemlist .itemimage .items[data-v-eb4fb986] {
  height: 111px;
  margin-bottom: 4px;
}
.container .topiclist .itemlist .itemimage .items img[data-v-eb4fb986] {
  width: 111px;
  height: 111px;
  border-radius: 4px 4px 4px 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  -o-object-fit: cover;
     object-fit: cover; /* 关键属性：裁剪填充（保持比例） */
}
.container .topiclist .itemlist .itemvideo[data-v-eb4fb986] {
  margin-top: 6px;
  width: 100%;
}
.container .topiclist .itemlist .itemvideo .itemwidth[data-v-eb4fb986] {
  position: relative;
  width: 288px;
  height: 162px;
}
.container .topiclist .itemlist .itemvideo .itemwidth1[data-v-eb4fb986] {
  position: relative;
  width: 186px;
  height: 248px;
}
.container .topiclist .itemlist .itemvideo .longimage[data-v-eb4fb986] {
  width: 288px;
  height: 162px;
  background: #010101;
  border-radius: 4px 4px 4px 4px;
}
.container .topiclist .itemlist .itemvideo .shortimage[data-v-eb4fb986] {
  width: 186px;
  height: 248px;
  background: #010101;
  border-radius: 4px 4px 4px 4px;
}
.container .topiclist .itemlist .itemvideo .playstart[data-v-eb4fb986] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container .topiclist .itemlist .itemvideo .playstart img[data-v-eb4fb986] {
  width: 28px;
  height: 28px;
}
.container .topiclist .itemlist .pingl[data-v-eb4fb986] {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 16px;
  margin-bottom: 9px;
}
.container .topiclist .itemlist .pingl .zans[data-v-eb4fb986] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .topiclist .itemlist .pingl .zans img[data-v-eb4fb986] {
  width: 20px;
  height: 20px;
}
.container .topiclist .itemlist .pingl .zans span[data-v-eb4fb986] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  margin-left: 3px;
}
.container .topiclist .itemlist .pingl .zans[data-v-eb4fb986]:last-child {
  margin-right: 5px;
}
.container .zan[data-v-eb4fb986] {
  color: #999999;
  font-size: 12px;
  text-align: center;
  margin-top: 60px;
}
.container .zan .pic img[data-v-eb4fb986] {
  width: 145px;
  height: 155px;
  margin-bottom: 10px;
}
.container .openapp[data-v-eb4fb986] {
  position: fixed;
  bottom: 26px;
  left: 50%;
  text-align: center;
  z-index: 99;
  transform: translateX(-50%);
  width: 187px;
  height: 48px;
  line-height: 48px;
  background: #29a9ff;
  border-radius: 50px;
}
.container .openapp .now[data-v-eb4fb986] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .openapp img[data-v-eb4fb986] {
  width: 66px;
  height: 20px;
}
.container .openapp span[data-v-eb4fb986] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
@charset "UTF-8";
.pc-all[data-v-293a343a] {
  background-color: #f9f9f9;
}
.pc-all .kongWeb[data-v-293a343a] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .kongWeb .del[data-v-293a343a] {
  background-color: #fff;
  width: 1074px;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
  flex: 1;
  margin: 12px auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc-all .kongWeb .del img[data-v-293a343a] {
  width: 182px;
  height: 172px;
}
.pc-all .kongWeb .del .openapp[data-v-293a343a] {
  text-align: center;
  width: 176px;
  height: 48px;
  line-height: 48px;
  background: #29a9ff;
  border-radius: 50px;
  margin-top: 24px;
}
.pc-all .kongWeb .del .openapp .now[data-v-293a343a] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-all .kongWeb .del .openapp img[data-v-293a343a] {
  width: 66px;
  height: 20px;
  margin: 0 6px;
}
.pc-all .kongWeb .del .openapp span[data-v-293a343a] {
  font-size: 17px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
.pc-all .alls[data-v-293a343a] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .content[data-v-293a343a] {
  width: 65%;
  margin: 0 auto;
  flex: 1;
  padding: 12px 0 12px;
  box-sizing: border-box; /* 包含 padding 在宽度内 */
}
.pc-all .content .buju[data-v-293a343a] {
  display: flex;
  border-radius: 10px;
  width: 100%;
  min-height: 872px;
  background-color: #fff;
}
.pc-all .content .buju .bj-left[data-v-293a343a] {
  width: 62%;
  padding: 16px;
}
.pc-all .content .buju .bj-left .onetopic[data-v-293a343a] {
  width: 100%;
  height: 68px;
  background: url("https://static-web.yaoweilai.com/web/image/bgcircle.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}
.pc-all .content .buju .bj-left .onetopic .onetopic-left[data-v-293a343a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 17px;
  color: #3d3d3d;
}
.pc-all .content .buju .bj-left .onetopic .onetopic-right[data-v-293a343a] {
  width: 68px;
  height: 28px;
  background: #29a9ff;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-all .content .buju .bj-left .onetopic .onetopic-right img[data-v-293a343a] {
  width: 16px;
  height: 16px;
}
.pc-all .content .buju .bj-left .onetopic .onetopic-right span[data-v-293a343a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.pc-all .content .buju .bj-left .advice[data-v-293a343a] {
  margin-top: 16px;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #efefef;
}
.pc-all .content .buju .bj-left .advice .advice-left[data-v-293a343a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 40px;
}
.pc-all .content .buju .bj-left .advice .advice-left .product[data-v-293a343a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #777777;
  padding: 0 12px;
}
.pc-all .content .buju .bj-left .advice .advice-left .product[data-v-293a343a]:first-child {
  padding-left: 0;
}
.pc-all .content .buju .bj-left .advice .advice-left .selected[data-v-293a343a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 17px;
  color: #3d3d3d;
}
.pc-all .content .buju .bj-left .advice .advice-right[data-v-293a343a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
}
.pc-all .content .buju .bj-left .advice .advice-right span[data-v-293a343a] {
  color: #777777;
}
.pc-all .content .buju .bj-left .topiclist .itemlist[data-v-293a343a] {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  padding-top: 16px;
}
.pc-all .content .buju .bj-left .topiclist .itemlist .name[data-v-293a343a] {
  display: flex;
}
.pc-all .content .buju .bj-left .topiclist .itemlist .name .name-left img[data-v-293a343a] {
  width: 42px;
  height: 42px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.pc-all .content .buju .bj-left .topiclist .itemlist .name .name-right[data-v-293a343a] {
  margin-left: 8px;
  width: 100%;
}
.pc-all .content .buju .bj-left .topiclist .itemlist .name .name-right .userName[data-v-293a343a] {
  display: flex;
  justify-content: space-between;
}
.pc-all .content .buju .bj-left .topiclist .itemlist .name .name-right .userName .company[data-v-293a343a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 21px;
}
.pc-all .content .buju .bj-left .topiclist .itemlist .name .name-right .userName .time[data-v-293a343a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  line-height: 18px;
  margin-top: 2px;
}
.pc-all .content .buju .bj-left .topiclist .itemlist .name .name-right .userName .sdians img[data-v-293a343a] {
  width: 16px;
  height: 16px;
}
.pc-all .content .buju .bj-left .topiclist .itemlist .name .name-right .text-wrapper[data-v-293a343a] {
  font-size: 14px;
  line-height: 1.5;
  word-break: break-word;
  white-space: normal;
  font-size: 15px;
}
.pc-all .content .buju .bj-left .topiclist .itemlist .name .name-right .text-wrapper .article-text[data-v-293a343a] {
  display: inline;
  color: #3d3d3d;
}
.pc-all .content .buju .bj-left .topiclist .itemlist .name .name-right .text-wrapper .detail-zi[data-v-293a343a] {
  display: inline;
  margin-right: 6px;
  color: #23396b;
}
.pc-all .content .buju .bj-left .topiclist .itemlist .name .name-right .itemimage[data-v-293a343a] {
  display: flex;
  flex-wrap: wrap;
  margin-right: 92px;
  margin-top: 12px;
}
.pc-all .content .buju .bj-left .topiclist .itemlist .name .name-right .itemimage .items[data-v-293a343a] {
  height: 160px;
  margin-bottom: 4px;
}
.pc-all .content .buju .bj-left .topiclist .itemlist .name .name-right .itemimage .items img[data-v-293a343a] {
  width: 160px;
  height: 160px;
  border-radius: 4px 4px 4px 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  -o-object-fit: cover;
     object-fit: cover; /* 关键属性：裁剪填充（保持比例） */
}
.pc-all .content .buju .bj-left .topiclist .itemlist .name .name-right .itemvideo[data-v-293a343a] {
  margin-top: 12px;
}
.pc-all .content .buju .bj-left .topiclist .itemlist .name .name-right .itemvideo .itemwidth[data-v-293a343a] {
  position: relative;
  width: 480px;
  height: 270px;
}
.pc-all .content .buju .bj-left .topiclist .itemlist .name .name-right .itemvideo .itemwidth1[data-v-293a343a] {
  position: relative;
  width: 240px;
  height: 320px;
}
.pc-all .content .buju .bj-left .topiclist .itemlist .name .name-right .itemvideo .longimage[data-v-293a343a] {
  width: 480px;
  height: 270px;
  background: #010101;
  border-radius: 4px 4px 4px 4px;
}
.pc-all .content .buju .bj-left .topiclist .itemlist .name .name-right .itemvideo .shortimage[data-v-293a343a] {
  width: 240px;
  height: 320px;
  background: #010101;
  border-radius: 4px 4px 4px 4px;
}
.pc-all .content .buju .bj-left .topiclist .itemlist .name .name-right .itemvideo .playstart[data-v-293a343a] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pc-all .content .buju .bj-left .topiclist .itemlist .name .name-right .itemvideo .playstart img[data-v-293a343a] {
  width: 68px;
  height: 68px;
}
.pc-all .content .buju .bj-left .topiclist .itemlist .pingl[data-v-293a343a] {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-right: 15px;
  margin-top: 18px;
}
.pc-all .content .buju .bj-left .topiclist .itemlist .pingl .zans[data-v-293a343a] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-all .content .buju .bj-left .topiclist .itemlist .pingl .zans img[data-v-293a343a] {
  width: 20px;
  height: 20px;
}
.pc-all .content .buju .bj-left .topiclist .itemlist .pingl .zans span[data-v-293a343a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  margin-left: 3px;
}
.pc-all .content .buju .bj-left .topiclist .itemlist .pingl .zans[data-v-293a343a]:last-child {
  margin-right: 5px;
}
.pc-all .content .buju .bj-right[data-v-293a343a] {
  width: 38%;
  flex: 1;
  font-family: "PingFang SC-Medium";
  background-color: #fff;
  width: 412px;
  min-height: 870px;
  border-radius: 0px 0px 0px 0px;
  border-left: 1px solid #efefef;
  position: relative;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 28px;
}
.pc-all .content .buju .bj-right .alltopic .recemend[data-v-293a343a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pc-all .content .buju .bj-right .alltopic .recemend .recemend-left img[data-v-293a343a] {
  width: 89px;
  height: 18px;
}
.pc-all .content .buju .bj-right .alltopic .recemend .recemend-right[data-v-293a343a] {
  display: flex;
  align-items: center;
}
.pc-all .content .buju .bj-right .alltopic .recemend .recemend-right img[data-v-293a343a] {
  width: 14px;
  height: 14px;
}
.pc-all .content .buju .bj-right .alltopic .recemend .recemend-right span[data-v-293a343a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  margin-left: 2px;
}
.pc-all .content .buju .bj-right .alltopic .topicitem[data-v-293a343a] {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
}
.pc-all .content .buju .bj-right .alltopic .topicitem .listitem[data-v-293a343a] {
  background: #f6f7fb;
  border-radius: 100px 100px 100px 100px;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  margin-left: 8px;
  margin-bottom: 8px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #3d3d3d;
}
.pc-all .content .buju .bj-right .hotpots[data-v-293a343a] {
  margin-top: 24px;
}
.pc-all .content .buju .bj-right .hotpots .hots[data-v-293a343a] {
  display: flex;
}
.pc-all .content .buju .bj-right .hotpots .hots img[data-v-293a343a] {
  width: 89px;
  height: 18px;
}
.pc-all .content .buju .bj-right .hotpots .lists[data-v-293a343a] {
  margin-top: 12px;
}
.pc-all .content .buju .bj-right .hotpots .lists .listitenm[data-v-293a343a] {
  height: 36px;
  line-height: 36px;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.pc-all .content .buju .bj-right .hotpots .lists .listitenm .itemhot[data-v-293a343a] {
  display: flex;
  align-items: center;
  line-height: 36px;
}
.pc-all .content .buju .bj-right .hotpots .lists .listitenm .itemhot .nums[data-v-293a343a] {
  width: 18px;
  text-align: center;
  font-family: DIN, DIN;
  font-weight: bold;
  font-size: 16px;
  color: #aaaaaa;
  line-height: 12px;
}
.pc-all .content .buju .bj-right .hotpots .lists .listitenm .itemhot .nums img[data-v-293a343a] {
  width: 18px;
  height: 22px;
}
.pc-all .content .buju .bj-right .hotpots .lists .listitenm .itemhot .itemtitle[data-v-293a343a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #3d3d3d;
  line-height: 25px;
  margin-left: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  max-width: 355px;
}
.pc-all .content .buju .bj-right .hotpots .lists .listitenm .itemhot .isitemhot[data-v-293a343a] {
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, #ff4183 2%, #ff351d 99%);
  border-radius: 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  margin-left: 8px;
  text-align: center;
}
.pc-all .content .buju .bj-right .hotpots .bgcolors[data-v-293a343a] {
  background-color: #fff;
  margin-top: 30px;
  position: relative;
  z-index: 99;
}
.pc-all .content .buju .bj-right .hotpots .bgcolors .more[data-v-293a343a] {
  text-align: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: linear-gradient(270deg, #048eea 0%, #2fa9fb 100%);
  border-radius: 4px;
  opacity: 1;
}
.container[data-v-974fe48c] {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  background-color: #f7fcff;
  height: 100vh;
}
.container .kongMoblie[data-v-974fe48c] {
  display: flex;
  justify-content: center;
  margin-top: 126px;
}
.container .kongMoblie img[data-v-974fe48c] {
  width: 154px;
  height: 153px;
}
.container .logo[data-v-974fe48c] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-974fe48c] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-974fe48c] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-974fe48c] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-974fe48c] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-974fe48c]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-974fe48c]:focus {
  outline: none;
}
.container .imgs[data-v-974fe48c] {
  height: 88px;
}
.container .imgs img[data-v-974fe48c] {
  width: 100%;
  height: 88px;
}
.container .alldetail[data-v-974fe48c] {
  margin-top: -8px;
  position: relative;
  background-color: #fff;
  padding: 0 16px 100px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.container .alldetail .imagelogo[data-v-974fe48c] {
  position: absolute;
  top: -40px;
  left: 20px;
}
.container .alldetail .imagelogo img[data-v-974fe48c] {
  width: 80px;
  height: 80px;
  background: #f5f5f5;
  border-radius: 100px 100px 100px 100px;
  border: 1px solid #ffffff;
}
.container .alldetail .company-infor .company-name[data-v-974fe48c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
}
.container .alldetail .company-infor .company-name .company-left[data-v-974fe48c] {
  display: flex;
  align-items: center;
}
.container .alldetail .company-infor .company-name .company-left .names .nametop[data-v-974fe48c] {
  display: flex;
  align-items: center;
}
.container .alldetail .company-infor .company-name .company-left .names .nametop .abbreviations[data-v-974fe48c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 17px;
  color: #333333;
  line-height: 26px;
}
.container .alldetail .company-infor .company-name .company-left .names .nametop .types[data-v-974fe48c] {
  padding: 2px 8px;
  background: #fef2e9;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #f98e36;
  text-align: center;
  line-height: 17px;
  margin-left: 8px;
}
.container .alldetail .company-infor .company-name .company-left .names .namebottom[data-v-974fe48c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  line-height: 18px;
  margin-top: 4px;
}
.container .alldetail .company-infor .infors .infors-right[data-v-974fe48c] {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.container .alldetail .company-infor .infors .infors-right span[data-v-974fe48c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
}
.container .alldetail .company-infor .infors .infors-right .itemfocus[data-v-974fe48c] {
  padding: 3px 12px;
  background: #f7fcff;
  border-radius: 100px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #29a9ff;
  text-align: center;
  margin-right: 2px;
  margin-bottom: 7px;
}
.container .alldetail .company-infor .infors .infors-right .itemlist[data-v-974fe48c] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container .alldetail .company-infor .infors .infors-right .itemlist .items[data-v-974fe48c] {
  width: 168px;
  height: 89px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #eaeaea;
  margin-bottom: 8px;
  padding-left: 12px;
  padding-top: 12px;
}
.container .alldetail .company-infor .infors .infors-right .itemlist .items .imges[data-v-974fe48c] {
  height: 16px;
  line-height: 16px;
}
.container .alldetail .company-infor .infors .infors-right .itemlist .items .imges img[data-v-974fe48c] {
  width: 16px;
  height: 16px;
}
.container .alldetail .company-infor .infors .infors-right .itemlist .items .userNames[data-v-974fe48c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #222222;
  line-height: 23px;
  margin-top: 4px;
}
.container .alldetail .company-infor .infors .infors-right .itemlist .items .departs[data-v-974fe48c] {
  margin-top: 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  line-height: 18px;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .alldetail .company-infor .introduces .comment-flex[data-v-974fe48c] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 6px;
  margin-top: 28px;
}
.container .alldetail .company-infor .introduces .comment-flex .comment-decorate[data-v-974fe48c] {
  width: 3px;
  height: 10px;
  background: #29a9ff;
  margin: 0 4px 0 0;
}
.container .alldetail .company-infor .introduces .comment-flex .comment-writte[data-v-974fe48c] {
  font-family: PingFang SC-Medium;
  font-weight: 600;
  font-size: 15px;
  color: #222222;
}
.container .alldetail .company-infor .introduces .comment-flex1[data-v-974fe48c] {
  margin-top: 21px;
}
.container .alldetail .company-infor .introduces .cooperate[data-v-974fe48c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  line-height: 23px;
  word-break: break-all;
  white-space: pre-wrap;
}
.container .alldetail .company-infor .attendance .itemlist[data-v-974fe48c] {
  margin: 16px 20px;
}
.container .alldetail .company-infor .attendance .itemlist .items[data-v-974fe48c] {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 8px;
  margin-top: 16px;
}
.container .alldetail .company-infor .attendance .itemlist .items[data-v-974fe48c]:last-child {
  border-bottom: none;
}
.container .alldetail .company-infor .attendance .itemlist .items .names span[data-v-974fe48c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
}
.container .alldetail .company-infor .attendance .itemlist .items .names .userNames[data-v-974fe48c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 15px;
  color: #222222;
  margin-right: 8px;
}
.container .alldetail .company-infor .attendance .itemlist .items .phones[data-v-974fe48c] {
  display: flex;
  margin-top: 2px;
}
.container .alldetail .company-infor .attendance .itemlist .items .phones .phones-left[data-v-974fe48c] {
  margin-right: 14px;
  display: flex;
  align-items: center;
}
.container .alldetail .company-infor .attendance .itemlist .items .phones .phones-left img[data-v-974fe48c] {
  width: 12px;
  height: 12px;
  margin-right: 3px;
}
.container .alldetail .company-infor .attendance .itemlist .items .phones .phones-left span[data-v-974fe48c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #3d3d3d;
}
.container .alldetail .company-infor .peers[data-v-974fe48c] {
  margin-top: 44px;
}
.container .openapp[data-v-974fe48c] {
  position: fixed;
  bottom: 80px;
  left: 50%;
  text-align: center;
  z-index: 99;
  transform: translateX(-50%);
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #078ae2;
  border-radius: 20px;
}
.container .openapp .now[data-v-974fe48c] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .openapp img[data-v-974fe48c] {
  width: 20px;
  height: 20px;
}
.container .openapp span[data-v-974fe48c] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
.container .follow[data-v-974fe48c] {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 58px;
  background-color: #fff;
  border-top: 1px solid #d8d8d8;
}
.container .follow .sxin[data-v-974fe48c] {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .follow .follow-left[data-v-974fe48c] {
  width: 240px;
  height: 38px;
  background: #1e98d7;
  border-radius: 2px 2px 2px 2px;
  line-height: 32px;
  text-align: center;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #1e98d7;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
}
@charset "UTF-8";
.pc-all[data-v-1d499446] {
  background-color: #f9f9f9;
}
.pc-all .kongWeb[data-v-1d499446] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .kongWeb .del[data-v-1d499446] {
  flex: 1;
  margin: 100px 0 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc-all .kongWeb .del img[data-v-1d499446] {
  width: 233px;
  height: 299px;
}
.pc-all .kongWeb .del .openapp[data-v-1d499446] {
  text-align: center;
  width: 176px;
  height: 48px;
  line-height: 48px;
  background: #29a9ff;
  border-radius: 50px;
  margin-top: 24px;
}
.pc-all .kongWeb .del .openapp .now[data-v-1d499446] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-all .kongWeb .del .openapp img[data-v-1d499446] {
  width: 66px;
  height: 20px;
  margin: 0 6px;
}
.pc-all .kongWeb .del .openapp span[data-v-1d499446] {
  font-size: 17px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
.pc-all .alls[data-v-1d499446] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .alls .bg-top[data-v-1d499446] {
  height: 177px;
}
.pc-all .alls .bg-top img[data-v-1d499446] {
  width: 100%;
  height: 177px;
}
.pc-all .content[data-v-1d499446] {
  width: 929px;
  margin: 0 auto;
  flex: 1;
  padding: 12px 0 12px;
  box-sizing: border-box; /* 包含 padding 在宽度内 */
}
.pc-all .content .buju[data-v-1d499446] {
  display: flex;
  border-radius: 10px;
  width: 929px;
  min-height: 772px;
  background-color: #fff;
}
.pc-all .content .buju .bj-left[data-v-1d499446] {
  width: 68%;
  padding: 15px 27px 27px;
}
.pc-all .content .buju .bj-left .alldetail[data-v-1d499446] {
  position: relative;
  background-color: #fff;
}
.pc-all .content .buju .bj-left .alldetail .company-infor .company-name[data-v-1d499446] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-all .content .buju .bj-left .alldetail .company-infor .company-name .company-left[data-v-1d499446] {
  display: flex;
  align-items: center;
}
.pc-all .content .buju .bj-left .alldetail .company-infor .company-name .company-left .imgs img[data-v-1d499446] {
  width: 68px;
  height: 68px;
  background: #f5f5f5;
  border-radius: 100px 100px 100px 100px;
}
.pc-all .content .buju .bj-left .alldetail .company-infor .company-name .company-left .names[data-v-1d499446] {
  margin-left: 10px;
}
.pc-all .content .buju .bj-left .alldetail .company-infor .company-name .company-left .names .nametop[data-v-1d499446] {
  display: flex;
  align-items: center;
}
.pc-all .content .buju .bj-left .alldetail .company-infor .company-name .company-left .names .nametop .abbreviations[data-v-1d499446] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 17px;
  color: #333333;
  line-height: 26px;
}
.pc-all .content .buju .bj-left .alldetail .company-infor .company-name .company-left .names .nametop .types[data-v-1d499446] {
  padding: 2px 8px;
  background: #fef2e9;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #f98e36;
  text-align: center;
  line-height: 17px;
  margin-left: 8px;
}
.pc-all .content .buju .bj-left .alldetail .company-infor .company-name .company-left .names .namebottom[data-v-1d499446] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  line-height: 18px;
  margin-top: 8px;
}
.pc-all .content .buju .bj-left .alldetail .company-infor .company-name .company-right[data-v-1d499446] {
  width: 100px;
  height: 32px;
  background: #1e98d7;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
}
.pc-all .content .buju .bj-left .alldetail .company-infor .infors .infors-right[data-v-1d499446] {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.pc-all .content .buju .bj-left .alldetail .company-infor .infors .infors-right span[data-v-1d499446] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
}
.pc-all .content .buju .bj-left .alldetail .company-infor .infors .infors-right .itemfocus[data-v-1d499446] {
  padding: 3px 12px;
  background: #f7fcff;
  border-radius: 100px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #29a9ff;
  text-align: center;
  margin-right: 2px;
  margin-bottom: 7px;
}
.pc-all .content .buju .bj-left .alldetail .company-infor .infors .infors-right .itemlist[data-v-1d499446] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.pc-all .content .buju .bj-left .alldetail .company-infor .infors .infors-right .itemlist .items[data-v-1d499446] {
  width: 168px;
  height: 87px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #eaeaea;
  margin-right: 7px;
  margin-bottom: 8px;
  padding-left: 12px;
  padding-top: 12px;
}
.pc-all .content .buju .bj-left .alldetail .company-infor .infors .infors-right .itemlist .items .imges[data-v-1d499446] {
  height: 16px;
  line-height: 16px;
}
.pc-all .content .buju .bj-left .alldetail .company-infor .infors .infors-right .itemlist .items .imges img[data-v-1d499446] {
  width: 16px;
  height: 16px;
}
.pc-all .content .buju .bj-left .alldetail .company-infor .infors .infors-right .itemlist .items .userNames[data-v-1d499446] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #222222;
  line-height: 21px;
  margin-top: 4px;
}
.pc-all .content .buju .bj-left .alldetail .company-infor .infors .infors-right .itemlist .items .departs[data-v-1d499446] {
  margin-top: 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  line-height: 18px;
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pc-all .content .buju .bj-left .alldetail .company-infor .introduces .comment-flex[data-v-1d499446] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 6px;
  margin-top: 30px;
}
.pc-all .content .buju .bj-left .alldetail .company-infor .introduces .comment-flex .comment-decorate[data-v-1d499446] {
  width: 3px;
  height: 10px;
  background: #29a9ff;
  margin: 0 4px 0 0;
}
.pc-all .content .buju .bj-left .alldetail .company-infor .introduces .comment-flex .comment-writte[data-v-1d499446] {
  font-family: PingFang SC-Medium;
  font-weight: 600;
  font-size: 15px;
  color: #222222;
}
.pc-all .content .buju .bj-left .alldetail .company-infor .introduces .comment-flex1[data-v-1d499446] {
  margin-top: 22px;
}
.pc-all .content .buju .bj-left .alldetail .company-infor .introduces .cooperate[data-v-1d499446] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  line-height: 23px;
  word-break: break-all;
  white-space: pre-wrap;
}
.pc-all .content .buju .bj-right[data-v-1d499446] {
  width: 32%;
  flex: 1;
  font-family: "PingFang SC-Medium";
  background-color: #fff;
  width: 299px;
  min-height: 770px;
  border-radius: 0px 0px 0px 0px;
  position: relative;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 16px;
}
.pc-all .content .buju .bj-right .ewcode[data-v-1d499446] {
  width: 267px;
  height: 123px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img[data-v-1d499446] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 267px;
  height: 123px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima[data-v-1d499446] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 21px 0 21px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left[data-v-1d499446] {
  padding-top: 30px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .populay img[data-v-1d499446] {
  width: 120px;
  height: 27px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-1d499446]:after {
  content: "";
  display: block;
  width: 63px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .download[data-v-1d499446] {
  margin-top: 14px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-1d499446] {
  width: 126px;
  height: 18px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-right[data-v-1d499446] {
  background-color: #fff;
  width: 75px;
  height: 75px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 5px;
  margin-top: 24px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-right img[data-v-1d499446] {
  width: 64px;
  height: 64px;
}
.pc-all .content .buju .bj-right .recommended[data-v-1d499446] {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-top: 12px;
  min-height: 688px;
  position: relative;
  margin-bottom: 24px;
}
.pc-all .content .buju .bj-right .recommended .line[data-v-1d499446] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .content .buju .bj-right .recommended .comment-flex[data-v-1d499446] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 12px;
}
.pc-all .content .buju .bj-right .recommended .comment-flex .comment-decorate[data-v-1d499446] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 10px;
  border-radius: 10px;
}
.pc-all .content .buju .bj-right .recommended .comment-flex .comment-writte[data-v-1d499446] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .content .buju .bj-right .recommended .follow[data-v-1d499446] {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 25px 22px;
}
.pc-all .content .buju .bj-right .recommended .follow .all[data-v-1d499446] {
  width: 33.3%;
  text-align: center;
}
.pc-all .content .buju .bj-right .recommended .follow .all .infor[data-v-1d499446] {
  margin-bottom: 18px;
}
.pc-all .content .buju .bj-right .recommended .follow .all .infor img[data-v-1d499446] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.pc-all .content .buju .bj-right .recommended .follow .all .infor div[data-v-1d499446] {
  margin-top: 5px;
  color: #757575;
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
}
.containers[data-v-6982d280] {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.containers[data-v-6982d280]::-webkit-scrollbar {
  display: none;
}
.containers[data-v-6982d280] {
  background-color: #fff;
}
.containers .kongMoblie[data-v-6982d280] {
  background-color: #fff;
  padding-top: 80px;
}
.containers .kongMoblie .pic[data-v-6982d280] {
  display: flex;
  justify-content: center;
}
.containers .kongMoblie .pic img[data-v-6982d280] {
  width: 154px;
  height: 153px;
  padding-bottom: 28px;
}
.containers .kongMoblie .line[data-v-6982d280] {
  height: 8px;
  background-color: #f8f8f9;
}
.containers .kongMoblie .foryou[data-v-6982d280] {
  background-color: #fff;
  margin-top: 8px;
  padding-bottom: 121px;
}
.containers .kongMoblie .foryou .title[data-v-6982d280] {
  padding: 16px 0 0 12px;
  font-size: 16px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #222222;
}
.containers .kongMoblie .foryou .videos[data-v-6982d280] {
  display: flex;
  overflow-x: auto;
  overflow-x: scroll;
  padding: 10px 12px;
}
.containers .kongMoblie .foryou .videos .details[data-v-6982d280] {
  width: 160px;
  height: 210px;
  background: #ffffff;
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.06);
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  flex-shrink: 0;
  margin-right: 13px;
}
.containers .kongMoblie .foryou .videos .details .logos img[data-v-6982d280] {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-top: 21px;
}
.containers .kongMoblie .foryou .videos .details .name[data-v-6982d280] {
  font-size: 14px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.containers .kongMoblie .foryou .videos .details .num[data-v-6982d280] {
  font-size: 10px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
  margin-top: 3px;
}
.containers .kongMoblie .foryou .videos .details .num .dian[data-v-6982d280] {
  margin: -5px 5px 0;
}
.containers .kongMoblie .foryou .videos .details .btn[data-v-6982d280] {
  width: 88px;
  height: 28px;
  background: #078ae2;
  border-radius: 14px 14px 14px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
}
.containers .kongMoblie .foryou .videos .details .btn img[data-v-6982d280] {
  width: 9px;
  height: 9px;
  margin-right: 4px;
}
.containers .kongMoblie .foryou .videos .details .btn span[data-v-6982d280] {
  font-size: 13px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.containers .kongMoblie .foryou .videos[data-v-6982d280]::-webkit-scrollbar {
  display: none;
}
.containers .kongMoblie .foryou .open-more[data-v-6982d280] {
  margin: 36px 26px;
}
.containers .kongMoblie .foryou .open-more button[data-v-6982d280] {
  border: 1px solid #078ae2;
  color: #078ae2;
  font-size: 13px;
  width: 100%;
  height: 38px;
  border-radius: 50px;
  background-color: #fff;
}
.containers .logo[data-v-6982d280] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.containers .logo .left[data-v-6982d280] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.containers .logo .left img[data-v-6982d280] {
  width: 213px;
  height: 32px;
}
.containers .logo .right[data-v-6982d280] {
  display: flex;
}
.containers .logo .right .llqbtn[data-v-6982d280] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.containers .logo .right .llqbtn[data-v-6982d280]:active {
  outline: none;
}
.containers .logo .right .llqbtn[data-v-6982d280]:focus {
  outline: none;
}
.containers .top-bg[data-v-6982d280] {
  height: 210px;
  flex-shrink: 0;
}
.containers .top-bg .imgs[data-v-6982d280] {
  position: relative;
  width: 100%;
  height: 210px;
  z-index: 9;
}
.containers .top-bg .imgs img[data-v-6982d280] {
  width: 100%;
  height: 210px;
}
.containers .top-bg .imgs .bgcolor[data-v-6982d280] {
  position: absolute;
  top: 0;
  left: 0;
  height: 210px;
  width: 100%;
  background: linear-gradient(180deg, rgba(47, 47, 54, 0.102) 0%, #28282f 100%);
}
.containers .infores[data-v-6982d280] {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 16px 0 16px;
  margin-top: -35px;
  position: relative;
  z-index: 9;
}
.containers .infores .name[data-v-6982d280] {
  display: flex;
  height: 62px;
}
.containers .infores .name .name-left img[data-v-6982d280] {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.containers .infores .name .name-right[data-v-6982d280] {
  margin-left: 8px;
}
.containers .infores .name .name-right .mz[data-v-6982d280] {
  font-size: 16px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #ffffff;
  margin-top: 2px;
  display: flex;
  align-items: center;
}
.containers .infores .name .name-right .mz span[data-v-6982d280] {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
.containers .infores .name .name-right .mz .bshi[data-v-6982d280] {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  margin-top: 2px;
}
.containers .infores .name .name-right .departments[data-v-6982d280] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.containers .infores .name .name-right .departments .line[data-v-6982d280] {
  width: 1px;
  height: 9px;
  background-color: #666;
  margin: 0 8px;
}
.containers .infores .ywl-company[data-v-6982d280] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.containers .infores .ywl-company .ywlleft[data-v-6982d280] {
  display: flex;
  align-items: center;
}
.containers .infores .ywl-company .ywlleft img[data-v-6982d280] {
  width: 15px;
  height: 15px;
  margin-right: 2px;
}
.containers .infores .ywl-company .ywlleft span[data-v-6982d280] {
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 10px;
  color: #777777;
  line-height: 14px;
}
.containers .inforszan[data-v-6982d280] {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.containers .inforszan .zy-information[data-v-6982d280] {
  display: flex;
  justify-content: space-between;
  width: 50%;
}
.containers .inforszan .zy-information .zy-zi[data-v-6982d280] {
  text-align: center;
  font-size: 12px;
  color: #333;
  font-family: PingFang SC-Medium, PingFang SC;
}
.containers .inforszan .zy-information .zy-zi .nums[data-v-6982d280] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #3d3d3d;
}
.containers .inforszan .zy-information .zy-zi .zan[data-v-6982d280] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-top: 5px;
}
.containers .inforszan .zy-information .lines[data-v-6982d280] {
  width: 1px;
  height: 14px;
  background: #eaeaea;
  margin-top: 5px;
}
.containers .inforszan .places-right[data-v-6982d280] {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
  margin-bottom: 10px;
}
.containers .inforszan .places-right .private[data-v-6982d280] {
  width: 56px;
  height: 24px;
  border-radius: 1px;
  border: 1px solid #29a5f9;
  font-family: PingFang SC Regular, PingFang SC Regular;
  font-weight: 400;
  font-size: 12px;
  color: #29a5f9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers .inforszan .places-right .follow[data-v-6982d280] {
  width: 56px;
  height: 24px;
  background: #29a9ff;
  margin-left: 12px;
  color: #fff;
}
.containers .kongs[data-v-6982d280] {
  height: 8px;
  background: #f8f8f9;
}
.containers .introes[data-v-6982d280] {
  padding: 10px 16px 16px;
}
.containers .introes .titles[data-v-6982d280] {
  display: flex;
  align-items: center;
}
.containers .introes .titles img[data-v-6982d280] {
  width: 24px;
  height: 24px;
}
.containers .introes .titles span[data-v-6982d280] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
.containers .introes .labelarr[data-v-6982d280] {
  margin-top: 10px;
  margin-bottom: 4px;
}
.containers .introes .labelarr .shows[data-v-6982d280] {
  display: flex;
  flex-wrap: wrap;
  height: 88px;
  overflow: hidden;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  line-height: 24px;
  white-space: pre-wrap;
}
.containers .introes .labelarr .shows.expanded[data-v-6982d280] {
  height: auto;
}
.containers .introes .disdown[data-v-6982d280] {
  display: flex;
  justify-content: flex-end;
}
.containers .introes .disdown .down[data-v-6982d280] {
  width: 113px;
  height: 33px;
  background: #f5f5f5;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #777;
}
.containers .introes .disdown .down span[data-v-6982d280] {
  margin-right: 6px;
}
.containers .introes .disdown .down .van-icon[data-v-6982d280] {
  margin: 0 0 0 2px;
  color: #777;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.containers .tz-teams .memberes[data-v-6982d280] {
  display: flex;
  flex-wrap: wrap;
}
.containers .tz-teams .memberes .specialist[data-v-6982d280] {
  width: 25%;
  background: #ffffff;
}
.containers .tz-teams .memberes .specialist .specialist-list[data-v-6982d280] {
  text-align: center;
}
.containers .tz-teams .memberes .specialist .specialist-list .specialist-list-img[data-v-6982d280] {
  padding-top: 10px;
  display: flex;
  justify-content: center;
}
.containers .tz-teams .memberes .specialist .specialist-list .specialist-list-img img[data-v-6982d280] {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.containers .tz-teams .memberes .specialist .specialist-list .specialist-list-name[data-v-6982d280] {
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  width: 60%;
  margin: 10px auto 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.containers .tz-teams .memberes .specialist .specialist-list .specialist-list-postion[data-v-6982d280] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  margin-top: 4px;
}
.containers .tz-teams .memberes .specialist .specialist-list .specialist-list-sx[data-v-6982d280] {
  width: 56px;
  height: 24px;
  border-radius: 1px 1px 1px 1px;
  border: 1px solid #29a5f9;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #26a3f7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  margin-left: 16px;
}
.containers .tz-teams .responsible[data-v-6982d280] {
  display: flex;
  justify-content: space-between;
}
.containers .tz-teams .responsible .ckmore[data-v-6982d280] {
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 14px;
  color: #999999;
  margin-top: 3px;
}
.containers .tzly .fields[data-v-6982d280] {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 4px;
}
.containers .tzly .fields .specialist-list[data-v-6982d280] {
  padding: 5px 10px;
  background: #f5f5f5;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-right: 8px;
  margin-bottom: 8px;
}
.containers .xwdt .newes[data-v-6982d280] {
  margin-top: 10px;
  margin-bottom: 4px;
}
.containers .xwdt .newes .specialist[data-v-6982d280] {
  height: 39px;
  margin-bottom: 16px;
}
.containers .xwdt .newes .videos[data-v-6982d280] {
  display: flex;
  align-items: center;
  width: 100%;
}
.containers .xwdt .newes .videos .specialist-list-img[data-v-6982d280] {
  width: 51px;
  height: 39px;
  display: flex;
  align-items: center;
  position: relative;
}
.containers .xwdt .newes .videos .specialist-list-img img[data-v-6982d280] {
  width: 51px;
  height: 39px;
  border-radius: 2px;
}
.containers .xwdt .newes .videos .specialist-list-img .istop img[data-v-6982d280] {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 16px;
}
.containers .xwdt .newes .videos .infor-right[data-v-6982d280] {
  flex: 1;
  display: flex;
  align-items: center;
  height: 39px;
  border-bottom: 1px solid #f8f8f9;
  padding-bottom: 15px;
  margin-left: 13px;
  margin-top: 10px;
}
.containers .xwdt .newes .videos .infor-right .specialist-list-name[data-v-6982d280] {
  flex: 1;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.containers .xwdt .newes .videos .infor-right .specialist-list-postion[data-v-6982d280] {
  width: 80px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  text-align: right;
}
.containers .xwdt .newes .seemore[data-v-6982d280] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #29a9ff;
  margin-top: 20px;
}
.containers .xwdt .newes .seemore .morees[data-v-6982d280] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 137px;
  height: 32px;
  background: #f8f8f9;
  border-radius: 2px 2px 2px 2px;
}
.containers .xwdt .newes .seemore .van-icon[data-v-6982d280] {
  margin: 0 0 0 2px;
  color: #29a9ff;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.containers .xcdp .films[data-v-6982d280] {
  margin-top: 10px;
}
.containers .xcdp .films .parks[data-v-6982d280] {
  position: relative;
}
.containers .xcdp .films .parks img[data-v-6982d280] {
  width: 100%;
  height: 192px;
  border-radius: 2px 2px 2px 2px;
}
.containers .xcdp .films .parks .bf[data-v-6982d280] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.containers .xcdp .films .parks .bf .img img[data-v-6982d280] {
  width: 48px;
  height: 48px;
}
.containers .xcdp .films .parks .bf .times[data-v-6982d280] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  margin-top: 6px;
}
.containers .openapp[data-v-6982d280] {
  position: fixed;
  bottom: 28px;
  left: 50%;
  text-align: center;
  z-index: 99;
  transform: translateX(-50%);
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #078ae2;
  border-radius: 20px;
}
.containers .openapp .now[data-v-6982d280] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.containers .openapp img[data-v-6982d280] {
  width: 20px;
  height: 20px;
}
.containers .openapp span[data-v-6982d280] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
@charset "UTF-8";
.container-bg-size[data-v-16d5dbc7] {
  background-color: #f9f9f9;
}
.pc-all .kongWeb .del[data-v-16d5dbc7] {
  margin: 100px 0 300px;
  display: flex;
  justify-content: center;
}
.pc-all .kongWeb img[data-v-16d5dbc7] {
  width: 233px;
  height: 299px;
}
.pc-all .pcheight[data-v-16d5dbc7] {
  height: 100vh;
  overflow-y: scroll;
}
.pc-all .bg-top[data-v-16d5dbc7] {
  height: 177px;
}
.pc-all .bg-top img[data-v-16d5dbc7] {
  width: 100%;
  height: 177px;
}
.pc-all .personal[data-v-16d5dbc7] {
  width: 897px;
  margin: 0 auto;
  display: flex;
}
.pc-all .personal .personal-left[data-v-16d5dbc7] {
  width: 616px;
}
.pc-all .personal .personal-right[data-v-16d5dbc7] {
  width: 267px;
  margin-left: 14px;
}
.pc-all .personal .personal-right .ewcode[data-v-16d5dbc7] {
  width: 267px;
  height: 123px;
  margin-top: 24px;
}
.pc-all .personal .personal-right .ewcode .bg-img[data-v-16d5dbc7] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 267px;
  height: 123px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima[data-v-16d5dbc7] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 21px 0 21px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left[data-v-16d5dbc7] {
  padding-top: 30px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .populay img[data-v-16d5dbc7] {
  width: 120px;
  height: 27px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-16d5dbc7]:after {
  content: "";
  display: block;
  width: 63px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .download[data-v-16d5dbc7] {
  margin-top: 14px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-16d5dbc7] {
  width: 126px;
  height: 18px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-right[data-v-16d5dbc7] {
  background-color: #fff;
  width: 75px;
  height: 75px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 5px;
  margin-top: 24px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-right img[data-v-16d5dbc7] {
  width: 64px;
  height: 64px;
}
.pc-all .personal .personal-right .recommended[data-v-16d5dbc7] {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-top: 12px;
  position: relative;
  margin-bottom: 24px;
}
.pc-all .personal .personal-right .recommended .line[data-v-16d5dbc7] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .personal .personal-right .recommended .comment-flex[data-v-16d5dbc7] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 12px;
}
.pc-all .personal .personal-right .recommended .comment-flex .comment-decorate[data-v-16d5dbc7] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 10px;
  border-radius: 10px;
}
.pc-all .personal .personal-right .recommended .comment-flex .comment-writte[data-v-16d5dbc7] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .personal .personal-right .recommended .follow[data-v-16d5dbc7] {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 16px 22px 22px;
}
.pc-all .personal .personal-right .recommended .follow .all[data-v-16d5dbc7] {
  width: 33.3%;
  text-align: center;
}
.pc-all .personal .personal-right .recommended .follow .all .infor[data-v-16d5dbc7] {
  margin-bottom: 18px;
}
.pc-all .personal .personal-right .recommended .follow .all .infor img[data-v-16d5dbc7] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.pc-all .personal .personal-right .recommended .follow .all .infor div[data-v-16d5dbc7] {
  margin-top: 5px;
  color: #757575;
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
}
.pc-all .personal .personal-right .recommended .mores[data-v-16d5dbc7] {
  position: absolute;
  left: -1px;
  bottom: 0;
  right: 0;
  width: 267px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: #048eea;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 0px 0px 2px 2px;
}
.pc-all .personal-top .personal-flex[data-v-16d5dbc7] {
  text-align: center;
  padding: 15px 0 0;
  color: #333333;
  height: 160px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
.pc-all .personal-top .personal-flex .zy-img[data-v-16d5dbc7] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
}
.pc-all .personal-top .personal-flex .zy-img img[data-v-16d5dbc7] {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #fff;
  padding: 3px;
}
.pc-all .personal-top .personal-flex .zy-introduce .zy-name[data-v-16d5dbc7] {
  font-size: 16px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  margin-top: 18px;
}
.pc-all .personal-top .personal-flex .zy-introduce .zy-information[data-v-16d5dbc7] {
  display: flex;
  margin: 16px 203px 0;
  justify-content: space-between;
}
.pc-all .personal-top .personal-flex .zy-introduce .zy-information .zy-zi[data-v-16d5dbc7] {
  text-align: center;
  width: 33.3%;
  font-size: 12px;
  color: #333;
  font-family: PingFang SC-Medium, PingFang SC;
}
.pc-all .personal-top .personal-flex .zy-introduce .zy-information .zy-zi .nums[data-v-16d5dbc7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #3d3d3d;
}
.pc-all .personal-top .personal-flex .zy-introduce .zy-information .zy-zi .zan[data-v-16d5dbc7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-top: 5px;
}
.pc-all .personal-top .personal-flex .zy-introduce .zy-information .lines[data-v-16d5dbc7] {
  width: 1px;
  height: 14px;
  background: #eaeaea;
  margin-top: 5px;
}
.pc-all .personal-top .personal-flex .zy-introduce .zy-jj[data-v-16d5dbc7] {
  font-size: 0.08rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #cdc9c9;
  margin-top: 8px;
}
.pc-all .personal-top .personal-flex .zy-introduce .detail-personal[data-v-16d5dbc7] {
  margin-top: 0.07rem;
  color: #cdc9c9;
  font-size: 0.08rem;
  cursor: pointer;
}
.pc-all .personal-top .personal-flex .zy-introduce .detail-personal img[data-v-16d5dbc7] {
  width: 0.04rem;
  height: 0.06rem;
}
.pc-all .personal-top .personal-flex .zy-follow[data-v-16d5dbc7] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-all .personal-top .personal-flex .zy-follow div[data-v-16d5dbc7] {
  width: 67px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  margin-top: 15px;
  background-color: #048eea;
  background: linear-gradient(#048eea, #31aafb);
  color: white;
}
.pc-all .personal-bottom[data-v-16d5dbc7] {
  box-sizing: border-box;
  margin-bottom: 24px;
}
.pc-all .personal-bottom .medias-system[data-v-16d5dbc7] {
  min-height: 790px;
  background-color: #fff;
}
.pc-all .personal-bottom .medias-system[data-v-16d5dbc7] .el-tabs__item {
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  padding: 0 30px;
}
.pc-all .personal-bottom .medias-system[data-v-16d5dbc7] .is-active {
  font-size: 14px;
  font-weight: bold;
  color: #00050f;
  position: relative;
}
.pc-all .personal-bottom .medias-system[data-v-16d5dbc7] .is-active::after {
  content: "";
  width: 22px;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  color: #166fe8;
  border-radius: 5px;
  border: 2px solid #166fe8;
  background-color: #166fe8; /* 修改底部横杠的颜色 */
}
.pc-all .personal-bottom .medias-system[data-v-16d5dbc7] .el-tabs__active-bar {
  background-color: transparent; /* 修改底部横杠的颜色 */
}
.pc-all .demo-tabs[data-v-16d5dbc7] {
  padding: 10px 0 0;
  margin: 12px auto 0;
  background-color: #fff;
}
.pc-all .demo-tabs .intros[data-v-16d5dbc7] {
  padding: 0 12px;
}
.pc-all .demo-tabs .intros .agencys[data-v-16d5dbc7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  line-height: 24px;
  white-space: pre-wrap;
}
.pc-all .demo-tabs .memberes[data-v-16d5dbc7] {
  display: flex;
  flex-wrap: wrap;
  padding: 0 12px;
}
.pc-all .demo-tabs .memberes .specialist[data-v-16d5dbc7] {
  margin-right: 22px;
  margin-bottom: 22px;
  width: 124px;
  height: 158px;
  background: #ffffff;
  box-shadow: 0px 1px 6px 1px rgba(51, 51, 51, 0.08);
  border-radius: 10px;
}
.pc-all .demo-tabs .memberes .specialist[data-v-16d5dbc7]:nth-child(4n) {
  margin-right: 0;
}
.pc-all .demo-tabs .memberes .specialist .specialist-list[data-v-16d5dbc7] {
  text-align: center;
}
.pc-all .demo-tabs .memberes .specialist .specialist-list .specialist-list-img[data-v-16d5dbc7] {
  padding-top: 24px;
  display: flex;
  justify-content: center;
}
.pc-all .demo-tabs .memberes .specialist .specialist-list .specialist-list-img img[data-v-16d5dbc7] {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.pc-all .demo-tabs .memberes .specialist .specialist-list .specialist-list-name[data-v-16d5dbc7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  width: 60%;
  margin: 16px auto 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pc-all .demo-tabs .memberes .specialist .specialist-list .specialist-list-postion[data-v-16d5dbc7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  margin-top: 4px;
}
.pc-all .demo-tabs .films[data-v-16d5dbc7] {
  padding: 0 12px;
}
.pc-all .demo-tabs .films .parks[data-v-16d5dbc7] {
  position: relative;
}
.pc-all .demo-tabs .films .parks img[data-v-16d5dbc7] {
  width: 568px;
  height: 317px;
  border-radius: 2px 2px 2px 2px;
}
.pc-all .demo-tabs .films .parks .bf[data-v-16d5dbc7] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.pc-all .demo-tabs .films .parks .bf .img img[data-v-16d5dbc7] {
  width: 48px;
  height: 48px;
}
.pc-all .demo-tabs .films .parks .bf .times[data-v-16d5dbc7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  margin-top: 6px;
}
.pc-all .demo-tabs .fields[data-v-16d5dbc7] {
  display: flex;
  flex-wrap: wrap;
  padding: 0 12px;
}
.pc-all .demo-tabs .fields .specialist-list[data-v-16d5dbc7] {
  padding: 5px 10px;
  background: #f5f5f5;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-right: 8px;
  margin-bottom: 16px;
}
.pc-all .demo-tabs .newes[data-v-16d5dbc7] {
  padding: 0 12px;
}
.pc-all .demo-tabs .newes .specialist[data-v-16d5dbc7] {
  margin-bottom: 16px;
}
.pc-all .demo-tabs .newes .videos[data-v-16d5dbc7] {
  display: flex;
  align-items: center;
  height: 56px;
  width: 100%;
}
.pc-all .demo-tabs .newes .videos .specialist-list-img[data-v-16d5dbc7] {
  width: 72px;
  height: 56px;
  position: relative;
}
.pc-all .demo-tabs .newes .videos .specialist-list-img img[data-v-16d5dbc7] {
  width: 72px;
  height: 56px;
  border-radius: 2px;
}
.pc-all .demo-tabs .newes .videos .specialist-list-img .istop img[data-v-16d5dbc7] {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 16px;
}
.pc-all .demo-tabs .newes .videos .specialist-list-name[data-v-16d5dbc7] {
  flex: 1;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin-left: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pc-all .demo-tabs .newes .videos .specialist-list-postion[data-v-16d5dbc7] {
  width: 100px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  text-align: right;
}
[data-v-16d5dbc7] .el-tabs__nav {
  display: flex;
  justify-content: center;
  float: inherit !important;
}
[data-v-16d5dbc7] .el-tabs__content {
  padding: 12px;
  color: #6b778c;
}
[data-v-16d5dbc7] .el-tabs__nav-scroll {
  display: flex;
  justify-content: left;
  margin-left: 12px;
}
[data-v-16d5dbc7] .el-tabs__item.is-active {
  color: #333;
  font-weight: bold;
}
[data-v-16d5dbc7] .el-tabs__nav-wrap::after {
  height: 1px;
}
@charset "UTF-8";
.container[data-v-3204a662] {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  height: 100vh;
}
.container .kongMoblie[data-v-3204a662] {
  display: flex;
  justify-content: center;
  margin-top: 126px;
}
.container .kongMoblie img[data-v-3204a662] {
  width: 154px;
  height: 153px;
}
.container .logo[data-v-3204a662] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-3204a662] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-3204a662] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-3204a662] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-3204a662] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-3204a662]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-3204a662]:focus {
  outline: none;
}
.container .topname[data-v-3204a662] {
  padding: 16px;
}
.container .topname .titels[data-v-3204a662] {
  line-height: 27px;
}
.container .topname .titels .titels-left[data-v-3204a662] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}
.container .topname .titels .titels-center[data-v-3204a662] {
  width: 1px;
  height: 16px;
  background: #333333;
  display: inline-block;
  margin: 0 8px;
}
.container .topname .titels .titels-right[data-v-3204a662] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}
.container .topname .coperate[data-v-3204a662] {
  margin-top: 10px;
  display: flex;
}
.container .topname .coperate .coperatelist[data-v-3204a662] {
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #29a9ff;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #29a9ff;
  text-align: center;
  margin-right: 8px;
  padding: 2px 8px;
}
.container .num[data-v-3204a662] {
  padding: 0 16px;
  width: 91%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f8f9;
  margin: 10px 16px;
  border-radius: 2px;
}
.container .num .num-left[data-v-3204a662] {
  width: 40px;
  display: flex;
  align-items: center;
}
.container .num .num-left img[data-v-3204a662] {
  width: 40px;
  height: 40px;
  border-radius: 1.3333rem;
  border: 1px solid #eaeaea;
}
.container .num .compan-right[data-v-3204a662] {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
  margin-top: 20px;
  margin-left: 8px;
}
.container .num .compan-right .num-center .bozhu[data-v-3204a662] {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 118px;
  margin-top: 0.1333rem;
  color: #333333;
}
.container .num .compan-right .num-center .labels[data-v-3204a662] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  display: flex;
  margin-top: 8px;
}
.container .num .compan-right .num-center .labels .labels-center[data-v-3204a662] {
  margin: 0 2px;
}
.container .num .compan-right .num-right[data-v-3204a662] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .num .compan-right .num-right .zy-follow[data-v-3204a662] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .num .compan-right .num-right .zy-follow .sxin[data-v-3204a662] {
  width: 56px;
  height: 24px;
  line-height: 22px;
  box-sizing: border-box;
  border-radius: 1px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  background-color: #fff;
  color: #26a3f7;
  border: 1px solid #26a3f7;
  border-radius: 2px;
}
.container .num .compan-right .num-right .zy-follow .sxin-center[data-v-3204a662] {
  margin: 0 6px;
}
.container .num .compan-right .num-right .zy-follow .gzhu[data-v-3204a662] {
  background-color: #048eea;
  background: linear-gradient(#048eea, #31aafb);
  color: white;
}
.container .company-intro[data-v-3204a662] {
  margin: 26px 16px 32px;
}
.container .company-intro .comment-flex[data-v-3204a662] {
  display: flex;
  align-items: center;
  width: 100%;
}
.container .company-intro .comment-flex .comment-decorate[data-v-3204a662] {
  width: 3px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
}
.container .company-intro .comment-flex .comment-writte[data-v-3204a662] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.container .tabels[data-v-3204a662] {
  width: 100%;
}
.container .tabels .bordered-table[data-v-3204a662] {
  border-collapse: collapse;
  margin-top: 24px;
  width: 100%;
  border-radius: 2px 2px 2px 2px;
}
.container .tabels .bordered-table th[data-v-3204a662],
.container .tabels .bordered-table td[data-v-3204a662] {
  border: 1px solid #f8f8f9; /* 设置单元格边框 */
  padding: 8px; /* 添加一些内边距 */
  text-align: left; /* 可选：设置文本对齐 */
  width: 75%;
  border-bottom: 1px solid #f8f8f9;
  padding-left: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  height: 46px;
}
.container .tabels .bordered-table th[data-v-3204a662] {
  width: 25%;
  border-right: 1px solid #f8f8f9;
  border-bottom: 1px solid #f8f8f9;
  padding-left: 16px;
  text-align: left;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  height: 46px;
}
.container .searchmore[data-v-3204a662] {
  margin-top: 28px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(41, 169, 255, 0.07);
  border-radius: 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #29a9ff;
}
.container .recommended[data-v-3204a662] {
  margin-top: 12px;
  margin-bottom: 24px;
}
.container .recommended .hot-recoomend[data-v-3204a662] {
  margin-bottom: 45px;
}
.container .recommended .hot-recoomend .right-list[data-v-3204a662] {
  margin-top: 20px;
}
.container .recommended .hot-recoomend .right-list .hot-list[data-v-3204a662] {
  background: #ffffff;
  border-radius: 2px;
  padding: 13px 0;
  border-bottom: 1px solid #f8f8f9;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex[data-v-3204a662] {
  display: flex;
  cursor: pointer;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp[data-v-3204a662] {
  position: relative;
  width: 40px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp img[data-v-3204a662] {
  width: 40px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other[data-v-3204a662] {
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-3204a662] {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .names[data-v-3204a662] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .lines[data-v-3204a662] {
  margin: 0 8px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .titles[data-v-3204a662] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-author[data-v-3204a662] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  margin-top: 4px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-author .lines[data-v-3204a662] {
  margin: 0 4px;
}
.container .recommended .hot-recoomend .seemore[data-v-3204a662] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #29a9ff;
  margin-top: 20px;
}
.container .recommended .hot-recoomend .seemore .morees[data-v-3204a662] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 137px;
  height: 32px;
  background: #f8f8f9;
  border-radius: 2px 2px 2px 2px;
}
.container .recommended .hot-recoomend .seemore .van-icon[data-v-3204a662] {
  margin: 0 0 0 2px;
  color: #29a9ff;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.container .openapp[data-v-3204a662] {
  position: fixed;
  bottom: 28px;
  left: 50%;
  text-align: center;
  z-index: 99;
  transform: translateX(-50%);
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #078ae2;
  border-radius: 20px;
}
.container .openapp .now[data-v-3204a662] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .openapp img[data-v-3204a662] {
  width: 20px;
  height: 20px;
}
.container .openapp span[data-v-3204a662] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
@charset "UTF-8";
.container-bg-size[data-v-06cf0b96] {
  background-color: #f9f9f9;
}
.pc-all .kongWeb .del[data-v-06cf0b96] {
  margin: 100px 0 300px;
  display: flex;
  justify-content: center;
}
.pc-all .kongWeb img[data-v-06cf0b96] {
  width: 233px;
  height: 299px;
}
.pc-all .pcheight[data-v-06cf0b96] {
  height: 100vh;
  overflow-y: scroll;
}
.pc-all .bg-top[data-v-06cf0b96] {
  height: 177px;
}
.pc-all .bg-top img[data-v-06cf0b96] {
  width: 100%;
  height: 177px;
}
.pc-all .personal[data-v-06cf0b96] {
  width: 897px;
  margin: 0 auto;
  display: flex;
}
.pc-all .personal .personal-left[data-v-06cf0b96] {
  width: 616px;
}
.pc-all .personal .personal-right[data-v-06cf0b96] {
  width: 267px;
  margin-left: 14px;
}
.pc-all .personal .personal-right .ewcode[data-v-06cf0b96] {
  width: 267px;
  height: 123px;
  margin-top: 24px;
}
.pc-all .personal .personal-right .ewcode .bg-img[data-v-06cf0b96] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 267px;
  height: 123px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima[data-v-06cf0b96] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 21px 0 21px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left[data-v-06cf0b96] {
  padding-top: 30px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .populay img[data-v-06cf0b96] {
  width: 120px;
  height: 27px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-06cf0b96]:after {
  content: "";
  display: block;
  width: 63px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .download[data-v-06cf0b96] {
  margin-top: 14px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-06cf0b96] {
  width: 126px;
  height: 18px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-right[data-v-06cf0b96] {
  background-color: #fff;
  width: 75px;
  height: 75px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 5px;
  margin-top: 24px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-right img[data-v-06cf0b96] {
  width: 64px;
  height: 64px;
}
.pc-all .personal .personal-right .recommended[data-v-06cf0b96] {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-top: 12px;
  position: relative;
  margin-bottom: 24px;
}
.pc-all .personal .personal-right .recommended .line[data-v-06cf0b96] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .personal .personal-right .recommended .comment-flex[data-v-06cf0b96] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 12px;
}
.pc-all .personal .personal-right .recommended .comment-flex .comment-decorate[data-v-06cf0b96] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 10px;
  border-radius: 10px;
}
.pc-all .personal .personal-right .recommended .comment-flex .comment-writte[data-v-06cf0b96] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .personal .personal-right .recommended .hot-recoomend[data-v-06cf0b96] {
  margin-bottom: 45px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .line[data-v-06cf0b96] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex[data-v-06cf0b96] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex .comment-decorate[data-v-06cf0b96] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
  border-radius: 10px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex .comment-writte[data-v-06cf0b96] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list[data-v-06cf0b96] {
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #f3f7fa;
  padding: 12px;
  margin: 16px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex[data-v-06cf0b96] {
  display: flex;
  cursor: pointer;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp[data-v-06cf0b96] {
  position: relative;
  width: 40px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp img[data-v-06cf0b96] {
  width: 40px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other[data-v-06cf0b96] {
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-06cf0b96] {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .names[data-v-06cf0b96] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .lines[data-v-06cf0b96] {
  margin: 0 8px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .titles[data-v-06cf0b96] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-author[data-v-06cf0b96] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  margin-top: 4px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-author .lines[data-v-06cf0b96] {
  margin: 0 4px;
}
.pc-all .personal .personal-right .recommended .mores[data-v-06cf0b96] {
  position: absolute;
  left: -1px;
  bottom: 0;
  right: 0;
  width: 267px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: #048eea;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 0px 0px 2px 2px;
}
.pc-all .personal-top .personal-flex[data-v-06cf0b96] {
  text-align: center;
  padding: 15px 0 0;
  color: #333333;
  height: 147px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
.pc-all .personal-top .personal-flex .zy-img[data-v-06cf0b96] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
}
.pc-all .personal-top .personal-flex .zy-img img[data-v-06cf0b96] {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #fff;
  padding: 3px;
}
.pc-all .personal-top .personal-flex .names[data-v-06cf0b96] {
  margin-top: 20px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  color: #333333;
}
.pc-all .personal-top .personal-flex .labels[data-v-06cf0b96] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.pc-all .personal-top .personal-flex .labels .labels-center[data-v-06cf0b96] {
  margin: 0 2px;
}
.pc-all .personal-top .personal-flex .zy-follow[data-v-06cf0b96] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-all .personal-top .personal-flex .zy-follow .sxin[data-v-06cf0b96] {
  width: 56px;
  height: 24px;
  line-height: 22px;
  box-sizing: border-box;
  border-radius: 1px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  margin-top: 24px;
  background-color: #fff;
  color: #26a3f7;
  border: 1px solid #26a3f7;
}
.pc-all .personal-top .personal-flex .zy-follow .sxin-center[data-v-06cf0b96] {
  margin: 0 6px;
}
.pc-all .personal-top .personal-flex .zy-follow .gzhu[data-v-06cf0b96] {
  background-color: #048eea;
  background: linear-gradient(#048eea, #31aafb);
  color: white;
}
.pc-all .personal-bottom[data-v-06cf0b96] {
  box-sizing: border-box;
  margin-bottom: 24px;
}
.pc-all .personal-bottom .medias-system[data-v-06cf0b96] {
  min-height: 790px;
  background-color: #fff;
  margin-top: 12px;
}
.pc-all .personal-bottom .medias-system .topname[data-v-06cf0b96] {
  padding: 24px;
  border-bottom: 1px solid #e8e8e8;
}
.pc-all .personal-bottom .medias-system .topname .titels .titels-left[data-v-06cf0b96] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 22px;
  color: #333333;
}
.pc-all .personal-bottom .medias-system .topname .titels .titels-center[data-v-06cf0b96] {
  width: 1px;
  height: 16px;
  background: #333333;
  display: inline-block;
  margin: 0 8px;
}
.pc-all .personal-bottom .medias-system .topname .titels .titels-right[data-v-06cf0b96] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
}
.pc-all .personal-bottom .medias-system .topname .coperate[data-v-06cf0b96] {
  margin-top: 10px;
  display: flex;
}
.pc-all .personal-bottom .medias-system .topname .coperate .coperatelist[data-v-06cf0b96] {
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #29a9ff;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #29a9ff;
  text-align: center;
  margin-right: 8px;
  padding: 2px 8px;
}
.pc-all .personal-bottom .medias-system .bottomlabel[data-v-06cf0b96] {
  margin: 24px;
}
.pc-all .personal-bottom .medias-system .bottomlabel .intros .comment-flex[data-v-06cf0b96] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .personal-bottom .medias-system .bottomlabel .intros .comment-flex .comment-decorate[data-v-06cf0b96] {
  width: 3px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
}
.pc-all .personal-bottom .medias-system .bottomlabel .intros .comment-flex .comment-writte[data-v-06cf0b96] {
  font-weight: bold;
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.pc-all .personal-bottom .medias-system .bottomlabel .tabels[data-v-06cf0b96] {
  width: 100%;
}
.pc-all .personal-bottom .medias-system .bottomlabel .tabels .bordered-table[data-v-06cf0b96] {
  border-collapse: collapse;
  margin-top: 24px;
  width: 100%;
  border-radius: 2px 2px 2px 2px;
}
.pc-all .personal-bottom .medias-system .bottomlabel .tabels .bordered-table th[data-v-06cf0b96],
.pc-all .personal-bottom .medias-system .bottomlabel .tabels .bordered-table td[data-v-06cf0b96] {
  border: 1px solid #f8f8f9; /* 设置单元格边框 */
  padding: 8px; /* 添加一些内边距 */
  text-align: left; /* 可选：设置文本对齐 */
  width: 80%;
  border-bottom: 1px solid #f8f8f9;
  padding-left: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  height: 46px;
}
.pc-all .personal-bottom .medias-system .bottomlabel .tabels .bordered-table th[data-v-06cf0b96] {
  width: 20%;
  border-right: 1px solid #f8f8f9;
  border-bottom: 1px solid #f8f8f9;
  padding-left: 16px;
  text-align: left;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  height: 46px;
}
.pc-all .personal-bottom .medias-system .bottomlabel .bzhu[data-v-06cf0b96] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  margin-top: 16px;
}
.container[data-v-917c739a] {
  padding-top: 1.33rem;
  padding-bottom: 60px;
}
.container[data-v-917c739a] .van-popup {
  background-color: rgba(0, 0, 0, 0);
  width: 85%;
  margin: 0 auto;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container[data-v-917c739a] .van-popup .mask .mask-img {
  text-align: right;
}
.container[data-v-917c739a] .van-popup .mask .mask-img img {
  width: 1.2rem !important;
  height: 2.8rem !important;
}
.container[data-v-917c739a] .van-popup .mask-text {
  color: white;
  font-size: 15px;
  text-align: center;
}
.container .regist[data-v-917c739a] {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  padding: 0 16px;
  border-top: 1px solid #e5e5e5;
}
.container .regist .collect[data-v-917c739a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.container .regist .collect .collect-left[data-v-917c739a] {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.container .regist .collect .collect-left .sc[data-v-917c739a] {
  text-align: center;
  margin-right: 16px;
}
.container .regist .collect .collect-left .sc .img[data-v-917c739a] {
  display: flex;
  justify-content: center;
}
.container .regist .collect .collect-left .sc .img img[data-v-917c739a] {
  width: 24px;
  height: 24px;
}
.container .regist .collect .collect-left .sc .like[data-v-917c739a] {
  margin-top: 1px;
  font-size: 14px;
  font-family: San Francisco Display-Regular, San Francisco Display;
  font-weight: 400;
  color: #333333;
}
.container .regist .collect .collect-right[data-v-917c739a] {
  width: 50%;
  display: flex;
  align-items: center;
  height: 32px;
  flex: none;
  background: #f4f4f6;
  border-radius: 100px;
  padding: 0 12px;
  margin-left: 14px;
}
.container .regist .collect .collect-right img[data-v-917c739a] {
  width: 24px;
  height: 24px;
}
.container .regist .collect .collect-right input[data-v-917c739a] {
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 14px;
  color: #777;
  width: 100px;
}
.container .del[data-v-917c739a] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.container .del img[data-v-917c739a] {
  width: 154px;
  height: 153px;
}
.container[data-v-917c739a] .ql-editor .ql-align-justify {
  text-align: left;
}
.container .expande[data-v-917c739a] {
  height: auto;
}
.container .close[data-v-917c739a] {
  height: 1310px;
  overflow: hidden;
}
.container .logo[data-v-917c739a] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-917c739a] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-917c739a] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-917c739a] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-917c739a] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-917c739a]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-917c739a]:focus {
  outline: none;
}
.container .kong1[data-v-917c739a] {
  height: 8px;
  background-color: #f8f8f9;
  margin: 20px 0 0;
}
.container .about .xg[data-v-917c739a] {
  margin-top: 16px;
  padding: 0 16px;
  display: flex;
  align-items: center;
}
.container .about .xg h5[data-v-917c739a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.container .about .right-list[data-v-917c739a] {
  margin: 8px 16px;
}
.container .about .right-list .hot-list[data-v-917c739a] {
  margin: 0px 0 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}
.container .about .right-list .hot-list[data-v-917c739a]:last-child {
  border-bottom: none;
}
.container .about .right-list .hot-list .name-top .titmes[data-v-917c739a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.container .about .right-list .hot-list .name-top .titmes .titmes-left[data-v-917c739a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #1472f9;
}
.container .about .right-list .hot-list .name-top .titmes .titmes-right[data-v-917c739a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.container .about .right-list .hot-list .hot-flex[data-v-917c739a] {
  display: flex;
  cursor: pointer;
}
.container .about .right-list .hot-list .hot-flex .hot-sp[data-v-917c739a] {
  width: 94px;
}
.container .about .right-list .hot-list .hot-flex .hot-sp img[data-v-917c739a] {
  width: 94px;
  height: 64px;
  border-radius: 4px 4px 4px 4px;
}
.container .about .right-list .hot-list .hot-flex .hot-other[data-v-917c739a] {
  flex: 1;
  margin-right: 40px;
}
.container .about .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-917c739a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .about .right-list .hot-list .hot-flex .hot-other .hot-title span[data-v-917c739a] {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #ff4183 2%, #ff351d 99%);
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  margin-right: 4px;
  border-radius: 2px;
}
.container .about .right-list .hot-list .hot-flex .hot-other .labels[data-v-917c739a] {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4px;
}
.container .about .right-list .hot-list .hot-flex .hot-other .labels span[data-v-917c739a] {
  display: inline-block;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #078ae2;
  background: rgba(7, 138, 226, 0.1);
  border-radius: 2px 2px 2px 2px;
  padding: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.container .about .open-more[data-v-917c739a] {
  margin: 16px 63px 0;
  display: flex;
}
.container .about .open-more button[data-v-917c739a] {
  width: 100%;
  height: 37px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
  border: none;
}
.container .comment-note[data-v-917c739a] {
  margin: 22px 16px;
}
.container .comment-note .totals[data-v-917c739a] {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.container .comment-note .shur[data-v-917c739a] {
  display: flex;
  margin-top: 18px;
}
.container .comment-note .shur .shur-left[data-v-917c739a] {
  width: 38px;
  height: 38px;
}
.container .comment-note .shur .shur-left img[data-v-917c739a] {
  width: 38px;
  height: 38px;
}
.container .comment-note .shur .shur-right[data-v-917c739a] {
  margin-left: 8px;
  flex: 1;
  height: 34px;
  background: #f5f5f5;
  border-radius: 100px 100px 100px 100px;
}
.container .comment-note .shur .shur-right .upload[data-v-917c739a] {
  display: flex;
  height: 34px;
  justify-content: space-between;
  align-items: center;
}
.container .comment-note .shur .shur-right .upload .upload-left[data-v-917c739a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-left: 12px;
}
.container .comment-note .shur .shur-right .upload .upload-right[data-v-917c739a] {
  display: flex;
  align-items: center;
}
.container .comment-note .shur .shur-right .upload .upload-right img[data-v-917c739a] {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}
.container .comment-note .comment-flex[data-v-917c739a] {
  display: flex;
  position: relative;
}
.container .comment-note .comment-people[data-v-917c739a] {
  margin: 17px 0;
}
.container .comment-note .comment-people .comment-list[data-v-917c739a] {
  position: relative;
  margin-bottom: 23px;
}
.container .comment-note .comment-people .comment-list .comment-author-detail[data-v-917c739a] {
  justify-content: space-between;
  margin-bottom: 10px;
}
.container .comment-note .comment-people .comment-list .comment-author-detail .avtar[data-v-917c739a] {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
}
.container .comment-note .comment-people .comment-list .comment-author-detail .authors[data-v-917c739a] {
  margin-left: 8px;
  flex: 1;
}
.container .comment-note .comment-people .comment-list .comment-author-detail .comment-author[data-v-917c739a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
}
.container .comment-note .comment-people .comment-list .comment-author-detail .comment-author span[data-v-917c739a] {
  margin-left: 12px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  width: 30px;
  height: 16px;
  background: rgba(7, 138, 226, 0.1);
  border-radius: 100px 100px 100px 100px;
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 9px;
  color: #078ae2;
}
.container .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply[data-v-917c739a] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  word-break: break-all;
}
.container .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .nrtitle[data-v-917c739a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  word-break: break-all;
}
.container .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .comment-date[data-v-917c739a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #aaaaaa;
  line-height: 17px;
  margin-left: 4px;
}
.container .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .comment-reply[data-v-917c739a] {
  cursor: pointer;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666666;
  line-height: 17px;
  margin-left: 4px;
}
.container .comment-note .comment-people .comment-list .comment-author-detail .first[data-v-917c739a] {
  text-align: center;
  line-height: 16px;
  width: 30px;
  height: 16px;
  background: #f5f3f4;
  border-radius: 100px 100px 100px 100px;
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 9px;
  color: #999999;
  margin: 7px 0;
}
.container .comment-note .comment-people .comment-list .comment-author-detail .comment-collect[data-v-917c739a] {
  text-align: center;
  width: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
}
.container .comment-note .comment-people .comment-list .comment-author-detail .comment-collect .zan[data-v-917c739a] {
  display: flex;
  width: 14px;
  height: 14px;
}
.container .comment-note .comment-people .comment-list .comment-author-detail .comment-collect span[data-v-917c739a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.container .comment-note .open-more[data-v-917c739a] {
  margin: 16px 0 46px;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #777777;
  font-size: 12px;
}
.container .comment-note .zwpl[data-v-917c739a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .comment-note .zwpl .el-empty[data-v-917c739a] {
  padding-bottom: 0;
}
.container .comment-note .zwpl .firpl[data-v-917c739a] {
  margin-top: 16px;
  text-align: center;
  line-height: 29px;
  width: 52px;
  height: 29px;
  border-radius: 321px 321px 321px 321px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #3d3d3d;
}
.container[data-v-917c739a] .van-popup--center {
  top: 60px;
  left: 50%;
  width: 100%;
  height: 230px !important;
  display: flex;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 2500 !important;
}
.container[data-v-917c739a] .van-popup--center .mask {
  display: flex;
  justify-content: space-between;
  padding: 0 0px;
}
.container[data-v-917c739a] .van-popup--center .mask-img {
  z-index: 999;
}
.container[data-v-917c739a] .van-popup--center .mask-img img {
  width: 60px;
  margin-top: 70px;
  margin-left: 280px;
}
.container[data-v-917c739a] .van-popup--center .mask-text {
  position: absolute;
  color: #fff;
  top: 100px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 15px;
  margin-top: 100px;
  margin-left: 10px;
  z-index: 999;
}
.container .article[data-v-917c739a] {
  padding: 5px 12px 0px;
}
.container .article h2[data-v-917c739a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 17px;
  color: #333333;
  line-height: 26px;
  text-align: justify;
  word-wrap: break-word;
}
.container .article .atten[data-v-917c739a] {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.container .article .atten .atten-left[data-v-917c739a] {
  display: flex;
  align-items: center;
  width: 30px;
}
.container .article .atten .atten-left img[data-v-917c739a] {
  width: 30px;
  height: 30px;
  border-radius: 50px;
}
.container .article .atten .atten-center[data-v-917c739a] {
  flex: 1;
  padding-left: 8px;
}
.container .article .atten .atten-center .name[data-v-917c739a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  margin-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 220px;
}
.container .article .atten .atten-center .time[data-v-917c739a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #999999;
}
.container .article .atten .atten-center .time span[data-v-917c739a] {
  margin-right: 16px;
}
.container .article .atten .atten-center .time span[data-v-917c739a]:last-child {
  margin-right: 0;
}
.container .article .atten .atten-right[data-v-917c739a] {
  width: 52px;
  display: flex;
}
.container .article .atten .atten-right button[data-v-917c739a] {
  width: 52px;
  height: 26px;
  border-radius: 2px 2px 2px 2px;
  background-color: #fff;
  border: 1px solid #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
}
.container .article .atten .atten-right[data-v-917c739a] .van-button--normal {
  padding: 0;
  line-height: 28px;
}
.container .article .atten .atten-right[data-v-917c739a] .van-button__icon {
  font-weight: 800;
  font-size: 1em;
}
.container .article .atten .atten-right .followed[data-v-917c739a] {
  color: #078ae2;
  background-color: #fff;
}
.container .article .introdctions[data-v-917c739a] {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px 2px 2px 2px;
  padding: 8px 16px;
  margin-top: 8px;
}
.container .article .introdctions .disdown[data-v-917c739a] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.container .article .introdctions .disdown .down[data-v-917c739a] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.container .article .introdctions .disdown .down span[data-v-917c739a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.container .article .introdctions .disdown .down .van-icon[data-v-917c739a] {
  margin: 2px 0 0 2px;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.container .article .introdctions .introduce[data-v-917c739a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  margin-top: 8px;
}
.container .article .introdctions .introduce .descripe[data-v-917c739a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  white-space: pre-wrap;
  word-break: break-all;
}
.container .article .introdctions .introduce .descripe.clamp[data-v-917c739a] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.container .article .wz[data-v-917c739a] {
  position: relative;
}
.container .article .wz .art[data-v-917c739a] {
  margin-top: 5px;
}
.container .article .wz .original[data-v-917c739a] {
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
}
.container .article .wz .content[data-v-917c739a] {
  color: #333333;
  font-size: 14px;
  margin: 15px 0 5px;
  text-align: justify;
  letter-spacing: 0.4px;
  line-height: 1.9;
  font-family: PingFang SC-Medium;
  word-wrap: break-word;
  word-break: break-all;
}
.container .article .wz .content[data-v-917c739a] table {
  width: 100% !important;
  margin: 0 auto;
}
.container .article .wz .content[data-v-917c739a] img {
  max-width: 100% !important;
  margin: 5px 0;
}
.container .article .wz .content[data-v-917c739a] .wxw-img,
.container .article .wz .content .rich_pages[data-v-917c739a] {
  width: 100% !important;
}
.container .article .wz .content[data-v-917c739a] .raw-image {
  vertical-align: top !important;
}
.container .article .wz .expande-button-wrap[data-v-917c739a] {
  margin-top: -42px;
}
.container .article .wz .expande-button-wrap .yying img[data-v-917c739a] {
  width: 100%;
  height: 42px;
}
.container .article .wz .expande-button img[data-v-917c739a] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.container .article .wz .expande-button[data-v-917c739a] {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(93deg, #048eea 0%, #2da8fa 100%);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 1000px 1000px 1000px 1000px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.container .article .wz .pic img[data-v-917c739a] {
  width: 100%;
  height: 150px;
}
.container .article .wz .labeles[data-v-917c739a] {
  display: flex;
  margin-top: 8px;
}
.container .article .wz .labeles .labeles-left[data-v-917c739a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-right: 6px;
}
.container .article .wz .labeles .labeles-right[data-v-917c739a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
}
.container .article .wz .labeles span[data-v-917c739a] {
  margin-right: 6px;
}
.container .article .wz .fulltext[data-v-917c739a] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 21px 0;
}
.container .article .wz .fulltext span[data-v-917c739a] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 164px;
  height: 40px;
  background: #078ae2;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}
@charset "UTF-8";
.pc-all[data-v-2028a946] {
  background-color: #fff;
}
.pc-all .kongWeb[data-v-2028a946] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .kongWeb .del[data-v-2028a946] {
  flex: 1;
  margin: 100px 0 300px;
  display: flex;
  justify-content: center;
}
.pc-all .kongWeb img[data-v-2028a946] {
  width: 233px;
  height: 299px;
}
.pc-all .pcfooter[data-v-2028a946] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 89px;
  padding-right: 80px;
  height: 120px;
  background: rgba(15, 15, 15, 0.75);
  border-radius: 0px 0px 0px 0px;
}
.pc-all .pcfooter .pcfooter-left img[data-v-2028a946] {
  width: 383px;
  height: 57px;
}
.pc-all .pcfooter .pcfooter-right[data-v-2028a946] {
  display: flex;
  align-items: center;
}
.pc-all .pcfooter .pcfooter-right span[data-v-2028a946] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  margin-right: 32px;
}
.pc-all .pcfooter .pcfooter-right img[data-v-2028a946] {
  width: 96px;
  height: 96px;
}
.pc-all .alls[data-v-2028a946] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
  margin-bottom: 120px;
}
.pc-all .content[data-v-2028a946] {
  width: 65%;
  margin: 0 auto;
  flex: 1;
  min-height: 70vh;
  padding: 24px 0;
}
.pc-all .content .buju[data-v-2028a946] {
  display: flex;
  width: 100%;
}
.pc-all .content .buju .bj-left[data-v-2028a946] {
  width: 63%;
  background-color: #fff;
}
.pc-all .content .buju .article[data-v-2028a946] {
  width: 100%;
}
.pc-all .content .buju .article .original[data-v-2028a946] {
  font-size: 14px;
  color: #777777;
}
.pc-all .content .buju .article .article-title[data-v-2028a946] {
  width: 100%;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 17px;
  color: #333333;
  line-height: 26px;
  font-weight: 600;
}
.pc-all .content .buju .article .atten[data-v-2028a946] {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.pc-all .content .buju .article .atten .atten-left[data-v-2028a946] {
  display: flex;
  align-items: center;
  width: 30px;
}
.pc-all .content .buju .article .atten .atten-left img[data-v-2028a946] {
  width: 30px;
  height: 30px;
  border-radius: 50px;
}
.pc-all .content .buju .article .atten .atten-center[data-v-2028a946] {
  flex: 1;
  padding-left: 8px;
}
.pc-all .content .buju .article .atten .atten-center .name[data-v-2028a946] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  margin-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 220px;
}
.pc-all .content .buju .article .atten .atten-center .time[data-v-2028a946] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #999999;
}
.pc-all .content .buju .article .atten .atten-center .time span[data-v-2028a946] {
  margin-right: 16px;
}
.pc-all .content .buju .article .atten .atten-center .time span[data-v-2028a946]:last-child {
  margin-right: 0;
}
.pc-all .content .buju .article .contentTexts[data-v-2028a946] {
  margin-top: 16px;
}
.pc-all .content .buju .article .contentTexts[data-v-2028a946] .el-collapse {
  border-top: none;
  border-bottom: none;
}
.pc-all .content .buju .article .contentTexts[data-v-2028a946] .el-collapse-item__header {
  background: rgba(0, 0, 0, 0.05);
  padding: 8px 16px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  height: 35px;
  font-weight: 600;
}
.pc-all .content .buju .article .contentTexts[data-v-2028a946] .el-collapse-item__content {
  background: rgba(0, 0, 0, 0.05);
  padding: 0 16px 8px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 23px;
}
.pc-all .content .buju .article .contentTexts[data-v-2028a946] {
  /* 修改展开图标为上下方向 */
}
.pc-all .content .buju .article .contentTexts[data-v-2028a946] .custom-collapse .el-collapse-item__arrow {
  transform: rotate(90deg); /* 默认向下 */
  transition: transform 0.3s;
  color: #333;
  font-weight: 800;
}
.pc-all .content .buju .article .contentTexts[data-v-2028a946] .custom-collapse .el-collapse-item.is-active .el-collapse-item__arrow {
  transform: rotate(270deg); /* 展开后向上 */
}
.pc-all .content .buju .article .article-content[data-v-2028a946] {
  width: 100%;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin: 8px 0 8px;
  text-align: justify;
  letter-spacing: 0.4px;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}
.pc-all .content .buju .article .article-content[data-v-2028a946] img {
  max-width: 100% !important;
  margin: 5px 0;
}
.pc-all .content .buju .article .article-content[data-v-2028a946] table {
  width: 100% !important;
  margin: 0 auto;
}
.pc-all .content .buju .article .article-content[data-v-2028a946] p {
  line-height: 24px;
}
.pc-all .content .buju .article .article-content[data-v-2028a946] .wxw-img,
.pc-all .content .buju .article .article-content .rich_pages[data-v-2028a946] {
  width: 100% !important;
}
.pc-all .content .buju .article .wz .labeles[data-v-2028a946] {
  display: flex;
  margin-top: 10px;
}
.pc-all .content .buju .article .wz .labeles .labeles-left[data-v-2028a946] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  margin-right: 5px;
}
.pc-all .content .buju .article .wz .labeles .labeles-right[data-v-2028a946] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
}
.pc-all .content .buju .article .wz .labeles span[data-v-2028a946] {
  margin-right: 6px;
}
.pc-all .content .buju .article .wz .fulltext[data-v-2028a946] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
}
.pc-all .content .buju .article .wz .fulltext span[data-v-2028a946] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 164px;
  height: 40px;
  background: #078ae2;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.pc-all .content .buju .article .comment-note[data-v-2028a946] {
  margin: 40px 0 0;
}
.pc-all .content .buju .article .comment-note .totals[data-v-2028a946] {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.pc-all .content .buju .article .comment-note .comment-flex[data-v-2028a946] {
  display: flex;
  width: 100%;
}
.pc-all .content .buju .article .comment-note .comment-people[data-v-2028a946] {
  margin: 24px 0 0;
}
.pc-all .content .buju .article .comment-note .comment-people .comment-list .comment-author-detail[data-v-2028a946] {
  margin-bottom: 28px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 16px;
  width: 100%;
}
.pc-all .content .buju .article .comment-note .comment-people .comment-list .comment-author-detail .avtar[data-v-2028a946] {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
}
.pc-all .content .buju .article .comment-note .comment-people .comment-list .comment-author-detail .authors[data-v-2028a946] {
  margin-left: 8px;
  flex: 1;
  max-width: 100%;
}
.pc-all .content .buju .article .comment-note .comment-people .comment-list .comment-author-detail .comment-author[data-v-2028a946] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
}
.pc-all .content .buju .article .comment-note .comment-people .comment-list .comment-author-detail .comment-author span[data-v-2028a946] {
  margin-left: 12px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  width: 30px;
  height: 16px;
  background: rgba(7, 138, 226, 0.1);
  border-radius: 100px 100px 100px 100px;
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 9px;
  color: #078ae2;
}
.pc-all .content .buju .article .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply[data-v-2028a946] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  word-break: break-all;
}
.pc-all .content .buju .article .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .nrtitle[data-v-2028a946] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  word-break: break-all;
}
.pc-all .content .buju .article .comment-note .comment-people .comment-list .comment-author-detail .first[data-v-2028a946] {
  display: inline-block;
  text-align: center;
  line-height: 16px;
  width: 30px;
  height: 16px;
  background: #f5f3f4;
  border-radius: 100px 100px 100px 100px;
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 9px;
  color: #999999;
  margin: 7px 0;
}
.pc-all .content .buju .article .comment-note .comment-people .comment-list .comment-author-detail .times[data-v-2028a946] {
  display: flex;
  justify-content: space-between;
}
.pc-all .content .buju .article .comment-note .comment-people .comment-list .comment-author-detail .times .times-left[data-v-2028a946] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #aaaaaa;
  line-height: 17px;
}
.pc-all .content .buju .article .comment-note .comment-people .comment-list .comment-author-detail .times .times-right .zans[data-v-2028a946] {
  display: flex;
}
.pc-all .content .buju .article .comment-note .comment-people .comment-list .comment-author-detail .times .times-right .zans .zans-left[data-v-2028a946] {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.pc-all .content .buju .article .comment-note .comment-people .comment-list .comment-author-detail .times .times-right .zans .zans-left img[data-v-2028a946] {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.pc-all .content .buju .article .comment-note .comment-people .comment-list .comment-author-detail .times .times-right .zans .zans-left span[data-v-2028a946] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.pc-all .content .buju .article .comment-note .open-more[data-v-2028a946] {
  margin: 16px 0 0px;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #777777;
  font-size: 12px;
}
.pc-all .content .buju .bj-right[data-v-2028a946] {
  font-family: "PingFang SC-Medium";
  margin-left: 14px;
  width: 352px;
}
.pc-all .content .buju .bj-right .ewcode[data-v-2028a946] {
  width: 100%;
  height: 162px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img[data-v-2028a946] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 100%;
  height: 162px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima[data-v-2028a946] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 28px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left[data-v-2028a946] {
  padding-top: 43px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-2028a946] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #364579;
  line-height: 20px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-2028a946]:after {
  content: "";
  display: block;
  width: 83px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
  padding-bottom: 16px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .download[data-v-2028a946] {
  margin-top: 19px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-2028a946] {
  width: 166px;
  height: 24px;
  border-radius: 2px 2px 2px 2px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-right[data-v-2028a946] {
  background-color: #fff;
  width: 99px;
  height: 99px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 7px;
  margin-top: 32px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-right img[data-v-2028a946] {
  width: 84px;
  height: 84px;
}
.pc-all .content .buju .bj-right .hot-recoomend[data-v-2028a946] {
  border: 1px solid rgba(0, 0, 0, 0.03);
  padding: 15px 10px 16px;
  background-color: #fff;
  border-radius: 2px;
  position: relative;
  margin-top: 16px;
}
.pc-all .content .buju .bj-right .hot-recoomend .line[data-v-2028a946] {
  position: absolute;
  top: -1px;
  left: 0px;
  height: 3px;
  width: 100%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .content .buju .bj-right .hot-recoomend .comment-flex[data-v-2028a946] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .content .buju .bj-right .hot-recoomend .comment-flex .comment-decorate[data-v-2028a946] {
  width: 4px;
  height: 12px;
  background: #078ae2;
  margin: 0 6px 0 0;
}
.pc-all .content .buju .bj-right .hot-recoomend .comment-flex .comment-writte[data-v-2028a946] {
  font-weight: bold;
  font-family: PingFang SC, PingFang SC;
  font-size: 18px;
  color: #00050f;
}
.pc-all .content .buju .bj-right .right-list[data-v-2028a946] {
  margin-top: 16px;
}
.pc-all .content .buju .bj-right .right-list .hot-list[data-v-2028a946] {
  margin: 0px 0 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}
.pc-all .content .buju .bj-right .right-list .hot-list[data-v-2028a946]:last-child {
  border-bottom: none;
}
.pc-all .content .buju .bj-right .right-list .hot-list .name-top .titmes[data-v-2028a946] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.pc-all .content .buju .bj-right .right-list .hot-list .name-top .titmes .titmes-left[data-v-2028a946] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #1472f9;
}
.pc-all .content .buju .bj-right .right-list .hot-list .name-top .titmes .titmes-right[data-v-2028a946] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex[data-v-2028a946] {
  display: flex;
  cursor: pointer;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-sp[data-v-2028a946] {
  width: 94px;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-sp img[data-v-2028a946] {
  width: 94px;
  height: 64px;
  border-radius: 4px 4px 4px 4px;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-other[data-v-2028a946] {
  flex: 1;
  margin-right: 40px;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-2028a946] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-other .hot-title span[data-v-2028a946] {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #ff4183 2%, #ff351d 99%);
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  margin-right: 4px;
  border-radius: 2px;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-other .labels[data-v-2028a946] {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-other .labels span[data-v-2028a946] {
  display: inline-block;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #078ae2;
  background: rgba(7, 138, 226, 0.1);
  border-radius: 2px 2px 2px 2px;
  padding: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.pc-all .content .buju .bj-right .open-more[data-v-2028a946] {
  margin: 16px 48px 0;
  display: flex;
}
.pc-all .content .buju .bj-right .open-more button[data-v-2028a946] {
  width: 100%;
  height: 37px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
  border: none;
}
.pc-all .el-divider[data-v-2028a946] {
  background-color: #eeeeee !important;
}
.pc-all .el-divider__text[data-v-2028a946] {
  background-color: #fbfbfb !important;
}
@charset "UTF-8";
.container[data-v-68ab03ce] {
  padding-top: 1.33rem;
}
.container .logo[data-v-68ab03ce] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-68ab03ce] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-68ab03ce] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-68ab03ce] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-68ab03ce] {
  font-size: 14px;
  width: 82px;
  height: 28px;
  background: #0790eb;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-68ab03ce]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-68ab03ce]:focus {
  outline: none;
}
.container .del[data-v-68ab03ce] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0;
}
.container .del img[data-v-68ab03ce] {
  width: 154px;
  height: 153px;
}
.container .textScroll[data-v-68ab03ce] {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 1rem;
}
.container[data-v-68ab03ce] .van-popup {
  background-color: rgba(0, 0, 0, 0);
  width: 85%;
  margin: 0 auto;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2500 !important;
}
.container[data-v-68ab03ce] .van-popup .mask .mask-img {
  text-align: right;
}
.container[data-v-68ab03ce] .van-popup .mask .mask-img img {
  width: 1.2rem !important;
  height: 2.8rem !important;
}
.container[data-v-68ab03ce] .van-popup .mask-text {
  color: white;
  font-size: 15px;
  text-align: center;
}
.container .kong[data-v-68ab03ce] {
  height: 60px;
  background-color: #f8f8f8;
  margin: 20px 0;
}
.container .kong1[data-v-68ab03ce] {
  height: 8px;
  background-color: #f8f8f9;
  margin: 20px 0 0;
}
.container .order[data-v-68ab03ce] {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.container .order .explain[data-v-68ab03ce] {
  height: 211px;
  flex-shrink: 0;
}
.container .order .explain .play[data-v-68ab03ce] {
  position: relative;
}
.container .order .explain .play .img1[data-v-68ab03ce] {
  width: 100%;
  height: 211px;
}
.container .order .explain .play .pic[data-v-68ab03ce] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 211px;
}
.container .order .explain .play .pic .kda[data-v-68ab03ce] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 55px 0 40px;
}
.container .order .explain .play .pic img[data-v-68ab03ce] {
  width: 62px;
  height: 62px;
}
.container .order .explain .play .logos[data-v-68ab03ce] {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 70;
  height: 40px;
  line-height: 40px;
}
.container .order .explain .play .logos .right[data-v-68ab03ce] {
  height: 40px;
  line-height: 40px;
  width: 100%;
  position: relative;
}
.container .order .explain .play .logos .right .llqbtn1[data-v-68ab03ce] {
  width: 100%;
  font-size: 14px;
  background-color: #ff9831;
  border: none;
  color: #fff;
  height: 40px;
  line-height: 40px;
}
.container .order .explain .play .logos .right img[data-v-68ab03ce] {
  position: absolute;
  right: 16px;
  top: 12px;
  width: 24px;
  height: 24px;
  z-index: 999;
}
.container .order .explain .play .share[data-v-68ab03ce] {
  position: absolute;
  right: 16px;
  top: 10px;
}
.container .order .explain .play .share .check[data-v-68ab03ce] {
  display: flex;
  align-items: center;
}
.container .order .explain .play .share .check .zx[data-v-68ab03ce] {
  width: 20px;
  height: 20px;
}
.container .order .explain .play .share[data-v-68ab03ce] {
  display: flex;
  align-items: center;
}
.container .order .explain .play .share span[data-v-68ab03ce] {
  color: #323332;
  font-size: 0.32rem;
  margin-left: 0.1333rem;
}
.container .order .explain .play .share .img3[data-v-68ab03ce] {
  width: 0.56rem;
  height: 0.56rem;
}
.container .order .explain .play .roll[data-v-68ab03ce] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 211px;
  background: rgba(0, 0, 0, 0.7);
}
.container .order .explain .play .roll .distances[data-v-68ab03ce] {
  color: #fff;
  text-align: center;
}
.container .order .explain .play .roll .distances .tim[data-v-68ab03ce] {
  font-size: 14px;
  margin-top: 41px;
  letter-spacing: 1.2;
}
.container .order .explain .play .roll .distances .countdown[data-v-68ab03ce] {
  display: flex;
  justify-content: center;
  margin: 16px 60px 0;
}
.container .order .explain .play .roll .distances .countdown .days[data-v-68ab03ce] {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 2px 2px 2px 2px;
  border: 1px solid;
  -o-border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5)) 1 1;
     border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5)) 1 1;
  width: 40px;
  height: 46px;
  margin: 0 16px;
}
.container .order .explain .play .roll .distances .countdown .days .mh[data-v-68ab03ce] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}
.container .order .explain .play .roll .distances .countdown .days .minute[data-v-68ab03ce] {
  display: flex;
  justify-content: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 22px;
  text-align: center;
  margin-top: 5px;
}
.container .order .explain .play .roll .distances .relady[data-v-68ab03ce] {
  display: flex;
  justify-content: center;
  margin-top: 17px;
}
.container .order .explain .play .roll .distances .relady .btn1[data-v-68ab03ce] {
  width: 100px;
  height: 32px;
  line-height: 32px;
  background: #078ae2;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.container .order .explain .liveover[data-v-68ab03ce] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 211px;
  z-index: 66;
  background: rgba(0, 0, 0, 0.5);
}
.container .order .explain .liveover .over[data-v-68ab03ce] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 95px 0 40px;
}
.container .order .explain .liveover .over .bt[data-v-68ab03ce] {
  font-size: 14px;
  font-family: PingFang SC-Bold, PingFang SC;
  color: #ffffff;
  z-index: 99;
}
.container .order .explain .liveover .over img[data-v-68ab03ce] {
  width: 62px;
  height: 62px;
}
.container .order .list[data-v-68ab03ce] {
  padding: 7px 0;
}
.container .order .list .intro .bespoke[data-v-68ab03ce] {
  padding: 0 16px;
  word-break: break-all;
}
.container .order .list .intro .bespoke .text-box[data-v-68ab03ce] {
  display: flex;
}
.container .order .list .intro .bespoke .txt[data-v-68ab03ce] {
  font-size: 16px;
  color: #333333;
  margin-bottom: 5px;
  font-weight: 600;
}
.container .order .list .intro .bespoke .over-hidden[data-v-68ab03ce] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.container .order .list .intro .bespoke .btn[data-v-68ab03ce] {
  color: #999;
  font-size: 18px;
  font-weight: 600;
}
.container .order .list .intro .bespoke .start[data-v-68ab03ce] {
  font-size: 12px;
  display: flex;
}
.container .order .list .intro .bespoke .start .start-left span[data-v-68ab03ce] {
  font-size: 12px;
  color: #999999;
}
.container .order .list .intro .bespoke .start .start-right[data-v-68ab03ce] {
  color: #999999;
  font-size: 12px;
  margin-left: 16px;
}
.container .order .list .intro .bespoke .distance[data-v-68ab03ce] {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px 1px rgba(212, 212, 212, 0.5);
  padding: 22px 23px 16px;
  position: relative;
}
.container .order .list .intro .bespoke .distance .line[data-v-68ab03ce] {
  border-bottom: 1px solid #dddcdc;
  color: #dddcdc;
  position: absolute;
  left: 23px;
  right: 23px;
  top: 30px;
}
.container .order .list .intro .bespoke .distance .day[data-v-68ab03ce] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #333;
  vertical-align: baseline;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 18px;
  width: 168px;
  transform: translateX(-50%);
}
.container .order .list .intro .bespoke .distance .day span[data-v-68ab03ce] {
  font-size: 20px;
  margin: 0 3px;
}
.container .order .list .intro .bespoke .distance .day span[data-v-68ab03ce] .van-count-down {
  font-size: 24px;
  margin: 0 3px;
}
.container .order .list .intro .bespoke .distance .countdown[data-v-68ab03ce] {
  width: 100%;
  height: 46px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.container .order .list .intro .bespoke .distance .countdown .mh[data-v-68ab03ce] {
  display: inline-block;
  margin: 0 4px;
  color: #333;
  font-size: 30px;
}
.container .order .list .intro .bespoke .distance .countdown .minute[data-v-68ab03ce] {
  display: flex;
  justify-content: center;
  width: 38px;
  height: 46px;
  line-height: 46px;
  border-right: 10px;
  font-weight: 500;
  color: #333333;
  font-size: 24px;
  text-align: center;
  background-color: #e8e9eb;
  border-radius: 8px;
}
.container .order .list .intro .bespoke .distance .now[data-v-68ab03ce] .van-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  background-color: #e8f4fd;
  border: none;
  color: #0790eb;
}
.container .order .list .intro .bespoke .distance .now[data-v-68ab03ce] .van-button img {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .order .list .intro .bespoke .distance .now[data-v-68ab03ce] .van-button span {
  font-size: 14px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .order .list .intro .atten[data-v-68ab03ce] {
  display: flex;
  align-items: center;
  padding: 19px 16px 16px;
}
.container .order .list .intro .atten .atten-left[data-v-68ab03ce] {
  display: flex;
  align-items: center;
  width: 30px;
}
.container .order .list .intro .atten .atten-left img[data-v-68ab03ce] {
  width: 30px;
  height: 30px;
  border-radius: 50px;
}
.container .order .list .intro .atten .atten-center[data-v-68ab03ce] {
  flex: 1;
  padding-left: 10px;
}
.container .order .list .intro .atten .atten-center .name[data-v-68ab03ce] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 220px;
}
.container .order .list .intro .atten .atten-center .time[data-v-68ab03ce] {
  color: #999999;
  font-size: 11px;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 220px;
}
.container .order .list .intro .atten .atten-right[data-v-68ab03ce] {
  display: flex;
}
.container .order .list .intro .atten .atten-right button[data-v-68ab03ce] {
  width: 52px;
  height: 26px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
}
.container .order .list .intro .atten .atten-right button.focus[data-v-68ab03ce] {
  background-color: #e8f4fd;
  color: #0790eb;
  border: none;
}
.container .order .list .intro .atten .atten-right button.focuses[data-v-68ab03ce] {
  background-color: #fff;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
}
.container .order .list .intro .topics[data-v-68ab03ce] {
  padding: 8px 16px 0px;
}
.container .order .list .intro .topics h5[data-v-68ab03ce] {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.container .order .list .intro .topics h5 span[data-v-68ab03ce] {
  width: 3px;
  height: 10px;
  background-color: #29a9ff;
  margin: 0 4px 0 0px;
}
.container .order .list .intro .topics .text-box[data-v-68ab03ce] {
  position: relative;
  color: #333;
  font-size: 14px;
  padding: 10px 0 0;
  line-height: 21px;
  border-radius: 4px;
  margin-bottom: -1px;
  word-break: break-all;
  font-family: PingFang SC, PingFang SC;
}
.container .order .list .intro .topics .text-box[data-v-68ab03ce] p {
  white-space: pre-wrap;
  font-size: 14px !important;
  color: #333;
}
.container .order .list .intro .topics .text-box[data-v-68ab03ce] span {
  color: #333333 !important;
  font-size: 14px !important;
}
.container .order .list .intro .topics .text-box[data-v-68ab03ce] img {
  width: 100%;
  margin: 5px 0;
}
.container .order .list .intro .topics .btn[data-v-68ab03ce] {
  color: #0790eb;
  font-size: 13px;
  text-align: center;
}
.container .order .list[data-v-68ab03ce] .van-tab {
  font-size: 16px;
  flex: none !important;
  padding: 0 16px;
  position: relative;
  height: 30px;
  color: #666;
}
.container .order .list[data-v-68ab03ce] .van-tab--active {
  font-weight: bold;
  color: #333;
}
.container .order .list[data-v-68ab03ce] .van-tabs__wrap {
  margin-left: 0;
  border-bottom: 1px solid #eaeaea;
}
.container .order .list[data-v-68ab03ce] .van-tabs__nav--line {
  padding-bottom: 4px;
}
.container .order .list[data-v-68ab03ce] .menu-tabs .van-tabs__line {
  background-color: #078ae2; /* 线条颜色 */
  width: 24px; /*宽度 */
  height: 2px; /* 高度 */
  border-radius: 0px; /* 圆角 */
}
.container .order .list .menu-tabs[data-v-68ab03ce] {
  position: relative;
}
.container .order .list .menu-tabs .share[data-v-68ab03ce] {
  position: absolute;
  right: 10px;
  top: 4px;
}
.container .order .list .menu-tabs .share .check[data-v-68ab03ce] {
  display: flex;
  align-items: center;
}
.container .order .list .menu-tabs .share[data-v-68ab03ce] {
  display: flex;
  align-items: center;
}
.container .order .list .menu-tabs .share span[data-v-68ab03ce] {
  color: #323332;
  font-size: 0.32rem;
  margin-left: 0.1333rem;
}
.container .order .list .menu-tabs .share .img3[data-v-68ab03ce] {
  width: 0.56rem;
  height: 0.56rem;
}
.container .author[data-v-68ab03ce] {
  padding: 25px 0;
}
.container .author .presenter[data-v-68ab03ce] {
  word-break: break-all;
  background-color: #f4f8ff;
  border-radius: 4px;
  margin: 0 16px 12px;
  min-height: 161px;
}
.container .author .presenter .gaodu[data-v-68ab03ce] {
  min-height: auto;
  position: relative;
}
.container .author .presenter .imgs[data-v-68ab03ce] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.container .author .presenter .imgs img[data-v-68ab03ce] {
  width: 151px;
  height: 161px;
}
.container .author .presenter .speaker[data-v-68ab03ce] {
  position: absolute;
  width: 100%;
  z-index: 10;
  padding: 18px 18px 16px;
  min-height: 161px;
}
.container .author .presenter .speaker .names[data-v-68ab03ce] {
  display: flex;
  justify-content: space-between;
}
.container .author .presenter .speaker .names .names-left[data-v-68ab03ce] {
  margin-top: 19px;
}
.container .author .presenter .speaker .names .names-left .lecturerName[data-v-68ab03ce] {
  font-size: 20px;
  font-family: PingFang SC Bold, PingFang SC Bold;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.container .author .presenter .speaker .names .names-left .enter[data-v-68ab03ce] {
  font-size: 10px;
  font-family: PingFang SC Medium, PingFang SC Medium;
  font-weight: 400;
  color: #078ae2;
  line-height: 10px;
  margin: 8px 0 10px;
}
.container .author .presenter .speaker .names .names-left .line[data-v-68ab03ce] {
  width: 34px;
  height: 2px;
  background: #078ae2;
}
.container .author .presenter .speaker .names .names-right img[data-v-68ab03ce] {
  width: 85px;
  height: 85px;
  box-shadow: 0px 2px 10px 0px rgba(3, 31, 49, 0.5);
  border: 2px solid #ffffff;
  border-radius: 50px;
}
.container .author .presenter .introdctions[data-v-68ab03ce] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  padding: 130px 20px 17px;
}
.container .author .presenter .descripe[data-v-68ab03ce] {
  display: none;
}
.container .author .presenter .descripe1[data-v-68ab03ce] {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  font-style: PingFang SC-Regular;
  white-space: pre-wrap;
  word-break: break-all;
  display: block;
}
.container .author .presenter .disdown[data-v-68ab03ce] {
  display: flex;
  justify-content: center;
}
.container .author .presenter .disdown .down[data-v-68ab03ce] {
  margin-top: 24px;
  display: flex;
  align-content: center;
  line-height: 20px;
  justify-content: center;
}
.container .author .presenter .disdown .down span[data-v-68ab03ce] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.container .author .presenter .disdown .down .van-icon[data-v-68ab03ce] {
  margin: 2px 0 0 2px;
  color: #666666;
  font-size: 18px;
}
.container .author .presenter .lecturerimage[data-v-68ab03ce] {
  padding: 130px 20px 17px;
}
.container .author .presenter .lecturerimage img[data-v-68ab03ce] {
  width: 100%;
}
.container .author1[data-v-68ab03ce] {
  padding-top: 10px;
}
.container .author1 .courseware[data-v-68ab03ce] {
  position: relative;
  padding: 0 16px;
}
.container .author1 .courseware .dwei[data-v-68ab03ce] {
  position: absolute;
  top: 0;
  right: 30px;
}
.container .author1 .courseware .courselist[data-v-68ab03ce] {
  position: relative;
}
.container .author1 .courseware .courselist .mulu[data-v-68ab03ce] {
  position: fixed;
  right: 0;
  background-color: #fff;
  bottom: 0;
  border-top: 1px solid #efefef;
  width: 100%;
  height: 28px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.container .author1 .courseware .courselist .mulu .couress[data-v-68ab03ce] {
  text-align: right;
  margin-right: 16px;
  height: 100%;
  display: flex;
  align-items: center;
}
.container .author1 .courseware .courselist .mulu img[data-v-68ab03ce] {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.container .author1 .courseware .courselist .allcourselist[data-v-68ab03ce] {
  position: fixed;
  bottom: 52px;
  right: 16px;
  left: 16px;
  width: 92%;
}
.container .author1 .courseware .courselist .allcourselist .updown[data-v-68ab03ce] {
  height: 14px;
  margin-bottom: -3px;
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
}
.container .author1 .courseware .courselist .allcourselist .updown img[data-v-68ab03ce] {
  width: 21px;
  height: 14px;
}
.container .author1 .courseware .courselist .allcourselist .totop[data-v-68ab03ce] {
  background: #fff;
  border-radius: 4px 4px 4px 4px;
  padding: 10px 0;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.container .author1 .courseware .courselist .allcourselist .lists[data-v-68ab03ce] {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
}
.container .author1 .courseware .courselist .allcourselist .lists .selected[data-v-68ab03ce] {
  background: rgba(19, 141, 216, 0.3);
  font-size: 14px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #138dd8;
  padding: 0 12px;
}
.container .author1 .courseware .showpics img[data-v-68ab03ce] {
  width: 100%;
}
.container .about .xg[data-v-68ab03ce] {
  margin-top: 15px;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .about .xg h5[data-v-68ab03ce] {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.container .about .xg h5 img[data-v-68ab03ce] {
  width: 87px;
  height: 17px;
}
.container .about .xg .xg-right[data-v-68ab03ce] {
  font-size: 14px;
  color: #666666;
  margin-right: -5px;
}
.container .about .open-more[data-v-68ab03ce] {
  margin: 24px 61px 16px;
  display: flex;
}
.container .about .open-more button[data-v-68ab03ce] {
  width: 100%;
  height: 37px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
  border: none;
}
.container .about .sp-list[data-v-68ab03ce] {
  padding: 0px;
  margin-top: 18px;
}
.container .about .sp-list .sp-flex[data-v-68ab03ce] {
  display: flex;
  padding: 0 16px 16px;
}
.container .about .sp-list .sp-flex[data-v-68ab03ce]:last-child {
  padding-bottom: 0;
}
.container .about .sp-list .sp-flex .sp-img[data-v-68ab03ce] {
  position: relative;
  height: 65px;
}
.container .about .sp-list .sp-flex .sp-img img[data-v-68ab03ce] {
  width: 116px;
  height: 65px;
}
.container .about .sp-list .sp-flex .sp-img .status[data-v-68ab03ce] {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  width: 100%;
  height: 100%;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
}
.container .about .sp-list .sp-flex .sp-img .status .people-left[data-v-68ab03ce] {
  position: relative;
  width: 100%;
  height: 100%;
}
.container .about .sp-list .sp-flex .sp-img .status .people-left span[data-v-68ab03ce] {
  position: absolute;
  bottom: 4px;
  right: 4px;
  z-index: 99;
}
.container .about .sp-list .sp-flex .titles[data-v-68ab03ce] {
  flex: 1;
  padding-left: 8px;
  position: relative;
}
.container .about .sp-list .sp-flex .titles .sp-title[data-v-68ab03ce] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #3d3d3d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.container .about .sp-list .sp-flex .titles .people[data-v-68ab03ce] {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  width: 95%;
}
.container .about .sp-list .sp-flex .titles .people .infor[data-v-68ab03ce] {
  display: flex;
}
.container .about .sp-list .sp-flex .titles .people .infor img[data-v-68ab03ce] {
  width: 14px;
  height: 14px;
  border-radius: 50px;
}
.container .about .sp-list .sp-flex .titles .people .infor span[data-v-68ab03ce] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #777777;
  margin-left: 2px;
}
.container .about .sp-list .sp-flex .titles .people .people-right .btn2[data-v-68ab03ce] {
  background-color: #078ae2;
  font-size: 12px;
  width: 64px;
  height: 26px;
  border: none;
  color: #fff;
  border-radius: 2px;
}
.container .about .sp-list .sp-flex .titles .people .people-right .btn1[data-v-68ab03ce] {
  display: flex;
}
.container .about .sp-list .sp-flex .titles .people .people-right .btn1 img[data-v-68ab03ce] {
  width: 64px;
  height: 26px;
}
@charset "UTF-8";
.pc-all[data-v-7a833379] {
  background: #f8fafb;
}
.pc-all .kongWeb[data-v-7a833379] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .kongWeb .del[data-v-7a833379] {
  flex: 1;
  margin: 100px 0 300px;
  display: flex;
  justify-content: center;
}
.pc-all .kongWeb img[data-v-7a833379] {
  width: 233px;
  height: 299px;
}
.pc-all .alls[data-v-7a833379] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .content[data-v-7a833379] {
  width: 95%;
  margin: 0 auto;
  flex: 1;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
  padding: 12px 0 12px;
  box-sizing: border-box; /* 包含 padding 在宽度内 */
}
.pc-all .content .buju[data-v-7a833379] {
  width: 100%;
}
.pc-all .content .buju .imgs[data-v-7a833379] {
  display: flex;
}
.pc-all .content .buju .imgs .imgs-left[data-v-7a833379] {
  flex: 1;
  width: 77%;
}
.pc-all .content .buju .imgs .imgs-left .fmian[data-v-7a833379] {
  position: relative;
  width: 100%;
  height: 806px;
}
.pc-all .content .buju .imgs .imgs-left .fmian img[data-v-7a833379] {
  width: 100%;
  height: 806px;
}
.pc-all .content .buju .imgs .imgs-left .fmian .pic[data-v-7a833379] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.pc-all .content .buju .imgs .imgs-left .fmian .pic .kda[data-v-7a833379] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.pc-all .content .buju .imgs .imgs-left .fmian .pic .kda .opens[data-v-7a833379] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
  margin-top: 24px;
}
.pc-all .content .buju .imgs .imgs-left .fmian .pic .kda img[data-v-7a833379] {
  width: 100px;
  height: 100px;
}
.pc-all .content .buju .imgs .imgs-left .fmian .roll[data-v-7a833379] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.pc-all .content .buju .imgs .imgs-left .fmian .roll .distances[data-v-7a833379] {
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.pc-all .content .buju .imgs .imgs-left .fmian .roll .distances .tim[data-v-7a833379] {
  font-size: 24px;
  margin-top: 41px;
  letter-spacing: 1.2;
}
.pc-all .content .buju .imgs .imgs-left .fmian .roll .distances .countdown[data-v-7a833379] {
  display: flex;
  justify-content: center;
  margin: 32px auto 0;
}
.pc-all .content .buju .imgs .imgs-left .fmian .roll .distances .countdown .days[data-v-7a833379] {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 2px 2px 2px 2px;
  border: 1px solid;
  -o-border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5)) 1 1;
     border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5)) 1 1;
  width: 60px;
  height: 69px;
  margin: 0 24px;
}
.pc-all .content .buju .imgs .imgs-left .fmian .roll .distances .countdown .days .mh[data-v-7a833379] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.pc-all .content .buju .imgs .imgs-left .fmian .roll .distances .countdown .days .minute[data-v-7a833379] {
  display: flex;
  justify-content: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 24px;
  text-align: center;
  margin-top: 8px;
}
.pc-all .content .buju .imgs .imgs-left .fmian .roll .distances .relady[data-v-7a833379] {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.pc-all .content .buju .imgs .imgs-left .fmian .roll .distances .relady .btn1[data-v-7a833379] {
  width: 150px;
  height: 48px;
  line-height: 48px;
  background: #078ae2;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
.pc-all .content .buju .imgs .imgs-left .fmian .liveover[data-v-7a833379] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  z-index: 66;
  background: rgba(0, 0, 0, 0.5);
}
.pc-all .content .buju .imgs .imgs-left .fmian .liveover .over[data-v-7a833379] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.pc-all .content .buju .imgs .imgs-left .fmian .liveover .over .bt[data-v-7a833379] {
  font-size: 24px;
  font-family: PingFang SC-Bold, PingFang SC;
  color: #ffffff;
  z-index: 99;
}
.pc-all .content .buju .imgs .imgs-right[data-v-7a833379] {
  width: 20%;
  margin-left: 32px;
}
.pc-all .content .buju .imgs .imgs-right .about[data-v-7a833379] {
  background-color: #fff;
  padding-bottom: 19px;
}
.pc-all .content .buju .imgs .imgs-right .about .xg[data-v-7a833379] {
  margin-top: 8px;
  padding: 18px 16px 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-all .content .buju .imgs .imgs-right .about .xg h5[data-v-7a833379] {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.pc-all .content .buju .imgs .imgs-right .about .xg h5 img[data-v-7a833379] {
  width: 87px;
  height: 17px;
}
.pc-all .content .buju .imgs .imgs-right .about .xg .xg-right[data-v-7a833379] {
  font-size: 14px;
  color: #666666;
  margin-right: -5px;
}
.pc-all .content .buju .imgs .imgs-right .about .open-more[data-v-7a833379] {
  margin: 24px 61px 0;
  display: flex;
}
.pc-all .content .buju .imgs .imgs-right .about .open-more button[data-v-7a833379] {
  width: 100%;
  height: 37px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
  border: none;
}
.pc-all .content .buju .imgs .imgs-right .about .sp-list[data-v-7a833379] {
  padding: 0px;
}
.pc-all .content .buju .imgs .imgs-right .about .sp-list .sp-flex[data-v-7a833379] {
  display: flex;
  padding: 0 16px 16px;
}
.pc-all .content .buju .imgs .imgs-right .about .sp-list .sp-flex[data-v-7a833379]:last-child {
  padding-bottom: 0;
}
.pc-all .content .buju .imgs .imgs-right .about .sp-list .sp-flex .sp-img[data-v-7a833379] {
  position: relative;
  height: 65px;
}
.pc-all .content .buju .imgs .imgs-right .about .sp-list .sp-flex .sp-img img[data-v-7a833379] {
  width: 116px;
  height: 65px;
}
.pc-all .content .buju .imgs .imgs-right .about .sp-list .sp-flex .sp-img .status[data-v-7a833379] {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  width: 100%;
  height: 100%;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
}
.pc-all .content .buju .imgs .imgs-right .about .sp-list .sp-flex .sp-img .status .people-left[data-v-7a833379] {
  position: relative;
  width: 100%;
  height: 100%;
}
.pc-all .content .buju .imgs .imgs-right .about .sp-list .sp-flex .sp-img .status .people-left span[data-v-7a833379] {
  position: absolute;
  bottom: 4px;
  right: 4px;
  z-index: 99;
}
.pc-all .content .buju .imgs .imgs-right .about .sp-list .sp-flex .titles[data-v-7a833379] {
  flex: 1;
  padding-left: 8px;
  position: relative;
}
.pc-all .content .buju .imgs .imgs-right .about .sp-list .sp-flex .titles .sp-title[data-v-7a833379] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #3d3d3d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.pc-all .content .buju .imgs .imgs-right .about .sp-list .sp-flex .titles .people[data-v-7a833379] {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  width: 95%;
}
.pc-all .content .buju .imgs .imgs-right .about .sp-list .sp-flex .titles .people .infor[data-v-7a833379] {
  display: flex;
}
.pc-all .content .buju .imgs .imgs-right .about .sp-list .sp-flex .titles .people .infor img[data-v-7a833379] {
  width: 14px;
  height: 14px;
  border-radius: 50px;
}
.pc-all .content .buju .imgs .imgs-right .about .sp-list .sp-flex .titles .people .infor span[data-v-7a833379] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #777777;
  margin-left: 2px;
}
.pc-all .content .buju .imgs .imgs-right .about .sp-list .sp-flex .titles .people .people-right .btn2[data-v-7a833379] {
  background-color: #078ae2;
  font-size: 12px;
  width: 64px;
  height: 26px;
  border: none;
  color: #fff;
  border-radius: 2px;
}
.pc-all .content .buju .imgs .imgs-right .about .sp-list .sp-flex .titles .people .people-right .btn1[data-v-7a833379] {
  display: flex;
}
.pc-all .content .buju .imgs .imgs-right .about .sp-list .sp-flex .titles .people .people-right .btn1 img[data-v-7a833379] {
  width: 64px;
  height: 26px;
}
.pc-all .content .buju .bgwhite[data-v-7a833379] {
  background-color: #fff;
  padding-bottom: 35px;
}
.pc-all .content .buju .bgwhite .demo-tabs[data-v-7a833379] {
  padding: 10px 0 0;
  margin: 12px auto 0;
  background-color: #fff;
}
.pc-all .content .buju .bgwhite[data-v-7a833379] .el-tabs__item {
  font-size: 16px;
  font-weight: 500;
  color: #666;
  padding: 0 16px;
}
.pc-all .content .buju .bgwhite[data-v-7a833379] .el-tabs__item.is-active {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  position: relative;
}
.pc-all .content .buju .bgwhite[data-v-7a833379] .el-tabs__item.is-active::after {
  content: "";
  width: 24px;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  color: #078ae2;
  border-radius: 0px;
  border: 1px solid #078ae2;
  background-color: #078ae2; /* 修改底部横杠的颜色 */
}
.pc-all .content .buju .bgwhite[data-v-7a833379] .el-tabs__active-bar {
  background-color: transparent; /* 修改底部横杠的颜色 */
}
.pc-all .content .buju .bgwhite[data-v-7a833379] .el-tabs__nav-wrap::after {
  height: 1px;
}
.pc-all .content .buju .bgwhite .intro[data-v-7a833379] {
  padding: 0 24px;
}
.pc-all .content .buju .bgwhite .intro .bespoke[data-v-7a833379] {
  word-break: break-all;
}
.pc-all .content .buju .bgwhite .intro .bespoke .text-box[data-v-7a833379] {
  display: flex;
  font-size: 18px;
  color: #333333;
  margin-bottom: 5px;
  font-weight: 600;
}
.pc-all .content .buju .bgwhite .intro .bespoke .start[data-v-7a833379] {
  font-size: 12px;
  display: flex;
}
.pc-all .content .buju .bgwhite .intro .bespoke .start .start-left span[data-v-7a833379] {
  font-size: 12px;
  color: #999999;
}
.pc-all .content .buju .bgwhite .intro .bespoke .start .start-right[data-v-7a833379] {
  color: #999999;
  font-size: 12px;
  margin-left: 16px;
}
.pc-all .content .buju .bgwhite .intro .atten[data-v-7a833379] {
  display: flex;
  align-items: center;
  padding: 0px 0 16px;
}
.pc-all .content .buju .bgwhite .intro .atten .atten-left[data-v-7a833379] {
  display: flex;
  align-items: center;
  width: 30px;
}
.pc-all .content .buju .bgwhite .intro .atten .atten-left img[data-v-7a833379] {
  width: 30px;
  height: 30px;
  border-radius: 50px;
}
.pc-all .content .buju .bgwhite .intro .atten .atten-center[data-v-7a833379] {
  padding-left: 10px;
  max-width: 503px;
}
.pc-all .content .buju .bgwhite .intro .atten .atten-center .name[data-v-7a833379] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pc-all .content .buju .bgwhite .intro .atten .atten-center .time[data-v-7a833379] {
  color: #999999;
  font-size: 11px;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pc-all .content .buju .bgwhite .intro .atten .atten-right[data-v-7a833379] {
  display: flex;
  margin-left: 64px;
}
.pc-all .content .buju .bgwhite .intro .atten .atten-right button[data-v-7a833379] {
  width: 52px;
  height: 26px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
}
.pc-all .content .buju .bgwhite .intro .atten .atten-right button.focus[data-v-7a833379] {
  background-color: #e8f4fd;
  color: #0790eb;
  border: none;
}
.pc-all .content .buju .bgwhite .intro .atten .atten-right button.focuses[data-v-7a833379] {
  background-color: #fff;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
}
.pc-all .content .buju .bgwhite .intro .topics[data-v-7a833379] {
  padding: 25px 0 0px;
}
.pc-all .content .buju .bgwhite .intro .topics h5[data-v-7a833379] {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.pc-all .content .buju .bgwhite .intro .topics h5 span[data-v-7a833379] {
  width: 3px;
  height: 10px;
  background-color: #29a9ff;
  margin: 0 4px 0 0px;
}
.pc-all .content .buju .bgwhite .intro .topics .text-box[data-v-7a833379] {
  position: relative;
  color: #333;
  font-size: 14px;
  padding: 10px 0 0;
  line-height: 21px;
  border-radius: 4px;
  margin-bottom: -1px;
  word-break: break-all;
  font-family: PingFang SC, PingFang SC;
}
.pc-all .content .buju .bgwhite .intro .topics .text-box[data-v-7a833379] p {
  white-space: pre-wrap;
  font-size: 14px !important;
  color: #333;
}
.pc-all .content .buju .bgwhite .intro .topics .text-box[data-v-7a833379] span {
  color: #333333 !important;
  font-size: 14px !important;
}
.pc-all .content .buju .bgwhite .intro .topics .text-box[data-v-7a833379] img {
  width: 836px;
  margin: 5px 0;
}
.pc-all .content .buju .bgwhite .author[data-v-7a833379] {
  padding: 7px 0 25px;
}
.pc-all .content .buju .bgwhite .author .presenter[data-v-7a833379] {
  padding: 24px 32px 0;
  min-height: 161px;
  border-bottom: 1px solid #d8d8d8;
}
.pc-all .content .buju .bgwhite .author .presenter[data-v-7a833379]:last-child {
  border-bottom: none;
}
.pc-all .content .buju .bgwhite .author .presenter .gaodu[data-v-7a833379] {
  min-height: auto;
  position: relative;
}
.pc-all .content .buju .bgwhite .author .presenter .imgs[data-v-7a833379] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.pc-all .content .buju .bgwhite .author .presenter .imgs img[data-v-7a833379] {
  width: 151px;
  height: 161px;
}
.pc-all .content .buju .bgwhite .author .presenter .speaker[data-v-7a833379] {
  width: 100%;
  min-height: 161px;
}
.pc-all .content .buju .bgwhite .author .presenter .speaker .names[data-v-7a833379] {
  display: flex;
  justify-content: space-between;
}
.pc-all .content .buju .bgwhite .author .presenter .speaker .names .names-left[data-v-7a833379] {
  width: 85px;
}
.pc-all .content .buju .bgwhite .author .presenter .speaker .names .names-left img[data-v-7a833379] {
  width: 85px;
  height: 85px;
  box-shadow: 0px 2px 10px 0px rgba(3, 31, 49, 0.5);
  border: 2px solid #ffffff;
  border-radius: 50px;
}
.pc-all .content .buju .bgwhite .author .presenter .speaker .names .names-right[data-v-7a833379] {
  flex: 1;
  margin-left: 17px;
}
.pc-all .content .buju .bgwhite .author .presenter .speaker .names .names-right .lecturerName[data-v-7a833379] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 17px;
}
.pc-all .content .buju .bgwhite .author .presenter .speaker .names .names-right .lecturerName .name[data-v-7a833379] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 20px;
}
.pc-all .content .buju .bgwhite .author .presenter .speaker .names .names-right .lecturerName .disdown[data-v-7a833379] {
  display: flex;
  justify-content: center;
}
.pc-all .content .buju .bgwhite .author .presenter .speaker .names .names-right .lecturerName .disdown .down[data-v-7a833379] {
  display: flex;
  align-content: center;
  justify-content: center;
}
.pc-all .content .buju .bgwhite .author .presenter .speaker .names .names-right .lecturerName .disdown .down span[data-v-7a833379] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.pc-all .content .buju .bgwhite .author .presenter .speaker .names .names-right .lecturerName .disdown .down .van-icon[data-v-7a833379] {
  display: flex;
  margin: 0px 0 0 2px;
  color: #666666;
  font-size: 16px;
}
.pc-all .content .buju .bgwhite .author .presenter .speaker .names .names-right .introdctions[data-v-7a833379] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  padding: 18px 0px 41px;
}
.pc-all .content .buju .bgwhite .author .presenter .speaker .names .names-right .descripe[data-v-7a833379] {
  display: none;
}
.pc-all .content .buju .bgwhite .author .presenter .speaker .names .names-right .descripe1[data-v-7a833379] {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  font-style: PingFang SC-Regular;
  white-space: pre-wrap;
  word-break: break-all;
  display: block;
}
.pc-all .content .buju .bgwhite .author .presenter .speaker .names .names-right .lecturerimage[data-v-7a833379] {
  padding: 18px 0px 41px;
}
.pc-all .content .buju .bgwhite .author .presenter .speaker .names .names-right .lecturerimage img[data-v-7a833379] {
  width: 861px;
  border-radius: 4px 4px 4px 4px;
}
.pc-all .content .buju .bgwhite .livefile .presenter[data-v-7a833379] {
  padding: 20px 22px;
  border-bottom: 1px solid #d8d8d8;
}
.pc-all .content .buju .bgwhite .livefile .presenter[data-v-7a833379]:last-child {
  border-bottom: none;
}
.pc-all .content .buju .bgwhite .livefile .presenter .gaodu[data-v-7a833379] {
  min-height: auto;
  position: relative;
}
.pc-all .content .buju .bgwhite .livefile .presenter .imgs[data-v-7a833379] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.pc-all .content .buju .bgwhite .livefile .presenter .imgs img[data-v-7a833379] {
  width: 151px;
  height: 161px;
}
.pc-all .content .buju .bgwhite .livefile .presenter .speaker[data-v-7a833379] {
  width: 100%;
}
.pc-all .content .buju .bgwhite .livefile .presenter .speaker .names[data-v-7a833379] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-all .content .buju .bgwhite .livefile .presenter .speaker .names .names-left[data-v-7a833379] {
  width: 33px;
  display: flex;
}
.pc-all .content .buju .bgwhite .livefile .presenter .speaker .names .names-left img[data-v-7a833379] {
  width: 33px;
  height: 33px;
  border-radius: 0;
}
.pc-all .content .buju .bgwhite .livefile .presenter .speaker .names .names-right[data-v-7a833379] {
  flex: 1;
  margin-left: 6px;
}
.pc-all .content .buju .bgwhite .livefile .presenter .speaker .names .names-right .lecturerName[data-v-7a833379] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}
.pc-all .content .buju .bgwhite .livefile .presenter .speaker .names .names-right .lecturerName .name .files-name[data-v-7a833379] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
}
.pc-all .content .buju .bgwhite .livefile .presenter .speaker .names .names-right .lecturerName .name .files-size[data-v-7a833379] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666666;
  line-height: 17px;
}
.pc-all .content .buju .bgwhite .livefile .presenter .speaker .names .names-right .lecturerName .disdown[data-v-7a833379] {
  display: flex;
  justify-content: center;
}
.pc-all .content .buju .bgwhite .livefile .presenter .speaker .names .names-right .lecturerName .disdown .down[data-v-7a833379] {
  display: flex;
  align-content: center;
  justify-content: center;
}
.pc-all .content .buju .bgwhite .livefile .presenter .speaker .names .names-right .lecturerName .disdown .down span[data-v-7a833379] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.pc-all .content .buju .bgwhite .livefile .presenter .speaker .names .names-right .lecturerName .disdown .down .van-icon[data-v-7a833379] {
  display: flex;
  margin: 0px 0 0 2px;
  color: #666666;
  font-size: 16px;
}
.pc-all .content .buju .bgwhite .livefile .presenter .speaker .showpics[data-v-7a833379] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pc-all .content .buju .bgwhite .livefile .presenter .speaker .showpics img[data-v-7a833379] {
  width: 561px;
  margin-bottom: 21px;
}
.pc-all .el-divider[data-v-7a833379] {
  background-color: #eeeeee !important;
}
.pc-all .el-divider__text[data-v-7a833379] {
  background-color: #fbfbfb !important;
}
@charset "UTF-8";
.container[data-v-7ab636ee] {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 30px;
}
.container .del[data-v-7ab636ee] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.container .del img[data-v-7ab636ee] {
  width: 154px;
  height: 153px;
}
.container[data-v-7ab636ee] .vjs-poster {
  background-size: 100%;
}
.container .logo[data-v-7ab636ee] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-7ab636ee] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-7ab636ee] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-7ab636ee] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-7ab636ee] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-7ab636ee]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-7ab636ee]:focus {
  outline: none;
}
.container .textScroll[data-v-7ab636ee] {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.container .kong1[data-v-7ab636ee] {
  height: 8px;
  background-color: #f8f8f9;
  margin: 20px 0 0;
}
.container .regist[data-v-7ab636ee] {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  padding: 0 16px;
  border-top: 1px solid #e5e5e5;
}
.container .regist .collect[data-v-7ab636ee] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}
.container .regist .collect .collect-left[data-v-7ab636ee] {
  display: flex;
  justify-content: space-evenly;
}
.container .regist .collect .collect-left .sc[data-v-7ab636ee] {
  text-align: center;
}
.container .regist .collect .collect-left .sc .img[data-v-7ab636ee] {
  display: flex;
  justify-content: center;
}
.container .regist .collect .collect-left .sc .img img[data-v-7ab636ee] {
  width: 24px;
  height: 24px;
}
.container .regist .collect .collect-left .sc .like[data-v-7ab636ee] {
  font-size: 14px;
  font-family: San Francisco Display-Regular, San Francisco Display;
  font-weight: 400;
  color: #333333;
}
.container .regist .collect .collect-left .sc1[data-v-7ab636ee] {
  margin-left: 16px;
}
.container .regist .collect .collect-right[data-v-7ab636ee] {
  flex: 1;
  display: flex;
  align-items: center;
  height: 32px;
  background: #f4f4f6;
  border-radius: 100px;
  margin-left: 16px;
}
.container .regist .collect .collect-right img[data-v-7ab636ee] {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.container .regist .collect .collect-right span[data-v-7ab636ee] {
  width: 100px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.container[data-v-7ab636ee] .van-popup {
  background-color: rgba(0, 0, 0, 0);
  width: 85%;
  margin: 0 auto;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container[data-v-7ab636ee] .van-popup .mask .mask-img {
  text-align: right;
}
.container[data-v-7ab636ee] .van-popup .mask .mask-img img {
  width: 1.2rem !important;
  height: 2.8rem !important;
}
.container[data-v-7ab636ee] .van-popup .mask-text {
  color: white;
  font-size: 15px;
  text-align: center;
}
.container .video[data-v-7ab636ee] {
  width: 100%;
  height: 5.6rem;
  position: relative;
}
.container .video .vjs-custom-skin[data-v-7ab636ee] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* 让视频充满容器 */
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 让视频铺满整个容器，可能会裁剪部分图像 */
}
.container .video1[data-v-7ab636ee] {
  width: 100%;
  height: 5.6rem;
}
.container .check[data-v-7ab636ee] {
  display: flex;
  align-items: center;
}
.container .comment[data-v-7ab636ee] {
  padding: 0.2667rem 0 0;
  flex: 1;
  overflow: hidden;
}
.container .comment[data-v-7ab636ee] .van-tabs,
.container .comment[data-v-7ab636ee] .van-tabs__content,
.container .comment[data-v-7ab636ee] .van-tab__pane {
  height: 100%;
}
.container .comment .line[data-v-7ab636ee] {
  position: absolute;
  top: 1.1667rem;
  border-bottom: 0.0267rem solid #eee;
  width: 100%;
}
.container .comment[data-v-7ab636ee] .van-tab {
  font-size: 16px;
  flex: none !important;
  padding: 0 16px;
  height: 30px;
  color: #666666;
}
.container .comment[data-v-7ab636ee] .van-tab--active {
  font-weight: bold;
  color: #333;
}
.container .comment[data-v-7ab636ee] .van-tabs__wrap {
  margin-left: 0;
  border-bottom: 1px solid #eaeaea;
}
.container .comment[data-v-7ab636ee] .van-tabs__nav--line {
  padding-bottom: 0.1067rem;
}
.container .comment[data-v-7ab636ee] .menu-tabs .van-tabs__line {
  background: #078ae2;
  width: 24px;
  height: 2px;
  border-radius: 0px; /* 圆角 */
}
.container .comment .bespoke[data-v-7ab636ee] {
  margin-top: 16px;
  padding: 0 16px;
  word-break: break-all;
}
.container .comment .bespoke .text-box[data-v-7ab636ee] {
  display: flex;
}
.container .comment .bespoke .txt[data-v-7ab636ee] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 17px;
  color: #333333;
}
.container .comment .bespoke .over-hidden[data-v-7ab636ee] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.container .comment .bespoke .btn[data-v-7ab636ee] {
  color: #999;
  font-size: 18px;
  font-weight: 600;
}
.container .comment .heat[data-v-7ab636ee] {
  display: flex;
  margin: 4px 16px 0;
}
.container .comment .heat span[data-v-7ab636ee] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-right: 16px;
}
.container .comment .labels[data-v-7ab636ee] {
  display: flex;
  margin: 8px 0.4267rem 0;
  flex-wrap: wrap;
}
.container .comment .labels .one-labes[data-v-7ab636ee] {
  background: rgba(7, 138, 226, 0.1);
  padding: 3px 6px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #078ae2;
  line-height: 15px;
  border-radius: 2px;
  margin-right: 4px;
}
.container .comment .num[data-v-7ab636ee] {
  display: flex;
  align-items: center;
  padding: 0 16px;
  margin-top: 16px;
}
.container .comment .num .num-left[data-v-7ab636ee] {
  width: 30px;
  display: flex;
  align-items: center;
}
.container .comment .num .num-left img[data-v-7ab636ee] {
  width: 30px;
  height: 30px;
  border-radius: 1.3333rem;
}
.container .comment .num .num-center[data-v-7ab636ee] {
  flex: 1;
  padding-left: 8px;
}
.container .comment .num .num-center .bozhu[data-v-7ab636ee] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 17px;
  width: 222px; /* 必须指定宽度 */
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏超出内容 */
  text-overflow: ellipsis; /* 显示省略号 */
}
.container .comment .num .num-center p[data-v-7ab636ee] {
  width: 222px; /* 必须指定宽度 */
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏超出内容 */
  text-overflow: ellipsis; /* 显示省略号 */
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #999999;
  line-height: 15px;
  margin-top: 4px;
}
.container .comment .num .num-right[data-v-7ab636ee] {
  width: 52px;
  height: 26px;
  display: flex;
}
.container .comment .num .num-right[data-v-7ab636ee] .van-button {
  width: 52px;
  height: 26px;
  background-color: #fff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
}
.container .comment .num .num-right[data-v-7ab636ee] .van-button--normal {
  padding: 0;
}
.container .albums[data-v-7ab636ee] {
  padding: 0 16px;
}
.container .albums .hji[data-v-7ab636ee] {
  display: flex;
  justify-content: space-between;
}
.container .albums .hji .hji-left[data-v-7ab636ee] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
.container .albums .hji .hji-right[data-v-7ab636ee] {
  font-family: PingFang HK, PingFang HK;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.container .albums .alls .detail[data-v-7ab636ee] {
  background: rgba(51, 51, 51, 0.03);
  border-radius: 4px 4px 4px 4px;
  padding: 8px;
  margin-top: 8px;
}
.container .albums .alls .detail.active[data-v-7ab636ee] {
  background: rgba(7, 138, 226, 0.03);
  border: 1px solid #078ae2;
}
.container .albums .alls .detail.active .title[data-v-7ab636ee] {
  color: #078ae2;
  font-weight: 600;
}
.container .albums .alls .detail .time[data-v-7ab636ee] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
}
.container .albums .alls .detail .time .time-left[data-v-7ab636ee] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #999999;
}
.container .albums .alls .detail .time .time-right .introdctions .disdown[data-v-7ab636ee] {
  display: flex;
  justify-content: center;
}
.container .albums .alls .detail .time .time-right .introdctions .disdown .down[data-v-7ab636ee] {
  display: flex;
  align-content: center;
  line-height: 16px;
  justify-content: center;
}
.container .albums .alls .detail .time .time-right .introdctions .disdown .down span[data-v-7ab636ee] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #999999;
}
.container .albums .alls .detail .time .time-right .introdctions .disdown .down .van-icon[data-v-7ab636ee] {
  margin: 2px 0 0 2px;
  color: #666666;
  font-size: 14px;
}
.container .albums .alls .detail .introduce[data-v-7ab636ee] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666666;
  margin-top: 6px;
}
.container .albums .alls .detail .introduce .descripe[data-v-7ab636ee] {
  font-size: 11px;
  color: #666;
  line-height: 17px;
  white-space: pre-wrap;
  word-break: break-all;
}
.container .albums .alls .detail .introduce .descripe.clamp[data-v-7ab636ee] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.container .albums .alls .detail .title[data-v-7ab636ee] {
  margin-top: 0.1333rem;
  color: #333;
  width: 100%;
  font-size: 0.3733rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.container .relate[data-v-7ab636ee] {
  margin: 16px 16px 50px;
}
.container .relate .name[data-v-7ab636ee] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 8px;
}
.container .relate .exclusive .video-list[data-v-7ab636ee] {
  display: flex;
  margin-bottom: 16px;
}
.container .relate .exclusive .video-detail[data-v-7ab636ee] {
  width: 116px;
  height: 65px;
  border-radius: 2px;
  position: relative;
}
.container .relate .exclusive .video-detail img[data-v-7ab636ee] {
  width: 116px;
  height: 65px;
  border-radius: 2px;
}
.container .relate .exclusive .video-detail .video-top[data-v-7ab636ee] {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 0.5) 72%, rgba(0, 0, 0, 0.8) 100%);
}
.container .relate .exclusive .video-detail .video-top .video-time[data-v-7ab636ee] {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
  line-height: 15px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.container .relate .exclusive .video-title[data-v-7ab636ee] {
  flex: 1;
  padding-left: 8px;
}
.container .relate .exclusive .video-title .video-biaoti[data-v-7ab636ee] {
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 14px;
  color: #222222;
  line-height: 21px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  width: 219px;
}
.container .relate .exclusive .video-title .video-author[data-v-7ab636ee] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}
.container .relate .exclusive .video-title .video-author .user-name[data-v-7ab636ee] {
  display: flex;
  align-items: center;
  height: 14px;
}
.container .relate .exclusive .video-title .video-author .user-name img[data-v-7ab636ee] {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  margin-right: 2px;
  display: flex;
}
.container .relate .exclusive .video-title .video-author .user-name span[data-v-7ab636ee] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #777777;
}
.container .relate .exclusive .video-title .video-author .video-number[data-v-7ab636ee] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #999999;
}
.container .relate .open-more[data-v-7ab636ee] {
  margin: 24px 61px 16px;
  display: flex;
}
.container .relate .open-more button[data-v-7ab636ee] {
  width: 100%;
  height: 37px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
  border: none;
}
.container .comment-note[data-v-7ab636ee] {
  margin: 14px;
}
.container .comment-note .totals[data-v-7ab636ee] {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.container .comment-note .shur[data-v-7ab636ee] {
  display: flex;
  margin-top: 18px;
}
.container .comment-note .shur .shur-left[data-v-7ab636ee] {
  width: 38px;
  height: 38px;
}
.container .comment-note .shur .shur-left img[data-v-7ab636ee] {
  width: 38px;
  height: 38px;
}
.container .comment-note .shur .shur-right[data-v-7ab636ee] {
  margin-left: 8px;
  flex: 1;
  height: 34px;
  background: #f5f5f5;
  border-radius: 100px 100px 100px 100px;
}
.container .comment-note .shur .shur-right .upload[data-v-7ab636ee] {
  display: flex;
  height: 34px;
  justify-content: space-between;
  align-items: center;
}
.container .comment-note .shur .shur-right .upload .upload-left[data-v-7ab636ee] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-left: 12px;
}
.container .comment-note .shur .shur-right .upload .upload-right[data-v-7ab636ee] {
  display: flex;
  align-items: center;
}
.container .comment-note .shur .shur-right .upload .upload-right img[data-v-7ab636ee] {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}
.container .comment-note .comment-flex[data-v-7ab636ee] {
  display: flex;
  align-items: center;
  position: relative;
}
.container .comment-note .comment-people[data-v-7ab636ee] {
  margin: 17px 0;
}
.container .comment-note .comment-people .comment-list[data-v-7ab636ee] {
  position: relative;
}
.container .comment-note .comment-people .comment-list .comment-author-detail[data-v-7ab636ee] {
  justify-content: space-between;
  margin-bottom: 10px;
}
.container .comment-note .comment-people .comment-list .comment-author-detail .avtar[data-v-7ab636ee] {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
}
.container .comment-note .comment-people .comment-list .comment-author-detail .authors[data-v-7ab636ee] {
  margin-left: 8px;
  flex: 1;
  margin-top: 8px;
}
.container .comment-note .comment-people .comment-list .comment-author-detail .comment-author[data-v-7ab636ee] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
}
.container .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply[data-v-7ab636ee] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  word-break: break-all;
}
.container .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .nrtitle[data-v-7ab636ee] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  word-break: break-all;
}
.container .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .comment-date[data-v-7ab636ee] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #aaaaaa;
  line-height: 17px;
  margin-left: 4px;
}
.container .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .comment-reply[data-v-7ab636ee] {
  cursor: pointer;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666666;
  line-height: 17px;
  margin-left: 4px;
}
.container .comment-note .comment-people .comment-list .comment-author-detail .comment-collect[data-v-7ab636ee] {
  text-align: center;
  width: 14px;
  display: flex;
  justify-content: flex-start;
}
.container .comment-note .comment-people .comment-list .comment-author-detail .comment-collect .zan[data-v-7ab636ee] {
  display: flex;
  width: 14px;
  height: 14px;
}
.container .comment-note .comment-people .comment-list .comment-author-detail .comment-collect span[data-v-7ab636ee] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
}
.container .comment-note .open-more[data-v-7ab636ee] {
  margin: 16px 0 46px;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #777777;
  font-size: 12px;
}
@charset "UTF-8";
.pc-all[data-v-196e626e] {
  background-color: #f8fafb;
}
.pc-all .kongWeb[data-v-196e626e] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .kongWeb .del[data-v-196e626e] {
  flex: 1;
  margin: 100px 0 300px;
  display: flex;
  justify-content: center;
}
.pc-all .kongWeb img[data-v-196e626e] {
  width: 233px;
  height: 299px;
}
.pc-all[data-v-196e626e] .vjs-big-play-button {
  transform: translate(-50%, -50%);
  border-radius: 50%;
  margin-left: 0;
  margin-top: 0 !important;
  font-size: 2em;
  width: 3em !important;
  height: 3em !important;
  line-height: 3em !important;
}
.pc-all .alls[data-v-196e626e] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .content[data-v-196e626e] {
  width: 95%;
  margin: 0 auto;
  flex: 1;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
  padding: 12px 0 12px;
  box-sizing: border-box; /* 包含 padding 在宽度内 */
}
.pc-all .content .imgs[data-v-196e626e] {
  display: flex;
}
.pc-all .content .imgs .imgs-left[data-v-196e626e] {
  flex: 1;
  width: 77%;
}
.pc-all .content .imgs .imgs-left .bj-left[data-v-196e626e] {
  width: 100%;
  height: 806px;
}
.pc-all .content .imgs .imgs-left .bj-left .video[data-v-196e626e] {
  width: 100%;
  height: 806px;
  background-color: #000;
  position: relative;
}
.pc-all .content .imgs .imgs-left .bj-left .video[data-v-196e626e] .vjs-custom-skin {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
.pc-all .content .imgs .imgs-left .bj-left .video1[data-v-196e626e] {
  width: 100%;
  height: 806px;
  background-color: #000;
}
.pc-all .content .imgs .imgs-right[data-v-196e626e] {
  width: 20%;
  margin-left: 16px;
  background-color: #fff;
  max-height: 806px;
  box-sizing: border-box;
  padding: 26px 16px 10px;
}
.pc-all .content .imgs .imgs-right .relate .xg[data-v-196e626e] {
  margin-bottom: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-all .content .imgs .imgs-right .relate .xg h5[data-v-196e626e] {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.pc-all .content .imgs .imgs-right .relate .xg h5 img[data-v-196e626e] {
  width: 87px;
  height: 17px;
}
.pc-all .content .imgs .imgs-right .relate .xg .xg-right[data-v-196e626e] {
  font-size: 14px;
  color: #666666;
}
.pc-all .content .imgs .imgs-right .relate .exclusive .video-list[data-v-196e626e] {
  display: flex;
  margin-bottom: 16px;
}
.pc-all .content .imgs .imgs-right .relate .exclusive .video-detail[data-v-196e626e] {
  width: 116px;
  height: 65px;
  border-radius: 2px;
  position: relative;
}
.pc-all .content .imgs .imgs-right .relate .exclusive .video-detail img[data-v-196e626e] {
  width: 116px;
  height: 65px;
  border-radius: 2px;
}
.pc-all .content .imgs .imgs-right .relate .exclusive .video-detail .video-top[data-v-196e626e] {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 0.5) 72%, rgba(0, 0, 0, 0.8) 100%);
}
.pc-all .content .imgs .imgs-right .relate .exclusive .video-detail .video-top .video-time[data-v-196e626e] {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
  line-height: 15px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.pc-all .content .imgs .imgs-right .relate .exclusive .video-title[data-v-196e626e] {
  flex: 1;
  padding-left: 8px;
}
.pc-all .content .imgs .imgs-right .relate .exclusive .video-title .video-biaoti[data-v-196e626e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 14px;
  color: #222222;
  line-height: 21px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  width: 219px;
}
.pc-all .content .imgs .imgs-right .relate .exclusive .video-title .video-author[data-v-196e626e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding-right: 10px;
}
.pc-all .content .imgs .imgs-right .relate .exclusive .video-title .video-author .user-name[data-v-196e626e] {
  display: flex;
  align-items: center;
  height: 14px;
}
.pc-all .content .imgs .imgs-right .relate .exclusive .video-title .video-author .user-name img[data-v-196e626e] {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  margin-right: 2px;
  display: flex;
}
.pc-all .content .imgs .imgs-right .relate .exclusive .video-title .video-author .user-name span[data-v-196e626e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #777777;
}
.pc-all .content .imgs .imgs-right .relate .exclusive .video-title .video-author .video-number[data-v-196e626e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #999999;
}
.pc-all .content .imgs .imgs-right .relate .open-more[data-v-196e626e] {
  margin: 24px 61px 16px;
  display: flex;
}
.pc-all .content .imgs .imgs-right .relate .open-more button[data-v-196e626e] {
  width: 100%;
  height: 37px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
  border: none;
}
.pc-all .content .bgwhite .textScroll[data-v-196e626e] {
  margin-bottom: 80px;
}
.pc-all .content .bgwhite .demo-tabs[data-v-196e626e] {
  padding: 10px 0 0;
  margin: 12px auto 0;
}
.pc-all .content .bgwhite[data-v-196e626e] .el-tabs__item {
  font-size: 16px;
  font-weight: 500;
  color: #666;
  padding: 0 16px;
}
.pc-all .content .bgwhite[data-v-196e626e] .el-tabs__item.is-active {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  position: relative;
}
.pc-all .content .bgwhite[data-v-196e626e] .el-tabs__item.is-active::after {
  content: "";
  width: 24px;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  color: #078ae2;
  border-radius: 0px;
  border: 1px solid #078ae2;
  background-color: #078ae2; /* 修改底部横杠的颜色 */
}
.pc-all .content .bgwhite[data-v-196e626e] .el-tabs__active-bar {
  background-color: transparent; /* 修改底部横杠的颜色 */
}
.pc-all .content .bgwhite[data-v-196e626e] .el-tabs__nav-wrap::after {
  height: 1px;
}
.pc-all .content .bgwhite .bespoke[data-v-196e626e] {
  margin-top: 16px;
  padding: 0 24px;
  word-break: break-all;
}
.pc-all .content .bgwhite .bespoke .text-box[data-v-196e626e] {
  display: flex;
}
.pc-all .content .bgwhite .bespoke .txt[data-v-196e626e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
.pc-all .content .bgwhite .heat[data-v-196e626e] {
  display: flex;
  margin: 8px 24px 0;
}
.pc-all .content .bgwhite .heat span[data-v-196e626e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-right: 16px;
}
.pc-all .content .bgwhite .labels[data-v-196e626e] {
  display: flex;
  margin: 8px 24px 0;
  flex-wrap: wrap;
}
.pc-all .content .bgwhite .labels .one-labes[data-v-196e626e] {
  background: rgba(7, 138, 226, 0.1);
  padding: 3px 6px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #078ae2;
  line-height: 15px;
  border-radius: 2px;
  margin-right: 4px;
}
.pc-all .content .bgwhite .collect-left[data-v-196e626e] {
  display: flex;
  align-items: center;
  padding: 0 24px;
  margin-top: 8px;
}
.pc-all .content .bgwhite .collect-left .sc[data-v-196e626e] {
  text-align: center;
  display: flex;
}
.pc-all .content .bgwhite .collect-left .sc .img[data-v-196e626e] {
  display: flex;
  justify-content: center;
}
.pc-all .content .bgwhite .collect-left .sc .img img[data-v-196e626e] {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.pc-all .content .bgwhite .collect-left .sc .like[data-v-196e626e] {
  font-size: 14px;
  font-family: San Francisco Display-Regular, San Francisco Display;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
}
.pc-all .content .bgwhite .collect-left .dian[data-v-196e626e] {
  width: 2px;
  height: 2px;
  background: #777777;
  border-radius: 50px;
  margin: 0 8px;
}
.pc-all .content .bgwhite .num[data-v-196e626e] {
  display: flex;
  align-items: center;
  padding: 0 24px;
  margin-top: 10px;
}
.pc-all .content .bgwhite .num .num-left[data-v-196e626e] {
  width: 30px;
  display: flex;
  align-items: center;
}
.pc-all .content .bgwhite .num .num-left img[data-v-196e626e] {
  width: 30px;
  height: 30px;
  border-radius: 1.3333rem;
}
.pc-all .content .bgwhite .num .num-center[data-v-196e626e] {
  padding-left: 8px;
}
.pc-all .content .bgwhite .num .num-center .bozhu[data-v-196e626e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 17px;
  max-width: 222px; /* 必须指定宽度 */
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏超出内容 */
  text-overflow: ellipsis; /* 显示省略号 */
}
.pc-all .content .bgwhite .num .num-center p[data-v-196e626e] {
  max-width: 503px; /* 必须指定宽度 */
  overflow: hidden; /* 超出部分隐藏 */
  display: -webkit-box; /* 使用弹性盒子模型 */
  -webkit-box-orient: vertical; /* 垂直排列内容 */
  -webkit-line-clamp: 2; /* 限制显示两行 */
  text-overflow: ellipsis; /* 显示省略号 */
  word-break: break-all;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #999999;
  line-height: 15px;
  margin-top: 4px;
}
.pc-all .content .bgwhite .num .num-right[data-v-196e626e] {
  width: 52px;
  height: 26px;
  display: flex;
  margin-left: 64px;
}
.pc-all .content .bgwhite .num .num-right button[data-v-196e626e] {
  width: 52px;
  height: 26px;
  background-color: #fff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
}
.pc-all .content .bgwhite .albums[data-v-196e626e] {
  padding: 0 24px;
}
.pc-all .content .bgwhite .albums .hji[data-v-196e626e] {
  display: flex;
  justify-content: space-between;
}
.pc-all .content .bgwhite .albums .hji .hji-left[data-v-196e626e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
.pc-all .content .bgwhite .albums .hji .hji-right[data-v-196e626e] {
  font-family: PingFang HK, PingFang HK;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.pc-all .content .bgwhite .albums .alles .detail[data-v-196e626e] {
  background: rgba(51, 51, 51, 0.03);
  border-radius: 4px 4px 4px 4px;
  padding: 8px;
  margin-top: 8px;
}
.pc-all .content .bgwhite .albums .alles .detail.active[data-v-196e626e] {
  background: rgba(7, 138, 226, 0.03);
  border: 1px solid #078AE2;
}
.pc-all .content .bgwhite .albums .alles .detail.active .title[data-v-196e626e] {
  color: #078ae2;
  font-weight: 600;
}
.pc-all .content .bgwhite .albums .alles .detail .time[data-v-196e626e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
}
.pc-all .content .bgwhite .albums .alles .detail .time .time-left[data-v-196e626e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #999999;
}
.pc-all .content .bgwhite .albums .alles .detail .time .time-right .introdctions .disdown[data-v-196e626e] {
  display: flex;
  justify-content: center;
}
.pc-all .content .bgwhite .albums .alles .detail .time .time-right .introdctions .disdown .down[data-v-196e626e] {
  display: flex;
  align-content: center;
  line-height: 16px;
  justify-content: center;
}
.pc-all .content .bgwhite .albums .alles .detail .time .time-right .introdctions .disdown .down span[data-v-196e626e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #999999;
}
.pc-all .content .bgwhite .albums .alles .detail .time .time-right .introdctions .disdown .down .van-icon[data-v-196e626e] {
  margin: 2px 0 0 2px;
  color: #666666;
  font-size: 14px;
}
.pc-all .content .bgwhite .albums .alles .detail .introduce[data-v-196e626e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666666;
  margin-top: 6px;
}
.pc-all .content .bgwhite .albums .alles .detail .introduce .descripe[data-v-196e626e] {
  font-size: 11px;
  color: #666;
  line-height: 17px;
  white-space: pre-wrap;
  word-break: break-all;
}
.pc-all .content .bgwhite .albums .alles .detail .title[data-v-196e626e] {
  margin-top: 8px;
  color: #333;
  width: 100%;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pc-all .content .bgwhite .comment-note[data-v-196e626e] {
  margin: 31px 24px 0;
}
.pc-all .content .bgwhite .comment-note .totals[data-v-196e626e] {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.pc-all .content .bgwhite .comment-note .comment-flex[data-v-196e626e] {
  display: flex;
  width: 100%;
}
.pc-all .content .bgwhite .comment-note .comment-people[data-v-196e626e] {
  margin: 17px 0 0;
}
.pc-all .content .bgwhite .comment-note .comment-people .comment-list .comment-author-detail[data-v-196e626e] {
  margin-bottom: 28px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 16px;
  width: 100%;
}
.pc-all .content .bgwhite .comment-note .comment-people .comment-list .comment-author-detail .avtar[data-v-196e626e] {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
}
.pc-all .content .bgwhite .comment-note .comment-people .comment-list .comment-author-detail .authors[data-v-196e626e] {
  margin-left: 8px;
  flex: 1;
  max-width: 100%;
}
.pc-all .content .bgwhite .comment-note .comment-people .comment-list .comment-author-detail .comment-author[data-v-196e626e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
}
.pc-all .content .bgwhite .comment-note .comment-people .comment-list .comment-author-detail .comment-author span[data-v-196e626e] {
  margin-left: 12px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  width: 30px;
  height: 16px;
  background: rgba(7, 138, 226, 0.1);
  border-radius: 100px 100px 100px 100px;
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 9px;
  color: #078ae2;
}
.pc-all .content .bgwhite .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply[data-v-196e626e] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  word-break: break-all;
}
.pc-all .content .bgwhite .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .nrtitle[data-v-196e626e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  word-break: break-all;
}
.pc-all .content .bgwhite .comment-note .comment-people .comment-list .comment-author-detail .first[data-v-196e626e] {
  display: inline-block;
  text-align: center;
  line-height: 16px;
  width: 30px;
  height: 16px;
  background: #f5f3f4;
  border-radius: 100px 100px 100px 100px;
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 9px;
  color: #999999;
  margin: 7px 0;
}
.pc-all .content .bgwhite .comment-note .comment-people .comment-list .comment-author-detail .times[data-v-196e626e] {
  display: flex;
  justify-content: space-between;
}
.pc-all .content .bgwhite .comment-note .comment-people .comment-list .comment-author-detail .times .times-left[data-v-196e626e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #aaaaaa;
  line-height: 17px;
}
.pc-all .content .bgwhite .comment-note .comment-people .comment-list .comment-author-detail .times .times-right .zans[data-v-196e626e] {
  display: flex;
}
.pc-all .content .bgwhite .comment-note .comment-people .comment-list .comment-author-detail .times .times-right .zans .zans-left[data-v-196e626e] {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.pc-all .content .bgwhite .comment-note .comment-people .comment-list .comment-author-detail .times .times-right .zans .zans-left img[data-v-196e626e] {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.pc-all .content .bgwhite .comment-note .comment-people .comment-list .comment-author-detail .times .times-right .zans .zans-left span[data-v-196e626e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.pc-all .content .bgwhite .comment-note .open-more[data-v-196e626e] {
  margin: 16px 0 0px;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #777777;
  font-size: 12px;
}
@charset "UTF-8";
.container[data-v-3b5d1de2] {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #000;
}
.container .del[data-v-3b5d1de2] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.container .del img[data-v-3b5d1de2] {
  width: 154px;
  height: 153px;
}
.container .logo[data-v-3b5d1de2] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-3b5d1de2] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-3b5d1de2] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-3b5d1de2] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-3b5d1de2] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-3b5d1de2]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-3b5d1de2]:focus {
  outline: none;
}
.container .videoshow[data-v-3b5d1de2] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: calc(100vh - 50px);
  overflow-y: hidden;
}
.container .videoshow .video-player-box[data-v-3b5d1de2] {
  width: 100%;
}
.container .videoshow[data-v-3b5d1de2] .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
}
.container .videoshow[data-v-3b5d1de2] .video-player .vjs-poster {
  width: 100%;
  background-size: 100%;
}
.container .videoshow[data-v-3b5d1de2] .video-js .vjs-tech {
  height: 100%;
}
.container .videoshow[data-v-3b5d1de2] .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  background: url("https://static-web.yaoweilai.com/app/img/icon-bf.png") no-repeat;
  background-size: cover;
  border: none;
  width: 46px;
  height: 46px;
}
.container .videoshow[data-v-3b5d1de2] .vjs-paused .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  background: url("https://static-web.yaoweilai.com/app/img/icon-bf.png") no-repeat;
  background-size: cover;
  border: none;
  width: 46px;
  height: 46px;
  display: block;
}
.container .videoshow[data-v-3b5d1de2] .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none !important;
}
.container .videoshow .tilt[data-v-3b5d1de2] {
  width: 100%;
  height: 80%;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.container .personal[data-v-3b5d1de2] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 15px;
  background: url("https://static-web.yaoweilai.com/app/img/icon-mask.png") 100%;
}
.container .personal .name[data-v-3b5d1de2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-left: 16px;
}
.container .personal .intros[data-v-3b5d1de2] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 6px 16px;
}
.container .personal .intros .intros-left[data-v-3b5d1de2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  width: 82%;
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 文本超出部分隐藏 */
  text-overflow: ellipsis; /* 显示省略号 */
}
.container .personal .intros .intros-right[data-v-3b5d1de2] {
  display: flex;
  width: 17%;
  justify-content: flex-end;
  margin-right: -5px;
}
.container .personal .intros .intros-right span[data-v-3b5d1de2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #508cee;
}
.container .personal .intros .intros-right i[data-v-3b5d1de2] {
  font-size: 15px;
  color: #508cee;
  margin-top: 1px;
}
.container .personal .sliders[data-v-3b5d1de2] {
  margin: 15px 0 15px;
  display: flex;
  justify-content: space-between;
}
.container .personal .sliders[data-v-3b5d1de2] .van-slider {
  width: 99%;
}
.container .personal .sliders[data-v-3b5d1de2] .van-slider__button {
  width: 6px;
  height: 6px;
}
.container .personal .regist[data-v-3b5d1de2] {
  width: 100%;
  z-index: 99;
  padding: 0 16px;
  height: 50px;
  box-sizing: border-box;
}
.container .personal .regist .collect[data-v-3b5d1de2] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .personal .regist .collect .collect-left[data-v-3b5d1de2] {
  display: flex;
  margin-left: -18px;
}
.container .personal .regist .collect .collect-left .sc[data-v-3b5d1de2] {
  text-align: center;
}
.container .personal .regist .collect .collect-left .sc .img[data-v-3b5d1de2] {
  display: flex;
  justify-content: center;
}
.container .personal .regist .collect .collect-left .sc .img img[data-v-3b5d1de2] {
  width: 20px;
  height: 20px;
}
.container .personal .regist .collect .collect-left .sc .like[data-v-3b5d1de2] {
  margin-top: 5px;
  font-size: 10px;
  font-family: San Francisco Display-Regular, San Francisco Display;
  font-weight: 400;
  color: #fff;
}
.container .personal .regist .collect .collect-left .sc1[data-v-3b5d1de2] {
  margin-left: 18px;
}
.container .personal .regist .collect .collect-right[data-v-3b5d1de2] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .personal .regist .collect .collect-right img[data-v-3b5d1de2] {
  width: 36px;
  height: 36px;
  border-radius: 50px;
}
.container .personal .regist .collect .collect-right button[data-v-3b5d1de2] {
  width: 56px;
  height: 22px;
  background: linear-gradient(88deg, #048eea 0%, #31aafb 100%);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  border: none;
  margin-left: 10px;
}
.container .video-list[data-v-3b5d1de2] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 12px;
}
.container .video-list .lists[data-v-3b5d1de2] {
  width: 49%;
  margin-bottom: 11px;
}
.container .video-list .lists .names[data-v-3b5d1de2] {
  height: 320px;
  background: #ffffff;
  border-radius: 4px;
}
.container .video-list .lists .names .bg-image[data-v-3b5d1de2] {
  width: 100%;
  height: 245px;
  position: relative;
}
.container .video-list .lists .names .bg-image .last-img[data-v-3b5d1de2] {
  width: 100%;
}
.container .video-list .lists .names .bg-image .last-img img[data-v-3b5d1de2] {
  height: 245px;
  width: 100%;
  overflow: hidden;
}
.container .video-list .lists .names .bg-image .top-img[data-v-3b5d1de2] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 245px;
}
.container .video-list .lists .names .bg-image .top-img .top-ys[data-v-3b5d1de2] {
  height: 74px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  backdrop-filter: blur(10px) brightness(120%);
  -webkit-backdrop-filter: blur(10px) brightness(120%);
}
.container .video-list .lists .names .bg-image .top-img .img-center[data-v-3b5d1de2] {
  position: relative;
  height: 96px;
}
.container .video-list .lists .names .bg-image .top-img .img-center .img-videocover[data-v-3b5d1de2] {
  width: 100%;
  height: 96px;
}
.container .video-list .lists .names .bg-image .top-img .img-center .bofang[data-v-3b5d1de2] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.container .video-list .lists .names .bg-image .top-img .img-center .bofang img[data-v-3b5d1de2] {
  width: 28px;
  height: 28px;
}
.container .video-list .lists .names .bg-image .top-img .bottom-ys[data-v-3b5d1de2] {
  height: 75px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px) brightness(120%);
  -webkit-backdrop-filter: blur(10px) brightness(120%);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.container .video-list .lists .names .titlea[data-v-3b5d1de2] {
  padding: 6px 4px 8px;
}
.container .video-list .lists .names .titlea .video-title[data-v-3b5d1de2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .video-list .lists .names .titlea .username[data-v-3b5d1de2] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
}
.container .video-list .lists .names .titlea .username .username-left[data-v-3b5d1de2] {
  display: flex;
  align-content: center;
}
.container .video-list .lists .names .titlea .username .username-left img[data-v-3b5d1de2] {
  width: 18px;
  height: 18px;
  border-radius: 10px;
}
.container .video-list .lists .names .titlea .username .username-left span[data-v-3b5d1de2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #777777;
  line-height: 14px;
  margin-top: 2px;
  margin-left: 5px;
}
.container .video-list .lists .names .titlea .username .username-right[data-v-3b5d1de2] {
  display: flex;
  align-content: center;
}
.container .video-list .lists .names .titlea .username .username-right img[data-v-3b5d1de2] {
  width: 7px;
  height: 9px;
  margin-top: 2px;
  margin-right: 2px;
}
.container .video-list .lists .names .titlea .username .username-right span[data-v-3b5d1de2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #777777;
}
.container .open-more[data-v-3b5d1de2] {
  margin: 5px 26px;
}
.container .open-more button[data-v-3b5d1de2] {
  border: 1px solid #078ae2;
  color: #078ae2;
  font-size: 13px;
  width: 100%;
  height: 38px;
  border-radius: 50px;
  background-color: #000;
}
.container .show-detail .showdt-digale[data-v-3b5d1de2] {
  height: 370px;
  padding: 10px 16px 16px;
  overflow-y: scroll;
  margin-top: 16px;
  margin-bottom: 16px;
}
.container .show-detail .showdt-digale .user-info[data-v-3b5d1de2] {
  display: flex;
  align-items: center;
}
.container .show-detail .showdt-digale .user-info img[data-v-3b5d1de2] {
  width: 36px;
  height: 36px;
  border-radius: 50px;
}
.container .show-detail .showdt-digale .user-info span[data-v-3b5d1de2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  margin-left: 8px;
  width: 60%;
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 文本超出部分隐藏 */
  text-overflow: ellipsis; /* 显示省略号 */
}
.container .show-detail .showdt-digale .user-info button[data-v-3b5d1de2] {
  width: 56px;
  height: 22px;
  line-height: 22px;
  background: linear-gradient(88deg, #048eea 0%, #31aafb 100%);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  border: none;
  margin-left: 10px;
}
.container .show-detail .showdt-digale .title[data-v-3b5d1de2] {
  margin-top: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-align: justify;
  font-weight: 600;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .show-detail .showdt-digale .realheat[data-v-3b5d1de2] {
  display: flex;
  align-items: center;
  margin-top: 9px;
}
.container .show-detail .showdt-digale .realheat img[data-v-3b5d1de2] {
  width: 15px;
  height: 15px;
}
.container .show-detail .showdt-digale .realheat span[data-v-3b5d1de2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  margin-right: 8px;
}
.container .show-detail .showdt-digale .introduction .intro[data-v-3b5d1de2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  margin-top: 17px;
  margin-bottom: 4px;
}
.container .show-detail .showdt-digale .introduction .intro-detail[data-v-3b5d1de2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: justify;
}
.container .show-detail[data-v-3b5d1de2] .van-popup__close-icon {
  color: #000;
}
.container .showpl .showDigale[data-v-3b5d1de2] {
  padding: 15px 16px;
  height: 460px;
  overflow-y: scroll;
  margin-top: 16px;
  margin-bottom: 16px;
}
.container .showpl .showDigale .comment-note .comment-flex[data-v-3b5d1de2] {
  display: flex;
  align-items: center;
  position: relative;
}
.container .showpl .showDigale .comment-note .comment-people[data-v-3b5d1de2] {
  margin: 17px 0;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list[data-v-3b5d1de2] {
  position: relative;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .el-divider[data-v-3b5d1de2] {
  background-color: #eeeeee !important;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .el-divider[data-v-3b5d1de2]:last-child {
  color: #fff;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .el-divider__text[data-v-3b5d1de2] {
  background-color: #fbfbfb !important;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list[data-v-3b5d1de2] .el-divider--horizontal {
  margin: 13px 0 14px;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-list[data-v-3b5d1de2]:last-child .el-divider--horizontal {
  background-color: none !important;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-author-detail[data-v-3b5d1de2] {
  justify-content: space-between;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-author-detail .author-plzan[data-v-3b5d1de2] {
  text-align: center;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-author-detail .author-plzan .zans[data-v-3b5d1de2] {
  height: 30px;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-author-detail .author-plzan .zans img[data-v-3b5d1de2] {
  width: 16px;
  height: 16px;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-author-detail .author-plzan .likes[data-v-3b5d1de2] {
  font-family: DIN-Regular, DIN-Regular;
  font-weight: 400;
  font-size: 11px;
  color: #5c5c5c;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-author-detail img[data-v-3b5d1de2] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-top: -13px;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-author-detail .comment-author[data-v-3b5d1de2] {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-author-detail .comment-reply[data-v-3b5d1de2] {
  font-size: 14px;
  cursor: pointer;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-author-detail .comment-reply[data-v-3b5d1de2]:hover {
  text-decoration: underline;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply[data-v-3b5d1de2] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-date[data-v-3b5d1de2] {
  font-size: 12px;
  color: #adadad;
  margin-left: 31px;
  color: #adadad;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-date span[data-v-3b5d1de2] {
  margin-left: 2px;
  font-size: 12px;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .show-more[data-v-3b5d1de2] {
  font-family: PingFang SC Medium, PingFang SC Medium;
  font-weight: 400;
  font-size: 14px;
  color: #526b93;
  margin-left: 30px;
  margin-top: 10px;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-people-content[data-v-3b5d1de2] {
  margin-left: 32px;
  margin-top: 9px;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-people-content .zipl[data-v-3b5d1de2] {
  display: flex;
  justify-content: space-between;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-people-content .zipl .author-plzan[data-v-3b5d1de2] {
  text-align: center;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-people-content .zipl .author-plzan .zans[data-v-3b5d1de2] {
  height: 30px;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-people-content .zipl .author-plzan .zans img[data-v-3b5d1de2] {
  width: 16px;
  height: 16px;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-people-content .zipl .author-plzan .likes[data-v-3b5d1de2] {
  font-family: DIN-Regular, DIN-Regular;
  font-weight: 400;
  font-size: 11px;
  color: #5c5c5c;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-people-content .comment-date[data-v-3b5d1de2] {
  margin-left: 25px;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-people-content .children-flex[data-v-3b5d1de2] {
  display: flex;
  align-items: center;
  margin-top: -20px;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply[data-v-3b5d1de2] {
  padding-top: 20px;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt[data-v-3b5d1de2] {
  font-size: 14px;
  line-height: 20px;
  margin-left: 8px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt span[data-v-3b5d1de2] {
  color: #999999;
  margin: 0 3px;
  font-size: 13px;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1[data-v-3b5d1de2] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-left: 8px;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1 i[data-v-3b5d1de2] {
  font-family: PingFang SC Regular, PingFang SC Regular;
  font-weight: 400;
  font-size: 14px;
  color: #afafaf;
  font-style: normal;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .comment-people-content img[data-v-3b5d1de2] {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.container .showpl .showDigale .comment-note .comment-people .comment-list .zhankai[data-v-3b5d1de2] {
  color: #526b93;
  font-size: 12px;
  margin-left: 57px;
  margin-top: 3px;
  cursor: pointer;
}
.container .showpl .showDigale .comment-note .comment-people .more[data-v-3b5d1de2] {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  background: #048eea;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
}
.container .showpl[data-v-3b5d1de2] .van-popup__close-icon {
  color: #000;
}
.container .shareFriend[data-v-3b5d1de2] .van-popup {
  background-color: rgba(0, 0, 0, 0);
  width: 85%;
  margin: 0 auto;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container .shareFriend[data-v-3b5d1de2] .van-popup .mask .mask-img {
  text-align: right;
}
.container .shareFriend[data-v-3b5d1de2] .van-popup .mask .mask-img img {
  width: 1.2rem !important;
  height: 2.8rem !important;
}
.container .shareFriend[data-v-3b5d1de2] .van-popup .mask-text {
  color: white;
  font-size: 15px;
  text-align: center;
}
.containers[data-v-3b5d1de2] {
  background-color: #fff;
}
.pc-all[data-v-713f65e6] {
  background-color: #fff;
}
.pc-all .delWeb .del[data-v-713f65e6] {
  margin: 118px 0 309px 0;
  display: flex;
  justify-content: center;
}
.pc-all .delWeb img[data-v-713f65e6] {
  width: 233px;
  height: 299px;
}
.pc-all .kongWeb .del[data-v-713f65e6] {
  margin: 100px 0 300px;
  display: flex;
  justify-content: center;
}
.pc-all .kongWeb img[data-v-713f65e6] {
  width: 233px;
  height: 299px;
}
.pc-all[data-v-713f65e6] .vjs-big-play-button {
  transform: translate(-50%, -50%);
  border-radius: 50%;
  margin-left: 0;
  margin-top: 0 !important;
  font-size: 2em;
  width: 3em !important;
  height: 3em !important;
  line-height: 3em !important;
}
.pc-all .content[data-v-713f65e6] {
  width: 65%;
  margin: 0 auto;
  min-height: 70vh;
  padding: 130px 0 150px;
}
.pc-all .content .buju[data-v-713f65e6] {
  display: flex;
  border-radius: 10px;
  width: 100%;
  height: 710px;
}
.pc-all .content .buju .bj-left[data-v-713f65e6] {
  width: 66%;
}
.pc-all .content .buju .bj-left .video[data-v-713f65e6] {
  width: 100%;
  height: 710px;
  background-color: #000;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
}
.pc-all .content .buju .bj-left .video[data-v-713f65e6] .vjs-custom-skin {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 700px;
}
.pc-all .content .buju .bj-left .video1[data-v-713f65e6] {
  width: 100%;
  height: 710px;
  background-color: #000;
}
.pc-all .content .buju .bj-right[data-v-713f65e6] {
  height: 710px;
  width: 33%;
  flex: 1;
  font-family: "PingFang SC-Medium";
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 1px 20px 1px rgba(78, 78, 78, 0.1);
}
.pc-all .content .buju .bj-right .personal-bg[data-v-713f65e6] {
  padding: 21px 26px 23px 36px;
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 73px;
}
.pc-all .content .buju .bj-right .personal-bg .right-img img[data-v-713f65e6] {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.pc-all .content .buju .bj-right .personal-bg .right-name[data-v-713f65e6] {
  flex: 1;
  color: #333333;
  margin-left: 12px;
  font-weight: bold;
  font-size: 12px;
}
.pc-all .content .buju .bj-right .personal-bg .right-btn[data-v-713f65e6] {
  width: 60px;
  text-align: center;
}
.pc-all .content .buju .bj-right .personal-bg .right-btn .btn-ys[data-v-713f65e6] {
  width: 60px;
  height: 24px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 24px;
  cursor: pointer;
}
.pc-all .content .buju .bj-right .personal-bg .right-btn .btn-sx[data-v-713f65e6] {
  background-color: #f2f4f9;
  color: #333333;
}
.pc-all .content .buju .bj-right .personal-bg .right-btn .btn-gz[data-v-713f65e6] {
  background-color: #048eea;
  color: white;
}
.pc-all .content .buju .bj-right .article[data-v-713f65e6] {
  padding: 21px 26px 23px 36px;
  height: 600px;
  transition: scroll 0.4s;
  overflow-y: scroll;
}
.pc-all .content .buju .bj-right .article[data-v-713f65e6]::-webkit-scrollbar {
  display: none;
}
.pc-all .content .buju .bj-right .article .article-title[data-v-713f65e6] {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  font-family: "PingFang SC-Bold";
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.pc-all .content .buju .bj-right .article .article-content[data-v-713f65e6] {
  display: flex;
  font-size: 12px;
  font-family: "PingFang SC-Medium, PingFang SC";
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin-top: 30px;
  word-wrap: break-word;
  word-break: break-all;
}
.pc-all .content .buju .bj-right .article .hot-number[data-v-713f65e6] {
  color: #adadad;
  font-size: 12px;
  font-family: "PingFang SC-Medium, PingFang SC";
  display: flex;
  align-items: center;
  margin: 7px 0 29px;
}
.pc-all .content .buju .bj-right .article .hot-number span[data-v-713f65e6] {
  margin-left: 10px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-flex[data-v-713f65e6] {
  display: flex;
  align-items: center;
  position: relative;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-flex .comment-decorate[data-v-713f65e6] {
  width: 5px;
  height: 16px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
  border-radius: 10px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-flex .comment-writte[data-v-713f65e6] {
  font-weight: bold;
  color: #666666;
  font-size: 16px;
  font-family: PingFang SC-Bold, PingFang SC;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-flex .comment-num[data-v-713f65e6] {
  color: #078ae2;
  font-size: 10px;
  position: absolute;
  left: 50px;
  bottom: 1px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people[data-v-713f65e6] {
  margin: 17px 0;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list[data-v-713f65e6] {
  position: relative;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .el-divider[data-v-713f65e6] {
  background-color: #eeeeee !important;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .el-divider[data-v-713f65e6]:last-child {
  color: #fff;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .el-divider__text[data-v-713f65e6] {
  background-color: #fbfbfb !important;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list[data-v-713f65e6] .el-divider--horizontal {
  margin: 13px 0 14px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-list[data-v-713f65e6]:last-child .el-divider--horizontal {
  background-color: none !important;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-author-detail[data-v-713f65e6] {
  justify-content: space-between;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-author-detail img[data-v-713f65e6] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-top: -13px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-author-detail .comment-author[data-v-713f65e6] {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-author-detail .comment-reply[data-v-713f65e6] {
  font-size: 13px;
  cursor: pointer;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-author-detail .comment-reply[data-v-713f65e6]:hover {
  text-decoration: underline;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply[data-v-713f65e6] {
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-date[data-v-713f65e6] {
  font-size: 12px;
  color: #adadad;
  margin-left: 31px;
  color: #adadad;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-date span[data-v-713f65e6] {
  margin-left: 2px;
  font-size: 12px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-people-content[data-v-713f65e6] {
  margin-left: 32px;
  margin-top: 9px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-people-content .comment-date[data-v-713f65e6] {
  margin-left: 25px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-people-content .children-flex[data-v-713f65e6] {
  display: flex;
  align-items: center;
  margin-top: -20px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply[data-v-713f65e6] {
  padding-top: 20px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt[data-v-713f65e6] {
  font-size: 12px;
  line-height: 20px;
  margin-left: 8px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt span[data-v-713f65e6] {
  color: #999999;
  margin: 0 3px;
  font-size: 13px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1[data-v-713f65e6] {
  font-size: 11px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-left: 8px;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .comment-people-content img[data-v-713f65e6] {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .comment-list .zhankai[data-v-713f65e6] {
  color: #526b93;
  font-size: 12px;
  margin-left: 57px;
  margin-top: 3px;
  cursor: pointer;
}
.pc-all .content .buju .bj-right .article .comment-note .comment-people .more[data-v-713f65e6] {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  background: #048eea;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
}
.pc-all .content .buju .bj-right .article .hot[data-v-713f65e6] {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  font-family: "PingFang SC-Bold";
}
.pc-all .content .buju .bj-right .article .right-list .hot-list[data-v-713f65e6] {
  margin-top: 30px;
}
.pc-all .content .buju .bj-right .article .right-list .hot-list .hot-flex[data-v-713f65e6] {
  display: flex;
  cursor: pointer;
}
.pc-all .content .buju .bj-right .article .right-list .hot-list .hot-flex .hot-sp[data-v-713f65e6] {
  position: relative;
}
.pc-all .content .buju .bj-right .article .right-list .hot-list .hot-flex .hot-sp .hot-dw[data-v-713f65e6] {
  position: absolute;
  bottom: 5px;
  font-size: 10px;
  font-family: "San Francisco Display-Regular";
  color: #ffffff;
}
.pc-all .content .buju .bj-right .article .right-list .hot-list .hot-flex .hot-sp .hot-bfl[data-v-713f65e6] {
  left: 5px;
  display: flex;
  align-items: center;
}
.pc-all .content .buju .bj-right .article .right-list .hot-list .hot-flex .hot-sp .hot-bfl img[data-v-713f65e6] {
  width: 6px;
  height: 10px;
}
.pc-all .content .buju .bj-right .article .right-list .hot-list .hot-flex .hot-sp .hot-bfl span[data-v-713f65e6] {
  margin-left: 5px;
  font-size: 10px;
}
.pc-all .content .buju .bj-right .article .right-list .hot-list .hot-flex .hot-sp .hot-time[data-v-713f65e6] {
  right: 5px;
}
.pc-all .content .buju .bj-right .article .right-list .hot-list .hot-flex .hot-sp img[data-v-713f65e6] {
  width: 130px;
  height: 75px;
  border-radius: 8px;
}
.pc-all .content .buju .bj-right .article .right-list .hot-list .hot-flex .hot-other[data-v-713f65e6] {
  position: relative;
  margin-left: 10px;
}
.pc-all .content .buju .bj-right .article .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-713f65e6] {
  font-size: 15px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.pc-all .content .buju .bj-right .article .right-list .hot-list .hot-flex .hot-other .hot-author[data-v-713f65e6] {
  color: #999999;
  font-size: 12px;
  position: absolute;
  bottom: 0;
}
@charset "UTF-8";
.container[data-v-7f942df7] {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.container .kongMoblie[data-v-7f942df7] {
  display: flex;
  justify-content: center;
  margin-top: 126px;
}
.container .kongMoblie img[data-v-7f942df7] {
  width: 154px;
  height: 153px;
}
.container .kongMoblie .logo[data-v-7f942df7] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .kongMoblie .logo .left[data-v-7f942df7] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .kongMoblie .logo .left img[data-v-7f942df7] {
  width: 213px;
  height: 32px;
}
.container .kongMoblie .logo .right[data-v-7f942df7] {
  display: flex;
}
.container .kongMoblie .logo .right .llqbtn[data-v-7f942df7] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .kongMoblie .logo .right .llqbtn[data-v-7f942df7]:active {
  outline: none;
}
.container .kongMoblie .logo .right .llqbtn[data-v-7f942df7]:focus {
  outline: none;
}
.container .bgstarsimg[data-v-7f942df7] {
  background: url("https://static-web.yaoweilai.com/web/image/bgstar.png") no-repeat;
  background-size: 100% 100vh;
  width: 100%;
  height: 100%;
  overflow: scroll;
  padding-bottom: 80px;
}
.container .communs .logo[data-v-7f942df7] {
  height: 40px;
  background-color: none;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .communs .logo .left[data-v-7f942df7] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .communs .logo .left img[data-v-7f942df7] {
  width: 213px;
  height: 32px;
}
.container .communs .logo .right[data-v-7f942df7] {
  display: flex;
}
.container .communs .logo .right .llqbtn[data-v-7f942df7] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .communs .logo .right .llqbtn[data-v-7f942df7]:active {
  outline: none;
}
.container .communs .logo .right .llqbtn[data-v-7f942df7]:focus {
  outline: none;
}
.container .communs .meetingname[data-v-7f942df7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 21px;
  width: 287px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px 44px 0;
  text-align: center;
}
.container .communs .tagBall[data-v-7f942df7] {
  width: 100%;
  min-height: 300px;
  box-sizing: border-box;
  margin: 60px 0 0 0;
  position: relative;
  display: flex;
  justify-content: center;
}
.container .communs .tag[data-v-7f942df7] {
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transform-origin: center center;
  position: absolute;
  left: 0px;
  top: 0px;
  text-decoration: none;
  color: #fff;
  font-size: 10px;
  font-family: PingFang SC, PingFang SC;
}
.container .communs .tag img[data-v-7f942df7] {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
}
.container .communs .tag[data-v-7f942df7] {
  /* 跑马灯容器，固定宽度+隐藏超出 */
}
.container .communs .tag .marquee-container[data-v-7f942df7] {
  position: relative;
  overflow: hidden;
  width: 40px; /* 这里你可以自己调整，看适合你的布局 */
  height: 20px;
  margin-top: 1px; /* 让它和上面的name分开一点 */
}
.container .communs .tag[data-v-7f942df7] {
  /* 跑动的文字 */
}
.container .communs .tag .marquee-text[data-v-7f942df7] {
  position: absolute;
  white-space: nowrap;
  transform: translateX(0); /* 默认不动 */
}
.container .communs .tag[data-v-7f942df7] {
  /* 只有加了 .scrolling 的才动画 */
}
.container .communs .tag .marquee-text.scrolling[data-v-7f942df7] {
  animation: marqueeMove-7f942df7 20s linear infinite;
}
.container .communs .tag[data-v-7f942df7] {
  /* 不滚动时居中显示 */
}
.container .communs .tag .marquee-text.centered[data-v-7f942df7] {
  position: static;
  white-space: nowrap;
}
.container .communs .tag[data-v-7f942df7] {
  /* 定义动画效果：从右到左移动 */
}
@keyframes marqueeMove-7f942df7 {
0% {
    transform: translateX(100%);
}
100% {
    transform: translateX(-100%);
}
}
.container .communs .join[data-v-7f942df7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  margin-top: 65px;
  display: flex;
  justify-content: center;
  position: relative;
}
.container .communs .join span[data-v-7f942df7] {
  color: #29a9ff;
  margin: 0 3px;
}
.container .communs .join .refresh[data-v-7f942df7] {
  position: absolute;
  top: -2px;
  right: 10px;
}
.container .communs .join .refresh .images[data-v-7f942df7] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 24px;
  border-radius: 100px 100px 100px 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.container .communs .join .refresh .images img[data-v-7f942df7] {
  width: 14px;
  height: 14px;
}
.container .communs .join .refresh .images span[data-v-7f942df7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 10px;
  color: #ffffff;
  line-height: 15px;
}
.container .communs .imgs[data-v-7f942df7] {
  display: flex;
  justify-content: space-between;
  margin: 22px 16px 0;
}
.container .communs .imgs .imgs-left[data-v-7f942df7] {
  width: 49%;
}
.container .communs .imgs .imgs-left .orders img[data-v-7f942df7] {
  width: 100%;
  height: 103px;
}
.container .communs .imgs .imgs-right[data-v-7f942df7] {
  width: 49%;
  margin-top: 3px;
}
.container .communs .imgs .imgs-right .regist img[data-v-7f942df7] {
  width: 100%;
  height: 100px;
}
.container .communs .interst[data-v-7f942df7] {
  margin: 13px 16px 0;
}
.container .communs .interst img[data-v-7f942df7] {
  width: 100%;
  height: 48px;
}
.container .openapp[data-v-7f942df7] {
  position: fixed;
  bottom: 28px;
  left: 50%;
  text-align: center;
  z-index: 99;
  transform: translateX(-50%);
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #078ae2;
  border-radius: 20px;
}
.container .openapp .now[data-v-7f942df7] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .openapp img[data-v-7f942df7] {
  width: 20px;
  height: 20px;
}
.container .openapp span[data-v-7f942df7] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
@charset "UTF-8";
.pc-all[data-v-1d9a19c0] {
  background-color: #f9f9f9;
}
.pc-all .kongWeb[data-v-1d9a19c0] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .kongWeb .del[data-v-1d9a19c0] {
  flex: 1;
  margin: 100px 0 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc-all .kongWeb .del img[data-v-1d9a19c0] {
  width: 233px;
  height: 299px;
}
.pc-all .kongWeb .del .openapp[data-v-1d9a19c0] {
  text-align: center;
  width: 176px;
  height: 48px;
  line-height: 48px;
  background: #29a9ff;
  border-radius: 50px;
  margin-top: 24px;
}
.pc-all .kongWeb .del .openapp .now[data-v-1d9a19c0] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-all .kongWeb .del .openapp img[data-v-1d9a19c0] {
  width: 66px;
  height: 20px;
  margin: 0 6px;
}
.pc-all .kongWeb .del .openapp span[data-v-1d9a19c0] {
  font-size: 17px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
.pc-all .alls[data-v-1d9a19c0] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .bg-center[data-v-1d9a19c0] {
  background: url("https://static-web.yaoweilai.com/web/image/bgcenter.png") no-repeat 100% 100%;
  width: 100%;
  background-size: cover;
  padding: 12px 0;
}
.pc-all .contents[data-v-1d9a19c0] {
  width: 987px;
  margin: 0 auto;
  flex: 1;
  box-sizing: border-box; /* 包含 padding 在宽度内 */
}
.pc-all .contents .buju[data-v-1d9a19c0] {
  display: flex;
  border-radius: 10px;
  width: 100%;
  min-height: 872px;
}
.pc-all .contents .buju .bj-left[data-v-1d9a19c0] {
  width: 738px;
  padding-top: 39px;
  background: rgba(35, 57, 107, 0.1);
  border: 1px solid rgba(41, 169, 255, 0.2);
  position: relative;
}
.pc-all .contents .buju .bj-left .leftdian[data-v-1d9a19c0] {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 16px;
  border-top: 1px solid rgba(47, 113, 255, 0.35);
  border-left: 1px solid rgba(47, 113, 255, 0.35);
}
.pc-all .contents .buju .bj-left .rightdian[data-v-1d9a19c0] {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 16px;
  border-top: 1px solid rgba(47, 113, 255, 0.35);
  border-right: 1px solid rgba(47, 113, 255, 0.35);
}
.pc-all .contents .buju .bj-left .leftbottomdian[data-v-1d9a19c0] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 16px;
  border-bottom: 1px solid rgba(47, 113, 255, 0.35);
  border-left: 1px solid rgba(47, 113, 255, 0.35);
}
.pc-all .contents .buju .bj-left .rightbottomdian[data-v-1d9a19c0] {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 16px;
  border-bottom: 1px solid rgba(47, 113, 255, 0.35);
  border-right: 1px solid rgba(47, 113, 255, 0.35);
}
.pc-all .contents .buju .bj-left .communs .meetingname[data-v-1d9a19c0] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 21px;
  text-align: center;
}
.pc-all .contents .buju .bj-left .communs .tagBall[data-v-1d9a19c0] {
  width: 100%;
  height: 600px;
  box-sizing: border-box;
  margin: 100px 0 0 0;
  position: relative;
  display: flex;
  justify-content: center;
}
.pc-all .contents .buju .bj-left .communs .tag[data-v-1d9a19c0] {
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transform-origin: center center;
  position: absolute;
  left: 0px;
  top: 0px;
  text-decoration: none;
  color: #fff;
  font-size: 10px;
  font-family: PingFang SC, PingFang SC;
}
.pc-all .contents .buju .bj-left .communs .tag img[data-v-1d9a19c0] {
  width: 27px;
  height: 27px;
  display: block;
  border-radius: 50%;
  margin-bottom: 2px;
}
.pc-all .contents .buju .bj-left .communs .tag[data-v-1d9a19c0] {
  /* 跑马灯容器，固定宽度+隐藏超出 */
}
.pc-all .contents .buju .bj-left .communs .tag .marquee-container[data-v-1d9a19c0] {
  position: relative;
  overflow: hidden;
  width: 40px; /* 这里你可以自己调整，看适合你的布局 */
  height: 20px;
  margin-top: 2px; /* 让它和上面的name分开一点 */
}
.pc-all .contents .buju .bj-left .communs .tag[data-v-1d9a19c0] {
  /* 跑动的文字 */
}
.pc-all .contents .buju .bj-left .communs .tag .marquee-text[data-v-1d9a19c0] {
  position: absolute;
  white-space: nowrap;
  transform: translateX(0); /* 默认不动 */
}
.pc-all .contents .buju .bj-left .communs .tag[data-v-1d9a19c0] {
  /* 只有加了 .scrolling 的才动画 */
}
.pc-all .contents .buju .bj-left .communs .tag .marquee-text.scrolling[data-v-1d9a19c0] {
  animation: marqueeMove-1d9a19c0 20s linear infinite;
}
.pc-all .contents .buju .bj-left .communs .tag[data-v-1d9a19c0] {
  /* 不滚动时居中显示 */
}
.pc-all .contents .buju .bj-left .communs .tag .marquee-text.centered[data-v-1d9a19c0] {
  position: static;
  white-space: nowrap;
}
.pc-all .contents .buju .bj-left .communs .tag[data-v-1d9a19c0] {
  /* 定义动画效果：从右到左移动 */
}
@keyframes marqueeMove-1d9a19c0 {
0% {
    transform: translateX(100%);
}
100% {
    transform: translateX(-100%);
}
}
.pc-all .contents .buju .bj-left .communs .join[data-v-1d9a19c0] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  margin-top: 65px;
  margin-bottom: 39px;
  display: flex;
  justify-content: center;
  position: relative;
}
.pc-all .contents .buju .bj-left .communs .join span[data-v-1d9a19c0] {
  color: #29a9ff;
  margin: 0 3px;
}
.pc-all .contents .buju .bj-left .communs .join .refresh[data-v-1d9a19c0] {
  position: absolute;
  top: -2px;
  right: 34px;
}
.pc-all .contents .buju .bj-left .communs .join .refresh .images[data-v-1d9a19c0] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 32px;
  border-radius: 100px 100px 100px 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.pc-all .contents .buju .bj-left .communs .join .refresh .images img[data-v-1d9a19c0] {
  width: 14px;
  height: 14px;
}
.pc-all .contents .buju .bj-left .communs .join .refresh .images span[data-v-1d9a19c0] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
  line-height: 15px;
}
.pc-all .contents .buju .bj-right[data-v-1d9a19c0] {
  flex: 1;
  font-family: "PingFang SC-Medium";
  width: 249px;
  min-height: 870px;
}
.pc-all .contents .buju .bj-right .ewcode[data-v-1d9a19c0] {
  width: 200px;
  height: 100px;
  margin: 150px 25px 0 24px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img[data-v-1d9a19c0] {
  background: url("https://static-web.yaoweilai.com/web/image/icon-bgpc.png") no-repeat 100% 100%;
  width: 200px;
  height: 100px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima[data-v-1d9a19c0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 16px 0;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-1d9a19c0] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-left .download[data-v-1d9a19c0] {
  margin-top: 5px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
  line-height: 20px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-right[data-v-1d9a19c0] {
  background-color: #fff;
  width: 61px;
  height: 61px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}
.pc-all .contents .buju .bj-right .ewcode .bg-img .erweima .ewm-right img[data-v-1d9a19c0] {
  width: 57px;
  height: 57px;
}
.pc-all .contents .buju .bj-right .orders[data-v-1d9a19c0] {
  margin: 12px 25px 0 24px;
}
.pc-all .contents .buju .bj-right .orders img[data-v-1d9a19c0] {
  width: 200px;
  height: 124px;
}
.pc-all .contents .buju .bj-right .orders1[data-v-1d9a19c0] {
  margin-top: 24px;
}
.pc-all .contents .buju .bj-right .openapps[data-v-1d9a19c0] {
  margin: 150px 25px 0 24px;
  width: 201px;
  height: 36px;
  background: linear-gradient(135deg, #043aea 0%, #2fa9fb 100%);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
}
@charset "UTF-8";
.container[data-v-754ea07e] {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  height: 100vh;
}
.container[data-v-754ea07e] .van-popup {
  background-color: rgba(0, 0, 0, 0);
  width: 85%;
  margin: 0 auto;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container[data-v-754ea07e] .van-popup .mask .mask-img {
  text-align: right;
}
.container[data-v-754ea07e] .van-popup .mask .mask-img img {
  width: 1.2rem !important;
  height: 2.8rem !important;
}
.container[data-v-754ea07e] .van-popup .mask-text {
  color: white;
  font-size: 15px;
  text-align: center;
}
.container .del[data-v-754ea07e] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.container .del img[data-v-754ea07e] {
  width: 154px;
  height: 153px;
}
.container .kongMoblie[data-v-754ea07e] {
  display: flex;
  justify-content: center;
  margin-top: 126px;
}
.container .kongMoblie img[data-v-754ea07e] {
  width: 168px;
  height: 153px;
}
.container[data-v-754ea07e] {
  /* tab 容器：从左开始 */
}
.container[data-v-754ea07e] .van-tabs__nav {
  display: flex;
  justify-content: flex-start !important;
}
.container[data-v-754ea07e] {
  /* 单个 tab：不均分、不拉伸 */
}
.container[data-v-754ea07e] .van-tab {
  flex: 0 0 auto !important; /* ⭐ 核心 */
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  text-align: center;
}
.container[data-v-754ea07e] {
  /* 激活态 */
}
.container[data-v-754ea07e] .van-tab--active {
  font-weight: 500;
  color: #333;
}
.container[data-v-754ea07e] {
  /* 下划线居中且不影响布局 */
}
.container[data-v-754ea07e] .van-tabs__line {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #078ae2;
  margin: 0 auto;
  bottom: 20px;
}
.container[data-v-754ea07e] {
  /* 底部分割线 */
}
.container[data-v-754ea07e] .van-tabs__wrap {
  border-bottom: 1px solid #eee;
}
.container .logo[data-v-754ea07e] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-754ea07e] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-754ea07e] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-754ea07e] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-754ea07e] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-754ea07e]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-754ea07e]:focus {
  outline: none;
}
.container .regist[data-v-754ea07e] {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  padding: 0 16px;
  border-top: 1px solid #e5e5e5;
}
.container .regist .collect[data-v-754ea07e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.container .regist .collect .collect-left[data-v-754ea07e] {
  display: flex;
  margin-left: -18px;
  justify-content: space-evenly;
  flex: 1;
}
.container .regist .collect .collect-left .sc[data-v-754ea07e] {
  text-align: center;
}
.container .regist .collect .collect-left .sc .img[data-v-754ea07e] {
  display: flex;
  justify-content: center;
}
.container .regist .collect .collect-left .sc .img img[data-v-754ea07e] {
  width: 20px;
  height: 20px;
}
.container .regist .collect .collect-left .sc .like[data-v-754ea07e] {
  margin-top: 5px;
  font-size: 10px;
  font-family: San Francisco Display-Regular, San Francisco Display;
  font-weight: 400;
  color: #333333;
}
.container .regist .collect .collect-left .sc1[data-v-754ea07e] {
  margin-left: 8px;
}
.container .regist .collect .collect-right[data-v-754ea07e] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 204px;
  height: 40px;
  background: #078ae2;
  border: 1px solid #aaa;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  border-radius: 2px;
}
.container .kong1[data-v-754ea07e] {
  height: 8px;
  background-color: #f8f8f9;
  margin: 20px 0 0;
}
.container .kong[data-v-754ea07e] {
  height: 8px;
  background-color: #f8f8f9;
}
.container .openwx[data-v-754ea07e] {
  text-align: center;
}
.container .openwx .times[data-v-754ea07e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  margin-top: 28px;
  margin-bottom: 5px;
}
.container .openwx .nows[data-v-754ea07e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.container .openwx .btn[data-v-754ea07e] {
  display: flex;
  justify-content: space-between;
  margin: 16px 77px 30px;
}
.container .openwx .btn .btn-left[data-v-754ea07e] {
  width: 96px;
  height: 28px;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #cfcfcf;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  text-align: center;
}
.container .openwx .btn .btn-right[data-v-754ea07e] {
  color: #ffffff;
  background: #0790eb;
}
.container .video[data-v-754ea07e] {
  width: 100%;
  height: 230px;
  position: relative;
}
.container .video .img1[data-v-754ea07e] {
  width: 100%;
  height: 100%;
}
.container .video .fires[data-v-754ea07e] {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
}
.container .video .fires img[data-v-754ea07e] {
  width: 24px;
  height: 24px;
}
.container .video .fires span[data-v-754ea07e] {
  display: inline-block;
  background-color: rgba(36, 13, 0, 0.7);
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.container .video .mask[data-v-754ea07e] {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: rgba(0, 39, 66, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .video .mask .opens[data-v-754ea07e] {
  border: 1px solid #ffffff;
  font-size: 13px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  width: 223px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.container .check[data-v-754ea07e] {
  display: flex;
  align-items: center;
}
.container .comment[data-v-754ea07e] {
  background-color: #fff;
  z-index: 9;
}
.container .comment .title[data-v-754ea07e] {
  display: flex;
  align-items: center;
}
.container .comment .title h3[data-v-754ea07e] {
  color: #29a9ff;
  font-size: 0.4267rem;
  font-weight: 600;
}
.container .comment .title h3[data-v-754ea07e]:after {
  content: "";
  display: block;
  width: 0.4rem;
  border-bottom: 0.1067rem solid #29a9ff;
  margin: 0.1333rem auto 0;
  border-radius: 1.3333rem;
}
.container .comment .title span[data-v-754ea07e] {
  color: #999999;
  font-size: 0.32rem;
  margin-left: 0.2667rem;
}
.container .comment .menu-tabs[data-v-754ea07e] {
  position: relative;
}
.container .comment .menu-tabs .topics[data-v-754ea07e] {
  margin: 15px 0 0;
  padding: 0 0.4267rem;
}
.container .comment .menu-tabs .topics .xl[data-v-754ea07e] {
  line-height: 24px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: PingFang SC-Bold;
}
.container .comment .menu-tabs .meetingIntro[data-v-754ea07e] {
  display: flex;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin: 8px 16px;
}
.container .comment .menu-tabs .meetingIntro .van-icon[data-v-754ea07e] {
  color: #999;
  font-weight: 600;
  display: flex;
  margin-top: 2px;
}
.container .comment .menu-tabs .price[data-v-754ea07e] {
  display: flex;
  align-items: center;
  padding: 0 0.4267rem;
  margin-top: 2px;
}
.container .comment .menu-tabs .price .price-left .money[data-v-754ea07e] {
  margin: 0 2px 0 3px;
  font-size: 28px;
  font-weight: bold;
  color: #ff432a;
  font-family: DIN-Bold;
}
.container .comment .menu-tabs .price .price-left span[data-v-754ea07e] {
  font-size: 15px;
  font-weight: bold;
  color: #ff432a;
}
.container .comment .menu-tabs .price .price-left .qi[data-v-754ea07e] {
  font-weight: normal;
}
.container .comment .menu-tabs .price .price-certer[data-v-754ea07e] {
  margin: 0 1px;
}
.container .comment .menu-tabs .begintime[data-v-754ea07e] {
  padding: 0 0.4267rem;
  margin-top: 10px;
  margin-bottom: 16px;
}
.container .comment .menu-tabs .begintime .times[data-v-754ea07e] {
  display: flex;
}
.container .comment .menu-tabs .begintime .times .times-left[data-v-754ea07e] {
  display: flex;
}
.container .comment .menu-tabs .begintime .times .times-left img[data-v-754ea07e] {
  width: 13px;
  height: 13px;
  margin-right: 2px;
  margin-top: 1.5px;
}
.container .comment .menu-tabs .begintime .times .times-left[data-v-754ea07e] {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  overflow: hidden;
}
.container .comment .menu-tabs .begintime .times .times-left span[data-v-754ea07e] {
  display: flex;
  align-items: center;
  font-family: PingFang SC-Medium;
}
.container .comment .menu-tabs .num[data-v-754ea07e] {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 16px;
}
.container .comment .menu-tabs .num .num-left[data-v-754ea07e] {
  width: 30px;
  display: flex;
  align-items: center;
}
.container .comment .menu-tabs .num .num-left img[data-v-754ea07e] {
  width: 30px;
  height: 30px;
  border-radius: 1.3333rem;
  margin-top: 2px;
}
.container .comment .menu-tabs .num .num-center[data-v-754ea07e] {
  width: 69%;
  line-height: 0.5333rem;
}
.container .comment .menu-tabs .num .num-center .bozhu[data-v-754ea07e] {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
  color: #333333;
}
.container .comment .menu-tabs .num .num-center p[data-v-754ea07e] {
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #999999;
  line-height: 15px;
  margin-top: 4px;
}
.container .comment .menu-tabs .num .num-right[data-v-754ea07e] {
  width: 52px;
  height: 26px;
  display: flex;
}
.container .comment .menu-tabs .num .num-right[data-v-754ea07e] button {
  width: 52px;
  height: 26px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
  background-color: #fff;
}
.container .album h4[data-v-754ea07e] {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.container .relate[data-v-754ea07e] {
  margin: 0.52rem 0 10px;
}
.container .relate .name[data-v-754ea07e] {
  padding: 0 11px;
  margin-bottom: 0.2667rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .relate .name .name-right[data-v-754ea07e] {
  color: #999999;
  font-size: 12px;
  margin-right: -5px;
}
.container .forum[data-v-754ea07e] {
  padding: 16px 0.4267rem 0;
}
.container .forum .name[data-v-754ea07e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .forum .name h4[data-v-754ea07e] {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.container .forum .name .name-right[data-v-754ea07e] {
  color: #999999;
  font-size: 12px;
  margin-right: -5px;
}
.container .forum .all[data-v-754ea07e] {
  display: flex;
  /* 设置超出滚动 */
  overflow-x: auto;
  padding: 11px 0 0;
}
.container .forum .all .detail[data-v-754ea07e] {
  margin-right: 0.24rem;
  /* 超出滚动的关键，没有它元素会自动缩小，不会滚动 */
  flex-shrink: 0;
  border-radius: 2px;
  padding: 7px 6px;
  border: 1px solid #999999;
}
.container .forum .all .detail.active[data-v-754ea07e] {
  border: 1px solid #4eaff0;
  border-radius: 2px;
}
.container .forum .all .detail.active .title[data-v-754ea07e] {
  color: #048eea;
  font-weight: bold;
}
.container .forum .all .detail .title[data-v-754ea07e] {
  font-weight: 500;
  color: #999999;
  font-size: 12px;
}
.container .forum .all1[data-v-754ea07e] {
  display: flex;
  /* 设置超出滚动 */
  overflow-x: auto;
  padding: 11px 0 10px;
}
.container .forum .all1 .detail1[data-v-754ea07e] {
  width: 160px;
  margin-right: 0.24rem;
  /* 超出滚动的关键，没有它元素会自动缩小，不会滚动 */
  flex-shrink: 0;
}
.container .forum .all1 .detail1 .title[data-v-754ea07e] {
  font-weight: 500;
  color: #333333;
  font-size: 13px;
}
.container .forum .all1 .detail1 .pic img[data-v-754ea07e] {
  width: 100%;
  height: 90px;
}
.container .forum .all1 .detail1.active1 .title[data-v-754ea07e] {
  color: #048eea;
  font-weight: bold;
}
.container .forum[data-v-754ea07e] ::-webkit-scrollbar {
  /* 隐藏滚动条 */
  display: none;
}
.container .agenda[data-v-754ea07e] {
  margin-bottom: 6px;
}
.container .agenda .category[data-v-754ea07e] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #f8f8f9;
  padding: 16px 16px 0;
}
.container .agenda .category .types[data-v-754ea07e] {
  font-size: 13px;
  font-weight: 500;
  color: #979799;
}
.container .agenda .category .types[data-v-754ea07e]:nth-child(2) {
  font-size: 14px;
  font-weight: bold;
  color: #00050f;
}
.container .agenda .category .types[data-v-754ea07e]:nth-child(2):after {
  content: "";
  display: block;
  width: 26px;
  border-radius: 10px;
  height: 4px;
  background: linear-gradient(to bottom, #25a5ff 0%, #4dd1ff 100%);
  margin: 0 auto;
}
.container .agenda .meets[data-v-754ea07e] {
  min-height: 300px;
}
.container .agenda .meets .meetXiumi[data-v-754ea07e] {
  min-height: 300px;
  padding: 10px 12px;
  color: #333333;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0.4px;
  line-height: 1.9;
  font-family: PingFang SC-Medium;
  word-wrap: break-word;
  word-break: break-all;
}
.container .agenda .meets .meetXiumi[data-v-754ea07e] img {
  max-width: 100%;
}
.container .agenda .meets .meetImage[data-v-754ea07e] {
  padding: 10px 12px;
}
.container .agenda .meets .meetImage > div[data-v-754ea07e] {
  line-height: 0;
}
.container .agenda .meets .meetImage img[data-v-754ea07e] {
  max-width: 100%;
  margin: 0;
}
.container .agenda .joins .explain[data-v-754ea07e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
  margin: 6px 16px 0;
}
.container .agenda .joins .nowjoin[data-v-754ea07e] {
  height: 141px;
  margin-top: 12px;
  background-image: url("https://static-web.yaoweilai.com/web/image/bg-nows.png");
  background-repeat: no-repeat;
  background-size: 100% 141px;
  padding: 15px 8px;
  margin: 12px 16px;
}
.container .agenda .joins .nowjoin .nows[data-v-754ea07e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .agenda .joins .nowjoin .nows .nows-left[data-v-754ea07e] {
  position: relative;
  display: inline-block;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 17px;
  color: #333;
  z-index: 1; /* 文字层 */
}
.container .agenda .joins .nowjoin .nows .nows-left[data-v-754ea07e]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 6px;
  background: rgba(152, 199, 245, 0.7);
  z-index: -1; /* 底色层 */
}
.container .agenda .joins .nowjoin .oreders[data-v-754ea07e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  margin-top: 12px;
}
.container .agenda .joins .nowjoin .nows-right[data-v-754ea07e] {
  display: flex;
  margin-top: 12px;
}
.container .agenda .joins .nowjoin .nows-right .rules-left[data-v-754ea07e] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49%;
  height: 26px;
  background: rgba(171, 194, 210, 0.15);
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #b5c1cc;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.container .agenda .joins .nowjoin .nows-right .rules-right[data-v-754ea07e] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49%;
  height: 26px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
  margin-left: 13px;
}
.container .agenda .joins .members[data-v-754ea07e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 15px 0;
}
.container .agenda .joins .members .members-left[data-v-754ea07e] {
  display: flex;
  align-items: center;
}
.container .agenda .joins .members .members-left span[data-v-754ea07e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 17px;
  color: #333333;
}
.container .agenda .joins .members .members-left img[data-v-754ea07e] {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
.container .agenda .joins .members .members-right[data-v-754ea07e] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 29px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
}
.container .agenda .joins .hot-recoomend .right-list .hot-list[data-v-754ea07e] {
  cursor: pointer;
  margin: 11px 16px 14px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 12px;
}
.container .agenda .joins .hot-recoomend .right-list .hot-list[data-v-754ea07e]:last-child {
  border-bottom: none;
}
.container .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .seeks[data-v-754ea07e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.container .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .seeks .seeks-left[data-v-754ea07e] {
  flex: 1;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
  -webkit-box-orient: vertical; /* 垂直排列 */
  -webkit-line-clamp: 2; /* 限制显示两行 */
  overflow: hidden; /* 隐藏超出范围的内容 */
  text-overflow: ellipsis; /* 使用省略号 */
}
.container .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .seeks .seeks-right[data-v-754ea07e] {
  width: 54px;
  height: 25px;
  background: #078ae2;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.container .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .compy[data-v-754ea07e] {
  display: flex;
  background: #f8f8f8;
  border-radius: 2px 2px 2px 2px;
  padding: 8px;
}
.container .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-left[data-v-754ea07e] {
  width: 68px;
  margin-right: 8px;
}
.container .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-left img[data-v-754ea07e] {
  width: 68px;
  height: 68px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #eeeeee;
}
.container .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right[data-v-754ea07e] {
  flex: 1;
}
.container .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .gs[data-v-754ea07e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
}
.container .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .works[data-v-754ea07e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  margin-top: 4px;
}
.container .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate[data-v-754ea07e] {
  display: flex;
  align-items: center;
  max-width: 250px;
  margin-top: 5px;
}
.container .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate .coate-left[data-v-754ea07e] {
  background: #fff0e9;
  border-radius: 2px 2px 2px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 18px;
  padding: 0 4px;
  flex-shrink: 0;
}
.container .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate .coate-left img[data-v-754ea07e] {
  width: 10px;
  height: 10px;
  margin-right: 3px;
}
.container .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate .coate-left span[data-v-754ea07e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #333333;
}
.container .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate .coate-right[data-v-754ea07e] {
  flex: 1;
  min-width: 0;
  margin-left: 8px;
}
.container .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate .coate-right .flex[data-v-754ea07e] {
  font-size: 10px;
  color: #999;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.container .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate .coate-right .split[data-v-754ea07e] {
  color: #eee; /* 分隔符颜色 */
  margin: 0 4px;
}
.container .agenda .joins .open-more[data-v-754ea07e] {
  margin: 24px 60px 24px;
  display: flex;
}
.container .agenda .joins .open-more button[data-v-754ea07e] {
  width: 100%;
  height: 37px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
  border: none;
}
.container .agenda .detail[data-v-754ea07e] {
  padding: 0 16px;
}
.container .agenda .detail .forums[data-v-754ea07e] {
  margin-top: 12px;
  height: 52px;
  background: #fafafa;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}
.container .agenda .detail .forums .forums-left[data-v-754ea07e] {
  display: flex;
}
.container .agenda .detail .forums .forums-left .title[data-v-754ea07e] {
  font-size: 13px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #282828;
}
.container .agenda .detail .forums .forums-right[data-v-754ea07e] {
  display: flex;
}
.container .agenda .detail .forums .forums-right .zhu[data-v-754ea07e] {
  margin-right: 13px;
  padding: 0 2px;
  background: #fafafa;
  border-radius: 3px 3px 3px 3px;
  opacity: 1;
  font-size: 9px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .agenda .detail .forums .forums-right img[data-v-754ea07e] {
  width: 13px;
}
.container .agenda .expertslist .expert[data-v-754ea07e] {
  margin: 0 7px 0 8px;
  padding: 14px 8px 12px;
  border-bottom: 1px solid #eee;
}
.container .agenda .expertslist .expert[data-v-754ea07e]:last-child {
  border-bottom: none;
}
.container .agenda .expertslist .expert .infor[data-v-754ea07e] {
  display: flex;
}
.container .agenda .expertslist .expert .infor .img[data-v-754ea07e] {
  width: 61px;
}
.container .agenda .expertslist .expert .infor .img img[data-v-754ea07e] {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}
.container .agenda .expertslist .expert .infor .infor-right[data-v-754ea07e] {
  flex: 1;
  margin-left: 15px;
}
.container .agenda .expertslist .expert .infor .infor-right .name[data-v-754ea07e] {
  font-size: 16px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #2d73b6;
  margin-top: 8px;
  margin-bottom: -10px;
}
.container .agenda .expertslist .expert .infor .infor-right .specialistPosition[data-v-754ea07e] {
  margin-top: -10px;
  width: 193px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  color: #2d73b6;
  font-size: 12px;
}
.container .agenda .expertslist .expert .infor .infor-right .specialistPosition .positions[data-v-754ea07e] {
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #2d73b6;
}
.container .agenda .expertslist .expert .infor .infor-right .specialistPosition .lines i[data-v-754ea07e] {
  display: inline-block;
  margin: 0 5px 0;
  width: 1px;
  height: 8px;
  background: #2d73b6;
}
.container .agenda .expertslist .expert .infor .infor-right .specialistPosition .slue[data-v-754ea07e] {
  margin-top: -8px;
  color: #2d73b6;
  font-size: 15px;
  border-radius: 20px;
}
.container .agenda .exhibitorslist .exhibitors[data-v-754ea07e] {
  margin: 0 7px 0 8px;
  padding: 14px 8px 12px;
  border-bottom: 1px solid #eee;
}
.container .agenda .exhibitorslist .exhibitors[data-v-754ea07e]:last-child {
  border-bottom: none;
}
.container .agenda .exhibitorslist .exhibitors .boothCover[data-v-754ea07e] {
  display: flex;
}
.container .agenda .exhibitorslist .exhibitors .boothCover .exhibitors-left[data-v-754ea07e] {
  width: 120px;
}
.container .agenda .exhibitorslist .exhibitors .boothCover .exhibitors-left img[data-v-754ea07e] {
  width: 120px;
  height: 69px;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #777777;
}
.container .agenda .exhibitorslist .exhibitors .boothCover .exhibitors-center[data-v-754ea07e] {
  flex: 1;
  margin-left: 10px;
}
.container .agenda .exhibitorslist .exhibitors .boothCover .exhibitors-center .name[data-v-754ea07e] {
  display: flex;
  margin-top: 8px;
}
.container .agenda .exhibitorslist .exhibitors .boothCover .exhibitors-center .name span[data-v-754ea07e] {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #323332;
}
.container .agenda .exhibitorslist .exhibitors .boothCover .exhibitors-center .name img[data-v-754ea07e] {
  width: 50px;
  height: 17px;
  margin-left: 6px;
  margin-top: 3px;
}
.container .agenda .exhibitorslist .exhibitors .boothCover .exhibitors-center .labels[data-v-754ea07e] {
  display: flex;
  margin-top: 5px;
}
.container .agenda .exhibitorslist .exhibitors .boothCover .exhibitors-center .labels span[data-v-754ea07e] {
  display: inline-block;
  padding: 0 8px;
  height: 18px;
  background: rgba(41, 169, 255, 0.1);
  border-radius: 2px;
  font-size: 10px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #29a9ff;
  text-align: center;
  line-height: 18px;
  margin-right: 6px;
}
.container .agenda .exhibitorslist .exhibitors .boothCover .exhibitors-right[data-v-754ea07e] {
  margin-top: 9px;
}
.container .agenda .exhibitorslist .exhibitors .boothCover .exhibitors-right img[data-v-754ea07e] {
  width: 64px;
  height: 23px;
}
.container .agenda .contactslist[data-v-754ea07e] {
  padding: 0 23px 29px 16px;
}
.container .agenda .contactslist .contacts[data-v-754ea07e] {
  padding-top: 20px;
}
.container .agenda .contactslist .contacts .lists[data-v-754ea07e] {
  margin-bottom: 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
}
.container .agenda .contactslist .contacts .lists[data-v-754ea07e]:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.container .agenda .contactslist .contacts .hezuo[data-v-754ea07e] {
  display: flex;
  align-items: center;
}
.container .agenda .contactslist .contacts .hezuo img[data-v-754ea07e] {
  width: 35px;
  height: 35px;
  border-radius: 50px;
}
.container .agenda .contactslist .contacts .hezuo span[data-v-754ea07e] {
  font-size: 16px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #00050f;
  margin-left: 12px;
}
.container .agenda .contactslist .contacts .detal[data-v-754ea07e] {
  display: flex;
  width: 100%;
  margin-top: 12px;
}
.container .agenda .contactslist .contacts .detal .detal-left[data-v-754ea07e] {
  margin-left: 5px;
  width: 100%;
}
.container .agenda .contactslist .contacts .detal .detal-left .decorate[data-v-754ea07e] {
  display: flex;
  margin-bottom: 2px;
}
.container .agenda .contactslist .contacts .detal .detal-left .decorate .detare[data-v-754ea07e] {
  width: 4px;
  height: 16px;
  background-color: #25a5ff;
  margin: 3px 7px 0 0;
}
.container .agenda .contactslist .contacts .detal .detal-left .decorate .name[data-v-754ea07e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #3d3d3d;
  line-height: 22px;
}
.container .agenda .contactslist .contacts .detal .detal-left .postions[data-v-754ea07e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 17px;
  margin-top: 4px;
}
.container .agenda .contactslist .contacts .detal .detal-left .tels[data-v-754ea07e] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #777777;
  line-height: 20px;
  margin-top: 4px;
}
.container .agenda .contactslist .contacts .detal .detal-left .tels span[data-v-754ea07e] {
  color: #333;
}
.container .agenda .contactslist .contacts .detal .detal-left .tels .nums[data-v-754ea07e] {
  color: #777777;
}
.container .agenda .contactslist .contacts .detal .detal-left .tels .emails[data-v-754ea07e] {
  color: #2ca7f9;
}
.container .agenda .contactslist .contacts .detal .detal-left .tels input[data-v-754ea07e] {
  border: none;
}
.container .agenda .contactslist .contacts .detal .detal-left .tels1[data-v-754ea07e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 26px;
}
.container .agenda .contactslist .contacts .detal .detal-left .tels1 .detal-right[data-v-754ea07e] {
  height: 26px;
}
.container .agenda .contactslist .contacts .detal .detal-left .tels1 .detal-right img[data-v-754ea07e] {
  width: 26px;
  height: 26px;
}
.container .agenda .contactslist .contacts1[data-v-754ea07e] {
  padding-top: 10px;
}
.container .exclusive .video-list[data-v-754ea07e] {
  padding: 0 0.4267rem;
  display: flex;
  margin-bottom: 0.4rem;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 14px;
}
.container .exclusive .video-list[data-v-754ea07e]:last-child {
  border-bottom: none;
}
.container .exclusive .video-detail[data-v-754ea07e] {
  width: 3.4667rem;
  height: 1.9733rem;
  position: relative;
}
.container .exclusive .video-detail img[data-v-754ea07e] {
  width: 100%;
  height: 1.9733rem;
  border-radius: 2px;
}
.container .exclusive .video-detail .video-top[data-v-754ea07e] {
  font-size: 0.32rem;
  color: white;
  width: 3.2rem;
}
.container .exclusive .video-detail .video-top .begin[data-v-754ea07e] {
  position: absolute;
  top: 6px;
  right: 6px;
}
.container .exclusive .video-detail .video-top .begin img[data-v-754ea07e] {
  width: 40px;
  height: 16px;
}
.container .exclusive .video-detail .video-top .video-number .van-icon[data-v-754ea07e] {
  color: white;
}
.container .exclusive .video-detail .video-top .video-number[data-v-754ea07e] {
  display: flex;
  align-items: center;
}
.container .exclusive .video-title[data-v-754ea07e] {
  width: 60%;
  font-size: 0.3733rem;
  padding-left: 0.2667rem;
}
.container .exclusive .video-title .video-biaoti[data-v-754ea07e] {
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.container .exclusive .video-title .video-author[data-v-754ea07e] {
  margin-top: 8px;
  font-size: 0.32rem;
  color: #999;
}
.container .exclusive .video-title .video-time[data-v-754ea07e] {
  margin-top: 8px;
  font-size: 0.32rem;
  color: #999;
}
.container .sp-list1[data-v-754ea07e] {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 11px 14px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.container .sp-list1[data-v-754ea07e]::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.container .sp-list1 .sp-flex1[data-v-754ea07e] {
  margin-right: 10px;
  width: 177px;
  flex-shrink: 0;
}
.container .sp-list1 .sp-flex1 .sp-img[data-v-754ea07e] {
  position: relative;
  height: 103px;
}
.container .sp-list1 .sp-flex1 .sp-img img[data-v-754ea07e] {
  width: 177px;
  height: 103px;
  border-radius: 2px 2px 0px 0px;
}
.container .sp-list1 .sp-flex1 .sp-img .status[data-v-754ea07e] {
  width: 43px;
  height: 16px;
  line-height: 16px;
  font-size: 5px;
  position: absolute;
  top: 5px;
  right: 2px;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
}
.container .sp-list1 .sp-flex1 .sp-img .status img[data-v-754ea07e] {
  width: 40px;
  height: 16px;
  margin-right: 2px;
}
.container .sp-list1 .sp-flex1 .sp-img .hot[data-v-754ea07e] {
  font-size: 10px;
  position: absolute;
  bottom: 2px;
  right: 5px;
  color: #ffffff;
  text-align: center;
}
.container .sp-list1 .sp-flex1 .sp-img .hot .hot-zi[data-v-754ea07e] {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 2px;
  right: 5px;
}
.container .sp-list1 .sp-flex1 .sp-img .hot .hot-zi img[data-v-754ea07e] {
  width: 7px;
  height: 9px;
  margin-right: 2px;
}
.container .sp-list1 .sp-flex1 .sp-img .playback[data-v-754ea07e] {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}
.container .sp-list1 .sp-flex1 .sp-img .playback span[data-v-754ea07e] {
  background-color: #0a92ec;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  width: 37px;
  height: 17px;
  text-align: center;
  line-height: 17px;
}
.container .sp-list1 .sp-flex1 .titles[data-v-754ea07e] {
  width: 177px;
}
.container .sp-list1 .sp-flex1 .titles .sp-title[data-v-754ea07e] {
  margin-top: 8px;
  font-size: 13px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
.container .sp-list1 .sp-flex1 .titles .infor[data-v-754ea07e] {
  display: flex;
  margin-top: 4px;
}
.container .sp-list1 .sp-flex1 .titles .infor span[data-v-754ea07e] {
  color: #828282;
  font-size: 12px;
}
.container .sp-list1 .sp-flex1 .titles .video-time[data-v-754ea07e] {
  margin-top: 4px;
  font-size: 0.32rem;
  color: #999;
}
.container .open-more[data-v-754ea07e] {
  margin: 5px 15px;
}
.container .open-more button[data-v-754ea07e] {
  border: 1px solid #078ae2;
  color: #078ae2;
  font-size: 16px;
  width: 100%;
  height: 38px;
  border-radius: 50px;
  background-color: #fff;
}
.openapp[data-v-754ea07e] {
  position: fixed;
  bottom: 74px;
  left: 50%;
  text-align: center;
  z-index: 99;
  transform: translateX(-50%);
  width: 164px;
  height: 38px;
  line-height: 38px;
  background: #078ae2;
  border-radius: 20px;
}
.openapp .now[data-v-754ea07e] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.openapp img[data-v-754ea07e] {
  width: 20px;
  height: 20px;
}
.openapp span[data-v-754ea07e] {
  font-size: 13px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 4px;
}
.openapp1[data-v-754ea07e] {
  width: 200px;
}
.openapp1 img[data-v-754ea07e] {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}
.openapp1 span[data-v-754ea07e] {
  margin-right: 5px;
}
@charset "UTF-8";
.pc-all[data-v-61b992c9] {
  background-color: #fff;
}
.pc-all .kongWeb .del[data-v-61b992c9] {
  margin: 100px 0 300px;
  display: flex;
  justify-content: center;
}
.pc-all .kongWeb img[data-v-61b992c9] {
  width: 233px;
  height: 299px;
}
.pc-all .content[data-v-61b992c9] {
  width: 1006px;
  margin: 0 auto;
  min-height: 70vh;
  padding: 36px 0;
}
.pc-all .content .buju[data-v-61b992c9] {
  display: flex;
}
.pc-all .content .buju .article[data-v-61b992c9] {
  width: 717px;
}
.pc-all .content .buju .article .original[data-v-61b992c9] {
  font-size: 14px;
  color: #777777;
}
.pc-all .content .buju .article .article-title[data-v-61b992c9] {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  font-family: "PingFang SC-Bold";
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pc-all .content .buju .article .hot-number[data-v-61b992c9] {
  color: #999;
  font-size: 12px;
  font-family: "PingFang SC-Medium";
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
.pc-all .content .buju .article .hot-number .fire[data-v-61b992c9] {
  display: flex;
  align-items: center;
}
.pc-all .content .buju .article .hot-number .fire img[data-v-61b992c9] {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.pc-all .content .buju .article .hot-number .fire span[data-v-61b992c9] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #333333;
}
.pc-all .content .buju .article .hot-number .fire .heats[data-v-61b992c9] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #777777;
}
.pc-all .content .buju .article .hot-number .fire1[data-v-61b992c9] {
  margin: 0 8px;
}
.pc-all .content .buju .article .mettingimg[data-v-61b992c9] {
  position: relative;
}
.pc-all .content .buju .article .mettingimg img[data-v-61b992c9] {
  width: 100%;
  height: 400px;
}
.pc-all .content .buju .article .mettingimg .fire[data-v-61b992c9] {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
}
.pc-all .content .buju .article .mettingimg .fire img[data-v-61b992c9] {
  width: 24px;
  height: 24px;
}
.pc-all .content .buju .article .mettingimg .fire span[data-v-61b992c9] {
  display: inline-block;
  background-color: rgba(36, 13, 0, 0.7);
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pc-all .content .buju .article .intro[data-v-61b992c9] {
  margin-top: 20px;
}
.pc-all .content .buju .article .intro .comment-flex[data-v-61b992c9] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .content .buju .article .intro .comment-flex .comment-decorate[data-v-61b992c9] {
  width: 4px;
  height: 10px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
}
.pc-all .content .buju .article .intro .comment-flex .comment-writte[data-v-61b992c9] {
  font-size: 14px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .content .buju .article .intro .topics[data-v-61b992c9] {
  position: relative;
  margin-top: 8px;
}
.pc-all .content .buju .article .intro .topics .xl[data-v-61b992c9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-family: PingFang SC-Medium, PingFang SC;
  color: #333333;
  line-height: 24px;
}
.pc-all .content .buju .article .intro .topics .xl h5[data-v-61b992c9] {
  font-size: 13px;
  color: #333;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.pc-all .content .buju .article .intro .topics .xl .down[data-v-61b992c9] {
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  font-size: 13px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #0790eb;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pc-all .content .buju .article .intro .topics .xl .down i[data-v-61b992c9] {
  font-size: 15px;
  color: #0790eb;
}
.pc-all .content .buju .article .agenda[data-v-61b992c9] {
  margin-bottom: 16px;
  margin-top: 20px;
}
.pc-all .content .buju .article .agenda[data-v-61b992c9] .el-tabs__item {
  font-size: 16px;
  font-weight: 500;
  color: #666;
  padding: 0 16px;
}
.pc-all .content .buju .article .agenda[data-v-61b992c9] .is-active {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  position: relative;
}
.pc-all .content .buju .article .agenda[data-v-61b992c9] .is-active::after {
  content: "";
  width: 24px;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  color: #078ae2;
  border-radius: 5px;
  border: 1px solid #078ae2;
  background-color: #078ae2; /* 修改底部横杠的颜色 */
}
.pc-all .content .buju .article .agenda[data-v-61b992c9] .el-tabs__active-bar {
  background-color: transparent; /* 修改底部横杠的颜色 */
}
.pc-all .content .buju .article .agenda[data-v-61b992c9] .el-tabs__nav-wrap::after {
  height: 1px;
  background-color: #eaeaea;
}
.pc-all .content .buju .article .agenda .meets .meetXiumi[data-v-61b992c9] {
  padding: 10px 0;
  color: #333333;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0.4px;
  line-height: 1.9;
  font-family: PingFang SC-Medium;
  word-wrap: break-word;
  word-break: break-all;
}
.pc-all .content .buju .article .agenda .meets .meetXiumi[data-v-61b992c9] img {
  max-width: 100%;
}
.pc-all .content .buju .article .agenda .meets .meetImage[data-v-61b992c9] {
  padding: 10px 12px;
}
.pc-all .content .buju .article .agenda .meets .meetImage > div[data-v-61b992c9] {
  line-height: 0;
}
.pc-all .content .buju .article .agenda .meets .meetImage img[data-v-61b992c9] {
  max-width: 100%;
  margin: 0;
}
.pc-all .content .buju .article .agenda .joins .explain[data-v-61b992c9] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  margin-top: 6px;
}
.pc-all .content .buju .article .agenda .joins .nowjoin[data-v-61b992c9] {
  width: 100%;
  height: 86px;
  margin-top: 12px;
  background-image: url("https://static-web.yaoweilai.com/web/image/bg-orders.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  padding: 15px 10px;
}
.pc-all .content .buju .article .agenda .joins .nowjoin .nows[data-v-61b992c9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-all .content .buju .article .agenda .joins .nowjoin .nows .nows-left[data-v-61b992c9] {
  position: relative;
  display: inline-block;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 17px;
  color: #333;
  z-index: 1; /* 文字层 */
}
.pc-all .content .buju .article .agenda .joins .nowjoin .nows .nows-left[data-v-61b992c9]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 6px;
  background: rgba(152, 199, 245, 0.7);
  z-index: -1; /* 底色层 */
}
.pc-all .content .buju .article .agenda .joins .nowjoin .nows .nows-right[data-v-61b992c9] {
  display: flex;
}
.pc-all .content .buju .article .agenda .joins .nowjoin .nows .nows-right .rules-left[data-v-61b992c9] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 26px;
  background: rgba(171, 194, 210, 0.15);
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #b5c1cc;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.pc-all .content .buju .article .agenda .joins .nowjoin .nows .nows-right .rules-right[data-v-61b992c9] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 26px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
  margin-left: 13px;
}
.pc-all .content .buju .article .agenda .joins .nowjoin .oreders[data-v-61b992c9] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  margin-top: 12px;
}
.pc-all .content .buju .article .agenda .joins .opens .more[data-v-61b992c9] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 311px;
  height: 38px;
  background: #078ae2;
  border-radius: 2px;
  margin: 48px auto 0;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
}
.pc-all .content .buju .article .agenda .joins .members[data-v-61b992c9] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}
.pc-all .content .buju .article .agenda .joins .members .members-left[data-v-61b992c9] {
  display: flex;
  align-items: center;
}
.pc-all .content .buju .article .agenda .joins .members .members-left span[data-v-61b992c9] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 17px;
  color: #333333;
}
.pc-all .content .buju .article .agenda .joins .members .members-left img[data-v-61b992c9] {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
.pc-all .content .buju .article .agenda .joins .members .members-right[data-v-61b992c9] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 29px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
}
.pc-all .content .buju .article .agenda .joins .hot-recoomend .right-list .hot-list[data-v-61b992c9] {
  cursor: pointer;
  margin: 11px 0px 14px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 12px;
}
.pc-all .content .buju .article .agenda .joins .hot-recoomend .right-list .hot-list[data-v-61b992c9]:last-child {
  border-bottom: none;
}
.pc-all .content .buju .article .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .seeks[data-v-61b992c9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.pc-all .content .buju .article .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .seeks .seeks-left[data-v-61b992c9] {
  flex: 1;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
  -webkit-box-orient: vertical; /* 垂直排列 */
  -webkit-line-clamp: 2; /* 限制显示两行 */
  overflow: hidden; /* 隐藏超出范围的内容 */
  text-overflow: ellipsis; /* 使用省略号 */
}
.pc-all .content .buju .article .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .seeks .seeks-right[data-v-61b992c9] {
  width: 54px;
  height: 25px;
  background: #078ae2;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 32px;
}
.pc-all .content .buju .article .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .compy[data-v-61b992c9] {
  display: flex;
  background: #f8f8f8;
  border-radius: 2px 2px 2px 2px;
  padding: 8px;
}
.pc-all .content .buju .article .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-left[data-v-61b992c9] {
  width: 68px;
  margin-right: 8px;
}
.pc-all .content .buju .article .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-left img[data-v-61b992c9] {
  width: 68px;
  height: 68px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #eeeeee;
}
.pc-all .content .buju .article .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right[data-v-61b992c9] {
  flex: 1;
}
.pc-all .content .buju .article .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .gs[data-v-61b992c9] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
}
.pc-all .content .buju .article .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .works[data-v-61b992c9] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  margin-top: 4px;
}
.pc-all .content .buju .article .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate[data-v-61b992c9] {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin-top: 5px;
}
.pc-all .content .buju .article .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate .coate-left[data-v-61b992c9] {
  background: #fff0e9;
  border-radius: 2px 2px 2px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 18px;
  padding: 0 4px;
  flex-shrink: 0;
}
.pc-all .content .buju .article .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate .coate-left img[data-v-61b992c9] {
  width: 10px;
  height: 10px;
  margin-right: 3px;
}
.pc-all .content .buju .article .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate .coate-left span[data-v-61b992c9] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #333333;
}
.pc-all .content .buju .article .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate .coate-right[data-v-61b992c9] {
  flex: 1;
  min-width: 0;
  margin-left: 8px;
}
.pc-all .content .buju .article .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate .coate-right .flex[data-v-61b992c9] {
  font-size: 10px;
  color: #999;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pc-all .content .buju .article .agenda .joins .hot-recoomend .right-list .hot-list .hot-flex .compy .compy-right .coate .coate-right .split[data-v-61b992c9] {
  color: #eee; /* 分隔符颜色 */
  margin: 0 4px;
}
.pc-all .content .buju .article .agenda .joins .open-more[data-v-61b992c9] {
  margin: 24px 60px 24px;
  display: flex;
}
.pc-all .content .buju .article .agenda .joins .open-more button[data-v-61b992c9] {
  width: 100%;
  height: 37px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
  border: none;
}
.pc-all .content .buju .article .agenda .detail[data-v-61b992c9] {
  padding: 0;
}
.pc-all .content .buju .article .agenda .detail .forums[data-v-61b992c9] {
  margin-top: 12px;
  height: 52px;
  background: #fafafa;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px;
}
.pc-all .content .buju .article .agenda .detail .forums .forums-left[data-v-61b992c9] {
  display: flex;
}
.pc-all .content .buju .article .agenda .detail .forums .forums-left .title[data-v-61b992c9] {
  font-size: 13px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #282828;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 600px;
}
.pc-all .content .buju .article .agenda .detail .forums .forums-right[data-v-61b992c9] {
  display: flex;
}
.pc-all .content .buju .article .agenda .detail .forums .forums-right .zhu[data-v-61b992c9] {
  margin-right: 18px;
  padding: 0 2px;
  background: #fafafa;
  border-radius: 3px 3px 3px 3px;
  opacity: 1;
  font-size: 9px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-all .content .buju .article .agenda .detail .forums .forums-right img[data-v-61b992c9] {
  width: 13px;
  height: 13px;
}
.pc-all .content .buju .article .agenda .expertslist[data-v-61b992c9] {
  padding: 10px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.pc-all .content .buju .article .agenda .expertslist .expert[data-v-61b992c9] {
  width: 350px;
  height: 254px;
  background: #ffffff;
  box-shadow: 0px 1px 6px 1px rgba(51, 51, 51, 0.08);
  border-radius: 10px 10px 10px 10px;
  padding-top: 43px;
  margin-bottom: 15px;
}
.pc-all .content .buju .article .agenda .expertslist .expert[data-v-61b992c9]:nth-child(2n) {
  margin-left: 15px;
}
.pc-all .content .buju .article .agenda .expertslist .expert .infor[data-v-61b992c9] {
  text-align: center;
}
.pc-all .content .buju .article .agenda .expertslist .expert .infor .img img[data-v-61b992c9] {
  width: 82px;
  height: 82px;
  border-radius: 50px;
}
.pc-all .content .buju .article .agenda .expertslist .expert .infor .name[data-v-61b992c9] {
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 11px;
}
.pc-all .content .buju .article .agenda .expertslist .expert .infor .special[data-v-61b992c9] {
  padding: 0 10px;
}
.pc-all .content .buju .article .agenda .expertslist .expert .infor .specialistPosition .positions[data-v-61b992c9] {
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #777777;
}
.pc-all .content .buju .article .agenda .exhibitorslist[data-v-61b992c9] {
  padding: 10px;
}
.pc-all .content .buju .article .agenda .exhibitorslist .exhibitors[data-v-61b992c9] {
  display: flex;
  justify-content: space-between;
  padding: 12px 0 13px;
  margin-top: 12px;
}
.pc-all .content .buju .article .agenda .exhibitorslist .exhibitors .boothCover[data-v-61b992c9] {
  display: flex;
}
.pc-all .content .buju .article .agenda .exhibitorslist .exhibitors .boothCover .exhibitors-left img[data-v-61b992c9] {
  width: 120px;
  height: 69px;
  border-radius: 8px;
}
.pc-all .content .buju .article .agenda .exhibitorslist .exhibitors .boothCover .exhibitors-center[data-v-61b992c9] {
  margin-left: 16px;
}
.pc-all .content .buju .article .agenda .exhibitorslist .exhibitors .boothCover .exhibitors-center .name[data-v-61b992c9] {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #323332;
  margin-top: 6px;
}
.pc-all .content .buju .article .agenda .exhibitorslist .exhibitors .boothCover .exhibitors-center .labels[data-v-61b992c9] {
  margin-top: 10px;
}
.pc-all .content .buju .article .agenda .exhibitorslist .exhibitors .boothCover .exhibitors-center .labels span[data-v-61b992c9] {
  display: inline-block;
  padding: 0 8px;
  height: 18px;
  background: rgba(41, 169, 255, 0.1);
  border-radius: 13px 13px 13px 13px;
  font-size: 10px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #29a9ff;
  text-align: center;
  line-height: 18px;
  margin-right: 6px;
}
.pc-all .content .buju .article .agenda .exhibitorslist .exhibitors .exhibitors-right[data-v-61b992c9] {
  margin-right: 34px;
}
.pc-all .content .buju .article .agenda .exhibitorslist .exhibitors .exhibitors-right img[data-v-61b992c9] {
  width: 64px;
  height: 23px;
  margin-top: 6px;
}
.pc-all .content .buju .article .agenda .contactslist[data-v-61b992c9] {
  padding: 0 25px 29px 0;
}
.pc-all .content .buju .article .agenda .contactslist .contacts[data-v-61b992c9] {
  padding-top: 20px;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .lists[data-v-61b992c9] {
  margin-bottom: 30px;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .hezuo[data-v-61b992c9] {
  display: flex;
  align-items: center;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .hezuo img[data-v-61b992c9] {
  width: 35px;
  height: 35px;
  border-radius: 50px;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .hezuo span[data-v-61b992c9] {
  font-size: 16px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #00050f;
  margin-left: 12px;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .cooperate[data-v-61b992c9]:last-child {
  margin-bottom: 0;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal[data-v-61b992c9] {
  display: flex;
  width: 100%;
  margin-top: 12px;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal .detal-left[data-v-61b992c9] {
  margin-left: 5px;
  width: 100%;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal .detal-left .decorate[data-v-61b992c9] {
  display: flex;
  margin-bottom: 2px;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal .detal-left .decorate .detare[data-v-61b992c9] {
  width: 4px;
  height: 16px;
  background-color: #25a5ff;
  margin: 3px 7px 0 0;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal .detal-left .decorate .name[data-v-61b992c9] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #3d3d3d;
  line-height: 22px;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal .detal-left .postions[data-v-61b992c9] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 17px;
  margin-top: 4px;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal .detal-left .tels[data-v-61b992c9] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #777777;
  line-height: 20px;
  margin-top: 4px;
  width: 100%;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal .detal-left .tels span[data-v-61b992c9] {
  color: #333;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal .detal-left .tels .nums[data-v-61b992c9] {
  color: #777777;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal .detal-left .tels .emails[data-v-61b992c9] {
  color: #2ca7f9;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal .detal-left .tels input[data-v-61b992c9] {
  border: none;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal .detal-left .tels1[data-v-61b992c9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 26px;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal .detal-left .tels1 .detal-right[data-v-61b992c9] {
  height: 26px;
}
.pc-all .content .buju .article .agenda .contactslist .contacts .detal .detal-left .tels1 .detal-right img[data-v-61b992c9] {
  width: 26px;
  height: 26px;
}
.pc-all .content .buju .article .agenda .contactslist .contacts1[data-v-61b992c9] {
  padding-top: 30px;
}
.pc-all .content .buju .article .agenda .more[data-v-61b992c9] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 36px;
  background: rgba(218, 218, 218, 0.3);
  border-radius: 18px;
  margin: 14px auto 0;
}
.pc-all .content .buju .article .agenda .more span[data-v-61b992c9] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #777777;
}
.pc-all .content .buju .bj-right[data-v-61b992c9] {
  font-family: "PingFang SC-Medium";
  margin-left: 22px;
  width: 267px;
}
.pc-all .content .buju .bj-right .ewcode[data-v-61b992c9] {
  width: 267px;
  height: 123px;
  margin-top: 5px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img[data-v-61b992c9] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 267px;
  height: 123px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima[data-v-61b992c9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 21px 0 21px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left[data-v-61b992c9] {
  padding-top: 30px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .populay img[data-v-61b992c9] {
  width: 120px;
  height: 27px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-61b992c9]:after {
  content: "";
  display: block;
  width: 63px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .download[data-v-61b992c9] {
  margin-top: 14px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-61b992c9] {
  width: 126px;
  height: 18px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-right[data-v-61b992c9] {
  background-color: #fff;
  width: 75px;
  height: 75px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 5px;
  margin-top: 24px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-right img[data-v-61b992c9] {
  width: 64px;
  height: 64px;
}
.pc-all .content .buju .bj-right .peronal-bj[data-v-61b992c9] {
  border: 1px solid #e8e8e8;
  margin-top: 10px;
  padding-bottom: 20px;
  border-radius: 2px;
  position: relative;
}
.pc-all .content .buju .bj-right .peronal-bj .more[data-v-61b992c9] {
  position: absolute;
  left: -1px;
  bottom: 0;
  right: 0;
  width: 267px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: #048eea;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 0px 0px 2px 2px;
}
.pc-all .content .buju .bj-right .peronal-bj .line[data-v-61b992c9] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .content .buju .bj-right .peronal-bj .bj[data-v-61b992c9] {
  padding: 20px 10px 0;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg[data-v-61b992c9] {
  display: flex;
  align-items: center;
  margin: 0 4px 0 8px;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .bt-img[data-v-61b992c9] {
  width: 40px;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .bt-img img[data-v-61b992c9] {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .right-name[data-v-61b992c9] {
  flex: 1;
  margin-left: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .right-btn[data-v-61b992c9] {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 60px;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .right-btn .btn-ys[data-v-61b992c9] {
  width: 60px;
  height: 25px;
  background-color: #f3faff;
  border: 1px solid #048eea;
  font-size: 12px;
  border-radius: 5px;
  line-height: 23px;
  cursor: pointer;
  color: #048eea;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .right-btn .btn-sx[data-v-61b992c9] {
  background-color: #f2f4f9;
  color: #333333;
}
.pc-all .content .buju .bj-right .peronal-bj .el-divider--horizontal[data-v-61b992c9] {
  margin: 12px 0 !important;
}
.pc-all .content .buju .bj-right .peronal-bj .right-detail[data-v-61b992c9] {
  display: flex;
  margin: 16px 4px 12px 8px;
}
.pc-all .content .buju .bj-right .peronal-bj .right-detail .right-zi[data-v-61b992c9] {
  font-size: 12px;
  color: #999999;
  margin-right: 33px;
}
.pc-all .content .buju .bj-right .hot-recoomend[data-v-61b992c9] {
  border: 1px solid #e8e8e8;
  margin-top: 12px;
  padding: 15px 10px 16px;
  border-radius: 2px;
  position: relative;
}
.pc-all .content .buju .bj-right .hot-recoomend .line[data-v-61b992c9] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .content .buju .bj-right .hot-recoomend .comment-flex[data-v-61b992c9] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .content .buju .bj-right .hot-recoomend .comment-flex .comment-decorate[data-v-61b992c9] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
  border-radius: 10px;
}
.pc-all .content .buju .bj-right .hot-recoomend .comment-flex .comment-writte[data-v-61b992c9] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .content .buju .bj-right .hot-recoomend1[data-v-61b992c9] {
  border: none;
}
.pc-all .content .buju .bj-right .hot-recoomend1 .right-list[data-v-61b992c9] {
  margin-bottom: 20px;
}
.pc-all .content .buju .bj-right .right-list .hot-list[data-v-61b992c9] {
  margin-top: 10px;
  margin-left: 12px;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex[data-v-61b992c9] {
  display: flex;
  cursor: pointer;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-sp[data-v-61b992c9] {
  position: relative;
  width: 99px;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-sp img[data-v-61b992c9] {
  width: 102px;
  height: 60px;
  border-radius: 2px;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-other[data-v-61b992c9] {
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-61b992c9] {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-other .hot-author[data-v-61b992c9] {
  color: #999999;
  font-size: 12px;
  position: absolute;
  bottom: 0;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-other .hot-author span[data-v-61b992c9] {
  font-size: 12px;
  margin-left: 5px;
}
.pc-all .el-divider[data-v-61b992c9] {
  background-color: #eeeeee !important;
}
.pc-all .el-divider__text[data-v-61b992c9] {
  background-color: #fbfbfb !important;
}
.container[data-v-68b6505e] {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  height: 100vh;
}
.container .kongMoblie[data-v-68b6505e] {
  display: flex;
  justify-content: center;
  margin-top: 126px;
}
.container .kongMoblie img[data-v-68b6505e] {
  width: 154px;
  height: 153px;
}
.container .logo[data-v-68b6505e] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-68b6505e] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-68b6505e] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-68b6505e] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-68b6505e] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-68b6505e]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-68b6505e]:focus {
  outline: none;
}
.container .topname .shares[data-v-68b6505e] {
  padding: 8px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(270deg, #f3fffe 0%, rgba(255, 255, 255, 0) 69%);
}
.container .topname .shares .share-left[data-v-68b6505e] {
  display: flex;
  align-items: center;
}
.container .topname .shares .share-left img[data-v-68b6505e] {
  width: 16px;
  height: 16px;
}
.container .topname .shares .share-left .demands[data-v-68b6505e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #2cc7b7;
}
.container .topname .shares .share-left .supplys[data-v-68b6505e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ff8732;
}
.container .topname .shares .share-right[data-v-68b6505e] {
  display: flex;
}
.container .topname .shares .share-right .items[data-v-68b6505e] {
  width: 56px;
  height: 16px;
  background-color: #f6f7fb;
  border-radius: 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #aaaaaa;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.container .topname .shares1[data-v-68b6505e] {
  background: linear-gradient(270deg, #fff7f1 0%, rgba(255, 255, 255, 0) 70%);
}
.container .topname .shares1 .share-right[data-v-68b6505e] {
  display: flex;
}
.container .topname .shares1 .share-right .items[data-v-68b6505e] {
  width: 56px;
  background-color: #fff8f2;
  height: 16px;
  border-radius: 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ff8732;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.container .titles[data-v-68b6505e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin: 12px;
}
.container .avtar[data-v-68b6505e] {
  display: flex;
  align-items: center;
  padding: 12px;
  border-bottom: 1px solid #f8f8f9;
}
.container .avtar img[data-v-68b6505e] {
  width: 24px;
  height: 24px;
  border: 1px solid #f6f7fb;
  border-radius: 50%;
  margin-right: 8px;
}
.container .avtar span[data-v-68b6505e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
}
.container .descipt[data-v-68b6505e] {
  padding: 12px;
}
.container .descipt .contens[data-v-68b6505e] {
  word-break: break-all;
  white-space: pre-wrap;
  font-size: 14px;
}
.container .descipt .contens[data-v-68b6505e] img {
  max-width: 100%;
  margin: 5px 0;
}
.container .company-intro[data-v-68b6505e] {
  margin: 26px 0 32px;
}
.container .company-intro .comment-flex[data-v-68b6505e] {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 16px;
  border-bottom: 1px solid #f8f8f9;
  padding-bottom: 12px;
}
.container .company-intro .comment-flex .comment-decorate[data-v-68b6505e] {
  width: 3px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
}
.container .company-intro .comment-flex .comment-writte[data-v-68b6505e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
.container .recommended[data-v-68b6505e] {
  margin-top: 12px;
  margin-bottom: 24px;
}
.container .recommended .hot-recoomend[data-v-68b6505e] {
  margin-bottom: 45px;
}
.container .recommended .hot-recoomend .right-list .hot-list[data-v-68b6505e] {
  background: #ffffff;
  border-radius: 2px;
  border-bottom: 1px solid #f8f8f9;
  padding: 0 12px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex[data-v-68b6505e] {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp[data-v-68b6505e] {
  position: relative;
  width: 40px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp img[data-v-68b6505e] {
  width: 40px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other[data-v-68b6505e] {
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-68b6505e] {
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: PingFang SC, PingFang SC;
  font-size: 14px;
  color: #333333;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .labels[data-v-68b6505e] {
  margin-top: -5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .labels .labels-left[data-v-68b6505e] {
  display: flex;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .labels .labels-left .company[data-v-68b6505e] {
  margin-right: 8px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .labels .labels-left .company .company-left[data-v-68b6505e] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  width: 76px;
  height: 16px;
  background-color: #fff7f1;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .labels .labels-left .company .company-left img[data-v-68b6505e] {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .labels .labels-left .company .company-left .demands[data-v-68b6505e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #2cc7b7;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .labels .labels-left .company .company-left .supplys[data-v-68b6505e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ff8732;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .labels .labels-left .company .company-left1[data-v-68b6505e] {
  background-color: #fff7f1;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .labels .labels-left .itemlabels[data-v-68b6505e] {
  display: flex;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .labels .labels-left .itemlabels .items[data-v-68b6505e] {
  width: 56px;
  height: 16px;
  background-color: #f6f7fb;
  border-radius: 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #aaaaaa;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .labels .labels-right[data-v-68b6505e] {
  display: flex;
  align-items: center;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .labels .labels-right span[data-v-68b6505e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  margin-right: 4px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .labels .labels-right img[data-v-68b6505e] {
  width: 7px;
  height: 16px;
}
.container .recommended .hot-recoomend .seemore[data-v-68b6505e] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #29a9ff;
  margin-top: 20px;
}
.container .recommended .hot-recoomend .seemore .morees[data-v-68b6505e] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 137px;
  height: 32px;
  background: #f8f8f9;
  border-radius: 2px 2px 2px 2px;
}
.container .recommended .hot-recoomend .seemore .van-icon[data-v-68b6505e] {
  margin: 0 0 0 2px;
  color: #29a9ff;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.container .openapp[data-v-68b6505e] {
  position: fixed;
  bottom: 68px;
  left: 50%;
  text-align: center;
  z-index: 99;
  transform: translateX(-50%);
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #078ae2;
  border-radius: 20px;
}
.container .openapp .now[data-v-68b6505e] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .openapp img[data-v-68b6505e] {
  width: 20px;
  height: 20px;
}
.container .openapp span[data-v-68b6505e] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
.container .consult[data-v-68b6505e] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 100;
  background-color: #fff;
  padding-top: 4px;
}
.container .consult .share-right[data-v-68b6505e] {
  display: flex;
  justify-content: space-between;
  margin: 0 16px;
}
.container .consult .share-right .fenxiangs[data-v-68b6505e] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 103px;
  height: 38px;
  border-radius: 20px;
  border: 1px solid #ededed;
  background-color: #fff;
  margin-right: 16px;
}
.container .consult .share-right .fenxiangs img[data-v-68b6505e] {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.container .consult .share-right .fenxiangs span[data-v-68b6505e] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
.container .consult .share-right .sxin[data-v-68b6505e] {
  width: 224px;
  height: 38px;
  background-color: #29a9ff;
  border-radius: 20px;
  border: 1px solid #29a5f9;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-v-68b6505e] .van-popup {
  background-color: rgba(0, 0, 0, 0);
  width: 85%;
  margin: 0 auto;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2500 !important;
}
[data-v-68b6505e] .van-popup .mask .mask-img {
  text-align: right;
}
[data-v-68b6505e] .van-popup .mask .mask-img img {
  width: 1.2rem !important;
  height: 2.8rem !important;
}
[data-v-68b6505e] .van-popup .mask-text {
  color: white;
  font-size: 15px;
  text-align: center;
}
@charset "UTF-8";
.container-bg-size[data-v-30f27954] {
  background-color: #f9f9f9;
}
.pc-all .kongWeb .del[data-v-30f27954] {
  margin: 100px 0 300px;
  display: flex;
  justify-content: center;
}
.pc-all .kongWeb img[data-v-30f27954] {
  width: 233px;
  height: 299px;
}
.pc-all .pcheight[data-v-30f27954] {
  height: 100vh;
  overflow-y: scroll;
}
.pc-all .bg-top[data-v-30f27954] {
  height: 177px;
}
.pc-all .bg-top img[data-v-30f27954] {
  width: 100%;
  height: 177px;
}
.pc-all .personal[data-v-30f27954] {
  width: 897px;
  margin: 0 auto;
  display: flex;
}
.pc-all .personal .personal-left[data-v-30f27954] {
  width: 616px;
}
.pc-all .personal .personal-right[data-v-30f27954] {
  width: 267px;
  margin-left: 14px;
}
.pc-all .personal .personal-right .ewcode[data-v-30f27954] {
  width: 267px;
  height: 123px;
  margin-top: 24px;
}
.pc-all .personal .personal-right .ewcode .bg-img[data-v-30f27954] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 267px;
  height: 123px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima[data-v-30f27954] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 21px 0 21px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left[data-v-30f27954] {
  padding-top: 30px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .populay img[data-v-30f27954] {
  width: 120px;
  height: 27px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-30f27954]:after {
  content: "";
  display: block;
  width: 63px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .download[data-v-30f27954] {
  margin-top: 14px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-30f27954] {
  width: 126px;
  height: 18px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-right[data-v-30f27954] {
  background-color: #fff;
  width: 75px;
  height: 75px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 5px;
  margin-top: 24px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-right img[data-v-30f27954] {
  width: 64px;
  height: 64px;
}
.pc-all .personal .personal-right .recommended[data-v-30f27954] {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-top: 12px;
  position: relative;
  margin-bottom: 24px;
}
.pc-all .personal .personal-right .recommended .line[data-v-30f27954] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .personal .personal-right .recommended .comment-flex[data-v-30f27954] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 12px;
}
.pc-all .personal .personal-right .recommended .comment-flex .comment-decorate[data-v-30f27954] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 10px;
  border-radius: 10px;
}
.pc-all .personal .personal-right .recommended .comment-flex .comment-writte[data-v-30f27954] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .personal .personal-right .recommended .hot-recoomend[data-v-30f27954] {
  margin-bottom: 45px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .line[data-v-30f27954] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex[data-v-30f27954] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex .comment-decorate[data-v-30f27954] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
  border-radius: 10px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex .comment-writte[data-v-30f27954] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list[data-v-30f27954] {
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #f3f7fa;
  padding: 12px;
  margin: 16px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex[data-v-30f27954] {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp[data-v-30f27954] {
  position: relative;
  width: 40px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp img[data-v-30f27954] {
  width: 40px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other[data-v-30f27954] {
  position: relative;
  margin-left: 8px;
  flex: 1;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-30f27954] {
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: PingFang SC, PingFang SC;
  font-size: 14px;
  color: #333333;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .company[data-v-30f27954] {
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .company .company-left[data-v-30f27954] {
  display: flex;
  align-items: center;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .company .company-left img[data-v-30f27954] {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .company .company-left .demands[data-v-30f27954] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #2cc7b7;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .company .company-left .supplys[data-v-30f27954] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ff8732;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .company .company-right[data-v-30f27954] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  width: 120px;
  overflow: hidden; /* 隐藏超出容器的内容 */
  white-space: nowrap; /* 保持文本在一行内显示 */
  text-overflow: ellipsis; /* 超出部分显示省略号 **/
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .labels[data-v-30f27954] {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .labels .labels-left[data-v-30f27954] {
  display: flex;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .labels .labels-left .items[data-v-30f27954] {
  width: 56px;
  height: 16px;
  background-color: #f6f7fb;
  border-radius: 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #aaaaaa;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .labels .labels-right[data-v-30f27954] {
  display: flex;
  align-items: center;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .labels .labels-right span[data-v-30f27954] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  margin-right: 4px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .labels .labels-right img[data-v-30f27954] {
  width: 7px;
  height: 16px;
}
.pc-all .personal .personal-right .recommended .mores[data-v-30f27954] {
  position: absolute;
  left: -1px;
  bottom: 0;
  right: 0;
  width: 267px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: #048eea;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 0px 0px 2px 2px;
}
.pc-all .personal-bottom[data-v-30f27954] {
  box-sizing: border-box;
  margin-bottom: 24px;
}
.pc-all .personal-bottom .medias-system[data-v-30f27954] {
  min-height: 790px;
  background-color: #fff;
}
.pc-all .personal-bottom .medias-system .linestop[data-v-30f27954] {
  padding: 24px 24px 12px;
  border-bottom: 1px solid #eeeeee;
}
.pc-all .personal-bottom .medias-system .linestop .titles[data-v-30f27954] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.pc-all .personal-bottom .medias-system .linestop .shares[data-v-30f27954] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.pc-all .personal-bottom .medias-system .linestop .shares .share-left[data-v-30f27954] {
  display: flex;
  align-items: center;
}
.pc-all .personal-bottom .medias-system .linestop .shares .share-left img[data-v-30f27954] {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
.pc-all .personal-bottom .medias-system .linestop .shares .share-left .demands[data-v-30f27954] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #2cc7b7;
}
.pc-all .personal-bottom .medias-system .linestop .shares .share-left .supplys[data-v-30f27954] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ff8732;
}
.pc-all .personal-bottom .medias-system .linestop .shares .share-right[data-v-30f27954] {
  display: flex;
}
.pc-all .personal-bottom .medias-system .linestop .shares .share-right .fenxiangs[data-v-30f27954] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 24px;
  border-radius: 1px 1px 1px 1px;
  border: 1px solid #ededed;
  margin-right: 16px;
}
.pc-all .personal-bottom .medias-system .linestop .shares .share-right .fenxiangs img[data-v-30f27954] {
  width: 10px;
  height: 8px;
  margin-right: 5px;
}
.pc-all .personal-bottom .medias-system .linestop .shares .share-right .fenxiangs span[data-v-30f27954] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
.pc-all .personal-bottom .medias-system .linestop .shares .share-right .sxin[data-v-30f27954] {
  width: 56px;
  height: 24px;
  background-color: #29a9ff;
  border-radius: 1px 1px 1px 1px;
  border: 1px solid #29a5f9;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-all .personal-bottom .medias-system .descipt[data-v-30f27954] {
  padding: 12px;
}
.pc-all .personal-bottom .medias-system .descipt .contens[data-v-30f27954] {
  word-break: break-all;
  white-space: pre-wrap;
  font-size: 14px;
}
.pc-all .personal-bottom .medias-system .descipt .contens[data-v-30f27954] img {
  max-width: 100%;
  margin: 5px 0;
}
@charset "UTF-8";
.container[data-v-232c8b17] {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  height: 100vh;
}
.container .del[data-v-232c8b17] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.container .del img[data-v-232c8b17] {
  width: 182px;
  height: 153px;
}
.container .kongMoblie[data-v-232c8b17] {
  display: flex;
  justify-content: center;
  margin-top: 126px;
}
.container .kongMoblie img[data-v-232c8b17] {
  width: 154px;
  height: 153px;
}
.container[data-v-232c8b17] .van-tabs__nav {
  margin: 0 10px;
  display: flex;
  justify-content: space-between; /* 均匀分配空间 */
}
.container[data-v-232c8b17] .van-tab {
  font-size: 0.34667rem;
  font-weight: 500;
  color: #979799;
  flex-grow: 1; /* 让每个标签均匀地占据可用空间 */
  text-align: center; /* 可选：居中文本 */
}
.container[data-v-232c8b17] .van-tab:nth-child(3) {
  margin-right: -18px;
}
.container[data-v-232c8b17] .van-tab--active {
  font-size: 0.37333rem;
  font-weight: bold;
  color: #00050f;
}
.container[data-v-232c8b17] .van-tabs__line {
  content: "";
  display: block;
  width: 0.69333rem;
  border-radius: 0.26667rem;
  height: 0.10667rem;
  background: linear-gradient(to bottom, #25a5ff 0%, #4dd1ff 100%);
  margin: 0 auto;
}
.container[data-v-232c8b17] .van-tabs__wrap {
  border-bottom: 1px solid #eee;
}
.container .logo[data-v-232c8b17] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-232c8b17] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-232c8b17] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-232c8b17] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-232c8b17] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-232c8b17]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-232c8b17]:focus {
  outline: none;
}
.container .regist[data-v-232c8b17] {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  padding: 0 16px;
  border-top: 1px solid #e5e5e5;
}
.container .regist .collect[data-v-232c8b17] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.container .regist .collect .collect-left[data-v-232c8b17] {
  display: flex;
  margin-left: -18px;
  justify-content: space-evenly;
  flex: 1;
}
.container .regist .collect .collect-left .sc[data-v-232c8b17] {
  text-align: center;
}
.container .regist .collect .collect-left .sc .img[data-v-232c8b17] {
  display: flex;
  justify-content: center;
}
.container .regist .collect .collect-left .sc .img img[data-v-232c8b17] {
  width: 20px;
  height: 20px;
}
.container .regist .collect .collect-left .sc .like[data-v-232c8b17] {
  margin-top: 5px;
  font-size: 10px;
  font-family: San Francisco Display-Regular, San Francisco Display;
  font-weight: 400;
  color: #333333;
}
.container .regist .collect .collect-left .sc1[data-v-232c8b17] {
  margin-left: 8px;
}
.container .regist .collect .collect-right[data-v-232c8b17] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 204px;
  height: 40px;
  background: #078ae2;
  border: 1px solid #078ae2;
  font-size: 13px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
}
.container .regist[data-v-232c8b17] .van-popup {
  background-color: rgba(0, 0, 0, 0);
  width: 85%;
  margin: 0 auto;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container .regist[data-v-232c8b17] .van-popup .mask .mask-img {
  text-align: right;
}
.container .regist[data-v-232c8b17] .van-popup .mask .mask-img img {
  width: 1.2rem !important;
  height: 2.8rem !important;
}
.container .regist[data-v-232c8b17] .van-popup .mask-text {
  color: white;
  font-size: 15px;
  text-align: center;
}
.container .kong1[data-v-232c8b17] {
  height: 10px;
  background-color: #f8f8f9;
  margin: 12px 0 0;
}
.container .kong2[data-v-232c8b17] {
  height: 30px;
  background-color: #f8f8f9;
  margin: 12px 0 0;
}
.container .kong[data-v-232c8b17] {
  height: 8px;
  background-color: #f8f8f9;
}
.container .video[data-v-232c8b17] {
  width: 100%;
  height: 230px;
  position: relative;
}
.container .video .img1[data-v-232c8b17] {
  width: 100%;
  height: 100%;
}
.container .video .mask[data-v-232c8b17] {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: rgba(0, 39, 66, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .video .mask .opens[data-v-232c8b17] {
  border: 1px solid #ffffff;
  font-size: 13px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  width: 223px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.container .check[data-v-232c8b17] {
  display: flex;
  align-items: center;
}
.container .comment[data-v-232c8b17] {
  background-color: #fff;
  z-index: 9;
}
.container .comment .title[data-v-232c8b17] {
  display: flex;
  align-items: center;
}
.container .comment .title h3[data-v-232c8b17] {
  color: #29a9ff;
  font-size: 0.4267rem;
  font-weight: 600;
}
.container .comment .title h3[data-v-232c8b17]:after {
  content: "";
  display: block;
  width: 0.4rem;
  border-bottom: 0.1067rem solid #29a9ff;
  margin: 0.1333rem auto 0;
  border-radius: 1.3333rem;
}
.container .comment .title span[data-v-232c8b17] {
  color: #999999;
  font-size: 0.32rem;
  margin-left: 0.2667rem;
}
.container .comment .menu-tabs[data-v-232c8b17] {
  position: relative;
}
.container .comment .menu-tabs .topics[data-v-232c8b17] {
  margin: 10px 0 0;
  padding: 0 0.4267rem;
}
.container .comment .menu-tabs .topics .xl[data-v-232c8b17] {
  line-height: 26px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: PingFang SC-Bold;
}
.container .comment .menu-tabs .topics .expande[data-v-232c8b17] {
  height: auto;
  margin-bottom: -10px;
}
.container .comment .menu-tabs .topics .close[data-v-232c8b17] {
  height: 20px;
  overflow: hidden;
  margin-bottom: -10px;
}
.container .comment .menu-tabs .topics .close1[data-v-232c8b17] {
  height: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .comment .menu-tabs .heat[data-v-232c8b17] {
  color: #777;
  font-size: 12px;
  padding: 0 0.4267rem;
  display: flex;
  margin-top: 2px;
}
.container .comment .menu-tabs .heat .live[data-v-232c8b17] {
  background: #ea4842;
  font-size: 11px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  padding: 1px 4px;
  margin-right: 8px;
}
.container .comment .menu-tabs .heat .live .zhibo[data-v-232c8b17] {
  width: 6px;
  height: 6px;
  margin-right: 3px;
}
.container .comment .menu-tabs .heat i[data-v-232c8b17] {
  color: #999;
  margin-right: 0.1333rem;
  margin-top: 2px;
}
.container .comment .menu-tabs .heat .nums[data-v-232c8b17] {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2px 4px;
  background: #f6f6f6;
  border-radius: 3px 3px 3px 3px;
  font-family: PingFang SC-Medium;
}
.container .comment .menu-tabs .heat .nums .fire[data-v-232c8b17] {
  width: 8px;
  height: 10px;
  margin-right: 3px;
}
.container .comment .menu-tabs .heat .support[data-v-232c8b17] {
  display: flex;
  align-items: center;
  margin: 0 4px;
}
.container .comment .menu-tabs .heat .support .online[data-v-232c8b17] {
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2px 4px;
  background: #f6f6f6;
  border-radius: 3px 3px 3px 3px;
  font-size: 10px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  color: #777777;
}
.container .comment .menu-tabs .heat .support .online img[data-v-232c8b17] {
  width: 10px;
  height: 10px;
  margin-right: 2px;
}
.container .comment .menu-tabs .heat .meetingIntro[data-v-232c8b17] {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: PingFang SC-Medium;
  font-size: 10px;
}
.container .comment .menu-tabs .price[data-v-232c8b17] {
  display: flex;
  align-items: center;
  padding: 0 0.4267rem;
  margin-top: 2px;
}
.container .comment .menu-tabs .price .price-left .money[data-v-232c8b17] {
  margin: 0 2px 0 3px;
  font-size: 28px;
  font-weight: bold;
  color: #ff432a;
  font-family: DIN-Bold;
}
.container .comment .menu-tabs .price .price-left span[data-v-232c8b17] {
  font-size: 15px;
  font-weight: bold;
  color: #ff432a;
}
.container .comment .menu-tabs .price .price-left .qi[data-v-232c8b17] {
  font-weight: normal;
}
.container .comment .menu-tabs .price .price-certer[data-v-232c8b17] {
  margin: 0 1px;
}
.container .comment .menu-tabs .begintime[data-v-232c8b17] {
  padding: 0 0.4267rem;
  margin-top: 10px;
}
.container .comment .menu-tabs .begintime .times[data-v-232c8b17] {
  display: flex;
}
.container .comment .menu-tabs .begintime .times .times-left[data-v-232c8b17] {
  display: flex;
}
.container .comment .menu-tabs .begintime .times .times-left img[data-v-232c8b17] {
  width: 13px;
  height: 13px;
  margin-right: 2px;
  margin-top: 1.5px;
}
.container .comment .menu-tabs .begintime .times .times-left[data-v-232c8b17] {
  font-size: 12px;
  font-weight: bold;
  color: #7c7c7c;
  overflow: hidden;
}
.container .comment .menu-tabs .begintime .times .times-left span[data-v-232c8b17] {
  display: flex;
  align-items: center;
  font-family: PingFang SC-Medium;
}
.container .comment .menu-tabs .num[data-v-232c8b17] {
  padding: 0 0.4267rem;
  background-image: url("https://static-web.yaoweilai.com/app/img/bgname.png");
  background-size: 100% 68px;
  background-repeat: no-repeat;
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f8f8f8;
  padding-left: 16px;
  padding-right: 16px;
}
.container .comment .menu-tabs .num .num-left[data-v-232c8b17] {
  width: 40px;
  display: flex;
  align-items: center;
}
.container .comment .menu-tabs .num .num-left img[data-v-232c8b17] {
  width: 40px;
  height: 40px;
  border-radius: 1.3333rem;
}
.container .comment .menu-tabs .num .num-center[data-v-232c8b17] {
  width: 69%;
  line-height: 0.5333rem;
}
.container .comment .menu-tabs .num .num-center .bozhu[data-v-232c8b17] {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 5.8667rem;
  margin-top: 0.1333rem;
  color: #333333;
}
.container .comment .menu-tabs .num .num-center p[data-v-232c8b17] {
  display: flex;
  align-items: center;
}
.container .comment .menu-tabs .num .num-center p img[data-v-232c8b17] {
  width: 13px;
  height: 13px;
  margin-right: 3px;
  display: flex;
  align-items: center;
  margin-top: -2px;
}
.container .comment .menu-tabs .num .num-center p[data-v-232c8b17] {
  color: #999999;
  font-size: 10px;
  font-size: 0.32rem;
}
.container .comment .menu-tabs .num .num-right[data-v-232c8b17] {
  width: 56px;
  height: 24px;
  display: flex;
}
.container .comment .menu-tabs .num .num-right[data-v-232c8b17] button {
  width: 56px;
  height: 100%;
  font-size: 12px;
  background: linear-gradient(to right, #048eea, #31aafb);
  color: #fff;
  border: none;
  border-radius: 50px;
}
.container .album h4[data-v-232c8b17] {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.container .relate[data-v-232c8b17] {
  margin: 0.52rem 0 10px;
}
.container .relate .name[data-v-232c8b17] {
  padding: 0 0.4267rem;
  margin-bottom: 0.2667rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .relate .name .name-right[data-v-232c8b17] {
  color: #999999;
  font-size: 12px;
  margin-right: -5px;
}
.container .forum[data-v-232c8b17] {
  padding: 16px 0.4267rem 0;
}
.container .forum .name[data-v-232c8b17] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .forum .name h4[data-v-232c8b17] {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.container .forum .name .name-right[data-v-232c8b17] {
  color: #999999;
  font-size: 12px;
  margin-right: -5px;
}
.container .forum .all[data-v-232c8b17] {
  display: flex;
  /* 设置超出滚动 */
  overflow-x: auto;
  padding: 11px 0 0;
}
.container .forum .all .detail[data-v-232c8b17] {
  margin-right: 0.24rem;
  /* 超出滚动的关键，没有它元素会自动缩小，不会滚动 */
  flex-shrink: 0;
  border-radius: 2px;
  padding: 7px 6px;
  border: 1px solid #999999;
}
.container .forum .all .detail.active[data-v-232c8b17] {
  border: 1px solid #4eaff0;
  border-radius: 2px;
}
.container .forum .all .detail.active .title[data-v-232c8b17] {
  color: #048eea;
  font-weight: bold;
}
.container .forum .all .detail .title[data-v-232c8b17] {
  font-weight: 500;
  color: #999999;
  font-size: 12px;
}
.container .forum[data-v-232c8b17] ::-webkit-scrollbar {
  /* 隐藏滚动条 */
  display: none;
}
.container .agenda[data-v-232c8b17] {
  margin-bottom: 80px;
}
.container .agenda .category[data-v-232c8b17] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #f8f8f9;
  padding: 16px 16px 0;
}
.container .agenda .category .types[data-v-232c8b17] {
  font-size: 13px;
  font-weight: 500;
  color: #979799;
}
.container .agenda .category .types[data-v-232c8b17]:nth-child(2) {
  font-size: 14px;
  font-weight: bold;
  color: #00050f;
}
.container .agenda .category .types[data-v-232c8b17]:nth-child(2):after {
  content: "";
  display: block;
  width: 26px;
  border-radius: 10px;
  height: 4px;
  background: linear-gradient(to bottom, #25a5ff 0%, #4dd1ff 100%);
  margin: 0 auto;
}
.container .agenda .meets[data-v-232c8b17] {
  min-height: 300px;
}
.container .agenda .meets .meetXiumi[data-v-232c8b17] {
  min-height: 300px;
  padding: 10px 12px;
  color: #333333;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0.4px;
  line-height: 1.9;
  font-family: PingFang SC-Medium;
  word-wrap: break-word;
  word-break: break-all;
}
.container .agenda .meets .meetXiumi[data-v-232c8b17] img {
  max-width: 100%;
  margin: 5px 0;
}
.container .agenda .meets .meetImage[data-v-232c8b17] {
  padding: 10px 12px;
}
.container .agenda .meets .meetImage > div[data-v-232c8b17] {
  line-height: 0;
}
.container .agenda .meets .meetImage img[data-v-232c8b17] {
  max-width: 100%;
  margin: 0;
}
.container .agenda .detail[data-v-232c8b17] {
  padding: 0 16px;
}
.container .agenda .detail .forums[data-v-232c8b17] {
  margin-top: 12px;
  height: 52px;
  background: #fafafa;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}
.container .agenda .detail .forums .forums-left[data-v-232c8b17] {
  display: flex;
}
.container .agenda .detail .forums .forums-left .title[data-v-232c8b17] {
  font-size: 13px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #282828;
}
.container .agenda .detail .forums .forums-right[data-v-232c8b17] {
  display: flex;
}
.container .agenda .detail .forums .forums-right .zhu[data-v-232c8b17] {
  margin-right: 13px;
  padding: 0 2px;
  background: #fafafa;
  border-radius: 3px 3px 3px 3px;
  opacity: 1;
  font-size: 9px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .agenda .detail .forums .forums-right img[data-v-232c8b17] {
  width: 13px;
}
.container .open-more[data-v-232c8b17] {
  margin: 5px 15px;
}
.container .open-more button[data-v-232c8b17] {
  border: 1px solid #078ae2;
  color: #078ae2;
  font-size: 13px;
  width: 100%;
  height: 38px;
  border-radius: 50px;
  background-color: #fff;
}
.container .experts .img[data-v-232c8b17] {
  height: 212px;
  z-index: 9;
}
.container .experts .img img[data-v-232c8b17] {
  width: 100%;
  height: 212px;
}
.container .experts .detail[data-v-232c8b17] {
  background-color: #fff;
  border-radius: 10px 10px 0px 0px;
  z-index: 9;
  position: relative;
}
.container .experts .detail .info[data-v-232c8b17] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.container .experts .detail .info .toux img[data-v-232c8b17] {
  width: 68px;
  height: 68px;
  margin-top: 32px;
  border-radius: 50px;
}
.container .experts .detail .info .name[data-v-232c8b17] {
  font-size: 20px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  margin-top: 11px;
}
.container .experts .detail .info .special[data-v-232c8b17] {
  padding: 0 49px;
  margin-top: 11px;
  line-height: 17px;
}
.container .experts .detail .info .special .specialistPosition[data-v-232c8b17] {
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #2d64b6;
}
.container .experts .detail .info .special .specialistPosition .positions span[data-v-232c8b17] {
  margin-left: 3px;
}
.container .experts .detail .info .intro[data-v-232c8b17] {
  width: 92%;
  margin: 26px 16px 60px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #777777;
  line-height: 24px;
  text-align: justify;
  white-space: pre-wrap;
}
.container .experts .detail .info .intro .title[data-v-232c8b17] {
  font-size: 17px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.container .experts .detail .info .intro .introDetail[data-v-232c8b17] {
  word-break: break-all;
}
.container .experts .themes[data-v-232c8b17] {
  width: 92%;
  margin-top: 38px;
}
.container .experts .themes .theme-popup[data-v-232c8b17] {
  font-size: 17px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
}
.container .experts .themes .subject[data-v-232c8b17] {
  padding: 14px;
  border-radius: 4px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.041);
  margin-bottom: 12px;
  border-left: 1px solid rgba(0, 0, 0, 0.02);
  border-top: 1px solid rgba(0, 0, 0, 0.02);
  border-right: 1px solid rgba(0, 0, 0, 0.02);
  display: flex;
}
.container .experts .themes .subject .subject-time[data-v-232c8b17] {
  border-right: 1px solid #f0f0f0;
}
.container .experts .themes .subject .subject-time .subject-hours[data-v-232c8b17] {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  padding: 5px 9px 4px 0;
}
.container .experts .themes .subject .subject-time .hours-xian[data-v-232c8b17] {
  border-bottom: 1px solid #f0f0f0;
  width: 55px;
}
.container .experts .themes .subject .subject-time .subject-day[data-v-232c8b17] {
  font-size: 13px;
  color: #777;
  margin-top: 6px;
  margin-right: 9px;
}
.container .experts .themes .subject .subject-title[data-v-232c8b17] {
  margin-left: 17px;
  position: relative;
  width: 100%;
}
.container .experts .themes .subject .subject-title .subject-title-wz[data-v-232c8b17] {
  font-size: 14px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 20px;
  word-break: break-all;
}
.container .experts .themes .subject .subject-title .subject-title-detail[data-v-232c8b17] {
  position: absolute;
  right: 0;
  bottom: -6px;
  align-items: center;
}
.container .experts .themes .subject .subject-title .subject-title-detail .van-icon[data-v-232c8b17] {
  color: #0c94ed;
  font-size: 15px;
  margin-top: -2px;
}
.container .experts .themes .subject .subject-title .detail-title-zi[data-v-232c8b17] {
  font-size: 12px;
  color: #0c94ed;
  line-height: 19px;
  display: flex;
  align-items: center;
}
.container .experts .van-popup[data-v-232c8b17] {
  overflow: hidden;
}
.subjects[data-v-232c8b17] {
  padding: 15px 16px;
  position: relative;
}
.subjects .subject-title-wz[data-v-232c8b17] {
  font-size: 15px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
}
.subjects .subject-title-wz .Name[data-v-232c8b17] {
  line-height: 20px;
  background-color: #fff;
}
.subjects .meets[data-v-232c8b17] {
  height: 420px;
  margin-top: 40px;
}
.subjects .meets .meetXiumi[data-v-232c8b17] {
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 22px;
  height: 420px;
  color: #333333;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0.4px;
  font-family: PingFang SC-Medium;
  word-wrap: break-word;
  word-break: break-all;
  padding-bottom: 40px;
}
.subjects .meets .meetXiumi[data-v-232c8b17]::-webkit-scrollbar {
  display: none; /* 隐藏 Chrome 和 Safari 浏览器的滚动条 */
}
.subjects .meets .meetXiumi[data-v-232c8b17] img {
  max-width: 100%;
}
.subjects .close[data-v-232c8b17] {
  position: absolute;
  bottom: 0px;
  right: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  font-size: 16px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  width: 96%;
  text-align: center;
}
.subjects .close .smalls[data-v-232c8b17] {
  height: 50px;
  line-height: 50px;
}
.openapp[data-v-232c8b17] {
  position: fixed;
  bottom: 74px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  width: 164px;
  height: 38px;
  line-height: 38px;
  background: #078ae2;
  border-radius: 20px;
}
.openapp .now[data-v-232c8b17] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.openapp img[data-v-232c8b17] {
  width: 20px;
  height: 20px;
}
.openapp span[data-v-232c8b17] {
  font-size: 13px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 4px;
}
@charset "UTF-8";
.pc-all[data-v-d900eac0] {
  background-color: #fff;
}
.pc-all .kongWeb .del[data-v-d900eac0] {
  margin: 100px 0 300px;
  display: flex;
  justify-content: center;
}
.pc-all .kongWeb img[data-v-d900eac0] {
  width: 233px;
  height: 299px;
}
.pc-all .content[data-v-d900eac0] {
  width: 1006px;
  margin: 0 auto;
  min-height: 70vh;
  padding: 36px 0;
}
.pc-all .content .buju[data-v-d900eac0] {
  display: flex;
}
.pc-all .content .buju .article[data-v-d900eac0] {
  width: 717px;
}
.pc-all .content .buju .article .original[data-v-d900eac0] {
  font-size: 14px;
  color: #777777;
}
.pc-all .content .buju .article .article-title[data-v-d900eac0] {
  width: 710px;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  font-family: "PingFang SC-Bold";
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pc-all .content .buju .article .hot-number[data-v-d900eac0] {
  color: #999;
  font-size: 12px;
  font-family: "PingFang SC-Medium";
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
.pc-all .content .buju .article .hot-number .fire1[data-v-d900eac0] {
  margin: 0 6px;
}
.pc-all .content .buju .article .hot-number img[data-v-d900eac0] {
  width: 7px;
  height: 10px;
  margin-right: 4px;
}
.pc-all .content .buju .article .mettingimg[data-v-d900eac0] {
  position: relative;
}
.pc-all .content .buju .article .mettingimg img[data-v-d900eac0] {
  width: 100%;
  height: 400px;
}
.pc-all .content .buju .article .mettingimg .showad[data-v-d900eac0] {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: rgba(0, 39, 66, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.pc-all .content .buju .article .mettingimg .anniu[data-v-d900eac0] {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: rgba(0, 39, 66, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.pc-all .content .buju .article .mettingimg .anniu img[data-v-d900eac0] {
  width: 46px;
  height: 46px;
}
.pc-all .content .buju .article .intro[data-v-d900eac0] {
  margin-top: 20px;
}
.pc-all .content .buju .article .intro .comment-flex[data-v-d900eac0] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .content .buju .article .intro .comment-flex .comment-decorate[data-v-d900eac0] {
  width: 4px;
  height: 10px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
}
.pc-all .content .buju .article .intro .comment-flex .comment-writte[data-v-d900eac0] {
  font-size: 14px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .content .buju .article .intro .topics[data-v-d900eac0] {
  position: relative;
  margin-top: 8px;
}
.pc-all .content .buju .article .intro .topics .xl[data-v-d900eac0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-family: PingFang SC-Medium, PingFang SC;
  color: #333333;
  line-height: 24px;
}
.pc-all .content .buju .article .intro .topics .xl h5[data-v-d900eac0] {
  font-size: 13px;
  color: #333;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.pc-all .content .buju .article .intro .topics .xl .down[data-v-d900eac0] {
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  font-size: 13px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #0790eb;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pc-all .content .buju .article .intro .topics .xl .down i[data-v-d900eac0] {
  font-size: 15px;
  color: #0790eb;
}
.pc-all .content .buju .article .agenda[data-v-d900eac0] {
  margin-bottom: 16px;
  margin-top: 30px;
}
.pc-all .content .buju .article .agenda[data-v-d900eac0] .el-tabs__item {
  font-size: 13px;
  font-weight: 500;
  color: #979799;
  padding: 0;
}
.pc-all .content .buju .article .agenda[data-v-d900eac0] .is-active {
  font-size: 14px;
  font-weight: bold;
  color: #00050f;
  position: relative;
}
.pc-all .content .buju .article .agenda[data-v-d900eac0] .is-active::after {
  content: "";
  width: 26px;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  color: #166fe8;
  border-radius: 5px;
  border: 2px solid #166fe8;
  background-color: #166fe8; /* 修改底部横杠的颜色 */
}
.pc-all .content .buju .article .agenda[data-v-d900eac0] .el-tabs__active-bar {
  background-color: transparent; /* 修改底部横杠的颜色 */
}
.pc-all .content .buju .article .agenda .meets .meetXiumi[data-v-d900eac0] {
  padding: 10px 0;
  color: #333333;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0.4px;
  line-height: 1.9;
  font-family: PingFang SC-Medium;
  word-wrap: break-word;
  word-break: break-all;
}
.pc-all .content .buju .article .agenda .meets .meetXiumi[data-v-d900eac0] img {
  max-width: 100%;
}
.pc-all .content .buju .article .agenda .meets .meetImage[data-v-d900eac0] {
  padding: 10px 12px;
}
.pc-all .content .buju .article .agenda .meets .meetImage > div[data-v-d900eac0] {
  line-height: 0;
}
.pc-all .content .buju .article .agenda .meets .meetImage img[data-v-d900eac0] {
  max-width: 100%;
  margin: 0;
}
.pc-all .content .buju .article .agenda .expertes .names[data-v-d900eac0] {
  display: flex;
  justify-content: space-between;
}
.pc-all .content .buju .article .agenda .expertes .names .person[data-v-d900eac0] {
  margin-top: 35px;
}
.pc-all .content .buju .article .agenda .expertes .names .person .right-name[data-v-d900eac0] {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
}
.pc-all .content .buju .article .agenda .expertes .names .person .special[data-v-d900eac0] {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-top: 16px;
}
.pc-all .content .buju .article .agenda .expertes .names .right-img[data-v-d900eac0] {
  margin: 24px 58px 0 60px;
}
.pc-all .content .buju .article .agenda .expertes .names .right-img img[data-v-d900eac0] {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #eee;
}
.pc-all .content .buju .article .agenda .expertes .intro[data-v-d900eac0] {
  margin-top: 24px;
}
.pc-all .content .buju .article .agenda .expertes .intro .comment-flex[data-v-d900eac0] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .content .buju .article .agenda .expertes .intro .comment-flex .comment-decorate[data-v-d900eac0] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
  border-radius: 10px;
}
.pc-all .content .buju .article .agenda .expertes .intro .comment-flex .comment-writte[data-v-d900eac0] {
  font-weight: bold;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC;
  color: #00050f;
  line-height: 20px;
}
.pc-all .content .buju .article .agenda .expertes .intro .introDetail[data-v-d900eac0] {
  margin-top: 16px;
  margin-left: 10px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC;
  color: #333333;
  line-height: 20px;
  text-align: justify;
  white-space: pre-wrap;
  word-break: break-all;
}
.pc-all .content .buju .article .agenda .expertes .intro .meets .meetXiumis[data-v-d900eac0] {
  color: #333333;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0.4px;
  font-family: PingFang SC-Medium;
  word-wrap: break-word;
  word-break: break-all;
}
.pc-all .content .buju .article .agenda .expertes .intro .meets .meetXiumis[data-v-d900eac0]::-webkit-scrollbar {
  display: none; /* 隐藏 Chrome 和 Safari 浏览器的滚动条 */
}
.pc-all .content .buju .article .agenda .expertes .intro .meets .meetXiumis[data-v-d900eac0] img {
  max-width: 100%;
  margin: 5px 0;
}
.pc-all .content .buju .article .agenda .expertes .intro .meets .meetXiumis[data-v-d900eac0] table {
  width: 100%;
}
.pc-all .content .buju .article .agenda .expertes .intro1[data-v-d900eac0] {
  margin-top: 40px;
}
.pc-all .content .buju .article .agenda .category[data-v-d900eac0] {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f8f8f9;
  padding: 0 16px;
}
.pc-all .content .buju .article .agenda .category .types[data-v-d900eac0] {
  font-size: 13px;
  font-weight: 500;
  color: #979799;
  margin-right: 170px;
}
.pc-all .content .buju .article .agenda .category .types[data-v-d900eac0]:last-child {
  margin-right: 0;
}
.pc-all .content .buju .article .agenda .category .types .tublist_item[data-v-d900eac0] {
  color: #078ae2;
  padding: 5px 0px;
  font-size: 14px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .content .buju .article .agenda .category .types .tublist_item[data-v-d900eac0]:hover {
  cursor: pointer;
}
.pc-all .content .buju .article .agenda .category .types .tublist_item[data-v-d900eac0]:after {
  content: "";
  display: block;
  width: 26px;
  border-radius: 10px;
  height: 4px;
  background: linear-gradient(to bottom, #25a5ff 0%, #4dd1ff 100%);
  margin: 5px auto -5px;
}
.pc-all .content .buju .article .agenda .category .types .tublist_next_item[data-v-d900eac0] {
  padding: 5px 0px;
}
.pc-all .content .buju .article .agenda .category .types .tublist_next_item[data-v-d900eac0]:hover {
  cursor: pointer;
}
.pc-all .content .buju .article .agenda .detail[data-v-d900eac0] {
  padding: 0;
}
.pc-all .content .buju .article .agenda .detail .forums[data-v-d900eac0] {
  margin-top: 12px;
  height: 52px;
  background: #fafafa;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px;
}
.pc-all .content .buju .article .agenda .detail .forums .forums-left[data-v-d900eac0] {
  display: flex;
}
.pc-all .content .buju .article .agenda .detail .forums .forums-left .title[data-v-d900eac0] {
  font-size: 13px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #282828;
}
.pc-all .content .buju .article .agenda .detail .forums .forums-right[data-v-d900eac0] {
  display: flex;
}
.pc-all .content .buju .article .agenda .detail .forums .forums-right .zhu[data-v-d900eac0] {
  margin-right: 18px;
  padding: 0 2px;
  background: #fafafa;
  border-radius: 3px;
  opacity: 1;
  font-size: 9px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-all .content .buju .article .agenda .detail .forums .forums-right img[data-v-d900eac0] {
  width: 13px;
}
.pc-all .content .buju .article .agenda .more[data-v-d900eac0] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 36px;
  background: rgba(218, 218, 218, 0.3);
  border-radius: 18px;
  margin: 14px 189px 0;
}
.pc-all .content .buju .article .agenda .more span[data-v-d900eac0] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #777777;
}
.pc-all .content .buju .bj-right[data-v-d900eac0] {
  font-family: "PingFang SC-Medium";
  margin-left: 22px;
  width: 267px;
}
.pc-all .content .buju .bj-right .ewcode[data-v-d900eac0] {
  width: 267px;
  height: 123px;
  margin-top: 5px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img[data-v-d900eac0] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 267px;
  height: 123px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima[data-v-d900eac0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 21px 0 21px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left[data-v-d900eac0] {
  padding-top: 30px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .populay img[data-v-d900eac0] {
  width: 120px;
  height: 27px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-d900eac0]:after {
  content: "";
  display: block;
  width: 63px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .download[data-v-d900eac0] {
  margin-top: 14px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-d900eac0] {
  width: 126px;
  height: 18px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-right[data-v-d900eac0] {
  background-color: #fff;
  width: 75px;
  height: 75px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 5px;
  margin-top: 24px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-right img[data-v-d900eac0] {
  width: 64px;
  height: 64px;
}
.pc-all .content .buju .bj-right .peronal-bj[data-v-d900eac0] {
  border: 1px solid #e8e8e8;
  margin-top: 10px;
  padding-bottom: 20px;
  border-radius: 2px;
  position: relative;
}
.pc-all .content .buju .bj-right .peronal-bj .more[data-v-d900eac0] {
  position: absolute;
  left: -1px;
  bottom: 0;
  right: 0;
  width: 267px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: #048eea;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 0px 0px 2px 2px;
}
.pc-all .content .buju .bj-right .peronal-bj .line[data-v-d900eac0] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .content .buju .bj-right .peronal-bj .bj[data-v-d900eac0] {
  padding: 20px 10px 0;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg[data-v-d900eac0] {
  display: flex;
  align-items: center;
  margin: 0 4px 0 8px;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .bt-img[data-v-d900eac0] {
  width: 40px;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .bt-img img[data-v-d900eac0] {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .right-name[data-v-d900eac0] {
  flex: 1;
  margin-left: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .right-btn[data-v-d900eac0] {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 60px;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .right-btn .btn-ys[data-v-d900eac0] {
  width: 60px;
  height: 25px;
  background-color: #f3faff;
  border: 1px solid #048eea;
  font-size: 12px;
  border-radius: 5px;
  line-height: 23px;
  cursor: pointer;
  color: #048eea;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .right-btn .btn-sx[data-v-d900eac0] {
  background-color: #f2f4f9;
  color: #333333;
}
.pc-all .content .buju .bj-right .peronal-bj .el-divider--horizontal[data-v-d900eac0] {
  margin: 12px 0 !important;
}
.pc-all .content .buju .bj-right .peronal-bj .right-detail[data-v-d900eac0] {
  display: flex;
  margin: 16px 4px 12px 8px;
}
.pc-all .content .buju .bj-right .peronal-bj .right-detail .right-zi[data-v-d900eac0] {
  font-size: 12px;
  color: #999999;
  margin-right: 33px;
}
.pc-all .content .buju .bj-right .hot-recoomend[data-v-d900eac0] {
  border: 1px solid #e8e8e8;
  margin-top: 12px;
  padding: 15px 10px 16px;
  border-radius: 2px;
  position: relative;
}
.pc-all .content .buju .bj-right .hot-recoomend .line[data-v-d900eac0] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .content .buju .bj-right .hot-recoomend .comment-flex[data-v-d900eac0] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .content .buju .bj-right .hot-recoomend .comment-flex .comment-decorate[data-v-d900eac0] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
  border-radius: 10px;
}
.pc-all .content .buju .bj-right .hot-recoomend .comment-flex .comment-writte[data-v-d900eac0] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .content .buju .bj-right .hot-recoomend1[data-v-d900eac0] {
  border: none;
}
.pc-all .content .buju .bj-right .hot-recoomend1 .right-list[data-v-d900eac0] {
  margin-bottom: 20px;
}
.pc-all .content .buju .bj-right .right-list .hot-list[data-v-d900eac0] {
  margin-top: 10px;
  margin-left: 12px;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex[data-v-d900eac0] {
  display: flex;
  cursor: pointer;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-sp[data-v-d900eac0] {
  position: relative;
  width: 99px;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-sp img[data-v-d900eac0] {
  width: 102px;
  height: 60px;
  border-radius: 2px;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-other[data-v-d900eac0] {
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-d900eac0] {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-other .hot-author[data-v-d900eac0] {
  color: #999999;
  font-size: 12px;
  position: absolute;
  bottom: 0;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-other .hot-author span[data-v-d900eac0] {
  font-size: 12px;
  margin-left: 5px;
}
.pc-all .el-divider[data-v-d900eac0] {
  background-color: #eeeeee !important;
}
.pc-all .el-divider__text[data-v-d900eac0] {
  background-color: #fbfbfb !important;
}
@charset "UTF-8";
.container[data-v-7e5b4299] {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  height: 100vh;
}
.container[data-v-7e5b4299] .van-popup {
  background-color: rgba(0, 0, 0, 0);
  width: 85%;
  margin: 0 auto;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container[data-v-7e5b4299] .van-popup .mask .mask-img {
  text-align: right;
}
.container[data-v-7e5b4299] .van-popup .mask .mask-img img {
  width: 1.2rem !important;
  height: 2.8rem !important;
}
.container[data-v-7e5b4299] .van-popup .mask-text {
  color: white;
  font-size: 15px;
  text-align: center;
}
.container .del[data-v-7e5b4299] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.container .del img[data-v-7e5b4299] {
  width: 182px;
  height: 153px;
}
.container .kongMoblie[data-v-7e5b4299] {
  display: flex;
  justify-content: center;
  margin-top: 126px;
}
.container .kongMoblie img[data-v-7e5b4299] {
  width: 154px;
  height: 153px;
}
.container[data-v-7e5b4299] .van-tabs__nav {
  margin: 0 10px;
  display: flex;
  justify-content: space-between; /* 均匀分配空间 */
}
.container[data-v-7e5b4299] .van-tab {
  font-size: 0.34667rem;
  font-weight: 500;
  color: #979799;
  flex-grow: 1; /* 让每个标签均匀地占据可用空间 */
  text-align: center; /* 可选：居中文本 */
}
.container[data-v-7e5b4299] .van-tab:nth-child(3) {
  margin-right: -18px;
}
.container[data-v-7e5b4299] .van-tab--active {
  font-size: 0.37333rem;
  font-weight: bold;
  color: #00050f;
}
.container[data-v-7e5b4299] .van-tabs__line {
  content: "";
  display: block;
  width: 0.69333rem;
  border-radius: 0.26667rem;
  height: 0.10667rem;
  background: linear-gradient(to bottom, #25a5ff 0%, #4dd1ff 100%);
  margin: 0 auto;
}
.container[data-v-7e5b4299] .van-tabs__wrap {
  border-bottom: 1px solid #eee;
}
.container .logo[data-v-7e5b4299] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-7e5b4299] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-7e5b4299] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-7e5b4299] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-7e5b4299] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-7e5b4299]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-7e5b4299]:focus {
  outline: none;
}
.container .regist[data-v-7e5b4299] {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  padding: 0 16px;
  border-top: 1px solid #e5e5e5;
}
.container .regist .collect[data-v-7e5b4299] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.container .regist .collect .collect-left[data-v-7e5b4299] {
  display: flex;
  margin-left: -18px;
  justify-content: space-evenly;
  flex: 1;
}
.container .regist .collect .collect-left .sc[data-v-7e5b4299] {
  text-align: center;
}
.container .regist .collect .collect-left .sc .img[data-v-7e5b4299] {
  display: flex;
  justify-content: center;
}
.container .regist .collect .collect-left .sc .img img[data-v-7e5b4299] {
  width: 20px;
  height: 20px;
}
.container .regist .collect .collect-left .sc .like[data-v-7e5b4299] {
  margin-top: 5px;
  font-size: 10px;
  font-family: San Francisco Display-Regular, San Francisco Display;
  font-weight: 400;
  color: #333333;
}
.container .regist .collect .collect-left .sc1[data-v-7e5b4299] {
  margin-left: 8px;
}
.container .regist .collect .collect-right[data-v-7e5b4299] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 204px;
  height: 40px;
  background: #078ae2;
  border: 1px solid #078ae2;
  font-size: 13px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
}
.container .kong1[data-v-7e5b4299] {
  height: 10px;
  background-color: #f8f8f9;
  margin: 12px 0 0;
}
.container .kong2[data-v-7e5b4299] {
  height: 30px;
  background-color: #f8f8f9;
  margin: 12px 0 0;
}
.container .kong[data-v-7e5b4299] {
  height: 8px;
  background-color: #f8f8f9;
}
.container .video[data-v-7e5b4299] {
  width: 100%;
  height: 230px;
  position: relative;
}
.container .video .img1[data-v-7e5b4299] {
  width: 100%;
  height: 100%;
}
.container .video .mask[data-v-7e5b4299] {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: rgba(0, 39, 66, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .video .mask .opens[data-v-7e5b4299] {
  border: 1px solid #ffffff;
  font-size: 13px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  width: 223px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.container .check[data-v-7e5b4299] {
  display: flex;
  align-items: center;
}
.container .comment[data-v-7e5b4299] {
  background-color: #fff;
  z-index: 9;
}
.container .comment .title[data-v-7e5b4299] {
  display: flex;
  align-items: center;
}
.container .comment .title h3[data-v-7e5b4299] {
  color: #29a9ff;
  font-size: 0.4267rem;
  font-weight: 600;
}
.container .comment .title h3[data-v-7e5b4299]:after {
  content: "";
  display: block;
  width: 0.4rem;
  border-bottom: 0.1067rem solid #29a9ff;
  margin: 0.1333rem auto 0;
  border-radius: 1.3333rem;
}
.container .comment .title span[data-v-7e5b4299] {
  color: #999999;
  font-size: 0.32rem;
  margin-left: 0.2667rem;
}
.container .comment .menu-tabs[data-v-7e5b4299] {
  position: relative;
}
.container .comment .menu-tabs .topics[data-v-7e5b4299] {
  margin: 10px 0 0;
  padding: 0 0.4267rem;
}
.container .comment .menu-tabs .topics .xl[data-v-7e5b4299] {
  line-height: 26px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: PingFang SC-Bold;
}
.container .comment .menu-tabs .topics .expande[data-v-7e5b4299] {
  height: auto;
  margin-bottom: -10px;
}
.container .comment .menu-tabs .topics .close[data-v-7e5b4299] {
  height: 20px;
  overflow: hidden;
  margin-bottom: -10px;
}
.container .comment .menu-tabs .topics .close1[data-v-7e5b4299] {
  height: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .comment .menu-tabs .heat[data-v-7e5b4299] {
  color: #777;
  font-size: 12px;
  padding: 0 0.4267rem;
  display: flex;
  margin-top: 2px;
}
.container .comment .menu-tabs .heat .live[data-v-7e5b4299] {
  background: #ea4842;
  font-size: 11px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  padding: 1px 4px;
  margin-right: 8px;
}
.container .comment .menu-tabs .heat .live .zhibo[data-v-7e5b4299] {
  width: 6px;
  height: 6px;
  margin-right: 3px;
}
.container .comment .menu-tabs .heat i[data-v-7e5b4299] {
  color: #999;
  margin-right: 0.1333rem;
  margin-top: 2px;
}
.container .comment .menu-tabs .heat .nums[data-v-7e5b4299] {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2px 4px;
  background: #f6f6f6;
  border-radius: 3px 3px 3px 3px;
  font-family: PingFang SC-Medium;
}
.container .comment .menu-tabs .heat .nums .fire[data-v-7e5b4299] {
  width: 8px;
  height: 10px;
  margin-right: 3px;
}
.container .comment .menu-tabs .heat .support[data-v-7e5b4299] {
  display: flex;
  align-items: center;
  margin: 0 4px;
}
.container .comment .menu-tabs .heat .support .online[data-v-7e5b4299] {
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2px 4px;
  background: #f6f6f6;
  border-radius: 3px 3px 3px 3px;
  font-size: 10px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  color: #777777;
}
.container .comment .menu-tabs .heat .support .online img[data-v-7e5b4299] {
  width: 10px;
  height: 10px;
  margin-right: 2px;
}
.container .comment .menu-tabs .heat .meetingIntro[data-v-7e5b4299] {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: PingFang SC-Medium;
  font-size: 10px;
}
.container .comment .menu-tabs .price[data-v-7e5b4299] {
  display: flex;
  align-items: center;
  padding: 0 0.4267rem;
  margin-top: 2px;
}
.container .comment .menu-tabs .price .price-left .money[data-v-7e5b4299] {
  margin: 0 2px 0 3px;
  font-size: 28px;
  font-weight: bold;
  color: #ff432a;
  font-family: DIN-Bold;
}
.container .comment .menu-tabs .price .price-left span[data-v-7e5b4299] {
  font-size: 15px;
  font-weight: bold;
  color: #ff432a;
}
.container .comment .menu-tabs .price .price-left .qi[data-v-7e5b4299] {
  font-weight: normal;
}
.container .comment .menu-tabs .price .price-certer[data-v-7e5b4299] {
  margin: 0 1px;
}
.container .comment .menu-tabs .begintime[data-v-7e5b4299] {
  padding: 0 0.4267rem;
  margin-top: 10px;
}
.container .comment .menu-tabs .begintime .times[data-v-7e5b4299] {
  display: flex;
}
.container .comment .menu-tabs .begintime .times .times-left[data-v-7e5b4299] {
  display: flex;
}
.container .comment .menu-tabs .begintime .times .times-left img[data-v-7e5b4299] {
  width: 13px;
  height: 13px;
  margin-right: 2px;
  margin-top: 1.5px;
}
.container .comment .menu-tabs .begintime .times .times-left[data-v-7e5b4299] {
  font-size: 12px;
  font-weight: bold;
  color: #7c7c7c;
  overflow: hidden;
}
.container .comment .menu-tabs .begintime .times .times-left span[data-v-7e5b4299] {
  display: flex;
  align-items: center;
  font-family: PingFang SC-Medium;
}
.container .comment .menu-tabs .num[data-v-7e5b4299] {
  padding: 0 0.4267rem;
  background-image: url("https://static-web.yaoweilai.com/app/img/bgname.png");
  background-size: 100% 68px;
  background-repeat: no-repeat;
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f8f8f8;
  padding-left: 16px;
  padding-right: 16px;
}
.container .comment .menu-tabs .num .num-left[data-v-7e5b4299] {
  width: 40px;
  display: flex;
  align-items: center;
}
.container .comment .menu-tabs .num .num-left img[data-v-7e5b4299] {
  width: 40px;
  height: 40px;
  border-radius: 1.3333rem;
}
.container .comment .menu-tabs .num .num-center[data-v-7e5b4299] {
  width: 69%;
  line-height: 0.5333rem;
}
.container .comment .menu-tabs .num .num-center .bozhu[data-v-7e5b4299] {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 5.8667rem;
  margin-top: 0.1333rem;
  color: #333333;
}
.container .comment .menu-tabs .num .num-center p[data-v-7e5b4299] {
  display: flex;
  align-items: center;
}
.container .comment .menu-tabs .num .num-center p img[data-v-7e5b4299] {
  width: 13px;
  height: 13px;
  margin-right: 3px;
  display: flex;
  align-items: center;
  margin-top: -2px;
}
.container .comment .menu-tabs .num .num-center p[data-v-7e5b4299] {
  color: #999999;
  font-size: 10px;
  font-size: 0.32rem;
}
.container .comment .menu-tabs .num .num-right[data-v-7e5b4299] {
  width: 56px;
  height: 24px;
  display: flex;
}
.container .comment .menu-tabs .num .num-right[data-v-7e5b4299] button {
  width: 56px;
  height: 100%;
  font-size: 12px;
  background: linear-gradient(to right, #048eea, #31aafb);
  color: #fff;
  border: none;
  border-radius: 50px;
}
.container .album h4[data-v-7e5b4299] {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.container .relate[data-v-7e5b4299] {
  margin: 0.52rem 0 10px;
}
.container .relate .name[data-v-7e5b4299] {
  padding: 0 0.4267rem;
  margin-bottom: 0.2667rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .relate .name .name-right[data-v-7e5b4299] {
  color: #999999;
  font-size: 12px;
  margin-right: -5px;
}
.container .forum[data-v-7e5b4299] {
  padding: 16px 0.4267rem 0;
}
.container .forum .name[data-v-7e5b4299] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .forum .name h4[data-v-7e5b4299] {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.container .forum .name .name-right[data-v-7e5b4299] {
  color: #999999;
  font-size: 12px;
  margin-right: -5px;
}
.container .forum .all[data-v-7e5b4299] {
  display: flex;
  /* 设置超出滚动 */
  overflow-x: auto;
  padding: 11px 0 0;
}
.container .forum .all .detail[data-v-7e5b4299] {
  margin-right: 0.24rem;
  /* 超出滚动的关键，没有它元素会自动缩小，不会滚动 */
  flex-shrink: 0;
  border-radius: 2px;
  padding: 7px 6px;
  border: 1px solid #999999;
}
.container .forum .all .detail.active[data-v-7e5b4299] {
  border: 1px solid #4eaff0;
  border-radius: 2px;
}
.container .forum .all .detail.active .title[data-v-7e5b4299] {
  color: #048eea;
  font-weight: bold;
}
.container .forum .all .detail .title[data-v-7e5b4299] {
  font-weight: 500;
  color: #999999;
  font-size: 12px;
}
.container .forum[data-v-7e5b4299] ::-webkit-scrollbar {
  /* 隐藏滚动条 */
  display: none;
}
.container .agenda[data-v-7e5b4299] {
  margin-bottom: 80px;
}
.container .agenda .category[data-v-7e5b4299] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #f8f8f9;
  padding: 16px 16px 0;
}
.container .agenda .category .types[data-v-7e5b4299] {
  font-size: 13px;
  font-weight: 500;
  color: #979799;
}
.container .agenda .category .types[data-v-7e5b4299]:nth-child(2) {
  font-size: 14px;
  font-weight: bold;
  color: #00050f;
}
.container .agenda .category .types[data-v-7e5b4299]:nth-child(2):after {
  content: "";
  display: block;
  width: 26px;
  border-radius: 10px;
  height: 4px;
  background: linear-gradient(to bottom, #25a5ff 0%, #4dd1ff 100%);
  margin: 0 auto;
}
.container .agenda .meets[data-v-7e5b4299] {
  min-height: 300px;
}
.container .agenda .meets .meetXiumi[data-v-7e5b4299] {
  min-height: 300px;
  padding: 10px 12px;
  color: #333333;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0.4px;
  line-height: 1.9;
  font-family: PingFang SC-Medium;
  word-wrap: break-word;
  word-break: break-all;
}
.container .agenda .meets .meetXiumi[data-v-7e5b4299] img {
  max-width: 100%;
}
.container .agenda .meets .meetImage[data-v-7e5b4299] {
  padding: 10px 12px;
}
.container .agenda .meets .meetImage img[data-v-7e5b4299] {
  max-width: 100%;
  margin: 0;
}
.container .agenda .detail[data-v-7e5b4299] {
  padding: 0 16px;
}
.container .agenda .detail .forums[data-v-7e5b4299] {
  margin-top: 12px;
  height: 52px;
  background: #fafafa;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}
.container .agenda .detail .forums .forums-left[data-v-7e5b4299] {
  display: flex;
}
.container .agenda .detail .forums .forums-left .title[data-v-7e5b4299] {
  font-size: 13px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #282828;
}
.container .agenda .detail .forums .forums-right[data-v-7e5b4299] {
  display: flex;
}
.container .agenda .detail .forums .forums-right .zhu[data-v-7e5b4299] {
  margin-right: 13px;
  padding: 0 2px;
  background: #fafafa;
  border-radius: 3px 3px 3px 3px;
  opacity: 1;
  font-size: 9px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .agenda .detail .forums .forums-right img[data-v-7e5b4299] {
  width: 13px;
}
.container .open-more[data-v-7e5b4299] {
  margin: 5px 15px;
}
.container .open-more button[data-v-7e5b4299] {
  border: 1px solid #078ae2;
  color: #078ae2;
  font-size: 13px;
  width: 100%;
  height: 38px;
  border-radius: 50px;
  background-color: #fff;
}
.container .experts .detail[data-v-7e5b4299] {
  background-color: #fff;
  border-radius: 10px 10px 0px 0px;
  z-index: 9;
  position: relative;
}
.container .experts .detail .info[data-v-7e5b4299] {
  padding: 20px 0 0;
}
.container .experts .detail .info .exhibitor[data-v-7e5b4299] {
  display: flex;
}
.container .experts .detail .info .exhibitor .exhibitor-left[data-v-7e5b4299] {
  flex: 1;
  margin-top: 5px;
}
.container .experts .detail .info .exhibitor .exhibitor-left .name[data-v-7e5b4299] {
  display: flex;
}
.container .experts .detail .info .exhibitor .exhibitor-left .name span[data-v-7e5b4299] {
  font-size: 18px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  text-align: justify;
}
.container .experts .detail .info .exhibitor .exhibitor-left .name img[data-v-7e5b4299] {
  width: 60px;
  height: 20px;
  margin-left: 28px;
  margin-top: 3px;
}
.container .experts .detail .info .exhibitor .exhibitor-left .special[data-v-7e5b4299] {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
}
.container .experts .detail .info .exhibitor .exhibitor-left .special .specialistPosition[data-v-7e5b4299] {
  line-height: 20px;
  background: rgba(41, 169, 255, 0.1);
  font-size: 11px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #0088e3;
  display: inline-block;
  padding: 2px 11px;
  border-radius: 50px;
  margin-right: 8px;
  margin-bottom: 14px;
}
.container .experts .detail .info .exhibitor .exhibitor-right[data-v-7e5b4299] {
  width: 120px;
}
.container .experts .detail .info .exhibitor .exhibitor-right .toux img[data-v-7e5b4299] {
  width: 120px;
  height: 69px;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #777777;
}
.container .experts .detail .info .intro[data-v-7e5b4299] {
  margin-top: 42px;
  font-size: 17px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.container .experts .detail .info .intro .introDetail[data-v-7e5b4299] {
  margin-top: 12px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #777777;
  line-height: 24px;
  text-align: justify;
  white-space: pre-wrap;
  word-break: break-all;
}
.openapp[data-v-7e5b4299] {
  position: fixed;
  bottom: 74px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  width: 164px;
  height: 38px;
  line-height: 38px;
  background: #078ae2;
  border-radius: 20px;
}
.openapp .now[data-v-7e5b4299] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.openapp img[data-v-7e5b4299] {
  width: 20px;
  height: 20px;
}
.openapp span[data-v-7e5b4299] {
  font-size: 13px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 4px;
}
.pc-all[data-v-8155ece4] {
  background-color: #fff;
}
.pc-all .kongWeb .del[data-v-8155ece4] {
  margin: 100px 0 300px;
  display: flex;
  justify-content: center;
}
.pc-all .kongWeb img[data-v-8155ece4] {
  width: 233px;
  height: 299px;
}
.pc-all .content[data-v-8155ece4] {
  width: 1006px;
  margin: 0 auto;
  min-height: 70vh;
  padding: 36px 0;
}
.pc-all .content .buju[data-v-8155ece4] {
  display: flex;
}
.pc-all .content .buju .article[data-v-8155ece4] {
  width: 717px;
}
.pc-all .content .buju .article .original[data-v-8155ece4] {
  font-size: 14px;
  color: #777777;
}
.pc-all .content .buju .article .article-title[data-v-8155ece4] {
  width: 710px;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  font-family: "PingFang SC-Bold";
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pc-all .content .buju .article .hot-number[data-v-8155ece4] {
  color: #999;
  font-size: 12px;
  font-family: "PingFang SC-Medium";
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
.pc-all .content .buju .article .hot-number .fire1[data-v-8155ece4] {
  margin: 0 6px;
}
.pc-all .content .buju .article .hot-number img[data-v-8155ece4] {
  width: 7px;
  height: 10px;
  margin-right: 4px;
}
.pc-all .content .buju .article .mettingimg[data-v-8155ece4] {
  position: relative;
}
.pc-all .content .buju .article .mettingimg img[data-v-8155ece4] {
  width: 100%;
  height: 400px;
}
.pc-all .content .buju .article .mettingimg .showad[data-v-8155ece4] {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: rgba(0, 39, 66, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.pc-all .content .buju .article .mettingimg .anniu[data-v-8155ece4] {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: rgba(0, 39, 66, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.pc-all .content .buju .article .mettingimg .anniu img[data-v-8155ece4] {
  width: 46px;
  height: 46px;
}
.pc-all .content .buju .article .intro[data-v-8155ece4] {
  margin-top: 20px;
}
.pc-all .content .buju .article .intro .comment-flex[data-v-8155ece4] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .content .buju .article .intro .comment-flex .comment-decorate[data-v-8155ece4] {
  width: 4px;
  height: 10px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
}
.pc-all .content .buju .article .intro .comment-flex .comment-writte[data-v-8155ece4] {
  font-size: 14px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .content .buju .article .intro .topics[data-v-8155ece4] {
  position: relative;
  margin-top: 8px;
}
.pc-all .content .buju .article .intro .topics .xl[data-v-8155ece4] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-family: PingFang SC-Medium, PingFang SC;
  color: #333333;
  line-height: 24px;
}
.pc-all .content .buju .article .intro .topics .xl h5[data-v-8155ece4] {
  font-size: 13px;
  color: #333;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.pc-all .content .buju .article .intro .topics .xl .down[data-v-8155ece4] {
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  font-size: 13px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #0790eb;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pc-all .content .buju .article .intro .topics .xl .down i[data-v-8155ece4] {
  font-size: 15px;
  color: #0790eb;
}
.pc-all .content .buju .article .agenda[data-v-8155ece4] {
  margin-bottom: 16px;
  margin-top: 30px;
}
.pc-all .content .buju .article .agenda .meets .meetXiumi[data-v-8155ece4] {
  padding: 10px 0;
  color: #333333;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0.4px;
  line-height: 1.9;
  font-family: PingFang SC-Medium;
  word-wrap: break-word;
  word-break: break-all;
}
.pc-all .content .buju .article .agenda .meets .meetXiumi[data-v-8155ece4] img {
  max-width: 100%;
}
.pc-all .content .buju .article .agenda .meets .meetImage[data-v-8155ece4] {
  padding: 10px 12px;
}
.pc-all .content .buju .article .agenda .meets .meetImage img[data-v-8155ece4] {
  max-width: 100%;
  margin: 5px 0;
}
.pc-all .content .buju .article .agenda .expertes .details[data-v-8155ece4] {
  background-color: #fff;
  border-radius: 10px 10px 0px 0px;
  z-index: 9;
  position: relative;
}
.pc-all .content .buju .article .agenda .expertes .details .info[data-v-8155ece4] {
  padding: 20px 0 0;
}
.pc-all .content .buju .article .agenda .expertes .details .info .exhibitor[data-v-8155ece4] {
  display: flex;
  justify-content: space-between;
}
.pc-all .content .buju .article .agenda .expertes .details .info .exhibitor .exhibitor-left[data-v-8155ece4] {
  flex: 1;
  margin-top: 5px;
}
.pc-all .content .buju .article .agenda .expertes .details .info .exhibitor .exhibitor-left .name[data-v-8155ece4] {
  display: flex;
  align-items: center;
}
.pc-all .content .buju .article .agenda .expertes .details .info .exhibitor .exhibitor-left .name span[data-v-8155ece4] {
  font-size: 18px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.pc-all .content .buju .article .agenda .expertes .details .info .exhibitor .exhibitor-left .name img[data-v-8155ece4] {
  width: 60px;
  height: 20px;
  margin-left: 6px;
}
.pc-all .content .buju .article .agenda .expertes .details .info .exhibitor .exhibitor-left .special[data-v-8155ece4] {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
}
.pc-all .content .buju .article .agenda .expertes .details .info .exhibitor .exhibitor-left .special .specialistPosition[data-v-8155ece4] {
  line-height: 20px;
  background: rgba(41, 169, 255, 0.1);
  font-size: 11px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #0088e3;
  display: inline-block;
  padding: 2px 11px;
  border-radius: 50px;
  margin-right: 8px;
  margin-bottom: 14px;
}
.pc-all .content .buju .article .agenda .expertes .details .info .exhibitor .exhibitor-right[data-v-8155ece4] {
  width: 200px;
  margin-right: 80px;
}
.pc-all .content .buju .article .agenda .expertes .details .info .exhibitor .exhibitor-right .toux img[data-v-8155ece4] {
  width: 200px;
  height: 115px;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
}
.pc-all .content .buju .article .agenda .expertes .details .info .intro[data-v-8155ece4] {
  margin-top: 24px;
  font-size: 17px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.pc-all .content .buju .article .agenda .expertes .details .info .intro .introDetail[data-v-8155ece4] {
  margin-left: 10px;
  margin-top: 16px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  text-align: justify;
  white-space: pre-wrap;
  word-break: break-all;
}
.pc-all .content .buju .article .agenda .category[data-v-8155ece4] {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f8f8f9;
  padding: 0 16px;
}
.pc-all .content .buju .article .agenda .category .types[data-v-8155ece4] {
  font-size: 13px;
  font-weight: 500;
  color: #979799;
  margin-right: 170px;
}
.pc-all .content .buju .article .agenda .category .types[data-v-8155ece4]:last-child {
  margin-right: 0;
}
.pc-all .content .buju .article .agenda .category .types .tublist_item[data-v-8155ece4] {
  color: #078ae2;
  padding: 5px 0px;
  font-size: 14px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .content .buju .article .agenda .category .types .tublist_item[data-v-8155ece4]:hover {
  cursor: pointer;
}
.pc-all .content .buju .article .agenda .category .types .tublist_item[data-v-8155ece4]:after {
  content: "";
  display: block;
  width: 26px;
  border-radius: 10px;
  height: 4px;
  background: linear-gradient(to bottom, #25a5ff 0%, #4dd1ff 100%);
  margin: 5px auto -5px;
}
.pc-all .content .buju .article .agenda .category .types .tublist_next_item[data-v-8155ece4] {
  padding: 5px 0px;
}
.pc-all .content .buju .article .agenda .category .types .tublist_next_item[data-v-8155ece4]:hover {
  cursor: pointer;
}
.pc-all .content .buju .article .agenda .detail[data-v-8155ece4] {
  padding: 0;
}
.pc-all .content .buju .article .agenda .detail .forums[data-v-8155ece4] {
  margin-top: 12px;
  height: 52px;
  background: #fafafa;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px;
}
.pc-all .content .buju .article .agenda .detail .forums .forums-left[data-v-8155ece4] {
  display: flex;
}
.pc-all .content .buju .article .agenda .detail .forums .forums-left .title[data-v-8155ece4] {
  font-size: 13px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #282828;
}
.pc-all .content .buju .article .agenda .detail .forums .forums-right[data-v-8155ece4] {
  display: flex;
}
.pc-all .content .buju .article .agenda .detail .forums .forums-right .zhu[data-v-8155ece4] {
  margin-right: 18px;
  padding: 0 2px;
  background: #fafafa;
  border-radius: 3px;
  opacity: 1;
  font-size: 9px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-all .content .buju .article .agenda .detail .forums .forums-right img[data-v-8155ece4] {
  width: 13px;
}
.pc-all .content .buju .article .agenda .more[data-v-8155ece4] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 36px;
  background: rgba(218, 218, 218, 0.3);
  border-radius: 18px;
  margin: 14px 189px 0;
}
.pc-all .content .buju .article .agenda .more span[data-v-8155ece4] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #777777;
}
.pc-all .content .buju .bj-right[data-v-8155ece4] {
  font-family: "PingFang SC-Medium";
  margin-left: 22px;
  width: 267px;
}
.pc-all .content .buju .bj-right .ewcode[data-v-8155ece4] {
  width: 267px;
  height: 123px;
  margin-top: 5px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img[data-v-8155ece4] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 267px;
  height: 123px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima[data-v-8155ece4] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 21px 0 21px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left[data-v-8155ece4] {
  padding-top: 30px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .populay img[data-v-8155ece4] {
  width: 120px;
  height: 27px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-8155ece4]:after {
  content: "";
  display: block;
  width: 63px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .download[data-v-8155ece4] {
  margin-top: 14px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-8155ece4] {
  width: 126px;
  height: 18px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-right[data-v-8155ece4] {
  background-color: #fff;
  width: 75px;
  height: 75px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 5px;
  margin-top: 24px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-right img[data-v-8155ece4] {
  width: 64px;
  height: 64px;
}
.pc-all .content .buju .bj-right .peronal-bj[data-v-8155ece4] {
  border: 1px solid #e8e8e8;
  margin-top: 10px;
  padding-bottom: 20px;
  border-radius: 2px;
  position: relative;
}
.pc-all .content .buju .bj-right .peronal-bj .more[data-v-8155ece4] {
  position: absolute;
  left: -1px;
  bottom: 0;
  right: 0;
  width: 267px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: #048eea;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 0px 0px 2px 2px;
}
.pc-all .content .buju .bj-right .peronal-bj .line[data-v-8155ece4] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .content .buju .bj-right .peronal-bj .bj[data-v-8155ece4] {
  padding: 20px 10px 0;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg[data-v-8155ece4] {
  display: flex;
  align-items: center;
  margin: 0 4px 0 8px;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .bt-img[data-v-8155ece4] {
  width: 40px;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .bt-img img[data-v-8155ece4] {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .right-name[data-v-8155ece4] {
  flex: 1;
  margin-left: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .right-btn[data-v-8155ece4] {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 60px;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .right-btn .btn-ys[data-v-8155ece4] {
  width: 60px;
  height: 25px;
  background-color: #f3faff;
  border: 1px solid #048eea;
  font-size: 12px;
  border-radius: 5px;
  line-height: 23px;
  cursor: pointer;
  color: #048eea;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .right-btn .btn-sx[data-v-8155ece4] {
  background-color: #f2f4f9;
  color: #333333;
}
.pc-all .content .buju .bj-right .peronal-bj .el-divider--horizontal[data-v-8155ece4] {
  margin: 12px 0 !important;
}
.pc-all .content .buju .bj-right .peronal-bj .right-detail[data-v-8155ece4] {
  display: flex;
  margin: 16px 4px 12px 8px;
}
.pc-all .content .buju .bj-right .peronal-bj .right-detail .right-zi[data-v-8155ece4] {
  font-size: 12px;
  color: #999999;
  margin-right: 33px;
}
.pc-all .content .buju .bj-right .hot-recoomend[data-v-8155ece4] {
  border: 1px solid #e8e8e8;
  margin-top: 12px;
  padding: 15px 10px 16px;
  border-radius: 2px;
  position: relative;
}
.pc-all .content .buju .bj-right .hot-recoomend .line[data-v-8155ece4] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .content .buju .bj-right .hot-recoomend .comment-flex[data-v-8155ece4] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .content .buju .bj-right .hot-recoomend .comment-flex .comment-decorate[data-v-8155ece4] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
  border-radius: 10px;
}
.pc-all .content .buju .bj-right .hot-recoomend .comment-flex .comment-writte[data-v-8155ece4] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .content .buju .bj-right .hot-recoomend1[data-v-8155ece4] {
  border: none;
}
.pc-all .content .buju .bj-right .hot-recoomend1 .right-list[data-v-8155ece4] {
  margin-bottom: 20px;
}
.pc-all .content .buju .bj-right .right-list .hot-list[data-v-8155ece4] {
  margin-top: 10px;
  margin-left: 12px;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex[data-v-8155ece4] {
  display: flex;
  cursor: pointer;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-sp[data-v-8155ece4] {
  position: relative;
  width: 99px;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-sp img[data-v-8155ece4] {
  width: 102px;
  height: 60px;
  border-radius: 2px;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-other[data-v-8155ece4] {
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-8155ece4] {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-other .hot-author[data-v-8155ece4] {
  color: #999999;
  font-size: 12px;
  position: absolute;
  bottom: 0;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-other .hot-author span[data-v-8155ece4] {
  font-size: 12px;
  margin-left: 5px;
}
.pc-all .el-divider[data-v-8155ece4] {
  background-color: #eeeeee !important;
}
.pc-all .el-divider__text[data-v-8155ece4] {
  background-color: #fbfbfb !important;
}
.container[data-v-a2bfd5b6] {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  height: 100vh;
}
.container .kongMoblie[data-v-a2bfd5b6] {
  display: flex;
  justify-content: center;
  margin-top: 126px;
}
.container .kongMoblie img[data-v-a2bfd5b6] {
  width: 154px;
  height: 153px;
}
.container .logo[data-v-a2bfd5b6] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-a2bfd5b6] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-a2bfd5b6] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-a2bfd5b6] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-a2bfd5b6] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-a2bfd5b6]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-a2bfd5b6]:focus {
  outline: none;
}
.container .num[data-v-a2bfd5b6] {
  padding: 0 0.4267rem;
  width: 100%;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
}
.container .num .num-left[data-v-a2bfd5b6] {
  width: 56px;
  display: flex;
  align-items: center;
}
.container .num .num-left img[data-v-a2bfd5b6] {
  width: 56px;
  height: 56px;
  border-radius: 1.3333rem;
  border: 1px solid #eaeaea;
}
.container .num .compan-right[data-v-a2bfd5b6] {
  border-bottom: 1px solid #eaeaea;
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
  margin-top: 20px;
  margin-left: 8px;
}
.container .num .compan-right .num-center .bozhu[data-v-a2bfd5b6] {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 128px;
  margin-top: 0.1333rem;
  color: #333333;
}
.container .num .compan-right .num-center .labels[data-v-a2bfd5b6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  margin-top: 8px;
  width: 128px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .num .compan-right .num-center .labels .labels-center[data-v-a2bfd5b6] {
  margin: 0 2px;
}
.container .num .compan-right .num-right[data-v-a2bfd5b6] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .num .compan-right .num-right .zy-follow[data-v-a2bfd5b6] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .num .compan-right .num-right .zy-follow .sxin[data-v-a2bfd5b6] {
  width: 56px;
  height: 24px;
  line-height: 22px;
  box-sizing: border-box;
  border-radius: 1px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  background-color: #fff;
  color: #26a3f7;
  border: 1px solid #26a3f7;
}
.container .num .compan-right .num-right .zy-follow .sxin-center[data-v-a2bfd5b6] {
  margin: 0 6px;
}
.container .num .compan-right .num-right .zy-follow .gzhu[data-v-a2bfd5b6] {
  background-color: #048eea;
  background: linear-gradient(#048eea, #31aafb);
  color: white;
}
.container .search .labelarr[data-v-a2bfd5b6] {
  margin: 20px 16px 10px 16px;
}
.container .search .labelarr .shows[data-v-a2bfd5b6] {
  display: flex;
  flex-wrap: wrap;
  height: 88px;
  overflow: hidden;
}
.container .search .labelarr .shows.expanded[data-v-a2bfd5b6] {
  height: auto;
}
.container .search .labelarr .portraites[data-v-a2bfd5b6] {
  height: 21px;
  padding: 2px 8px;
  box-sizing: border-box;
  border-radius: 1px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  background-color: #fff;
  color: #26a3f7;
  border: 1px solid #26a3f7;
  margin-right: 12px;
  margin-bottom: 10px;
}
.container .search .disdown[data-v-a2bfd5b6] {
  display: flex;
  justify-content: flex-start;
  margin-left: 16px;
}
.container .search .disdown .down[data-v-a2bfd5b6] {
  display: flex;
  align-content: center;
  line-height: 20px;
  justify-content: center;
}
.container .search .disdown .down span[data-v-a2bfd5b6] {
  font-size: 12px;
  font-family: PingFang SC Medium, PingFang SC Medium;
  font-weight: 400;
  color: #777;
}
.container .search .disdown .down .van-icon[data-v-a2bfd5b6] {
  margin: 0 0 0 2px;
  color: #777;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.container .company-intro[data-v-a2bfd5b6] {
  margin: 26px 16px 32px;
}
.container .company-intro .comment-flex[data-v-a2bfd5b6] {
  display: flex;
  align-items: center;
  width: 100%;
}
.container .company-intro .comment-flex .comment-decorate[data-v-a2bfd5b6] {
  width: 3px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
}
.container .company-intro .comment-flex .comment-writte[data-v-a2bfd5b6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.container .company-intro .labelarr[data-v-a2bfd5b6] {
  margin-top: 18px;
}
.container .company-intro .labelarr .shows[data-v-a2bfd5b6] {
  display: flex;
  flex-wrap: wrap;
  height: 88px;
  overflow: hidden;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.container .company-intro .labelarr .shows.expanded[data-v-a2bfd5b6] {
  height: auto;
}
.container .company-intro .disdown[data-v-a2bfd5b6] {
  display: flex;
  justify-content: flex-end;
  margin-left: 16px;
  margin-top: 10px;
}
.container .company-intro .disdown .down[data-v-a2bfd5b6] {
  width: 113px;
  height: 33px;
  line-height: 33px;
  background: #f5f5f5;
  border-radius: 4px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.container .company-intro .disdown .down span[data-v-a2bfd5b6] {
  font-size: 12px;
  font-family: PingFang SC Medium, PingFang SC Medium;
  font-weight: 400;
  color: #777;
}
.container .company-intro .disdown .down .van-icon[data-v-a2bfd5b6] {
  margin-left: 2px;
  color: #777;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.container .information[data-v-a2bfd5b6] {
  margin: 32px 16px;
  display: flex;
}
.container .information .lists[data-v-a2bfd5b6] {
  text-align: center;
  width: 25%;
}
.container .information .lists .img img[data-v-a2bfd5b6] {
  width: 43px;
  height: 43px;
}
.container .information .lists .name[data-v-a2bfd5b6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 12px;
  color: #777777;
  line-height: 17px;
}
.container .main-members .memsber[data-v-a2bfd5b6] {
  margin-top: 10px;
}
.container .main-members .memsber .numes[data-v-a2bfd5b6] {
  width: 100%;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 12px;
}
.container .main-members .memsber .numes .numes-left[data-v-a2bfd5b6] {
  width: 56px;
  display: flex;
  align-items: center;
}
.container .main-members .memsber .numes .numes-left img[data-v-a2bfd5b6] {
  width: 56px;
  height: 56px;
  border-radius: 1.3333rem;
  border: 1px solid #eaeaea;
}
.container .main-members .memsber .numes .compans-right[data-v-a2bfd5b6] {
  border-bottom: 1px solid #eaeaea;
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
  margin-top: 20px;
  margin-left: 8px;
}
.container .main-members .memsber .numes .compans-right .numes-center .bozhu[data-v-a2bfd5b6] {
  font-size: 16px;
  margin-top: 0.1333rem;
  color: #333333;
}
.container .main-members .memsber .numes .compans-right .numes-center .bozhu .lest[data-v-a2bfd5b6] {
  margin-right: 4px;
}
.container .main-members .memsber .numes .compans-right .numes-center .labels[data-v-a2bfd5b6] {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 12px;
  color: #777777;
}
.container .main-members .memberes[data-v-a2bfd5b6] {
  display: flex;
  overflow: hidden;
}
.container .main-members .memberes .specialist .specialist-list[data-v-a2bfd5b6] {
  text-align: center;
  width: 124px;
  height: 158px;
  background: #ffffff;
}
.container .main-members .memberes .specialist .specialist-list .specialist-list-img[data-v-a2bfd5b6] {
  padding-top: 24px;
  display: flex;
  justify-content: center;
}
.container .main-members .memberes .specialist .specialist-list .specialist-list-img img[data-v-a2bfd5b6] {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.container .main-members .memberes .specialist .specialist-list .specialist-list-name[data-v-a2bfd5b6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  width: 60%;
  margin: 16px auto 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.container .main-members .memberes .specialist .specialist-list .specialist-list-postion[data-v-a2bfd5b6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  margin-top: 4px;
}
.container .financing .download[data-v-a2bfd5b6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .financing .download .img[data-v-a2bfd5b6] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 80px;
}
.container .financing .download .img img[data-v-a2bfd5b6] {
  width: 20px;
  height: 19px;
  margin-right: 4px;
}
.container .financing .download .img span[data-v-a2bfd5b6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 10px;
  color: #777777;
  line-height: 10px;
}
.container .financing .financeintro[data-v-a2bfd5b6] {
  margin-top: 10px;
}
.container .financing .financeintro .meetXiumi[data-v-a2bfd5b6] {
  color: #777;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0.4px;
  line-height: 1.9;
  font-family: PingFang SC-Medium;
  word-wrap: break-word;
  word-break: break-all;
}
.container .financing .financeintro .meetXiumi[data-v-a2bfd5b6] img {
  max-width: 100%;
}
.container .recommended[data-v-a2bfd5b6] {
  margin-top: 12px;
  margin-bottom: 24px;
}
.container .recommended .hot-recoomend[data-v-a2bfd5b6] {
  margin-bottom: 45px;
}
.container .recommended .hot-recoomend .right-list[data-v-a2bfd5b6] {
  margin-top: 20px;
}
.container .recommended .hot-recoomend .right-list .hot-list[data-v-a2bfd5b6] {
  background: #ffffff;
  border-radius: 2px;
  padding: 13px 0;
  border-bottom: 1px solid #f8f8f9;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex[data-v-a2bfd5b6] {
  display: flex;
  cursor: pointer;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp[data-v-a2bfd5b6] {
  position: relative;
  width: 40px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp img[data-v-a2bfd5b6] {
  width: 40px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other[data-v-a2bfd5b6] {
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-a2bfd5b6] {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .names[data-v-a2bfd5b6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .lines[data-v-a2bfd5b6] {
  margin: 0 8px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .titles[data-v-a2bfd5b6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-author[data-v-a2bfd5b6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  margin-top: 4px;
}
.container .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-author .lines[data-v-a2bfd5b6] {
  margin: 0 4px;
}
.container .recommended .hot-recoomend .seemore[data-v-a2bfd5b6] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #29a9ff;
  margin-top: 20px;
}
.container .recommended .hot-recoomend .seemore .morees[data-v-a2bfd5b6] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 137px;
  height: 32px;
  background: #f8f8f9;
  border-radius: 2px 2px 2px 2px;
}
.container .recommended .hot-recoomend .seemore .van-icon[data-v-a2bfd5b6] {
  margin: 0 0 0 2px;
  color: #29a9ff;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.container .openapp[data-v-a2bfd5b6] {
  position: fixed;
  bottom: 28px;
  left: 50%;
  text-align: center;
  z-index: 99;
  transform: translateX(-50%);
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #078ae2;
  border-radius: 20px;
}
.container .openapp .now[data-v-a2bfd5b6] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .openapp img[data-v-a2bfd5b6] {
  width: 20px;
  height: 20px;
}
.container .openapp span[data-v-a2bfd5b6] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
@charset "UTF-8";
.container-bg-size[data-v-1b657f52] {
  background-color: #f9f9f9;
}
.pc-all .kongWeb .del[data-v-1b657f52] {
  margin: 100px 0 300px;
  display: flex;
  justify-content: center;
}
.pc-all .kongWeb img[data-v-1b657f52] {
  width: 233px;
  height: 299px;
}
.pc-all .pcheight[data-v-1b657f52] {
  height: 100vh;
  overflow-y: scroll;
}
.pc-all .bg-top[data-v-1b657f52] {
  height: 177px;
}
.pc-all .bg-top img[data-v-1b657f52] {
  width: 100%;
  height: 177px;
}
.pc-all .personal[data-v-1b657f52] {
  width: 897px;
  margin: 0 auto;
  display: flex;
}
.pc-all .personal .personal-left[data-v-1b657f52] {
  width: 616px;
}
.pc-all .personal .personal-right[data-v-1b657f52] {
  width: 267px;
  margin-left: 14px;
}
.pc-all .personal .personal-right .ewcode[data-v-1b657f52] {
  width: 267px;
  height: 123px;
  margin-top: 24px;
}
.pc-all .personal .personal-right .ewcode .bg-img[data-v-1b657f52] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 267px;
  height: 123px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima[data-v-1b657f52] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 21px 0 21px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left[data-v-1b657f52] {
  padding-top: 30px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .populay img[data-v-1b657f52] {
  width: 120px;
  height: 27px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-1b657f52]:after {
  content: "";
  display: block;
  width: 63px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .download[data-v-1b657f52] {
  margin-top: 14px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-1b657f52] {
  width: 126px;
  height: 18px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-right[data-v-1b657f52] {
  background-color: #fff;
  width: 75px;
  height: 75px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 5px;
  margin-top: 24px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-right img[data-v-1b657f52] {
  width: 64px;
  height: 64px;
}
.pc-all .personal .personal-right .recommended[data-v-1b657f52] {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-top: 12px;
  position: relative;
  margin-bottom: 24px;
}
.pc-all .personal .personal-right .recommended .line[data-v-1b657f52] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .personal .personal-right .recommended .comment-flex[data-v-1b657f52] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 12px;
}
.pc-all .personal .personal-right .recommended .comment-flex .comment-decorate[data-v-1b657f52] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 10px;
  border-radius: 10px;
}
.pc-all .personal .personal-right .recommended .comment-flex .comment-writte[data-v-1b657f52] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .personal .personal-right .recommended .hot-recoomend[data-v-1b657f52] {
  margin-bottom: 45px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .line[data-v-1b657f52] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex[data-v-1b657f52] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex .comment-decorate[data-v-1b657f52] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
  border-radius: 10px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .comment-flex .comment-writte[data-v-1b657f52] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list[data-v-1b657f52] {
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #f3f7fa;
  padding: 12px;
  margin: 16px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex[data-v-1b657f52] {
  display: flex;
  cursor: pointer;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp[data-v-1b657f52] {
  position: relative;
  width: 40px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-sp img[data-v-1b657f52] {
  width: 40px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other[data-v-1b657f52] {
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-1b657f52] {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .names[data-v-1b657f52] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .lines[data-v-1b657f52] {
  margin: 0 8px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-title .titles[data-v-1b657f52] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-author[data-v-1b657f52] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  margin-top: 4px;
}
.pc-all .personal .personal-right .recommended .hot-recoomend .right-list .hot-list .hot-flex .hot-other .hot-author .lines[data-v-1b657f52] {
  margin: 0 4px;
}
.pc-all .personal .personal-right .recommended .mores[data-v-1b657f52] {
  position: absolute;
  left: -1px;
  bottom: 0;
  right: 0;
  width: 267px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: #048eea;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 0px 0px 2px 2px;
}
.pc-all .personal-top .personal-flex[data-v-1b657f52] {
  text-align: center;
  padding: 15px 0 0;
  color: #333333;
  height: 147px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
.pc-all .personal-top .personal-flex .zy-img[data-v-1b657f52] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
}
.pc-all .personal-top .personal-flex .zy-img img[data-v-1b657f52] {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #fff;
  padding: 3px;
}
.pc-all .personal-top .personal-flex .names[data-v-1b657f52] {
  margin-top: 20px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  color: #333333;
}
.pc-all .personal-top .personal-flex .labels[data-v-1b657f52] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.pc-all .personal-top .personal-flex .labels .labels-center[data-v-1b657f52] {
  margin: 0 2px;
}
.pc-all .personal-top .personal-flex .zy-follow[data-v-1b657f52] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-all .personal-top .personal-flex .zy-follow .sxin[data-v-1b657f52] {
  width: 56px;
  height: 24px;
  line-height: 22px;
  box-sizing: border-box;
  border-radius: 1px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  margin-top: 24px;
  background-color: #fff;
  color: #26a3f7;
  border: 1px solid #26a3f7;
}
.pc-all .personal-top .personal-flex .zy-follow .sxin-center[data-v-1b657f52] {
  margin: 0 6px;
}
.pc-all .personal-top .personal-flex .zy-follow .gzhu[data-v-1b657f52] {
  background-color: #048eea;
  background: linear-gradient(#048eea, #31aafb);
  color: white;
}
.pc-all .personal-bottom[data-v-1b657f52] {
  box-sizing: border-box;
  margin-bottom: 24px;
}
.pc-all .personal-bottom .medias-system[data-v-1b657f52] {
  min-height: 790px;
  background-color: #fff;
}
.pc-all .personal-bottom .medias-system[data-v-1b657f52] .el-tabs__item {
  font-size: 13px;
  font-weight: 500;
  color: #777;
  padding: 0 30px;
}
.pc-all .personal-bottom .medias-system[data-v-1b657f52] .is-active {
  font-size: 14px;
  font-weight: bold;
  color: #00050f;
  position: relative;
}
.pc-all .personal-bottom .medias-system[data-v-1b657f52] .is-active::after {
  content: "";
  width: 22px;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  color: #166fe8;
  border-radius: 5px;
  border: 2px solid #166fe8;
  background-color: #166fe8; /* 修改底部横杠的颜色 */
}
.pc-all .personal-bottom .medias-system[data-v-1b657f52] .el-tabs__active-bar {
  background-color: transparent; /* 修改底部横杠的颜色 */
}
.pc-all .demo-tabs[data-v-1b657f52] {
  padding: 10px 0 0;
  margin: 12px auto 0;
  background-color: #fff;
}
.pc-all .demo-tabs .companyintro[data-v-1b657f52] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  line-height: 24px;
}
.pc-all .demo-tabs .memberes[data-v-1b657f52] {
  display: flex;
  flex-wrap: wrap;
}
.pc-all .demo-tabs .memberes .specialist .specialist-list[data-v-1b657f52] {
  text-align: center;
  width: 124px;
  height: 158px;
  background: #ffffff;
  box-shadow: 0px 1px 6px 1px rgba(51, 51, 51, 0.08);
  border-radius: 10px;
  margin-right: 22px;
  margin-bottom: 22px;
}
.pc-all .demo-tabs .memberes .specialist .specialist-list .specialist-list-img[data-v-1b657f52] {
  padding-top: 24px;
  display: flex;
  justify-content: center;
}
.pc-all .demo-tabs .memberes .specialist .specialist-list .specialist-list-img img[data-v-1b657f52] {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.pc-all .demo-tabs .memberes .specialist .specialist-list .specialist-list-name[data-v-1b657f52] {
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  width: 60%;
  margin: 16px auto 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pc-all .demo-tabs .memberes .specialist .specialist-list .specialist-list-postion[data-v-1b657f52] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  margin-top: 4px;
}
.pc-all .demo-tabs .financeintro .meetXiumi[data-v-1b657f52] {
  color: #777;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0.4px;
  line-height: 1.9;
  font-family: PingFang SC-Medium;
  word-wrap: break-word;
  word-break: break-all;
}
.pc-all .demo-tabs .financeintro .meetXiumi[data-v-1b657f52] img {
  max-width: 100%;
}
[data-v-1b657f52] .el-tabs__nav {
  display: flex;
  justify-content: center;
  float: inherit !important;
}
[data-v-1b657f52] .el-tabs__content {
  padding: 12px;
  color: #6b778c;
}
[data-v-1b657f52] .el-tabs__nav-scroll {
  display: flex;
  justify-content: left;
  margin-left: 12px;
}
[data-v-1b657f52] .el-tabs__item.is-active {
  color: #333;
  font-weight: bold;
}
[data-v-1b657f52] .el-tabs__nav-wrap::after {
  height: 1px;
}
.container[data-v-c4500d22] {
  padding-bottom: 60px;
}
.container .allright[data-v-c4500d22] {
  display: flex;
  justify-content: flex-end;
}
.container .allright .pulldown[data-v-c4500d22] {
  width: 113px;
  height: 33px;
  background: #f5f5f5;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #777;
}
.container .allright .pulldown span[data-v-c4500d22] {
  margin-right: 6px;
}
.container .expande[data-v-c4500d22] {
  height: auto;
}
.container .close[data-v-c4500d22] {
  height: 690px;
  overflow: hidden;
}
.container .article .wz[data-v-c4500d22] {
  position: relative;
}
.container .article .wz .content[data-v-c4500d22] {
  color: #333333;
  font-size: 14px;
  margin: 0 0 5px;
  text-align: justify;
  letter-spacing: 0.4px;
  line-height: 1.9;
  font-family: PingFang SC-Medium;
  word-wrap: break-word;
  word-break: break-all;
}
.container .article .wz .content[data-v-c4500d22] img {
  max-width: 100%;
}
.container .article .wz .expande-button[data-v-c4500d22] {
  margin: 0 16px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #29a9ff;
}
.container .article .wz .pic img[data-v-c4500d22] {
  width: 100%;
  height: 150px;
}
.container .article .wz .swiper[data-v-c4500d22] {
  position: relative;
  height: 234px;
  line-height: 234px;
}
.container .article .wz .swiper[data-v-c4500d22] .van-swipe {
  height: 234px;
}
.container .article .wz .swiper .custom-indicator[data-v-c4500d22] {
  position: absolute;
  right: 22px;
  bottom: 6px;
  padding: 2px 5px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  color: #fff;
  width: 48px;
  text-align: center;
  height: 21px;
  line-height: 15px;
}
.container .article .wz .swiper .imgs[data-v-c4500d22] {
  text-align: center;
  height: 234px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .article .wz .swiper .imgs img[data-v-c4500d22] {
  max-width: 100%;
  max-height: 100%;
}
.container .article .wz .num[data-v-c4500d22] {
  background-image: url("https://static-web.yaoweilai.com/app/img/bgname.png");
  background-size: 100% 68px;
  background-repeat: no-repeat;
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f8f8f8;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 10px;
}
.container .article .wz .num .num-left[data-v-c4500d22] {
  width: 40px;
  display: flex;
  align-items: center;
}
.container .article .wz .num .num-left img[data-v-c4500d22] {
  width: 40px;
  height: 40px;
  border-radius: 1.3333rem;
}
.container .article .wz .num .num-center[data-v-c4500d22] {
  width: 69%;
  line-height: 0.5333rem;
  margin-left: 5px;
}
.container .article .wz .num .num-center .bozhu[data-v-c4500d22] {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 5.8667rem;
  margin-top: 0.1333rem;
  color: #333333;
}
.container .article .wz .num .num-center p[data-v-c4500d22] {
  display: flex;
  align-items: center;
}
.container .article .wz .num .num-center p img[data-v-c4500d22] {
  width: 13px;
  height: 13px;
  margin-right: 3px;
  display: flex;
  align-items: center;
  margin-top: -2px;
}
.container .article .wz .num .num-center p[data-v-c4500d22] {
  color: #999999;
  font-size: 10px;
  font-size: 0.32rem;
}
.container .article .wz .num .num-right[data-v-c4500d22] {
  width: 56px;
  height: 24px;
  display: flex;
}
.container .article .wz .num .num-right[data-v-c4500d22] button {
  width: 56px;
  height: 100%;
  font-size: 12px;
  background: linear-gradient(to right, #048eea, #31aafb);
  color: #fff;
  border: none;
  border-radius: 50px;
}
.container .article .wz .names[data-v-c4500d22] {
  padding: 30px 0 0;
}
.container .article .wz .names .mz[data-v-c4500d22] {
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
}
.container .article .wz .names .work[data-v-c4500d22] {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #333;
  word-break: break-all;
  line-height: 28px;
  margin-top: 6px;
}
.container .article .wz .introduction[data-v-c4500d22] {
  padding: 38px 0 0;
}
.container .article .wz .introduction .hobby[data-v-c4500d22] {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  margin-bottom: 7px;
}
.container .article .wz .introduction .comment-flex[data-v-c4500d22] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}
.container .article .wz .introduction .comment-flex .comment-decorate[data-v-c4500d22] {
  width: 5px;
  height: 22px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
}
.container .article .wz .introduction .comment-flex .comment-writte[data-v-c4500d22] {
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  color: #333333;
  font-weight: 600;
}
.container .article .wz .introduction .intro[data-v-c4500d22] {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  word-break: break-all;
  white-space: pre-wrap;
  line-height: 28px;
}
.container .article .wz .introduction .honorable .time[data-v-c4500d22] {
  display: flex;
  font-size: 16px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.container .article .wz .introduction .honorable .time .time-left[data-v-c4500d22] {
  width: 120px;
}
.container .article .wz .introduction .honorable .mention[data-v-c4500d22] {
  border-bottom: 1px solid #eaeaea;
  display: flex;
  padding: 8px 0;
}
.container .article .wz .introduction .honorable .mention[data-v-c4500d22]:last-child {
  border-bottom: none;
}
.container .article .wz .introduction .honorable .mention .mention-left[data-v-c4500d22] {
  width: 120px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #777;
  line-height: 28px;
}
.container .article .wz .introduction .honorable .mention .mention-right[data-v-c4500d22] {
  flex: 1;
  color: #333;
  word-break: break-all;
  font-size: 14px;
  line-height: 28px;
}
.container .article .wz .introduction .direction[data-v-c4500d22] {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  word-break: break-all;
  white-space: pre-wrap;
  margin-bottom: 16px;
}
.container .article .wz .introduction .study[data-v-c4500d22] {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-bottom: 16px;
  word-break: break-all;
  white-space: pre-wrap;
}
.container .article .wz .introduction .study[data-v-c4500d22]:last-child {
  margin-bottom: 0;
}
.container .article .wz .person[data-v-c4500d22] {
  padding: 0 16px 0;
}
.container .article .wz .person .name[data-v-c4500d22] {
  display: flex;
  line-height: 28px;
  margin-bottom: 16px;
}
.container .article .wz .person .name[data-v-c4500d22]:last-child {
  margin-bottom: 0;
}
.container .article .wz .person .name span[data-v-c4500d22] {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  width: 75%;
  word-break: break-all;
  white-space: pre-wrap;
}
.container .article .wz .person .name .span1[data-v-c4500d22] {
  color: #777777;
  width: 25%;
}
.container .article .wz .person1[data-v-c4500d22] {
  background: #f8f8f8;
  border-radius: 8px;
  padding: 24px 20px;
}
.container .article .wz .person1 .name-basic .span1[data-v-c4500d22] {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC;
  color: #333333;
  font-weight: 600;
}
.container[data-v-69d4180a] {
  padding-bottom: 60px;
}
.container .expande[data-v-69d4180a] {
  height: auto;
}
.container .close[data-v-69d4180a] {
  height: 700px;
  overflow: hidden;
}
.container .article .wz[data-v-69d4180a] {
  position: relative;
}
.container .article .wz .content[data-v-69d4180a] {
  color: #333333;
  font-size: 14px;
  margin: 0 0 5px;
  text-align: justify;
  letter-spacing: 0.4px;
  line-height: 1.9;
  font-family: PingFang SC-Medium;
  word-wrap: break-word;
  word-break: break-all;
}
.container .article .wz .content[data-v-69d4180a] img {
  max-width: 100%;
}
.container .article .wz .expande-button[data-v-69d4180a] {
  margin: 0px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #29a9ff;
  font-size: 14px;
}
.container .article .wz .pic img[data-v-69d4180a] {
  width: 100%;
  height: 150px;
}
.container .article .wz .swiper[data-v-69d4180a] {
  position: relative;
  height: 234px;
  line-height: 234px;
}
.container .article .wz .swiper[data-v-69d4180a] .van-swipe {
  height: 234px;
}
.container .article .wz .swiper .custom-indicator[data-v-69d4180a] {
  position: absolute;
  right: 22px;
  bottom: 6px;
  padding: 2px 5px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  color: #fff;
  width: 48px;
  text-align: center;
  height: 21px;
  line-height: 15px;
}
.container .article .wz .swiper .imgs[data-v-69d4180a] {
  text-align: center;
  height: 234px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .article .wz .swiper .imgs img[data-v-69d4180a] {
  max-width: 100%;
  max-height: 100%;
}
.container .article .wz .num[data-v-69d4180a] {
  background-image: url("https://static-web.yaoweilai.com/app/img/bgname.png");
  background-size: 100% 68px;
  background-repeat: no-repeat;
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f8f8f8;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 10px;
}
.container .article .wz .num .num-left[data-v-69d4180a] {
  width: 40px;
  display: flex;
  align-items: center;
}
.container .article .wz .num .num-left img[data-v-69d4180a] {
  width: 40px;
  height: 40px;
  border-radius: 1.3333rem;
}
.container .article .wz .num .num-center[data-v-69d4180a] {
  width: 69%;
  line-height: 0.5333rem;
  margin-left: 5px;
}
.container .article .wz .num .num-center .bozhu[data-v-69d4180a] {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 5.8667rem;
  margin-top: 0.1333rem;
  color: #333333;
}
.container .article .wz .num .num-center p[data-v-69d4180a] {
  display: flex;
  align-items: center;
}
.container .article .wz .num .num-center p img[data-v-69d4180a] {
  width: 13px;
  height: 13px;
  margin-right: 3px;
  display: flex;
  align-items: center;
  margin-top: -2px;
}
.container .article .wz .num .num-center p[data-v-69d4180a] {
  color: #999999;
  font-size: 10px;
  font-size: 0.32rem;
}
.container .article .wz .num .num-right[data-v-69d4180a] {
  width: 56px;
  height: 24px;
  display: flex;
}
.container .article .wz .num .num-right[data-v-69d4180a] button {
  width: 56px;
  height: 100%;
  font-size: 12px;
  background: linear-gradient(to right, #048eea, #31aafb);
  color: #fff;
  border: none;
  border-radius: 50px;
}
.container .article .wz .names[data-v-69d4180a] {
  padding: 30px 0px 0;
}
.container .article .wz .names .mz[data-v-69d4180a] {
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
}
.container .article .wz .names .work[data-v-69d4180a] {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #333;
  word-break: break-all;
  line-height: 28px;
  margin-top: 6px;
}
.container .article .wz .introduction[data-v-69d4180a] {
  padding: 26px 0 0;
}
.container .article .wz .introduction .hobby[data-v-69d4180a] {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  margin-bottom: 7px;
}
.container .article .wz .introduction .comment-flex[data-v-69d4180a] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}
.container .article .wz .introduction .comment-flex .comment-decorate[data-v-69d4180a] {
  width: 5px;
  height: 22px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
}
.container .article .wz .introduction .comment-flex .comment-writte[data-v-69d4180a] {
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  color: #333333;
  font-weight: 600;
}
.container .article .wz .introduction .intro[data-v-69d4180a] {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  word-break: break-all;
  white-space: pre-wrap;
  line-height: 28px;
}
.container .article .wz .introduction .honorable .time[data-v-69d4180a] {
  display: flex;
  font-size: 16px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.container .article .wz .introduction .honorable .time .time-left[data-v-69d4180a] {
  width: 120px;
}
.container .article .wz .introduction .honorable .mention[data-v-69d4180a] {
  border-bottom: 1px solid #eaeaea;
  display: flex;
  padding: 8px 0;
}
.container .article .wz .introduction .honorable .mention[data-v-69d4180a]:last-child {
  border-bottom: none;
}
.container .article .wz .introduction .honorable .mention .mention-left[data-v-69d4180a] {
  width: 120px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #777;
  line-height: 28px;
}
.container .article .wz .introduction .honorable .mention .mention-right[data-v-69d4180a] {
  flex: 1;
  color: #333;
  word-break: break-all;
  font-size: 14px;
  line-height: 28px;
}
.container .article .wz .introduction .direction[data-v-69d4180a] {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  word-break: break-all;
  white-space: pre-wrap;
  margin-bottom: 16px;
}
.container .article .wz .introduction .study[data-v-69d4180a] {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-bottom: 16px;
  word-break: break-all;
  white-space: pre-wrap;
}
.container .article .wz .introduction .study[data-v-69d4180a]:last-child {
  margin-bottom: 0;
}
.container .article .wz .introduction .study .dates[data-v-69d4180a] {
  display: flex;
  align-items: center;
}
.container .article .wz .introduction .study .dates img[data-v-69d4180a] {
  width: 18px;
  height: 18px;
}
.container .article .wz .introduction .study .dates span[data-v-69d4180a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.container .article .wz .introduction .study .descripts[data-v-69d4180a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  border-left: 1px solid #333;
  padding-left: 12px;
  margin-top: 8px;
  margin-left: 9px;
}
.container .article .wz .introduction .teams[data-v-69d4180a] {
  display: flex;
  flex-wrap: wrap;
}
.container .article .wz .introduction .teams .reference[data-v-69d4180a] {
  width: 50%;
  text-align: center;
  margin-top: 38px;
}
.container .article .wz .introduction .teams .avtar[data-v-69d4180a] {
  height: 60px;
}
.container .article .wz .introduction .teams .avtar img[data-v-69d4180a] {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.container .article .wz .introduction .teams .names9[data-v-69d4180a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  height: 28px;
  margin-top: 7px;
}
.container .article .wz .introduction .teams .position[data-v-69d4180a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  height: 28px;
  margin-top: 2px;
}
.container .article .wz .introduction .teams .search[data-v-69d4180a] {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.container .article .wz .introduction .teams .search span[data-v-69d4180a] {
  width: 84px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .places[data-v-69d4180a] {
  padding: 16px 0 0;
}
.container .places .place-left[data-v-69d4180a] {
  background: #fafafa;
  border-radius: 4px 4px 4px 4px;
  padding: 11px 20px 14px 16px;
  margin-right: 14px;
  margin-bottom: 12px;
}
.container .places .place-left .moblies[data-v-69d4180a] {
  display: flex;
}
.container .places .place-left .moblies .moblies-left[data-v-69d4180a] {
  flex: 1;
}
.container .places .place-left .moblies .moblies-left .dizhi[data-v-69d4180a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.container .places .place-left .moblies .moblies-left .adress[data-v-69d4180a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 247px;
}
.container .places .place-left .moblies .moblies-center[data-v-69d4180a] {
  border-left: 1px solid #e9e9e9;
  padding-left: 27px;
}
.container .places .place-left .moblies .moblies-right[data-v-69d4180a] {
  display: flex;
  align-items: center;
  width: 22px;
}
.container .places .place-left .moblies .moblies-right img[data-v-69d4180a] {
  width: 22px;
  height: 22px;
}
@charset "UTF-8";
.containers[data-v-04310bbc] {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.containers[data-v-04310bbc]::-webkit-scrollbar {
  display: none;
}
.containers[data-v-04310bbc] {
  background-color: #fff;
}
.containers .kongMoblie[data-v-04310bbc] {
  background-color: #fff;
  padding-top: 80px;
}
.containers .kongMoblie .pic[data-v-04310bbc] {
  display: flex;
  justify-content: center;
}
.containers .kongMoblie .pic img[data-v-04310bbc] {
  width: 154px;
  height: 153px;
  padding-bottom: 28px;
}
.containers .kongMoblie .line[data-v-04310bbc] {
  height: 8px;
  background-color: #f8f8f9;
}
.containers .kongMoblie .foryou[data-v-04310bbc] {
  background-color: #fff;
  margin-top: 8px;
  padding-bottom: 121px;
}
.containers .kongMoblie .foryou .title[data-v-04310bbc] {
  padding: 16px 0 0 12px;
  font-size: 16px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #222222;
}
.containers .kongMoblie .foryou .videos[data-v-04310bbc] {
  display: flex;
  overflow-x: auto;
  overflow-x: scroll;
  padding: 10px 12px;
}
.containers .kongMoblie .foryou .videos .details[data-v-04310bbc] {
  width: 160px;
  height: 210px;
  background: #ffffff;
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.06);
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  flex-shrink: 0;
  margin-right: 13px;
}
.containers .kongMoblie .foryou .videos .details .logos img[data-v-04310bbc] {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-top: 21px;
}
.containers .kongMoblie .foryou .videos .details .name[data-v-04310bbc] {
  font-size: 14px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.containers .kongMoblie .foryou .videos .details .num[data-v-04310bbc] {
  font-size: 10px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
  margin-top: 3px;
}
.containers .kongMoblie .foryou .videos .details .num .dian[data-v-04310bbc] {
  margin: -5px 5px 0;
}
.containers .kongMoblie .foryou .videos .details .btn[data-v-04310bbc] {
  width: 88px;
  height: 28px;
  background: #078ae2;
  border-radius: 14px 14px 14px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
}
.containers .kongMoblie .foryou .videos .details .btn img[data-v-04310bbc] {
  width: 9px;
  height: 9px;
  margin-right: 4px;
}
.containers .kongMoblie .foryou .videos .details .btn span[data-v-04310bbc] {
  font-size: 13px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.containers .kongMoblie .foryou .videos[data-v-04310bbc]::-webkit-scrollbar {
  display: none;
}
.containers .kongMoblie .foryou .open-more[data-v-04310bbc] {
  margin: 36px 26px;
}
.containers .kongMoblie .foryou .open-more button[data-v-04310bbc] {
  border: 1px solid #078ae2;
  color: #078ae2;
  font-size: 13px;
  width: 100%;
  height: 38px;
  border-radius: 50px;
  background-color: #fff;
}
.containers .logo[data-v-04310bbc] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.containers .logo .left[data-v-04310bbc] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.containers .logo .left img[data-v-04310bbc] {
  width: 213px;
  height: 32px;
}
.containers .logo .right[data-v-04310bbc] {
  display: flex;
}
.containers .logo .right .llqbtn[data-v-04310bbc] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.containers .logo .right .llqbtn[data-v-04310bbc]:active {
  outline: none;
}
.containers .logo .right .llqbtn[data-v-04310bbc]:focus {
  outline: none;
}
.containers .top-bg[data-v-04310bbc] {
  position: relative;
  height: 120px;
  flex-shrink: 0;
}
.containers .top-bg .imgs[data-v-04310bbc] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 9;
}
.containers .top-bg .imgs img[data-v-04310bbc] {
  width: 100%;
  height: 120px;
}
.containers .top-bg .bggray[data-v-04310bbc] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
  z-index: 15;
}
.containers .top-bg .bggray img[data-v-04310bbc] {
  width: 100%;
  height: 100%;
}
.containers .infors[data-v-04310bbc] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  padding: 0px 14px 0 18px;
  z-index: 15;
}
.containers .infors .name[data-v-04310bbc] {
  display: flex;
  margin-top: 30px;
}
.containers .infors .name .name-left img[data-v-04310bbc] {
  width: 62px;
  height: 62px;
  border-radius: 50%;
}
.containers .infors .name .name-right[data-v-04310bbc] {
  margin-left: 12px;
  margin-top: 5px;
}
.containers .infors .name .name-right .mz[data-v-04310bbc] {
  font-size: 16px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #ffffff;
  margin-top: 7px;
  display: flex;
  align-items: center;
}
.containers .infors .name .name-right .mz span[data-v-04310bbc] {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
.containers .infors .name .name-right .mz .bshi[data-v-04310bbc] {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-top: 2px;
}
.containers .infors .name .name-right .departments[data-v-04310bbc] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.containers .infors .name .name-right .departments .line[data-v-04310bbc] {
  width: 2px;
  height: 12px;
  background-color: #fff;
  margin: 0 12px;
}
.containers .inforszan[data-v-04310bbc] {
  margin-top: -10px;
  padding: 12px 16px 0;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  z-index: 999;
}
.containers .inforszan .stonrcode[data-v-04310bbc] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #333333;
  line-height: 15px;
  margin-top: 4px;
}
.containers .inforszan .stonrcode span[data-v-04310bbc] {
  color: #078ae2;
}
.containers .inforszan .places[data-v-04310bbc] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.containers .inforszan .places .detail-left[data-v-04310bbc] {
  display: flex;
}
.containers .inforszan .places .detail-left .getzan[data-v-04310bbc] {
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #777;
  text-align: center;
  margin-right: 26px;
  display: flex;
  align-items: center;
}
.containers .inforszan .places .detail-left .getzan .likes[data-v-04310bbc] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333;
  margin-bottom: 2px;
  opacity: 1;
  margin-right: 2px;
  display: flex;
}
.containers .inforszan .places .detail-left .getzan .hzan[data-v-04310bbc] {
  opacity: 0.7;
}
.containers .inforszan .places-right[data-v-04310bbc] {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
  margin-bottom: 10px;
}
.containers .inforszan .places-right .private[data-v-04310bbc] {
  width: 62px;
  height: 30px;
  background: rgba(156, 156, 156, 0.12);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC Regular, PingFang SC Regular;
  font-weight: 400;
  font-size: 12px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers .inforszan .places-right .follow[data-v-04310bbc] {
  width: 74px;
  height: 30px;
  background: linear-gradient(88deg, #048eea 0%, #31aafb 100%);
  border-radius: 4px 4px 4px 4px;
  margin-left: 5px;
  color: #fff;
}
.containers .inforszan .companys[data-v-04310bbc] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #777;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  margin-top: 10px;
}
.containers .inforszan .companys .schools[data-v-04310bbc] {
  margin-bottom: 2px;
  font-size: 12px;
}
.containers .inforszan .companys .company-right[data-v-04310bbc] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #29a9ff;
}
.containers .inforszan .companys .down[data-v-04310bbc] {
  display: flex;
}
.containers .inforszan .companys .down i[data-v-04310bbc] {
  font-size: 16px;
  color: #999;
}
.containers .inforszan .ywl-company[data-v-04310bbc] {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  justify-content: space-between;
  margin-top: 10px;
}
.containers .inforszan .ywl-company .ywlleft[data-v-04310bbc] {
  display: flex;
  align-items: center;
}
.containers .inforszan .ywl-company img[data-v-04310bbc] {
  width: 13px;
  height: 13px;
  margin-right: 2px;
}
.containers .inforszan .ywl-company span[data-v-04310bbc] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777;
}
.containers .inforszan .ywl-company .down[data-v-04310bbc] {
  display: flex;
}
.containers .inforszan .ywl-company .down i[data-v-04310bbc] {
  font-size: 18px;
  color: #999;
}
.containers[data-v-04310bbc] .van-popup--center {
  top: 60px;
  left: 50%;
  width: 100%;
  height: 230px !important;
  display: flex;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 2500 !important;
}
.containers[data-v-04310bbc] .van-popup--center .mask {
  display: flex;
  justify-content: space-between;
  padding: 0 0px;
}
.containers[data-v-04310bbc] .van-popup--center .mask-img {
  z-index: 9;
}
.containers[data-v-04310bbc] .van-popup--center .mask-img img {
  width: 60px;
  margin-top: 70px;
  margin-left: 280px;
}
.containers[data-v-04310bbc] .van-popup--center .mask-text {
  position: absolute;
  color: #fff;
  top: 100px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 15px;
  margin-top: 100px;
  margin-left: 10px;
  z-index: 9;
}
.containers .bottoms[data-v-04310bbc] {
  padding: 10px 0;
  flex: 1;
  overflow: hidden;
  z-index: 19;
}
.containers .bottoms .textScroll[data-v-04310bbc] {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 16px 40px;
  padding-bottom: 80px;
  padding-top: 10px;
}
.containers .bottoms .textScroll[data-v-04310bbc]::-webkit-scrollbar {
  display: none;
}
.containers .bottoms .textScroll .intros .selectslist .consult[data-v-04310bbc] {
  margin-bottom: 40px;
}
.containers .bottoms .textScroll .intros .selectslist .consult .names[data-v-04310bbc] {
  display: flex;
  justify-content: space-between;
}
.containers .bottoms .textScroll .intros .selectslist .consult .names .names-left[data-v-04310bbc] {
  width: 38px;
  display: flex;
  align-items: center;
}
.containers .bottoms .textScroll .intros .selectslist .consult .names .names-left img[data-v-04310bbc] {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.containers .bottoms .textScroll .intros .selectslist .consult .names .names-right[data-v-04310bbc] {
  margin-left: 6px;
  flex: 1;
}
.containers .bottoms .textScroll .intros .selectslist .consult .names .names-right .userNames[data-v-04310bbc] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.containers .bottoms .textScroll .intros .selectslist .consult .names .names-right .times[data-v-04310bbc] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  line-height: 17px;
}
.containers .bottoms .textScroll .intros .selectslist .consult .names .names-center[data-v-04310bbc] {
  width: 14px;
  display: flex;
  align-items: flex-start;
}
.containers .bottoms .textScroll .intros .selectslist .consult .names .names-center img[data-v-04310bbc] {
  width: 14px;
  height: 8px;
  margin-top: 5px;
}
.containers .bottoms .textScroll .intros .selectslist .consult .titles[data-v-04310bbc] {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.containers .bottoms .textScroll .intros .selectslist .consult .titles .Identie[data-v-04310bbc] {
  width: 32px;
  height: 19px;
  background: rgba(85, 126, 250, 0.2);
  border-radius: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #557efa;
}
.containers .bottoms .textScroll .intros .selectslist .consult .titles .zx-title[data-v-04310bbc] {
  margin-left: 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  flex: 1;
  word-break: break-all;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.containers .bottoms .textScroll .intros .selectslist .consult .picture[data-v-04310bbc] {
  border-bottom: 1px solid #e4e7ed;
  padding-bottom: 10px;
  margin-top: 10px;
  display: flex;
}
.containers .bottoms .textScroll .intros .selectslist .consult .picture .mores[data-v-04310bbc] {
  display: flex;
}
.containers .bottoms .textScroll .intros .selectslist .consult .picture .mores img[data-v-04310bbc] {
  width: 113px;
  height: 87px;
  border-radius: 2px;
  margin-right: 3px;
}
.containers .bottoms .textScroll .intros .selectslist .consult .picture .ones[data-v-04310bbc] {
  width: 225px;
  height: 174px;
  border-radius: 2px;
}
.containers .bottoms .textScroll .intros .selectslist .consult .collect[data-v-04310bbc] {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.containers .bottoms .textScroll .intros .selectslist .consult .collect .sc[data-v-04310bbc] {
  display: flex;
  align-items: center;
}
.containers .bottoms .textScroll .intros .selectslist .consult .collect .sc .img[data-v-04310bbc] {
  display: flex;
  justify-content: center;
  margin-right: 5px;
}
.containers .bottoms .textScroll .intros .selectslist .consult .collect .sc .img img[data-v-04310bbc] {
  width: 20px;
  height: 20px;
}
.containers .bottoms .textScroll .intros .selectslist .consult .collect .sc .like[data-v-04310bbc] {
  font-size: 10px;
  font-family: San Francisco Display-Regular, San Francisco Display;
  font-weight: 400;
  color: #777;
  margin-top: 3px;
}
.containers .bottoms .textScroll .intros .selectslist .consult .collect .sc1[data-v-04310bbc] {
  margin-left: 8px;
}
.containers .bottoms .textScroll .intros .selectslist .video .imgs[data-v-04310bbc] {
  position: relative;
  margin-top: 11px;
  width: 343px;
  height: 190px;
}
.containers .bottoms .textScroll .intros .selectslist .video .imgs img[data-v-04310bbc] {
  width: 343px;
  height: 190px;
  border-radius: 2px;
}
.containers .bottoms .textScroll .intros .selectslist .video .imgs .fires[data-v-04310bbc] {
  position: absolute;
  top: 4px;
  left: 4px;
  display: flex;
  align-items: center;
}
.containers .bottoms .textScroll .intros .selectslist .video .imgs .fires img[data-v-04310bbc] {
  width: 10px;
  height: 11px;
}
.containers .bottoms .textScroll .intros .selectslist .video .imgs .fires span[data-v-04310bbc] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.containers .bottoms .textScroll .intros .selectslist .video .imgs .bfs[data-v-04310bbc] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.containers .bottoms .textScroll .intros .selectslist .video .imgs .bfs img[data-v-04310bbc] {
  width: 32px;
  height: 32px;
}
.containers .bottoms .textScroll .intros .selectslist .video .imgs .timelength[data-v-04310bbc] {
  position: absolute;
  bottom: 6px;
  right: 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
}
.containers .bottoms .textScroll .intros .selectslist .video .imgs .views[data-v-04310bbc] {
  position: absolute;
  bottom: 6px;
  left: 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
}
.containers .bottoms .textScroll .intros .selectslist .live .imgs[data-v-04310bbc] {
  position: relative;
  margin-top: 11px;
  width: 343px;
  height: 190px;
}
.containers .bottoms .textScroll .intros .selectslist .live .imgs img[data-v-04310bbc] {
  width: 343px;
  height: 190px;
  border-radius: 2px;
}
.containers .bottoms .textScroll .intros .selectslist .live .imgs .fires[data-v-04310bbc] {
  position: absolute;
  top: 4px;
  left: 4px;
  display: flex;
  align-items: center;
}
.containers .bottoms .textScroll .intros .selectslist .live .imgs .fires img[data-v-04310bbc] {
  width: 10px;
  height: 11px;
}
.containers .bottoms .textScroll .intros .selectslist .live .imgs .fires span[data-v-04310bbc] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.containers .bottoms .textScroll .intros .selectslist .live .imgs .livehf[data-v-04310bbc] {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 38px;
  height: 18px;
}
.containers .bottoms .textScroll .intros .selectslist .live .imgs .livehf img[data-v-04310bbc] {
  width: 38px;
  height: 18px;
  display: flex;
}
.containers .bottoms .textScroll .intros .selectslist .live .imgs .livenow[data-v-04310bbc] {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 43px;
  height: 15px;
}
.containers .bottoms .textScroll .intros .selectslist .live .imgs .livenow img[data-v-04310bbc] {
  width: 43px;
  height: 15px;
  display: flex;
}
.containers .bottoms .textScroll .intros .selectslist .live .imgs .bfs[data-v-04310bbc] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.containers .bottoms .textScroll .intros .selectslist .live .imgs .bfs img[data-v-04310bbc] {
  width: 28px;
  height: 32px;
}
.containers .bottoms .textScroll .intros .selectslist .live .imgs .timelength[data-v-04310bbc] {
  position: absolute;
  bottom: 6px;
  right: 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
}
.containers .bottoms .textScroll .intros .selectslist .meeting .imgs[data-v-04310bbc] {
  position: relative;
  margin-top: 11px;
}
.containers .bottoms .textScroll .intros .selectslist .meeting .imgs img[data-v-04310bbc] {
  width: 343px;
  height: 190px;
  border-radius: 2px;
}
.containers .bottoms .textScroll .intros .selectslist .meeting .imgs .fires[data-v-04310bbc] {
  position: absolute;
  top: 4px;
  left: 4px;
  display: flex;
  align-items: center;
}
.containers .bottoms .textScroll .intros .selectslist .meeting .imgs .fires img[data-v-04310bbc] {
  width: 10px;
  height: 11px;
}
.containers .bottoms .textScroll .intros .selectslist .meeting .imgs .fires span[data-v-04310bbc] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.containers .bottoms .textScroll .intros .selectslist .meeting .places[data-v-04310bbc] {
  margin-top: 11px;
}
.containers .bottoms .textScroll .intros .selectslist .meeting .places .places-left[data-v-04310bbc] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.containers .bottoms .textScroll .zan[data-v-04310bbc] {
  color: #999999;
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
}
.containers .bottoms .textScroll .zan .pic img[data-v-04310bbc] {
  width: 145px;
  height: 155px;
  margin-bottom: 10px;
}
.containers .bottoms .textScroll1[data-v-04310bbc] {
  margin: 0 0 40px;
  padding-top: 0;
}
.containers .bottoms .textScroll1 .trades .itemlists .nums[data-v-04310bbc] {
  display: flex;
  align-items: flex-start;
  padding: 12px;
  border-bottom: 1px solid #f6f7fb;
}
.containers .bottoms .textScroll1 .trades .itemlists .nums .nums-left[data-v-04310bbc] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  margin-top: 1px;
}
.containers .bottoms .textScroll1 .trades .itemlists .nums .nums-left span[data-v-04310bbc] {
  display: inline-block;
  text-align: center;
  width: 16px;
  height: 16px;
  background: #29a9ff;
  border-radius: 50%;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.containers .bottoms .textScroll1 .trades .itemlists .nums .nums-right[data-v-04310bbc] {
  flex: 1;
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.containers .bottoms .textScroll1 .trades .itemlists .nums .nums-right .hot-title[data-v-04310bbc] {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.containers .bottoms .textScroll1 .trades .itemlists .nums .nums-right .hot-title .coapeate[data-v-04310bbc] {
  background-color: #dff2ff;
  width: 32px;
  height: 16px;
  line-height: 16px;
  padding: 0 4px;
  margin-right: 8px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #29a9ff;
  border-radius: 1px;
}
.containers .bottoms .textScroll1 .trades .itemlists .nums .nums-right .hot-title .namees[data-v-04310bbc] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
.containers .bottoms .textScroll1 .trades .itemlists .nums .nums-right .hot-title .lines[data-v-04310bbc] {
  margin: 0 8px;
}
.containers .bottoms .textScroll1 .trades .itemlists .nums .nums-right .hot-title .titles[data-v-04310bbc] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.containers .bottoms .textScroll1 .trades .itemlists .nums .nums-right .hot-author[data-v-04310bbc] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  margin-top: 4px;
}
.containers .bottoms .textScroll1 .trades .itemlists .nums .nums-right .hot-author .lines[data-v-04310bbc] {
  margin: 0 4px;
}
.containers .bottoms .allitems[data-v-04310bbc] {
  margin: 10px 16px;
  display: flex;
  justify-content: space-between;
}
.containers .bottoms .allitems .allitems-left[data-v-04310bbc] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
}
.containers .bottoms .allitems .allitems-right[data-v-04310bbc] {
  display: flex;
  align-items: center;
}
.containers .bottoms .allitems .allitems-right img[data-v-04310bbc] {
  width: 12px;
  height: 13px;
  margin-right: 5px;
  margin-top: 2px;
}
.containers .bottoms .allitems .allitems-right span[data-v-04310bbc] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #29a9ff;
}
.containers .bottoms[data-v-04310bbc] .van-tabs,
.containers .bottoms[data-v-04310bbc] .van-tabs__content,
.containers .bottoms[data-v-04310bbc] .van-tab__pane {
  height: 100%;
}
.containers .bottoms[data-v-04310bbc] .van-tab {
  font-size: 14px;
}
.containers .bottoms[data-v-04310bbc] .van-tab--active {
  font-size: 16px;
}
.containers .bottoms[data-v-04310bbc] .menu-tabs .van-tabs__line {
  background-color: #4dd1ff; /* 线条颜色 */
  width: 20px; /*宽度 */
  height: 4px; /* 高度 */
  border-radius: 40px; /* 圆角 */
}
.containers .bottoms[data-v-04310bbc] .van-tabs__wrap {
  margin-top: -10px;
  border-bottom: 1px solid #f8f8f9;
}
.containers .bottoms[data-v-04310bbc] .van-tabs__nav {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  background-color: #fff;
}
.containers .more[data-v-04310bbc] {
  text-align: center;
  margin-bottom: 10px;
  color: #2f71ff;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
}
.kongs[data-v-04310bbc] {
  background-color: #f5f5f5;
  height: 10px;
}
.openapp[data-v-04310bbc] {
  position: fixed;
  bottom: 28px;
  left: 50%;
  text-align: center;
  z-index: 99;
  transform: translateX(-50%);
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #078ae2;
  border-radius: 20px;
}
.openapp .now[data-v-04310bbc] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.openapp img[data-v-04310bbc] {
  width: 20px;
  height: 20px;
}
.openapp span[data-v-04310bbc] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
.zan[data-v-04310bbc] {
  color: #999999;
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
}
.zan .pic img[data-v-04310bbc] {
  width: 145px;
  height: 155px;
  margin-bottom: 10px;
}
.shoplist[data-v-04310bbc] {
  background: #f3f7fa;
  border-radius: 4px 4px 4px 4px;
  margin: 18px 16px;
  padding: 12px;
}
.shoplist .itemlist .itemlist-left[data-v-04310bbc] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shoplist .itemlist .itemlist-left .names-left .names[data-v-04310bbc] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #172d42;
  line-height: 27px;
}
.shoplist .itemlist .itemlist-left .names-left .mores[data-v-04310bbc] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #344453;
}
.shoplist .itemlist .itemlist-left .joins[data-v-04310bbc] {
  width: 64px;
  height: 26px;
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  text-align: center;
  margin-top: 16px;
}
.shoplist .itemlist .itemlist-right[data-v-04310bbc] {
  display: flex;
  margin-top: 6px;
}
.shoplist .itemlist .itemlist-right .items[data-v-04310bbc] {
  margin-right: 4px;
}
.shoplist .itemlist .itemlist-right .items[data-v-04310bbc]:nth-child(4n) {
  margin-right: 0;
}
.shoplist .itemlist .itemlist-right .items .imges[data-v-04310bbc] {
  position: relative;
  width: 77px;
  height: 77px;
}
.shoplist .itemlist .itemlist-right .items .imges img[data-v-04310bbc] {
  width: 77px;
  height: 77px;
  border-radius: 4px 4px 4px 4px;
}
.shoplist .itemlist .itemlist-right .items .imges span[data-v-04310bbc] {
  position: absolute;
  left: 4px;
  bottom: 4px;
  padding: 1px 4px;
  font-size: 10px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.fileInfo .items img[data-v-04310bbc] {
  width: 100%;
}
@charset "UTF-8";
.show[data-v-168c362f] {
  top: 0; /* 显示在页面顶部 */
}
.container-bg-size1[data-v-168c362f] {
  background-color: #f9f9f9;
}
.pc-all .min-width[data-v-168c362f] {
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
}
.pc-all .min-width .bg-top[data-v-168c362f] {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 24px;
}
.pc-all .min-width .bg-top .names .mz[data-v-168c362f] {
  font-size: 36px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333;
  margin-bottom: 18px;
}
.pc-all .min-width .bg-top .names .work[data-v-168c362f] {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 24px;
}
.pc-all .min-width .bg-top .boxs[data-v-168c362f] {
  width: 100%;
  padding-left: 20px;
}
.pc-all .min-width .bg-top .boxs .swiper-container[data-v-168c362f] {
  overflow: hidden;
}
.pc-all .min-width .bg-top .boxs .swiper-container .swiper-wrapper[data-v-168c362f] {
  margin-top: 10px;
}
.pc-all .min-width .bg-top .boxs .swiper-container .swiper-wrapper .swiper-slide .imgs[data-v-168c362f] {
  background-color: #fff;
  height: 104px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc-all .min-width .bg-top .boxs .swiper-container .swiper-wrapper .swiper-slide .imgs img[data-v-168c362f] {
  max-width: 100%;
  max-height: 100%;
}
.pc-all .min-width .bg-top .boxs .swiper-container .swiper-wrapper .swiper-slide .first-slide[data-v-168c362f] {
  background-color: transparent;
}
.pc-all .min-width .bg-top .boxs .swiper-container .swiper-wrapper .swiper-slide .first-slide img[data-v-168c362f] {
  max-width: 100%;
  max-height: 100%;
}
.pc-all .min-width .bg-top .boxs .swiper-button-prev[data-v-168c362f] {
  top: 43%;
  left: -50px;
}
.pc-all .min-width .bg-top .boxs .swiper-button-prev[data-v-168c362f]::after {
  width: 24px !important;
  height: 24px !important;
  font-size: 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.pc-all .min-width .bg-top .boxs .swiper-button-next[data-v-168c362f] {
  right: -60px;
  top: 43%;
}
.pc-all .min-width .bg-top .boxs .swiper-button-next[data-v-168c362f]::after {
  width: 24px !important;
  height: 24px !important;
  font-size: 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.pc-all .content[data-v-168c362f] {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.pc-all .content .buju[data-v-168c362f] {
  display: flex;
  padding: 0px 24px 40px;
}
.pc-all .content .buju .bj-left[data-v-168c362f] {
  width: 100%;
}
.pc-all .content .buju .bj-left .article[data-v-168c362f] {
  width: 100%;
  position: relative;
}
.pc-all .content .buju .bj-left .article #fixed-element[data-v-168c362f] {
  position: fixed;
  bottom: 50px; /* 初始时隐藏在页面顶部 */
  right: 25%;
  transition: top 0.3s ease; /* 添加过渡效果，使显示/隐藏平滑 */
}
.pc-all .content .buju .bj-left .article .list-name .zhiding[data-v-168c362f] {
  display: flex;
  align-items: flex-end;
  margin-top: 50px;
  margin-left: 50px;
}
.pc-all .content .buju .bj-left .article .list-name .zhiding img[data-v-168c362f] {
  width: 72px;
  height: 72px;
}
.pc-all .content .buju .bj-left .article .list-name .typename .type[data-v-168c362f] {
  display: flex;
}
.pc-all .content .buju .bj-left .article .list-name .typename .type .type-left[data-v-168c362f] {
  width: 1px;
  background-color: #cdcdcd; /* 左侧线的颜色 */
}
.pc-all .content .buju .bj-left .article .list-name .typename .type .type-right[data-v-168c362f] {
  flex: 1;
}
.pc-all .content .buju .bj-left .article .list-name .typename .type .type-right .tublist_item[data-v-168c362f] {
  font-weight: bold;
  color: #0088e3;
  padding: 0 0 20px 28px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  line-height: 1.1;
  position: relative;
}
.pc-all .content .buju .bj-left .article .list-name .typename .type .type-right .tublist_item span[data-v-168c362f] {
  position: absolute;
  z-index: 2;
  top: -2px;
  left: 2px;
  height: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-left: 9px solid #5e94fa;
  border-bottom: 10px solid transparent;
  border-right: 0;
  cursor: pointer;
}
.pc-all .content .buju .bj-left .article .list-name .typename .type .type-right .tublist_item[data-v-168c362f]:hover {
  cursor: pointer;
}
.pc-all .content .buju .bj-left .article .list-name .typename .type .type-right .tublist_next_item[data-v-168c362f] {
  padding: 0 0 20px 28px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #777777;
  line-height: 1.1;
}
.pc-all .content .buju .bj-left .article .list-name .typename .type .type-right .tublist_next_item a[data-v-168c362f] {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #777777;
}
.pc-all .content .buju .bj-left .article .list-name .typename .type .type-right .tublist_next_item[data-v-168c362f]:hover {
  cursor: pointer;
}
.pc-all .content .buju .bj-left .article .expande[data-v-168c362f] {
  height: auto;
}
.pc-all .content .buju .bj-left .article .close[data-v-168c362f] {
  height: 600px;
  overflow: hidden;
}
.pc-all .content .buju .bj-left .article .introductions[data-v-168c362f] {
  margin-top: 20px;
}
.pc-all .content .buju .bj-left .article .introductions .intro[data-v-168c362f] {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  word-break: break-all;
  white-space: pre-wrap;
  line-height: 24px;
}
.pc-all .content .buju .bj-left .article .introductions .places[data-v-168c362f] {
  display: flex;
  margin-bottom: 32px;
}
.pc-all .content .buju .bj-left .article .introductions .places .place-left[data-v-168c362f] {
  width: 300px;
  background: #fafafa;
  border-radius: 4px 4px 4px 4px;
  padding: 11px 24px 14px 16px;
  margin-right: 14px;
}
.pc-all .content .buju .bj-left .article .introductions .places .place-left .moblies[data-v-168c362f] {
  display: flex;
}
.pc-all .content .buju .bj-left .article .introductions .places .place-left .moblies .moblies-left[data-v-168c362f] {
  flex: 1;
}
.pc-all .content .buju .bj-left .article .introductions .places .place-left .moblies .moblies-left .dizhi[data-v-168c362f] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.pc-all .content .buju .bj-left .article .introductions .places .place-left .moblies .moblies-left .adress[data-v-168c362f] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
}
.pc-all .content .buju .bj-left .article .introductions .places .place-left .moblies .moblies-right[data-v-168c362f] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #e9e9e9;
  padding-left: 27px;
}
.pc-all .content .buju .bj-left .article .introductions .places .place-left .moblies .moblies-right img[data-v-168c362f] {
  width: 22px;
  height: 22px;
}
.pc-all .content .buju .bj-left .article .one-information .comment-flex[data-v-168c362f] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  margin-top: 40px;
}
.pc-all .content .buju .bj-left .article .one-information .comment-flex .comment-decorate[data-v-168c362f] {
  width: 5px;
  height: 37px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
}
.pc-all .content .buju .bj-left .article .one-information .comment-flex .comment-writte[data-v-168c362f] {
  font-size: 26px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.pc-all .content .buju .bj-left .article .one-information .hobby[data-v-168c362f] {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  margin: 20px 0 10px;
}
.pc-all .content .buju .bj-left .article .one-information .infors .sex[data-v-168c362f] {
  border-bottom: 1px dashed #cdcdcd;
  display: flex;
  padding: 8px 16px;
}
.pc-all .content .buju .bj-left .article .one-information .infors .sex .sex-left[data-v-168c362f] {
  display: flex;
  width: 400px;
  word-break: break-all;
}
.pc-all .content .buju .bj-left .article .one-information .infors .sex .sex-left span[data-v-168c362f] {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.pc-all .content .buju .bj-left .article .one-information .infors .sex .sex-left .span1[data-v-168c362f] {
  color: #777777;
  width: 60px;
  margin-right: 10px;
}
.pc-all .content .buju .bj-left .article .one-information .infors .sex .sex-left .span2[data-v-168c362f] {
  flex: 1;
}
.pc-all .content .buju .bj-left .article .one-information .infors .sex .sex-right[data-v-168c362f] {
  margin-right: 100px;
}
.pc-all .content .buju .bj-left .article .one-information .direction[data-v-168c362f] {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  word-break: break-all;
  white-space: pre-wrap;
  line-height: 24px;
}
.pc-all .content .buju .bj-left .article .one-information .direction .reference[data-v-168c362f] {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 24px;
  word-break: break-all;
  margin-bottom: 16px;
}
.pc-all .content .buju .bj-left .article .one-information .teams[data-v-168c362f] {
  display: flex;
  flex-wrap: wrap;
}
.pc-all .content .buju .bj-left .article .one-information .directions[data-v-168c362f] {
  width: 184px;
  height: 179px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 38px;
}
.pc-all .content .buju .bj-left .article .one-information .directions .reference .avtar[data-v-168c362f] {
  height: 60px;
}
.pc-all .content .buju .bj-left .article .one-information .directions .reference .avtar img[data-v-168c362f] {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.pc-all .content .buju .bj-left .article .one-information .directions .reference .names[data-v-168c362f] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  height: 28px;
  margin-top: 7px;
}
.pc-all .content .buju .bj-left .article .one-information .directions .reference .position[data-v-168c362f] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  height: 28px;
  margin-top: 2px;
}
.pc-all .content .buju .bj-left .article .one-information .directions .reference .search[data-v-168c362f] {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.pc-all .content .buju .bj-left .article .one-information .directions .reference .search span[data-v-168c362f] {
  width: 84px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-all .content .buju .bj-left .article .one-information .honorable .time[data-v-168c362f] {
  display: flex;
  font-size: 14px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.pc-all .content .buju .bj-left .article .one-information .honorable .time .time-left[data-v-168c362f] {
  width: 150px;
}
.pc-all .content .buju .bj-left .article .one-information .honorable .mention[data-v-168c362f] {
  border-bottom: 1px dashed #cdcdcd;
  display: flex;
  padding: 8px 0;
}
.pc-all .content .buju .bj-left .article .one-information .honorable .mention .mention-left[data-v-168c362f] {
  width: 150px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #777777;
  line-height: 24px;
}
.pc-all .content .buju .bj-left .article .one-information .honorable .mention .mention-right[data-v-168c362f] {
  flex: 1;
  line-height: 24px;
  color: #333333;
  word-break: break-all;
  font-size: 14px;
}
.pc-all .content .buju .personal-right[data-v-168c362f] {
  width: 267px;
  margin-left: 24px;
}
.pc-all .content .buju .personal-right .ewcode[data-v-168c362f] {
  width: 267px;
  height: 123px;
}
.pc-all .content .buju .personal-right .ewcode .bg-img[data-v-168c362f] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 267px;
  height: 123px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .content .buju .personal-right .ewcode .bg-img .erweima[data-v-168c362f] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 21px 0 21px;
}
.pc-all .content .buju .personal-right .ewcode .bg-img .erweima .ewm-left[data-v-168c362f] {
  padding-top: 30px;
}
.pc-all .content .buju .personal-right .ewcode .bg-img .erweima .ewm-left .populay img[data-v-168c362f] {
  width: 120px;
  height: 27px;
}
.pc-all .content .buju .personal-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-168c362f]:after {
  content: "";
  display: block;
  width: 63px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
}
.pc-all .content .buju .personal-right .ewcode .bg-img .erweima .ewm-left .download[data-v-168c362f] {
  margin-top: 14px;
}
.pc-all .content .buju .personal-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-168c362f] {
  width: 126px;
  height: 18px;
}
.pc-all .content .buju .personal-right .ewcode .bg-img .erweima .ewm-right[data-v-168c362f] {
  background-color: #fff;
  width: 75px;
  height: 75px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 5px;
  margin-top: 24px;
}
.pc-all .content .buju .personal-right .ewcode .bg-img .erweima .ewm-right img[data-v-168c362f] {
  width: 64px;
  height: 64px;
}
.pc-all .content .buju .personal-right .recommended[data-v-168c362f] {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-top: 12px;
  position: relative;
  margin-bottom: 24px;
}
.pc-all .content .buju .personal-right .recommended .line[data-v-168c362f] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .content .buju .personal-right .recommended .bj[data-v-168c362f] {
  padding: 20px 10px 0;
}
.pc-all .content .buju .personal-right .recommended .personal-bg[data-v-168c362f] {
  display: flex;
  align-items: center;
  margin: 0 4px 0 8px;
}
.pc-all .content .buju .personal-right .recommended .personal-bg .bt-img[data-v-168c362f] {
  width: 40px;
}
.pc-all .content .buju .personal-right .recommended .personal-bg .bt-img img[data-v-168c362f] {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.pc-all .content .buju .personal-right .recommended .personal-bg .right-name[data-v-168c362f] {
  flex: 1;
  margin-left: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
}
.pc-all .content .buju .personal-right .recommended .personal-bg .right-btn[data-v-168c362f] {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 60px;
}
.pc-all .content .buju .personal-right .recommended .personal-bg .right-btn .btn-ys[data-v-168c362f] {
  width: 60px;
  height: 25px;
  background-color: #f3faff;
  border: 1px solid #048eea;
  font-size: 12px;
  border-radius: 5px;
  line-height: 23px;
  cursor: pointer;
  color: #048eea;
}
.pc-all .content .buju .personal-right .recommended .personal-bg .right-btn .btn-sx[data-v-168c362f] {
  background-color: #f2f4f9;
  color: #333333;
}
.pc-all .content .buju .personal-right .recommended .el-divider--horizontal[data-v-168c362f] {
  margin: 12px 0 !important;
}
.pc-all .content .buju .personal-right .recommended .right-detail[data-v-168c362f] {
  display: flex;
  margin: 16px 4px 12px 8px;
}
.pc-all .content .buju .personal-right .recommended .right-detail .right-zi[data-v-168c362f] {
  font-size: 12px;
  color: #999999;
  margin-right: 33px;
}
.pc-all .content .buju .personal-right .recommended .comment-flex[data-v-168c362f] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 22px;
}
.pc-all .content .buju .personal-right .recommended .comment-flex .comment-decorate[data-v-168c362f] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 10px;
  border-radius: 10px;
}
.pc-all .content .buju .personal-right .recommended .comment-flex .comment-writte[data-v-168c362f] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .content .buju .personal-right .recommended .follow[data-v-168c362f] {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 25px 22px;
}
.pc-all .content .buju .personal-right .recommended .follow .all[data-v-168c362f] {
  width: 33.3%;
  text-align: center;
}
.pc-all .content .buju .personal-right .recommended .follow .all .infor[data-v-168c362f] {
  margin-bottom: 18px;
}
.pc-all .content .buju .personal-right .recommended .follow .all .infor img[data-v-168c362f] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.pc-all .content .buju .personal-right .recommended .follow .all .infor div[data-v-168c362f] {
  margin-top: 5px;
  color: #757575;
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
}
.pc-all .content .expande-button-wrap .kong[data-v-168c362f] {
  height: 20px;
  background-color: #f9f9f9;
}
.pc-all .content .expande-button-wrap .kong1[data-v-168c362f] {
  height: 36px;
  background-color: #f9f9f9;
}
.pc-all .content .expande-button-wrap .openapp[data-v-168c362f] {
  font-size: 14px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #078ae2;
  margin-top: 10px;
  margin-bottom: 16px;
}
.pc-all .content .expande-button-wrap .expande-button[data-v-168c362f] {
  background-color: #fff;
  height: 52px;
  width: 100%;
}
.pc-all .content .expande-button-wrap .expande-button .more[data-v-168c362f] {
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-color: #fff;
  color: #333;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #aaaaaa;
  font-size: 12px;
  margin: 16px 24px 0;
}
.pc-all .dialog-cute[data-v-168c362f] {
  display: flex;
  justify-content: center;
  text-align: center;
  height: 450px;
  overflow-y: scroll;
}
.pc-all .dialog-cute[data-v-168c362f]::-webkit-scrollbar {
  width: 0px;
}
.pc-all .dialog-cute .closes[data-v-168c362f] .el-icon-close {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 18px;
}
.pc-all .dialog-cute .reference .avtar[data-v-168c362f] {
  height: 70px;
}
.pc-all .dialog-cute .reference .avtar img[data-v-168c362f] {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.pc-all .dialog-cute .reference .names[data-v-168c362f] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  height: 28px;
  margin-top: 8px;
}
.pc-all .dialog-cute .reference .position[data-v-168c362f] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  height: 28px;
  margin-top: 4px;
}
.pc-all .dialog-cute .reference .position1[data-v-168c362f] {
  text-align: left;
  margin-top: 11px;
}
@charset "UTF-8";
.show[data-v-802b405a] {
  top: 0; /* 显示在页面顶部 */
}
.container-bg-size1[data-v-802b405a] {
  background-color: #f9f9f9;
}
.pc-all .pulldown[data-v-802b405a] {
  width: 113px;
  height: 33px;
  background: #f5f5f5;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.pc-all .pulldown span[data-v-802b405a] {
  margin-right: 6px;
}
.pc-all .min-width[data-v-802b405a] {
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  width: 100%;
}
.pc-all .min-width .bg-top[data-v-802b405a] {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 24px;
}
.pc-all .min-width .bg-top .names[data-v-802b405a] {
  padding-top: 0px;
}
.pc-all .min-width .bg-top .names .mz[data-v-802b405a] {
  font-size: 36px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333;
  margin-bottom: 18px;
}
.pc-all .min-width .bg-top .names .work[data-v-802b405a] {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 24px;
}
.pc-all .min-width .bg-top .boxs[data-v-802b405a] {
  width: 100%;
  padding-left: 20px;
}
.pc-all .min-width .bg-top .boxs .swiper-container[data-v-802b405a] {
  overflow: hidden;
}
.pc-all .min-width .bg-top .boxs .swiper-container .swiper-wrapper[data-v-802b405a] {
  margin-top: 10px;
}
.pc-all .min-width .bg-top .boxs .swiper-container .swiper-wrapper .swiper-slide .imgs[data-v-802b405a] {
  background-color: #fff;
  border-radius: 12px;
  height: 209px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc-all .min-width .bg-top .boxs .swiper-container .swiper-wrapper .swiper-slide .imgs img[data-v-802b405a] {
  max-width: 100%;
  max-height: 100%;
  border-radius: 12px;
}
.pc-all .min-width .bg-top .boxs .swiper-container .swiper-wrapper .swiper-slide .first-slide[data-v-802b405a] {
  background-color: transparent;
}
.pc-all .min-width .bg-top .boxs .swiper-container .swiper-wrapper .swiper-slide .first-slide img[data-v-802b405a] {
  max-width: 100%;
  max-height: 100%;
  border-radius: 12px;
}
.pc-all .min-width .bg-top .boxs .swiper-button-prev[data-v-802b405a] {
  top: 30%;
  left: -50px;
}
.pc-all .min-width .bg-top .boxs .swiper-button-prev[data-v-802b405a]::after {
  width: 24px !important;
  height: 24px !important;
  font-size: 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.pc-all .min-width .bg-top .boxs .swiper-button-next[data-v-802b405a] {
  right: -60px;
  top: 30%;
}
.pc-all .min-width .bg-top .boxs .swiper-button-next[data-v-802b405a]::after {
  width: 24px !important;
  height: 24px !important;
  font-size: 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.pc-all .content[data-v-802b405a] {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.pc-all .content .buju[data-v-802b405a] {
  display: flex;
  padding: 0px 24px 40px;
}
.pc-all .content .buju .bj-left[data-v-802b405a] {
  width: 100%;
}
.pc-all .content .buju .bj-left .article[data-v-802b405a] {
  width: 100%;
  position: relative;
}
.pc-all .content .buju .bj-left .article #fixed-element[data-v-802b405a] {
  position: fixed;
  bottom: 50px; /* 初始时隐藏在页面顶部 */
  right: 25%;
  transition: top 0.3s ease; /* 添加过渡效果，使显示/隐藏平滑 */
}
.pc-all .content .buju .bj-left .article .list-name .zhiding[data-v-802b405a] {
  display: flex;
  align-items: flex-end;
  margin-top: 50px;
  margin-left: 50px;
}
.pc-all .content .buju .bj-left .article .list-name .zhiding img[data-v-802b405a] {
  width: 72px;
  height: 72px;
}
.pc-all .content .buju .bj-left .article .list-name .typename .type[data-v-802b405a] {
  display: flex;
}
.pc-all .content .buju .bj-left .article .list-name .typename .type .type-left[data-v-802b405a] {
  width: 1px;
  background-color: #cdcdcd; /* 左侧线的颜色 */
}
.pc-all .content .buju .bj-left .article .list-name .typename .type .type-right[data-v-802b405a] {
  flex: 1;
}
.pc-all .content .buju .bj-left .article .list-name .typename .type .type-right .tublist_item[data-v-802b405a] {
  font-weight: bold;
  color: #0088e3;
  padding: 0 0 20px 28px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  line-height: 1.1;
  position: relative;
}
.pc-all .content .buju .bj-left .article .list-name .typename .type .type-right .tublist_item span[data-v-802b405a] {
  position: absolute;
  z-index: 2;
  top: -2px;
  left: 2px;
  height: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-left: 9px solid #5e94fa;
  border-bottom: 10px solid transparent;
  border-right: 0;
  cursor: pointer;
}
.pc-all .content .buju .bj-left .article .list-name .typename .type .type-right .tublist_item[data-v-802b405a]:hover {
  cursor: pointer;
}
.pc-all .content .buju .bj-left .article .list-name .typename .type .type-right .tublist_next_item[data-v-802b405a] {
  padding: 0 0 20px 28px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #777777;
  line-height: 1.1;
}
.pc-all .content .buju .bj-left .article .list-name .typename .type .type-right .tublist_next_item a[data-v-802b405a] {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #777777;
}
.pc-all .content .buju .bj-left .article .list-name .typename .type .type-right .tublist_next_item[data-v-802b405a]:hover {
  cursor: pointer;
}
.pc-all .content .buju .bj-left .article .expande[data-v-802b405a] {
  height: auto;
}
.pc-all .content .buju .bj-left .article .close[data-v-802b405a] {
  height: 600px;
  overflow: hidden;
}
.pc-all .content .buju .bj-left .article .introductions .intro[data-v-802b405a] {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  word-break: break-all;
  white-space: pre-wrap;
  line-height: 24px;
}
.pc-all .content .buju .bj-left .article .introductions .person[data-v-802b405a] {
  margin-top: 24px;
}
.pc-all .content .buju .bj-left .article .introductions .person .name[data-v-802b405a] {
  display: flex;
  margin-bottom: 3px;
  line-height: 32px;
}
.pc-all .content .buju .bj-left .article .introductions .person .name span[data-v-802b405a] {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.pc-all .content .buju .bj-left .article .introductions .person .name .span1[data-v-802b405a] {
  color: #777777;
  width: 62px;
  margin-right: 30px;
}
.pc-all .content .buju .bj-left .article .introductions .person .name .span2[data-v-802b405a] {
  flex: 1;
  word-break: break-all;
}
.pc-all .content .buju .bj-left .article .one-information .comment-flex[data-v-802b405a] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  margin-top: 40px;
}
.pc-all .content .buju .bj-left .article .one-information .comment-flex .comment-decorate[data-v-802b405a] {
  width: 5px;
  height: 37px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
}
.pc-all .content .buju .bj-left .article .one-information .comment-flex .comment-writte[data-v-802b405a] {
  font-size: 26px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.pc-all .content .buju .bj-left .article .one-information .hobby[data-v-802b405a] {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  margin: 20px 0 10px;
}
.pc-all .content .buju .bj-left .article .one-information .infors .sex[data-v-802b405a] {
  border-bottom: 1px dashed #cdcdcd;
  display: flex;
  padding: 8px 16px;
}
.pc-all .content .buju .bj-left .article .one-information .infors .sex .sex-left[data-v-802b405a] {
  display: flex;
  width: 400px;
  word-break: break-all;
}
.pc-all .content .buju .bj-left .article .one-information .infors .sex .sex-left span[data-v-802b405a] {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.pc-all .content .buju .bj-left .article .one-information .infors .sex .sex-left .span1[data-v-802b405a] {
  color: #777777;
  width: 60px;
  margin-right: 10px;
}
.pc-all .content .buju .bj-left .article .one-information .infors .sex .sex-left .span2[data-v-802b405a] {
  flex: 1;
}
.pc-all .content .buju .bj-left .article .one-information .infors .sex .sex-right[data-v-802b405a] {
  margin-right: 100px;
}
.pc-all .content .buju .bj-left .article .one-information .direction[data-v-802b405a] {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  word-break: break-all;
  white-space: pre-wrap;
  line-height: 24px;
}
.pc-all .content .buju .bj-left .article .one-information .direction .reference[data-v-802b405a] {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 24px;
  word-break: break-all;
  margin-bottom: 16px;
}
.pc-all .content .buju .bj-left .article .one-information .honorable .time[data-v-802b405a] {
  display: flex;
  font-size: 14px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.pc-all .content .buju .bj-left .article .one-information .honorable .time .time-left[data-v-802b405a] {
  width: 150px;
}
.pc-all .content .buju .bj-left .article .one-information .honorable .mention[data-v-802b405a] {
  border-bottom: 1px dashed #cdcdcd;
  display: flex;
  padding: 8px 0;
}
.pc-all .content .buju .bj-left .article .one-information .honorable .mention .mention-left[data-v-802b405a] {
  width: 150px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #777777;
  line-height: 24px;
}
.pc-all .content .buju .bj-left .article .one-information .honorable .mention .mention-right[data-v-802b405a] {
  flex: 1;
  line-height: 24px;
  color: #333333;
  word-break: break-all;
  font-size: 14px;
}
.pc-all .content .buju .personal-right[data-v-802b405a] {
  width: 267px;
  margin-left: 24px;
}
.pc-all .content .buju .personal-right .ewcode[data-v-802b405a] {
  width: 267px;
  height: 123px;
}
.pc-all .content .buju .personal-right .ewcode .bg-img[data-v-802b405a] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 267px;
  height: 123px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .content .buju .personal-right .ewcode .bg-img .erweima[data-v-802b405a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 21px 0 21px;
}
.pc-all .content .buju .personal-right .ewcode .bg-img .erweima .ewm-left[data-v-802b405a] {
  padding-top: 30px;
}
.pc-all .content .buju .personal-right .ewcode .bg-img .erweima .ewm-left .populay img[data-v-802b405a] {
  width: 120px;
  height: 27px;
}
.pc-all .content .buju .personal-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-802b405a]:after {
  content: "";
  display: block;
  width: 63px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
}
.pc-all .content .buju .personal-right .ewcode .bg-img .erweima .ewm-left .download[data-v-802b405a] {
  margin-top: 14px;
}
.pc-all .content .buju .personal-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-802b405a] {
  width: 126px;
  height: 18px;
}
.pc-all .content .buju .personal-right .ewcode .bg-img .erweima .ewm-right[data-v-802b405a] {
  background-color: #fff;
  width: 75px;
  height: 75px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 5px;
  margin-top: 24px;
}
.pc-all .content .buju .personal-right .ewcode .bg-img .erweima .ewm-right img[data-v-802b405a] {
  width: 64px;
  height: 64px;
}
.pc-all .content .buju .personal-right .recommended[data-v-802b405a] {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-top: 12px;
  position: relative;
  margin-bottom: 24px;
}
.pc-all .content .buju .personal-right .recommended .line[data-v-802b405a] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .content .buju .personal-right .recommended .bj[data-v-802b405a] {
  padding: 20px 10px 0;
}
.pc-all .content .buju .personal-right .recommended .personal-bg[data-v-802b405a] {
  display: flex;
  align-items: center;
  margin: 0 4px 0 8px;
}
.pc-all .content .buju .personal-right .recommended .personal-bg .bt-img[data-v-802b405a] {
  width: 40px;
}
.pc-all .content .buju .personal-right .recommended .personal-bg .bt-img img[data-v-802b405a] {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.pc-all .content .buju .personal-right .recommended .personal-bg .right-name[data-v-802b405a] {
  flex: 1;
  margin-left: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
}
.pc-all .content .buju .personal-right .recommended .personal-bg .right-btn[data-v-802b405a] {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 60px;
}
.pc-all .content .buju .personal-right .recommended .personal-bg .right-btn .btn-ys[data-v-802b405a] {
  width: 60px;
  height: 25px;
  background-color: #f3faff;
  border: 1px solid #048eea;
  font-size: 12px;
  border-radius: 5px;
  line-height: 23px;
  cursor: pointer;
  color: #048eea;
}
.pc-all .content .buju .personal-right .recommended .personal-bg .right-btn .btn-sx[data-v-802b405a] {
  background-color: #f2f4f9;
  color: #333333;
}
.pc-all .content .buju .personal-right .recommended .el-divider--horizontal[data-v-802b405a] {
  margin: 12px 0 !important;
}
.pc-all .content .buju .personal-right .recommended .right-detail[data-v-802b405a] {
  display: flex;
  margin: 16px 4px 12px 8px;
}
.pc-all .content .buju .personal-right .recommended .right-detail .right-zi[data-v-802b405a] {
  font-size: 12px;
  color: #999999;
  margin-right: 33px;
}
.pc-all .content .buju .personal-right .recommended .comment-flex[data-v-802b405a] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 22px;
}
.pc-all .content .buju .personal-right .recommended .comment-flex .comment-decorate[data-v-802b405a] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 10px;
  border-radius: 10px;
}
.pc-all .content .buju .personal-right .recommended .comment-flex .comment-writte[data-v-802b405a] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .content .buju .personal-right .recommended .follow[data-v-802b405a] {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 25px 22px;
}
.pc-all .content .buju .personal-right .recommended .follow .all[data-v-802b405a] {
  width: 33.3%;
  text-align: center;
}
.pc-all .content .buju .personal-right .recommended .follow .all .infor[data-v-802b405a] {
  margin-bottom: 18px;
}
.pc-all .content .buju .personal-right .recommended .follow .all .infor img[data-v-802b405a] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.pc-all .content .buju .personal-right .recommended .follow .all .infor div[data-v-802b405a] {
  margin-top: 5px;
  color: #757575;
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
}
.pc-all .content .expande-button-wrap .kong[data-v-802b405a] {
  height: 20px;
  background-color: #f9f9f9;
}
.pc-all .content .expande-button-wrap .kong1[data-v-802b405a] {
  height: 36px;
  background-color: #f9f9f9;
}
.pc-all .content .expande-button-wrap .openapp[data-v-802b405a] {
  font-size: 14px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #078ae2;
  margin-top: 10px;
  margin-bottom: 16px;
}
.pc-all .content .expande-button-wrap .expande-button[data-v-802b405a] {
  background-color: #fff;
  height: 52px;
  width: 100%;
}
.pc-all .content .expande-button-wrap .expande-button .more[data-v-802b405a] {
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-color: #fff;
  color: #333;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #aaaaaa;
  font-size: 12px;
  margin: 16px 24px 0;
}
@charset "UTF-8";
.container-bg-size[data-v-507dc5a5] {
  background-color: #f9f9f9;
}
.pc-all .kongWeb .del[data-v-507dc5a5] {
  margin: 100px 0 300px;
  display: flex;
  justify-content: center;
}
.pc-all .kongWeb img[data-v-507dc5a5] {
  width: 233px;
  height: 299px;
}
.pc-all .pcheight[data-v-507dc5a5] {
  height: 100vh;
  overflow-y: scroll;
}
.pc-all .bg-top[data-v-507dc5a5] {
  height: 177px;
}
.pc-all .bg-top img[data-v-507dc5a5] {
  width: 100%;
  height: 177px;
}
.pc-all .personal[data-v-507dc5a5] {
  width: 1000px;
  margin: 0 auto;
  display: flex;
}
.pc-all .personal .personal-left[data-v-507dc5a5] {
  width: 735px;
}
.pc-all .personal .personal-right[data-v-507dc5a5] {
  width: 267px;
  margin-left: 14px;
}
.pc-all .personal .personal-right .ewcode[data-v-507dc5a5] {
  width: 267px;
  height: 123px;
  margin-top: 24px;
}
.pc-all .personal .personal-right .ewcode .bg-img[data-v-507dc5a5] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 267px;
  height: 123px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima[data-v-507dc5a5] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 21px 0 21px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left[data-v-507dc5a5] {
  padding-top: 30px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .populay img[data-v-507dc5a5] {
  width: 120px;
  height: 27px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-507dc5a5]:after {
  content: "";
  display: block;
  width: 63px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .download[data-v-507dc5a5] {
  margin-top: 14px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-507dc5a5] {
  width: 126px;
  height: 18px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-right[data-v-507dc5a5] {
  background-color: #fff;
  width: 75px;
  height: 75px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 5px;
  margin-top: 24px;
}
.pc-all .personal .personal-right .ewcode .bg-img .erweima .ewm-right img[data-v-507dc5a5] {
  width: 64px;
  height: 64px;
}
.pc-all .personal .personal-right .recommended[data-v-507dc5a5] {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-top: 12px;
  height: 788px;
  position: relative;
  margin-bottom: 24px;
}
.pc-all .personal .personal-right .recommended .line[data-v-507dc5a5] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .personal .personal-right .recommended .comment-flex[data-v-507dc5a5] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 12px;
}
.pc-all .personal .personal-right .recommended .comment-flex .comment-decorate[data-v-507dc5a5] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 10px;
  border-radius: 10px;
}
.pc-all .personal .personal-right .recommended .comment-flex .comment-writte[data-v-507dc5a5] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .personal .personal-right .recommended .follow[data-v-507dc5a5] {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 25px 22px;
}
.pc-all .personal .personal-right .recommended .follow .all[data-v-507dc5a5] {
  width: 33.3%;
  text-align: center;
}
.pc-all .personal .personal-right .recommended .follow .all .infor[data-v-507dc5a5] {
  margin-bottom: 18px;
}
.pc-all .personal .personal-right .recommended .follow .all .infor img[data-v-507dc5a5] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.pc-all .personal .personal-right .recommended .follow .all .infor div[data-v-507dc5a5] {
  margin-top: 5px;
  color: #757575;
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
}
.pc-all .personal-top .personal-flex[data-v-507dc5a5] {
  text-align: center;
  padding: 15px 0 0;
  color: #333333;
  min-height: 147px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
.pc-all .personal-top .personal-flex .zy-img[data-v-507dc5a5] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
}
.pc-all .personal-top .personal-flex .zy-img img[data-v-507dc5a5] {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #fff;
  padding: 3px;
}
.pc-all .personal-top .personal-flex .zy-introduce .zy-name[data-v-507dc5a5] {
  font-size: 16px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  margin-top: 18px;
}
.pc-all .personal-top .personal-flex .zy-introduce .stonrcode[data-v-507dc5a5] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #333333;
  line-height: 15px;
  margin-top: 4px;
}
.pc-all .personal-top .personal-flex .zy-introduce .stonrcode span[data-v-507dc5a5] {
  color: #078ae2;
}
.pc-all .personal-top .personal-flex .zy-introduce .zy-information[data-v-507dc5a5] {
  display: flex;
  margin: 16px 153px 0;
  justify-content: space-between;
}
.pc-all .personal-top .personal-flex .zy-introduce .zy-information .zy-zi[data-v-507dc5a5] {
  text-align: center;
  width: 33.3%;
  font-size: 12px;
  color: #333;
  font-family: PingFang SC-Medium, PingFang SC;
}
.pc-all .personal-top .personal-flex .zy-introduce .zy-information .zy-zi span[data-v-507dc5a5] {
  font-weight: bold;
  margin-left: 5px;
  font-size: 14px;
}
.pc-all .personal-top .personal-flex .zy-introduce .zy-jj[data-v-507dc5a5] {
  font-size: 0.08rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #cdc9c9;
  margin-top: 0.1rem;
}
.pc-all .personal-top .personal-flex .zy-introduce .detail-personal[data-v-507dc5a5] {
  margin-top: 0.07rem;
  color: #cdc9c9;
  font-size: 0.08rem;
  cursor: pointer;
}
.pc-all .personal-top .personal-flex .zy-introduce .detail-personal img[data-v-507dc5a5] {
  width: 0.04rem;
  height: 0.06rem;
}
.pc-all .personal-top .personal-flex .zy-follow[data-v-507dc5a5] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-all .personal-top .personal-flex .zy-follow div[data-v-507dc5a5] {
  width: 67px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  margin-top: 15px;
  background-color: #048eea;
  background: linear-gradient(#048eea, #31aafb);
  color: white;
}
.pc-all .shoplist[data-v-507dc5a5] {
  background-color: #fff;
  margin: 7px 0;
  padding: 16px 24px;
}
.pc-all .shoplist .itemlist[data-v-507dc5a5] {
  display: flex;
}
.pc-all .shoplist .itemlist .itemlist-left[data-v-507dc5a5] {
  margin-right: 24px;
}
.pc-all .shoplist .itemlist .itemlist-left .names[data-v-507dc5a5] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #172d42;
  line-height: 27px;
}
.pc-all .shoplist .itemlist .itemlist-left .mores[data-v-507dc5a5] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #344453;
  margin-top: 4px;
}
.pc-all .shoplist .itemlist .itemlist-left .joins[data-v-507dc5a5] {
  width: 64px;
  height: 26px;
  line-height: 26px;
  background: rgba(61, 61, 61, 0.102);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  text-align: center;
  margin-top: 16px;
}
.pc-all .shoplist .itemlist .itemlist-right[data-v-507dc5a5] {
  display: flex;
}
.pc-all .shoplist .itemlist .itemlist-right .items[data-v-507dc5a5] {
  margin-right: 8px;
}
.pc-all .shoplist .itemlist .itemlist-right .items[data-v-507dc5a5]:nth-child(4n) {
  margin-right: 0;
}
.pc-all .shoplist .itemlist .itemlist-right .items .imges[data-v-507dc5a5] {
  position: relative;
  width: 124px;
  height: 124px;
}
.pc-all .shoplist .itemlist .itemlist-right .items .imges img[data-v-507dc5a5] {
  width: 124px;
  height: 124px;
  border-radius: 4px 4px 4px 4px;
}
.pc-all .shoplist .itemlist .itemlist-right .items .imges span[data-v-507dc5a5] {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 1px 4px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  color: #fff;
}
.pc-all .personal-bottom[data-v-507dc5a5] {
  box-sizing: border-box;
  margin-bottom: 24px;
}
.pc-all .personal-bottom .medias-system[data-v-507dc5a5] {
  min-height: 790px;
  background-color: #fff;
}
.pc-all .personal-bottom .medias-system[data-v-507dc5a5] .el-tabs__item {
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  padding: 0 30px;
}
.pc-all .personal-bottom .medias-system[data-v-507dc5a5] .is-active {
  font-size: 14px;
  font-weight: bold;
  color: #00050f;
  position: relative;
}
.pc-all .personal-bottom .medias-system[data-v-507dc5a5] .is-active::after {
  content: "";
  width: 22px;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  color: #166fe8;
  border-radius: 5px;
  border: 2px solid #166fe8;
  background-color: #166fe8; /* 修改底部横杠的颜色 */
}
.pc-all .personal-bottom .medias-system[data-v-507dc5a5] .el-tabs__active-bar {
  background-color: transparent; /* 修改底部横杠的颜色 */
}
.pc-all .personal-bottom .medias-system .intros[data-v-507dc5a5] {
  margin: 0 16px;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .consult[data-v-507dc5a5] {
  margin-bottom: 40px;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .consult .names[data-v-507dc5a5] {
  display: flex;
  align-items: center;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .consult .names .names-left img[data-v-507dc5a5] {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .consult .names .names-right[data-v-507dc5a5] {
  margin-left: 6px;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .consult .names .names-right .userNames[data-v-507dc5a5] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .consult .names .names-right .times[data-v-507dc5a5] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  line-height: 17px;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .consult .titles[data-v-507dc5a5] {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .consult .titles .Identie[data-v-507dc5a5] {
  width: 32px;
  height: 19px;
  background: rgba(85, 126, 250, 0.2);
  border-radius: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #557efa;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .consult .titles .zx-title[data-v-507dc5a5] {
  margin-left: 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  flex: 1;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .consult .picture[data-v-507dc5a5] {
  border-bottom: 1px solid #e4e7ed;
  padding-bottom: 10px;
  margin-top: 10px;
  display: flex;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .consult .picture .mores[data-v-507dc5a5] {
  display: flex;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .consult .picture .mores img[data-v-507dc5a5] {
  width: 169px;
  height: 130px;
  border-radius: 2px;
  margin-right: 8px;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .consult .picture .ones[data-v-507dc5a5] {
  width: 400px;
  height: 309px;
  border-radius: 2px;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .consult .collect[data-v-507dc5a5] {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .consult .collect .sc[data-v-507dc5a5] {
  display: flex;
  align-items: center;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .consult .collect .sc .img[data-v-507dc5a5] {
  display: flex;
  justify-content: center;
  margin-right: 5px;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .consult .collect .sc .img img[data-v-507dc5a5] {
  width: 20px;
  height: 20px;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .consult .collect .sc .like[data-v-507dc5a5] {
  font-size: 10px;
  font-family: San Francisco Display-Regular, San Francisco Display;
  font-weight: 400;
  color: #777;
  margin-top: 3px;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .consult .collect .sc1[data-v-507dc5a5] {
  margin-left: 8px;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .video .imgs[data-v-507dc5a5] {
  position: relative;
  margin-top: 11px;
  width: 400px;
  height: 223px;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .video .imgs img[data-v-507dc5a5] {
  width: 400px;
  height: 223px;
  border-radius: 2px;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .video .imgs .fires[data-v-507dc5a5] {
  position: absolute;
  top: 4px;
  left: 4px;
  display: flex;
  align-items: center;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .video .imgs .fires img[data-v-507dc5a5] {
  width: 10px;
  height: 11px;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .video .imgs .fires span[data-v-507dc5a5] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .video .imgs .bfs[data-v-507dc5a5] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pc-all .personal-bottom .medias-system .intros .selectslist .video .imgs .bfs img[data-v-507dc5a5] {
  width: 32px;
  height: 32px;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .video .imgs .timelength[data-v-507dc5a5] {
  position: absolute;
  bottom: 6px;
  right: 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .video .imgs .views[data-v-507dc5a5] {
  position: absolute;
  bottom: 6px;
  left: 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .live .imgs[data-v-507dc5a5] {
  position: relative;
  margin-top: 11px;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .live .imgs img[data-v-507dc5a5] {
  width: 400px;
  height: 223px;
  border-radius: 2px;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .live .imgs .fires[data-v-507dc5a5] {
  position: absolute;
  top: 4px;
  left: 4px;
  display: flex;
  align-items: center;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .live .imgs .fires img[data-v-507dc5a5] {
  width: 10px;
  height: 11px;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .live .imgs .fires span[data-v-507dc5a5] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .meeting .imgs[data-v-507dc5a5] {
  position: relative;
  margin-top: 11px;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .meeting .imgs img[data-v-507dc5a5] {
  width: 400px;
  height: 223px;
  border-radius: 2px;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .meeting .imgs .fires[data-v-507dc5a5] {
  position: absolute;
  top: 4px;
  left: 4px;
  display: flex;
  align-items: center;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .meeting .imgs .fires img[data-v-507dc5a5] {
  width: 10px;
  height: 11px;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .meeting .imgs .fires span[data-v-507dc5a5] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .meeting .places[data-v-507dc5a5] {
  margin-top: 11px;
}
.pc-all .personal-bottom .medias-system .intros .selectslist .meeting .places .places-left[data-v-507dc5a5] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.pc-all .personal-bottom .medias-system .intros .allitems[data-v-507dc5a5] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  margin-bottom: 24px;
  margin-top: -10px;
}
.pc-all .personal-bottom .medias-system .intros .allitems1[data-v-507dc5a5] {
  margin-bottom: 14px;
}
.pc-all .personal-bottom .medias-system .intros .trades .itemlists .nums[data-v-507dc5a5] {
  display: flex;
  align-items: flex-start;
  padding: 12px 0px;
  border-bottom: 1px solid #f6f7fb;
}
.pc-all .personal-bottom .medias-system .intros .trades .itemlists .nums .nums-left[data-v-507dc5a5] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  margin-top: 1px;
}
.pc-all .personal-bottom .medias-system .intros .trades .itemlists .nums .nums-left span[data-v-507dc5a5] {
  display: inline-block;
  text-align: center;
  width: 16px;
  height: 16px;
  background: #29a9ff;
  border-radius: 50%;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.pc-all .personal-bottom .medias-system .intros .trades .itemlists .nums .nums-right[data-v-507dc5a5] {
  flex: 1;
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.pc-all .personal-bottom .medias-system .intros .trades .itemlists .nums .nums-right .hot-title[data-v-507dc5a5] {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pc-all .personal-bottom .medias-system .intros .trades .itemlists .nums .nums-right .hot-title .coapeate[data-v-507dc5a5] {
  background-color: #dff2ff;
  width: 32px;
  height: 16px;
  line-height: 16px;
  padding: 0 4px;
  margin-right: 8px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #29a9ff;
  border-radius: 1px;
}
.pc-all .personal-bottom .medias-system .intros .trades .itemlists .nums .nums-right .hot-title .namees[data-v-507dc5a5] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
.pc-all .personal-bottom .medias-system .intros .trades .itemlists .nums .nums-right .hot-title .lines[data-v-507dc5a5] {
  margin: 0 8px;
}
.pc-all .personal-bottom .medias-system .intros .trades .itemlists .nums .nums-right .hot-title .titles[data-v-507dc5a5] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.pc-all .personal-bottom .medias-system .intros .trades .itemlists .nums .nums-right .hot-author[data-v-507dc5a5] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  margin-top: 4px;
}
.pc-all .personal-bottom .medias-system .intros .trades .itemlists .nums .nums-right .hot-author .lines[data-v-507dc5a5] {
  margin: 0 4px;
}
.pc-all .demo-tabs[data-v-507dc5a5] {
  padding: 10px 0 0;
  margin: 12px auto 0;
  background-color: #fff;
}
[data-v-507dc5a5] .el-tabs__nav {
  display: flex;
  justify-content: center;
  float: inherit !important;
}
[data-v-507dc5a5] .el-tabs__content {
  padding: 12px;
  color: #6b778c;
}
[data-v-507dc5a5] .el-tabs__nav-scroll {
  display: flex;
  justify-content: left;
  margin-left: 12px;
}
[data-v-507dc5a5] .el-tabs__item.is-active {
  color: #333;
  font-weight: bold;
}
[data-v-507dc5a5] .el-tabs__nav-wrap::after {
  height: 1px;
}
.fileInfo .items img[data-v-507dc5a5] {
  width: 100%;
}
@charset "UTF-8";
.container[data-v-2ce6e07c] {
  padding-top: 1.33rem;
  padding-bottom: 30px;
}
.container .allright[data-v-2ce6e07c] {
  display: flex;
  justify-content: flex-end;
}
.container .allright .pulldown[data-v-2ce6e07c] {
  width: 113px;
  height: 33px;
  background: #f5f5f5;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #777;
}
.container .allright .pulldown span[data-v-2ce6e07c] {
  margin-right: 6px;
}
.container .del[data-v-2ce6e07c] {
  margin: 30px 0;
}
.container .del .delimg[data-v-2ce6e07c] {
  text-align: center;
}
.container .del img[data-v-2ce6e07c] {
  width: 154px;
  height: 153px;
}
.container .expande[data-v-2ce6e07c] {
  height: auto;
}
.container .close[data-v-2ce6e07c] {
  height: 700px;
  overflow: hidden;
}
.container .logo[data-v-2ce6e07c] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-2ce6e07c] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-2ce6e07c] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-2ce6e07c] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-2ce6e07c] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #078ae2;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-2ce6e07c]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-2ce6e07c]:focus {
  outline: none;
}
.container .kong[data-v-2ce6e07c] {
  height: 8px;
  background: #f8f8f8;
  margin-top: 16px;
}
.container .relate[data-v-2ce6e07c] {
  padding: 0 16px;
}
.container .relate .name[data-v-2ce6e07c] {
  margin: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .relate .name h4[data-v-2ce6e07c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.container .relate .exclusive .video-list[data-v-2ce6e07c] {
  display: flex;
  margin-bottom: 8px;
}
.container .relate .exclusive .video-detail[data-v-2ce6e07c] {
  width: 149px;
  height: 90px;
  position: relative;
}
.container .relate .exclusive .video-detail img[data-v-2ce6e07c] {
  width: 149px;
  height: 90px;
  border-radius: 2px 2px 2px 2px;
}
.container .relate .exclusive .video-detail .hots[data-v-2ce6e07c] {
  position: absolute;
  right: 4px;
  top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #ff4183 2%, #ff351d 99%);
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
}
.container .relate .exclusive .video-title[data-v-2ce6e07c] {
  width: 60%;
  font-size: 0.3733rem;
  padding-left: 0.2667rem;
}
.container .relate .exclusive .video-title .video-biaoti[data-v-2ce6e07c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 22px;
}
.container .relate .exclusive .video-title .video-biaoti .bt-left[data-v-2ce6e07c] {
  display: flex;
  align-items: center;
}
.container .relate .exclusive .video-title .video-biaoti .bt-left .names[data-v-2ce6e07c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  max-width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  margin-right: 9px;
}
.container .relate .exclusive .video-title .video-biaoti .bt-left .labels span[data-v-2ce6e07c] {
  background: rgba(41, 169, 255, 0.13);
  border-radius: 1px 1px 1px 1px;
  border: 1px solid #29a9ff;
  font-family: PingFang SC, PingFang SC;
  font-weight: 700;
  font-size: 8px;
  color: #078ae2;
  padding: 1px;
  line-height: 12px;
  display: inline-block;
}
.container .relate .exclusive .video-title .video-biaoti .bt-right img[data-v-2ce6e07c] {
  width: 24px;
  height: 24px;
}
.container .relate .exclusive .video-title .video-author[data-v-2ce6e07c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.container .relate .exclusive .video-title .intrce[data-v-2ce6e07c] {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #777777;
  line-height: 16px;
  margin-top: 17px;
}
.container .open-more[data-v-2ce6e07c] {
  margin: 24px 61px 16px;
  display: flex;
}
.container .open-more button[data-v-2ce6e07c] {
  width: 100%;
  height: 37px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
  border: none;
}
.container .article .wz[data-v-2ce6e07c] {
  position: relative;
}
.container .article .wz .content[data-v-2ce6e07c] {
  color: #333333;
  font-size: 14px;
  margin: 0 0 5px;
  text-align: justify;
  letter-spacing: 0.4px;
  line-height: 1.9;
  font-family: PingFang SC-Medium;
  word-wrap: break-word;
  word-break: break-all;
}
.container .article .wz .content[data-v-2ce6e07c] img {
  max-width: 100%;
}
.container .article .wz .expande-button-wrap[data-v-2ce6e07c] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
.container .article .wz .expande-button-wrap .expande-button[data-v-2ce6e07c] {
  width: 121px;
  height: 37px;
  line-height: 37px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
}
.container .article .wz .swiper[data-v-2ce6e07c] {
  position: relative;
  height: 211px;
  line-height: 211px;
}
.container .article .wz .swiper[data-v-2ce6e07c] .van-swipe {
  height: 211px;
}
.container .article .wz .swiper .custom-indicator[data-v-2ce6e07c] {
  position: absolute;
  right: 22px;
  bottom: 6px;
  padding: 2px 5px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  color: #fff;
  width: 48px;
  text-align: center;
  height: 21px;
  line-height: 15px;
}
.container .article .wz .swiper .imgs[data-v-2ce6e07c] {
  text-align: center;
  height: 211px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .article .wz .swiper .imgs img[data-v-2ce6e07c] {
  max-width: 100%;
  max-height: 100%;
}
.container .article .wz .num[data-v-2ce6e07c] {
  padding: 13px 16px;
  width: 100%;
  display: flex;
  align-items: center;
}
.container .article .wz .num .num-left[data-v-2ce6e07c] {
  width: 34px;
  display: flex;
  align-items: center;
}
.container .article .wz .num .num-left img[data-v-2ce6e07c] {
  width: 34px;
  height: 34px;
  border: 1px solid #eaeaea;
  border-radius: 50px;
}
.container .article .wz .num .num-center[data-v-2ce6e07c] {
  width: 77%;
  margin-left: 6px;
}
.container .article .wz .num .num-center .bozhu[data-v-2ce6e07c] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 5.8667rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
}
.container .article .wz .num .num-right[data-v-2ce6e07c] {
  width: 52px;
  height: 26px;
  display: flex;
}
.container .article .wz .num .num-right[data-v-2ce6e07c] button {
  background-color: #fff;
  width: 52px;
  height: 26px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
}
.container .article .wz .medias-system[data-v-2ce6e07c] {
  padding: 10px 0;
}
.container .article .wz .medias-system[data-v-2ce6e07c] .van-tab {
  font-size: 16px;
  flex: none !important;
  padding: 0 16px;
  position: relative;
  height: 30px;
  color: #666;
}
.container .article .wz .medias-system[data-v-2ce6e07c] .van-tab--active {
  font-weight: bold;
  color: #333;
}
.container .article .wz .medias-system[data-v-2ce6e07c] .van-tabs__wrap {
  margin-left: 0;
  border-bottom: 1px solid #eaeaea;
}
.container .article .wz .medias-system[data-v-2ce6e07c] .van-tabs__nav--line {
  padding-bottom: 4px;
}
.container .article .wz .medias-system[data-v-2ce6e07c] .demo-tabs .van-tabs__line {
  background-color: #078ae2; /* 线条颜色 */
  width: 24px; /*宽度 */
  height: 2px; /* 高度 */
  border-radius: 0px; /* 圆角 */
}
.container .article .wz .medias-system[data-v-2ce6e07c] .van-tabs__nav--line.van-tabs__nav--complete {
  padding-left: 0;
}
.container .article .wz .introduce[data-v-2ce6e07c] {
  margin: 0 16px;
}
.container .article .wz .introduce .comment-flex[data-v-2ce6e07c] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  line-height: 28px;
}
.container .article .wz .introduce .comment-flex .comment-decorate[data-v-2ce6e07c] {
  width: 5px;
  height: 22px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
}
.container .article .wz .introduce .comment-flex .comment-writte[data-v-2ce6e07c] {
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  color: #333333;
  font-weight: 600;
}
.container .article .wz .introduce .intro[data-v-2ce6e07c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  margin: 8px 0;
}
.container .article .wz .introduce .person1[data-v-2ce6e07c] {
  background: rgba(51, 51, 51, 0.03);
  border-radius: 2px;
  padding: 8px;
}
.container .article .wz .introduce .person1 .name[data-v-2ce6e07c] {
  display: flex;
  line-height: 28px;
  margin-bottom: 16px;
}
.container .article .wz .introduce .person1 .name[data-v-2ce6e07c]:last-child {
  margin-bottom: 0;
}
.container .article .wz .introduce .person1 .name span[data-v-2ce6e07c] {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  width: 75%;
  word-break: break-all;
  white-space: pre-wrap;
}
.container .article .wz .introduce .person1 .name .span1[data-v-2ce6e07c] {
  color: #666;
  width: 25%;
}
.container .article .wz .introduce .join[data-v-2ce6e07c] {
  margin-top: 16px;
}
.container .article .wz .introduce .join .meeting[data-v-2ce6e07c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.container .article .wz .introduce .join .itemone[data-v-2ce6e07c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 44px;
  background: rgba(51, 51, 51, 0.03);
  border-radius: 4px 4px 4px 4px;
  padding: 0 8px;
  margin-top: 8px;
}
.container .article .wz .introduce .join .itemone span[data-v-2ce6e07c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  display: inline-block;
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}
.container .article .wz .introduce .join .itemone img[data-v-2ce6e07c] {
  width: 24px;
  height: 24px;
}
.container .article .wz .introduction[data-v-2ce6e07c] {
  padding: 24px 16px 0;
}
.container .article .wz .introduction .comment-flex[data-v-2ce6e07c] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  line-height: 28px;
  margin-bottom: 8px;
}
.container .article .wz .introduction .comment-flex .comment-decorate[data-v-2ce6e07c] {
  width: 5px;
  height: 22px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
}
.container .article .wz .introduction .comment-flex .comment-writte[data-v-2ce6e07c] {
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  color: #333333;
  font-weight: 600;
}
.container .article .wz .introduction .intro[data-v-2ce6e07c] {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  word-break: break-all;
  white-space: pre-wrap;
  line-height: 28px;
}
.container .article .wz .introduction .honorable .itemone[data-v-2ce6e07c] {
  display: flex;
  align-items: stretch;
  margin-bottom: 8px;
}
.container .article .wz .introduction .honorable .itemone[data-v-2ce6e07c]:last-child {
  margin-bottom: 0;
}
.container .article .wz .introduction .honorable .time[data-v-2ce6e07c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 4px;
}
.container .article .wz .introduction .honorable .time .time-left[data-v-2ce6e07c] {
  width: 16px;
  height: 16px;
  background: rgba(7, 138, 226, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.container .article .wz .introduction .honorable .time .time-left span[data-v-2ce6e07c] {
  width: 8px;
  height: 8px;
  background: #078ae2;
  border-radius: 50px;
}
.container .article .wz .introduction .honorable .time .time-right[data-v-2ce6e07c] {
  margin-top: 2px;
  width: 1px;
  border-left: 1px dashed #078ae2;
  flex-grow: 1;
  margin-top: 2px;
}
.container .article .wz .introduction .honorable .mention[data-v-2ce6e07c] {
  margin-left: 8px;
  padding-bottom: 7px;
}
.container .article .wz .introduction .honorable .mention .mention-left[data-v-2ce6e07c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.container .article .wz .introduction .honorable .mention .mention-right[data-v-2ce6e07c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 8px;
  word-break: break-all;
}
.container .article .wz .introduction .hobby[data-v-2ce6e07c] {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  margin-bottom: 7px;
}
.container .article .wz .introduction .direction .reference[data-v-2ce6e07c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  word-break: break-all;
  white-space: pre-wrap;
  margin-bottom: 16px;
}
.container .article .wz .introduction .study[data-v-2ce6e07c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  margin-bottom: 8px;
  word-break: break-all;
  white-space: pre-wrap;
}
.container .article .wz .introduction .study[data-v-2ce6e07c]:last-child {
  margin-bottom: 0;
}
@charset "UTF-8";
.container-bg-size1[data-v-e1dd2ff6] {
  background-color: #fff;
}
.pc-all .allright[data-v-e1dd2ff6] {
  display: flex;
  justify-content: flex-end;
}
.pc-all .pulldown[data-v-e1dd2ff6] {
  width: 113px;
  height: 33px;
  background: #f5f5f5;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.pc-all .pulldown span[data-v-e1dd2ff6] {
  margin-right: 6px;
}
.pc-all .kongWeb[data-v-e1dd2ff6] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .kongWeb .del[data-v-e1dd2ff6] {
  flex: 1;
  margin: 100px 0 300px;
  display: flex;
  justify-content: center;
}
.pc-all .kongWeb img[data-v-e1dd2ff6] {
  width: 233px;
  height: 299px;
}
.pc-all .pcheight[data-v-e1dd2ff6] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .contents[data-v-e1dd2ff6] {
  width: 65%;
  margin: 0 auto;
  flex: 1;
  min-height: 70vh;
  padding: 24px 0;
}
.pc-all .contents .buju[data-v-e1dd2ff6] {
  display: flex;
  width: 100%;
}
.pc-all .contents .buju .bj-left[data-v-e1dd2ff6] {
  width: 63%;
  background-color: #fff;
}
.pc-all .contents .buju .bj-left .num[data-v-e1dd2ff6] {
  padding: 12px 16px;
  width: 100%;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.pc-all .contents .buju .bj-left .num .num-left[data-v-e1dd2ff6] {
  width: 30px;
  display: flex;
  align-items: center;
}
.pc-all .contents .buju .bj-left .num .num-left img[data-v-e1dd2ff6] {
  width: 30px;
  height: 30px;
  border: 1px solid #eaeaea;
  border-radius: 50px;
}
.pc-all .contents .buju .bj-left .num .num-center[data-v-e1dd2ff6] {
  flex: 1;
  margin-left: 6px;
}
.pc-all .contents .buju .bj-left .num .num-center .bozhu[data-v-e1dd2ff6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
}
.pc-all .contents .buju .bj-left .num .num-right[data-v-e1dd2ff6] {
  width: 52px;
  height: 26px;
  display: flex;
}
.pc-all .contents .buju .bj-left .num .num-right[data-v-e1dd2ff6] button {
  background-color: #fff;
  width: 52px;
  height: 26px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
}
.pc-all .contents .buju .bj-left .boxs[data-v-e1dd2ff6] {
  width: 100%;
}
.pc-all .contents .buju .bj-left .boxs .swiper-container[data-v-e1dd2ff6] {
  overflow: hidden;
}
.pc-all .contents .buju .bj-left .boxs .swiper-container .swiper-wrapper[data-v-e1dd2ff6] {
  margin-top: 16px;
}
.pc-all .contents .buju .bj-left .boxs .swiper-container .swiper-wrapper .swiper-slide .imgs[data-v-e1dd2ff6] {
  background-color: #fff;
  border-radius: 0px;
  height: 404px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc-all .contents .buju .bj-left .boxs .swiper-container .swiper-wrapper .swiper-slide .imgs img[data-v-e1dd2ff6] {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px;
}
.pc-all .contents .buju .bj-left .boxs .swiper-container .swiper-wrapper .swiper-slide .first-slide[data-v-e1dd2ff6] {
  background-color: transparent;
}
.pc-all .contents .buju .bj-left .boxs .swiper-container .swiper-wrapper .swiper-slide .first-slide img[data-v-e1dd2ff6] {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px;
}
.pc-all .contents .buju .bj-left .boxs .names[data-v-e1dd2ff6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  line-height: 36px;
}
.pc-all .contents .buju .bj-left .article .wz[data-v-e1dd2ff6] {
  position: relative;
}
.pc-all .contents .buju .bj-left .article .wz .content[data-v-e1dd2ff6] {
  color: #333333;
  font-size: 14px;
  margin: 0 0 5px;
  text-align: justify;
  letter-spacing: 0.4px;
  line-height: 1.9;
  font-family: PingFang SC-Medium;
  word-wrap: break-word;
  word-break: break-all;
}
.pc-all .contents .buju .bj-left .article .wz .content[data-v-e1dd2ff6] img {
  max-width: 100%;
}
.pc-all .contents .buju .bj-left .article .wz .expande-button-wrap[data-v-e1dd2ff6] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
.pc-all .contents .buju .bj-left .article .wz .expande-button-wrap .expande-button[data-v-e1dd2ff6] {
  width: 121px;
  height: 37px;
  line-height: 37px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
}
.pc-all .contents .buju .bj-left .article .wz .pic img[data-v-e1dd2ff6] {
  width: 100%;
  height: 150px;
}
.pc-all .contents .buju .bj-left .article .wz .medias-system .demo-tabs[data-v-e1dd2ff6] {
  padding: 10px 0 0;
  margin: 12px auto 0;
  background-color: #fff;
}
.pc-all .contents .buju .bj-left .article .wz .medias-system[data-v-e1dd2ff6] .el-tabs__item {
  font-size: 16px;
  font-weight: 500;
  color: #666;
  padding: 0 16px;
}
.pc-all .contents .buju .bj-left .article .wz .medias-system[data-v-e1dd2ff6] .el-tabs__item.is-active {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  position: relative;
}
.pc-all .contents .buju .bj-left .article .wz .medias-system[data-v-e1dd2ff6] .el-tabs__item.is-active::after {
  content: "";
  width: 24px;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  color: #078ae2;
  border-radius: 0px;
  border: 1px solid #078ae2;
  background-color: #078ae2; /* 修改底部横杠的颜色 */
}
.pc-all .contents .buju .bj-left .article .wz .medias-system[data-v-e1dd2ff6] .el-tabs__active-bar {
  background-color: transparent; /* 修改底部横杠的颜色 */
}
.pc-all .contents .buju .bj-left .article .wz .medias-system[data-v-e1dd2ff6] .el-tabs__nav-wrap::after {
  height: 1px;
}
.pc-all .contents .buju .bj-left .article .wz .introduce .comment-flex[data-v-e1dd2ff6] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  line-height: 28px;
}
.pc-all .contents .buju .bj-left .article .wz .introduce .comment-flex .comment-decorate[data-v-e1dd2ff6] {
  width: 3px;
  height: 10px;
  background-color: #25a5ff;
  margin: 0 4px 0 0;
}
.pc-all .contents .buju .bj-left .article .wz .introduce .comment-flex .comment-writte[data-v-e1dd2ff6] {
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  color: #333333;
  font-weight: 600;
}
.pc-all .contents .buju .bj-left .article .wz .introduce .intro[data-v-e1dd2ff6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  margin: 8px 0;
}
.pc-all .contents .buju .bj-left .article .wz .introduce .person1[data-v-e1dd2ff6] {
  background: rgba(51, 51, 51, 0.03);
  border-radius: 2px;
  padding: 8px;
}
.pc-all .contents .buju .bj-left .article .wz .introduce .person1 .name[data-v-e1dd2ff6] {
  display: flex;
  line-height: 28px;
  margin-bottom: 16px;
}
.pc-all .contents .buju .bj-left .article .wz .introduce .person1 .name[data-v-e1dd2ff6]:last-child {
  margin-bottom: 0;
}
.pc-all .contents .buju .bj-left .article .wz .introduce .person1 .name span[data-v-e1dd2ff6] {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  width: 75%;
  word-break: break-all;
  white-space: pre-wrap;
}
.pc-all .contents .buju .bj-left .article .wz .introduce .person1 .name .span1[data-v-e1dd2ff6] {
  color: #666;
  width: 25%;
}
.pc-all .contents .buju .bj-left .article .wz .introduce .join[data-v-e1dd2ff6] {
  margin-top: 16px;
}
.pc-all .contents .buju .bj-left .article .wz .introduce .join .meeting[data-v-e1dd2ff6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.pc-all .contents .buju .bj-left .article .wz .introduce .join .itemone[data-v-e1dd2ff6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 44px;
  background: rgba(51, 51, 51, 0.03);
  border-radius: 4px 4px 4px 4px;
  padding: 0 8px;
  margin-top: 8px;
}
.pc-all .contents .buju .bj-left .article .wz .introduce .join .itemone span[data-v-e1dd2ff6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  display: inline-block;
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}
.pc-all .contents .buju .bj-left .article .wz .introduce .join .itemone img[data-v-e1dd2ff6] {
  width: 24px;
  height: 24px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction[data-v-e1dd2ff6] {
  padding: 24px 0 0;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .hobby[data-v-e1dd2ff6] {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  margin-bottom: 7px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .comment-flex[data-v-e1dd2ff6] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  line-height: 28px;
  margin-bottom: 8px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .comment-flex .comment-decorate[data-v-e1dd2ff6] {
  width: 3px;
  height: 10px;
  background-color: #25a5ff;
  margin: 0 4px 0 0;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .comment-flex .comment-writte[data-v-e1dd2ff6] {
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  color: #333333;
  font-weight: 600;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .intro[data-v-e1dd2ff6] {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  word-break: break-all;
  white-space: pre-wrap;
  line-height: 28px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .honorable .itemone[data-v-e1dd2ff6] {
  display: flex;
  align-items: stretch;
  margin-bottom: 8px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .honorable .itemone[data-v-e1dd2ff6]:last-child {
  margin-bottom: 0;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .honorable .time[data-v-e1dd2ff6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 4px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .honorable .time .time-left[data-v-e1dd2ff6] {
  width: 16px;
  height: 16px;
  background: rgba(7, 138, 226, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .honorable .time .time-left span[data-v-e1dd2ff6] {
  width: 8px;
  height: 8px;
  background: #078ae2;
  border-radius: 50px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .honorable .time .time-right[data-v-e1dd2ff6] {
  margin-top: 2px;
  width: 1px;
  border-left: 1px dashed #078ae2;
  flex-grow: 1;
  margin-top: 2px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .honorable .mention[data-v-e1dd2ff6] {
  margin-left: 8px;
  padding-bottom: 7px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .honorable .mention .mention-left[data-v-e1dd2ff6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .honorable .mention .mention-right[data-v-e1dd2ff6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 8px;
  word-break: break-all;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .direction .reference[data-v-e1dd2ff6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  word-break: break-all;
  white-space: pre-wrap;
  margin-bottom: 16px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .study[data-v-e1dd2ff6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  margin-bottom: 8px;
  word-break: break-all;
  white-space: pre-wrap;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .study[data-v-e1dd2ff6]:last-child {
  margin-bottom: 0;
}
.pc-all .contents .buju .personal-right[data-v-e1dd2ff6] {
  font-family: "PingFang SC-Medium";
  margin-left: 14px;
  width: 352px;
}
.pc-all .contents .buju .personal-right .ewcode[data-v-e1dd2ff6] {
  width: 100%;
  height: 162px;
}
.pc-all .contents .buju .personal-right .ewcode .bg-img[data-v-e1dd2ff6] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 100%;
  height: 162px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .contents .buju .personal-right .ewcode .bg-img .erweima[data-v-e1dd2ff6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 28px;
}
.pc-all .contents .buju .personal-right .ewcode .bg-img .erweima .ewm-left[data-v-e1dd2ff6] {
  padding-top: 43px;
}
.pc-all .contents .buju .personal-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-e1dd2ff6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #364579;
  line-height: 20px;
}
.pc-all .contents .buju .personal-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-e1dd2ff6]:after {
  content: "";
  display: block;
  width: 83px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
  padding-bottom: 16px;
}
.pc-all .contents .buju .personal-right .ewcode .bg-img .erweima .ewm-left .download[data-v-e1dd2ff6] {
  margin-top: 19px;
}
.pc-all .contents .buju .personal-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-e1dd2ff6] {
  width: 166px;
  height: 24px;
  border-radius: 2px 2px 2px 2px;
}
.pc-all .contents .buju .personal-right .ewcode .bg-img .erweima .ewm-right[data-v-e1dd2ff6] {
  background-color: #fff;
  width: 99px;
  height: 99px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 7px;
  margin-top: 32px;
}
.pc-all .contents .buju .personal-right .ewcode .bg-img .erweima .ewm-right img[data-v-e1dd2ff6] {
  width: 84px;
  height: 84px;
}
.pc-all .contents .buju .personal-right .hot-recoomend[data-v-e1dd2ff6] {
  border: 1px solid rgba(0, 0, 0, 0.03);
  padding: 15px 10px 16px;
  background-color: #fff;
  border-radius: 2px;
  position: relative;
  margin-top: 16px;
}
.pc-all .contents .buju .personal-right .hot-recoomend .line[data-v-e1dd2ff6] {
  position: absolute;
  top: -1px;
  left: 0px;
  height: 3px;
  width: 100%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .contents .buju .personal-right .hot-recoomend .comment-flex[data-v-e1dd2ff6] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .contents .buju .personal-right .hot-recoomend .comment-flex .comment-decorate[data-v-e1dd2ff6] {
  width: 4px;
  height: 12px;
  background: #078ae2;
  margin: 0 6px 0 0;
}
.pc-all .contents .buju .personal-right .hot-recoomend .comment-flex .comment-writte[data-v-e1dd2ff6] {
  font-weight: bold;
  font-family: PingFang SC, PingFang SC;
  font-size: 18px;
  color: #00050f;
}
.pc-all .contents .buju .personal-right .hot-recoomend .exclusive[data-v-e1dd2ff6] {
  margin-top: 18px;
}
.pc-all .contents .buju .personal-right .hot-recoomend .exclusive .video-list[data-v-e1dd2ff6] {
  display: flex;
  margin-bottom: 8px;
}
.pc-all .contents .buju .personal-right .hot-recoomend .exclusive .video-detail[data-v-e1dd2ff6] {
  width: 149px;
  height: 90px;
  position: relative;
}
.pc-all .contents .buju .personal-right .hot-recoomend .exclusive .video-detail img[data-v-e1dd2ff6] {
  width: 149px;
  height: 90px;
  border-radius: 2px 2px 2px 2px;
}
.pc-all .contents .buju .personal-right .hot-recoomend .exclusive .video-detail .hots[data-v-e1dd2ff6] {
  position: absolute;
  right: 4px;
  top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #ff4183 2%, #ff351d 99%);
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
}
.pc-all .contents .buju .personal-right .hot-recoomend .exclusive .video-title[data-v-e1dd2ff6] {
  width: 60%;
  padding-left: 8px;
}
.pc-all .contents .buju .personal-right .hot-recoomend .exclusive .video-title .video-biaoti[data-v-e1dd2ff6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 22px;
}
.pc-all .contents .buju .personal-right .hot-recoomend .exclusive .video-title .video-biaoti .bt-left[data-v-e1dd2ff6] {
  display: flex;
  align-items: center;
}
.pc-all .contents .buju .personal-right .hot-recoomend .exclusive .video-title .video-biaoti .bt-left .names[data-v-e1dd2ff6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  max-width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  margin-right: 9px;
}
.pc-all .contents .buju .personal-right .hot-recoomend .exclusive .video-title .video-biaoti .bt-left .labels span[data-v-e1dd2ff6] {
  background: rgba(41, 169, 255, 0.13);
  border-radius: 1px 1px 1px 1px;
  border: 1px solid #29a9ff;
  font-family: PingFang SC, PingFang SC;
  font-weight: 700;
  font-size: 8px;
  color: #078ae2;
  padding: 1px;
  line-height: 12px;
  display: inline-block;
}
.pc-all .contents .buju .personal-right .hot-recoomend .exclusive .video-title .video-biaoti .bt-right img[data-v-e1dd2ff6] {
  width: 18px;
  height: 18px;
}
.pc-all .contents .buju .personal-right .hot-recoomend .exclusive .video-title .video-author[data-v-e1dd2ff6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.pc-all .contents .buju .personal-right .hot-recoomend .exclusive .video-title .intrce[data-v-e1dd2ff6] {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #777777;
  line-height: 16px;
  margin-top: 17px;
}
.pc-all .contents .buju .personal-right .open-more[data-v-e1dd2ff6] {
  margin: 16px 48px 0;
  display: flex;
}
.pc-all .contents .buju .personal-right .open-more button[data-v-e1dd2ff6] {
  width: 100%;
  height: 37px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
  border: none;
}
@charset "UTF-8";
.container[data-v-0bfa858d] {
  padding-top: 1.33rem;
  padding-bottom: 60px;
}
.container[data-v-0bfa858d] .van-popup {
  background-color: rgba(0, 0, 0, 0);
  width: 85%;
  margin: 0 auto;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container[data-v-0bfa858d] .van-popup .mask .mask-img {
  text-align: right;
}
.container[data-v-0bfa858d] .van-popup .mask .mask-img img {
  width: 1.2rem !important;
  height: 2.8rem !important;
}
.container[data-v-0bfa858d] .van-popup .mask-text {
  color: white;
  font-size: 15px;
  text-align: center;
}
.container .regist[data-v-0bfa858d] {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 9;
  background-color: #fff;
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
}
.container .regist .collect[data-v-0bfa858d] {
  height: 60px;
}
.container .regist .collect .collect-left[data-v-0bfa858d] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
.container .regist .collect .collect-left .sc[data-v-0bfa858d] {
  text-align: center;
}
.container .regist .collect .collect-left .sc .img[data-v-0bfa858d] {
  display: flex;
}
.container .regist .collect .collect-left .sc .img img[data-v-0bfa858d] {
  width: 20px;
  height: 20px;
}
.container .regist .collect .collect-left .sc .like[data-v-0bfa858d] {
  margin-top: 5px;
  font-size: 10px;
  font-family: San Francisco Display-Regular, San Francisco Display;
  font-weight: 400;
  color: #333333;
}
.container .regist .collect .collect-left .sc1[data-v-0bfa858d] {
  margin-left: 18px;
}
.container .regist .collect .collect-right[data-v-0bfa858d] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-family: PingFang SC-Regular;
  font-weight: 500;
  color: #fff;
}
.container .regist .collect .collect-right input[data-v-0bfa858d] {
  background-color: #f5f5f5;
  border-radius: 50px;
  width: 214px;
  height: 34px;
  border: none;
  padding-left: 20px;
}
.container .allright[data-v-0bfa858d] {
  display: flex;
  justify-content: flex-end;
}
.container .allright .pulldown[data-v-0bfa858d] {
  width: 113px;
  height: 33px;
  background: #f5f5f5;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #777;
}
.container .allright .pulldown span[data-v-0bfa858d] {
  margin-right: 6px;
}
.container .del[data-v-0bfa858d] {
  margin: 30px 0;
}
.container .del .delimg[data-v-0bfa858d] {
  text-align: center;
}
.container .del img[data-v-0bfa858d] {
  width: 154px;
  height: 153px;
}
.container .del .kong1[data-v-0bfa858d] {
  height: 8px;
  background-color: #f8f8f9;
  margin: 16px 0 0;
}
.container .kongMoblie[data-v-0bfa858d] {
  display: flex;
  justify-content: center;
  margin-top: 126px;
}
.container .kongMoblie img[data-v-0bfa858d] {
  width: 168px;
  height: 153px;
}
.container .expande[data-v-0bfa858d] {
  height: auto;
}
.container .close[data-v-0bfa858d] {
  height: 700px;
  overflow: hidden;
}
.container .logo[data-v-0bfa858d] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-0bfa858d] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-0bfa858d] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-0bfa858d] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-0bfa858d] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-0bfa858d]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-0bfa858d]:focus {
  outline: none;
}
.container .kong[data-v-0bfa858d] {
  height: 8px;
  background: #f8f8f8;
  margin-top: 16px;
}
.container .relate[data-v-0bfa858d] {
  padding: 0 16px;
}
.container .relate .name[data-v-0bfa858d] {
  margin: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .relate .name h4[data-v-0bfa858d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.container .relate .exclusive .video-list[data-v-0bfa858d] {
  display: flex;
  margin-bottom: 8px;
}
.container .relate .exclusive .video-detail[data-v-0bfa858d] {
  width: 149px;
  height: 90px;
  position: relative;
}
.container .relate .exclusive .video-detail img[data-v-0bfa858d] {
  width: 149px;
  height: 90px;
  border-radius: 2px 2px 2px 2px;
}
.container .relate .exclusive .video-detail .hots[data-v-0bfa858d] {
  position: absolute;
  right: 4px;
  top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #ff4183 2%, #ff351d 99%);
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
}
.container .relate .exclusive .video-title[data-v-0bfa858d] {
  width: 60%;
  font-size: 0.3733rem;
  padding-left: 0.2667rem;
}
.container .relate .exclusive .video-title .video-biaoti[data-v-0bfa858d] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 22px;
}
.container .relate .exclusive .video-title .video-biaoti .bt-left[data-v-0bfa858d] {
  display: flex;
  align-items: center;
}
.container .relate .exclusive .video-title .video-biaoti .bt-left .names[data-v-0bfa858d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}
.container .relate .exclusive .video-title .video-biaoti .bt-right img[data-v-0bfa858d] {
  width: 24px;
  height: 24px;
}
.container .relate .exclusive .video-title .video-author[data-v-0bfa858d] {
  height: 18px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.container .relate .exclusive .video-title .intrce[data-v-0bfa858d] {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #777777;
  line-height: 16px;
  margin-top: 17px;
}
.container .open-more[data-v-0bfa858d] {
  margin: 24px 61px 16px;
  display: flex;
}
.container .open-more button[data-v-0bfa858d] {
  width: 100%;
  height: 37px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
  border: none;
}
.container .article .wz[data-v-0bfa858d] {
  position: relative;
}
.container .article .wz .content[data-v-0bfa858d] {
  color: #333333;
  font-size: 14px;
  margin: 0 0 5px;
  text-align: justify;
  letter-spacing: 0.4px;
  line-height: 1.9;
  font-family: PingFang SC-Medium;
  word-wrap: break-word;
  word-break: break-all;
}
.container .article .wz .content[data-v-0bfa858d] img {
  max-width: 100%;
}
.container .article .wz .expande-button[data-v-0bfa858d] {
  margin: 0 16px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #f6f6f6;
  color: #797979;
  font-size: 12px;
}
.container .article .wz .swiper[data-v-0bfa858d] {
  position: relative;
  height: 211px;
  line-height: 211px;
}
.container .article .wz .swiper[data-v-0bfa858d] .van-swipe {
  height: 211px;
}
.container .article .wz .swiper .custom-indicator[data-v-0bfa858d] {
  position: absolute;
  right: 22px;
  bottom: 6px;
  padding: 2px 5px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  color: #fff;
  width: 48px;
  text-align: center;
  height: 21px;
  line-height: 15px;
}
.container .article .wz .swiper .imgs[data-v-0bfa858d] {
  text-align: center;
  height: 211px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .article .wz .swiper .imgs img[data-v-0bfa858d] {
  max-width: 100%;
  max-height: 100%;
}
.container .article .wz .num[data-v-0bfa858d] {
  padding: 13px 16px;
  width: 100%;
  display: flex;
  align-items: center;
}
.container .article .wz .num .num-left[data-v-0bfa858d] {
  width: 34px;
  display: flex;
  align-items: center;
}
.container .article .wz .num .num-left img[data-v-0bfa858d] {
  width: 34px;
  height: 34px;
  border: 1px solid #eaeaea;
  border-radius: 50px;
}
.container .article .wz .num .num-center[data-v-0bfa858d] {
  width: 77%;
  margin-left: 6px;
}
.container .article .wz .num .num-center .bozhu[data-v-0bfa858d] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 5.8667rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
}
.container .article .wz .num .num-right[data-v-0bfa858d] {
  width: 52px;
  height: 26px;
  display: flex;
}
.container .article .wz .num .num-right[data-v-0bfa858d] button {
  background-color: #fff;
  width: 52px;
  height: 26px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
}
.container .article .wz .medias-system[data-v-0bfa858d] {
  padding: 10px 0;
}
.container .article .wz .medias-system[data-v-0bfa858d] .van-tab {
  font-size: 16px;
  flex: none !important;
  padding: 0 16px;
  position: relative;
  height: 30px;
  color: #666;
}
.container .article .wz .medias-system[data-v-0bfa858d] .van-tab--active {
  font-weight: bold;
  color: #333;
}
.container .article .wz .medias-system[data-v-0bfa858d] .van-tabs__wrap {
  margin-left: 0;
  border-bottom: 1px solid #eaeaea;
}
.container .article .wz .medias-system[data-v-0bfa858d] .van-tabs__nav--line {
  padding-bottom: 4px;
}
.container .article .wz .medias-system[data-v-0bfa858d] .demo-tabs .van-tabs__line {
  background-color: #078ae2; /* 线条颜色 */
  width: 24px; /*宽度 */
  height: 2px; /* 高度 */
  border-radius: 0px; /* 圆角 */
}
.container .article .wz .medias-system[data-v-0bfa858d] .van-tabs__nav--line.van-tabs__nav--complete {
  padding-left: 0;
}
.container .article .wz .introduction[data-v-0bfa858d] {
  padding: 20px 16px 0;
}
.container .article .wz .introduction .comment-flex[data-v-0bfa858d] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 8px;
}
.container .article .wz .introduction .comment-flex .comment-decorate[data-v-0bfa858d] {
  width: 5px;
  height: 22px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
}
.container .article .wz .introduction .comment-flex .comment-writte[data-v-0bfa858d] {
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  color: #333333;
  font-weight: 600;
}
.container .article .wz .introduction .intro[data-v-0bfa858d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  margin: 8px 0;
}
.container .article .wz .introduction .honorable .itemone[data-v-0bfa858d] {
  display: flex;
  align-items: stretch;
  margin-bottom: 8px;
}
.container .article .wz .introduction .honorable .itemone[data-v-0bfa858d]:last-child {
  margin-bottom: 0;
}
.container .article .wz .introduction .honorable .time[data-v-0bfa858d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 4px;
}
.container .article .wz .introduction .honorable .time .time-left[data-v-0bfa858d] {
  width: 16px;
  height: 16px;
  background: rgba(7, 138, 226, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.container .article .wz .introduction .honorable .time .time-left span[data-v-0bfa858d] {
  width: 8px;
  height: 8px;
  background: #078ae2;
  border-radius: 50px;
}
.container .article .wz .introduction .honorable .time .time-right[data-v-0bfa858d] {
  margin-top: 2px;
  width: 1px;
  border-left: 1px dashed #078ae2;
  flex-grow: 1;
  margin-top: 2px;
}
.container .article .wz .introduction .honorable .mention[data-v-0bfa858d] {
  margin-left: 8px;
  padding-bottom: 7px;
}
.container .article .wz .introduction .honorable .mention .mention-left[data-v-0bfa858d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.container .article .wz .introduction .honorable .mention .mention-right[data-v-0bfa858d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 8px;
  word-break: break-all;
}
.container .article .wz .introduction .study[data-v-0bfa858d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  margin-bottom: 8px;
  word-break: break-all;
  white-space: pre-wrap;
}
.container .article .wz .introduction .study[data-v-0bfa858d]:last-child {
  margin-bottom: 0;
}
.container .article .wz .introduction .branchs[data-v-0bfa858d] {
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.container .article .wz .introduction .branchs .names[data-v-0bfa858d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.container .article .wz .introduction .branchs .place[data-v-0bfa858d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 17px;
  margin-top: 4px;
}
.container .article .wz .introduction .teams .reference[data-v-0bfa858d] {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-top: 8px;
}
.container .article .wz .introduction .teams .avtar[data-v-0bfa858d] {
  width: 46px;
  height: 46px;
}
.container .article .wz .introduction .teams .avtar img[data-v-0bfa858d] {
  width: 46px;
  height: 46px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.container .article .wz .introduction .teams .zwei[data-v-0bfa858d] {
  flex: 1;
  margin-left: 8px;
}
.container .article .wz .introduction .teams .zwei .names9[data-v-0bfa858d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
}
.container .article .wz .introduction .teams .zwei .position[data-v-0bfa858d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 13px;
  margin-top: 6px;
}
.container .article .wz .introduction .teams .search[data-v-0bfa858d] {
  width: 76px;
  display: flex;
  justify-content: center;
}
.container .article .wz .introduction .teams .search span[data-v-0bfa858d] {
  width: 76px;
  height: 26px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .article .wz .places[data-v-0bfa858d] {
  padding: 6px 0 0;
}
.container .article .wz .places .place-left[data-v-0bfa858d] {
  background: #fafafa;
  border-radius: 4px 4px 4px 4px;
  padding: 13px 16px;
  margin-bottom: 12px;
}
.container .article .wz .places .place-left .moblies[data-v-0bfa858d] {
  display: flex;
}
.container .article .wz .places .place-left .moblies .moblies-left[data-v-0bfa858d] {
  flex: 1;
}
.container .article .wz .places .place-left .moblies .moblies-left .dizhi[data-v-0bfa858d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
.container .article .wz .places .place-left .moblies .moblies-left .adress[data-v-0bfa858d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 247px;
  margin-top: 4px;
}
.container .article .wz .places .place-left .moblies .moblies-center[data-v-0bfa858d] {
  border-left: 1px solid #e9e9e9;
  padding-left: 27px;
}
.container .article .wz .places .place-left .moblies .moblies-right[data-v-0bfa858d] {
  display: flex;
  align-items: center;
  width: 28px;
}
.container .article .wz .places .place-left .moblies .moblies-right img[data-v-0bfa858d] {
  width: 28px;
  height: 28px;
}
@charset "UTF-8";
.show[data-v-f4825550] {
  top: 0; /* 显示在页面顶部 */
}
.container-bg-size1[data-v-f4825550] {
  background-color: #fff;
}
.pc-all .pulldown[data-v-f4825550] {
  width: 113px;
  height: 33px;
  background: #f5f5f5;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.pc-all .pulldown span[data-v-f4825550] {
  margin-right: 6px;
}
.pc-all .kongWeb[data-v-f4825550] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .kongWeb .del[data-v-f4825550] {
  flex: 1;
  margin: 100px 0 300px;
  display: flex;
  justify-content: center;
}
.pc-all .kongWeb img[data-v-f4825550] {
  width: 233px;
  height: 299px;
}
.pc-all .pcheight[data-v-f4825550] {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 改用 min-height 防止内容溢出 */
}
.pc-all .contents[data-v-f4825550] {
  width: 65%;
  margin: 0 auto;
  flex: 1;
  min-height: 70vh;
  padding: 24px 0;
}
.pc-all .contents .buju[data-v-f4825550] {
  display: flex;
  width: 100%;
}
.pc-all .contents .buju .bj-left[data-v-f4825550] {
  width: 63%;
  background-color: #fff;
}
.pc-all .contents .buju .bj-left .num[data-v-f4825550] {
  padding: 12px 16px;
  width: 100%;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.pc-all .contents .buju .bj-left .num .num-left[data-v-f4825550] {
  width: 30px;
  display: flex;
  align-items: center;
}
.pc-all .contents .buju .bj-left .num .num-left img[data-v-f4825550] {
  width: 30px;
  height: 30px;
  border: 1px solid #eaeaea;
  border-radius: 50px;
}
.pc-all .contents .buju .bj-left .num .num-center[data-v-f4825550] {
  flex: 1;
  margin-left: 6px;
}
.pc-all .contents .buju .bj-left .num .num-center .bozhu[data-v-f4825550] {
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
}
.pc-all .contents .buju .bj-left .num .num-right[data-v-f4825550] {
  width: 52px;
  height: 26px;
  display: flex;
}
.pc-all .contents .buju .bj-left .num .num-right[data-v-f4825550] button {
  background-color: #fff;
  width: 52px;
  height: 26px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
}
.pc-all .contents .buju .bj-left .boxs[data-v-f4825550] {
  width: 100%;
}
.pc-all .contents .buju .bj-left .boxs .swiper-container[data-v-f4825550] {
  overflow: hidden;
}
.pc-all .contents .buju .bj-left .boxs .swiper-container .swiper-wrapper[data-v-f4825550] {
  margin-top: 16px;
}
.pc-all .contents .buju .bj-left .boxs .swiper-container .swiper-wrapper .swiper-slide .imgs[data-v-f4825550] {
  background-color: #fff;
  border-radius: 0px;
  height: 404px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc-all .contents .buju .bj-left .boxs .swiper-container .swiper-wrapper .swiper-slide .imgs img[data-v-f4825550] {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px;
}
.pc-all .contents .buju .bj-left .boxs .swiper-container .swiper-wrapper .swiper-slide .first-slide[data-v-f4825550] {
  background-color: transparent;
}
.pc-all .contents .buju .bj-left .boxs .swiper-container .swiper-wrapper .swiper-slide .first-slide img[data-v-f4825550] {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px;
}
.pc-all .contents .buju .bj-left .boxs .names[data-v-f4825550] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  line-height: 36px;
}
.pc-all .contents .buju .bj-left .article .wz[data-v-f4825550] {
  position: relative;
}
.pc-all .contents .buju .bj-left .article .wz .content[data-v-f4825550] {
  color: #333333;
  font-size: 14px;
  margin: 0 0 5px;
  text-align: justify;
  letter-spacing: 0.4px;
  line-height: 1.9;
  font-family: PingFang SC-Medium;
  word-wrap: break-word;
  word-break: break-all;
}
.pc-all .contents .buju .bj-left .article .wz .content[data-v-f4825550] img {
  max-width: 100%;
}
.pc-all .contents .buju .bj-left .article .wz .expande-button-wrap[data-v-f4825550] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
.pc-all .contents .buju .bj-left .article .wz .expande-button-wrap .expande-button[data-v-f4825550] {
  width: 121px;
  height: 37px;
  line-height: 37px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
}
.pc-all .contents .buju .bj-left .article .wz .pic img[data-v-f4825550] {
  width: 100%;
  height: 150px;
}
.pc-all .contents .buju .bj-left .article .wz .medias-system .demo-tabs[data-v-f4825550] {
  padding: 10px 0 0;
  margin: 12px auto 0;
  background-color: #fff;
}
.pc-all .contents .buju .bj-left .article .wz .medias-system[data-v-f4825550] .el-tabs__item {
  font-size: 16px;
  font-weight: 500;
  color: #666;
  padding: 0 16px;
}
.pc-all .contents .buju .bj-left .article .wz .medias-system[data-v-f4825550] .el-tabs__item.is-active {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  position: relative;
}
.pc-all .contents .buju .bj-left .article .wz .medias-system[data-v-f4825550] .el-tabs__item.is-active::after {
  content: "";
  width: 24px;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  color: #078ae2;
  border-radius: 0px;
  border: 1px solid #078ae2;
  background-color: #078ae2; /* 修改底部横杠的颜色 */
}
.pc-all .contents .buju .bj-left .article .wz .medias-system[data-v-f4825550] .el-tabs__active-bar {
  background-color: transparent; /* 修改底部横杠的颜色 */
}
.pc-all .contents .buju .bj-left .article .wz .medias-system[data-v-f4825550] .el-tabs__nav-wrap::after {
  height: 1px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction[data-v-f4825550] {
  padding: 24px 0px 0;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .comment-flex[data-v-f4825550] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 8px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .comment-flex .comment-decorate[data-v-f4825550] {
  width: 5px;
  height: 22px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .comment-flex .comment-writte[data-v-f4825550] {
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  color: #333333;
  font-weight: 600;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .intro[data-v-f4825550] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  margin: 8px 0;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .honorable .itemone[data-v-f4825550] {
  display: flex;
  align-items: stretch;
  margin-bottom: 8px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .honorable .itemone[data-v-f4825550]:last-child {
  margin-bottom: 0;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .honorable .time[data-v-f4825550] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 4px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .honorable .time .time-left[data-v-f4825550] {
  width: 16px;
  height: 16px;
  background: rgba(7, 138, 226, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .honorable .time .time-left span[data-v-f4825550] {
  width: 8px;
  height: 8px;
  background: #078ae2;
  border-radius: 50px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .honorable .time .time-right[data-v-f4825550] {
  margin-top: 2px;
  width: 1px;
  border-left: 1px dashed #078ae2;
  flex-grow: 1;
  margin-top: 2px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .honorable .mention[data-v-f4825550] {
  margin-left: 8px;
  padding-bottom: 7px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .honorable .mention .mention-left[data-v-f4825550] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .honorable .mention .mention-right[data-v-f4825550] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 8px;
  word-break: break-all;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .study[data-v-f4825550] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  margin-bottom: 8px;
  word-break: break-all;
  white-space: pre-wrap;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .study[data-v-f4825550]:last-child {
  margin-bottom: 0;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .branchs[data-v-f4825550] {
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .branchs .names[data-v-f4825550] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .branchs .place[data-v-f4825550] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 17px;
  margin-top: 4px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .teams .reference[data-v-f4825550] {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-top: 8px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .teams .avtar[data-v-f4825550] {
  width: 46px;
  height: 46px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .teams .avtar img[data-v-f4825550] {
  width: 46px;
  height: 46px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .teams .zwei[data-v-f4825550] {
  flex: 1;
  margin-left: 8px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .teams .zwei .names9[data-v-f4825550] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .teams .zwei .position[data-v-f4825550] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 13px;
  margin-top: 6px;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .teams .search[data-v-f4825550] {
  width: 76px;
  display: flex;
  justify-content: center;
}
.pc-all .contents .buju .bj-left .article .wz .introduction .teams .search span[data-v-f4825550] {
  width: 76px;
  height: 26px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-all .contents .buju .bj-left .article .wz .places[data-v-f4825550] {
  padding: 6px 0 0;
}
.pc-all .contents .buju .bj-left .article .wz .places .place-left[data-v-f4825550] {
  background: #fafafa;
  border-radius: 4px 4px 4px 4px;
  padding: 13px 16px;
  margin-bottom: 12px;
}
.pc-all .contents .buju .bj-left .article .wz .places .place-left .moblies[data-v-f4825550] {
  display: flex;
}
.pc-all .contents .buju .bj-left .article .wz .places .place-left .moblies .moblies-left[data-v-f4825550] {
  flex: 1;
}
.pc-all .contents .buju .bj-left .article .wz .places .place-left .moblies .moblies-left .dizhi[data-v-f4825550] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
.pc-all .contents .buju .bj-left .article .wz .places .place-left .moblies .moblies-left .adress[data-v-f4825550] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 247px;
  margin-top: 4px;
}
.pc-all .contents .buju .bj-left .article .wz .places .place-left .moblies .moblies-center[data-v-f4825550] {
  border-left: 1px solid #e9e9e9;
  padding-left: 27px;
}
.pc-all .contents .buju .bj-left .article .wz .places .place-left .moblies .moblies-right[data-v-f4825550] {
  display: flex;
  align-items: center;
  width: 28px;
}
.pc-all .contents .buju .bj-left .article .wz .places .place-left .moblies .moblies-right img[data-v-f4825550] {
  width: 28px;
  height: 28px;
}
.pc-all .contents .buju .personal-right[data-v-f4825550] {
  font-family: "PingFang SC-Medium";
  margin-left: 14px;
  width: 352px;
}
.pc-all .contents .buju .personal-right .ewcode[data-v-f4825550] {
  width: 100%;
  height: 162px;
}
.pc-all .contents .buju .personal-right .ewcode .bg-img[data-v-f4825550] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 100%;
  height: 162px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .contents .buju .personal-right .ewcode .bg-img .erweima[data-v-f4825550] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 28px;
}
.pc-all .contents .buju .personal-right .ewcode .bg-img .erweima .ewm-left[data-v-f4825550] {
  padding-top: 43px;
}
.pc-all .contents .buju .personal-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-f4825550] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #364579;
  line-height: 20px;
}
.pc-all .contents .buju .personal-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-f4825550]:after {
  content: "";
  display: block;
  width: 83px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
  padding-bottom: 16px;
}
.pc-all .contents .buju .personal-right .ewcode .bg-img .erweima .ewm-left .download[data-v-f4825550] {
  margin-top: 19px;
}
.pc-all .contents .buju .personal-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-f4825550] {
  width: 166px;
  height: 24px;
  border-radius: 2px 2px 2px 2px;
}
.pc-all .contents .buju .personal-right .ewcode .bg-img .erweima .ewm-right[data-v-f4825550] {
  background-color: #fff;
  width: 99px;
  height: 99px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 7px;
  margin-top: 32px;
}
.pc-all .contents .buju .personal-right .ewcode .bg-img .erweima .ewm-right img[data-v-f4825550] {
  width: 84px;
  height: 84px;
}
.pc-all .contents .buju .personal-right .hot-recoomend[data-v-f4825550] {
  border: 1px solid rgba(0, 0, 0, 0.03);
  padding: 15px 10px 16px;
  background-color: #fff;
  border-radius: 2px;
  position: relative;
  margin-top: 16px;
}
.pc-all .contents .buju .personal-right .hot-recoomend .line[data-v-f4825550] {
  position: absolute;
  top: -1px;
  left: 0px;
  height: 3px;
  width: 100%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .contents .buju .personal-right .hot-recoomend .comment-flex[data-v-f4825550] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .contents .buju .personal-right .hot-recoomend .comment-flex .comment-decorate[data-v-f4825550] {
  width: 4px;
  height: 12px;
  background: #078ae2;
  margin: 0 6px 0 0;
}
.pc-all .contents .buju .personal-right .hot-recoomend .comment-flex .comment-writte[data-v-f4825550] {
  font-weight: bold;
  font-family: PingFang SC, PingFang SC;
  font-size: 18px;
  color: #00050f;
}
.pc-all .contents .buju .personal-right .hot-recoomend .exclusive[data-v-f4825550] {
  margin-top: 18px;
}
.pc-all .contents .buju .personal-right .hot-recoomend .exclusive .video-list[data-v-f4825550] {
  display: flex;
  margin-bottom: 8px;
}
.pc-all .contents .buju .personal-right .hot-recoomend .exclusive .video-detail[data-v-f4825550] {
  width: 149px;
  height: 90px;
  position: relative;
}
.pc-all .contents .buju .personal-right .hot-recoomend .exclusive .video-detail img[data-v-f4825550] {
  width: 149px;
  height: 90px;
  border-radius: 2px 2px 2px 2px;
}
.pc-all .contents .buju .personal-right .hot-recoomend .exclusive .video-detail .hots[data-v-f4825550] {
  position: absolute;
  right: 4px;
  top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #ff4183 2%, #ff351d 99%);
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
}
.pc-all .contents .buju .personal-right .hot-recoomend .exclusive .video-title[data-v-f4825550] {
  width: 60%;
  padding-left: 8px;
}
.pc-all .contents .buju .personal-right .hot-recoomend .exclusive .video-title .video-biaoti[data-v-f4825550] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 22px;
}
.pc-all .contents .buju .personal-right .hot-recoomend .exclusive .video-title .video-biaoti .bt-left[data-v-f4825550] {
  display: flex;
  align-items: center;
}
.pc-all .contents .buju .personal-right .hot-recoomend .exclusive .video-title .video-biaoti .bt-left .names[data-v-f4825550] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}
.pc-all .contents .buju .personal-right .hot-recoomend .exclusive .video-title .video-biaoti .bt-right img[data-v-f4825550] {
  width: 24px;
  height: 24px;
}
.pc-all .contents .buju .personal-right .hot-recoomend .exclusive .video-title .video-author[data-v-f4825550] {
  height: 18px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.pc-all .contents .buju .personal-right .hot-recoomend .exclusive .video-title .intrce[data-v-f4825550] {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #777777;
  line-height: 16px;
  margin-top: 17px;
}
.pc-all .contents .buju .personal-right .open-more[data-v-f4825550] {
  margin: 16px 48px 0;
  display: flex;
}
.pc-all .contents .buju .personal-right .open-more button[data-v-f4825550] {
  width: 100%;
  height: 37px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
  border: none;
}
.pc-all .dialog-cute[data-v-f4825550] {
  display: flex;
  justify-content: center;
  text-align: center;
  height: 450px;
  overflow-y: scroll;
}
.pc-all .dialog-cute[data-v-f4825550]::-webkit-scrollbar {
  width: 0px;
}
.pc-all .dialog-cute .closes[data-v-f4825550] .el-icon-close {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 18px;
}
.pc-all .dialog-cute .reference .avtar[data-v-f4825550] {
  height: 70px;
}
.pc-all .dialog-cute .reference .avtar img[data-v-f4825550] {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.pc-all .dialog-cute .reference .names[data-v-f4825550] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  height: 28px;
  margin-top: 8px;
}
.pc-all .dialog-cute .reference .position[data-v-f4825550] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  height: 28px;
  margin-top: 4px;
}
.pc-all .dialog-cute .reference .position1[data-v-f4825550] {
  text-align: left;
  margin-top: 11px;
}
.container[data-v-ccf49be8] {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  height: 100vh;
}
.container .kongMoblie[data-v-ccf49be8] {
  display: flex;
  justify-content: center;
  margin-top: 126px;
}
.container .kongMoblie img[data-v-ccf49be8] {
  width: 154px;
  height: 153px;
}
.container .logo[data-v-ccf49be8] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.container .logo .left[data-v-ccf49be8] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .logo .left img[data-v-ccf49be8] {
  width: 213px;
  height: 32px;
}
.container .logo .right[data-v-ccf49be8] {
  display: flex;
}
.container .logo .right .llqbtn[data-v-ccf49be8] {
  font-size: 12px;
  width: 70px;
  height: 28px;
  background: #29a9ff;
  border-radius: 2px 2px 2px 2px;
  border: none;
  color: #fff;
  line-height: 28px;
}
.container .logo .right .llqbtn[data-v-ccf49be8]:active {
  outline: none;
}
.container .logo .right .llqbtn[data-v-ccf49be8]:focus {
  outline: none;
}
.container .num[data-v-ccf49be8] {
  padding: 0 0.4267rem;
  background-image: url("https://static-web.yaoweilai.com/app/img/bgname.png");
  background-size: 100% 68px;
  background-repeat: no-repeat;
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f8f8f8;
  padding-left: 16px;
  padding-right: 16px;
}
.container .num .num-left[data-v-ccf49be8] {
  width: 40px;
  display: flex;
  align-items: center;
}
.container .num .num-left img[data-v-ccf49be8] {
  width: 40px;
  height: 40px;
  border-radius: 1.3333rem;
}
.container .num .num-center[data-v-ccf49be8] {
  width: 69%;
  line-height: 0.5333rem;
}
.container .num .num-center .bozhu[data-v-ccf49be8] {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 5.8667rem;
  margin-top: 0.1333rem;
  color: #333333;
}
.container .num .num-center p[data-v-ccf49be8] {
  display: flex;
  align-items: center;
}
.container .num .num-center p img[data-v-ccf49be8] {
  width: 13px;
  height: 13px;
  margin-right: 3px;
  display: flex;
  align-items: center;
  margin-top: -2px;
}
.container .num .num-center p[data-v-ccf49be8] {
  color: #999999;
  font-size: 10px;
  font-size: 0.32rem;
}
.container .num .num-right[data-v-ccf49be8] {
  width: 56px;
  height: 24px;
  display: flex;
}
.container .num .num-right[data-v-ccf49be8] button {
  width: 56px;
  height: 100%;
  font-size: 12px;
  background: linear-gradient(to right, #048eea, #31aafb);
  color: #fff;
  border: none;
  border-radius: 50px;
}
.container .timelist[data-v-ccf49be8] {
  padding: 0 16px 30px;
}
.container .timelist .days[data-v-ccf49be8] {
  border-bottom: 1px solid #eee;
  margin-top: 30px;
}
.container .timelist .days[data-v-ccf49be8]:first-child {
  margin-top: 30px;
}
.container .timelist .days[data-v-ccf49be8]:last-child {
  border-bottom: none;
}
.container .timelist .days .dates[data-v-ccf49be8] {
  font-family: PingFang SC-Bold;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  margin-bottom: 24px;
  font-weight: 600;
}
.container .timelist .days .periods[data-v-ccf49be8] {
  margin-bottom: 23px;
}
.container .timelist .days .periods[data-v-ccf49be8]:last-child {
  margin-bottom: 30px;
}
.container .timelist .days .periods .periods-left[data-v-ccf49be8] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-right: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.container .timelist .days .periods .periods-right[data-v-ccf49be8] {
  display: flex;
  flex-wrap: wrap;
}
.container .timelist .days .periods .forenoons[data-v-ccf49be8] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 107px;
  height: 49px;
  border-radius: 4px 4px 4px 4px;
  margin-right: 10px;
  border: 1px solid #eaeaea;
  margin-bottom: 10px;
}
.container .timelist .days .periods .forenoons[data-v-ccf49be8]:nth-child(3n) {
  margin-right: 0;
}
.container .timelist .days .periods .forenoons .nows-order[data-v-ccf49be8] {
  text-align: center;
}
.container .timelist .days .periods .forenoons .nows-order .sw-time[data-v-ccf49be8] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
}
.container .timelist .days .periods .forenoons .nows-order .orders[data-v-ccf49be8] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
.container .timelist .days .periods .activeForenoons[data-v-ccf49be8] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 107px;
  height: 49px;
  background: #f8f8f9;
  border-radius: 4px 4px 4px 4px;
  margin-right: 10px;
  border: 1px solid #eaeaea;
}
.container .timelist .days .periods .activeForenoons .nows-order[data-v-ccf49be8] {
  text-align: center;
}
.container .timelist .days .periods .activeForenoons .nows-order .sw-time[data-v-ccf49be8] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 600;
}
.container .timelist .days .periods .activeForenoons .nows-order .orders[data-v-ccf49be8] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
}
.container .openapp[data-v-ccf49be8] {
  position: fixed;
  bottom: 28px;
  left: 50%;
  text-align: center;
  z-index: 99;
  transform: translateX(-50%);
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #078ae2;
  border-radius: 20px;
}
.container .openapp .now[data-v-ccf49be8] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .openapp img[data-v-ccf49be8] {
  width: 20px;
  height: 20px;
}
.container .openapp span[data-v-ccf49be8] {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  margin-left: 6px;
}
.pc-all[data-v-145e4a6a] {
  background-color: #fff;
}
.pc-all .kongWeb .del[data-v-145e4a6a] {
  margin: 100px 0 300px;
  display: flex;
  justify-content: center;
}
.pc-all .kongWeb img[data-v-145e4a6a] {
  width: 233px;
  height: 299px;
}
.pc-all .content[data-v-145e4a6a] {
  width: 1006px;
  margin: 0 auto;
  min-height: 70vh;
  padding: 36px 0;
}
.pc-all .content .buju[data-v-145e4a6a] {
  display: flex;
}
.pc-all .content .buju .article[data-v-145e4a6a] {
  width: 717px;
}
.pc-all .content .buju .article .original[data-v-145e4a6a] {
  font-size: 14px;
  color: #777777;
}
.pc-all .content .buju .article .article-title[data-v-145e4a6a] {
  width: 710px;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  font-family: "PingFang SC-Bold";
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pc-all .content .buju .article .hot-number[data-v-145e4a6a] {
  color: #999;
  font-size: 12px;
  font-family: "PingFang SC-Medium";
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
.pc-all .content .buju .article .hot-number .fire1[data-v-145e4a6a] {
  margin: 0 6px;
}
.pc-all .content .buju .article .hot-number img[data-v-145e4a6a] {
  width: 7px;
  height: 10px;
  margin-right: 4px;
}
.pc-all .content .buju .article .mettingimg[data-v-145e4a6a] {
  position: relative;
}
.pc-all .content .buju .article .mettingimg img[data-v-145e4a6a] {
  width: 100%;
  height: 400px;
}
.pc-all .content .buju .article .mettingimg .showad[data-v-145e4a6a] {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: rgba(0, 39, 66, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.pc-all .content .buju .article .mettingimg .anniu[data-v-145e4a6a] {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: rgba(0, 39, 66, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.pc-all .content .buju .article .mettingimg .anniu img[data-v-145e4a6a] {
  width: 46px;
  height: 46px;
}
.pc-all .content .buju .article .intro[data-v-145e4a6a] {
  margin-top: 20px;
}
.pc-all .content .buju .article .intro .comment-flex[data-v-145e4a6a] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .content .buju .article .intro .comment-flex .comment-decorate[data-v-145e4a6a] {
  width: 4px;
  height: 10px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
}
.pc-all .content .buju .article .intro .comment-flex .comment-writte[data-v-145e4a6a] {
  font-size: 14px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .content .buju .article .intro .topics[data-v-145e4a6a] {
  position: relative;
  margin-top: 8px;
}
.pc-all .content .buju .article .intro .topics .xl[data-v-145e4a6a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-family: PingFang SC-Medium, PingFang SC;
  color: #333333;
  line-height: 24px;
}
.pc-all .content .buju .article .intro .topics .xl h5[data-v-145e4a6a] {
  font-size: 13px;
  color: #333;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.pc-all .content .buju .article .intro .topics .xl .down[data-v-145e4a6a] {
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  font-size: 13px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #0790eb;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pc-all .content .buju .article .intro .topics .xl .down i[data-v-145e4a6a] {
  font-size: 15px;
  color: #0790eb;
}
.pc-all .content .buju .article .category[data-v-145e4a6a] {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f8f8f9;
  padding: 0 16px;
  margin-top: 30px;
}
.pc-all .content .buju .article .category .types[data-v-145e4a6a] {
  font-size: 13px;
  font-weight: 500;
  color: #979799;
  margin-right: 170px;
}
.pc-all .content .buju .article .category .types[data-v-145e4a6a]:last-child {
  margin-right: 0;
}
.pc-all .content .buju .article .category .types .tublist_item[data-v-145e4a6a] {
  color: #078ae2;
  padding: 5px 0px;
  font-size: 14px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .content .buju .article .category .types .tublist_item[data-v-145e4a6a]:hover {
  cursor: pointer;
}
.pc-all .content .buju .article .category .types .tublist_item[data-v-145e4a6a]:after {
  content: "";
  display: block;
  width: 26px;
  border-radius: 10px;
  height: 4px;
  background: linear-gradient(to bottom, #25a5ff 0%, #4dd1ff 100%);
  margin: 5px auto -5px;
}
.pc-all .content .buju .article .category .types .tublist_next_item[data-v-145e4a6a] {
  padding: 5px 0px;
}
.pc-all .content .buju .article .category .types .tublist_next_item[data-v-145e4a6a]:hover {
  cursor: pointer;
}
.pc-all .content .buju .article .timelist .days[data-v-145e4a6a] {
  border-bottom: 1px solid #eee;
  margin-top: 40px;
}
.pc-all .content .buju .article .timelist .days[data-v-145e4a6a]:first-child {
  margin-top: 25px;
}
.pc-all .content .buju .article .timelist .days[data-v-145e4a6a]:last-child {
  border-bottom: none;
}
.pc-all .content .buju .article .timelist .days .dates[data-v-145e4a6a] {
  font-family: PingFang SC-Bold;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  margin-bottom: 24px;
  font-weight: 600;
}
.pc-all .content .buju .article .timelist .days .periods[data-v-145e4a6a] {
  display: flex;
  align-items: center;
  margin-bottom: 43px;
}
.pc-all .content .buju .article .timelist .days .periods .periods-left[data-v-145e4a6a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-right: 16px;
  font-weight: 600;
  width: 40px;
}
.pc-all .content .buju .article .timelist .days .periods .periods-right[data-v-145e4a6a] {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.pc-all .content .buju .article .timelist .days .periods .forenoons[data-v-145e4a6a] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  width: 107px;
  height: 49px;
  border-radius: 4px 4px 4px 4px;
  margin-right: 10px;
  border: 1px solid #eaeaea;
}
.pc-all .content .buju .article .timelist .days .periods .forenoons .nows-order[data-v-145e4a6a] {
  text-align: center;
}
.pc-all .content .buju .article .timelist .days .periods .forenoons .nows-order .sw-time[data-v-145e4a6a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
}
.pc-all .content .buju .article .timelist .days .periods .forenoons .nows-order .orders[data-v-145e4a6a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
.pc-all .content .buju .article .timelist .days .periods .activeForenoons[data-v-145e4a6a] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 107px;
  height: 49px;
  background: #f8f8f9;
  border-radius: 4px 4px 4px 4px;
  margin-right: 10px;
  border: 1px solid #eaeaea;
}
.pc-all .content .buju .article .timelist .days .periods .activeForenoons .nows-order[data-v-145e4a6a] {
  text-align: center;
}
.pc-all .content .buju .article .timelist .days .periods .activeForenoons .nows-order .sw-time[data-v-145e4a6a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 600;
}
.pc-all .content .buju .article .timelist .days .periods .activeForenoons .nows-order .orders[data-v-145e4a6a] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
}
.pc-all .content .buju .bj-right[data-v-145e4a6a] {
  font-family: "PingFang SC-Medium";
  margin-left: 22px;
  width: 267px;
}
.pc-all .content .buju .bj-right .ewcode[data-v-145e4a6a] {
  width: 267px;
  height: 123px;
  margin-top: 5px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img[data-v-145e4a6a] {
  background: linear-gradient(131deg, #d0edfe 0%, #d3d4ff 100%);
  width: 267px;
  height: 123px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima[data-v-145e4a6a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 21px 0 21px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left[data-v-145e4a6a] {
  padding-top: 30px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .populay img[data-v-145e4a6a] {
  width: 120px;
  height: 27px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .populay[data-v-145e4a6a]:after {
  content: "";
  display: block;
  width: 63px;
  border-bottom: 1px solid #364579;
  margin: 0px 0 0 2px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .download[data-v-145e4a6a] {
  margin-top: 14px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-left .download img[data-v-145e4a6a] {
  width: 126px;
  height: 18px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-right[data-v-145e4a6a] {
  background-color: #fff;
  width: 75px;
  height: 75px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 5px;
  margin-top: 24px;
}
.pc-all .content .buju .bj-right .ewcode .bg-img .erweima .ewm-right img[data-v-145e4a6a] {
  width: 64px;
  height: 64px;
}
.pc-all .content .buju .bj-right .peronal-bj[data-v-145e4a6a] {
  border: 1px solid #e8e8e8;
  margin-top: 10px;
  padding-bottom: 20px;
  border-radius: 2px;
  position: relative;
}
.pc-all .content .buju .bj-right .peronal-bj .more[data-v-145e4a6a] {
  position: absolute;
  left: -1px;
  bottom: 0;
  right: 0;
  width: 267px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: #048eea;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 0px 0px 2px 2px;
}
.pc-all .content .buju .bj-right .peronal-bj .line[data-v-145e4a6a] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .content .buju .bj-right .peronal-bj .bj[data-v-145e4a6a] {
  padding: 20px 10px 0;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg[data-v-145e4a6a] {
  display: flex;
  align-items: center;
  margin: 0 4px 0 8px;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .bt-img[data-v-145e4a6a] {
  width: 40px;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .bt-img img[data-v-145e4a6a] {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .right-name[data-v-145e4a6a] {
  flex: 1;
  margin-left: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .right-btn[data-v-145e4a6a] {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 60px;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .right-btn .btn-ys[data-v-145e4a6a] {
  width: 60px;
  height: 25px;
  background-color: #f3faff;
  border: 1px solid #048eea;
  font-size: 12px;
  border-radius: 5px;
  line-height: 23px;
  cursor: pointer;
  color: #048eea;
}
.pc-all .content .buju .bj-right .peronal-bj .personal-bg .right-btn .btn-sx[data-v-145e4a6a] {
  background-color: #f2f4f9;
  color: #333333;
}
.pc-all .content .buju .bj-right .peronal-bj .el-divider--horizontal[data-v-145e4a6a] {
  margin: 12px 0 !important;
}
.pc-all .content .buju .bj-right .peronal-bj .right-detail[data-v-145e4a6a] {
  display: flex;
  margin: 16px 4px 12px 8px;
}
.pc-all .content .buju .bj-right .peronal-bj .right-detail .right-zi[data-v-145e4a6a] {
  font-size: 12px;
  color: #999999;
  margin-right: 33px;
}
.pc-all .content .buju .bj-right .hot-recoomend[data-v-145e4a6a] {
  border: 1px solid #e8e8e8;
  margin-top: 12px;
  padding: 15px 10px 16px;
  border-radius: 2px;
  position: relative;
}
.pc-all .content .buju .bj-right .hot-recoomend .line[data-v-145e4a6a] {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 3px;
  width: 267px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 3px solid #048eea;
}
.pc-all .content .buju .bj-right .hot-recoomend .comment-flex[data-v-145e4a6a] {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.pc-all .content .buju .bj-right .hot-recoomend .comment-flex .comment-decorate[data-v-145e4a6a] {
  width: 4px;
  height: 12px;
  background-color: #25a5ff;
  margin: 0 7px 0 0;
  border-radius: 10px;
}
.pc-all .content .buju .bj-right .hot-recoomend .comment-flex .comment-writte[data-v-145e4a6a] {
  font-weight: bold;
  color: #00050f;
  font-size: 12px;
  font-weight: bold;
  color: #00050f;
}
.pc-all .content .buju .bj-right .hot-recoomend1[data-v-145e4a6a] {
  border: none;
}
.pc-all .content .buju .bj-right .hot-recoomend1 .right-list[data-v-145e4a6a] {
  margin-bottom: 20px;
}
.pc-all .content .buju .bj-right .right-list .hot-list[data-v-145e4a6a] {
  margin-top: 10px;
  margin-left: 12px;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex[data-v-145e4a6a] {
  display: flex;
  cursor: pointer;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-sp[data-v-145e4a6a] {
  position: relative;
  width: 99px;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-sp img[data-v-145e4a6a] {
  width: 102px;
  height: 60px;
  border-radius: 2px;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-other[data-v-145e4a6a] {
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-other .hot-title[data-v-145e4a6a] {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-other .hot-author[data-v-145e4a6a] {
  color: #999999;
  font-size: 12px;
  position: absolute;
  bottom: 0;
}
.pc-all .content .buju .bj-right .right-list .hot-list .hot-flex .hot-other .hot-author span[data-v-145e4a6a] {
  font-size: 12px;
  margin-left: 5px;
}
.pc-all .el-divider[data-v-145e4a6a] {
  background-color: #eeeeee !important;
}
.pc-all .el-divider__text[data-v-145e4a6a] {
  background-color: #fbfbfb !important;
}
.all[data-v-51806345] .van-popup {
  background-color: rgba(0, 0, 0, 0);
  width: 85%;
  margin: 0 auto;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2500 !important;
}
.all[data-v-51806345] .van-popup .mask .mask-img {
  text-align: right;
}
.all[data-v-51806345] .van-popup .mask .mask-img img {
  width: 82px !important;
  height: 61px !important;
}
.all[data-v-51806345] .van-popup .mask-text {
  color: white;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
}
.all[data-v-51806345] {
  text-align: center;
}
.all .icon-top[data-v-51806345] {
  margin-top: 60px;
}
.all .icon-top img[data-v-51806345] {
  width: 82px;
  height: 82px;
}
.all .title[data-v-51806345] {
  margin-top: 30px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  font-family: "PingFang SC-Bold";
}
.all .content[data-v-51806345] {
  margin-top: 4px;
  font-size: 14px;
  color: #999999;
  font-family: "PingFang SC-Medium";
}
.all .mores .line-center[data-v-51806345] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  line-height: 17px;
  text-align: center;
}
.all .center[data-v-51806345] {
  display: flex;
  justify-content: center;
}
.all .center .btn[data-v-51806345] {
  margin-top: 20px;
  background-color: #29a9ff;
  width: 335px;
  height: 42px;
  color: white;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.all .center .btn img[data-v-51806345] {
  width: 20px;
  height: 16px;
  display: flex;
}
.all .center .btn .yao[data-v-51806345] {
  width: 19px;
  height: 19px;
}
.all .center .btn .open[data-v-51806345] {
  width: 80px;
  height: 19px;
  margin-left: 6px;
}
.all .center .btn span[data-v-51806345] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-left: 6px;
}
.all .bottom[data-v-51806345] {
  margin: 109px 80px 40px;
  overflow: hidden;
}
.all .bottom .swiper-container[data-v-51806345] {
  overflow: visible !important;
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
}
.all .bottom .swiper-container .swiper-slide .bottom-flex[data-v-51806345] {
  display: flex;
  justify-content: center;
}
.all .bottom .swiper-container .swiper-slide .bottom-flex .swiper-slide-prevs[data-v-51806345] {
  width: 215px !important;
  height: 270px !important;
}
.all .bottom .swiper-container .swiper-slide .bottom-flex .swiper-slide-prevs img[data-v-51806345] {
  width: 100%;
  height: 100%;
}
.all .footer[data-v-51806345] {
  margin-top: 52px;
}
.all .footer .company[data-v-51806345] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  line-height: 17px;
  text-align: center;
}
.all .footer .reserverd[data-v-51806345] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  line-height: 17px;
  margin-top: 2px;
}
.all .footer .reserverd img[data-v-51806345] {
  width: 11px;
  height: 11px;
  margin: 0 3px;
}
.all .footer .pailie[data-v-51806345] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #2f71ff;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
}
.all .footer .pailie .lines[data-v-51806345] {
  margin: 0 5px;
}
.all .footer .foot-flex[data-v-51806345] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #2f71ff;
  line-height: 17px;
  margin-top: 2px;
}
.all .footer .foot-flex span[data-v-51806345] {
  cursor: pointer;
  margin: 0 4px;
}
@charset "UTF-8";
[data-v-090efeb6] .el-upload input {
  display: none;
}
[data-v-090efeb6] .van-uploader__preview-delete {
  width: 15px;
  height: 15px;
}
.feedback[data-v-090efeb6] {
  text-align: left;
  background: #f5f5f6;
}
.feedback .problem[data-v-090efeb6] {
  background: #ffffff;
}
.feedback .problem .advice-type[data-v-090efeb6] {
  display: flex;
  justify-content: space-between;
  height: 56px;
  align-items: center;
  margin: 0 16px;
  border-bottom: 1px solid #eee;
}
.feedback .problem .advice-type .advice-left[data-v-090efeb6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
.feedback .problem .advice-type .advice-left span[data-v-090efeb6] {
  color: #ee4935;
}
.feedback .problem .advice-type .advice-right[data-v-090efeb6] {
  display: flex;
  align-items: center;
}
.feedback .problem .advice-type .advice-right input[data-v-090efeb6] {
  width: 200px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  text-align: right;
  line-height: 20px;
  border: none;
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.feedback .problem .advice-type .advice-right .van-icon[data-v-090efeb6] {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #666;
}
.feedback .problem .advice-type .sellect .tiltes[data-v-090efeb6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.feedback .problem .advice-type .sellect[data-v-090efeb6] .van-popup {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.feedback .problem .advice-type .sellect[data-v-090efeb6] .van-radio {
  height: 56px;
  border-bottom: 1px solid #eee;
  margin: 0 15px;
}
.feedback .problem .advice-type .sellect[data-v-090efeb6] .van-radio__label {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.feedback .problem .advice-type .sellect .radio-img[data-v-090efeb6] {
  width: 20px;
  height: 20px;
}
.feedback .problem .advice-type .sellect .radio-unchecked[data-v-090efeb6] {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 50%;
}
.feedback .problem .advice-type[data-v-090efeb6] .van-popup__close-icon {
  color: #333333 !important;
}
.feedback .problem .problem_input[data-v-090efeb6] {
  padding: 24px 16px;
}
.feedback .problem .problem_input .advice-left[data-v-090efeb6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
.feedback .problem .problem_input .advice-left span[data-v-090efeb6] {
  color: #ee4935;
}
.feedback .problem .problem_input[data-v-090efeb6] .van-cell {
  margin-top: 8px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.feedback .problem .upload-pic[data-v-090efeb6] {
  padding: 0 16px 24px;
}
.feedback .problem .upload-pic .advice-left[data-v-090efeb6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
.feedback .problem .upload-pic .advice-left span[data-v-090efeb6] {
  color: #ee4935;
}
.feedback .problem .upload-pic .van-uploader[data-v-090efeb6] {
  margin: 8px 0;
  display: flex;
  width: 100%;
  gap: 8px;
}
.feedback .problem .upload-pic .van-uploader[data-v-090efeb6] .van-uploader__wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.feedback .problem .upload-pic .van-uploader[data-v-090efeb6] .van-uploader__preview {
  margin-bottom: 0px;
}
.feedback .problem .upload-pic .van-uploader[data-v-090efeb6] {
  /* 每个图片 / 上传按钮 */
}
.feedback .problem .upload-pic .van-uploader[data-v-090efeb6] .van-uploader__input-wrapper,
.feedback .problem .upload-pic .van-uploader[data-v-090efeb6] .van-uploader__preview,
.feedback .problem .upload-pic .van-uploader[data-v-090efeb6] .van-uploader__upload {
  flex: 1;
  max-width: calc((100% - 16px) / 3);
  aspect-ratio: 1/1;
}
.feedback .problem .upload-pic .van-uploader[data-v-090efeb6] .van-uploader__preview-image {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.feedback .problem .upload-pic .van-uploader[data-v-090efeb6] {
  /* 隐藏默认删除图标 */
}
.feedback .problem .upload-pic .van-uploader[data-v-090efeb6] .van-uploader__preview-delete-icon {
  display: none !important;
}
.feedback .problem .upload-pic .van-uploader[data-v-090efeb6] {
  /* 替换删除按钮为你的图片 */
}
.feedback .problem .upload-pic .van-uploader[data-v-090efeb6] .van-uploader__preview-delete {
  background-image: url("https://static-web.yaoweilai.com/web/image/icons-fk-del.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  width: 24px !important;
  height: 24px !important;
  border: none !important;
  top: -10px;
  right: -10px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
}
.feedback .problem .upload-pic .play[data-v-090efeb6] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px dashed #cdd3d9;
  text-align: center;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
.feedback .problem .upload-pic .play .van-icon[data-v-090efeb6] {
  color: #999;
  font-size: 28px;
}
.feedback .problem .upload-pic .max[data-v-090efeb6] {
  color: #a2abb6;
  font-size: 12px;
  margin-top: 3px;
}
.feedback .contact h3[data-v-090efeb6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 2px;
  padding: 0 16px;
}
.feedback .contact .names[data-v-090efeb6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  height: 56px;
  margin: 0 16px;
}
.feedback .contact .names .advice-left[data-v-090efeb6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
}
.feedback .contact .names .advice-left span[data-v-090efeb6] {
  color: #ee4935;
}
.feedback .contact .names .names-right[data-v-090efeb6] .van-field__control {
  text-align: right;
}
.feedback .contact .names .names-right[data-v-090efeb6] .van-cell {
  padding: 10px 0;
}
.feedback .submit[data-v-090efeb6] {
  margin: 23px 16px 40px;
  height: 40px;
  display: flex;
}
.feedback .submit .button[data-v-090efeb6] {
  width: 100%;
  text-align: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  height: 40px;
  background: #078ae2;
  border: none;
  border-radius: 2px;
}
.success[data-v-1d5d69da] {
  text-align: center;
  margin-top: 90px;
}
.success img[data-v-1d5d69da] {
  width: 80px;
  height: 80px;
}
.success h4[data-v-1d5d69da] {
  color: #333333;
  font-size: 16px;
  margin-top: 20px;
}
.success .para[data-v-1d5d69da] {
  color: #999999;
  font-size: 13px;
  margin: 18px 38px 0;
}
.container[data-v-d10269d6] {
  padding: 0 16px;
}
.container[data-v-d10269d6] table {
  width: 100% !important;
}
.container[data-v-d10269d6] table tr span {
  font-size: 12px !important;
}
.container[data-v-d10269d6] table tr.firstRow span {
  font-size: 14px !important;
}
.container .expande[data-v-d10269d6] {
  height: auto;
}
.container .content[data-v-d10269d6] {
  color: #333333;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0.4px;
  line-height: 1.9;
  font-family: PingFang SC-Medium;
  word-wrap: break-word;
  word-break: break-all;
}
.container .content[data-v-d10269d6] img {
  max-width: 100%;
}
.container .expande-button[data-v-d10269d6] {
  font-weight: 600;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #0790eb;
  font-size: 13px;
}
.container .pic img[data-v-d10269d6] {
  width: 100%;
  height: 150px;
}
.container[data-v-3e91092a] {
  padding: 0 16px;
}
.container[data-v-3e91092a] table {
  width: 100% !important;
}
.container[data-v-3e91092a] table tr span {
  font-size: 12px !important;
}
.container[data-v-3e91092a] table tr.firstRow span {
  font-size: 14px !important;
}
.container .expande[data-v-3e91092a] {
  height: auto;
}
.container .content[data-v-3e91092a] {
  color: #333333;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0.4px;
  line-height: 1.9;
  font-family: PingFang SC-Medium;
  word-wrap: break-word;
  word-break: break-all;
}
.container .content[data-v-3e91092a] img {
  max-width: 100%;
}
.container .expande-button[data-v-3e91092a] {
  font-weight: 600;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #0790eb;
  font-size: 13px;
}
.container .pic img[data-v-3e91092a] {
  width: 100%;
  height: 150px;
}
.wrapper[data-v-3e91092a] {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  height: 100%;
}
.wrapper img[data-v-3e91092a] {
  width: 85px;
  height: 30px;
}
[data-v-3e91092a] .van-overlay {
  background-color: rgb(255, 255, 255) !important;
}

.pc-all .bgImg[data-v-09cb3db6] {
  width: 100%;
  min-height: 100vh;
  background: url("https://static-web.yaoweilai.com/web/image/icon-movebg.png") 50% no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.pc-all .bgImg .checkin[data-v-09cb3db6] {
  position: absolute;
  left: 15%;
  top: 5%;
}
.pc-all .bgImg .checkin .iconlogo img[data-v-09cb3db6] {
  width: 92px;
  height: 28px;
}
.pc-all .bgImg .checkin .title[data-v-09cb3db6] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 70px;
  color: #333333;
  margin-top: 15%;
  line-height: 106px;
}
.pc-all .bgImg .checkin .title .title-right[data-v-09cb3db6] {
  color: #2f71ff;
}
.pc-all .bgImg .checkin .intos[data-v-09cb3db6] {
  margin-top: 40px;
}
.pc-all .bgImg .checkin .intos .explain[data-v-09cb3db6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 28px;
  color: #333333;
  line-height: 42px;
}
.pc-all .bgImg .checkin .intos .lists[data-v-09cb3db6] {
  margin-top: 12px;
}
.pc-all .bgImg .checkin .intos .lists .items[data-v-09cb3db6] {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.pc-all .bgImg .checkin .intos .lists .items img[data-v-09cb3db6] {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.pc-all .bgImg .checkin .intos .lists .items span[data-v-09cb3db6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.pc-all .bgImg .movein[data-v-09cb3db6] {
  border-radius: 10px;
  position: absolute;
  top: 52%;
  left: 75%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 380px;
  height: 560px;
}
.pc-all .bgImg .movein .toin[data-v-09cb3db6] {
  background-color: #f7f7f7;
  width: 380px;
  height: 97px;
  padding: 24px 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.pc-all .bgImg .movein .toin .titles[data-v-09cb3db6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 27px;
}
.pc-all .bgImg .movein .toin .times[data-v-09cb3db6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #939393;
  line-height: 18px;
  margin-top: 4px;
}
.pc-all .bgImg .movein .information[data-v-09cb3db6] {
  padding: 0 40px;
  margin-top: 20px;
}
.pc-all .bgImg .movein .information[data-v-09cb3db6] .el-form-item__label {
  width: 75px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
.pc-all .bgImg .movein .information[data-v-09cb3db6] .el-form-item__content {
  display: flex;
}
.pc-all .bgImg .movein .information[data-v-09cb3db6] .el-form-item {
  margin-bottom: 20px;
}
.pc-all .bgImg .movein .information[data-v-09cb3db6] .el-input__inner {
  width: 225px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  background-color: #f8fafb !important;
  border: none;
}
.pc-all .bgImg .movein .information[data-v-09cb3db6] .el-input {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  width: 225px;
  background-color: #fbfbfb;
}
.pc-all .bgImg .movein .information .login-main-input-other[data-v-09cb3db6] {
  position: relative;
}
.pc-all .bgImg .movein .information .login-main-input-other .login-main-input-sendCode[data-v-09cb3db6] {
  position: absolute;
  right: 1px;
  top: 1px;
  font-family: "PingFang SC-Regular";
  font-size: 11px;
  border: none;
  color: #bdbdbd;
  height: 38px;
  background-color: #f8fafb !important;
}
.pc-all .bgImg .movein .information .login-main-input-other .shen[data-v-09cb3db6] {
  color: #bdbdbd;
}
.pc-all .bgImg .movein .information .login-main-input-other .qian[data-v-09cb3db6] {
  color: #bdbdbd;
}
.pc-all .bgImg .movein .information .btn[data-v-09cb3db6] {
  display: flex;
  justify-content: center;
  margin-left: 10px;
}
.pc-all .bgImg .movein .information .btn .btn-style[data-v-09cb3db6] {
  width: 292px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2f71ff;
  border-radius: 5px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.pc-all .bgImg .movein .agree[data-v-09cb3db6] {
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-top: -12px;
}
.pc-all .bgImg .movein .agree .selects[data-v-09cb3db6] .el-checkbox__inner {
  border-radius: 20px;
  width: 14px;
  height: 14px;
}
.pc-all .bgImg .movein .agree .xyment[data-v-09cb3db6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #3d3d3d;
  margin-left: -5px;
}
.pc-all .bgImg .movein .agree .xyment span[data-v-09cb3db6] {
  color: #2f71ff;
}

.el-cascader-panel {
    height: 300px !important;
}

.container[data-v-d35fce0a] {
  padding: 0 16px;
}
.container[data-v-d35fce0a] table {
  width: 100% !important;
}
.container[data-v-d35fce0a] table tr span {
  font-size: 12px !important;
}
.container[data-v-d35fce0a] table tr.firstRow span {
  font-size: 14px !important;
}
.container .expande[data-v-d35fce0a] {
  height: auto;
}
.container .content[data-v-d35fce0a] {
  color: #333333;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0.4px;
  line-height: 1.9;
  font-family: PingFang SC-Medium;
  word-wrap: break-word;
  word-break: break-all;
}
.container .content[data-v-d35fce0a] img {
  max-width: 100%;
}
.container .expande-button[data-v-d35fce0a] {
  font-weight: 600;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #0790eb;
  font-size: 13px;
}
.container .pic img[data-v-d35fce0a] {
  width: 100%;
  height: 150px;
}
.container .mettingImg[data-v-28d59d36] {
  width: 100%;
  height: 215px;
}
.container .mettingImg img[data-v-28d59d36] {
  width: 100%;
  height: 215px;
}
.container .meet[data-v-28d59d36] {
  margin-top: 24px;
}
.container .meet .join[data-v-28d59d36] {
  display: flex;
  justify-content: center;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  font-family: PingFang SC-Bold;
  margin-bottom: 5px;
}
.container .meet .info[data-v-28d59d36] {
  display: flex;
  justify-content: center;
  color: #477ef5;
  font-size: 18px;
  margin-top: 4px;
  font-weight: 600;
  margin: 0 28px;
  white-space: pre-wrap;
}
.container .meet .info .name[data-v-28d59d36] {
  font-family: PingFang SC-Heavy;
  text-align: center;
}
.container .meet .explains[data-v-28d59d36] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 12px;
  color: #ff0000;
  line-height: 17px;
  text-align: center;
  font-style: normal;
  margin: 14px 0 10px;
}
.container .meet .codes[data-v-28d59d36] {
  text-align: center;
}
.container .meet .codes .erweima[data-v-28d59d36] {
  margin: 12px 0 2px 0;
}
.container .meet .codes .name[data-v-28d59d36] {
  color: #777777;
  font-size: 12px;
  font-family: PingFang SC-Regular;
}
.container .meet .codes .erweima1 .tc[data-v-28d59d36] {
  opacity: 0.2;
}
.container .meet .codes .hx[data-v-28d59d36] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .meet .codes .hx img[data-v-28d59d36] {
  width: 13px;
  height: 13px;
}
.container .meet .codes .hx span[data-v-28d59d36] {
  font-family: PingFang SC-Regular;
  color: #777777;
  font-size: 12px;
  margin-left: 2px;
}
.container .meet .line[data-v-28d59d36] {
  border-bottom: 1px dashed #777777;
  margin: 16px 36px 0;
}
.container .meet .detail[data-v-28d59d36] {
  margin: 20px 59px;
}
.container .meet .detail .organizer[data-v-28d59d36] {
  display: flex;
  margin: 6px 0;
}
.container .meet .detail .organizer span[data-v-28d59d36] {
  color: #777777;
  font-size: 12px;
  font-family: PingFang SC-Regular;
}
.container .meet .detail .organizer .host[data-v-28d59d36] {
  width: 60px;
}
.container .meet .detail .organizer .name[data-v-28d59d36] {
  flex: 1;
}
.container .meet .explain[data-v-28d59d36] {
  background-color: rgba(71, 126, 245, 0.1);
  border-radius: 10px;
  margin: 20px 16px 35px;
  padding: 16px 12px;
  z-index: -1;
}
.container .meet .explain .visit[data-v-28d59d36] {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  font-family: PingFang SC-Medium;
}
.container .meet .explain .organizer[data-v-28d59d36] {
  display: flex;
  margin: 6px 0;
}
.container .meet .explain .organizer span[data-v-28d59d36] {
  color: #777777;
  font-size: 12px;
  font-family: PingFang SC-Regular;
}
.container .meet .explain .organizer .host[data-v-28d59d36] {
  width: 60px;
}
.container .meet .explain .organizer .name[data-v-28d59d36] {
  flex: 1;
  color: #333333;
}
.container .company .logo[data-v-28d59d36] {
  text-align: center;
}
.container .company .logo img[data-v-28d59d36] {
  width: 60px;
  height: 19px;
}
.container .company .about[data-v-28d59d36] {
  margin-bottom: 21px;
}
.container .company .about .web[data-v-28d59d36] {
  font-size: 10px;
  color: #777777;
  text-align: center;
  margin-bottom: 2px;
}
.container .company .about .web span[data-v-28d59d36] {
  font-family: PingFang SC-Regular;
}
.container .download[data-v-28d59d36] .van-popup--center {
  top: 60px;
  left: 50%;
  width: 100%;
  height: 230px !important;
  display: flex;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 2500 !important;
}
.container .download[data-v-28d59d36] .van-popup--center .mask {
  display: flex;
  justify-content: space-between;
  padding: 0 0px;
}
.container .download[data-v-28d59d36] .van-popup--center .mask-img {
  z-index: 999;
}
.container .download[data-v-28d59d36] .van-popup--center .mask-img img {
  width: 60px;
  margin-top: 70px;
  margin-left: 280px;
}
.container .download[data-v-28d59d36] .van-popup--center .mask-text {
  position: absolute;
  color: #fff;
  top: 100px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 15px;
  margin-top: 100px;
  margin-left: 10px;
  z-index: 999;
}
.container .download .now .title[data-v-28d59d36] {
  text-align: center;
  color: #477ef5;
  font-size: 22px;
  font-weight: bold;
  margin: 32px 0 4px;
  font-family: PingFang SC-Bold;
}
.container .download .now .more[data-v-28d59d36] {
  text-align: center;
  color: #777777;
  font-size: 14px;
  font-family: PingFang SC-Regular;
}
.container .download .now .img[data-v-28d59d36] {
  text-align: center;
}
.container .download .now .img img[data-v-28d59d36] {
  width: 76px;
  height: 76px;
  margin: 47px 0 31px;
}
.container .download .now .doctor[data-v-28d59d36] {
  font-family: PingFang SC-Regular;
  color: #333333;
  font-size: 18px;
  text-align: center;
}
.container .download .now .pingt[data-v-28d59d36] {
  color: #777777;
  font-size: 12px;
  font-family: PingFang SC-Regular;
  text-align: center;
  margin-top: 4px;
}
.container .download .now .btn[data-v-28d59d36] {
  display: flex;
  justify-content: center;
  margin: 46px 0 80px;
}
.container .download .now .btn button[data-v-28d59d36] {
  display: block;
  width: 232px;
  height: 40px;
  background-color: #3a8adb;
  border-radius: 6px;
  border: none;
  font-family: PingFang SC-Regular;
  color: #fff;
  font-size: 14px;
}
.container .company[data-v-88bb074a] {
  margin-top: 215px;
}
.container .company .logo[data-v-88bb074a] {
  text-align: center;
}
.container .company .logo img[data-v-88bb074a] {
  width: 60px;
  height: 19px;
}
.container .company .about[data-v-88bb074a] {
  margin-bottom: 21px;
}
.container .company .about .web[data-v-88bb074a] {
  font-size: 10px;
  color: #777777;
  text-align: center;
  margin-bottom: 2px;
}
.container .company .about .web span[data-v-88bb074a] {
  font-family: PingFang SC-Regular;
}
.container .download .img[data-v-88bb074a] {
  margin: 110px 0 34px;
  text-align: center;
}
.container .download .img img[data-v-88bb074a] {
  width: 192px;
  height: 234px;
}
.container .download[data-v-88bb074a] .van-popup--center {
  top: 60px;
  left: 50%;
  width: 100%;
  height: 230px !important;
  display: flex;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 2500 !important;
}
.container .download[data-v-88bb074a] .van-popup--center .mask {
  display: flex;
  justify-content: space-between;
  padding: 0 0px;
}
.container .download[data-v-88bb074a] .van-popup--center .mask-img {
  z-index: 999;
}
.container .download[data-v-88bb074a] .van-popup--center .mask-img img {
  width: 60px;
  margin-top: 70px;
  margin-left: 280px;
}
.container .download[data-v-88bb074a] .van-popup--center .mask-text {
  position: absolute;
  color: #fff;
  top: 100px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 15px;
  margin-top: 100px;
  margin-left: 10px;
  z-index: 999;
}
.container .download .now .btn[data-v-88bb074a] {
  display: flex;
  justify-content: center;
}
.container .download .now .btn button[data-v-88bb074a] {
  display: block;
  width: 232px;
  height: 40px;
  background-color: #3a8adb;
  border-radius: 6px;
  border: none;
  font-family: PingFang SC-Regular;
  color: #fff;
  font-size: 14px;
}
@charset "UTF-8";
.container[data-v-bb4f08ca] {
  padding: 10px 15px;
  font-family: 宋体;
}
.container .title[data-v-bb4f08ca] {
  text-align: center;
  color: #333;
}
.container .title h2[data-v-bb4f08ca] {
  font-size: 16px;
  font-weight: 400;
}
.container .title p[data-v-bb4f08ca] {
  font-size: 14px;
  margin-top: 2px;
}
.container .name[data-v-bb4f08ca] {
  font-size: 14px;
  color: #333;
  margin-top: 5px;
  text-align: justify;
}
.container .name p[data-v-bb4f08ca] {
  line-height: 20px;
}
.container .name[data-v-bb4f08ca] h5 {
  font-size: 14px;
  margin-top: 15px;
}
.container .name ul li[data-v-bb4f08ca] {
  line-height: 20px;
  margin-top: 15px;
}
.pc-all[data-v-bb4f08ca] {
  padding: 10px 15px;
  font-family: 宋体;
}
.pc-all .title[data-v-bb4f08ca] {
  text-align: center;
  color: #333;
}
.pc-all .title h2[data-v-bb4f08ca] {
  font-size: 16px;
  font-weight: 400;
}
.pc-all .title p[data-v-bb4f08ca] {
  font-size: 14px;
  margin-top: 2px;
}
.pc-all .name[data-v-bb4f08ca] {
  font-size: 14px;
  color: #333;
  margin-top: 5px;
  text-align: justify;
}
.pc-all .name p[data-v-bb4f08ca] {
  line-height: 20px;
}
.pc-all .name[data-v-bb4f08ca] h5 {
  font-size: 14px;
  margin-top: 15px;
}
.pc-all .name ul li[data-v-bb4f08ca] {
  line-height: 20px;
  margin-top: 15px;
}
.container[data-v-2cffe66e] {
  padding-bottom: 40px;
}
.container .note[data-v-2cffe66e] {
  padding: 0 20px;
}
.container .note .bt[data-v-2cffe66e] {
  text-align: center;
  margin-top: 20px;
}
.container .note .bt .img[data-v-2cffe66e] {
  height: 30px;
}
.container .note .bt .img img[data-v-2cffe66e] {
  width: 31px;
  height: 30px;
}
.container .note .bt .xuzhi[data-v-2cffe66e] {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.container .note .bt .xuzhi span[data-v-2cffe66e] {
  color: #333333;
  font-size: 18px;
  font-family: PingFang SC-Medium;
}
.container .note .p1[data-v-2cffe66e] {
  margin-top: 15px;
  font-size: 14px;
  color: #333;
  font-family: PingFang SC-Medium;
}
.container .note .matters .one[data-v-2cffe66e] {
  margin-top: 33px;
}
.container .note .matters .one .one-right .explain[data-v-2cffe66e] {
  color: #333333;
  font-size: 14px;
  font-family: PingFang SC-Regular;
  line-height: 20px;
}
.container .note .matters .one .one-right ul[data-v-2cffe66e] {
  margin-top: 8px;
}
.container .note .matters .one .one-right ul li[data-v-2cffe66e] {
  color: #777777;
  font-size: 12px;
  display: flex;
  line-height: 20px;
  font-family: PingFang SC-Regular;
}
.container .note .matters .one .zhushi[data-v-2cffe66e] {
  color: #777777;
  font-size: 12px;
  font-family: PingFang SC-Regular;
  margin-top: 8px;
  line-height: 20px;
}
@charset "UTF-8";
.container[data-v-7c41c4f6] {
  padding: 10px 15px;
  font-family: 宋体;
}
.container .title[data-v-7c41c4f6] {
  text-align: center;
  color: #333;
}
.container .title h2[data-v-7c41c4f6] {
  font-size: 16px;
  font-weight: 400;
}
.container .title p[data-v-7c41c4f6] {
  font-size: 14px;
  margin-top: 2px;
}
.container .name[data-v-7c41c4f6] {
  font-size: 14px;
  color: #333;
  margin-top: 5px;
  text-align: justify;
}
.container .name p[data-v-7c41c4f6] {
  line-height: 20px;
}
.container .name[data-v-7c41c4f6] h5 {
  font-size: 14px;
  margin-top: 15px;
}
.container .name[data-v-7c41c4f6] a {
  word-break: break-all;
}
.container .name ul li[data-v-7c41c4f6] {
  line-height: 25px;
  display: flexbox;
}
.container .name ul li span[data-v-7c41c4f6] {
  color: #0563c1;
  word-break: break-all;
}
.container .name ul li span.mr[data-v-7c41c4f6] {
  color: #333;
  display: flex;
}
.pc-all[data-v-7c41c4f6] {
  padding: 10px 15px;
  font-family: 宋体;
}
.pc-all .title[data-v-7c41c4f6] {
  text-align: center;
  color: #333;
}
.pc-all .title h2[data-v-7c41c4f6] {
  font-size: 16px;
  font-weight: 400;
}
.pc-all .title p[data-v-7c41c4f6] {
  font-size: 14px;
  margin-top: 2px;
}
.pc-all .name[data-v-7c41c4f6] {
  font-size: 14px;
  color: #333;
  margin-top: 5px;
  text-align: justify;
}
.pc-all .name p[data-v-7c41c4f6] {
  line-height: 20px;
}
.pc-all .name[data-v-7c41c4f6] h5 {
  font-size: 14px;
  margin-top: 15px;
}
.pc-all .name[data-v-7c41c4f6] a {
  word-break: break-all;
}
.pc-all .name ul li[data-v-7c41c4f6] {
  line-height: 25px;
  display: flexbox;
}
.pc-all .name ul li span[data-v-7c41c4f6] {
  color: #0563c1;
}
.pc-all .name ul li span.mr[data-v-7c41c4f6] {
  color: #333;
  display: flex;
}
.myTips {
  min-width: 135px !important;
}
.container[data-v-09469f85] {
  padding-top: 10px;
  background-color: #fff;
}
.container .bgs[data-v-09469f85] {
  background-color: red;
  height: 100px;
  width: 100%;
}
.container .dels[data-v-09469f85] {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.container .dels img[data-v-09469f85] {
  width: 160px;
  height: 220px;
}
.container .article[data-v-09469f85] {
  padding: 0 16px 65px;
}
.container .article h2[data-v-09469f85] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 17px;
  color: #333333;
  line-height: 26px;
  text-align: justify;
  word-wrap: break-word;
}
.container .article .atten[data-v-09469f85] {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.container .article .atten .atten-left[data-v-09469f85] {
  display: flex;
  align-items: center;
  width: 30px;
}
.container .article .atten .atten-left img[data-v-09469f85] {
  width: 30px;
  height: 30px;
  border-radius: 50px;
}
.container .article .atten .atten-center[data-v-09469f85] {
  flex: 1;
  padding-left: 8px;
}
.container .article .atten .atten-center .name[data-v-09469f85] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  margin-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 220px;
}
.container .article .atten .atten-center .time[data-v-09469f85] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #999999;
}
.container .article .atten .atten-center .time span[data-v-09469f85] {
  margin-right: 16px;
}
.container .article .atten .atten-center .time span[data-v-09469f85]:last-child {
  margin-right: 0;
}
.container .article .atten .atten-right[data-v-09469f85] {
  width: 52px;
  display: flex;
}
.container .article .atten .atten-right button[data-v-09469f85] {
  width: 52px;
  height: 26px;
  border-radius: 2px 2px 2px 2px;
  background-color: #fff;
  border: 1px solid #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
}
.container .article .atten .atten-right[data-v-09469f85] .van-button--normal {
  padding: 0;
  line-height: 28px;
}
.container .article .atten .atten-right[data-v-09469f85] .van-button__icon {
  font-weight: 800;
  font-size: 1em;
}
.container .article .atten .atten-right .followed[data-v-09469f85] {
  color: #078ae2;
  background-color: #fff;
}
.container .article .introdctions[data-v-09469f85] {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px 2px 2px 2px;
  padding: 8px 16px;
  margin-top: 8px;
}
.container .article .introdctions .disdown[data-v-09469f85] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.container .article .introdctions .disdown .down[data-v-09469f85] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.container .article .introdctions .disdown .down span[data-v-09469f85] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.container .article .introdctions .disdown .down .van-icon[data-v-09469f85] {
  margin: 2px 0 0 2px;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.container .article .introdctions .introduce[data-v-09469f85] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  margin-top: 8px;
}
.container .article .introdctions .introduce .descripe[data-v-09469f85] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  white-space: pre-wrap;
  word-break: break-all;
}
.container .article .introdctions .introduce .descripe.clamp[data-v-09469f85] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.container .article .wz .original[data-v-09469f85] {
  font-size: 12px;
  color: #999999;
}
.container .article .wz .para[data-v-09469f85] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin: 8px 0;
  text-align: justify;
  letter-spacing: 0.4px;
  font-family: PingFang SC-Medium;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}
.container .article .wz .para[data-v-09469f85] table {
  width: 100% !important;
  margin: 0 auto;
}
.container .article .wz .para[data-v-09469f85] img {
  max-width: 100% !important;
  margin: 5px 0;
}
.container .article .wz .para[data-v-09469f85] span {
  margin: 5px 0 !important;
}
.container .article .wz .para[data-v-09469f85] .wxw-img,
.container .article .wz .para .rich_pages[data-v-09469f85] {
  width: 100% !important;
}
.container .article .wz .para[data-v-09469f85] .raw-image {
  vertical-align: top !important;
}
.container .article .wz .labeles[data-v-09469f85] {
  display: flex;
  margin-top: 8px;
}
.container .article .wz .labeles .labeles-left[data-v-09469f85] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-right: 6px;
}
.container .article .wz .labeles .labeles-right[data-v-09469f85] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
}
.container .article .wz .labeles span[data-v-09469f85] {
  margin-right: 6px;
}
.container .article .wz .fulltext[data-v-09469f85] {
  margin: 29px 0;
}
.container .article .wz .fulltext .line[data-v-09469f85] {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  position: relative;
}
.container .article .wz .fulltext .search[data-v-09469f85] {
  position: absolute;
  left: 50%;
  top: -10px;
  background-color: #fff;
  transform: translateX(-50%);
  width: 226px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  text-align: center;
}
.container .article .comment-note[data-v-09469f85] {
  margin: 22px 0px;
}
.container .article .comment-note .totals[data-v-09469f85] {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.container .article .comment-note .shur[data-v-09469f85] {
  display: flex;
  margin-top: 18px;
}
.container .article .comment-note .shur .shur-left[data-v-09469f85] {
  width: 38px;
  height: 38px;
}
.container .article .comment-note .shur .shur-left img[data-v-09469f85] {
  width: 38px;
  height: 38px;
}
.container .article .comment-note .shur .shur-right[data-v-09469f85] {
  margin-left: 8px;
  flex: 1;
  height: 34px;
  background: #f5f5f5;
  border-radius: 100px 100px 100px 100px;
}
.container .article .comment-note .shur .shur-right .upload[data-v-09469f85] {
  display: flex;
  height: 34px;
  justify-content: space-between;
  align-items: center;
}
.container .article .comment-note .shur .shur-right .upload .upload-left[data-v-09469f85] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-left: 12px;
}
.container .article .comment-note .shur .shur-right .upload .upload-right[data-v-09469f85] {
  display: flex;
  align-items: center;
}
.container .article .comment-note .shur .shur-right .upload .upload-right img[data-v-09469f85] {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}
.container .article .comment-note .comment-flex[data-v-09469f85] {
  display: flex;
  position: relative;
}
.container .article .comment-note .comment-people[data-v-09469f85] {
  margin: 17px 0;
}
.container .article .comment-note .comment-people .comment-list[data-v-09469f85] {
  position: relative;
  margin-bottom: 23px;
}
.container .article .comment-note .comment-people .comment-list .comment-author-detail[data-v-09469f85] {
  justify-content: space-between;
  margin-bottom: 10px;
}
.container .article .comment-note .comment-people .comment-list .comment-author-detail .avtar[data-v-09469f85] {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
}
.container .article .comment-note .comment-people .comment-list .comment-author-detail .authors[data-v-09469f85] {
  margin-left: 8px;
  flex: 1;
}
.container .article .comment-note .comment-people .comment-list .comment-author-detail .comment-author[data-v-09469f85] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  word-break: break-all;
}
.container .article .comment-note .comment-people .comment-list .comment-author-detail .comment-author span[data-v-09469f85] {
  margin-left: 12px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  width: 30px;
  height: 16px;
  background: rgba(7, 138, 226, 0.1);
  border-radius: 100px 100px 100px 100px;
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 9px;
  color: #078ae2;
}
.container .article .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply[data-v-09469f85] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  word-break: break-all;
  margin-right: 12px;
}
.container .article .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .nrtitle[data-v-09469f85] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  word-break: break-all;
  margin-right: 4px;
}
.container .article .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .comment-date[data-v-09469f85] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #aaaaaa;
  line-height: 17px;
}
.container .article .comment-note .comment-people .comment-list .comment-author-detail .comment-author-reply .comment-date .replay[data-v-09469f85] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666666;
}
.container .article .comment-note .comment-people .comment-list .comment-author-detail .first[data-v-09469f85] {
  text-align: center;
  line-height: 16px;
  width: 30px;
  height: 16px;
  background: #f5f3f4;
  border-radius: 100px 100px 100px 100px;
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 9px;
  color: #999999;
  margin: 7px 0;
}
.container .article .comment-note .comment-people .comment-list .comment-author-detail .comment-collect[data-v-09469f85] {
  text-align: center;
  width: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
}
.container .article .comment-note .comment-people .comment-list .comment-author-detail .comment-collect .zan[data-v-09469f85] {
  display: flex;
  width: 14px;
  height: 14px;
}
.container .article .comment-note .comment-people .comment-list .comment-author-detail .comment-collect span[data-v-09469f85] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.container .article .comment-note .comment-people .comment-list .comment-people-content[data-v-09469f85] {
  margin-left: 32px;
  margin-top: 12px;
}
.container .article .comment-note .comment-people .comment-list .comment-people-content .avtar[data-v-09469f85] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
}
.container .article .comment-note .comment-people .comment-list .comment-people-content .children-flex[data-v-09469f85] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .article .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply[data-v-09469f85] {
  display: flex;
}
.container .article .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .authors[data-v-09469f85] {
  margin-left: 8px;
}
.container .article .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt[data-v-09469f85] {
  font-size: 14px;
  line-height: 20px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.container .article .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt span[data-v-09469f85] {
  margin-left: 12px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  width: 30px;
  height: 16px;
  background: rgba(7, 138, 226, 0.1);
  border-radius: 100px 100px 100px 100px;
  font-family: PingFang SC, PingFang SC;
  font-weight: normal;
  font-size: 9px;
  color: #078ae2;
}
.container .article .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1[data-v-09469f85] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333;
}
.container .article .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1 .answer[data-v-09469f85] {
  color: #333;
  word-break: break-all;
  margin-right: 12px;
}
.container .article .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1 .answer .names[data-v-09469f85] {
  color: #666;
  word-break: break-all;
}
.container .article .comment-note .comment-people .comment-list .comment-people-content .children-flex .children-reply .children-zt1 .comment-date[data-v-09469f85] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #666;
  line-height: 17px;
}
.container .article .comment-note .comment-people .comment-list .comment-people-content .children-flex .comment-collect[data-v-09469f85] {
  text-align: center;
  width: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
}
.container .article .comment-note .comment-people .comment-list .comment-people-content .children-flex .comment-collect .zan[data-v-09469f85] {
  display: flex;
  width: 14px;
  height: 14px;
}
.container .article .comment-note .comment-people .comment-list .comment-people-content .children-flex .comment-collect span[data-v-09469f85] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.container .article .comment-note .comment-people .comment-list .zhankai[data-v-09469f85] {
  margin-left: 32px;
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.container .article .comment-note .comment-people .comment-list .zhankai .lines[data-v-09469f85] {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #666;
}
.container .article .comment-note .comment-people .comment-list .zhankai .totalpl[data-v-09469f85] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #23396b;
  line-height: 18px;
  margin-left: 8px;
}
.container .article .comment-note .open-more[data-v-09469f85] {
  margin: 16px 0 0px;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #777777;
  font-size: 12px;
}
.container .article .comment-note .zwpl[data-v-09469f85] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .article .comment-note .zwpl .el-empty[data-v-09469f85] {
  padding-bottom: 0;
}
.container .article .comment-note .zwpl .firpl[data-v-09469f85] {
  margin-top: 16px;
  text-align: center;
  line-height: 29px;
  width: 52px;
  height: 29px;
  border-radius: 321px 321px 321px 321px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #3d3d3d;
}
.container .regist[data-v-09469f85] {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  padding: 0 42px;
  border-top: 1px solid #e5e5e5;
}
.container .regist .collect[data-v-09469f85] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  width: 100%;
}
.container .regist .collect .collect-left[data-v-09469f85] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.container .regist .collect .collect-left .sc[data-v-09469f85] {
  text-align: center;
}
.container .regist .collect .collect-left .sc .img[data-v-09469f85] {
  display: flex;
  justify-content: center;
}
.container .regist .collect .collect-left .sc .img img[data-v-09469f85] {
  width: 24px;
  height: 24px;
}
.container .regist .collect .collect-left .sc .like[data-v-09469f85] {
  margin-top: 1px;
  font-size: 14px;
  font-family: San Francisco Display-Regular, San Francisco Display;
  font-weight: 400;
  color: #333333;
}
.myTips {
  min-width: 135px !important;
}
.container[data-v-605ce5c2] {
  padding-top: 10px;
  background-color: #fff;
}
.container .dels[data-v-605ce5c2] {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.container .dels img[data-v-605ce5c2] {
  width: 160px;
  height: 220px;
}
.container .article[data-v-605ce5c2] {
  padding: 0 16px 20px;
}
.container .article h2[data-v-605ce5c2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 17px;
  color: #333333;
  line-height: 26px;
  text-align: justify;
  word-wrap: break-word;
}
.container .article .atten[data-v-605ce5c2] {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.container .article .atten .atten-left[data-v-605ce5c2] {
  display: flex;
  align-items: center;
  width: 30px;
}
.container .article .atten .atten-left img[data-v-605ce5c2] {
  width: 30px;
  height: 30px;
  border-radius: 50px;
}
.container .article .atten .atten-center[data-v-605ce5c2] {
  flex: 1;
  padding-left: 8px;
}
.container .article .atten .atten-center .name[data-v-605ce5c2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  margin-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 220px;
}
.container .article .atten .atten-center .time[data-v-605ce5c2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #999999;
}
.container .article .atten .atten-center .time span[data-v-605ce5c2] {
  margin-right: 16px;
}
.container .article .atten .atten-center .time span[data-v-605ce5c2]:last-child {
  margin-right: 0;
}
.container .article .atten .atten-right[data-v-605ce5c2] {
  width: 52px;
  display: flex;
}
.container .article .atten .atten-right button[data-v-605ce5c2] {
  width: 52px;
  height: 26px;
  border-radius: 2px 2px 2px 2px;
  background-color: #fff;
  border: 1px solid #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
}
.container .article .atten .atten-right[data-v-605ce5c2] .van-button--normal {
  padding: 0;
  line-height: 28px;
}
.container .article .atten .atten-right[data-v-605ce5c2] .van-button__icon {
  font-weight: 800;
  font-size: 1em;
}
.container .article .atten .atten-right .followed[data-v-605ce5c2] {
  color: #078ae2;
  background-color: #fff;
}
.container .article .introdctions[data-v-605ce5c2] {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px 2px 2px 2px;
  padding: 8px 16px;
  margin-top: 8px;
}
.container .article .introdctions .disdown[data-v-605ce5c2] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.container .article .introdctions .disdown .down[data-v-605ce5c2] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.container .article .introdctions .disdown .down span[data-v-605ce5c2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.container .article .introdctions .disdown .down .van-icon[data-v-605ce5c2] {
  margin: 2px 0 0 2px;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.container .article .introdctions .introduce[data-v-605ce5c2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  margin-top: 8px;
}
.container .article .introdctions .introduce .descripe[data-v-605ce5c2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  white-space: pre-wrap;
  word-break: break-all;
}
.container .article .introdctions .introduce .descripe.clamp[data-v-605ce5c2] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.container .article .wz .original[data-v-605ce5c2] {
  font-size: 12px;
  color: #999999;
}
.container .article .wz .para[data-v-605ce5c2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin: 8px 0;
  text-align: justify;
  letter-spacing: 0.4px;
  font-family: PingFang SC-Medium;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}
.container .article .wz .para[data-v-605ce5c2] table {
  width: 100% !important;
  margin: 0 auto;
}
.container .article .wz .para[data-v-605ce5c2] img {
  max-width: 100% !important;
  margin: 5px 0;
}
.container .article .wz .para[data-v-605ce5c2] span {
  margin: 5px 0 !important;
}
.container .article .wz .para[data-v-605ce5c2] .wxw-img,
.container .article .wz .para .rich_pages[data-v-605ce5c2] {
  width: 100% !important;
}
.container .article .wz .para[data-v-605ce5c2] .raw-image {
  vertical-align: top !important;
}
.container .article .wz .labeles[data-v-605ce5c2] {
  display: flex;
}
.container .article .wz .labeles .labeles-left[data-v-605ce5c2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  margin-right: 5px;
}
.container .article .wz .labeles .labeles-right[data-v-605ce5c2] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #29a9ff;
}
.container .article .wz .labeles span[data-v-605ce5c2] {
  margin-right: 8px;
}
.container .article .wz .fulltext[data-v-605ce5c2] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
}
.container .article .wz .fulltext span[data-v-605ce5c2] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 32px;
  background-color: #29a9ff;
  border-radius: 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.myTips {
  min-width: 135px !important;
}
.container[data-v-42a7e2d9] {
  padding-top: 10px;
  background-color: #fff;
}
.container .dels[data-v-42a7e2d9] {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.container .dels img[data-v-42a7e2d9] {
  width: 160px;
  height: 220px;
}
.container .article[data-v-42a7e2d9] {
  padding: 0 16px 20px;
}
.container .article h2[data-v-42a7e2d9] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 17px;
  color: #333333;
  line-height: 26px;
  text-align: justify;
  word-wrap: break-word;
}
.container .article .atten[data-v-42a7e2d9] {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.container .article .atten .atten-left[data-v-42a7e2d9] {
  display: flex;
  align-items: center;
  width: 30px;
}
.container .article .atten .atten-left img[data-v-42a7e2d9] {
  width: 30px;
  height: 30px;
  border-radius: 50px;
}
.container .article .atten .atten-center[data-v-42a7e2d9] {
  flex: 1;
  padding-left: 8px;
}
.container .article .atten .atten-center .name[data-v-42a7e2d9] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  margin-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 220px;
}
.container .article .atten .atten-center .time[data-v-42a7e2d9] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #999999;
}
.container .article .atten .atten-center .time span[data-v-42a7e2d9] {
  margin-right: 16px;
}
.container .article .atten .atten-center .time span[data-v-42a7e2d9]:last-child {
  margin-right: 0;
}
.container .article .atten .atten-right[data-v-42a7e2d9] {
  width: 52px;
  display: flex;
}
.container .article .atten .atten-right button[data-v-42a7e2d9] {
  width: 52px;
  height: 26px;
  border-radius: 2px 2px 2px 2px;
  background-color: #fff;
  border: 1px solid #078ae2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #078ae2;
}
.container .article .atten .atten-right[data-v-42a7e2d9] .van-button--normal {
  padding: 0;
  line-height: 28px;
}
.container .article .atten .atten-right[data-v-42a7e2d9] .van-button__icon {
  font-weight: 800;
  font-size: 1em;
}
.container .article .atten .atten-right .followed[data-v-42a7e2d9] {
  color: #078ae2;
  background-color: #fff;
}
.container .article .introdctions[data-v-42a7e2d9] {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px 2px 2px 2px;
  padding: 8px 16px;
  margin-top: 8px;
}
.container .article .introdctions .disdown[data-v-42a7e2d9] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.container .article .introdctions .disdown .down[data-v-42a7e2d9] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.container .article .introdctions .disdown .down span[data-v-42a7e2d9] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.container .article .introdctions .disdown .down .van-icon[data-v-42a7e2d9] {
  margin: 2px 0 0 2px;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.container .article .introdctions .introduce[data-v-42a7e2d9] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  margin-top: 8px;
}
.container .article .introdctions .introduce .descripe[data-v-42a7e2d9] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  white-space: pre-wrap;
  word-break: break-all;
}
.container .article .introdctions .introduce .descripe.clamp[data-v-42a7e2d9] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.container .article .wz .original[data-v-42a7e2d9] {
  font-size: 12px;
  color: #999999;
}
.container .article .wz .para[data-v-42a7e2d9] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin: 8px 0;
  text-align: justify;
  letter-spacing: 0.4px;
  font-family: PingFang SC-Medium;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}
.container .article .wz .para[data-v-42a7e2d9] table {
  width: 100% !important;
  margin: 0 auto;
}
.container .article .wz .para[data-v-42a7e2d9] img {
  max-width: 100% !important;
  margin: 5px 0;
}
.container .article .wz .para[data-v-42a7e2d9] span {
  margin: 5px 0 !important;
}
.container .article .wz .para[data-v-42a7e2d9] .wxw-img,
.container .article .wz .para .rich_pages[data-v-42a7e2d9] {
  width: 100% !important;
}
.container .article .wz .para[data-v-42a7e2d9] .raw-image {
  vertical-align: top !important;
}
.container .article .wz .labeles[data-v-42a7e2d9] {
  display: flex;
  margin-top: 8px;
}
.container .article .wz .labeles .labeles-left[data-v-42a7e2d9] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-right: 6px;
}
.container .article .wz .labeles .labeles-right[data-v-42a7e2d9] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #078ae2;
}
.container .article .wz .labeles span[data-v-42a7e2d9] {
  margin-right: 6px;
}
.container .article .wz .fulltext[data-v-42a7e2d9] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 21px 0;
}
.container .article .wz .fulltext span[data-v-42a7e2d9] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 164px;
  height: 40px;
  background: #078ae2;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}
.download[data-v-4ccf05a5] .van-popup--center {
  top: 60px;
  left: 50%;
  width: 100%;
  height: 230px !important;
  display: flex;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 2500 !important;
}
.download[data-v-4ccf05a5] .van-popup--center .mask {
  display: flex;
  justify-content: space-between;
  padding: 0 0px;
}
.download[data-v-4ccf05a5] .van-popup--center .mask-img {
  z-index: 999;
}
.download[data-v-4ccf05a5] .van-popup--center .mask-img img {
  width: 60px;
  margin-top: 70px;
  margin-left: 280px;
}
.download[data-v-4ccf05a5] .van-popup--center .mask-text {
  position: absolute;
  color: #fff;
  top: 100px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 15px;
  margin-top: 100px;
  margin-left: 10px;
  z-index: 999;
}
.download[data-v-4ccf05a5] {
  position: relative;
  height: 99vh;
}
.download .came[data-v-4ccf05a5] {
  color: #666;
  font-size: 14px;
  text-align: center;
  margin-top: 35px;
}
.download .company[data-v-4ccf05a5] {
  text-align: center;
  margin-top: 80px;
}
.download .company .img img[data-v-4ccf05a5] {
  width: 137px;
  height: 70px;
}
.download .company .btn[data-v-4ccf05a5] {
  height: 48px;
}
.download .company .btn button[data-v-4ccf05a5] {
  background-color: #078ae2;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 50px;
  width: 304px;
  height: 48px;
  margin-top: 30px;
}
.download .footer img[data-v-4ccf05a5] {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 348px;
  z-index: -99;
}
.download[data-v-4ccf05a5] ::-webkit-scrollbar {
  display: none !important;
  width: 0px;
  height: 0px;
}
.preview .place[data-v-a585b652] {
  width: 100%;
}
[data-v-587877c5] .container-bg-size {
  background-color: #e2f3fb;
}
.container[data-v-587877c5] {
  background-color: #e2f3fb;
}
.container .duplicates .intro img[data-v-587877c5] {
  width: 100%;
}
.container .duplicates .place[data-v-587877c5] {
  margin: 10px 16px 24px;
}
.container .duplicates .place .place-left[data-v-587877c5] {
  display: flex;
  align-items: center;
}
.container .duplicates .place .place-left .span1[data-v-587877c5] {
  font-size: 14px;
  color: #5f93ff;
  font-family: PingFang SC-Regular;
}
.container .duplicates .place .place-left img[data-v-587877c5] {
  width: 72px;
  height: 21px;
  margin-left: 12px;
}
.container .duplicates .place .place-right input[data-v-587877c5] {
  border: none;
  width: 100%;
  background-color: #e2f3fb;
  font-family: PingFang SC-Heavy;
  color: #5f93ff;
  font-size: 15px;
  font-weight: 600;
}
.container .duplicates .explain img[data-v-587877c5] {
  width: 100%;
}
.container .duplicates .explain .intro-img3[data-v-587877c5] {
  margin-top: 10px;
}
.container .duplicates .explain-icon[data-v-587877c5] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .duplicates .explain-icon .intro-img5[data-v-587877c5] {
  width: 120px;
  height: 54px;
  margin-top: 30px;
  margin-bottom: 45px;
}
@charset "UTF-8";
.container[data-v-c9afa53e] {
  padding: 10px 15px;
  font-family: 宋体;
}
.container .WordSection1[data-v-c9afa53e] {
  font-size: 14px;
  font-family: 宋体;
}
.container .WordSection1 .MsoNormal[data-v-c9afa53e] {
  font-size: 14px;
  color: #333;
  margin-top: 15px;
  text-align: justify;
  line-height: 20px;
}
.container .WordSection1 h2[data-v-c9afa53e] {
  font-size: 16px;
  color: #333;
  margin-top: 15px;
}
.container .WordSection1 h5[data-v-c9afa53e] {
  font-size: 16px;
  color: #333;
  margin-top: 14px;
  font-family: 宋体;
}
.container .WordSection1 .name[data-v-c9afa53e] {
  font-size: 14px;
  color: #333;
  margin-top: 15px;
  text-align: justify;
  line-height: 20px;
}
.pc-all[data-v-c9afa53e] {
  padding: 10px 15px;
  font-family: 宋体;
}
.pc-all .WordSection1[data-v-c9afa53e] {
  font-size: 14px;
  font-family: 宋体;
}
.pc-all .WordSection1 .MsoNormal[data-v-c9afa53e] {
  font-size: 14px;
  color: #333;
  margin-top: 15px;
  text-align: justify;
  line-height: 20px;
}
.pc-all .WordSection1 h2[data-v-c9afa53e] {
  font-size: 16px;
  color: #333;
  margin-top: 15px;
}
.pc-all .WordSection1 h5[data-v-c9afa53e] {
  font-size: 16px;
  color: #333;
  margin-top: 14px;
  font-family: 宋体;
}
.pc-all .WordSection1 .name[data-v-c9afa53e] {
  font-size: 14px;
  color: #333;
  margin-top: 15px;
  text-align: justify;
  line-height: 20px;
}
.all[data-v-2c4dbea7] .van-popup {
  background-color: rgba(0, 0, 0, 0);
  width: 85%;
  margin: 0 auto;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2500 !important;
}
.all[data-v-2c4dbea7] .van-popup .mask .mask-img {
  text-align: right;
}
.all[data-v-2c4dbea7] .van-popup .mask .mask-img img {
  width: 82px !important;
  height: 61px !important;
}
.all[data-v-2c4dbea7] .van-popup .mask-text {
  color: white;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
}
.all[data-v-2c4dbea7] {
  text-align: center;
}
.all .icon-top[data-v-2c4dbea7] {
  margin-top: 60px;
}
.all .icon-top img[data-v-2c4dbea7] {
  width: 82px;
  height: 82px;
}
.all .title[data-v-2c4dbea7] {
  margin-top: 30px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  font-family: "PingFang SC-Bold";
}
.all .content[data-v-2c4dbea7] {
  margin-top: 4px;
  font-size: 14px;
  color: #999999;
  font-family: "PingFang SC-Medium";
}
.all .mores .line-center[data-v-2c4dbea7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  line-height: 17px;
  text-align: center;
}
.all .center[data-v-2c4dbea7] {
  display: flex;
  justify-content: center;
}
.all .center .btn[data-v-2c4dbea7] {
  margin-top: 20px;
  background-color: #29a9ff;
  width: 335px;
  height: 42px;
  color: white;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.all .center .btn img[data-v-2c4dbea7] {
  width: 20px;
  height: 16px;
  display: flex;
}
.all .center .btn .yao[data-v-2c4dbea7] {
  width: 19px;
  height: 19px;
}
.all .center .btn .open[data-v-2c4dbea7] {
  width: 80px;
  height: 19px;
  margin-left: 6px;
}
.all .center .btn span[data-v-2c4dbea7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-left: 6px;
}
.all .bottom[data-v-2c4dbea7] {
  margin: 109px 80px 40px;
  overflow: hidden;
}
.all .bottom .swiper-container[data-v-2c4dbea7] {
  overflow: visible !important;
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
}
.all .bottom .swiper-container .swiper-slide .bottom-flex[data-v-2c4dbea7] {
  display: flex;
  justify-content: center;
}
.all .bottom .swiper-container .swiper-slide .bottom-flex .swiper-slide-prevs[data-v-2c4dbea7] {
  width: 215px !important;
  height: 270px !important;
}
.all .bottom .swiper-container .swiper-slide .bottom-flex .swiper-slide-prevs img[data-v-2c4dbea7] {
  width: 100%;
  height: 100%;
}
.all .footer[data-v-2c4dbea7] {
  margin-top: 52px;
}
.all .footer .company[data-v-2c4dbea7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  line-height: 17px;
  text-align: center;
}
.all .footer .reserverd[data-v-2c4dbea7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  line-height: 17px;
  margin-top: 2px;
}
.all .footer .reserverd img[data-v-2c4dbea7] {
  width: 11px;
  height: 11px;
  margin: 0 3px;
}
.all .footer .pailie[data-v-2c4dbea7] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #2f71ff;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
}
.all .footer .pailie .lines[data-v-2c4dbea7] {
  margin: 0 5px;
}
.all .footer .foot-flex[data-v-2c4dbea7] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #2f71ff;
  line-height: 17px;
  margin-top: 2px;
}
.all .footer .foot-flex span[data-v-2c4dbea7] {
  cursor: pointer;
  margin: 0 4px;
}
@charset "UTF-8";
.flex[data-v-12835cef] {
  display: flex;
}
.bg[data-v-12835cef] {
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.0745098039);
}
.nobg[data-v-12835cef] {
  background-color: transparent;
  box-shadow: none;
}
.header[data-v-12835cef] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.header .header-content[data-v-12835cef] {
  padding-top: 0.145rem;
  padding-bottom: 0.075rem;
  width: 60%;
  margin: 0 auto;
}
.header .header-content .menu-detail[data-v-12835cef] {
  align-items: center;
  justify-content: space-between;
}
.header .header-content .menu-detail img[data-v-12835cef] {
  width: 0.5rem;
  height: 0.165rem;
}
.header .header-content .menu[data-v-12835cef] {
  align-items: center;
  position: relative;
}
.header .header-content .menu .color[data-v-12835cef] {
  color: #000 !important;
}
.header .header-content .menu .color1[data-v-12835cef] {
  color: #fff !important;
}
.header .header-content .menu .menu-title[data-v-12835cef] {
  color: #fff;
  cursor: pointer;
  font-size: 0.1rem;
  font-family: "微软雅黑", "苹方", sans-serif;
  margin-left: 0.6rem;
}
.header .header-content .menu .menu-title[data-v-12835cef]:first-child {
  margin-left: 0px;
}
.header .header-content .menu .menu-title-font[data-v-12835cef] {
  font-size: 0.12rem;
  font-weight: bold;
  font-family: "微软雅黑", "苹方", sans-serif;
}
.pc-all .flex[data-v-498142aa] {
  display: flex;
}
.pc-all .fullPage[data-v-498142aa] {
  height: 100vh;
  overflow: hidden;
}
.pc-all .fullPageContainer[data-v-498142aa] {
  width: 100%;
  height: 100vh;
  transition: all linear 0.5s;
}
.pc-all .section[data-v-498142aa] {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
}
.pc-all .section1[data-v-498142aa] {
  position: relative;
  overflow: hidden;
}
.pc-all .section1 .section-top[data-v-498142aa] {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pc-all .section1 .section-top .section-top-title[data-v-498142aa] {
  font-size: 0.32rem;
  letter-spacing: 0.06rem;
}
.pc-all .section1 .section-top .section-top-jl[data-v-498142aa] {
  margin-left: 0.15rem;
}
.pc-all .section1 .section-top .section-top-wz[data-v-498142aa] {
  text-align: center;
  font-size: 0.18rem;
  margin-top: 0.035rem;
  letter-spacing: 4px;
}
.pc-all .section1 .my-video[data-v-498142aa] {
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.pc-all .section1 .section-jt[data-v-498142aa] {
  position: absolute;
  bottom: 28px;
  right: 58px;
  text-align: center;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.pc-all .section1 .section-jt .section-jt-bj[data-v-498142aa] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  position: relative;
}
.pc-all .section1 .section-jt .section-jt-bj img[data-v-498142aa] {
  width: 11px;
  height: 16px;
  margin-top: 5px;
  animation: up-down-498142aa 2s ease-in-out infinite;
}
@keyframes up-down-498142aa {
0%, 100% {
    transform: translateY(0);
}
50% {
    transform: translateY(10px);
}
}
.pc-all .section1 .section-jt .section-jt-zi[data-v-498142aa] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin-top: 8px;
}
.pc-all .section2[data-v-498142aa] {
  position: relative;
  border: 1px solid #fff;
}
.pc-all .section2 .section-center[data-v-498142aa] {
  padding-top: 1.5rem;
}
.pc-all .section2 .section-center .section-small-title[data-v-498142aa] {
  align-items: center;
  justify-content: center;
  position: relative;
}
.pc-all .section2 .section-center .section-small-title img[data-v-498142aa] {
  width: 3.325rem;
  height: 0.25rem;
}
.pc-all .section2 .section-center .section-small-title .section-small-center-title[data-v-498142aa] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.24rem;
  color: #3d3d3d;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pc-all .section2 .section-center .section-small-wz[data-v-498142aa] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.12rem;
  color: #666;
  margin-top: 0.095rem;
  text-align: center;
}
.pc-all .section2 .section-center .section-center-img[data-v-498142aa] {
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 0.22rem;
}
.pc-all .section2 .section-center .section-center-img .section-center-img-detail[data-v-498142aa] {
  text-align: center;
}
.pc-all .section2 .section-center .section-center-img .section-center-img-detail img[data-v-498142aa] {
  width: 0.6rem;
  height: 0.6rem;
}
.pc-all .section2 .section-center .section-center-img .section-center-img-detail .section-center-img-title[data-v-498142aa] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.12rem;
  color: #333;
  margin-top: 0.1rem;
}
.pc-all .section3[data-v-498142aa] {
  position: relative;
  background-image: linear-gradient(to right, #fff, #f0f6fe);
}
.pc-all .section3 .section-center-bottom[data-v-498142aa] {
  width: 70%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: space-between;
}
.pc-all .section3 .section-center-bottom img[data-v-498142aa] {
  width: 3.85rem;
  height: 2.59rem;
  border-radius: 0.1rem;
}
.pc-all .section3 .section-center-bottom .active0[data-v-498142aa] {
  animation: fadeInUp0-498142aa 0.8s ease-out forwards;
}
@keyframes fadeInUp0-498142aa {
from {
    opacity: 0;
    transform: translateY(700px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.pc-all .section3 .section-center-bottom .section-center-bottom-zi1[data-v-498142aa] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #000;
}
.pc-all .section3 .section-center-bottom .section-center-bottom-zi1 span[data-v-498142aa] {
  color: #4d93fe !important;
}
.pc-all .section3 .section-center-bottom .section-center-bottom-zi2[data-v-498142aa] {
  margin-top: 7px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.12rem;
  color: rgba(61, 61, 61, 0.6);
  line-height: 0.24rem;
}
.pc-all .section4[data-v-498142aa] {
  position: relative;
  background-image: linear-gradient(to right, #fff, #f0f6fe);
}
.pc-all .section4 .section-center-bottom[data-v-498142aa] {
  width: 70%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: space-between;
}
.pc-all .section4 .section-center-bottom img[data-v-498142aa] {
  width: 3.85rem;
  height: 2.59rem;
  border-radius: 0.1rem;
}
.pc-all .section4 .section-center-bottom .active1[data-v-498142aa] {
  animation: fadeInUp1-498142aa 0.8s ease-out forwards;
}
@keyframes fadeInUp1-498142aa {
from {
    opacity: 0;
    transform: translateY(700px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.pc-all .section4 .section-center-bottom .section-center-bottom-zi1[data-v-498142aa] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #000;
}
.pc-all .section4 .section-center-bottom .section-center-bottom-zi1 span[data-v-498142aa] {
  color: #4d93fe !important;
}
.pc-all .section4 .section-center-bottom .section-center-bottom-zi2[data-v-498142aa] {
  margin-top: 7px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.12rem;
  color: rgba(61, 61, 61, 0.6);
  line-height: 0.24rem;
}
.pc-all .section5[data-v-498142aa] {
  position: relative;
  background-image: linear-gradient(to right, #fff, #f0f6fe);
}
.pc-all .section5 .section-center-bottom[data-v-498142aa] {
  width: 70%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: space-between;
}
.pc-all .section5 .section-center-bottom img[data-v-498142aa] {
  width: 3.85rem;
  height: 2.59rem;
  border-radius: 0.1rem;
}
.pc-all .section5 .section-center-bottom .active2[data-v-498142aa] {
  animation: fadeInUp2-498142aa 0.8s ease-out forwards;
}
@keyframes fadeInUp2-498142aa {
from {
    opacity: 0;
    transform: translateY(700px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.pc-all .section5 .section-center-bottom .section-center-bottom-zi1[data-v-498142aa] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #000;
}
.pc-all .section5 .section-center-bottom .section-center-bottom-zi1 span[data-v-498142aa] {
  color: #4d93fe !important;
}
.pc-all .section5 .section-center-bottom .section-center-bottom-zi2[data-v-498142aa] {
  margin-top: 7px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.12rem;
  color: rgba(61, 61, 61, 0.6);
  line-height: 0.24rem;
}
.pc-all .section6[data-v-498142aa] {
  position: relative;
  background-image: url("https://static-web.yaoweilai.com/web/image/index-section-bgss.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.pc-all .section6 .section5-title[data-v-498142aa] {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.pc-all .section6 .section5-title .section5-zi1[data-v-498142aa] {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.36rem;
  color: #fff;
  line-height: 0.36rem;
}
.pc-all .section6 .section5-title .section5-zi2[data-v-498142aa] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.11rem;
  color: #fff;
  line-height: 0.11rem;
  margin-top: 0.1rem;
}
.pc-all .section6 .section5-foot[data-v-498142aa] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.pc-all .bottom-white[data-v-498142aa] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.pc-all .bottom-white .bottom-white-dw[data-v-498142aa] {
  position: relative;
  background-color: white;
  height: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.16);
}
.pc-all .bottom-white .bottom-white-dw .left-img[data-v-498142aa] {
  width: 1rem;
  height: 1.22rem;
  margin-top: -0.33rem;
}
.pc-all .bottom-white .bottom-white-dw .bottom-white-title[data-v-498142aa] {
  margin-left: 0.22rem;
}
.pc-all .bottom-white .bottom-white-dw .bottom-white-title .bottom-title-top[data-v-498142aa] {
  font-size: 0.15rem;
  font-weight: bold;
  color: #333;
}
.pc-all .bottom-white .bottom-white-dw .bottom-white-title .bottom-title-bottom[data-v-498142aa] {
  font-size: 0.1rem;
  margin-top: 5px;
  color: #767676;
}
.pc-all .bottom-white .bottom-white-dw .right-img[data-v-498142aa] {
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 0.3rem;
}
.pc-all .bottom-white .bottom-white-dw .bottom-close[data-v-498142aa] {
  width: 0.11rem;
  height: 0.11rem;
  margin-left: 0.2rem;
  margin-top: -0.45rem;
  cursor: pointer;
}
.pc-all[data-v-2fe5355d] {
  font-family: "Times New Roman", Times, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.pc-all .top[data-v-2fe5355d] {
  position: relative;
  z-index: -1;
}
.pc-all .top .us-bg[data-v-2fe5355d] {
  position: relative;
}
.pc-all .top .us-bg img[data-v-2fe5355d] {
  width: 100%;
  height: 3rem;
}
.pc-all .top .us-bg .us-bg-zi[data-v-2fe5355d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.32rem;
  color: #f6f7fb;
  letter-spacing: 0.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pc-all .content[data-v-2fe5355d] {
  width: 60%;
  margin: 0 auto;
}
.pc-all .content .content-title[data-v-2fe5355d] {
  margin-top: 0.33rem;
  position: relative;
}
.pc-all .content .content-title img[data-v-2fe5355d] {
  width: 2.27rem;
  height: 0.31rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.pc-all .content .content-title .content-title-zi[data-v-2fe5355d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.24rem;
  color: #3d3d3d;
  letter-spacing: 0.02rem;
  text-align: center;
  z-index: 1;
}
.pc-all .content .content-zi[data-v-2fe5355d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.12rem;
  color: #333;
  line-height: 0.18rem;
  text-align: center;
  margin-top: 0.215rem;
}
.pc-all .content .values[data-v-2fe5355d] {
  display: flex;
  justify-content: space-between;
  margin-top: 0.25rem;
}
.pc-all .content .values .values-box[data-v-2fe5355d] {
  width: 1.9rem;
  height: 2.2rem;
  background: #ebf2ff;
  border-radius: 0.05rem;
}
.pc-all .content .values .values-box .values-box-icon[data-v-2fe5355d] {
  display: flex;
  justify-content: flex-end;
}
.pc-all .content .values .values-box .values-box-icon img[data-v-2fe5355d] {
  width: 0.78rem;
  height: 0.78rem;
}
.pc-all .content .values .values-box .values-jl[data-v-2fe5355d] {
  margin-left: 0.205rem;
}
.pc-all .content .values .values-box .values-jl .values-box-img[data-v-2fe5355d] {
  margin-top: 0.205rem;
}
.pc-all .content .values .values-box .values-jl .values-box-img img[data-v-2fe5355d] {
  width: 0.3rem;
  height: 0.3rem;
}
.pc-all .content .values .values-box .values-jl .values-box-title[data-v-2fe5355d] {
  margin-top: 0.105rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.12rem;
  color: #333;
}
.pc-all .content .values .values-box .values-jl .values-box-zi[data-v-2fe5355d] {
  margin-top: 0.145rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.1rem;
  color: #666;
}
.pc-all .content .many-img[data-v-2fe5355d] {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  margin-top: 0.29rem;
}
.pc-all .content .many-img .many-title[data-v-2fe5355d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.24rem;
  color: #fff;
  letter-spacing: 0.02rem;
  text-shadow: 0px 0.02rem 0px rgba(0, 0, 0, 0.22);
}
.pc-all .content .many-img .many-wz[data-v-2fe5355d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.08rem;
  color: #fff;
  line-height: 0.12rem;
}
.pc-all .content .many-img .many-img-left .many-img-top[data-v-2fe5355d] {
  width: 4.5rem;
  height: 1.1rem;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.349);
  border-top-left-radius: 0.1rem;
}
.pc-all .content .many-img .many-img-left .many-img-top img[data-v-2fe5355d] {
  width: 100%;
  height: 100%;
  filter: blur(0.05rem);
}
.pc-all .content .many-img .many-img-left .many-img-top .many-img-top-title[data-v-2fe5355d] {
  position: absolute;
  bottom: 0.07rem;
  left: 0.14rem;
}
.pc-all .content .many-img .many-img-left .many-img-top .many-img-top-wz[data-v-2fe5355d] {
  position: absolute;
  bottom: -0.255rem;
  left: 0.14rem;
  right: 0.14rem;
}
.pc-all .content .many-img .many-img-left .many-img-top:hover .many-img-top-title[data-v-2fe5355d] {
  animation: slideUp1-2fe5355d 0.5s forwards;
}
.pc-all .content .many-img .many-img-left .many-img-top:hover .many-img-top-wz[data-v-2fe5355d] {
  animation: slideUp2-2fe5355d 0.5s forwards;
}
@keyframes slideUp1-2fe5355d {
from {
    bottom: 0.07rem;
}
to {
    bottom: 0.5rem;
}
}
@keyframes slideUp2-2fe5355d {
from {
    bottom: -0.255rem;
}
to {
    bottom: 0.2rem;
}
}
.pc-all .content .many-img .many-img-left .many-img-bottom[data-v-2fe5355d] {
  display: flex;
}
.pc-all .content .many-img .many-img-left .many-img-bottom .many-img-content1[data-v-2fe5355d] {
  border-bottom-left-radius: 0.1rem;
}
.pc-all .content .many-img .many-img-left .many-img-bottom .many-img-content[data-v-2fe5355d] {
  width: 1.5rem;
  height: 2.2rem;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.349);
}
.pc-all .content .many-img .many-img-left .many-img-bottom .many-img-content img[data-v-2fe5355d] {
  width: 100%;
  height: 100%;
  filter: blur(0.05rem);
}
.pc-all .content .many-img .many-img-left .many-img-bottom .many-img-content .many-img-content-title[data-v-2fe5355d] {
  position: absolute;
  bottom: 0.07rem;
  left: 0.14rem;
}
.pc-all .content .many-img .many-img-left .many-img-bottom .many-img-content .many-img-content-wz[data-v-2fe5355d] {
  position: absolute;
  bottom: -0.5rem;
  left: 0.14rem;
  right: 0.14rem;
}
.pc-all .content .many-img .many-img-left .many-img-bottom .many-img-content:hover .many-img-content-title[data-v-2fe5355d] {
  animation: slideUp3-2fe5355d 1s forwards;
}
.pc-all .content .many-img .many-img-left .many-img-bottom .many-img-content:hover .many-img-content-wz[data-v-2fe5355d] {
  animation: slideUp4-2fe5355d 1s forwards;
}
@keyframes slideUp3-2fe5355d {
from {
    bottom: 0.07rem;
}
to {
    bottom: 1.75rem;
}
}
@keyframes slideUp4-2fe5355d {
from {
    bottom: -0.255rem;
}
to {
    bottom: 1.25rem;
}
}
.pc-all .content .many-img .many-img-right[data-v-2fe5355d] {
  width: 1.435rem;
  height: 3.3rem;
  overflow: hidden;
  position: relative;
  border-radius: 0px 0.1rem 0.1rem 0px;
  box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.349);
}
.pc-all .content .many-img .many-img-right img[data-v-2fe5355d] {
  width: 100%;
  height: 100%;
  filter: blur(0.05rem);
}
.pc-all .content .many-img .many-img-right .many-img-right-title[data-v-2fe5355d] {
  position: absolute;
  bottom: 0.07rem;
  left: 0.14rem;
}
.pc-all .content .many-img .many-img-right .many-img-right-wz[data-v-2fe5355d] {
  position: absolute;
  bottom: -0.6rem;
  left: 0.14rem;
  right: 0.14rem;
}
.pc-all .content .many-img .many-img-right:hover .many-img-right-title[data-v-2fe5355d] {
  animation: slideUp5-2fe5355d 0.8s forwards;
}
.pc-all .content .many-img .many-img-right:hover .many-img-right-wz[data-v-2fe5355d] {
  animation: slideUp6-2fe5355d 0.8s forwards;
}
@keyframes slideUp5-2fe5355d {
from {
    bottom: 0.07rem;
}
to {
    bottom: 2.75rem;
}
}
@keyframes slideUp6-2fe5355d {
from {
    bottom: -0.5rem;
}
to {
    bottom: 2.15rem;
}
}
.pc-all .content .map[data-v-2fe5355d] {
  margin-top: 0.28rem;
  position: relative;
  border-radius: 0.1rem 0.1rem 0 0;
  overflow: hidden;
}
.pc-all .content .map .map-address[data-v-2fe5355d] {
  width: 2.23rem;
  height: 0.905rem;
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.205rem 0.255rem;
  position: absolute;
  top: 0.215rem;
  left: 0.205rem;
  z-index: 1;
}
.pc-all .content .map .map-address .map-address-title[data-v-2fe5355d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #222;
}
.pc-all .content .map .map-address .map-address-dz[data-v-2fe5355d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.12rem;
  color: #3d3d3d;
  margin-top: 0.06rem;
}
.pc-all .content .map .here-map[data-v-2fe5355d] {
  height: 3.145rem;
  margin: 0 auto;
  z-index: 99;
}
.pc-all .content .map .here-map[data-v-2fe5355d] .anchorBL,
.pc-all .content .map .here-map[data-v-2fe5355d] .anchorTR,
.pc-all .content .map .here-map[data-v-2fe5355d] .BMap_zlHolder,
.pc-all .content .map .here-map[data-v-2fe5355d] [id^=PanoramaFlashWraperTANGRAM] {
  display: none;
  visibility: hidden;
}
.pc-all .content .cooperation[data-v-2fe5355d] {
  background: #f7f7f7;
  border-radius: 0px 0px 0.1rem 0.1rem;
  display: flex;
  justify-content: space-between;
  padding: 0.16rem 0.24rem;
}
.pc-all .content .cooperation .cooperation-content[data-v-2fe5355d] {
  flex: 1;
}
.pc-all .content .cooperation .cooperation-content .cooperation-flex[data-v-2fe5355d] {
  display: flex;
}
.pc-all .content .cooperation .cooperation-content .cooperation-flex .cooperation-email-detail[data-v-2fe5355d] {
  width: 1.1rem;
}
.pc-all .content .cooperation .cooperation-content .cooperation-flex .cooperation-email-detail .cooperation-detail-title[data-v-2fe5355d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.08rem;
  color: #222;
}
.pc-all .content .cooperation .cooperation-content .cooperation-flex .cooperation-email-detail .cooperation-detail-content[data-v-2fe5355d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.065rem;
  color: #666;
  margin-top: 0.065rem;
}
.pc-all .content .cooperation .cooperation-content .cooperation-jl[data-v-2fe5355d] {
  margin-top: 0.165rem;
}
.pc-all .content .cooperation .handle-gzh-detail[data-v-2fe5355d] {
  display: grid;
  place-items: center;
}
.pc-all .content .cooperation .handle-gzh-detail img[data-v-2fe5355d] {
  width: 0.505rem;
  height: 0.5rem;
}
.pc-all .content .cooperation .handle-gzh-detail .handle-gzh[data-v-2fe5355d] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.06rem;
  color: #222;
  margin-top: 0.055rem;
  text-align: center;
}
.pc-all .footer[data-v-2fe5355d] {
  margin-top: 0.425rem;
}
.pc-all[data-v-2be4f3f6] {
  font-family: "Times New Roman", Times, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.pc-all .top[data-v-2be4f3f6] {
  position: relative;
  z-index: -1;
}
.pc-all .top .us-bg img[data-v-2be4f3f6] {
  width: 100%;
  height: 2.8rem;
}
.pc-all .footer[data-v-2be4f3f6] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.pc-all .nr[data-v-2be4f3f6] {
  margin-top: -0.6rem;
  margin-bottom: 0.5rem;
}
.pc-all .nr .content[data-v-2be4f3f6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  width: 70%;
  margin: 0 auto;
}
.pc-all .nr .content .content-kuai[data-v-2be4f3f6] {
  width: 1rem;
  height: 1rem;
  border-radius: 0.12rem;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: #fff;
}
.pc-all .nr .content .content-kuai .content-kuai-bj[data-v-2be4f3f6] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pc-all .nr .content .content-kuai .content-kuai-bj img[data-v-2be4f3f6] {
  width: 0.36rem;
  height: 0.36rem;
}
.pc-all .nr .content .content-kuai .content-kuai-bj .content-kuai-zi[data-v-2be4f3f6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: #3d3d3d;
  line-height: 0.195rem;
  margin-top: 0.085rem;
}
.pc-all .nr .content .content-kuai .content-kuai-erweima[data-v-2be4f3f6] {
  position: absolute;
  top: 0;
  right: 0;
}
.pc-all .nr .content .content-kuai .content-kuai-erweima img[data-v-2be4f3f6] {
  width: 0.375rem;
  height: 0.375rem;
}
.pc-all .nr .content .content-ss[data-v-2be4f3f6] {
  width: 1.3rem;
  height: 1.3rem;
  cursor: pointer;
}
.pc-all .error[data-v-510cb7a6] {
  min-height: 82vh;
}
.pc-all .error .code[data-v-510cb7a6] {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-top: 170px;
}
