@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
table,
th,
td,
button {
  padding: 0;
  margin: 0;
}

fieldset,
img,
button {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul,
li {
  list-style: none;
}

caption,
th,
li,
dt,
dd,
p {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  text-align: left;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

a {
  color: #333333;
  text-decoration: none;
  outline: none;
  transition: all 0.25s ease-out;
}

/* a:hover{text-decoration:none;} */
/*a:hover{text-decoration:none;opacity:0.7;-moz-opacity:0.7;filter:alpha(opacity=70);}*/
/*a,a:hover{transition:all 0.3s ease 0s}*/
button {
  cursor: pointer;
  background-color: transparent;
}

input {
  outline: none;
  font-size: 14px;
  color: #333333;
}

em {
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

*:not(input) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  font-size: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  line-height: 1.5;
  min-width: 320px;
  /* background-color: #f4f5f7; */
  background-color: #fff;
}

#__nuxt {
  max-width: 500px;
  margin: 0 auto;
  border: 1px solid #e8e8e8;
  flex:1;
}
:root {
  --vhc: 1vh; /* 默认视口高度 */
}

.lang_class_en,
.lang_class_vn,
.lang_class_ms {
  font-family: 'Inter', sans-serif;
  height: 100vh;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  height: calc(var(--vhc, 1vh) * 100);
  flex-direction: column;
}

.lang_class_cn {
  font-family: 'Noto Sans SC', sans-serif;
  height: 100vh;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  height: calc(var(--vhc, 1vh) * 100);
  flex-direction: column;
}

.lang_class_zh {
  font-family: 'Noto Sans TC', sans-serif;
  height: 100vh;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  height: calc(var(--vhc, 1vh) * 100);
  flex-direction: column;
}

.left {
  float: left;
  display: inline;
}

.right {
  float: right;
  display: inline;
}

.center {
  margin: 0 auto;
  display: block;
}

.clear:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}

/* Hides from IE-mac \*/
* html .clear {
  height: 1%;
}

.clear {
  display: block;
}

/* End hide from IE-mac */

/*设置palceholder属性*/
input::-webkit-input-placeholder {
  color: #cbcddb;
}

input::-moz-placeholder {
  color: #cbcddb;
}

/* firefox 19+ */
input:-ms-input-placeholder {
  color: #cbcddb;
}

/* ie */
input:-moz-placeholder {
  color: #cbcddb;
}

img {
  max-width: 100%;
}

.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.dis_ibk {
  display: inline-block;
}

.dis_none {
  display: none;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.pos_relative {
  position: relative;
}

.kefu_btn_click,
.scroll_top_btn_click {
  cursor: pointer;
  transition: all 0.25s ease-out;
}

.padding_100 {
  padding: 100px 0;
}

.padding_16 {
  padding: 0 16px;
}

.bor_bot_8 {
  border-bottom: 8px solid #f7f7f7;
}

.wrap {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 16px;
}

.btn_sty {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 11px;
  font-size: 17px;
  text-align: center;
  line-height: 24px;
  background: #e80000;
  color: #ffffff;
  border-radius: 8px;
  font-weight: 500;
  transition: border 0.2s ease, background-color 0.2s ease, color 0.15s ease;
  cursor: pointer;
  box-sizing: border-box;
  user-select: none;
}

.btn_kx {
  background-color: #ffffff;
  border: 1px solid #e80000;
  color: #e80000;
}

.btn_dis {
  background-color: #E4E6EA;
  border: 1px solid #E4E6EA;
  color: #ffffff;
}

.col_up {
  color: #e7182b !important;
}

.col_down {
  color: #13bc4c !important;
}

.bodyDownRed .col_up {
  color: #13bc4c !important;
}

.bodyDownRed .col_down {
  color: #e7182b !important;
}

.bg_down {
  background-color: #13bc4c !important;
}

.bg_up {
  background-color: #e7182b !important;
}

.bodyDownRed .bg_down {
  background-color: #e7182b !important;
}

.bodyDownRed .bg_up {
  background-color: #13bc4c !important;
}

.bg_down_opcity {
  background: rgba(19, 188, 76, 0.08) !important;
}

.bg_up_opcity {
  background: rgba(231, 24, 43, 0.08) !important;
}

.bodyDownRed .bg_down_opcity {
  background: rgba(231, 24, 43, 0.08) !important;
}

.bodyDownRed .bg_up_opcity {
  background: rgba(19, 188, 76, 0.08) !important;
}

.bg_FAFAFA {
  background-color: #fafafa;
}

.flex_cen_cen {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_sb_cen {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex_start_cen {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex_end_cen {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#chart_container iframe {
  height: 100% !important;
}

.bg_ffffff {
  background-color: #ffffff !important;
}

.bg_f5f5f5 {
  background-color: #f5f5f5;
}

.bg_f7f7f8 {
  background-color: #f7f7f8;
}

.bg_dfdfdf {
  background-color: #dfdfdf;
}

.bg_F0F2F5 {
  background-color: #F0F2F5;
  min-height: 100vh;
}


.bor_dfdfdf {
  border-color: #dfdfdf !important;
}

.el-loading-mask {
  z-index: 200 !important;
}

.el-scrollbar__bar {
  display: none !important;
}

.el-image {
  width: 100%;
}

.image-slot {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
  padding: 30px 0;
}

.el-message {
  min-width: auto !important;
}

.nuxt_content {
  padding-bottom: 52px;
  min-height: 100vh;
  box-sizing: border-box;
}

.nuxt_content.pb_0 {
  padding-bottom: 0;
}

.my-popup {
  display: flex;
  flex-direction: column;
  max-height: 65% !important;
}

.popup_alert_tit {
  padding: 16px;
  color: #919293;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  /* 20.7px */
  border-bottom: 1px solid #e4e6ea;
}

.popup_h2 {
  color: #212121;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 138%;
  /* 20.7px */
  margin-bottom: 8px;
}

.popup_alert_cnt {
  padding: 16px;
  color: #212121;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  /* 20.7px */
  flex: 1;
  overflow-y: scroll;
}

.van-overlay {
  max-width: 500px;
  right: 0;
  margin: 0 auto;
}

.van-popup {
  max-width: 500px;
  right: 0;
  margin: 0 auto;
}

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

@media only screen and (max-width: 450px) {
  #__nuxt {
    border: 0;
  }
}