/*!*****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/common/css/common.css ***!
  \*****************************************************************************/
.lf-loading-box {
  z-index: 1999;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.lf-loading-box.full-screen-Loading {
  position: fixed;
}

.lf-loading-tips {
  color: #4c4cef;
  font-size: 12px;
}

.lf-loading-centent {
  text-align: center;
}

.lf-loading-circular {
  display: inline;
  height: 50px;
  width: 50px;
  animation: loading-rotate 1.4s linear infinite;
}

.lf-loading-circular .lf-loading-path {
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #4c4cef;
  stroke-linecap: round;
}

@keyframes loading-rotate {
  to {
    transform: rotate(1turn);
  }
}

@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }

  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}

.lf-common-popover {
  position: fixed;
  min-width: 100px;
  text-align: center;
  z-index: 3000; /* 设置较高的 z-index 值 */
  box-sizing: border-box;
  max-height: 100%;
  overflow: auto;
}
.lf-common-popover-mask {
  display: none;
}
.lf-common-popover-content {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #eee;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.09);
  overflow: auto;
}
@media (max-width: 600px) {
  .lf-common-popover {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    /* background-color: rgba(0, 0, 0, 0.5); */
    z-index: 2999 !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-height: unset;
  }
  .lf-common-popover-mask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .lf-common-popover-content {
    width: 100%;
    max-height: 85%;
    overflow-y: auto;
    z-index: 1;
  }
  .lf-common-popover-mask {
    display: block;
  }
}
.lf-common-popover .lf-common-popover-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.lf-common-popover .lf-common-popover-arrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.lf-common-popover .lf-common-popover-arrow.bottom {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #eee transparent;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
}
.lf-common-popover .lf-common-popover-arrow.bottom::after {
  position: absolute;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fff transparent;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
}

.lf-common-popover .lf-common-popover-arrow.top {
  border-width: 10px 10px 0 10px;
  border-color: #eee transparent transparent transparent;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.lf-common-popover .lf-common-popover-arrow.top::after {
  border-width: 8px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.lf-common-btn-default {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #333940;
  box-sizing: border-box;
  padding: 0 12px;
  font-size: 14px;
  background: #fff;
}
.lf-common-btn-primary {
  border-radius: 8px;
  height: 40px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  background: #4c4cee;
  box-sizing: border-box;
  padding: 0 12px;
}
.lf-common-btn-primary:active {
  background: #6161f3;
}
.lf-common-btn-primary.disabled {
  background: #8282fa;
  cursor: not-allowed;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .lf-common-btn-primary:hover {
    background: #6161f3;
  }
  .lf-common-btn-default:hover {
    background: #e9ebef;
  }
}

/*!****************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/lifangUpgradeModal/css/index.css ***!
  \****************************************************************************************/
.lf-upgrade-modal {
  border-radius: 12px;
}
.lf-upgrade-modal-panel a {
  text-decoration: none;
}
.lf-upgrade-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lf-upgrade-modal .lf-upgrade-modal-head-box {
  background-image: url(./ec5a035f4af676b1c12c.svg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 68px;
  border-radius: 12px 12px 0 0;
}
.lf-upgrade-modal .lf-upgrade-modal-head {
  display: flex;
  justify-content: space-between;
  padding: 12px 68px 0 24px;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
/*head*/
.lf-upgrade-modal-head-user {
  display: flex;
  align-items: center;
}
.lf-upgrade-modal-head-user div,
.lf-upgrade-modal-head-user img {
  flex-shrink: 0;
}
.lf-upgrade-modal-head-avatar {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
.lf-upgrade-modal-head-user-level {
  display: inline-block;
  padding: 2px 4px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 2px;
  box-sizing: border-box;
}
.lf-upgrade-modal-head-user-level-0 {
  color: #3c5d7b;
  background-color: #d3dff4;
}
.lf-upgrade-modal-head-user-level-5 {
  color: #1c1c1c;
  background: linear-gradient(142.68deg, #fffbf0 -0.98%, #ffd6a8 99.02%);
}
.lf-upgrade-modal-head-user-name-box {
  display: flex;
  align-items: center;
}
.lf-upgrade-modal-head-user-name {
  font-size: 14px;
  margin-right: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  display: inline-block;
}
.lf-upgrade-modal-head-user-text {
  font-size: 12px;
  color: #495e76;
  line-height: 22px;
  width: fit-content;
}
.lf-upgrade-qrcode-trigger {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #495e76;
  cursor: pointer;
}
.lf-upgrade-pop-qrcode {
  box-sizing: border-box;
  background: #fff;
  width: 100%;
}
.lf-common-dialog-close {
  position: absolute;
  right: 24px;
  top: 22px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: #999;
}
.lf-common-dialog-close svg {
  width: 24px;
  height: 24px;
}

.lf-upgrade-modal-body {
  display: flex;
  height: 568px;
  color: #333940;
  width: 100%;
}
.lf-upgrade-modal-body-power {
  background: #eff6ff;
  width: 240px;
  flex-shrink: 0;
  padding: 24px 0;
  box-sizing: border-box;
  font-size: 12px;
  color: #495e76;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 0 0 0 12px;
}
.lf-upgrade-power-info-box {
  margin: 0 10px 16px;
  border-bottom: 1px dashed #e5e7eb;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.lf-upgrade-power-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  justify-content: center;
  margin: 0 auto;
}
.lf-upgrade-power-name {
  font-size: 14px;
  color: #333940;
  line-height: 150%;
}
.lf-upgrade-power-list {
  padding: 0 20px;
  box-sizing: border-box;
  gap: 12px;
  overflow-y: auto;
  position: relative;
  margin-bottom: 36px;
}
.lf-upgrade-power-list::-webkit-scrollbar-track {
  background: transparent;
}
.lf-upgrade-power-list::-webkit-scrollbar {
  width: 0;
}
.lf-upgrade-power-list-item {
  margin-bottom: 16px;
}
.lf-upgrade-power-list-item-desc {
  color: #7f8e9f;
}
.lf-upgrade-power-exchange-link {
  display: flex;
  align-items: center;
  color: #495e76;
}
.lf-upgrade-power-exchange-link:hover {
  color: #0076fe;
}
.lf-upgrade-power-btn {
  background: #ffffff;
  position: absolute;
  bottom: 24px;
  left: 30px;
  width: 180px;
  height: 36px;
  font-size: 12px;
}
.lf-upgrade-power-btn svg {
  color: #b5b5b5;
}
.lf-upgrade-power-product-desc {
  text-align: left;
  line-height: 150%;
}

/* 价格模块 */
.lf-upgrade-modal-body .lf-upgrade-modal-body-price {
  flex: 1;
  padding: 24px;
  box-sizing: border-box;
  /* overflow-y: auto; */
}
.lf-upgrade-modal-body-price-list {
  /* display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr)); */
  gap: 14px;
  width: 100%;
  margin-bottom: 20px;
}
.lf-upgrade-modal-body-price-item {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  min-width: 120px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 12px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  height: 136px;
}
.lf-upgrade-modal-body-price-item.lf-upgrade-modal-body-price-item-active {
  box-shadow: 0 0 0 0.5px #4c4cee inset;
  border: 1px solid #4c4cee;
}
.lf-upgrade-modal-body-price-item.lf-upgrade-modal-body-price-item-active,
.lf-upgrade-modal-body-price-duration-item.active {
  background: #eff6ff;
  color: #4c4cee;
  border: 1px solid #4c4cee;
}
.lf-upgrade-modal-body-price-item.lf-upgrade-modal-body-price-item-disabled {
  background: #f8f8f8;
  color: #b5b5b5;
  cursor: not-allowed;
  border-color: #f8f8f8;
  box-shadow: none;
}
.lf-upgrade-modal-body-price-item-name {
  text-align: center;
  margin-bottom: 12px;
}
.lf-upgrade-modal-body-price-item-num {
  white-space: nowrap;
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
}
.lf-upgrade-modal-body-price-item-num-price {
  font-size: 32px;
  line-height: 100%;
}
.lf-upgrade-modal-body-price-item-num span {
  font-size: 12px;
  font-weight: 400;
}

.lf-upgrade-modal-body-price-label {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 22px;
  text-align: left;
}

/* 购买、续费时长选择列表 */
.lf-upgrade-modal-body-price-duration-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  width: 100%;
  margin-bottom: 20px;
}
.lf-upgrade-modal-body-price-duration-item {
  flex: 1;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px 16px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
}
.lf-upgrade-modal-body-price-duration-item {
  position: relative;
}

/* 总价模块 */
/* .lf-upgrade-modal-body-price-total{

} */
.lf-upgrade-modal-body-pay {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 36px 0 44px;
  box-sizing: border-box;
}
.lf-upgrade-modal-body-price-amount {
  color: #ff5556;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.lf-upgrade-modal-body-price-total-num {
  font-size: 36px;
  font-weight: 700;
  /* line-height: 36px; */
}
.lf-upgrade-modal-body-price-total-detail {
  font-size: 12px;
  line-height: 12px;
  cursor: pointer;
  position: relative;
  justify-content: center;
  gap: 4px;
}
.lf-upgrade-modal-body-price-total-detail .detail-text {
  display: flex;
  align-items: center;
  gap: 2px;
}
.lf-upgrade-modal-body-price-total-detail svg {
  height: 10px;
  width: 10px;
  flex-shrink: 0;
}
.lf-upgrade-modal-body-price-pay-tips {
  text-align: left;
}
.lf-upgrade-modal-body-price-detail-desc {
  position: absolute;
  top: 26px;
  right: -60px;
  min-width: 230px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  box-sizing: border-box;
  box-shadow: 0px 2px 12px 0px #0000001f;
  font-size: 12px;
  color: #333940;
  text-align: left;
  display: none;
  z-index: 2;
  line-height: 18px;
}
.lf-upgrade-modal-body-price-detail-desc.show {
  display: block;
}

.lf-upgrade-modal-body-qrcode-desc {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  flex-wrap: wrap;
}
.lf-upgrade-modal-body-qrcode-tips {
  font-size: 12px;
  margin-top: 8px;
  color: #666666;
}
.lf-upgrade-modal-body-qrcode-tips.gray-color {
  color: #999999;
}
.lf-upgrade-modal-body-qrcode-tips a {
  color: #0076fe;
}

.lf-upgrade-modal-body-qrcode-img-box {
  border: 1px solid #e5e7eb;
  width: 154px;
  height: 154px;
  position: relative;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 8px;
}
.lf-upgrade-modal-body-qrcode-img-box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/*对公转账 */
.lf-upgrade-public-transfer-btn {
  font-size: 12px;
  width: 100%;
  max-width: 156px;
  margin: 0 auto;
  height: 36px;
}
.lf-upgrade-public-transfer-btn svg {
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  color: #b5b5b5;
  margin-left: 8px;
}
.lf-public-transfer-box {
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}
.lf-public-transfer-desc {
  margin: 16px 0;
  color: #4e5969;
}
.lf-public-transfer-title {
  color: #333940;
  font-weight: 700;
}
.lf-public-transfer-table {
  margin: 16px 0;
  background: #f6f6f6;
  padding: 20px;
  box-sizing: border-box;
}
.lf-public-transfer-table-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  padding: 16px 0;
  box-sizing: border-box;
}
.lf-public-transfer-table-item:first-child {
  padding-top: 4px;
}
.lf-public-transfer-table-item-label {
  color: #666666;
}
.lf-public-service-wechat {
  color: #0076fe;
  cursor: pointer;
}
.lf-public-service-popover {
  width: 100%;
  height: 100%;
}
.lf-public-service-wechat-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .lf-common-dialog-close:hover {
    color: #4c4cef;
  }
  .lf-upgrade-modal-body-price-duration-item:hover {
    border: 1px solid #4c4cef;
  }
}
@media screen and (max-width: 1000px) {
  .lf-upgrade-modal-body-price-item,
  .lf-upgrade-modal-body-price-duration-item {
    padding: 12px;
  }
  .lf-upgrade-modal-body-power {
    display: none;
  }
}

/*!*****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/common/css/dialog.css ***!
  \*****************************************************************************/
.yzlf-dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2000;
  top: 0;
  left: 0;
  box-sizing: border-box;
  text-align: left;
}
.yzlf-dialog-mask {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  /* z-index: 2000; */
  top: 0;
  left: 0;
}
.yzlf-dialog-table {
  display: table;
  width: 100%;
  height: 100%;
}
.yzlf-dialog-table-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.yzlf-dialog-content {
  background: #fff;
  position: relative;
  border-radius: 12px;
  margin: 0 auto;
}
.yzlf-dialog-head {
  /* height: 68px; */
  padding: 24px 24px 0px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  min-height: 42px;
}
.yzlf-dialog-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.yzlf-dialog-close-box {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.yzlf-dialog-close-box svg {
  width: 24px;
  height: 24px;
}
.yzlf-dialog-body {
  padding: 0 24px 24px;
}
@media screen and (max-width: 600px) {
  .yzlf-dialog-content-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 12px 12px 0 0;
    width: 100%;
    max-height: 70%;
  }
}
@media (any-hover: hover) and (any-pointer: fine) {
  .yzlf-dialog-close-box:hover {
    color: #4c4cef;
  }
}

/*!******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/common/css/popover.css ***!
  \******************************************************************************/

/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/lifangUpgradeModal/css/successPanel.css ***!
  \***********************************************************************************************/
.lf-upgrade-success-dialog {
  overflow: hidden;
}
.lf-upgrade-success-box {
  height: 400px;
  padding: 26px;
  text-align: left;
  box-sizing: border-box;
  background-size: 100% 100%;
  border-radius: 12px;
}
.lf-upgrade-success-desc-img {
  height: auto;
  width: auto;
  margin: 28px 0;
}
.lf-upgrade-success-text1 {
  font-size: 24px;
  color: #191f35;
  font-weight: 700;
  margin-top: 24px;
}
.lf-upgrade-success-text2 {
  font-weight: 700;
  font-size: 28px;
  color: #191f35;
  margin-top: 8px;
}
.lf-succee-level-icon {
  width: 103px;
  position: relative;
}
.lf-succee-level-name {
  position: absolute;
  top: 11px;
  left: 36px;
  font-weight: 700;
}
.lf-succee-level-1 {
  background-position: 0 0;
}
.lf-succee-level-2 {
  background-position: 0 -78px;
}
.lf-succee-level-3 {
  background-position: 0 -39px;
}
.lf-succee-level-4 {
  background-position: 0 -117px;
}
.lf-upgrade-success-btn-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.lf-upgrade-success-btn-box a {
  text-decoration: none;
}
.lf-upgrade-success-btn {
  width: 50%;
}

/*!*************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/userPanelPopover/css/userPanelPopover.css ***!
  \*************************************************************************************************/
.c-user-panel-popover {
  text-align: left;
}
.c-common-popover-content.user-panel-popover {
  padding: 16px;
  max-height: calc(100vh - 80px);
  overflow: auto;
}
@media (max-width: 600px) {
  .c-common-popover-content.user-panel-popover {
    max-height: unset;
  }
}
.lf25-head-right {
  right: 20px;
}
#lf25-head-avatar-trigger.c-user-panel-dashboard-trigger {
  border-radius: 20px;
  border: none;
  font-size: 0;
  position: relative;
  cursor: pointer;
  width: 66px;
  display: flex;
  gap: 6px;
}
#lf25-head-avatar-trigger.c-user-panel-dashboard-trigger
  .c-user-panel-avatar-img {
  border: 1px solid #f4f4f4;
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}
#lf25-head-avatar-trigger.c-user-panel-dashboard-trigger
  .c-user-panel-avatar-arrow {
  width: 10px;
}
.c-user-panel-dashboard-trigger .c-user-panel-avatar-arrow {
  transition: transform 0.3s ease-in-out;
}
.c-user-panel-dashboard-trigger.c-user-is-active-arrow
  .c-user-panel-avatar-arrow {
  transform: rotate(-180deg);
}
.c-user-panel-basic-info-wrapper {
  display: flex;
  align-items: center;
}
.c-user-panel-basic-info-middle {
  height: 12px;
  border-right: 1px solid #c5c5c5;
  margin: 0 4px;
}
.c-user-panel-basic-info {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}

.c-user-panel-basic-info-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.c-user-panel-basic-info-content {
  width: calc(100% - 46px);
}
.c-user-panel-basic-info-name {
  font-size: 14px;
  font-weight: 600;
  color: #333940;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.c-user-panel-basic-info-item {
  font-size: 12px;
  color: #999999;
  display: flex;
  align-items: center;
}
a.c-user-panel-basic-info-item {
  text-decoration: none;
}

.c-user-panel-copy-btn {
  cursor: pointer;
  width: 14px;
  height: 14px;
}

.c-user-panel-basic-info-id span {
  padding: 2px 4px;
  border-radius: 2px;
}
.c-user-panel-basic-info-id span.selected {
  background-color: #e8f0fe;
  color: #1a73e8;
}
.c-user-panel-bar {
  box-sizing: border-box;
  padding: 12px;
  width: 100%;
  height: 72px;
  border-radius: 8px;
  font-size: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.c-user-panel-vip-info-type {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 2px;
}
.c-user-panel-vip-info-type span {
  line-height: 24px;
}

.c-user-panel-vip-info-expire {
  font-size: 14px;
  line-height: 22px;
}

.c-user-panel-info-bar-btn {
  height: 30px;
  border-radius: 8px;
  padding: 0 12px;
  display: block;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.c-user-panel-menu-item {
  display: block;
  text-decoration: none;
  color: #333940;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  border-radius: 6px;
  cursor: pointer;
}
[data-yz-trace-name="profile_notice"] {
  display: none;
}
@media screen and (max-width: 600px) {
  [data-yz-trace-name="profile_notice"] {
    display: block;
  }
}
@media (any-hover: hover) and (any-pointer: fine) {
  .c-user-panel-dashboard-trigger:hover {
    background-color: #f5f5f7;
  }
  a.c-user-panel-basic-info-item:hover {
    color: #0076fe;
  }
  .c-user-panel-copy-btn:hover {
    opacity: 0.8;
  }
  .c-user-panel-vip-info-upgrade:hover {
    opacity: 0.8;
  }
  .c-user-panel-menu-item:hover {
    background-color: #f5f5f7;
  }
}

