body {
  font-size: 16px;
  line-height: 1.3;
  color: #010818;
}

i {
  font-style: normal;
}

[v-cloak] {
  display: none !important;
}

.m_show {
  display: none !important;
}

.wrap {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
}

.wrap_max {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1480px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 66;
  transition: all 0.5s ease;
  background: #010818;
  /* backdrop-filter: blur(4px); */
}

.header_cnt {
  height: 70px;
}

.logo_img {
  width: 136px;
  display: flex;
}

.lang_btn {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.lang_btn>img {
  width: 20px;
  margin-right: 6px;
}

.tabLang_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  /* color: rgba(255, 255, 255, 0.4); */
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #0e1425;
  padding: 8px 0;
}

.tabLang_item img {
  height: 14px;
  margin-right: 6px;
}

.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: #69d84f0f;
  color: #69d84f;
}

.btn_sx {
  background: #69d84f;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-transform: initial;
  color: #010818;
  width: 100%;
  height: 54px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_sx:hover {
  background: linear-gradient(90deg, #69d84f 0%, #f0e130 100%);
}

.btn_kx {
  /* background: rgba(105, 216, 79, 0.06); */
  background-color: transparent;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-transform: initial;
  color: #555B6C;
  width: 100%;
  height: 54px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #AFBCC6;
}

.btn_sx_deep {
  background: #12b76a;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-transform: initial;
  color: #fff;
  width: 100%;
  height: 54px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_orange {
  background: #f59f00;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-transform: initial;
  color: #fff;
  width: 100%;
  height: 54px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_error {
  background: #f97066;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-transform: initial;
  color: #fff;
  width: 100%;
  height: 54px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_dis {
  background-color: #d0d5dd;
  color: #fff;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-transform: initial;
  width: 100%;
  height: 54px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: not-allowed;
}

.side_KF {
  width: 62px;
  height: 62px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 66;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
  padding: 11px;
}

.side_KF span {
  width: 0;
  overflow: hidden;
  display: block;
  transition: all 0.25s ease-in-out;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.side_KF:hover {
  width: 180px;
}

.side_KF:hover span {
  width: 100px;
  margin-left: 8px;
  word-break: keep-all;
}

.font_52 {
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: initial;
}

.FONT_Small .font_52 {
  font-size: 40px;
}

.center_1000 {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.col_up {
  color: #12b76a !important;
}

.col_down {
  color: #f97066 !important;
}

.col_ok {
  color: #12b76a !important;
}

.col_ing {
  color: #f59f00 !important;
}

.col_no {
  color: #f97066 !important;
}

.bg_ok {
  background-color: #12b76a !important;
}

.bg_ing {
  background-color: #f59f00 !important;
}

.bg_no {
  background-color: #f97066 !important;
}

.gre_ok {
  background-color: #6ce9a6 !important;
}

.gre_ing {
  background-color: #ffd661 !important;
}

.gre_no {
  background-color: #fda29b !important;
}

.tabMenu_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #555b6c;
  font-size: 14px;
  min-width: 120px;
  min-height: 48px;
  background: transparent;
}

.tabMenu_item>img {
  margin-right: 8px;
}

.user_head {
  height: auto;
  margin-left: 30px;
  color: #afbcc6;
  font-size: 16px;
  cursor: pointer;
}

.user_head img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border-radius: 50%;
  object-fit: cover;
}


header .el-icon-caret-bottom,
header .el-icon-arrow-down {
  margin-left: 4px;
  font-size: 12px;
}

header .i_line {
  width: 1px;
  height: 20px;
  background: #555b6c;
  display: block;
  margin: 0 10px;
}

.card_sty {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(1, 8, 24, 0.06);
  overflow: hidden;
}

.side_menu {
  position: sticky;
  top: 100px;
  width: 260px;
  padding: 10px 0;
}

.side_menu li {
  width: 100%;
}

.side_menu li:nth-child(4),
.side_menu li:nth-child(7),
.side_menu li:nth-child(9) {
  border-bottom: 1px solid #f2f4f7;
}

.side_menu button {
  width: 100%;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  color: #010818;
  font-weight: 500;
  text-align: left;
  position: relative;
}

.side_menu button:hover {
  background: #F9FAFB;
}

.side_menu button.active {
  color: #12B76A;
  border-left: 1.5px solid #12B76A;
  background: linear-gradient(90deg, #ECFDF3 0%, rgba(236, 253, 243, 0.00) 64.04%);
}

.side_menu button img {
  margin-right: 20px;
}

.side_menu button .img_act {
  display: none;
}

.side_menu button.active .img_act {
  display: block;
}

.side_menu button.active .img_def {
  display: none;
}

.side_community_icon {
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -12px;
  z-index: 1;
  width: 24px;
  height: 24px;
  display: none;
}

.side_community_num {
  position: absolute;
  left: 46px;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  border-radius: 14px;
  background: #F04438;
  width: fit-content;
  height: 14px;
  padding: 0px 4px 0px 4px;
  display: none;
}

.page_body {
  padding-top: 100px;
  background: #f4f4f4;
  padding-bottom: 50px;
}

.center_body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.center_body_cnt {
  width: calc(100% - 284px);
}

.center_body_h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}

.breadcrumb_box {
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  color: #010818;
  font-weight: 600;
  padding: 12px 0 30px;
}

.breadcrumb_box i {
  color: #afbcc6;
  font-weight: 600;
  padding: 0 6px;
}

.breadcrumb_box a {
  color: #afbcc6;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.breadcrumb_box a img {
  margin-right: 4px;
}

.footer_msg {
  color: #555b6c;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 40px 20px 0;
}

.footer_msg>li:not(:first-child) {
  margin-top: 16px;
}

.detail_dr {
  width: 340px;
}

.detail_dr_head {
  padding: 20px;
}

.detail_dr_head>h3 {
  color: #010818;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.detail_dr_head .s1 {
  color: #555b6c;
  font-size: 16px;
}

.detail_dr_head .s2 {
  padding: 0px 8px;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  border-radius: 4px;
}

.detail_dr_ul li {
  display: flex;
  justify-content: space-between;
  background-color: #f9fafb;
  border-top: 1px solid #f2f4f7;
}

.detail_dr_ul li>div {
  padding: 20px;
  width: 50%;
  font-size: 14px;
  font-weight: 500;
}

.detail_dr_ul>li:last-child>div {
  padding-bottom: 20px;
}

.el-tooltip.el-icon-warning-outline {
  /* font-size: 12px; */
  color: #d0d5dd;
  margin-left: 4px;
}

.detail_dr_ul li>div:first-child {
  background-color: #fff;
  color: #98a2b3;
}

.detail_dr_ul li>div:last-child {
  text-align: right;
  color: #010818;
}

.detail_dr_more {
  width: 100%;
  padding: 20px;
  color: #12b76a;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.noData {
  min-height: 385px;
  padding: 20px;
  flex-direction: column;
}

.noData span {
  color: #555b6c;
  font-size: 14px;
  margin-top: 20px;
}

.detail_h3 {
  padding: 20px 20px 12px;
  font-size: 20px;
  font-weight: 700;
  color: #010818;
  border-bottom: 1px solid #F2F4F7;
}

.detail_breadcrumb {
  color: #555b6c;
  font-size: 14px;
  font-weight: 400;
}

.detail_breadcrumb button {
  color: #afbcc6;
}

.detail_header {
  padding: 20px 0;
  margin: 24px 0;
}

.header_item {
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_item:hover .s_hov {
  text-decoration: underline;
}

.header_item span {
  font-size: 16px;
  font-weight: 500;
  padding-left: 10px;
}

.detail_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.detail_dl {
  flex: 1;
  margin-right: 24px;
}

.detail_dl_cnt>div {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 17px;
  border-bottom: 1px solid #F2F4F7;
}

.detail_dl_cnt>div>div {
  padding: 12px 20px;
}

.detail_dl_cnt .d_head {
  color: #afbcc6;
}

.detail_dl_cnt .d_head>div {
  padding: 6px 20px 8px;
}

.detail_dl_cnt .d_l span {
  font-weight: 500;
}

.detail_dl_cnt>div>div:nth-child(1),
.detail_dl_cnt>div>div:nth-child(3) {
  width: 31.25%;
}

.detail_dl_cnt>div>div:nth-child(2) {
  width: 37.5%;
}

.detail_dl_cnt .d_body {
  font-weight: 500;
}

.detail_dl_cnt .d_body .d_r span {
  margin-left: 8px;
}

.detail_dl_cnt .d_body>div:nth-child(2) {
  background-color: #f9fafb;
  padding: 20px;
}

.detail_dl_cnt .d_progerss {
  margin-top: 6px;
  height: 6px;
  width: 100%;
  border-radius: 4px;
  background: #eaecf0;
  position: relative;
}

.detail_dl_cnt .d_progerss i {
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  display: block;
  border-radius: 4px;
}

.detail_btn_box {
  padding: 30px 20px 20px;
}

.detail_btn_box .btn_box {
  padding: 20px 0;
}

.detail_btn_box .btn_box button {
  width: auto;
  min-width: 245px;
  height: 64px;
  font-size: 16px;
}

.detail_btn_box .d_num {
  color: #12b76a;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.detail_btn_box .d_tips {
  border-radius: 8px;
  background: #f9fafb;
  padding: 20px;
}

.detail_btn_box .d_tips span {
  flex: 1;
  padding-left: 12px;
  color: #555b6c;
  font-size: 12px;
}

.detail_btn_box .d_num_del {
  text-align: center;
  color: #555b6c;
  font-size: 24px;
  text-decoration: line-through;
}

.detail_btn_box .d_des {
  color: #afbcc6;
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
}

.honor_mask,
.mask_sty {
  position: fixed;
  z-index: 699;
  background: rgba(1, 8, 24, 0.8);
  backdrop-filter: blur(3px);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.honor_mask_cnt {
  width: calc(100% - 32px);
  max-width: 540px;
}

.honor_mask_cnt>.btn_box {
  padding-top: 30px;
}

.honor_mask_cnt>.btn_box .btn_s {
  width: calc(50% - 23px);
  border-radius: 8px;
  height: 64px;
  font-size: 16px;
  font-weight: 500;
}

.honor_mask_cnt>.btn_box .btn_kx {
  border: 1px solid #fff;
  padding: 12px 24px;
  color: #fff;
}

.mask_sty_cnt {
  width: calc(100% - 32px);
  max-width: 540px;
  border-radius: 12px;
  background: #fff;
}

.mask_sty_cnt_head {
  padding: 30px 20px 20px;
  border-bottom: 1px solid #f2f4f7;
}

.mask_sty_cnt_head span {
  flex: 1;
  color: #0e1425;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.mask_sty_cnt_box {
  padding: 0px 20px 30px;
  max-height: 70vh;
  overflow-y: scroll;
}

/* 登录弹窗 */
.mask_sty_cnt_box>.downloadAlert_box:not(:first-child) {
  margin-top: 20px;
}

.mask_sty_cnt_login_box {
  padding-top: 20px;
}

.downloadAlert_box .download_cnt {
  margin-bottom: 30px;
}

.downloadAlert_box .download_h3 {
  color: #010818;
  font-size: 18px;
  font-weight: 500;
  line-height: 138%;
  margin-bottom: 16px;
}

.downloadAlert_box .download_h4 {
  color: #98A2B3;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}

.downloadAlert_box .download_flex {
  display: grid;
  gap: 12px;
}

.downloadAlert_box .download_flex li {
  padding: 12px 20px;
  border-radius: 8px;
  background: #F9FAFB;
}

.downloadAlert_box .download_flex li>div {
  color: #010818;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.downloadAlert_box .download_i {
  margin: 0 0 30px;
  display: block;
  height: 1px;
  background: #EAECF0;
}

.downloadAlert_box .download_more {
  color: #12b76a;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  width: fit-content;
  gap: 4px;
}

.dl_download_public .d1>img {
  width: 46px;
}

.dl_download_public .d1>div {
  flex: 1;
  padding-left: 12px;
}

.dl_download_public .d1 h5 {
  color: #010818;
  font-size: 16px;
  font-weight: 500;
  line-height: 138%;
  margin-bottom: 4px;
}

.dl_download_public .d1 p {
  color: #98A2B3;
  font-size: 14px;
  font-weight: 450;
  line-height: 138%;
}

.dl_download_public .d2 {
  gap: 12px;
  margin: 16px 0 12px;
  max-width: 312px;
  display: inline-flex;
}

.dl_download_public .d2 button {
  display: flex;
  flex: 1;
}

.dl_download_public .d2 button img {
  width: 100%;
  max-width: 150px;
}

.dl_download_public .d3 {
  color: #98A2B3;
  font-size: 12px;
  font-weight: 450;
  line-height: 138%;
}

.dl_download_public .d4 {
  margin-top: 16px;
  gap: 6px;
}

.dl_download_public .d4 button {
  color: #010818;
  font-size: 14px;
  font-weight: 450;
  line-height: 138%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.downloadAlert_box .download_hello {
  flex-direction: column;
  padding: 30px;
  border-radius: 12px;
  border: 2px solid #12b76a;
  background: rgba(50, 213, 131, 0.06);
  box-shadow: 0px 4px 10px 0px rgba(1, 8, 24, 0.06);
}

.downloadAlert_box .download_hello .p1 {
  margin: 20px 0;
  max-width: 483px;
  color: #010818;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.downloadAlert_box .download_hello .p2 {
  color: #010818;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}


.testCopy {
  cursor: pointer;
}

/* iframe弹窗样式 */
.iframe_dialog {
  display: flex;
  align-items: center;
  justify-content: center;
}

.iframe_dialog .el-dialog {
  margin: 0 !important;
  max-width: 400px !important;
  width: calc(100% - 32px) !important;
  /* border-radius: 16px; */
}

.iframe_dialog .el-dialog__header {
  padding: 0;
}

.iframe_dialog .el-dialog__headerbtn {
  right: 16px;
  top: 16px;
  display: flex;
}

.iframe_dialog .el-dialog__close {
  font-size: 20px;
  line-height: 1;
}

.iframe_dialog .el-dialog__body {
  padding: 16px 0;
  overflow-y: scroll;
  max-height: 600px;
  word-break: break-word;
}

.iframe_dialog .el-dialog__body::-webkit-scrollbar {
  display: none !important;
}

.el-scrollbar__wrap::-webkit-scrollbar {
  display: none !important;
}

.side_kf_box {
  position: fixed;
  padding: 0;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

.side_kf_item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  position: relative;
  cursor: pointer;
}

.side_kf_item span {
  position: absolute;
  right: 58px;
  border-radius: 21px;
  background: #000;
  padding: 2px 6px 3px 6px;
  top: 15px;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  width: max-content;
}

.side_kf_item span,
.side_kf_item .img_hov,
.side_kf_item:hover .img_def {
  display: none;
}

.side_kf_item:hover span,
.side_kf_item:hover .img_hov {
  display: block;
}

.side_kf_box .item_6 {
  display: none;
}

.side_user_head {
  padding: 10px 20px 20px;
}

.side_user_head .top_info {
  gap: 16px;
}

.side_user_head .top_info>img {
  width: 50px;
  height: 50px;
}

.side_user_head .top_info>.dr {
  flex: 1;
}

.side_user_head .top_info>.dr .s_name {
  color: #010818;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.side_user_head .top_info>.dr .svg_btn {
  margin-left: 4px;
  cursor: pointer;
}

.side_user_head .top_info>.dr .s_phone {
  margin-top: 4px;
  color: #AFBCC6;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.side_member_item {
  padding: 16px;
  border-radius: 8px 8px 0px 0px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.side_member_box {
  margin-top: 20px;
}

.side_member_box .btns {
  width: 100%;
  padding: 12px 16px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0px 0px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.side_member_item i {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 6px 3px 6px;
  border-radius: 4px;
  background: linear-gradient(100deg, #32D583 -1.62%, #12B76A 79.07%);
  margin-bottom: 12px;
}

.side_member_item img {
  margin-bottom: 12px;
}

.side_member_item b {
  font-weight: 500;
  color: #555B6C;
}

.side_member_box.sty_1>.side_member_item {
  border: 1px solid #12B76A;
  color: #12B76A;
}

.side_member_box.sty_1 .btns {
  background: #12B76A;
}

.side_member_box.sty_2 .side_member_item {
  border: 1px solid #FDE1B2;
  color: #C79300;
}

.side_member_box.sty_2 .btns {
  background: linear-gradient(92deg, #F1BA82 39.13%, #FFE8BB 129.6%);
}

.side_member_box .bg_1 {
  background: url(/Public/Common/images/tc_nine/member/right_bg_1.svg) no-repeat right bottom;
  background-color: #ECFDF3;
  background-size: 70px;
}

.side_member_box .bg_2 {
  background: url(/Public/Common/images/tc_nine/member/right_bg_2.svg) no-repeat right bottom;
  background-color: #ECFDF3;
  background-size: 70px;
}

.side_member_box .bg_3 {
  background: url(/Public/Common/images/tc_nine/member/right_bg_3.svg) no-repeat right bottom;
  background-color: #FFFAEB;
  background-size: 70px;
}

.side_member_box h4 {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 6px;
}

.side_member_box p {
  color: #555B6C;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.dropdown_info {
  padding: 2px 12px 12px;
  gap: 10px;
  min-width: 200px;
}

.dropdown_info>img {
  max-width: 40px;
}

.dropdown_info>div {
  flex: 1;
}

.dropdown_info>div span {
  color: #010818;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.dropdown_info>div p {
  color: #AFBCC6;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-top: 4px;
}

.down_box{
  display: flex;
  padding: 0px 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  width: 50px;
  height: 70px;
  
  position: relative;
}
.down_box:hover{
  background: #1B2232;
}
.down_box .down_box_img{
  background: url(../images/trading-community/down1.svg) center no-repeat;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#qrcode-popup{
  display: none;
  position: absolute;
  top: 70px;
  left: 50%; 
  transform: translateX(-50%);
  background: white;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  text-align: center; 
  width: 240px;
  z-index: 1000;
}
#qrcode-popup img{
  width: 158px;
  height: 158px;
}
#qrcode-popup .down_p1{
  color:  #010818;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
#qrcode-popup .down_p2{
  color:  #98A2B3;
  text-align: center;
  font-size: 12px;
  font-weight: 450;
}
#qrcode-popup::before {
  content: "";
  position: absolute;
  top: -10px; /* 向上偏移显示在二维码框上方 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white; /* 三角颜色和二维码框背景一致 */
}

.item_0{
  cursor: pointer;
}

#qrcode-popup2{
  display: none;
  position: absolute;
  top: -100px;
  right: -120%; 
  transform: translateX(-50%);
  background: white;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  text-align: center; 
  width: 240px;
  z-index: 1000;
}
#qrcode-popup2 img{
  width: 158px;
  height: 158px;
}
#qrcode-popup2 .down_p1{
  color:  #010818;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
#qrcode-popup2 .down_p2{
  color:  #98A2B3;
  text-align: center;
  font-size: 12px;
  font-weight: 450;
}

.item_0{
  cursor: pointer;
}

.down_box_show3,.down_box_show4,.down_box_show5,.down_box_show6,.down_box_show7,.down_box_show8{
  position: relative;
}

#qrcode-popup3,#qrcode-popup4,#qrcode-popup5,#qrcode-popup6,#qrcode-popup7,#qrcode-popup8{
  display: none;
  position: absolute;
  transform: translateX(-50%);
  background: white;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  text-align: center; 
  width: 240px;
  z-index: 1000;
  left: 50%;
  top:60px;
}
#qrcode-popup3 img,#qrcode-popup4 img,#qrcode-popup5 img,#qrcode-popup6 img,#qrcode-popup7 img,#qrcode-popup8 img{
  width: 158px;
  height: 158px;
}
#qrcode-popup3 .down_p1,#qrcode-popup4 .down_p1,#qrcode-popup5 .down_p1,#qrcode-popup6 .down_p1,#qrcode-popup7 .down_p1,#qrcode-popup8 .down_p1{
  color:  #010818;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
#qrcode-popup3 .down_p2,#qrcode-popup4 .down_p2,#qrcode-popup5 .down_p2,#qrcode-popup6 .down_p2,#qrcode-popup7 .down_p2,#qrcode-popup8 .down_p2{
  color:  #98A2B3;
  text-align: center;
  font-size: 12px;
  font-weight: 450;
}

@media only screen and (max-width: 450px) {
  .side_user_head {
    display: none !important;
  }

  .side_kf_box {
    bottom: 30px;
    right: 16px;
  }

  .side_kf_item {
    width: 42px;
  }

  .wrap,
  .wrap_max {
    padding: 0 16px;
    max-width: 100%;
  }

  .pc_show {
    display: none !important;
  }

  .m_show {
    display: block !important;
  }

  .btn_sx,
  .btn_kx,
  .btn_sx_deep,
  .btn_dis {
    font-size: 16px;
    padding: 10px 20px;
    height: 46px;
    border-radius: 6px;
  }

  .btn_sx:hover {
    background: #69d84f;
  }

  .footer_msg {
    padding: 24px 0 0;
  }

  .breadcrumb_box {
    height: auto;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }

  .breadcrumb_box a,
  .breadcrumb_box i,
  .breadcrumb_box>span {
    margin-bottom: 8px;
  }

  .header_cnt {
    height: 52px;
  }

  .logo_img {
    width: 83px;
  }

  .side_KF {
    width: 40px !important;
    height: 40px;
    right: 16px;
    bottom: 16px;
  }

  .side_KF img {
    width: 25px;
  }

  .side_KF span {
    display: none !important;
  }

  .side_menu {
    position: fixed;
    top: 50px;
    width: 100%;
    left: 0;
    z-index: 666;
    padding: 0 0 10px;
    border-radius: 0 !important;
    /* display: none; */
    overflow-y: scroll;
    max-height: 80vh;
  }

  .side_menu .el-dropdown {
    width: 100%;
  }

  .side_menu li {
    margin-bottom: 0;
  }

  .side_menu button {
    padding: 16px;
    font-size: 14px;
    color: #555b6c;
  }

  .side_menu button img {
    margin-right: 12px;
  }

  /* .side_menu button.active {
    background: #f9fafb;
  } */

  .page_body {
    padding-top: 80px;
  }

  .center_body_cnt {
    margin-left: 0;
    width: 100%;
  }

  .center_body_h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .card_sty {
    border-radius: 8px;
  }

  .noData {
    min-height: 250px;
    padding: 16px;
  }

  .noData svg {
    height: 60px;
  }

  .font_52,
  .FONT_Small .font_52 {
    font-size: 30px;
    line-height: 1.3;
  }

  .detail_header {
    padding: 0;
  }

  .header_item span {
    display: none;
  }

  .header_item {
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    padding: 6px;
    margin-right: 16px;
  }

  .detail_box {
    flex-direction: column;
  }

  .detail_dl {
    margin: 0 0 20px 0;
    width: 100%;
  }

  .detail_h3 {
    padding: 20px 16px 12px;
    font-size: 16px;
  }

  .detail_dl_cnt .d_head>div {
    padding: 6px 10px 10px;
  }

  .detail_dl_cnt>div>div {
    padding: 12px 10px;
  }

  .detail_dl_cnt .d_body>div:nth-child(2) {
    padding: 12px 10px;
  }

  .detail_btn_box {
    padding: 16px;
  }

  .detail_btn_box .btn_box {
    padding: 16px 0;
  }

  .detail_btn_box .btn_box button {
    height: 46px;
    min-width: 180px;
  }

  .detail_dr_head>h3 {
    font-size: 16px;
    line-height: 1.2;
  }

  .detail_dr_head {
    padding: 16px;
  }

  .detail_dl_cnt .d_body .d_r span {
    display: none;
  }

  .detail_dl_cnt>div>div:nth-child(1) {
    width: 100px;
  }

  .detail_dl_cnt>div>div:nth-child(2) {
    width: calc(100% - 166px);
  }

  .detail_dl_cnt>div>div:nth-child(3) {
    width: 66px;
  }

  .detail_dl_cnt .d_body {
    font-size: 12px;
  }

  .detail_dr_head .s1 {
    font-size: 14px;
  }

  .detail_dr_ul li>div {
    padding: 12px 10px;
  }

  .honor_mask_cnt>.btn_box .btn_s {
    height: auto;
    font-size: 14px;
    padding: 6px 12px;
    text-align: center;
    min-height: 46px;
  }

  .mask_sty_cnt_head {
    padding: 20px 12px 12px;
  }

  .mask_sty_cnt_head span {
    font-size: 16px;
  }

  .mask_sty_cnt_box {
    padding: 0px 12px 20px;
    max-height: 65vh;
  }

  .mask_sty_cnt_login_box {
    padding-top: 16px;
  }

  .downloadAlert_box {
    border-radius: 8px;
    border: 1px solid #EAECF0;
  }

  .downloadAlert_box .download_tit {
    padding: 12px;
    font-size: 14px;
  }

  .downloadAlert_box .download_tit .img_logo {
    width: 36px;
    height: 36px;
    margin-right: 6px;
  }

  .downloadAlert_box .download_cnt {
    padding: 0 12px;
  }

  .downloadAlert_box .download_flex ul li {
    padding: 12px 0;
  }

  .downloadAlert_box .download_h4 {
    margin-bottom: 8px;
  }

  .downloadAlert_box .download_flex button {
    width: calc(50% - 10px);
    margin: 0;
  }

  .downloadAlert_box .download_flex ul li>.btn_box {
    justify-content: space-between;
  }

  .downloadAlert_box .download_more {
    padding: 12px 0;
  }

  .side_community_icon {
    left: 16px;
  }

  .side_community_num {
    left: 34px;
  }
  
}