.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  transition-property: transform, height
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,");
  left: 10px;
  right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,");
  right: 10px;
  left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,")
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,")
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0
}

ol,
li,
ul {
  margin: 0
}

html,
body {
  height: 100%
}

body {
  position: relative;
  width: 10rem;
  height: 100vh;
  margin: 0 auto;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  font-family: sans-serif;
  font-size: 14px;
  overflow: hidden;
  background-size: cover;
}

::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}

.vote-component {
  width: 100%;
  height: 100%;
}

.all-pages-wrap {
  width: 100%;
  height: 100%;
}

.page-content {
  width: 100%;
  height: 100%;
  background-size: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  z-index: 2;
  box-sizing: border-box;
  overflow: hidden;
  /* padding-bottom:60px; */
}

.vip {
  padding-bottom: 30px
}

.wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.wrapper p {
  line-height: 0.6875rem
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  outline: none
}

*,
*:after {
  box-sizing: border-box
}

::-webkit-input-placeholder {
  color: #d8d8d8
}

input:focus,
textarea:focus,
select:focus {
  outline: none
}

textarea {
  line-height: 0.5625rem;
  resize: vertical
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.4375rem;
  color: inherit
}

.btn:focus {
  outline: none
}

.btn-disable {
  background-color: #ccc !important;
  color: #666 !important;
  border-color: #ccc !important
}

.form-control {
  display: inline-block;
  width: 100%;
  padding: 0.1875rem 0.375rem;
  border: 1px solid transparent;
  border-radius: 0
}

input.form-control {
  height: 1.25rem
}

input.form-control::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 0.4375rem
}

textarea.form-control {
  height: 2.5rem;
  resize: vertical
}

.form-control,
.form-control:focus {
  outline: none
}

.xz-submit-form .select-box {
  position: relative
}

.xz-submit-form .select-box .caret {
  display: block;
  position: absolute;
  right: 0.3125rem;
  top: 1rem;
  width: 0;
  height: 0;
  margin-left: 0.0625rem;
  vertical-align: middle;
  border: 0.125rem solid transparent;
  border-top-color: #000
}

.xz-submit-form select {
  border-radius: 0
}

.xz-submit-form .xz-options label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.xz-submit-form .xz-options span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.xz-submit-form .xz-options input[type="radio"] {
  -webkit-appearance: none;
  width: 0.46875rem;
  height: 0.46875rem;
  border: 0.03125rem solid #666;
  border-radius: 50%;
  background-color: transparent;
  vertical-align: text-bottom;
  margin-right: 0.25rem
}

.xz-submit-form .xz-options input[type="radio"]:checked:after {
  display: block;
  box-sizing: content-box;
  position: relative;
  content: '';
  background-color: #333;
  left: 0.09375rem;
  top: 0.09375rem;
  width: 0.21875rem;
  height: 0.21875rem;
  border-radius: 50%
}

.xz-submit-form .select-box input[type="checkbox"],
.xz-submit-form .xz-options input[type="checkbox"] {
  -webkit-appearance: none;
  width: 0.4375rem;
  height: 0.4375rem;
  border: 0.03125rem solid #666;
  background-color: transparent;
  margin-right: 0.25rem
}

.xz-submit-form .select-box input[type="checkbox"]:checked:after,
.xz-submit-form .xz-options input[type="checkbox"]:checked:after {
  display: block;
  position: relative;
  content: '';
  left: 0.03125rem;
  top: 0.09375rem;
  width: 0.3125rem;
  height: 0.15625rem;
  border-width: 0 0 0.0625rem 0.0625rem;
  border-style: solid;
  border-color: #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.xz-submit-form .img-box {
  display: inline-block;
  border: 0.03125rem solid #ddd
}

.xz-submit-form .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.xz-submit-form .xz-title {
  font-size: 15px;
  font-size: 0.46875rem;
  line-height: 0.5625rem
}

.xz-submit-form .xz-question {
  border: 1px dotted transparent;
  padding: 0.46875rem;
  padding-bottom: 0
}

.xz-submit-form .xz-question span.snow-sign {
  color: #ff637c
}

.xz-submit-form .xz-question.active {
  border-color: #ff637b
}

.xz-submit-form select,
.xz-submit-form input,
.xz-submit-form textarea {
  border: 0.03125rem solid #ddd;
  background-color: transparent;
  -webkit-appearance: none
}

.xz-submit-form input::-webkit-input-placeholder,
.xz-submit-form textarea::-webkit-input-placeholder {
  color: #999
}

.xz-submit-form .xz-radio .xz-options {
  font-size: 15px;
  font-size: 0.46875rem;
  line-height: 0.5625rem;
  margin: 0.46875rem 0
}

.xz-submit-form .xz-radio .xz-options label {
  line-height: 0.5625rem;
  vertical-align: top
}

.xz-submit-form .xz-checkbox .xz-options {
  font-size: 15px;
  font-size: 0.46875rem;
  line-height: 0.5625rem;
  margin: 0.46875rem 0
}

.xz-submit-form .xz-checkbox .xz-options label {
  line-height: 0.5625rem;
  vertical-align: top
}

.xz-submit-form .xz-checkbox .xz-options input[type="checkbox"] {
  width: 0.46875rem;
  height: 0.46875rem;
  vertical-align: text-bottom;
  margin-right: 0.25rem
}

.xz-submit-form .xz-input {
  padding-bottom: 0.125rem
}

.xz-submit-form .xz-input .form-control {
  font-size: 15px;
  font-size: 0.46875rem;
  line-height: 0.5625rem;
  margin: 0.34375rem 0
}

.xz-submit-form .xz-input input {
  width: 100%;
  line-height: 1.1875rem;
  padding: 0.15625rem 0.375rem
}

.xz-submit-form .xz-select {
  padding-bottom: 0.125rem
}

.xz-submit-form .xz-select select {
  width: 100%;
  height: 1.25rem;
  padding: 0.15625rem 0.375rem;
  font-size: 15px;
  font-size: 0.46875rem;
  line-height: 0.5625rem;
  margin: 0.34375rem 0;
  -webkit-appearance: none
}

.xz-submit-form .xz-date {
  padding-bottom: 0.125rem
}

.xz-submit-form .xz-date input {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-size: 0.46875rem;
  padding: 0.3125rem;
  line-height: 0.5rem;
  margin: 0.3125rem 0;
  height: 1.1875rem;
  -webkit-appearance: none
}

.xz-submit-form .xz-time {
  padding-bottom: 0.125rem
}

.xz-submit-form .xz-time .select-box .caret {
  right: 0.3125rem;
  top: 1.125rem
}

.xz-submit-form .xz-time .cell_element select {
  margin: 0.34375rem 0;
  display: inline-block;
  height: 1.25rem;
  width: 100%;
  font-size: 15px;
  font-size: 0.46875rem;
  line-height: 0.5625rem;
  padding: 0.1875rem;
  -webkit-appearance: none
}

.xz-submit-form .xz-time .cell_element {
  position: relative
}

.xz-submit-form .xz-time .cell_element span {
  position: absolute;
  color: #333;
  right: 0.65625rem;
  top: 0.96875rem;
  margin-top: -0.21875rem;
  font-size: 14px;
  font-size: 0.4375rem;
  line-height: 0.4375rem
}

.xz-submit-form .xz-time .cell_element.hour {
  padding-right: 0.1875rem
}

.xz-submit-form .xz-time .cell_element.min {
  padding: 0 0.09375rem
}

.xz-submit-form .xz-time .cell_element.second {
  padding-left: 0.1875rem
}

.xz-submit-form .xz-address .select-box .caret {
  right: 0.5625rem;
  top: 0.5625rem
}

.xz-submit-form .xz-address .address-area {
  margin: 0.34375rem 0
}

.xz-submit-form .xz-address select {
  display: inline-block;
  height: 1.25rem;
  width: 100%;
  font-size: 15px;
  font-size: 0.46875rem;
  line-height: 0.5625rem;
  padding: 0.1875rem 0.375rem;
  -webkit-appearance: none
}

.xz-submit-form .xz-address .address-item.detail {
  margin-bottom: 0.3125rem;
  padding: 0
}

.xz-submit-form .xz-address .address-item.province {
  padding-right: 0.1875rem
}

.xz-submit-form .xz-address .address-item.city {
  padding: 0 0.09375rem
}

.xz-submit-form .xz-address .address-item.county {
  padding-left: 0.1875rem
}

.xz-submit-form .xz-address .form-control {
  font-size: 15px;
  font-size: 0.46875rem;
  line-height: 0.5625rem;
  resize: none;
  padding: 0.3125rem 0.375rem
}

.xz-submit-form .xz-textarea {
  padding-bottom: 0.125rem
}

.xz-submit-form .xz-textarea textarea {
  width: 100%;
  height: 4.15625rem;
  padding: 0.15625rem 0.375rem;
  font-size: 15px;
  font-size: 0.46875rem;
  line-height: 0.5625rem;
  margin: 0.34375rem 0;
  resize: none
}

.xz-submit-form .xz-describe {
  padding-bottom: 0.125rem;
  word-wrap: break-word
}

.xz-submit-form .xz-describe .xz-title.middle {
  text-align: center
}

.xz-submit-form .xz-describe .xz-title.left {
  text-align: left
}

.xz-submit-form .xz-describe .xz-title.right {
  text-align: right
}

.xz-submit-form .xz-picture .img-box, .xz-submit-form .xz-videoUpload .img-box {
  height: 100%;
  width: 100%;
  line-height: 0
}

.xz-item[data-type="quickpay"] .title {
  font-size: 15px;
  font-size: 0.46875rem;
  font-weight: bold;
  line-height: 0.625rem;
  text-align: center;
  padding: 0.3125rem;
  padding-bottom: 0
}

.xz-item[data-type="quickpay"] .xz-goods {
  padding: 0
}

.xz-item[data-type="quickpay"] .xz-goods .option-wrap {
  padding: 0.40625rem 0;
  margin: 0 0.46875rem;
  border-bottom: 1px solid #ddd;
  position: relative
}

.xz-item[data-type="quickpay"] .xz-goods .small .content-body {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webflex-flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.xz-item[data-type="quickpay"] .xz-goods .img-box {
  width: 3.125rem;
  min-width: 3.125rem;
  height: 2.8125rem;
  margin-right: 0.28125rem
}

.xz-item[data-type="quickpay"] .xz-goods .big .img-box {
  width: 100%;
  height: 5.9375rem;
  margin: 0
}

.xz-item[data-type="quickpay"] .xz-goods .big .xz-brief {
  margin-top: 0.3125rem;
  margin-bottom: 0.375rem
}

.xz-item[data-type="quickpay"] .xz-goods .big .price p {
  display: inline-block
}

.xz-item[data-type="quickpay"] .xz-goods .big .xz-current_price {
  margin-right: 0.3125rem
}

.xz-item[data-type="quickpay"] .xz-goods .xz-brief {
  font-size: 15px;
  font-size: 0.46875rem;
  line-height: 0.625rem;
  font-weight: bold;
  margin-bottom: 0.375rem
}

.xz-item[data-type="quickpay"] .xz-goods .xz-current_price {
  font-size: 14px;
  font-size: 0.4375rem;
  line-height: 0.46875rem
}

.xz-item[data-type="quickpay"] .xz-goods .xz-origin_price {
  font-size: 11px;
  font-size: 0.34375rem;
  line-height: 0.46875rem
}

.xz-item[data-type="quickpay"] .xz-goods .count-box {
  text-align: right
}

.xz-item[data-type="quickpay"] .xz-goods .goods-count {
  font-size: 13px;
  font-size: 0.40625rem;
  cursor: pointer;
  display: inline-block;
  width: 0.71875rem;
  height: 0.6875rem;
  line-height: 0.6875rem;
  border: 0.03125rem solid #ddd;
  color: #333;
  border-radius: 0.09375rem;
  text-align: center;
  position: relative;
  vertical-align: top;
  font-size: 0
}

.xz-item[data-type="quickpay"] .xz-goods .goods-count.disable {
  background-color: transparent;
  opacity: 0.5
}

.xz-item[data-type="quickpay"] .xz-goods .goods-count.reduce:before {
  content: '';
  position: absolute;
  top: 0.3125rem;
  left: 0.1875rem;
  font-size: 0.9375rem;
  width: 0.3125rem;
  height: 0.03125rem;
  background-color: #333
}

.xz-item[data-type="quickpay"] .xz-goods .goods-count.add:before {
  content: '';
  position: absolute;
  top: 0.3125rem;
  left: 0.15625rem;
  width: 0.34375rem;
  height: 0.03125rem;
  background-color: #333
}

.xz-item[data-type="quickpay"] .xz-goods .goods-count.add:after {
  content: '';
  position: absolute;
  top: 0.15625rem;
  left: 0.3125rem;
  height: 0.34375rem;
  width: 0.03125rem;
  background-color: #333
}

.xz-item[data-type="quickpay"] .xz-goods .goods-number {
  pointer-events: none;
  display: inline-block;
  width: 0.84375rem;
  height: 0.6875rem;
  line-height: 0.6875rem;
  border-radius: 0.09375rem;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
  font-size: 0.4375rem
}

.xz-item[data-type="quickpay"] .xz-givegoods {
  padding-bottom: 0.46875rem
}

.xz-item[data-type="quickpay"] .xz-givegoods .option-wrap {
  margin-bottom: 0.625rem
}

.xz-item[data-type="quickpay"] .xz-givegoods .option-wrap:last-child {
  margin-bottom: 0
}

.xz-item[data-type="quickpay"] .xz-givegoods .img-box {
  width: 1.5625rem;
  min-width: 1.5625rem;
  height: 1.5625rem;
  margin-right: 0.3125rem
}

.xz-item[data-type="quickpay"] .xz-givegoods .content-info {
  font-size: 15px;
  font-size: 0.46875rem;
  line-height: 0.5625rem
}

.xz-item[data-type="quickpay"] .xz-givegoods .xz-current_price {
  font-size: 14px;
  font-size: 0.4375rem
}

.xz-item[data-type="quickpay"] .xz-givegoods .xz-origin_price {
  font-size: 10px;
  font-size: 0.3125rem
}

.xz-item[data-type="quickpay"] .xz-givegoods .select-box {
  text-align: right
}

.xz-item[data-type="quickpay"] .xz-goods .small .count-box {
  height: 0.9375rem
}

.xz-item[data-type="quickpay"] .xz-goods .surplus-stock {
  color: #666;
  font-size: 12px;
  font-size: 0.375rem;
  text-align: right
}

.xz-item[data-type="quickpay"] .xz-goods .surplus-stock .stockNum {
  margin-left: 0.09375rem;
  vertical-align: text-top
}

.xz-item[data-type="quickpay"] .xz-goods .big .surplus-stock {
  margin-top: 0.3125rem
}

.xz-item[data-type="quickpay"] .xz-goods .sellOut,
.xz-item[data-type="quickpay"] .xz-givegoods .sellOut {
  display: inline-block;
  width: 1.40625rem;
  height: 0.65625rem;
  line-height: 0.65625rem;
  color: #ccc;
  font-size: 12px;
  font-size: 0.375rem;
  text-align: center
}

.xz-item[data-type="quickpay"] .price-all {
  padding: 0.46875rem
}

.xz-item[data-type="quickpay"] .price-all .paybutton {
  text-align: right
}

.xz-item[data-type="quickpay"] .price-all .xz-button {
  display: inline-block;
  width: 3.65625rem;
  height: 1.09375rem;
  font-size: 15px;
  font-size: 0.46875rem;
  line-height: 1.09375rem;
  text-align: center;
  border: 1px solid transparent
}

.xz-item[data-type="quickpay"] .price-all .total {
  font-size: 14px;
  font-size: 0.4375rem
}

.xz-item[data-type="quickpay"] .price-all .totalNum {
  font-size: 18px;
  font-size: 0.5625rem
}

.xz-item[data-type="biaodan"] .img-box {
  display: block
}

.xz-item[data-type="biaodan"] .file-set {
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  top: 0;
  right: 0;
  background: url("//xzh5.hoge.cn//test/p/Tplglobal/images/close-2x.png") no-repeat;
  background-size: 100%
}

.xz-item[data-type="biaodan"] .xz-radio[data-key="pictureRadio"] .xz-options,
.xz-item[data-type="biaodan"] .xz-checkbox[data-key="pictureMultiple"] .xz-options {
  display: inline-block;
  width: 45% !important;
  margin-right: 20px
}

.xz-item[data-type="biaodan"] .xz-radio[data-key="pictureRadio"] .xz-options:nth-child(2n),
.xz-item[data-type="biaodan"] .xz-checkbox[data-key="pictureMultiple"] .xz-options:nth-child(2n) {
  margin-right: 0
}

.xz-item[data-type="biaodan"] .xz-radio[data-key="pictureRadio"] .xz-options .img-box,
.xz-item[data-type="biaodan"] .xz-checkbox[data-key="pictureMultiple"] .xz-options .img-box {
  width: 4.0625rem;
  height: 5.3125rem;
  margin: 0 auto;
  margin-bottom: 0.3125rem
}

.xz-item[data-type="biaodan"] .xz-radio[data-key="pictureRadio"] .xz-options label,
.xz-item[data-type="biaodan"] .xz-checkbox[data-key="pictureMultiple"] .xz-options label {
  height: auto
}

.xz-item[data-type="biaodan"] .xz-radio[data-key="pictureRadio"] .xz-options img,
.xz-item[data-type="biaodan"] .xz-checkbox[data-key="pictureMultiple"] .xz-options img {
  display: block
}

.xz-item[data-type="biaodan"] .xz-picture .img-box, .xz-item[data-type="biaodan"] .xz-videoUpload .video-box {
  width: 5rem;
  margin: 0 auto;
  position: relative
}

.xz-item[data-type="biaodan"] .xz-videoUpload .video-box {
  width: 100%;
  height: 200px;
  text-align: center;
}

.xz-item[data-type="biaodan"] .xz-videoUpload .video-box video {
  width: 100%;
  height: 100%;
}

.xz-item[data-type="biaodan"] .uploadPic, .xz-item[data-type="biaodan"] .uploadVideo {
  text-align: center;
  position: relative
}

.xz-item[data-type="biaodan"] .uploadPic .uploadBtn, .xz-item[data-type="biaodan"] .uploadVideo .uploadBtn {
  width: 100%;
  height: 2.5rem;
  border: 0.03125rem dashed #ccc;
  background-color: transparent
}

.xz-item[data-type="biaodan"] .uploadPic .marketing-upload-icon, .xz-item[data-type="biaodan"] .uploadVideo .marketing-upload-icon {
  margin-right: 8px;
  font-size: 22px;
  vertical-align: sub
}

.xz-item[data-type="biaodan"] .uploadPic input, .xz-item[data-type="biaodan"] .uploadVideo input {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0.000001;
  height: 100%
}

.xz-item[data-type="biaodan"] .uploadDoc {
  text-align: center;
  position: relative
}

.xz-item[data-type="biaodan"] .uploadDoc .uploadBtn {
  width: 100%;
  height: 2.5rem;
  border: 0.03125rem dashed #ccc;
  background-color: transparent
}

.xz-item[data-type="biaodan"] .uploadDoc .marketing-upload-icon {
  margin-right: 8px;
  font-size: 22px;
  vertical-align: sub
}

.xz-item[data-type="biaodan"] .uploadDoc input {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0.000001;
  height: 100%
}

.hg-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.line2-overflow {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.hide {
  display: none !important
}

.clear {
  overflow: visible
}

.clear:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
  height: 0
}

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

.hg-flex {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

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

.hg-flex-end {
  -webkit-box-align: end;
  box-align: end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  flex-align: flex-end
}

.hg-flex-start {
  -webkit-box-align: start;
  box-align: start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-align: flex-start
}

.hg-flex-one {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.hg-flex-two {
  -webkit-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2
}

.hg-vertical {
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.hg-row-reverse {
  -webkit-box-orient: reverse;
  box-orient: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.hg-flex-overflow {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

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

.hg-line-4 {
  -webkit-box-flex: 0 0 25%;
  box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%
}

.hg-line-3 {
  -webkit-box-flex: 0 0 33.33%;
  box-flex: 0 0 33.33%;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%
}

.hg-line-2 {
  -webkit-box-flex: 0 0 50%;
  box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%
}

.hg-line-1 {
  -webkit-box-flex: 0 0 100%;
  box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%
}

.hg-reverse-1 .xz-filename {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

.hg-reverse-1 .xz-content {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2
}

.hg-reverse-2 .xz-filename {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2
}

.hg-reverse-2 .xz-content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

.xz-component:nth-child(2n) .hg-reverse-3 .xz-filename {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

.xz-component:nth-child(2n) .hg-reverse-3 .xz-content {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2
}

.xz-component:nth-child(2n+1) .hg-reverse-3 .xz-filename {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2
}

.xz-component:nth-child(2n+1) .hg-reverse-3 .xz-content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

.hg-reverse-1 .order1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

.hg-reverse-1 .order2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2
}

.hg-reverse-2 .order1 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2
}

.hg-reverse-2 .order2 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

.xz-component:nth-child(2n) .hg-reverse-3 .order1 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2
}

.xz-component:nth-child(2n) .hg-reverse-3 .order2 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

.xz-component:nth-child(2n+1) .hg-reverse-3 .order1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

.xz-component:nth-child(2n+1) .hg-reverse-3 .order2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2
}

.xz-item {
  position: relative
}

.overflow {
  overflow: hidden
}

.floating-mask {
  position: absolute;
  z-index: 48
}

.xz-floating img {
  position: absolute;
  z-index: 48;
  width: 100%;
  height: 100%
}

.xz-filename {
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center
}

.xz-inner {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  overflow: hidden
}

.xz-img .xz-filename {
  background-size: cover
}

.bg-setting {
  position: absolute;
  width: 10rem;
  height: 100%;
  background-size: 100%;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0)
    /* z-index:1; */
}

.contHide .xz-content {
  display: none
}

.img-box {
  background: no-repeat center center;
  background-size: cover;
  text-align: center;
  overflow: hidden
}

.xz-item .xz-options-choose {
  -webkit-appearance: none;
  width: 0.53125rem;
  height: 0.53125rem;
  padding: 0;
  background-color: transparent;
  border: 0.03125rem solid transparent;
  vertical-align: middle;
  margin-right: 0.15625rem
}

.xz-item .xz-options:not(first-child) {
  margin-top: 0.15625rem;
  width: 100% !important;
}

.xz-item .xz-options-radio {
  border-radius: 50%
}

.xz-options-radio:checked {
  border: 9px solid transparent
}

.xz-item .xz-options-checkbox {
  border-radius: 0.09375rem
}

.xz-options-select {
  -webkit-appearance: none;
  width: 100%;
  height: 1.0625rem;
  line-height: 1.0625rem;
  font-size: 14px;
  font-size: 0.4375rem;
  padding-left: 0.3125rem;
  border: 0.03125rem solid transparent
}

.page-index {
  background: url("") no-repeat center transparent;
  background-size: cover;
  background-color: #fff
}

.copyright {
  position: absolute;
  left: 0;
  bottom: 0.625rem;
  width: 100%;
  line-height: 0.875rem;
  text-align: center;
  padding-top: 0.15625rem;
  font-size: 10px;
  font-size: 0.3125rem;
  color: #555;
  z-index: 1
}

.copyright .logo {
  display: inline-block;
  width: 1.15625rem;
  height: 0.40625rem;
  background: url("//h5.xiuzan.com/p/Tplglobal/images/copyright.png") center no-repeat transparent;
  background-size: 1.15625rem;
  vertical-align: middle;
  margin-top: -0.0625rem
}

.copyright.white {
  color: #fff
}

.copyright.white .logo {
  background-image: url("//h5.xiuzan.com/p/Tplglobal/images/copyright_white.png")
}

.page-copyright {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 0px;
}

.page-copyright .copyright {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #2e3132;
  bottom: 0;
  text-align: left;
  padding-top: 0
}

.page-copyright .copyright .copyright-inner {
  position: relative;
  padding: 0 0.4375rem 0 0.5rem;
  height: 2.4375rem
}

.page-copyright .copyright .logo {
  display: inline-block;
  min-width: 1rem;
  width: 1rem;
  height: 1rem;
  background: url("//h5.xiuzan.com/p/Tplglobal/images/new_copyright-2x.png") center no-repeat transparent;
  background-size: cover;
  vertical-align: middle;
  margin-right: 0.3125rem
}

.page-copyright .copyright .line-copyright {
  font-size: 14px;
  font-size: 0.4375rem;
  color: #fff;
  line-height: 0.53125rem
}

.page-copyright .copyright .line-copy_desc {
  font-size: 10px;
  font-size: 0.3125rem;
  line-height: 0.375rem;
  color: rgba(255, 255, 255, 0.6)
}

.page-copyright .copyright .atonce {
  color: #fff;
  font-size: 11px;
  font-size: 0.34375rem;
  position: absolute;
  right: 0.4375rem;
  bottom: 50%;
  margin-bottom: -7px;
  line-height: 0.4375rem
}

.page-copyright .copyright .goknow {
  display: inline-block;
  min-width: 0.4375rem;
  width: 0.4375rem;
  height: 0.4375rem;
  background: url("//h5.xiuzan.com/p/Tplglobal/images/goknow-2x.png") center no-repeat;
  background-size: cover;
  vertical-align: bottom;
  margin-left: 0.15625rem
}

.extra_report {
  bottom: 0.5rem
}

.page-copyright.vip .extra_report {
  bottom: 0.25rem
}

.xz-button .liv-button_title {
  cursor: pointer
}

.xz-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.xz-cover .img-area {
  width: 100%;
  height: 100%
}

.xz-freedom {
  overflow-x: hidden
}

.xz-freedom .freedom-text p {
  font-size: 16px;
  color: #333;
}

.xz-cover .freedom-btn {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: inherit
}

#TaoPassword .modal-box {
  width: 280px;
  padding-top: 20px
}

#TaoPassword .title {
  font-size: 16px;
  line-height: 28px
}

#TaoPassword .font {
  padding: 10px 20px;
  margin: 0;
  color: #959595;
  font-size: 12px;
  text-align: left
}

#TaoPassword .taoBox {
  border: 1px solid #b9b9b9;
  padding: 5px;
  background-color: #fcfcfc;
  line-height: 20px;
  height: 70px
}

#TaoPassword .taoBox.line2-overflow {
  -webkit-line-clamp: 3
}

#TaoPassword .btn.ok {
  color: #3badf5;
  font-size: 18px;
  width: 100%
}

/* 全局模态框样式 */
.global-modal-kaku-bg{
  align-items: center;
  justify-content: center;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index:99;
}
.global-content-kaku-modal{
  position: relative;
  width: 7.96rem;
  height: 7.92rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 0.36rem;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 100%;
  background-image: url('https://xzimg.hoge.cn/xiuzan/1667288291849/tankuang-bg.png');
  background-image: image-set(url('https://xzimg.hoge.cn/xiuzan/1667288291849/tankuang-bg.png') 1x, url('https://xzimg.hoge.cn/xiuzan/1667288291849/tankuang-bg.png') 2x);
}
.global-close-kaku-icon{
  position: absolute;
  top:0;
  right:0;
  width: 0.9rem;
  height: 0.9rem;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.36rem;
  background-image: url('https://xzh5.hoge.cn/new-vote/images/close_icon@2x.png');
  background-image: image-set(url('https://xzh5.hoge.cn/new-vote/images/close_icon@2x.png') 1x, url('https://xzh5.hoge.cn/new-vote/images/close_icon@3x.png') 2x);
  cursor: pointer;
}
.global-modal-bg {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.global-content-modal {
  position: relative;
  width: 100%;
  margin: 0 1.01rem;
  background-color: #fff;
  border-radius: 4px;
  padding: 0 0 1.2rem;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1.2rem;
  background-image: url('https://xzh5.hoge.cn/new-vote/images/wave_icon@2x.png');
  background-image: image-set(url('https://xzh5.hoge.cn/new-vote/images/wave_icon@2x.png') 1x, url('https://xzh5.hoge.cn/new-vote/images/wave_icon@3x.png') 2x);
}

.global-close-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.37rem;
  background-image: url('https://xzh5.hoge.cn/new-vote/images/close_icon@2x.png');
  background-image: image-set(url('https://xzh5.hoge.cn/new-vote/images/close_icon@2x.png') 1x, url('https://xzh5.hoge.cn/new-vote/images/close_icon@3x.png') 2x);
}

/* 全局限制平台模态框 */
.global-content-kaku-modal.limit-kaku-modal{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.global-content-kaku-modal.limit-kaku-modal .limit-kaku-tip{
  width: 2.23rem;
  font-size: 0.36rem;
  color: #ffffff;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  position: absolute;
  top: 4.45rem;
  left:0.75rem;
}
.global-content-kaku-modal.limit-kaku-modal .limit-kaku-tip .source-kaku{
  font-style: normal;
  font-weight: 600;
}
.global-content-kaku-modal.limit-kaku-modal .limit-downlaod-kaku-btn{
  display: none;
  width: 3.72rem;
  height: 1.06rem;
  border-radius: 0.53rem;
  background: radial-gradient(#ffee17, #ffa21b);
  text-align: center;
  font-size: 0.48rem;
  font-family: SourceHanSansCN, SourceHanSansCN-Bold;
  font-weight: 700;
  color: #0970ce;
  line-height: 1.06rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0.6rem;
}
.global-content-modal.limit-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0.7rem 1rem 1.2rem;
}

.global-content-modal.limit-modal .limit-tip {
  font-size: 0.43rem;
  color: #333;
  text-align: center;
}

.global-content-modal.limit-modal .limit-tip .source {
  font-style: normal;
  font-weight: bold;
  margin: 0 0.2rem;
}

.global-content-modal.limit-modal .limit-icon {
  padding: 0.37rem 0;
  width: 4.5rem;
  height: 3.87rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url('https://xzh5.hoge.cn/new-vote/images/sofa_icon@2x.png');
  background-image: image-set(url('https://xzh5.hoge.cn/new-vote/images/sofa_icon@2x.png') 1x, url('https://xzh5.hoge.cn/new-vote/images/sofa_icon@3x.png') 2x);
}

.global-content-modal.limit-modal .limit-downlaod-btn {
  display: none;
  padding: 0 0.4rem;
  height: 0.93rem;
  line-height: 0.8rem;
  ;
  border-radius: 0.48rem;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 0.37rem;
  color: #666666;
  margin: 0 auto;
}

/*全局表单的提交模态框样式*/
.global-formconfirm-wrap{
  position: relative;
  width: 100%;
  margin: 0 1.39rem;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #979797;
  padding: 1.5rem 0.93rem 0.9rem;
  box-sizing: border-box;
  text-align: center;
}

.global-formconfirm-wrap .tip-icon{
  position: absolute;
  top:0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.73rem;
  height: 1.73rem;
  border-radius: 50%;
  background: url('//xzh5.hoge.cn/pre/marketing/images/form_light_icon@3x.png') no-repeat center / cover;
}

.global-formconfirm-wrap .tip-title{
  font-size: 0.48rem;
  color: #333;
  line-height: 0.67rem;
  margin-bottom: 0.27rem;
}

.global-formconfirm-wrap .tip-desc{
  font-size: 0.37rem;
  color: #666;
  line-height: 0.53rem;
  margin-bottom: 0.53rem;
}

.global-formconfirm-wrap .tip-btn{
  width: 3.33rem;
  height: 0.93rem;
  line-height: 0.93rem;
  background-color: #FF6A45;
  text-align: center;
  border-radius: 0.48rem;
  border: none;
  color: #fff;
  font-size: 0.4rem;
}

/* 全局表单的提醒样式 */
.global-custom-modal-bg {
  display: none;
}

.global-custom-modal-bg .global-formsubmit-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.27rem 0 0.59rem;
  height: 1.1rem;
  background-color: #FFF1ED;
  z-index: 10;
}

.global-custom-modal-bg .global-formsubmit-wrap .left-tip {
  display: flex;
  align-items: center;
  height: 0.45rem;
  padding-left: 0.64rem;
  background: url('//xzh5.hoge.cn/pre/marketing/images/form_tip_icon@3x.png') no-repeat left center / 0.45rem;
  font-size: 0.37rem;
  color: #FF6A45;
}

.global-custom-modal-bg .global-formsubmit-wrap .show-result {
  padding: 0 0.21rem;
  height: 0.72rem;
  line-height: 0.72rem;
  border: 1px solid #FF6A45;
  border-radius: 0.35rem;
  font-size: 0.37rem;
  color: #FF6A45;
  background: none;
}
.pagination-number{
    display: none;
    z-index: 2;
    width: 2.26rem;
    background: rgba(0,0,0,0.5);
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    position: fixed;
    bottom: 1.16rem;
    font-size: 0.375rem;
    color: #fff;
}
.xz-video {
  object-fit: fill !important;
}
.xz-video03.xz-inner.color-component {
  height: 5.46875rem !important;
}