:root {
  --font_family_sans_serif: BinancePlex, Arial, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --container_width: 750px;
  --black: #000;
  --red: #CD001D;
  --text_black: #1E2329;
  --white: #fff;
  --light_yellow: #EEDAAA;
  --menu_bg: linear-gradient(to right, #000 0%, #252054 100%);
  --yellow: #ffc5c9;
  --brown: #000;
  --light_brown: #ffc5c9;
  --normal_img_size1: 165px;
  --title_color: #ff6277;
  --gary: #8E8E8E;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
span,
label blockquote,
th,
td,
select {
  font-family: var(--font_family_sans_serif);
}

body {
  background: var(--white);
  line-height: 1.2;
}
body * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.5px;
  line-height: 1.3;
  letter-spacing: 1px;
}
body ::after,
body ::before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.body_hidden {
  overflow: hidden !important;
  scroll-behavior: none;
  overflow-y: hidden;
}

img {
  margin: auto;
  max-width: 100%;
  display: block;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=url],
input[type=number],
input[type=file],
input[type=date],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: var(--white);
  display: inline-block;
  outline: 0;
  text-decoration: none;
  width: 100%;
  color: var(--text_black);
}

select {
  -moz-appearance: auto;
  -webkit-appearance: auto;
  -ms-appearance: auto;
  appearance: auto;
}

button {
  outline: none;
  cursor: pointer;
}
button:disabled {
  pointer-events: none;
}

.form_control.selector:disabled,
.form_control.selector[readonly] {
  background-color: var(--white);
}

table th,
table td {
  text-align: inherit;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_nowrap {
  white-space: nowrap;
}

.word_bk_all {
  word-break: break-all;
}

.f_24 {
  font-size: 24px;
}

.f_22 {
  font-size: 22px;
}

.f_20 {
  font-size: 20px;
}

.f_18 {
  font-size: 18px;
}

.f_16 {
  font-size: 16px;
}

.f_15 {
  font-size: 15px;
}

.f_14 {
  font-size: 14px;
}

.f_13 {
  font-size: 13px;
}

.f_12 {
  font-size: 12px;
}

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.flex_warp {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_align_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_cont_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_cont_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.flex_equally {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex_between {
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_fill {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

.flex_row {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}

.flex_dire {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cur_pointer {
  cursor: pointer;
}

.f_weight {
  font-weight: bolder;
}

.form_group {
  margin-bottom: 0.5rem;
}

.form_label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.2;
  display: inline-block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.d_none {
  display: none;
}

.pointer_none {
  pointer-events: none !important;
}

.pos_relat {
  position: relative;
}

.pos_absolute {
  position: absolute;
}

.align_middle {
  vertical-align: middle !important;
}

.d_inline_block {
  display: inline-block !important;
}

.btn:focus {
  box-shadow: none;
}

.mybtn {
  display: inline-block;
  padding: 7px 14px;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.mybtn:hover, .mybtn:focus {
  color: #fff;
  box-shadow: none;
  opacity: 0.85;
}
.mybtn[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=80);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.85;
  pointer-events: none;
}

.mybtn_xs {
  padding: 3px 12px;
  font-size: 13px;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  line-height: 1;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

.mybtn_default {
  color: #fff;
  background-color: #033975;
  transition: background-color 0.15s;
  border-color: #033975;
}
.mybtn_default:hover, .mybtn_default:focus, .mybtn_default.focus, .mybtn_default:active, .mybtn_default.active, .open > .mybtn_default.dropdown-toggle {
  color: #fff;
  background-color: #033975;
  border-color: #02264d;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) !important;
  overflow: hidden;
  outline: 0;
}
.mybtn_default:active, .mybtn_default.active, .open > .mybtn_default.dropdown-toggle {
  background-image: none;
}
.mybtn_default.disabled, .mybtn_default.disabled:hover, .mybtn_default.disabled:focus, .mybtn_default.disabled.focus, .mybtn_default.disabled:active, .mybtn_default.disabled.active, .mybtn_default[disabled], .mybtn_default[disabled]:hover, .mybtn_default[disabled]:focus, .mybtn_default[disabled].focus, .mybtn_default[disabled]:active, .mybtn_default[disabled].active, fieldset[disabled] .mybtn_default, fieldset[disabled] .mybtn_default:hover, fieldset[disabled] .mybtn_default:focus, fieldset[disabled] .mybtn_default.focus, fieldset[disabled] .mybtn_default:active, fieldset[disabled] .mybtn_default.active {
  background-color: #033975;
  border-color: #033975;
}
.mybtn_default .badge {
  color: #033975;
  background-color: #fff;
}
.mybtn_default .bg {
  background-color: #fff;
}
.mybtn_default .font {
  color: #033975;
}

.badge_default {
  color: #fff;
  background: #033975;
}

.bg_default {
  background: #033975;
}

.font_default {
  color: #033975;
}

.mybtn_blue {
  color: #fff;
  background-color: #1079ed;
  transition: background-color 0.15s;
  border-color: #1079ed;
}
.mybtn_blue:hover, .mybtn_blue:focus, .mybtn_blue.focus, .mybtn_blue:active, .mybtn_blue.active, .open > .mybtn_blue.dropdown-toggle {
  color: #fff;
  background-color: #1079ed;
  border-color: #0d65c7;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) !important;
  overflow: hidden;
  outline: 0;
}
.mybtn_blue:active, .mybtn_blue.active, .open > .mybtn_blue.dropdown-toggle {
  background-image: none;
}
.mybtn_blue.disabled, .mybtn_blue.disabled:hover, .mybtn_blue.disabled:focus, .mybtn_blue.disabled.focus, .mybtn_blue.disabled:active, .mybtn_blue.disabled.active, .mybtn_blue[disabled], .mybtn_blue[disabled]:hover, .mybtn_blue[disabled]:focus, .mybtn_blue[disabled].focus, .mybtn_blue[disabled]:active, .mybtn_blue[disabled].active, fieldset[disabled] .mybtn_blue, fieldset[disabled] .mybtn_blue:hover, fieldset[disabled] .mybtn_blue:focus, fieldset[disabled] .mybtn_blue.focus, fieldset[disabled] .mybtn_blue:active, fieldset[disabled] .mybtn_blue.active {
  background-color: #1079ed;
  border-color: #1079ed;
}
.mybtn_blue .badge {
  color: #1079ed;
  background-color: #fff;
}
.mybtn_blue .bg {
  background-color: #fff;
}
.mybtn_blue .font {
  color: #1079ed;
}

.badge_blue {
  color: #fff;
  background: #1079ed;
}

.bg_blue {
  background: #1079ed;
}

.font_blue {
  color: #1079ed;
}

.mybtn.disabled,
.mybtn[disabled],
fieldset[disabled] .mybtn {
  cursor: not-allowed !important;
  filter: alpha(opacity=85);
  opacity: 0.85;
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */