
.upgrade-to-pro[data-v-82aefeaa] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  min-width: 160px;
  height: 45px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(319deg, #7E2FE9 0%, #8730FD 0%, #2741F5 53%, #39E3FB 100%);
  border-radius: 8px;
  cursor: pointer;
  box-sizing: content-box;
}
.upgrade-to-pro[data-v-82aefeaa]:hover {
  filter: brightness(0.9);
}
.upgrade-to-pro[data-v-82aefeaa]:active {
  filter: brightness(0.8);
}

.discount-banner-box[data-v-aa030e26] {
    width: 100%;
    height: 100%;
}
.discount-banner[data-v-aa030e26] {
    position: relative;
    width: 100%;
    height: 60px;
    min-width: 720px;
    background-image: url("https://picsman.biku8.com/images/discount_banner_background.svg");
    box-sizing: border-box;
}
.discount-banner-content[data-v-aa030e26] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 88px 0 80px;
    height: 60px;
}
.bell[data-v-aa030e26] {
    position: relative;
    width: 268px;
    height: 40px;
    background-image: url("https://picsman.biku8.com/images/discount_banner_bell.webp");
    background-size: 100% 100%;
}
.bell span[data-v-aa030e26] {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: #7D2202;
    line-height: 40px;
}
.bell span[data-v-aa030e26]:nth-child(1) {
    position: absolute;
    left: 12px;
}
.bell span[data-v-aa030e26]:nth-child(2) {
    position: absolute;
    left: 53.5px;
}
.bell span[data-v-aa030e26]:nth-child(3) {
    position: absolute;
    left: 107px;
}
.bell span[data-v-aa030e26]:nth-child(4) {
    position: absolute;
    left: 148px;
}
.bell span[data-v-aa030e26]:nth-child(5) {
    position: absolute;
    left: 202.5px;
}
.bell span[data-v-aa030e26]:nth-child(6) {
    position: absolute;
    left: 244.5px;
}
.desc[data-v-aa030e26] {
    display: flex;
    align-items: center;
    font-weight: 600;
}
.desc img[data-v-aa030e26] {
    margin: 0 9px;
    width: 36px;
    height: 36px;
}
.desc span[data-v-aa030e26] {
  font-size: 22px;
  color: #FFFFFF;
  line-height: 28px;
  text-shadow: 0px 1px 2px rgba(180, 19, 19, 0.5);
  vertical-align: middle;
  white-space: nowrap;
}
.desc strong[data-v-aa030e26] {
    font-size: 36px;
    color: #F2FF00;
    line-height: 42px;
    white-space: nowrap;
    text-shadow: 0px 2px 1px rgba(164, 11, 11, 0.5);
}
.getitnow[data-v-aa030e26] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 155px;
    height: 46px;
    font-size: 16px;
    color: #812504;
    line-height: 18px;
    background-image: url("https://picsman.biku8.com/images/discount_banner_button.svg");
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
}
.close[data-v-aa030e26] {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 48px;
    height: 48px;
    background-image: url("https://picsman.biku8.com/images/discount_banner_close.svg");
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(0, -50%);
    cursor: pointer;
}
.content[data-v-aa030e26] {
    overflow-y: hidden;
    height: 100%;
}
.content.show[data-v-aa030e26] {
    height: calc(100% - 60px);
}
@media (max-width: 1500px) {
.discount-banner-content[data-v-aa030e26] {
        transform: none;
}
.bell[data-v-aa030e26] {
        display: none;
}
}
@media (max-width: 1280px) {
.desc > span[data-v-aa030e26]:nth-child(2) {
        display: none;
}
}

.index-picsman-250 * {
  box-sizing: border-box;
}
.index[data-v-43ae8b82] {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  /* min-width: 1440px; */
  background-color: #F7F7FA;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
.index[data-v-43ae8b82] {
    min-width: 0;
    overflow: hidden;
    height: 100vh;
}
}
.nav[data-v-43ae8b82] {
  display: inline-flex;
  flex-direction: column;
  overflow: auto;
  border-right: 0.5px solid #eeeeee;
  padding-bottom: 24px;
  width: 280px;
  height: 100%;
  background-color: #ffffff;
  vertical-align: top;
}
.header[data-v-43ae8b82] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 32px;
  border-bottom: 1px solid #EBEBEB;
  padding: 16px 0;
}
.logo[data-v-43ae8b82] {
  height: 48px;
  width: 202px;
}
.link[data-v-43ae8b82] {
  flex: 1;
  margin-top: 32px;
}
.item[data-v-43ae8b82] {
  display: flex;
  justify-content: start;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 8px;
  padding: 8px 16px;
  width: 240px;
  font-weight: 600;
  font-size: 16px;
  color: #222222;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 8px;
  cursor: pointer;
  /* transition: background-color 1s; */
}
.item.active[data-v-43ae8b82] {
  background-color: #F0F9FF;
}
.item[data-v-43ae8b82]:hover {
  background-color: #F0F9FF;
}
.affiliate-tips[data-v-43ae8b82] {
  position: absolute;
  font-weight: 500;
  font-size: 12px;
  color: #DD1D0B;
  border: 1px solid #dd1d0b;
  width: fit-content;
  height: 16px;
  padding: 0px 3px;
  border-radius: 9px;
  right: -40px;
  top: 1px;
}
.icon[data-v-43ae8b82] {
  margin-right: 16px;
  width: 32px;
  height: 32px;
}
.content[data-v-43ae8b82] {
  overflow: hidden;
  display: inline-block;
  width: calc(100% - 280px - 4px);
  height: 100%;
}
.head[data-v-43ae8b82] {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}
.head.white[data-v-43ae8b82] {
  background-color: #FFFFFF;
}
.view[data-v-43ae8b82] {
  overflow: auto;
  width: 100%;
  height: calc(100% - 56px);
}
.action-bar[data-v-43ae8b82] {
  float: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.action-bar > *[data-v-43ae8b82] {
  margin-left: 16px;
}
.credit-drop-down-menu[data-v-43ae8b82] {
  position: relative;
}
.credit-drop-down-menu .credit[data-v-43ae8b82] {
  width: fit-content;
  height: 45px;
  padding: 0px 12px;
  box-sizing: border-box;
  background: #FFF8EC;
  border: 2px solid #FFDFA8;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  color: #222222;
}
.credit-drop-down-menu .credit .icon1[data-v-43ae8b82] {
  width: 16px;
  height: auto;
  margin-right: 3px;
}
.credit-drop-down-menu .credit .icon2[data-v-43ae8b82] {
  width: 18px;
  height: auto;
  margin-left: 8px;
}
.credit-drop-down-menu:hover .credit-drop-down[data-v-43ae8b82] {
  display: block;
}
.credit-drop-down-menu .credit-drop-down[data-v-43ae8b82]::after {
  content: " ";
  background: #000;
  opacity: 0;
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0px;
}
.credit-drop-down-menu .credit-drop-down[data-v-43ae8b82] {
  z-index: 1005;
  min-width: 247px;
  position: absolute;
  top: calc(100% + 12px);
  right: 0%;
  box-shadow: 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
  border-radius: 8px;
  padding: 28px 18px 18px 18px;
  display: none;
}
.credit-drop-down-menu .credit-drop-down .title[data-v-43ae8b82] {
  font-weight: 600;
  font-size: 14px;
  color: #222222;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.credit-drop-down-menu .credit-drop-down .title div[data-v-43ae8b82] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.credit-drop-down-menu .credit-drop-down .detail[data-v-43ae8b82] {
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: #F8F8F8;
  margin: 18px auto 6px auto;
}
.credit-drop-down-menu .credit-drop-down .detail .cre-item[data-v-43ae8b82] {
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px;
}
.credit-drop-down-menu .credit-drop-down .detail .cre-item .item-box[data-v-43ae8b82] {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 13px;
  color: #222222;
}
.credit-drop-down-menu .credit-drop-down .detail .cre-item .item-box .time[data-v-43ae8b82] {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-top: 6px;
}
.credit-drop-down-menu .credit-drop-down .detail .cre-item .points[data-v-43ae8b82] {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.credit-drop-down-menu .credit-drop-down .detail .cre-item .points1[data-v-43ae8b82] {
  font-weight: 400;
  font-size: 12px;
  color: #FA4A33;
}
.credit-drop-down-menu .credit-drop-down .more[data-v-43ae8b82] {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
}
.credit-drop-down-menu .credit-drop-down .credit-add-btn[data-v-43ae8b82] {
  width: 100%;
  height: 36px;
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 18px;
  border-radius: 8px;
  background: linear-gradient(90deg, #FB844B 0%, #F92B26 100%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  cursor: pointer;
}
.credit-drop-down-menu .credit-drop-down .invite-btn[data-v-43ae8b82] {
  width: 100%;
  height: 36px;
  font-weight: bold;
  font-size: 15px;
  color: #FA4A33;
  line-height: 18px;
  border-radius: 8px;
  background: #FFF8EC;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 9px;
  border: 1px solid #FFDFA8;
  cursor: pointer;
}
.upgrade-to-pro[data-v-43ae8b82] {
  /* position: absolute;
  top: 18px;
  right: 112px; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  min-width: 160px;
  height: 45px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  /* font-family: Arial, Arial; */
  background: linear-gradient(319deg, #7E2FE9 0%, #8730FD 0%, #2741F5 53%, #39E3FB 100%);
  border-radius: 8px;
  cursor: pointer;
  box-sizing: content-box;
}
.drop-down-menu[data-v-43ae8b82] {
  margin-right: 48px;
}
.avatar[data-v-43ae8b82] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 600;
  font-size: 18px;
  color: #222222;
  background-color: #EEEEEE;
  border-radius: 100%;
  cursor: pointer;
}
.avatar img[data-v-43ae8b82] {
  width: 100%;
  border-radius: 100%;
}
.drop-down-menu:hover .modal[data-v-43ae8b82] {
  overflow: visible;
  max-height: 600%;
}
.modal[data-v-43ae8b82] {
  z-index: 1000;
  overflow: hidden;
  max-height: 0;
  position: absolute;
  top: calc(100% + 12px);
  right: 0%;
  box-shadow: 0 0 5px #cccccc;
  background-color: #FFFFFF;
  border-radius: 8px;
  transition: max-height 0.25s;
}
.modal[data-v-43ae8b82]::before {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-bottom-color: #E6E7EB;
  border-width: 8px;
  position: absolute;
  top: -16px;
  right: 12px;
}
.modal[data-v-43ae8b82]::after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-bottom-color: #FFFFFF;
  border-width: 7px;
  position: absolute;
  top: -14px;
  right: 13px;
}
.menu[data-v-43ae8b82] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 13px;
}
.menu > li[data-v-43ae8b82] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  width: 100%;
  text-align: center;
  background-color: #FFFFFF;
  cursor: pointer;
  list-style: none;
  transition: filter 0.5s;
}
.menu > li[data-v-43ae8b82]:first-child {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.menu > li[data-v-43ae8b82]:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.menu > li[data-v-43ae8b82]:hover {
  filter: brightness(0.9);
}
.menu > li.disabled[data-v-43ae8b82] {
  border-bottom: 1px solid #E6E7EB50;
}
.menu > li.disabled[data-v-43ae8b82]:hover {
  filter: brightness(1);
}
.signout[data-v-43ae8b82] {
  color: #F23031;
}
