.text-success {
  color: #0DB545;
}

.text-primary {
  color: #797979;
}

.text-info {
  color: #012FA7;
}

.text-theme {
  color: #1664FF;
}

.text-danger {
  color: #EB103C;
}

.btn {
  padding: 8px 18px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 8px;
  transition: all ease 0.2s;
}

.tkbtn-primary {
  background-color: #1664FF;
  color: #fff;
}
.tkbtn-primary:hover, .tkbtn-primary:focus, .tkbtn-primary:hover:focus {
  background-color: #fff;
  color: #1664FF;
  box-shadow: 0 0 0 1px #1664FF;
}

.tkbtn-primary-ov {
  background-color: #fff;
  color: #1664FF;
}
.tkbtn-primary-ov:hover, .tkbtn-primary-ov:focus, .tkbtn-primary-ov:hover:focus {
  color: #012FA7;
}

.btn-text-pri {
  color: #797979;
  border: none;
  white-space: nowrap;
}
.btn-text-pri:hover {
  color: #012FA7;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a, header, footer, section, nav {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

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

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

input:focus {
  outline: none;
}

img.img {
  display: block;
  width: 100%;
}

.img-addon img.img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

button,
button:hover,
button:focus,
button:hover:focus,
button:active:focus {
  background-color: transparent;
  outline: none !important;
  box-shadow: none;
}

@font-face {
  font-family: "icomoon";
  src: url("/assets/fonts/icomoon.eot?8hbq5w");
  src: url("/assets/fonts/icomoon.eot?8hbq5w#iefix") format("embedded-opentype"), url("/assets/fonts/icomoon.ttf?8hbq5w") format("truetype"), url("/assets/fonts/icomoon.woff?8hbq5w") format("woff"), url("/assets/fonts/icomoon.svg?8hbq5w#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=tkic-], [class*=" tkic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tkic-wallet:before {
  content: "\e900";
}

.tkic-account:before {
  content: "\e901";
}

.tkic-dashboard:before {
  content: "\e902";
}

.pc_hd {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .pc_hd {
    display: block !important;
  }
  .mob_hd {
    display: none !important;
  }
}
.row {
  margin: 0 -9px;
}

[class^=col-md-] {
  padding: 0 9px;
}

body {
  padding-top: 66px;
  background-color: #f1f1f1;
}

.navbar.page-navbar {
  background-color: #000;
}
.navbar.page-navbar .navbar-brand {
  height: 66px;
  padding: 21px 30px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}
.navbar.page-navbar .navbar-brand span {
  margin-left: 12px;
  padding-left: 12px;
  position: relative;
}
.navbar.page-navbar .navbar-brand span::before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 7px;
}
.navbar.page-navbar .navbar-right {
  padding: 23px 30px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.navbar.page-navbar .navbar-right a {
  color: inherit;
  font-size: inherit;
  margin-left: 16px;
}
.navbar.page-navbar .navbar-right a:hover {
  color: #1664FF;
}

main.content {
  padding: 0;
}

.page-side {
  width: 200px;
  height: calc(100vh - 70px);
  overflow: auto;
}
.page-side .sidenav {
  background-color: #f1f1f1;
  height: calc(100% - 50px);
}
.page-side .list-group > li {
  color: #141414;
}
.page-side .list-group > li.active .menu-head {
  background-color: rgba(22, 100, 255, 0.04);
  color: #1664FF;
  font-weight: 700;
  box-shadow: inset 2px 0 0px;
}
.page-side .list-group > li > a {
  font-size: 14px;
  line-height: 24px;
  color: #80899E;
  display: flex;
  font-weight: 500;
  align-items: center;
  padding: 12px 24px;
}
.page-side .list-group > li > a [class^=tkic-] {
  font-size: 20px;
}
.page-side .list-group > li > a span {
  margin: 0 auto 0 8px;
}
.page-side .list-group .nav-second-level a {
  padding: 9px 0 9px 56px;
  font-size: 14px;
  line-height: 24px;
  color: #797979;
  display: block;
  transition: all ease 0.2s;
}
.page-side .list-group .nav-second-level a:hover, .page-side .list-group .nav-second-level a.active {
  color: #1664FF;
}
.page-side .list-group .nav-second-level li.active a {
  color: #1664FF;
  font-weight: 700;
}

.page-main {
  margin-left: 218px;
  margin-top: 18px;
  margin-right: 18px;
  height: calc(100vh - 106px);
  overflow: auto;
}
.page-main .page-row {
  display: flex;
  gap: 18px;
}
.page-main .page-row + .page-row {
  margin-top: 18px;
}
.page-main .panel-section {
  border-radius: 12px;
  padding: 24px;
  background-color: #fff;
}
.page-main .panel-section + .panel-section {
  margin-top: 24px;
}
.page-main .panel-section .head {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #141414;
}

.page-narrow-container {
  max-width: 960px;
  margin-inline: auto;
}

@media screen and (max-width: 991px) {
  .page-side {
    position: fixed;
    left: -220px;
    z-index: 12;
  }
  .page-main {
    margin-left: 16px;
  }
}
.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

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

.items-center {
  align-items: center;
}

.gap-6 {
  gap: 24px;
}

.mt-05 {
  margin-top: 2px;
}

.mt-1 {
  margin-top: 4px;
}

.mt-4_5 {
  margin-top: 18px;
}

.mt-6 {
  margin-top: 24px;
}

.mt-9 {
  margin-top: 36px;
}

.px-row {
  padding-left: 15px;
  padding-right: 15px;
}

.text-tip {
  font-size: 14px;
  line-height: 24px;
  color: #80899E;
}

.text-number {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #141414;
}

.icon_round {
  background-color: rgba(22, 100, 255, 0.08);
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon_round img {
  width: 18px;
  height: 18px;
}

.cm-table .fixed-table-container {
  border: none;
}
.cm-table .bootstrap-table .table {
  border-bottom: none;
}
.cm-table .table-theme {
  word-break: break-all;
}
.cm-table .table-theme thead th .th-inner,
.cm-table .table-theme tbody td .th-inner,
.cm-table .table-theme tbody tr td .inner {
  padding: 12px 14px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.cm-table .table-theme thead {
  background: rgba(22, 100, 255, 0.04);
  color: #141414;
  border-radius: 8px;
  overflow: hidden;
}
.cm-table .table-theme thead th {
  border-left: none !important;
  border-bottom: none !important;
}
.cm-table .table-theme thead th:nth-child(1) {
  padding-left: 10px !important;
}
.cm-table .table-theme tbody tr td:nth-child(1) {
  padding-left: 24px !important;
}
.cm-table .table-theme tbody tr td {
  vertical-align: middle;
  text-align: center;
  border-left: none;
}
.cm-table .no-records-found .empty {
  color: #141414;
  font-size: 12px;
  line-height: 16px;
  min-height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cm-table .no-records-found .empty .img {
  width: 80px;
  height: 80px;
  margin: 0 auto 2px;
}
.cm-table .no-records-found:hover {
  background-color: #fff;
}
.cm-table .fixed-table-pagination {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-bottom: 18px;
}
.cm-table .fixed-table-pagination > div:nth-child(1) {
  display: flex;
  align-items: center;
}
.cm-table .fixed-table-pagination .pagination a {
  background: #f1f1f1;
  border-color: #f1f1f1;
  margin: 0 2px;
  border-radius: 2px;
  transition: all ease 0.2s;
  padding: 1px 7px;
  font-size: 14px;
}
.cm-table .fixed-table-pagination .pagination a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #012FA7;
}
.cm-table .fixed-table-pagination .pagination li.active a {
  border-color: #012FA7;
  background-color: #fff;
  color: #012FA7;
}
.cm-table .fixed-table-pagination .page-list .btn-group {
  background-color: #f1f1f1;
  border-radius: 2px;
}
.cm-table .fixed-table-pagination .contact {
  margin-left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  background-color: #012FA7;
  line-height: 24px;
  font-size: 8px;
  text-align: center;
  color: #fff;
  position: relative;
}
.cm-table .fixed-table-pagination .contact::before {
  content: "\e900";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.cm-table .fixed-table-pagination .contact::after {
  content: "";
  width: 177px;
  height: 240px;
  box-shadow: 0 0 0 1px #f1f1f1;
  background: url(/assets/img/service_code_.jpg) no-repeat center/cover;
  position: absolute;
  top: -265px;
  right: 0;
  display: none;
  z-index: 999;
}
.cm-table .fixed-table-pagination .contact:hover::after {
  display: block;
}
.cm-table .fixed-table-pagination .jumpto {
  display: inline-flex;
  margin-right: 16px;
  align-items: center;
}
.cm-table .fixed-table-pagination .jumpto input {
  height: 24px;
  padding: 2px 8px;
  background-color: #f1f1f1;
  border-radius: 2px;
  border-color: #f1f1f1;
}
.cm-table .fixed-table-pagination .jumpto .btn {
  padding: 0;
}
.cm-table .fixed-table-pagination .btn-group > .btn:first-child {
  padding: 1px 8px;
}
.cm-table .fixed-table-pagination .dropdown-menu {
  min-width: 100px;
}
.cm-table .fixed-table-pagination .dropdown-menu > li > a {
  padding: 3px 9px;
  padding-bottom: 10px;
  line-height: 1;
}

.layer-tk {
  border-radius: 12px;
}
.layer-tk .layui-layer-title {
  padding: 36px 36px 0;
  height: 66px;
  color: #141414;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  border: none;
}
.layer-tk .layui-layer-content {
  padding: 30px 36px;
}
.layer-tk .layui-layer-setwin {
  right: 30px;
  top: 40px;
}

.layui-layer .layui-layer-setwin {
  top: 36px;
  right: 36px;
}
.layui-layer .layui-layer-setwin .layui-layer-close2 {
  background-position: 0 -40px;
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  font-size: 12px;
  right: 0;
  top: 0;
  filter: invert(1);
}
.layui-layer .layui-layer-setwin .layui-layer-close2:hover {
  background-position: 0 -40px;
  opacity: 0.7;
}

@media screen and (max-width: 991px) {
  .layer-cus-page .layui-layer-title {
    padding: 24px 18px 0;
    height: 56px;
  }
  .layer-cus-page .layui-layer-content {
    padding: 24px 18px;
    width: auto;
    max-width: initial;
    min-width: 300px;
  }
  .layer-cus-page .layui-layer-setwin {
    right: 18px;
    top: 28px;
  }
  .layui-layer.pop-scan {
    width: 345px;
    background-color: #fff;
  }
  .layui-layer.pop-scan .box {
    flex-direction: column;
    padding: 64px 24px;
    background-color: #fff;
    font-size: 20px;
    line-height: 30px;
    color: #797979;
  }
  .layui-layer.pop-scan .logo {
    padding: 0;
  }
  .layui-layer.pop-scan .logo .logo-inner {
    display: flex;
  }
  .layui-layer.pop-scan .logo .img-addon {
    width: 144px;
    height: 36px;
    margin-bottom: 12px;
  }
  .layui-layer.pop-scan .logo .logo-info {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
    font-weight: 400;
  }
  .layui-layer.pop-scan .logo .logo-info div {
    font-weight: 900;
    font-size: 18px;
    line-height: 28px;
    color: #141414;
  }
  .layui-layer.pop-scan .logo .wechat-code {
    width: 100px;
    height: 100px;
    margin-bottom: 32px;
    padding: 4px;
    background-color: #012FA7;
    border-radius: 12px;
    margin-left: 10px;
  }
  .layui-layer.pop-scan .logo .wechat-code .img-addon {
    width: 92px;
    height: 92px;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
    position: relative;
  }
  .layui-layer.pop-scan .logo .wechat-code .img-addon .img {
    width: 122%;
    height: auto;
    top: -40%;
    position: absolute;
    left: -10%;
  }
  .layui-layer.pop-scan .logo .card-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 32px;
    line-height: 44px;
    font-weight: 900;
    width: 100%;
  }
  .layui-layer.pop-scan .logo .card-info {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .layui-layer.pop-scan .logo .card-info span {
    display: block;
    font-weight: 900;
    color: #141414;
  }
  .layui-layer.pop-scan .logo .card-name {
    color: #141414;
  }
  .layui-layer.pop-scan .layui-layer-setwin {
    top: 24px;
    right: 24px;
  }
}
.layer-cus-img .layui-layer-content {
  height: 300px;
  width: 440px;
  overflow: hidden;
  width: 50vw;
  height: 33vw;
  max-width: 600px;
  min-width: 300px;
  min-height: 200px;
  max-height: 400px;
}
.layer-cus-img .layui-layer-setwin {
  top: 2px;
  right: 2px;
}
.layer-cus-img .img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.dropdown-menu > li.active > a, .dropdown-menu > li.active > a:hover, .dropdown-menu > li.active > a:focus {
  background-color: #012FA7;
}
.dropdown-menu > li > a {
  font-size: 15px;
  padding: 6px 14px !important;
}

form .form-inline .form-control {
  width: 100%;
  height: 48px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  border-radius: 8px;
}
form .form-inline .datetimerange {
  border: none;
}
form .form-group {
  margin-bottom: 12px;
}
form .form-group .control-label {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  color: #141414;
  text-align: left;
  padding-right: 0;
  font-weight: 400;
}
form .form-group .bootstrap-select {
  min-height: 28px;
}
form .form-group .bootstrap-select .bs-placeholder {
  min-height: 28px;
}
form .form-group .bootstrap-select, form .form-group .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
form .form-group .bootstrap-select > .dropdown-toggle {
  border-color: #dedede;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 26px;
}
form .form-group .bootstrap-select > .dropdown-toggle:hover {
  border: 1px solid #012FA7;
}
form .form-group .bootstrap-select > .dropdown-toggle:focus {
  outline: none !important;
  border: 1px solid #dedede;
}
form .form-group p {
  color: #141414;
  font-size: 12px;
  line-height: 16px;
}
form .form-group .btn-iptFile {
  position: relative;
  width: 96px;
  height: 88px;
  background-color: #fff;
  margin-top: 8px;
}
form .form-group .btn-iptFile div {
  color: #141414;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 0;
  top: 23px;
  right: 0;
}
form .form-group .btn-iptFile div span:nth-child(1) {
  font-size: 16px;
  line-height: 16px;
}
form .form-group .btn-iptFile div.img-addon {
  top: 0;
  bottom: 0;
}
form .form-group .btn-iptFile div.img-addon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
form .form-group .btn-iptFile button {
  position: absolute;
  background-color: transparent;
  outline: none;
  border: 1px dashed #dedede;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  font-size: 0;
  color: transparent;
}
form .form-group .btn-iptFile button:hover {
  border-color: #012FA7;
}
form .form-group[data-vali=required] .control-label::before {
  content: "*";
  color: #EB103C;
  margin-right: 4px;
}
form .form-check-line {
  display: flex;
  align-items: center;
  min-height: 28px;
}
form .form-check-line .checkbox-out {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
form .form-check-line .checkbox-out input[type=radio], form .form-check-line .checkbox-out input[type=checkbox] {
  margin: 0 8px 0 0;
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 2px;
  box-shadow: 0px 0px 0px 1px #dedede;
}
form .form-check-line .checkbox-out input[type=radio]:checked, form .form-check-line .checkbox-out input[type=checkbox]:checked {
  box-shadow: 0px 0px 0px 1px #012FA7;
  position: relative;
}
form .form-check-line .checkbox-out input[type=radio]:checked::before, form .form-check-line .checkbox-out input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  display: block;
  background-color: #012FA7;
  top: 3px;
  left: 3px;
  border-radius: 50px;
}
form .form-check-line .checkbox-out input[type=radio]:focus, form .form-check-line .checkbox-out input[type=checkbox]:focus {
  outline: none;
}
form .form-check-line .checkbox-out input[type=radio] {
  border-radius: 50px;
}
form .form-check-line .checkbox-out:hover input[type=radio], form .form-check-line .checkbox-out:hover input[type=checkbox] {
  box-shadow: 0px 0px 0px 1px #012FA7;
}
form .form-check-line .checkbox-out label {
  font-weight: 400;
}
form .form-ipt-line {
  border: 1px solid #dedede;
  position: relative;
  transition: all ease 0.2s;
  border-radius: 8px;
  overflow: hidden;
}
form .form-ipt-line .input-group {
  width: 100%;
}
form .form-ipt-line:hover {
  border: 1px solid #012FA7;
}
form .form-ipt-line:focus {
  outline: none !important;
  border: 1px solid #dedede;
}
form .form-ipt-line .form-control {
  width: calc(100% - 50px);
}
form .form-ipt-line .limit-bx {
  position: absolute;
  top: 2px;
  right: 12px;
  color: #dedede;
}
form .layer-footer {
  margin-top: 14px;
}
form .layer-footer .btn + .btn {
  margin-left: 12px;
}
form #bc_list {
  margin-top: 3px;
}
form .form-tip-box {
  margin-top: 12px;
  padding-left: 24px;
  position: relative;
}
form .form-tip-box::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: url(/assets/img/icon/icon_tip.svg), no-repeat, center/cover;
}
form .form-tip-box .form-tip {
  font-size: 12px;
  line-height: 18px;
  color: #A8A8A8;
}

form.cus-form {
  min-width: 1106px;
  overflow: auto;
}
form.cus-form .form-width {
  max-width: 956px;
  margin-inline: auto;
}
form.cus-form .form-group {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
}
form.cus-form .form-group .control-label {
  width: 204px;
  text-align: right;
  font-size: 16px;
  line-height: 26px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
form.cus-form .form-group .form-inline {
  width: 744px;
}
form.cus-form .form-line {
  display: flex;
  justify-content: space-between;
}
form.cus-form .form-line .form-group .form-inline {
  width: 280px;
}
form.cus-form .form-line .form-group:nth-child(2) .control-label {
  width: -moz-fit-content;
  width: fit-content;
}

.fileter-form {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 15px;
}
.fileter-form .form-group {
  margin-bottom: 0;
}
.fileter-form .form-group.tool-box {
  grid-column: -2/-1;
  justify-self: end;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.form-tool-box {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 12px;
}

.bind_mobile_popup {
  background: rgba(0, 0, 0, 0.4392156863);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bind_mobile_popup .bind_mobile_inner {
  padding: 48px;
  background: #fff;
  border-radius: 12px;
}
.bind_mobile_popup #btn-bindp {
  width: 100%;
}
.bind_mobile_popup .bind_mobile_popup_title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 16px;
}

.layer-scanwechat {
  text-align: center;
  border-radius: 24px;
}
.layer-scanwechat .scan-box .img-code-box {
  margin-top: 96px;
  margin-bottom: 36px;
  width: 260px;
  height: 260px;
  border: 2px solid #1664FF;
  border-radius: 16px;
  margin-inline: auto;
  position: relative;
}
.layer-scanwechat .scan-box .img-code-box::before {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  background: #fff;
  top: 24px;
  bottom: 24px;
}
.layer-scanwechat .scan-box .img-code-box::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  background: #fff;
  top: -4px;
  bottom: -4px;
}
.layer-scanwechat .scan-box .icon {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin: 0 2px;
  display: inline-block;
  background-size: cover;
  background-image: url(/assets/img/icon/icon_wechat.png);
}
.layer-scanwechat #refreshBtn {
  position: absolute;
  z-index: 2;
  left: 12px;
  top: 12px;
  width: 236px;
  background-color: #e2e2e2;
  bottom: 12px;
  border: none;
  border-radius: 18px;
}/*# sourceMappingURL=common.css.map */