@charset "UTF-8";
.jin-flash-details_time .jin-icon, .jin-flash-details_time span, .jin-flash_time, .jin-flash_icon, .jin-checkbox_label, .jin-checkbox_input, .jin-select_settings dt, .jin-select_settings dd {
  display: inline-block;
}

span.jin-flash_tag, .jin-flash_data-published, .jin-flash_data-wrap, .jin-flash_data-pubdate, .jin-flash_data-country, .jin-flash_text-tag:before, .jin-flash_text-tag:after, .jin-timeline_bar-item .jin-select:before, .jin-timeline .jin-time, .jin-checkbox_inner, .jin-checkbox_input input, .jin-select_kind-wrap h5 {
  position: absolute;
}

.jin-flash_data, .jin-flash_text-tag, .jin-flash_text.is-show-tag, .jin-flash_more-btn, .jin-flash_item, .jin-flash_wrap, .jin-flash_list, .jin-timeline, .jin-checkbox_input, .jin-checkbox, .jin-select_kind-wrap, .jin-select, .jin-switch {
  position: relative;
}

.jin-notification, .jin-flash_tag.is-hide, .jin-flash_more {
  opacity: 0;
}

.jin-notification.is-show, .jin-flash_more.is-show {
  opacity: 1;
}

.jin-flash-details_time .jin-icon, .jin-flash-details_time span, .jin-flash_time, .jin-flash_icon, .jin-checkbox_label, .jin-checkbox_input, .jin-select_settings dt, .jin-select_settings dd {
  vertical-align: middle;
}

.jin-notification, .jin-flash_tag.is-hide, .jin-flash_more {
  visibility: hidden;
  transition: opacity 300ms ease-out 0s, transform 300ms ease-out 0s;
}

.jin-notification.is-show, .jin-flash_more.is-show {
  visibility: visible;
}

.jin-flash_data-wrap::before, .jin-flash_data-text::before, .jin-select_universal-box::before, .jin-select_kind-wrap ul::before, .clearfix::before, .jin-flash_data-wrap::after, .jin-flash_data-text::after, .jin-select_universal-box::after, .jin-select_kind-wrap ul::after, .clearfix::after {
  content: "";
  display: table;
}
.jin-flash_data-wrap::after, .jin-flash_data-text::after, .jin-select_universal-box::after, .jin-select_kind-wrap ul::after, .clearfix::after {
  clear: both;
}

.news-remark_intro, .news-remark_title span, .miniprogram-remark_desc, .miniprogram-remark_title span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

body {
  margin: 0;
  font-size: 14px;
  font-family: "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Seogoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", sans-serif;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  background-color: #fff;
  min-height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
  text-decoration: none;
  color: #5073CC;
}
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  vertical-align: middle;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

optgroup {
  font-weight: bold;
}

input,
select,
textarea,
button {
  outline: 0;
}

textarea,
input {
  -webkit-user-modify: read-write-plaintext-only;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

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

td,
th {
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0;
}

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}

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

h1, h2, h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

i {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "iconfont";
  src: url("//cdn.jin10.com/assets/img/reference-page/iconfont/iconfont.eot");
  /* IE9 Compat Modes */
  src: url("//cdn.jin10.com/assets/img/reference-page/iconfont/iconfont.eot?#iefix") format("embedded-opentype"), url("//cdn.jin10.com/assets/img/reference-page/iconfont/iconfont.woff") format("woff"), url("//cdn.jin10.com/assets/img/reference-page/iconfont/iconfont.ttf") format("truetype"), url("//cdn.jin10.com/assets/img/reference-page/iconfont/iconfont.svg#iconfont") format("svg");
  /* Legacy iOS */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before {
  content: "\e62f";
}

.icon-charts:before {
  content: "\e626";
}

.icon-left:before {
  content: "\e632";
}

.icon-down:before {
  content: "\e7cb";
}

.icon-top:before {
  content: "\e605";
}

.icon-checked:before {
  content: "\e643";
}

.icon-right:before {
  content: "\e61a";
}

.icon-arrow-up:before {
  content: "\e78f";
}

.icon-arrow-down:before {
  content: "\e791";
}

.icon-star:before {
  content: "\e74a";
}

.icon-filter:before {
  content: "\e640";
}

.icon-hot:before {
  content: "\e7e4";
}

.icon-news:before {
  content: "\e69b";
}

.icon-remark-video:before {
  content: "\e68a";
}

.icon-remark-content:before {
  content: "\e689";
}

.icon-remark-image-text:before {
  content: "\e688";
}

.icon-remark-market:before {
  content: "\e687";
}

.icon-remark-link:before {
  content: "\e84c";
}

.jin-btn {
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  text-decoration: none;
}
.jin-btn:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}
.jin-btn.is-loading {
  color: transparent;
  background: url("//cdn.jin10.com/assets/img/loading-dark.svg") center no-repeat;
}
.jin-btn.is-loading:hover {
  background-color: none;
}

.jin-btn_mini {
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 1px;
  font-size: 12px;
  line-height: 1.75;
}

.jin-btn_primary {
  background-color: #4267C2;
}

.jin-btn_green {
  background-color: #50B24B;
}

.jin-btn_red {
  background-color: #E02D48;
}

.jin-btn_yellow {
  background-color: #efbc5b;
}

.jin-btn_plain-primary {
  color: #4267C2;
  border: 1px solid #4267C2;
}
.jin-btn_plain-primary:hover {
  background-color: #4267C2;
  color: #fff;
}

.jin-btn_plain-green {
  color: #50B24B;
  border: 1px solid #50B24B;
}
.jin-btn_plain-green:hover {
  background-color: #50B24B;
  color: #fff;
}

button.jin-btn, input.jin-btn {
  width: 100%;
  border-width: 0;
  outline: 0;
  -webkit-appearance: none;
}
button.jin-btn:focus, input.jin-btn:focus {
  outline: 0;
}
button.jin-btn_inline, button.jin-btn_mini, input.jin-btn_inline, input.jin-btn_mini {
  width: auto;
}
button.jin-btn_plain-primary, button.jin-btn_plain-default, input.jin-btn_plain-primary, input.jin-btn_plain-default {
  border-width: 1px;
  background-color: transparent;
}

.jin-tag {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  line-height: 1.66666667;
  color: #fff;
  background-color: #d3d9e9;
}

.jin-tag_small {
  padding-left: 4px;
  padding-right: 4px;
  line-height: 1.33333333;
  font-size: 12px;
}

.jin-tag_lucency {
  background-color: rgba(255, 255, 255, 0.2);
}

.jin-tag_trend em {
  font-style: normal;
}
.jin-tag_trend .jin-btn {
  position: relative;
  color: #50B24B;
  border: 1px solid #50B24B;
  padding-right: 3px;
  border-radius: 0;
}
.jin-tag_trend .jin-btn:hover {
  opacity: 1;
}
.jin-tag_trend .default .jin-btn {
  border: none;
  color: rgba(255, 255, 255, 0.7);
}
.jin-tag_trend .wuyingxiang .jin-btn {
  background-color: #FDA838;
  color: #fff;
}
.jin-tag_trend .wuyingxiang2 .jin-btn {
  color: #FDA838;
}
.jin-tag_trend .wuyingxiang .jin-btn, .jin-tag_trend .wuyingxiang2 .jin-btn {
  border-color: #FDA838;
}
.jin-tag_trend .wuyingxiang .jin-btn i, .jin-tag_trend .wuyingxiang2 .jin-btn i {
  display: none;
}
.jin-tag_trend .likong .jin-btn {
  background-color: #50B24B;
  color: #fff;
}
.jin-tag_trend .liduo2 .jin-btn {
  color: #E02D48;
}
.jin-tag_trend .liduo .jin-btn {
  background-color: #E02D48;
  color: #fff;
}
.jin-tag_trend .liduo2 .jin-btn, .jin-tag_trend .liduo .jin-btn {
  border-color: #E02D48;
}

.jin-switch {
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  user-select: none;
  background-clip: content-box;
  background-color: #fff;
  cursor: pointer;
}
.jin-switch small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 21px;
  position: absolute;
  top: 0;
  width: 21px;
}

.jin-switch_small {
  border-radius: 20px;
  height: 20px;
  width: 33px;
}
.jin-switch_small small {
  height: 20px;
  width: 20px;
}

.jin-switch_large {
  border-radius: 40px;
  height: 40px;
  width: 66px;
}
.jin-switch_large small {
  height: 40px;
  width: 40px;
}

.jin-select {
  display: flex;
  align-items: center;
  gap: 6px;
}
.jin-select span {
  color: rgba(255, 255, 255, 0.7);
  font-size: calc(14 / 13 * 1em);
}
.jin-select i {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: rgba(255, 255, 255, 0.7) transparent transparent transparent;
  transition: all 0.3s ease-in-out;
}
.jin-select.active i {
  transform: rotate(180deg);
}

.jin-select_settings dl {
  min-width: 125px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.jin-select_settings dl:first-child {
  padding-top: 5px;
}
.jin-select_settings dl:last-child {
  border-bottom: none;
  padding-bottom: 5px;
}
.jin-select_settings dt {
  margin-right: 25px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.jin-select_kind-title {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  font-size: 14px;
}

.jin-select_kind-wrap {
  width: 214px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 36px;
  margin-top: 10px;
  font-size: 12px;
}
.jin-select_kind-wrap:last-child {
  border-bottom: 0;
}
.jin-select_kind-wrap h5 {
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}
.jin-select_kind-wrap ul {
  margin-right: -15px;
}
.jin-select_kind-wrap li {
  float: left;
  margin-right: 15px;
}
.jin-select_kind-wrap .jin-checkbox {
  min-width: 48px;
  margin-bottom: 10px;
}

.jin-select_universal {
  margin-left: -15px;
  margin-right: -15px;
}

.jin-select_universal-box, .jin-select_universal-f {
  width: 241px;
}

.jin-select_universal-box .jin-universal_item {
  width: 100%;
  height: 36px;
  line-height: 35px;
  border: none;
  padding-right: 0;
  color: #57728b;
  text-align: left;
  padding-left: 24px;
  border-bottom: 1px solid #f1f1f1;
}
.jin-select_universal-box .jin-universal_item .jin-icon {
  display: none;
}
.jin-select_universal-box .jin-universal_item:hover {
  background-color: #4267C2;
  color: #fff;
}
.jin-select_universal-box .jin-universal_item img {
  display: inline-block;
}
.jin-select_universal-box .jin-universal_item span {
  height: 36px;
}
.jin-select_universal-box .jin-universal_time {
  width: 130px;
}
.jin-select_universal-box .jin-universal_year {
  display: inline;
}

.jin-select_universal-f {
  padding-top: 11px;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 12px;
}
.jin-select_universal-f p {
  padding-top: 5px;
  padding-bottom: 3px;
  font-weight: 700;
  text-align: center;
  background-color: #f1f4fc;
  color: #57728b;
}
.jin-select_universal-f span {
  display: inline-block;
}

.jin-select_qrcode {
  padding: 10px;
}
.jin-select_qrcode img {
  margin-bottom: 5px;
}

.jin-checkbox {
  display: block;
  cursor: pointer;
}
.jin-checkbox.checked .jin-checkbox_input {
  background-color: #4267C2;
}
.jin-checkbox:not(.checked) .jin-checkbox_inner {
  display: none;
}

.jin-checkbox_input {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-right: 8px;
  background-color: rgba(255, 255, 255, 0.1);
}
.jin-checkbox_input input {
  opacity: 0;
  outline: none;
  margin: 0;
  left: -999px;
}

.jin-checkbox_label {
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
}

.jin-checkbox_inner {
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  line-height: 1;
  margin-left: -6px;
  margin-top: -5px;
  transform: scale(0.8);
  color: #1C1C1D;
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.jin-remark {
  color: #333;
  font-size: 16px;
}
.jin-remark p {
  line-height: 1.6;
}
.jin-remark__img {
  margin-bottom: 16px;
}
.jin-remark__img img {
  width: 100%;
  max-width: auto;
}
.jin-remark-video__b {
  position: relative;
  padding-top: 50%;
  margin-bottom: 16px;
}
.jin-remark-video__b video {
  position: absolute;
  top: 0;
  left: 0;
}
.jin-remark-content {
  position: relative;
  padding: 30px 16px;
  margin-top: 10px;
}
.jin-remark-content__info {
  margin-top: 26px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #666;
  text-align: center;
}
.jin-remark-content h3 {
  margin-bottom: 7px;
  line-height: 27px;
  font-size: 16px;
  font-weight: 700;
}
.jin-remark-content i, .jin-remark-content:before, .jin-remark-content:after {
  position: absolute;
  width: 32px;
  height: 17px;
  border-color: #D7DCE6;
  border-style: solid;
  border-width: 1px;
}
.jin-remark-content i {
  top: 0;
  border-bottom-color: transparent;
}
.jin-remark-content:before, .jin-remark-content:after {
  content: "";
  bottom: 0;
  border-top-color: transparent;
}
.jin-remark-content i:first-child, .jin-remark-content:before {
  left: 0;
  border-right-color: transparent;
}
.jin-remark-content i:last-child, .jin-remark-content:after {
  right: 0;
  border-left-color: transparent;
}

.jin-popover-content {
  display: none;
}

.jin-popover-rtl {
  direction: rtl;
  text-align: right;
}

/*  webui popover  */
.jin-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  min-width: 50px;
  min-height: 32px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #1C1C1D;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.jin-popover.top,
.jin-popover.top-left,
.jin-popover.top-right {
  margin-top: -10px;
}

.jin-popover.right,
.jin-popover.right-top,
.jin-popover.right-bottom {
  margin-left: 10px;
}

.jin-popover.bottom,
.jin-popover.bottom-left,
.jin-popover.bottom-right {
  margin-top: 10px;
}

.jin-popover.left,
.jin-popover.left-top,
.jin-popover.left-bottom {
  margin-left: -10px;
}

.jin-popover.pop {
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  -o-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  opacity: 0;
  filter: alpha(opacity=0);
}

.jin-popover.pop-out {
  -webkit-transition-property: "opacity,transform";
  -o-transition-property: "opacity,transform";
  transition-property: "opacity,transform";
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}

.jin-popover.fade,
.jin-popover.fade-out {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}

.jin-popover.out {
  opacity: 0;
  filter: alpha(opacity=0);
}

.jin-popover.in {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.jin-popover .jin-popover-content {
  padding: 9px 14px;
  overflow: auto;
  overflow-x: hidden;
  display: block;
}

.jin-popover .jin-popover-content > div:first-child {
  width: 99%;
}

.jin-popover-inner .close {
  position: absolute;
  right: 2px;
  top: 2px;
  font-family: arial;
  font-size: 16px;
  line-height: 14px;
  height: 14px;
  width: 14px;
  color: #fff;
  text-decoration: none;
  background-color: #e3e3e3;
  border-radius: 50%;
  text-align: center;
}
.jin-popover-inner .close:hover {
  background-color: #78adf5;
}
.jin-popover-inner .close:after {
  content: "×";
  width: 0.8em;
  height: 0.8em;
  line-height: 1;
}

.jin-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0;
}

.jin-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: none;
}

.jin-popover-inverse {
  background-color: #333333;
  color: #eeeeee;
}

.jin-popover-inverse .jin-popover-title {
  background: #333333;
  border-bottom: 1px solid #3b3b3b;
  color: #eeeeee;
}

.jin-no-padding .jin-popover-content {
  padding: 0;
}

.jin-no-padding .list-group-item {
  border-right: none;
  border-left: none;
}

.jin-no-padding .list-group-item:first-child {
  border-top: 0;
}

.jin-no-padding .list-group-item:last-child {
  border-bottom: 0;
}

.jin-popover > .jin-arrow,
.jin-popover > .jin-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.jin-popover > .jin-arrow {
  border-width: 7px;
}

.jin-popover > .jin-arrow:after {
  border-width: 6px;
  content: "";
}

.jin-popover.top > .jin-arrow,
.jin-popover.top-right > .jin-arrow,
.jin-popover.top-left > .jin-arrow {
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  border-top-color: #999999;
  border-top-color: rgba(178, 193, 213, 0.1);
  border-bottom-width: 0;
}

.jin-popover.top > .jin-arrow:after,
.jin-popover.top-right > .jin-arrow:after,
.jin-popover.top-left > .jin-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -6px;
  border-top-color: #1C1C1D;
  border-bottom-width: 0;
}

.jin-popover.right > .jin-arrow,
.jin-popover.right-top > .jin-arrow,
.jin-popover.right-bottom > .jin-arrow {
  top: 50%;
  left: -7px;
  margin-top: -7px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(178, 193, 213, 0.1);
}

.jin-popover.right > .jin-arrow:after,
.jin-popover.right-top > .jin-arrow:after,
.jin-popover.right-bottom > .jin-arrow:after {
  content: " ";
  left: 1px;
  bottom: -6px;
  border-left-width: 0;
  border-right-color: #1C1C1D;
}

.jin-popover.bottom > .jin-arrow,
.jin-popover.bottom-right > .jin-arrow,
.jin-popover.bottom-left > .jin-arrow {
  top: -7px;
  left: 50%;
  margin-left: -7px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(178, 193, 213, 0.1);
  border-top-width: 0;
}

.jin-popover.bottom > .jin-arrow:after,
.jin-popover.bottom-right > .jin-arrow:after,
.jin-popover.bottom-left > .jin-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -6px;
  border-bottom-color: #1C1C1D;
  border-top-width: 0;
}

.jin-popover.left > .jin-arrow,
.jin-popover.left-top > .jin-arrow,
.jin-popover.left-bottom > .jin-arrow {
  top: 50%;
  right: -7px;
  margin-top: -7px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(178, 193, 213, 0.1);
}

.jin-popover.left > .jin-arrow:after,
.jin-popover.left-top > .jin-arrow:after,
.jin-popover.left-bottom > .jin-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #1C1C1D;
  bottom: -6px;
}

.jin-popover-inverse.top > .jin-arrow,
.jin-popover-inverse.top-left > .jin-arrow,
.jin-popover-inverse.top-right > .jin-arrow,
.jin-popover-inverse.top > .jin-arrow:after,
.jin-popover-inverse.top-left > .jin-arrow:after,
.jin-popover-inverse.top-right > .jin-arrow:after {
  border-top-color: #333333;
}

.jin-popover-inverse.right > .jin-arrow,
.jin-popover-inverse.right-top > .jin-arrow,
.jin-popover-inverse.right-bottom > .jin-arrow,
.jin-popover-inverse.right > .jin-arrow:after,
.jin-popover-inverse.right-top > .jin-arrow:after,
.jin-popover-inverse.right-bottom > .jin-arrow:after {
  border-right-color: #333333;
}

.jin-popover-inverse.bottom > .jin-arrow,
.jin-popover-inverse.bottom-left > .jin-arrow,
.jin-popover-inverse.bottom-right > .jin-arrow,
.jin-popover-inverse.bottom > .jin-arrow:after,
.jin-popover-inverse.bottom-left > .jin-arrow:after,
.jin-popover-inverse.bottom-right > .jin-arrow:after {
  border-bottom-color: #333333;
}

.jin-popover-inverse.left > .jin-arrow,
.jin-popover-inverse.left-top > .jin-arrow,
.jin-popover-inverse.left-bottom > .jin-arrow,
.jin-popover-inverse.left > .jin-arrow:after,
.jin-popover-inverse.left-top > .jin-arrow:after,
.jin-popover-inverse.left-bottom > .jin-arrow:after {
  border-left-color: #333333;
}

.jin-popover i.icon-refresh:before {
  content: "";
}

.jin-popover i.icon-refresh {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -15px;
  margin-right: -15px;
  background: url("//cdn.jin10.com/assets/img/loading-dark.svg") no-repeat;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.jin-popover-backdrop {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}

.jin-popover .dropdown-menu {
  display: block;
  position: relative;
  top: 0;
  border: none;
  box-shadow: none;
  float: none;
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

.sweet-alert {
  background-color: white;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}
@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.sweet-alert fieldset {
  border: none;
  position: relative;
}
.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}
.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}
.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}
.sweet-alert .sa-error-container p {
  display: inline-block;
}
.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}
.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}
.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}
.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert.show-input input {
  display: block;
}
.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}
.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}
.sweet-alert button {
  background-color: #8CD4F5;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}
.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.sweet-alert button:hover {
  background-color: #7ecff4;
}
.sweet-alert button:active {
  background-color: #5dc2f1;
}
.sweet-alert button.cancel {
  background-color: #C1C1C1;
}
.sweet-alert button.cancel:hover {
  background-color: #b9b9b9;
}
.sweet-alert button.cancel:active {
  background-color: #a8a8a8;
}
.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}
.sweet-alert button[disabled] {
  opacity: 0.6;
  cursor: default;
}
.sweet-alert button.confirm[disabled] {
  color: transparent;
}
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
  left: 50%;
}
.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: "";
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-webkit-keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}
.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}
.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}
.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}
.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}
.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}
.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
img:not(.fancybox-image) {
  opacity: 0.8;
}

.jin-timeline .header_logo {
  position: sticky;
  top: 0;
  padding-top: 40px;
  display: block;
  width: 100%;
  background: #080d17;
  z-index: 10;
}
.jin-timeline .jin-time {
  top: 4px;
  left: 2px;
}

.jin-timeline_h {
  position: sticky;
  top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #080d17;
  z-index: 10;
}

.jin-timeline_title {
  float: left;
  display: flex;
  align-items: center;
  gap: 8px;
}
.jin-timeline_title h3 {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 1.23em;
  color: #4267C2;
}
.jin-timeline_title .split-line {
  height: 16px;
  width: 0.5px;
  background: rgba(255, 255, 255, 0.1);
}
.jin-timeline_title .jin-timeline_tips {
  font-size: 15px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
}
.jin-timeline_title .jin-timeline_tips span {
  color: #4267C2;
  font-weight: 600;
  margin: 0 6px;
  cursor: pointer;
}
.jin-timeline_title a {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  line-height: 22px;
  padding: 0 8px;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid;
  border-radius: 99px;
  color: #4267C2;
}
.jin-timeline_title a:hover {
  background: #4267C2;
  color: #fff;
}

.jin-timeline_bar {
  float: right;
  display: flex;
  align-items: center;
  gap: 12px;
}
.jin-timeline_bar-item {
  float: left;
}
.jin-timeline_bar-item:first-child {
  display: none;
}
.jin-timeline_bar-item .jin-select:before {
  top: 50%;
  left: 0;
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1;
}

.jin-flash_list.loading {
  padding-top: 0;
}
.jin-flash_list.is-mini:before {
  display: none;
}

.jin-flash_wrap:first-child .jin-flash_date {
  display: none;
  height: 0;
}
.jin-flash_wrap.is-show .jin-flash_date {
  display: block;
}

.jin-flash_item {
  display: table;
  width: 100%;
  padding-top: 12px;
}
.jin-flash_item h4 {
  font-weight: normal;
}
.jin-flash_item.important, .jin-flash_item.important .jin-flash_h, .jin-flash_item.important .jin-flash_data-title a {
  color: #E02D48;
}
.jin-flash_item.important .jin-flash_icon .jin-icon {
  background-color: #E02D48;
}
.jin-flash_item.important .jin-flash_text-tag:before, .jin-flash_item.important .jin-flash_text-tag:after {
  border-color: #E02D48;
}
.jin-flash_item.important .jin-flash_text-tag:before {
  border-right-color: transparent;
}
.jin-flash_item.important .jin-flash_text-tag:after {
  border-left-color: transparent;
}
.jin-flash_item.is-relevance-important .jin-flash_b {
  border-bottom-color: transparent;
}

.jin-flash_item, .jin-flash_icon {
  transition: background ease-in-out 0.2s;
}

.jin-flash_more {
  margin-top: 16px;
  text-align: center;
  transform: translateY(10px);
  padding-bottom: 20px;
}
.jin-flash_more.is-show {
  transform: translateY(0);
}
.jin-flash_more-btn {
  display: block;
  line-height: 36px;
  text-align: center;
}
.jin-flash_more-btn:hover {
  opacity: 0.8;
}
.jin-flash_more-btn.is-loading {
  color: transparent;
  background: url("//cdn.jin10.com/assets/img/loading-dark.svg") center no-repeat;
}
.jin-flash_more-btn.is-loading:hover {
  opacity: 1;
}
.jin-flash_more-btn.is-done {
  color: #737c8c;
  cursor: default;
}
.jin-flash_more-btn.is-done:hover {
  opacity: 1;
}
.jin-flash_more .jin-icon {
  margin-right: 5px;
  font-size: 12px;
}

.jin-flash_h, .jin-flash_b {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 10px;
  padding-right: 20px;
}

.jin-flash_h {
  width: 9.5em;
  padding-left: 16px;
}

.jin-flash_b {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.jin-flash_b .important-text {
  color: #E02D48;
}

.jin-flash_date {
  position: static;
  display: block;
  min-width: 60px;
  line-height: 1;
  height: 22px;
  padding: 0;
  background-color: #fff;
  color: #4267C2;
  font-size: 14px;
}
.jin-flash_date span {
  font-size: 22px;
}
.jin-flash_date p.fixed, .jin-flash_date p.bottom {
  z-index: 999;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.jin-flash_date p.fixed {
  position: fixed;
  top: 50px;
}
.jin-flash_date p.bottom {
  position: absolute;
  bottom: 0;
  top: auto;
}

.jin-flash_text, .jin-flash_attach {
  display: table-cell;
  vertical-align: middle;
}

.jin-flash_title {
  font-size: calc(15 / 14 * 1em);
  line-height: calc(24 / 15);
  font-weight: 600;
  margin-bottom: 4px;
}

.jin-flash_text {
  width: 100%;
  display: block;
}
.jin-flash_text img {
  max-width: 100%;
  height: auto;
}
.jin-flash_text.is-show-tag .jin-flash_text-box {
  overflow: hidden;
}

.jin-flash_text-box p {
  display: inline;
}

.jin-flash_text-tag {
  display: inline-block;
  padding-left: 9px;
  padding-right: 9px;
  margin-right: 7px;
}
.jin-flash_text-tag:before, .jin-flash_text-tag:after {
  content: "";
  top: 50%;
  margin-top: -8px;
  height: 14px;
  width: 2px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.jin-flash_text-tag:before {
  left: 1px;
  border-right-color: transparent;
  border-left-width: 4px;
}
.jin-flash_text-tag:after {
  right: 0;
  border-left-color: transparent;
  border-right-width: 4px;
}

.jin-flash_text-more {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  top: -1px;
  border: 1px solid #E02D48;
  border-radius: 50%;
  color: #E02D48;
  text-align: center;
  vertical-align: bottom;
  transition: all ease-in-out 0.3s;
}
.jin-flash_text-more:hover {
  background-color: #E02D48;
  color: #fff;
}
.jin-flash_text-more .jin-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  font-size: 12px;
  line-height: 1;
  transform: scale(0.8);
}

.jin-flash_text-more1 {
  position: relative;
  display: inline-block;
  height: 19px;
  line-height: 17px;
  padding-left: 5px;
  padding-right: 3px;
  margin-left: 5px;
  top: -1px;
  border: 1px solid #E02D48;
  border-radius: 16px;
  color: #E02D48;
  text-align: center;
  font-size: 12px;
  vertical-align: bottom;
  transition: all ease-in-out 0.3s;
}
.jin-flash_text-more1:hover {
  background-color: #E02D48;
  color: #fff;
}
.jin-flash_text-more1 .jin-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  font-size: 12px;
  line-height: 1;
  transform: scale(0.8);
}

.jin-flash_attach {
  width: 10%;
  padding-top: 12px;
}
.jin-flash_attach a {
  display: block;
  margin-bottom: 5px;
  max-height: 50px;
  overflow: hidden;
}
.jin-flash_attach a:last-child {
  margin-bottom: 0;
}
.jin-flash_attach-multi {
  display: flex;
  gap: 8px;
}
.jin-flash_attach-multi a {
  display: inline-block;
  margin-bottom: 0;
  flex: 0 0 auto;
}

.jin-flash_image {
  max-height: 91px !important;
}
.jin-flash_image img {
  width: 108px;
  max-width: 108px;
  border-radius: 4px;
}

.jin-flash_icon {
  margin-right: 8px;
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background-color: #4267C2;
  border: 3px solid #24272F;
  text-align: center;
}
.jin-flash_icon, .jin-flash_icon a {
  color: #fff;
}
.jin-flash_icon .jin-icon {
  display: block;
  width: 19px;
  line-height: 19px;
  border-radius: 50%;
  background-color: #4267C2;
  font-size: 12px;
}

.jin-flash_time {
  font-weight: 600;
}

.jin-flash_data {
  padding-left: 120px;
}

.jin-flash_data-title {
  max-width: 230px;
  margin-bottom: 5px;
  font-weight: normal;
}
.jin-flash_data-title a {
  color: rgba(255, 255, 255, 0.7);
}

.jin-flash_data-text p {
  float: left;
  margin-right: 10px;
}
.jin-flash_data-text p:not(.jin-flash_data-published) {
  color: rgba(255, 255, 255, 0.3);
}

.jin-flash_data-country {
  left: 0;
  top: 50%;
  margin-top: -20px;
}
.jin-flash_data-country img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.jin-flash_data-pubdate {
  left: 60px;
  top: 50%;
  margin-top: -10px;
  width: 38px;
  text-align: center;
}

.jin-flash_data-wrap {
  width: 50%;
  right: 0;
  top: 50%;
  margin-top: -15px;
}

.jin-flash_data-vote {
  float: left;
  margin-top: 3.5px;
}

.jin-flash_data-tag {
  float: right;
  margin-right: 20px;
}
.jin-flash_data-tag .jin-btn {
  padding-left: 0;
  padding-right: 0;
  width: 119px;
  white-space: nowrap;
  border-radius: 2px;
  line-height: 1.4;
}

.jin-flash_data-published {
  left: 63%;
  top: 50%;
  margin-top: -12px;
  font-size: 16px;
}

.jin-flash_data-correction {
  display: none;
  padding-top: 2px;
  color: #fbaf1d;
}
.jin-flash_data-correction.is-show {
  display: block;
}

.jin-flash-details {
  font-size: 18px;
}
.jin-flash-details_head {
  margin-bottom: 24px;
  color: #4267C2;
  text-align: center;
}
.jin-flash-details_body {
  min-height: 234px;
  padding: 17px;
  border: 1px solid #d6dce2;
  background-color: #f9fafb;
  color: #6c7c98;
}
.jin-flash-details_title {
  font-size: 18px;
}
.jin-flash-details_time {
  margin-bottom: 12px;
  font-size: 14px;
}
.jin-flash-details_time .jin-icon {
  margin-right: 5px;
  font-size: 28px;
}
.jin-flash-details_titme {
  font-weight: 700;
}
.jin-flash-details_content {
  font-size: 16px;
}
.jin-flash-details_content p {
  margin-bottom: 5px;
}

.jin-flash_tag {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 8px;
  line-height: 21px;
  border-radius: 1px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background-color: #f5a85d;
}
span.jin-flash_tag {
  top: 50%;
  left: 0;
  margin-top: -11px;
}

.jin-flash-important {
  visibility: hidden;
  max-height: 0;
  transition: all ease-in-out 0.4s;
  overflow: hidden;
}

.is-show .jin-flash-important {
  visibility: visible;
  max-height: 999px;
}

.jin-notification {
  position: fixed;
  top: 48px;
  width: 880px;
  color: #5392e0;
  transform: translateY(-10px);
  z-index: 999;
}
.jin-notification_box {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f0f5fa;
  background-color: rgba(240, 245, 250, 0.9);
}
.jin-notification.is-show {
  transform: translateY(0);
}
.jin-notification .jin-flash_icon {
  background: none;
}
.jin-notification .jin-flash_item {
  margin-bottom: 0;
  padding-top: 0;
}
.jin-notification .jin-flash_h, .jin-notification .jin-flash_b {
  padding-bottom: 0;
}
.jin-notification .jin-flash_time {
  color: #5392e0;
}

.jin-flash_list.is-mini {
  padding-left: 10px;
  padding-right: 10px;
}
.jin-flash_list.is-mini .jin-flash_item {
  position: relative;
  padding-left: 70px;
  padding-top: 0;
}
.jin-flash_list.is-mini .jin-flash_h {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  padding-left: 0;
}
.jin-flash_list.is-mini .jin-flash_b {
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.jin-flash_list.is-mini .jin-flash_attach a {
  display: inline-block;
  text-align: left;
}
.jin-flash_list.is-mini .jin-flash_text-more {
  top: -3px;
}
.jin-flash_list.is-mini .jin-notification {
  width: calc(100% - 20px);
}
.jin-flash_list.is-mini .jin-notification .jin-flash_text {
  font-size: 12px;
}
.jin-flash_list.is-mini .jin-notification_box {
  padding-bottom: 8px;
}
.jin-flash_list.is-mini .jin-flash_data-wrap {
  position: static;
  width: 260px;
  padding-top: 5px;
  margin-top: 0;
}
.jin-flash_list.is-mini .jin-flash_data-tag {
  float: left;
  margin-left: 34px;
  margin-right: 0;
}
.jin-flash_list.is-mini .jin-flash_data-title {
  margin-bottom: 5px;
}
.jin-flash_list.is-mini .jin-tag_trend .jin-btn {
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
}

.jin-flash-remark {
  padding-top: 12px;
  font-size: 0;
}
.jin-flash-remark__item {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  width: fit-content;
  margin-right: 8px;
  height: 25px;
  padding: 0 8px 0 6px;
  color: #5073CC;
  background-color: #24272F;
  cursor: pointer;
  border-radius: 2px;
  overflow: hidden;
}
.jin-flash-remark__item:hover {
  opacity: 0.9;
}
.jin-flash-remark__item:last-child {
  margin-right: 0;
}
.jin-flash-remark__item span {
  font-size: 12px;
  line-height: 1;
}

.miniprogram-remark {
  max-width: 360px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 0.5px solid rgba(255, 255, 255, 0.08);
  background-color: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  overflow: hidden;
}
.miniprogram-remark_left {
  display: block;
  position: relative;
  width: 80px;
  height: 64px;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 8px 0 0 8px;
}
.miniprogram-remark_left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(17, 17, 17, 0.03);
  z-index: 1;
}
.miniprogram-remark_left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.miniprogram-remark_middle {
  flex: 1;
  min-width: 0;
  padding: 0 8px;
}
.miniprogram-remark_title {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
}
.miniprogram-remark_title svg {
  margin-right: 2px;
  flex-shrink: 0;
}
.miniprogram-remark_title span {
  font-size: 14px;
  line-height: 1.5;
}
.miniprogram-remark_desc {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.416;
  color: rgba(255, 255, 255, 0.4);
}
.miniprogram-remark_right {
  display: flex;
  flex-shrink: 0;
  margin-right: 4px;
  color: rgba(255, 255, 255, 0.4);
}
.miniprogram-remark:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.news-remark {
  margin-top: 12px;
  display: block;
  padding: 12px;
  justify-content: space-between;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font-size: 0;
  box-sizing: border-box;
}
.news-remark > div {
  display: inline-block;
  vertical-align: middle;
}
.news-remark_pic {
  width: 81px;
  height: 60.75px;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
  border: 0.5px solid rgba(255, 255, 255, 0.1);
}
.news-remark_pic img {
  width: 100%;
  height: 100%;
}
.news-remark_right {
  margin-left: 12px;
  width: calc(100% - 81px - 12px);
  overflow: hidden;
  font-size: 14px;
}
.news-remark_title {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  min-width: 0;
}
.news-remark_title span {
  flex: 1;
  min-width: 0;
}
.news-remark_intro {
  font-weight: 400;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.3);
}

@media only screen and (min-width: 1300px) {
  .jin-flash_icon {
    display: none;
  }

  .jin-flash_h {
    width: 66px;
    white-space: nowrap;
    padding-right: 12px;
    font-size: 0;
  }
  .jin-flash_h .jin-flash_time {
    font-size: 14px;
    font-family: Helvetica Neue, Helvetica, PingFang SC;
  }
  .jin-flash_h .jin-flash_time.has-title {
    line-height: 24px;
  }

  .jin-flash_b {
    padding-bottom: 13px;
  }
}
@media only screen and (max-width: 1300px) {
  .jin-flash_h {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
  }

  .jin-flash_b {
    display: block;
  }

  .jin-flash_item {
    padding-top: 8px;
    margin-bottom: 0;
  }

  .jin-flash_h {
    padding-bottom: 0;
  }

  .jin-flash_b {
    margin-left: 36px;
    padding-bottom: 10px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1100px) {
  .jin-flash_data {
    padding-top: 0;
    padding-left: 0;
  }

  .jin-flash_data-title, .jin-flash_data-published {
    position: static;
    max-width: 100%;
  }

  .jin-flash_data-title {
    width: 100%;
    font-size: 14px;
  }

  .jin-flash_data-published {
    margin-top: 0;
    font-size: 14px;
  }

  .jin-flash_data-country {
    left: inherit;
    right: 0;
  }

  .jin-flash_data-wrap {
    width: 38%;
    right: inherit;
    left: 50%;
  }

  .jin-flash_data-pubdate {
    display: none;
  }
}
@media only screen and (max-width: 1025px) {
  .jin-tag_trend .jin-btn {
    width: 94px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 750px) {
  .jin-flash_item {
    padding-top: 10px;
  }

  .jin-flash_text, .jin-flash_attach {
    display: block;
    width: 100%;
  }

  .jin-flash_attach {
    padding-left: 0;
    padding-top: 10px;
  }
  .jin-flash_attach a {
    display: inline-block;
    text-align: left;
  }

  .jin-flash_text-more {
    top: -3px;
  }

  .jin-notification {
    width: calc(100% - 20px);
  }
  .jin-notification .jin-flash_text {
    font-size: 12px;
  }

  .jin-notification_box {
    padding-bottom: 8px;
  }

  .jin-flash-remark {
    margin-top: -5px;
    overflow: hidden;
  }
  .jin-flash-remark__item {
    margin-right: 2%;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .jin-flash_data-wrap {
    position: static;
    width: 260px;
    padding-top: 5px;
    margin-top: 0;
  }

  .jin-flash_data-tag {
    float: left;
    margin-left: 34px;
    margin-right: 0;
  }

  .jin-flash_data-title {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 500px) {
  .jin-flash_b {
    margin-left: 34px;
  }

  .jin-timeline_title {
    margin-top: 5px;
  }
  .jin-timeline_title h3 {
    font-size: 14px;
  }

  .jin-timeline_bar {
    margin-top: 8px;
  }

  .jin-timeline_bar-item {
    margin-left: 4px;
  }

  .jin-flash_date {
    font-size: 12px;
  }
  .jin-flash_date span {
    font-size: 16px;
  }

  .jin-flash_item {
    display: flex;
    flex-direction: column;
  }

  .jin-flash_data-title {
    font-size: 14px;
    padding-right: 50px;
  }

  .jin-flash_data-text p {
    font-size: 11px;
  }

  .jin-flash_data-vote {
    margin-top: 2px;
  }

  .jin-tag_trend .jin-btn {
    line-height: 1.5;
  }
}
/* .jin-timeline_warning{
	margin: 8px 16px 0;
	padding: 8px 10px;
	font-size: 14px;
	line-height: calc(21 / 14);
	background: rgba(206, 106, 13, 0.1);
	border-radius: 4px;
	border: 1px solid rgba(241, 127, 21, 0.6);
	color: #CE6A0D;
	position: relative;
	span {
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		width: 16px;
		height: 16px;
		cursor: pointer;
		border-radius: 0px 4px 0px 8px;
		background: rgba(255, 255, 255, 0.1);
		&::before,
		&::after {
			content: '';
			position: absolute;
			left: 50%;
			top: 50%;
			width: 10px;
			height: 1px;
			background: #656161;
		}
		&::before {
			transform: translate(-50%, -50%) rotate(45deg);
		}
		&::after {
			transform: translate(-50%, -50%) rotate(-45deg);
		}
	}
} */
/* .download-bar {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 32px);
	height: 46px;
	padding: 8px 12px;
	gap: 8px;
	border-radius: 8px;
	background: rgba(33, 37, 46, 0.95);
	position: fixed;
	bottom: 76px;
	left: 16px;
	z-index: 998;

	&__logo {
		width: 30px;
		height: 30px;
		border-radius: 7.5px;
		flex-shrink: 0;
	}

	&__text-info {
		display: flex;
		align-items: center;
		gap: 6px;
		flex: 1;
	}

	&__title {
		font-size: 14px;
		font-weight: 600;
		line-height: 1.428;
		color: rgba(255, 255, 255, 0.8);
	}

	&__subtitle {
		font-size: 12px;
		font-weight: 400;
		line-height: 1.416;
		color: rgba(255, 255, 255, 0.5);
	}

	&__btn {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: 88px;
		height: 28px;
		border-radius: 100px;
		border: none;
		cursor: pointer;
		flex-shrink: 0;
		background: $primary;
		border: 1px solid $primary;
		font-size: 14px;
		font-weight: 600;
		color: rgba(255, 255, 255, 0.8);
	}
} */
.jin-back-to-top {
  position: fixed;
  right: 8px;
  bottom: 16vh;
  width: 30px;
  height: 30px;
  background-color: #4267C2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all ease-in-out 0.3s;
  z-index: 999;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.jin-back-to-top.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.jin-back-to-top .icon-up-custom {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(255, 255, 255, 0.7);
}

.theme-blue {
  background-color: #324678 !important;
  color: #D7DCE6 !important;
}
.theme-blue .jin-flash_b,
.theme-blue .jin-timeline_h {
  border-color: #51628F;
}
.theme-blue .jin-flash_data-title a {
  color: #D7DCE6;
}
.theme-blue .is-relevance {
  background: #374c83;
}
.theme-blue .is-relevance-important {
  background: #3b538e;
}

.theme-lightblue {
  background-color: #F4F9FF !important;
  color: #324678 !important;
}
.theme-lightblue .jin-flash_b,
.theme-lightblue .jin-timeline_h {
  border-color: #D5E0F1;
}
.theme-lightblue .jin-flash_data-title a {
  color: #324678;
}
.theme-lightblue .is-relevance {
  background: white;
}
.theme-lightblue .is-relevance-important {
  background: white;
}

.theme-green {
  background-color: #EFFBF6 !important;
  color: #324678 !important;
}
.theme-green .jin-flash_b,
.theme-green .jin-timeline_h {
  border-color: #C5E0D3;
}
.theme-green .jin-flash_data-title a {
  color: #324678;
}
.theme-green .is-relevance {
  background: #fbfefd;
}
.theme-green .is-relevance-important {
  background: white;
}

.theme-yellow {
  background-color: #FEF6E2 !important;
  color: #324678 !important;
  background-color: #FEF6E2 !important;
}
.theme-yellow .jin-flash_b,
.theme-yellow .jin-timeline_h {
  border-color: #E5D9BC;
}
.theme-yellow .jin-flash_data-title a {
  color: #324678;
}
.theme-yellow .is-relevance {
  background: #fffbf1;
}
.theme-yellow .is-relevance-important {
  background: white;
}

.theme-black {
  background-color: #555 !important;
  color: #D7DCE6 !important;
}
.theme-black .jin-flash_b,
.theme-black .jin-timeline_h {
  border-color: #444;
}
.theme-black .jin-flash_data-title a {
  color: #D7DCE6;
}
.theme-black .is-relevance {
  background: #5d5d5d;
}
.theme-black .is-relevance-important {
  background: #646464;
}

.theme-orange {
  background-color: #fff3e2 !important;
  color: #324678 !important;
}
.theme-orange .jin-flash_b,
.theme-orange .jin-timeline_h {
  border-color: #f5d7a4;
}
.theme-orange .jin-flash_data-title a {
  color: #324678;
}
.theme-orange .is-relevance {
  background: #fff9f1;
}
.theme-orange .is-relevance-important {
  background: white;
}

.theme-purple {
  background-color: #eee3fe !important;
  color: #324678 !important;
}
.theme-purple .jin-flash_b,
.theme-purple .jin-timeline_h {
  border-color: #d5c7e8;
}
.theme-purple .jin-flash_data-title a {
  color: #324678;
}
.theme-purple .is-relevance {
  background: #f7f2ff;
}
.theme-purple .is-relevance-important {
  background: white;
}

.theme-night {
  background-color: #555 !important;
  color: #D7DCE6 !important;
}
.theme-night .jin-flash_b,
.theme-night .jin-timeline_h {
  border-color: #444;
}
.theme-night .jin-flash_data-title a {
  color: #D7DCE6;
}
.theme-night .is-relevance {
  background: #5d5d5d;
}
.theme-night .is-relevance-important {
  background: #646464;
}
