#root {
  background-color: white;
  --min-app-width: 1200px;
  --min-primary-color: #1677ff;
  line-height: 1;
}

.sideIcon {
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 22px;
  margin-right: 5px;
  color: #8c8c8c;
}
.sideIcon.is-focus {
  color: rgb(29, 168, 244);
  transform: scale(1.1);
}._navbar_tjb57_1 ._navWrap_tjb57_1 {
  max-width: var(--min-app-width);
}
._navbar_tjb57_1 ._navLinks_tjb57_4 {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
._navbar_tjb57_1 ._navLinks_tjb57_4 ._navLinkItem_tjb57_11 {
  font-size: 16px;
  color: #171c1b;
  margin: 0 10px;
  padding: 0 10px;
  text-decoration: none;
  height: 100%;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}
._navbar_tjb57_1 ._navLinks_tjb57_4 ._navLinkItem_tjb57_11:hover {
  color: var(--min-primary-color);
}

._navHome_tjb57_26 {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  text-decoration: none;
}
._navHome_tjb57_26 img {
  margin-right: 10px;
}
._navHome_tjb57_26 ._titleWrap_tjb57_37 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._navHome_tjb57_26 ._titleWrap_tjb57_37 ._title_tjb57_37 {
  font-size: 22px;
  font-weight: 700;
  color: #1B1F25;
  margin: 0;
  padding: 0;
}
._navHome_tjb57_26 ._titleWrap_tjb57_37 ._subTitle_tjb57_49 {
  font-size: 14px;
  color: gray;
  margin: 0;
  padding: 0;
}
._navHome_tjb57_26 ._logoSuffix_tjb57_55 {
  position: absolute;
  height: 100%;
  left: 100%;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

._rowClass_tjb57_65 {
  max-width: var(--min-app-width);
  margin: 0 auto;
  width: var(--min-app-width);
}._navHeader_kqz8o_1 ._container_kqz8o_1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: box-shadow 0.3s;
  z-index: 999;
  background-color: white;
}
._navHeader_kqz8o_1 ._space_kqz8o_10 {
  visibility: hidden;
  width: 100%;
  height: 100%;
}
._navHeader_kqz8o_1._isShadow_kqz8o_15 ._container_kqz8o_1 {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.07);
}
._navHeader_kqz8o_1._isBlur_kqz8o_18 ._container_kqz8o_1 {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

._navWrap_kqz8o_22 {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}.menu-item {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  width: 100%;
  margin: 2px 0;
  font-size: 16px;
  color: #5d6c89;
  border-radius: 4px;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
}
.menu-item:hover, .menu-item.menu-active {
  color: var(--min-primary-color);
  background-color: #f2f4fa;
}
.menu-item .menu-icon {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.arrow-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  transform: rotate(0);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImFycm93Ij4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTE2IDEwTDEyIDE0TDggMTAiIHN0cm9rZT0iIzVENkM4OSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPg==");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  transition: transform 0.1s linear;
}

.nav-menu-item {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  align-items: center;
  height: 100%;
}
.nav-menu-item .nav-link {
  height: 100%;
  align-items: center;
  margin: 0 10px;
  display: flex;
  flex-direction: row;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
}
.nav-menu-item .nav-link > a {
  color: black;
  flex: 1;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.nav-menu-item .nav-link.menu-active > a {
  color: var(--min-primary-color);
}
.nav-menu-item:hover .nav-link > a {
  color: var(--min-primary-color);
}
.nav-menu-item:hover .arrow-icon {
  transform: rotate(180deg);
}
.nav-menu-item .sub-menu {
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 10px;
  display: none;
  flex-direction: column;
}
.nav-menu-item .sub-menu .menu-item {
  text-decoration: none;
  line-height: 28px;
  cursor: pointer;
}
.nav-menu-item .sub-menu .menu-item > a {
  color: black;
  flex: 1;
  padding: 5px 10px;
}
.nav-menu-item .sub-menu .menu-item .sub-menu {
  top: -10px;
  left: calc(-100% - 20px);
}
.nav-menu-item .sub-menu .menu-item.menu-active > a {
  color: var(--min-primary-color);
  background-color: #f2f4fa;
}
.nav-menu-item .sub-menu .menu-item:not(.hidden):hover > .sub-menu {
  display: flex;
}
.nav-menu-item:not(.hidden):hover > .sub-menu {
  display: flex;
}

.serverHidden {
  visibility: hidden;
}._copyrightWrap_bnwe0_1 {
  border-top: 1px solid #e0eae9;
  max-width: var(--min-app-width);
  width: var(--min-app-width);
  margin: 0 auto;
}
._copyrightWrap_bnwe0_1 ._copyright_bnwe0_1 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
._copyrightWrap_bnwe0_1 ._copyright_bnwe0_1 ._text_bnwe0_14 {
  font-size: 12px;
  font-weight: 400;
  color: #69746e;
  line-height: 25px;
  text-decoration: none;
  flex: 1;
}
._copyrightWrap_bnwe0_1 ._copyright_bnwe0_1 ._text_bnwe0_14._left_bnwe0_22 {
  text-align: right;
}
._copyrightWrap_bnwe0_1 ._copyright_bnwe0_1 ._text_bnwe0_14._right_bnwe0_25 {
  text-align: left;
}
._copyrightWrap_bnwe0_1 ._copyright_bnwe0_1 ._divider_bnwe0_28 {
  width: 1px;
  height: 15px;
  margin: 0 15px;
  border-left: 1px solid #e0e1ea;
}

._linkContainer_bnwe0_35 ._linkItem_bnwe0_35 {
  font-size: 14px;
  font-weight: 400;
  color: #69746e;
  line-height: 22px;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
}
._linkContainer_bnwe0_35 ._linkItem_bnwe0_35:hover, ._linkContainer_bnwe0_35 ._linkItem_bnwe0_35:active {
  color: var(--min-primary-color);
}
._linkContainer_bnwe0_35 ._textItem_bnwe0_49 {
  font-size: 14px;
  font-weight: 400;
  color: #69746e;
  line-height: 22px;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: text;
}
._linkContainer_bnwe0_35 ._textItem_bnwe0_49:hover, ._linkContainer_bnwe0_35 ._textItem_bnwe0_49:active {
  color: #69746e;
}

._navFooter_bnwe0_63 {
  max-width: var(--min-app-width);
  width: var(--min-app-width);
  margin: 0 auto;
}
._navFooter_bnwe0_63 ._footer_bnwe0_68 {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}
._navFooter_bnwe0_63 ._footer_bnwe0_68 ._ugroup_bnwe0_75 {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
._navFooter_bnwe0_63 ._footer_bnwe0_68 ._ugroup_bnwe0_75 li {
  margin: 15px 0;
  font-size: 14px;
  font-weight: 500;
  color: #171c1b;
  line-height: 22px;
}

._navFriendLinks_bnwe0_88 {
  background-color: #FCFCFC;
  padding: 26px 0 20px 0;
}
._navFriendLinks_bnwe0_88 ._friendLinks_bnwe0_92 {
  display: flex;
  gap: 20px;
}
._navFriendLinks_bnwe0_88 ._friendLinks_bnwe0_92 > span {
  font-size: 14px;
  font-weight: 600;
  color: #474747;
  line-height: 20px;
}._QACard_1y4aa_1 {
  padding: 10px 20px;
  margin-bottom: 10px;
  background-color: white;
  border-radius: 16px;
}
._QACard_1y4aa_1 ._questionLine_1y4aa_7 {
  margin-bottom: 5px;
}
._QACard_1y4aa_1 ._questionLine_1y4aa_7 ._q_1y4aa_7 {
  font-size: 30px;
  color: #88d38a;
  font-weight: bold;
  margin-right: 20px;
}
._QACard_1y4aa_1 ._questionLine_1y4aa_7 ._question_1y4aa_7 {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}
._QACard_1y4aa_1 ._answerLine_1y4aa_21 ._a_1y4aa_21 {
  font-size: 30px;
  color: #e2afaf;
  font-weight: bold;
  margin-right: 20px;
}
._QACard_1y4aa_1 ._answerLine_1y4aa_21 ._answer_1y4aa_21 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}._titleCard_1cb8n_1 {
  display: flex;
  flex-direction: column;
}
._titleCard_1cb8n_1._vertical_1cb8n_5 {
  flex-direction: row;
}
._titleCard_1cb8n_1._fix_1cb8n_8 {
  position: relative;
  display: flex !important;
}
._titleCard_1cb8n_1._center_1cb8n_12 {
  align-items: center;
}
._titleCard_1cb8n_1 ._titleWrap_1cb8n_15 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
._titleCard_1cb8n_1 ._titleWrap_1cb8n_15 ._title_1cb8n_1 {
  font-size: 40px;
  font-weight: bold;
  color: #232323;
  line-height: 40px;
}
._titleCard_1cb8n_1 ._titleWrap_1cb8n_15 ._title_1cb8n_1._gradient_1cb8n_26 {
  background: linear-gradient(-90deg, var(--gradient-start), var(--gradient-stop));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
._titleCard_1cb8n_1 ._titleWrap_1cb8n_15 ._subTitle_1cb8n_32 {
  margin-top: 15px;
}
._titleCard_1cb8n_1 ._titleWrap_1cb8n_15 ._subTitle_1cb8n_32 > p {
  font-size: 16px;
  color: #616161;
  text-align: center;
  margin-bottom: 10px;
}

._spaceRow_1cb8n_42 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}._cardList_1ge4m_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
._cardList_1ge4m_1 ._splitClass_1ge4m_7 {
  background: #E2E2E2;
}

._flexCardItem_1ge4m_11 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
._flexCardItem_1ge4m_11 ._flexTitle_1ge4m_16 {
  font-size: 20px;
  font-weight: bold;
  color: #232323;
  line-height: 20px;
  margin: 20px 0;
}
._flexCardItem_1ge4m_11 ._flexContent_1ge4m_23 {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #808080;
  line-height: 24px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
}._line_sk2k1_1 > :first-child {
  background-color: inherit;
}._segTabs_1vzeu_1._center_1vzeu_1 {
  justify-content: center;
}
._segTabs_1vzeu_1 ._segRoot_1vzeu_4 .ant-segmented-item-selected .ant-avatar {
  color: white;
  background-color: var(--min-primary-color);
}
._segTabs_1vzeu_1 ._segRoot_1vzeu_4 ._segItem_1vzeu_8 {
  display: flex;
  gap: 10px;
  padding: 6px;
}

._segCards_1vzeu_14 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-end;
}

._cardList_1vzeu_21 ._cardItem_1vzeu_21 {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 20px;
  border-radius: 6px;
  gap: 20px;
  width: 270px;
  cursor: pointer;
  border: 1px solid #E9E9E9;
  color: rgba(0, 0, 0, 0.65);
}
._cardList_1vzeu_21 ._cardItem_1vzeu_21:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
._cardList_1vzeu_21 ._cardItem_1vzeu_21 ._segHead_1vzeu_36 {
  display: flex;
  gap: 10px;
}
._cardList_1vzeu_21 ._cardItem_1vzeu_21 ._segHead_1vzeu_36 ._segTitle_1vzeu_40 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
._cardList_1vzeu_21 ._cardItem_1vzeu_21 ._segHead_1vzeu_36 ._segTitle_1vzeu_40 ._segItemTitle_1vzeu_45 {
  font-weight: 600;
  font-size: 16px;
  color: #181D20;
}
._cardList_1vzeu_21 ._cardItem_1vzeu_21 ._iconc1_1vzeu_50 {
  background-color: #E24841;
}
._cardList_1vzeu_21 ._cardItem_1vzeu_21 ._iconc2_1vzeu_53 {
  background-color: #E2C740;
}
._cardList_1vzeu_21 ._cardItem_1vzeu_21 ._iconc3_1vzeu_56 {
  background-color: #FF7919;
}
._cardList_1vzeu_21 ._cardItem_1vzeu_21 ._iconc4_1vzeu_59 {
  background-color: #10D0D5;
}
._cardList_1vzeu_21 ._cardItem_1vzeu_21 ._iconc5_1vzeu_62 {
  background-color: #624BD8;
}
._cardList_1vzeu_21 ._cardItem_1vzeu_21 ._iconc6_1vzeu_65 {
  background-color: #3D99F5;
}
._cardList_1vzeu_21 ._cardItem_1vzeu_21 ._iconc7_1vzeu_68 {
  background-color: #79DC47;
}
._cardList_1vzeu_21 ._cardItem_1vzeu_21 ._iconc8_1vzeu_71 {
  background-color: #FF5975;
}._account_ppx8a_1 {
  position: relative;
}
._account_ppx8a_1 ._accountMain_ppx8a_4 {
  margin: 0 auto;
}

._top_ppx8a_8 {
  text-align: center;
}
._top_ppx8a_8 ._topHead_ppx8a_11 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  line-height: 44px;
}
._top_ppx8a_8 ._topHead_ppx8a_11 ._topLogo_ppx8a_18 {
  width: 44px;
  height: 44px;
  margin-right: 16px;
  vertical-align: top;
}
._top_ppx8a_8 ._topHead_ppx8a_11 ._topLogo_ppx8a_18 ._topImg_ppx8a_24 {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
._top_ppx8a_8 ._topHead_ppx8a_11 ._topTitle_ppx8a_29 {
  position: relative;
  top: 2px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
}
._top_ppx8a_8 ._topDesc_ppx8a_35 {
  margin-top: 12px;
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

._third_ppx8a_42 {
  margin-top: 24px;
  line-height: 22px;
  border-top: 1px solid rgba(5, 5, 5, 0.06);
}
._third_ppx8a_42 ._thirdLine_ppx8a_47 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
._third_ppx8a_42 ._lineRight_ppx8a_52 {
  display: flex;
  justify-content: right;
}
._third_ppx8a_42 ._thirdIcon_ppx8a_56 {
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 28px;
  vertical-align: middle;
  cursor: pointer;
  transition: color 0.3s;
}
._third_ppx8a_42 ._thirdIcon_ppx8a_56:hover {
  color: var(--hover-color);
}

._form_ppx8a_68 ._formOption_ppx8a_68 {
  display: flex;
  justify-content: space-between;
}

._scanLogin_ppx8a_73 ._scanSection_ppx8a_73 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
._scanLogin_ppx8a_73 ._scanSection_ppx8a_73 ._scanTitle_ppx8a_78 {
  margin-bottom: 10px;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.7);
}
._scanLogin_ppx8a_73 ._scanSection_ppx8a_73 ._scanQrcode_ppx8a_83 {
  width: 200px;
  height: 200px;
}
._scanLogin_ppx8a_73 ._scanSection_ppx8a_73 ._scanQrcode_ppx8a_83 img {
  width: 100%;
}._goods_b6abi_1 ._header_b6abi_1 {
  border-radius: 8px 8px 0 0;
  height: 80px;
  padding: 0 60px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #625cd2;
}
._goods_b6abi_1 ._header_b6abi_1 ._slogan_b6abi_10 {
  font-size: 18px;
  color: white;
  font-weight: 500;
  font-style: italic;
}
._goods_b6abi_1 ._header_b6abi_1 ._avatar_b6abi_16 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
._goods_b6abi_1 ._header_b6abi_1 ._avatar_b6abi_16 ._icon_b6abi_21 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5882352941);
  justify-content: center;
}
._goods_b6abi_1 ._header_b6abi_1 ._avatar_b6abi_16 ._userInfo_b6abi_31 {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  gap: 5px;
}
._goods_b6abi_1 ._header_b6abi_1 ._avatar_b6abi_16 ._userInfo_b6abi_31 ._userName_b6abi_37 {
  color: white;
}
._goods_b6abi_1 ._header_b6abi_1 ._avatar_b6abi_16 ._userInfo_b6abi_31 ._userDesc_b6abi_40 {
  transform: matrix(0.98, 0, -0.18, 1, 0, 0);
  padding: 0 10px;
  background-color: white;
  font-size: 12px;
  display: inline-block;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
._goods_b6abi_1 ._body_b6abi_49 {
  display: flex;
  flex-direction: row;
}
._goods_b6abi_1 ._body_b6abi_49 ._sidebar_b6abi_53 {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-right: 1px dashed #d9dde4;
}
._goods_b6abi_1 ._body_b6abi_49 ._sidebar_b6abi_53 ._sidebarTop_b6abi_59 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: var(--scope-main-color);
}
._goods_b6abi_1 ._body_b6abi_49 ._sidebar_b6abi_53 ._sidebarHeader_b6abi_68 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
._goods_b6abi_1 ._body_b6abi_49 ._sidebar_b6abi_53 ._sidebarHeader_b6abi_68 ._sidebarTitle_b6abi_73 {
  font-size: 20px;
  font-weight: 700;
  color: var(--scope-main-color);
  transform: matrix(0.98, 0, -0.18, 1, 0, 0);
}
._goods_b6abi_1 ._body_b6abi_49 ._sidebar_b6abi_53 ._sidebarHeader_b6abi_68 ._sidebarDesc_b6abi_79 {
  margin-left: 10px;
  font-size: 16px;
  transform: matrix(0.98, 0, -0.18, 1, 0, 0);
}
._goods_b6abi_1 ._body_b6abi_49 ._sidebar_b6abi_53 ._rightList_b6abi_84 {
  border-top: 1px dashed #d9dde4;
  padding-top: 20px;
}
._goods_b6abi_1 ._body_b6abi_49 ._sidebar_b6abi_53 ._rightList_b6abi_84 ._rightItem_b6abi_88 {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 14px;
  gap: 10px;
  color: #999;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px;
  background-color: #f2f2f2;
  gap: 20px;
  border-bottom-right-radius: 8px;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._goodsList_b6abi_105 {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._goodsList_b6abi_105 ._goodsItem_b6abi_110 {
  display: flex;
  flex-direction: column;
  border-color: #e9e9e9;
  background-color: white;
  border-radius: 8px;
  border-width: 2px;
  border-style: solid;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  width: 100%;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._goodsList_b6abi_105 ._goodsItem_b6abi_110 ._activeName_b6abi_124 {
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  color: white;
  background: linear-gradient(127deg, #ff4930, #ee7942);
  padding: 5px 10px;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._goodsList_b6abi_105 ._goodsItem_b6abi_110._active_b6abi_124 {
  border-color: var(--scope-main-color);
  background-color: var(--scope-active-color);
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._goodsList_b6abi_105 ._goodsItem_b6abi_110._active_b6abi_124 ._goodsDesc_b6abi_138 {
  color: #1b1f25;
  border-top-color: transparent;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._goodsList_b6abi_105 ._goodsItem_b6abi_110 ._goodsTitle_b6abi_142 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._goodsList_b6abi_105 ._goodsItem_b6abi_110 ._priceLine_b6abi_148 {
  margin-bottom: 20px;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._goodsList_b6abi_105 ._goodsItem_b6abi_110 ._priceLine_b6abi_148._isGoodsCoupon_b6abi_151 ._payPrice_b6abi_151 {
  text-decoration: line-through;
  color: #999;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._goodsList_b6abi_105 ._goodsItem_b6abi_110 ._priceLine_b6abi_148 ._payPrice_b6abi_151 {
  font-size: 24px;
  font-weight: bold;
  color: var(--scope-main-color);
  margin-right: 5px;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._goodsList_b6abi_105 ._goodsItem_b6abi_110 ._priceLine_b6abi_148 ._unit_b6abi_161 {
  font-size: 14px;
  color: #999;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._goodsList_b6abi_105 ._goodsItem_b6abi_110 ._orgPriceLine_b6abi_165 {
  position: relative;
  margin-bottom: 20px;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._goodsList_b6abi_105 ._goodsItem_b6abi_110 ._orgPriceLine_b6abi_165 ::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 100%;
  height: 1px;
  background-color: #999;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._goodsList_b6abi_105 ._goodsItem_b6abi_110 ._orgPriceLine_b6abi_165 ._payPrice_b6abi_151 {
  font-size: 14px;
  color: #999;
  margin-right: 5px;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._goodsList_b6abi_105 ._goodsItem_b6abi_110 ._orgPriceLine_b6abi_165 ._unit_b6abi_161 {
  font-size: 14px;
  color: #999;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._goodsList_b6abi_105 ._goodsItem_b6abi_110 ._activeEnd_b6abi_188 {
  position: relative;
  margin-bottom: 20px;
  color: #999;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._goodsList_b6abi_105 ._goodsItem_b6abi_110 ._goodsDesc_b6abi_138 {
  color: #999;
  width: 100%;
  padding: 4px 0;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._coupon_b6abi_202 {
  background-color: white;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._coupon_b6abi_202 ._couponHead_b6abi_209 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._coupon_b6abi_202 ._couponHead_b6abi_209 ._couponTitle_b6abi_214 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._coupon_b6abi_202 ._couponList_b6abi_219 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 10px;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._coupon_b6abi_202 ._couponList_b6abi_219 ._couponItem_b6abi_225 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 2px solid #d9dde4;
  padding: 10px;
  gap: 10px;
  cursor: pointer;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._coupon_b6abi_202 ._couponList_b6abi_219 ._couponItem_b6abi_225 ._couponName_b6abi_236 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._coupon_b6abi_202 ._couponList_b6abi_219 ._couponItem_b6abi_225 ._couponPrice_b6abi_241 {
  font-size: 16px;
  font-weight: bold;
  color: red;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._coupon_b6abi_202 ._couponList_b6abi_219 ._couponItem_b6abi_225._active_b6abi_124 {
  background-color: #fdf6db;
  border-color: #f3dca9;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._coupon_b6abi_202 ._couponList_b6abi_219 ._couponItem_b6abi_225._active_b6abi_124 ._couponName_b6abi_236 {
  color: #1b1f25;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._coupon_b6abi_202 ._couponDesc_b6abi_253 {
  font-size: 12px;
  color: #999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._coupon_b6abi_202 ._couponDesc_b6abi_253 ._connImg_b6abi_261 {
  width: 100px;
  height: 100px;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._coupon_b6abi_202 ._couponDesc_b6abi_253 ._connDesc_b6abi_265 {
  text-align: center;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._payment_b6abi_268 {
  display: flex;
  flex-direction: row;
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  gap: 10px;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._payment_b6abi_268 ._paybox_b6abi_276 {
  position: relative;
  border: 1px solid rgba(30, 32, 35, 0.1);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  width: 130px;
  height: 130px;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._payment_b6abi_268 ._paybox_b6abi_276 ._refresh_b6abi_285 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._payment_b6abi_268 ._payinfo_b6abi_297 {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  justify-content: space-between;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._payment_b6abi_268 ._payinfo_b6abi_297 ._quanBox_b6abi_304 {
  display: inline-flex;
  align-items: center;
  color: var(--scope-main-color);
  border-radius: 4px;
  font-size: 14px;
  line-height: 16px;
  transition: opacity 0.33s ease-in-out;
  cursor: pointer;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._payment_b6abi_268 ._payinfo_b6abi_297 ._quanBox_b6abi_304 ._quan_b6abi_304 {
  display: inline-flex;
  background-color: var(--scope-main-color);
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-weight: 400;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._payment_b6abi_268 ._payinfo_b6abi_297 ._quanBox_b6abi_304 ._quanIcon_b6abi_326 {
  transition: transform 0.1s linear;
  margin-left: 10px;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._payment_b6abi_268 ._payinfo_b6abi_297 ._quanBox_b6abi_304:hover ._quanIcon_b6abi_326 {
  transform: rotate(180deg);
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._payment_b6abi_268 ._payinfo_b6abi_297 ._priceInfo_b6abi_333 {
  color: var(--scope-main-color);
  font-size: 32px;
  display: flex;
  align-items: center;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._payment_b6abi_268 ._payinfo_b6abi_297 ._priceInfo_b6abi_333 ._discount_b6abi_339 {
  margin-left: 10px;
  font-size: 14px;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._payment_b6abi_268 ._payinfo_b6abi_297 ._payway_b6abi_343 {
  color: #999;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._payment_b6abi_268 ._payinfo_b6abi_297 ._payway_b6abi_343 ._payIcon_b6abi_350 {
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: 800;
  margin: 0 6px;
  gap: 4px;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._footer_b6abi_358 ._footerTitle_b6abi_358 {
  margin-bottom: 8px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._footer_b6abi_358 ._footerNotice_b6abi_365 {
  position: relative;
  margin-bottom: 4px;
  color: #545454;
  font-size: 12px;
  line-height: 18px;
  padding-left: 10px;
}
._goods_b6abi_1 ._body_b6abi_49 ._main_b6abi_96 ._footer_b6abi_358 ._footerNotice_b6abi_365:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--scope-main-color);
}

._quanpopover_b6abi_384 ._quanItem_b6abi_384 {
  display: flex;
  align-items: center;
  background-color: var(--scope-active-color);
  border: 1px solid var(--scope-main-color);
  border-radius: 12px;
  transition: all 0.22s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  padding: 0 10px 0 14px;
  margin-bottom: 8px;
}
._quanpopover_b6abi_384 ._quanItem_b6abi_384._pure_b6abi_396 {
  height: 40px;
}
._quanpopover_b6abi_384 ._quanItem_b6abi_384._card_b6abi_399 {
  height: 60px;
}
._quanpopover_b6abi_384 ._quanItem_b6abi_384._card_b6abi_399 :last-child {
  display: flex;
  flex-direction: row;
}
._quanpopover_b6abi_384 ._quanItem_b6abi_384._card_b6abi_399 ._cardLeft_b6abi_406 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #e9e9e9;
  width: 80px;
  color: var(--scope-main-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._quanpopover_b6abi_384 ._quanItem_b6abi_384._card_b6abi_399 ._cardLeft_b6abi_406 ._cardMoney_b6abi_420 {
  font-size: 14px;
  font-weight: bold;
}
._quanpopover_b6abi_384 ._quanItem_b6abi_384._card_b6abi_399 ._cardLeft_b6abi_406 ._cardDesc_b6abi_424 {
  font-size: 12px;
  color: #999;
}
._quanpopover_b6abi_384 ._quanItem_b6abi_384._card_b6abi_399 ._cardCenter_b6abi_428 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._quanpopover_b6abi_384 ._quanItem_b6abi_384._card_b6abi_399 ._cardCenter_b6abi_428 ._cardDesc_b6abi_424 {
  margin-top: 7px;
  color: rgba(30, 32, 35, 0.65);
  font-size: 12px;
}

._buyframe_b6abi_439 .ant-modal-content {
  padding: 0 !important;
}
._buyframe_b6abi_439 .ant-modal-content .ant-modal-close {
  color: white;
}
._buyframe_b6abi_439 .ant-modal-content .ant-modal-close:hover {
  color: white;
}

._quanScan_b6abi_449 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
._quanScan_b6abi_449 ._scanImg_b6abi_456 {
  width: 150px;
  height: 150px;
}
._quanScan_b6abi_449 ._scanDesc_b6abi_460 {
  font-size: 14px;
  color: #999;
  text-align: center;
}._buyBtn_1v7of_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: linear-gradient(97.09deg, #fbeeba, #f3dca9);
  border-radius: 25px;
  width: 120px;
  height: 40px;
  position: relative;
}
._buyBtn_1v7of_1:hover {
  background: linear-gradient(89.1deg, #f3dca9, #fbeeba);
}
._buyBtn_1v7of_1 ._btn_1v7of_15 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6e3909;
  font-weight: bold;
  font-size: 16px;
}
._buyBtn_1v7of_1 ._corner_1v7of_23 {
  position: absolute;
  right: 0px;
  transform: translateY(-105%) translateX(30%);
  padding: 4px 8px;
  font-size: 12px;
  z-index: 2;
  color: #fff;
  border-radius: 8px 1px;
  background: linear-gradient(127deg, #ff4930, #ee7942);
}

._loginBtn_1v7of_35 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  opacity: 0;
}

@keyframes _kfbtnani_1v7of_1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
._aniKfbtnani_1v7of_54 {
  animation: _kfbtnani_1v7of_1 3s ease-in-out infinite;
}._UserAvatar_12p4e_1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}
._UserAvatar_12p4e_1 ._img_12p4e_9 {
  border-radius: 50%;
}
._UserAvatar_12p4e_1 ._icon_12p4e_12 {
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #c7c6c6;
  justify-content: center;
}
._UserAvatar_12p4e_1 ._content_12p4e_20 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-decoration: none;
  max-width: 70px;
}
._UserAvatar_12p4e_1 ._content_12p4e_20 ._title_12p4e_27 {
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  word-break: keep-all;
  overflow: hidden;
}
._UserAvatar_12p4e_1 ._content_12p4e_20 ._desc_12p4e_34 {
  font-size: 12px;
  color: #999;
  word-break: keep-all;
  overflow: hidden;
}._simpletree_uxdds_1 ._treeNode_uxdds_1._expanded_uxdds_1 > ._child_uxdds_1 {
  display: block;
}
._simpletree_uxdds_1 ._treeNode_uxdds_1._expanded_uxdds_1 > ._nodeLine_uxdds_4 ._arrow_uxdds_4 {
  transform: rotate(0);
}
._simpletree_uxdds_1 ._treeNode_uxdds_1 ._child_uxdds_1 {
  display: none;
}
._simpletree_uxdds_1 ._treeNode_uxdds_1 ._nodeLine_uxdds_4 {
  display: flex;
  align-items: center;
  margin-bottom: 1px;
  margin-top: 1px;
  min-height: 32px;
  border-radius: 6px;
}
._simpletree_uxdds_1 ._treeNode_uxdds_1 ._nodeLine_uxdds_4:hover {
  background-color: #f0f2f5;
}
._simpletree_uxdds_1 ._treeNode_uxdds_1._focus_uxdds_21 > ._nodeLine_uxdds_4 {
  background-color: #f0f2f5;
  border-right: 3px solid var(--min-primary-color);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
._simpletree_uxdds_1 ._expand_uxdds_1 {
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
._simpletree_uxdds_1 ._nodeItem_uxdds_33 {
  display: flex;
  flex: 1;
  align-items: center;
}
._simpletree_uxdds_1 ._arrow_uxdds_4 {
  display: inline-block;
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImFycm93Ij4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTE2IDEwTDEyIDE0TDggMTAiIHN0cm9rZT0iIzVENkM4OSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPg==);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  transition: transform 0.1s linear;
}
._simpletree_uxdds_1 ._folder_uxdds_49 {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  margin-right: 5px;
  color: #8c8c8c;
}._tree_1opv5_1 {
  flex: 1;
  overflow-y: auto;
}
._tree_1opv5_1 ._link_1opv5_5 {
  font-size: 16px;
  flex: 1;
  margin-top: 5px;
  margin-bottom: 5px;
  color: black;
}
._tree_1opv5_1 ._link_1opv5_5:hover {
  color: var(--min-primary-color);
}
._tree_1opv5_1 ._text_1opv5_15 {
  font-size: 16px;
  flex: 1;
  margin-top: 5px;
  margin-bottom: 5px;
  color: black;
  cursor: default;
}

._sidenav_1opv5_24 {
  display: flex;
  flex-direction: column;
}._mediacard_veukd_1 {
  display: flex;
  flex-direction: column;
  height: 700px;
  border: 1px solid #e5e6ea;
  border-radius: 10px;
}
._mediacard_veukd_1:hover {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 2px 4px 11px 6px rgba(0, 0, 0, 0.1);
}
._mediacard_veukd_1 ._header_veukd_11 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid #e5e6ea;
  padding: 15px;
}
._mediacard_veukd_1 ._header_veukd_11 ._segSection_veukd_19 ._segHead_veukd_19 {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
._mediacard_veukd_1 ._header_veukd_11 ._segSection_veukd_19 ._segHead_veukd_19 ._segTitle_veukd_25 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 400px;
}
._mediacard_veukd_1 ._header_veukd_11 ._segSection_veukd_19 ._segHead_veukd_19 ._segTitle_veukd_25 ._segItemTitle_veukd_31 {
  font-weight: 600;
  font-size: 16px;
  color: #181D20;
}
._mediacard_veukd_1 ._header_veukd_11 ._segSection_veukd_19 ._segHead_veukd_19 ._segTitle_veukd_25 ._segItemSubTitle_veukd_36 {
  color: #494949;
}
._mediacard_veukd_1 ._header_veukd_11 ._segSection_veukd_19 ._segHead_veukd_19 ._icon_veukd_39 {
  background-color: rgb(29, 168, 244);
}
._mediacard_veukd_1 ._footer_veukd_42 {
  padding: 15px;
  border-top: 1px solid #e5e6ea;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
._mediacard_veukd_1 ._container_veukd_50 {
  display: flex;
  flex-direction: row;
  height: 100%;
  overflow: hidden;
}
._mediacard_veukd_1 ._container_veukd_50 ._side_veukd_56 {
  padding: 15px;
  width: 240px;
  overflow-y: auto;
}
._mediacard_veukd_1 ._container_veukd_50 ._main_veukd_61 {
  border-left: 1px solid #e5e6ea;
  flex: 1;
}
._mediacard_veukd_1 ._tagcard_veukd_65 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px 7px;
  cursor: default;
  margin-inline-end: 0;
}._segview_11t55_1 {
  overflow-y: auto;
  height: 100%;
  padding: 20px;
}._simpleCarousel_1itzp_1 {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
._simpleCarousel_1itzp_1 > * {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

._imageTextItem_1itzp_14 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
._imageTextItem_1itzp_14 ._imageTextImage_1itzp_20 {
  max-height: 100%;
  height: 100%;
}
._imageTextItem_1itzp_14 ._imageTextText_1itzp_24 {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-top: 20px;
}._view_opa0h_1 {
  margin: 0 auto;
  padding: 40px 20px;
  max-width: var(--min-app-width);
  display: flex;
  flex-direction: row;
  gap: 20px;
}

._tree_opa0h_10 ._link_opa0h_10 {
  font-size: 15px;
  flex: 1;
  color: black;
}
._tree_opa0h_10 ._link_opa0h_10:hover {
  color: var(--min-primary-color);
}

._tags_opa0h_19 {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  justify-content: center;
}
._tags_opa0h_19 ._tagItem_opa0h_26 {
  display: inline-block;
  padding: 2px 5px;
  transition: all 0.3s;
}
._tags_opa0h_19 ._tagItem_opa0h_26:hover {
  transform: scale(1.05);
  cursor: pointer;
}

._section_opa0h_36 {
  margin-top: 20px;
  margin-bottom: 10px;
}
._section_opa0h_36._inline_opa0h_40 {
  display: flex;
  gap: 20px;
}
._section_opa0h_36._inline_opa0h_40 > * {
  display: inline-flex;
}
._section_opa0h_36._inline_opa0h_40 > :last-child {
  flex: 1;
}
._section_opa0h_36 ._linkSection_opa0h_50 {
  font-weight: bold;
  border-left: 3px solid var(--min-primary-color);
  padding-left: 10px;
}
._section_opa0h_36 ._linkItem_opa0h_55 {
  display: block;
  margin: 5px 15px;
}

._sidenav_opa0h_60 {
  position: sticky;
  border-right: 1px solid #e5e6ea;
  overflow-y: auto;
  width: 240px;
  height: 100%;
  min-height: 482px;
  padding-right: 10px;
  top: 80px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

._articleView_opa0h_74 {
  flex: 1;
}

._ArticlePreview_opa0h_78 ._articleTitle_opa0h_78 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
._ArticlePreview_opa0h_78 ._articleContent_opa0h_84 table {
  width: 100% !important;
}
._ArticlePreview_opa0h_78 ._articleContent_opa0h_84 table th {
  border: 1px solid #ccc;
  background-color: #f5f2f0;
  font-weight: 700;
}
._ArticlePreview_opa0h_78 ._articleContent_opa0h_84 table td {
  border: 1px solid #ccc;
  text-align: center;
}
._ArticlePreview_opa0h_78 ._articleContent_opa0h_84 img {
  max-width: 100%;
}
._ArticlePreview_opa0h_78 ._articleContent_opa0h_84 video {
  width: 100%;
}

._ArticleNav_opa0h_103 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 22px 0px 44px;
}
._ArticleNav_opa0h_103 ._prevPage_opa0h_109 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-size: 14px;
  cursor: pointer;
  align-items: flex-start;
  text-decoration: none;
}
._ArticleNav_opa0h_103 ._nextPage_opa0h_118 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-size: 14px;
  cursor: pointer;
  align-items: flex-end;
  text-decoration: none;
}._SearchList_ca7xw_1 {
  flex: 1;
}
._SearchList_ca7xw_1 ._emptyLink_ca7xw_4 {
  color: var(--min-primary-color);
}
._SearchList_ca7xw_1 ._searchResult_ca7xw_7 ._searchTitle_ca7xw_7 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
._SearchList_ca7xw_1 ._searchItem_ca7xw_12 {
  text-decoration: none;
}
._SearchList_ca7xw_1 ._articleList_ca7xw_15 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px;
  border-radius: 12px;
  cursor: pointer;
  margin-right: 18px;
  margin-top: 10px;
}
._SearchList_ca7xw_1 ._articleList_ca7xw_15:hover {
  background: rgba(176, 176, 176, 0.15);
}
._SearchList_ca7xw_1 ._articleList_ca7xw_15:hover ._articleImg_ca7xw_28 {
  background: transparent;
}
._SearchList_ca7xw_1 ._articleList_ca7xw_15 ._articleImg_ca7xw_28 {
  width: 220px;
  margin-right: 23px;
  text-align: center;
  border-radius: 5px;
}
._SearchList_ca7xw_1 ._articleList_ca7xw_15 ._articleImg_ca7xw_28 img {
  max-width: 230px;
}
._SearchList_ca7xw_1 ._articleList_ca7xw_15 ._listContent_ca7xw_40 {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
._SearchList_ca7xw_1 ._articleList_ca7xw_15 ._listContent_ca7xw_40 ._articleTitle_ca7xw_46 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
}
._SearchList_ca7xw_1 ._articleList_ca7xw_15 ._listContent_ca7xw_40 ._articleTitle_ca7xw_46 ._highlight_ca7xw_54 {
  color: var(--min-primary-color);
}
._SearchList_ca7xw_1 ._articleList_ca7xw_15 ._listContent_ca7xw_40 ._textContent_ca7xw_57 {
  margin-top: 13px;
  font-size: 14px;
  color: #616161;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}._spacelayout_15gmj_1 {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 15px;
}
._spacelayout_15gmj_1 ._mainTitle_15gmj_8 {
  color: rgba(0, 0, 0, 0.53);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  border-bottom: 1px solid rgba(5, 5, 5, 0.06);
  padding-bottom: 12px;
}

._imgGroup_15gmj_17 {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
._imgGroup_15gmj_17 ._imgItem_15gmj_22 {
  display: flex;
  flex-direction: column;
  align-items: center;
}._accountPage_1ae6b_1 {
  position: relative;
  display: flex;
  flex-direction: row;
  min-height: 600px;
  flex: 1;
  padding: 20px;
  gap: 20px;
}
._accountPage_1ae6b_1 ._sideSpace_1ae6b_10 {
  height: 100%;
  display: block;
}
._accountPage_1ae6b_1 ._sidelayout_1ae6b_14 {
  position: absolute;
}
._accountPage_1ae6b_1 ._mainlayout_1ae6b_17 {
  width: 100%;
  flex: 1;
}
._accountPage_1ae6b_1 ._mainlayout_1ae6b_17 ._mainTitle_1ae6b_21 {
  color: rgba(0, 0, 0, 0.53);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(5, 5, 5, 0.06);
  padding-bottom: 12px;
}
._accountPage_1ae6b_1 ._menus_1ae6b_30 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
._accountPage_1ae6b_1 ._menus_1ae6b_30 li._menuItem_1ae6b_35 {
  height: 44px;
  display: flex;
  margin: 2px 0;
  align-items: center;
  border-radius: 6px;
}
._accountPage_1ae6b_1 ._menus_1ae6b_30 li._menuItem_1ae6b_35 a {
  width: 100%;
  padding: 12px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
._accountPage_1ae6b_1 ._menus_1ae6b_30 li._menuItem_1ae6b_35 a ._menuTitle_1ae6b_48 {
  margin-left: 10px;
}
._accountPage_1ae6b_1 ._menus_1ae6b_30 li._menuItem_1ae6b_35:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
._accountPage_1ae6b_1 ._menus_1ae6b_30 li._menuItem_1ae6b_35._isActive_1ae6b_54 {
  background-color: rgba(0, 0, 0, 0.08);
}
._accountPage_1ae6b_1 ._listWrap_1ae6b_57 {
  word-break: break-all;
}._mediaview_6c122_1 {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
._mediaview_6c122_1 ._header_6c122_8 {
  padding: 15px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}
._mediaview_6c122_1 ._footer_6c122_17 {
  padding: 15px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
}
._mediaview_6c122_1 ._container_6c122_26 {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex: 1;
}
._mediaview_6c122_1 ._container_6c122_26 ._side_6c122_32 {
  padding: 15px;
  width: 300px;
  position: relative;
  height: 100%;
  overflow-y: auto;
  border-left: 1px solid #e5e5e5;
  flex-shrink: 0;
}
._mediaview_6c122_1 ._container_6c122_26 ._body_6c122_41 {
  padding: 15px;
  flex: 1;
  position: relative;
  height: 100%;
  overflow-y: auto;
}
._mediaview_6c122_1 ._overlay_6c122_48 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
._mediaview_6c122_1 ._overlay_6c122_48 ._overmain_6c122_57 {
  pointer-events: all;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
._mediaview_6c122_1 ._overlay_6c122_48._dragover_6c122_66 {
  border: 2px dashed var(--min-primary-color);
}
._mediaview_6c122_1 ._overlay_6c122_48._withOverlay_6c122_69 ._overmain_6c122_57 {
  background: white;
  display: flex;
}
._mediaview_6c122_1 ._overlay_6c122_48 ._resource_6c122_73 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

._mediaopen_6c122_80 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
._mediaopen_6c122_80 ._head_6c122_8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
._mediaopen_6c122_80 ._icon_6c122_95 {
  width: 96px;
  height: 96px;
  font-size: 96px;
  color: var(--min-primary-color);
  display: flex;
}
._mediaopen_6c122_80 ._title_6c122_102 {
  cursor: default;
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
  color: rgb(93, 108, 137);
  max-width: 600px;
}
._mediaopen_6c122_80 ._desc_6c122_110 {
  cursor: default;
  font-size: 14px;
  line-height: 20px;
  color: rgb(160, 172, 187);
  text-align: center;
}
._mediaopen_6c122_80 ._desc_6c122_110 > p {
  margin: 0;
}

@keyframes _aniupdown_6c122_1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
._aniUpdown_6c122_132 {
  animation: _aniupdown_6c122_1 1s ease-in-out infinite;
}._primary_1805u_1 {
  transform: scale(1.5);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 2px 4px 11px 6px rgba(0, 0, 0, 0.1);
}._compare_y14xf_1 {
  width: 100%;
  height: 600px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: 0 0;
  background-repeat: repeat;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAgMAAADxkFD+AAAACVBMVEUAAAAAAAD///+D3c/SAAAAAnRSTlMADH8lgRMAAAABYktHRAJmC3xkAAAAFUlEQVQY02MIBQEGMBh2zOHpKzATABZvQmnPmNxjAAAAAElFTkSuQmCC");
}._main_z1jxi_1 {
  position: relative;
  display: flex;
  overflow-y: auto;
  flex-wrap: wrap;
  gap: 15px;
}
._main_z1jxi_1 ._task_z1jxi_8 {
  position: relative;
  width: 160px;
  height: 220px;
  display: flex;
  flex-direction: column;
  border: 2px solid transparent;
  border-radius: 6px;
  box-sizing: content-box;
  border-color: rgba(102, 102, 102, 0.18);
}
._main_z1jxi_1 ._task_z1jxi_8:hover {
  border-color: var(--min-primary-color);
}
._main_z1jxi_1 ._task_z1jxi_8 ._thumb_z1jxi_22 {
  position: relative;
  width: 160px;
  height: 160px;
  display: flex;
  padding: 2px;
  justify-content: center;
  align-items: center;
  background-position: 0 0;
  background-repeat: repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAgMAAADxkFD+AAAACVBMVEUAAAAAAAD///+D3c/SAAAAAnRSTlMADH8lgRMAAAABYktHRAJmC3xkAAAAFUlEQVQY02MIBQEGMBh2zOHpKzATABZvQmnPmNxjAAAAAElFTkSuQmCC");
}
._main_z1jxi_1 ._task_z1jxi_8 ._thumb_z1jxi_22 > img {
  max-width: 100%;
  max-height: 100%;
  -webkit-user-drag: none;
}
._main_z1jxi_1 ._task_z1jxi_8 ._thumb_z1jxi_22 ._thumbFooter_z1jxi_39 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(218, 218, 218, 0.4117647059);
  border-bottom: 1px solid rgba(218, 218, 218, 0.4117647059);
}
._main_z1jxi_1 ._task_z1jxi_8 ._filename_z1jxi_48 {
  text-align: center;
  word-break: keep-all;
  padding: 2px 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #494949;
  text-shadow: 1px 1px 5px #ffffff;
}
._main_z1jxi_1 ._task_z1jxi_8 ._compare_z1jxi_58 {
  display: flex;
  justify-content: space-between;
  padding: 2px;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.5098039216);
  color: #494949;
  text-shadow: 1px 1px 5px #ffffff;
}
._main_z1jxi_1 ._task_z1jxi_8 ._compare_z1jxi_58._result_z1jxi_67 {
  text-shadow: 1px 1px 12px var(--min-primary-color);
}
._main_z1jxi_1 ._task_z1jxi_8 ._tag_z1jxi_70 {
  position: absolute;
  top: 1px;
  left: 1px;
}
._main_z1jxi_1 ._task_z1jxi_8 ._actions_z1jxi_75 {
  position: absolute;
  top: 1px;
  right: 1px;
  display: none;
}
._main_z1jxi_1 ._task_z1jxi_8:hover ._actions_z1jxi_75 {
  display: block;
}
._main_z1jxi_1 ._task_z1jxi_8 ._tools_z1jxi_84 {
  margin: 5px;
}
._main_z1jxi_1 ._task_z1jxi_8 ._format_z1jxi_87 {
  width: 32px;
  text-transform: uppercase;
}
._main_z1jxi_1 ._task_z1jxi_8 ._size_z1jxi_91 {
  width: 50px;
  text-align: center;
}
._main_z1jxi_1 ._task_z1jxi_8 ._px_z1jxi_95 {
  width: 66px;
  text-align: right;
}._avatarImage_1evvp_1 {
  --padding: 8px;
  --size: 80px;
  display: inline-block;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  position: relative;
  width: var(--size);
  height: var(--size);
  cursor: pointer;
}
._avatarImage_1evvp_1::before {
  position: absolute;
  z-index: 1;
  width: calc(100% - var(--padding) * 2);
  height: calc(100% - var(--padding) * 2);
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.3s;
  content: " ";
}
._avatarImage_1evvp_1:hover::before {
  opacity: 1;
}
._avatarImage_1evvp_1 ._preview_1evvp_26 {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
._avatarImage_1evvp_1 ._preview_1evvp_26 ._img_1evvp_34 {
  max-width: 100%;
  max-height: 100%;
}
._avatarImage_1evvp_1 ._select_1evvp_38 {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}._main_jyfm2_1 {
  position: relative;
  display: flex;
  overflow-y: auto;
  flex-wrap: wrap;
  gap: 15px;
}
._main_jyfm2_1._isPreview_jyfm2_8 {
  overflow: hidden;
}
._main_jyfm2_1 ._task_jyfm2_11 {
  position: relative;
  width: 160px;
  height: 220px;
  display: flex;
  flex-direction: column;
  border: 2px solid transparent;
  border-radius: 6px;
  box-sizing: content-box;
  border-color: rgba(102, 102, 102, 0.18);
}
._main_jyfm2_1 ._task_jyfm2_11:hover {
  border-color: var(--min-primary-color);
}
._main_jyfm2_1 ._task_jyfm2_11 ._thumb_jyfm2_25 {
  position: relative;
  width: 160px;
  height: 160px;
  display: flex;
  padding: 2px;
  justify-content: center;
  align-items: center;
  background-position: 0 0;
  background-repeat: repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAgMAAADxkFD+AAAACVBMVEUAAAAAAAD///+D3c/SAAAAAnRSTlMADH8lgRMAAAABYktHRAJmC3xkAAAAFUlEQVQY02MIBQEGMBh2zOHpKzATABZvQmnPmNxjAAAAAElFTkSuQmCC");
}
._main_jyfm2_1 ._task_jyfm2_11 ._thumb_jyfm2_25 > img {
  max-width: 100%;
  max-height: 100%;
  -webkit-user-drag: none;
}
._main_jyfm2_1 ._task_jyfm2_11 ._thumb_jyfm2_25 ._thumbFooter_jyfm2_42 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(218, 218, 218, 0.4117647059);
  border-bottom: 1px solid rgba(218, 218, 218, 0.4117647059);
}
._main_jyfm2_1 ._task_jyfm2_11 ._filename_jyfm2_51 {
  text-align: center;
  word-break: keep-all;
  padding: 2px 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #494949;
  text-shadow: 1px 1px 5px #ffffff;
}
._main_jyfm2_1 ._task_jyfm2_11 ._compare_jyfm2_61 {
  display: flex;
  justify-content: space-between;
  padding: 2px;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.5098039216);
  color: #494949;
  text-shadow: 1px 1px 5px #ffffff;
}
._main_jyfm2_1 ._task_jyfm2_11 ._compare_jyfm2_61._result_jyfm2_70 {
  text-shadow: 1px 1px 12px var(--min-primary-color);
}
._main_jyfm2_1 ._task_jyfm2_11 ._tag_jyfm2_73 {
  position: absolute;
  top: 1px;
  left: 1px;
}
._main_jyfm2_1 ._task_jyfm2_11 ._actions_jyfm2_78 {
  position: absolute;
  top: 1px;
  right: 1px;
  display: none;
}
._main_jyfm2_1 ._task_jyfm2_11:hover ._actions_jyfm2_78 {
  display: block;
}
._main_jyfm2_1 ._task_jyfm2_11 ._tools_jyfm2_87 {
  margin: 5px;
}
._main_jyfm2_1 ._task_jyfm2_11 ._format_jyfm2_90 {
  width: 32px;
  text-transform: uppercase;
}
._main_jyfm2_1 ._task_jyfm2_11 ._size_jyfm2_94 {
  width: 50px;
  text-align: center;
}
._main_jyfm2_1 ._task_jyfm2_11 ._px_jyfm2_98 {
  width: 66px;
  text-align: right;
}._watermarkPreview_1e229_1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
._watermarkPreview_1e229_1 ._container_1e229_6 {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: 0 0;
  background-repeat: repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAgMAAADxkFD+AAAACVBMVEUAAAAAAAD///+D3c/SAAAAAnRSTlMADH8lgRMAAAABYktHRAJmC3xkAAAAFUlEQVQY02MIBQEGMBh2zOHpKzATABZvQmnPmNxjAAAAAElFTkSuQmCC");
}
._watermarkPreview_1e229_1 ._container_1e229_6 > img {
  max-width: 100%;
  max-height: 100%;
  -webkit-user-drag: none;
}
._watermarkPreview_1e229_1 ._taskImages_1e229_20 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}._maskView_ozbuj_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 10px;
}
._maskView_ozbuj_1._running_ozbuj_10 {
  animation: _pulse_ozbuj_1 0.7s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  pointer-events: none;
}
@keyframes _pulse_ozbuj_1 {
  50% {
    opacity: 0.5;
  }
}
._maskView_ozbuj_1 ._toolbar_ozbuj_19 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 5px;
  border: 1px solid #dfdfdf;
  box-shadow: 0px 0px 20px 0px #d5d3d3;
  gap: 10px;
  flex-shrink: 0;
}
._maskView_ozbuj_1 ._previews_ozbuj_32 {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 5px;
  overflow-y: auto;
}
._maskView_ozbuj_1 ._previews_ozbuj_32 ._imageItem_ozbuj_42 {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  height: 100%;
  border: 4px solid #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
._maskView_ozbuj_1 ._previews_ozbuj_32 ._imageItem_ozbuj_42 > img {
  max-width: 100%;
  height: 100%;
  cursor: pointer;
}
._maskView_ozbuj_1 ._previews_ozbuj_32 ._imageItem_ozbuj_42 ._imageActions_ozbuj_56 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
._maskView_ozbuj_1 ._mask_ozbuj_1 {
  flex-grow: 1;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
._maskView_ozbuj_1 ._mask_ozbuj_1 ._relative_ozbuj_75 {
  position: relative;
  box-sizing: border-box;
}
._maskView_ozbuj_1 ._mask_ozbuj_1 ._relative_ozbuj_75 ._canvas_ozbuj_79 {
  border-radius: 0.125rem;
}
._maskView_ozbuj_1 ._mask_ozbuj_1 ._relative_ozbuj_75 ._maskCanvas_ozbuj_82 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.6;
}._separator_1609r_1 {
  --separator-size: 4px;
  position: absolute;
  pointer-events: none;
  background: rgba(5, 30, 254, 0.383);
}
._separator_1609r_1._hidden_1609r_7 {
  display: none;
}
._separator_1609r_1._horizontal_1609r_10 {
  height: 100%;
  top: 0;
  left: calc(50% - var(--separator-size) / 2);
  width: var(--separator-size);
}
._separator_1609r_1._vertical_1609r_16 {
  height: var(--separator-size);
  width: 100%;
  left: 0;
  top: calc(50% - var(--separator-size) / 2);
}

._brush_1609r_23 {
  --brush-size: 4px;
  position: absolute;
  top: calc(50% - var(--brush-size) / 2);
  left: calc(50% - var(--brush-size) / 2);
  width: var(--brush-size);
  height: var(--brush-size);
  border-radius: 50%;
  border: 0px solid white;
  background: rgba(5, 30, 254, 0.383);
  pointer-events: none;
}
._brush_1609r_23._hidden_1609r_7 {
  display: none;
}

._overlayer_1609r_39 {
  position: relative;
  display: grid;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  --clip-left: 50%;
  --clip-right: 50%;
}
._overlayer_1609r_39 ._layer_1609r_50 {
  grid-area: 1/1/2/2;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  will-change: clip-path, transition;
}
._overlayer_1609r_39 ._layer_1609r_50 :first-child {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
._overlayer_1609r_39 ._left_1609r_69 {
  clip-path: inset(0px var(--clip-left) 0px 0px);
}
._overlayer_1609r_39 ._right_1609r_72 {
  clip-path: inset(0px 0px 0px var(--clip-right));
}._main_1l915_1 {
  position: relative;
  display: flex;
  overflow-y: auto;
  flex-wrap: wrap;
  gap: 15px;
}
._main_1l915_1 ._task_1l915_8 {
  position: relative;
  width: 160px;
  height: 220px;
  display: flex;
  flex-direction: column;
  border: 2px solid transparent;
  border-radius: 6px;
  box-sizing: content-box;
  border-color: rgba(102, 102, 102, 0.18);
}
._main_1l915_1 ._task_1l915_8:hover {
  border-color: var(--min-primary-color);
}
._main_1l915_1 ._task_1l915_8 ._thumb_1l915_22 {
  position: relative;
  width: 160px;
  height: 160px;
  display: flex;
  padding: 2px;
  justify-content: center;
  align-items: center;
  background-position: 0 0;
  background-repeat: repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAgMAAADxkFD+AAAACVBMVEUAAAAAAAD///+D3c/SAAAAAnRSTlMADH8lgRMAAAABYktHRAJmC3xkAAAAFUlEQVQY02MIBQEGMBh2zOHpKzATABZvQmnPmNxjAAAAAElFTkSuQmCC");
}
._main_1l915_1 ._task_1l915_8 ._thumb_1l915_22 > img {
  max-width: 100%;
  max-height: 100%;
  -webkit-user-drag: none;
}
._main_1l915_1 ._task_1l915_8 ._thumb_1l915_22 ._thumbFooter_1l915_39 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(218, 218, 218, 0.4117647059);
  border-bottom: 1px solid rgba(218, 218, 218, 0.4117647059);
}
._main_1l915_1 ._task_1l915_8 ._filename_1l915_48 {
  text-align: center;
  word-break: keep-all;
  padding: 2px 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #494949;
  text-shadow: 1px 1px 5px #ffffff;
}
._main_1l915_1 ._task_1l915_8 ._compare_1l915_58 {
  display: flex;
  justify-content: space-between;
  padding: 2px;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.5098039216);
  color: #494949;
  text-shadow: 1px 1px 5px #ffffff;
}
._main_1l915_1 ._task_1l915_8 ._compare_1l915_58._result_1l915_67 {
  text-shadow: 1px 1px 12px var(--min-primary-color);
}
._main_1l915_1 ._task_1l915_8 ._tag_1l915_70 {
  position: absolute;
  top: 1px;
  left: 1px;
}
._main_1l915_1 ._task_1l915_8 ._actions_1l915_75 {
  position: absolute;
  top: 1px;
  right: 1px;
  display: none;
}
._main_1l915_1 ._task_1l915_8:hover ._actions_1l915_75 {
  display: block;
}
._main_1l915_1 ._task_1l915_8 ._tools_1l915_84 {
  margin: 5px;
}
._main_1l915_1 ._task_1l915_8 ._format_1l915_87 {
  width: 32px;
  text-transform: uppercase;
}
._main_1l915_1 ._task_1l915_8 ._size_1l915_91 {
  width: 50px;
  text-align: center;
}
._main_1l915_1 ._task_1l915_8 ._px_1l915_95 {
  width: 66px;
  text-align: right;
}

._removeobject_1l915_100 {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}._main_z1jxi_1 {
  position: relative;
  display: flex;
  overflow-y: auto;
  flex-wrap: wrap;
  gap: 15px;
}
._main_z1jxi_1 ._task_z1jxi_8 {
  position: relative;
  width: 160px;
  height: 220px;
  display: flex;
  flex-direction: column;
  border: 2px solid transparent;
  border-radius: 6px;
  box-sizing: content-box;
  border-color: rgba(102, 102, 102, 0.18);
}
._main_z1jxi_1 ._task_z1jxi_8:hover {
  border-color: var(--min-primary-color);
}
._main_z1jxi_1 ._task_z1jxi_8 ._thumb_z1jxi_22 {
  position: relative;
  width: 160px;
  height: 160px;
  display: flex;
  padding: 2px;
  justify-content: center;
  align-items: center;
  background-position: 0 0;
  background-repeat: repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAgMAAADxkFD+AAAACVBMVEUAAAAAAAD///+D3c/SAAAAAnRSTlMADH8lgRMAAAABYktHRAJmC3xkAAAAFUlEQVQY02MIBQEGMBh2zOHpKzATABZvQmnPmNxjAAAAAElFTkSuQmCC");
}
._main_z1jxi_1 ._task_z1jxi_8 ._thumb_z1jxi_22 > img {
  max-width: 100%;
  max-height: 100%;
  -webkit-user-drag: none;
}
._main_z1jxi_1 ._task_z1jxi_8 ._thumb_z1jxi_22 ._thumbFooter_z1jxi_39 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(218, 218, 218, 0.4117647059);
  border-bottom: 1px solid rgba(218, 218, 218, 0.4117647059);
}
._main_z1jxi_1 ._task_z1jxi_8 ._filename_z1jxi_48 {
  text-align: center;
  word-break: keep-all;
  padding: 2px 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #494949;
  text-shadow: 1px 1px 5px #ffffff;
}
._main_z1jxi_1 ._task_z1jxi_8 ._compare_z1jxi_58 {
  display: flex;
  justify-content: space-between;
  padding: 2px;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.5098039216);
  color: #494949;
  text-shadow: 1px 1px 5px #ffffff;
}
._main_z1jxi_1 ._task_z1jxi_8 ._compare_z1jxi_58._result_z1jxi_67 {
  text-shadow: 1px 1px 12px var(--min-primary-color);
}
._main_z1jxi_1 ._task_z1jxi_8 ._tag_z1jxi_70 {
  position: absolute;
  top: 1px;
  left: 1px;
}
._main_z1jxi_1 ._task_z1jxi_8 ._actions_z1jxi_75 {
  position: absolute;
  top: 1px;
  right: 1px;
  display: none;
}
._main_z1jxi_1 ._task_z1jxi_8:hover ._actions_z1jxi_75 {
  display: block;
}
._main_z1jxi_1 ._task_z1jxi_8 ._tools_z1jxi_84 {
  margin: 5px;
}
._main_z1jxi_1 ._task_z1jxi_8 ._format_z1jxi_87 {
  width: 32px;
  text-transform: uppercase;
}
._main_z1jxi_1 ._task_z1jxi_8 ._size_z1jxi_91 {
  width: 50px;
  text-align: center;
}
._main_z1jxi_1 ._task_z1jxi_8 ._px_z1jxi_95 {
  width: 66px;
  text-align: right;
}._main_z1jxi_1 {
  position: relative;
  display: flex;
  overflow-y: auto;
  flex-wrap: wrap;
  gap: 15px;
}
._main_z1jxi_1 ._task_z1jxi_8 {
  position: relative;
  width: 160px;
  height: 220px;
  display: flex;
  flex-direction: column;
  border: 2px solid transparent;
  border-radius: 6px;
  box-sizing: content-box;
  border-color: rgba(102, 102, 102, 0.18);
}
._main_z1jxi_1 ._task_z1jxi_8:hover {
  border-color: var(--min-primary-color);
}
._main_z1jxi_1 ._task_z1jxi_8 ._thumb_z1jxi_22 {
  position: relative;
  width: 160px;
  height: 160px;
  display: flex;
  padding: 2px;
  justify-content: center;
  align-items: center;
  background-position: 0 0;
  background-repeat: repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAgMAAADxkFD+AAAACVBMVEUAAAAAAAD///+D3c/SAAAAAnRSTlMADH8lgRMAAAABYktHRAJmC3xkAAAAFUlEQVQY02MIBQEGMBh2zOHpKzATABZvQmnPmNxjAAAAAElFTkSuQmCC");
}
._main_z1jxi_1 ._task_z1jxi_8 ._thumb_z1jxi_22 > img {
  max-width: 100%;
  max-height: 100%;
  -webkit-user-drag: none;
}
._main_z1jxi_1 ._task_z1jxi_8 ._thumb_z1jxi_22 ._thumbFooter_z1jxi_39 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(218, 218, 218, 0.4117647059);
  border-bottom: 1px solid rgba(218, 218, 218, 0.4117647059);
}
._main_z1jxi_1 ._task_z1jxi_8 ._filename_z1jxi_48 {
  text-align: center;
  word-break: keep-all;
  padding: 2px 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #494949;
  text-shadow: 1px 1px 5px #ffffff;
}
._main_z1jxi_1 ._task_z1jxi_8 ._compare_z1jxi_58 {
  display: flex;
  justify-content: space-between;
  padding: 2px;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.5098039216);
  color: #494949;
  text-shadow: 1px 1px 5px #ffffff;
}
._main_z1jxi_1 ._task_z1jxi_8 ._compare_z1jxi_58._result_z1jxi_67 {
  text-shadow: 1px 1px 12px var(--min-primary-color);
}
._main_z1jxi_1 ._task_z1jxi_8 ._tag_z1jxi_70 {
  position: absolute;
  top: 1px;
  left: 1px;
}
._main_z1jxi_1 ._task_z1jxi_8 ._actions_z1jxi_75 {
  position: absolute;
  top: 1px;
  right: 1px;
  display: none;
}
._main_z1jxi_1 ._task_z1jxi_8:hover ._actions_z1jxi_75 {
  display: block;
}
._main_z1jxi_1 ._task_z1jxi_8 ._tools_z1jxi_84 {
  margin: 5px;
}
._main_z1jxi_1 ._task_z1jxi_8 ._format_z1jxi_87 {
  width: 32px;
  text-transform: uppercase;
}
._main_z1jxi_1 ._task_z1jxi_8 ._size_z1jxi_91 {
  width: 50px;
  text-align: center;
}
._main_z1jxi_1 ._task_z1jxi_8 ._px_z1jxi_95 {
  width: 66px;
  text-align: right;
}