:root {
  --page-margin: 70px;
}

@media (max-width: 1299.99px) {
  :root {
    --page-margin: 10px;
  }
}

.payactive {
    border-bottom: 1px solid red !important;
}

.header {
  height: 65px;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 10;
}
.header .logo {
  height: 22px;
  width: auto;
}
.header .left,
.header .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  transition: padding 0.5s;
  height: 100%;
}
.header .left {
  width: 50%;
  font-size: 19px;
  font-weight: 500;
}
.header .left .nav-item {
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .left .nav-item.resources-btn {
  position: relative;
}
.header .left .nav-item.resources-btn:hover .menu-box {
  display: block !important;
}
.header .left .nav-item.resources-btn .menu-box {
  padding-top: 5px;
  position: absolute;
  left: 0;
  right: auto;
  top: 60px;
}
.header .left .nav-item.resources-btn .menu-box .menu-inner {
  width: 700px;
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 15px;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .left .nav-item.resources-btn .menu-box .menu-inner .menu-item {
  width: 100%;
  padding: 10px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .left .nav-item.resources-btn .menu-box .menu-inner .menu-item:hover {
  color: #409eff;
}
.header .left .nav-item.resources-btn .menu-inner {
  flex-direction: row !important;
  align-items: flex-start !important;
  padding: 0 !important;
  justify-content: flex-start;
}
.header .left .nav-item.resources-btn .menu-inner .resources-inner,
.header .left .nav-item.resources-btn .menu-inner .resources-inner-right {
  border-radius: 15px;
  padding: 15px 25px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.header .left .nav-item.resources-btn .menu-inner .resources-inner {
  background-color: #BFBFBF;
}
.header .left .nav-item.resources-btn .menu-inner .resources-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header .left .nav-item.works-btn {
  position: relative;
}
.header .left .nav-item.works-btn:hover .menu-box {
  display: block !important;
}
.header .left .nav-item.works-btn .menu-box {
  padding-top: 5px;
  position: absolute;
  left: 0;
  right: auto;
  top: 60px;
}
.header .left .nav-item.works-btn .menu-box .menu-inner {
  width: 300px;
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 15px;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .left .nav-item.works-btn .menu-box .menu-inner .menu-item {
  width: 100%;
  padding: 10px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .left .nav-item.works-btn .menu-box .menu-inner .menu-item:hover {
  color: #409eff;
}
.header .left .nav-item.works-btn .menu-inner {
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: center;
}
.header .left .nav-item.works-btn .menu-inner .menu-item-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.header .left .nav-item.col1-btn {
  position: relative;
}
.header .left .nav-item.col1-btn:hover .menu-box {
  display: block !important;
}
.header .left .nav-item.col1-btn .menu-box {
  padding-top: 5px;
  position: absolute;
  left: 0;
  right: auto;
  top: 60px;
}
.header .left .nav-item.col1-btn .menu-box .menu-inner {
  width: 150px;
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 15px;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .left .nav-item.col1-btn .menu-box .menu-inner .menu-item {
  width: 100%;
  padding: 10px 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .left .nav-item.col1-btn .menu-box .menu-inner .menu-item:hover {
  color: #409eff;
}
.header .left .nav-item.col2-btn {
  position: relative;
}
.header .left .nav-item.col2-btn:hover .menu-box {
  display: block !important;
}
.header .left .nav-item.col2-btn .menu-box {
  padding-top: 5px;
  position: absolute;
  left: 0;
  right: auto;
  top: 60px;
}
.header .left .nav-item.col2-btn .menu-box .menu-inner {
  width: 280px;
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 15px;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .left .nav-item.col2-btn .menu-box .menu-inner .menu-item {
  width: 100%;
  padding: 10px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .left .nav-item.col2-btn .menu-box .menu-inner .menu-item:hover {
  color: #409eff;
}
.header .left .nav-item.col2-btn .menu-inner {
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: center;
}
.header .left .nav-item.col2-btn .menu-inner .menu-item-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.header .right {
  flex: 1;
}
.header .right .search-box {
  width: 295px;
  height: 44px;
  border: 1px solid #BFBFBF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  padding: 0 20px;
  cursor: pointer;
}
.header .right .search-box .search-input {
  height: 40px;
  outline: none;
  border-width: 0;
}
.header .right .right-box {
  display: flex;
  align-items: center;
  margin-left: auto;
  justify-content: space-between;
  width: 50%;
  height: 100%;
}
.header .right .right-box .hot {
  position: relative;
}
.header .right .right-box .hot .hot-icon {
  position: absolute;
  top: 10px;
  right: -15px;
}
.header .right .right-box .item {
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .right .right-box .item .login {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  background-color: #1EB4FF;
  color: #fff;
  border-radius: 30px;
}
.header .right .upload-btn {
  position: relative;
}
.header .right .upload-btn:hover .menu-box {
  display: block !important;
}
.header .right .upload-btn .menu-box {
  padding-top: 5px;
  position: absolute;
  left: auto;
  right: 0;
  top: 60px;
}
.header .right .upload-btn .menu-box .menu-inner {
  width: 120px;
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 15px;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .right .upload-btn .menu-box .menu-inner .menu-item {
  width: 100%;
  padding: 10px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .right .upload-btn .menu-box .menu-inner .menu-item:hover {
  color: #409eff;
}
.header .right .profile-btn {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.header .right .profile-btn:hover .profile-box {
  display: block !important;
}
.header .right .profile .head-icon {
  height: 41px;
  width: 41px;
  border-radius: 50%;
  cursor: pointer;
}
.header .right .profile-box {
  padding-top: 5px;
  position: absolute;
  right: 0;
  top: 60px;
  display: none;
}
.header .right .profile-inner {
  width: 435px;
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 15px;
  font-size: 18px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .right .profile-inner .btn {
  cursor: pointer;
}
.header .right .profile-inner .btn:hover {
  color: #409eff;
}
.header .right .profile-inner .head-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
}
.header .right .profile-inner li {
  padding: 13px 10px;
}
.header .right .profile-inner .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.header .right .profile-inner .info .head-box {
  position: relative;
}
.header .right .profile-inner .info .head-box:hover .sign {
  display: flex;
}
.header .right .profile-inner .info .head-box .sign {
  cursor: pointer;
  position: absolute;
  display: none;
  z-index: 1;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}
.header .right .profile-inner .info .name {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  margin-right: auto;
}
.header .right .profile-inner .info .name .tier-icon {
  width: 18px;
  height: 18px;
  margin-left: 8px;
}
.header .right .profile-inner .center {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 0 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.header .right .profile-inner .center .btn {
  flex: 1;
  display: flex;
  justify-content: center;
  background-color: #EEEEEE;
  padding: 15px 0;
  border-radius: 10px;
  font-size: 18px;
  width: 170px;
  height: 62px;
}
.header .right .profile-inner .header-more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  color: #bfbfbf;
}
.header .right .profile-inner .header-more .line {
  border-left: 3px solid #bfbfbf;
  border-radius: 1px;
  height: 15px;
  position: relative;
  top: 1px;
}

.el-dialog {
  --el-dialog-content-font-size: 16px;
}

.login-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
}
.login-box .title {
  font-size: 22px;
  font-weight: bold;
}
.login-box .tip {
  font-size: 14px;
  color: #BFBFBF;
  margin: 20px 0;
}
.login-box .qrcode-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #EEEEEE;
  border-radius: 10px;
}
.login-box .qrcode-box .scan {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 10px;
}
.login-box .qrcode-box .scan .weixin-icon {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.login-box .login-type {
  display: flex;
  align-items: center;
  padding: 30px 0;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.login-box .login-type .login-type-item {
  height: 36px;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 9px;
  padding: 0 5px;
  cursor: pointer;
}
.login-box .login-type .login-type-item .type-icon {
  width: 26x;
  height: 26px;
}
.login-box .login-type .login-type-item.code-login {
  padding: 0 15px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 14px;
}
.login-box .login-type .login-type-item.code-login .type-icon {
  height: 22px;
  width: 16px;
}
.login-box .agreement {
  font-size: 14px;
  color: #bfbfbf;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
}

.notice-dialog {
  padding: 16px 0 !important;
}
.notice-dialog .notice-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px 20px;
}
.notice-dialog .notice-header .title {
  font-size: 20px;
  font-weight: bold;
}
.notice-dialog .notice-header .clear {
  cursor: pointer;
}
.notice-dialog .notice-content {
  height: 210px;
  padding: 0 12px;
  overflow-y: auto;
}
.notice-dialog .notice-content::-webkit-scrollbar-thumb:vertical {
  background-color: #767676;
  border-radius: 4px;
}
.notice-dialog .notice-content::-webkit-scrollbar {
  width: 8px;
  border-radius: 4px;
  background-color: #E1F5FF;
}
.notice-dialog .notice-content::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.notice-dialog .notice-content .item {
  padding: 0 20px;
  height: 56px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}
.notice-dialog .notice-content .item.active {
  background-color: #1EB4FF;
  border-radius: 9px;
}
.notice-dialog .notice-content .item.isRead {
  color: #999;
}
.notice-dialog .more {
  display: flex;
  justify-content: center;
  padding: 20px 0 10px;
  color: #000;
}

.pro-dialog {
  padding: 0 !important;
  overflow: hidden;
}
.pro-dialog .pro-dialog-header {
  display: none;
}
.pro-dialog .profile {
  width: 750px;
  padding: 36px 36px 60px;
  background: linear-gradient(180deg, #F9F7FE 0%, #FFFFFF 76%, #FFFFFF 95%);
  display: flex;
}
.pro-dialog .profile .tier-icon {
  width: 18px;
  height: 18px;
  margin-left: 8px;
}
.pro-dialog .rights {
  flex: 1;
  background: linear-gradient(180deg, #FFEEFC 0%, #FFFFFF 76%, #F9F7FE 95%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 43px 0;
}
.pro-dialog .rights .show-btn {
  border: 1px solid #1EB4FF;
  height: 38px;
  width: 168px;
  cursor: pointer;
}
.pro-dialog .rights .show-btn:hover {
  background: #1EB4FF;
  color: #fff;
}
.pro-dialog .flex-ai-end {
  height: 22px;
}
.pro-dialog .arraw-icon {
  width: 6px;
  height: 10px;
  margin-left: 15px;
}
.pro-dialog .head-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.pro-dialog .colse-icon {
  width: 14px;
  height: 14px;
  margin-left: 30px;
}
.pro-dialog .pro-card {
  border: 1px solid #BFBFBF;
  height: 163px;
  overflow: hidden;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.pro-dialog .pro-card .card-tip {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #fff;
  background-color: #EC1414;
  height: 22px;
  padding: 2px 8px;
  border-radius: 0 0 0 9px;
}
.pro-dialog .pro-card .card-type {
  margin-top: 22px;
}
.pro-dialog .pro-card .card-price {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 9px;
       column-gap: 9px;
}
.pro-dialog .pro-card .card-price .price {
  font-size: 28px;
  font-weight: bold;
  color: #BFBFBF;
}
.pro-dialog .pro-card .card-price .price .symbol {
  font-size: 18px;
  margin-right: 5px;
}
.pro-dialog .pro-card .card-price .old-price {
  color: #BFBFBF;
  text-decoration: line-through;
}
.pro-dialog .pro-card .card-desc {
  font-size: 12px;
  padding: 10px 0 18px;
}
.pro-dialog .pro-card .card-footer {
  width: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  background-color: #BFBFBF;
}
.pro-dialog .pro-card.active .card-price .price {
  color: #1EB4FF;
}
.pro-dialog .pro-card.active .card-desc .hl-color {
  color: #1EB4FF;
}
.pro-dialog .pro-card.active .card-footer {
  color: #1EB4FF;
}
.pro-dialog .pay-box .qrcode-box {
  border: 1px solid #1EB4FF;
  border-radius: 9px;
  padding: 8px;
  height: 176px;
}
.pro-dialog .pay-box .qrcode-box .qrcode-image {
  width: 158px;
  height: 158px;
}

@media (max-width: 1299.99px) {
  .header .left,
  .header .right {
    padding: 0 10px;
  }
  .header .right .search-box {
    width: 170px;
  }
  .header .right .search-box .search-input {
    width: 120px;
  }
  .header .right .right-box {
    width: 60%;
  }
}/*# sourceMappingURL=index.css.map */