@charset "UTF-8";
.dialog-confirm .dcf-phone-input .country-popup span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dialog-confirm .vip-form, .pagination {
  position: relative;
}
.dialog-confirm .vip-form::before, .pagination::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  border-top: 1px solid #eee;
  transform: scale(1, 0.5) translate3d(0, 0, 0);
  transform-origin: top;
}

.popup-banklist li:not(:last-child), .dialog-confirm .vip-form {
  position: relative;
}
.popup-banklist li:not(:last-child)::after, .dialog-confirm .vip-form::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  border-bottom: 1px solid #eee;
  transform: scale(1, 0.5) translate3d(0, 0, 0);
  transform-origin: bottom;
}

.popup-review a:not(:first-child) {
  position: relative;
}
.popup-review a:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  border-left: 1px solid #eee;
  transform: scale(0.5, 1) translate3d(0, 0, 0);
  transform-origin: left;
}

.pagination .con *, .pagination button,
.pagination .select-box {
  position: relative;
}
.pagination .con ::after, .pagination button::after,
.pagination .select-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  border: 1px solid;
  box-sizing: border-box;
  transform: scale(0.5) translate3d(0, 0, 0);
  transform-origin: top left;
  pointer-events: none;
}

body {
  margin: 0;
  font: 15px/1.6 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1A2734;
  -webkit-font-smoothing: antialiased;
}

* {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

input, textarea, select, button {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: Helvetica, Arial;
  color: inherit;
  border: 1px solid;
  border-radius: 0;
  background: #fff;
  outline: none;
  box-shadow: none;
}

input[type=text], input[type=tel], input[type=email], input[type=url], input[type=search], input[type=password], textarea {
  -webkit-appearance: none;
}

form, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, p, blockquote, figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a img {
  border: none;
}

i, em {
  font-style: normal;
}

s, u {
  text-decoration: none;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

.layout-flexbox {
  height: 100%;
  overflow: hidden;
}
.layout-flexbox body {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.layout-flexbox .page-wrap {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
}

.page-wrap {
  margin: auto;
}

@media (min-width: 640px) {
  .page-wrap {
    padding-right: 20%;
    padding-left: 20%;
  }
}
@media (min-width: 800px) {
  .page-wrap {
    padding-right: 18%;
    padding-left: 18%;
  }
}
.sel-label {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  cursor: pointer;
  font-size: 0;
}
.sel-label input, .sel-label span, .sel-label i, .sel-label .checkbox, .sel-label .icon-widget {
  display: inline-block;
  vertical-align: middle;
  border: 0 none;
}
.sel-label input[type=checkbox],
.sel-label input[type=radio] {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.sel-label span {
  padding-left: 9px;
  font-size: 14px;
}

@supports (display: flex) {
  .sel-label:hover .checkbox, .sel-label:hover .icon-widget {
    background-position-x: -16px;
  }
  .sel-label.checked .checkbox, .sel-label.checked .icon-widget {
    background-position-x: -32px;
  }
  .sel-label.checkcircle .checkbox, .sel-label.checkcircle .icon-widget, .sel-label.checkcircle input[type=checkbox] {
    background-image: url(../images/icon_checkbox_circle.svg);
    background-repeat: no-repeat;
  }
  .sel-label.disabled {
    pointer-events: none;
  }
  .sel-label.disabled .checkbox, .sel-label.disabled .icon-widget {
    background-position-x: -48px;
  }
  .sel-label input[type=checkbox],
  .sel-label input[type=radio] {
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
  }
  .sel-label input[type=checkbox]:hover,
  .sel-label input[type=radio]:hover {
    background-position-x: -16px;
  }
  .sel-label input[type=checkbox]:checked,
  .sel-label input[type=radio]:checked {
    background-position-x: -32px;
  }
  .sel-label .checkbox, .sel-label .icon-widget {
    width: 16px;
    height: 16px;
  }
  .sel-label .checkbox, .sel-label .icon-widget, .sel-label input[type=checkbox] {
    background-image: url(../images/icon_checkbox.svg);
    background-repeat: no-repeat;
  }
  .sel-label input[type=radio] {
    background-image: url(../images/icon_radio.svg);
    background-repeat: no-repeat;
  }
}
.empty-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  white-space: nowrap;
  background: #f6f6f6;
}
.empty-background:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.empty-background .empty {
  display: inline-block;
  vertical-align: middle;
  margin-top: -30px;
  padding: 0 20px;
  text-align: center;
  color: #999;
  font-size: 14px;
  white-space: normal;
}
.empty-background .empty:before {
  display: block;
  width: 197px;
  height: 92px;
  margin: 0 auto 20px;
  background-image: url("../images/empty.svg?v=none");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  content: "";
}

.empty-white {
  background: #fff;
}

.content-empty {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  flex-direction: column;
  justify-content: center;
}
.content-empty .empty {
  display: inline-block;
  color: rgba(26, 39, 52, 0.5);
  font-size: 14px;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
}
.content-empty .empty p {
  padding: 0 20px;
}
.content-empty .empty i {
  display: block;
  width: 375px;
  height: 217px;
  margin: -10px auto 15px;
  background-image: url(../images/empty_default.png?v=none);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.content-empty .empty .icon-empty-networks {
  background-image: url(../images/empty_networks.png?v=none);
}
.content-empty .empty .icon-empty-schedule {
  background-image: url(../images/empty_schedule.png?v=none);
}
.content-empty .empty .icon-empty-task {
  background-image: url(../images/empty_task.png?v=none);
}
.content-empty .empty .icon-empty-news {
  height: 140px;
  background-image: url(../images/empty_news.png?v=none);
}
.content-empty .empty .icon-empty-position {
  background-image: url(../images/empty_position.png?v=none);
}
.content-empty .empty .icon-empty-resume {
  background-image: url(../images/empty_resume.png?v=none);
}
.content-empty .empty .icon-empty-note {
  background-image: url(../images/empty_note.png?v=none);
}
.content-empty .row-btn {
  margin-top: 20px;
  padding: 0 20px;
  font-size: 0;
}
.content-empty .row-btn .btn-empty {
  margin: 0 8px;
}
.content-empty .btn-empty {
  display: inline-block;
  height: 24px;
  padding: 0 10px;
  border-radius: 14px;
  border: 2px solid #2777F8;
  font-size: 12px;
  color: #2777F8;
  font-weight: bold;
  line-height: 24px;
}

@media (max-width: 374px) {
  .content-empty .empty i {
    width: 100%;
    height: 180px;
  }
}
.container-empty {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  color: rgba(26, 39, 52, 0.5);
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}
.container-empty .icon-empty {
  flex-shrink: 0;
  display: block;
  width: 411px;
  height: 293px;
  margin-top: -100px;
  margin-bottom: -10px;
  background-image: url(../images/empty_default.png);
  background-image: -webkit-image-set(url(../images/empty_default.png) 1x, url(../images/empty_default@2x.png) 2x);
  background-repeat: no-repeat;
  background-size: contain;
}
.container-empty .icon-empty-network {
  flex-shrink: 0;
  display: block;
  width: 411px;
  height: 293px;
  margin-top: -100px;
  margin-bottom: -10px;
  background-image: url(../images/empty_network.png);
  background-image: -webkit-image-set(url(../images/empty_network.png) 1x, url(../images/empty_network@2x.png) 2x);
  background-repeat: no-repeat;
  background-size: contain;
}
.container-empty h5 {
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
  color: #8c929a;
}
.container-empty h5 + p {
  padding-top: 7px;
}
.container-empty p.or {
  position: relative;
  margin: 20px 0;
  width: 300px;
}
.container-empty p.or span {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  border: 1px solid #E8E9EA;
  border-radius: 50%;
}
.container-empty p.or:before, .container-empty p.or:after {
  position: absolute;
  top: 50%;
  height: 1px;
  background: #E8E9EA;
  content: "";
}
.container-empty p.or:before {
  left: 0;
  right: calc(50% + 16px);
}
.container-empty p.or:after {
  left: calc(50% + 16px);
  right: 0;
}
.container-empty p.or + .button {
  margin-top: 0;
}
.container-empty em {
  color: #2777fb;
}
.container-empty .desc {
  width: 530px;
  margin-top: 15px;
  color: #666;
  font-size: 14px;
  text-align: center;
}
.container-empty .button {
  margin-top: 30px;
  min-width: 100px;
  height: 38px;
  line-height: 38px;
}

.option-switch {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
}
.option-switch input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0 none;
  border-radius: 9px;
  background: none;
  -webkit-appearance: none;
  opacity: 0;
  cursor: pointer;
}
.option-switch label {
  display: block;
  position: relative;
  width: 46px;
  height: 26px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e4eaef;
}
.option-switch i, .option-switch s {
  display: none;
}
.option-switch b {
  position: absolute;
  top: 50%;
  left: -1px;
  width: 28px;
  height: 28px;
  margin-top: -15px;
  font-size: 0;
  overflow: hidden;
  color: white;
  border: 1px solid #e4eaef;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 4px 0 #e4eaef;
}
.option-switch input:checked + label {
  background: #2777fb;
  border-color: #2777fb;
}
.option-switch input:checked + label b {
  left: 18px;
  border-color: #2777fb;
  box-shadow: 0 2px 4px 0 rgba(231, 123, 16, 0.17);
}

@supports (transform: scale(1)) {
  .option-switch label, .option-switch b {
    transition: all 0.3s ease;
  }
  .option-switch input:checked + label b {
    left: 3px;
    transform: translate(14px, 0);
  }
}
.pagination {
  display: flex;
  padding: 15px;
  background: #fff;
}
.pagination button,
.pagination .select-box {
  display: block;
  box-sizing: border-box;
  height: 36px;
  font-size: 14px;
  color: #666;
  border: 0 none;
  background: none;
  border-radius: 3px;
}
.pagination button::after,
.pagination .select-box::after {
  border-color: #c6c6c6;
  border-radius: calc(3px * 2);
}
.pagination button:not(:last-child),
.pagination .select-box:not(:last-child) {
  margin-right: 12px;
}
.pagination button {
  display: block;
  flex: 1;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
}
.pagination button:disabled {
  color: #ccc;
}
.pagination button:disabled:after {
  border-color: #eee;
}
.pagination .select-box {
  position: relative;
  flex: 2;
}
.pagination .select-box label, .pagination .select-box select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pagination .select-box label {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.pagination .select-box select {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-appearance: none;
}
.pagination .con {
  flex: 1;
  display: flex;
}
.pagination .con * {
  flex: 0.5;
  display: block;
  box-sizing: border-box;
  height: 36px;
  font-size: 14px;
  color: #666;
  border-radius: 3px;
  line-height: 36px;
  text-align: center;
}
.pagination .con *::after {
  border-color: #c6c6c6;
  border-radius: calc(3px * 2);
}
.pagination .con *:not(:last-child) {
  margin-right: 10px;
}
.pagination .con .btn {
  flex: 1;
}

.gif-label {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
}
.gif-label:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 15px;
  background-image: url(../images/icon_gif_label.svg?v=none);
  background-size: cover;
}
.gif-label img {
  display: block;
}

.sign-vip {
  display: inline-block;
  width: 50px;
  height: 14px;
  background-size: cover;
  font-size: 0;
}
.sign-vip i, .sign-vip em {
  display: none;
}
.sign-vip.svp-supreme {
  background-image: url("../images/icon_vip_supreme.png?v=none");
}
.sign-vip.svp-lh {
  background-image: url("../images/icon_vip_lh.png?v=none");
}
.sign-vip.svp-card {
  background-image: url("../images/icon_vip_card.png?v=none");
}
.sign-vip.svp-half {
  background-image: url("../images/icon_vip_half.png?v=none");
}
.sign-vip.svp-quarter {
  background-image: url("../images/icon_vip_quarter.png?v=none");
}
.sign-vip.svp-enabled {
  background-image: url("../images/icon_vip_enabled.png?v=none");
}
.sign-vip.svp-exp {
  background-image: url("../images/icon_vip_exp.png?v=none");
}
.sign-vip.svp-exp_week {
  background-image: url("../images/icon_vip_exp_week.png?v=none");
}
.sign-vip.svp-not {
  background-image: url("../images/icon_vip_not.png?v=none");
}
.sign-vip.svp-exp-week {
  background-image: url("../images/icon_vip_exp_week.png?v=none");
}

.loading-cls {
  background: #f4f5f6 url(../images/image_loader.svg?v=none) no-repeat center;
}

.icon-bank-list {
  width: 23px;
  height: 23px;
  background-image: url(../images/icon_bank.png);
  background-image: -webkit-image-set(url(../images/icon_bank.png) 1x, url(../images/icon_bank@2x.png) 2x);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.icon-bank-list.ibl-icbc {
  background-position: 0px 0;
}
.icon-bank-list.ibl-cmb {
  background-position: -23px 0;
}
.icon-bank-list.ibl-ccb {
  background-position: -46px 0;
}
.icon-bank-list.ibl-spdb {
  background-position: -69px 0;
}
.icon-bank-list.ibl-gdb {
  background-position: -92px 0;
}
.icon-bank-list.ibl-abc {
  background-position: -115px 0;
}
.icon-bank-list.ibl-boc {
  background-position: -138px 0;
}
.icon-bank-list.ibl-comm {
  background-position: -161px 0;
}
.icon-bank-list.ibl-pab {
  background-position: -184px 0;
}
.icon-bank-list.ibl-psbc {
  background-position: -207px 0;
}
.icon-bank-list.ibl-hx {
  background-position: -230px 0;
}
.icon-bank-list.ibl-ceb {
  background-position: -253px 0;
}
.icon-bank-list.ibl-cmbc {
  background-position: -276px 0;
}
.icon-bank-list.ibl-citic {
  background-position: -299px 0;
}
.icon-bank-list.ibl-cib {
  background-position: -322px 0;
}
.icon-bank-list.ibl-bjb {
  background-position: -345px 0;
}
.icon-bank-list.ibl-shb {
  background-position: -368px 0;
}
.icon-bank-list.ibl-union {
  background-position: -391px 0;
}
.icon-bank-list.ibl-telecom {
  background-position: -414px 0;
}
.icon-bank-list.ibl-cmcc {
  background-position: -437px 0;
}
.icon-bank-list.ibl-unicom {
  background-position: -460px 0;
}
.icon-bank-list.ibl-zecb {
  background-position: -483px 0;
}
.icon-bank-list.ibl-mz {
  background-image: url(../images/icon_bank_mz.svg);
  background-repeat: no-repeat;
}

.popup-review {
  position: absolute;
  left: 50%;
  z-index: 1000001;
  display: flex;
  transform: translate(-50%, 0);
}
.popup-review::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border: 8px solid;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent;
  pointer-events: none;
}
.popup-review a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 30px;
  padding: 0 15px;
  white-space: nowrap;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.popup-review a:not(:first-child)::before {
  border-left-color: rgba(255, 255, 255, 0.3);
}
.popup-review a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.popup-review a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.dialog-confirm {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}
.dialog-confirm .box {
  position: relative;
  width: 315px;
  margin: 0 15px;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}
.dialog-confirm .box .dcf-handle {
  position: absolute;
  top: 16px;
  right: 16px;
}
.dialog-confirm .box .dcf-handle .close {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_popup_close.svg);
  background-repeat: no-repeat;
  background-position-x: -20px;
}
.dialog-confirm .box .dcf-handle .close.white {
  background-position-x: 0;
}
.dialog-confirm .dcf-content, .dialog-confirm .dcf-hint-content {
  padding: 18px 14px;
  background: #F6F6F7;
  color: rgba(26, 39, 52, 0.7);
  font-size: 14px;
  line-height: 20px;
}
.dialog-confirm .dcf-content h3, .dialog-confirm .dcf-hint-content h3 {
  padding: 2px 0;
  font-weight: 500;
  font-size: 16px;
  color: #1A2734;
  text-align: center;
}
.dialog-confirm .dcf-content h3 + p, .dialog-confirm .dcf-content h3 + .msg, .dialog-confirm .dcf-content h3 + .center-p, .dialog-confirm .dcf-hint-content h3 + p, .dialog-confirm .dcf-hint-content h3 + .msg, .dialog-confirm .dcf-hint-content h3 + .center-p {
  margin-top: 10px;
}
.dialog-confirm .dcf-content h3 em, .dialog-confirm .dcf-hint-content h3 em {
  color: #FF5200;
}
.dialog-confirm .dcf-content h3 .hint-icon, .dialog-confirm .dcf-hint-content h3 .hint-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -3px 10px 0 0;
  background-image: url(../images/icon_dialog_hint.svg);
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}
.dialog-confirm .dcf-content h3 .hint-icon.hint-warn, .dialog-confirm .dcf-hint-content h3 .hint-icon.hint-warn {
  background-position-x: -24px;
}
.dialog-confirm .dcf-content h3 .hint-icon.hint-error, .dialog-confirm .dcf-hint-content h3 .hint-icon.hint-error {
  background-position-x: -48px;
}
.dialog-confirm .dcf-content p em, .dialog-confirm .dcf-hint-content p em {
  color: #2777F8;
}
.dialog-confirm .dcf-content .center-p, .dialog-confirm .dcf-hint-content .center-p {
  text-align: center;
}
.dialog-confirm .dcf-content .txt-blue, .dialog-confirm .dcf-hint-content .txt-blue {
  color: #2777fb;
}
.dialog-confirm .dcf-content .txt-normal, .dialog-confirm .dcf-hint-content .txt-normal {
  font-size: 16px;
  color: #1A2734;
}
.dialog-confirm .dcf-content .txt-red, .dialog-confirm .dcf-hint-content .txt-red {
  color: red;
}
.dialog-confirm .dcf-content .txt-bold, .dialog-confirm .dcf-hint-content .txt-bold {
  font-weight: bold;
}
.dialog-confirm .dcf-coupon-content {
  padding: 50px 0 0;
}
.dialog-confirm .dcf-coupon-content .title {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.dialog-confirm .dcf-coupon-content .pic {
  width: 100px;
  height: 100px;
  margin: 10px auto;
}
.dialog-confirm .dcf-coupon-content .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.dialog-confirm .dcf-coupon-content .name, .dialog-confirm .dcf-coupon-content .tel {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.dialog-confirm .dcf-coupon-content .vip-mark {
  height: 14px;
  font-size: 0;
  margin-top: 6px;
  text-align: center;
}
.dialog-confirm .dcf-coupon-content .vip-mark [class*=sign-vip-] {
  transform-origin: top center;
  transform: scale(0.7);
}
.dialog-confirm .dcf-hint-content {
  padding: 40px 30px 30px;
}
.dialog-confirm .dcf-hint-content .hint-icon {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  background-image: url(../images/icon_dialog_hint.svg);
  background-repeat: no-repeat;
}
.dialog-confirm .dcf-hint-content .hint-icon.hint-warn {
  background-position-x: -64px;
}
.dialog-confirm .dcf-hint-content .hint-icon.hint-error {
  background-position-x: -128px;
}
.dialog-confirm .dcf-open-content {
  padding: 32px 14px 0;
  text-align: center;
}
.dialog-confirm .dcf-open-content h3 {
  font-size: 16px;
  color: #1A2734;
}
.dialog-confirm .dcf-open-content .desc {
  margin-bottom: 5px;
  color: #5e6671;
  font-size: 14px;
}
.dialog-confirm .dcf-open-content .pic {
  width: 100px;
  height: 100px;
  margin: 16px auto 0;
  border-radius: 50%;
  box-shadow: 0px 9px 15px 1px rgba(26, 39, 52, 0.1);
}
.dialog-confirm .dcf-open-content .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.dialog-confirm .dcf-open-content [class*=sign-vip-] {
  margin-top: 13px;
  transform: scale(0.7);
  transform-origin: top center;
}
.dialog-confirm .dcf-open-content [class*=sign-vip-] + .name {
  margin-top: 0;
}
.dialog-confirm .dcf-open-content .name {
  margin-top: 13px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  word-break: break-all;
}
.dialog-confirm .dcf-open-content .phone {
  padding-top: 3px;
}
.dialog-confirm .dcf-open-content .number {
  display: flex;
  padding: 10px 0;
  color: #5e6671;
  font-size: 14px;
  justify-content: center;
}
.dialog-confirm .dcf-open-content .number .title {
  flex-shrink: 0;
  line-height: 28px;
}
.dialog-confirm .dcf-open-content .number-check {
  display: flex;
  justify-content: flex-end;
}
.dialog-confirm .dcf-open-content .number-check i {
  flex-shrink: 0;
  padding: 0 8px;
  min-width: 10px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #e4eaef;
  border-radius: 4px;
}
.dialog-confirm .dcf-open-content .number-check i:not(:last-child) {
  margin-right: 8px;
}
.dialog-confirm .dcf-open-content .number-check i.current {
  background: #2777fb;
  border-color: #2777fb;
  color: #fff;
}
.dialog-confirm .dcf-open-content .number-check i.disabled {
  color: #8c929a;
  background-color: #E9EAEB;
  pointer-events: none;
}
.dialog-confirm .dcf-open-content .pay-type-title {
  margin: 10px 0 5px 0;
  text-align: left;
}
.dialog-confirm .dcf-open-content .pay-type {
  text-align: left;
}
.dialog-confirm .dcf-open-content .pay-type li:after {
  display: none;
}
.dialog-confirm .dcf-open-content .pay-type li label {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dialog-confirm .dcf-open-content .pay-type li .icon-pay-type {
  top: 10px;
}
.dialog-confirm .dcf-open-content .h3-text {
  padding: 12px 0 5px;
}
.dialog-confirm .h3-text {
  font-size: 16px;
  padding: 12px 0 5px;
  text-align: center;
}
.dialog-confirm .dcf-action {
  display: flex;
  padding: 20px;
}
.dialog-confirm .dcf-action a {
  display: block;
  flex: 1;
  height: 40px;
  border-radius: 40px;
  background: rgba(156, 166, 187, 0.2);
  color: #1A2734;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
}
.dialog-confirm .dcf-action a + a {
  margin-left: 15px;
}
.dialog-confirm .dcf-action .dcfa-confirm {
  background: #2777fb;
  color: #fff;
}
.dialog-confirm .dcf-action .dcfa-red {
  background: #FF5200;
}
.dialog-confirm .dcf-desc {
  padding-bottom: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  color: #8c929a;
}
.dialog-confirm .dcf-desc .btn-link {
  display: inline-flex;
  padding: 0 5px;
  line-height: 24px;
  align-items: center;
}
.dialog-confirm .dcf-desc .btn-link .icon-tutorial {
  margin-right: 5px;
}
.dialog-confirm .dcf-desc .txt-red {
  color: #ea4f3f;
}
.dialog-confirm .dcf-desc .txt-blue {
  color: #2777fb;
}
.dialog-confirm .icon-tutorial {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background-image: url(../images/icon_tutorial.svg);
  background-repeat: no-repeat;
}
.dialog-confirm .icon-warning {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
  background-image: url(../images/icon_warning.svg);
  background-repeat: no-repeat;
}
.dialog-confirm .vip-form {
  margin-top: 15px;
}
.dialog-confirm .vip-form .form-row {
  margin: 0;
}
.dialog-confirm .vip-form dl {
  padding-left: 100px;
}
.dialog-confirm .vip-form .number-check i:not(:last-child) {
  margin-right: 6px;
}
.dialog-confirm .vip-form .number-check .input-box input {
  width: 30px;
}
.dialog-confirm .txt-blue {
  color: #2777fb;
}
.dialog-confirm .txt-red {
  color: #ea4f3f;
}
.dialog-confirm .dcf-phone-input {
  padding: 10px 20px 0 20px;
}
.dialog-confirm .dcf-phone-input .title {
  margin-bottom: 10px;
  color: #5e6671;
  font-size: 14px;
}
.dialog-confirm .dcf-phone-input .desc {
  color: #8c929a;
  font-size: 12px;
}
.dialog-confirm .dcf-phone-input .phone-input {
  position: relative;
  display: flex;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid rgba(26, 39, 52, 0.2);
}
.dialog-confirm .dcf-phone-input .phone-input .name-telcheck {
  flex-shrink: 0;
  display: flex;
  position: relative;
  margin: 3px 0 3px 3px;
  padding: 0 8px;
  max-width: calc(100% - 120px);
  border-radius: 4px;
  background: #F2F2F2;
  line-height: 1;
  align-items: center;
}
.dialog-confirm .dcf-phone-input .phone-input .name-telcheck a {
  display: block;
  font-size: 14px;
  color: #5e6671;
}
.dialog-confirm .dcf-phone-input .phone-input .name-telcheck .tel-check {
  display: flex;
  align-items: center;
}
.dialog-confirm .dcf-phone-input .phone-input .name-telcheck select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}
.dialog-confirm .dcf-phone-input .phone-input .name-telcheck .icon-arrow {
  width: 8px;
  height: 8px;
  margin: -2px 0 0 4px;
  background-image: url(../images/icon_tel_check_arrow.svg);
  background-repeat: no-repeat;
}
.dialog-confirm .dcf-phone-input .phone-input input {
  flex: 1;
  min-width: 0;
  padding: 0 8px;
  font-size: 14px;
  background: none;
  border: none;
  outline: none;
}
.dialog-confirm .dcf-phone-input .phone-input input::-moz-placeholder {
  color: #ccc;
}
.dialog-confirm .dcf-phone-input .phone-input input::placeholder {
  color: #ccc;
}
.dialog-confirm .dcf-phone-input .phone-input .btn-clean {
  display: flex;
  flex-shrink: 0;
  width: 32px;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.dialog-confirm .dcf-phone-input .phone-input .btn-clean s {
  display: none;
}
.dialog-confirm .dcf-phone-input .phone-input .btn-clean:after {
  width: 18px;
  height: 18px;
  background-image: url(../images/icon_clean_circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.dialog-confirm .dcf-phone-input .country-popup {
  position: absolute;
  left: 0;
  bottom: 39px;
  padding: 5px 10px;
  background: #626F81;
  border-radius: 0.25rem;
  max-width: 90%;
  color: #fff;
}
.dialog-confirm .dcf-phone-input .country-popup .arrow {
  position: absolute;
  left: 10px;
  bottom: -5px;
  width: 10px;
  height: 10px;
  background: #626F81;
  transform-origin: center;
  transform: rotate(45deg);
}
.dialog-confirm .dcf-phone-input .country-popup span {
  display: block;
  font-size: 13px;
  line-height: 18px;
}
.dialog-confirm .dcf-list-pay .detail-list-pay {
  display: flex;
  flex-direction: column;
  max-height: 150px;
  margin: 10px 20px;
  border-radius: 8px;
  border: 1px solid #EDEEEF;
  background: #F7F9FA;
  color: #5e6671;
  font-size: 14px;
}
.dialog-confirm .dcf-list-pay .dlp-list {
  flex: 1;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.dialog-confirm .dcf-list-pay .dlp-list ul {
  padding: 10px 20px;
}
.dialog-confirm .dcf-list-pay .dlp-list li {
  display: flex;
  justify-content: space-between;
  padding: 2px 0;
}
.dialog-confirm .dcf-list-pay .dlp-list .amount {
  color: #8c929a;
}
.dialog-confirm .dcf-list-pay .dlp-total {
  display: flex;
  flex-shrink: 0;
  margin: 0 20px;
  padding: 10px 0;
  border-top: 1px solid #EDEEEF;
  align-items: center;
}
.dialog-confirm .dcf-list-pay .dlp-total .price-box {
  display: flex;
  margin-left: auto;
  align-items: center;
  line-height: 1;
}
.dialog-confirm .dcf-list-pay .dlp-total .price-box strong {
  font-size: 24px;
  color: #FF5200;
  font-weight: 500;
}
.dialog-confirm .dcf-list-pay .dlp-total .price-box strong + span {
  margin-top: 5px;
  margin-left: 4px;
}
.dialog-confirm .dcf-list-pay .dlp-desc {
  color: #8c929a;
  text-align: center;
  font-size: 12px;
}
.dialog-confirm .dcf-list-pay .remainsum-box {
  background: #F7F9FA;
}
.dialog-confirm .dcf-list-pay .remainsum-box .sel-label {
  padding: 5px 0;
}
.dialog-confirm .dcf-list-pay .remainsum-box .sel-label strong {
  font-weight: normal;
  color: #1A2734;
}
.dialog-confirm .dcf-list-pay .remainsum-box .sel-label span {
  color: #5e6671;
}
.dialog-confirm .dcf-list-pay .remainsum-box .remainsum-desc {
  background: #fff;
}
.dialog-confirm .dcf-list-pay .remainsum-box .remainsum-desc.rdesc-warn {
  background: rgba(249, 231, 230, 0.8);
}
.dialog-confirm .dcf-list-pay .remainsum-box .row-price-box {
  display: flex;
  padding: 15px 0 5px 0;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.dialog-confirm .dcf-list-pay .remainsum-box .row-price-box strong {
  margin: -3px 5px 0 0;
  font-size: 24px;
  color: #FF5200;
  font-weight: 500;
}

.icon-hint {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url(../images/icon_hint.png?v=none);
  background-size: auto 48px;
}
.icon-hint.hint-info {
  background-position-x: 0px;
}
.icon-hint.hint-warn {
  background-position-x: -48px;
}
.icon-hint.hint-suc {
  background-position-x: -96px;
}
.icon-hint.hint-error {
  background-position-x: -144px;
}

.schedule-info li,
.diary-content li,
.reply-content li {
  list-style: inherit;
}

.schedule-info ul,
.diary-content ul,
.reply-content ul,
.schedule-info ol,
.diary-content ol,
.reply-content ol {
  padding-left: 2em;
}

.reply-content a,
.schedule-info a,
.diary-content a {
  color: #2b91e3;
}

.detail-content h1, .detail-content h2, .detail-content h3, .detail-content h4, .detail-content h5, .detail-content h6 {
  padding: 0.3em 0;
  line-height: 130%;
}
.detail-content img {
  max-width: 100%;
}
.detail-content i, .detail-content em {
  font-style: italic;
}
.detail-content s, .detail-content u {
  text-decoration: underline;
}
.detail-content a {
  color: #2777F8;
}
.detail-content p + br {
  display: none;
}
.detail-content p[style*="text-align: center"],
.detail-content p[style*="text-align:center"] {
  text-indent: 0 !important;
}
.detail-content .table-wrap {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  border: 1px solid #ccc;
}
.detail-content .table-wrap:after {
  content: "左滑查看更多";
  position: absolute;
  top: 50%;
  right: -28px;
  z-index: 1;
  width: 18px;
  height: 94px;
  margin-top: -53px;
  padding: 5px 2px;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  color: #666;
  text-shadow: 0 1px #fff;
  border: 1px solid #b3b3b3;
  border-right: 0 none;
  border-radius: 5px 0 0 5px;
  background: #f5f5f5 url(../images/table_scroll_arrow.svg?v=none) no-repeat 5px 90px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: right 0.2s ease;
}
.detail-content .table-wrap.show-scroll:after {
  right: 0;
}
.detail-content .table-wrap .scroll-box {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: -1px;
}
.detail-content table {
  margin: auto;
  border: 0 none;
  border-collapse: collapse;
}
.detail-content th, .detail-content td {
  margin: 0;
  padding: 5px 10px;
  white-space: nowrap;
  text-indent: 0;
  line-height: 20px;
  font-size: 16px;
  border: 1px solid #ccc;
}
.detail-content th {
  background: #f2f2f2;
  font-weight: normal;
}
.detail-content td img {
  max-width: 100%;
}
.detail-content td:first-child:last-child, .detail-content td:nth-child(1):nth-last-child(2), .detail-content td:nth-child(2):nth-last-child(1), .detail-content td:nth-child(1):nth-last-child(3), .detail-content td:nth-child(1):nth-last-child(3) ~ td, .detail-content td:nth-child(1):nth-last-child(4), .detail-content td:nth-child(1):nth-last-child(4) ~ td, .detail-content td:nth-child(1):nth-last-child(5), .detail-content td:nth-child(1):nth-last-child(5) ~ td {
  white-space: normal;
  word-break: break-all;
}
.detail-content td:first-child:last-child img {
  max-width: calc(100vw - 52px);
}
.detail-content td:nth-child(1):nth-last-child(2) img, .detail-content td:nth-child(2):nth-last-child(1) img, .detail-content td:nth-child(1):nth-last-child(3) img, .detail-content td:nth-child(1):nth-last-child(3) ~ td img, .detail-content td:nth-child(1):nth-last-child(4) img, .detail-content td:nth-child(1):nth-last-child(4) ~ td img, .detail-content td:nth-child(1):nth-last-child(5) img, .detail-content td:nth-child(1):nth-last-child(5) ~ td img {
  max-width: calc((100vw - 30px) / 2 - 22px);
}
.detail-content .table-scrollable {
  position: relative;
  overflow: hidden;
}
.detail-content .table-scrollable.table-scrollable-left .table-scrollable-content, .detail-content .table-scrollable.table-scrollable-right .table-scrollable-content {
  overflow-x: scroll;
}
.detail-content .table-scrollable.table-scrollable-left:before, .detail-content .table-scrollable.table-scrollable-left:after, .detail-content .table-scrollable.table-scrollable-right:before, .detail-content .table-scrollable.table-scrollable-right:after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  border-width: 0;
  border-color: #F88C20;
  border-style: dashed;
  background: #fff;
  pointer-events: none;
}
.detail-content .table-scrollable.table-scrollable-left:before {
  left: 0;
  border-left-width: 1px;
  box-shadow: 4px 0 10px 2px rgba(248, 140, 32, 0.2);
  content: "";
}
.detail-content .table-scrollable.table-scrollable-right:after {
  right: 0;
  border-right-width: 1px;
  box-shadow: -4px 0 10px 2px rgba(248, 140, 32, 0.2);
  content: "";
}
.detail-content .table-scrollable .table-scrollable-content {
  overflow-x: auto;
  overflow-y: hidden;
}
.detail-content .table-scrollable table {
  width: -moz-max-content;
  width: max-content;
}
.detail-content .business-table table {
  width: 100%;
}
.detail-content .business-table th, .detail-content .business-table td {
  white-space: normal;
  word-wrap: break-word;
}
.detail-content .business-table thead td {
  padding: 8px 10px;
}
.detail-content .business-table thead td, .detail-content .business-table .td-title {
  text-align: center;
  background: #f2f2f2;
}
.detail-content .business-table .td-title {
  min-width: 2em;
}
.detail-content pre {
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin: 10px 0;
  padding-left: 5px;
  font-family: "Consolas", "Courier New", Courier, serif;
  border-left: 2px solid #f37066;
  background: #f8f8f8;
}
.detail-content .mathquill-embedded-latex {
  text-indent: 0;
}
.detail-content ul.list-paddingleft-2 {
  list-style-type: disc;
}
.detail-content ul.list-paddingleft-2[style*="margin-left: 0em"], .detail-content ul.list-paddingleft-2[style*="margin-left: 0"], .detail-content ul.list-paddingleft-2[style*="margin-left:0em"], .detail-content ul.list-paddingleft-2[style*="margin-left:0"], .detail-content ul.list-paddingleft-2:not([style*=margin-left]) {
  margin-left: 1em !important;
}
.detail-content ul.list-paddingleft-2 li {
  list-style: inherit;
}
.detail-content ol.list-paddingleft-2 {
  margin-left: 0 !important;
  list-style-type: none !important;
  counter-reset: list-paddingleft;
}
.detail-content ol.list-paddingleft-2 li {
  position: relative;
  counter-increment: list-paddingleft;
}
.detail-content ol.list-paddingleft-2 li p {
  text-indent: 2em;
}
.detail-content ol.list-paddingleft-2 li > *:first-child::before {
  content: counter(list-paddingleft) ". ";
}

.reply-content {
  text-indent: 2em;
}

.list-paddingleft-2 {
  text-indent: 0;
}

.popup-weixin-hint {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px;
  z-index: 100001;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #f9fbfc;
}
.popup-weixin-hint h3 {
  height: 35px;
  margin: auto;
  line-height: 35px;
  font-weight: bold;
  font-size: 18px;
  color: #1a2734;
}
.popup-weixin-hint h3::before {
  content: "";
  float: left;
  width: 3px;
  height: 11px;
  margin: 12px 5px 0 0;
  background: #1a2734;
}
.popup-weixin-hint::before {
  content: "";
  position: absolute;
  top: 11px;
  right: 25px;
  left: calc(50% + 75px);
  height: 72px;
  background: url(../images/browser_open_hint_line@2x.png?v=none);
  background-size: 100% 100%;
}

@media (min-width: 480px) {
  .popup-weixin-hint::before {
    top: 22px;
    right: 70px;
    left: 65%;
    min-width: 160px;
    background-image: url(../images/browser_open_hint_line_wide@2x.png?v=none);
  }
}
.hint-open-browser {
  width: 234px;
  height: 178px;
  margin: 30px auto 50px;
  font-size: 0;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
.hint-open-browser[platform=ios] {
  background-image: url(../images/browser_open_hint_ios.png?v=none);
  background-image: -webkit-image-set(url(../images/browser_open_hint_ios.png?v=none) 1x, url(../images/browser_open_hint_ios@2x.png?v=none) 2x);
  background-image: image-set(url(../images/browser_open_hint_ios.png?v=none) 1x, url(../images/browser_open_hint_ios@2x.png?v=none) 2x);
}
.hint-open-browser[platform=android] {
  background-image: url(../images/browser_open_hint_android.png?v=none);
  background-image: -webkit-image-set(url(../images/browser_open_hint_android.png?v=none) 1x, url(../images/browser_open_hint_android@2x.png?v=none) 2x);
  background-image: image-set(url(../images/browser_open_hint_android.png?v=none) 1x, url(../images/browser_open_hint_android@2x.png?v=none) 2x);
}

.hint-download-app {
  width: 234px;
  margin: auto;
  padding: 45px 0;
}
.hint-download-app::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  border-radius: 18px;
  background: url(../images/icon_app_download.png?v=none) no-repeat center;
  background-image: -webkit-image-set(url(../images/icon_app_download.png?v=none) 1x, url(../images/icon_app_download@2x.png?v=none) 2x);
  background-image: image-set(url(../images/icon_app_download.png?v=none) 1x, url(../images/icon_app_download@2x.png?v=none) 2x);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.hint-download-app a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  background: #2777f8;
}

.popup-banklist {
  border-radius: 6px;
  background: #fff;
  width: 80vw;
  max-height: calc(100vh - 30px);
  overflow: auto;
}
.popup-banklist li a {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  line-height: 30px;
}
.popup-banklist li a .icon-bank-list {
  margin-right: 8px;
}

.layer-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.layer-popup .box {
  position: relative;
}
.layer-popup [class*=popup-] {
  position: relative;
  background-color: #fff;
  border-radius: 16px;
}
.layer-popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.layer-popup .close i {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_popup_close.svg);
  background-repeat: no-repeat;
  background-position-x: -20px;
}

.ex-popoup-hint {
  position: fixed;
  z-index: 11111;
  width: 170px;
  min-height: 48px;
  padding: 138px 15px 14px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.ex-popoup-hint:after {
  content: "";
  display: inline-block;
  height: 48px;
  vertical-align: middle;
}
.ex-popoup-hint s {
  position: absolute;
  top: 42px;
  left: 50%;
  height: 80px;
  overflow: hidden;
  background-image: url(../images/ext_hint_icon.png?v=none);
  background-repeat: no-repeat;
}
.ex-popoup-hint span {
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 18px;
  font-family: "Yuanti SC", "Microsoft Yahei", "Heiti";
  color: white;
}
.ex-popoup-hint span b {
  font-weight: normal;
  color: white;
}

.exph-suc {
  background-image: url(about:blank);
  background-color: rgba(47, 183, 70, 0.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F22FB746", endColorstr="#F22FB746");
}
html:root .exph-suc {
  filter: none;
}
.exph-suc s {
  width: 100px;
  margin-left: -50px;
  background-position: 0 0;
  -webkit-animation: suc 0.5s ease;
  -webkit-animation-fill-mode: both;
}

.exph-war {
  background-image: url(about:blank);
  background-color: rgba(248, 149, 0, 0.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F2F89500", endColorstr="#F2F89500");
}
html:root .exph-war {
  filter: none;
}
.exph-war s {
  width: 16px;
  margin-left: -8px;
  background-position: -100px 0;
  -webkit-animation: war 1.2s ease 0.3s;
  -webkit-animation-fill-mode: both;
}

.exph-err {
  background-image: url(about:blank);
  background-color: rgba(181, 12, 3, 0.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F2B50C03", endColorstr="#F2B50C03");
}
html:root .exph-err {
  filter: none;
}
.exph-err s {
  width: 80px;
  margin-left: -40px;
  background-position: -116px 0;
  -webkit-animation: err 1.2s ease 0.3s;
  -webkit-animation-fill-mode: both;
}

.exph-loader {
  background-image: url(about:blank);
  background-color: rgba(102, 102, 102, 0.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F2666666", endColorstr="#F2666666");
}
html:root .exph-loader {
  filter: none;
}
.exph-loader s {
  top: 54px;
  width: 66px;
  height: 66px;
  margin-left: -33px;
  background: url(../images/ext_hint_loader.gif?v=none) no-repeat 0 0;
}

@supports (animation-timing-function: steps(1)) {
  .exph-loader s {
    display: none;
  }
  .exph-loader::before {
    content: "";
    position: absolute;
    top: 42px;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    background-image: url(../images/ext_hint_loader.png?v=none);
    animation: loader 1.5s steps(24) infinite;
  }
}
@keyframes loader {
  100% {
    transform: rotate(360deg);
  }
}