*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
}

#ipt {
  width: 70%;
  outline: none;
  height: 100%;
  font-size: 14px;
  border: 1px solid transparent;
  box-sizing: border-box;
  margin-top: 0px;
  background-color: transparent;

  display: none;
}

.iptShow {
  display: block !important;
}

.iptActive {
  width: 118px !important;
  display: block !important;
}

#search {
  width: 12.5px;
  height: 12.5px;
}

.lxdh {
  font-weight: 500;
  font-size: 18px;
  color: #046AF6;
  line-height: 26px;
  margin-right: 12px;
  letter-spacing: 1px;
}

#search2 {
  width: 14.5px;
  height: 14.5px;
  padding-right: 0 !important;
  cursor: pointer;
}

.iptBox {
  width: 180px;
  outline: none;
  height: 30px;
  border-radius: 16px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  font-size: 16px;
  transition: all 1s;
  width: 30px;
  margin-right: 8px;
}

.iptflex {
  display: flex;
}

html {
  -webkit-text-size-adjust: 100%;
  /* 防止iOS横屏时字体放大 */
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  /* 平滑滚动（可选） */
}

body {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  /* 字体抗锯齿 */
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 600;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  border: none;
  outline: none;
  background: none;
}

button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

textarea {
  resize: vertical;
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
}

hr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 2rem 0;
}

::selection {
  background-color: #b3d4fc;
  color: #333;
  text-shadow: none;
}

.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.el-message {
  z-index: 99999 !important;
}

.ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  max-width: 1200px;
  /* 根据项目调整 */
  margin: 0 auto;
}

#app {
  padding-top: 75px;
}

/* 公共头部 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 75px;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.091);
  z-index: 9999;
}

.header .rows {
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo .cn {
  display: flex;
  margin-right: 12px;
  width: 163px;
  align-items: center;
}




.header .logo .cn {
  font-family: PingFang SC, PingFang SC;
  margin-top: 1px;
  font-weight: 700;
  color: #0046BB;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}


.header .nav {
  display: flex;
  align-items: center;
}

.header .nav .item {
  font-family: PingFang SC, PingFang SC;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}

.header .nav .item.on {
  background: #046AF6;
  color: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  font-weight: 600;
}

.header .nav .item:hover {
  color: #046AF6;
}

.header .nav .item.on:hover {
  color: #FFFFFF;
}

.header .others {
  display: flex;
  align-items: center;
}

.header .explain {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.rechargeBtn {
  color: #046AF6;
  margin-left: 10px;
  cursor: pointer;
}

.shsm {
  display: block;

  margin-top: 15px;
  color: #666;

  text-align: center;
}

.header .explain .icon {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.header .explain .txt {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
}

.header .others .user {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header .others .user .avatar {
  width: 40px;
  display: none;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}

.header .others .user .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header .others .user .nickname {
  font-family: PingFang SC, PingFang SC;
  padding: 0 10px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 75px;
}

.header .others .user .el-icon-caret-bottom {
  color: #cccccc;
  margin-top: -2px;
}

.header .others .button {
  width: 95px;
  height: 47px;
  background: #046AF6;
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 47px;
  text-align: center;
  cursor: pointer;
}

/* 公共底部 */
.footer {
  position: relative;
  width: 100%;
  z-index: 99;
}

.footer .nav {
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .nav div {
  position: relative;
}

.footer .nav .item {
  font-family: PingFang SC, PingFang SC;
  padding: 0 56px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 54px;
  cursor: pointer;
}

.footer .nav .and {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
}

.footer .info {
  width: 100%;
  padding-bottom: 68px;
  position: relative;
}

.footer .info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #173fb8;
  border-radius: 0px 35px 0px 0px;
  width: 50%;
  height: 100%;
  z-index: 1;
}


.footer .info::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #173fb8;
  border-radius: 35px 0px 0px 0px;
  width: 50%;
  height: 100%;
  z-index: 1;
}

.infoItem {
  width: 90%;
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
  max-width: 1711px;
  padding-top: 54px;
  margin: auto;
}

.footerTitle {
  width: 90%;
  max-width: 605px;
  margin: auto;
}

.footerCenter {
  margin: 37px 0 0;
  padding: 20px 0 20px;
  border-top: 2px solid #3a5dc4;
  border-bottom: 2px solid #3a5dc4;
}

.footerCenter {
  display: flex;
  justify-content: center;
}

.fwzz {
  width: 84px;
  height: 28px;
  text-align: center;
  display: block;
  line-height: 28px !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #FFFFFF !important;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 162px 162px 162px 162px;
}

.footerTopLeft p {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 8px;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #ffffff;
}

.footerTopLeft div:nth-child(2) a {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 29px;
}

.footerTopLeft div:nth-child(2) p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.5);
}

.footerTopRight p img {
  margin-left: 4px;
  width: 22px;
  height: 18px;
}

.footerBottom p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
  margin-bottom: 6px;
}

.footerBottom span {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
}

.footer .nav::before {
  content: "";
  width: 100%;
  height: 156px;
  background: #999999;
  position: absolute;
  top: 0;
  left: 0;
}

.footerBottom {
  margin-top: 9px;
}

.footerRight {
  width: 372px;
  height: 239px;
  margin-left: 71px;
}

.footerTopRight>img {
  width: 136px;
  margin-left: 2px;
  height: 136px;
}

.footerTopRight {
  margin-left: 81px;
}

.footerTopRight p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  line-height: 14px;
  letter-spacing: 2px;
  color: #ffffff;
}

.footerTop {
  display: flex;
}

.footerTopLeft div:nth-child(1) {
  margin-bottom: 30px;
}

.footerTopLeft a:nth-child(1) {
  margin-right: 25px;
}

.footerTopLeft a {
  font-size: 19px;
  font-weight: bold;
  color: #aab2de;
  line-height: 19px;
}

.footer .info .rows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.footer .info .txt {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 34px;
}

/* 列表 */
.caseBox {
  padding-bottom: 93px;
}

.caseList {
  display: grid;
  grid-template-columns: repeat(3, 387px);
  grid-gap: 20px;
}

.caseList .item {
  width: 387px;
  height: auto;
  background: #FFFFFF;
  padding: 11px 10px 15px 10px;
  border-radius: 18px 18px 18px 18px;
  cursor: pointer;
}

.caseList .item .picture {
  position: relative;
  width: 362px;
  height: 243px;
  overflow: hidden;
  border-radius: 12px;
}

.caseList .item .picture img {
  height: 100%;
  object-fit: cover;
}

.caseList .item .picture .hot {
  position: absolute;
  top: 6px;
  left: 4px;
  width: 66px;
  height: 30px;
  z-index: 1;
}

.caseList .item .picture .pic {
  transition: .5s;
}

/* 划过 item 时 pic 放大，hot 通过 z-index 始终保持在 pic 之上 */
.caseList .item:hover .picture .pic {
  transform: scale(1.1);
}

.caseList .item .title {
  font-family: PingFang SC, PingFang SC;
  padding-top: 10px;
  padding-bottom: 6px;
  font-weight: 400;
  font-size: 15px;
  margin-bottom:0 !important;
  color: #222222;
  line-height: 22px;
}

.caseList .item:hover .title {
  color: #0046BB;
}

.caseList .item .rows {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.caseList .item .timer,
.caseList .item .download,
.caseList .item .collect,
.caseList .item .seeCount {
  display: flex;
  align-items: center;
}

.caseList .item .timer .icon {
  width: 11px;
  height: 11px;
  margin-right: 10px;
}

.caseList .item .rows .group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.caseList .item .timer .txt,
.caseList .item .download .txt,
.caseList .item .collect .txt,
.caseList .item .seeCount .txt {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #999999;
  line-height: 17px;
}

.caseList .item .download .icon,
.caseList .item .collect .icon {
  width: 14px;
  height: 13px;
  margin-right: 4px;
}

.caseList .item .seeCount .icon {
  width: 13px;
  height: 10px;
  margin-right: 3px;
}

.caseBox .moreBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}

.caseBox .moreBtn::before {
  position: absolute;
  top: -166px;
  left: 0;
  right: 0;
  content: '';
  height: 190px;
  background: linear-gradient(180deg, rgba(249, 252, 255, 0) 0%, #F1F8FE 100%);
  z-index: -1;
}

.caseBox .moreBtn .txt {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 15px;
  color: #333333;
  line-height: 22px;
}

.caseBox .moreBtn .icon {
  width: 9px;
  height: 8px;
  margin-left: 4px;
}

/* 分页样式 */
.pagination {
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.el-pager li {
  font-size: 14px;
  line-height: 46px;
  font-weight: 400;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
  min-width: 46px;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: #FFFFFF;
}

.el-pager .more::before {
  line-height: 46px;
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
  font-size: 14px;
  height: 46px;
  line-height: 46px;
}

.el-pagination__editor.el-input {
  margin: 0 16px;
}

.el-pagination__editor.el-input .el-input__inner {
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 8px;
  background: #FFFFFF;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  background: linear-gradient(133deg, #0AA3FB 0%, #046AF6 100%);
}

/* 面包屑导航 */
.breadcrumb {
  margin: 30px 0 45px 0;
  display: flex;
  align-items: center;
}

.breadcrumb .icon {
  width: 20px;
  height: 21px;
  margin-right: 7px;
}

.breadcrumb .txt {
  font-family: PingFang SC, PingFang SC;
  padding: 0 5px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 21px;
}

/* 修改element-ui弹窗样式 */
.el-dialog {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0 !important;
  background: transparent;
  box-shadow: none;
}

.el-dialog__header,
.el-dialog__body {
  padding: 0;
}

/* 登录弹窗 */
.loginPopup {
  position: relative;
  width: 336px;
  height: 299px;
  padding: 0 30px;
  padding-top: 40px;
  background: url(/web/imgs/bg3.png) no-repeat;
  background-size: 100% 100%;
}

.loginPopup .close,
.registerPopup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.loginPopup .title,
.registerPopup .title {
  font-family: PingFang SC, PingFang SC;
  margin-bottom: 19px;
  font-weight: 600;
  font-size: 19px;
  color: #000000;
  line-height: 28px;
  text-align: center;
}

.loginPopup .inputBox,
.registerPopup .inputBox {
  position: relative;
  width: 100%;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 42px;
  background: #FFFFFF;
  border: 1px solid rgba(17, 17, 17, 0.1);
}

.loginPopup .inputBox .el-input__inner,
.registerPopup .inputBox .el-input__inner {
  border: none;
  padding-left: 38px;
  background: transparent;
}

.loginPopup .inputBox .user-icon,
.registerPopup .inputBox .user-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 13px;
  height: 14px;
  transform: translateY(-50%);
}

.loginPopup .inputBox .password-icon,
.registerPopup .inputBox .password-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
}

.loginPopup .loginBtn,
.registerPopup .loginBtn {
  width: 100%;
  height: 36px;
  cursor: pointer;
  margin-top: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
  border-radius: 36px;
  background: linear-gradient(133deg, #0AA3FB 0%, #046AF6 100%);
}

.loginPopup .tips,
.registerPopup .tips {
  font-family: PingFang SC, PingFang SC;
  margin-top: 15px;
  font-weight: 500;
  font-size: 13px;
  color: #C0C0C0;
  line-height: 19px;
  text-align: center;
}

.loginPopup .tips span,
.registerPopup .tips span {
  padding-left: 5px;
  color: #046AF6;
  text-decoration-line: underline;
  cursor: pointer;
}

.registerPopup {
  position: relative;
  width: 336px;
  min-height: 480px;
  padding: 0 30px;
  padding-top: 40px;
  padding-bottom: 24px;
  background: url(/web/imgs/bg4.png) no-repeat;
  background-size: 100% 100%;
}

.registerPopup .inputBox .dept-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 15px;
  height: 14px;
  transform: translateY(-50%);
}

/* 注册弹窗 - 手机号 / 验证码 / 确认密码 */
.registerPopup .inputBox .phone-icon,
.registerPopup .inputBox .code-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  fill: #999999;
}

.registerPopup .inputBox.codeBox .el-input__inner {
  /* 给发送按钮留出空间 */
  padding-right: 96px;
}

.registerPopup .inputBox .sendCodeBtn {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  height: 32px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 32px;
  border-radius: 16px;
  background: linear-gradient(133deg, #0AA3FB 0%, #046AF6 100%);
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s ease;
  z-index: 1;
}

.registerPopup .inputBox .sendCodeBtn.disabled {
  background: #CCCCCC;
  cursor: not-allowed;
  opacity: 0.8;
}

/* 审核中弹窗 */
.successPopup,
.verifyPopup {
  width: 292px;
  height: 155px;
  padding: 0 26px;
  padding-top: 19px;
  background: url(/web/imgs/bg5.png) no-repeat;
  background-size: 100% 100%;
}

.successPopup .title,
.verifyPopup .title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.successPopup .title .icon {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}

.verifyPopup .title .icon {
  width: 19px;
  height: 16px;
  margin-right: 5px;
}

.successPopup .title .txt,
.verifyPopup .title .txt {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 23px;
}

.successPopup .search-tel,
.verifyPopup .search-tel {
  width: 100%;
  height: 30px;
  margin-top: 14px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  background: #FFFFFF;
}

.successPopup .btn,
.verifyPopup .btn {
  width: 117px;
  height: 28px;
  margin: 0 auto;
  margin-top: 24px;
  border-radius: 28px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
  background: linear-gradient(133deg, #0AA3FB 0%, #046AF6 100%);
  cursor: pointer;
}

.modifyPopup {
  width: 292px;
  height: 165px;
  padding: 0 26px;
  padding-top: 19px;
  background: url(/web/imgs/bg5.png) no-repeat;
  background-size: 100% 100%;
}

.modifyPopup.password {
  height: 220px;
}

.modifyPopup .title {
  font-family: PingFang SC, PingFang SC;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 19px;
  color: #000000;
  line-height: 28px;
  text-align: center;
}

.modifyPopup .inputBox {
  position: relative;
  width: 100%;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 42px;
  background: #FFFFFF;
  border: 1px solid rgba(17, 17, 17, 0.1);
}

.modifyPopup .inputBox .el-input__inner {
  border: none;
  padding-left: 38px;
  background: transparent;
}

body {
  padding: 0 !important;
}

.modifyPopup .inputBox .user-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 13px;
  height: 14px;
  transform: translateY(-50%);
}

.modifyPopup .inputBox .password-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
}

.modifyPopup .btn {
  width: 117px;
  height: 28px;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 28px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
  background: linear-gradient(133deg, #0AA3FB 0%, #046AF6 100%);
  cursor: pointer;
}

.modifyPopup.avatar {
  height: 200px;
}

.modifyPopup.avatar .upload {
  text-align: center;
}

.modifyPopup.avatar .avatar-uploader .el-upload {
  border: 1px dashed #cccccc;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.modifyPopup.avatar .avatar-uploader .el-upload:hover {
  border-color: #409EFF;
}

.modifyPopup.avatar .avatar-uploader-icon {
  font-size: 24px;
  color: #8c939d;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.modifyPopup.avatar .avatarPic {
  width: 60px;
  height: 60px;
  display: block;
}

.emptyBox {
  padding: 50px 0 30px 0;
}

.richBox img {
  max-width: 100%;
  width: revert-layer;
  height: revert-layer;
}

/* ============================================
   积分不足提示弹窗（info / textInfo 共用）
   沿用 downloadPopup 的尺寸与 bg2.png 背景
   ============================================ */
.pointsShortPopup {
  position: relative;
  width: 243px;
  padding: 0 20px;
  padding-top: 36px;
  padding-bottom: 22px;
  background: url(/web/imgs/bg2.png) no-repeat;
  background-size: 100% 100%;
}

.pointsShortPopup .close {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.pointsShortPopup .warnIcon {
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: linear-gradient(133deg, #FFB199 0%, #FF6B35 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.pointsShortPopup .title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 17px;
  color: #222222;
  line-height: 24px;
  text-align: center;
  margin-bottom: 10px;
}

.pointsShortPopup .msg {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  line-height: 20px;
  text-align: center;
  margin-bottom: 18px;
  padding: 0 4px;
}

.pointsShortPopup .confirmBtn {
  width: 100%;
  height: 30px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(133deg, #0AA3FB 0%, #046AF6 100%);
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.pointsShortPopup .confirmBtn:hover {
  opacity: 0.92;
}

/* ============================================
   联系客服悬浮按钮
   ============================================ */
.serviceFloat {
  position: fixed;
  right: 60px;
  bottom: 100px;
  width: calc(131px / 1.5);
  height: calc(113px / 1.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 998;
  color: #FFFFFF;
}

.serviceFloat img {

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.serviceFloat span.active {
  opacity: 1;
}

.serviceFloat span {
  position: absolute;
  display: flex;
  transition: 1s;
  align-items: center;
  opacity: 0;
  justify-content: center;
  top: -66px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #046AF6;
  line-height: 20px;
  width: 155px;
  padding: 0 8px;
  height: 56px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #046AF6;
}

.serviceFloat:hover img {
  transform: scale(1.05);
}

.serviceFloat:active {
  transform: scale(0.95);
}

.serviceFloat svg {
  width: 30px;
  height: 30px;
  fill: #FFFFFF;
}

/* ============================================
   联系客服弹窗
   ============================================ */
.servicePopup {
  position: relative;
  width: 400px;
  height: 497px;
  padding-top: 52px;
  padding-bottom: 20px;
  background: url(/web/imgs/kfBg.png) no-repeat;
  background-size: 100% 100%;
}

.servicePopup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.servicePopup .title {
  font-family: PingFang SC, PingFang SC;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 19px;
  color: #000000;
  line-height: 28px;
  text-align: center;
}

.servicePopup .qrArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px dashed #D1DDFF;
}

.servicePopup .qrArea .qr {
  width: 296px;
  height: 296px;
  border: 1px solid #EDEDED;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  font-size: 14px;
  overflow: hidden;
}

.servicePopup .qrArea .qr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.servicePopup .qrArea .tip {
  font-family: PingFang SC, PingFang SC;
  padding: 16px 0;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 26px;
  text-align: center;
}

.servicePopup .phone {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.servicePopup .phone .icon {
  width: 27px;
  height: 27px;
  fill: #046AF6;
  flex-shrink: 0;
}

.servicePopup .phone .num {
  font-family: PingFang SC, PingFang SC;
  font-weight: 700;
  font-size: 28px;
  color: #046AF6;
  line-height: 41px;
  letter-spacing: 1px;
}