@charset "utf-8";
@font-face {
  font-family: "douyuFont";
  src: url("douyuFont-2.otf") format("opentype");
}

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;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

b {
  font-weight: normal;
}

button {
  cursor: pointer;
  outline: none;
  background-color: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
}

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: inherit;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
}

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

a:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
}

input {
  outline: none;
}

em {
  font-style: normal;
}

.page-enter-active,
.page-leave-active {
  transition: opacity 0.8s;
}

.page-enter,
.page-leave-active {
  opacity: 0;
}

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

/* * {margin: 0;padding: 0;font: inherit;} */
i {
  font-style: normal;
}

.news_content i {
  font-style: italic;
}

body {
  max-width: 100vw;
  /* overflow-x: hidden; */
  font-size: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  line-height: 1.5;
  min-width: 320px;
  font-family: PingFang HK;
}

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

.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;
}

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

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

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

/* ie */
img {
  max-width: 100%;
  height: auto;
}

.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;
}

.text_left {
  text-align: left;
}

.pos_relative {
  position: relative;
}

.padding_100 {
  padding: 100px 0;
}

.padding_80 {
  padding: 80px 0;
}

.padding_50 {
  padding: 50px 0;
}

.wrap {
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 28px;
}

.btn_sty {
  /* display: inline-block; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 12px 20px;
  text-align: center;
  font-weight: 500;
  border: 1px solid transparent;
  background: none;
  border-radius: 8px;
  transition: border 0.2s ease, background-color 0.2s ease, color 0.15s ease;
  cursor: pointer;
  box-sizing: border-box;
  user-select: none;
  outline: none;
  line-height: 1.5;
}

.btn_kx {
  color: #2955a5;
  border-color: #2955a5;
}

.btn_kx:hover {
  background: #2955a5;
  border-color: #2955a5;
  color: #ffffff;
}

.btn_sx {
  background: #2955a5;
  border-color: #2955a5;
  color: #ffffff;
}

.btn_sx:hover {
  color: #ffffff;
  background: #1977ef;
  border-color: #1977ef;
}

.btn_kx:active,
.btn_sx:active {
  color: #ffffff;
  background: #125cb9;
  border-color: #125cb9;
}

.btn_sty,
.btn_sty:active,
.btn_sty:focus,
.btn_sty:hover {
  /*text-decoration: none;*/
  /*background-color: #f34a2e;*/
}

.btn_sty:active {
  transition: border 0.2s ease, background-color 0.2s ease;
}

.btn_sty:active svg {
  opacity: 0.7;
}
.link_a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f59f00;
  font-size: 16px;
  span {
    margin-right: 3px;
  }
}
.b_hover b,
.b_hover b1,
.b_hover b2,
.b_hover b3,
.b_hover b4,
.b_hover b5,
.b_hover b6 {
  color: #f59f00;
  text-decoration: underline;
  cursor: pointer;
}
.b_hover b:hover,
.b_hover b1:hover,
.b_hover b2:hover,
.b_hover b3:hover,
.b_hover b4:hover,
.b_hover b5:hover,
.b_hover b6:hover,
.link_a:hover {
  color: #c79300;
}

.col_up {
  color: #f44550 !important;
}

.col_down {
  color: #18bb66 !important;
}

.col_FFFFFF {
  color: #ffffff !important;
}

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

.bg_down {
  background-color: #eefcf5 !important;
}
.bg_up_deep {
  background-color: #f44550 !important;
}

.bg_down_deep {
  background-color: #18bb66 !important;
}

.bg_F9FAFB {
  background-color: #f9fafb;
}

.flex_cen_cen {
  display: flex;
  justify-content: center;
  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;
}

.flex_sb_cen {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 字体字号 */
.banner_48 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.96px;
}
.title_44 {
  font-size: 44px;
  font-weight: 600;
}
.desp_18 {
  font-size: 18px;
  color: #666;
}

.loading_box {
  width: 100%;
  height: 200px;
}
.m_show {
  display: none !important;
}
@media only screen and (max-width: 450px) {
  .m_show {
    display: block !important;
  }
  .pc_show {
    display: none !important;
  }
  .banner_48 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0px;
  }
  .title_44 {
    font-size: 20px;
  }
  .desp_18 {
    font-size: 14px;
  }
  .lang_class_en .desp_20,
  .lang_class_vn .desp_20,
  .lang_class_th .desp_20,
  .lang_class_es .desp_20,
  .lang_class_pt .desp_20 {
    font-size: 14px;
  }
  .link_a {
    font-size: 14px;
  }
  .cookies-block {
    padding: 15px 16px !important;
  }

  .wrap {
    padding: 0 16px !important;
  }

  .padding_100 {
    padding: 50px 0;
  }
  .padding_80 {
    padding: 30px 0;
  }

  .pub_tit_1 {
    font-size: 27px;
  }

  a:hover {
    text-decoration: inherit !important;
  }

  .btn_kx:hover {
    color: #1977ef !important;
    background: #ffffff !important;
    border-color: #1977ef !important;
  }

  .btn_sx:hover {
    background: #4396ff !important;
    border-color: #4396ff !important;
    color: #ffffff !important;
  }
}

/*webkit内核*/
.scroll_bar_hidden::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.scroll_bar_hidden::-webkit-scrollbar-button {
  background-color: rgba(0, 0, 0, 0);
}

.scroll_bar_hidden::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

.scroll_bar_hidden::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
}

.scroll_bar_hidden::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
}

.scroll_bar_hidden::-webkit-scrollbar-corner {
  background-color: rgba(0, 0, 0, 0);
}

.scroll_bar_hidden::-webkit-scrollbar-resizer {
  background-color: rgba(0, 0, 0, 0);
}

.scroll_bar_hidden::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/*o内核*/
.scroll_bar_hidden .-o-scrollbar {
  -moz-appearance: none !important;
  background: rgba(0, 255, 0, 0) !important;
}

.scroll_bar_hidden::-o-scrollbar-button {
  background-color: rgba(0, 0, 0, 0);
}

.scroll_bar_hidden::-o-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

.scroll_bar_hidden::-o-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
}

.scroll_bar_hidden::-o-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
}

.scroll_bar_hidden::-o-scrollbar-corner {
  background-color: rgba(0, 0, 0, 0);
}

.scroll_bar_hidden::-o-scrollbar-resizer {
  background-color: rgba(0, 0, 0, 0);
}

/*IE10,IE11,IE12*/
.scroll_bar_hidden {
  -ms-scroll-chaining: chained;
  -ms-overflow-style: none;
  -ms-content-zooming: zoom;
  -ms-scroll-rails: none;
  -ms-content-zoom-limit-min: 100%;
  -ms-content-zoom-limit-max: 500%;
  -ms-scroll-snap-type: proximity;
  -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
  -ms-overflow-style: none;
  overflow: auto;
}

@media only screen and (max-width: 500px) {
  .PUBLIC_help_center .el-collapse-item__header {
    font-size: 13px;
    min-height: 48px;
  }

  .PUBLIC_help_center .el-collapse-item__content {
    font-size: 13px;
  }

  .linkType_support {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    padding-top: 30px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.75);
  }

  .linkType_support_close {
    top: 0;
  }
}
