* {
  margin: 0;
  padding: 0;
}

[v-clock] {
  display: none;
}

:root {
  --p-color: #00EA90;
  --p-color-2: #00C875;
  --border1-color: #EFEFEF;
  --border2-color: #EBEBEB;
  --title-color: #161616;
  --c333-color: #333333;
  --c666-color: #666666;
  --g-color: #8b8d8f;
}

body {
  font-size: 14px;
  font-family: "pingfang SC", "microsoft yahei ui", "microsoft yahei", "helvetica neue", arial, "hiragino sans gb", simsun, sans-serif;
  font-variant: tabular-nums;
  line-height: 1.5715;
  background-color: #fff;
  font-feature-settings: "tnum", "tnum";
  color: var(--c333-color);
  position: relative;
  min-height: 100vh;
  min-width: 1200px;
}

ul,
li {
  list-style: none;
}

.h-opa:hover {
  opacity: 0.85;
}

.text-c {
  text-align: center;
}

.set-fx {
  display: flex;
  align-items: center;
}

a {
  text-decoration: none;
}

.set-fx {
  display: flex;
  align-items: center;
}

.s-cursor {
  cursor: pointer;
}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

img {
  object-fit: cover;
  vertical-align: middle;
}

.header {
  width: 100%;
  height: 72px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background: #000;
  border-bottom: 1px solid #262626;
  box-sizing: border-box;
}
.header .h-c {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .h-c .left {
  height: 100%;
}
.header .h-c .logo {
  width: 120px;
}
.header .h-c .nav-list {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .h-c .nav-list a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .h-c .nav-list .nav-item {
  color: #fff;
  padding: 0 16px;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 5px;
}
.header .h-c .nav-list .nav-item:hover {
  color: var(--p-color);
}
.header .h-c .nav-list .nav-item-active {
  color: var(--p-color);
}
.header .h-c .login-btn {
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
}
.header .h-c .reg-btn {
  padding-left: 5px;
  font-size: 13px;
  background: url("../../images/home/reg_btn.gif") no-repeat 0 0/cover;
  color: var(--p-color);
  margin-left: 25px;
  height: 44px;
  width: 92px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .h-c .user-desc-info {
  color: #fff;
  line-height: 25px;
}
.header .h-c .user-desc-info .money {
  margin-right: 24px;
  font-size: 18px;
}
.header .h-c .user-desc-info .money .sym {
  font-size: 14px;
}
.header .h-c .user-desc-info .add-money {
  padding: 2px 13px;
  box-sizing: border-box;
  background-color: var(--p-color-2);
  border-radius: 2px;
  cursor: pointer;
  font-size: 12px;
}
.header .h-c .user-desc-info .avatar-box {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #eee;
  box-sizing: border-box;
  margin-left: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .h-c .user-desc-info .avatar-box img {
  width: 23px;
  height: 23px;
}

.footer {
  background-color: #000;
  text-align: center;
  position: relative;
}
.footer .btm {
  padding: 10px 0;
  box-sizing: border-box;
  justify-content: center;
}
.footer a,
.footer .set-c {
  color: #ccc;
}
.footer a:hover,
.footer .set-c:hover {
  color: #fff;
}
.footer a .c-img,
.footer .set-c .c-img {
  width: 16px;
}
.footer .set-line {
  padding: 0 8px;
  margin: 0 8px;
  position: relative;
}
.footer .set-line::after {
  content: "";
  width: 1px;
  height: 12px;
  background: #999999;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fixed-tools {
  position: fixed;
  right: 10px;
  bottom: 180px;
  z-index: 26;
  background: #FFFFFF;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  border: 1px solid var(--border2-color);
  text-align: center;
}
.fixed-tools .t-item {
  color: var(--c666-color);
  line-height: 18px;
  cursor: pointer;
  position: relative;
  padding: 8px;
  box-sizing: border-box;
  font-size: 13px;
}
.fixed-tools .t-item .c-img {
  width: 35px;
  margin-bottom: 2px;
}
.fixed-tools .line {
  width: calc(100% - 20px);
  margin: 2px auto;
  height: 1px;
  background-color: #dde1e7;
}

.fixed-user-popover {
  min-width: fit-content;
}
.fixed-user-popover .menu-link .menu-link-item {
  color: var(--c333-color);
  cursor: pointer;
}
.fixed-user-popover .menu-link .menu-link-item:hover {
  opacity: 0.85;
}

.fixed-tools-popover .serve-qr {
  width: 150px;
}
.fixed-tools-popover .text {
  color: var(--c666-color);
  font-size: 13px;
  text-align: center;
  margin-top: 5px;
}

.el-dialog {
  border-radius: 20px;
}
.el-dialog .el-dialog__header {
  padding: 20px 30px 10px;
}
.el-dialog .el-dialog__body {
  padding: 0 30px 20px;
}

.feed-modal .el-form--label-top .el-form-item__label {
  padding-bottom: 0;
  color: #161616;
}
.feed-modal .el-form-item {
  margin-bottom: 16px;
}
.feed-modal .btn-list {
  justify-content: flex-end;
  margin-top: 18px;
}
.feed-modal .btn-list .c-btn {
  width: 76px;
  height: 32px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recharge-modal .content {
  text-align: center;
}
.recharge-modal .content .serve-qr {
  width: 210px;
  margin-top: 20px;
}
.recharge-modal .content .desc {
  color: var(--c333-color);
  margin-top: 10px;
  font-size: 16px;
}

.user-center-wrapper {
  height: 100vh;
  display: flex;
}
.user-center-wrapper .left-menu {
  height: 100%;
  width: 245px;
  padding: 8px 10px;
  background-color: #000000;
  color: #fff;
  box-sizing: border-box;
}
.user-center-wrapper .left-menu .icon-menu {
  padding: 0 16px;
  box-sizing: border-box;
  height: 47px;
}
.user-center-wrapper .left-menu .menu-item {
  font-size: 15px;
  padding: 0 16px;
  margin: 10px 0;
  height: 40px;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #fff;
}
.user-center-wrapper .left-menu .menu-item:hover {
  color: var(--p-color-2);
}
.user-center-wrapper .left-menu .menu-item:hover svg path {
  fill: var(--p-color-2);
}
.user-center-wrapper .left-menu .menu-item .m-img {
  width: 18px;
  margin-right: 12px;
}
.user-center-wrapper .left-menu .menu-item-active {
  color: var(--p-color-2);
}
.user-center-wrapper .left-menu .menu-item-active svg path {
  fill: var(--p-color-2);
}
.user-center-wrapper .right-content {
  width: calc(100% - 245px);
  height: 100%;
}
.user-center-wrapper .right-content .right-header {
  width: 100%;
  background-color: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 40px;
  box-sizing: border-box;
}
.user-center-wrapper .right-content .right-header .user-desc-info {
  color: var(--c666-color);
  line-height: 25px;
}
.user-center-wrapper .right-content .right-header .user-desc-info .money {
  margin-right: 24px;
  color: #161616;
  font-size: 18px;
}
.user-center-wrapper .right-content .right-header .user-desc-info .money .sym {
  font-size: 16px;
}
.user-center-wrapper .right-content .right-header .user-desc-info .add-money {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.user-center-wrapper .right-content .right-header .user-desc-info .avatar-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #eee;
  box-sizing: border-box;
  margin-left: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-center-wrapper .right-content .right-header .user-desc-info .avatar-box img {
  width: 23px;
  height: 23px;
}
.user-center-wrapper .right-content .c-content {
  height: calc(100% - 55px);
  overflow: auto;
  word-break: break-all;
  padding: 30px 35px;
  box-sizing: border-box;
}