#gridFooter::-webkit-scrollbar {
  width: 0;
}
.jz_web_footer {
  background-color: aqua;
  transition: all 0.35s;
}
.g_footer {
  background-color: #f4f4f4;
  color: #666;
  position: relative;
}
.g_footer,
.jz_screen_mobi .g_footer,
.s_footer {
  font-size: calc(var(--fontRatio, 1) * 12px);
}
.s_footer {
  padding: 12px 0;
  text-align: var(--global-text-align, center);
}
.s_footer,
.s_footer_anchor {
  color: #999;
}
.s_footer_spance {
  margin: 0 8px;
}
.s_footer_support_icon {
  height: 12px;
  margin: 0 4px;
  width: 12px;
}
.jz_web_row {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 0 12.4%;
  position: relative;
}
.mobi_style_row.jz_web_row {
  padding: 0;
}
.jz_manage_web_pc .jz_web_row_line:hover .row_material_factory_line {
  display: block;
}
.jz_hover_qrcode {
  position: fixed;
  z-index: 9033;
}
.jz_hover_qrcode__enter_to,
.jz_hover_qrcode__leave_to {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.jz_hover_qrcode__enter {
  opacity: 0;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.jz_hover_qrcode__enter_to,
.jz_hover_qrcode__leave {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.jz_hover_qrcode__leave_to {
  opacity: 0;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.jz_hover_qrcode_content {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  overflow: hidden;
  padding: 15.5px 20px;
  width: 200px;
}
.jz_hover_qrcode_img {
  height: 160px;
  width: 160px;
}
.jz_hover_qrcode_text {
  color: #333;
  font-size: calc(var(--fontRatio, 1) * 14px);
  line-height: 17px;
  margin-top: 12px;
  text-align: var(--global-text-align, center);
}
.jz_hover_qrcode_arrow {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  left: 50%;
  margin-left: -7px;
  position: absolute;
}
.jz_hover_qrcode_arrow__top {
  border-bottom: 8px solid #fff;
  top: -8px;
}
.jz_hover_qrcode_arrow__bottom {
  border-top: 8px solid #fff;
  bottom: -8px;
}
.jz_click_qrcode_container {
  overflow: hidden;
}
.formBox.jz_click_qrcode_container {
  z-index: 9033;
}
.jz_click_qrcode_container .formTLSite {
  display: none;
}
.jz_click_qrcode {
  position: relative;
  z-index: 9033;
}
.jz_click_qrcode_content {
  background-color: #fff;
  border-radius: 2px;
  overflow: hidden;
  padding: 25px 25px 0;
}
.jz_click_qrcode_img {
  height: 200px;
  width: 200px;
}
.jz_click_qrcode_text {
  color: #333;
  font-size: calc(var(--fontRatio, 1) * 16px);
  line-height: 17px;
  margin-top: 18px;
  text-align: var(--global-text-align, center);
}
.richALink {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.jz_screen_mobi .jz_hover_qrcode {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9998;
}
.jz_screen_mobi .jz_hover_qrcode_content {
  background: #fff;
  border-radius: 5px;
  height: 11.9rem;
  width: 10.9rem;
}
.jz_screen_mobi .jz_hover_qrcode_content,
.jz_screen_mobi .jz_hover_qrcode_img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.jz_screen_mobi .jz_hover_qrcode_img {
  height: 8rem;
  margin-top: -0.5rem;
  width: 8rem;
}
.jz_screen_mobi .jz_hover_qrcode_text {
  font-size: 0.65rem;
  height: 8rem;
  left: 50%;
  margin-top: 7.925rem;
  position: absolute;
  text-align: var(--global-text-align, center);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8rem;
  z-index: 9999;
}
.jz_popup_window_bg {
  background: #000;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9032;
}
.jz_screen_pc .border_bottom_transition {
  border-color: transparent;
  position: relative;
  transition: 0.5s;
  -ms-transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}
.border_bottom_transition:after,
.jz_screen_pc .border_bottom_transition:before {
  box-sizing: border-box;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: transform 0.36s ease;
  width: 100%;
}
.jz_screen_pc .border_bottom_transition:hover:after,
.jz_screen_pc .border_bottom_transition:hover:before {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.jz_screen_pc .border_bottom_transition:before {
  border-bottom: 3px;
  border-bottom-style: solid;
  border-color: inherit;
  transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
}
.p_popup_layer {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10003;
}
.p_popup_layer .popup_mask {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}
.p_popup_layer .popup_content {
  bottom: 0;
  position: absolute;
  transform: translateY(100%);
  transition: transform 0.3s;
  width: 100%;
}
.p_popup_layer .popup_content.active {
  transform: none;
}
@keyframes fk-popupWindowVT {
  0% {
    transform: scale(0.6);
  }
  to {
    transform: scale(1);
  }
}
.fk-popupWindowVT {
  animation: fk-popupWindowVT 0.3s ease;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  font-family:
    å¾®è½¯éé»,
    microsoft yahei,
    å®ä½,
    æ°å®ä½,
    sans-serif;
  margin: auto;
  overflow: hidden;
  position: absolute;
  z-index: 9032;
}
.fk-popupWindowVT .pWHead {
  border-bottom: 1px solid #e3e2e8;
  cursor: move;
  height: 64px;
  position: relative;
  width: 100%;
}
.fk-popupWindowVT .pWHead .pWHead_title {
  color: #333;
  font-size: calc(var(--fontRatio, 1) * 16px);
  margin-left: 35px;
  overflow: hidden;
  padding-top: 22px;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
}
.fk-popupWindowVT .pWHead .pWHead_close {
  height: 18px;
  position: absolute;
  right: 30px;
  top: 23px;
  width: 18px;
}
.fk-popupWindowVT .pWHead .pWHead_close_img {
  background: url(/image/rimage/fromSite/v2/mbg01.png?v=202512301156) -449px -187px
    no-repeat;
  cursor: pointer;
  height: 18px;
  width: 18px;
}
.fk-popupWindowVT .pWHead .pWHead_close_img:hover {
  background: url(/image/rimage/fromSite/v2/mbg01.png?v=202512301156) -791px -152px
    no-repeat;
  cursor: pointer;
  height: 18px;
  width: 18px;
}
.fk-popupWindowVT .pWBottom {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.fk-popupWindowVT .pWBottom .pWBtns {
  text-align: var(--global-text-align, center);
}
.fk-popupWindowVT .pWBottom .pWBtns .editbutton {
  background: #fff;
  border: 1px solid #e7e7eb;
  border-radius: 2px;
  color: #d2d2d2;
  cursor: pointer;
  font-size: calc(var(--fontRatio, 1) * 13px);
  height: 35px;
  margin: 0 18px;
  outline: none;
  width: 100px;
}
.fk-popupWindowVT .pWBottom .pWBtns .fk-cancelButton {
  border: 1px solid #ccc;
  color: #999;
}
.fk-popupWindowVT .pWBottom .pWBtns .fk-cancelButton-hover,
.fk-popupWindowVT .pWBottom .pWBtns .fk-saveButton {
  background: #557ce1;
  border: 0;
  color: #fff;
  font-size: calc(var(--fontRatio, 1) * 13px);
}
.fk-popupWindowVT .pWBottom .pWBtns .fk-saveButton-disabled {
  background: #fff;
  border: 1px solid #e7e7eb;
  border-radius: 30px;
  color: #d2d2d2;
  cursor: default;
  font-size: calc(var(--fontRatio, 1) * 13px);
  height: 35px;
  margin: 0 18px;
  width: 100px;
}
.fk-popupWindowVT .pwLoading {
  background: url(/image/rimage/fromSite/loading/loading_2b.gif?v=202512301156)
    no-repeat 50% #fff;
  display: block;
  position: absolute;
  top: 65px;
}
.fk-popupWindowVT .pWCenter .tabs_extendedLine {
  border-right: 1px solid #e3e2e8;
  left: 141px;
  position: absolute;
}
.fk-popupWindowVT.fileUploadV2 .pWCenter {
  width: 950px;
}
.fk-popupWindowVT.fileUploadV2 .pWHead {
  background-color: #fff;
  border-top-right-radius: 2px;
  height: 65px;
  line-height: 65px;
  width: 950px;
}
.fk-popupWindowVT.fileUploadV2 .pWHead .pWHead_title {
  padding-top: 0;
}
.fk-popupWindowVT.fileUploadV2 .pWBottom {
  background-color: #fff;
  border-bottom-right-radius: 2px;
  width: 950px;
}
.fk-popupWindowVT.fileUploadV2 .choiceFileListTop {
  background: #fff;
  border-bottom: 1px solid #f2f2f5;
  border-top-left-radius: 2px;
  color: #333;
  display: none;
  font-size: calc(var(--fontRatio, 1) * 14px);
  height: 66px;
  line-height: 66px;
  position: absolute;
  right: 0;
  text-align: var(--global-text-align, center);
  top: 0;
  width: 148px;
}
.fk-popupWindowVT.fileUploadV2 .choiceFileListBottom {
  background: #fff;
  border-bottom-left-radius: 2px;
  bottom: 0;
  display: none;
  height: 89px;
  position: absolute;
  right: 0;
  width: 148px;
}
.fk-popupWindowVT .f_bannerV2Tips {
  color: #666;
  font-size: calc(var(--fontRatio, 1) * 12px);
}
.fk-popupWindowVT .pWBottom .pWBtns .jz-btn {
  margin: 0 18px;
}
.fk-popupWindowVT.subNavPackTpl .pWBottom .pWBtns .fk-saveButton {
  font-size: calc(var(--fontRatio, 1) * 12px);
  width: 120px;
}
.fk-popupWindowVT.subNavPackTpl .jz-btn-global-oper.jz-btn-active {
  padding: 8px;
}
.fk-popupWindowVT .maskLayer {
  background-color: #fff;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.fk-popupWindowVT .pWBtn {
  margin: 28px 18px;
}
.fk-popupWindowVT_position--fixed {
  position: fixed;
}
.c_checkbox {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0;
  height: 16px;
  outline: 0;
  position: relative;
  top: 2px;
  vertical-align: 0;
  width: 16px;
}
.c_checkbox:checked:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  content: "ò°¢";
  font-family: icomoon;
  font-size: calc(var(--fontRatio, 1) * 13px);
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  left: 50%;
  line-height: 1;
  position: absolute;
  text-transform: none;
  top: 50%;
  transform: translate(-50%, -48%) scale(0.73);
}
.c_select {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  font-size: calc(var(--fontRatio, 1) * 15px);
  height: 45px;
  line-height: 45px;
  outline: 0;
  padding-left: 15px;
  position: relative;
  z-index: 1;
}
.c_right_arrow {
  border-color: #666;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-top: -5px;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  width: 6px;
  z-index: 2;
}
.c_popup {
  display: none;
  position: relative;
  text-align: var(--global-text-align, center);
  z-index: 10001;
}
@media screen and (min-width: 0\0) {
  .c_popup {
    max-width: none !important;
  }
}
.c_popup:after {
  content: "";
  height: 100%;
}
.c_popup:after,
.c_popup_main {
  display: inline-block;
  vertical-align: middle;
}
.c_popup_main {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  left: 50%;
  max-width: 420px;
  overflow: hidden;
  padding: 40px 0;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
}
.c_popup_layout {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.6s;
  width: 100%;
  z-index: 10001;
}
.c_popup_icon {
  padding: 0 70px 5px;
}
.c_popup_icon .service_number_icon {
  color: #666;
  font-size: calc(var(--fontRatio, 1) * 40px);
  font-style: normal;
  line-height: 1;
}
.c_popup_content {
  font-size: calc(var(--fontRatio, 1) * 18px);
  line-height: 1.5;
  padding: 23px 60px 0;
  word-break: break-word;
}
.c_popup_buttons {
  font-size: calc(var(--fontRatio, 1) * 16px);
  padding: 24px 58px 0;
}
.c_popup_button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e3e2e8;
  border-radius: 2px;
  color: #333;
  cursor: pointer;
  display: inline-flex;
  font-size: calc(var(--fontRatio, 1) * 14px);
  margin: 0 18px;
  min-height: 34px;
  outline: 0;
  padding: 0 28px;
}
.c_popup_button:hover,
.c_popup_button__active {
  background-color: #5874d8;
  border-color: #5874d8;
  color: #fff;
  outline: 0;
}
.c_popup_button:active {
  background-color: #4a67d1;
  border-color: #4a67d1;
  color: #fff;
  outline: 0;
}
.c_popup_close {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 20px;
}
.jz_screen_mobi:not(.jz_screen_tablet) .c_popup_main {
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 5.333vw 0;
}
.jz_screen_mobi:not(.jz_screen_tablet) .c_popup_icon {
  padding: 0 9.333vw 0.667vw;
}
.jz_screen_mobi:not(.jz_screen_tablet) .c_popup_content {
  font-size: 3.734vw;
  line-height: 4.533vw;
  max-width: 68vw;
  padding: 3.067vw 8vw 0;
}
.jz_screen_mobi:not(.jz_screen_tablet) .c_popup_buttons {
  font-size: 2.133vw;
  padding: 3.2vw 7.733vw 0;
}
.jz_screen_mobi:not(.jz_screen_tablet) .c_popup_button {
  border: 1px solid #e3e2e8;
  border-radius: 2px;
  font-size: 1.867vw;
  height: 4.533vw;
  margin: 0 2.4vw;
  padding: 0 3.733vw;
}
.jz_screen_mobi:not(.jz_screen_tablet) .c_popup_close {
  font-size: 1.6vw;
  right: 4vw;
  top: 2.667vw;
}
.i_warning {
  border: 4px solid #f8bb86;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  height: 88px;
  position: relative;
  width: 88px;
}
.i_warning:after,
.i_warning:before {
  background-color: #f8bb86;
  content: "";
  display: block;
}
.i_warning:before {
  border-radius: 2px;
  height: 47px;
  margin: 10px auto 0;
  width: 5px;
}
.i_warning:after {
  border-radius: 50%;
  height: 7px;
  margin: 6px auto 0;
  width: 7px;
}
.jz_screen_mobi .i_warning {
  border: 0.533vw solid #f8bb86;
  height: 11.733vw;
  width: 11.733vw;
}
.jz_screen_mobi .i_warning:before {
  border-radius: 2px;
  height: 6.267vw;
  margin: 1.333vw auto 0;
  width: 0.667vw;
}
.jz_screen_mobi .i_warning:after {
  height: 0.933vw;
  margin: 0.8vw auto 0;
  width: 0.933vw;
}
.i_success {
  border: 4px solid #49b344;
  border-radius: 50%;
  height: 80px;
  margin: 0 auto;
  position: relative;
  width: 80px;
}
.i_success:after,
.i_success:before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  transform: rotate(-45deg);
}
.i_success:before {
  border-radius: 120px 0 0 120px;
  height: 120px;
  left: -33px;
  top: -7px;
  transform-origin: 60px 60px;
  width: 65px;
}
.i_success:after {
  animation: jz-icon-success-loading 4.25s ease-in;
  border-radius: 0 120px 120px 0;
  height: 120px;
  left: 30px;
  top: -11px;
  transform-origin: 0 60px;
  width: 60px;
}
@keyframes jz-icon-success-loading {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  to {
    transform: rotate(-405deg);
  }
}
.jz_screen_mobi .i_success {
  border: 0.533vw solid #49b344;
  height: 10.667vw;
  width: 10.667vw;
}
.jz_screen_mobi .i_success:before {
  border-radius: 16vw 0 0 16vw;
  height: 16vw;
  left: -4.4vw;
  top: -0.933vw;
  transform-origin: 8vw 8vw;
  width: 8.667vw;
}
.jz_screen_mobi .i_success:after {
  border-radius: 0 16vw 16vw 0;
  height: 16vw;
  left: 4vw;
  top: -1.467vw;
  transform-origin: 0 8vw;
  width: 8vw;
}
.i_success_placeholder {
  border: 4px solid rgba(73, 179, 68, 0.2);
  border-radius: 50%;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 1;
}
.i_success_bingo {
  display: block;
  height: 80px;
  margin: 0 auto;
  position: relative;
  width: 80px;
}
.i_success_bingo:after,
.i_success_bingo:before {
  background-color: #49b344;
  border-radius: 2px;
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
}
.i_success_bingo:before {
  animation: jz-icon-success-bingo-before 0.75s;
  height: 5px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
  width: 25px;
}
.i_success_bingo:after {
  animation: jz-icon-success-bingo-after 0.75s;
  height: 5px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
  width: 47px;
}
@keyframes jz-icon-success-bingo-before {
  0% {
    left: 1px;
    top: 19px;
    width: 0;
  }
  54% {
    left: 1px;
    top: 19px;
    width: 0;
  }
  70% {
    left: -8px;
    top: 37px;
    width: 50px;
  }
  84% {
    left: 21px;
    top: 48px;
    width: 17px;
  }
  to {
    left: 14px;
    top: 45px;
    width: 25px;
  }
}
@keyframes jz-icon-success-bingo-after {
  0% {
    right: 46px;
    top: 54px;
    width: 0;
  }
  65% {
    right: 46px;
    top: 54px;
    width: 0;
  }
  84% {
    right: 0;
    top: 35px;
    width: 55px;
  }
  to {
    right: 8px;
    top: 38px;
    width: 47px;
  }
}
.jz_screen_mobi .i_success_placeholder {
  border: 0.533vw solid rgba(73, 179, 68, 0.2);
  height: 10.667vw;
  left: -0.533vw;
  top: -0.533vw;
  width: 10.667vw;
}
.jz_screen_mobi .i_success_bingo {
  height: 10.667vw;
  margin: 0 auto;
  width: 10.667vw;
}
.i_success_bingo:after,
.jz_screen_mobi .i_success_bingo:before {
  border-radius: 2px;
}
.jz_screen_mobi .i_success_bingo:before {
  animation: jz-icon-success-bingo-before-vw 0.75s;
  height: 0.667vw;
  left: 1.867vw;
  top: 6.133vw;
  width: 3.333vw;
}
.jz_screen_mobi .i_success_bingo:after {
  animation: jz-icon-success-bingo-after-vw 0.75s;
  height: 0.667vw;
  right: 1.067vw;
  top: 5.067vw;
  width: 6.267vw;
}
@keyframes jz-icon-success-bingo-before-vw {
  0% {
    left: 0.133vw;
    top: 2.533vw;
    width: 0;
  }
  54% {
    left: 0.133vw;
    top: 2.533vw;
    width: 0;
  }
  70% {
    left: -1.067vw;
    top: 4.933vw;
    width: 6.667vw;
  }
  84% {
    left: 2.8vw;
    top: 6.4vw;
    width: 2.267vw;
  }
  to {
    left: 1.867vw;
    top: 6vw;
    width: 3.333vw;
  }
}
@keyframes jz-icon-success-bingo-after-vw {
  0% {
    right: 6.134vw;
    top: 7.2vw;
    width: 0;
  }
  65% {
    right: 6.134vw;
    top: 7.2vw;
    width: 0;
  }
  84% {
    right: 0;
    top: 4.667vw;
    width: 7.333vw;
  }
  to {
    right: 1.067vw;
    top: 5.067vw;
    width: 6.267vw;
  }
}
@keyframes jz-icon-success-bingo-manage-before-vw {
  0% {
    left: 0.49875px;
    top: 9.49875px;
    width: 0;
  }
  54% {
    left: 0.49875px;
    top: 9.49875px;
    width: 0;
  }
  70% {
    left: 4.00125px;
    top: 18.49875px;
    width: 25.00125px;
  }
  84% {
    left: 10.5px;
    top: 24px;
    width: 8.50125px;
  }
  to {
    left: 7.00125px;
    top: 22.5px;
    width: 12.49875px;
  }
}
@keyframes jz-icon-success-bingo-manage-after-vw {
  0% {
    right: 23.0025px;
    top: 27px;
    width: 0;
  }
  65% {
    right: 23.0025px;
    top: 27px;
    width: 0;
  }
  84% {
    right: 0;
    top: 17.50125px;
    width: 27.49875px;
  }
  to {
    right: 4.00125px;
    top: 19.00125px;
    width: 23.50125px;
  }
}
#ing {
  max-width: 90%;
}
.tips {
  background-color: #fff5dc;
  border: none;
  box-shadow: 0 5px 10px -5px #b3b3b3;
  -moz-box-shadow: 0 5px 10px -5px #b3b3b3;
  -webkit-box-shadow: 0 5px 10px -5px #b3b3b3;
  color: #ff8e1e;
  float: left;
  font-size: calc(var(--fontRatio, 1) * 13px);
  left: 0;
  margin: 3px 0;
  position: relative;
  top: 0;
  width: auto;
  z-index: 9999;
}
.tips .msg {
  margin: 0 15px;
  padding: 10px 17px;
  width: auto;
}
.tips .msg.pc {
  margin-right: 25px;
}
.tips .close {
  background: url(/image/rimage/fromSite/close02.png?v=202512301156) 50%
    no-repeat;
  cursor: pointer;
  height: 8px;
  position: absolute;
  right: 15px;
  top: calc(50% - 4px);
  width: 8px;
}
.tips .close_hover {
  background: url(/image/rimage/fromSite/close03.png?v=202512301156) 50%
    no-repeat;
}
.tips a {
  color: red;
}
.fk-limtUv {
  height: 100%;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fk-limtUv,
.fk-limtUv .tipDialog {
  align-items: center;
  background-color: #fff;
  display: flex;
}
.fk-limtUv .tipDialog {
  border-radius: 3px;
  flex-direction: column;
  height: 380px;
  position: relative;
  width: 600px;
}
.fk-limtUv .tipDialog2 {
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .fk-limtUv .tipDialog {
    height: 100%;
    width: 100%;
  }
  .fk-limtUv .tipComtent {
    margin-top: 12%;
  }
  .fk-limtUv .quitIcon {
    display: none;
  }
}
.fk-limtUv .tipButton {
  background-color: #5874d8;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: calc(var(--fontRatio, 1) * 16px);
  height: 40px;
  line-height: 40px;
  margin-top: 40px;
  text-align: var(--global-text-align, center);
  width: 206px;
}
.fk-limtUv .tipButtonFk {
  background-color: #fff;
  border: 1px solid;
  color: #5874d8;
  margin-top: 20px;
}
.fk-limtUv .tipButton2 {
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fk-limtUv .tipFont {
  color: #333;
  font-size: calc(var(--fontRatio, 1) * 20px);
  height: 26px;
  margin-top: -10px;
  text-align: var(--global-text-align, center);
  width: 100%;
}
.fk-limtUv .quitIcon {
  background: url(/image/rimage/fromSite/v2/mbg01.png?v=202512301156) -451px -189px
    no-repeat;
  cursor: pointer;
  display: none;
  height: 18px;
  margin-top: 10px;
  outline: none;
  padding: 0;
  position: absolute;
  right: 25px;
  top: 13px;
  width: 18px;
}
.popupBg {
  background-color: #000;
  bottom: 0;
  filter: alpha(opacity=70);
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0.7;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 3s;
  z-index: 9031;
}
.popupBg.popupBgForWin {
  z-index: 9032;
}
.formDialog .fk-operationBtns {
  padding: 2px 0 0 66px;
}
.formBox {
  background: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 11px #4d4b4b;
  -webkit-box-shadow: 2px 2px 11px #4d4b4b;
  -moz-box-shadow: 2px 2px 11px #4d4b4b;
  color: #000;
  display: block;
  position: absolute;
  z-index: 9032;
}
.formBox .formTLSite {
  background: #fff;
  border-radius: 5px 5px 0 0;
}
.formBox .formTCSite {
  *zoom: 1;
  color: #636363;
  cursor: move;
  font-size: calc(var(--fontRatio, 1) * 16px);
  height: 25px;
  padding-left: 32px;
}
.formBox .formXSite {
  background: url(/image/rimage/fromSite/v2/mbg01.png?v=202512301156) -451px -189px
    no-repeat;
  cursor: pointer;
  height: 18px;
  margin-top: 10px;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 25px;
  top: 13px;
  transform: rotate(0deg);
  width: 18px;
}
.formBox .formXSite:hover {
  background: url(/image/rimage/fromSite/v2/mbg01.png?v=202512301156) -793px -154px
    no-repeat;
}
.formBox .f-findPwSetHoverBox:hover {
  cursor: pointer;
}
.formBox a {
  color: #06c;
  text-decoration: none;
}
.formBox input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.formBox .formPanel {
  padding: 1.1em 2.4em;
}
.formBox .formBtn {
  background: url(/image/rimage/fromSite/site/popupBox/btn.png?v=202512301156)
    no-repeat 1px 1px;
  _background: url(/image/rimage/fromSite/site/popupBox/btn.gif?v=202512301156)
    no-repeat 1px 1px;
  border-radius: 1px;
  color: #fff;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-align: var(--global-text-align, center);
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  width: 100px;
}
.formBox .itemLine {
  clear: both;
  height: 37px;
  line-height: 37px;
  padding: 10px 0;
}
.formBox .itemLine2 {
  clear: both;
  padding: 8px 0 8px 18px;
}
.formBox .itemTitle {
  color: #000;
  height: 100%;
  width: 86px;
}
.formBox .itemTitle,
.formBox .itemTitle2 {
  float: left;
  text-align: var(--global-text-align, right);
}
.formBox .itemTitle2 {
  height: 24px;
  line-height: 24px;
  width: 210px;
}
.formBox .itemCtrl {
  float: left;
}
.formBox .itemStepLine {
  padding-bottom: 8px;
  word-break: break-all;
}
.formBox .acctInput {
  height: 20px;
  line-height: 20px;
  width: 170px;
}
.formBox .reActWarn {
  background: url(/image/rimage/fromSite/site/popupBox/reAct1.png?v=202512301156)
    0 no-repeat;
}
.formBox .memEmailAlterInput {
  margin-right: 10px;
  width: 140px;
}
.formBox .memberFdPwdTwoMsg {
  color: #636363;
  font-size: calc(var(--fontRatio, 1) * 14px);
  margin-top: 26px;
  padding-left: 40px;
  padding-right: 25px;
}
.formBox .alertWarn {
  _background: url(/image/rimage/fromSite/bg02.png?v=202512301156)
    no-repeat -1664px -19px;
}
.formBox .memberFdPwdLastMsg {
  color: #636363;
  font-size: calc(var(--fontRatio, 1) * 14px);
  padding: 5px 20px 4px 29px;
}
.formBox.fk-fileUpload-del .formXSite {
  background: url(/image/rimage/fromSite/v2/mbg01.png?v=202512301156) -449px -187px
    no-repeat;
  height: 18px;
  right: 25px;
  top: 12px;
  width: 18px;
}
.formBox.fk-fileUpload-del .formXSite:hover {
  background-position: -791px -152px;
}
.formBox.fk-findPw .wraper {
  border-top: 1px solid #ddd;
  height: 100%;
  margin-top: 10px;
  width: 100%;
}
.formBox.fk-findPw .findPwInput {
  display: block;
  margin-top: 40px;
  width: 330px;
}
.formBox.fk-findPw .findPwCodeInput,
.formBox.fk-findPw .findPwInput {
  border: 1px solid #ddd;
  border-radius: 0;
  box-sizing: border-box;
  color: #333;
  font-size: calc(var(--fontRatio, 1) * 14px);
  height: 42px;
  margin-left: 55px;
  padding: 5px 10px;
}
.formBox.fk-findPw .findPwCodeInput {
  display: inline-block;
  margin-top: 20px;
  width: 200px;
}
.formBox.fk-findPw .acquireCode {
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #999;
  cursor: pointer;
  display: inline-block;
  height: 42px;
  margin-left: 10px;
  padding-top: 10px;
  text-align: var(--global-text-align, center);
  width: 120px;
}
.formBox.fk-findPw .findPwCodeInput::-webkit-input-placeholder,
.formBox.fk-findPw .findPwInput::-webkit-input-placeholder {
  color: #999;
}
.formBox.fk-findPw .findPwCodeInput:-moz-placeholder,
.formBox.fk-findPw .findPwInput:-moz-placeholder {
  color: #999;
}
.formBox.fk-findPw .findPwCodeInput::-moz-placeholder,
.formBox.fk-findPw .findPwInput::-moz-placeholder {
  color: #999;
}
.formBox.fk-findPw .findPwInput:-ms-input-placeholder {
  color: #999;
}
.formBox.fk-findPw .findPwCodeInput:-ms-input-placeholder {
  color: #999;
}
.sweet-alert .sa-icon.sa-success {
  border-color: #557ce1;
}
.sweet-alert .sa-icon {
  border: 4px solid gray;
  border-radius: 50%;
  box-sizing: content-box;
  height: 80px;
  margin: 20px auto;
  position: relative;
  width: 80px;
}
.sweet-alert {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  left: 50%;
  margin-left: -257px;
  margin-top: -185px;
  overflow: hidden;
  padding: 40px 17px 17px;
  position: fixed;
  text-align: var(--global-text-align, center);
  top: 50%;
  width: 481px;
  z-index: 2000;
}
@media (max-width: 767px) {
  .sweet-alert {
    left: 15px;
    margin-left: 0;
    margin-right: 0;
    right: 15px;
    width: auto;
  }
}
.sweet-alert .sa-icon.sa-success:after,
.sweet-alert .sa-icon.sa-success:before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 120px;
  position: absolute;
  transform: rotate(45deg);
  width: 60px;
}
.sweet-alert .sa-icon.sa-success:before {
  border-radius: 120px 0 0 120px;
  left: -33px;
  top: -7px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success:after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  transform: rotate(-45deg);
  transform-origin: 0 60px;
}
.sweet-alert .sa-icon.sa-success .sa-line {
  background-color: #5cb85c;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  border: 4px solid rgba(85, 124, 225, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  background-color: #fff;
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 5px;
  z-index: 1;
}
.sweet-alert .sa-icon.sa-success .sa-line {
  background-color: #557ce1;
  border-radius: 2px;
  display: block;
  height: 5px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
  width: 25px;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
  width: 47px;
}
@keyframes animateSuccessTip {
  0% {
    left: 1px;
    top: 19px;
    width: 0;
  }
  54% {
    left: 1px;
    top: 19px;
    width: 0;
  }
  70% {
    left: -8px;
    top: 37px;
    width: 50px;
  }
  84% {
    left: 21px;
    top: 48px;
    width: 17px;
  }
  to {
    left: 14px;
    top: 45px;
    width: 25px;
  }
}
@keyframes animateSuccessLong {
  0% {
    right: 46px;
    top: 54px;
    width: 0;
  }
  65% {
    right: 46px;
    top: 54px;
    width: 0;
  }
  84% {
    right: 0;
    top: 35px;
    width: 55px;
  }
  to {
    right: 8px;
    top: 38px;
    width: 47px;
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  to {
    transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  animation: animateSuccessLong 0.75s;
}
.sa-icon.sa-success.animate:after {
  animation: rotatePlaceholder 4.25s ease-in;
}
@keyframes myTradeSuggest {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(0.25);
  }
  50% {
    transform: scale(0.5);
  }
  75% {
    transform: scale(0.75);
  }
  to {
    transform: scale(1);
  }
}
.anim {
  left: 50%;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.anim:before {
  content: "";
  display: block;
  margin-top: 100%;
  position: relative;
}
.anim:after {
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.hoverable .anim {
  -moz-animation: anim-out 0.75s;
  -webkit-animation: anim-out 0.75s;
  animation: anim-out 0.75s;
}
.hoverable .anim:after {
  -moz-animation: anim-out-pseudo 0.75s;
  -webkit-animation: anim-out-pseudo 0.75s;
  animation: anim-out-pseudo 0.75s;
}
.hoverable .anim,
.hoverable .anim:after {
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
}
@-webkit-keyframes anim-out {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes anim-out {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-ms-keyframes anim-out {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes anim-out {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  to {
    background: transparent;
  }
}
@-moz-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  to {
    background: transparent;
  }
}
@-ms-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  to {
    background: transparent;
  }
}
@keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  to {
    background: transparent;
  }
}
.jz_share_cover {
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: var(--global-text-align, center);
  top: 0;
  width: 100%;
  z-index: 99999;
}
.shareCoverContent {
  display: block;
  margin: 0 auto;
  max-width: 768px;
  z-index: 100;
}
.shareCoverIcon {
  margin-bottom: 26px;
  margin-top: 100px;
  width: 200px;
}
.shareCoverTip {
  font-size: calc(var(--fontRatio, 1) * 16px);
  margin-bottom: 36px;
  width: 234px;
}
.shareCoverBtn,
.shareCoverTip {
  color: #666;
  text-align: var(--global-text-align, center);
}
.shareCoverBtn {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: calc(var(--fontRatio, 1) * 18px);
  height: 50px;
  line-height: 50px;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .sitetipsV3 {
    display: none;
  }
}
.sitetipsV3 .scrollbar ul.marquee li {
  display: block;
  height: 45px;
  line-height: 45px;
  font:
    12px Arial,
    Helvetica,
    sans-serif;
  left: 0;
  position: absolute;
  text-align: var(--global-text-align, center);
  top: -999px;
  white-space: nowrap;
  width: 100%;
}
.sitetipsV3 .scrollbar ul.marquee {
  display: block;
  height: 45px;
  line-height: 45px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.sitetipsV3.newSiteVis .sitetipsTitle {
  height: 45px;
  line-height: 45px;
}
.sitetipsV3.newSiteVis table {
  width: 100%;
}
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: calc(var(--fontRatio, 1) * 1.1em);
}
.ui-widget-content {
  background: #fff;
  border: 1px solid #aaa;
  color: #222;
}
.ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ui-autocomplete {
  color: #000;
  cursor: default;
  position: absolute;
}
.ui-autocomplete a {
  color: #000;
}
.ui-autocomplete-loading {
  background: #fff url(/image/rimage/fromSite/ing.gif?v=202512301156) 100%
    no-repeat;
}
* html .ui-autocomplete {
  width: 1px;
}
.ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 2px;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  zoom: 1;
  clear: left;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  zoom: 1;
  display: block;
  line-height: 1.5;
  padding: 0.2em 0.4em;
  text-decoration: none;
}
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-hover {
  font-weight: 400;
  margin: -1px;
}
.ui-menu .ui-menu-item .ui-state-hover {
  background: #dadada;
  border: 1px solid #999;
  color: #212121;
  font-weight: 400;
}
.ui-effects-transfer {
  border: 2px dotted gray;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  left: -99999999px;
  position: absolute;
}
.ui-helper-reset {
  border: 0;
  line-height: 1.3;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
}
.ui-helper-clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.ui-helper-clearfix {
  display: inline-block;
}
* html .ui-helper-clearfix {
  height: 1%;
}
.ui-helper-clearfix {
  display: block;
}
.ui-helper-zfix {
  filter: Alpha(Opacity=0);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ui-state-disabled {
  cursor: default;
  pointer-events: auto;
}
.ui-icon {
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -99999px;
}
.ui-widget-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  margin: 0 auto 0.4em;
  width: 95%;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  font-size: calc(var(--fontRatio, 1) * 0em);
  width: 100%;
}
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: var(--global-text-align, left);
}
.ui-timepicker-div dl dt {
  height: 25px;
  margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: var(--global-text-align, right);
}
.ui-timepicker-rtl dl dd {
  margin: 0 65px 10px 10px;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  left: auto;
  right: 2px;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  left: auto;
  right: 1px;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 1px;
  border-right-width: 0;
}
.ui-datepicker-cover {
  display: none;
  display: block;
  filter: mask();
  height: 200px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 200px;
  z-index: -1;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #e6e6e6
    url(/image/rimage/fromSite/comm/fai/ui-bg_glass_75_e6e6e6_1x400.png?v=202512301156)
    50% 50% repeat-x;
  border: 1px solid #d3d3d3;
  color: #555;
  font-weight: 400;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  background: #dadada
    url(/image/rimage/fromSite/comm/fai/ui-bg_glass_75_dadada_1x400.png?v=202512301156)
    50% 50% repeat-x;
  border: 1px solid #999;
  color: #212121;
  font-weight: 400;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #fff
    url(/image/rimage/fromSite/comm/fai/ui-bg_glass_65_ffffff_1x400.png?v=202512301156)
    50% 50% repeat-x;
  border: 1px solid #aaa;
  color: #212121;
  font-weight: 400;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-widget-header {
  background: #ccc
    url(/image/rimage/fromSite/comm/fai/ui-bg_highlight-soft_75_cccccc_1x100.png?v=202512301156)
    50% 50% repeat-x;
  border: 1px solid #aaa;
  color: #222;
  font-weight: 700;
}
.p_popup_win {
  display: none;
}
.p_popup_win .p_popup_wrap {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9033;
}
.p_popup_win .p_popup_layout {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  position: absolute;
  width: 100%;
}
.jz_screen_pc .p_popup_win .p_popup_wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p_popup_win .popup_title {
  border-bottom: 1px solid #e3e2e8;
  box-sizing: border-box;
  height: 66px;
  line-height: 66px;
}
.p_popup_win .popup_title .title_text {
  color: #333;
  display: inline-block;
  font-size: calc(var(--fontRatio, 1) * 16px);
  margin-left: 24px;
  max-width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p_popup_win .p_popup_container {
  background-color: #fff;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.jz_screen_pc .p_popup_win .p_popup_container {
  bottom: unset;
  height: auto !important;
  left: unset;
  margin: unset;
  max-height: calc(100% - 160px);
  position: relative;
  right: unset;
  top: unset;
}
.p_popup_container .popup_content.link_popup {
  overflow-x: hidden;
}
.p_popup_win .popup_content.link_popup::-webkit-scrollbar {
  margin-right: 6px;
  width: 6px;
}
.p_popup_win .popup_content.link_popup::-webkit-scrollbar-thumb {
  background: #d2d2d2;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.p_popup_win .popup_content.link_popup::-webkit-scrollbar-track {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.p_popup_win .popup_save_wrap {
  margin-top: 40px;
  text-align: var(--global-text-align, center);
}
.p_popup_win .popup_button {
  margin: 0 18px;
}
.p_popup_win .popup_close {
  color: #666;
  cursor: pointer;
  font-size: calc(var(--fontRatio, 1) * 16px);
  position: absolute;
  right: 30px;
  top: 25px;
}
.p_popup_win .popup_tool_tab {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  font-size: 0;
  height: 45px;
  left: 0;
  line-height: 45px;
  margin-top: -55px;
  position: absolute;
  top: 0;
  width: 140px;
}
.p_popup_win .tool_btn {
  cursor: pointer;
  display: inline-block;
  float: left;
}
.p_popup_win .eidt_tool {
  font-size: calc(var(--fontRatio, 1) * 13px);
  width: 86px;
}
.p_popup_win .tool_btn_split {
  background-color: #eee;
  display: inline-block;
  float: left;
  height: 24px;
  margin-top: 10px;
  width: 1px;
}
.p_popup_win .tool_btn .btn_icon {
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  width: 16px;
}
.p_popup_win .eidt_tool .btn_icon {
  background: url(/image/rimage/manage/mbg01.png?v=202512301156) -820px -76px
    no-repeat;
  margin-left: 15px;
}
.p_popup_win .eidt_tool:hover {
  color: #5874d8;
}
.p_popup_win .eidt_tool:hover .btn_icon {
  background-position: -820px -110px;
}
.p_popup_win .manage_tool:hover .btn_icon {
  background-position: -925px -110px;
}
.p_popup_win .eidt_tool span {
  margin-left: 10px;
}
.p_popup_win .manage_tool .btn_icon {
  background: url(/image/rimage/manage/mbg01.png?v=202512301156) -925px -76px
    no-repeat;
  height: 14px;
  margin-left: 19px;
  margin-top: 2px;
  width: 17px;
}
.p_popup_win .m_form .form_item:hover {
  outline-width: 0;
}
.jz_screen_mobi .p_popup_win {
  height: 100%;
  max-height: none;
  top: 0;
  width: 100%;
  z-index: 9033;
}
.jz_screen_mobi .p_popup_win .popup_title,
body > .p_popup_win .popup_title {
  height: 53px;
  line-height: 53px;
}
.jz_screen_mobi .p_popup_win .title_text,
body > .p_popup_win .title_text {
  margin: 0;
  text-align: var(--global-text-align, center);
}
.jz_screen_mobi .p_popup_win .form_item_wrap .title_text {
  text-align: initial;
}
.jz_screen_mobi .p_popup_win .p_popup_layer {
  overflow: hidden;
}
.jz_screen_mobi .p_popup_win .popup_title {
  text-align: var(--global-text-align, center);
}
.jz_screen_mobi .p_popup_win .i_close {
  left: 12px;
  position: absolute;
  right: auto;
  transform: translateY(-50%);
}
.jz_screen_mobi .p_popup_win .popup_content.link_popup::-webkit-scrollbar {
  width: 0;
}
.jz_screen_mobi .popup_in_mobi,
.jz_screen_pc .popup_in_pc {
  display: block;
}
.icon_file_preview {
  height: 20px;
  width: 20px;
}
.c_captcha_popup {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9034;
}
.c_captcha_popup--mask {
  background: #000;
  height: 100%;
  opacity: 0.8;
  width: 100%;
}
.c_captcha_popup--content {
  background: #fff;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
}
.c_captcha_popup--title {
  border-bottom: 1px solid #e6e6e6;
  color: #333;
  font-size: calc(var(--fontRatio, 1) * 15px);
  padding: 18px 14px;
}
.c_captcha_popup--input_wrap {
  margin: 22px auto 28px;
  position: relative;
  width: 326px;
}
.jz_screen_mobi .c_captcha_popup--input_wrap {
  width: 292px;
}
.c_captcha_popup--input {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  height: 40px;
  outline: 0;
  padding: 0 0 0 10px;
  width: 178px;
}
.jz_screen_mobi .c_captcha_popup--input {
  width: 144px;
}
.c_captcha_popup--input__error {
  border-color: red;
}
.c_captcha_popup--validate_code {
  cursor: pointer;
  height: 42px;
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
}
.c_captcha_popup--msg {
  color: red;
  font-size: calc(var(--fontRatio, 1) * 12px);
  line-height: 1;
  position: absolute;
  top: 47px;
}
.c_captcha_popup--btn_confirm {
  background: #48adf7;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: calc(var(--fontRatio, 1) * 14px);
  height: 42px;
  margin: 0 14px 22px;
  outline: 0;
  text-align: var(--global-text-align, center);
  width: 326px;
}
.jz_screen_mobi .c_captcha_popup--btn_confirm {
  width: 292px;
}
.c_captcha_popup--close {
  background: url(/image/rimage/fromSite/v2/mbg01.png?v=202512301156)
    no-repeat -449px -187px;
  cursor: pointer;
  height: 18px;
  position: absolute;
  right: 14px;
  top: 20px;
  width: 18px;
}
.fk-loading-container {
  background-color: #fefefe;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9033;
}
.loading-gif-container {
  background: url(/image/rimage/fromSite/loading/loading_copyWeb.gif?v=202512301156)
    no-repeat 0 0;
  height: 180px;
  margin: 0 auto;
  width: 276px;
}
.fk-center-container {
  left: 50%;
  margin: -140px 0 0 -140px;
  min-height: 280px;
  min-width: 280px;
  position: absolute;
  top: 50%;
}
.loading-text {
  font-size: calc(var(--fontRatio, 1) * 12px);
  text-align: var(--global-text-align, center);
}
.form_pay_item_wrap {
  margin-bottom: 20px;
  min-width: calc(180px + 2.4%);
  padding: 0 1.2%;
}
.form_pay_item {
  align-items: center;
  color: #666;
  display: flex;
  font-size: calc(var(--fontRatio, 1) * 14px);
}
.form_pay_item_price,
.form_pay_item_txt {
  vertical-align: middle;
}
.form_pay_item_price {
  color: #f13a3a;
  font-size: calc(var(--fontRatio, 1) * 16px);
  font-weight: 700;
}
.wechat_form_pay_item_svg {
  color: #fdb251;
  height: 17px;
  margin-left: 33px;
  width: 17px;
}
.wechat_form_pay_item_svg.wechat_pay {
  color: #38b035;
  height: 22px;
  width: 22px;
}
.wechat_form_pay_item_svg.ali_pay {
  color: #1caaee;
  height: 22px;
  width: 22px;
}
.payssion,
.stripe_pay {
  height: 20px;
  width: 20px;
}
.jz_screen_mobi .wechat_form_pay_item_svg {
  top: 0;
}
.form_pay_item_right {
  align-items: center;
  display: flex;
}
.form_pay_wechat_txt {
  color: #333;
  margin-left: 6px;
}
.jz_screen_mobi .form_pay_item {
  justify-content: space-between;
}
.pay_setting {
  color: #f43839;
  cursor: pointer;
  text-decoration: underline;
}
.pay_alert {
  margin-top: 15px;
}
.jz_screen_mobi .pay_alert .jz_alert_content {
  box-sizing: border-box;
  justify-content: center;
  width: 100%;
}
.form_item_wrap.pay_wrap {
  align-items: center;
  display: flex;
  margin-top: 20px;
}
.form_item_wrap.pay_wrap div.form_pay_price {
  color: #f13a3a;
  font-size: calc(var(--fontRatio, 1) * 14px);
  margin-left: 3px;
  margin-right: 3px;
  position: relative;
  top: 1.5px;
}
.form_item_wrap.pay_wrap .form_pay_text {
  position: relative;
  top: 1px;
}
.form_item_pay_right {
  position: absolute;
  right: 37px;
}
.m_center_pay_icon {
  position: relative;
  right: -6px;
  top: -1px;
  vertical-align: middle;
}
.form_pay_svg {
  color: #fdb251;
  height: 22px;
  vertical-align: middle;
  width: 22px;
}
.wechat_pay_text {
  vertical-align: 0;
}
.jz_screen_mobi .form_item_wrap.pay_wrap div {
  display: inline-block;
}
.jz_screen_mobi .form_item_wrap.pay_wrap .form_item_title {
  margin-bottom: 0;
}
.jz_screen_mobi .form_item_pay_right {
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 1px;
}
.site_form_pay_wrap {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000,endcolorstr=#7f000000);
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 3s;
  z-index: 9999;
}
.form_pay_qrcode {
  background-color: #fff;
  border-radius: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.form_pay_qrcode_top {
  margin-top: 15px;
  overflow: hidden;
}
.site_form_close {
  background: url(/image/rimage/fromSite/v2/mbg01.png?v=202512301156) -449px -187px
    no-repeat;
  border: none;
  cursor: pointer;
  float: right;
  height: 20px;
  margin-right: 20px;
  width: 20px;
}
.wxpay_content {
  margin: 48px 0 0 80px;
  overflow: hidden;
}
.wxpay_QrCode_box {
  border-right: 1px solid #eaeaea;
  float: left;
  padding-right: 82px;
  width: 273px;
}
.wx_guard_img {
  background: url(/image/rimage/fromSite/wxPay/wx_03.jpg?v=202512301156)
    no-repeat;
  float: left;
  height: 344px;
  margin-left: 53px;
  width: 280px;
}
.wxpay_QrCode_imgBox {
  border: 1px solid #eee;
  border-radius: 10px;
}
.wxpay_QrCode_title {
  font-size: calc(var(--fontRatio, 1) * 22px);
  padding-bottom: 13px;
}
.wxpay_QrCode_tipBox,
.wxpay_QrCode_title {
  text-align: var(--global-text-align, center);
}
.wxpay_QrCode_tipBox {
  margin-top: 28px;
}
.wxpay_QrCode_img {
  height: 240px;
  margin: 10px;
  padding: 5px;
  width: 240px;
}
.wxpay_QrCode_tipImg {
  background: url(/image/rimage/fromSite/wxPay/wx_06.jpg?v=202512301156)
    no-repeat;
  display: inline-block;
  height: 32px;
  width: 32px;
}
.wxpayQrCodeText {
  color: #666;
  display: inline-block;
  font-size: calc(var(--fontRatio, 1) * 14px);
  margin-left: 7px;
}
.mobi_pay_qrcode {
  box-sizing: border-box;
  padding: 15px 20px 20px;
}
.mobi_pay_qrcode_image {
  width: 100%;
}
.mobi_pay_qrcode_text {
  color: #333;
  font-size: calc(var(--fontRatio, 1) * 14px);
  margin-top: 10px;
  text-align: var(--global-text-align, center);
}
.mobi_site_form_close {
  float: none;
  margin-right: 0;
  position: absolute;
  right: 10px;
  top: 10px;
}
.mobi_pay_title {
  color: #333;
  font-size: calc(var(--fontRatio, 1) * 16px);
  margin-bottom: 10px;
  text-align: var(--global-text-align, center);
}
img.jz_img_lazyload:not([data-loaded="true"]) {
  width: auto;
}
#jzPopup .jz_popover .popover_header_wrap {
  margin-bottom: 34px;
}
#jzPopup .jz_popover .popover_panel {
  position: fixed;
}
#jzPopup .jz_popover#detectZoomPopup .popover_panel {
  animation: none;
  height: 380px !important;
  left: 50% !important;
  margin: -190px 0 0 -285px;
  overflow: visible;
  top: 50% !important;
  width: 570px !important;
}
#jzPopup .jz_popover#detectZoomPopup .jz-checkbox-wrapper {
  overflow: visible;
}
.J_hoverImageParent {
  max-width: 100% !important;
}
.J_hoverImageParent,
.J_hoverImageParent img {
  height: auto !important;
}
.jz_screen_pc .gw_watermark {
  background-image: url(/image/rimage/fromSite/watermark_pc.png?v=202512301156);
}
.jz_screen_mobi .gw_watermark,
.jz_screen_pc .gw_watermark {
  background-position: 50%;
  background-size: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9032;
}
.jz_screen_mobi .gw_watermark {
  background-image: url(/image/rimage/fromSite/watermark_h5.png?v=202512301156);
}
.s_spserv__item .ie-nowrap {
  background: #fff;
  left: -10px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
}
.s_spserv__item .ie-triangle-wrap {
  border-bottom: 10px solid transparent;
  border-left: 8px solid #000;
  border-top: 10px solid transparent;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
}
.version-wrap {
  line-height: normal;
}
.version-wrap .version-link {
  font-size: 0;
  text-decoration: none !important;
}
.svg-new-version-20200922.single-version {
  height: 17px;
  width: 18px;
}
.svg-new-version-20200922.multi-version {
  height: 19px;
  width: 44px;
}
.fontsize-none {
  font-size: 0;
}
.version-wrap .fontsize-default {
  font-size: calc(var(--fontRatio, 1) * 13px);
}
.p_preview_imgwrap {
  align-items: center;
  background-color: rgba(30, 32, 36, 0.9);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9112;
}
.p_preview_img {
  max-height: 80%;
  max-width: 80%;
  width: auto;
}
.p_preview_download {
  color: #fff;
  margin-top: 58px;
}
.p_preview_dowanbtn {
  color: #fff;
  margin-left: 9px;
}
.p_preview_dowanbtn,
.p_preview_dowanbtn:hover {
  text-decoration: underline;
}
.p_preview_prevbtn {
  color: #fff;
  cursor: pointer;
  display: none;
  height: 30px;
  left: 5px;
  position: absolute;
  top: 10px;
  width: 30px;
}
.p_preview_closebtn {
  cursor: pointer;
  display: block;
  height: 22px;
  position: absolute;
  right: 28px;
  top: 32px;
  width: 22px;
}
.jz_screen_mobi .p_preview_prevbtn {
  display: block;
}
.jz_screen_mobi .p_preview_closebtn,
.jz_screen_mobi .p_preview_download {
  display: none;
}
.jz_screen_mobi .p_preview_img {
  max-width: 100%;
}
.jz_screen_mobi .p_preview_imgwrap {
  background: rgba(0, 0, 0, 0.9);
}
.my_material_popup {
  border-radius: 2px;
  position: fixed;
}
.my_material_popup .jz-input {
  border-radius: 2px;
}
.my_material_popup .formTCSite {
  border-bottom: 1px solid #e3e2e8;
  box-sizing: border-box;
  color: #333;
  height: 65px;
  line-height: 65px;
}
.my_material_popup .popupCnBg {
  display: flex;
  justify-content: center;
}
.my_material_popup .my_material_popbox {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.my_material_popup .my_material_editname {
  display: flex;
  justify-content: center;
  padding: 34px 0 20px;
  width: 100%;
}
.my_material_popup .my_material_edittips {
  border-top: 1px dashed #e3e2e8;
  color: #666;
  display: inline-block;
  font-size: calc(var(--fontRatio, 1) * 13px);
  padding-top: 13px;
  width: 363px;
}
.my_material_popup .my_material_name {
  color: #333;
  font-size: calc(var(--fontRatio, 1) * 13px);
  padding-top: 7px;
}
.my_material_popup .my_material_button {
  bottom: 28px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 0 107px;
  position: absolute;
  width: 100%;
}
.my_material_popup .jz_button {
  box-sizing: border-box;
  height: 34px;
  width: 90px;
}
.rapidRow_handler_line {
  border-color: #676767;
  border-width: 1px;
  position: absolute;
  z-index: 11;
}
.rapidRow_handler_line_right {
  border-right: 1px dashed #676767;
  height: 100%;
  right: 0;
  top: 0;
  width: 0;
}
.rapidRow_handler_line_bottom {
  border-bottom: 1px dashed #676767;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
}
.rapidRow_handler_line_left {
  border-left: 1px dashed #676767;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}
.rapidRow_handler_line_top {
  border-top: 1px dashed #676767;
  height: 0;
  left: 0;
  top: 0;
  width: 100%;
}
.rapidRow_material_btn {
  align-items: center;
  background: #5874d8;
  border-radius: 4px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: calc(var(--fontRatio, 1) * 15px);
  font-weight: 700;
  height: 44px;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 13px;
  transition: transform 0.35s;
  width: 120px;
  z-index: 11;
}
.rapidRow_material_btn:hover {
  transform: translateY(-3px);
}
.rapidRow_handler_wrap {
  display: none;
}
.jz_web_row-addmaterial:hover .rapidRow_handler_wrap {
  display: block;
}
.wxapp_launch_btn,
.wxapp_launch_btn_wrap {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.jump_wx_wrap {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.jump_wx_popup,
.jump_wx_wrap {
  align-items: center;
  display: flex;
}
.jump_wx_popup {
  background: #fff;
  border-radius: 4px;
  flex-direction: column;
  height: 145px;
  width: 280px;
}
.jump_wx_btn_wrap {
  align-items: center;
  display: flex;
  flex: 1 1;
  width: 100%;
}
.jump_wx_cancel_btn,
.jump_wx_open_btn {
  align-items: center;
  border-right: 1px solid #e5e5e5;
  color: #007aff;
  cursor: pointer;
  display: flex;
  flex: 1 1;
  font-size: calc(var(--fontRatio, 1) * 14px);
  height: 100%;
  justify-content: center;
}
.jump_wx_text_wrap {
  align-content: center;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  display: flex;
  flex-direction: column;
  font-size: calc(var(--fontRatio, 1) * 16px);
  padding: 36px 0;
  width: 100%;
}
[v-cloak] {
  display: none;
}
#tablewrapper_id .extend table input {
  margin-left: 2px;
}
#tablewrapper_id td {
  padding: 1px;
}
#tablewrapper_id #preview {
  padding: 3px 5px;
}
#tablewrapper_id #preview table {
  margin: 0;
}
.module_content,
.module_wrap,
.module_wrap .module_current_position_content {
  min-height: 30px;
}
.module_wrap .module_current_position_content--center {
  justify-content: center;
}
.module_wrap .module_current_position_content--right {
  justify-content: flex-end;
}
.module_wrap .module_current_position_content a {
  color: #333;
}
.module_wrap .current_position_title {
  cursor: default;
  white-space: pre-wrap;
}
.module_wrap .location_default_font_color {
  color: #666;
}
.module_wrap .location_list_item,
.module_wrap .module_current_position_content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.module_wrap .location_list_arrow {
  margin: 0 10px;
}
.side_btn {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: calc(var(--fontRatio, 1) * 14px);
  justify-content: center;
  line-height: 1.2;
  padding: 20px 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
}
.side_btn_left {
  border-radius: 0 4px 4px 0;
  right: -34px;
}
.side_btn_right {
  border-radius: 4px 0 0 4px;
  left: -34px;
}
.message_us {
  position: fixed;
  z-index: 999;
}
.jz_screen_pc .message_us {
  bottom: 64px;
  right: 100px;
}
.jz_screen_pc .message_us img {
  height: 48px;
}
.jz_screen_mobi .message_us {
  bottom: 20px;
  right: 20px;
}
.jz_screen_mobi .message_us img {
  height: 36px;
}
.jz_share_info .jz_share_wrap {
  display: none;
}
@keyframes jzFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes jzFadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade-appear,
.fade-enter-active,
.fade-leave-active {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-appear,
.fade-enter-active {
  animation-name: jzFadeIn;
  animation-play-state: running;
}
.fade-leave-active {
  animation-name: jzFadeOut;
  animation-play-state: running;
}
.fade-appear,
.fade-enter-active {
  opacity: 0;
}
.fade-appear,
.fade-enter-active,
.fade-leave-active {
  animation-timing-function: linear;
}
.s_footer_support_container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 8px 0;
}
.s_footer_copyright {
  margin: 8px 0;
}
.s_footer_police {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 8px 0;
}
.s_footer_police .police_record_icon {
  background-image: url(/image/rimage/fromSite/v2/national_emblem.png?v=202512301156);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 14px;
  width: 14px;
}
.s_footer_police a {
  color: #999;
  font-size: calc(var(--fontRatio, 1) * 12px);
  margin-left: 4px;
}
.visitor-popup-box {
  padding: 20px 0 15px;
  text-align: var(--global-text-align, center);
}
.visitor-popup-content {
  font-size: calc(var(--fontRatio, 1) * 15px);
  line-height: 34px;
  padding: 30px 50px;
}
.visitor-popup-button {
  background-color: #5874d8;
  border: 1px solid #e3e2e8;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: calc(var(--fontRatio, 1) * 14px);
  font-weight: 400;
  height: 34px;
  line-height: 0;
  outline: 0;
  padding: 0 28px;
  user-select: none;
}
.form_protocol {
  align-items: center;
  display: flex !important;
}
.form_protocol .checkbox_style {
  display: inline-block;
}
.form_protocol_text {
  color: #666;
}
.form_protocol_text,
.form_protocol_title {
  cursor: pointer;
  font-size: calc(var(--fontRatio, 1) * 14px);
}
.form_protocol_title {
  color: #0879ff;
  word-break: break-all;
}
.jz_fix_ue_img a.switchJump.J_hoverQrCodeLink:not(.s_spserv__item),
.jz_fix_ue_img span.switchJump.J_hoverQrCodeLink:not(.s_spserv__item) {
  display: inline-block;
}
.not-allowed-button {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}
.jz_web_row_line--colAlignStart
  .web_col_content:not(.web_col_content_empty):not(.m_tabpack_tabarea):not(
    .accordion_item_pack
  ):not(.free_container) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.jz_web_row_line--colAlignStart
  .web_col_content:not(.web_col_content_empty):not(.m_tabpack_tabarea):not(
    .accordion_item_pack
  ):not(.free_container)
  .jz_module {
  flex-shrink: 0;
}
.jz_web_row_line--colAlignCenter
  .web_col_content:not(.web_col_content_empty):not(.m_tabpack_tabarea):not(
    .accordion_item_pack
  ):not(.free_container) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: safe center;
}
.jz_web_row_line--colAlignCenter
  .web_col_content:not(.web_col_content_empty):not(.m_tabpack_tabarea):not(
    .accordion_item_pack
  ):not(.free_container)
  .jz_module {
  flex-shrink: 0;
}
.jz_web_row_line--colAlignEnd
  .web_col_content:not(.web_col_content_empty):not(.m_tabpack_tabarea):not(
    .accordion_item_pack
  ):not(.free_container) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.jz_web_row_line--colAlign
  .jz_web_col
  > .web_col_content:not(.free_container)
  > .jz_project:first-of-type {
  margin-top: 0 !important;
}
.jz_web_row_line--colAlign
  .jz_web_col
  > .web_col_content:not(.free_container)
  > .jz_project:first-of-type
  > .inner_feature_wrap
  .project_btn_left_top,
.jz_web_row_line--colAlign
  .jz_web_col
  > .web_col_content:not(.free_container)
  > .jz_project:first-of-type
  > .inner_feature_wrap
  .project_handler_line_top
  .project_handler_btn {
  display: none;
}
.jz_web_row_line--colAlign
  .jz_web_col
  > .web_col_content:not(.free_container)
  > .jz_project:last-of-type {
  margin-bottom: 0 !important;
}
.jz_screen_mobi .jz_popup_zone_container {
  width: 85%;
}
.jz_popup_zone {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9034;
}
.jz_popup_zone_bg {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  position: absolute;
  width: 100%;
}
.jz_popup_zone_container {
  background-color: #fff;
  position: relative;
  width: 90%;
}
.jz_popup_zone_container .module_image_content.not_img {
  cursor: auto;
}
.jz_popup_zone_row {
  overflow-x: hidden;
  overflow-y: auto;
}
.jz_popup_zone_row::-webkit-scrollbar {
  width: 0;
}
.jz_popup_zone_list {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  left: 81px;
  margin-top: 10px;
  opacity: 1;
  padding: 10px 20px;
  position: absolute;
  text-align: var(--global-text-align, center);
  top: 42px;
  width: 240px;
  z-index: 9999;
}
.jz_popup_zone_list_item {
  color: #636775;
  cursor: pointer;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jz_popup_zone_list_item:hover {
  background: #5874d8;
  color: #fff;
}
.jz_popup_zone_add {
  border: 1px dashed #ccc;
  color: #333;
  cursor: pointer;
  font-size: calc(var(--fontRatio, 1) * 13px);
  height: 28px;
  line-height: 24px;
  margin: 8px auto 0;
  text-align: var(--global-text-align, center);
  width: 200px;
}
.jz_popup_zone_add:hover {
  border-color: #5874d8;
  color: #5874d8;
}
.jz_popup_zone_add:hover .jz_popup_zone_add i {
  background: url(/image/v2/component.png?v=202104251101) -235px -57px no-repeat;
}
.jz_popup_zone_add i {
  background: url(/image/v2/component.png?v=202104251101) -235px -34px no-repeat;
  display: inline-block;
  height: 14px;
  width: 14px;
}
.jz_popup_zone_add i,
.jz_popup_zone_add span {
  vertical-align: middle;
}
.hide_manage_operation .col_resize,
.hide_manage_operation .f_row_padding_resizor,
.hide_manage_operation .feature_project_resize_wrap,
.hide_manage_operation .jz_hover_tool_container,
.hide_manage_operation .project_btn_scaleImage,
.hide_manage_operation .project_handler_line,
.hide_manage_operation .row_handler_line,
.hide_manage_operation .v-contextmenu {
  display: none !important;
}
.jz_screen_mobi.jz_popup_zone_open:not(.hide_manage_operation) #jzToolbar {
  opacity: 0;
}
.jz_popup_zone_open .edit_panel_wrap {
  z-index: 9032;
}
.jz_popup_zone_open .jz_clip_image_container {
  z-index: 9031;
}
.jz_popup_zone_open .add_module_item.disabled,
.jz_popup_zone_open .add_module_search,
.jz_popup_zone_open .add_module_setting,
.jz_popup_zone_open .module_panel_bottom {
  display: none;
}
.jz_popup_zone_open .add_module_rank_first_title .add_module_rank_title_line {
  width: 292px;
}
.jz_popup_zone_open .g_mobi_header__fixed .g_mobi_header_content {
  z-index: 9031;
}
.jz_popup_zone_open #funcEntry,
.jz_popup_zone_open #jzHideSetBar {
  display: none;
}
.jz_popup_zone_open .f_row_padding_resizor__anchor--n,
.jz_popup_zone_open .f_row_padding_resizor__anchor--s {
  display: none !important;
}
.popup_tool_tab {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  height: 45px;
  line-height: 45px;
  position: fixed;
  z-index: 9031;
}
.jz_popup_zone_tool_item {
  fill: #8f95ab;
  color: #8f95ab;
  cursor: pointer;
  display: block;
  height: 42px;
  line-height: 42px;
  white-space: nowrap;
}
.jz_popup_zone_tool_item_wrap {
  align-items: center;
  display: flex;
  font-size: calc(var(--fontRatio, 1) * 13px);
  height: 100%;
  padding: 0 14px 0 11px;
}
.jz_popup_zone_tool_item_svg {
  height: 20px;
  width: 20px;
}
.jz_popup_zone_tool_item_svg_arrow {
  fill: #8f95ab;
  height: 100%;
  transition: all 0.2s;
  vertical-align: top;
  width: 6px;
}
.jz_popup_zone_tool_item_text {
  color: #636775;
}
.jz_popup_zone_tool_item:hover .jz_popup_zone_tool_item_svg {
  fill: #5874d8;
  color: #5874d8;
}
.jz_popup_zone_tool_item:hover .jz_popup_zone_tool_item_text {
  color: #5874d8;
}
.jz_popup_zone_tool_item:hover .jz_popup_zone_tool_item_svg_arrow {
  fill: #5d78d9;
  transform: rotate(180deg);
}
.link_popup_content_wrap {
  display: flex;
  height: calc(100% - 66px);
}
.jz_screen_pc .link_popup_content_wrap {
  height: auto;
  max-height: calc(
    100vh - var(--site-tips-height, 0px) - var(--setting-bar-height, 0px) -
      226px
  );
}
.jz_screen_pc .jz_root_viewport_below_view_resolution .link_popup_content_wrap {
  max-height: calc(
    100vh - var(--site-tips-height, 0px) - var(--setting-bar-height, 0px) -
      281px
  );
}
.use_theme .c_popup_button:hover,
.use_theme .c_popup_button__active {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.jz_screen_mobi .c_new_popup {
  border-radius: 12px;
  padding: 20px 0 0;
}
.jz_screen_mobi .c_new_popup .c_popup_main {
  border-radius: 12px;
  padding: 24px 0 0;
  width: 312px;
}
.jz_screen_mobi .c_new_popup .c_popup_icon {
  padding: 0;
}
.jz_screen_mobi .c_new_popup .c_popup_content {
  color: #111;
  font-size: calc(var(--fontRatio, 1) * 18px);
  line-height: 30px;
  padding: 10px 24px 24px;
}
.jz_screen_mobi .c_new_popup .c_popup_line {
  background: #e8e8e8;
  height: 1px;
}
.jz_screen_mobi .c_new_popup .c_new_popup_button {
  background-color: #fff;
  border: none;
  color: var(--theme-color);
  font-size: calc(var(--fontRatio, 1) * 16px);
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  text-align: var(--global-text-align, center);
}
.jz_screen_pc .c_new_popup {
  height: 0;
}
.jz_screen_pc .c_new_popup .c_popup_main {
  border-radius: 4px;
  max-width: 578px;
  padding: 30px 0 40px;
}
.jz_screen_pc .c_new_popup .c_popup_icon {
  padding: 0;
}
.jz_screen_pc .c_new_popup .c_popup_content {
  color: #333;
  font-size: calc(var(--fontRatio, 1) * 20px);
  font-weight: 400;
  line-height: 30px;
  min-width: 290px;
  padding: 23px 50px 0;
}
.jz_screen_pc .c_new_popup .c_new_popup_buttons {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 36px 0 0;
}
.jz_screen_pc .c_new_popup .c_new_popup_buttons .c_new_popup_button {
  background-color: var(--theme-color);
  border: none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: calc(var(--fontRatio, 1) * 13px);
  height: 34px;
  min-width: 90px;
  text-align: var(--global-text-align, center);
}
.cart_popup .c_popup_buttons {
  display: flex;
  gap: 18px;
}
.cart_popup .c_popup_buttons .c_popup_button {
  height: unset;
  margin: 0;
  min-height: 34px;
  text-transform: capitalize;
}
.codPaySuccess .c_popup_main {
  max-width: 460px;
  width: 460px;
}
.codPaySuccess .c_popup_content {
  padding: 23px 48px 0;
}
:where(
  .web_col_content_empty_tips,
  .jz_tooltip_popper,
  .jz_hover_tool_container,
  .jz_tool_container,
  .popup_tool_tab,
  .edit_panel_wrap,
  .jz-drop-placeholder,
  .module-menu-item,
  .fa-message,
  .jz_empty_tips,
  .fa-modal-root,
  .jz_message,
  .s_freelayout__empty,
  .s_freelayout__entry,
  .s_freelayout__editbtns,
  .add_material_preview_popup,
  .formBox:not(.jz_click_qrcode_container),
  .jz_alert,
  .jz_popup,
  .show_https_tip,
  .vistor_preview_tools,
  #tablewrapper_id,
  .f_color_picker,
  .jz_toolbar,
  .fk-popupWindowVT,
  .jz_modal,
  .fa-slider-tooltip,
  .distance_auxiliary_line_wrap,
  .toolbar-user-panel-overlay,
  .breakpoint-view-overlay,
  .col_toggle_dropdown,
  .v-contextmenu
) {
  --fontRatio: 1;
  font-family: å¾®è½¯éé»;
  font-size: calc(var(--fontRatio, 1) * 12px);
}
.jz_html_manage #ing {
  --fontRatio: 1;
  font-family: å¾®è½¯éé»;
}
#ui-datepicker-div,
.detail_mark_sacle_line_wrap,
.fa-rolling-notice__icon .rn-1-3,
.fa-rolling-notice__icon .rn-1-4-text,
.formBox,
.jz-modal-root,
[class*=" icon-"],
[class*="faisco-icons"],
[class^="icon-"] {
  --fontRatio: 1;
}
.overflow-hidden:has(.animate_running) {
  overflow: visible;
}
body {
  overflow-x: hidden;
}
html:not(.jz_screen_pc) .jz-modal {
  width: calc(100% - 40px) !important;
}
html .mobiModalPage div.jz-modal {
  width: 100% !important;
}
.mobiModalPage div.jz-modal {
  border: none;
  border-radius: 0;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.mobiModalPage div.jz-modal-header {
  padding: 13px;
}
.mobiModalPage div.jz-modal-close {
  left: 20px;
  top: 13px;
}
.mobiModalPage .jz-modal-title {
  text-align: var(--global-text-align, center);
}
.mobiModalPage .jz-modal-body {
  height: calc(100vh - 51px);
}
.mobiModalPage .jz-modal-body .jz-modal-content {
  height: 100%;
}
.mobiModalPage .jz-modal-body:has(.jz-modal-footer) .jz-modal-content {
  height: calc(100% - 74px);
}
.mobiModalPage .jz-modal-footer .jz-modal-button {
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  width: 155px;
}
.mobiModalPage .jz-modal-body div.jz-modal-footer {
  padding: 17px 0;
}
.mobiModalPayPage div.jz-modal-close {
  display: none;
}
.mobiModalPayPage div.jz-modal-body {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 80px);
  overflow: hidden;
  padding-bottom: 0;
}
.mobiModalPayPage div.jz-modal-body .jz-modal-content {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
.jz_page_moveLeftOut {
  animation: moveToLeft 0.6s ease both;
}
.jz_page_moveLeftIn {
  animation: moveFromRight 0.6s ease both;
}
.jz_page_moveRightOut {
  animation: moveToRight 0.6s ease both;
}
.jz_page_moveRightIn {
  animation: moveFromLeft 0.6s ease both;
}
/*# sourceMappingURL=mainBaseDefer.e053f0ea.css.map*/
