/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #26a2ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.373333rem;
  height: 1.066667rem;
  line-height: 1;
  padding: 0 0.266667rem;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.mint-header .mint-button {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  display: inline-block;
  padding: 0;
  font-size: inherit;
}

.mint-header .mint-button::after {
  content: none;
}

.mint-header.is-fixed {
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 1;
}

.mint-header-button {
  -webkit-box-flex: .5;
  -ms-flex: .5;
  flex: .5;
}

.mint-header-button > a {
  color: inherit;
}

.mint-header-button.is-right {
  text-align: right;
}

.mint-header-button.is-left {
  text-align: left;
}

.mint-header-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: inherit;
  font-weight: 400;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.106667rem;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: block;
  font-size: 0.48rem;
  height: 1.093333rem;
  outline: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.mint-button::after {
  background-color: #000;
  content: " ";
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.mint-button:not(.is-disabled):active::after {
  opacity: .4;
}

.mint-button.is-disabled {
  opacity: .6;
}

.mint-button-icon {
  vertical-align: middle;
  display: inline-block;
}

.mint-button--default {
  color: #656b79;
  background-color: #f6f8fa;
  -webkit-box-shadow: 0 0 0.026667rem #b8bbbf;
          box-shadow: 0 0 0.026667rem #b8bbbf;
}

.mint-button--default.is-plain {
  border: 0.026667rem solid #5a5a5a;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #5a5a5a;
}

.mint-button--primary {
  color: #fff;
  background-color: #26a2ff;
}

.mint-button--primary.is-plain {
  border: 0.026667rem solid #26a2ff;
  background-color: transparent;
  color: #26a2ff;
}

.mint-button--danger {
  color: #fff;
  background-color: #ef4f4f;
}

.mint-button--danger.is-plain {
  border: 0.026667rem solid #ef4f4f;
  background-color: transparent;
  color: #ef4f4f;
}

.mint-button--large {
  display: block;
  width: 100%;
}

.mint-button--normal {
  display: inline-block;
  padding: 0 0.32rem;
}

.mint-button--small {
  display: inline-block;
  font-size: 0.373333rem;
  padding: 0 0.32rem;
  height: 0.88rem;
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-cell {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  min-height: 1.28rem;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.mint-cell img {
  vertical-align: middle;
}

.mint-cell:first-child .mint-cell-wrapper {
  background-origin: border-box;
}

.mint-cell:last-child {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d9d9d9), color-stop(50%, #d9d9d9), color-stop(50%, transparent));
  background-image: linear-gradient(0deg, #d9d9d9, #d9d9d9 50%, transparent 50%);
  background-size: 100% 0.026667rem;
  background-repeat: no-repeat;
  background-position: bottom;
}

.mint-cell-wrapper {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), color-stop(50%, #d9d9d9), color-stop(50%, transparent));
  background-image: linear-gradient(180deg, #d9d9d9, #d9d9d9 50%, transparent 50%);
  background-size: 120% 0.026667rem;
  background-repeat: no-repeat;
  background-position: top left;
  background-origin: content-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.426667rem;
  line-height: 1;
  min-height: inherit;
  overflow: hidden;
  padding: 0 0.266667rem;
  width: 100%;
}

.mint-cell-mask::after {
  background-color: #000;
  content: " ";
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.mint-cell-mask:active::after {
  opacity: .1;
}

.mint-cell-text {
  vertical-align: middle;
}

.mint-cell-label {
  color: #888;
  display: block;
  font-size: 0.32rem;
  margin-top: 0.16rem;
}

.mint-cell-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mint-cell-value {
  color: #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mint-cell-value.is-link {
  margin-right: 0.64rem;
}

.mint-cell-left {
  position: absolute;
  height: 100%;
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mint-cell-right {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mint-cell-allow-right::after {
  border: solid 0.053333rem #c8c8cd;
  border-bottom-width: 0;
  border-left-width: 0;
  content: " ";
  top: 50%;
  right: 0.533333rem;
  position: absolute;
  width: 0.133333rem;
  height: 0.133333rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-cell-swipe .mint-cell-wrapper {
  position: relative;
}

.mint-cell-swipe .mint-cell-wrapper,
.mint-cell-swipe .mint-cell-left,
.mint-cell-swipe .mint-cell-right {
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}

.mint-cell-swipe-buttongroup {
  height: 100%;
}

.mint-cell-swipe-button {
  height: 100%;
  display: inline-block;
  padding: 0 0.266667rem;
  line-height: 1.28rem;
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

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

.mint-field .mint-cell-title {
  width: 2.8rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.mint-field .mint-cell-value {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mint-field.is-nolabel .mint-cell-title {
  display: none;
}

.mint-field.is-textarea {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}

.mint-field.is-textarea .mint-cell-title {
  padding: 0.266667rem 0;
}

.mint-field.is-textarea .mint-cell-value {
  padding: 0.133333rem 0;
}

.mint-field-core {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  outline: 0;
  line-height: 1.6;
  font-size: inherit;
  width: 100%;
}

.mint-field-clear {
  opacity: .2;
}

.mint-field-state {
  color: inherit;
  margin-left: 0.533333rem;
}

.mint-field-state .mintui {
  font-size: 0.533333rem;
}

.mint-field-state.is-default {
  margin-left: 0;
}

.mint-field-state.is-success {
  color: #4caf50;
}

.mint-field-state.is-warning {
  color: #ffc107;
}

.mint-field-state.is-error {
  color: #f44336;
}

.mint-field-other {
  top: 0;
  right: 0;
  position: relative;
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-badge {
  color: #fff;
  text-align: center;
  display: inline-block;
}

.mint-badge.is-size-large {
  border-radius: 0.373333rem;
  font-size: 0.48rem;
  padding: 0.053333rem 0.266667rem;
}

.mint-badge.is-size-small {
  border-radius: 0.213333rem;
  font-size: 0.32rem;
  padding: 0.053333rem 0.16rem;
}

.mint-badge.is-size-normal {
  border-radius: 0.32rem;
  font-size: 0.4rem;
  padding: 0.053333rem 0.213333rem;
}

.mint-badge.is-warning {
  background-color: #ffc107;
}

.mint-badge.is-error {
  background-color: #f44336;
}

.mint-badge.is-primary {
  background-color: #26a2ff;
}

.mint-badge.is-success {
  background-color: #4caf50;
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.mint-switch * {
  pointer-events: none;
}

.mint-switch-label {
  margin-left: 0.266667rem;
  display: inline-block;
}

.mint-switch-label:empty {
  margin-left: 0;
}

.mint-switch-core {
  display: inline-block;
  position: relative;
  width: 1.386667rem;
  height: 0.853333rem;
  border: 0.026667rem solid #d9d9d9;
  border-radius: 0.426667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #d9d9d9;
}

.mint-switch-core::after,
.mint-switch-core::before {
  content: " ";
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  border-radius: 0.4rem;
}

.mint-switch-core::after {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.026667rem 0.08rem rgba(0, 0, 0, .4);
          box-shadow: 0 0.026667rem 0.08rem rgba(0, 0, 0, .4);
}

.mint-switch-core::before {
  width: 1.333333rem;
  height: 0.8rem;
  background-color: #fdfdfd;
}

.mint-switch-input {
  display: none;
}

.mint-switch-input:checked + .mint-switch-core {
  border-color: #26a2ff;
  background-color: #26a2ff;
}

.mint-switch-input:checked + .mint-switch-core::before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.mint-switch-input:checked + .mint-switch-core::after {
  -webkit-transform: translateX(0.533333rem);
  transform: translateX(0.533333rem);
}

.mint-spinner-snake {
  -webkit-animation: mint-spinner-rotate 0.8s infinite linear;
  animation: mint-spinner-rotate 0.8s infinite linear;
  border: 0.106667rem solid transparent;
  border-radius: 50%;
}

@-webkit-keyframes mint-spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes mint-spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.mint-spinner-double-bounce {
  position: relative;
}

.mint-spinner-double-bounce-bounce1,
.mint-spinner-double-bounce-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: mint-spinner-double-bounce 2.0s infinite ease-in-out;
  animation: mint-spinner-double-bounce 2.0s infinite ease-in-out;
}

.mint-spinner-double-bounce-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes mint-spinner-double-bounce {
  0%, 100% {
    -webkit-transform: scale(0.0);
    transform: scale(0.0);
  }

  50% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@keyframes mint-spinner-double-bounce {
  0%, 100% {
    -webkit-transform: scale(0.0);
    transform: scale(0.0);
  }

  50% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.mint-spinner-triple-bounce-bounce1,
.mint-spinner-triple-bounce-bounce2,
.mint-spinner-triple-bounce-bounce3 {
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: mint-spinner-triple-bounce 1.4s infinite ease-in-out both;
  animation: mint-spinner-triple-bounce 1.4s infinite ease-in-out both;
}

.mint-spinner-triple-bounce-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.mint-spinner-triple-bounce-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes mint-spinner-triple-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@keyframes mint-spinner-triple-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.mint-spinner-fading-circle {
  position: relative;
}

.mint-spinner-fading-circle-circle {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.mint-spinner-fading-circle-circle::before {
  content: " ";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  border-radius: 100%;
  -webkit-animation: mint-fading-circle 1.2s infinite ease-in-out both;
  animation: mint-fading-circle 1.2s infinite ease-in-out both;
}

.mint-spinner-fading-circle-circle.is-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.mint-spinner-fading-circle-circle.is-circle2::before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.mint-spinner-fading-circle-circle.is-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.mint-spinner-fading-circle-circle.is-circle3::before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.mint-spinner-fading-circle-circle.is-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mint-spinner-fading-circle-circle.is-circle4::before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.mint-spinner-fading-circle-circle.is-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.mint-spinner-fading-circle-circle.is-circle5::before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.mint-spinner-fading-circle-circle.is-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.mint-spinner-fading-circle-circle.is-circle6::before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.mint-spinner-fading-circle-circle.is-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mint-spinner-fading-circle-circle.is-circle7::before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.mint-spinner-fading-circle-circle.is-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.mint-spinner-fading-circle-circle.is-circle8::before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.mint-spinner-fading-circle-circle.is-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.mint-spinner-fading-circle-circle.is-circle9::before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.mint-spinner-fading-circle-circle.is-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.mint-spinner-fading-circle-circle.is-circle10::before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.mint-spinner-fading-circle-circle.is-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.mint-spinner-fading-circle-circle.is-circle11::before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.mint-spinner-fading-circle-circle.is-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.mint-spinner-fading-circle-circle.is-circle12::before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes mint-fading-circle {
  0%, 39%, 100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

@keyframes mint-fading-circle {
  0%, 39%, 100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-tab-item {
  display: block;
  padding: 0.186667rem 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.mint-tab-item-icon {
  width: 0.64rem;
  height: 0.64rem;
  margin: 0 auto 0.133333rem;
}

.mint-tab-item-icon:empty {
  display: none;
}

.mint-tab-item-icon > * {
  display: block;
  width: 100%;
  height: 100%;
}

.mint-tab-item-label {
  color: inherit;
  font-size: 0.32rem;
  line-height: 1;
}

.mint-tab-container-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.mint-tab-container {
  overflow: hidden;
  position: relative;
}

.mint-tab-container .swipe-transition {
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}

.mint-tab-container-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-navbar {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.mint-navbar .mint-tab-item {
  padding: 0.453333rem 0;
  font-size: 0.4rem;
}

.mint-navbar .mint-tab-item:last-child {
  border-right: 0;
}

.mint-navbar .mint-tab-item.is-selected {
  border-bottom: 0.08rem solid #26a2ff;
  color: #26a2ff;
  margin-bottom: -0.08rem;
}

.mint-navbar.is-fixed {
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 1;
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-tabbar {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), color-stop(50%, #d9d9d9), color-stop(50%, transparent));
  background-image: linear-gradient(180deg, #d9d9d9, #d9d9d9 50%, transparent 50%);
  background-size: 100% 0.026667rem;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
}

.mint-tabbar > .mint-tab-item.is-selected {
  background-color: #eaeaea;
  color: #26a2ff;
}

.mint-tabbar.is-fixed {
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 1;
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-search {
  height: 100%;
  height: 100vh;
  overflow: hidden;
}

.mint-searchbar {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d9d9d9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.213333rem 0.266667rem;
  z-index: 1;
}

.mint-searchbar-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 0.053333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0.746667rem;
  padding: 0.106667rem 0.16rem;
}

.mint-searchbar-inner .mintui-search {
  font-size: 0.32rem;
  color: #d9d9d9;
}

.mint-searchbar-core {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  outline: 0;
}

.mint-searchbar-cancel {
  color: #26a2ff;
  margin-left: 0.266667rem;
  text-decoration: none;
}

.mint-search-list {
  overflow: auto;
  padding-top: 1.173333rem;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-checklist .mint-cell {
  padding: 0;
}

.mint-checklist.is-limit .mint-checkbox-core:not(:checked) {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}

.mint-checklist-label {
  display: block;
  padding: 0 0.266667rem;
}

.mint-checklist-title {
  color: #888;
  display: block;
  font-size: 0.32rem;
  margin: 0.213333rem;
}

.mint-checkbox.is-right {
  float: right;
}

.mint-checkbox-label {
  vertical-align: middle;
  margin-left: 0.16rem;
}

.mint-checkbox-input {
  display: none;
}

.mint-checkbox-input:checked + .mint-checkbox-core {
  background-color: #26a2ff;
  border-color: #26a2ff;
}

.mint-checkbox-input:checked + .mint-checkbox-core::after {
  border-color: #fff;
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}

.mint-checkbox-input[disabled] + .mint-checkbox-core {
  background-color: #d9d9d9;
  border-color: #ccc;
}

.mint-checkbox-core {
  display: inline-block;
  background-color: #fff;
  border-radius: 100%;
  border: 0.026667rem solid #ccc;
  position: relative;
  width: 0.533333rem;
  height: 0.533333rem;
  vertical-align: middle;
}

.mint-checkbox-core::after {
  border: 0.053333rem solid transparent;
  border-left: 0;
  border-top: 0;
  content: " ";
  top: 0.08rem;
  left: 0.16rem;
  position: absolute;
  width: 0.106667rem;
  height: 0.213333rem;
  -webkit-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-radiolist .mint-cell {
  padding: 0;
}

.mint-radiolist-label {
  display: block;
  padding: 0 0.266667rem;
}

.mint-radiolist-title {
  font-size: 0.32rem;
  margin: 0.213333rem;
  display: block;
  color: #888;
}

.mint-radio.is-right {
  float: right;
}

.mint-radio-label {
  vertical-align: middle;
  margin-left: 0.16rem;
}

.mint-radio-input {
  display: none;
}

.mint-radio-input:checked + .mint-radio-core {
  background-color: #26a2ff;
  border-color: #26a2ff;
}

.mint-radio-input:checked + .mint-radio-core::after {
  background-color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mint-radio-input[disabled] + .mint-radio-core {
  background-color: #d9d9d9;
  border-color: #ccc;
}

.mint-radio-core {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  background-color: #fff;
  border-radius: 100%;
  border: 0.026667rem solid #ccc;
  position: relative;
  width: 0.533333rem;
  height: 0.533333rem;
  vertical-align: middle;
}

.mint-radio-core::after {
  content: " ";
  border-radius: 100%;
  top: 0.133333rem;
  left: 0.133333rem;
  position: absolute;
  width: 0.213333rem;
  height: 0.213333rem;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.mint-loadmore {
  overflow: hidden;
}

.mint-loadmore-content.is-dropped {
  -webkit-transition: .2s;
  transition: .2s;
}

.mint-loadmore-top,
.mint-loadmore-bottom {
  text-align: center;
  height: 1.333333rem;
  line-height: 1.333333rem;
}

.mint-loadmore-top {
  margin-top: -1.333333rem;
}

.mint-loadmore-bottom {
  margin-bottom: -1.333333rem;
}

.mint-loadmore-spinner {
  display: inline-block;
  margin-right: 0.133333rem;
  vertical-align: middle;
}

.mint-loadmore-text {
  vertical-align: middle;
}

.mint-actionsheet {
  position: fixed;
  background: #e0e0e0;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.mint-actionsheet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mint-actionsheet-listitem {
  border-bottom: solid 0.026667rem #e0e0e0;
}

.mint-actionsheet-listitem,
.mint-actionsheet-button {
  display: block;
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.48rem;
  color: #333;
  background-color: #fff;
}

.mint-actionsheet-listitem:active,
.mint-actionsheet-button:active {
  background-color: #f0f0f0;
}

.actionsheet-float-enter,
.actionsheet-float-leave-active {
  -webkit-transform: translate3d(-50%, 100%, 0);
  transform: translate3d(-50%, 100%, 0);
}

.v-modal-enter {
  -webkit-animation: v-modal-in .2s ease;
  animation: v-modal-in .2s ease;
}

.v-modal-leave {
  -webkit-animation: v-modal-out .2s ease forwards;
  animation: v-modal-out .2s ease forwards;
}

@-webkit-keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}

@keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}

@-webkit-keyframes v-modal-out {
  100% {
    opacity: 0;
  }
}

@keyframes v-modal-out {
  100% {
    opacity: 0;
  }
}

.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}

.mint-popup {
  position: fixed;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.mint-popup-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.mint-popup-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.mint-popup-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.mint-popup-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.popup-slide-top-enter,
.popup-slide-top-leave-active {
  -webkit-transform: translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0);
}

.popup-slide-right-enter,
.popup-slide-right-leave-active {
  -webkit-transform: translate3d(100%, -50%, 0);
  transform: translate3d(100%, -50%, 0);
}

.popup-slide-bottom-enter,
.popup-slide-bottom-leave-active {
  -webkit-transform: translate3d(-50%, 100%, 0);
  transform: translate3d(-50%, 100%, 0);
}

.popup-slide-left-enter,
.popup-slide-left-leave-active {
  -webkit-transform: translate3d(-100%, -50%, 0);
  transform: translate3d(-100%, -50%, 0);
}

.popup-fade-enter,
.popup-fade-leave-active {
  opacity: 0;
}

.mint-swipe {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.mint-swipe-items-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.mint-swipe-items-wrap > div {
  position: absolute;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  display: none;
}

.mint-swipe-items-wrap > div.is-active {
  display: block;
  -webkit-transform: none;
  transform: none;
}

.mint-swipe-indicators {
  position: absolute;
  bottom: 0.266667rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mint-swipe-indicator {
  width: 0.213333rem;
  height: 0.213333rem;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  margin: 0 0.08rem;
}

.mint-swipe-indicator.is-active {
  background: #fff;
}

.mt-range {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.8rem;
  line-height: 0.8rem;
}

.mt-range > * {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
}

.mt-range *[slot=start] {
  margin-right: 0.133333rem;
}

.mt-range *[slot=end] {
  margin-left: 0.133333rem;
}

.mt-range-content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 0.8rem;
}

.mt-range-runway {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: -0.8rem;
  border-top-color: #a9acb1;
  border-top-style: solid;
}

.mt-range-thumb {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  cursor: move;
  -webkit-box-shadow: 0 0.026667rem 0.08rem rgba(0,0,0,.4);
          box-shadow: 0 0.026667rem 0.08rem rgba(0,0,0,.4);
}

.mt-range-progress {
  position: absolute;
  display: block;
  background-color: #26a2ff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
}

.mt-range--disabled {
  opacity: 0.5;
}

.picker {
  overflow: hidden;
}

.picker-toolbar {
  height: 1.066667rem;
}

.picker-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  text-align: right;
  font-size: 0.64rem;
  position: relative;
}

.picker-center-highlight {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -0.48rem;
  pointer-events: none;
}

.picker-center-highlight:before,
.picker-center-highlight:after {
  content: '';
  position: absolute;
  height: 0.026667rem;
  width: 100%;
  background-color: #eaeaea;
  display: block;
  z-index: 15;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.picker-center-highlight:before {
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
}

.picker-center-highlight:after {
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
}

.picker-slot {
  font-size: 0.48rem;
  overflow: hidden;
  position: relative;
  max-height: 100%;
}

.picker-slot.picker-slot-left {
  text-align: left;
}

.picker-slot.picker-slot-center {
  text-align: center;
}

.picker-slot.picker-slot-right {
  text-align: right;
}

.picker-slot.picker-slot-divider {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.picker-slot-wrapper {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.picker-slot-wrapper.dragging,
.picker-slot-wrapper.dragging .picker-item {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.picker-item {
  height: 0.96rem;
  line-height: 0.96rem;
  padding: 0 0.266667rem;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #707274;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.picker-slot-absolute .picker-item {
  position: absolute;
}

.picker-item.picker-item-far {
  pointer-events: none;
}

.picker-item.picker-selected {
  color: #000;
  -webkit-transform: translate3d(0, 0, 0) rotateX(0);
  transform: translate3d(0, 0, 0) rotateX(0);
}

.picker-3d .picker-items {
  overflow: hidden;
  -webkit-perspective: 18.666667rem;
  perspective: 18.666667rem;
}

.picker-3d .picker-item,
.picker-3d .picker-slot,
.picker-3d .picker-slot-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.picker-3d .picker-slot {
  overflow: visible;
}

.picker-3d .picker-item {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.mt-progress {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.8rem;
  line-height: 0.8rem;
}

.mt-progress > * {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
}

.mt-progress *[slot="start"] {
  margin-right: 0.133333rem;
}

.mt-progress *[slot="end"] {
  margin-left: 0.133333rem;
}

.mt-progress-content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mt-progress-runway {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
  right: 0;
  background-color: #ebebeb;
  height: 0.08rem;
}

.mt-progress-progress {
  position: absolute;
  display: block;
  background-color: #26a2ff;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0;
}

.mint-toast {
  position: fixed;
  max-width: 80%;
  border-radius: 0.133333rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 1000;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.mint-toast.is-placebottom {
  bottom: 1.333333rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.mint-toast.is-placemiddle {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mint-toast.is-placetop {
  top: 1.333333rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.mint-toast-icon {
  display: block;
  text-align: center;
  font-size: 1.493333rem;
}

.mint-toast-text {
  font-size: 0.373333rem;
  display: block;
  text-align: center;
}

.mint-toast-pop-enter,
.mint-toast-pop-leave-active {
  opacity: 0;
}

.mint-indicator {
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.mint-indicator-wrapper {
  top: 50%;
  left: 50%;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 0.133333rem;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.mint-indicator-text {
  display: block;
  color: #fff;
  text-align: center;
  margin-top: 0.266667rem;
  font-size: 0.426667rem;
}

.mint-indicator-spin {
  display: inline-block;
  text-align: center;
}

.mint-indicator-mask {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: transparent;
}

.mint-indicator-enter,
.mint-indicator-leave-active {
  opacity: 0;
}

.mint-msgbox {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: #fff;
  width: 85%;
  border-radius: 0.08rem;
  font-size: 0.426667rem;
  -webkit-user-select: none;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}

.mint-msgbox-header {
  padding: 0.4rem 0 0;
}

.mint-msgbox-content {
  padding: 0.266667rem 0.533333rem 0.4rem;
  border-bottom: 0.026667rem solid #ddd;
  min-height: 0.96rem;
  position: relative;
}

.mint-msgbox-input {
  padding-top: 0.4rem;
}

.mint-msgbox-input input {
  border: 0.026667rem solid #dedede;
  border-radius: 0.133333rem;
  padding: 0.106667rem 0.133333rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.mint-msgbox-input input.invalid {
  border-color: #ff4949;
}

.mint-msgbox-input input.invalid:focus {
  border-color: #ff4949;
}

.mint-msgbox-errormsg {
  color: red;
  font-size: 0.32rem;
  min-height: 0.48rem;
  margin-top: 0.053333rem;
}

.mint-msgbox-title {
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0.426667rem;
  font-weight: 700;
  color: #333;
}

.mint-msgbox-message {
  color: #999;
  margin: 0;
  text-align: center;
  line-height: 0.96rem;
}

.mint-msgbox-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.066667rem;
  line-height: 1.066667rem;
}

.mint-msgbox-btn {
  line-height: 0.933333rem;
  display: block;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  border: 0;
}

.mint-msgbox-btn:focus {
  outline: none;
}

.mint-msgbox-btn:active {
  background-color: #fff;
}

.mint-msgbox-cancel {
  width: 50%;
  border-right: 0.026667rem solid #ddd;
}

.mint-msgbox-cancel:active {
  color: #000;
}

.mint-msgbox-confirm {
  color: #26a2ff;
  width: 50%;
}

.mint-msgbox-confirm:active {
  color: #26a2ff;
}

.msgbox-bounce-enter {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.7);
  transform: translate3d(-50%, -50%, 0) scale(0.7);
}

.msgbox-bounce-leave-active {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.9);
  transform: translate3d(-50%, -50%, 0) scale(0.9);
}

.v-modal-enter {
  -webkit-animation: v-modal-in .2s ease;
  animation: v-modal-in .2s ease;
}

.v-modal-leave {
  -webkit-animation: v-modal-out .2s ease forwards;
  animation: v-modal-out .2s ease forwards;
}

@-webkit-keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}

@keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}

@-webkit-keyframes v-modal-out {
  100% {
    opacity: 0;
  }
}

@keyframes v-modal-out {
  100% {
    opacity: 0;
  }
}

.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-datetime {
  width: 100%;
}

.mint-datetime .picker-slot-wrapper,
.mint-datetime .picker-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mint-datetime .picker-toolbar {
  border-bottom: solid 0.026667rem #eaeaea;
}

.mint-datetime-action {
  display: inline-block;
  width: 50%;
  text-align: center;
  line-height: 1.066667rem;
  font-size: 0.426667rem;
  color: #26a2ff;
}

.mint-datetime-cancel {
  float: left;
}

.mint-datetime-confirm {
  float: right;
}

/* Cell Component */

/* Header Component */

/* Button Component */

/* Tab Item Component */

/* Tabbar Component */

/* Navbar Component */

/* Checklist Component */

/* Radio Component */

/* z-index */

.mint-indexlist {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.mint-indexlist-content {
  margin: 0;
  padding: 0;
  overflow: auto;
}

.mint-indexlist-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  background-color: #fff;
  border-left: solid 0.026667rem #ddd;
  text-align: center;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mint-indexlist-navlist {
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mint-indexlist-navitem {
  padding: 0.053333rem 0.16rem;
  font-size: 0.32rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.mint-indexlist-indicator {
  position: absolute;
  width: 1.333333rem;
  height: 1.333333rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.333333rem;
  background-color: rgba(0, 0, 0, .7);
  border-radius: 0.133333rem;
  color: #fff;
  font-size: 0.586667rem;
}

.mint-indexsection {
  padding: 0;
  margin: 0;
}

.mint-indexsection-index {
  margin: 0;
  padding: 0.266667rem;
  background-color: #fafafa;
}

.mint-indexsection-index + ul {
  padding: 0;
}

.mint-palette-button {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  width: 1.493333rem;
  height: 1.493333rem;
  line-height: 1.493333rem;
  text-align: center;
  -webkit-transition: -webkit-transform .1s ease-in-out;
  transition: -webkit-transform .1s ease-in-out;
  transition: transform .1s ease-in-out;
  transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
}

.mint-main-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: blue;
  font-size: 2em;
}

.mint-palette-button-active {
  -webkit-animation: mint-zoom 0.5s ease-in-out;
  animation: mint-zoom 0.5s ease-in-out;
}

.mint-sub-button-container>* {
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  width: 0.666667rem;
  height: 0.666667rem;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

@-webkit-keyframes mint-zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  30% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  90% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes mint-zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  30% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  90% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@font-face {
  font-family: "mintui";
  src: url(data:application/x-font-ttf;base64,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);
}

.mintui {
  font-family: "mintui" !important;
  font-size: 0.426667rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.005333rem;
  -moz-osx-font-smoothing: grayscale;
}

.mintui-search:before {
  content: "\E604";
}

.mintui-more:before {
  content: "\E601";
}

.mintui-back:before {
  content: "\E600";
}

.mintui-field-error:before {
  content: "\E605";
}

.mintui-field-warning:before {
  content: "\E608";
}

.mintui-success:before {
  content: "\E602";
}

.mintui-field-success:before {
  content: "\E609";
}/*!
 * Viewer.js v1.3.2
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-01-24T11:01:30.299Z
 */

.viewer-zoom-in::before,
.viewer-zoom-out::before,
.viewer-one-to-one::before,
.viewer-reset::before,
.viewer-prev::before,
.viewer-play::before,
.viewer-next::before,
.viewer-rotate-left::before,
.viewer-rotate-right::before,
.viewer-flip-horizontal::before,
.viewer-flip-vertical::before,
.viewer-fullscreen::before,
.viewer-fullscreen-exit::before,
.viewer-close::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  color: transparent;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  width: 20px;
}

.viewer-zoom-in::before {
  background-position: 0 0;
  content: 'Zoom In';
}

.viewer-zoom-out::before {
  background-position: -20px 0;
  content: 'Zoom Out';
}

.viewer-one-to-one::before {
  background-position: -40px 0;
  content: 'One to One';
}

.viewer-reset::before {
  background-position: -60px 0;
  content: 'Reset';
}

.viewer-prev::before {
  background-position: -80px 0;
  content: 'Previous';
}

.viewer-play::before {
  background-position: -100px 0;
  content: 'Play';
}

.viewer-next::before {
  background-position: -120px 0;
  content: 'Next';
}

.viewer-rotate-left::before {
  background-position: -140px 0;
  content: 'Rotate Left';
}

.viewer-rotate-right::before {
  background-position: -160px 0;
  content: 'Rotate Right';
}

.viewer-flip-horizontal::before {
  background-position: -180px 0;
  content: 'Flip Horizontal';
}

.viewer-flip-vertical::before {
  background-position: -200px 0;
  content: 'Flip Vertical';
}

.viewer-fullscreen::before {
  background-position: -220px 0;
  content: 'Enter Full Screen';
}

.viewer-fullscreen-exit::before {
  background-position: -240px 0;
  content: 'Exit Full Screen';
}

.viewer-close::before {
  background-position: -260px 0;
  content: 'Close';
}

.viewer-container {
  bottom: 0;
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -ms-user-select: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.viewer-container::selection,
.viewer-container *::selection {
  background-color: transparent;
}

.viewer-container img {
  display: block;
  height: auto;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.viewer-canvas {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.viewer-canvas > img {
  height: auto;
  margin: 15px auto;
  max-width: 90% !important;
  width: auto;
}

.viewer-footer {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
}

.viewer-navbar {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.viewer-list {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 1px 0;
}

.viewer-list > li {
  color: transparent;
  cursor: pointer;
  float: left;
  font-size: 0;
  height: 50px;
  line-height: 0;
  opacity: 0.5;
  overflow: hidden;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  width: 30px;
}

.viewer-list > li:hover {
  opacity: 0.75;
}

.viewer-list > li + li {
  margin-left: 1px;
}

.viewer-list > .viewer-loading {
  position: relative;
}

.viewer-list > .viewer-loading::after {
  border-width: 2px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
}

.viewer-list > .viewer-active,
.viewer-list > .viewer-active:hover {
  opacity: 1;
}

.viewer-player {
  background-color: #000;
  bottom: 0;
  cursor: none;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.viewer-player > img {
  left: 0;
  position: absolute;
  top: 0;
}

.viewer-toolbar > ul {
  display: inline-block;
  margin: 0 auto 5px;
  overflow: hidden;
  padding: 3px 0;
}

.viewer-toolbar > ul > li {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  float: left;
  height: 24px;
  overflow: hidden;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  width: 24px;
}

.viewer-toolbar > ul > li:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.viewer-toolbar > ul > li::before {
  margin: 2px;
}

.viewer-toolbar > ul > li + li {
  margin-left: 1px;
}

.viewer-toolbar > ul > .viewer-small {
  height: 18px;
  margin-bottom: 3px;
  margin-top: 3px;
  width: 18px;
}

.viewer-toolbar > ul > .viewer-small::before {
  margin: -1px;
}

.viewer-toolbar > ul > .viewer-large {
  height: 30px;
  margin-bottom: -3px;
  margin-top: -3px;
  width: 30px;
}

.viewer-toolbar > ul > .viewer-large::before {
  margin: 5px;
}

.viewer-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}

.viewer-title {
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin: 0 5% 5px;
  max-width: 90%;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  white-space: nowrap;
}

.viewer-title:hover {
  opacity: 1;
}

.viewer-button {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  overflow: hidden;
  position: absolute;
  right: -40px;
  top: -40px;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  width: 80px;
}

.viewer-button:focus,
.viewer-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.viewer-button::before {
  bottom: 15px;
  left: 15px;
  position: absolute;
}

.viewer-fixed {
  position: fixed;
}

.viewer-open {
  overflow: hidden;
}

.viewer-show {
  display: block;
}

.viewer-hide {
  display: none;
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.viewer-invisible {
  visibility: hidden;
}

.viewer-move {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.viewer-fade {
  opacity: 0;
}

.viewer-in {
  opacity: 1;
}

.viewer-transition {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@-webkit-keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.viewer-loading::after {
  -webkit-animation: viewer-spinner 1s linear infinite;
  animation: viewer-spinner 1s linear infinite;
  border: 0.106667rem solid rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 1;
}

@media (max-width: 767px) {
  .viewer-hide-xs-down {
    display: none;
  }
}

@media (max-width: 991px) {
  .viewer-hide-sm-down {
    display: none;
  }
}

@media (max-width: 1199px) {
  .viewer-hide-md-down {
    display: none;
  }
}/* CSS Document */

body,
h1,
h3,
h2,
h4,
h5,
h6,
p,
dl,
dd,
ul,
li,
ol,
td,
form,
input,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  font-size: 0.32rem;
  color: #333;
}

body {
  font-size: 0.373333rem;
  color: #666;
  background: #fff;
}

img {
  vertical-align: top;
  display: block;
  border: none;
}

a,
input {
  outline: none;
}

em,
i {
  font-style: normal;
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

table {
  border-collapse: collapse;
}

.border0 {
  border: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.receiverList_main .dropdown-toggle {
  height: 0.746667rem !important;
  width: 3.733333rem;
  font-size: 0.266667rem;
  border: 0;
  margin-top: 0.213333rem;
}

.confirm_btn {
  color: white;
  border: solid #e8000e 0.026667rem;
  background-color: #e8000e;
}

.cancel_btn {
  color: #e8000e;
  background-color: white;
  border: solid #e8000e 0.026667rem;
}

.returnInfo_content .dropdown-menu li a,
.returnInfo_content .selected-tag {
  font-size: 0.373333rem;
}

.mint-header {
  background-color: #e8000e;
}

.mint-button:not(.is-disabled):active::after {
  opacity: 0.2;
}

.mint-button--primary {
  background-color: #e8000e;
}

.mint-button--primary.is-plain {
  border: 0.026667rem solid #e8000e;
  color: #e8000e;
}

.mint-badge.is-primary {
  background-color: #e8000e;
}

.mint-switch-input:checked + .mint-switch-core {
  border-color: #e8000e;
  background-color: #e8000e;
}

.mint-navbar .mint-tab-item.is-selected {
  border-bottom: 0.08rem solid #e8000e;
  color: #e8000e;
}

.mint-tabbar > .mint-tab-item.is-selected {
  color: #e8000e;
}

.mint-searchbar-cancel {
  color: #e8000e;
}

.mint-checkbox-input:checked + .mint-checkbox-core {
  background-color: #e8000e;
  border-color: #e8000e;
}

.mint-radio-input:checked + .mint-radio-core {
  background-color: #e8000e;
  border-color: #e8000e;
}

.mt-range-progress {
  background-color: #e8000e;
}

.mt-progress-progress {
  background-color: #e8000e;
}

.mint-msgbox-confirm {
  color: #e8000e;
}

.mint-msgbox-confirm:active {
  color: #e8000e;
}

.mint-datetime-action {
  color: #e8000e;
}

.mint-msgbox {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: #fff;
  width: 85%;
  border-radius: 3px;
  font-size: 16px;
  -webkit-user-select: none;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}

.mint-msgbox-header {
  padding: 0.4rem 0 0;
}

.mint-msgbox-content {
  padding: 10px 20px 15px;
  border-bottom: 0.026667rem solid #ddd;
  min-height: 36px;
  position: relative;
}

.mint-msgbox-input {
  padding-top: 15px;
}

.mint-msgbox-input input {
  border: 0.026667rem solid #dedede;
  border-radius: 5px;
  padding: 4px 5px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.mint-msgbox-input input.invalid {
  border-color: #ff4949;
}

.mint-msgbox-input input.invalid:focus {
  border-color: #ff4949;
}

.mint-msgbox-errormsg {
  color: red;
  font-size: 12px;
  min-height: 18px;
  margin-top: 2px;
}

.mint-msgbox-title {
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.mint-msgbox-message {
  color: #999;
  margin: 0;
  text-align: center;
  line-height: 36px;
}

.mint-msgbox-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  line-height: 40px;
}

.mint-msgbox-btn {
  line-height: 35px;
  display: block;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  border: 0;
}

.mint-msgbox-btn:focus {
  outline: none;
}

.mint-msgbox-btn:active {
  background-color: #fff;
}

.mint-msgbox-cancel {
  width: 50%;
  border-right: 0.026667rem solid #ddd;
}

.mint-msgbox-cancel:active {
  color: #000;
}

.mint-msgbox-confirm {
  color: #e8000e;
  width: 50%;
}

.mint-msgbox-confirm:active {
  color: #e8000e;
}

.msgbox-bounce-enter {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.7);
  transform: translate3d(-50%, -50%, 0) scale(0.7);
}

.msgbox-bounce-leave-active {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.9);
  transform: translate3d(-50%, -50%, 0) scale(0.9);
}

.dropdown-menu li a {
  font-size: 0.426667rem;
}

.dropdown-menu li {
  height: 1.2rem;
}

.dropdown-toggle {
  height: 1.2rem;
}

.vs__selected-options {
  width: 100%;
}

* {
  font-size: 0.373333rem;
}

.page,
html,
body {
  background: #ffffff;
  scroll-behavior: smooth;
  height: 100%;
}

.page /deep/ .v-select .clear,
html /deep/ .v-select .clear,
body /deep/ .v-select .clear {
  margin-right: 0.373333rem;
}

.page-bottom {
  padding-bottom: 0.6rem;
}

.page-top {
  padding-top: 0.5rem;
}

.loading-img {
  background-image: url(/static/img/loading-img.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.common_btn {
  color: white;
  background-color: #e8000e;
  margin: auto;
}

.common_padding {
  padding: 0.4rem 0.4rem;
}

.common_searchs {
  font-size: 0.746667rem;
  margin-right: 0.266667rem;
}

.common-empty {
  height: 8rem;
  line-height: 3rem;
  text-align: center;
}

.common-search {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0 0.4rem;
  background-color: white;
  z-index: 1999;
}

.common-search1 {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0 0.4rem;
  background-color: white;
  z-index: 1999;
  top: 1.6rem;
}

.common-search2 {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0 0.4rem;
  background-color: white;
  z-index: 1999;
  top: 2.666667rem;
}

.common-search3 {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0 0.4rem;
  background-color: white;
  z-index: 1999;
  top: 2.933333rem;
}

.common-search4 {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0 0.4rem;
  background-color: white;
  z-index: 1999;
  top: 2.4rem;
}

.commonList-class1 {
  top: 2.293333rem;
  padding-bottom: 0.8rem;
}

.commonList-class2 {
  padding-bottom: 0.8rem;
}

.commonList-class3 {
  top: 4rem;
  padding-bottom: 0.8rem;
}

.commonList-class4 {
  top: 2rem;
  padding-bottom: 0.8rem;
}

.commonList-class5 {
  top: 5.333333rem;
  padding-bottom: 0.8rem;
}

.common-switch {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0.4rem;
  top: 1.333333rem;
  background-color: white;
  z-index: 1999;
}

.common-more {
  margin-top: 2rem;
}

.common-more1 {
  margin-top: 3.733333rem;
}

.common-more2 {
  margin-top: 5.333333rem;
}

.common-more3 {
  margin-top: 2.266667rem;
}

.common-more4 {
  margin-top: 4rem;
}

.common-more5 {
  margin-top: 3.066667rem;
}

.common-select {
  position: fixed;
  left: 0.4rem;
  right: 0.4rem;
  padding: 0.4rem 0;
  top: 1.733333rem;
  background-color: white;
  z-index: 1999;
}

.common-select1 {
  position: fixed;
  left: 0.4rem;
  right: 0.4rem;
  padding: 0.4rem 0;
  top: 2.933333rem;
  background-color: white;
  z-index: 1999;
}

.common-list {
  padding-bottom: 0.8rem;
}

.common-height {
  min-height: calc(100vh - 4rem);
}

.common-height1 {
  min-height: calc(100vh - 5.333333rem);
}

.common-height2 {
  min-height: calc(100vh - 6.666667rem);
}

.common-height3 {
  min-height: calc(100vh - 1.6rem);
}

.viewer-toolbar {
  display: none;
}

.common-padding {
  padding-bottom: 0.8rem;
}

.v-select .dropdown-toggle .clear {
  margin-right: 0.4rem !important;
}
#app {
  /* font-family: "Avenir", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  margin-top: 60px; */
  /* min-height: 1334px;
  min-width: 750px;
  overflow: hidden; */
}
.heardTop[data-v-0f534578] {
  position: fixed;
  top: 0;
  left: 0;
}
.header[data-v-0f534578] {
  width: 100%;
  height: 1.333333rem;
  text-align: center;
  line-height: 1.333333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .left[data-v-0f534578] {
  width: 2.4rem;
  text-align: left;
  padding-left: 0.32rem;
}
.header .center[data-v-0f534578] {
  max-width: 80%;
}
.header .center p[data-v-0f534578] {
  font-size: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  width: 100%;
}
.header .right[data-v-0f534578] {
  width: 2.4rem;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.133333rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.header .right_one[data-v-0f534578] {
  min-width: 1.6rem;
  max-width: 100%;
  padding: 0 0.026667rem;
  text-align: center;
  margin: 0.133333rem 0.106667rem;
  color: white;
  border-radius: 0.133333rem;
  border: solid 0.053333rem white;
  background-color: transparent;
  font-size: 0.426667rem;
  height: 0.853333rem;
  line-height: 0.746667rem;
  -webkit-box-shadow: 0 0 0.16rem #9e9e9e;
          box-shadow: 0 0 0.16rem #9e9e9e;
}
.block[data-v-0f534578] {
  height: 1.333333rem;
}
*[data-v-5a14664a] {
  padding: 0;
  margin: 0;
}
#ui-button[data-v-5a14664a] {
  margin: 0 auto;
  height: 2.346667rem;
  width: 17.066667rem;
}
#ui-button[data-v-5a14664a] .ui-button {
  background-color: #e8000e;
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 0.746667rem;
}
#mask[data-v-0d452404] {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: fixed;
  z-index: 10001！important;
  background-color: #00000033;
}@font-face {
  font-family: "iconfont";
  src: url(/mwb/static/fonts/iconfont.933cda2.eot);
  /* IE9 */
  src: url(/mwb/static/fonts/iconfont.933cda2.eot#iefix) format('embedded-opentype'), 
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url(data:application/font-woff;base64,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) format('woff'),
  url(/mwb/static/fonts/iconfont.d7aa771.ttf) format('truetype'), 
  url(/mwb/static/img/iconfont.d41da4c.svg#iconfont) format('svg');
  /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 0.426667rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-question:before {
  content: "\E67F";
}

.icon-question1:before {
  content: "\E61A";
}

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

.icon-bofang:before {
  content: "\E662";
}

.icon-zan2:before {
  content: "\E64F";
}

.icon-yes:before {
  content: "\E613";
}

.icon-zan:before {
  content: "\E619";
}

.icon-zan1:before {
  content: "\E643";
}

.icon-sao:before {
  content: "\E623";
}

.icon-stars:before {
  content: "\E62D";
}

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

.icon-del:before {
  content: "\E68E";
}

.icon-dels:before {
  content: "\E80B";
}

.icon-close:before {
  content: "\E605";
}

.icon-close1:before {
  content: "\E60F";
}

.icon-hearts:before {
  content: "\E6DF";
}

.icon-heart:before {
  content: "\E766";
}

.icon-user:before {
  content: "\E610";
}

.icon-infos:before {
  content: "\E6A8";
}

.icon-person:before {
  content: "\E612";
}

.icon-info:before {
  content: "\E618";
}

.icon-suo:before {
  content: "\E657";
}

.icon-camera:before {
  content: "\E66B";
}

.icon-edit:before {
  content: "\E606";
}

.icon-time:before {
  content: "\E64E";
}

.icon-wx:before {
  content: "\E60E";
}

.icon-weixin:before {
  content: "\E628";
}

.icon-service:before {
  content: "\E7BB";
}

.icon-tele:before {
  content: "\E953";
}

.icon-success:before {
  content: "\E617";
}

.icon-search:before {
  content: "\E615";
}

.icon-sousuo:before {
  content: "\E802";
}

.icon-shouye:before {
  content: "\E601";
}

.icon-shopcar:before {
  content: "\E61B";
}

.icon-add:before {
  content: "\EB8F";
}

.icon-boss:before {
  content: "\EB90";
}

.icon-airplay:before {
  content: "\EB91";
}

.icon-delete:before {
  content: "\EB93";
}

.icon-group:before {
  content: "\EB95";
}

.icon-horn:before {
  content: "\EB96";
}

.icon-fanhui:before {
  content: "\EB99";
}

.icon-notice:before {
  content: "\EB9A";
}

.icon-roundclose:before {
  content: "\EB9B";
}
.export_info[data-v-44706190] {
  padding: 0 0.4rem 1rem;
}
.export_info_list[data-v-44706190] {
  padding: 0.4rem 0;
  overflow: hidden;
  border-bottom: 0.026667rem solid #ccc;
}
.export_info_list_first[data-v-44706190] {
  width: 90%;
  float: left;
  line-height: 0.6rem;
}
.export_info_list_first span[data-v-44706190] {
  color: #ababab;
}
.export_info_list_first .export_info_list_firstf div[data-v-44706190] {
  float: left;
  width: 33.33%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.export_info_list_first .export_info_list_firstf div[data-v-44706190]:nth-last-child(1) {
  text-align: right;
}
.export_info_list_first .export_info_list_firsts div[data-v-44706190] {
  float: left;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.export_info_list_first .export_info_list_firsts div:nth-last-child(1) span[data-v-44706190]:nth-child(1) {
  padding-left: 1rem;
}
.export_info_list_second[data-v-44706190] {
  width: 10%;
  float: left;
}
.icon-fanhui[data-v-44706190] {
  font-size: 0.6rem;
  -webkit-transform: rotate(180deg) translate(0, -0.8rem);
          transform: rotate(180deg) translate(0, -0.8rem);
}
.examine_info[data-v-615e986e] {
  line-height: 0.6rem;
}
.examine_info_list[data-v-615e986e] {
  padding: 0.6rem 0.4rem;
  overflow: hidden;
  border-bottom: solid 0.026667rem #ccc;
}
.icon-fanhui[data-v-615e986e] {
  font-size: 0.6rem;
  -webkit-transform: rotate(180deg) translate(0, -0.8rem);
          transform: rotate(180deg) translate(0, -0.8rem);
}
.exportDetail[data-v-7d3aba4f] {
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}
.exportDetail_info[data-v-7d3aba4f] {
  line-height: 0.6rem;
  overflow: hidden;
  border-bottom: 0.026667rem solid #ccc;
}
.exportDetail_info ul[data-v-7d3aba4f] {
  padding: 0 0.4rem;
  overflow: hidden;
  border-bottom: 0.026667rem solid #ccc;
  padding-bottom: 0.4rem;
}
.exportDetail_info_items[data-v-7d3aba4f] {
  width: 50%;
  float: left;
}
.exportDetail_info_items span[data-v-7d3aba4f]:nth-child(1) {
  color: #ababab;
}
.exportDetail_info_items span[data-v-7d3aba4f]:nth-last-child(1) {
  padding-left: 0.2rem;
}
.exportDetail_infos[data-v-7d3aba4f] {
  border-bottom: 0.026667rem solid #ccc;
  line-height: 1.2rem;
  padding-left: 0.4rem;
}
.exportDetail_select[data-v-7d3aba4f] {
  border: 0.026667rem solid #ccc;
  width: 60%;
  height: 0.7rem;
}
.exportDetail_footer[data-v-7d3aba4f] {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 1.5rem;
}
.exportDetail_footer_btn[data-v-7d3aba4f] {
  height: 1rem;
  width: 70%;
  margin-left: 15%;
  background-color: #e8000e;
  color: white;
}
.exportCompanyDemandRecordList .currentCommonMore[data-v-75533eb8] {
  margin-top: 2.8rem;
}
.exportCompanyDemandRecordList .exportExhibition_top[data-v-75533eb8] {
  padding: 0.266667rem 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 1.333333rem;
  width: 100%;
  background-color: white;
  z-index: 99;
}
.exportCompanyDemandRecordList .exportExhibition_top span[data-v-75533eb8] {
  width: 2.266667rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.exportCompanyDemandRecordList .exportExhibition_top .export_exhibitionSelect[data-v-75533eb8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.exportCompanyDemandRecordList_info[data-v-75533eb8] {
  line-height: 0.6rem;
  height: calc(100vh - 1.2rem);
  overflow: auto;
  padding-bottom: 1rem;
}
.exportCompanyDemandRecordList_info li[data-v-75533eb8] {
  padding: 0.4rem;
  overflow: hidden;
  border-bottom: solid 0.026667rem #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.exportCompanyDemandRecordList_info li div[data-v-75533eb8]:nth-child(1) {
  width: 70%;
}
.exportCompanyDemandRecordList_info li div:nth-child(1) p[data-v-75533eb8] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.exportCompanyDemandRecordList_info li div[data-v-75533eb8]:nth-child(2) {
  height: 1.2rem;
  line-height: 1.2rem;
  width: 30%;
  padding-left: 0.8rem;
  display: block;
}
.exportCompanyDemandRecordList_info li div:nth-child(2) span[data-v-75533eb8]:nth-child(2) {
  float: right;
}
.exportCompanyDemandRecordList_btn .currentbtn[data-v-75533eb8] {
  height: 0.8rem;
  line-height: 0.8rem;
  width: 1.6rem;
}
.icon-fanhui[data-v-75533eb8] {
  font-size: 0.6rem;
  -webkit-transform: rotate(180deg) translate(0, -0.8rem);
          transform: rotate(180deg) translate(0, -0.8rem);
}
.toptitle[data-v-75533eb8] {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0 0.4rem;
  background-color: white;
  z-index: 1999;
  margin-top: 2rem;
  padding: 0.053333rem 0.266667rem;
  color: red;
}
.commonList_details {
  padding: 0 0.4rem;
}
.commonList_details ul > li {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 0.2rem 0;
}
.common_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.common_left p {
  max-width: 100%;
  line-height: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.2rem;
}
.common_left p span {
  line-height: 0.6rem;
}
.common_left p span:nth-child(2) {
  text-align: left;
  word-break: break-word;
}
.common_span1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.common_span1 span:nth-child(1) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: black;
  font-weight: 500;
  word-break: break-word;
  text-align: right;
}
.common_span1 span:nth-child(2) {
  margin: 0 0.133333rem 0 0.08rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-weight: bold;
  color: black;
}
.common_no {
  width: 100%;
  text-align: center;
  height: 8rem;
  line-height: 3rem;
}
.zhCommon .common_span1 span:nth-child(1) {
  width: 2.266667rem;
}
.enCommon .common_span1 span:nth-child(1) {
  width: 3.466667rem;
}
.list-search[data-v-5163dae4] {
  width: 100%;
  padding: 0.16rem 0.213333rem;
  margin: 0.533333rem auto;
  border: 0.026667rem solid #c9c9c9;
  overflow: hidden;
  border-radius: 0.106667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-search .list-search-input[data-v-5163dae4] {
  width: 100%;
  border-radius: 0.1rem;
  font-size: 0.426667rem;
  text-align: center;
  padding: 0.16rem 0;
}
.icon-search[data-v-5163dae4] {
  font-size: 0.746667rem;
}
.exportMyBoothDetails_content[data-v-4798f216] {
  padding: 0.4rem;
}
.exportMyBoothDetails_content h2[data-v-4798f216] {
  border-bottom: solid #ccc 0.026667rem;
  text-align: center;
  padding: 0.5rem 0;
  color: green;
}
.exportMyBoothDetails_ul[data-v-4798f216] {
  padding: 0 0.4rem;
}
.exportMyBoothDetails_ul li p[data-v-4798f216] {
  text-align: left;
  height: 0.8rem;
  line-height: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0.2rem;
}
.exportMyBoothDetails_ul li p span[data-v-4798f216]:nth-child(1) {
  color: black;
  font-weight: 500;
}
.span_second[data-v-2cfa6c08] {
  word-break: break-all;
  text-align: right;
  color: #ef6c39;
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.common ul > li[data-v-2cfa6c08] {
  padding: 0.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common ul > li span[data-v-2cfa6c08] {
  line-height: 0.426667rem;
}
.common_class[data-v-2cfa6c08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.common_class .span_first[data-v-2cfa6c08] {
  word-break: break-word;
  text-align: left;
}
.common_class .span_first + span[data-v-2cfa6c08] {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0 0.053333rem;
}
.enClass .span_first[data-v-2cfa6c08] {
  width: 3.466667rem;
}
.zhClass .span_first[data-v-2cfa6c08] {
  width: 3.2rem;
}
.commonContent_tips[data-v-2cfa6c08] {
  height: 4rem;
  line-height: 4rem;
  text-align: center;
}
.examineDetail_info[data-v-37f102b1] {
  padding: 0 0.4rem 0.6rem 0.4rem;
}
.common_no[data-v-37f102b1] {
  width: 100%;
  text-align: center;
  height: 8rem;
  line-height: 3rem;
}
.jointVenturesDetails .examineDetail_info[data-v-7d9e518e] {
  padding: 0 0.4rem 0.6rem 0.4rem;
}
.jointVenturesDetails .common_no[data-v-7d9e518e] {
  width: 100%;
  text-align: center;
  height: 8rem;
  line-height: 3rem;
}
.myExhibitsComponent_info[data-v-29829f76] {
  line-height: 0.6rem;
  height: calc(100vh - 1.2rem);
  overflow: auto;
  padding-bottom: 1rem;
}
.myExhibitsComponent_info li[data-v-29829f76] {
  padding: 0.4rem;
  overflow: hidden;
  border-bottom: solid 0.026667rem #d7d7d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.myExhibitsComponent_info li div[data-v-29829f76]:nth-child(1) {
  width: 66%;
}
.myExhibitsComponent_info li div[data-v-29829f76]:nth-child(2) {
  height: 100%;
  line-height: 100%;
  margin: auto;
  width: 34%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.myExhibitsComponent_info li_content p[data-v-29829f76] {
  width: 100%;
  overflow: hidden;
}
.icon-fanhui[data-v-29829f76] {
  font-size: 0.6rem;
  -webkit-transform: rotate(180deg) translate(0, -0.8rem);
          transform: rotate(180deg) translate(0, -0.8rem);
}
.myExhibitsDetails[data-v-3686f13f] {
  background-color: #fff;
  padding-bottom: 1rem;
}
.myExhibitsDetails_info[data-v-3686f13f] {
  line-height: 0.6rem;
  overflow: hidden;
}
.myExhibitsDetails_info ul[data-v-3686f13f] {
  padding: 0 0.4rem;
  overflow: hidden;
  border-bottom: 0.026667rem solid #ccc;
  padding-bottom: 0.4rem;
}
.myExhibitsDetails_info ul li[data-v-3686f13f] {
  line-height: 0.8rem;
}
.myExhibitsDetails_info_items[data-v-3686f13f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.myExhibitsDetails_info_items span[data-v-3686f13f]:nth-child(1) {
  color: #ababab;
  white-space: nowrap;
}
.myExhibitsDetails_info_items span[data-v-3686f13f]:nth-last-child(1) {
  word-break: break-all;
  padding-left: 0.2rem;
}
.myExhibitsDetails_info .describeContent[data-v-3686f13f] {
  padding: 0 0.4rem;
}
.myExhibitsDetails_info .describeContent span[data-v-3686f13f] {
  display: block;
  line-height: 1rem;
}
.myExhibitsDetails_info .describeContent textarea[data-v-3686f13f] {
  border: solid #ccc 0.026667rem;
  width: 100%;
  margin-right: 0.4rem;
  line-height: 0.6rem;
}
.myExhibitsDetails_info .imgContent[data-v-3686f13f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.myExhibitsDetails_info .imgContent > div[data-v-3686f13f] {
  width: 30%;
  margin-right: 3%;
}
.myExhibitsDetails_info .imgContent > div img[data-v-3686f13f] {
  width: 100%;
  height: 2.8rem;
}
.myExhibitsDetails_infos[data-v-3686f13f] {
  border-bottom: 0.026667rem solid #ccc;
  line-height: 1.2rem;
  padding-left: 0.4rem;
}
.myExhibitsDetails_select[data-v-3686f13f] {
  border: 0.026667rem solid #ccc;
  width: 60%;
  height: 0.7rem;
}
.myExhibitsDetails_footer[data-v-3686f13f] {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 1.5rem;
}
.myExhibitsDetails_footer_btn[data-v-3686f13f] {
  height: 1rem;
  width: 70%;
  margin-left: 15%;
  background-color: #e8000e;
  color: white;
}
.noticeDetail[data-v-29b9fbce] {
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}
.noticeDetail_info[data-v-29b9fbce] {
  line-height: 1rem;
  overflow: hidden;
  padding: 0 0.4rem;
}
.noticeDetail_info_imgContent li[data-v-29b9fbce] {
  width: 100%;
}
.noticeDetail_info_imgContent li img[data-v-29b9fbce] {
  border: none;
  width: 100%;
}
.noticeDetail_info_imgContent li p[data-v-29b9fbce] {
  color: red;
}
.inquiryDetail_content[data-v-08a02338] {
  padding: 0.4rem;
}
.details_content[data-v-08a02338] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.details_content > span[data-v-08a02338] {
  display: inline-block;
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.enClass_content > span[data-v-08a02338] {
  width: 3.466667rem;
}
.zhClass_content > span[data-v-08a02338] {
  width: 2rem;
}
.examineDetail_info[data-v-27263492] {
  line-height: 0.6rem;
  padding: 0 0.4rem;
}
.examineDetail_textare[data-v-27263492] {
  width: 100%;
  border: 0.026667rem solid #ccc;
  margin-top: 0.5rem;
}
.examineDetail_submit[data-v-27263492] {
  width: 80%;
  height: 1rem;
  margin-left: 10%;
  background-color: #e8000e;
  color: white;
  position: fixed;
  bottom: 1rem;
}
.icon-fanhui[data-v-27263492] {
  font-size: 0.6rem;
  -webkit-transform: rotate(180deg) translate(0, -0.8rem);
          transform: rotate(180deg) translate(0, -0.8rem);
}
.examineDetail_info[data-v-82229f9a] {
  line-height: 0.6rem;
  padding: 0 0.4rem 0.4rem;
}
.examineDetail_info p[data-v-82229f9a] {
  overflow: hidden;
}
.examineDetail_info p span[data-v-82229f9a] {
  display: block;
  float: left;
}
.examineDetail_info p span[data-v-82229f9a]:nth-child(1) {
  width: 4rem;
}
.examineDetail_delete[data-v-82229f9a] {
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: black;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.report_info[data-v-277553c5] {
  line-height: 0.6rem;
}
.report_info li[data-v-277553c5] {
  padding: 0.4rem;
  overflow: hidden;
  border-bottom: solid 0.026667rem #ccc;
}
.report_info li div[data-v-277553c5]:nth-child(1) {
  width: 60%;
}
.report_info li div[data-v-277553c5]:nth-child(2) {
  color: #001dff;
  height: 1.2rem;
  line-height: 1.2rem;
  width: 40%;
  padding-left: 1rem;
  display: block;
}
.report_info li div:nth-child(2) span[data-v-277553c5]:nth-child(2) {
  float: right;
}
.report_info li div[data-v-277553c5] {
  float: left;
}
.report_info p[data-v-277553c5] {
  overflow: hidden;
}
.report_info p span[data-v-277553c5] {
  display: block;
  float: left;
}
.report_info p span[data-v-277553c5]:nth-child(1) {
  width: 3rem;
}
.icon-fanhui[data-v-277553c5] {
  font-size: 0.6rem;
  -webkit-transform: rotate(180deg) translate(0, -0.8rem);
          transform: rotate(180deg) translate(0, -0.8rem);
}
.reportDetail_info[data-v-0ee0337c] {
  line-height: 0.8rem;
  padding: 0 0.4rem 0.4rem;
}
.reportDetail_info p[data-v-0ee0337c] {
  overflow: hidden;
}
.reportDetail_info p span[data-v-0ee0337c] {
  display: block;
  float: left;
}
.reportDetail_info p span[data-v-0ee0337c]:nth-child(1) {
  width: 4rem;
}
.reportDetail_info p span[data-v-0ee0337c]:nth-child(2) {
  width: calc(100vw - 5rem);
  text-align: center;
}
.reportDetail_delete[data-v-0ee0337c] {
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 0.5rem;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.exportAdd_form[data-v-52386f6e] {
  padding: 0.4rem;
  line-height: 0.8rem;
  color: #333;
}
.exportAdd_form li[data-v-52386f6e] {
  margin-top: 0.2rem;
  overflow: hidden;
}
.exportAdd_form li[data-v-52386f6e]:nth-child(1) {
  margin-top: 0;
}
.exportAdd_form select[data-v-52386f6e] {
  width: 100%;
  height: 1rem;
  border: 0.03rem solid #ccc;
  border-radius: 0.1rem;
}
.exportAdd_form input[data-v-52386f6e] {
  border: 0.03rem solid #ccc;
  height: 1rem;
  line-height: 1rem;
  width: 100%;
  border-radius: 0.1rem;
  padding: 0.2rem;
}
.exportAdd_submit[data-v-52386f6e] {
  width: 80%;
  margin-left: 10%;
  color: white;
  background-color: #e8000e;
  height: 1rem;
  line-height: 1rem;
  margin-top: 1rem;
}
.exhibitorNews_info[data-v-5ac49cd8] {
  line-height: 0.6rem;
  height: calc(100vh - 1.2rem);
  overflow: auto;
}
.exhibitorNews_info ul[data-v-5ac49cd8] {
  padding-bottom: 0.8rem;
}
.exhibitorNews_info li[data-v-5ac49cd8] {
  padding: 0.4rem;
  overflow: hidden;
  border-bottom: solid 0.026667rem #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.exhibitorNews_info li div[data-v-5ac49cd8]:nth-child(1) {
  width: 80%;
}
.exhibitorNews_info li div:nth-child(1) p[data-v-5ac49cd8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exhibitorNews_info li div:nth-child(1) p span[data-v-5ac49cd8]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.icon-fanhui[data-v-5ac49cd8] {
  font-size: 0.6rem;
  -webkit-transform: rotate(180deg) translate(0, -0.8rem);
          transform: rotate(180deg) translate(0, -0.8rem);
}
.exhibitorDetail_info[data-v-99dd8220] {
  line-height: 0.6rem;
  padding: 0.4rem;
  overflow: hidden;
}
.exhibitorDetail_info h2 + p[data-v-99dd8220] {
  line-height: 0.8rem;
}
.exhibitorDetail_content p[data-v-99dd8220]:nth-child(2) {
  text-indent: 0.7rem;
}
.exhibitorDetail_content div[data-v-99dd8220] {
  margin-top: 0.5rem;
}
.exhibitorDetail_content div img[data-v-99dd8220] {
  display: block;
  padding-left: 0.2rem;
  float: left;
  width: 33.33%;
  border: none;
}
.exhibitorDetail .ExportPublisheExhibitorTrends[data-v-99dd8220] {
  padding: 0.4rem;
}
.exhibitorDetail .ExportPublisheExhibitorTrends ul li[data-v-99dd8220] {
  padding: 0.1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exhibitorDetail .ExportPublisheExhibitorTrends ul li span[data-v-99dd8220] {
  display: inline-block;
  height: 100%;
}
.exhibitorDetail .ExportPublisheExhibitorTrends ul li span[data-v-99dd8220]:first-child {
  display: inline-block;
  width: 2.8rem;
}
.exhibitorDetail .ExportPublisheExhibitorTrends ul li span[data-v-99dd8220]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-break: break-all;
}
.exhibitorDetail .ExportPublisheExhibitorTrends .imgContent[data-v-99dd8220] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.exhibitorDetail .ExportPublisheExhibitorTrends .imgContent span[data-v-99dd8220] {
  display: block;
  height: 0.8rem;
  line-height: 0.8rem;
}
.exhibitorDetail .ExportPublisheExhibitorTrends .imgContent img[data-v-99dd8220] {
  width: 100%;
  height: 3.6rem;
  border: 0.026667rem solid #ccc;
  margin-bottom: 0.1rem;
}
.exhibitorPublic .ul_li[data-v-7a3a9d8d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exhibitorPublic .ul_li span[data-v-7a3a9d8d]:nth-child(1) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.213333rem;
}
.exhibitorPublic .ul_li span[data-v-7a3a9d8d]:nth-child(2) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
}
.exhibitorPublic .ul_li input[data-v-7a3a9d8d] {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.exhibitorPublic .ul_li1[data-v-7a3a9d8d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exhibitorPublic .ul_li1 span[data-v-7a3a9d8d]:nth-child(1) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.213333rem;
}
.exhibitorPublic .ul_li1 span[data-v-7a3a9d8d]:nth-child(2) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4rem;
}
.exhibitorPublic .ul_li1 input[data-v-7a3a9d8d] {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.exhibitorPublic_info[data-v-7a3a9d8d] {
  line-height: 0.8rem;
}
.exhibitorPublic_info li[data-v-7a3a9d8d] {
  border-bottom: 0.026667rem solid #ccc;
  padding: 0.266667rem 0.4rem;
}
.exhibitorPublic_info li span[data-v-7a3a9d8d]:nth-child(1) {
  display: block;
  float: left;
  color: red;
}
.exhibitorPublic_info li[data-v-7a3a9d8d]:nth-last-child(1) {
  padding-bottom: 1rem;
}
.exhibitorPublic_file .imgContent[data-v-7a3a9d8d] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.exhibitorPublic_file .imgContent li[data-v-7a3a9d8d] {
  padding: 0;
  width: 30%;
  height: 2.8rem;
  border: 0.026667rem dashed #ccc;
  margin-bottom: 0.4rem;
}
.exhibitorPublic_file .imgContent li img[data-v-7a3a9d8d] {
  width: 100%;
  height: 100%;
}
.exhibitorPublic_file .imgContent .havaImg[data-v-7a3a9d8d] {
  position: relative;
}
.exhibitorPublic_file .imgContent .havaImg .delBtn[data-v-7a3a9d8d] {
  position: absolute;
  right: -0.4rem;
  top: -0.133333rem;
  font-size: 0.426667rem;
  display: inline-block;
  width: 0.666667rem;
  height: 0.533333rem;
}
.exhibitorPublic_files[data-v-7a3a9d8d] {
  float: right;
  margin-right: 0.5rem;
}
.exhibitorPublic_area[data-v-7a3a9d8d] {
  width: 100%;
  line-height: 0.6rem;
  border: solid 0.026667rem #ccc;
}
.exhibitorPublic_btn[data-v-7a3a9d8d] {
  width: 80%;
  margin-left: 10%;
  height: 1rem;
  line-height: 1rem;
  margin-top: 2rem;
  background-color: #e8000e;
  color: white;
}
.exhibitionProcess[data-v-6f15d398] {
  padding-bottom: 0.6rem;
}
.select_common ul[data-v-320c3596] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.select_common li[data-v-320c3596] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 0.373333rem;
  padding: 0.266667rem 0;
}
.select_common li[data-v-320c3596]:nth-child(1) {
  border: none;
}
.commonSwitchs[data-v-04863c66] {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.commonSwitchs_btn[data-v-04863c66] {
  width: 2.133333rem;
  height: 0.8rem;
  padding: 0 0.133333rem;
  margin: auto;
}
.commonSwitchs_empty[data-v-04863c66] {
  line-height: 4rem;
  text-align: center;
}
.commonSwitchs[data-v-620677fe] {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.commonSwitchs_btn[data-v-620677fe] {
  font-size: 0.373333rem;
  height: 0.8rem;
}
.commonSwitchs_empty[data-v-620677fe] {
  height: 8rem;
  line-height: 3rem;
  text-align: center;
}
.commonSwitchs_btn[data-v-54ad117e] {
  height: 0.8rem;
  width: 2.133333rem;
  margin-right: 0.266667rem;
  margin: auto;
}
.commonSwitchs_btn[data-v-54ad117e]:nth-child(1) {
  margin-bottom: 0.266667rem;
}
.commonSwitchs_btns[data-v-54ad117e] {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.commonSwitchs_btns1[data-v-54ad117e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.92rem;
  margin: auto;
}
.forths[data-v-c13830e4] {
  font-size: 0.373333rem;
}
.commonSwitchs_status[data-v-c13830e4] {
  margin: auto;
  white-space: nowrap;
}
.commonSwitchs_status span[data-v-c13830e4]:nth-child(2) {
  color: green;
}
.exhibitionProcess[data-v-4046dc80] {
  padding-bottom: 0.6rem;
}
.commonSwitchs[data-v-266ff6ef] {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.commonSwitchs_btn[data-v-266ff6ef] {
  font-size: 0.373333rem;
  height: 0.8rem;
  padding: 0 0.133333rem;
}
.commonSwitchs_content[data-v-266ff6ef] {
  margin-top: 0.2rem;
}
.commonSwitchs_content ul > li[data-v-266ff6ef] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.213333rem;
  border-bottom: solid #ccc 0.026667rem;
}
.commonSwitchs_empty[data-v-266ff6ef] {
  height: 8rem;
  line-height: 4rem;
  text-align: center;
}
.commonSwitchs_detail[data-v-266ff6ef] {
  width: 80%;
}
.commonSwitchs_detail p[data-v-266ff6ef] {
  padding: 0.133333rem 0;
}
.commonSwitchs_detail p > span[data-v-266ff6ef]:nth-child(1) {
  color: black;
  font-weight: 500;
}
.commonSwitchs_btn[data-v-266ff6ef] {
  height: 0.8rem;
  width: 2.133333rem;
  font-size: 0.373333rem;
}
.commonSwitchs[data-v-e5a282b4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.commonSwitchs_btn[data-v-e5a282b4] {
  font-size: 0.373333rem;
  height: 0.8rem;
  width: 2.133333rem;
}
.commonSwitchs_content ul[data-v-e5a282b4] {
  padding-bottom: 2.133333rem;
}
.commonSwitchs_content ul > li[data-v-e5a282b4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.213333rem;
  border-bottom: solid #ccc 0.026667rem;
}
.commonSwitchs_empty[data-v-e5a282b4] {
  height: 8rem;
  line-height: 4rem;
  text-align: center;
}
.commonSwitchs_detail[data-v-e5a282b4] {
  width: 80%;
}
.commonSwitchs_detail p[data-v-e5a282b4] {
  padding: 0.133333rem 0;
}
.commonSwitchs_detail p > span[data-v-e5a282b4]:nth-child(1) {
  color: black;
  font-weight: 500;
}
.commonSwitchs_btn[data-v-e5a282b4] {
  height: 0.8rem;
  width: 2.133333rem;
  font-size: 0.373333rem;
}
.commonSwitchs_btn[data-v-2730862e] {
  font-size: 0.373333rem;
  height: 0.8rem;
}
.commonSwitchs_content ul > li[data-v-2730862e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.213333rem;
  border-bottom: solid #ccc 0.026667rem;
}
.commonSwitchs_empty[data-v-2730862e] {
  height: 8rem;
  line-height: 4rem;
  text-align: center;
}
.commonSwitchs_detail[data-v-2730862e] {
  width: 80%;
}
.commonSwitchs_detail p[data-v-2730862e] {
  padding: 0.133333rem 0;
  white-space: nowrap;
}
.commonSwitchs_detail p > span[data-v-2730862e]:nth-child(1) {
  color: black;
  font-weight: 500;
}
.commonSwitchs_btn[data-v-2730862e] {
  height: 0.64rem;
  width: 1.866667rem;
}
.commonSwitchs_btn[data-v-2730862e]:nth-child(1) {
  margin-bottom: 0.266667rem;
}
.commonSwitchs_btns[data-v-2730862e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.commonSwitchs_diff[data-v-2730862e] {
  margin: 0 0.266667rem;
  border: solid #e8000e 0.026667rem;
  color: #e8000e;
  background-color: white;
}
.commonSwitchs_btn[data-v-6dc0f54b] {
  font-size: 0.373333rem;
  height: 0.8rem;
}
.commonSwitchs_empty[data-v-6dc0f54b] {
  line-height: 4rem;
  text-align: center;
}
.commonSwitchs_content[data-v-6dc0f54b] {
  font-size: 0.373333rem;
}
.commonSwitchs_content ul > li[data-v-6dc0f54b] {
  padding: 0.4rem 0.4rem;
  border-bottom: solid #ccc 0.026667rem;
  overflow: hidden;
}
.commonSwitchs_content ul > li div[data-v-6dc0f54b] {
  padding: 0.4rem 0;
}
.commonSwitchs_content ul > li div p[data-v-6dc0f54b] {
  float: left;
  min-width: 50%;
}
.commonSwitchs_content ul > li div p span[data-v-6dc0f54b]:nth-child(1) {
  color: black;
  font-weight: 500;
}
.commonSwitchs_content ul > li div p span[data-v-6dc0f54b]:nth-child(2) {
  margin-left: 0.266667rem;
}
.commonSwitchs_content ul > li div .spanDiff[data-v-6dc0f54b] {
  color: green;
}
.examineDetail_info[data-v-00ea3af0] {
  line-height: 0.6rem;
  padding: 0 0.4rem 0.4rem;
}
.examineDetail_info p[data-v-00ea3af0] {
  overflow: hidden;
}
.examineDetail_info p span[data-v-00ea3af0] {
  display: block;
  float: left;
}
.examineDetail_info p span[data-v-00ea3af0]:nth-child(1) {
  width: 4rem;
}
.examineDetail_delete[data-v-00ea3af0] {
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 0.5rem;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.icon-fanhui[data-v-00ea3af0] {
  font-size: 0.6rem;
  -webkit-transform: rotate(180deg) translate(0, -0.8rem);
          transform: rotate(180deg) translate(0, -0.8rem);
}
.attrCompanyDetail_info[data-v-498112ed] {
  line-height: 0.6rem;
  padding: 0 0.4rem 0.4rem;
}
.attrCompanyDetail_info p[data-v-498112ed] {
  overflow: hidden;
}
.attrCompanyDetail_info p span[data-v-498112ed] {
  display: block;
  float: left;
}
.attrCompanyDetail_info p span[data-v-498112ed]:nth-child(1) {
  width: 4rem;
}
.attrCompanyDetail_btn[data-v-498112ed] {
  width: 80%;
  margin-top: 8rem;
  height: 1rem;
  line-height: 1rem;
  margin-left: 10%;
  color: white;
  background-color: #e80000;
}
.attrCompanyDetail_delete[data-v-498112ed] {
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 0.5rem;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.icon-fanhui[data-v-498112ed] {
  font-size: 0.6rem;
  -webkit-transform: rotate(180deg) translate(0, -0.8rem);
          transform: rotate(180deg) translate(0, -0.8rem);
}
.progress_info[data-v-49739990] {
  padding: 0 0.4rem;
}
.progress_info_list[data-v-49739990] {
  padding: 0.2rem 0;
  font-size: 0.426667rem;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  border-bottom: 0.026667rem solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.progress_info_list_first[data-v-49739990] {
  width: 90%;
  float: left;
  line-height: 1rem;
}
.progress_info_list_first span[data-v-49739990] {
  color: #ababab;
}
.progress_info_list_first .progress_info_list_firstf div[data-v-49739990] {
  float: left;
  width: 33.33%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.progress_info_list_first .progress_info_list_firstf div[data-v-49739990]:nth-last-child(1) {
  text-align: right;
}
.progress_info_list_first .progress_info_list_firsts div[data-v-49739990] {
  float: left;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.progress_info_list_first .progress_info_list_firsts div:nth-last-child(1) span[data-v-49739990]:nth-child(1) {
  padding-left: 1rem;
}
.progress_info_list_second[data-v-49739990] {
  width: 10%;
  float: left;
}
.icon-fanhui[data-v-49739990] {
  font-size: 0.5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.examine_info[data-v-6aa2f1d4] {
  line-height: 0.6rem;
}
.examine_info_list[data-v-6aa2f1d4] {
  padding: 0.6rem 0.4rem;
  overflow: hidden;
  border-bottom: solid 0.026667rem #ccc;
}
.examine_info_listItem[data-v-6aa2f1d4] {
  min-width: 50%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.icon-fanhui[data-v-6aa2f1d4] {
  font-size: 0.6rem;
  -webkit-transform: rotate(180deg) translate(0, -0.8rem);
          transform: rotate(180deg) translate(0, -0.8rem);
}
.invite .title[data-v-74db3e9f] {
  font-size: 0.426667rem;
  line-height: 1.066667rem;
  border-bottom: 0.026667rem solid #ccc;
  margin: 0 0.4rem;
}
.invite_info[data-v-74db3e9f] {
  padding: 0 0.4rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.invite_info input[data-v-74db3e9f] {
  line-height: 1rem;
  float: left;
  width: 80%;
  border: 0.026667rem solid #ccc;
  padding-left: 0.2rem;
}
.invite_info select[data-v-74db3e9f] {
  border: 0.026667rem solid #ccc;
  line-height: 1rem;
  width: 20%;
  float: left;
  text-align: center;
  text-align-last: center;
}
.invite_info_list[data-v-74db3e9f] {
  padding: 0.4rem 0rem;
  line-height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.026667rem solid #ccc;
}
.invite_info_list div[data-v-74db3e9f]:nth-child(1) {
  width: 90%;
}
.invite_nextBtn[data-v-74db3e9f] {
  width: 100%;
  color: white;
  background-color: #e80000;
  position: fixed;
  bottom: 0;
  left: 0;
  line-height: 1rem;
  height: 1rem;
}
.invite p[data-v-74db3e9f] {
  padding-left: 0.4rem;
}
.invite_select[data-v-74db3e9f] {
  width: 30%;
  float: left;
}
.icon-fanhui[data-v-74db3e9f] {
  font-size: 0.6rem;
  -webkit-transform: rotate(180deg) translate(0, -0.8rem);
          transform: rotate(180deg) translate(0, -0.8rem);
}
.checkedBox[data-v-74db3e9f] {
  width: 10%;
  margin-top: 0.8rem;
  margin-left: 0.7rem;
}
.inviteTable_info[data-v-41e23d29] {
  line-height: 0.8rem;
  padding-bottom: 1rem;
}
.inviteTable_info ul li[data-v-41e23d29] {
  border-bottom: 0.026667rem solid #ccc;
  overflow: hidden;
  padding: 0.2rem 0.1rem;
}
.inviteTable_info ul li span[data-v-41e23d29] {
  display: block;
  float: left;
  margin-left: 0.4rem;
}
.inviteTable_info ul li span[data-v-41e23d29]::before {
  margin-right: 0.133333rem;
  content: '';
}
.inviteTable_info ul li .required[data-v-41e23d29]::before {
  content: '*';
  color: red;
  margin-right: 0.133333rem;
}
.inviteTable_info ul li input[data-v-41e23d29] {
  padding-left: 0.1rem;
  margin-left: 0.1rem;
  width: 6rem;
}
.inviteTable_info ul li .boothNoName[data-v-41e23d29] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inviteTable_info ul li .boothNoName span[data-v-41e23d29] {
  display: inline-block;
  width: 2rem;
}
.inviteTable_info ul li .boothNoName input[data-v-41e23d29] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.inviteTable_info .moban[data-v-41e23d29] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inviteTable_info .moban span[data-v-41e23d29]:nth-child(2) {
  width: 2rem;
}
.inviteTable_info .moban span[data-v-41e23d29]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  word-wrap: break-word;
}
.inviteTable .BtnContent[data-v-41e23d29] {
  height: 1rem;
  background: #fff;
  margin-bottom: 1rem;
  position: relative;
}
.inviteTable .BtnContent .inviteTable_nextBtn[data-v-41e23d29] {
  width: 80%;
  height: 1rem;
  margin-left: 10%;
  background-color: #e80000;
  color: white;
}
.inviteTable_time[data-v-41e23d29] {
  clear: left;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inviteTable_time div[data-v-41e23d29] {
  width: 86%;
  float: right;
}
.inviteTable_time p[data-v-41e23d29] {
  clear: both;
}
.inviteTable .toast[data-v-41e23d29] {
  backgroud-color: white;
  color: #333;
}
.inviteTable .popup[data-v-41e23d29] {
  width: 100%;
  height: 60%;
  padding: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.1rem 0 0.2rem 0;
}
.inviteTable .popup .popupBtn[data-v-41e23d29] {
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inviteTable .popup .popupBtn span[data-v-41e23d29] {
  padding: 0.1rem 0.2rem;
}
.inviteTable .popup .popupContent[data-v-41e23d29] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.inviteRecord_info[data-v-b0559b54] {
  overflow: hidden;
  margin-bottom: 2rem;
}
.inviteRecord_info .inviteRecord_infoContent[data-v-b0559b54] {
  padding: 0.4rem 0.4rem 0.4rem 0.4rem;
  border-bottom: 0.2rem solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inviteRecord_info .inviteRecord_infoContent div[data-v-b0559b54]:first-child {
  width: 80%;
}
.inviteRecord_info .inviteRecord_infoContent p[data-v-b0559b54] {
  padding: 0.1rem 0;
}
.inviteRecord_footer[data-v-b0559b54] {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 1rem;
  background-color: #e8000e;
  color: #fff;
}
.inviteRecord_footer div[data-v-b0559b54] {
  float: left;
  width: 50%;
  text-align: center;
  height: 1rem;
  line-height: 1rem;
}
.inviteRecord_footer div[data-v-b0559b54]:nth-child(2) {
  border-left: 0.026667rem solid #fff;
}
.inviteTable_infoContent[data-v-25082cde] {
  padding: 0.1rem 0.4rem;
  border-bottom: 0.2rem solid #eee;
}
.inviteTable_info[data-v-25082cde] {
  line-height: 0.8rem;
  padding-bottom: 2rem;
}
.inviteTable_info ul li[data-v-25082cde] {
  border-bottom: 0.026667rem solid #ccc;
  overflow: hidden;
  padding: 0.2rem 0.1rem;
}
.inviteTable_info ul li span[data-v-25082cde] {
  display: block;
  float: left;
}
.inviteTable_info ul li span[data-v-25082cde]:nth-child(1) {
  color: red;
  padding: 0 0.2rem;
}
.inviteTable_info ul li input[data-v-25082cde] {
  padding-left: 0.1rem;
  margin-left: 0.1rem;
  width: 6rem;
}
.inviteTable_info ul li .boothNoName[data-v-25082cde] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inviteTable_info ul li .boothNoName span[data-v-25082cde] {
  display: inline-block;
  width: 2rem;
}
.inviteTable_info ul li .boothNoName input[data-v-25082cde] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.inviteTable_info .moban[data-v-25082cde] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inviteTable_info .moban span[data-v-25082cde]:nth-child(2) {
  width: 2rem;
}
.inviteTable_info .moban span[data-v-25082cde]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  word-wrap: break-word;
}
.inviteTable_nextBtn[data-v-25082cde] {
  width: 80%;
  height: 1rem;
  margin-left: 10%;
  background-color: #e80000;
  color: white;
  position: fixed;
  bottom: 1rem;
}
.inviteTable_time[data-v-25082cde] {
  clear: left;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inviteTable_time div[data-v-25082cde] {
  width: 86%;
  float: right;
}
.inviteTable_time p[data-v-25082cde] {
  clear: both;
}
.inviteTable .toast[data-v-25082cde] {
  backgroud-color: white;
  color: #333;
}
.inviteTable .popup[data-v-25082cde] {
  width: 100%;
  height: 60%;
  padding: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.1rem 0 0.2rem 0;
}
.inviteTable .popup .popupBtn[data-v-25082cde] {
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inviteTable .popup .popupBtn span[data-v-25082cde] {
  padding: 0.1rem 0.2rem;
}
.inviteTable .popup .popupContent[data-v-25082cde] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.inviteRecord_info[data-v-566b3bf7] {
  line-height: 0.8rem;
  overflow: hidden;
}
.inviteRecord_info .inviteRecord_infoContent[data-v-566b3bf7] {
  padding: 0.4rem 0.4rem 0.4rem 0.4rem;
  border-bottom: 0.2rem solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inviteRecord_info .inviteRecord_infoContent div[data-v-566b3bf7]:first-child {
  width: 80%;
}
.inviteRecord_info .inviteRecord_infoContent div:first-child p[data-v-566b3bf7]:nth-child(3) {
  clear: left;
}
.inviteRecord_info .inviteRecord_infoContent div:first-child span[data-v-566b3bf7]:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 0.4rem;
  max-width: 7.5rem;
}
.inviteTable_info[data-v-4483b065] {
  line-height: 1rem;
  padding: 0.4rem 0.4rem 2rem;
}
.inviteTable_info ul li[data-v-4483b065] {
  border-bottom: 0.026667rem solid #ccc;
  overflow: hidden;
  padding: 0.1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inviteTable_info ul li .title[data-v-4483b065] {
  text-align: right;
}
.inviteTable_info ul li span[data-v-4483b065]:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.inviteTable_nextBtn[data-v-4483b065] {
  width: 80%;
  height: 1rem;
  margin-left: 10%;
  background-color: #e80000;
  color: white;
  position: fixed;
  bottom: 1rem;
}
.inviteTable .popup[data-v-4483b065] {
  width: 100%;
  height: 60%;
  padding: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.1rem 0 0.2rem 0;
}
.inviteTable .popup .popupBtn[data-v-4483b065] {
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inviteTable .popup .popupBtn span[data-v-4483b065] {
  padding: 0.1rem 0.2rem;
}
.inviteTable .popup .popupContent[data-v-4483b065] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.customerDetail_info[data-v-97fe55aa] {
  line-height: 1rem;
  padding: 0.4rem 0.4rem 2rem;
}
.customerDetail_info ul li[data-v-97fe55aa] {
  border-bottom: 0.026667rem solid #ccc;
  overflow: hidden;
  padding: 0.1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.customerDetail_info ul li span[data-v-97fe55aa]:first-child {
  width: 2rem;
  text-align: right;
}
.customerDetail_info ul li span[data-v-97fe55aa]:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.customerDetail_nextBtn[data-v-97fe55aa] {
  width: 80%;
  height: 1rem;
  margin-left: 10%;
  background-color: #e80000;
  color: white;
  position: fixed;
  bottom: 1rem;
}
.customerDetail .popup[data-v-97fe55aa] {
  width: 100%;
  height: 60%;
  padding: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.1rem 0 0.2rem 0;
}
.customerDetail .popup .popupBtn[data-v-97fe55aa] {
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.customerDetail .popup .popupBtn span[data-v-97fe55aa] {
  padding: 0.1rem 0.2rem;
}
.customerDetail .popup .popupContent[data-v-97fe55aa] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.permission_info[data-v-54509d3f] {
  padding: 0.4rem 0.4rem 2rem;
}
.permission_info ul li[data-v-54509d3f] {
  border-bottom: 0.026667rem solid #ccc;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem 0;
}
.permission_info ul li div[data-v-54509d3f]:first-child {
  width: 70%;
}
.permission_info ul li div:first-child p[data-v-54509d3f] {
  padding: 0.1rem 0;
}
.permission_btn[data-v-54509d3f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
}
.permission_setBtn[data-v-54509d3f] {
  color: white;
  background-color: #e80000;
  margin: auto;
  font-size: 0.373333rem;
  height: 0.8rem;
  margin-bottom: 0.1rem;
}
.permission_cash[data-v-54509d3f] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.5;
  background-color: #cccccc;
}
.permission_dialog[data-v-54509d3f] {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
}
.permission_alert[data-v-54509d3f] {
  margin: auto;
  background-color: white;
  border-radius: 0.106667rem;
  position: relative;
  -webkit-box-shadow: 0 0 0.053333rem #ccc;
          box-shadow: 0 0 0.053333rem #ccc;
}
.permission_alert h2[data-v-54509d3f] {
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
}
.permission_alert div[data-v-54509d3f] {
  padding: 0.266667rem;
  border-top: 0.026667rem solid #ccc;
}
.permission_alert div span[data-v-54509d3f] {
  color: #ccc;
  font-size: 0.373333rem;
}
.permission_alert div ul > li[data-v-54509d3f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.permission_alert div ul > li p[data-v-54509d3f] {
  width: 4rem;
}
.permission_switch[data-v-54509d3f] {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.permission_close[data-v-54509d3f] {
  position: absolute;
  right: 0.266667rem;
  top: 0.266667rem;
  font-weight: bold;
}
.permission .popup[data-v-54509d3f] {
  width: 100%;
  height: 60%;
  padding: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.1rem 0 0.2rem 0;
}
.permission .popup .popupBtn[data-v-54509d3f] {
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.permission .popup .popupBtn span[data-v-54509d3f] {
  padding: 0.1rem 0.2rem;
}
.permission .popup .popupContent[data-v-54509d3f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.permission_info[data-v-482fea0c] {
  padding: 0.4rem 0.4rem 2rem;
}
.permission_info ul li[data-v-482fea0c] {
  border-bottom: 0.026667rem solid #ccc;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem 0;
}
.permission_info ul li div[data-v-482fea0c]:first-child {
  width: 70%;
}
.permission_info ul li div:first-child p[data-v-482fea0c] {
  padding: 0.1rem 0;
}
.permission_btn[data-v-482fea0c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
}
.permission_setBtn[data-v-482fea0c] {
  color: white;
  background-color: #e80000;
  margin: auto;
  font-size: 0.373333rem;
  height: 0.8rem;
  margin-bottom: 0.1rem;
}
.permission_cash[data-v-482fea0c] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.5;
  background-color: #cccccc;
}
.permission_dialog[data-v-482fea0c] {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
}
.permission_alert[data-v-482fea0c] {
  margin: auto;
  background-color: white;
  border-radius: 0.106667rem;
  position: relative;
  -webkit-box-shadow: 0 0 0.053333rem #ccc;
          box-shadow: 0 0 0.053333rem #ccc;
}
.permission_alert h2[data-v-482fea0c] {
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
}
.permission_alert div[data-v-482fea0c] {
  padding: 0.266667rem;
  border-top: 0.026667rem solid #ccc;
}
.permission_alert div span[data-v-482fea0c] {
  color: #ccc;
  font-size: 0.373333rem;
}
.permission_alert div ul > li[data-v-482fea0c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.permission_alert div ul > li p[data-v-482fea0c] {
  width: 4rem;
}
.permission_switch[data-v-482fea0c] {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.permission_close[data-v-482fea0c] {
  position: absolute;
  right: 0.266667rem;
  top: 0.266667rem;
  font-weight: bold;
}
.permission .popup[data-v-482fea0c] {
  width: 100%;
  height: 60%;
  padding: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.1rem 0 0.2rem 0;
}
.permission .popup .popupBtn[data-v-482fea0c] {
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.permission .popup .popupBtn span[data-v-482fea0c] {
  padding: 0.1rem 0.2rem;
}
.permission .popup .popupContent[data-v-482fea0c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.addAccount .box[data-v-58c81a23] {
  margin: 0 0.533333rem 1.066667rem;
}
.addAccount .box .input-box[data-v-58c81a23] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.4rem 0;
  border-bottom: 0.026667rem solid #d9d9d9;
  font-size: 0.426667rem;
  color: #333;
}
.addAccount .box .input-box .place-holder[data-v-58c81a23] {
  color: #b9b9b9;
}
.addAccount .box .input-box .input-text[data-v-58c81a23] {
  font-size: 0.426667rem;
  margin-left: 0.213333rem;
  width: 60%;
}
.addAccount .box .input-box .v-select[data-v-58c81a23] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.addAccount .box .input-box .nomalSpan[data-v-58c81a23] {
  color: #757575;
}
.addAccount .box .areaBox span[data-v-58c81a23]:first-child {
  width: 3rem;
}
.addAccount .box .areaBox span[data-v-58c81a23]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.addAccount .box .postBox span[data-v-58c81a23]:first-child {
  width: 1.6rem;
}
.addAccount .box .postBox span[data-v-58c81a23]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.addAccount .optBtn[data-v-58c81a23] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.addAccount .optBtn .submit[data-v-58c81a23] {
  width: 80%;
  height: 1rem;
  margin: 0.6rem 10%;
  line-height: 1rem;
}
.addAccount .popup[data-v-58c81a23] {
  width: 100%;
  height: 60%;
  padding: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.1rem 0 0.2rem 0;
}
.addAccount .popup .popupBtn[data-v-58c81a23] {
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.addAccount .popup .popupBtn span[data-v-58c81a23] {
  padding: 0.1rem 0.2rem;
}
.addAccount .popup .popupContent[data-v-58c81a23] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.reportDetail_info[data-v-86ea4d80] {
  line-height: 0.8rem;
  padding: 0 0.4rem 0.4rem;
}
.reportDetail_info p[data-v-86ea4d80] {
  overflow: hidden;
}
.reportDetail_info p span[data-v-86ea4d80] {
  display: block;
  float: left;
}
.reportDetail_delete[data-v-86ea4d80] {
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 0.5rem;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.tableContent[data-v-2d6a743a] {
  padding: 0.2rem 0.1rem 0;
}
.table td[data-v-206586f9] {
  border: 0.026667rem solid #808080;
  text-align: center;
  padding: 0.2rem 0.1rem;
}
.table .fistClass[data-v-206586f9] {
  background-color: #ccc;
  height: 1rem;
}
.commonSwitchs_btn[data-v-15fc2ac0] {
  font-size: 0.373333rem;
  height: 0.8rem;
}
ul[data-v-15fc2ac0] {
  padding: 0 0.4rem 1rem 0.4rem;
  overflow-y: auto;
}
ul li[data-v-15fc2ac0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 0.2rem 0;
}
ul li .currentbtn[data-v-15fc2ac0] {
  margin: auto;
}
[data-v-15fc2ac0].common_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-v-15fc2ac0].common_left p {
  text-align: left;
  width: 100%;
  padding: 0.1rem 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.2rem;
  min-height: 0.8rem;
  height: auto;
  white-space: normal;
  overflow: visible;
}
[data-v-15fc2ac0].common_left p span {
  display: inline-block;
  height: 0.6rem;
  line-height: 0.6rem;
}
[data-v-15fc2ac0].common_left p span:nth-child(1) {
  color: black;
  font-weight: 500;
  white-space: nowrap;
}
[data-v-15fc2ac0].common_left p span:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-15fc2ac0].common_left .currentinput {
  margin-bottom: 0.1rem;
}
[data-v-15fc2ac0].common_left .currentinput input {
  border: 0.026667rem solid #d7d7d7;
  padding: 0.1rem;
  height: 1rem;
  line-height: 1rem;
}
[data-v-15fc2ac0].common_left .newSelect .exhibitionSelect {
  width: 100%;
}
.import_exhibition_top[data-v-15fc2ac0] {
  padding: 0.266667rem 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 1.333333rem;
  width: 100%;
  background-color: white;
  z-index: 99;
}
.import_exhibition_span[data-v-15fc2ac0] {
  margin-right: 0.533333rem;
  font-size: 0.48rem;
  margin-left: 0.2rem;
}
.import_exhibitionSelect[data-v-15fc2ac0] {
  width: 70%;
}/* @page {
    margin: 50px 50px;
} */
.print-booth-container[data-v-5f526b26] {
  margin: 0 0.533333rem;
}
.companey[data-v-5f526b26] {
  border-bottom: 0.026667rem solid #d7d7d7;
}
.booth-title[data-v-5f526b26] {
  margin-top: 0.4rem;
  text-align: center;
  font-size: 0.56rem;
  font-weight: bold;
}
.booth-sub-title[data-v-5f526b26] {
  margin-top: 0.266667rem;
  margin-bottom: 0.533333rem;
  text-align: center;
  font-size: 0.426667rem;
  font-weight: bold;
}
p[data-v-5f526b26] {
  text-indent: 0.8rem;
  font-size: 0.346667rem;
  line-height: 0.426667rem;
  margin: 0.213333rem 0;
}
.print-booth-btn-container[data-v-5f526b26] {
  width: 100%;
  padding: 0.133333rem 0 0.4rem;
  text-align: center;
}
.booth-date[data-v-5f526b26] {
  text-align: right;
}
.img-wrap[data-v-5f526b26] {
  width: 4rem;
  padding-bottom: 0.266667rem;
  margin-left: -1.333333rem;
}
.img-wrap img[data-v-5f526b26] {
  width: 100%;
}
.conferenceDetail[data-v-50776bfa] {
  background-color: #e6e6e6;
  min-height: 100vh;
}
.conferenceDetail_details[data-v-50776bfa] {
  padding-bottom: 0.533333rem;
}
.conferenceDetail_btn[data-v-50776bfa] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  color: white;
  background-color: #e8000e;
}
.conferenceDetail_btn1[data-v-50776bfa] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #e8000e;
  background-color: white;
}
.conferenceDetail_footer[data-v-50776bfa] {
  position: fixed;
  width: 100%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.333333rem;
  bottom: 0;
}
.conferenceDetail_footer div[data-v-50776bfa] {
  height: 1.333333rem;
  line-height: 1.333333rem;
  text-align: center;
  margin: auto;
  border: none;
}
.conferenceDetail_slot[data-v-50776bfa] {
  color: red;
}
.conferenceDetail_imgs img[data-v-50776bfa] {
  width: 100%;
  height: 3.733333rem;
}
.conferenceDetail_more[data-v-50776bfa] {
  padding-bottom: 1.6rem;
}
.topMsg[data-v-50776bfa] {
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  right: 100vh;
  z-index: 2000;
}
.formMessage[data-v-50776bfa] {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2001;
}
.formMessage .formContent[data-v-50776bfa] {
  margin: auto;
  width: 80%;
  border-radius: 0.213333rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0.266667rem #6e6b6b;
          box-shadow: 0 0 0.266667rem #6e6b6b;
}
.formMessage .formContent .field[data-v-50776bfa] {
  text-align: center;
  border-bottom: solid 0.026667rem #ccc;
}
.formMessage .formContent .field[data-v-50776bfa]:nth-child(1)::before,
.formMessage .formContent .field[data-v-50776bfa]:nth-child(2)::before {
  content: "*";
  color: red;
  margin: auto 0;
  font-size: 0.373333rem;
  position: relative;
  height: 0.426667rem;
  line-height: 0.426667rem;
  left: 0.8rem;
}
.formMessage .formContent .formSure[data-v-50776bfa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  height: 1.333333rem;
}
.formMessage .formContent .formSure div[data-v-50776bfa] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 1.333333rem;
  line-height: 1.333333rem;
}
.formMessage .formContent .formSure div[data-v-50776bfa]:nth-child(2) {
  border-left: solid 0.026667rem #ccc;
  color: red;
}
.detailCommon_tops {
  padding: 0.266667rem 0.2rem;
  border-bottom-right-radius: 0.133333rem;
  border-bottom-left-radius: 0.133333rem;
  background-color: #fff;
}
.detailCommon_title h3 {
  font-size: 0.533333rem;
  font-weight: 500;
  color: black;
  line-height: 0.746667rem;
}
.detailCommon_title p {
  font-size: 0.426667rem;
  margin-top: 0.266667rem;
}
.detailCommon_title p {
  line-height: 0.6rem;
  text-align: center;
  word-break: break-all;
}
.detailCommon_li {
  overflow: hidden;
  line-height: 0.8rem;
  font-size: 0.426667rem;
}
.detailCommon_li span {
  display: inline-block;
}
.detailCommon_li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.detailCommon_li ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 50%;
}
.detailCommon_li ul > li > span:nth-child(2) {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  color: red;
  word-break: break-all;
}
.detailCommon .langen ul > li > span:nth-child(1) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
}
.detailCommon .langzh ul > li > span:nth-child(1) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
}
.detailCommon_CsGues {
  background-color: red;
  font-size: 0.426667rem;
  color: white;
  padding: 0.213333rem 0;
  width: 3.733333rem;
  text-align: center;
  position: relative;
  right: 0;
  border-radius: 0.106667rem;
}
.detailCommon_contents {
  word-break: break-all;
  display: block;
  font-size: 0.373333rem;
  padding: 0 0.2rem 0.533333rem;
}
.detailCommon_details {
  margin-top: 0.133333rem;
  background-color: #fff;
}
.detailCommon_details_title {
  color: red;
}
.detailCommon_details_content {
  font-size: 0.426667rem;
  line-height: 0.6rem;
  text-align: center;
  color: black;
  line-height: 0.64rem;
  padding: 0.266667rem 0.2rem;
  font-weight: bold;
}
.commonSwitchs_switchs[data-v-5144763d] {
  position: fixed;
  width: 100%;
  background-color: white;
}
.exhibitionProcess[data-v-5144763d] {
  background-color: #ccc;
}
.right_search1[data-v-5144763d] {
  font-size: 0.746667rem;
  margin-right: 0.266667rem;
}
.select_common ul[data-v-13beaf24] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e6e6e6;
  overflow: hidden;
}
.select_common li[data-v-13beaf24] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 0.373333rem;
  padding: 0.266667rem 0;
  color: black;
}
.select_common li[data-v-13beaf24]:nth-child(1) {
  border: none;
}
.topMsg[data-v-df84f75c] {
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  right: 100vh;
  z-index: 2000;
}
.formMessage[data-v-df84f75c] {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2001;
}
.formMessage .formContent[data-v-df84f75c] {
  margin: auto;
  width: 80%;
  border-radius: 0.213333rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0.266667rem #6e6b6b;
          box-shadow: 0 0 0.266667rem #6e6b6b;
}
.formMessage .formContent .field[data-v-df84f75c] {
  text-align: center;
  border-bottom: solid 0.026667rem #ccc;
}
.formMessage .formContent .field[data-v-df84f75c]:nth-child(1)::before,
.formMessage .formContent .field[data-v-df84f75c]:nth-child(2)::before {
  content: "*";
  color: red;
  margin: auto 0;
  font-size: 0.373333rem;
  position: relative;
  height: 0.426667rem;
  line-height: 0.426667rem;
  left: 0.8rem;
}
.formMessage .formContent .formSure[data-v-df84f75c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  height: 1.333333rem;
}
.formMessage .formContent .formSure div[data-v-df84f75c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 1.333333rem;
  line-height: 1.333333rem;
}
.formMessage .formContent .formSure div[data-v-df84f75c]:nth-child(2) {
  border-left: solid 0.026667rem #ccc;
  color: red;
}
.commonSwitchs[data-v-df84f75c] {
  padding: 0.4rem 0;
}
.commonSwitchs_switch[data-v-df84f75c] {
  margin: 0 0.4rem;
}
.commonSwitchs_btn[data-v-df84f75c] {
  font-size: 0.373333rem;
  height: 0.8rem;
}
.conferenceList_quit[data-v-df84f75c] {
  background-color: white;
  color: #e8000e;
  font-size: 0.426667rem;
  word-break: break-word;
  border: solid #e8000e 0.026667rem;
}
.conferenceList_btn[data-v-df84f75c] {
  width: 80%;
  height: 1.066667rem;
  line-height: 1.066667rem;
  color: white;
  background-color: #e8000e;
  margin: auto;
}
.conferenceList_btns[data-v-df84f75c] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.6rem;
  position: fixed;
  bottom: 0;
  background-color: white;
}
.conferenceList_common[data-v-df84f75c] {
  word-break: break-all;
}
.conferenceList_common h2[data-v-df84f75c] {
  color: #000000;
  font-size: initial;
}
.conferenceList_common p[data-v-df84f75c] {
  font-size: 0.373333rem;
}
.conferenceList_common span[data-v-df84f75c] {
  color: red;
}
.conferenceList_common li[data-v-df84f75c] {
  padding: 0.4rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-bottom: 0.026667rem solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.conferenceList_common_div[data-v-df84f75c] {
  float: left;
  width: 70%;
}
.conferenceList_common_div1[data-v-df84f75c] {
  float: left;
  width: 100%;
}
.conferenceList_common input[data-v-df84f75c] {
  margin: 0 auto;
  height: 0.533333rem;
  width: 0.533333rem;
}
.conferenceList_common img[data-v-df84f75c] {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.5rem;
}
.conferenceList_uls[data-v-df84f75c] {
  padding-bottom: 0.533333rem;
}
.conferenceList_lis[data-v-df84f75c] {
  background-color: #ffffff;
  border-radius: 0.266667rem;
  margin-top: 0.266667rem;
  padding: 0.133333rem;
  overflow: hidden;
  position: relative;
}
.conferenceList_h2s[data-v-df84f75c] {
  line-height: 0.933333rem;
  height: 0.933333rem;
  font-size: 0.426667rem;
  font-weight: bold;
  color: black;
}
.conferenceList_times[data-v-df84f75c] {
  line-height: 0.8rem;
  height: 0.8rem;
}
.conferenceList_cost span[data-v-df84f75c]:nth-child(2) {
  color: #ef6c39;
}
.conferenceList_adress[data-v-df84f75c] {
  line-height: 0.8rem;
  height: 0.8rem;
  color: black;
}
.conferenceList_stars[data-v-df84f75c] {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0.266667rem;
  height: 1.066667rem;
  width: 1.066667rem;
}
.conferenceList_star[data-v-df84f75c] {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 1.066667rem solid #ffcb58;
  border-left: 1.066667rem solid transparent;
}
.conferenceList_star1[data-v-df84f75c] {
  position: absolute;
  color: #fff;
  right: -0.053333rem;
  width: 0.64rem;
  height: 0.64rem;
  top: 0.053333rem;
}
.conferenceList_div1[data-v-df84f75c] {
  border-bottom: 0.026667rem solid #ccc;
  padding-bottom: 0.266667rem;
}
.conferenceList_div2[data-v-df84f75c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.266667rem 0.266667rem 0.266667rem 0;
}
.formMessage[data-v-17bfb0e5] {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2001;
}
.formMessage .masks[data-v-17bfb0e5] {
  background-color: #ccc;
  opacity: 0.8;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.formMessage .formContent[data-v-17bfb0e5] {
  margin: auto;
  width: 80%;
  border-radius: 0.213333rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0.266667rem #6e6b6b;
          box-shadow: 0 0 0.266667rem #6e6b6b;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formMessage .formContent .tips[data-v-17bfb0e5] {
  line-height: 0.8rem;
  padding: 0.106667rem;
  letter-spacing: 0.053333rem;
}
.formMessage .formContent .imgs[data-v-17bfb0e5] {
  width: 4rem;
  height: 4rem;
}
.formMessage .formContent .imgs img[data-v-17bfb0e5] {
  width: 100%;
  height: 100%;
}
.formMessage .formContent .tips1[data-v-17bfb0e5] {
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.48rem;
  font-weight: bold;
}
.formMessage .formContent .tips2[data-v-17bfb0e5] {
  line-height: 0.64rem;
  font-size: 0.4rem;
  padding: 0 0.64rem;
  word-break: break-all;
}
.formMessage .formContent .btns[data-v-17bfb0e5] {
  height: 0.8rem;
  width: 2.666667rem;
  background-color: #e8000e;
  color: white;
  margin: 0.373333rem 0;
}
.commonSwitchs_switchs[data-v-0ea226b6] {
  position: fixed;
  width: 100%;
  background-color: white;
}
.exhibitionProcess[data-v-0ea226b6] {
  background-color: #ccc;
}
.right_search1[data-v-0ea226b6] {
  font-size: 0.746667rem;
  margin-right: 0.266667rem;
}
.mint-field[data-v-26a2fdca] {
  padding: 0.2rem 0;
  border-bottom: solid 0.026667rem #ccc;
}
.mint-cell-title[data-v-26a2fdca] {
  width: 2rem;
}
.conferenceRegister_detail[data-v-26a2fdca] {
  padding: 0 0.4rem;
  line-height: 1rem;
}
.conferenceRegister_detail p[data-v-26a2fdca] {
  color: red;
}
.conferenceRegister_btn[data-v-26a2fdca] {
  width: 80%;
  margin-left: 10%;
  height: 1rem;
  line-height: 1rem;
  color: white;
  background-color: #e8000e;
  position: fixed;
  bottom: 0.5rem;
}
.conferenceAttendee_detail_ul[data-v-fc28e808] {
  padding: 0 0.4rem;
}
.conferenceAttendee_detail_ul li[data-v-fc28e808] {
  font-size: 0.426667rem;
  padding: 0.2rem 0;
  border-bottom: solid 0.026667rem #ccc;
  line-height: 0.6rem;
}
.conferenceAttendee_detail_ul p[data-v-fc28e808] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.conferenceAttendee .classifyen .span1[data-v-fc28e808] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: left;
}
.conferenceAttendee .classifyen .span2[data-v-fc28e808] {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  word-break: break-all;
}
.conferenceAttendee .classifyzh .span1[data-v-fc28e808] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: left;
}
.conferenceAttendee .classifyzh .span2[data-v-fc28e808] {
  word-break: break-all;
}
.stars[data-v-73664ebd] {
  color: red;
}
.checkSlot[data-v-73664ebd] {
  font-size: 0.373333rem;
  margin-top: 0.133333rem;
}
.checkSlot[data-v-73664ebd]::before {
  content: "*";
  color: red;
  margin-right: 0.106667rem;
}
.conferenceDetailQR[data-v-73664ebd] {
  background-color: #e6e6e6;
  min-height: 100vh;
}
.conferenceDetailQR_qustion[data-v-73664ebd] {
  font-size: 0.693333rem;
  margin-right: 0.266667rem;
}
.conferenceDetailQR_img[data-v-73664ebd] {
  background-color: white;
  padding-bottom: 1.066667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.conferenceDetailQR_img img[data-v-73664ebd] {
  width: 5rem;
  height: 5rem;
}
.conferenceDetailQR_img div[data-v-73664ebd] {
  font-size: 0.48rem;
}
.conferenceDetailQR_slot[data-v-73664ebd] {
  color: red;
}
.conferenceDetailQR_tips[data-v-73664ebd] {
  padding: 0.266667rem 0.533333rem 0;
}
.conferenceDetailQR_btn[data-v-73664ebd] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  color: white;
  background-color: #e8000e;
}
.conferenceDetailQR_btn1[data-v-73664ebd] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #e8000e;
  background-color: white;
}
.conferenceDetailQR_footer[data-v-73664ebd] {
  position: fixed;
  width: 100%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.333333rem;
  bottom: 0;
}
.conferenceDetailQR_footer div[data-v-73664ebd] {
  height: 1.333333rem;
  line-height: 1.333333rem;
  text-align: center;
  margin: auto;
  border: none;
}
.conferenceDetailQR_more[data-v-73664ebd] {
  padding-bottom: 1.6rem;
}
.conferenceDetailQR_imgs img[data-v-73664ebd] {
  width: 100%;
  height: 3.733333rem;
}
.commonSwitchs_switchs[data-v-72825692] {
  position: fixed;
  width: 100%;
  z-index: 2000;
  background-color: white;
}
.commonSwitchs[data-v-3372db51] {
  padding: 0.4rem 0;
}
.commonSwitchs_switch[data-v-3372db51] {
  margin: 0 0.4rem;
}
.commonSwitchs_btn[data-v-3372db51] {
  font-size: 0.373333rem;
  height: 0.8rem;
}
.conferenceList_quit[data-v-3372db51] {
  color: white;
  background-color: #e8000e;
  font-size: 0.373333rem;
  height: 0.7rem;
  margin: 0 auto;
}
.conferenceList_btn[data-v-3372db51] {
  width: 80%;
  height: 1.066667rem;
  line-height: 1.066667rem;
  color: white;
  background-color: #e8000e;
  margin: auto;
}
.conferenceList_btns[data-v-3372db51] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.6rem;
  position: fixed;
  bottom: 0;
  background-color: white;
}
.conferenceList_common[data-v-3372db51] {
  word-break: break-all;
}
.conferenceList_common h2[data-v-3372db51] {
  color: #000000;
  font-size: initial;
}
.conferenceList_common span[data-v-3372db51] {
  margin-left: 1rem;
  color: red;
}
.conferenceList_common li[data-v-3372db51] {
  padding: 0.4rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-bottom: 0.026667rem solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.conferenceList_common div[data-v-3372db51] {
  float: left;
}
.conferenceList_common input[data-v-3372db51] {
  margin: 0 auto;
  height: 0.4rem;
  width: 0.4rem;
}
.conferenceList_common p[data-v-3372db51] {
  font-size: 0.373333rem;
}
.conferenceList_common img[data-v-3372db51] {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.5rem;
}
.commonSwitchs[data-v-206839b0] {
  padding: 0.4rem 0;
}
.commonSwitchs_switch[data-v-206839b0] {
  margin: 0 0.4rem;
}
.commonSwitchs_btn[data-v-206839b0] {
  font-size: 0.373333rem;
  height: 0.8rem;
}
.conferenceList_quit[data-v-206839b0] {
  color: white;
  background-color: #e8000e;
  font-size: 0.373333rem;
  height: 0.7rem;
  margin: 0 auto;
}
.conferenceList_btn[data-v-206839b0] {
  width: 80%;
  height: 1.066667rem;
  line-height: 1.066667rem;
  color: white;
  background-color: #e8000e;
  margin: auto;
}
.conferenceList_btns[data-v-206839b0] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.6rem;
  position: fixed;
  bottom: 0;
  background-color: white;
}
.conferenceList_common[data-v-206839b0] {
  word-break: break-all;
}
.conferenceList_common h2[data-v-206839b0] {
  color: #000000;
  font-size: initial;
}
.conferenceList_common span[data-v-206839b0] {
  margin-left: 1rem;
  color: red;
}
.conferenceList_common li[data-v-206839b0] {
  padding: 0.4rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-bottom: 0.026667rem solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.conferenceList_common div[data-v-206839b0] {
  float: left;
}
.conferenceList_common input[data-v-206839b0] {
  margin: 0 auto;
  height: 0.4rem;
  width: 0.4rem;
}
.conferenceList_common p[data-v-206839b0] {
  font-size: 0.373333rem;
}
.conferenceList_common img[data-v-206839b0] {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.5rem;
}
.commonSwitchs[data-v-2b5ccffc] {
  padding: 0.4rem 0;
}
.commonSwitchs_switch[data-v-2b5ccffc] {
  margin: 0 0.4rem;
}
.commonSwitchs_btn[data-v-2b5ccffc] {
  font-size: 0.373333rem;
  height: 0.8rem;
}
.conferenceList_quit[data-v-2b5ccffc] {
  color: white;
  background-color: #e8000e;
  font-size: 0.373333rem;
  height: 0.7rem;
  margin: 0 auto;
}
.conferenceList_btn[data-v-2b5ccffc] {
  width: 80%;
  height: 1.066667rem;
  line-height: 1.066667rem;
  color: white;
  background-color: #e8000e;
  margin: auto;
}
.conferenceList_btns[data-v-2b5ccffc] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.6rem;
  position: fixed;
  bottom: 0;
  background-color: white;
}
.conferenceList_common[data-v-2b5ccffc] {
  word-break: break-all;
}
.conferenceList_common h2[data-v-2b5ccffc] {
  color: #000000;
  font-size: initial;
}
.conferenceList_common span[data-v-2b5ccffc] {
  margin-left: 1rem;
  color: red;
}
.conferenceList_common li[data-v-2b5ccffc] {
  padding: 0.4rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-bottom: 0.026667rem solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.conferenceList_common div[data-v-2b5ccffc] {
  float: left;
}
.conferenceList_common input[data-v-2b5ccffc] {
  margin: 0 auto;
  height: 0.4rem;
  width: 0.4rem;
}
.conferenceList_common p[data-v-2b5ccffc] {
  font-size: 0.373333rem;
}
.conferenceList_common img[data-v-2b5ccffc] {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.5rem;
}
.confCheckInfo_content[data-v-22ca6631] {
  padding: 0 0.4rem;
  margin-top: 0.4rem;
}
.confCheckInfo_list[data-v-22ca6631] {
  width: 100%;
  overflow: hidden;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.48rem;
}
.confCheckInfo_list span[data-v-22ca6631] {
  float: left;
  margin-right: 0.266667rem;
}
.confCheckInfo_footer[data-v-22ca6631] {
  position: fixed;
  bottom: 0.5rem;
  height: 1rem;
  line-height: 1rem;
  color: white;
  background-color: #e8000e;
  width: 80%;
  margin-left: 10%;
}
.confCheckInfo_footer1[data-v-22ca6631] {
  position: fixed;
  bottom: 0.5rem;
  height: 1rem;
  line-height: 1rem;
  color: white;
  background-color: #c1c1c1;
  width: 80%;
  margin-left: 10%;
}
.conferenceDetail_footer[data-v-f5a94078] {
  position: fixed;
  bottom: 0;
  padding-bottom: 0.533333rem;
  background-color: white;
  width: 100%;
}
.conferenceDetail_btn[data-v-f5a94078] {
  width: 100%;
  color: white;
  height: 1.066667rem;
  background-color: #e8000e;
}
.conferenceDetail_slot[data-v-f5a94078] {
  color: red;
}
.confReview_textarea[data-v-258489e2] {
  font-size: 0.426667rem;
  width: 90%;
  margin: 0.533333rem 5% 0;
  border: 0.026667rem solid #eaeaea;
  border-radius: 0.133333rem;
}
.confReview_footer[data-v-258489e2] {
  display: block;
  width: 100%;
  margin-top: 2.666667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.confReview_btn[data-v-258489e2] {
  width: 80%;
  margin: auto;
  color: white;
  background-color: #e8000e;
}
.confReview_tips[data-v-258489e2] {
  margin-left: 5%;
  color: red;
}
.mint-toast {
  z-index: 9999 !important;
}
.copymint-toast[data-v-bf2f1d9e] {
  position: fixed;
  max-width: 80%;
  border-radius: 0.133333rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 9999;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  top: 2.3rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.copymint-toast_text[data-v-bf2f1d9e] {
  font-size: 0.373333rem;
  display: block;
  text-align: center;
}
.topMsg[data-v-bf2f1d9e] {
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  right: 100vh;
  z-index: 2000;
}
.formMessage[data-v-bf2f1d9e] {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2001;
}
.formMessage .formContent[data-v-bf2f1d9e] {
  margin: auto;
  width: 80%;
  border-radius: 0.213333rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0.266667rem #6e6b6b;
          box-shadow: 0 0 0.266667rem #6e6b6b;
}
.formMessage .formContent .formTitle[data-v-bf2f1d9e] {
  background-color: white;
  border-bottom: solid #ccc 0.026667rem;
  text-align: center;
  font-size: 0.48rem;
  padding: 0.266667rem 0;
  font-weight: 700;
  color: #333;
}
.formMessage .formContent .field[data-v-bf2f1d9e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
}
.formMessage .formContent .field p[data-v-bf2f1d9e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.4rem 0.133333rem;
  border-bottom: solid #ccc 0.026667rem;
  background-color: white;
}
.formMessage .formContent .field p input[data-v-bf2f1d9e] {
  font-size: 0.373333rem;
}
.formMessage .formContent .field p span[data-v-bf2f1d9e] {
  width: 2.133333rem;
  text-align: center;
  font-size: 0.426667rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formMessage .formContent .field p input[data-v-bf2f1d9e] {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.formMessage .formContent .formSure[data-v-bf2f1d9e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  height: 1.333333rem;
}
.formMessage .formContent .formSure div[data-v-bf2f1d9e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 1.333333rem;
  line-height: 1.333333rem;
}
.formMessage .formContent .formSure div[data-v-bf2f1d9e]:nth-child(2) {
  border-left: solid 0.026667rem #ccc;
  color: red;
}
#toTop[data-v-bf2f1d9e] {
  width: 0.666667rem;
  height: 0.666667rem;
  position: fixed;
  right: 0.666667rem;
  bottom: 1.333333rem;
  border: none;
  font-size: 0.426667rem;
  display: none;
}
#CFReward-goodslist .list[data-v-bf2f1d9e] {
  margin-top: 0.586667rem;
  min-height: calc(100vh - 4rem);
  padding: 0 0.4rem 0.8rem;
}
.tipsText[data-v-bf2f1d9e] {
  position: fixed;
  top: 3.306667rem;
  width: 100%;
  text-align: center;
  background-color: white;
  z-index: 100;
  padding: 0.266667rem 0;
  font-size: 0.48rem;
  font-weight: bold;
}
.common-more12[data-v-bf2f1d9e] {
  margin-top: 2.666667rem;
}
.CFReward-Goodslist-item[data-v-03f33238] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.213333rem;
  background-color: #fff;
  margin: 0 auto 0.8rem;
  -webkit-box-shadow: -0.026667rem -0.133333rem 0.106667rem #bfbfbf, 0.053333rem 0.106667rem 0.106667rem #bababa;
          box-shadow: -0.026667rem -0.133333rem 0.106667rem #bfbfbf, 0.053333rem 0.106667rem 0.106667rem #bababa;
}
.CFReward-Goodslist-item .img-box[data-v-03f33238] {
  width: 3.733333rem;
  height: 3.733333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.CFReward-Goodslist-item .img-box img[data-v-03f33238] {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.CFReward-Goodslist-item .description[data-v-03f33238] {
  display: inline-block;
  vertical-align: top;
  width: 4.4rem;
  height: 3.733333rem;
  margin: 0 0.453333rem 0 0.613333rem;
  position: relative;
}
.CFReward-Goodslist-item .description p[data-v-03f33238] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.373333rem;
  color: #999999;
  line-height: 0.8rem;
}
.CFReward-Goodslist-item .description .company-name[data-v-03f33238] {
  font-size: 0.426667rem;
  color: #333333;
}
.CFReward-Goodslist-item .description .btn[data-v-03f33238] {
  display: block;
  width: 2.266667rem;
  height: 0.8rem;
  background-color: #e8000e;
  color: #ffffff;
  border-radius: 0.133333rem;
  position: absolute;
  bottom: 0.533333rem;
  right: 0;
}
.mint-toast {
  z-index: 9999 !important;
}/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container[data-v-40dbadbb]{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1
}
.swiper-container-no-flexbox .swiper-slide[data-v-40dbadbb]{float:left
}
.swiper-container-vertical>.swiper-wrapper[data-v-40dbadbb]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column
}
.swiper-wrapper[data-v-40dbadbb]{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box
}
.swiper-container-android .swiper-slide[data-v-40dbadbb],.swiper-wrapper[data-v-40dbadbb]{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)
}
.swiper-container-multirow>.swiper-wrapper[data-v-40dbadbb]{-ms-flex-wrap:wrap;flex-wrap:wrap
}
.swiper-container-free-mode>.swiper-wrapper[data-v-40dbadbb]{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto
}
.swiper-slide[data-v-40dbadbb]{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform
}
.swiper-slide-invisible-blank[data-v-40dbadbb]{visibility:hidden
}
.swiper-container-autoheight[data-v-40dbadbb],.swiper-container-autoheight .swiper-slide[data-v-40dbadbb]{height:auto
}
.swiper-container-autoheight .swiper-wrapper[data-v-40dbadbb]{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform
}
.swiper-container-3d[data-v-40dbadbb]{-webkit-perspective:1200px;perspective:1200px
}
.swiper-container-3d .swiper-cube-shadow[data-v-40dbadbb],.swiper-container-3d .swiper-slide[data-v-40dbadbb],.swiper-container-3d .swiper-slide-shadow-bottom[data-v-40dbadbb],.swiper-container-3d .swiper-slide-shadow-left[data-v-40dbadbb],.swiper-container-3d .swiper-slide-shadow-right[data-v-40dbadbb],.swiper-container-3d .swiper-slide-shadow-top[data-v-40dbadbb],.swiper-container-3d .swiper-wrapper[data-v-40dbadbb]{-webkit-transform-style:preserve-3d;transform-style:preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom[data-v-40dbadbb],.swiper-container-3d .swiper-slide-shadow-left[data-v-40dbadbb],.swiper-container-3d .swiper-slide-shadow-right[data-v-40dbadbb],.swiper-container-3d .swiper-slide-shadow-top[data-v-40dbadbb]{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10
}
.swiper-container-3d .swiper-slide-shadow-left[data-v-40dbadbb]{background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right[data-v-40dbadbb]{background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top[data-v-40dbadbb]{background-image:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom[data-v-40dbadbb]{background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-wp8-horizontal[data-v-40dbadbb],.swiper-container-wp8-horizontal>.swiper-wrapper[data-v-40dbadbb]{-ms-touch-action:pan-y;touch-action:pan-y
}
.swiper-container-wp8-vertical[data-v-40dbadbb],.swiper-container-wp8-vertical>.swiper-wrapper[data-v-40dbadbb]{-ms-touch-action:pan-x;touch-action:pan-x
}
.swiper-button-next[data-v-40dbadbb],.swiper-button-prev[data-v-40dbadbb]{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[data-v-40dbadbb],.swiper-button-prev.swiper-button-disabled[data-v-40dbadbb]{opacity:.35;cursor:auto;pointer-events:none
}
.swiper-button-prev[data-v-40dbadbb],.swiper-container-rtl .swiper-button-next[data-v-40dbadbb]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto
}
.swiper-button-next[data-v-40dbadbb],.swiper-container-rtl .swiper-button-prev[data-v-40dbadbb]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto
}
.swiper-button-prev.swiper-button-white[data-v-40dbadbb],.swiper-container-rtl .swiper-button-next.swiper-button-white[data-v-40dbadbb]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white[data-v-40dbadbb],.swiper-container-rtl .swiper-button-prev.swiper-button-white[data-v-40dbadbb]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black[data-v-40dbadbb],.swiper-container-rtl .swiper-button-next.swiper-button-black[data-v-40dbadbb]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black[data-v-40dbadbb],.swiper-container-rtl .swiper-button-prev.swiper-button-black[data-v-40dbadbb]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-lock[data-v-40dbadbb]{display:none
}
.swiper-pagination[data-v-40dbadbb]{position:absolute;text-align:center;-webkit-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10
}
.swiper-pagination.swiper-pagination-hidden[data-v-40dbadbb]{opacity:0
}
.swiper-container-horizontal>.swiper-pagination-bullets[data-v-40dbadbb],.swiper-pagination-custom[data-v-40dbadbb],.swiper-pagination-fraction[data-v-40dbadbb]{bottom:10px;left:0;width:100%
}
.swiper-pagination-bullets-dynamic[data-v-40dbadbb]{overflow:hidden;font-size:0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet[data-v-40dbadbb]{-webkit-transform:scale(.33);transform:scale(.33);position:relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active[data-v-40dbadbb]{-webkit-transform:scale(1);transform:scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main[data-v-40dbadbb]{-webkit-transform:scale(1);transform:scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev[data-v-40dbadbb]{-webkit-transform:scale(.66);transform:scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev[data-v-40dbadbb]{-webkit-transform:scale(.33);transform:scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next[data-v-40dbadbb]{-webkit-transform:scale(.66);transform:scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next[data-v-40dbadbb]{-webkit-transform:scale(.33);transform:scale(.33)
}
.swiper-pagination-bullet[data-v-40dbadbb]{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2
}
button.swiper-pagination-bullet[data-v-40dbadbb]{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none
}
.swiper-pagination-clickable .swiper-pagination-bullet[data-v-40dbadbb]{cursor:pointer
}
.swiper-pagination-bullet-active[data-v-40dbadbb]{opacity:1;background:#007aff
}
.swiper-container-vertical>.swiper-pagination-bullets[data-v-40dbadbb]{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet[data-v-40dbadbb]{margin:6px 0;display:block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic[data-v-40dbadbb]{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet[data-v-40dbadbb]{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-webkit-transition:.2s transform,.2s top;transition:.2s transform,.2s top;-webkit-transition:.2s transform,.2s top,.2s -webkit-transform;transition:.2s transform,.2s top,.2s -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet[data-v-40dbadbb]{margin:0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic[data-v-40dbadbb]{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet[data-v-40dbadbb]{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-webkit-transition:.2s transform,.2s left;transition:.2s transform,.2s left;-webkit-transition:.2s transform,.2s left,.2s -webkit-transform;transition:.2s transform,.2s left,.2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet[data-v-40dbadbb]{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-webkit-transition:.2s transform,.2s right;transition:.2s transform,.2s right;-webkit-transition:.2s transform,.2s right,.2s -webkit-transform;transition:.2s transform,.2s right,.2s -webkit-transform
}
.swiper-pagination-progressbar[data-v-40dbadbb]{background:rgba(0,0,0,.25);position:absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill[data-v-40dbadbb]{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill[data-v-40dbadbb]{-webkit-transform-origin:right top;transform-origin:right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar[data-v-40dbadbb],.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite[data-v-40dbadbb]{width:100%;height:4px;left:0;top:0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite[data-v-40dbadbb],.swiper-container-vertical>.swiper-pagination-progressbar[data-v-40dbadbb]{width:4px;height:100%;left:0;top:0
}
.swiper-pagination-white .swiper-pagination-bullet-active[data-v-40dbadbb]{background:#fff
}
.swiper-pagination-progressbar.swiper-pagination-white[data-v-40dbadbb]{background:rgba(255,255,255,.25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill[data-v-40dbadbb]{background:#fff
}
.swiper-pagination-black .swiper-pagination-bullet-active[data-v-40dbadbb]{background:#000
}
.swiper-pagination-progressbar.swiper-pagination-black[data-v-40dbadbb]{background:rgba(0,0,0,.25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill[data-v-40dbadbb]{background:#000
}
.swiper-pagination-lock[data-v-40dbadbb]{display:none
}
.swiper-scrollbar[data-v-40dbadbb]{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)
}
.swiper-container-horizontal>.swiper-scrollbar[data-v-40dbadbb]{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%
}
.swiper-container-vertical>.swiper-scrollbar[data-v-40dbadbb]{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%
}
.swiper-scrollbar-drag[data-v-40dbadbb]{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0
}
.swiper-scrollbar-cursor-drag[data-v-40dbadbb]{cursor:move
}
.swiper-scrollbar-lock[data-v-40dbadbb]{display:none
}
.swiper-zoom-container[data-v-40dbadbb]{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center
}
.swiper-zoom-container>canvas[data-v-40dbadbb],.swiper-zoom-container>img[data-v-40dbadbb],.swiper-zoom-container>svg[data-v-40dbadbb]{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain
}
.swiper-slide-zoomed[data-v-40dbadbb]{cursor:move
}
.swiper-lazy-preloader[data-v-40dbadbb]{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin-data-v-40dbadbb 1s steps(12,end) infinite;animation:swiper-preloader-spin-data-v-40dbadbb 1s steps(12,end) infinite
}
.swiper-lazy-preloader[data-v-40dbadbb]:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat
}
.swiper-lazy-preloader-white[data-v-40dbadbb]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin-data-v-40dbadbb{
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)
}
}
@keyframes swiper-preloader-spin-data-v-40dbadbb{
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)
}
}
.swiper-container .swiper-notification[data-v-40dbadbb]{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide[data-v-40dbadbb]{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out
}
.swiper-container-fade .swiper-slide[data-v-40dbadbb]{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity
}
.swiper-container-fade .swiper-slide .swiper-slide[data-v-40dbadbb]{pointer-events:none
}
.swiper-container-fade .swiper-slide-active[data-v-40dbadbb],.swiper-container-fade .swiper-slide-active .swiper-slide-active[data-v-40dbadbb]{pointer-events:auto
}
.swiper-container-cube[data-v-40dbadbb]{overflow:visible
}
.swiper-container-cube .swiper-slide[data-v-40dbadbb]{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%
}
.swiper-container-cube .swiper-slide .swiper-slide[data-v-40dbadbb]{pointer-events:none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide[data-v-40dbadbb]{-webkit-transform-origin:100% 0;transform-origin:100% 0
}
.swiper-container-cube .swiper-slide-active[data-v-40dbadbb],.swiper-container-cube .swiper-slide-active .swiper-slide-active[data-v-40dbadbb]{pointer-events:auto
}
.swiper-container-cube .swiper-slide-active[data-v-40dbadbb],.swiper-container-cube .swiper-slide-next[data-v-40dbadbb],.swiper-container-cube .swiper-slide-next+.swiper-slide[data-v-40dbadbb],.swiper-container-cube .swiper-slide-prev[data-v-40dbadbb]{pointer-events:auto;visibility:visible
}
.swiper-container-cube .swiper-slide-shadow-bottom[data-v-40dbadbb],.swiper-container-cube .swiper-slide-shadow-left[data-v-40dbadbb],.swiper-container-cube .swiper-slide-shadow-right[data-v-40dbadbb],.swiper-container-cube .swiper-slide-shadow-top[data-v-40dbadbb]{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden
}
.swiper-container-cube .swiper-cube-shadow[data-v-40dbadbb]{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-flip[data-v-40dbadbb]{overflow:visible
}
.swiper-container-flip .swiper-slide[data-v-40dbadbb]{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1
}
.swiper-container-flip .swiper-slide .swiper-slide[data-v-40dbadbb]{pointer-events:none
}
.swiper-container-flip .swiper-slide-active[data-v-40dbadbb],.swiper-container-flip .swiper-slide-active .swiper-slide-active[data-v-40dbadbb]{pointer-events:auto
}
.swiper-container-flip .swiper-slide-shadow-bottom[data-v-40dbadbb],.swiper-container-flip .swiper-slide-shadow-left[data-v-40dbadbb],.swiper-container-flip .swiper-slide-shadow-right[data-v-40dbadbb],.swiper-container-flip .swiper-slide-shadow-top[data-v-40dbadbb]{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden
}
.swiper-container-coverflow .swiper-wrapper[data-v-40dbadbb]{-ms-perspective:1200px
}
.copymint-toast[data-v-40dbadbb] {
  position: fixed;
  max-width: 80%;
  border-radius: 0.133333rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 9999;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  top: 2.3rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.copymint-toast_text[data-v-40dbadbb] {
  font-size: 0.373333rem;
  display: block;
  text-align: center;
}
#cfreward-detail[data-v-40dbadbb] {
  background-color: #fff;
}
#cfreward-detail .title[data-v-40dbadbb] {
  margin: 0.533333rem auto;
  color: #333333;
  font-size: 0.533333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
}
#cfreward-detail .detail_patent[data-v-40dbadbb] {
  overflow: hidden;
}
#cfreward-detail .viewer-toolbar[data-v-40dbadbb] {
  display: none;
}
#cfreward-detail .swiper .swiper-wrapper[data-v-40dbadbb] {
  width: 100%;
}
#cfreward-detail .swiper .swiper-wrapper .swiper-slide[data-v-40dbadbb] {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
#cfreward-detail .swiper .swiper-wrapper .swiper-slide .swiper_img[data-v-40dbadbb] {
  width: calc(100vw - 1.866667rem);
  height: 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
#cfreward-detail .swiper .swiper-wrapper .swiper-slide .swiper_img img[data-v-40dbadbb] {
  background-color: #fff;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
#cfreward-detail .company[data-v-40dbadbb] {
  color: #666666;
  height: 1.28rem;
  font-size: 0.426667rem;
  line-height: 0.64rem;
  padding-left: 0.986667rem;
  margin-bottom: 0.106667rem;
  overflow: hidden;
}
#cfreward-detail .swiper-container[data-v-40dbadbb] {
  overflow: visible;
}
#cfreward-detail .swiper-container .swiper_btn[data-v-40dbadbb] {
  pointer-events: auto;
  top: 2.8rem;
}
#cfreward-detail .common_titles[data-v-40dbadbb] {
  margin: 0.266667rem 0.986667rem;
}
#cfreward-detail .description[data-v-40dbadbb] {
  font-size: 0.373333rem;
  line-height: 0.64rem;
  padding-bottom: 2.133333rem;
}
#cfreward-detail .description p[data-v-40dbadbb] {
  text-align: center;
  font-size: 0.426667rem;
  color: #333333;
}
#cfreward-detail .description span[data-v-40dbadbb] {
  word-wrap: break-word;
  word-break: break-all;
  display: block;
  font-size: 0.373333rem;
  padding: 0 0.986667rem;
}
#cfreward-detail .cfreward_footer[data-v-40dbadbb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 2.133333rem;
  width: 100%;
  z-index: 99;
  background-color: white;
}
#cfreward-detail .vote[data-v-40dbadbb] {
  width: 3.733333rem;
  height: 1.066667rem;
  line-height: 1.066667rem;
  margin: auto;
  text-align: center;
  color: #fff;
  font-weight: 400;
  border-radius: 0.106667rem;
  font-style: normal;
  font-size: 0.373333rem;
  background-color: #e8000e;
}
.topMsg[data-v-40dbadbb] {
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  right: 100vh;
  z-index: 2000;
}
.formMessage[data-v-40dbadbb] {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2001;
}
.formMessage .formContent[data-v-40dbadbb] {
  margin: auto;
  width: 80%;
  border-radius: 0.213333rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0.266667rem #6e6b6b;
          box-shadow: 0 0 0.266667rem #6e6b6b;
}
.formMessage .formContent .formTitle[data-v-40dbadbb] {
  background-color: white;
  border-bottom: solid #ccc 0.026667rem;
  text-align: center;
  font-size: 0.48rem;
  padding: 0.266667rem 0;
  font-weight: 700;
  color: #333;
}
.formMessage .formContent .field[data-v-40dbadbb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
}
.formMessage .formContent .field p[data-v-40dbadbb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.4rem 0.133333rem;
  border-bottom: solid #ccc 0.026667rem;
  background-color: white;
}
.formMessage .formContent .field p span[data-v-40dbadbb] {
  width: 2.133333rem;
  text-align: center;
  font-size: 0.426667rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formMessage .formContent .field p input[data-v-40dbadbb] {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.formMessage .formContent .formSure[data-v-40dbadbb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  height: 1.333333rem;
}
.formMessage .formContent .formSure div[data-v-40dbadbb] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 1.333333rem;
  line-height: 1.333333rem;
}
.formMessage .formContent .formSure div[data-v-40dbadbb]:nth-child(2) {
  border-left: solid 0.026667rem #ccc;
  color: red;
}
.CFReward-competinggood-title[data-v-9585784c] {
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 0.106667rem;
  margin: 0.266667rem auto;
  background-color: #e8000e;
  font-size: 0.48rem;
  text-indent: 0.48rem;
  color: #fff;
}
#toTop[data-v-f180b1b8] {
  width: 0.666667rem;
  height: 0.666667rem;
  position: fixed;
  right: 0.666667rem;
  bottom: 1.333333rem;
  border: none;
  font-size: 0.48rem;
  display: none;
}
.CFRewardQuery[data-v-f180b1b8] {
  width: 100%;
  background-color: #fff;
}
.CFRewardQuery .CFRewardQuery-contents[data-v-f180b1b8] {
  width: 100%;
  padding: 0 0.4rem 0.4rem;
  margin: 0 auto;
}
.CFRewardQuery .CFRewardQuery-contents .CFRewardQuery-content[data-v-f180b1b8] {
  padding-bottom: 0.4rem;
  background-color: #fff;
  border-bottom: 0.026667rem solid #686666;
}
.CFRewardQuery .CFRewardQuery-contents .CFRewardQuery-content p[data-v-f180b1b8] {
  font-size: 0.426667rem;
  line-height: 0.64rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.CFRewardQuery .CFRewardQuery-contents .CFRewardQuery-content p span[data-v-f180b1b8] {
  font-size: 0.426667rem;
  word-break: break-all;
}
.CFRewardQuery .CFRewardQuery-contents .CFRewardQuery-content p span[data-v-f180b1b8]:nth-child(1) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-align: right;
}
.CFRewardQuery .CFRewardQuery-contents .CFRewardQuery-content p span[data-v-f180b1b8]:nth-child(2) {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.common-select1[data-v-f180b1b8] {
  top: 3.2rem;
}
#CFReward-competinggood[data-v-91be8758] {
  width: 100%;
}
#CFReward-competinggood .CFReward-competinggood[data-v-91be8758] {
  margin: 0.133333rem auto;
}
#CFReward-competinggood .CFReward-competinggood .CFReward-competinggood-box p[data-v-91be8758] {
  font-size: 0.426667rem;
  line-height: 0.64rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0.533333rem;
}
#CFReward-competinggood .CFReward-competinggood .CFReward-competinggood-box p span[data-v-91be8758] {
  color: #333;
  font-size: 0.426667rem;
}
#CFReward-competinggood .CFReward-competinggood .CFReward-competinggood-box p .goodsName[data-v-91be8758] {
  width: 2.133333rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#CFReward-competinggood .CFReward-competinggood .CFReward-competinggood-box p .goodsValue[data-v-91be8758] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: wrap;
}
#CFReward-competinggood .common_titles[data-v-91be8758] {
  margin: 0.4rem;
}
.mask-img1[data-v-e80347b0] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mask-img[data-v-e80347b0] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
.detail-pic[data-v-e80347b0] {
  width: 100%;
  margin-top: 0.533333rem;
}
.detail-pic .detail-pic-box[data-v-e80347b0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
.detail-pic .detail-pic-box .picbox[data-v-e80347b0] {
  width: 2.506667rem;
  height: 2.506667rem;
  border: 0.026667rem solid #b9b9b9;
  margin-left: 0.4rem;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail-pic .detail-pic-box .picbox img[data-v-e80347b0] {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.detail-pic .detail-pic-box .pictext[data-v-e80347b0] {
  width: 6.106667rem;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-left: 0.4rem;
  font-size: 0.373333rem;
  line-height: 0.64rem;
}
.mask[data-v-e80347b0] {
  height: 100vh;
  width: 100vw;
  position: fixed;
  background-color: black;
  top: 0;
  left: 0;
  z-index: 1999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timeline_alert[data-v-e80347b0] {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100%;
  z-index: 2000;
}
.timeline_alert .timeline_contents[data-v-e80347b0] {
  margin: auto 0.4rem;
  width: calc(100vw - 0.8rem);
  display: inline;
  background-color: white;
  border-radius: 0.1rem;
  padding: 0.3rem 0.2rem;
}
.timeline_alert .timeline_contents img[data-v-e80347b0] {
  width: 100%;
  min-height: 4rem;
}
.timeline_alert .timeline_contents p[data-v-e80347b0] {
  line-height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  width: 8rem;
}
.timeline_alert .timeline_contents div[data-v-e80347b0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.4rem 0;
  width: 80%;
  margin-left: 10%;
}
.timeline_alert .timeline_contents div span[data-v-e80347b0] {
  color: red;
}
#toTop[data-v-69782428] {
  width: 0.666667rem;
  height: 0.666667rem;
  position: fixed;
  right: 0.666667rem;
  bottom: 13.333333rem;
  border: none;
  display: none;
}
.CFRewardApplicants .list[data-v-69782428] {
  margin: 0.266667rem;
}
.CFRewardApplicants .list .li[data-v-69782428] {
  width: 100%;
  padding: 0.4rem 0;
  border-bottom: 0.026667rem solid #d9d9d9;
}
.CFRewardApplicants .list .li .lis[data-v-69782428] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.053333rem 0;
}
.CFRewardApplicants .list .li .lis .goodsName[data-v-69782428] {
  width: 2.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
  font-size: 0.426667rem;
}
.CFRewardApplicants .list .li .lis .goodsValue[data-v-69782428] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.426667rem;
  white-space: wrap;
}
.content[data-v-1fccc9da] {
  padding: 0.533333rem;
}
.content .lis[data-v-1fccc9da] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 0.266667rem;
}
.content .lis span[data-v-1fccc9da] {
  font-size: 0.426667rem;
  display: inline-block;
}
.content .lis .names[data-v-1fccc9da] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content .lis .values[data-v-1fccc9da] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: wrap;
}
.mask[data-v-9e641b9e] {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2000;
}
.mask .mask-top[data-v-9e641b9e] {
  width: 100%;
  height: 3.333333rem;
  padding: 0 0.4rem;
  border-bottom: 0.026667rem solid #d9d9d9;
}
.mask .mask-top p[data-v-9e641b9e] {
  font-size: 0.426667rem;
  line-height: 0.933333rem;
  text-indent: 0.4rem;
}
.mask .mask-top input[data-v-9e641b9e] {
  width: 6.666667rem;
  padding: 0.266667rem 0.133333rem;
  text-align: center;
  display: block;
  margin: 0.266667rem auto;
  border: 0.026667rem solid #d9d9d9;
}
.mask .mask-bottom[data-v-9e641b9e] {
  height: 1rem;
  display: table;
  width: 100%;
}
.mask .mask-bottom div[data-v-9e641b9e] {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  width: 50%;
}
.cfselection_p[data-v-9e641b9e] {
  position: fixed;
  top: 1.333333rem;
  z-index: 99;
  padding: 0.4rem;
  width: 100%;
}
.cfselection[data-v-9e641b9e] {
  background-color: #d9d9d9;
  padding: 0.4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cfselection span[data-v-9e641b9e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
#CFSelectionJuryUpdateAmount .list-box[data-v-9e641b9e] {
  margin: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.026667rem solid #d9d9d9;
  padding: 0.4rem 0;
}
#CFSelectionJuryUpdateAmount .list-box span[data-v-9e641b9e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#CFSelectionJuryUpdateAmount .list-box span[data-v-9e641b9e]:nth-last-child(1) {
  background-color: red;
  color: white;
  padding: 0.133333rem 0;
  border-radius: 0.08rem;
}
#CFSelectionJuryUpdateAmount .list .list-box span[data-v-9e641b9e] {
  display: block;
  float: left;
  width: 2rem;
  text-align: center;
}
#CFSelectionJuryUpdateAmount .list .list-box span[data-v-9e641b9e]:nth-child(1) {
  width: 2rem;
  text-align: center;
}
#CFSelectionJuryUpdateAmount .list .list-box span[data-v-9e641b9e]:nth-child(4) {
  width: 2rem;
  text-align: center;
}
.bgc-vote-0[data-v-d07472fa] {
  background-color: #e8000e;
}
.bgc-vote-1[data-v-d07472fa] {
  background-color: #5e5353;
}
.CFselection_search[data-v-d07472fa] {
  position: fixed;
  top: 1.333333rem;
  left: 0;
  right: 0;
  padding: 0.4rem;
  z-index: 99;
  background-color: white;
}
.common-search2[data-v-d07472fa] {
  top: 2.933333rem;
  z-index: 1;
}
.content_li[data-v-d07472fa] {
  padding: 0 0.4rem;
  border-bottom: 0.026667rem solid #c9c9c9;
}
.content_ul[data-v-d07472fa] {
  min-height: calc(100vh - 5.066667rem);
  padding-bottom: 0.8rem;
}
.CFselection-one-list[data-v-d07472fa] {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.CFselection-one-list .list-search-parentbox[data-v-d07472fa] {
  width: 100%;
}
.CFselection-one-list .list-search-parentbox .list-search-box[data-v-d07472fa] {
  margin: 0 auto;
  padding: 0.266667rem 0.08rem;
  font-size: 0.373333rem;
  line-height: 0.666667rem;
  position: relative;
}
.CFselection-one-list .list-search-parentbox .list-search-box p[data-v-d07472fa] {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.CFselection-one-list .list-search-parentbox .list-search-box .btn[data-v-d07472fa] {
  width: 2.4rem;
  height: 0.8rem;
  font-size: 0.373333rem;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  border-radius: 0.106667rem;
  position: absolute;
  right: 0.133333rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mask[data-v-d07472fa] {
  position: fixed;
  left: 50%;
  top: 50%;
  height: 100%;
  right: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 0.106667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mask div[data-v-d07472fa] {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vue-scroll[data-v-090c3c3c] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.vue-scroll .wrapper[data-v-090c3c3c] {
  position: relative;
  z-index: 1;
}
.vue-scroll .pullup[data-v-090c3c3c] {
  width: 100%;
  height: 1.333333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.373333rem;
  color: #999999;
}
.vue-scroll .pulldown[data-v-090c3c3c] {
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all;
  transition: all;
  font-size: 0.373333rem;
  color: #999999;
}
.vue-scroll .pulldown .before[data-v-090c3c3c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vue-scroll .pulldown .after[data-v-090c3c3c] {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vue-scroll-loading-container > img[data-v-9effcdcc] {
  width: 0.533333rem;
  height: 0.533333rem;
  display: block;
}
.bgc-vote-0[data-v-1418ce94] {
  background-color: #e8000e;
}
.bgc-vote-1[data-v-1418ce94] {
  background-color: #5e5353;
}
.CFselection-one-detail[data-v-1418ce94] {
  width: 100%;
}
.CFselection-one-detail .detail[data-v-1418ce94] {
  margin: 0.266667rem auto;
}
.CFselection-one-detail .detail .detail-text[data-v-1418ce94] {
  padding: 0 0.4rem;
  margin-top: 0.266667rem;
  font-size: 0.373333rem;
  font-weight: 400;
  line-height: 0.533333rem;
}
.CFselection-one-detail .detail .detail-pic[data-v-1418ce94] {
  width: 100%;
  margin-top: 0.8rem;
}
.CFselection-one-detail .detail .detail-pic .detail-pic-box[data-v-1418ce94] {
  margin: 0 auto;
}
.CFselection-one-detail .detail .detail-pic .detail-pic-box .picbox[data-v-1418ce94] {
  width: 3.52rem;
  height: 3.36rem;
  border: 0.026667rem solid #b9b9b9;
  margin-left: 0.4rem;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.CFselection-one-detail .detail .detail-pic .detail-pic-box .picbox img[data-v-1418ce94] {
  height: auto;
  width: 100%;
}
.CFselection-one-detail .detail .detail-pic .detail-pic-box .pictext[data-v-1418ce94] {
  width: 5.333333rem;
  float: right;
  margin-right: 0.4rem;
}
.CFselection-one-detail .detail .handle[data-v-1418ce94] {
  width: 100%;
  height: 1.333333rem;
  font-weight: 650;
  font-style: normal;
  color: #ffffff;
  font-size: 0.373333rem;
  display: table;
  text-align: center;
  position: fixed;
  bottom: 0;
}
.CFselection-one-detail .detail .handle > div[data-v-1418ce94] {
  width: 1.333333rem;
  height: 1.333333rem;
  background-color: #e8000e;
  display: table-cell;
  vertical-align: middle;
}
.CFselection-one-detail .detail .handle div[data-v-1418ce94]:nth-child(2) {
  border-left: 0.026667rem solid white;
}
.CFselection-one-detail .detail .handle div[data-v-1418ce94]:nth-child(3) {
  border-left: 0.026667rem solid white;
}
.inviteBuyer_tips[data-v-1418ce94] {
  display: inline-block;
  height: 0.586667rem;
  line-height: 0.586667rem;
  color: red;
}
.inviteBuyer_alert[data-v-1418ce94] {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2001;
}
.inviteBuyer_alert textarea[data-v-1418ce94] {
  width: 6.666667rem;
  height: 4rem;
  border: solid 0.026667rem #ccc;
  margin: 0.266667rem 0.533333rem 0.133333rem;
}
.inviteBuyer_mask[data-v-1418ce94] {
  width: 100%;
  height: 100vh;
  z-index: 2000;
  background-color: #ccc;
  position: fixed;
  top: 0;
  opacity: 0.5;
}
.inviteBuyer_content[data-v-1418ce94] {
  background-color: white;
  display: inline;
  margin: auto;
  border-radius: 0.2rem;
  z-index: 2001;
}
.inviteBuyer_content h3[data-v-1418ce94] {
  text-align: center;
  font-size: 0.426667rem;
  color: #333;
  padding: 0.133333rem 0;
  font-weight: 500;
  border-bottom: solid #ccc 0.026667rem;
  line-height: 0.8rem;
}
.inviteBuyer_content span[data-v-1418ce94] {
  display: block;
  line-height: 0.8rem;
  padding-left: 0.4rem;
}
.inviteBuyer_content .invitebuyer_select[data-v-1418ce94] {
  width: 6rem;
  margin: 0.3rem 0.4rem 0;
}
.inviteBuyer_content .invitebuyer_select span[data-v-1418ce94] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inviteBuyer_content_btn[data-v-1418ce94] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid #ccc 0.026667rem;
  margin-top: 0.4rem;
}
.inviteBuyer_content_btn div[data-v-1418ce94] {
  width: 50%;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
}
.inviteBuyer_content_btn div[data-v-1418ce94]:nth-child(2) {
  border-left: solid #ccc 0.026667rem;
  color: red;
}
.winninglist-sure[data-v-6aa9c76c] {
  background-color: #4dc8da;
  color: white;
}
.jury-winninglist #list-search-box[data-v-6aa9c76c] {
  width: 100%;
  padding-bottom: 1.2rem;
}
.jury-winninglist #list-search-box .list-search-box[data-v-6aa9c76c] {
  background-color: #fff;
  margin: 0 auto;
  padding: 0.133333rem 0.4rem;
  border-bottom: 0.026667rem solid #c9c9c9;
  font-size: 0.373333rem;
  position: relative;
}
.jury-winninglist #list-search-box .list-search-box p[data-v-6aa9c76c] {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jury-winninglist #list-search-box .list-search-box .btn[data-v-6aa9c76c] {
  height: 0.8rem;
  padding: 0 0.266667rem;
  font-size: 0.373333rem;
  display: table-cell;
  vertical-align: middle;
  background-color: #e8000e;
  color: #fff;
  border-radius: 0.106667rem;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.jury-winninglist .awards[data-v-6aa9c76c] {
  background-color: #fff;
  margin: auto;
  width: 90%;
  border-radius: 0.106667rem;
}
.jury-winninglist .awards .awards-title[data-v-6aa9c76c] {
  font-size: 0.48rem;
  text-align: center;
  padding: 0.266667rem 0;
  width: 90%;
  margin: 0 auto;
  border-bottom: 0.026667rem solid #d9d9d9;
}
.jury-winninglist .awards .awards-ok[data-v-6aa9c76c] {
  width: 100%;
  height: 1.6rem;
  border-top: 0.026667rem solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jury-winninglist .awards .awards-ok button[data-v-6aa9c76c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  margin: 0;
}
.jury-winninglist .toPage[data-v-6aa9c76c] {
  width: 100%;
  height: 1rem;
  border: 1px solid #d9d9d9;
  display: table;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: white;
}
.jury-winninglist .toPage div[data-v-6aa9c76c] {
  display: table-cell;
  vertical-align: middle;
  color: white;
  background-color: red;
}
.jury-winninglist .toPage .left[data-v-6aa9c76c] {
  border-right: 1px solid #d9d9d9;
}
.slider-item[data-v-aff6b73c] {
  width: 100%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.slider-item .content[data-v-aff6b73c] {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.slider-item .remove[data-v-aff6b73c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 2.5rem;
  height: 100%;
  background: #f5f5f5;
  right: 0;
  top: 0;
  color: #fff;
  background-color: #ef3131;
  text-align: center;
  font-size: 0.16rem;
}
.slider-item .remove img[data-v-aff6b73c] {
  width: 0.28rem;
  height: 0.28rem;
}
.slider-item .remove span[data-v-aff6b73c] {
  display: block;
  color: white;
  margin-top: 0.08rem;
  font-size: 0.533333rem;
}
.CFBoothAward[data-v-77676c80] {
  width: 100%;
  background-color: #fff;
  color: #000;
}
.CFBoothAward .CFBoothAward-mian[data-v-77676c80] {
  margin: 0.266667rem;
}
.CFBoothAward .tip[data-v-77676c80] {
  font-size: 0.426667rem;
  font-weight: 600;
}
.CFBoothAward .tip-text[data-v-77676c80] {
  background: #eee;
  height: 0.906667rem;
  line-height: 0.906667rem;
  font-size: 0.373333rem;
  color: #000;
  padding-left: 0.266667rem;
}
.CFBoothAward .centent[data-v-77676c80] {
  padding-left: 0.266667rem;
  height: 1.066667rem;
  line-height: 1.066667rem;
  font-size: 0.32rem;
}
.CFBoothAward .score[data-v-77676c80] {
  text-align: center;
  border: 0.026667rem solid #ccc;
  font-size: 0.32rem;
  color: #666;
}
.CFBoothAward .mian[data-v-77676c80] {
  margin: 0 0.266667rem;
}
.CFBoothAward input[data-v-77676c80] {
  width: 100%;
  border: 0.026667rem solid #ccc;
  font-size: 0.32rem;
  color: #666;
  text-align: center;
  height: 0.586667rem;
}
.CFBoothAward .title[data-v-77676c80] {
  background: #eee;
  margin-top: 0.533333rem;
  height: 0.933333rem;
  line-height: 0.933333rem;
  font-size: 0.373333rem;
  color: #000;
  padding-left: 0.266667rem;
}
.CFBoothAward .textarea-box[data-v-77676c80] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.533333rem 0.266667rem;
  font-size: 0.373333rem;
}
.CFBoothAward .textarea-box textarea[data-v-77676c80] {
  font-size: 0.373333rem;
  width: 50%;
  margin-left: 0.133333rem;
  border: 0.026667rem solid #b9b9b9;
}
.CFBoothAward .footer[data-v-77676c80] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
}
.CFBoothAward .cashDetail_btns[data-v-77676c80] {
  width: 100%;
  margin: 0.266667rem;
  height: 1rem;
  color: white;
  background-color: #e8000e;
}
.btm[data-v-6c694d28] {
  background-color: #d9d9d9;
}
.CFselection-jury-addgood #list-search-box[data-v-6c694d28] {
  width: 100%;
}
.CFselection-jury-addgood #list-search-box .list-search-box[data-v-6c694d28] {
  margin: 0 auto;
  padding: 0.266667rem 0.4rem;
  border-bottom: 0.026667rem solid #c9c9c9;
  font-size: 16 px;
  line-height: 0.666667rem;
  position: relative;
}
.CFselection-jury-addgood #list-search-box .list-search-box p[data-v-6c694d28] {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.CFselection-jury-addgood #list-search-box .list-search-box p span[data-v-6c694d28] {
  font-size: 0.373333rem;
}
.CFselection-jury-addgood #list-search-box .list-search-box .btn[data-v-6c694d28] {
  width: 2.4rem;
  height: 0.8rem;
  font-size: 0.373333rem;
  display: table-cell;
  vertical-align: middle;
  background-color: #e8000e;
  color: #fff;
  border-radius: 0.106667rem;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.CFselection-jury-votedetail .votedetail[data-v-7d92380d] {
  margin: 0.133333rem auto;
}
.CFselection-jury-votedetail .votedetail .detail-text[data-v-7d92380d] {
  margin-top: 0.266667rem;
  font-size: 0.373333rem;
  font-weight: 400;
  line-height: 0.933333rem;
  padding-left: 0.266667rem;
}
.CFselection-jury-votedetail .votedetail .count[data-v-7d92380d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.6rem;
  padding: 0 0.4rem;
}
.CFselection-jury-votedetail .votedetail .votedetail-btn[data-v-7d92380d] {
  padding: 0 0.666667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.933333rem;
}
.CFselection-jury-votedetail .votedetail .votedetail-btn button[data-v-7d92380d] {
  width: 2.533333rem;
  height: 0.853333rem;
  border-radius: 0.053333rem;
  color: #fff;
  background-color: #e8000e;
}
.CFselection-jury-votedetail .common_common[data-v-7d92380d] {
  margin: 0 0.4rem;
}
.CFselection-jury-votedetail .common_titiles[data-v-7d92380d] {
  margin-top: 0.4rem;
}
#CFSelectionJuryUpdateAmountList p[data-v-3c382b98] {
  border-bottom: 0.026667rem solid #d9d9d9;
  text-indent: 0.666667rem;
  line-height: 0.933333rem;
  font-size: 0.426667rem;
  padding: 0.266667rem 0.4rem;
  padding-right: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#CFSelectionJuryUpdateAmountList .icon-fanhui[data-v-3c382b98] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  text-align: center;
  font-size: 0.533333rem;
  font-weight: 500;
}
.selection_footer[data-v-11adbad0] {
  background-color: white;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  width: 100%;
  bottom: 0;
  left: 0;
}
.qr[data-v-11adbad0] {
  width: 3rem;
  height: 0.8rem;
  margin: auto;
  border-radius: 0.1rem;
  background-color: #e8000e;
  color: #fff;
}
.classify[data-v-11adbad0] {
  height: 0.666667rem;
  color: #bcbcbc;
  font-size: 0.24rem;
  border: 0.026667rem solid #111111;
  background-color: #fff;
  margin: 0.4rem 0.133333rem;
}
.classify option[data-v-11adbad0] {
  width: 100%;
  height: 1.733333rem;
}
.common-search1[data-v-11adbad0] {
  top: 3.2rem;
  padding: 0.4rem;
}
.common-search2[data-v-11adbad0] {
  top: 5.2rem;
  padding: 0 0.4rem 0.4rem;
  z-index: 99;
}
.CFselection-last-list #list-search-box[data-v-11adbad0] {
  width: 100%;
  overflow-y: scroll;
  padding: 0 0.4rem 2rem;
}
.CFselection-last-list #list-search-box .list-search-box[data-v-11adbad0] {
  margin: 0 auto;
  padding: 0.266667rem 0.053333rem;
  border-bottom: 0.026667rem solid #c9c9c9;
  font-size: 0.373333rem;
  line-height: 0.666667rem;
  position: relative;
}
.CFselection-last-list #list-search-box .list-search-box p[data-v-11adbad0] {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.CFselection-last-list #list-search-box .list-search-box .btn[data-v-11adbad0] {
  width: 1.866667rem;
  height: 0.666667rem;
  font-size: 0.373333rem;
  display: table-cell;
  vertical-align: middle;
  background-color: #e8000e;
  color: #fff;
  border-radius: 0.106667rem;
  position: absolute;
  right: 0.133333rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.CFselection-last-list .choose[data-v-11adbad0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.106667rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.426667rem;
  width: 8.533333rem;
  height: 6.666667rem;
  background-color: #fff;
  margin: 6.666667rem auto;
}
.CFselection-last-list .choose div[data-v-11adbad0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border-bottom: 0.026667rem solid #d9d9d9;
  text-align: center;
  line-height: 1rem;
  height: 1rem;
}
input[node-type="jsbridge"][data-v-9fbc26d6] {
  visibility: hidden;
}
.qr[data-v-9fbc26d6] {
  display: block;
  width: 4rem;
  height: 1rem;
  border-radius: 0.213333rem;
  background-color: #e8000e;
  color: #fff;
  margin: 1.6rem auto;
  margin-top: calc((100vh - 2rem) / 2);
}
.classify[data-v-9fbc26d6] {
  width: 19.466667rem;
  height: 1.333333rem;
  color: #bcbcbc;
  font-size: 0.24rem;
  border: 0.026667rem solid #111111;
  background-color: #fff;
  margin: 0.8rem 0.266667rem;
}
.classify option[data-v-9fbc26d6] {
  width: 100%;
  height: 3.466667rem;
}
.CFselection-last-ok .detail[data-v-d371f960] {
  width: 19.6rem;
  margin: 0.266667rem auto;
}
.CFselection-last-ok .detail .detail-text[data-v-d371f960] {
  margin-top: 0.533333rem;
  font-size: 0.746667rem;
  font-weight: 400;
  line-height: 1.066667rem;
}
.choose[data-v-d371f960] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.213333rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  width: 17.066667rem;
  height: 13.333333rem;
  background-color: #fff;
  margin: 13.333333rem auto;
}
.choose div[data-v-d371f960] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border-bottom: 0.026667rem solid #d9d9d9;
  text-align: center;
  line-height: 2.666667rem;
}
#CFSelectionLastGrade .box[data-v-1ff09339] {
  padding: 0.266667rem 0.213333rem;
}
#CFSelectionLastGrade .handle[data-v-1ff09339] {
  width: 50%;
  height: 2rem;
  display: table;
  margin: 2rem auto auto;
  text-align: center;
}
#CFSelectionLastGrade .handle span[data-v-1ff09339] {
  display: table-cell;
  vertical-align: middle;
  color: #e8000e;
}
#CFSelectionLastGrade .awards[data-v-1ff09339] {
  background-color: #fff;
  margin: 4rem 0.8rem;
}
#CFSelectionLastGrade .awards .awards-title[data-v-1ff09339] {
  height: 1.333333rem;
  line-height: 1.333333rem;
  font-size: 0.426667rem;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  border-bottom: 0.026667rem solid #d9d9d9;
}
#CFSelectionLastGrade .awards .awards-ok[data-v-1ff09339] {
  width: 100%;
  height: 1.6rem;
  border-top: 0.026667rem solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#CFSelectionLastGrade .awards .awards-ok button[data-v-1ff09339] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
}
#CFSelectionLastGrade .awards_btn[data-v-1ff09339] {
  color: white;
  background-color: red;
  width: 2rem;
  float: left;
}
#CFSelectionLastGrade .awards_btn[data-v-1ff09339]:nth-child(2) {
  float: right;
}
.mask[data-v-1ff09339] {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: fixed;
  z-index: 1001;
  background-color: #fff;
}
.mask .comment-popout[data-v-1ff09339] {
  width: 8.533333rem;
  height: 4.88rem;
  padding: 0.266667rem;
  margin: 2.666667rem auto;
  border-radius: 0.08rem;
  background-color: #fff;
  -webkit-box-shadow: 0.08rem 0.133333rem 0.533333rem #333333;
          box-shadow: 0.08rem 0.133333rem 0.533333rem #333333;
}
.mask .comment-popout h3[data-v-1ff09339] {
  font-weight: 650;
  line-height: 0.933333rem;
}
.mask .comment-popout .popout-text[data-v-1ff09339] {
  width: 100%;
  height: 2.4rem;
  border: 0.026667rem solid #b9b9b9;
}
.mask .comment-popout .comment-btn[data-v-1ff09339] {
  width: 100%;
  height: 0.8rem;
  text-align: center;
  line-height: 0.8rem;
  color: #fff;
  background-color: #e8000e;
  border-radius: 0.133333rem;
  margin-top: 0.266667rem;
}
.turnback[data-v-9c4b6740] {
  position: fixed;
  left: 0.533333rem;
  top: 0.8rem;
  z-index: 99999;
  height: 0.8rem;
  width: 0.8rem;
  line-height: 0.8rem;
  font-size: 1.066667rem;
}/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
img,
embed,
object,
audio {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}

body {
  /* font-family: Roboto, Helvetica,Arial,sans-serif; */
  -webkit-font-smoothing: antialiased;
}

.app__layout {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.app__header {
  width: 100%;
  height: 1.493333rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.app__header-icon {
  width: 0.933333rem;
  height: 0.933333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0.533333rem;
  top: 0.533333rem;
}

.app__header-icon:active {
  opacity: 0.8;
}

.app__header-title {
  margin-left: 0.133333rem;
  font-size: 0.506667rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.app__layout-content {
  height: inherit;
  /*margin-top: 56px;*/
}

.custom-menu-icon {
  font-size: 0.746667rem;
  line-height: 1.253333rem;
}

.custom-title,
.custom-menu-icon {
  color: #fff;
}

.custom-btn {
  position: fixed;
  right: 0.693333rem;
  bottom: 0.693333rem;
  background: #448aff;
  border-radius: 50%;
  border: none;
  width: 1.493333rem;
  height: 1.493333rem;
  outline: none;
  -webkit-box-shadow: 0 0.053333rem 0.053333rem 0 rgba(0, 0, 0, .14), 0 0.08rem 0.026667rem -0.053333rem rgba(0, 0, 0, .2), 0 0.026667rem 0.133333rem 0 rgba(0, 0, 0, .12);
          box-shadow: 0 0.053333rem 0.053333rem 0 rgba(0, 0, 0, .14), 0 0.08rem 0.026667rem -0.053333rem rgba(0, 0, 0, .2), 0 0.026667rem 0.133333rem 0 rgba(0, 0, 0, .12);
  z-index: 9999;
}

.custom-btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-msg {
  text-align: center;
  width: 90%;
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 0.426667rem;
}

.custom-fab-icon {
  color: #fff;
  font-size: 0.8rem;
  margin-top: 0.053333rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

video {
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
}

#list li {
  list-style-type: none;
  text-decoration: underline;
  color: #00F;
}

.custom-copy-btn {
  opacity: 0;
}

.hide {
  display: none;
}

@-webkit-keyframes scanner {
  0% {
    bottom: 100%;
  }

  50% {
    bottom: 0%;
  }

  100% {
    bottom: 100%;
  }
}

@keyframes scanner {
  0% {
    bottom: 100%;
  }

  50% {
    bottom: 0%;
  }

  100% {
    bottom: 100%;
  }
}

.custom-scanner {
  width: 100%;
  height: 0.053333rem;
  background: #4CAF50;
  position: absolute;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-animation: scanner 3s infinite linear;
  animation: scanner 3s infinite linear;
  -webkit-box-shadow: 0 0.026667rem 0 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0.026667rem 0 0 rgba(0, 0, 0, 0.4);
  display: none;
}

#camera {
  opacity: 0;
}

.no-support {
  font-size: 0.533333rem;
  text-align: center;
}

.app__snackbar {
  position: fixed;
  bottom: 0.4rem;
  left: 0.533333rem;
  pointer-events: none;
  z-index: 9999;
}

.app__snackbar-msg {
  width: 6.666667rem;
  min-height: 1.333333rem;
  background-color: #404040;
  color: #fff;
  border-radius: 0.08rem;
  -webkit-box-shadow: 0 0 0.053333rem rgba(0, 0, 0, .12), 0 0.053333rem 0.106667rem rgba(0, 0, 0, .24);
          box-shadow: 0 0 0.053333rem rgba(0, 0, 0, .12), 0 0.053333rem 0.106667rem rgba(0, 0, 0, .24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.373333rem;
  font-weight: 500;
  padding-left: 0.4rem;
  padding-right: 0.266667rem;
  word-break: break-all;
  -webkit-transition: opacity 3s cubic-bezier(0, 0, 0.30, 1) 0;
  -webkit-transition: opacity 0.30s cubic-bezier(0, 0, 0.30, 1) 0;
  transition: opacity 0.30s cubic-bezier(0, 0, 0.30, 1) 0;
  text-transform: initial;
  margin-bottom: 0.266667rem;
  z-index: 9999;
}

.app__snackbar--hide {
  opacity: 0;
}

.app__dialog {
  z-index: 12;
  background-color: #fff;
  width: 7.733333rem;
  height: 4.8rem;
  border-radius: 0.053333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-box-shadow: 0 0.24rem 1.226667rem 0.213333rem rgba(0, 0, 0, .14), 0 0.293333rem 0.4rem -0.186667rem rgba(0, 0, 0, .12), 0 0.64rem 1.013333rem 0.08rem rgba(0, 0, 0, .2);
          box-shadow: 0 0.24rem 1.226667rem 0.213333rem rgba(0, 0, 0, .14), 0 0.293333rem 0.4rem -0.186667rem rgba(0, 0, 0, .12), 0 0.64rem 1.013333rem 0.08rem rgba(0, 0, 0, .2);
}

.app__dialog h5 {
  margin-top: 0.533333rem;
  margin-left: 0.48rem;
  font-weight: 500;
}

.app__dialog input {
  width: 6.666667rem;
  margin: 0.533333rem;
  height: 0.8rem;
  border: none;
  border-bottom: 0.026667rem solid rgba(0, 0, 0, .12);
  outline: none;
  font-size: 0.4rem;
  margin-top: 0.666667rem;
  color: rgba(0, 0, 0, .54);
  font-weight: 500;
}

.app__dialog-actions {
  display: block;
  position: absolute;
  bottom: 0.346667rem;
  right: 0.533333rem;
}

.app__dialog-open,
.app__dialog-close {
  border: 0;
  height: 0.933333rem;
  width: 1.866667rem;
  font-size: 0.426667rem;
  background: transparent;
  font-weight: 500;
  outline: none;
  cursor: pointer;
}

.app__dialog-open {
  display: none;
}

.app__dialog-open:active,
.app__dialog-close:active {
  opacity: 0.9;
}

.app__dialog--hide {
  display: none;
}

.app__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  width: 8.533333rem;
  height: 8.533333rem;
  margin: auto;
}

.app__overlay-left,
.app__overlay-right {
  width: 1.386667rem;
  height: 9.066667rem;
  background: #7f7f7f;
}

.app__overlay-left {
  margin-left: -1.52rem;
  margin-top: -0.266667rem;
}

.app__overlay-right {
  margin-right: -1.52rem;
  margin-top: -9.066667rem;
  float: right;
}

.app__overlay {
  border: 0;
}

.app__help-text,
.app__select-photos {
  color: #fff;
  position: absolute;
  bottom: -1.866667rem;
  font-size: 0.48rem;
  right: 0;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.app__help-text {
  display: none;
  left: 0;
}

.app__dialog-overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 11;
}

.camera__icon,
.focus__icon {
  position: relative;
  left: 0.266667rem;
  display: none;
}

.app__select-photos {
  width: 1.546667rem;
  height: 1.546667rem;
  cursor: pointer;
  position: fixed;
  bottom: 0.533333rem;
  right: 0.533333rem;
  border-radius: 50%;
  background-color: #3F51B5;
  background-image: url("/mwb/static/images/photo-camera.svg");
  background-repeat: no-repeat;
  background-size: 0.693333rem;
  background-position: 0.426667rem 0.4rem;
}

.app__select-photos:active {
  opacity: 0.8;
}

input[type='file'] {
  display: none;
}

#frame {
  width: auto;
  height: auto;
}
.cf_details[data-v-01a80b03] {
  padding-bottom: 1.6rem;
}
.footers[data-v-01a80b03] {
  width: 100%;
  height: 1.333333rem;
  font-weight: 650;
  font-style: normal;
  color: #ffffff;
  font-size: 0.373333rem;
  display: table;
  text-align: center;
  position: fixed;
  bottom: 0;
}
.footers > div[data-v-01a80b03] {
  width: 1.333333rem;
  height: 1.333333rem;
  background-color: #e8000e;
  display: table-cell;
  vertical-align: middle;
}
.footers div[data-v-01a80b03]:nth-child(2) {
  border-left: 0.026667rem solid white;
}
.footers .sureSubmit2[data-v-01a80b03] {
  background-color: #5e5353;
}
.CFselection-worker-content .detail[data-v-01a80b03] {
  margin: 0.266667rem auto;
}
.CFselection-worker-content .detail .detail-text[data-v-01a80b03] {
  padding: 0 0.4rem;
  margin-top: 0.533333rem;
  font-size: 0.373333rem;
  font-weight: 400;
  line-height: 0.8rem;
}
.CFselection-worker-content .popoutOK[data-v-01a80b03] {
  width: 7.333333rem;
  height: 2.933333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.08rem;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.CFselection-worker-content .popoutOK .popoutOK1[data-v-01a80b03] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 0.026667rem solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.373333rem;
}
.CFselection-worker-content .popoutOK .popoutOK2[data-v-01a80b03] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.426667rem;
  color: #e8000e;
}
.common_right[data-v-da424c20] {
  float: right;
  margin-right: 0.4rem;
}
.commonListIcon_empty[data-v-050214c6] {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
}
.commonListIcon_li[data-v-050214c6] {
  border-bottom: 0.026667rem solid #ccc;
  padding: 0.4rem 0.4rem;
  font-size: 0.5rem;
  font-weight: 500;
  color: black;
}
.icon-fanhui[data-v-050214c6] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
  float: right;
  font-size: 0.5rem;
}
.mint-popup.login-popup[data-v-02dd16ac] {
  width: 90%;
  border-radius: 10%;
}
.filter-popup.mint-popup-top[data-v-02dd16ac] {
  width: 100%;
  border-radius: 0 0 0.8rem 0.8rem;
}
.cf-vote .common-more[data-v-02dd16ac] {
  margin-top: 0;
}
.award-item[data-v-02dd16ac] {
  width: 100%;
  height: 1.333333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.133333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  position: relative;
}
.award-item .product-tag[data-v-02dd16ac] {
  width: 30%;
  height: 0.8rem;
  position: absolute;
  top: 0;
  right: 0;
}
.award-item .product-tag img[data-v-02dd16ac] {
  width: 100%;
}
.award-item .award-img[data-v-02dd16ac] {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.133333rem;
}
.award-item .award-img img[data-v-02dd16ac] {
  width: 100%;
}
.award-item .content-right[data-v-02dd16ac] {
  margin-left: 0.133333rem;
}
.award-item .award-name[data-v-02dd16ac] {
  font-size: 0.32rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cf-vote[data-v-02dd16ac] {
  background-color: #f5f5f5;
  min-height: 100vh;
}
.action-bar[data-v-02dd16ac] {
  position: fixed;
  top: 1.333333rem;
  left: 0;
  right: 0;
  height: 1.333333rem;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.4rem;
  -webkit-box-shadow: 0 0.053333rem 0.213333rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.053333rem 0.213333rem rgba(0, 0, 0, 0.1);
  z-index: 1998;
}
.action-bar .action-left .search-btn[data-v-02dd16ac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border: none;
  border-radius: 0.533333rem;
  font-size: 0.533333rem;
  color: #666;
}
.action-bar .action-left .search-btn i[data-v-02dd16ac] {
  margin-right: 0.133333rem;
  font-size: 0.746667rem;
}
.action-bar .action-right .login-text[data-v-02dd16ac] {
  color: #e8000e;
  font-size: 0.373333rem;
  cursor: pointer;
}
.action-bar .action-right .user-name[data-v-02dd16ac] {
  color: #333;
  font-size: 0.373333rem;
}
.filter-popup .filter-content[data-v-02dd16ac] {
  background: white;
  min-height: 8rem;
}
.filter-popup .filter-content .filter-header[data-v-02dd16ac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.4rem 0.533333rem;
  border-bottom: 0.026667rem solid #e8e8e8;
}
.filter-popup .filter-content .filter-header .filter-title[data-v-02dd16ac] {
  font-size: 0.426667rem;
  font-weight: bold;
  color: #333;
}
.filter-popup .filter-content .filter-header .close-btn[data-v-02dd16ac] {
  background: none;
  border: none;
  font-size: 0.48rem;
  color: #666;
}
.filter-popup .filter-content .filter-body[data-v-02dd16ac] {
  padding: 0.533333rem;
}
.filter-popup .filter-content .filter-body .filter-item[data-v-02dd16ac] {
  margin-bottom: 0.533333rem;
}
.filter-popup .filter-content .filter-body .filter-item .filter-label[data-v-02dd16ac] {
  padding-bottom: 0.133333rem;
  font-size: 0.373333rem;
  color: #333;
}
.filter-popup .filter-content .filter-body .filter-item .filter-input[data-v-02dd16ac] {
  width: 100%;
  height: 1.066667rem;
  padding: 0 0.4rem;
  border: 0.026667rem solid #ddd;
  border-radius: 0.106667rem;
  font-size: 0.373333rem;
}
.filter-popup .filter-content .filter-body .filter-item .filter-input[data-v-02dd16ac]::-webkit-input-placeholder {
  color: #999;
}
.filter-popup .filter-content .filter-body .filter-item .filter-input[data-v-02dd16ac]::-ms-input-placeholder {
  color: #999;
}
.filter-popup .filter-content .filter-body .filter-item .filter-input[data-v-02dd16ac]::placeholder {
  color: #999;
}
.filter-popup .filter-content .filter-footer[data-v-02dd16ac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.533333rem;
  gap: 0.4rem;
}
.filter-popup .filter-content .filter-footer .reset-btn[data-v-02dd16ac],
.filter-popup .filter-content .filter-footer .confirm-btn[data-v-02dd16ac] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1.173333rem;
  border: none;
  border-radius: 0.106667rem;
  font-size: 0.426667rem;
  font-weight: bold;
}
.filter-popup .filter-content .filter-footer .reset-btn[data-v-02dd16ac] {
  background: #f5f5f5;
  color: #666;
}
.filter-popup .filter-content .filter-footer .confirm-btn[data-v-02dd16ac] {
  background: #e8000e;
  color: white;
}
.product-grid[data-v-02dd16ac] {
  margin-top: 1.866667rem;
  padding: 0 0.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
.product-card[data-v-02dd16ac] {
  background: white;
  border-radius: 0.213333rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.053333rem 0.213333rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.053333rem 0.213333rem rgba(0, 0, 0, 0.1);
  max-height: 10.666667rem;
}
.product-card .product-image[data-v-02dd16ac] {
  position: relative;
  height: 4rem;
  overflow: hidden;
}
.product-card .product-image img[data-v-02dd16ac] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card .product-info[data-v-02dd16ac] {
  padding: 0.32rem;
}
.product-card .product-info .product-title[data-v-02dd16ac],
.product-card .product-info .company-name[data-v-02dd16ac],
.product-card .product-info .designer-name[data-v-02dd16ac] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}
.product-card .product-info .product-title[data-v-02dd16ac] {
  font-size: 0.373333rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 0.213333rem 0;
}
.product-card .product-info .company-name[data-v-02dd16ac] {
  font-size: 0.32rem;
  color: #666;
  margin: 0;
}
.product-card .product-info .designer-name[data-v-02dd16ac] {
  font-size: 0.32rem;
  color: #666;
  margin: 0;
}
.product-card .vote-section[data-v-02dd16ac] {
  padding: 0 0.533333rem 0.32rem;
}
.product-card .vote-section .vote-btn[data-v-02dd16ac] {
  width: 100%;
  height: 0.96rem;
  border: none;
  border-radius: 0.48rem;
  font-size: 0.373333rem;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-card .vote-section .vote-btn.not-voted[data-v-02dd16ac] {
  background: #e8000e;
  color: white;
}
.product-card .vote-section .vote-btn.not-voted[data-v-02dd16ac]:active {
  background: #c7000c;
}
.product-card .vote-section .vote-btn.voted[data-v-02dd16ac] {
  background: #f0f0f0;
  color: #999;
}
.product-card .vote-section .vote-btn.voted[data-v-02dd16ac]:active {
  background: #e0e0e0;
}
.productCategory[data-v-02dd16ac] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.213333rem;
}
.login-popup .login-content[data-v-02dd16ac] {
  background: white;
  border-radius: 0.533333rem;
  width: 90%;
  margin: 0 auto;
}
.login-popup .login-content .login-header[data-v-02dd16ac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.533333rem;
  border-bottom: 0.026667rem solid #e8e8e8;
}
.login-popup .login-content .login-header .login-title[data-v-02dd16ac] {
  font-size: 0.48rem;
  font-weight: bold;
  color: #333;
}
.login-popup .login-content .login-header .close-btn[data-v-02dd16ac] {
  background: none;
  border: none;
  font-size: 0.48rem;
  color: #666;
}
.login-popup .login-content .login-body[data-v-02dd16ac] {
  padding: 0.8rem 0.533333rem;
}
.login-popup .login-content .login-body .input-item .input-label[data-v-02dd16ac] {
  display: block;
  font-size: 0.373333rem;
  color: #333;
  margin-bottom: 0.266667rem;
}
.login-popup .login-content .login-body .input-item .badge-input[data-v-02dd16ac] {
  width: 100%;
  height: 1.173333rem;
  padding: 0 0.4rem;
  border: 0.026667rem solid #ddd;
  border-radius: 0.106667rem;
  font-size: 0.426667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-popup .login-content .login-body .input-item .badge-input[data-v-02dd16ac]::-webkit-input-placeholder {
  color: #999;
}
.login-popup .login-content .login-body .input-item .badge-input[data-v-02dd16ac]::-ms-input-placeholder {
  color: #999;
}
.login-popup .login-content .login-body .input-item .badge-input[data-v-02dd16ac]::placeholder {
  color: #999;
}
.login-popup .login-content .login-body .input-item .badge-input[data-v-02dd16ac]:focus {
  border-color: #e8000e;
  outline: none;
}
.login-popup .login-content .login-footer[data-v-02dd16ac] {
  padding: 0 0.533333rem 0.533333rem;
}
.login-popup .login-content .login-footer .login-confirm-btn[data-v-02dd16ac] {
  width: 100%;
  height: 1.173333rem;
  background: #e8000e;
  color: white;
  border: none;
  border-radius: 0.106667rem;
  font-size: 0.426667rem;
  font-weight: bold;
}
.login-popup .login-content .login-footer .login-confirm-btn[data-v-02dd16ac]:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.login-popup .login-content .login-footer .login-confirm-btn[data-v-02dd16ac]:not(:disabled):active {
  background: #c7000c;
}
.logout-popup[data-v-02dd16ac] {
  width: 90%;
  border-radius: 0.533333rem;
}
.logout-popup .logout-content[data-v-02dd16ac] {
  background: white;
  border-radius: 0.533333rem;
  width: 90%;
  margin: 0 auto;
}
.logout-popup .logout-content .logout-header[data-v-02dd16ac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.533333rem;
  border-bottom: 0.026667rem solid #e8e8e8;
}
.logout-popup .logout-content .logout-header .logout-title[data-v-02dd16ac] {
  font-size: 0.48rem;
  font-weight: bold;
  color: #333;
}
.logout-popup .logout-content .logout-header .close-btn[data-v-02dd16ac] {
  background: none;
  border: none;
  font-size: 0.48rem;
  color: #666;
}
.logout-popup .logout-content .logout-body[data-v-02dd16ac] {
  padding: 0.8rem 0.533333rem;
  text-align: center;
}
.logout-popup .logout-content .logout-footer[data-v-02dd16ac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.533333rem;
}
.logout-popup .logout-content .logout-footer .cancel-btn[data-v-02dd16ac],
.logout-popup .logout-content .logout-footer .logout-confirm-btn[data-v-02dd16ac] {
  width: 48%;
  height: 1.173333rem;
  border: none;
  border-radius: 0.106667rem;
  font-size: 0.426667rem;
  font-weight: bold;
}
.logout-popup .logout-content .logout-footer .cancel-btn[data-v-02dd16ac] {
  background: #f5f5f5;
  color: #333;
}
.logout-popup .logout-content .logout-footer .logout-confirm-btn[data-v-02dd16ac] {
  background: #e8000e;
  color: white;
}
.detail-popup[data-v-02dd16ac] {
  width: 100%;
}
.detail-popup .detail-content[data-v-02dd16ac] {
  height: 100vh;
  width: 100%;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.detail-popup .detail-content .detail-header[data-v-02dd16ac] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.detail-popup .detail-content .detail-body[data-v-02dd16ac] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding-bottom: 2.133333rem;
}
.detail-popup .detail-content .detail-body .detail-swiper[data-v-02dd16ac] {
  height: 8rem;
  background: #f5f5f5;
}
.detail-popup .detail-content .detail-body .detail-swiper .detail-image[data-v-02dd16ac] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-popup .detail-content .detail-body .detail-info[data-v-02dd16ac] {
  padding: 0.533333rem;
}
.detail-popup .detail-content .detail-body .detail-info .info-item[data-v-02dd16ac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.detail-popup .detail-content .detail-body .detail-info .info-item .info-label[data-v-02dd16ac] {
  width: 2.133333rem;
  font-size: 0.373333rem;
  color: #666;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.detail-popup .detail-content .detail-body .detail-info .info-item .info-value[data-v-02dd16ac] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.373333rem;
  color: #333;
  line-height: 1.4;
}
.detail-popup .detail-content .detail-body .detail-info .info-item .info-value.vote-count[data-v-02dd16ac] {
  color: #e8000e;
  font-weight: bold;
}
.detail-popup .detail-content .detail-footer[data-v-02dd16ac] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.533333rem;
  background: white;
  border-top: 0.026667rem solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
.detail-popup .detail-content .detail-footer .vote-btn[data-v-02dd16ac],
.detail-popup .detail-content .detail-footer .back-btn[data-v-02dd16ac] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1.173333rem;
  border: none;
  border-radius: 0.106667rem;
  font-size: 0.426667rem;
  font-weight: bold;
}
.detail-popup .detail-content .detail-footer .vote-btn.voted[data-v-02dd16ac] {
  background: #ccc;
  color: #666;
}
.detail-popup .detail-content .detail-footer .vote-btn.not-voted[data-v-02dd16ac] {
  background: #e8000e;
  color: white;
}
.detail-popup .detail-content .detail-footer .back-btn[data-v-02dd16ac] {
  background: #f5f5f5;
  color: #333;
}
.cf-vote .header .right {
  width: 1.333333rem !important;
}
.cf-vote .header .right_one {
  width: 1.6rem !important;
  min-width: 0 !important;
  height: 0.586667rem !important;
  line-height: 0.586667rem !important;
  border: 0.026667rem solid #fff !important;
  font-size: 0.32rem !important;
}
#app {
  height: 100%;
}
.commonListOne .empty {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
}
.commonListOne_details {
  padding: 0 0.4rem;
  height: calc(100vh - 3.2rem);
  overflow-y: auto;
}
.commonListOne_details ul {
  padding-bottom: 1rem;
}
.commonListOne_details ul > li {
  overflow: hidden;
  border-bottom: solid #ccc 0.026667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem;
}
.commonListOne_details ul > li div {
  float: left;
  width: 75%;
}
.commonListOne_details ul > li div p {
  width: 100%;
  height: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.commonListOne_details ul > li div p span {
  display: inline-block;
  height: 0.6rem;
  line-height: 0.6rem;
}
.commonListOne_details ul > li div p span:first-child {
  display: inline-block;
}
.commonListOne_details ul > li div p span:last-child {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.commonListOne .common_btn1 {
  width: 2.133333rem;
  height: 0.8rem;
  font-size: 0.373333rem;
}
.body[data-v-4f11c82a] {
  padding: 0 0.4rem;
}
.body .submit[data-v-4f11c82a] {
  width: 80%;
  margin: 1rem 10%;
  height: 1rem;
  line-height: 1rem;
}
.body .details img[data-v-4f11c82a] {
  width: 100%;
  height: 5rem;
}
.body .details img[data-v-4f11c82a]:nth-last-child(1) {
  margin-bottom: 1.5rem;
}
.body .details span[data-v-4f11c82a] {
  clear: both;
  padding: 0.2rem 0;
  display: block;
}
.certificateInvalid_btn {
  margin: auto;
  width: 2.133333rem;
  font-size: 0.373333rem;
  height: 0.8rem;
}
.certificateInvalid_details {
  padding: 0 0.4rem;
  height: calc(100vh - 3.2rem);
  overflow-y: auto;
}
.certificateInvalid_details ul {
  padding: 0.2rem 0 1rem 0;
}
.certificateInvalid_details ul > li {
  overflow: hidden;
  border-bottom: solid #ccc 0.026667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem;
}
.certificateInvalid_details ul > li div {
  float: left;
  width: 75%;
}
.certificateInvalid_details ul > li div p {
  width: 100%;
  height: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.certificateInvalid_details ul > li div p span {
  display: inline-block;
  height: 0.6rem;
  line-height: 0.6rem;
}
.certificateInvalid_details ul > li div p span:first-child {
  display: inline-block;
}
.certificateInvalid_details ul > li div p span:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.certificateInvalid_btn {
  margin: auto;
  width: 2rem;
  height: 0.8rem;
  line-height: 0.8rem;
}
.body[data-v-77111b49] {
  padding: 0 0.4rem;
}
.body h3[data-v-77111b49] {
  font-weight: bold;
  margin-top: 0.4rem;
  border-bottom: solid 0.026667rem #ccc;
}
.body div span[data-v-77111b49]:nth-child(1) {
  color: red;
}
.body div span[data-v-77111b49] {
  display: inline-block;
  padding: 0.2rem 0;
}
.body div textarea[data-v-77111b49] {
  width: 100%;
  border: 0.026667rem solid #ccc;
  line-height: 0.6rem;
}
.body .submit[data-v-77111b49] {
  width: 80%;
  margin: 1rem 10%;
  height: 1rem;
  line-height: 1rem;
}
.body .details img[data-v-77111b49] {
  width: 100%;
  height: 5rem;
}
.body .details img[data-v-77111b49]:nth-last-child(1) {
  margin-bottom: 1.5rem;
}
.body .details span[data-v-77111b49] {
  clear: both;
  padding: 0.2rem 0;
  display: block;
}
.workOrderList .currentbtn[data-v-17c90fa4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.workOrderList_btn[data-v-17c90fa4] {
  padding: 0 0.5rem;
  height: 0.8rem;
  font-size: 0.373333rem;
}
.workOrderDetail_content[data-v-02c69fc8] {
  padding: 0.4rem;
}
.workOrderDetail_btn[data-v-02c69fc8] {
  width: 100%;
  height: 1rem;
  margin: 1rem 0;
}
.workOrderDetail_btns[data-v-02c69fc8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 1rem 0;
}
.workOrderDetail_btn1[data-v-02c69fc8] {
  height: 0.8rem;
  width: 2.133333rem;
  font-size: 0.373333rem;
  color: white;
  background-color: #e8000e;
}
.workOrderDetail_btns2[data-v-02c69fc8] {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common-more[data-v-729e88aa] {
  margin-top: 2.133333rem;
}
.commonList[data-v-729e88aa] {
  width: 100%;
}
.feedback_btn[data-v-729e88aa] {
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.32rem;
  background: #0033ff;
  color: #fff;
  width: 2.4rem;
}
.foot[data-v-729e88aa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 2.4rem;
}
.receiverList[data-v-01c8460c] {
  font-size: 0.373333rem;
}
.receiverList .receiverList_main[data-v-01c8460c] {
  margin: 0.533333rem 0.8rem;
}
.receiverList ul > li[data-v-01c8460c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.receiverList ul > li span[data-v-01c8460c] {
  display: block;
  line-height: 0.8rem;
  width: 2.666667rem;
  text-align: right;
  margin: 0.16rem 0.266667rem;
}
.receiverList ul > li .returnInfo_content_div1[data-v-01c8460c] {
  width: 45%;
  padding-left: 0.3rem;
  min-height: 0.666667rem;
  margin: 0.266667rem 0;
}
.receiverList ul > li .returnInfo_content_div1 input[data-v-01c8460c] {
  width: 100%;
}
.receiverList .cashDetail_footer[data-v-01c8460c] {
  width: 100%;
  height: 2rem;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.receiverList .cashDetail_btns[data-v-01c8460c] {
  width: 30%;
  margin: 0.266667rem 0.533333rem;
  height: 1rem;
}
.select-item[data-v-5965e399] {
  height: 0.666667rem;
}
.select-item div[data-v-5965e399] {
  height: 100% !important;
}
.select-item div div[data-v-5965e399] {
  height: 100% !important;
}
.item[data-v-5965e399] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.receiverList[data-v-5965e399] {
  font-size: 0.373333rem;
}
.receiverList .receiverList_main[data-v-5965e399] {
  margin: 0.533333rem 0.053333rem;
}
.receiverList ul > li[data-v-5965e399] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.receiverList ul > li span[data-v-5965e399] {
  display: block;
  line-height: 0.8rem;
  width: 2.666667rem;
  text-align: right;
  margin: 0.16rem 0.106667rem;
}
.receiverList ul > li .currentSelect[data-v-5965e399] {
  border: 0.026667rem solid #ccc;
  width: 60%;
}
.receiverList ul > li .currentSelect .options[data-v-5965e399] {
  width: 100%;
}
.receiverList ul > li .returnInfo_content_div1[data-v-5965e399] {
  line-height: 0.8rem;
  margin: 0.16rem 0.106667rem;
  width: 64%;
  padding-left: 0.1rem;
}
.receiverList .cashDetail_footer[data-v-5965e399] {
  width: 100%;
  height: 2rem;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.receiverList .cashDetail_btns[data-v-5965e399] {
  width: 30%;
  margin: 0.266667rem 0.533333rem;
  height: 1rem;
}
.select-item[data-v-42d0e478] {
  height: 0.666667rem;
}
.select-item div[data-v-42d0e478] {
  height: 100% !important;
}
.select-item div div[data-v-42d0e478] {
  height: 100% !important;
}
.item[data-v-42d0e478] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.receiverList[data-v-42d0e478] {
  font-size: 0.373333rem;
}
.receiverList .returnInfo_content[data-v-42d0e478] {
  margin: 0.533333rem 0.8rem;
}
.receiverList ul > li[data-v-42d0e478] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.receiverList ul > li span[data-v-42d0e478] {
  display: block;
  line-height: 0.8rem;
  width: 1.6rem;
  text-align: right;
  margin: 0.16rem 0.266667rem;
}
.receiverList ul > li .returnInfo_content_div1[data-v-42d0e478] {
  width: 45%;
  border: solid #ccc 0.026667rem;
  padding-left: 0.3rem;
  height: 0.666667rem;
  margin: 0.266667rem 0;
}
.receiverList ul > li .returnInfo_content_div1 input[data-v-42d0e478] {
  width: 100%;
}
.receiverList .cashDetail_footer[data-v-42d0e478] {
  width: 100%;
  height: 2rem;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.receiverList .cashDetail_btns[data-v-42d0e478] {
  width: 30%;
  margin: 0.266667rem 0.533333rem;
  height: 1rem;
}
.receiverList .textarea-box[data-v-42d0e478] {
  font-size: 0.373333rem;
  width: 70%;
  border: 0.026667rem solid #b9b9b9;
  margin-bottom: 0.133333rem;
  margin-top: 0.4rem;
}
.business_btn[data-v-1427240d] {
  font-size: 0.373333rem;
  height: 0.8rem;
}
.business_btn1[data-v-1427240d] {
  font-size: 0.373333rem;
  height: 0.8rem;
  color: white;
  background-color: #eaeaea;
  margin: auto;
}
.searchContent[data-v-1427240d] {
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.searchContent .searchData[data-v-1427240d] {
  width: 60%;
}
.receipt_search1[data-v-1427240d] {
  width: 100%;
  margin: 0.4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.receipt_search1 span[data-v-1427240d] {
  font-size: 0.48rem;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.receipt_search1_select[data-v-1427240d] {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.receipt_search2[data-v-1427240d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  bottom: 0.533333rem;
}
.receipt_search2[data-v-1427240d] .list-search {
  margin: 0.533333rem 0;
}
.receipt_search2[data-v-1427240d] .v-select {
  width: 40%;
}
.receipt_search2[data-v-1427240d] .v-select .dropdown-menu {
  min-width: 100% !important;
}
.receipt_search2 .receipt_select1[data-v-1427240d] {
  width: 60%;
}
.receipt_search2 .receipt_select1 .receipt_select2[data-v-1427240d] {
  width: 100%;
  margin: 0.533333rem 0;
}
.specailClass[data-v-1427240d] {
  margin-top: 4rem;
}
.business_btns[data-v-752f762c] {
  font-size: 0.373333rem;
  height: 0.8rem;
  color: white;
  background-color: #e8000e;
}
.business_btn1[data-v-752f762c] {
  font-size: 0.373333rem;
  height: 0.8rem;
  color: white;
  background-color: #eaeaea;
}
.construction_btn[data-v-752f762c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: auto;
  height: 3rem;
}
.constructionChoose_title[data-v-ad94c5cc] {
  padding: 0 0.4rem;
  border-bottom: solid #ccc 0.026667rem;
  height: 0.8rem;
  line-height: 0.8rem;
  margin-top: 0.266667rem;
}
.constructionChoose_details > li[data-v-ad94c5cc] {
  width: 100%;
  padding: 0.2rem 0.4rem;
  border-bottom: solid #ccc 0.026667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.constructionChoose_details > li div[data-v-ad94c5cc] {
  width: 1.5rem;
  float: left;
  margin: auto;
}
.constructionChoose_details > li div input[data-v-ad94c5cc] {
  margin-left: 0.5rem;
}
.constructionChoose_details > li label[data-v-ad94c5cc] {
  display: inline-block;
  width: calc(100vw - 2.3rem);
  line-height: 0.8rem;
}
.constructionChoose_details > li label p[data-v-ad94c5cc] {
  float: left;
  min-width: 50%;
}
.constructionChoose_btn[data-v-ad94c5cc] {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  position: fixed;
  bottom: 0;
}
.specialDoration[data-v-364e3b3c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.specialDoration .content[data-v-364e3b3c] {
  padding: 0 0.4rem;
}
.specialDoration .content .content_section[data-v-364e3b3c] {
  padding-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.specialDoration .content .content_titles[data-v-364e3b3c] {
  color: #333;
  font-weight: bold;
  font-size: 0.426667rem;
  padding: 0.133333rem 0;
}
.specialDoration .content .content_section1 .content_swipe1[data-v-364e3b3c] {
  height: 2.666667rem;
}
.specialDoration .content .content_section1 .content_swipe1 .banner_img[data-v-364e3b3c] {
  width: 100%;
  height: 100%;
}
.specialDoration .content .content_section1 .content_swipe1 .banner_img img[data-v-364e3b3c] {
  width: 100%;
  height: 100%;
}
.specialDoration .content .content_section1 .content_swipe2[data-v-364e3b3c] {
  margin-top: 0.266667rem;
}
.specialDoration .content .content_section1 .content_swipe2 ul[data-v-364e3b3c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}
.specialDoration .content .content_section1 .content_swipe2 ul li[data-v-364e3b3c] {
  width: 40%;
  height: 1.333333rem;
  margin: 0.08rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.133333rem;
  overflow: hidden;
}
.specialDoration .content .content_section1 .content_swipe2 ul li img[data-v-364e3b3c] {
  width: 100%;
  height: 100%;
}
.specialDoration .content .content_section2 .divImg[data-v-364e3b3c] {
  height: 2.133333rem;
  width: 100%;
  background: url(/mwb/static/img/specialListImg.788afd7.png) no-repeat;
  background-size: 100% 100%;
  line-height: 2.133333rem;
  color: white;
  font-size: 0.48rem;
  text-align: center;
}
.specialDoration .content .content_section3 ul[data-v-364e3b3c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.specialDoration .content .content_section3 ul li[data-v-364e3b3c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.266667rem;
  border: solid #ccc 0.026667rem;
  border-radius: 0.133333rem;
  padding: 0.08rem 0.133333rem;
  -webkit-box-shadow: 0.08rem 0.08rem 0.32rem #b1b1b1;
          box-shadow: 0.08rem 0.08rem 0.32rem #b1b1b1;
}
.specialDoration .content .content_section3 ul li h3[data-v-364e3b3c] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 0.08rem;
}
.specialDoration .content .content_section3 ul li .content_look[data-v-364e3b3c] {
  margin-top: 0.266667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: red;
  border-top: 0.026667rem solid #ccc;
  padding: 0.133333rem;
}
.specialDoration .content .content_section3 ul li .content_look i[data-v-364e3b3c] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.con .con_content[data-v-1ba9578c] {
  padding: 0.4rem;
}
.con .con_content .common-more[data-v-1ba9578c] {
  min-height: 13.333333rem;
}
.con .con_content h3[data-v-1ba9578c] {
  padding: 0.133333rem 0;
  font-weight: bold;
  font-size: 0.373333rem;
}
.con .con_content ul[data-v-1ba9578c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.con .con_content ul li[data-v-1ba9578c] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: solid #ccc 0.026667rem;
  border-radius: 0.106667rem;
  -webkit-box-shadow: 0.053333rem 0.053333rem 0.186667rem #ccc;
          box-shadow: 0.053333rem 0.053333rem 0.186667rem #ccc;
  margin-bottom: 0.266667rem;
}
.con .con_content ul li .con_info[data-v-1ba9578c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.133333rem;
}
.con .con_content ul li .con_info .con_icon[data-v-1ba9578c] {
  background: url(data:image/png;base64,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) no-repeat;
  background-size: 100%;
  margin-right: 0.533333rem;
  height: 1.066667rem;
  width: 1.066667rem;
}
.con .con_content ul li .con_check[data-v-1ba9578c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.266667rem 0.133333rem;
  color: red;
  border-top: solid 0.026667rem #ccc;
}
.con .con_content ul li .con_check .con_icon1[data-v-1ba9578c] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.con .con_img[data-v-4abee327] {
  width: 100%;
  height: 4rem;
  padding-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.con .con_img img[data-v-4abee327] {
  max-width: 100%;
  height: 100%;
  margin: auto;
}
.con .con_content[data-v-4abee327] {
  padding: 0 0.4rem;
}
.con .con_content .con_detail[data-v-4abee327] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.con .con_content .con_detail h3[data-v-4abee327] {
  width: 100%;
  text-align: center;
  padding: 0.266667rem 0;
  color: #333;
  font-weight: bold;
  font-size: 0.426667rem;
}
.con .con_content .con_info h3[data-v-4abee327] {
  width: 100%;
  text-align: center;
  padding: 0.266667rem 0;
  color: #333;
  font-weight: bold;
  font-size: 0.426667rem;
}
.con .con_content .con_info .con_uls ul[data-v-4abee327] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.con .con_content .con_info .con_uls ul li[data-v-4abee327] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  padding: 0.133333rem 0;
}
.con .con_content .con_info .con_uls ul li .names[data-v-4abee327] {
  width: 1.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  height: 100%;
  text-align: justify;
  text-align-last: justify;
}
.con .con_content .con_info .con_uls ul li .values[data-v-4abee327] {
  color: #ed6028;
}
.con .footers[data-v-4abee327] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  padding: 0.533333rem;
}
.con .footers .footers_btn[data-v-4abee327] {
  margin: auto;
  color: white;
  width: 90%;
  border-radius: 0.533333rem;
  font-size: 0.426667rem;
  background-color: #ff4949;
}
.specialCompany[data-v-58dddb0d] {
  height: calc(100vh);
  background-color: #f3f3f3;
}
.specialCompany_content[data-v-58dddb0d] {
  background-color: white;
  margin: 0.2rem 0.1rem;
  border-radius: 0.1rem;
  padding: 0 0.4rem;
}
.specialCompany_content h2[data-v-58dddb0d] {
  text-align: center;
  color: red;
  line-height: 1rem;
  border-bottom: 0.026667rem solid #ccc;
}
.specialCompany_content span[data-v-58dddb0d] {
  color: red;
  display: inline-block;
  height: 0.8rem;
  line-height: 0.8rem;
}
.specialCompany_content article[data-v-58dddb0d] {
  padding-top: 0.5rem;
  line-height: 0.5rem;
}
.specialCompany_content footer[data-v-58dddb0d] {
  margin-top: 2rem;
  padding-bottom: 2rem;
}
.specialCompany_content footer ul > li[data-v-58dddb0d] {
  line-height: 0.6rem;
}
.specialCompany[data-v-4d84b253] {
  height: calc(100vh);
  background-color: #f3f3f3;
}
.specialCompany_content[data-v-4d84b253] {
  background-color: white;
  margin: 0.2rem 0.1rem;
  border-radius: 0.1rem;
  padding: 0 0.4rem;
}
.specialCompany_content h2[data-v-4d84b253] {
  text-align: center;
  color: red;
  line-height: 1rem;
  border-bottom: 0.026667rem solid #ccc;
}
.specialCompany_content_div[data-v-4d84b253] {
  padding-bottom: 0.8rem;
}
.specialCompany_content pre[data-v-4d84b253] {
  word-wrap: break-word;
  width: 100%;
}
.specialCompany_content article[data-v-4d84b253] {
  padding: 0.5rem 0;
  line-height: 0.5rem;
}
.specialCompany_content footer[data-v-4d84b253] {
  padding: 2rem 0;
}
.specialCompany_content footer p[data-v-4d84b253] {
  color: red;
}
.specialDoration[data-v-35ebcb6c] {
  height: calc(100vh);
  background-color: #f3f3f3;
}
.specialDoration_detail[data-v-35ebcb6c] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f3f3f3;
  height: 0.6rem;
  line-height: 0.6rem;
}
.specialDoration .componets_class[data-v-35ebcb6c] {
  border-radius: 0.1rem;
  margin: 0.2rem 0.1rem;
}
.specialDoration_news[data-v-35ebcb6c] {
  background-color: white;
  margin: 0.2rem 0.1rem;
  border-radius: 0.1rem;
  padding: 0.2rem 0.4rem;
}
.specialDoration_news div[data-v-35ebcb6c] {
  border-bottom: solid #ccc 0.026667rem;
  height: 0.6rem;
  line-height: 0.6rem;
}
.specialDoration_news div span[data-v-35ebcb6c] {
  font-size: 0.4rem;
  font-weight: bold;
}
.specialDoration_news div span[data-v-35ebcb6c]:nth-last-child(1) {
  float: right;
}
.specialDoration_news ul > li[data-v-35ebcb6c] {
  height: 0.8rem;
  line-height: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.specialDoration_title[data-v-35ebcb6c] {
  width: 100%;
  text-align: center;
  padding: 0 0.4rem;
  line-height: 1rem;
}
.specialDoration_title .span_one[data-v-35ebcb6c],
.specialDoration_title .span_three[data-v-35ebcb6c] {
  display: inline-block;
  width: 0.4rem;
  margin-top: 0.5rem;
  border-top: 0.026667rem solid black;
  height: 0.053333rem;
}
.specialDoration_title .span_one[data-v-35ebcb6c] {
  float: left;
}
.specialDoration_title .span_three[data-v-35ebcb6c] {
  float: right;
}
.specialDoration_title .span_two[data-v-35ebcb6c] {
  font-size: 0.45rem;
  color: #333;
  font-weight: bold;
}
.commonImgList_details {
  background-color: white;
}
.commonImgList_details ul {
  padding: 0.2rem 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.commonImgList_details ul > li {
  background-color: white;
  overflow: hidden;
  text-align: center;
  margin: 0.133333rem 0;
  width: 50%;
}
.commonImgList_details ul > li img {
  width: 3.733333rem;
  height: 3.733333rem;
}
.commonImgList_details li:nth-child(odd) {
  padding: 0.1rem 0.2rem 0.1rem 0.1rem;
}
.commonImgList_details li:nth-child(even) {
  padding: 0.1rem 0.1rem 0.1rem 0.2rem;
}
.commonImgList_imgs {
  background-color: #f3f3f3;
  padding: 0.1rem 0.2rem;
  width: 100%;
}
.commonImgList_no {
  width: 100%;
  text-align: center;
  height: 3rem;
  line-height: 3rem;
}
.greenDetail[data-v-08ac474a] {
  height: 100vh;
  background-color: #f3f3f3;
}
.greenDetail_detail[data-v-08ac474a] {
  margin: 0.3rem 0.2rem;
  background-color: white;
  border-radius: 0.2rem;
  overflow: hidden;
}
.greenDetail_list > img[data-v-08ac474a] {
  width: 100%;
  height: 6rem;
  padding: 0.2rem 0;
}
.greenDetail_list[data-v-08ac474a] {
  padding: 0 0.2rem 0.2rem;
  border-bottom: 0.026667rem solid #ccc;
  overflow: hidden;
}
.greenDetail p[data-v-08ac474a]:lang(p) {
  line-height: 0.6rem;
}
.greenDetail p:lang(p) span[data-v-08ac474a]:nth-child(2) {
  color: red;
}
.greenDetail_reward[data-v-08ac474a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.greenDetail_reward .greeen_reward1[data-v-08ac474a] {
  font-weight: bold;
  padding: 0.133333rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.greenDetail_reward .greeen_reward1 span[data-v-08ac474a]:nth-child(1) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.greenDetail_reward .greeen_reward1 span[data-v-08ac474a]:nth-child(2) {
  white-space: normal;
  word-break: break-word;
}
.greenDetail_reward .greeen_rewards[data-v-08ac474a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.greenDetail_reward .greeen_rewards p[data-v-08ac474a] {
  height: 0.746667rem;
  line-height: 0.746667rem;
  color: white;
  background-color: #e8000e;
  width: 1.6rem;
  text-align: center;
}
.greenDetail_reward .greeen_rewards p[data-v-08ac474a]:nth-last-child(1) {
  margin-left: 0.133333rem;
}
.greenDetail_comment[data-v-08ac474a] {
  padding: 0.2rem;
}
.greenDetail_comment span[data-v-08ac474a] {
  display: block;
  line-height: 0.8rem;
  font-weight: bold;
}
.greenDetail_comment div[data-v-08ac474a] {
  line-height: 0.6rem;
}
.businessDetail_li[data-v-08c4366a] {
  padding: 0 0.4rem;
}
.businessDetail_dott[data-v-08c4366a] {
  border-top: dotted 0.026667rem #333;
  width: 100%;
  height: 0.533333rem;
  margin-top: 0.533333rem;
}
.businessDetail_content[data-v-08c4366a] {
  padding-bottom: 0.8rem;
}
.businessDetail_tips[data-v-08c4366a] {
  padding: 0 0.4rem;
  margin-top: 0.133333rem;
}
.businessDetail_tips h2[data-v-08c4366a] {
  font-weight: bolder;
  font-size: 0.48rem;
  color: red;
}
.businessDetail_title[data-v-08c4366a] {
  margin: 0.266667rem 0.4rem;
}
.businessDetail_imgs[data-v-08c4366a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  padding: 0 0.4rem;
}
.businessDetail_imgs p[data-v-08c4366a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2rem 0;
}
.businessDetail_imgs_span[data-v-08c4366a] {
  max-width: 5.333333rem;
}
.businessDetail_imgs_btn[data-v-08c4366a] {
  height: 0.8rem;
  width: 2.133333rem;
  background-color: #e8000e;
  color: white;
}
.commonTitle_slot[data-v-89145c80] {
  background-color: #e8000e;
  color: white;
  padding: 0.2rem;
  line-height: 0.6rem;
}
.businessJoinDetail_tips[data-v-6cfb8408] {
  padding: 0.2rem 0.4rem 0;
  line-height: 0.6rem;
}
.businessJoinDetail_tips span[data-v-6cfb8408] {
  color: red;
}
.businessJoinDetail_title[data-v-6cfb8408] {
  margin: 0.4rem 0.2rem;
}
.businessJoinDetail_content[data-v-6cfb8408] {
  border-bottom: solid #ccc 0.026667rem;
  margin: 0 0.4rem;
}
.businessJoinDetail_contents[data-v-6cfb8408] {
  margin: 0 0.4rem;
}
.businessConsDetail[data-v-6c3d6e34] {
  height: 100vh;
  background-color: #f3f3f3;
}
.businessConsDetail_info[data-v-6c3d6e34] {
  border-radius: 0.2rem;
  background-color: white;
  margin: 0.1rem 0.2rem;
}
.businessConsDetail_info p[data-v-6c3d6e34] {
  line-height: 0.8rem;
  border-bottom: 0.026667rem solid #ccc;
  width: calc(100vw - 1.6rem);
  margin: auto;
  color: black;
}
.businessReviewDetail_title[data-v-61c7d874] {
  margin: 0.2rem;
}
.businessReviewDetail_content[data-v-61c7d874] {
  margin: 0 0.4rem;
}
.businessReviewDetail_detail[data-v-61c7d874] {
  line-height: 0.8rem;
  padding: 0 0.4rem;
}
.businessReviewDetail_detail div[data-v-61c7d874]:lang(detail1) {
  border: solid #ccc 0.026667rem;
  height: 3rem;
  width: 100%;
}
.businessReviewDetail_detail div[data-v-61c7d874]:lang(detail2) {
  border: solid #ccc 0.026667rem;
  min-height: 3rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.businessReviewDetail_detail div:lang(detail2) img[data-v-61c7d874] {
  max-height: 3rem;
  max-width: 100%;
}
.common-selectReview[data-v-47f3abaa] {
  position: fixed;
  left: 0.4rem;
  right: 0.4rem;
  padding: 0.2rem 0;
  top: 2.933333rem;
  background-color: white;
}
.searchContent[data-v-47f3abaa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.btn[data-v-47f3abaa] {
  margin: auto;
  width: 2.133333rem;
}
.certificateInvalid_btn[data-v-47f3abaa] {
  margin: auto;
  width: 2.133333rem;
  font-size: 0.373333rem;
  margin-bottom: 0.2rem;
  height: 0.8rem;
}
.green[data-v-47f3abaa] {
  padding-top: 0.026667rem;
}
.green_searchData[data-v-47f3abaa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.4rem;
}
.green_searchData_select[data-v-47f3abaa] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.green_searchData_search[data-v-47f3abaa] {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.green_searchData[data-v-47f3abaa] .dropdown-menu {
  width: 1.333333rem;
  overflow: hidden;
}
.green_header[data-v-47f3abaa] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 99;
}
.green_content[data-v-47f3abaa] {
  padding-bottom: 0.8rem;
}
.green_search[data-v-47f3abaa] {
  margin: 0 0.4rem;
}
.green_btns[data-v-47f3abaa] {
  margin: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.green_btn[data-v-47f3abaa] {
  margin: auto;
  color: white;
  background-color: #e8000e;
  height: 0.8rem;
}
.green_btn1[data-v-47f3abaa] {
  color: white;
  background-color: #eaeaea;
  height: 0.8rem;
}
.green_top[data-v-47f3abaa] {
  margin-bottom: 0.266667rem;
  width: 2.293333rem;
}
.green_bottom[data-v-47f3abaa] {
  width: 2.293333rem;
  margin-top: 0.266667rem;
}
.green_searchBtn[data-v-47f3abaa] {
  border: 0.026667rem solid #d7d7d7;
  text-align: center;
  padding: 0.266667rem 0;
}
.green_search1[data-v-47f3abaa] {
  width: 100%;
  margin: 0.266667rem 0;
}
.green_search2[data-v-47f3abaa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  bottom: 0.533333rem;
}
.green_search2[data-v-47f3abaa] .list-search {
  margin: 0.533333rem 0;
}
.green_search2[data-v-47f3abaa] .v-select {
  width: 40%;
}
.green_search2[data-v-47f3abaa] .v-select .dropdown-menu {
  min-width: 100% !important;
}
.green_search2 .searchData[data-v-47f3abaa] {
  width: 60%;
}
.popupContent {
  width: 100%;
}
.popupContent .mint-popup {
  padding: 0.2rem 0.4rem;
  width: 100% !important;
}
.popupContent .mint-popup-top {
  width: 100% !important;
  max-height: 100% !important;
}
.popupContent .green_search1 {
  width: 100%;
  margin: 0.266667rem 0;
}
.popupContent .green_searchBtn {
  border: 0.026667rem solid #d7d7d7;
  text-align: center;
  padding: 0.266667rem 0;
}
.popupContent .searchContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popupContent .searchContent > span {
  display: inline-block;
  width: 2.133333rem;
}
.popupContent .searchContent .searchData {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.popupContent .searchContent .searchData .list-search {
  padding: 0.16rem 0 !important;
  margin: 0.266667rem auto !important;
}
.popupContent .searchContent .searchData .list-search .list-search-input {
  text-align: left;
  padding-left: 0.16rem;
}
.popupContent .searchContent .selectData {
  padding: 0.213333rem 0;
}
.popupContent .popupContent_footer {
  width: 100%;
  height: 2rem;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.8rem;
}
.popupContent .popupContent_btns {
  width: 30%;
  margin: 0.266667rem 0.533333rem;
  height: 1rem;
}
.common-selectReview {
  position: fixed;
  left: 0.4rem;
  right: 0.4rem;
  padding: 0.2rem 0;
  top: 2.933333rem;
  background-color: white;
}
.searchContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.searchContent .reviewCheckSubmit_select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.searchContent .searchData {
  width: 62%;
}
.btn {
  margin: auto;
  width: 2.133333rem;
}
.certificateInvalid_btn {
  margin: auto;
  width: 2.133333rem;
  font-size: 0.373333rem;
  margin-bottom: 0.2rem;
  height: 0.8rem;
}
.assessQuit[data-v-a6673d3e] {
  padding-bottom: 1rem;
}
.assessQuit_title[data-v-a6673d3e] {
  margin: 0.2rem;
}
.assessQuit_content[data-v-a6673d3e] {
  margin: 0 0.4rem;
}
.assessQuit_detail[data-v-a6673d3e] {
  line-height: 0.8rem;
  padding: 0 0.4rem;
}
.assessQuit_detail div[data-v-a6673d3e]:lang(detail1) {
  border: solid #ccc 0.026667rem;
  height: 3rem;
  width: 100%;
}
.assessQuit_detail div[data-v-a6673d3e]:lang(detail2) {
  border: solid #ccc 0.026667rem;
  height: 3rem;
  width: 100%;
}
.assessQuit_update[data-v-a6673d3e] {
  clear: both;
  padding: 0 0.4rem;
}
.assessQuit_update span[data-v-a6673d3e] {
  display: block;
  color: black;
  font-weight: 500;
  line-height: 1rem;
}
.assessQuit_update img[data-v-a6673d3e] {
  width: 100%;
  height: 2rem;
}
.assessQuit_update ul[data-v-a6673d3e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.assessQuit_update ul li[data-v-a6673d3e] {
  width: 50%;
}
.assessQuit_update textarea[data-v-a6673d3e] {
  border: solid #ccc 0.026667rem;
  width: 100%;
  margin-right: 0.4rem;
  line-height: 0.6rem;
}
.assessQuit_update .videoContent[data-v-a6673d3e] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.assessQuit_update .videoContent li[data-v-a6673d3e] {
  padding: 0;
  width: 100%;
  height: 4rem;
  border: 0.026667rem dashed #ccc;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.assessQuit_update .currentBox[data-v-a6673d3e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.assessQuit_update .currentBox .imgContents[data-v-a6673d3e] {
  padding: 0;
  width: 30%;
  height: 2.8rem;
  line-height: 2.8rem;
  border: 0.026667rem dashed #ccc;
  margin-bottom: 0.4rem;
  margin-right: 3%;
}
.assessQuit_update .currentBox .imgContents img[data-v-a6673d3e] {
  width: 100%;
  height: 100%;
}
.assessQuit_btn[data-v-a6673d3e] {
  width: 80%;
  height: 1rem;
  margin: 1rem 10%;
}
.assessQuit .examineBtn[data-v-a6673d3e] {
  padding: 0 0.4rem;
}
.assessQuit .examineBtn .optBtn[data-v-a6673d3e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.assessQuit h3[data-v-a6673d3e] {
  font-weight: bold;
  margin-top: 0.4rem;
  border-bottom: solid 0.026667rem #ccc;
}
.assessQuit div span[data-v-a6673d3e]:nth-child(1) {
  color: red;
}
.assessQuit div span[data-v-a6673d3e] {
  display: inline-block;
  padding: 0.2rem 0;
}
.assessQuit div textarea[data-v-a6673d3e] {
  width: 100%;
  border: 0.026667rem solid #ccc;
  line-height: 0.6rem;
}
.assessQuit .submit[data-v-a6673d3e] {
  width: 80%;
  margin: 1rem 10%;
  height: 1rem;
  line-height: 1rem;
}
.assessQuit .details img[data-v-a6673d3e] {
  width: 100%;
  height: 5rem;
}
.assessQuit .details img[data-v-a6673d3e]:nth-last-child(1) {
  margin-bottom: 1.5rem;
}
.assessQuit .details span[data-v-a6673d3e] {
  clear: both;
  padding: 0.2rem 0;
  display: block;
}
.imgCentent span[data-v-b1246c62] {
  display: block;
  color: #666;
  font-weight: 500;
  line-height: 1rem;
}
.imgCentent .findBtn[data-v-b1246c62] {
  padding: 0;
  width: 30%;
  height: 2.8rem;
  line-height: 2.8rem;
  border: 0.026667rem dashed #ccc;
  margin-bottom: 0.4rem;
  margin-right: 3%;
  text-align: center;
}
.imgCentent .currentBox[data-v-b1246c62] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.imgCentent .currentBox .imgContents[data-v-b1246c62] {
  padding: 0;
  width: 30%;
  height: 2.8rem;
  line-height: 2.8rem;
  border: 0.026667rem dashed #ccc;
  margin-bottom: 0.4rem;
  margin-right: 3%;
}
.imgCentent .currentBox .imgContents img[data-v-b1246c62] {
  width: 100%;
  height: 100%;
}
.videoCentent span[data-v-3283f282] {
  display: block;
  color: #666;
  font-weight: 500;
  line-height: 1rem;
}
.videoCentent .findBtn[data-v-3283f282] {
  padding: 0;
  width: 30%;
  height: 2.8rem;
  line-height: 2.8rem;
  border: 0.026667rem dashed #ccc;
  margin-bottom: 0.4rem;
  margin-right: 3%;
  text-align: center;
}
.videoCentent .videoContent[data-v-3283f282] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.videoCentent .videoContent li[data-v-3283f282] {
  padding: 0;
  width: 100%;
  height: 4rem;
  border: 0.026667rem dashed #ccc;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.green[data-v-1dee44a8] {
  padding-top: 0.026667rem;
}
.green_header[data-v-1dee44a8] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 99;
}
.green_content[data-v-1dee44a8] {
  padding-bottom: 0.8rem;
}
.green_search[data-v-1dee44a8] {
  margin: 0 0.4rem;
}
.green_btns[data-v-1dee44a8] {
  margin: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.green_btn[data-v-1dee44a8] {
  margin: auto;
  color: white;
  background-color: #e8000e;
  height: 0.8rem;
}
.green_btn1[data-v-1dee44a8] {
  color: white;
  background-color: #eaeaea;
  height: 0.8rem;
}
.green_top[data-v-1dee44a8] {
  margin-bottom: 0.266667rem;
  width: 1.866667rem;
  padding: 0;
}
.green_bottom[data-v-1dee44a8] {
  margin-top: 0.266667rem;
  width: 1.866667rem;
  padding: 0;
}
.green_content[data-v-1dee44a8] .common_left p span:nth-child(2) {
  white-space: normal;
  overflow: auto;
  text-overflow: clip;
  height: auto;
}
.green_content[data-v-1dee44a8] .common_left p span:nth-child(1) {
  white-space: nowrap;
}
.green_content[data-v-1dee44a8] .common_left p {
  min-height: 0.8rem;
  height: auto;
  white-space: normal;
}
.green[data-v-379428f0] {
  padding-top: 0.026667rem;
}
.green_header[data-v-379428f0] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 99;
}
.green_content[data-v-379428f0] {
  padding-bottom: 0.8rem;
}
.green_search[data-v-379428f0] {
  margin: 0 0.4rem;
}
.green_btns[data-v-379428f0] {
  margin: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.green_btn[data-v-379428f0] {
  margin: auto;
  color: white;
  background-color: #e8000e;
  height: 0.8rem;
}
.green_btn1[data-v-379428f0] {
  color: white;
  background-color: #eaeaea;
  height: 0.8rem;
}
.green_top[data-v-379428f0] {
  margin-bottom: 0.266667rem;
  width: 2.133333rem;
}
.green_bottom[data-v-379428f0] {
  width: 2.133333rem;
  margin-top: 0.266667rem;
}
.businessReviewDetail_title[data-v-d21fc722] {
  margin: 0.2rem;
}
.businessReviewDetail_content[data-v-d21fc722] {
  margin: 0 0.4rem;
}
.businessReviewDetail_detail[data-v-d21fc722] {
  line-height: 0.8rem;
  padding: 0 0.4rem;
}
.businessReviewDetail_detail div[data-v-d21fc722]:lang(detail1) {
  border: solid #ccc 0.026667rem;
  height: 3rem;
  width: 100%;
}
.businessReviewDetail_detail div[data-v-d21fc722]:lang(detail2) {
  border: solid #ccc 0.026667rem;
  height: 3rem;
  width: 100%;
}
.dropdown-menu {
  z-index: 999;
}
.reviewCheckSubmit[data-v-74e461a6] {
  margin-right: 0.2rem;
}
.reviewCheckSubmit_detail_divs[data-v-74e461a6] {
  border-bottom: solid #ccc 0.026667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviewCheckSubmit_detail_divs span[data-v-74e461a6] {
  font-size: 0.373333rem;
  font-weight: 500;
  display: inline-block;
  color: black;
}
.reviewCheckSubmit_detail_divs .v-select[data-v-74e461a6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.reviewCheckSubmit_detail > p[data-v-74e461a6] {
  border-bottom: solid #ccc 0.026667rem;
  height: 1.3rem;
  line-height: 1.3rem;
  padding-left: 0.4rem;
  clear: both;
}
.reviewCheckSubmit_detail > p span[data-v-74e461a6] {
  float: left;
  color: black;
  font-weight: 500;
  font-size: 0.373333rem;
}
.reviewCheckSubmit_select[data-v-74e461a6] {
  float: left;
  width: 7rem;
  margin-top: 0.05rem;
}
.reviewCheckSubmit_update[data-v-74e461a6] {
  clear: both;
  padding-left: 0.4rem;
}
.reviewCheckSubmit_update span[data-v-74e461a6] {
  display: inline-block;
  color: black;
  font-weight: 500;
  line-height: 1rem;
}
.reviewCheckSubmit_update img[data-v-74e461a6] {
  width: 2rem;
  height: 2rem;
}
.reviewCheckSubmit_update ul[data-v-74e461a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reviewCheckSubmit_update ul li[data-v-74e461a6] {
  width: 25%;
}
.reviewCheckSubmit_update .fileAdd[data-v-74e461a6] {
  height: 2rem;
  width: 2rem;
  border: dashed #ccc 0.026667rem;
  border-radius: 0.2rem;
}
.reviewCheckSubmit_update .fileAdd div[data-v-74e461a6] {
  height: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.reviewCheckSubmit_update .fileAdd i[data-v-74e461a6] {
  display: block;
  font-size: 1rem;
  margin: auto;
}
.reviewCheckSubmit_update .fileAdd span[data-v-74e461a6] {
  display: block;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
}
.reviewCheckSubmit_content[data-v-74e461a6] {
  padding-left: 0.4rem;
}
.reviewCheckSubmit_content p[data-v-74e461a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviewCheckSubmit_content span[data-v-74e461a6] {
  display: inline-block;
  height: 0.8rem;
  line-height: 0.8rem;
  font-weight: 500;
  color: black;
  margin-right: 0.2rem;
}
.reviewCheckSubmit_content span[data-v-74e461a6]:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.reviewCheckSubmit_content textarea[data-v-74e461a6] {
  border: solid #ccc 0.026667rem;
  width: 100%;
  line-height: 0.6rem;
}
.reviewCheckSubmit_btn[data-v-74e461a6] {
  width: 80%;
  height: 1rem;
  margin: 1rem 10%;
}
.reviewCheckSubmit .popup[data-v-74e461a6] {
  width: 100%;
  height: 60%;
  padding: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.1rem 0 0.2rem 0;
}
.reviewCheckSubmit .popup .popupBtn[data-v-74e461a6] {
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reviewCheckSubmit .popup .popupBtn span[data-v-74e461a6] {
  padding: 0.1rem 0.2rem;
}
.reviewCheckSubmit .popup .popupContent[data-v-74e461a6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.exhibitorPublic_file[data-v-74e461a6] {
  padding: 0 0.4rem;
}
.exhibitorPublic_file .imgContent[data-v-74e461a6] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.exhibitorPublic_file .imgContent li[data-v-74e461a6] {
  padding: 0;
  width: 30%;
  height: 2.8rem;
  border: 0.026667rem dashed #ccc;
  margin-bottom: 0.4rem;
}
.exhibitorPublic_file .imgContent li img[data-v-74e461a6] {
  width: 100%;
  height: 100%;
}
.exhibitorPublic_file .imgContent .havaImg[data-v-74e461a6] {
  position: relative;
}
.exhibitorPublic_file .imgContent .havaImg .delBtn[data-v-74e461a6] {
  position: absolute;
  right: -0.4rem;
  top: -0.133333rem;
  font-size: 0.426667rem;
  display: inline-block;
  width: 0.666667rem;
  height: 0.533333rem;
}
.exhibitorPublic_file .videoContent[data-v-74e461a6] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.exhibitorPublic_file .videoContent li[data-v-74e461a6] {
  padding: 0;
  width: 100%;
  height: 4rem;
  border: 0.026667rem dashed #ccc;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.exhibitorPublic_file .videoContent li img[data-v-74e461a6] {
  width: 50%;
  height: 100%;
}
.exhibitorPublic_file .videoContent .havaImg[data-v-74e461a6] {
  position: relative;
}
.exhibitorPublic_file .videoContent .havaImg .delBtn[data-v-74e461a6] {
  position: absolute;
  right: -0.4rem;
  top: -0.133333rem;
  font-size: 0.426667rem;
  display: inline-block;
  width: 0.666667rem;
  height: 0.533333rem;
}
.exhibitorPublic_title[data-v-74e461a6] {
  color: black;
  font-weight: 500;
  font-size: 0.373333rem;
  height: 1rem;
  line-height: 1rem;
}
.dropdown-menu {
  z-index: 999;
}
.reviewCheckSubmit[data-v-8b0c0d54] {
  margin-right: 0.2rem;
  margin-bottom: 0.4rem;
}
.reviewCheckSubmit_detail_divs[data-v-8b0c0d54] {
  border-bottom: solid #ccc 0.026667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviewCheckSubmit_detail_divs span[data-v-8b0c0d54] {
  font-size: 0.373333rem;
  font-weight: 500;
  display: inline-block;
  color: black;
}
.reviewCheckSubmit_detail_divs .v-select[data-v-8b0c0d54] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.reviewCheckSubmit_detail > p[data-v-8b0c0d54] {
  border-bottom: solid #ccc 0.026667rem;
  height: 1.3rem;
  line-height: 1.3rem;
  padding-left: 0.4rem;
  clear: both;
}
.reviewCheckSubmit_detail > p span[data-v-8b0c0d54] {
  float: left;
  color: black;
  font-weight: 500;
  font-size: 0.373333rem;
}
.reviewCheckSubmit_select[data-v-8b0c0d54] {
  float: left;
  width: 7rem;
  margin-top: 0.05rem;
}
.reviewCheckSubmit_update[data-v-8b0c0d54] {
  clear: both;
  padding-left: 0.4rem;
}
.reviewCheckSubmit_update span[data-v-8b0c0d54] {
  display: inline-block;
  color: black;
  font-weight: 500;
  line-height: 1rem;
}
.reviewCheckSubmit_update img[data-v-8b0c0d54] {
  width: 2rem;
  height: 2rem;
}
.reviewCheckSubmit_update ul[data-v-8b0c0d54] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reviewCheckSubmit_update ul li[data-v-8b0c0d54] {
  width: 25%;
}
.reviewCheckSubmit_update .fileAdd[data-v-8b0c0d54] {
  height: 2rem;
  width: 2rem;
  border: dashed #ccc 0.026667rem;
  border-radius: 0.2rem;
}
.reviewCheckSubmit_update .fileAdd div[data-v-8b0c0d54] {
  height: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.reviewCheckSubmit_update .fileAdd i[data-v-8b0c0d54] {
  display: block;
  font-size: 1rem;
  margin: auto;
}
.reviewCheckSubmit_update .fileAdd span[data-v-8b0c0d54] {
  display: block;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
}
.reviewCheckSubmit_content[data-v-8b0c0d54] {
  padding-left: 0.4rem;
}
.reviewCheckSubmit_content p[data-v-8b0c0d54] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviewCheckSubmit_content span[data-v-8b0c0d54] {
  display: inline-block;
  height: 0.8rem;
  line-height: 0.8rem;
  font-weight: 500;
  color: black;
  margin-right: 0.2rem;
}
.reviewCheckSubmit_content span[data-v-8b0c0d54]:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.reviewCheckSubmit_content textarea[data-v-8b0c0d54] {
  border: solid #ccc 0.026667rem;
  width: 100%;
  line-height: 0.6rem;
}
.reviewCheckSubmit .opt_btn[data-v-8b0c0d54] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 1rem 0 0.6rem 0;
}
.reviewCheckSubmit .opt_btn .reviewCheckSubmit_btn[data-v-8b0c0d54] {
  width: 30%;
  height: 1rem;
}
.reviewCheckSubmit .popup[data-v-8b0c0d54] {
  width: 100%;
  height: 60%;
  padding: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.1rem 0 0.2rem 0;
}
.reviewCheckSubmit .popup .popupBtn[data-v-8b0c0d54] {
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reviewCheckSubmit .popup .popupBtn span[data-v-8b0c0d54] {
  padding: 0.1rem 0.2rem;
}
.reviewCheckSubmit .popup .popupContent[data-v-8b0c0d54] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.exhibitorPublic_file[data-v-8b0c0d54] {
  padding: 0 0.4rem;
}
.exhibitorPublic_file .imgContent[data-v-8b0c0d54] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.exhibitorPublic_file .imgContent li[data-v-8b0c0d54] {
  padding: 0;
  width: 30%;
  height: 2.8rem;
  border: 0.026667rem dashed #ccc;
  margin-bottom: 0.4rem;
}
.exhibitorPublic_file .imgContent li img[data-v-8b0c0d54] {
  width: 100%;
  height: 100%;
}
.exhibitorPublic_file .imgContent .havaImg[data-v-8b0c0d54] {
  position: relative;
}
.exhibitorPublic_file .imgContent .havaImg .delBtn[data-v-8b0c0d54] {
  position: absolute;
  right: -0.4rem;
  top: -0.133333rem;
  font-size: 0.426667rem;
  display: inline-block;
  width: 0.666667rem;
  height: 0.533333rem;
}
.exhibitorPublic_file .videoContent[data-v-8b0c0d54] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.exhibitorPublic_file .videoContent li[data-v-8b0c0d54] {
  padding: 0;
  width: 100%;
  height: 4rem;
  border: 0.026667rem dashed #ccc;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.exhibitorPublic_file .videoContent li img[data-v-8b0c0d54] {
  width: 50%;
  height: 100%;
}
.exhibitorPublic_file .videoContent .havaImg[data-v-8b0c0d54] {
  position: relative;
}
.exhibitorPublic_file .videoContent .havaImg .delBtn[data-v-8b0c0d54] {
  position: absolute;
  right: -0.4rem;
  top: -0.133333rem;
  font-size: 0.426667rem;
  display: inline-block;
  width: 0.666667rem;
  height: 0.533333rem;
}
.exhibitorPublic_title[data-v-8b0c0d54] {
  color: black;
  font-weight: 500;
  font-size: 0.373333rem;
  height: 1rem;
  line-height: 1rem;
}
.reviewCheckSubmit[data-v-44592666] {
  margin-right: 0.2rem;
}
.reviewCheckSubmit_detail p[data-v-44592666] {
  border-bottom: solid #ccc 0.026667rem;
  padding-left: 0.4rem;
  line-height: 1.3rem;
  height: 1.3rem;
  clear: both;
}
.reviewCheckSubmit_detail p span[data-v-44592666] {
  float: left;
  color: black;
  font-weight: 500;
}
.reviewCheckSubmit_detail_divs[data-v-44592666] {
  border-bottom: solid #ccc 0.026667rem;
  padding-left: 0.4rem;
  padding-bottom: 0.4rem;
}
.reviewCheckSubmit_detail_divs span[data-v-44592666] {
  display: block;
  font-weight: 500;
  color: black;
  line-height: 1.3rem;
}
.reviewCheckSubmit_detail_divs div img[data-v-44592666] {
  width: 80%;
  margin: 0 auto;
}
.reviewCheckSubmit_btn[data-v-44592666] {
  width: 80%;
  height: 1rem;
  margin: 1rem 10%;
}
.businessReviewDetail_title[data-v-98cbd01c] {
  margin: 0.2rem;
}
.businessReviewDetail_content[data-v-98cbd01c] {
  margin: 0 0.4rem;
}
.businessReviewDetail_detail[data-v-98cbd01c] {
  line-height: 0.8rem;
  padding: 0 0.4rem;
}
.businessReviewDetail_detail div[data-v-98cbd01c]:lang(detail1) {
  border: solid #ccc 0.026667rem;
  height: 3rem;
  width: 100%;
}
.businessReviewDetail_detail div[data-v-98cbd01c]:lang(detail2) {
  border: solid #ccc 0.026667rem;
  height: 3rem;
  width: 100%;
}
.assessQuit[data-v-6b2358c8] {
  padding-bottom: 1rem;
}
.assessQuit_title[data-v-6b2358c8] {
  margin: 0.2rem;
}
.assessQuit_content[data-v-6b2358c8] {
  margin: 0 0.4rem;
}
.assessQuit_detail[data-v-6b2358c8] {
  line-height: 0.8rem;
  padding: 0 0.4rem;
}
.assessQuit_detail div[data-v-6b2358c8]:lang(detail1) {
  border: solid #ccc 0.026667rem;
  height: 3rem;
  width: 100%;
}
.assessQuit_detail div[data-v-6b2358c8]:lang(detail2) {
  border: solid #ccc 0.026667rem;
  height: 3rem;
  width: 100%;
}
.assessQuit_update[data-v-6b2358c8] {
  clear: both;
  padding: 0 0.4rem;
}
.assessQuit_update span[data-v-6b2358c8] {
  display: block;
  color: black;
  font-weight: 500;
  line-height: 1rem;
}
.assessQuit_update img[data-v-6b2358c8] {
  width: 100%;
  height: 2rem;
}
.assessQuit_update ul[data-v-6b2358c8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.assessQuit_update ul li[data-v-6b2358c8] {
  width: 50%;
}
.assessQuit_update textarea[data-v-6b2358c8] {
  border: solid #ccc 0.026667rem;
  width: 100%;
  margin-right: 0.4rem;
  line-height: 0.6rem;
}
.assessQuit_update .videoContent[data-v-6b2358c8] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.assessQuit_update .videoContent li[data-v-6b2358c8] {
  padding: 0;
  width: 100%;
  height: 4rem;
  border: 0.026667rem dashed #ccc;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.assessQuit_update .currentBox[data-v-6b2358c8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.assessQuit_update .currentBox .imgContents[data-v-6b2358c8] {
  padding: 0;
  width: 30%;
  height: 2.8rem;
  line-height: 2.8rem;
  border: 0.026667rem dashed #ccc;
  margin-bottom: 0.4rem;
  margin-right: 3%;
}
.assessQuit_update .currentBox .imgContents img[data-v-6b2358c8] {
  width: 100%;
  height: 100%;
}
.assessQuit_btn[data-v-6b2358c8] {
  width: 80%;
  height: 1rem;
  margin: 1rem 10%;
}
.assessQuit .examineBtn[data-v-6b2358c8] {
  padding: 0 0.4rem;
}
.assessQuit h3[data-v-6b2358c8] {
  font-weight: bold;
  margin-top: 0.4rem;
  border-bottom: solid 0.026667rem #ccc;
}
.assessQuit div span[data-v-6b2358c8]:nth-child(1) {
  color: red;
}
.assessQuit div span[data-v-6b2358c8] {
  display: inline-block;
  padding: 0.2rem 0;
}
.assessQuit div textarea[data-v-6b2358c8] {
  width: 100%;
  border: 0.026667rem solid #ccc;
  line-height: 0.6rem;
}
.assessQuit .submit[data-v-6b2358c8] {
  width: 80%;
  margin: 1rem 10%;
  height: 1rem;
  line-height: 1rem;
}
.assessQuit .details img[data-v-6b2358c8] {
  width: 100%;
  height: 5rem;
}
.assessQuit .details img[data-v-6b2358c8]:nth-last-child(1) {
  margin-bottom: 1.5rem;
}
.assessQuit .details span[data-v-6b2358c8] {
  clear: both;
  padding: 0.2rem 0;
  display: block;
}
.NewspaperdrawingQueryDetails_title[data-v-31e014b3] {
  margin: 0.2rem;
}
.NewspaperdrawingQueryDetails_content[data-v-31e014b3] {
  margin: 0 0.4rem;
}
.NewspaperdrawingQueryDetails_detail[data-v-31e014b3] {
  line-height: 0.8rem;
  padding: 0 0.4rem;
}
.NewspaperdrawingQueryDetails_detail div[data-v-31e014b3]:lang(detail1) {
  border: solid #ccc 0.026667rem;
  height: 3rem;
  width: 100%;
}
.NewspaperdrawingQueryDetails_detail div[data-v-31e014b3]:lang(detail2) {
  border: solid #ccc 0.026667rem;
  height: 3rem;
  width: 100%;
}
.NewspaperdrawingQueryDetails .findBtn[data-v-31e014b3] {
  padding: 0;
  width: 30%;
  height: 2.8rem;
  line-height: 2.8rem;
  border: 0.026667rem dashed #ccc;
  margin-bottom: 0.4rem;
  margin-right: 3%;
  text-align: center;
}
.NewspaperdrawingQueryDetails .currentBox[data-v-31e014b3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.NewspaperdrawingQueryDetails .currentBox .imgContents[data-v-31e014b3] {
  padding: 0;
  width: 30%;
  height: 2.8rem;
  line-height: 2.8rem;
  border: 0.026667rem dashed #ccc;
  margin-bottom: 0.4rem;
  margin-right: 3%;
}
.NewspaperdrawingQueryDetails .currentBox .imgContents img[data-v-31e014b3] {
  width: 100%;
  height: 100%;
}
.NewspaperdrawingQueryDetails_update[data-v-31e014b3] {
  clear: both;
  padding: 0 0.4rem;
}
.NewspaperdrawingQueryDetails_update span[data-v-31e014b3] {
  display: block;
  color: #666;
  font-weight: 500;
  line-height: 1rem;
}
.NewspaperdrawingQueryDetails_update img[data-v-31e014b3] {
  width: 100%;
  height: 2rem;
}
.NewspaperdrawingQueryDetails_update ul[data-v-31e014b3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.NewspaperdrawingQueryDetails_update ul li[data-v-31e014b3] {
  width: 50%;
}
.NewspaperdrawingQueryDetails_update textarea[data-v-31e014b3] {
  border: solid #ccc 0.026667rem;
  width: 100%;
  margin-right: 0.4rem;
  line-height: 0.6rem;
}
.NewspaperdrawingQueryDetails_update .videoContent[data-v-31e014b3] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.NewspaperdrawingQueryDetails_update .videoContent li[data-v-31e014b3] {
  padding: 0;
  width: 100%;
  height: 4rem;
  border: 0.026667rem dashed #ccc;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.NewspaperdrawingQueryDetails_btn[data-v-31e014b3] {
  width: 80%;
  height: 1rem;
  margin: 1rem 10%;
}
.NewspaperdrawingQueryDetails .examineBtn[data-v-31e014b3] {
  padding: 0 0.4rem;
}
.NewspaperdrawingQueryDetails h3[data-v-31e014b3] {
  font-weight: bold;
  margin-top: 0.4rem;
  border-bottom: solid 0.026667rem #ccc;
}
.NewspaperdrawingQueryDetails div span[data-v-31e014b3] {
  display: inline-block;
  padding: 0.2rem 0;
}
.NewspaperdrawingQueryDetails div textarea[data-v-31e014b3] {
  width: 100%;
  border: 0.026667rem solid #ccc;
  line-height: 0.6rem;
}
.NewspaperdrawingQueryDetails .submit[data-v-31e014b3] {
  width: 80%;
  margin: 1rem 10%;
  height: 1rem;
  line-height: 1rem;
}
.NewspaperdrawingQueryDetails .details img[data-v-31e014b3] {
  width: 100%;
  height: 5rem;
}
.NewspaperdrawingQueryDetails .details img[data-v-31e014b3]:nth-last-child(1) {
  margin-bottom: 1.5rem;
}
.NewspaperdrawingQueryDetails .details span[data-v-31e014b3] {
  clear: both;
  padding: 0.2rem 0;
  display: block;
}
.businessJoinDetail_tips[data-v-6cec2524] {
  padding: 0.2rem 0.213333rem 0 0;
  line-height: 0.6rem;
}
.businessJoinDetail_tips span[data-v-6cec2524] {
  color: red;
}
.businessJoinDetail_title[data-v-6cec2524] {
  margin: 0.4rem 0.2rem;
}
.businessJoinDetail_content[data-v-6cec2524] {
  margin: 0 0.4rem;
  padding-bottom: 0.8rem;
}
.businessJoinDetail_table[data-v-6cec2524] {
  width: 100%;
  padding-bottom: 0.8rem;
}
.businessJoinDetail_table table[data-v-6cec2524] {
  width: calc(100% - 0.106667rem);
  margin: 0 0.053333rem;
}
.businessJoinDetail_table table tbody tr td[data-v-6cec2524] {
  border: 0.026667rem solid #ccc;
  text-align: center;
  padding: 0.133333rem 0;
}
.businessJoinDetail_table_title[data-v-6cec2524] {
  background-color: #eaeaea;
}
.businessJoinDetail_table_thead[data-v-6cec2524] {
  color: #333;
  font-weight: bolder;
  font-size: 0.426667rem;
  text-align: center;
  padding: 0.213333rem 0;
}
.businessJoinDetail_tips[data-v-6cec2524] {
  text-align: right;
}
.green[data-v-f2be4fb6] {
  padding-top: 0.026667rem;
}
.green_header[data-v-f2be4fb6] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 99;
}
.green_content[data-v-f2be4fb6] {
  padding: 0 0.4rem 0.8rem;
}
.green_search[data-v-f2be4fb6] {
  margin: 0 0.4rem;
}
.green_ul > li[data-v-f2be4fb6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.4rem;
}
.green_spans[data-v-f2be4fb6] {
  font-size: 0.426667rem;
  color: #333;
  font-weight: bold;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.green_textarea[data-v-f2be4fb6] {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  border: 0.026667rem solid #eaeaea;
}
.green_imgs[data-v-f2be4fb6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.green_images[data-v-f2be4fb6] {
  width: 5.333333rem;
  height: 5.333333rem;
  border-radius: 0.133333rem;
  overflow: hidden;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.green_images img[data-v-f2be4fb6] {
  max-height: 100%;
  max-width: 100%;
}
.green_table[data-v-f2be4fb6] {
  width: 100%;
  margin-top: 0.266667rem;
}
.green_table_title[data-v-f2be4fb6] {
  background-color: #eaeaea;
}
.green_table_title td[data-v-f2be4fb6] {
  color: #333;
  font-size: 0.426667rem;
  font-weight: bold;
}
.green_table tr td[data-v-f2be4fb6] {
  border: 0.026667rem solid #ccc;
  padding: 0.266667rem;
}
.green_table .comment_sore[data-v-f2be4fb6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.green_table .comment_sore span[data-v-f2be4fb6] {
  font-size: 0.426667rem;
  color: #333;
  white-space: nowrap;
}
.green_table .comment_sore span[data-v-f2be4fb6]::before {
  content: "*";
  color: red;
  margin-right: 0.08rem;
}
.green_table .comment_sore input[data-v-f2be4fb6] {
  width: 40%;
  text-align: center;
  margin-left: 0.266667rem;
  padding: 0.08rem 0.133333rem;
  border: 0.026667rem solid #ccc;
  border-radius: 0.053333rem;
}
.green_footer[data-v-f2be4fb6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.333333rem 0.266667rem 0.8rem;
}
.green_footer .submit[data-v-f2be4fb6] {
  background-color: #e8000e;
  color: white;
  width: 100%;
}
.green[data-v-7b901b05] {
  padding-top: 0.026667rem;
}
.green_header[data-v-7b901b05] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 99;
}
.green_content[data-v-7b901b05] {
  padding: 0 0.4rem 0.8rem;
}
.green_search[data-v-7b901b05] {
  margin: 0 0.4rem;
}
.green_ul > li[data-v-7b901b05] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.4rem;
}
.green_spans[data-v-7b901b05] {
  font-size: 0.426667rem;
  color: #333;
  font-weight: bold;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.green_textarea[data-v-7b901b05] {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  border: 0.026667rem solid #eaeaea;
}
.green_imgs[data-v-7b901b05] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.green_images[data-v-7b901b05] {
  width: 5.333333rem;
  height: 5.333333rem;
  border-radius: 0.133333rem;
  overflow: hidden;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.green_images img[data-v-7b901b05] {
  max-height: 100%;
  max-width: 100%;
}
.green_table[data-v-7b901b05] {
  width: 100%;
  margin-top: 0.266667rem;
}
.green_table_title[data-v-7b901b05] {
  background-color: #eaeaea;
}
.green_table_title td[data-v-7b901b05] {
  color: #333;
  font-size: 0.426667rem;
  font-weight: bold;
}
.green_table tr td[data-v-7b901b05] {
  border: 0.026667rem solid #ccc;
  padding: 0.266667rem;
}
.green_table .comment_sore[data-v-7b901b05] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.green_table .comment_sore span[data-v-7b901b05] {
  font-size: 0.426667rem;
  color: #333;
  white-space: nowrap;
}
.green_table .comment_sore span[data-v-7b901b05]::before {
  content: "*";
  color: red;
  margin-right: 0.08rem;
}
.green_table .comment_sore input[data-v-7b901b05] {
  width: 40%;
  text-align: center;
  margin-left: 0.266667rem;
  padding: 0.08rem 0.133333rem;
  border: 0.026667rem solid #ccc;
  border-radius: 0.053333rem;
}
.green_table .firstScore span[data-v-7b901b05] {
  color: red;
}
.green_footer[data-v-7b901b05] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.333333rem 0.266667rem 0.8rem;
}
.green_footer .submit[data-v-7b901b05] {
  background-color: #e8000e;
  color: white;
  width: 100%;
}
.construction_btn[data-v-473ba2cf] {
  width: 2rem;
  line-height: 0.8rem;
}
.construction_select[data-v-473ba2cf] {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.construction_checkbox[data-v-473ba2cf] {
  width: 0.533333rem;
  height: 0.533333rem;
  margin: auto;
}
.construction_choose[data-v-473ba2cf] {
  width: 100%;
  padding: 0.266667rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.266667rem 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 0.026667rem #ccc;
}
.construction_choose span[data-v-473ba2cf] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.construction_fanhui[data-v-473ba2cf] {
  font-size: 0.5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  float: right;
}
.construction_mask[data-v-473ba2cf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.construction .mask_content[data-v-473ba2cf] {
  border-radius: 0.133333rem;
  background-color: white;
  margin: auto;
  width: calc(100vw - 0.4rem);
  padding-top: 0.533333rem;
}
.construction .mask_content ul > li[data-v-473ba2cf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.266667rem 0.133333rem;
}
.construction .mask_content ul > li .mask_span[data-v-473ba2cf] {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  text-align: right;
  margin-right: 0.08rem;
}
.construction .mask_content ul > li .mask_span[data-v-473ba2cf]::before {
  content: "*";
  color: red;
}
.construction .mask_content ul > li .mask_select[data-v-473ba2cf] {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.construction .mask_content .mask_btn[data-v-473ba2cf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: solid #eaeaea 0.026667rem;
}
.construction .mask_content .mask_btn div[data-v-473ba2cf] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 1.066667rem;
  line-height: 1.066667rem;
}
.construction .mask_content .mask_btn div[data-v-473ba2cf]:nth-child(2) {
  color: red;
  border-left: 0.026667rem solid #eaeaea;
}
.commonSwitchs_switch[data-v-a5c11378] {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0.3rem 0;
  top: 1.333333rem;
  background-color: white;
  z-index: 1999;
}
.exhibitionList_switch[data-v-a5c11378] {
  width: 100%;
}
.exhibitionList_footer[data-v-a5c11378] {
  width: 100%;
  position: fixed;
  height: 1rem;
  background-color: #e8000e;
  bottom: 0;
  left: 0;
}
.exhibitionList_footer div[data-v-a5c11378] {
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  float: left;
  width: 50%;
  color: #fff;
  font-size: 0.5rem;
}
.exhibitionList_footer div[data-v-a5c11378]:first-child {
  border-right: 0.053333rem solid #fff;
}
.exhibitionList_number[data-v-a5c11378] {
  border-radius: 50%;
  width: 0.533333rem;
  height: 0.533333rem;
  background-color: #fff;
  color: #000;
  text-align: center;
  line-height: 0.533333rem;
  position: relative;
  display: block;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: 1.066667rem;
  font-size: 0.32rem;
}
.exhibitionList_table[data-v-a5c11378] {
  width: 45%;
  margin: auto;
}
.exhibitionList_table_img[data-v-a5c11378] {
  height: 3rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exhibitionList_table_img img[data-v-a5c11378] {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}
.exhibitionList_table .tabelContent[data-v-a5c11378] {
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.exhibitionList_table .tabelContent p[data-v-a5c11378] {
  width: 100%;
  border: 0.026667rem solid #d7d7d7;
  height: 0.6rem;
}
.exhibitionList_table .tabelContent p > span[data-v-a5c11378] {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.exhibitionList_table .tabelContent p span[data-v-a5c11378]:first-child {
  border-right: 0.026667rem solid #d7d7d7;
}
.exhibitionList_table .tabelContent p[data-v-a5c11378]:first-child {
  background-color: #f2f2f2;
  border-bottom: 0;
}
.exhibitionList_List[data-v-a5c11378] {
  padding: 0 0.4rem 2rem;
}
.exhibitionList_List li[data-v-a5c11378] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid #d7d7d7 0.026667rem;
  padding: 0.2rem 0;
}
.exhibitionList_content[data-v-a5c11378] {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exhibitionList_content p[data-v-a5c11378] {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0.6rem;
}
.exhibitionList_detail[data-v-a5c11378] {
  padding-left: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 55%;
  overflow: hidden;
}
.exhibitionList_detail span[data-v-a5c11378] {
  color: red;
}
.exhibitionList_car[data-v-a5c11378] {
  color: red;
  font-size: 1rem;
  font-weight: bold;
  margin: auto;
}
.select_common[data-v-0d6837df] {
  width: 100%;
}
.select_common ul[data-v-0d6837df] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 1rem;
  border-bottom: 0.026667rem solid #d7d7d7;
}
.select_common li[data-v-0d6837df] {
  height: 100%;
  font-size: 0.373333rem;
}
.select_common li span[data-v-0d6837df] {
  display: block;
  height: 100%;
  padding: 0.266667rem 0.4rem;
}
.select_common li[data-v-0d6837df]:nth-child(1) {
  border: none;
}
.exhibitionOrders[data-v-5a6936c3] {
  padding-bottom: 0.6rem;
}
.exhibitionOrders_ul li[data-v-5a6936c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.exhibitionOrders_ul li > p[data-v-5a6936c3] {
  padding-top: 0.2rem;
  height: 0.8rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 0.4rem;
}
.exhibitionOrders_ul li .currentborder[data-v-5a6936c3] {
  height: 0.213333rem;
  background: #f2f2f2;
  width: 100%;
  border-top: 0.026667rem solid #d7d7d7;
  border-bottom: 0.026667rem solid #d7d7d7;
}
.exhibitionOrders_content[data-v-5a6936c3] {
  width: 100%;
}
.exhibitionOrders_content .refundBtn[data-v-5a6936c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: solid #f2f2f2 0.026667rem;
  padding: 0.2rem 0;
}
.exhibitionOrders_content .refundBtn span[data-v-5a6936c3] {
  padding: 0.1rem 0.2rem;
  display: inline-block;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  background: #e8000e;
  color: #fff;
  border-radius: 0.426667rem;
}
.exhibitionOrders_contentDetails[data-v-5a6936c3] {
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.4rem;
}
.exhibitionOrders_table[data-v-5a6936c3] {
  width: 35%;
  margin: auto;
  margin-right: 2%;
}
.exhibitionOrders_table img[data-v-5a6936c3] {
  width: 100%;
  min-height: 1.8rem;
  display: block;
}
.exhibitionOrders_table .tabelContent[data-v-5a6936c3] {
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.exhibitionOrders_table .tabelContent p[data-v-5a6936c3] {
  width: 100%;
  border: 0.026667rem solid #d7d7d7;
  height: 0.6rem;
}
.exhibitionOrders_table .tabelContent p > span[data-v-5a6936c3] {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.exhibitionOrders_table .tabelContent p span[data-v-5a6936c3]:first-child {
  border-right: 0.026667rem solid #d7d7d7;
}
.exhibitionOrders_table .tabelContent p[data-v-5a6936c3]:first-child {
  background-color: #f2f2f2;
  border-bottom: 0;
}
.exhibitionOrders_detail[data-v-5a6936c3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.1rem 0;
}
.exhibitionOrders_detail span[data-v-5a6936c3] {
  color: red;
}
.exhibitionOrders_footer[data-v-5a6936c3] {
  position: fixed;
  bottom: 0;
  background-color: white;
  height: 1rem;
  border-top: 0.026667rem solid #ccc;
  width: 100%;
}
.exhibitionOrders_footer div[data-v-5a6936c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  height: 100%;
  display: flex;
}
.exhibitionOrders_footer div span[data-v-5a6936c3] {
  margin: auto;
}
.exhibitionOrders_footer label[data-v-5a6936c3] {
  margin: auto;
  float: left;
}
.exhibitionOrders_btn[data-v-5a6936c3] {
  height: 1rem;
  padding: 0 0.8rem;
  margin-left: 0.4rem;
  border: none;
}
.exhibitionOrders_total[data-v-5a6936c3] {
  color: red;
}
.exhibitionOrders .toPayContent[data-v-5a6936c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0.4rem;
}
.exhibitionOrders .toPayContent .currenttime[data-v-5a6936c3] {
  padding: 0.1rem 0.3rem;
  display: inline-block;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  background: #e8000e;
  color: #fff;
  border-radius: 0.373333rem;
}
.exhibitionOrderDetail[data-v-809f0f26] {
  padding-bottom: 0.6rem;
}
.exhibitionOrderDetail_info[data-v-809f0f26] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.exhibitionOrderDetail_infoContent[data-v-809f0f26] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.exhibitionOrderDetail_infoContent ul > li[data-v-809f0f26] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem 0.4rem;
  line-height: 1rem;
  border-bottom: 0.026667rem solid #d7d7d7;
}
.exhibitionOrderDetail_table[data-v-809f0f26] {
  width: 35%;
  float: left;
  margin: auto;
}
.exhibitionOrderDetail_table img[data-v-809f0f26] {
  width: 100%;
  height: 2rem;
  display: block;
  margin-bottom: 0.1rem;
}
.exhibitionOrderDetail_table .tabelContent[data-v-809f0f26] {
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.exhibitionOrderDetail_table .tabelContent p[data-v-809f0f26] {
  width: 100%;
  border: 0.026667rem solid #d7d7d7;
  height: 0.6rem;
}
.exhibitionOrderDetail_table .tabelContent p > span[data-v-809f0f26] {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.exhibitionOrderDetail_table .tabelContent p span[data-v-809f0f26]:first-child {
  border-right: 0.026667rem solid #d7d7d7;
}
.exhibitionOrderDetail_table .tabelContent p[data-v-809f0f26]:first-child {
  background-color: #f2f2f2;
  border-bottom: 0;
}
.exhibitionOrderDetail_content[data-v-809f0f26] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem 0.4rem;
}
.exhibitionOrderDetail_content .exhibitionOrderDetail_newcontent[data-v-809f0f26] {
  padding: 0.2rem 0.4rem;
}
.exhibitionOrderDetail_content .exhibitionOrderDetail_newcontent p[data-v-809f0f26] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0.8rem;
}
.exhibitionOrderDetail_detail[data-v-809f0f26] {
  margin: auto;
  padding-left: 0.3rem;
  height: 100%;
  width: 65%;
  overflow: hidden;
}
.exhibitionOrderDetail_detail_detail_content[data-v-809f0f26] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.exhibitionOrderDetail_detail .currentNewDetails[data-v-809f0f26] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.exhibitionOrderDetail_detail .currentNewDetails p[data-v-809f0f26] {
  padding: 0.08rem 0;
}
.exhibitionOrderDetail_btn[data-v-809f0f26] {
  width: 90%;
  height: 1rem;
  margin: 1rem 5% 0;
  border-radius: 0.533333rem;
}
.btn[data-v-809f0f26] {
  position: relative;
  display: inline-block;
  width: 40%;
  height: 0.8rem;
  text-align: center;
  font-size: 0.373333rem;
  line-height: 0.8rem;
  background-color: #e8000e;
  color: #fff;
  border-radius: 0.426667rem;
}
.btn > span[data-v-809f0f26] {
  display: inline-block;
  color: #fff;
}
.btn input[data-v-809f0f26] {
  display: none;
}
.shoppingCar_top[data-v-04a929d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2rem 0.4rem;
  font-size: 0.426667rem;
}
.shoppingCar .currentborder[data-v-04a929d7] {
  height: 0.213333rem;
  background: #f2f2f2;
  width: 100%;
  border-top: 0.026667rem solid #d7d7d7;
  border-bottom: 0.026667rem solid #d7d7d7;
}
.shoppingCar_content[data-v-04a929d7] {
  padding-bottom: 1rem;
}
.shoppingCar_content ul > li[data-v-04a929d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.shoppingCar_content ul > li .currentTitle[data-v-04a929d7] {
  background: #fff;
  padding: 0.3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.2rem;
  border-bottom: 0.053333rem solid #f2f2f2;
}
.shoppingCar_content ul > li .currentTitle .mint-cell-title[data-v-04a929d7] {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1.4rem;
  height: 100%;
}
.shoppingCar_content ul > li .currentTitle p[data-v-04a929d7] {
  font-size: 0.426667rem;
}
.shoppingCar_content ul > li .currentTitle label[data-v-04a929d7] {
  margin: auto;
}
.shoppingCar_content ul > li .currentItem[data-v-04a929d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem 0.2rem;
  border-bottom: 0.026667rem solid #d7d7d7;
}
.shoppingCar_info[data-v-04a929d7] {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shoppingCar_info img[data-v-04a929d7] {
  width: 3rem;
}
.shoppingCar_info .detail[data-v-04a929d7] {
  width: 38%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 0.1rem;
}
.shoppingCar_info .detail p[data-v-04a929d7] {
  padding: 0.02rem 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shoppingCar_info .detail p[data-v-04a929d7]:nth-last-child(1) {
  color: red;
}
.shoppingCar_info .add_plus[data-v-04a929d7] {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 2.2rem;
  height: 0.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.2rem;
  overflow: hidden;
  border: solid #d7d7d7 0.026667rem;
  font-size: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shoppingCar_info .add_plus span[data-v-04a929d7] {
  display: inline-block;
  width: 0.8rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border-left: 0.026667rem solid #d7d7d7;
  text-align: center;
  margin: auto;
}
.shoppingCar_info .add_plus span[data-v-04a929d7]:nth-child(1) {
  border-left: none;
  border-right: 0.026667rem solid #d7d7d7;
}
.shoppingCar_info .add_plus input[data-v-04a929d7] {
  float: left;
  width: 0.8rem;
  border: none;
  text-align: center;
  padding: 0.2rem 0;
}
.shoppingCar_footer[data-v-04a929d7] {
  position: fixed;
  bottom: 0;
  background-color: white;
  height: 1.2rem;
  border-top: 0.026667rem solid #d7d7d7;
  width: 100%;
}
.shoppingCar_footer div[data-v-04a929d7]:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.3rem;
  float: left;
  height: 100%;
}
.shoppingCar_footer div[data-v-04a929d7]:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  height: 100%;
  display: flex;
}
.shoppingCar_footer div:nth-child(2) span[data-v-04a929d7] {
  margin: auto;
}
.shoppingCar_footer label[data-v-04a929d7] {
  margin: auto;
  float: left;
}
.shoppingCar_btn[data-v-04a929d7] {
  height: 100%;
  padding: 0 1rem;
  margin-left: 0.4rem;
  border: none;
}
.shoppingCar_total[data-v-04a929d7] {
  color: red;
}
#app {
  height: 100%;
}
.mint-cell-wrapper {
  background-image: none;
}
.mint-navbar .mint-tab-item.is-selected[data-v-c0120fd4] {
  border-bottom: none;
  margin-bottom: 0;
}
.exhibitionDetail[data-v-c0120fd4] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.exhibitionDetail_detail[data-v-c0120fd4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
}
.exhibitionDetail_xh[data-v-c0120fd4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exhibitionDetail_table[data-v-c0120fd4] {
  margin: 0.3rem auto;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.exhibitionDetail_table_img[data-v-c0120fd4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.exhibitionDetail_table_img img[data-v-c0120fd4] {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.exhibitionDetail_table .tabelContent[data-v-c0120fd4] {
  width: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.exhibitionDetail_table .tabelContent p[data-v-c0120fd4] {
  width: 100%;
  border: 0.026667rem solid #d7d7d7;
  height: 0.6rem;
}
.exhibitionDetail_table .tabelContent p > span[data-v-c0120fd4] {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.exhibitionDetail_table .tabelContent p span[data-v-c0120fd4]:first-child {
  border-right: 0.026667rem solid #d7d7d7;
}
.exhibitionDetail_table .tabelContent p[data-v-c0120fd4]:first-child {
  background-color: #f2f2f2;
  border-bottom: 0;
}
.exhibitionDetail_info[data-v-c0120fd4] {
  padding: 0.3rem 0.5rem;
  line-height: 0.8rem;
  border-top: 0.026667rem solid #d7d7d7;
  border-bottom: 0.026667rem solid #d7d7d7;
}
.exhibitionDetail_info p span[data-v-c0120fd4]:first-child {
  display: inline-block;
  width: 2.8rem;
}
.exhibitionDetail_info span[data-v-c0120fd4]:nth-child(2),
.exhibitionDetail_info span[data-v-c0120fd4]:nth-child(3) {
  color: red;
}
.exhibitionDetail_select .currentSelect[data-v-c0120fd4] {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.exhibitionDetail_select .currentSelect span[data-v-c0120fd4] {
  display: inline-block;
  width: 2.8rem;
}
.exhibitionDetail_select .currentSelect .v-select[data-v-c0120fd4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.exhibitionDetail_parent[data-v-c0120fd4] {
  background-color: #ccc;
  margin: 0 0.2rem;
}
.exhibitionDetail_navBar[data-v-c0120fd4] {
  color: white;
}
.exhibitionDetail_num[data-v-c0120fd4] {
  display: inline-block;
  height: 1rem;
  line-height: 1rem;
  margin-left: 0.6rem;
}
.exhibitionDetail_item[data-v-c0120fd4] {
  margin-top: 0.2rem;
  border-top: solid #d7d7d7 0.026667rem;
}
.exhibitionDetail_item_number[data-v-c0120fd4] {
  padding: 0.3rem 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid #d7d7d7 0.026667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exhibitionDetail_item_number span[data-v-c0120fd4] {
  display: inline-block;
  width: 2.8rem;
}
.exhibitionDetail_item_number .v-select[data-v-c0120fd4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.exhibitionDetail_item_content[data-v-c0120fd4] {
  border-bottom: solid #ccc 0.026667rem;
  padding: 0.4rem;
}
.exhibitionDetail_item_info[data-v-c0120fd4] {
  padding: 0.3rem 0.4rem;
}
.exhibitionDetail_item_info p[data-v-c0120fd4] {
  height: 1rem;
  line-height: 1rem;
}
.exhibitionDetail_item_add[data-v-c0120fd4] {
  padding-left: 0.4rem;
  margin: 0.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exhibitionDetail_item_add span[data-v-c0120fd4] {
  display: inline-block;
  width: 2.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
}
.exhibitionDetail_item .goodsdescription[data-v-c0120fd4] {
  border-top: 0.026667rem solid #d7d7d7;
  width: 100%;
  overflow: hidden;
  padding: 0.4rem 0.5rem;
}
.exhibitionDetail_btn[data-v-c0120fd4] {
  width: 90%;
  height: 1rem;
  line-height: 1rem;
  margin: 0.5rem auto;
  border-radius: 0.533333rem;
}
.add_plus[data-v-c0120fd4] {
  float: left;
  width: 2.7rem;
  height: 0.8rem;
  border-radius: 0.2rem;
  overflow: hidden;
  border: solid #ccc 0.026667rem;
  font-size: 0.5rem;
}
.add_plus span[data-v-c0120fd4] {
  display: inline-block;
  float: left;
  width: 0.8rem;
  line-height: 0.8rem;
  border-left: 0.026667rem solid #ccc;
  text-align: center;
}
.add_plus span[data-v-c0120fd4]:nth-child(1) {
  border-left: none;
  border-right: 0.026667rem solid #ccc;
}
.add_plus input[data-v-c0120fd4] {
  float: left;
  width: 1rem;
  border: none;
  text-align: center;
  padding: 0.2rem 0;
}
.paySuccess[data-v-3bff0744] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}
.paySuccess-content[data-v-3bff0744] {
  width: 4rem;
  margin: auto;
}
.paySuccess-content div[data-v-3bff0744] {
  text-align: center;
}
.paySuccess-content div i[data-v-3bff0744] {
  font-size: 1rem;
  color: #39de00;
}
.paySuccess-content div h1[data-v-3bff0744] {
  color: #333;
  line-height: 1rem;
}
.paySuccess-content div h1[data-v-3bff0744]:nth-child(3) {
  color: red;
}
.paySuccess-content div i[data-v-3bff0744] {
  font-size: 2rem;
}
.paySuccess-content-btn[data-v-3bff0744] {
  height: 1rem;
  width: 4rem;
  border: solid #e8000e 0.026667rem;
  color: #e8000e;
  background-color: white;
  margin-top: 1rem;
  border-radius: 0.2rem;
}
.paySuccess[data-v-60711e72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}
.paySuccess-content[data-v-60711e72] {
  width: 4rem;
  margin: auto;
}
.paySuccess-content div[data-v-60711e72] {
  text-align: center;
}
.paySuccess-content div i[data-v-60711e72] {
  font-size: 1rem;
  color: red;
}
.paySuccess-content div h1[data-v-60711e72] {
  color: #333;
  line-height: 1rem;
}
.paySuccess-content div h1[data-v-60711e72]:nth-child(3) {
  color: red;
}
.paySuccess-content div i[data-v-60711e72] {
  font-size: 2rem;
}
.paySuccess-content-btn[data-v-60711e72] {
  height: 1rem;
  width: 4rem;
  border: solid #e8000e 0.026667rem;
  color: #e8000e;
  background-color: white;
  margin-top: 1rem;
  border-radius: 0.2rem;
}
.returnInfo_content[data-v-ca93bc3c] {
  padding: 0.2rem 0.4rem;
}
.returnInfo_content ul > li span[data-v-ca93bc3c] {
  display: block;
  line-height: 1.2rem;
}
.returnInfo_content ul > li .returnInfo_content_div1[data-v-ca93bc3c] {
  width: 100%;
  border: solid #ccc 0.026667rem;
  border-radius: 0.1rem;
  padding: 0.3rem;
}
.returnInfo_content ul > li .returnInfo_content_div1 input[data-v-ca93bc3c] {
  width: 100%;
}
.returnInfo_btn[data-v-ca93bc3c] {
  width: 100%;
  margin: 4rem 0 0;
  height: 1rem;
}
#app {
  height: 100%;
}
.refundOrder[data-v-e74eb3c4] {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.refundOrder_List[data-v-e74eb3c4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.refundOrder_ul li[data-v-e74eb3c4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: solid #e0e0e0a3 0.106667rem;
  padding: 0.2rem 0;
}
.refundOrder_ul li > p[data-v-e74eb3c4] {
  padding-top: 0.2rem;
  height: 0.8rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.refundOrder_ul li > p span[data-v-e74eb3c4] {
  padding: 0.1rem;
  border: 0.026667rem solid #ccc;
  display: inline-block;
}
.refundOrder_ul li > p span[data-v-e74eb3c4]:first-child {
  width: 60%;
  border: 0;
}
.refundOrder_ul li > p span[data-v-e74eb3c4]:nth-child(2) {
  margin-right: 0.5rem;
}
.refundOrder_centent[data-v-e74eb3c4] {
  width: 100%;
  height: 100%;
}
.refundOrder_contentDetails[data-v-e74eb3c4] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem;
}
.refundOrder_table[data-v-e74eb3c4] {
  width: 40%;
  margin-right: 2%;
}
.refundOrder_table img[data-v-e74eb3c4] {
  width: 100%;
  min-height: 1.8rem;
  display: block;
}
.refundOrder_table table[data-v-e74eb3c4] {
  text-align: center;
}
.refundOrder_table table tr[data-v-e74eb3c4]:nth-child(1) {
  background-color: #ccc;
}
.refundOrder_table table td[data-v-e74eb3c4] {
  border: solid #656565 0.026667rem;
}
.refundOrder_detail[data-v-e74eb3c4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.1rem 0;
}
.refundOrder_detail span[data-v-e74eb3c4] {
  color: red;
}
.refundOrder .refundOrder_methods[data-v-e74eb3c4] {
  font-size: 0.426667rem;
  padding: 0.4rem;
}
.refundOrder .refundOrder_methods li[data-v-e74eb3c4] {
  padding: 0.1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.refundOrder .refundOrder_methods li .select[data-v-e74eb3c4] {
  width: 6.4rem;
  margin-left: 0.2rem;
}
.refundOrder .refundOne[data-v-e74eb3c4] {
  border-bottom: solid #e0e0e0a3 0.106667rem;
}
.refundOrder .refundTwo .refundTwoExplain[data-v-e74eb3c4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.refundOrder .refundTwo .refundTwoExplain p[data-v-e74eb3c4] {
  height: 2rem;
  line-height: 2rem;
}
.refundOrder .refundTwo .refundTwoExplain .imgContent[data-v-e74eb3c4] {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.refundOrder .refundTwo .refundTwoExplain .imgContent p[data-v-e74eb3c4] {
  padding: 0;
  height: 2.8rem;
  border: 0.026667rem dashed #ccc;
  margin-bottom: 0.4rem;
}
.refundOrder .refundTwo .refundTwoExplain .imgContent p img[data-v-e74eb3c4] {
  width: 100%;
  height: 100%;
}
.refundOrder .refundTwo .refundTwoExplain .imgContent .havaImg[data-v-e74eb3c4] {
  width: 100%;
  position: relative;
}
.refundOrder .refundTwo .refundTwoExplain .imgContent .havaImg .delBtn[data-v-e74eb3c4] {
  position: absolute;
  right: -0.4rem;
  top: -0.133333rem;
  font-size: 0.426667rem;
  display: inline-block;
  width: 0.666667rem;
  height: 0.533333rem;
}
.refundOrder .refundTwo .refundTwoExplain .imgContent .havaVideo[data-v-e74eb3c4] {
  width: 100%;
}
.refundOrder .refundTwo .refundreasondetail span[data-v-e74eb3c4] {
  display: block;
  height: 0.8rem;
  line-height: 0.8rem;
  font-weight: 500;
  color: black;
}
.refundOrder .refundTwo .refundreasondetail textarea[data-v-e74eb3c4] {
  border: solid #ccc 0.026667rem;
  width: 100%;
  line-height: 0.6rem;
}
.refundOrder .refundTwo img[data-v-e74eb3c4] {
  height: 0.5rem;
  width: 2.133333rem;
  height: 2.133333rem;
  float: left;
  background-image: url(/mwb/static/img/add.3a0300b.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 4rem 2.133333rem;
}
.refundOrder .refundTwo .currentImg[data-v-e74eb3c4] {
  background-image: none;
}
.refundOrder_footer[data-v-e74eb3c4] {
  height: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.refundOrder_footer button[data-v-e74eb3c4] {
  width: 50%;
  height: 100%;
}
#app {
  height: 100%;
}
.evaluate[data-v-13aa4008] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.evaluate .evaluate_main[data-v-13aa4008] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.evaluate .evaluate_main .evaluate_content[data-v-13aa4008] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.426667rem;
}
.evaluate .evaluate_main .start[data-v-13aa4008] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.3rem;
  padding-bottom: 0.266667rem;
  border-bottom: solid #e0e0e0a3 0.106667rem;
}
.evaluate .evaluate_main .start > span[data-v-13aa4008] {
  display: inline-block;
  padding: 0 0 0 4%;
  width: 3rem;
}
.evaluate .evaluate_main .start .imgContent[data-v-13aa4008] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.evaluate .evaluate_main .start .imgContent > img[data-v-13aa4008] {
  width: 0.666667rem;
  height: 0.666667rem;
  margin-right: 0.106667rem;
}
.evaluate .evaluate_main .evaluate_rows[data-v-13aa4008] {
  padding: 0 4%;
}
.evaluate .evaluate_main .evaluate_rows p[data-v-13aa4008] {
  display: block;
  height: 0.8rem;
  line-height: 0.8rem;
  font-weight: 500;
  color: black;
}
.evaluate .evaluate_main .evaluate_rows textarea[data-v-13aa4008] {
  border: solid #ccc 0.026667rem;
  width: 100%;
  line-height: 0.6rem;
}
.evaluate .evaluate_main .evaluate_footer[data-v-13aa4008] {
  height: 1.4rem;
  padding: 0 16%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 20%;
}
#app {
  height: 100%;
}
.payMathods[data-v-76f1a8dc] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.payMathods .money[data-v-76f1a8dc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.4rem 0.4rem;
}
.payMathods .money span[data-v-76f1a8dc] {
  color: red;
}
.payMathods .payMathods_item_main[data-v-76f1a8dc] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.payMathods .payMathods_item_main .payMathods_item[data-v-76f1a8dc] {
  padding-top: 0.5rem;
}
.payMathods .payMathods_item_main .payMathods_item p[data-v-76f1a8dc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fef2f2;
  padding: 0.2rem 0.4rem;
  border-radius: 0.4rem 0.4rem 0 0;
}
.payMathods .payMathods_item_main .payMathods_item p img[data-v-76f1a8dc] {
  height: 1.066667rem;
  display: inline-block;
  margin-right: 0.266667rem;
}
.payMathods .payMathods_item_main .payMathods_item p span[data-v-76f1a8dc] {
  font-size: 0.426667rem;
  color: red;
}
.payMathods .payMathods_item_main .payMathods_item .payMathods_item_content[data-v-76f1a8dc] {
  padding: 0 0.6rem;
}
.payMathods .payMathods_item_main .payMathods_item .payMathods_item_content li[data-v-76f1a8dc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0.4rem 0.2rem;
  border-bottom: 0.026667rem solid #fef2f2;
}
.payMathods .payMathods_item_main .payMathods_item .payMathods_item_content li .imgContent[data-v-76f1a8dc] {
  width: 90%;
}
.payMathods .payMathods_item_main .payMathods_item .payMathods_item_content li .imgContent img[data-v-76f1a8dc] {
  height: 1rem;
}
.payMathods .payMathods_item_main .payMathods_item .payMathods_item_content li .thirdPay[data-v-76f1a8dc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.payMathods .payMathods_item_main .payMathods_item .payMathods_item_content li .thirdPay span[data-v-76f1a8dc] {
  font-size: 0.586667rem;
  padding-left: 0.266667rem;
}
.payMathods .payMathods_item_main .payMathods_item .payMathods_item_content li[data-v-76f1a8dc]:last-child {
  border-bottom: 0;
}
.payMathods .payMathods_item_main .payMathods_item[data-v-76f1a8dc]:first-child {
  padding-top: 0;
}
.payMathods .payMathods_footer[data-v-76f1a8dc] {
  height: 1rem;
  width: 100%;
  margin: 0.5rem 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.payMathods .payMathods_footer button[data-v-76f1a8dc] {
  margin: 0 0.533333rem;
  width: 40%;
  height: 100%;
  border-radius: 20rem;
}
.payMathods .currentPopup[data-v-76f1a8dc] {
  z-index: 9999999;
  width: 90%;
  height: 40%;
}
.payMathods .currentPopup .popupTitle[data-v-76f1a8dc] {
  height: 1rem;
  line-height: 1rem;
  font-size: 0.426667rem;
  padding: 0 0.4rem;
  background-color: #f2f2f2;
  border-bottom: 0.026667rem solid #ddd;
}
.payMathods .currentPopup .PopupDescribe[data-v-76f1a8dc] {
  height: 2rem;
  line-height: 2rem;
  font-size: 0.426667rem;
  padding: 0 0.4rem;
}
.payMathods .currentPopup .footerBtn[data-v-76f1a8dc] {
  background-color: #f2f2f2;
  border-top: 0.026667rem solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.2rem;
}
.payMathods .currentPopup .footerBtn .shareCancel[data-v-76f1a8dc]:first-child {
  border-right: 0.026667rem solid #ccc;
}
.payMathods .currentPopup .footerBtn .shareCancel[data-v-76f1a8dc] {
  text-align: center;
  width: 50%;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.426667rem;
}
.payMathods .shareUl[data-v-76f1a8dc] {
  z-index: 10000000;
}
.iframe[data-v-76f1a8dc] {
  width: 100%;
  height: calc(100vh - 2.666667rem);
}
#code img[data-v-55a13552] {
  width: 80%;
  margin: 0.2rem auto;
}
#app {
  height: 100%;
}
.fine[data-v-416c1379] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fine .evaluate_main[data-v-416c1379] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fine .evaluate_main .evaluate_content[data-v-416c1379] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.426667rem;
}
.fine .evaluate_main .fineInfo[data-v-416c1379] {
  padding: 0 4%;
}
.fine .evaluate_main .fineInfo p[data-v-416c1379] {
  height: 1rem;
  line-height: 1rem;
}
.fine .evaluate_main .fineInfo p span[data-v-416c1379] {
  font-size: 0.426667rem;
}
.fine .evaluate_main .evaluate_rows[data-v-416c1379] {
  padding: 0 4%;
}
.fine .evaluate_main .evaluate_rows p[data-v-416c1379] {
  display: block;
  height: 0.8rem;
  line-height: 0.8rem;
  font-weight: 500;
  color: black;
  font-size: 0.426667rem;
}
.fine .evaluate_main .evaluate_rows textarea[data-v-416c1379] {
  border: solid #ccc 0.026667rem;
  width: 100%;
  line-height: 0.6rem;
}
.fine .evaluate_main .evaluate_footer[data-v-416c1379] {
  height: 1.4rem;
  padding: 0 16%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 20%;
}
.fine .evaluate_main .evaluate_footer button[data-v-416c1379] {
  width: 3rem;
}
#app {
  height: 100%;
}
.fine[data-v-5d48ef18] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fine .evaluate_main[data-v-5d48ef18] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fine .evaluate_main .evaluate_content[data-v-5d48ef18] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.426667rem;
}
.fine .evaluate_main .fineInfo[data-v-5d48ef18] {
  padding: 0 4%;
}
.fine .evaluate_main .fineInfo p[data-v-5d48ef18] {
  height: 1rem;
  line-height: 1rem;
}
.fine .evaluate_main .fineInfo p span[data-v-5d48ef18] {
  font-size: 0.426667rem;
}
.fine .evaluate_main .evaluate_rows[data-v-5d48ef18] {
  padding: 0 4%;
}
.fine .evaluate_main .evaluate_rows p[data-v-5d48ef18] {
  display: block;
  height: 0.8rem;
  line-height: 0.8rem;
  font-weight: 500;
  color: black;
  font-size: 0.426667rem;
}
.fine .evaluate_main .evaluate_rows textarea[data-v-5d48ef18] {
  border: solid #ccc 0.026667rem;
  width: 100%;
  line-height: 0.6rem;
}
.orderDetails[data-v-8b24ef18] {
  padding-bottom: 0.6rem;
}
.orderDetails_info[data-v-8b24ef18] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.orderDetails_infoContent[data-v-8b24ef18] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.orderDetails_infoContent ul > li[data-v-8b24ef18] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.1rem 0.4rem;
  line-height: 1rem;
  border-bottom: 0.026667rem solid #d7d7d7;
}
.orderDetails_table[data-v-8b24ef18] {
  width: 35%;
  float: left;
  margin: auto;
}
.orderDetails_table img[data-v-8b24ef18] {
  width: 100%;
  display: block;
  margin-bottom: 0.1rem;
}
.orderDetails_table table[data-v-8b24ef18] {
  text-align: center;
}
.orderDetails_table table tr[data-v-8b24ef18]:nth-child(1) {
  background-color: #ccc;
}
.orderDetails_table table td[data-v-8b24ef18] {
  border: solid #656565 0.026667rem;
}
.orderDetails_content[data-v-8b24ef18] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem 0.4rem;
}
.orderDetails_content .orderDetails_newcontent[data-v-8b24ef18] {
  padding: 0.2rem 0.4rem;
  height: 3.6rem;
}
.orderDetails_content .orderDetails_newcontent p[data-v-8b24ef18] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0.6rem;
}
.orderDetails_detail[data-v-8b24ef18] {
  margin: auto;
  padding-left: 0.3rem;
  height: 100%;
  width: 65%;
  overflow: hidden;
}
.orderDetails_detail_detail_content[data-v-8b24ef18] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.orderDetails_detail .currentNewDetails[data-v-8b24ef18] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.orderDetails_detail .currentNewDetails p[data-v-8b24ef18] {
  padding: 0.1rem 0;
}
.orderDetails_btn[data-v-8b24ef18] {
  width: 90%;
  height: 1rem;
  margin: 1rem 5% 0;
}
.btn[data-v-8b24ef18] {
  position: relative;
  display: inline-block;
  width: 40%;
  height: 0.6rem;
  text-align: center;
  font-size: 0.373333rem;
  line-height: 0.6rem;
  background-color: #23babc;
  color: #fff;
  border-radius: 0.08rem;
}
.btn > span[data-v-8b24ef18] {
  display: inline-block;
  color: #fff;
}
.btn input[data-v-8b24ef18] {
  display: none;
}
@charset "UTF-8";
*[data-v-771c4dba] {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body[data-v-771c4dba] {
  font-family: 'Noto Sans SC', sans-serif;
  background-color: #f5f5f5;
  color: #333;
  font-size: 0.373333rem;
  line-height: 1.5;
  max-width: 100%;
  overflow-x: hidden;
}
#app[data-v-771c4dba] {
  max-width: 20rem;
  margin: 0 auto;
  background-color: #fff;
  min-height: 100vh;
  position: relative;
}

/* 顶部搜索栏 */
.header[data-v-771c4dba] {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
.search-bar[data-v-771c4dba] {
  margin: 0.266667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border-radius: 0.533333rem;
  padding: 0.213333rem 0.4rem;
  border: 0.026667rem solid #777;
}
.search-bar i[data-v-771c4dba] {
  color: #888;
  margin-right: 0.213333rem;
}
.search-bar input[data-v-771c4dba] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 0.373333rem;
  color: #333;
}
.search-bar input[data-v-771c4dba]::-webkit-input-placeholder {
  color: #aaa;
}
.search-bar input[data-v-771c4dba]::-ms-input-placeholder {
  color: #aaa;
}
.search-bar input[data-v-771c4dba]::placeholder {
  color: #aaa;
}
.cart-icon[data-v-771c4dba] {
  position: relative;
  margin-left: 0.4rem;
  color: white;
  font-size: 0.533333rem;
}
.cart-count[data-v-771c4dba] {
  position: absolute;
  top: -0.133333rem;
  right: -0.213333rem;
  background-color: #ff4444;
  color: white;
  font-size: 0.266667rem;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* 主体内容 */
.main-content[data-v-771c4dba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 4.133333rem);
  overflow: hidden;
}

/* 左侧分类导航 */
.category-nav[data-v-771c4dba] {
  width: 2.666667rem;
  background-color: #f8f8f8;
  overflow-y: auto;
  border-right: 0.026667rem solid #eee;
}
.category-item[data-v-771c4dba],
.category-item a[data-v-771c4dba] {
  padding: 0.426667rem 0.08rem;
  text-align: center;
  font-size: 0.346667rem;
  color: #666;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.category-item.active[data-v-771c4dba] {
  background-color: white;
  color: #0085ff;
  font-weight: 500;
}
.category-item.active[data-v-771c4dba]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0.106667rem;
  background-color: #0085ff;
}

/* 右侧商品列表 */
.product-list[data-v-771c4dba] {
  overflow-y: auto;
  padding: 0.266667rem 0.4rem;
  position: relative;
  /* 关键：设置为定位元素 */
  background-color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  scroll-behavior: smooth;
  /* 启用平滑滚动 */
}
.category-title[data-v-771c4dba] {
  padding: 0.32rem 0;
  font-size: 0.4rem;
  font-weight: 700;
  color: #333;
  background-color: white;
  position: -webkit-sticky;
  position: sticky;
  top: -0.266667rem;
  z-index: 10;
}
.category-title[data-v-771c4dba]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.026667rem;
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), color-stop(#ccc), to(#f5f5f5));
  background: linear-gradient(to right, #f5f5f5, #ccc, #f5f5f5);
}
.product-item[data-v-771c4dba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.32rem 0;
  border-bottom: 0.026667rem solid #f5f5f5;
}
.product-image[data-v-771c4dba] {
  width: 2.133333rem;
  height: 2.133333rem;
  border-radius: 0.106667rem;
  overflow: hidden;
  margin-right: 0.32rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-image img[data-v-771c4dba] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-info[data-v-771c4dba] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-name[data-v-771c4dba] {
  font-size: 0.4rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 0.106667rem;
}
.product-desc[data-v-771c4dba] {
  font-size: 0.32rem;
  color: #999;
  margin-bottom: 0.213333rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-footer[data-v-771c4dba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-price[data-v-771c4dba] {
  color: #ff5339;
  font-weight: 700;
  font-size: 0.293333rem;
}
.product-price[data-v-771c4dba]::before {
  content: "\A5";
  font-size: 0.32rem;
}
.product-sales[data-v-771c4dba] {
  color: #999;
  font-size: 0.32rem;
  margin-left: 0.133333rem;
}
.add-to-cart[data-v-771c4dba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.add-btn[data-v-771c4dba] {
  background: linear-gradient(135deg, #0af, #0085ff);
  color: white;
  border: none;
  border-radius: 0.266667rem;
  padding: 0.16rem 0.266667rem;
  font-size: 0.346667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0.053333rem 0.16rem rgba(0, 133, 255, 0.3);
          box-shadow: 0 0.053333rem 0.16rem rgba(0, 133, 255, 0.3);
}
.add-btn i[data-v-771c4dba] {
  margin-right: 0.106667rem;
}
.quantity-control[data-v-771c4dba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quantity-btn[data-v-771c4dba] {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #0af, #0085ff);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  font-size: 0.426667rem;
}
.quantity[data-v-771c4dba] {
  margin: 0 0.213333rem;
  font-size: 0.4rem;
  font-weight: 500;
  min-width: 0.533333rem;
  text-align: center;
}

/* 底部购物车 */
.cart-footer[data-v-771c4dba] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 20rem;
  margin: 0 auto;
  height: 1.6rem;
  background-color: rgba(61, 61, 63, 0.9);
  -webkit-backdrop-filter: blur(0.266667rem);
          backdrop-filter: blur(0.266667rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.4rem;
  z-index: 200;
}
.cart-info[data-v-771c4dba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cart-icon-box[data-v-771c4dba] {
  position: relative;
  margin-right: 0.4rem;
}
.cart-icon-large[data-v-771c4dba] {
  font-size: 0.746667rem;
  color: #0085ff;
}
.cart-total-count[data-v-771c4dba] {
  position: absolute;
  top: -0.133333rem;
  right: -0.133333rem;
  background-color: #ff4444;
  color: white;
  font-size: 0.32rem;
  min-width: 0.533333rem;
  height: 0.533333rem;
  border-radius: 0.266667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.133333rem;
}
.cart-price[data-v-771c4dba] {
  color: white;
  font-size: 0.48rem;
  font-weight: 700;
}
.cart-price[data-v-771c4dba]::before {
  content: "\A5";
  font-size: 0.373333rem;
}
.checkout-btn[data-v-771c4dba] {
  background: #0085ff;
  color: white;
  border: none;
  border-radius: 0.666667rem;
  padding: 0.32rem 0.666667rem;
  font-size: 0.426667rem;
  font-weight: 600;
}

/* 购物车弹窗 */
.cart-popup[data-v-771c4dba] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cart-popup-mask[data-v-771c4dba] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.cart-popup-content[data-v-771c4dba] {
  background-color: white;
  border-top-left-radius: 0.266667rem;
  border-top-right-radius: 0.266667rem;
  max-height: 70vh;
  overflow-y: auto;
  margin-bottom: 1.6rem;
}
.cart-popup-header[data-v-771c4dba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem;
  border-bottom: 0.026667rem solid #eee;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
}
.cart-popup-header h3[data-v-771c4dba] {
  font-size: 0.48rem;
  color: #333;
}
.cart-popup-header span[data-v-771c4dba] {
  color: #666;
  font-size: 0.373333rem;
}
.cart-popup-list[data-v-771c4dba] {
  padding: 0.4rem;
}
.cart-popup-item[data-v-771c4dba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.32rem 0;
  border-bottom: 0.026667rem solid #f5f5f5;
}
.cart-item-info[data-v-771c4dba] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cart-item-name[data-v-771c4dba] {
  font-size: 0.4rem;
  color: #333;
  margin-bottom: 0.133333rem;
}
.cart-item-price[data-v-771c4dba] {
  color: #ff5339 !important;
  font-weight: bold;
}
.cart-item-control[data-v-771c4dba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.empty-cart-popup[data-v-771c4dba] {
  text-align: center;
  padding: 1.066667rem 0;
}
.empty-cart-popup i[data-v-771c4dba] {
  font-size: 1.333333rem;
  color: #ddd;
  margin-bottom: 0.4rem;
}
.empty-cart-popup p[data-v-771c4dba] {
  color: #999;
  font-size: 0.426667rem;
}

/* 动画效果 */
.add-animation[data-v-771c4dba] {
  -webkit-animation: addCart-data-v-771c4dba 0.5s ease-out;
          animation: addCart-data-v-771c4dba 0.5s ease-out;
}
@-webkit-keyframes addCart-data-v-771c4dba {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes addCart-data-v-771c4dba {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
.empty-category[data-v-771c4dba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.266667rem 0.533333rem;
  text-align: center;
  width: 5.333333rem;
  height: 3.786667rem;
}

/* 空购物车提示 */
.empty-cart[data-v-771c4dba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.066667rem 0.533333rem;
  text-align: center;
}
.empty-cart i[data-v-771c4dba] {
  font-size: 2.133333rem;
  color: #ddd;
  margin-bottom: 0.533333rem;
}
.empty-cart p[data-v-771c4dba] {
  font-size: 0.426667rem;
  color: #999;
}

/* 删除按钮 */
.delete-btn[data-v-771c4dba] {
  margin-left: 0.4rem;
  color: #999;
  font-size: 0.373333rem;
  padding: 0.106667rem 0.213333rem;
  border-radius: 0.106667rem;
  border: 0.026667rem solid #eee;
}

/* 商品详情弹窗样式 */
.product-detail-popup[data-v-771c4dba] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(0, 0, 0, 0);
}
.product-detail-mask[data-v-771c4dba] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.product-detail-content[data-v-771c4dba] {
  background-color: white;
  max-height: 85vh;
  overflow-y: auto;
  -webkit-animation: slideUp-data-v-771c4dba 0.4s ease-out;
          animation: slideUp-data-v-771c4dba 0.4s ease-out;
}
@-webkit-keyframes slideUp-data-v-771c4dba {
from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes slideUp-data-v-771c4dba {
from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
.product-detail-header[data-v-771c4dba] {
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
}
.close-btn[data-v-771c4dba] {
  background: none;
  border: none;
  font-size: 0.533333rem;
  color: #999;
  padding: 0.133333rem;
}
.product-detail-body[data-v-771c4dba] {
  padding: 0 0.533333rem 0.8rem;
}
.detail-image[data-v-771c4dba] {
  width: 100%;
  height: 5.333333rem;
  border-radius: 0.266667rem;
  overflow: hidden;
  background-color: #f8f8f8;
  margin-bottom: 0.533333rem;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.detail-image img[data-v-771c4dba] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-info[data-v-771c4dba] {
  margin-bottom: 0.533333rem;
}
.detail-name[data-v-771c4dba] {
  font-size: 0.533333rem;
  font-weight: 700;
  margin-bottom: 0.266667rem;
  color: #333;
}
.detail-price[data-v-771c4dba] {
  font-size: 0.48rem;
  font-weight: 700;
  color: #ff5339;
  margin-bottom: 0.213333rem;
}
.detail-sales[data-v-771c4dba] {
  font-size: 0.373333rem;
  color: #999;
  margin-bottom: 0.4rem;
}
.detail-desc[data-v-771c4dba] {
  font-size: 0.373333rem;
  line-height: 1.6;
  color: #555;
}
.add-to-cart-detail[data-v-771c4dba] {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: white;
  padding: 0.4rem 0;
  border-top: 0.026667rem solid #eee;
}
.quantity-control[data-v-771c4dba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quantity-btn[data-v-771c4dba] {
  width: 1.066667rem;
  height: 1.066667rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #0af, #0085ff);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  font-size: 0.533333rem;
}
.quantity[data-v-771c4dba] {
  margin: 0 0.4rem;
  font-size: 0.48rem;
  font-weight: 500;
  min-width: 0.8rem;
  text-align: center;
}
.rotate180[data-v-771c4dba] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.company-head[data-v-771c4dba] {
  background: linear-gradient(135deg, #fff, #ffe);
}
.company-head-edit[data-v-771c4dba] {
  background-color: #fff;
}
[data-v-771c4dba] .mint-radiolist-title {
  font-size: 0.373333rem !important;
  vertical-align: middle !important;
  margin-top: 0.533333rem !important;
  color: inherit !important;
}
[data-v-771c4dba] .mint-radiolist-label {
  padding: 0 !important;
}
.mint-radiolist[data-v-771c4dba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.company-head[data-v-771c4dba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f8f8f8;
}
.company-edit-periods[data-v-771c4dba] {
  margin: 0 0.533333rem;
}
.orderInfo[data-v-771c4dba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(135deg, #afc0c9, #ffffff);
  padding: 0.266667rem 0.4rem;
  -webkit-box-shadow: 0 0.053333rem 0.266667rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.053333rem 0.266667rem rgba(0, 0, 0, 0.1);
}
.orderInfo span[data-v-771c4dba] {
  font-weight: 500;
  color: #2c3e50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.address-content[data-v-771c4dba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.533333rem;
}
.address-info[data-v-771c4dba] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.address-detail[data-v-771c4dba] {
  color: #666;
  font-size: 0.373333rem;
}
.order-content[data-v-771c4dba] {
  font-size: 0.293333rem;
  color: #5a5a5a;
  padding: 0.266667rem 0.4rem;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0.133333rem;
}
.address-detail-center[data-v-771c4dba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.center[data-v-771c4dba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.mingxi[data-v-771c4dba] {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 0.266667rem;
}
.mingxi div[data-v-771c4dba] {
  margin-right: 0.266667rem;
  min-width: 45%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.mingxi div span[data-v-771c4dba] {
  margin-right: 0.133333rem;
  font-weight: 900;
}
[data-v-771c4dba] .mint-field-core {
  border: solid 0.002667rem rgba(0, 0, 0, 0.15) !important;
  padding: 0.133333rem !important;
  border-radius: 0.133333rem !important;
}
@charset "UTF-8";
*[data-v-0c7e8f34] {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body[data-v-0c7e8f34] {
  font-family: 'Noto Sans SC', sans-serif;
  background-color: #f5f5f5;
  color: #333;
  font-size: 0.373333rem;
  line-height: 1.5;
  max-width: 100%;
  overflow-x: hidden;
}
#app[data-v-0c7e8f34] {
  max-width: 20rem;
  margin: 0 auto;
  background-color: #fff;
  min-height: 100vh;
  position: relative;
  padding-bottom: 2.666667rem;
}

/* 顶部导航 */
.header[data-v-0c7e8f34] {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(135deg, #0af, #0085ff);
  padding: 0.4rem;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0.053333rem 0.266667rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.053333rem 0.266667rem rgba(0, 0, 0, 0.1);
}
.back-btn[data-v-0c7e8f34] {
  background: none;
  border: none;
  color: white;
  font-size: 0.426667rem;
  margin-right: 0.4rem;
}
.header-title[data-v-0c7e8f34] {
  font-size: 0.48rem;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.edit-btn[data-v-0c7e8f34] {
  background: none;
  border: none;
  color: white;
  font-size: 0.373333rem;
}

/* 购物车商品列表 */
.cart-list[data-v-0c7e8f34] {
  padding: 0.4rem;
}
.cart-section-title[data-v-0c7e8f34] {
  font-size: 0.426667rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}
.cart-section-title i[data-v-0c7e8f34] {
  margin-right: 0.213333rem;
  color: #0085ff;
}
.cart-item[data-v-0c7e8f34] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  border-radius: 0.32rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.053333rem 0.213333rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.053333rem 0.213333rem rgba(0, 0, 0, 0.05);
  padding: 0.4rem;
  margin-bottom: 0.4rem;
}
.item-select[data-v-0c7e8f34] {
  margin-right: 0.32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select-checkbox[data-v-0c7e8f34] {
  width: 0.533333rem;
  height: 0.533333rem;
  border-radius: 50%;
  border: 0.026667rem solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.select-checkbox.selected[data-v-0c7e8f34] {
  background: #0085ff;
  border-color: #0085ff;
}
.select-checkbox.selected[data-v-0c7e8f34]::after {
  content: "\2713";
  color: white;
  font-size: 0.32rem;
}
.item-image[data-v-0c7e8f34] {
  width: 2.666667rem;
  height: 2.666667rem;
  border-radius: 0.213333rem;
  overflow: hidden;
  margin-right: 0.4rem;
  background-color: #f8f8f8;
}
.item-image img[data-v-0c7e8f34] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-info[data-v-0c7e8f34] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.item-name[data-v-0c7e8f34] {
  font-size: 0.426667rem;
  font-weight: 500;
  margin-bottom: 0.213333rem;
  color: #333;
}
.item-desc[data-v-0c7e8f34] {
  font-size: 0.32rem;
  color: #999;
  margin-bottom: 0.266667rem;
}
.item-price[data-v-0c7e8f34] {
  color: #ff5339;
  font-weight: 700;
  font-size: 0.32rem;
  margin-top: auto;
}
.item-price[data-v-0c7e8f34]::before {
  font-size: 0.32rem;
}
.item-price-type[data-v-0c7e8f34] {
  color: #424040;
  font-size: 0.32rem;
  margin-left: 0.133333rem;
  padding-bottom: 0.133333rem;
}
.item-control[data-v-0c7e8f34] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.266667rem;
}
.quantity-control[data-v-0c7e8f34] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quantity-btn[data-v-0c7e8f34] {
  width: 0.746667rem;
  height: 0.746667rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #0af, #0085ff);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  font-size: 0.426667rem;
}
.quantity[data-v-0c7e8f34] {
  margin: 0 0.213333rem;
  font-size: 0.426667rem;
  font-weight: 500;
  min-width: 0.533333rem;
  text-align: center;
}
.delete-btn[data-v-0c7e8f34] {
  background: #f8f8f8;
  border: none;
  color: #999;
  padding: 0.106667rem 0.266667rem;
  border-radius: 0.106667rem;
  font-size: 0.32rem;
}

/* 收货地址 */
.address-section[data-v-0c7e8f34] {
  background: white;
  border-radius: 0.32rem;
  padding: 0.4rem;
  margin: 0.4rem;
  -webkit-box-shadow: 0 0.053333rem 0.213333rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.053333rem 0.213333rem rgba(0, 0, 0, 0.05);
}
.address-header[data-v-0c7e8f34] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.026667rem solid #f5f5f5;
}
.address-title[data-v-0c7e8f34] {
  font-size: 0.426667rem;
  font-weight: 600;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.address-title i[data-v-0c7e8f34] {
  margin-right: 0.213333rem;
  color: #0085ff;
}
.add-address-btn[data-v-0c7e8f34] {
  background: none;
  border: none;
  color: #0085ff;
  font-size: 0.373333rem;
}
.address-content[data-v-0c7e8f34] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.address-info[data-v-0c7e8f34] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.user-info[data-v-0c7e8f34] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.213333rem;
}
.user-name[data-v-0c7e8f34] {
  font-size: 0.426667rem;
  font-weight: 600;
  margin-right: 0.4rem;
}
.user-phone[data-v-0c7e8f34] {
  color: #666;
}
.address-detail[data-v-0c7e8f34] {
  color: #666;
  font-size: 0.373333rem;
}
.address-icon[data-v-0c7e8f34] {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #0af, #0085ff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  margin-left: 0.266667rem;
}

/* 优惠券 */
.coupon-section[data-v-0c7e8f34] {
  background: white;
  border-radius: 0.32rem;
  padding: 0.4rem;
  margin: 0.4rem;
  -webkit-box-shadow: 0 0.053333rem 0.213333rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.053333rem 0.213333rem rgba(0, 0, 0, 0.05);
}
.coupon-header[data-v-0c7e8f34] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.266667rem;
}
.coupon-title[data-v-0c7e8f34] {
  font-size: 0.426667rem;
  font-weight: 600;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coupon-title i[data-v-0c7e8f34] {
  margin-right: 0.213333rem;
  color: #0085ff;
}
.coupon-select[data-v-0c7e8f34] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.266667rem 0;
}
.coupon-value[data-v-0c7e8f34] {
  color: #ff5339;
  font-weight: 600;
  margin-right: 0.266667rem;
}
.coupon-name[data-v-0c7e8f34] {
  color: #666;
  font-size: 0.373333rem;
}
.coupon-arrow[data-v-0c7e8f34] {
  margin-left: auto;
  color: #999;
}

/* 价格明细 */
.price-section[data-v-0c7e8f34] {
  background: white;
  border-radius: 0.32rem;
  padding: 0.4rem;
  margin: 0.4rem;
  -webkit-box-shadow: 0 0.053333rem 0.213333rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.053333rem 0.213333rem rgba(0, 0, 0, 0.05);
}
.price-row[data-v-0c7e8f34] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.32rem;
}
.price-label[data-v-0c7e8f34] {
  color: #666;
}
.price-value[data-v-0c7e8f34] {
  color: #333;
  font-weight: 500;
}
.total-row[data-v-0c7e8f34] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.4rem;
  padding-top: 0.4rem;
  border-top: 0.026667rem dashed #eee;
  font-size: 0.426667rem;
}
.total-label[data-v-0c7e8f34] {
  font-weight: 600;
  color: #333;
}
.total-price[data-v-0c7e8f34] {
  color: #ff5339;
  font-weight: 700;
  font-size: 0.48rem;
}

/* 底部操作栏 */
.cart-footer[data-v-0c7e8f34] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 20rem;
  margin: 0 auto;
  height: 1.6rem;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.4rem;
  z-index: 200;
  -webkit-box-shadow: 0 -0.053333rem 0.266667rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 -0.053333rem 0.266667rem rgba(0, 0, 0, 0.1);
}
.total-info[data-v-0c7e8f34] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.total-text[data-v-0c7e8f34] {
  font-size: 0.373333rem;
  color: #666;
  margin-bottom: 0.053333rem;
}
.total-amount[data-v-0c7e8f34] {
  color: #ff5339;
  font-weight: 700;
  font-size: 0.48rem;
}
.checkout-btn[data-v-0c7e8f34] {
  background: linear-gradient(135deg, #0af, #0085ff);
  color: white;
  border: none;
  border-radius: 0.666667rem;
  padding: 0.32rem 0.933333rem;
  font-size: 0.426667rem;
  font-weight: 600;
  -webkit-box-shadow: 0 0.053333rem 0.213333rem rgba(0, 133, 255, 0.3);
          box-shadow: 0 0.053333rem 0.213333rem rgba(0, 133, 255, 0.3);
}

/* 空购物车 */
.empty-cart[data-v-0c7e8f34] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.6rem 0.533333rem;
  text-align: center;
}
.empty-cart i[data-v-0c7e8f34] {
  font-size: 2.666667rem;
  color: #e0e0e0;
  margin-bottom: 0.533333rem;
}
.empty-cart h3[data-v-0c7e8f34] {
  font-size: 0.48rem;
  color: #666;
  margin-bottom: 0.4rem;
}
.empty-cart p[data-v-0c7e8f34] {
  color: #999;
  font-size: 0.373333rem;
  margin-bottom: 0.8rem;
}
.shopping-btn[data-v-0c7e8f34] {
  background: linear-gradient(135deg, #0af, #0085ff);
  color: white;
  border: none;
  border-radius: 0.666667rem;
  padding: 0.32rem 1.066667rem;
  font-size: 0.426667rem;
  font-weight: 500;
}

/* 地址编辑弹窗 */
.address-popup[data-v-0c7e8f34] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.address-popup-mask[data-v-0c7e8f34] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.address-popup-content[data-v-0c7e8f34] {
  background-color: white;
  border-top-left-radius: 0.533333rem;
  border-top-right-radius: 0.533333rem;
  padding: 0.533333rem;
  -webkit-animation: slideUp-data-v-0c7e8f34 0.4s ease-out;
          animation: slideUp-data-v-0c7e8f34 0.4s ease-out;
}
@-webkit-keyframes slideUp-data-v-0c7e8f34 {
from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes slideUp-data-v-0c7e8f34 {
from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
.address-popup-header[data-v-0c7e8f34] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.533333rem;
}
.address-popup-title[data-v-0c7e8f34] {
  font-size: 0.48rem;
  font-weight: 600;
  color: #333;
}
.close-btn[data-v-0c7e8f34] {
  background: none;
  border: none;
  font-size: 0.533333rem;
  color: #999;
}
.form-group[data-v-0c7e8f34] {
  margin-bottom: 0.4rem;
}
.form-label[data-v-0c7e8f34] {
  display: block;
  margin-bottom: 0.16rem;
  font-size: 0.373333rem;
  color: #666;
}
.form-input[data-v-0c7e8f34] {
  width: 100%;
  padding: 0.32rem 0.4rem;
  border: 0.026667rem solid #e0e0e0;
  border-radius: 0.213333rem;
  font-size: 0.4rem;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-input[data-v-0c7e8f34]:focus {
  border-color: #0085ff;
  outline: none;
}
.save-btn[data-v-0c7e8f34] {
  background: linear-gradient(135deg, #0af, #0085ff);
  color: white;
  border: none;
  border-radius: 0.213333rem;
  padding: 0.373333rem;
  font-size: 0.426667rem;
  font-weight: 500;
  width: 100%;
  margin-top: 0.266667rem;
}
.rotate180[data-v-0c7e8f34] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mint-radiolist[data-v-0c7e8f34] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.mint-radio-label[data-v-0c7e8f34] {
  padding: 0 !important;
}
.mint-radiolist-title[data-v-0c7e8f34] {
  font-size: 0.373333rem !important;
  color: #666;
  margin-right: 0.266667rem;
  font-weight: 500;
}
.disabled[data-v-0c7e8f34] {
  background: linear-gradient(135deg, #bbbbbb, #bbbbbb) !important;
}
[data-v-0c7e8f34] .mint-radiolist-title {
  font-size: 0.373333rem !important;
  vertical-align: middle !important;
  margin-top: 0.533333rem !important;
  color: inherit !important;
}
.mint-radiolist[data-v-0c7e8f34] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.order-content[data-v-0c7e8f34] {
  font-size: 0.293333rem;
  padding: 0.4rem;
}
.orderInfo[data-v-0c7e8f34] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(135deg, #afc0c9, #ffffff);
  padding: 0.266667rem 0.4rem;
  -webkit-box-shadow: 0 0.053333rem 0.266667rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.053333rem 0.266667rem rgba(0, 0, 0, 0.1);
}
.orderInfo span[data-v-0c7e8f34] {
  font-weight: 500;
  color: #2c3e50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@charset "UTF-8";
*[data-v-7b8df942] {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body[data-v-7b8df942] {
  font-family: 'Noto Sans SC', sans-serif;
  background-color: #f5f5f5;
  color: #333;
  font-size: 0.373333rem;
  line-height: 1.5;
  max-width: 100%;
  overflow-x: hidden;
}
#app[data-v-7b8df942] {
  max-width: 20rem;
  margin: 0 auto;
  background-color: #fff;
  min-height: 100vh;
  position: relative;
  padding-bottom: 0.533333rem;
}

/* 顶部导航 */
.header[data-v-7b8df942] {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(135deg, #0af, #0085ff);
  padding: 0.4rem;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0.053333rem 0.266667rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.053333rem 0.266667rem rgba(0, 0, 0, 0.1);
}
.back-btn[data-v-7b8df942] {
  background: none;
  border: none;
  color: white;
  font-size: 0.426667rem;
  margin-right: 0.4rem;
}
.header-title[data-v-7b8df942] {
  font-size: 0.48rem;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.search-btn[data-v-7b8df942] {
  background: none;
  border: none;
  color: white;
  font-size: 0.426667rem;
}

/* 订单状态分类 */
.order-tabs[data-v-7b8df942] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  position: -webkit-sticky;
  position: sticky;
  top: 1.333333rem;
  z-index: 90;
  -webkit-box-shadow: 0 0.053333rem 0.213333rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.053333rem 0.213333rem rgba(0, 0, 0, 0.05);
  overflow-x: auto;
  scrollbar-width: none;
}
.order-tabs[data-v-7b8df942]::-webkit-scrollbar {
  display: none;
}
.order-tab[data-v-7b8df942] {
  padding: 0.4rem 0.533333rem;
  font-size: 0.4rem;
  color: #666;
  white-space: nowrap;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.order-tab.active[data-v-7b8df942] {
  color: #0085ff;
  font-weight: 500;
}
.order-tab.active[data-v-7b8df942]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 0.08rem;
  background: #0085ff;
  border-radius: 0.08rem;
}

/* 订单列表 */
.order-list[data-v-7b8df942] {
  padding: 0.4rem;
}
.order-card[data-v-7b8df942] {
  background: white;
  border-radius: 0.32rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.053333rem 0.213333rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.053333rem 0.213333rem rgba(0, 0, 0, 0.05);
  margin-bottom: 0.4rem;
}
.order-card[data-v-7b8df942]:nth-child(even) {
  background: white;
  border-radius: 0.32rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.053333rem 0.213333rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.053333rem 0.213333rem rgba(0, 0, 0, 0.05);
  margin-bottom: 0.4rem;
  background-color: #e8e8e8;
}
.order-header[data-v-7b8df942] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.4rem;
  border-bottom: 0.026667rem solid #f5f5f5;
}
.order-no[data-v-7b8df942] {
  font-size: 0.373333rem;
  color: #666;
}
.order-status[data-v-7b8df942] {
  font-size: 0.373333rem;
  font-weight: 500;
  color: #ff5339;
}
.order-status.paid[data-v-7b8df942] {
  color: #0085ff;
}
.order-status.shipped[data-v-7b8df942] {
  color: #ff9f00;
}
.order-status.completed[data-v-7b8df942] {
  color: #00b894;
}
.order-status.canceled[data-v-7b8df942] {
  color: #999;
}
.order-body[data-v-7b8df942] {
  padding: 0.4rem;
}
.order-body .order-list-item[data-v-7b8df942] {
  border-bottom: 0.053333rem solid #eee;
  padding-bottom: 0.213333rem;
  padding-top: 0.213333rem;
}
.order-item[data-v-7b8df942] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.32rem;
}
.order-item[data-v-7b8df942]:last-child {
  margin-bottom: 0;
}
.order-image[data-v-7b8df942] {
  width: 2.133333rem;
  height: 2.133333rem;
  border-radius: 0.213333rem;
  overflow: hidden;
  margin-right: 0.32rem;
  background-color: #f8f8f8;
}
.order-image img[data-v-7b8df942] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.order-item-info[data-v-7b8df942] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.order-item-name[data-v-7b8df942] {
  font-size: 0.4rem;
  font-weight: 500;
  margin-bottom: 0.16rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.order-item-spec[data-v-7b8df942] {
  font-size: 0.293333rem;
  margin-bottom: 0.08rem;
}
.order-item-spec p[data-v-7b8df942] {
  color: #737373;
  font-size: 0.293333rem;
  margin-right: 0.266667rem;
}
.order-item-spec span[data-v-7b8df942] {
  font-size: 0.293333rem;
  color: #999;
}
.order-item-spec p[data-v-7b8df942] {
  font-size: 0.293333rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.order-item-price[data-v-7b8df942] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.item-price[data-v-7b8df942] {
  color: #ff5339;
  font-weight: 500;
}
.item-count[data-v-7b8df942] {
  color: #666;
}
.order-footer[data-v-7b8df942] {
  padding: 0.4rem;
  border-top: 0.026667rem solid #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.order-total[data-v-7b8df942] {
  font-size: 0.4rem;
  color: #333;
  margin-right: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-total span[data-v-7b8df942] {
  color: #ff5339;
  font-weight: 500;
  margin-left: 0.133333rem;
}
.order-actions[data-v-7b8df942] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.293333rem;
}
.order-actions p[data-v-7b8df942] {
  font-size: 0.293333rem;
  margin-right: 0.266667rem;
}
.order-actions span[data-v-7b8df942] {
  font-size: 0.293333rem;
}
.action-btn[data-v-7b8df942] {
  padding: 0.053333rem 0.133333rem;
  border-radius: 0.133333rem;
  font-size: 0.373333rem;
  margin-left: 0.133333rem;
  border: 0.026667rem solid #ddd;
  background: white;
  color: #333;
}
.action-btn2[data-v-7b8df942] {
  padding: 0.053333rem 0.133333rem;
  border-radius: 0.133333rem;
  font-size: 0.373333rem;
  margin-left: 0.133333rem;
  border: 0.026667rem solid #ccc;
  background: white;
  color: #333;
}
.action-btn.primary[data-v-7b8df942] {
  background: linear-gradient(135deg, #0af, #0085ff);
  color: white;
  border: none;
}
.action-btn.warning[data-v-7b8df942] {
  background: linear-gradient(135deg, #ff9f00, #ff6b6b);
  color: white;
  border: none;
}

/* 空订单提示 */
.empty-order[data-v-7b8df942] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.6rem 0.533333rem;
  text-align: center;
}
.empty-order i[data-v-7b8df942] {
  font-size: 2.666667rem;
  color: #e0e0e0;
  margin-bottom: 0.533333rem;
}
.empty-order h3[data-v-7b8df942] {
  font-size: 0.48rem;
  color: #666;
  margin-bottom: 0.4rem;
}
.empty-order p[data-v-7b8df942] {
  color: #999;
  font-size: 0.373333rem;
  margin-bottom: 0.8rem;
}
.shopping-btn[data-v-7b8df942] {
  background: linear-gradient(135deg, #0af, #0085ff);
  color: white;
  border: none;
  border-radius: 0.666667rem;
  padding: 0.32rem 1.066667rem;
  font-size: 0.426667rem;
  font-weight: 500;
}

/* 加载更多 */
.load-more[data-v-7b8df942] {
  text-align: center;
  padding: 0.4rem;
  color: #999;
  font-size: 0.373333rem;
}

/* 下拉刷新 */
.pull-refresh[data-v-7b8df942] {
  position: relative;
}
.refresh-tip[data-v-7b8df942] {
  text-align: center;
  padding: 0.4rem;
  color: #999;
  font-size: 0.373333rem;
  position: absolute;
  top: -1.333333rem;
  left: 0;
  right: 0;
}

/* 订单详情弹窗 */
.order-detail-popup[data-v-7b8df942] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.order-detail-mask[data-v-7b8df942] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.order-detail-content[data-v-7b8df942] {
  background-color: white;
  border-top-left-radius: 0.533333rem;
  border-top-right-radius: 0.533333rem;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-animation: slideUp-data-v-7b8df942 0.4s ease-out;
          animation: slideUp-data-v-7b8df942 0.4s ease-out;
}
@-webkit-keyframes slideUp-data-v-7b8df942 {
from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes slideUp-data-v-7b8df942 {
from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
.order-detail-header[data-v-7b8df942] {
  padding: 0.4rem;
  text-align: center;
  position: relative;
  border-bottom: 0.026667rem solid #f5f5f5;
}
.order-detail-title[data-v-7b8df942] {
  font-size: 0.48rem;
  font-weight: 600;
  color: #333;
}
.close-btn[data-v-7b8df942] {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  background: none;
  border: none;
  font-size: 0.533333rem;
  color: #999;
}
.order-detail-body[data-v-7b8df942] {
  padding: 0.266667rem;
}
.detail-section[data-v-7b8df942] {
  margin-bottom: 0.266667rem;
}
.detail-section-title[data-v-7b8df942] {
  font-size: 0.426667rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail-section-title i[data-v-7b8df942] {
  margin-right: 0.213333rem;
  color: #0085ff;
}
.detail-row[data-v-7b8df942] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.133333rem;
}
.detail-label[data-v-7b8df942] {
  width: 2.133333rem;
  color: #999;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.detail-value[data-v-7b8df942] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
}
.detail-items[data-v-7b8df942] {
  background: #f9f9f9;
  border-radius: 0.266667rem;
  padding: 0.133333rem;
}
.detail-item[data-v-7b8df942] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.08rem;
  padding-bottom: 0.08rem;
}
.detail-list-item[data-v-7b8df942] {
  border-bottom: 0.026667rem solid #eee;
  margin-bottom: 0.266667rem;
  padding-bottom: 0.08rem;
}
.detail-item[data-v-7b8df942]:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.detail-item-image[data-v-7b8df942] {
  width: 1.866667rem;
  height: 1.866667rem;
  border-radius: 0.213333rem;
  overflow: hidden;
  margin-right: 0.32rem;
  background-color: #f8f8f8;
}
.detail-item-image img[data-v-7b8df942] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-item-info[data-v-7b8df942] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.detail-item-name[data-v-7b8df942] {
  font-size: 0.4rem;
  font-weight: 500;
  margin-bottom: 0.133333rem;
}
.detail-item-spec[data-v-7b8df942] {
  font-size: 0.346667rem;
  color: #999;
  margin-bottom: 0.213333rem;
}
.detail-item-price[data-v-7b8df942] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detail-price[data-v-7b8df942] {
  color: #ff5339;
  font-weight: 500;
}
.detail-count[data-v-7b8df942] {
  color: #666;
}
.detail-total[data-v-7b8df942] {
  background: #f9f9f9;
  border-radius: 0.266667rem;
  margin-top: 0.4rem;
}
.detail-total-row[data-v-7b8df942] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.266667rem;
}
.detail-total-label[data-v-7b8df942] {
  color: #666;
}
.detail-total-value[data-v-7b8df942] {
  color: #333;
  font-weight: 500;
}
.detail-total-row.final[data-v-7b8df942] {
  font-size: 0.426667rem;
  font-weight: 600;
  margin-top: 0.266667rem;
  padding-top: 0.266667rem;
  border-top: 0.026667rem dashed #eee;
}
.detail-total-value.final[data-v-7b8df942] {
  color: #ff5339;
  font-size: 0.48rem;
}
.detail-actions[data-v-7b8df942] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.266667rem;
  background: white;
  border-top: 0.026667rem solid #f5f5f5;
}
.flex[data-v-7b8df942] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.orderDetails_table img[data-v-7b8df942] {
  width: 4rem;
  height: 4rem;
}
.exhibitionDetail[data-v-7b8df942] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.exhibitionDetail_table[data-v-7b8df942] {
  margin: 0.3rem auto;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.exhibitionDetail_table_img[data-v-7b8df942] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.exhibitionDetail_table_img img[data-v-7b8df942] {
  max-width: 0.8rem;
  max-height: 0.8rem;
  margin: auto;
}

/*工单样式*/
.worklist[data-v-7b8df942] {
  margin: 0;
  padding: 0;
  list-style: none;
}
.worklist p[data-v-7b8df942] {
  font-weight: bold;
}
.worklist p[data-v-7b8df942]::before {
  content: '';
  width: 0.133333rem;
  height: 0.133333rem;
  border-radius: 5%;
  background-color: #000;
}
.worklist ul[data-v-7b8df942] {
  border-bottom: 0.026667rem solid rgba(0, 0, 0, 0.3);
  margin: 0.053333rem 0.213333rem;
}
.worklist ul li[data-v-7b8df942] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.worklist ul li .dept-name[data-v-7b8df942] {
  font-weight: 500;
  color: #2c3e50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.866667rem;
}
.worklist ul li .dept-name[data-v-7b8df942]::before {
  content: '';
  display: inline-block;
  width: 0.133333rem;
  height: 0.133333rem;
  border-radius: 50%;
  background-color: #2c3e50;
  margin-right: 0.08rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.worklist ul li .opr-status[data-v-7b8df942] {
  padding: 0 0.133333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.worklist ul li .opr-pending[data-v-7b8df942] {
  background-color: #fff4e6;
  color: #f39c12;
}
.worklist ul li .opr-processing[data-v-7b8df942] {
  background-color: #e3f2fd;
  color: #1976d2;
}
.worklist ul li .opr-completed[data-v-7b8df942] {
  background-color: #e8f5e9;
  color: #388e3c;
}
.worklist ul li .opr-cancelled[data-v-7b8df942] {
  background-color: #ffebee;
  color: #d32f2f;
}
.company-name[data-v-7b8df942] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.boothPlan_info[data-v-7a932c17] {
  padding: 0 0.4rem 0 0.6rem;
}
.boothPlan_info[data-v-7a932c17] li span {
  font-size: 0.48rem;
}
.boothPlan_line[data-v-7a932c17] {
  height: 0.266667rem;
  border-bottom: dotted 0.026667rem #333;
  width: 90%;
  margin: 0 auto;
}
.boothPlan_title[data-v-7a932c17] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.6rem;
  padding-right: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.266667rem 0 0.133333rem;
}
.boothPlan_title span[data-v-7a932c17] {
  font-weight: bolder;
  font-size: 0.533333rem;
  background-color: white;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  color: black;
}
.boothPlan_title span[data-v-7a932c17]:nth-child(2) {
  height: 0.026667rem;
  border-bottom: dotted 0.026667rem #333;
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
}
.boothPlan_content[data-v-7a932c17] li span {
  font-size: 0.48rem;
}
.boothPlan_contents[data-v-7a932c17] {
  padding-bottom: 0.8rem;
}
[data-v-7a932c17] .common_left p {
  line-height: 0.8rem;
}
[data-v-7a932c17] .common_left p span {
  line-height: 0.8rem;
}
.consultingSupport_list[data-v-7df9a8f2] {
  padding-bottom: 1.5rem;
}
.consultingSupport_btn[data-v-7df9a8f2] {
  width: 2.133333rem;
  font-size: 0.373333rem;
  height: 0.8rem;
}
.consultingSupport_footer[data-v-7df9a8f2] {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-radius: 0.133333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.consultingSupport_footer div[data-v-7df9a8f2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: red;
  color: white;
  text-align: center;
  line-height: 1rem;
}
.consultingSupport_footer div[data-v-7df9a8f2]:nth-child(2) {
  font-size: 0.8rem;
  border-left: 0.053333rem solid white;
}
.consultingSupport_box[data-v-7df9a8f2] {
  position: fixed;
  right: 0;
  height: 2rem;
  -webkit-box-shadow: -0.2rem -0.2rem 0.4rem #ccc;
          box-shadow: -0.2rem -0.2rem 0.4rem #ccc;
  padding: 0 0.4rem;
  bottom: 1rem;
  z-index: 2001;
  background-color: white;
}
.consultingSupport_box ul > li[data-v-7df9a8f2] {
  line-height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.consultingSupport_box ul > li i[data-v-7df9a8f2] {
  font-size: 0.6rem;
  margin-right: 0.2rem;
}
.consultingSupport_box ul li[data-v-7df9a8f2]:nth-child(1) {
  border-bottom: 0.026667rem solid #ccc;
}
.consultingSupport_mask[data-v-7df9a8f2] {
  position: fixed;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 2000;
}
.commonThirdAdd ul > li[data-v-95772628] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.266667rem 0.4rem;
  border-bottom: 0.026667rem solid #ccc;
}
.commonThirdAdd_span1[data-v-95772628] {
  width: 40%;
  text-align: right;
  padding-right: 0.373333rem;
  font-size: 0.426667rem;
}
.commonThirdAdd_span2[data-v-95772628] {
  width: 40%;
  text-align: right;
  padding-right: 0.373333rem;
  font-size: 0.426667rem;
}
.commonThirdAdd_span1[data-v-95772628]::before {
  content: "*";
  color: red;
  margin-right: 0.106667rem;
}
.commonThirdAdd_seconds[data-v-95772628] {
  width: 60%;
}
.commonThirdAdd_btn[data-v-95772628] {
  height: 1.066667rem;
  width: 90%;
  margin: 1.066667rem 5% 0.8rem;
  color: white;
  background-color: #e8000e;
}
.commonThirdAdd_input[data-v-95772628] {
  border: 0.026667rem solid #3c3c3c42;
  border-radius: 0.106667rem;
  padding: 0.32rem 0.16rem;
}
.commonThirdAdd_textarea[data-v-95772628] {
  border: 0.026667rem solid #3c3c3c42;
  border-radius: 0.106667rem;
  height: 2.666667rem;
  padding: 0.106667rem;
}
@charset "UTF-8";
.evaluation_tap[data-v-a75b42a8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.266667rem;
}
.evaluation_tap i[data-v-a75b42a8] {
  font-size: 0.8rem;
}
.evaluation_first[data-v-a75b42a8] {
  padding: 0.4rem;
  border-bottom: 0.533333rem solid #ccc;
}
.evaluation_first ul > li[data-v-a75b42a8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.evaluation_span[data-v-a75b42a8] {
  font-size: 0.426667rem;
  font-weight: 500;
  color: #333;
  width: 3.466667rem;
  text-align: right;
}
.evaluation_span[data-v-a75b42a8]::after {
  content: "\FF1A";
}
.evaluation_second[data-v-a75b42a8] {
  padding: 0.4rem;
}
.evaluation_second span[data-v-a75b42a8] {
  display: block;
}
.evaluation_second textarea[data-v-a75b42a8] {
  border: 0.053333rem solid #ccc;
  width: 100%;
  line-height: 0.6rem;
  margin-top: 0.3rem;
}
.evaluation_btn[data-v-a75b42a8] {
  width: 90%;
  margin: 1rem 5%;
  height: 1rem;
}
.online_content[data-v-eb252f10] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 1.18rem);
  background-color: #ccc;
}
.online_content div[data-v-eb252f10] {
  margin: auto;
  padding: 0.6rem 0.4rem;
  background-color: white;
  border-radius: 0.2rem;
}
.online_content div p[data-v-eb252f10] {
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  border-bottom: solid 0.026667rem #ccc;
  padding: 0 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.online_content div p i[data-v-eb252f10] {
  font-size: 0.8rem;
}
.online_content div .online_btn[data-v-eb252f10] {
  margin-top: 0.4rem;
  height: 1rem;
  padding: 0.2rem 1.5rem;
}
@charset "UTF-8";
.supportDetail_content[data-v-c8f7b700] {
  padding: 0.266667rem 0.4rem;
}
.supportDetail_table[data-v-c8f7b700] {
  width: calc(100% - 0.106667rem);
  margin: 0 0.053333rem;
}
.supportDetail_table tbody tr td[data-v-c8f7b700] {
  border: 0.026667rem solid #ccc;
  text-align: center;
  padding: 0.133333rem 0;
  word-break: break-all;
  max-width: 2.666667rem;
}
.supportDetail_title[data-v-c8f7b700] {
  background-color: #eaeaea;
}
.supportDetail_thead[data-v-c8f7b700] {
  color: #333;
  font-weight: bolder;
  font-size: 0.426667rem;
  text-align: center;
  padding: 0.213333rem 0;
}
.supportDetail_ul li[data-v-c8f7b700] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2rem 0.4rem;
}
.supportDetail_span[data-v-c8f7b700] {
  font-size: 0.373333rem;
  font-weight: 500;
  color: #333;
  width: 2.933333rem;
  text-align: right;
}
.supportDetail_span[data-v-c8f7b700]::after {
  content: "\FF1A";
}
.supportDetail_tap[data-v-c8f7b700] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.266667rem;
}
.supportDetail_tap i[data-v-c8f7b700] {
  font-size: 0.48rem;
}
.commonSwitchs[data-v-a4cb5e98] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.commonSwitchs_btn[data-v-a4cb5e98] {
  font-size: 0.373333rem;
  height: 0.8rem;
}
.companyManage_first[data-v-a4cb5e98] {
  margin-top: 0.4rem;
  padding: 0 0.4rem 0.8rem;
}
.companyManage_first li[data-v-a4cb5e98] {
  border-bottom: solid #ccc 0.026667rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.companyManage_first li div[data-v-a4cb5e98]:nth-child(1) {
  width: 75%;
  float: left;
}
.companyManage_first li div:nth-child(1) p[data-v-a4cb5e98] {
  white-space: nowrap;
  line-height: 0.8rem;
}
.companyManage_first li div:nth-child(1) p span[data-v-a4cb5e98] {
  display: inline-block;
  margin-right: 1rem;
  color: red;
}
.companyManage_first li div:nth-child(1) p span[data-v-a4cb5e98]:nth-child(1) {
  color: green;
}
.companyManage_first li .companyManage_first_btn[data-v-a4cb5e98] {
  padding: 0 0.213333rem;
  height: 0.8rem;
  font-size: 0.373333rem;
}
.companyManage_second[data-v-c96b8032] {
  padding: 0 0.4rem 0.8rem;
}
.companyManage_second li[data-v-c96b8032] {
  border-bottom: solid #ccc 0.026667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.2rem 0;
}
.companyManage_second li div[data-v-c96b8032] {
  width: 60%;
}
.companyManage_second li div p[data-v-c96b8032] {
  line-height: 0.8rem;
  white-space: nowrap;
}
.companyManage_second .common_btns[data-v-c96b8032] {
  margin: auto 0;
  width: 1.6rem;
  font-size: 0.373333rem;
  height: 0.7rem;
}
.companyManage_second_btn[data-v-c96b8032] {
  color: #e8000e;
  border: solid #e8000e 0.026667rem;
  background-color: white;
}
.commonSwitchs[data-v-89f096b4] {
  padding: 0.4rem 0;
}
.commonSwitchs_switch[data-v-89f096b4] {
  margin: 0 0.4rem;
}
.commonSwitchs[data-v-315e58df] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.commonSwitchs_btn[data-v-315e58df] {
  font-size: 0.373333rem;
  height: 0.8rem;
}
.agencyManage_first[data-v-315e58df] {
  margin-top: 0.4rem;
  padding: 0 0.4rem 0.8rem;
}
.agencyManage_first li[data-v-315e58df] {
  border-bottom: solid #ccc 0.026667rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.266667rem 0;
}
.agencyManage_first li div[data-v-315e58df]:nth-child(1) {
  width: 60%;
  float: left;
}
.agencyManage_first li div:nth-child(1) p[data-v-315e58df] {
  white-space: nowrap;
  line-height: 0.8rem;
}
.agencyManage_first li div:nth-child(1) p span[data-v-315e58df] {
  display: inline-block;
  margin-right: 1rem;
  color: red;
}
.agencyManage_first li div:nth-child(1) p span[data-v-315e58df]:nth-child(1) {
  color: green;
}
.agencyManage_first li div:nth-child(1) p[data-v-315e58df]:nth-child(1) {
  font-size: 0.426667rem;
}
.agencyManage_first li .agencyManage_first_btn[data-v-315e58df] {
  padding: 0 0.213333rem;
  height: 0.8rem;
  font-size: 0.373333rem;
}
.agencyManage_first li .companyMange_first_btns[data-v-315e58df] {
  height: 0.7rem;
  font-size: 0.373333rem;
  padding: 0 0.266667rem;
}
.agencyManage_first li .companyMange_first_delete[data-v-315e58df] {
  color: #e8000e;
  background-color: white;
  border: solid #e8000e 0.026667rem;
}
.agencyManage_second[data-v-768c27de] {
  padding: 0 0.4rem 0.8rem;
}
.agencyManage_second li[data-v-768c27de] {
  border-bottom: solid #ccc 0.026667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.agencyManage_second li div[data-v-768c27de] {
  width: 60%;
}
.agencyManage_second li div p[data-v-768c27de] {
  line-height: 0.8rem;
  white-space: nowrap;
}
.agencyManage_second .common_btns[data-v-768c27de] {
  margin: auto 0;
  width: 1.6rem;
  font-size: 0.373333rem;
  height: 0.7rem;
}
.agencyManage_second_btn[data-v-768c27de] {
  color: #e8000e;
  border: solid #e8000e 0.026667rem;
  background-color: white;
}
.agencyManage_btns[data-v-768c27de] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.commonSwitchs[data-v-1691a5da] {
  padding: 0.4rem 0;
}
.commonSwitchs_switch[data-v-1691a5da] {
  margin: 0 0.4rem;
}
.certificateManage .certificateManage_content[data-v-9551ffea] {
  padding: 0.4rem;
}
.certificateManage .certificateManage_content ul > li[data-v-9551ffea] {
  border-bottom: solid #ccc 0.026667rem;
  overflow: hidden;
}
.certificateManage .certificateManage_content ul > li div[data-v-9551ffea] {
  overflow: hidden;
}
.certificateManage .certificateManage_content ul > li div p[data-v-9551ffea] {
  float: left;
  min-width: 33%;
}
.certificateManage .certificateManage_content ul > li p[data-v-9551ffea] {
  line-height: 0.8rem;
}
.certificateManage .certificateManage_content ul > li p span[data-v-9551ffea] {
  color: black;
  font-weight: 500;
}
.certificateInfo .certificateInfo_content[data-v-a6367018] {
  padding: 0 0.4rem;
}
.certificateInfo .certificateInfo_content ul[data-v-a6367018] {
  overflow: hidden;
  border-bottom: solid #ccc 0.026667rem;
}
.certificateInfo .certificateInfo_content ul > li[data-v-a6367018] {
  line-height: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.certificateInfo .certificateInfo_content ul > li .info_names[data-v-a6367018] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.certificateInfo .certificateInfo_content ul > li .info_values[data-v-a6367018] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-break: break-all;
}
.certificateInfo .certificateInfo_content img[data-v-a6367018] {
  width: 100%;
  display: block;
  margin: 0.5rem 0;
}
.certificateInfo .certificateInfo_btn[data-v-a6367018] {
  width: 100%;
  margin: 1.333333rem 0;
  height: 1rem;
}
.certificateInfo .certificateInfo_receipt[data-v-a6367018] {
  color: red;
}
#barcodeCanvas[data-v-0309d64c] {
  width: 5.333333rem;
}
.receiptInfo[data-v-0309d64c] {
  height: 100vh;
  background-color: #ccc;
}
.receiptInfo .receiptInfo_content[data-v-0309d64c] {
  background-color: #fff;
  margin: 0.2rem 0.4rem 0;
  border-radius: 0.2rem;
  padding: 0.4rem 0.4rem 1.5rem;
}
.receiptInfo .receiptInfo_content h3[data-v-0309d64c] {
  color: #333;
  font-weight: 500;
  border-bottom: solid #ccc 0.026667rem;
  line-height: 0.8rem;
}
.receiptInfo .receiptInfo_content div[data-v-0309d64c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.4rem;
}
.receiptInfo .receiptInfo_content div ul[data-v-0309d64c] {
  width: 100%;
}
.receiptInfo .receiptInfo_content div ul li[data-v-0309d64c] {
  width: 100%;
  line-height: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.receiptInfo .receiptInfo_content div ul li .info_names[data-v-0309d64c] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.receiptInfo .receiptInfo_content div ul li .info_values[data-v-0309d64c] {
  word-break: break-all;
}
.receiptInfo .receiptInfo_content div ul li .info_area[data-v-0309d64c] {
  color: blue;
}
.receiptInfo .receiptInfo_content div ul .unique_lis[data-v-0309d64c] {
  padding: 0.133333rem 0;
}
.receiptInfo .receiptInfo_content div img[data-v-0309d64c] {
  width: 2rem;
  height: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
.receiptInfo .receiptInfo_dialog[data-v-0309d64c] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #7b7b7b66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.receiptInfo .receiptInfo_dialog .receiptInfo_contents[data-v-0309d64c] {
  max-height: 70%;
  max-width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  padding: 0 0.266667rem;
}
.receiptInfo .receiptInfo_dialog .receiptInfo_contents .receiptInfo_img[data-v-0309d64c] {
  max-height: 100%;
  width: 100%;
  border-top: 0.026667rem solid #ccc;
}
.receiptInfo .receiptInfo_dialog .receiptInfo_contents .receiptInfo_close[data-v-0309d64c] {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 0.586667rem;
  margin-bottom: 0.266667rem;
}
.selectName[data-v-46e07aa1] {
  text-align: left;
  margin-left: 0.533333rem;
  white-space: wrap;
}
.selectName1[data-v-46e07aa1] {
  border: 0.053333rem solid #7c7c7c42;
  padding: 0.213333rem;
  border-radius: 0.08rem;
  width: 4.266667rem;
}
.dateSelect[data-v-46e07aa1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.certificateApply_title[data-v-46e07aa1] {
  font-size: 0.533333rem;
  font-weight: bold;
  text-align: center;
}
.certificateApply_content[data-v-46e07aa1] {
  padding: 0.2rem 0.4rem;
}
.certificateApply_content ul > li[data-v-46e07aa1] {
  padding: 0.5rem 0;
  border-bottom: solid #ccc 0.026667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.certificateApply_li[data-v-46e07aa1] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.certificateApply_li span[data-v-46e07aa1]:nth-child(1) {
  white-space: nowrap;
}
.certificateApply_li1 p[data-v-46e07aa1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.certificateApply_li1 p label[data-v-46e07aa1] {
  margin-left: 0.533333rem;
}
.certificateApply_li1 p label input[data-v-46e07aa1] {
  margin-right: 0.133333rem;
}
.certificateApply_li1 img[data-v-46e07aa1] {
  height: 0.5rem;
  width: 2.133333rem;
  height: 2.133333rem;
  float: left;
  background-image: url(/mwb/static/img/add.3a0300b.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 4rem 2.133333rem;
}
.certificateApply_li1 span[data-v-46e07aa1]:nth-last-child(1) {
  color: red;
  margin-right: 1rem;
  margin-left: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.certificateApply_idCard span[data-v-46e07aa1] {
  display: inline-block;
  line-height: 0.8rem;
}
.certificateApply_idCard .imgs[data-v-46e07aa1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.certificateApply_idCard .imgs div[data-v-46e07aa1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.certificateApply_idCard .imgs img[data-v-46e07aa1] {
  width: 4rem;
  height: 3rem;
  background-image: url(/mwb/static/img/add.3a0300b.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 4rem 2.666667rem;
}
.certificateApply_select[data-v-46e07aa1] {
  width: 6rem;
  margin-left: 0.5rem;
}
.certificateApply_title[data-v-46e07aa1] {
  text-align: center;
}
.certificateApply_btn[data-v-46e07aa1] {
  width: 100%;
  height: 1rem;
  margin: 1rem 0;
}
.topMsg[data-v-420b875d] {
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  right: 100vh;
  z-index: 2000;
}
.formMessage[data-v-420b875d] {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2001;
}
.formMessage .formContent[data-v-420b875d] {
  margin: auto;
  width: 80%;
  border-radius: 0.213333rem;
  overflow: hidden;
  background-color: white;
  -webkit-box-shadow: 0 0 0.266667rem #6e6b6b;
          box-shadow: 0 0 0.266667rem #6e6b6b;
}
.formMessage .formContent .forms_params ul[data-v-420b875d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.266667rem 0.533333rem 0.266667rem 0.266667rem;
}
.formMessage .formContent .forms_params ul li[data-v-420b875d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.266667rem 0;
  width: 100%;
}
.formMessage .formContent .forms_params ul li .selectName[data-v-420b875d] {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.formMessage .formContent .forms_params ul li .selectName1[data-v-420b875d] {
  border: 0.053333rem solid #7c7c7c42;
  padding: 0.213333rem;
  border-radius: 0.08rem;
}
.formMessage .formContent .forms_params ul li span[data-v-420b875d] {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  text-align: right;
  margin-right: 0.133333rem;
}
.formMessage .formContent .forms_params ul li span[data-v-420b875d]::before {
  content: "*";
  color: red;
  margin-right: 0.053333rem;
}
.formMessage .formContent .field[data-v-420b875d] {
  text-align: center;
  border-bottom: solid 0.026667rem #ccc;
}
.formMessage .formContent .field[data-v-420b875d]:nth-child(1)::before,
.formMessage .formContent .field[data-v-420b875d]:nth-child(2)::before {
  content: "*";
  color: red;
  margin: auto 0;
  font-size: 0.373333rem;
  position: relative;
  height: 0.426667rem;
  line-height: 0.426667rem;
  left: 0.8rem;
}
.formMessage .formContent .formSure[data-v-420b875d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  height: 1.333333rem;
  border-top: 0.026667rem solid #ccc;
}
.formMessage .formContent .formSure div[data-v-420b875d] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 1.333333rem;
  line-height: 1.333333rem;
}
.formMessage .formContent .formSure div[data-v-420b875d]:nth-child(2) {
  border-left: solid 0.026667rem #ccc;
  color: red;
}
.commonSwitchs_switch[data-v-420b875d] {
  margin: 0 0.4rem;
}
.commonSwitchs_btn[data-v-420b875d] {
  font-size: 0.373333rem;
  height: 0.8rem;
}
.conferenceList_quit[data-v-420b875d] {
  color: white;
  background-color: #e8000e;
  font-size: 0.373333rem;
  height: 0.7rem;
  margin: 0 auto;
}
.conferenceList_btn[data-v-420b875d] {
  width: 80%;
  height: 1.066667rem;
  line-height: 1.066667rem;
  color: white;
  background-color: #e8000e;
  margin: auto;
}
.conferenceList_btns[data-v-420b875d] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.6rem;
  position: fixed;
  bottom: 0;
  background-color: white;
}
.conferenceList_common[data-v-420b875d] {
  padding-bottom: 1.866667rem;
}
.conferenceList_common h2[data-v-420b875d] {
  color: #000000;
}
.conferenceList_common span[data-v-420b875d] {
  font-weight: 500;
  margin-right: 0.133333rem;
  display: inline-block;
  color: #333;
}
.conferenceList_common li[data-v-420b875d] {
  padding: 0.4rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-bottom: 0.026667rem solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.conferenceList_common div[data-v-420b875d] {
  float: left;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.conferenceList_common div p[data-v-420b875d] {
  min-width: 50%;
}
.conferenceList_common input[data-v-420b875d] {
  margin: 0 auto;
  height: 0.533333rem;
  width: 0.533333rem;
}
.conferenceList_common img[data-v-420b875d] {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.5rem;
}
.topMsg[data-v-39c3a234] {
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  right: 100vh;
  z-index: 2000;
}
.formMessage[data-v-39c3a234] {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2001;
}
.formMessage .formContent[data-v-39c3a234] {
  margin: auto;
  width: 80%;
  border-radius: 0.213333rem;
  overflow: hidden;
  background-color: white;
  -webkit-box-shadow: 0 0 0.266667rem #6e6b6b;
          box-shadow: 0 0 0.266667rem #6e6b6b;
}
.formMessage .formContent .forms_params ul[data-v-39c3a234] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.266667rem 0.533333rem 0.266667rem 0.266667rem;
}
.formMessage .formContent .forms_params ul li[data-v-39c3a234] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.266667rem 0;
  width: 100%;
}
.formMessage .formContent .forms_params ul li .selectName[data-v-39c3a234] {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.formMessage .formContent .forms_params ul li .selectName1[data-v-39c3a234] {
  border: 0.053333rem solid #7c7c7c42;
  padding: 0.213333rem;
  border-radius: 0.08rem;
}
.formMessage .formContent .forms_params ul li span[data-v-39c3a234] {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  text-align: right;
  margin-right: 0.133333rem;
}
.formMessage .formContent .forms_params ul li span[data-v-39c3a234]::before {
  content: "*";
  color: red;
  margin-right: 0.053333rem;
}
.formMessage .formContent .field[data-v-39c3a234] {
  text-align: center;
  border-bottom: solid 0.026667rem #ccc;
}
.formMessage .formContent .field[data-v-39c3a234]:nth-child(1)::before,
.formMessage .formContent .field[data-v-39c3a234]:nth-child(2)::before {
  content: "*";
  color: red;
  margin: auto 0;
  font-size: 0.373333rem;
  position: relative;
  height: 0.426667rem;
  line-height: 0.426667rem;
  left: 0.8rem;
}
.formMessage .formContent .formSure[data-v-39c3a234] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  height: 1.333333rem;
  border-top: 0.026667rem solid #ccc;
}
.formMessage .formContent .formSure div[data-v-39c3a234] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 1.333333rem;
  line-height: 1.333333rem;
}
.formMessage .formContent .formSure div[data-v-39c3a234]:nth-child(2) {
  border-left: solid 0.026667rem #ccc;
  color: red;
}
.commonSwitchs_switch[data-v-39c3a234] {
  margin: 0 0.4rem;
}
.commonSwitchs_btn[data-v-39c3a234] {
  font-size: 0.373333rem;
  height: 0.8rem;
}
.conferenceList_quit[data-v-39c3a234] {
  color: white;
  background-color: #e8000e;
  font-size: 0.373333rem;
  height: 0.7rem;
  margin: 0 auto;
}
.conferenceList_btn[data-v-39c3a234] {
  width: 80%;
  height: 1.066667rem;
  line-height: 1.066667rem;
  color: white;
  background-color: #e8000e;
  margin: auto;
}
.conferenceList_btns[data-v-39c3a234] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.6rem;
  position: fixed;
  bottom: 0;
  background-color: white;
}
.conferenceList_common[data-v-39c3a234] {
  padding-bottom: 1.866667rem;
}
.conferenceList_common h2[data-v-39c3a234] {
  color: #000000;
}
.conferenceList_common span[data-v-39c3a234] {
  font-weight: 500;
  margin-right: 0.133333rem;
  display: inline-block;
  color: #333;
}
.conferenceList_common li[data-v-39c3a234] {
  padding: 0.4rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-bottom: 0.026667rem solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.conferenceList_common div[data-v-39c3a234] {
  float: left;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.conferenceList_common div p[data-v-39c3a234] {
  min-width: 50%;
}
.conferenceList_common input[data-v-39c3a234] {
  margin: 0 auto;
  height: 0.533333rem;
  width: 0.533333rem;
}
.conferenceList_common img[data-v-39c3a234] {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.5rem;
}
.inviteBuyer_btn[data-v-35862de0] {
  height: 0.8rem;
  width: 2.666667rem;
}
.inviteBuyer_btn1[data-v-35862de0] {
  height: 0.8rem;
  width: 2.666667rem;
}
.inviteBuyer_list[data-v-35862de0] {
  padding-bottom: 1rem;
}
.inviteBuyer_mask[data-v-35862de0] {
  width: 100%;
  height: 100vh;
  z-index: 2000;
  background-color: #ccc;
  position: fixed;
  top: 0;
  opacity: 0.5;
}
.inviteBuyer_content[data-v-35862de0] {
  background-color: white;
  display: inline;
  margin: auto;
  border-radius: 0.2rem;
  z-index: 2001;
  padding-top: 0.266667rem;
}
.inviteBuyer_content h3[data-v-35862de0] {
  padding-left: 0.4rem;
  color: #333;
  font-weight: 500;
  border-bottom: solid #ccc 0.026667rem;
  line-height: 0.8rem;
}
.inviteBuyer_content span[data-v-35862de0] {
  display: block;
  line-height: 0.8rem;
  padding-left: 0.4rem;
  padding-top: 0.266667rem;
}
.inviteBuyer_content .invitebuyer_select[data-v-35862de0] {
  width: 80vw;
  margin: 0 0.4rem;
}
.inviteBuyer_content .invitebuyer_select span[data-v-35862de0] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inviteBuyer_content .invitebuyer_select1[data-v-35862de0] {
  margin-top: 0.4rem;
}
.inviteBuyer_content_btn[data-v-35862de0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid #ccc 0.026667rem;
  margin-top: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inviteBuyer_content_btn div[data-v-35862de0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 0.426667rem;
  padding: 0.32rem 0;
}
.inviteBuyer_content_btn div[data-v-35862de0]:nth-child(2) {
  border-left: solid #ccc 0.026667rem;
  color: red;
}
.inviteBuyer_alert[data-v-35862de0] {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2001;
}
.addBuyer_content ul > li[data-v-210810f4] {
  padding: 0.5rem 0.4rem;
  border-bottom: solid #ccc 0.026667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.addBuyer_content ul > li input[type="text"][data-v-210810f4] {
  width: 5.333333rem;
}
.addBuyer_li[data-v-210810f4] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.addBuyer_select[data-v-210810f4] {
  width: 6rem;
  margin-left: 0.5rem;
}
.addBuyer_textarea[data-v-210810f4] {
  line-height: 0.6rem;
  width: 90%;
  margin: 1rem 5%;
  border: solid #ccc 0.026667rem;
}
.addBuyer_btn[data-v-210810f4] {
  width: 90%;
  margin: 1rem 5%;
  height: 1rem;
}
.corporateModify_content[data-v-69903774] {
  padding: 0.4rem;
}
.corporateModify_base ul > li[data-v-69903774] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2rem 0;
}
.corporateModify_base ul > li span[data-v-69903774] {
  color: #333;
  font-weight: 500;
}
.corporateModify_base ul > li .currentInput[data-v-69903774] {
  border: solid #ccc 0.026667rem;
  width: 6rem;
  height: 1.2rem;
  border-radius: 0.1rem;
}
.corporateModify_base ul > li .currentInput input[data-v-69903774] {
  width: 90%;
  height: 100%;
  margin-left: 0.2rem;
}
.corporateModify_base .reviewCheckSubmit_detail_divs[data-v-69903774] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.corporateModify_base .reviewCheckSubmit_detail_divs span[data-v-69903774] {
  margin-right: 0.8rem;
  display: inline-block;
  color: #333;
  font-weight: 500;
}
.corporateModify_base .reviewCheckSubmit_detail_divs .v-select[data-v-69903774] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.corporateModify_base .changeTime[data-v-69903774] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.corporateModify_base .changeTime span[data-v-69903774] {
  margin-right: 2rem;
}
.corporateModify_base .certificateApply_li1[data-v-69903774] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.corporateModify_base .certificateApply_li1 .title[data-v-69903774] {
  display: inline-block;
  width: 3.1rem;
}
.corporateModify_base .certificateApply_li1 .imgBtn[data-v-69903774] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.corporateModify_base .certificateApply_li1 img[data-v-69903774] {
  width: 2.133333rem;
  height: 2.133333rem;
  background-image: url(/mwb/static/img/add.3a0300b.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 4rem 2.133333rem;
  margin-right: 0.4rem;
}
.corporateModify_list[data-v-69903774] {
  margin: 0.6rem 0;
}
.corporateModify_list ul[data-v-69903774] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.corporateModify_list ul > li[data-v-69903774] {
  min-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.corporateModify_list li[data-v-69903774]:nth-child(even) {
  padding-left: 0.2rem;
}
.corporateModify_list div[data-v-69903774] {
  border: solid #ccc 0.026667rem;
  padding: 0.1rem 0.2rem;
  width: 3.3rem;
  border-radius: 0.1rem;
}
.corporateModify_list div input[data-v-69903774] {
  width: 100%;
}
.corporateModify_btn[data-v-69903774] {
  width: 100%;
  height: 1rem;
  margin: 1rem 0;
}
.corporateInfo_content[data-v-79832c31] {
  padding: 0.4rem;
}
.corporateInfoDetails_content[data-v-54fd14e2] {
  padding: 0.4rem;
}
.corporateInfoDetails .imgContent[data-v-54fd14e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.corporateInfoDetails .imgContent p[data-v-54fd14e2] {
  padding: 0.2rem 0;
}
.corporateInfoDetails .imgContent > img[data-v-54fd14e2] {
  width: 100%;
}
.corporateInfoDetails .imgContent .imgs[data-v-54fd14e2] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.corporateInfoDetails .imgContent .imgs > img[data-v-54fd14e2] {
  width: 48%;
  height: 3.466667rem;
}
.corporateModify_content[data-v-b88ffe5e] {
  padding: 0.4rem;
}
.corporateModify_base ul > li[data-v-b88ffe5e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2rem 0;
}
.corporateModify_base ul > li span[data-v-b88ffe5e] {
  color: #333;
  font-weight: 500;
}
.corporateModify_base ul > li div[data-v-b88ffe5e] {
  border: solid #ccc 0.026667rem;
  width: 6rem;
  padding: 0.2rem 0.4rem;
  border-radius: 0.1rem;
}
.corporateModify_base ul > li div input[data-v-b88ffe5e] {
  width: 100%;
}
.corporateModify_list[data-v-b88ffe5e] {
  margin: 0.6rem 0;
}
.corporateModify_list ul[data-v-b88ffe5e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.corporateModify_list ul > li[data-v-b88ffe5e] {
  min-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.corporateModify_list li[data-v-b88ffe5e]:nth-child(even) {
  padding-left: 0.2rem;
}
.corporateModify_list div[data-v-b88ffe5e] {
  border: solid #ccc 0.026667rem;
  padding: 0.1rem 0.2rem;
  width: 3.3rem;
  border-radius: 0.1rem;
}
.corporateModify_list div input[data-v-b88ffe5e] {
  width: 100%;
}
.corporateModify_btn[data-v-b88ffe5e] {
  width: 100%;
  height: 1rem;
  margin: 1rem 0;
}
.teamword_content[data-v-499f8922] {
  padding: 0.2rem 0.4rem 1rem;
}
.teamword_content ul > li[data-v-499f8922] {
  border-bottom: solid #ccc 0.026667rem;
  overflow: hidden;
  padding: 0.4rem 0;
}
.teamword_content ul > li h2[data-v-499f8922] {
  color: #333;
  font-weight: bold;
}
.teamword_content ul > li p[data-v-499f8922] {
  line-height: 0.8rem;
  min-width: 50%;
  float: left;
}
.teamword_content ul > li p span[data-v-499f8922] {
  font-weight: 500;
  color: #333;
}
.teamworkDetail_content[data-v-f35e59b4] {
  padding: 0.4rem;
}
.teamworkModify_content[data-v-ae7ae470] {
  padding: 0.4rem;
}
.teamworkModify_base ul > li[data-v-ae7ae470] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.2rem 0;
}
.teamworkModify_base ul > li span[data-v-ae7ae470] {
  color: black;
  font-weight: 500;
}
.teamworkModify_base ul > li div[data-v-ae7ae470] {
  border: solid #ccc 0.026667rem;
  border-radius: 0.1rem;
  padding: 0.1rem 0.3rem;
  width: 7rem;
}
.teamworkModify_base ul > li div input[data-v-ae7ae470] {
  width: 100%;
}
.teamworkModify_btn[data-v-ae7ae470] {
  width: 100%;
  margin: 1rem 0;
  height: 1rem;
}
.exhibitionProcess .header[data-v-d5f65dbe] .right {
  width: unset;
}
.exhibitionProcess .popup[data-v-d5f65dbe] {
  width: 100%;
  padding: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.1rem 0 0.2rem 0;
}
.exhibitionProcess .popup .popupContent[data-v-d5f65dbe] {
  overflow-y: auto;
}
.exhibitionProcess .popup .popupContent .itemPopup[data-v-d5f65dbe] {
  padding: 0 0.5rem;
  height: 1.4rem;
  line-height: 1.4rem;
  border-bottom: 0.026667rem solid #cccccc8a;
}
.exhibitionProcess .popup .popupContent:last-child .itemPopup[data-v-d5f65dbe] {
  border: 0;
}
.commonSwitchs_btn[data-v-20704cf6] {
  font-size: 0.373333rem;
  height: 0.8rem;
}
.timeline_list ul > li[data-v-20704cf6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.266667rem 0;
  position: relative;
}
.timeline_list ul > li i[data-v-20704cf6] {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0.25rem red;
          box-shadow: 0 0 0.25rem red;
  background-color: red;
  margin-left: 0.8rem;
}
.timeline_list ul > li .timeline_list_lines1[data-v-20704cf6] {
  display: block;
  background-color: red;
  width: 0.026667rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: 1rem;
}
.timeline_list ul > li .timeline_list_info[data-v-20704cf6] {
  color: black;
  width: 3.2rem;
  text-align: right;
  margin-left: 10;
}
.timeline_list ul > li .timeline_list_lines[data-v-20704cf6] {
  margin: 0 0.266667rem;
}
.timeline_list ul > li .timeline_list_content[data-v-20704cf6] {
  color: red;
  word-break: break-all;
  font-size: 0.426667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  max-width: calc(100vw - 5.6rem);
}
.timeline_list ul > li .timeline_list_content .timeline_list_tips[data-v-20704cf6] {
  color: #63bdff;
  display: block;
}
.timeline_list_title[data-v-20704cf6] {
  font-size: 0.426667rem;
}
.timeline_list_link[data-v-20704cf6] {
  color: #0ec5ffb8;
  margin-left: 0.08rem;
}
.timeline_icon[data-v-20704cf6] {
  color: red;
  display: block;
  font-size: 0.8rem;
  margin: 0.2rem 0 0.2rem 0.6rem;
}
.timeline_list ul > li[data-v-20c8db3a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.266667rem 0;
  position: relative;
}
.timeline_list ul > li i[data-v-20c8db3a] {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0.25rem red;
          box-shadow: 0 0 0.25rem red;
  background-color: red;
  margin-left: 0.8rem;
}
.timeline_list ul > li .timeline_list_first[data-v-20c8db3a] {
  display: block;
  background-color: red;
  width: 0.026667rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: 1rem;
}
.timeline_list ul > li .timeline_list_info[data-v-20c8db3a] {
  color: black;
  width: 3.2rem;
  text-align: right;
  margin-left: 10;
}
.timeline_list ul > li .timeline_list_lines[data-v-20c8db3a] {
  margin: 0 0.266667rem;
}
.timeline_list ul > li .timeline_list_title[data-v-20c8db3a] {
  color: red;
  word-break: break-all;
  font-size: 0.426667rem;
  max-width: calc(100vw - 5.6rem);
}
.timeline_list_link[data-v-20c8db3a] {
  color: #0ec5ffb8;
  margin-left: 0.08rem;
}
.timeline_icon[data-v-20c8db3a] {
  color: red;
  display: block;
  font-size: 0.8rem;
  margin: 0.2rem 0 0.2rem 0.6rem;
}
.mask[data-v-20c8db3a] {
  height: 100vh;
  width: 100%;
  position: fixed;
  background-color: #ccc;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: 1999;
}
.timeline_alert[data-v-20c8db3a] {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100%;
  z-index: 2000;
}
.timeline_alert .timeline_contents[data-v-20c8db3a] {
  margin: auto;
  display: inline;
  background-color: white;
  border-radius: 0.1rem;
  padding: 0.3rem 0.2rem;
}
.timeline_alert .timeline_contents img[data-v-20c8db3a] {
  width: 8rem;
  height: 3rem;
}
.timeline_alert .timeline_contents p[data-v-20c8db3a] {
  line-height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  width: 8rem;
}
.timeline_alert .timeline_contents div[data-v-20c8db3a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.4rem 0;
  width: 80%;
  margin-left: 10%;
}
.timeline_alert .timeline_contents div span[data-v-20c8db3a] {
  color: red;
}
.timeline_list[data-v-524fafb8] {
  padding-bottom: 0.8rem;
}
.timeline_list ul > li[data-v-524fafb8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0.266667rem 0;
}
.timeline_list ul > li i[data-v-524fafb8] {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0.25rem red;
          box-shadow: 0 0 0.25rem red;
  background-color: red;
  margin-left: 0.8rem;
}
.timeline_list ul > li .timeline_list_info[data-v-524fafb8] {
  color: black;
  font-weight: 500;
  font-size: 0.373333rem;
  width: 3.2rem;
  text-align: right;
  margin: 0 0.266667rem;
}
.timeline_list ul > li .timeline_list_info + div[data-v-524fafb8] {
  width: calc(100vw - 5.6rem);
}
.timeline_list ul > li .timeline_list_info + div span[data-v-524fafb8] {
  color: red;
  font-size: 0.426667rem;
  margin-left: 0.266667rem;
  word-break: break-all;
}
.timeline_list ul > li .timeline_list_info + div div[data-v-524fafb8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 0.266667rem;
}
.timeline_list ul > li .timeline_list_info + div div .timeline_btn2[data-v-524fafb8] {
  background-color: white;
  border: 0.026667rem solid #63bdff;
  color: #63bdff;
  width: 1.6rem;
  height: 0.8rem;
}
.timeline_icon[data-v-524fafb8] {
  color: red;
  display: block;
  font-size: 0.8rem;
  margin: 0.2rem 0 0.2rem 0.6rem;
}
.timeline_add[data-v-524fafb8] {
  position: fixed;
  top: 3.2rem;
  background-color: white;
  height: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  z-index: 99;
}
.timeline_btn1[data-v-524fafb8] {
  background-color: #63bdff;
  color: white;
  margin-right: 0.8rem;
  width: 2.133333rem;
  height: 0.8rem;
}
.timeline_btn1[data-v-524fafb8] label {
  font-size: 0.426667rem;
}
.timeline_lines[data-v-524fafb8] {
  display: block;
  background-color: red;
  width: 0.026667rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: 1rem;
}
.commonThirdAdd ul > li[data-v-e258de3a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.266667rem 0.4rem;
  border-bottom: 0.026667rem solid #ccc;
}
.commonThirdAdd_span1[data-v-e258de3a] {
  width: 33.3%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
  padding-right: 0.373333rem;
  font-size: 0.426667rem;
}
.commonThirdAdd_span1[data-v-e258de3a]::before {
  content: '*';
  color: red;
  margin-right: 0.106667rem;
}
.commonThirdAdd_seconds[data-v-e258de3a] {
  width: 66.7%;
}
.commonThirdAdd_btn[data-v-e258de3a] {
  height: 1.066667rem;
  width: 90%;
  margin: 1.066667rem 5% 0.8rem;
  color: white;
  background-color: #e8000e;
}
.commonThirdAdd_tips1[data-v-e258de3a] {
  margin-left: 0.133333rem;
  color: red;
}
.commonThirdAdd_input[data-v-e258de3a] {
  border: 0.026667rem solid #3c3c3c42;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  border-radius: 0.106667rem;
  padding: 0.32rem 0.16rem;
}/* @import "../../../src/style/var.css";

@component-namespace mint {
    @component datetime {
        width: 100%;

        .picker-slot-wrapper,
        .picker-item {
            backface-visibility: hidden;
        }

        .picker-toolbar {
            border-bottom: solid 1px #eaeaea;
        }

        @descendent action {
            display: inline-block;
            width: 50%;
            text-align: center;
            line-height: 40px;
            font-size: 16px;
            color: $color-blue;
        }

        @descendent cancel {
            float: left;
        }

        @descendent confirm {
            float: right;
        }
    }
} */
.picker {
  overflow: hidden;
}
.picker-toolbar {
  height: 1.066667rem;
}
.picker-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  text-align: right;
  font-size: 0.64rem;
  position: relative;
}
.picker-center-highlight {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -0.48rem;
  pointer-events: none;
}
.picker-center-highlight:before,
.picker-center-highlight:after {
  content: "";
  position: absolute;
  height: 0.026667rem;
  width: 100%;
  background-color: #eaeaea;
  display: block;
  z-index: 15;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.picker-center-highlight:before {
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
}
.picker-center-highlight:after {
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
}
.picker-slot {
  font-size: 0.48rem;
  overflow: hidden;
  position: relative;
  max-height: 100%;
}
.picker-slot.picker-slot-left {
  text-align: left;
}
.picker-slot.picker-slot-center {
  text-align: center;
}
.picker-slot.picker-slot-right {
  text-align: right;
}
.picker-slot.picker-slot-divider {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.picker-slot-wrapper {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.picker-slot-wrapper.dragging,
.picker-slot-wrapper.dragging .picker-item {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.picker-item {
  height: 0.96rem;
  line-height: 0.96rem;
  padding: 0 0.266667rem;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #707274;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.picker-slot-absolute .picker-item {
  position: absolute;
}
.picker-item.picker-item-far {
  pointer-events: none;
}
.picker-item.picker-selected {
  color: #000;
  -webkit-transform: translate3d(0, 0, 0) rotateX(0);
          transform: translate3d(0, 0, 0) rotateX(0);
}
.picker-3d .picker-items {
  overflow: hidden;
  -webkit-perspective: 18.666667rem;
          perspective: 18.666667rem;
}
.picker-3d .picker-item,
.picker-3d .picker-slot,
.picker-3d .picker-slot-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.picker-3d .picker-slot {
  overflow: visible;
}
.picker-3d .picker-item {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.decorationMatter_content[data-v-1d3c76ee] {
  line-height: 0.6rem;
  padding: 0.4rem;
}
.decorationMatter_content p[data-v-1d3c76ee] {
  color: red;
  padding: 0.2rem 0;
  font-size: 0.4rem;
  font-weight: bold;
}
.decorationMatter_content div[data-v-1d3c76ee] {
  word-wrap: break-word;
}
.decorationMatter_content[data-v-633a519a] {
  line-height: 0.6rem;
  padding: 0.4rem;
}
.decorationMatter_content p[data-v-633a519a] {
  color: red;
  padding: 0.2rem 0;
  font-size: 0.4rem;
  font-weight: bold;
}
.decorationMatter_content div[data-v-633a519a] {
  word-wrap: break-word;
}
.exhibitionProcess_content[data-v-27bc9118] {
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
}
.exhibitionProcess_content img[data-v-27bc9118] {
  width: 100%;
}
.exhibitionProcess_content[data-v-c49eaf7c] {
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
}
.exhibitionProcess_content img[data-v-c49eaf7c] {
  width: 100%;
}
.decorationMatter_content[data-v-be25aa46] {
  line-height: 0.6rem;
  padding: 0.4rem;
}
.decorationMatter_content div[data-v-be25aa46] {
  word-wrap: break-word;
}
.decorationMatter_title[data-v-be25aa46] {
  color: red;
  padding: 0.2rem 0;
  font-size: 0.4rem;
  font-weight: bold;
}
.decorationMatter_footer span[data-v-be25aa46] {
  display: block;
}
.decorationMatter_footer span i[data-v-be25aa46] {
  color: red;
}
.decorationMatter_btn[data-v-be25aa46] {
  padding: 0 0.4rem;
  height: 0.8rem;
  margin: 0.5rem 0;
}
.collectFirst_btn[data-v-91e30a9c] {
  font-size: 0.373333rem;
  height: 0.8rem;
}
.collectFirst_content ul[data-v-95e1718a] {
  padding: 0.4rem 0.4rem 1rem;
}
.collectFirst_content ul li[data-v-95e1718a] {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem 0;
  margin-bottom: 0.266667rem;
}
.collectFirst_content ul li img[data-v-95e1718a] {
  width: 2.666667rem;
  height: 2.666667rem;
  margin-left: 0.4rem;
}
.collectFirst_content ul li div[data-v-95e1718a] {
  width: calc(100vw - 3.466667rem);
  padding-left: 0.266667rem;
}
.collectFirst_content ul li div p[data-v-95e1718a] {
  word-break: break-all;
  line-height: 0.6rem;
}
.collectFirst_content ul li div p[data-v-95e1718a]:nth-child(3) {
  color: orange;
}
.collectFirst_btn[data-v-95e1718a] {
  height: 0.8rem;
  width: 2.133333rem;
  font-size: 0.373333rem;
  float: right;
  margin-right: 0.4rem;
}
.collectFirst_content ul[data-v-1c514de9] {
  padding: 0 0.4rem 1.333333rem;
}
.collectFirst_content ul li[data-v-1c514de9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid #ccc 0.026667rem;
  padding: 0.133333rem 0;
}
.collectFirst_content ul li div[data-v-1c514de9] {
  width: 85%;
}
.collectFirst_content ul li div h3[data-v-1c514de9] {
  line-height: 0.7rem;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.collectFirst_content ul li div p[data-v-1c514de9] {
  line-height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.collectFirst_content ul li i[data-v-1c514de9] {
  margin: auto;
  font-size: 0.64rem;
  color: red;
}
.collectFirst_content ul[data-v-5c2c83a7] {
  padding: 0 0.4rem 1.333333rem;
}
.collectFirst_content ul li[data-v-5c2c83a7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid #ccc 0.026667rem;
  padding: 0.133333rem 0;
}
.collectFirst_content ul li div[data-v-5c2c83a7] {
  width: 85%;
}
.collectFirst_content ul li div h3[data-v-5c2c83a7] {
  line-height: 0.7rem;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.collectFirst_content ul li div p[data-v-5c2c83a7] {
  line-height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.collectFirst_content ul li i[data-v-5c2c83a7] {
  margin: auto;
  font-size: 0.64rem;
  color: red;
}
.collectorSecondDetail_contents[data-v-2d10c3d3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: solid #e6e6e6 0.213333rem;
  padding: 0.4rem;
}
.collectorSecondDetail_contents h2[data-v-2d10c3d3] {
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 0.426667rem;
}
.collectorSecondDetail_contents p[data-v-2d10c3d3] {
  text-indent: 0.533333rem;
}
.collectorSecondDetail_around[data-v-2d10c3d3] {
  height: 5.333333rem;
  width: 100%;
}
.collectorSecondDetail_around img[data-v-2d10c3d3] {
  width: 100%;
  height: 100%;
}
.collectorSecondDetail_div1[data-v-2d10c3d3] {
  width: 1.866667rem;
  text-align: justify;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.collectorSecondDetail_div1 i[data-v-2d10c3d3] {
  display: inline-block;
  width: 100%;
}
.collectorSecondDetail_div2[data-v-2d10c3d3] {
  color: #ef6c39;
}
.collectorSecondDetail_detail ul[data-v-2d10c3d3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.4rem;
}
.collectorSecondDetail_detail ul > li[data-v-2d10c3d3] {
  min-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  line-height: 0.426667rem;
}
.collectorThirdDetail_content[data-v-1b5ee812] {
  padding: 0 0.4rem;
}
.collectorThirdDetail_content h2[data-v-1b5ee812] {
  color: red;
  text-align: center;
  padding: 0.4rem 0;
  font-size: 0.48rem;
  font-weight: bold;
}
.collectorThirdDetail_content div[data-v-1b5ee812] {
  font-size: 0.373333rem;
  line-height: 0.6rem;
}
.collectorThirdDetail_content[data-v-709aff14] {
  padding: 0 0.4rem;
}
.collectorThirdDetail_content h2[data-v-709aff14] {
  color: red;
  text-align: center;
  padding: 0.4rem 0;
  font-size: 0.48rem;
  font-weight: bold;
}
.collectorThirdDetail_content div[data-v-709aff14] {
  font-size: 0.373333rem;
  line-height: 0.6rem;
}
.list-search[data-v-337a7b77] {
  padding: 0.16rem 0.213333rem;
  border: 0.026667rem solid #c9c9c9;
  overflow: hidden;
  border-radius: 0.106667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-search-input[data-v-337a7b77] {
  width: 100%;
  font-size: 0.426667rem;
  text-align: center;
}
.icon-search[data-v-337a7b77] {
  font-size: 0.746667rem;
}
.searchTime[data-v-337a7b77] {
  position: fixed;
  width: 100%;
  padding: 0.4rem;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  z-index: 99;
}
.docking_li[data-v-337a7b77] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.16rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.docking_btns[data-v-337a7b77] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.16rem 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 0.266667rem;
}
.docking_btns div[data-v-337a7b77] {
  padding: 0.16rem 0.8rem;
  border-radius: 0.426667rem;
}
.docking_btn1[data-v-337a7b77] {
  border: solid #ccc 0.026667rem;
}
.docking_btn2[data-v-337a7b77] {
  background-color: red;
  color: white;
}
.docking_span1[data-v-337a7b77] {
  color: black;
  height: 0.8rem;
  line-height: 0.8rem;
}
.docking_span2[data-v-337a7b77] {
  background-color: #e6e6e6;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 0.133333rem;
  border-radius: 0.266667rem;
}
.docking_span3[data-v-337a7b77] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.doking_modal[data-v-337a7b77] {
  height: 100vh;
  width: 6.666667rem;
  padding: 0.266667rem;
}
.collectorThirdDetail_content[data-v-35c5fa09] {
  padding: 0 0.4rem;
}
.collectorThirdDetail_content p[data-v-35c5fa09] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.266667rem 0;
}
.collectorThirdDetail_content span[data-v-35c5fa09]:nth-child(1) {
  white-space: nowrap;
  font-size: 0.48rem;
}
.collectorThirdDetail_content span[data-v-35c5fa09] {
  font-size: 0.426667rem;
  line-height: 0.693333rem;
}
.ImportNotificationNotice[data-v-7912e104] {
  background-color: #e6e6e6;
  min-height: 100vh;
}
.commonlistNew_details {
  padding: 0 0.2rem;
  background-color: #e6e6e6;
}
.commonlistNew_ul {
  padding: 0.133333rem 0 0.533333rem;
}
.commonlistNew_li {
  background-color: white;
  overflow: hidden;
  padding: 0.266667rem;
  border-radius: 0.4rem;
  margin-top: 0.266667rem;
}
.commonlistNew_titles {
  border-bottom: solid #ccc 0.026667rem;
  width: 100%;
  color: black;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.426667rem;
  margin-bottom: 0.213333rem;
}
.commonlistNew_ul1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.commonlistNew_li1 {
  line-height: 0.693333rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.commonlistNew_no {
  width: 100%;
  text-align: center;
  height: 8rem;
  line-height: 3rem;
}
.commonlistNew_p1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.commonlistNew_p2 {
  color: #ef6c39;
  word-break: break-all;
  max-width: 65%;
}
.zhCommon .commonlistNew_li1 {
  min-width: 50%;
}
.zhCommon .commonlistNew_p1 {
  width: 2rem;
  text-align: right;
}
.enCommon .commonlistNew_li1 {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.enCommon .commonlistNew_p1 {
  text-align: left;
}
.enCommon .commonlistNew_p2 {
  text-align: right;
}
.inquiryDetail_content[data-v-685e4a04] {
  padding: 0.4rem;
}
.details_content[data-v-685e4a04] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.details_content > span[data-v-685e4a04] {
  display: inline-block;
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.enClass_content > span[data-v-685e4a04] {
  width: 3.466667rem;
}
.zhClass_content > span[data-v-685e4a04] {
  width: 2rem;
}
.exhibitorNews[data-v-7ea3a794] {
  min-height: 100vh;
  background-color: #e6e6e6;
}
.exhibitorNews_info[data-v-7ea3a794] {
  line-height: 0.6rem;
  height: calc(100vh - 1.2rem);
  overflow: auto;
}
.exhibitorNews_info ul[data-v-7ea3a794] {
  padding-bottom: 0.8rem;
}
.exhibitorNews_info li[data-v-7ea3a794] {
  padding: 0.4rem;
  overflow: hidden;
  border-bottom: solid 0.026667rem #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.exhibitorNews_info li div[data-v-7ea3a794]:nth-child(1) {
  width: 80%;
}
.exhibitorNews_info li div:nth-child(1) p[data-v-7ea3a794] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exhibitorNews_info li div:nth-child(1) p span[data-v-7ea3a794]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.exhibitorNews_btn[data-v-7ea3a794] {
  width: 2.133333rem;
  color: white;
  background-color: #e8000e;
}
.exhibitorNews_btns[data-v-7ea3a794] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top: solid #ccc 0.026667rem;
  padding-top: 0.4rem;
  margin-top: 0.133333rem;
}
.icon-fanhui[data-v-7ea3a794] {
  font-size: 0.6rem;
  -webkit-transform: rotate(180deg) translate(0, -0.8rem);
          transform: rotate(180deg) translate(0, -0.8rem);
}
.importExhibis[data-v-560cef70] {
  min-height: 100vh;
  background-color: #e6e6e6;
}
.importExhibis_btn[data-v-560cef70] {
  font-size: 0.373333rem;
  word-break: break-word;
  color: white;
  background-color: #e8000e;
  white-space: nowrap;
}
.importExhibis_list[data-v-560cef70] .common_left p {
  height: auto;
}
.importExhibis_list[data-v-560cef70] .common_left p span:nth-child(2) {
  white-space: normal;
  overflow: auto;
  height: auto;
}
.importExhibis_btn1[data-v-560cef70] {
  font-size: 0.373333rem;
  height: 0.8rem;
  color: white;
  background-color: #ababab;
  padding: 0.106667rem 0.053333rem;
  white-space: nowrap;
  margin: auto;
}
.importExhibis_btns[data-v-560cef70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top: solid #ccc 0.026667rem;
  padding-top: 0.4rem;
  margin-top: 0.133333rem;
}
.popups_li[data-v-560cef70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.16rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.popups_btns[data-v-560cef70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.16rem 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 0.266667rem;
}
.popups_btns div[data-v-560cef70] {
  padding: 0.16rem 0.8rem;
  border-radius: 0.426667rem;
}
.popups_btn1[data-v-560cef70] {
  border: solid #ccc 0.026667rem;
}
.popups_btn2[data-v-560cef70] {
  background-color: red;
  color: white;
}
.popups_span1[data-v-560cef70] {
  color: black;
  height: 0.8rem;
  line-height: 0.8rem;
}
.popups_span2[data-v-560cef70] {
  background-color: #e6e6e6;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 0.133333rem;
  border-radius: 0.266667rem;
}
.popups_span3[data-v-560cef70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popups_modal[data-v-560cef70] {
  height: 100vh;
  width: 6.666667rem;
  padding: 0.266667rem;
}
.businessReviewDetail_title[data-v-b9e20dd4] {
  margin: 0.2rem;
}
.businessReviewDetail_content[data-v-b9e20dd4] {
  margin: 0 0.4rem;
}
.businessReviewDetail_detail[data-v-b9e20dd4] {
  line-height: 0.8rem;
  padding: 0 0.4rem;
}
.businessReviewDetail_detail div[data-v-b9e20dd4]:lang(detail1) {
  border: solid #ccc 0.026667rem;
  height: 3rem;
  width: 100%;
}
.businessReviewDetail_detail div[data-v-b9e20dd4]:lang(detail2) {
  border: solid #ccc 0.026667rem;
  height: 3rem;
  width: 100%;
}
.businessReviewDetail .businessReviewDetail_imgVideo_spanfirsts[data-v-b9e20dd4] {
  color: #ef6c39;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0 0.053333rem;
}
.businessReviewDetail_imgVideo[data-v-b9e20dd4] {
  padding: 0 0.4rem;
}
.businessReviewDetail_imgVideo_spanFirst[data-v-b9e20dd4] {
  white-space: normal;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: left;
  -ms-flex-item-align: start;
      align-self: flex-start;
  word-break: break-word;
}
.businessReviewDetail_imgVideo_seconds[data-v-b9e20dd4] {
  word-break: break-all;
  color: #ef6c39;
}
.businessReviewDetail_imgVideo_seconds img[data-v-b9e20dd4] {
  max-width: 100%;
  max-height: 100%;
}
.businessReviewDetail_imgVideo_seconds video[data-v-b9e20dd4] {
  max-width: 100%;
}
.businessReviewDetail_imgVideo_common[data-v-b9e20dd4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.16rem 0;
}
.enClass .businessReviewDetail_imgVideo_spanFirst[data-v-b9e20dd4] {
  width: 3.306667rem;
}
.zhClass .businessReviewDetail_imgVideo_spanFirst[data-v-b9e20dd4] {
  width: 3.146667rem;
}
.inquiryDetail_content[data-v-1872be80] {
  padding: 0.4rem;
}
.inquirySubmit_content ul > li[data-v-22a968f6] {
  padding: 0.3rem 0.4rem;
  border-bottom: solid #ccc 0.026667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inquirySubmit_li[data-v-22a968f6] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inquirySubmit_select[data-v-22a968f6] {
  width: 6rem;
  margin-left: 0.5rem;
}
.inquirySubmit_btn[data-v-22a968f6] {
  width: 90%;
  margin: 1rem 5%;
  height: 1rem;
}
.exhibitionProcess[data-v-692b21c6] {
  min-height: 100vh;
  background-color: #e6e6e6;
}
.commonSwitchs_btn[data-v-2c684067] {
  font-size: 0.373333rem;
  height: 0.8rem;
}
.import_exhibition_top[data-v-2c684067] {
  padding: 0.266667rem 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 1.333333rem;
  width: 100%;
  background-color: white;
  z-index: 99;
}
.import_exhibition_span[data-v-2c684067] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.533333rem;
  font-size: 0.48rem;
  margin-left: 0.2rem;
}
.import_exhibitionSelect[data-v-2c684067] {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.popups_li[data-v-2c684067] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.16rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popups_btns[data-v-2c684067] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.16rem 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 0.266667rem;
}
.popups_btns div[data-v-2c684067] {
  padding: 0.16rem 0.8rem;
  border-radius: 0.426667rem;
}
.popups_btn1[data-v-2c684067] {
  border: solid #ccc 0.026667rem;
}
.popups_btn2[data-v-2c684067] {
  background-color: red;
  color: white;
}
.popups_span1[data-v-2c684067] {
  color: black;
  height: 0.8rem;
  line-height: 0.8rem;
  margin-right: 0.266667rem;
}
.popups_span2[data-v-2c684067] {
  background-color: #e6e6e6;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 0.133333rem;
  border-radius: 0.266667rem;
}
.popups_span3[data-v-2c684067] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popups_modal[data-v-2c684067] {
  height: 100vh;
  width: 6.666667rem;
  padding: 0.266667rem;
}
.progress_money[data-v-272119bf] {
  color: red;
  margin: auto;
  font-weight: bold;
  font-size: 0.5rem;
}
.commonSwitchs[data-v-59b72098] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.progress_li li[data-v-59b72098] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem;
  border-bottom: solid #ccc 0.026667rem;
}
.progress_li li img[data-v-59b72098] {
  max-width: 100%;
  max-height: 100%;
}
.progress_li li .progress_img[data-v-59b72098] {
  width: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.progress_li li div[data-v-59b72098] {
  margin-left: 0.2rem;
}
.progress_li li div > p[data-v-59b72098] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 50%;
  line-height: 0.8rem;
}
.enClass[data-v-59b72098] {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.enClass .progress_span1[data-v-59b72098] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.enClass .progress_span1 span[data-v-59b72098]:nth-child(1) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.666667rem;
  color: black;
  font-weight: 500;
  word-break: break-word;
  text-align: right;
}
.enClass .progress_span1 span[data-v-59b72098]:nth-child(2) {
  margin: 0 0.053333rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.zhClass[data-v-59b72098] {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.zhClass .progress_span1[data-v-59b72098] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.zhClass .progress_span1 span[data-v-59b72098]:nth-child(1) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.866667rem;
  color: black;
  font-weight: 500;
  word-break: break-word;
  text-align: right;
}
.zhClass .progress_span1 span[data-v-59b72098]:nth-child(2) {
  margin: 0 0.053333rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.export_exhibition_top[data-v-59b72098] {
  padding: 0.266667rem 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 1.333333rem;
  width: 100%;
  background-color: white;
  z-index: 99;
}
.export_exhibition_span[data-v-59b72098] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.533333rem;
  font-size: 0.48rem;
  margin-left: 0.2rem;
}
.export_exhibitionSelect[data-v-59b72098] {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.progress_select[data-v-59b72098] {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.popups_li[data-v-59b72098] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.16rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popups_btns[data-v-59b72098] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.16rem 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 0.266667rem;
}
.popups_btns div[data-v-59b72098] {
  padding: 0.16rem 0.8rem;
  border-radius: 0.426667rem;
}
.popups_btn1[data-v-59b72098] {
  border: solid #ccc 0.026667rem;
}
.popups_btn2[data-v-59b72098] {
  background-color: red;
  color: white;
}
.popups_span1[data-v-59b72098] {
  color: black;
  height: 0.8rem;
  line-height: 0.8rem;
  margin-right: 0.266667rem;
}
.popups_span2[data-v-59b72098] {
  background-color: #e6e6e6;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 0.133333rem;
  border-radius: 0.266667rem;
}
.popups_span3[data-v-59b72098] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popups_modal[data-v-59b72098] {
  height: 100vh;
  width: 6.666667rem;
  padding: 0.266667rem;
}
.businessReviewDetail_title[data-v-6ebdde94] {
  margin: 0.2rem;
}
.businessReviewDetail_content[data-v-6ebdde94] .common_left p {
  height: auto;
}
.businessReviewDetail_content[data-v-6ebdde94] .common_left p span:nth-child(2) {
  overflow: auto;
  white-space: normal;
  word-break: break-word;
  height: auto;
}
.businessReviewDetail_contents[data-v-6ebdde94] {
  padding-bottom: 0.8rem;
}
.businessReviewDetail_detail[data-v-6ebdde94] {
  line-height: 0.8rem;
  padding: 0 0.4rem;
}
.businessReviewDetail_detail div[data-v-6ebdde94]:lang(detail1) {
  border: solid #ccc 0.026667rem;
  height: 3rem;
  width: 100%;
}
.businessReviewDetail_detail div[data-v-6ebdde94]:lang(detail2) {
  border: solid #ccc 0.026667rem;
  height: 3rem;
  width: 100%;
}
.businessReviewDetail_img[data-v-6ebdde94] {
  width: calc(100vw - 0.8rem);
  padding-left: 0.2rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.businessReviewDetail_img span[data-v-6ebdde94] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: black;
  font-weight: 500;
  text-align: right;
  word-wrap: break-word;
}
.businessReviewDetail_img div[data-v-6ebdde94] {
  overflow: hidden;
}
.businessReviewDetail_img div img[data-v-6ebdde94] {
  max-width: 100%;
  max-height: 100%;
}
.businessReviewDetail_img2[data-v-6ebdde94] {
  margin-top: 0.266667rem;
}
.enClass .businessReviewDetail_img span[data-v-6ebdde94] {
  width: 3.573333rem;
}
.zhClass .businessReviewDetail_img span[data-v-6ebdde94] {
  width: 2.373333rem;
}
.progressDetail_content[data-v-05186625] {
  padding: 0.4rem;
}
.progressDetail_content h2[data-v-05186625] {
  border-bottom: solid #ccc 0.026667rem;
  text-align: center;
  padding: 0.5rem 0;
  color: green;
}
.progressDetail_contents[data-v-05186625] ul > li .span_second {
  word-break: break-word;
}
.progressDetail_ul[data-v-05186625] {
  padding: 0 0.4rem;
}
.progressDetail_ul li p[data-v-05186625] {
  text-align: left;
  height: 0.8rem;
  line-height: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0.2rem;
}
.progressDetail_ul li p span[data-v-05186625]:nth-child(1) {
  color: black;
  font-weight: 500;
}
.exhibitorDetail_info[data-v-dbf2088a] {
  line-height: 0.6rem;
  padding: 0.4rem;
  overflow: hidden;
}
.exhibitorDetail_info h2 + p[data-v-dbf2088a] {
  line-height: 0.8rem;
}
.exhibitorDetail_content p[data-v-dbf2088a]:nth-child(2) {
  text-indent: 0.7rem;
}
.exhibitorDetail_content div[data-v-dbf2088a] {
  margin-top: 0.5rem;
}
.exhibitorDetail_content div img[data-v-dbf2088a] {
  display: block;
  padding-left: 0.2rem;
  float: left;
  width: 33.33%;
  border: none;
}
.exhibitorDetail .ExportPublisheExhibitorTrends[data-v-dbf2088a] {
  padding: 0.4rem;
}
.exhibitorDetail .ExportPublisheExhibitorTrends ul li[data-v-dbf2088a] {
  padding: 0.1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exhibitorDetail .ExportPublisheExhibitorTrends ul li span[data-v-dbf2088a]:nth-child(1) {
  text-align: right;
}
.exhibitorDetail .ExportPublisheExhibitorTrends ul li span[data-v-dbf2088a] {
  display: inline-block;
  height: 100%;
}
.exhibitorDetail .ExportPublisheExhibitorTrends ul li span[data-v-dbf2088a]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-break: break-all;
}
.exhibitorDetail .ExportPublisheExhibitorTrends .enClass span[data-v-dbf2088a]:first-child {
  width: 4rem;
}
.exhibitorDetail .ExportPublisheExhibitorTrends .zhClass span[data-v-dbf2088a]:first-child {
  width: 2.8rem;
}
.exhibitorDetail .ExportPublisheExhibitorTrends .imgContent[data-v-dbf2088a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.exhibitorDetail .ExportPublisheExhibitorTrends .imgContent span[data-v-dbf2088a] {
  display: block;
  height: 0.8rem;
  line-height: 0.8rem;
}
.exhibitorDetail .ExportPublisheExhibitorTrends .imgContent img[data-v-dbf2088a] {
  max-width: 100%;
  max-height: 3.6rem;
  border: 0.026667rem solid #ccc;
  margin-bottom: 0.1rem;
  margin: 0.266667rem auto 0;
}
.inviteBuyer[data-v-7a112728] {
  background-color: #e6e6e6;
}
.inviteBuyer_select[data-v-7a112728] {
  position: fixed;
  padding: 0.4rem;
  background-color: white;
  width: 100%;
  z-index: 1999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inviteBuyer_span[data-v-7a112728] {
  padding-right: 0.133333rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.inviteBuyer_select1[data-v-7a112728] {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.inviteBuyer_btn[data-v-7a112728] {
  height: 0.8rem;
  width: 2.666667rem;
}
.inviteBuyer_btn1[data-v-7a112728] {
  height: 0.8rem;
  width: 2.666667rem;
}
.inviteBuyer_list[data-v-7a112728] {
  padding-bottom: 1rem;
}
.inviteBuyer_mask[data-v-7a112728] {
  width: 100%;
  height: 100vh;
  z-index: 2000;
  background-color: #ccc;
  position: fixed;
  top: 0;
  opacity: 0.5;
}
.inviteBuyer_content[data-v-7a112728] {
  background-color: white;
  display: inline;
  margin: auto;
  border-radius: 0.2rem;
  z-index: 2001;
  padding-top: 0.266667rem;
}
.inviteBuyer_content h3[data-v-7a112728] {
  padding-left: 0.4rem;
  color: #333;
  font-weight: 500;
  border-bottom: solid #ccc 0.026667rem;
  line-height: 0.8rem;
}
.inviteBuyer_content span[data-v-7a112728] {
  display: block;
  line-height: 0.8rem;
  padding-left: 0.4rem;
  padding-top: 0.266667rem;
}
.inviteBuyer_content .invitebuyer_select[data-v-7a112728] {
  width: 80vw;
  margin: 0 0.4rem;
}
.inviteBuyer_content .invitebuyer_select span[data-v-7a112728] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inviteBuyer_content .invitebuyer_select1[data-v-7a112728] {
  margin-top: 0.4rem;
}
.inviteBuyer_content_btn[data-v-7a112728] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid #ccc 0.026667rem;
  margin-top: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inviteBuyer_content_btn div[data-v-7a112728] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 0.426667rem;
  padding: 0.32rem 0;
}
.inviteBuyer_content_btn div[data-v-7a112728]:nth-child(2) {
  border-left: solid #ccc 0.026667rem;
  color: red;
}
.inviteBuyer_alert[data-v-7a112728] {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2001;
}
.inviteBuyer_more[data-v-7a112728] {
  margin-top: 1.866667rem;
}
.addBuyer_content ul > li[data-v-46b41f53] {
  padding: 0.5rem 0.4rem;
  border-bottom: solid #ccc 0.026667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.addBuyer_content ul > li input[type="text"][data-v-46b41f53] {
  width: 5.333333rem;
}
.addBuyer_li[data-v-46b41f53] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.addBuyer_select[data-v-46b41f53] {
  width: 6rem;
  margin-left: 0.5rem;
}
.addBuyer_textarea[data-v-46b41f53] {
  line-height: 0.6rem;
  width: 90%;
  margin: 1rem 5%;
  border: solid #ccc 0.026667rem;
}
.addBuyer_btn[data-v-46b41f53] {
  width: 90%;
  margin: 1rem 5%;
  height: 1rem;
}
.addBuyer .span_en[data-v-46b41f53] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4rem;
}
.addBuyer_content ul > li[data-v-d9422200] {
  padding: 0.5rem 0.4rem;
  border-bottom: solid #ccc 0.026667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.addBuyer_content ul > li input[type="text"][data-v-d9422200] {
  width: 5.333333rem;
}
.addBuyer_li[data-v-d9422200] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.addBuyer_select[data-v-d9422200] {
  width: 6rem;
  margin-left: 0.5rem;
}
.addBuyer_textarea[data-v-d9422200] {
  line-height: 0.6rem;
  width: 90%;
  margin: 1rem 5%;
  border: solid #ccc 0.026667rem;
}
.addBuyer_btn[data-v-d9422200] {
  width: 90%;
  margin: 1rem 5%;
  height: 1rem;
}
.addBuyer .span_en[data-v-d9422200] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4rem;
}
.clearCashList_btn[data-v-27306036] {
  height: 0.8rem;
  font-size: 0.373333rem;
}
.cashDetail_content[data-v-6bc0f8b4] {
  padding: 0.4rem;
}
.cashDetail_content .qrcodeDataContent img[data-v-6bc0f8b4] {
  width: 80%;
  margin: 0.2rem auto;
}
.cashDetail_btn[data-v-6bc0f8b4] {
  width: 100%;
  height: 1rem;
  margin: 2rem 0 1rem;
}
.cashDetail_comment span[data-v-6bc0f8b4] {
  display: block;
  line-height: 0.8rem;
  font-size: 0.45rem;
}
.cashDetail_comment textarea[data-v-6bc0f8b4] {
  width: 100%;
  border: solid #ccc 0.026667rem;
  border-radius: 0.1rem;
  line-height: 0.6rem;
}
.cashDetail_btns[data-v-6bc0f8b4] {
  width: 3rem;
  height: 1rem;
  color: white;
  background-color: #e8000e;
}
.cashDetail_btn1[data-v-6bc0f8b4] {
  color: #e8000e;
  border: solid #e8000e 0.026667rem;
  background-color: white;
}
.cashDetail_footer[data-v-6bc0f8b4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
}
.cashDetail .examineBtn .common_btn[data-v-6bc0f8b4] {
  width: 2rem;
}
.cashDetail .examineBtn h3[data-v-6bc0f8b4] {
  font-weight: bold;
  padding: 0.2rem 0;
  border-bottom: solid 0.026667rem #ccc;
}
.cashDetail .examineBtn div span[data-v-6bc0f8b4]:nth-child(1) {
  color: red;
}
.cashDetail .examineBtn div span[data-v-6bc0f8b4] {
  display: inline-block;
  padding: 0.2rem 0;
}
.cashDetail .examineBtn div textarea[data-v-6bc0f8b4] {
  width: 100%;
  border: 0.026667rem solid #ccc;
  line-height: 0.6rem;
}
.cashDetail .examineBtn .btn[data-v-6bc0f8b4] {
  text-align: center;
  padding-top: 1rem;
}
.cashDetail .exhibitorPublic_file .imgContent[data-v-6bc0f8b4] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cashDetail .exhibitorPublic_file .imgContent li[data-v-6bc0f8b4] {
  padding: 0;
  height: 2.8rem;
  border: 0.026667rem dashed #ccc;
  margin-bottom: 0.4rem;
}
.cashDetail .exhibitorPublic_file .imgContent li img[data-v-6bc0f8b4] {
  width: 100%;
  height: 100%;
}
.cashDetail .exhibitorPublic_file .imgContent .havaImg[data-v-6bc0f8b4] {
  width: 30%;
  position: relative;
}
.cashDetail .exhibitorPublic_file .imgContent .havaImg .delBtn[data-v-6bc0f8b4] {
  position: absolute;
  right: -0.4rem;
  top: -0.133333rem;
  font-size: 0.426667rem;
  display: inline-block;
  width: 0.666667rem;
  height: 0.533333rem;
}
.cashDetail .exhibitorPublic_file .imgContent .havaVideo[data-v-6bc0f8b4] {
  width: 100%;
}
.cashDetail .exhibitorPublic_title[data-v-6bc0f8b4] {
  color: black;
  font-weight: 500;
  font-size: 0.373333rem;
  height: 1rem;
  line-height: 1rem;
}
.cashDetail .finecontent[data-v-6bc0f8b4] {
  border-top: 0.053333rem solid #d7d7d7;
}
.cashDetail .finecontent li[data-v-6bc0f8b4] {
  padding: 0.2rem 0;
  border-bottom: 0.026667rem solid #d7d7d7;
}
.cashDetail .finecontent li p[data-v-6bc0f8b4] {
  padding: 0.1rem 0;
}
.returnInfo_content[data-v-62daf7ac] {
  padding: 0.2rem 0.4rem;
}
.returnInfo_content ul > li span[data-v-62daf7ac] {
  display: block;
  line-height: 0.8rem;
}
.returnInfo_content ul > li .returnInfo_content_div1[data-v-62daf7ac] {
  width: 100%;
  border: solid #ccc 0.026667rem;
  border-radius: 0.1rem;
  padding: 0.3rem;
}
.returnInfo_content ul > li .returnInfo_content_div1 input[data-v-62daf7ac] {
  width: 100%;
}
.returnInfo_content ul > li span[data-v-62daf7ac]::before {
  content: "*";
  color: red;
}
.returnInfo_content ul > li .returnInfo_span[data-v-62daf7ac]::before {
  content: "";
}
.returnInfo_btn[data-v-62daf7ac] {
  width: 100%;
  margin: 1rem 0;
  height: 1rem;
}
.returnInfo_content[data-v-050b926d] {
  padding: 0.2rem 0.4rem;
}
.content[data-v-2c5e7f6e] {
  margin-top: 2.2rem;
  padding: 0 0.4rem 1rem;
}
.content ul li[data-v-2c5e7f6e] {
  height: 0.8rem;
  line-height: 0.8rem;
}
.content .btn[data-v-2c5e7f6e] {
  text-align: center;
}
.clearCashList_btn[data-v-2c5e7f6e] {
  height: 0.8rem;
  font-size: 0.373333rem;
  width: 2.133333rem;
}
.returnInfo_content[data-v-750bbac1] {
  padding: 0.2rem 0.4rem;
}
.returnInfo_content .qrcodeDataContent img[data-v-750bbac1] {
  width: 80%;
  margin: 0.2rem auto;
}
.returnInfo_content ul li[data-v-750bbac1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.6rem 0;
}
.returnInfo_content ul li span[data-v-750bbac1] {
  display: block;
  line-height: 1.2rem;
  width: 2.4rem;
}
.returnInfo_content ul li .returnInfo_content_div1[data-v-750bbac1] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: solid #ccc 0.026667rem;
  border-radius: 0.1rem;
  height: 1rem;
}
.returnInfo_content ul li .returnInfo_content_div1 input[data-v-750bbac1] {
  width: 100%;
  height: 100%;
  padding-left: 0.4rem;
}
.returnInfo_content ul li span[data-v-750bbac1]::before {
  content: "*";
  color: red;
}
.returnInfo .btn[data-v-750bbac1] {
  text-align: center;
}
.returnInfo .btn .returnInfo_btn[data-v-750bbac1] {
  width: 80%;
  margin: 4rem 0 0;
  height: 1rem;
}
.home[data-v-d7bf6ca6] {
  padding-top: 0.026667rem;
}
.hot[data-v-d7bf6ca6] {
  margin: 0 0.4rem;
}
.hot .hot-list[data-v-d7bf6ca6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.hot .hot-list .hot-list-box[data-v-d7bf6ca6] {
  background-color: #123;
  height: 2.2rem;
  width: 2.5rem;
}
.user-box[data-v-d624ec42] {
  border: 0.026667rem solid #ebebeb;
  margin: 0.4rem;
  border-radius: 0.133333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.6rem;
}
.user-box img[data-v-d624ec42] {
  width: 0.933333rem;
  height: 0.933333rem;
  border-radius: 50%;
  margin: 0.266667rem 0.4rem;
}
.home_fanhui1[data-v-d624ec42] {
  font-size: 0.533333rem;
  font-weight: bold;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 0.533333rem;
}
.home_fanhui2[data-v-d624ec42] {
  font-size: 0.533333rem;
  font-weight: bold;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  margin-right: 0.533333rem;
}
.user-box-right[data-v-d624ec42] {
  width: 70%;
  margin: 0 0.266667rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.user-box-right span[data-v-d624ec42]:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.user-box-right span[data-v-d624ec42]:nth-child(2) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-align: right;
}
.user-box-right span[data-v-d624ec42] {
  font-size: 0.426667rem;
}
.status[data-v-d624ec42] {
  color: #d21b2c;
}
.item-box[data-v-d624ec42] {
  border: 0.026667rem solid #ebebeb;
  margin: 0.4rem;
  border-radius: 0.133333rem;
}
.content-top[data-v-d624ec42] {
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  padding-left: 0.4rem;
  border-bottom: 0.026667rem solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-top img[data-v-d624ec42] {
  width: 0.266667rem;
  height: 0.266667rem;
  margin-top: 0.426667rem;
  margin-right: 0.373333rem;
}
.title[data-v-d624ec42] {
  display: inline-block;
  width: 100%;
  font-size: 0.373333rem;
}
.item-content[data-v-d624ec42] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5%;
  width: 90%;
  border-bottom: solid 0.026667rem #ebebeb;
}
.item-content[data-v-d624ec42]:nth-last-child(1) {
  border-bottom: none;
}
.item-ico[data-v-d624ec42] {
  width: 0.96rem;
  height: 0.96rem;
}
.content[data-v-d624ec42] {
  line-height: 1.653333rem;
  width: 80%;
}
.content p[data-v-d624ec42] {
  font-weight: 700;
  font-size: 0.48rem;
  padding-left: 0.4rem;
  color: #000;
}
.content span[data-v-d624ec42] {
  margin-right: 0.266667rem;
}
.home-items-box[data-v-d624ec42] {
  width: 100%;
  padding: 0.133333rem 0.4rem;
  border-top: 0.133333rem solid #e8e8e8;
}
.home-items-box .classify-one[data-v-d624ec42] {
  width: 100%;
  font-size: 0.48rem;
  padding: 0.08rem 0.8rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAeCAYAAAAVdY8wAAAAAXNSR0IArs4c6QAAAG1JREFUOBFjYICC/wwMvED8Hwf+xARTCKSlkNjozGdkKZRENwaJ/3xYmQj3GDCgP+MIbFAk8IAVAhl4YwWkCBY8eGMFWSHewEZWOKxMJOgZkM8ZqBYrsHAkGNgwhUS5DxTXQ8FE6nqGuFgBBg0AaiNx15BjUf0AAAAASUVORK5CYII=) no-repeat;
}
.home-items-box .classify-two[data-v-d624ec42] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-items-box .classify-two .classify-two-box[data-v-d624ec42] {
  width: 25%;
  height: 1.3rem;
  font-size: 0.373333rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.activeName[data-v-d624ec42] {
  font-weight: bold;
  font-size: 0.533333rem;
  border-bottom: solid 0.08rem #7171ff;
  padding-bottom: 0.053333rem;
}
.tab-box[data-v-d624ec42] {
  margin: 0.666667rem 0.4rem;
  font-size: 0.426667rem;
  color: #000;
}
.content-right[data-v-d624ec42] {
  font-size: 0.48rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.region-itembox[data-v-d624ec42] {
  height: 2.4rem;
  background: #cc3300;
  margin: 0.4rem 0.533333rem;
  border-radius: 0.133333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.region-img[data-v-d624ec42] {
  width: 1.066667rem;
  height: 1.066667rem;
  border-radius: 50%;
  margin: 0.666667rem;
}
.region-text[data-v-d624ec42] {
  color: #fff;
  margin: 0.666667rem 0;
}
.region-text p[data-v-d624ec42] {
  font-weight: 700;
}
.meeting-box[data-v-d624ec42] {
  background: #ffba45;
}
.noShow[data-v-d624ec42] {
  display: none;
}
.commonSearch[data-v-4bd4f64d] {
  background-color: #e6e6e6;
  width: 100%;
  height: 100vh;
}
.commonSearch_search[data-v-4bd4f64d] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 0.266667rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.commonSearch_input[data-v-4bd4f64d] {
  background-color: #dbdbdb;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 0.533333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.commonSearch_input i[data-v-4bd4f64d] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.commonSearch_input input[data-v-4bd4f64d] {
  background-color: transparent;
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}
.commonSearch_quit[data-v-4bd4f64d] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.user-box[data-v-148bd630] {
  border: 0.026667rem solid #ebebeb;
  margin: 0.4rem;
  border-radius: 0.133333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.6rem;
}
.user-box img[data-v-148bd630] {
  width: 0.933333rem;
  height: 0.933333rem;
  border-radius: 50%;
  margin: 0.266667rem 0.4rem;
}
.user-box-right[data-v-148bd630] {
  width: 70%;
  margin: 0 0.266667rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.user-box-right span[data-v-148bd630]:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.user-box-right span[data-v-148bd630]:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.user-box-right span[data-v-148bd630] {
  font-size: 0.426667rem;
}
.status[data-v-148bd630] {
  color: #d21b2c;
}
.notice_info span[data-v-148bd630] {
  font-size: 0.48rem;
  color: #333333;
}
.notice_info li[data-v-148bd630] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.notice_info li p[data-v-148bd630] {
  width: 98%;
  font-size: 0.48rem;
}
.notice[data-v-148bd630] {
  height: 100%;
  background-color: #fff;
}
.notice_info[data-v-148bd630] {
  line-height: 1rem;
}
.notice_info ul[data-v-148bd630] {
  background: #f1f6f9;
}
.notice_info ul .title-box[data-v-148bd630] {
  background-color: #fff;
  font-size: 0.48rem;
  color: #333333;
  padding: 0.4rem 0.533333rem;
}
.notice_info ul li[data-v-148bd630] {
  height: 1.6rem;
  line-height: 1.6rem;
  background: #fff;
  font-weight: 700;
  font-size: 0.426667rem;
  padding: 0 0.533333rem;
  margin-bottom: 0.266667rem;
}
.notice_info_items[data-v-148bd630] {
  width: 100%;
  font-size: 0.373333rem;
  color: #333;
  font-weight: 500;
  border-bottom: 0.026667rem solid #eee;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice .user-box-left[data-v-148bd630] {
  margin: 0.8rem 1.6rem 0.8rem 0.8rem;
  width: 50%;
}
.notice .user-box-left p[data-v-148bd630] {
  font-weight: 700;
  color: #000;
  font-size: 0.48rem;
  margin-bottom: 0.133333rem;
}
.notice .tab-box[data-v-148bd630] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.533333rem 0.8rem;
}
.notice .tab-box img[data-v-148bd630] {
  width: 0.8rem;
  height: 0.933333rem;
  margin: 0 auto;
}
.notice .content-right[data-v-148bd630] {
  font-size: 0.48rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.notice .notice-title[data-v-148bd630] {
  color: #ff9e90;
}
.notice .questionnaire[data-v-148bd630] {
  color: #71dcab;
}
.line[data-v-148bd630] {
  background: #e7e7e7;
  height: 0.026667rem;
}
.notice_info[data-v-1c834278] {
  padding: 0.266667rem 0.533333rem;
}
.notice_info span[data-v-1c834278] {
  font-size: 0.48rem;
  color: #333333;
}
.notice_info li[data-v-1c834278] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.notice_info li p[data-v-1c834278] {
  width: 98%;
}
.notice[data-v-1c834278] {
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}
.notice_info[data-v-1c834278] {
  line-height: 1rem;
  overflow: hidden;
}
.notice_info ul[data-v-1c834278] {
  overflow: hidden;
}
.notice_info ul li[data-v-1c834278] {
  color: #d41827;
  font-size: 0.426667rem;
}
.notice_info ul li p[data-v-1c834278] {
  margin-top: 0.266667rem;
}
.notice_info_items[data-v-1c834278] {
  width: 100%;
  font-size: 0.373333rem;
  color: #333;
  font-weight: 500;
  border-bottom: 0.026667rem solid #eee;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice .user-box[data-v-1c834278] {
  border: 0.026667rem solid #ebebeb;
  margin: 0.4rem;
  border-radius: 0.133333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.4rem;
}
.notice .user-box img[data-v-1c834278] {
  width: 1.333333rem;
  height: 1.333333rem;
  margin-top: 0.266667rem;
}
.notice .user-box-left[data-v-1c834278] {
  margin: 0.8rem 1.6rem 0.8rem 0.8rem;
  width: 50%;
}
.notice .user-box-left p[data-v-1c834278] {
  font-weight: 700;
  color: #000;
  font-size: 0.48rem;
  margin-bottom: 0.133333rem;
}
.notice .tab-box[data-v-1c834278] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.533333rem 0.8rem;
}
.notice .tab-box img[data-v-1c834278] {
  width: 0.8rem;
  height: 0.933333rem;
  margin: 0 auto;
}
.notice .content-right[data-v-1c834278] {
  margin-top: 0.533333rem;
  width: 14x;
  height: 0.373333rem;
  margin-right: 0.213333rem;
}
.notice .notice-title[data-v-1c834278] {
  color: #ff9e90;
}
.notice .questionnaire[data-v-1c834278] {
  color: #71dcab;
}
.home-top[data-v-2c045071] {
  padding: 0.5rem 4%;
}
.home-top .home-top-content[data-v-2c045071] {
  -webkit-box-shadow: #ccccccdb 0 0 0.3rem;
  box-shadow: #ccccccdb 0 0 0.3rem;
  border-radius: 0.1rem;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-top .home-top-content .home-top-left[data-v-2c045071] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab[data-v-2c045071] {
  padding-left: 4%;
  margin-bottom: 0.266667rem;
}
.tab span[data-v-2c045071] {
  margin-right: 0.266667rem;
  font-size: 0.426667rem;
}
.currentSpan[data-v-2c045071] {
  font-size: 0.48rem;
  font-weight: 600;
}
.home-items-box[data-v-2c045071] {
  border-radius: 0.133333rem;
  border: 0.026667rem solid #ccccccdb;
  width: 92%;
  margin: 0.4rem 4%;
}
.home-items-box .icon-fanhui[data-v-2c045071] {
  width: 0.1rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home-items-box .classify-one[data-v-2c045071] {
  width: 100%;
}
.home-items-box .classify-one p[data-v-2c045071] {
  padding: 0.08rem 0.266667rem;
  font-size: 0.16rem;
  line-height: 1rem;
  border-bottom: 0.026667rem solid #ccccccdb;
}
.home-items-box .classify-two .classify-two-box[data-v-2c045071] {
  font-size: 0.373333rem;
}
.home-items-box .classify-two .classify-two-box .classify-two-box-item[data-v-2c045071] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0.106667rem 0.106667rem;
}
.home-items-box .classify-two .classify-two-box .classify-two-box-item .imgContent[data-v-2c045071] {
  width: 2rem;
  overflow: hidden;
}
.home-items-box .classify-two .classify-two-box .classify-two-box-item .imgContent img[data-v-2c045071] {
  width: 100%;
  height: 100%;
}
.home-items-box .classify-two .classify-two-box .classify-two-box-item .classify_content[data-v-2c045071] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-items-box .classify-two .classify-two-box .classify-two-box-item .classify_content p[data-v-2c045071] {
  text-align: start;
}
.home-items-box .classify-two .classify-two-box .classify-two-box-item .classify_content p[data-v-2c045071]:first-child {
  font-size: 0.373333rem;
  font-weight: 600;
  color: #000;
}
.home-items-box .classify-two .classify-two-box .classify-two-box-item .classify_content p[data-v-2c045071]:last-child {
  font-size: 0.32rem;
  color: #868686;
}
.home-items-box .classify-two .classify-two-box .classify-two-box-item .export_info_list_second[data-v-2c045071] {
  width: 0.3rem;
}
.home-items-box .classify-two .classify-two-box .classify-two-box-item[data-v-2c045071]:hover {
  background: #ccccccdb;
}
.imgBox[data-v-2c045071] {
  padding: 0 4%;
}
.imgBox .currentImgBox[data-v-2c045071] {
  width: 100%;
  border: 0.026667rem solid #ccc;
  border-radius: 0.213333rem;
  overflow: hidden;
}
.imgBox .currentImgBox img[data-v-2c045071] {
  width: 100%;
  height: 3rem;
}
@charset "UTF-8";

/* CSS Document */
body[data-v-c9ada1a2],
h1[data-v-c9ada1a2],
h3[data-v-c9ada1a2],
h2[data-v-c9ada1a2],
h4[data-v-c9ada1a2],
h5[data-v-c9ada1a2],
h6[data-v-c9ada1a2],
p[data-v-c9ada1a2],
dl[data-v-c9ada1a2],
dd[data-v-c9ada1a2],
ul[data-v-c9ada1a2],
li[data-v-c9ada1a2],
ol[data-v-c9ada1a2],
td[data-v-c9ada1a2],
form[data-v-c9ada1a2],
input[data-v-c9ada1a2],
fieldset[data-v-c9ada1a2],
legend[data-v-c9ada1a2] {
  margin: 0;
  padding: 0;
}
select[data-v-c9ada1a2] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
*[data-v-c9ada1a2] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}
li[data-v-c9ada1a2] {
  list-style: none;
}
a[data-v-c9ada1a2] {
  text-decoration: none;
  font-size: 0.32rem;
  color: #333;
}
body[data-v-c9ada1a2] {
  font-size: 0.373333rem;
  color: #666;
  background: #fff;
}
img[data-v-c9ada1a2] {
  vertical-align: top;
  display: block;
  border: none;
}
a[data-v-c9ada1a2],
input[data-v-c9ada1a2] {
  outline: none;
}
em[data-v-c9ada1a2],
i[data-v-c9ada1a2] {
  font-style: normal;
}
b[data-v-c9ada1a2],
strong[data-v-c9ada1a2],
h1[data-v-c9ada1a2],
h2[data-v-c9ada1a2],
h3[data-v-c9ada1a2],
h4[data-v-c9ada1a2],
h5[data-v-c9ada1a2],
h6[data-v-c9ada1a2] {
  font-weight: normal;
}
.clear[data-v-c9ada1a2]:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
table[data-v-c9ada1a2] {
  border-collapse: collapse;
}
.border0[data-v-c9ada1a2] {
  border: none;
}
.fl[data-v-c9ada1a2] {
  float: left;
}
.fr[data-v-c9ada1a2] {
  float: right;
}
.receiverList_main .dropdown-toggle[data-v-c9ada1a2] {
  height: 0.746667rem !important;
  width: 3.733333rem;
  font-size: 0.266667rem;
  border: 0;
  margin-top: 0.213333rem;
}
.confirm_btn[data-v-c9ada1a2] {
  color: white;
  border: solid #e8000e 0.026667rem;
  background-color: #e8000e;
}
.cancel_btn[data-v-c9ada1a2] {
  color: #e8000e;
  background-color: white;
  border: solid #e8000e 0.026667rem;
}
.returnInfo_content .dropdown-menu li a[data-v-c9ada1a2],
.returnInfo_content .selected-tag[data-v-c9ada1a2] {
  font-size: 0.373333rem;
}
.mint-header[data-v-c9ada1a2] {
  background-color: #e8000e;
}
.mint-button[data-v-c9ada1a2]:not(.is-disabled):active::after {
  opacity: 0.2;
}
.mint-button--primary[data-v-c9ada1a2] {
  background-color: #e8000e;
}
.mint-button--primary.is-plain[data-v-c9ada1a2] {
  border: 0.026667rem solid #e8000e;
  color: #e8000e;
}
.mint-badge.is-primary[data-v-c9ada1a2] {
  background-color: #e8000e;
}
.mint-switch-input:checked + .mint-switch-core[data-v-c9ada1a2] {
  border-color: #e8000e;
  background-color: #e8000e;
}
.mint-navbar .mint-tab-item.is-selected[data-v-c9ada1a2] {
  border-bottom: 0.08rem solid #e8000e;
  color: #e8000e;
}
.mint-tabbar > .mint-tab-item.is-selected[data-v-c9ada1a2] {
  color: #e8000e;
}
.mint-searchbar-cancel[data-v-c9ada1a2] {
  color: #e8000e;
}
.mint-checkbox-input:checked + .mint-checkbox-core[data-v-c9ada1a2] {
  background-color: #e8000e;
  border-color: #e8000e;
}
.mint-radio-input:checked + .mint-radio-core[data-v-c9ada1a2] {
  background-color: #e8000e;
  border-color: #e8000e;
}
.mt-range-progress[data-v-c9ada1a2] {
  background-color: #e8000e;
}
.mt-progress-progress[data-v-c9ada1a2] {
  background-color: #e8000e;
}
.mint-msgbox-confirm[data-v-c9ada1a2] {
  color: #e8000e;
}
.mint-msgbox-confirm[data-v-c9ada1a2]:active {
  color: #e8000e;
}
.mint-datetime-action[data-v-c9ada1a2] {
  color: #e8000e;
}
.mint-msgbox[data-v-c9ada1a2] {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: #fff;
  width: 85%;
  border-radius: 3px;
  font-size: 16px;
  -webkit-user-select: none;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}
.mint-msgbox-header[data-v-c9ada1a2] {
  padding: 0.4rem 0 0;
}
.mint-msgbox-content[data-v-c9ada1a2] {
  padding: 10px 20px 15px;
  border-bottom: 0.026667rem solid #ddd;
  min-height: 36px;
  position: relative;
}
.mint-msgbox-input[data-v-c9ada1a2] {
  padding-top: 15px;
}
.mint-msgbox-input input[data-v-c9ada1a2] {
  border: 0.026667rem solid #dedede;
  border-radius: 5px;
  padding: 4px 5px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.mint-msgbox-input input.invalid[data-v-c9ada1a2] {
  border-color: #ff4949;
}
.mint-msgbox-input input.invalid[data-v-c9ada1a2]:focus {
  border-color: #ff4949;
}
.mint-msgbox-errormsg[data-v-c9ada1a2] {
  color: red;
  font-size: 12px;
  min-height: 18px;
  margin-top: 2px;
}
.mint-msgbox-title[data-v-c9ada1a2] {
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.mint-msgbox-message[data-v-c9ada1a2] {
  color: #999;
  margin: 0;
  text-align: center;
  line-height: 36px;
}
.mint-msgbox-btns[data-v-c9ada1a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  line-height: 40px;
}
.mint-msgbox-btn[data-v-c9ada1a2] {
  line-height: 35px;
  display: block;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  border: 0;
}
.mint-msgbox-btn[data-v-c9ada1a2]:focus {
  outline: none;
}
.mint-msgbox-btn[data-v-c9ada1a2]:active {
  background-color: #fff;
}
.mint-msgbox-cancel[data-v-c9ada1a2] {
  width: 50%;
  border-right: 0.026667rem solid #ddd;
}
.mint-msgbox-cancel[data-v-c9ada1a2]:active {
  color: #000;
}
.mint-msgbox-confirm[data-v-c9ada1a2] {
  color: #e8000e;
  width: 50%;
}
.mint-msgbox-confirm[data-v-c9ada1a2]:active {
  color: #e8000e;
}
.msgbox-bounce-enter[data-v-c9ada1a2] {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.7);
  transform: translate3d(-50%, -50%, 0) scale(0.7);
}
.msgbox-bounce-leave-active[data-v-c9ada1a2] {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.9);
  transform: translate3d(-50%, -50%, 0) scale(0.9);
}
.dropdown-menu li a[data-v-c9ada1a2] {
  font-size: 0.426667rem;
}
.dropdown-menu li[data-v-c9ada1a2] {
  height: 1.2rem;
}
.dropdown-toggle[data-v-c9ada1a2] {
  height: 1.2rem;
}
.vs__selected-options[data-v-c9ada1a2] {
  width: 100%;
}
*[data-v-c9ada1a2] {
  font-size: 0.373333rem;
}
.page[data-v-c9ada1a2],
html[data-v-c9ada1a2],
body[data-v-c9ada1a2] {
  background: #ffffff;
  scroll-behavior: smooth;
  height: 100%;
}
.page[data-v-c9ada1a2] .v-select .clear,
html[data-v-c9ada1a2] .v-select .clear,
body[data-v-c9ada1a2] .v-select .clear {
  margin-right: 0.373333rem;
}
.page-bottom[data-v-c9ada1a2] {
  padding-bottom: 0.6rem;
}
.page-top[data-v-c9ada1a2] {
  padding-top: 0.5rem;
}
.loading-img[data-v-c9ada1a2] {
  background-image: url(/static/img/loading-img.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.common_btn[data-v-c9ada1a2] {
  color: white;
  background-color: #e8000e;
  margin: auto;
}
.common_padding[data-v-c9ada1a2] {
  padding: 0.4rem 0.4rem;
}
.common_searchs[data-v-c9ada1a2] {
  font-size: 0.746667rem;
  margin-right: 0.266667rem;
}
.common-empty[data-v-c9ada1a2] {
  height: 8rem;
  line-height: 3rem;
  text-align: center;
}
.common-search[data-v-c9ada1a2] {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0 0.4rem;
  background-color: white;
  z-index: 1999;
}
.common-search1[data-v-c9ada1a2] {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0 0.4rem;
  background-color: white;
  z-index: 1999;
  top: 1.6rem;
}
.common-search2[data-v-c9ada1a2] {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0 0.4rem;
  background-color: white;
  z-index: 1999;
  top: 2.666667rem;
}
.common-search3[data-v-c9ada1a2] {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0 0.4rem;
  background-color: white;
  z-index: 1999;
  top: 2.933333rem;
}
.common-search4[data-v-c9ada1a2] {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0 0.4rem;
  background-color: white;
  z-index: 1999;
  top: 2.4rem;
}
.commonList-class1[data-v-c9ada1a2] {
  top: 2.293333rem;
  padding-bottom: 0.8rem;
}
.commonList-class2[data-v-c9ada1a2] {
  padding-bottom: 0.8rem;
}
.commonList-class3[data-v-c9ada1a2] {
  top: 4rem;
  padding-bottom: 0.8rem;
}
.commonList-class4[data-v-c9ada1a2] {
  top: 2rem;
  padding-bottom: 0.8rem;
}
.commonList-class5[data-v-c9ada1a2] {
  top: 5.333333rem;
  padding-bottom: 0.8rem;
}
.common-switch[data-v-c9ada1a2] {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0.4rem;
  top: 1.333333rem;
  background-color: white;
  z-index: 1999;
}
.common-more[data-v-c9ada1a2] {
  margin-top: 2rem;
}
.common-more1[data-v-c9ada1a2] {
  margin-top: 3.733333rem;
}
.common-more2[data-v-c9ada1a2] {
  margin-top: 5.333333rem;
}
.common-more3[data-v-c9ada1a2] {
  margin-top: 2.266667rem;
}
.common-more4[data-v-c9ada1a2] {
  margin-top: 4rem;
}
.common-more5[data-v-c9ada1a2] {
  margin-top: 3.066667rem;
}
.common-select[data-v-c9ada1a2] {
  position: fixed;
  left: 0.4rem;
  right: 0.4rem;
  padding: 0.4rem 0;
  top: 1.733333rem;
  background-color: white;
  z-index: 1999;
}
.common-select1[data-v-c9ada1a2] {
  position: fixed;
  left: 0.4rem;
  right: 0.4rem;
  padding: 0.4rem 0;
  top: 2.933333rem;
  background-color: white;
  z-index: 1999;
}
.common-list[data-v-c9ada1a2] {
  padding-bottom: 0.8rem;
}
.common-height[data-v-c9ada1a2] {
  min-height: calc(100vh - 4rem);
}
.common-height1[data-v-c9ada1a2] {
  min-height: calc(100vh - 5.333333rem);
}
.common-height2[data-v-c9ada1a2] {
  min-height: calc(100vh - 6.666667rem);
}
.common-height3[data-v-c9ada1a2] {
  min-height: calc(100vh - 1.6rem);
}
.viewer-toolbar[data-v-c9ada1a2] {
  display: none;
}
.common-padding[data-v-c9ada1a2] {
  padding-bottom: 0.8rem;
}
.v-select .dropdown-toggle .clear[data-v-c9ada1a2] {
  margin-right: 0.4rem !important;
}
.login[data-v-c9ada1a2] {
  background-color: #fff;
  height: 100%;
}
.login_tips1[data-v-c9ada1a2] {
  text-align: center;
  margin-top: 0.266667rem;
  width: 100%;
  font-size: 0.32rem;
  color: #b3b3b3;
}
.login_tips2[data-v-c9ada1a2] {
  text-align: center;
  margin: 0.373333rem 0 0.426667rem 0;
  width: 100%;
  text-decoration: underline;
  color: #e8000e;
  font-size: 0.4rem;
}
.login .logo[data-v-c9ada1a2] {
  width: 100%;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 1.066667rem;
}
.login .logo .logo-pic[data-v-c9ada1a2] {
  width: 90%;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.login .logo .logo-pic img[data-v-c9ada1a2] {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.login .logo_change[data-v-c9ada1a2] {
  position: absolute;
  right: 1.066667rem;
  font-size: 0.533333rem;
  color: white;
  background-color: grey;
  border-radius: 0.133333rem;
  padding: 0.08rem 0.213333rem;
}
.login .login-input[data-v-c9ada1a2] {
  margin: 0 0.533333rem 1.066667rem;
}
.login .login-input .input-box[data-v-c9ada1a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 1.6rem;
  border-bottom: 0.026667rem solid #d9d9d9;
  font-size: 0.48rem;
  color: #333;
}
.login .login-input .input-box .spanen[data-v-c9ada1a2] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 2.133333rem;
}
.login .login-input .input-box .spanzh[data-v-c9ada1a2] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.login .login-input .input-box .place-holder[data-v-c9ada1a2] {
  color: #b9b9b9;
}
.login .login-input .input-box .input-text[data-v-c9ada1a2] {
  font-size: 0.426667rem;
  width: 90%;
  -webkit-user-select: auto;
  /*webkit浏览器*/
  -moz-user-select: auto;
   -ms-user-select: auto;
       user-select: auto;
  /*用户是否能够选中文本*/
}
.login .other-login[data-v-c9ada1a2] {
  margin-top: 1.413333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login .other-login .border[data-v-c9ada1a2] {
  width: 2.266667rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-bottom: 0.026667rem solid #e8e8e8;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
.login .other-login .other-login-text[data-v-c9ada1a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 2.666667rem;
}
.login .other-login .other-login-text .other-login-box[data-v-c9ada1a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.32rem;
  color: #b9b9b9;
}
.login .other-login .other-login-text .other-login-box .other-login-pic[data-v-c9ada1a2] {
  width: 0.906667rem;
  height: 0.72rem;
  background-size: 100% 100%;
}
.login .findPassword-register[data-v-c9ada1a2] {
  width: 4rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-decoration: underline;
  color: #e8000e;
  font-size: 0.4rem;
}
.login .login_btn[data-v-c9ada1a2] {
  width: 60%;
  height: 1rem;
  color: white;
  margin-left: 10%;
}
.login .codeImg[data-v-c9ada1a2] {
  width: 2.4rem;
  height: 0.96rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.8rem;
}
.verify-code-container[data-v-c9ada1a2] {
  width: 90%;
  height: 40%;
  background-color: #fff;
  overflow-y: scroll;
}
.verify-code-container.mint-popup-top[data-v-c9ada1a2] {
  top: 20%;
}
.verify-code-container .input-box-verify-code[data-v-c9ada1a2] {
  font-size: 0.48rem;
  margin: 1.333333rem 1.333333rem;
}
.verify-code-container .input-box-verify-code .verifi-code[data-v-c9ada1a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.48rem;
}
.verify-code-container .input-box-verify-code .verifi-code .verify-text[data-v-c9ada1a2] {
  font-size: 0.48rem;
  width: 4rem;
}
.verify-code-container .input-box-verify-code .verifi-button[data-v-c9ada1a2] {
  margin: 0.533333rem auto;
  width: 5.333333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.verify-code-container .verify-code-content[data-v-c9ada1a2] {
  width: 100%;
  height: 100%;
  position: relative;
}
.verify-code-container input-verify-code[data-v-c9ada1a2] {
  font-size: 0.426667rem;
  width: 30%;
  -webkit-user-select: auto;
  /*webkit浏览器*/
  -moz-user-select: auto;
   -ms-user-select: auto;
       user-select: auto;
  /*用户是否能够选中文本*/
}
.agreement-container[data-v-c9ada1a2] {
  width: 90%;
  height: 80%;
  background-color: #fff;
  overflow-y: scroll;
}
.agreement-container.mint-popup-top[data-v-c9ada1a2] {
  top: 10%;
}
.agreement-container .agreement-content[data-v-c9ada1a2] {
  width: 100%;
  height: 100%;
  position: relative;
}
.agreement-container img[data-v-c9ada1a2] {
  width: 100%;
}
.close-icon[data-v-c9ada1a2] {
  width: 0.933333rem;
  height: 0.933333rem;
  position: fixed;
  bottom: 0.533333rem;
  left: 0;
  right: 0;
  margin: auto;
}
.close-icon img[data-v-c9ada1a2] {
  width: 100%;
}
.mt10[data-v-c9ada1a2] {
  margin: 0.533333rem 0.266667rem;
}
.tab-box[data-v-c9ada1a2] {
  margin: 0.666667rem 0.4rem;
  font-size: 0.426667rem;
  color: #000;
}
.activeName[data-v-c9ada1a2] {
  font-weight: bold;
  font-size: 0.533333rem;
  border-bottom: solid 0.08rem #7171ff;
  padding-bottom: 0.053333rem;
}
.border[data-v-c9ada1a2] {
  border: solid 0.026667rem rgba(0, 0, 0, 0.98) !important;
  padding: 0.133333rem;
  border-radius: 0.133333rem;
}
.login-btn[data-v-c9ada1a2] {
  color: #e8000e;
  font-size: 0.32rem;
  height: 0.8rem;
  width: 5.333333rem;
  background-color: #fff;
  border: 0.026667rem solid #918989;
  border-radius: 0.133333rem;
  text-align: center;
  line-height: 0.8rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0.053333rem 0.106667rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.053333rem 0.106667rem rgba(0, 0, 0, 0.1);
}
.mine_ul[data-v-648a327c] {
  border-top: solid #d7d7d7 0.026667rem;
  padding: 0 0.4rem;
}
.mine_ul li[data-v-648a327c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mine_ul li p[data-v-648a327c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid #d7d7d7 0.026667rem;
  width: 100%;
  padding: 0.4rem 0;
}
.mine_ul li p span[data-v-648a327c] {
  display: inline-block;
  color: black;
  font-size: 0.373333rem;
}
.mine_ul li p i[data-v-648a327c] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 0.373333rem;
}
.mine_ul li i[data-v-648a327c] {
  font-size: 0.533333rem;
}
.mine_btn[data-v-648a327c] {
  width: 80%;
  height: 1rem;
  margin: 1rem 10%;
}
.mine_title[data-v-648a327c] {
  padding-left: 0.8rem;
  line-height: 1.2rem;
  height: 1.2rem;
  font-size: 0.426667rem;
}
#mine .idAndHeadpic[data-v-648a327c] {
  width: 100%;
  border-bottom: 0.266667rem solid #e8e8e8;
  padding: 0.533333rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.426667rem;
  color: #333333;
  font-weight: 700;
}
#mine .idAndHeadpic .headpic[data-v-648a327c] {
  width: 2.133333rem;
  height: 2.133333rem;
  border-radius: 50%;
}
#mine .idAndHeadpic p[data-v-648a327c] {
  height: 0.533333rem;
  line-height: 0.533333rem;
  margin-top: 0.266667rem;
}
.mine_language[data-v-648a327c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0.4rem 0;
  border-bottom: solid 0.026667rem #d7d7d7;
}
.mine_language > span[data-v-648a327c] {
  display: inline-block;
  color: black;
  font-size: 0.373333rem;
}
.mine_language_right[data-v-648a327c] {
  color: blue;
}
.update-info .info-input[data-v-c4deaa82] {
  width: 100%;
  padding: 0 0.8rem;
  background-color: #fff;
}
.update-info .info-input .input-box[data-v-c4deaa82] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 1.6rem;
  border-bottom: 0.026667rem solid #d9d9d9;
  font-size: 0.373333rem;
  color: #333;
}
.update-info .info-input .input-box span[data-v-c4deaa82] {
  display: inline-block;
}
.update-info .info-input .input-box .place-holder[data-v-c4deaa82] {
  color: #b9b9b9;
}
.update-info .info-input .input-box .input-text[data-v-c4deaa82] {
  display: inline-block;
  margin-left: 0.266667rem;
  width: 60%;
}
.update-info .updateInfo_btn[data-v-c4deaa82] {
  width: 80%;
  height: 1rem;
  margin: 1.6rem 10%;
}
.updatePwd_btn[data-v-1d1ed73c] {
  width: 80%;
  height: 1rem;
  margin: 1.6rem 10%;
}
@charset "utf-8";
/* CSS Document */
body[data-v-cb35475c],
h1[data-v-cb35475c],
h3[data-v-cb35475c],
h2[data-v-cb35475c],
h4[data-v-cb35475c],
h5[data-v-cb35475c],
h6[data-v-cb35475c],
p[data-v-cb35475c],
dl[data-v-cb35475c],
dd[data-v-cb35475c],
ul[data-v-cb35475c],
li[data-v-cb35475c],
ol[data-v-cb35475c],
td[data-v-cb35475c],
form[data-v-cb35475c],
input[data-v-cb35475c],
fieldset[data-v-cb35475c],
legend[data-v-cb35475c] {
    margin: 0;
    padding: 0;
}
select[data-v-cb35475c] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
*[data-v-cb35475c] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
}
li[data-v-cb35475c] {
    list-style: none;
}
a[data-v-cb35475c] {
    text-decoration: none;
    font-size: 12px;
    color: #333;
}
body[data-v-cb35475c] {
    font-size: 14px;
    //   font-family: "\5FAE\8F6F\96C5\9ED1";
    color: #666;
    background: #fff;
}
img[data-v-cb35475c] {
    vertical-align: top;
    display: block;
    border: none;
}
a[data-v-cb35475c],
input[data-v-cb35475c] {
    outline: none;
}
em[data-v-cb35475c],
i[data-v-cb35475c] {
    font-style: normal;
}
b[data-v-cb35475c],
strong[data-v-cb35475c],
h1[data-v-cb35475c],
h2[data-v-cb35475c],
h3[data-v-cb35475c],
h4[data-v-cb35475c],
h5[data-v-cb35475c],
h6[data-v-cb35475c] {
    font-weight: normal;
}
.clear[data-v-cb35475c]:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
table[data-v-cb35475c] {
    border-collapse: collapse;
}
.border0[data-v-cb35475c] {
    border: none;
}
.fl[data-v-cb35475c] {
    float: left;
}
.fr[data-v-cb35475c] {
    float: right;
}
//覆盖样式
.receiverList_main .dropdown-toggle[data-v-cb35475c] {
    height: 28px !important;
    width: 140px;
    font-size: 10px;
    border: 0px;
    margin-top: 8px;
}
//底部公共确定按钮样式
.confirm_btn[data-v-cb35475c] {
    color: white;
    border: solid #e8000e 1px;
    background-color: #e8000e;
}
//底部公共取消按钮样式
.cancel_btn[data-v-cb35475c] {
    color: #e8000e;
    background-color: white;
    border: solid #e8000e 1px;
}
.returnInfo_content .dropdown-menu li a[data-v-cb35475c],
.returnInfo_content .selected-tag[data-v-cb35475c] {
    font-size: 14px;
}
$base-color: #e8000e;
$dividingLine-color:#eee;
$background-color: #fff;
$background-color:#f5f5f5;
$color-primary: #e8000e;
.mint-header[data-v-cb35475c] {
    background-color: $color-primary;
}
.mint-button[data-v-cb35475c]:not(.is-disabled):active::after {
    opacity: .2
        /* .6 */
}
.mint-button--primary[data-v-cb35475c] {
    background-color: $color-primary;
}
.mint-button--primary.is-plain[data-v-cb35475c] {
    border: 1px solid $color-primary;
    color: $color-primary
}
.mint-badge.is-primary[data-v-cb35475c] {
    background-color: $color-primary
}
.mint-switch-input:checked+.mint-switch-core[data-v-cb35475c] {
    border-color: $color-primary;
    background-color: $color-primary;
}
.mint-navbar .mint-tab-item.is-selected[data-v-cb35475c] {
    border-bottom: 3px solid $color-primary;
    color: $color-primary;
}
.mint-tabbar>.mint-tab-item.is-selected[data-v-cb35475c] {
    color: $color-primary;
}
.mint-searchbar-cancel[data-v-cb35475c] {
    color: $color-primary;
}
.mint-checkbox-input:checked+.mint-checkbox-core[data-v-cb35475c] {
    background-color: $color-primary;
    border-color: $color-primary;
}
.mint-radio-input:checked+.mint-radio-core[data-v-cb35475c] {
    background-color: $color-primary;
    border-color: $color-primary;
}
.mt-range-progress[data-v-cb35475c] {
    background-color: $color-primary;
}
.mt-progress-progress[data-v-cb35475c] {
    background-color: $color-primary;
}
.mint-msgbox-confirm[data-v-cb35475c] {
    color: $color-primary;
}
.mint-msgbox-confirm[data-v-cb35475c]:active {
    color: $color-primary;
}
.mint-datetime-action[data-v-cb35475c] {
    color: $color-primary;
}
.mint-msgbox[data-v-cb35475c] {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background-color: #fff;
    width: 85%;
    border-radius: 3px;
    /*no*/
    font-size: 16px;
    /*no*/
    -webkit-user-select: none;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s;
}
.mint-msgbox-header[data-v-cb35475c] {
    padding: 15px 0 0;
}
.mint-msgbox-content[data-v-cb35475c] {
    padding: 10px 20px 15px;
    /*no*/
    border-bottom: 1px solid #ddd;
    min-height: 36px;
    /*no*/
    position: relative;
}
.mint-msgbox-input[data-v-cb35475c] {
    padding-top: 15px;
    /*no*/
}
.mint-msgbox-input input[data-v-cb35475c] {
    border: 1px solid #dedede;
    border-radius: 5px;
    /*no*/
    padding: 4px 5px;
    /*no*/
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
.mint-msgbox-input input.invalid[data-v-cb35475c] {
    border-color: #ff4949;
}
.mint-msgbox-input input.invalid[data-v-cb35475c]:focus {
    border-color: #ff4949;
}
.mint-msgbox-errormsg[data-v-cb35475c] {
    color: red;
    font-size: 12px;
    /*no*/
    min-height: 18px;
    /*no*/
    margin-top: 2px;
    /*no*/
}
.mint-msgbox-title[data-v-cb35475c] {
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 16px;
    /*no*/
    font-weight: 700;
    color: #333;
}
.mint-msgbox-message[data-v-cb35475c] {
    color: #999;
    margin: 0;
    text-align: center;
    line-height: 36px;
    /*no*/
}
.mint-msgbox-btns[data-v-cb35475c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    /*no*/
    line-height: 40px;
    /*no*/
}
.mint-msgbox-btn[data-v-cb35475c] {
    line-height: 35px;
    /*no*/
    display: block;
    background-color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    border: 0;
}
.mint-msgbox-btn[data-v-cb35475c]:focus {
    outline: none;
}
.mint-msgbox-btn[data-v-cb35475c]:active {
    background-color: #fff;
}
.mint-msgbox-cancel[data-v-cb35475c] {
    width: 50%;
    border-right: 1px solid #ddd;
}
.mint-msgbox-cancel[data-v-cb35475c]:active {
    color: #000;
}
.mint-msgbox-confirm[data-v-cb35475c] {
    color: $color-primary;
    width: 50%;
}
.mint-msgbox-confirm[data-v-cb35475c]:active {
    color: $color-primary;
}
.msgbox-bounce-enter[data-v-cb35475c] {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.7);
    transform: translate3d(-50%, -50%, 0) scale(0.7);
}
.msgbox-bounce-leave-active[data-v-cb35475c] {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.9);
    transform: translate3d(-50%, -50%, 0) scale(0.9);
}
// vue-select
.dropdown-menu li a[data-v-cb35475c] {
    font-size: 16px
}
.dropdown-menu li[data-v-cb35475c] {
    height: 45px;
}
.dropdown-toggle[data-v-cb35475c] {
    height: 45px;
}
.vs__selected-options[data-v-cb35475c] {
    width: 100%;
}
@mixin gjh-border-radius {
    border: 1px solid #ccc;
    border-radius: 8px;
}
$padding-left: 0.4rem;
$padding-top: 0.4rem;
*[data-v-cb35475c] {
    font-size: 14px;
}
.page[data-v-cb35475c],
html[data-v-cb35475c],
body[data-v-cb35475c] {
    background: #ffffff;
    scroll-behavior: smooth;
    height: 100%;
/deep/ .v-select .clear {
        margin-right: 14px;
}
}
.page-bottom[data-v-cb35475c] {
    padding-bottom: 0.6rem;
}
.page-top[data-v-cb35475c] {
    padding-top: 0.5rem;
}
.loading-img[data-v-cb35475c] {
    background-image: url(/static/img/loading-img.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.common[data-v-cb35475c] {

    //   height: 100%;
&_btn {
        color: white;
        background-color: #e8000e;
        margin: auto;
}
&_padding {
        padding: $padding-top $padding-left;
}
}
.common_searchs[data-v-cb35475c] {
    font-size: 28px;
    margin-right: 10px;
}
.common-empty[data-v-cb35475c] {
    height: 8rem;
    line-height: 3rem;
    text-align: center;
}
.common-search[data-v-cb35475c] {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0 0.4rem;
    background-color: white;
    z-index: 1999;
}
.common-search1[data-v-cb35475c] {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0 0.4rem;
    background-color: white;
    z-index: 1999;
    top: 60px;
}
.common-search2[data-v-cb35475c] {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0 0.4rem;
    background-color: white;
    z-index: 1999;
    top: 100px;
}
.common-search3[data-v-cb35475c] {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0 0.4rem;
    background-color: white;
    z-index: 1999;
    top: 110px;
}
.common-search4[data-v-cb35475c] {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0 0.4rem;
    background-color: white;
    z-index: 1999;
    top: 90px;
}
.commonList-class1[data-v-cb35475c] {
    top: 86px;
    padding-bottom: 30px;
}
.commonList-class2[data-v-cb35475c] {
    padding-bottom: 30px;
}
.commonList-class3[data-v-cb35475c] {
    top: 150px;
    padding-bottom: 30px;
}
.commonList-class4[data-v-cb35475c] {
    top: 75px;
    padding-bottom: 30px;
}
.commonList-class5[data-v-cb35475c] {
    top: 200px;
    padding-bottom: 30px;
}
.common-switch[data-v-cb35475c] {
    position: fixed;
    left: 0;
    right: 0;
    padding: 15px;
    top: 50px;
    background-color: white;
    z-index: 1999;
}
.common-more[data-v-cb35475c] {
    margin-top: 75px;
}
.common-more1[data-v-cb35475c] {
    margin-top: 140px;
}
.common-more2[data-v-cb35475c] {
    margin-top: 200px;
}
.common-more3[data-v-cb35475c] {
    margin-top: 85px;
}
.common-more4[data-v-cb35475c] {
    margin-top: 150px;
}
.common-more5[data-v-cb35475c] {
    margin-top: 115px;
}
.common-select[data-v-cb35475c] {
    position: fixed;
    left: 15px;
    right: 15px;
    padding: 15px 0;
    top: 65px;
    background-color: white;
    z-index: 1999;
}
.common-select1[data-v-cb35475c] {
    position: fixed;
    left: 15px;
    right: 15px;
    padding: 15px 0;
    top: 110px;
    background-color: white;
    z-index: 1999;
}
.common-list[data-v-cb35475c] {
    padding-bottom: 30px;
}
.common-height[data-v-cb35475c] {
    min-height: calc(100vh - 150px);
}
.common-height1[data-v-cb35475c] {
    min-height: calc(100vh - 200px);
}
.common-height2[data-v-cb35475c] {
    min-height: calc(100vh - 250px);
}
.common-height3[data-v-cb35475c] {
    min-height: calc(100vh - 60px);
}
.viewer-toolbar[data-v-cb35475c] {
    display: none;
}
.common-padding[data-v-cb35475c] {
    padding-bottom: 30px;
}
.v-select .dropdown-toggle .clear[data-v-cb35475c] {
    margin-right: 15px !important;
}
.register-input[data-v-cb35475c] {
  width: 100%;
  border-bottom: 0.026667rem solid #e8e8e8;
  padding: 0.266667rem 0.16rem;
  background-color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.abc[data-v-cb35475c] {
  font-size: 0.373333rem;
  padding-left: 0.106667rem;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  min-width: 50%;
  line-height: 0.8rem;
}
.currentTitle[data-v-cb35475c] {
  display: inline-block;
  text-align: right;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0.8rem;
}
.feedback[data-v-aed416d4] {
  width: 100%;
  height: 35.573333rem;
  background-color: #f2f2f2;
}
.feedback .feedback-box[data-v-aed416d4] {
  padding: 0.266667rem 0.4rem;
  margin-bottom: 1.333333rem;
}
.feedback .feedback-box .title input[data-v-aed416d4] {
  width: 100%;
  height: 1.653333rem;
  margin-bottom: 1.333333rem;
}
.feedback .feedback-box textarea[data-v-aed416d4] {
  width: 100%;
  height: 9.386667rem;
}
.resetPwd .text[data-v-e238b8a2] {
  text-indent: 0.8rem;
}
.resetPwdOne .text[data-v-57f126d4] {
  margin-left: 0.48rem;
  line-height: 1.28rem;
}
.resetPwdOne .imgbox[data-v-57f126d4] {
  width: 8rem;
  height: 1.386667rem;
  margin: 0 auto;
}
.resetPwdOne .resetPwdOne-box[data-v-57f126d4] {
  width: 100%;
  height: 1.413333rem;
  padding: 0.133333rem 0.4rem;
  border-bottom: 0.026667rem solid #d9d9d9;
}
.resetPwdOne .resetPwdOne-box input[data-v-57f126d4] {
  width: 60%;
  height: 100%;
}
.resetPwdOne .resetPwdOne-box .randomCode[data-v-57f126d4] {
  display: inline-block;
}
.resetPwdOne_btn[data-v-57f126d4] {
  width: 90%;
  margin: 0 5%;
}
.resetPwdOne_code[data-v-57f126d4] {
  width: 2.2667rem;
  height: 0.9333rem;
  position: absolute;
  right: 1.2667rem;
  top: 0.1333rem;
}
.resetPwdOne_code img[data-v-57f126d4] {
  width: 100%;
  height: 100%;
}
.text[data-v-2335903e] {
  line-height: 1.253333rem;
  padding: 0 0.4rem;
  font-size: 0.373333rem;
}
.text[data-v-2335903e]::before {
  content: "*";
  color: red;
}
.imgbox[data-v-2335903e] {
  width: 8rem;
  height: 1.386667rem;
  margin: 0 auto;
}
.resetPwdTwo_btn[data-v-2335903e] {
  width: 90%;
  margin: 1rem 5%;
  height: 1rem;
}
.text[data-v-c3d7aea8] {
  margin-left: 0.48rem;
  line-height: 1.28rem;
}
.imgbox[data-v-c3d7aea8] {
  width: 8rem;
  height: 1.386667rem;
  margin: 0 auto;
}
.resetPwdThree_btn[data-v-c3d7aea8] {
  width: 90%;
  margin: 0 5%;
  height: 1rem;
}
.Agreement .AgreementContent[data-v-00601c85] {
  padding: 0 0.4rem;
}
.cm_infot_t[data-v-4977c95d] {
  font-size: 0.48rem;
  font-weight: bold;
  color: #d92026;
  text-align: center;
  padding: 0.133333rem 0 0.133333rem 0;
}
.w_c_cc[data-v-4977c95d] {
  font-size: 0.373333rem;
  color: #444;
  margin-top: 0.373333rem;
  line-height: 0.8rem;
}
.w_c_cc p[data-v-4977c95d] {
  text-indent: 2em;
}
.Agreement .AgreementContent[data-v-75a47c8c] {
  padding: 0 0.4rem;
}
.Agreement .AgreementContent .card-header[data-v-75a47c8c] {
  display: block;
  text-align: center;
  font-size: 0.6rem;
  min-height: 1.4rem;
  position: relative;
  padding: 0 0.75rem 0 0.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Agreement .AgreementContent .card-header[data-v-75a47c8c]:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 0.026667rem;
  width: 100%;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.Agreement .AgreementContent .card-footer[data-v-75a47c8c] {
  text-align: center;
  border-radius: 0 0 0.1rem 0.1rem;
  color: #5f646e;
  min-height: 1.4rem;
}
.Agreement .AgreementContent .card-footer[data-v-75a47c8c]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  height: 0.026667rem;
  width: 100%;
  background-color: #e1e1e1;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.Agreement .AgreementContent .card-content-inner p[data-v-75a47c8c] {
  text-indent: 2em;
}
.Agreement .AgreementContent .card-content[data-v-75a47c8c] {
  position: relative;
  word-wrap: break-word;
  word-break: normal;
  word-break: break-all;
}
.Agreement .AgreementContent .card-content p[data-v-75a47c8c] {
  font-size: 0.48rem;
  padding: 0.266667rem 0;
  color: #3d4145;
}
.Agreement .AgreementContent .card-content p a[data-v-75a47c8c] {
  color: #0894ec;
  text-decoration: none;
  font-size: 0.48rem;
}
.Agreement .AgreementContent .card-content p strong[data-v-75a47c8c] {
  font-weight: bold;
  font-size: 0.48rem;
}
.Agreement .AgreementContent .card-content-inner[data-v-75a47c8c] {
  position: relative;
}
.Agreement .AgreementContent .card-content-inner > p[data-v-75a47c8c]:first-child {
  margin-top: 0;
}
.Agreement .AgreementContent .card-content-inner > p[data-v-75a47c8c]:last-child {
  margin-bottom: 0;
}
.Agreement .AgreementContent .card-content-inner > .list-block[data-v-75a47c8c],
.Agreement .AgreementContent .card-content-inner > .content-block[data-v-75a47c8c] {
  margin: -0.75rem;
}/* CSS Document */
body[data-v-2cb34080],
h1[data-v-2cb34080],
h3[data-v-2cb34080],
h2[data-v-2cb34080],
h4[data-v-2cb34080],
h5[data-v-2cb34080],
h6[data-v-2cb34080],
p[data-v-2cb34080],
dl[data-v-2cb34080],
dd[data-v-2cb34080],
ul[data-v-2cb34080],
li[data-v-2cb34080],
ol[data-v-2cb34080],
td[data-v-2cb34080],
form[data-v-2cb34080],
input[data-v-2cb34080],
fieldset[data-v-2cb34080],
legend[data-v-2cb34080] {
  margin: 0;
  padding: 0;
}
select[data-v-2cb34080] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
*[data-v-2cb34080] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}
li[data-v-2cb34080] {
  list-style: none;
}
a[data-v-2cb34080] {
  text-decoration: none;
  font-size: 0.32rem;
  color: #333;
}
body[data-v-2cb34080] {
  font-size: 0.373333rem;
  color: #666;
  background: #fff;
}
img[data-v-2cb34080] {
  vertical-align: top;
  display: block;
  border: none;
}
a[data-v-2cb34080],
input[data-v-2cb34080] {
  outline: none;
}
em[data-v-2cb34080],
i[data-v-2cb34080] {
  font-style: normal;
}
b[data-v-2cb34080],
strong[data-v-2cb34080],
h1[data-v-2cb34080],
h2[data-v-2cb34080],
h3[data-v-2cb34080],
h4[data-v-2cb34080],
h5[data-v-2cb34080],
h6[data-v-2cb34080] {
  font-weight: normal;
}
.clear[data-v-2cb34080]:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
table[data-v-2cb34080] {
  border-collapse: collapse;
}
.border0[data-v-2cb34080] {
  border: none;
}
.fl[data-v-2cb34080] {
  float: left;
}
.fr[data-v-2cb34080] {
  float: right;
}
.receiverList_main .dropdown-toggle[data-v-2cb34080] {
  height: 0.746667rem !important;
  width: 3.733333rem;
  font-size: 0.266667rem;
  border: 0;
  margin-top: 0.213333rem;
}
.confirm_btn[data-v-2cb34080] {
  color: white;
  border: solid #e8000e 0.026667rem;
  background-color: #e8000e;
}
.cancel_btn[data-v-2cb34080] {
  color: #e8000e;
  background-color: white;
  border: solid #e8000e 0.026667rem;
}
.returnInfo_content .dropdown-menu li a[data-v-2cb34080],
.returnInfo_content .selected-tag[data-v-2cb34080] {
  font-size: 0.373333rem;
}
.mint-header[data-v-2cb34080] {
  background-color: #e8000e;
}
.mint-button[data-v-2cb34080]:not(.is-disabled):active::after {
  opacity: 0.2;
}
.mint-button--primary[data-v-2cb34080] {
  background-color: #e8000e;
}
.mint-button--primary.is-plain[data-v-2cb34080] {
  border: 0.026667rem solid #e8000e;
  color: #e8000e;
}
.mint-badge.is-primary[data-v-2cb34080] {
  background-color: #e8000e;
}
.mint-switch-input:checked + .mint-switch-core[data-v-2cb34080] {
  border-color: #e8000e;
  background-color: #e8000e;
}
.mint-navbar .mint-tab-item.is-selected[data-v-2cb34080] {
  border-bottom: 0.08rem solid #e8000e;
  color: #e8000e;
}
.mint-tabbar > .mint-tab-item.is-selected[data-v-2cb34080] {
  color: #e8000e;
}
.mint-searchbar-cancel[data-v-2cb34080] {
  color: #e8000e;
}
.mint-checkbox-input:checked + .mint-checkbox-core[data-v-2cb34080] {
  background-color: #e8000e;
  border-color: #e8000e;
}
.mint-radio-input:checked + .mint-radio-core[data-v-2cb34080] {
  background-color: #e8000e;
  border-color: #e8000e;
}
.mt-range-progress[data-v-2cb34080] {
  background-color: #e8000e;
}
.mt-progress-progress[data-v-2cb34080] {
  background-color: #e8000e;
}
.mint-msgbox-confirm[data-v-2cb34080] {
  color: #e8000e;
}
.mint-msgbox-confirm[data-v-2cb34080]:active {
  color: #e8000e;
}
.mint-datetime-action[data-v-2cb34080] {
  color: #e8000e;
}
.mint-msgbox[data-v-2cb34080] {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: #fff;
  width: 85%;
  border-radius: 3px;
  font-size: 16px;
  -webkit-user-select: none;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}
.mint-msgbox-header[data-v-2cb34080] {
  padding: 0.4rem 0 0;
}
.mint-msgbox-content[data-v-2cb34080] {
  padding: 10px 20px 15px;
  border-bottom: 0.026667rem solid #ddd;
  min-height: 36px;
  position: relative;
}
.mint-msgbox-input[data-v-2cb34080] {
  padding-top: 15px;
}
.mint-msgbox-input input[data-v-2cb34080] {
  border: 0.026667rem solid #dedede;
  border-radius: 5px;
  padding: 4px 5px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.mint-msgbox-input input.invalid[data-v-2cb34080] {
  border-color: #ff4949;
}
.mint-msgbox-input input.invalid[data-v-2cb34080]:focus {
  border-color: #ff4949;
}
.mint-msgbox-errormsg[data-v-2cb34080] {
  color: red;
  font-size: 12px;
  min-height: 18px;
  margin-top: 2px;
}
.mint-msgbox-title[data-v-2cb34080] {
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.mint-msgbox-message[data-v-2cb34080] {
  color: #999;
  margin: 0;
  text-align: center;
  line-height: 36px;
}
.mint-msgbox-btns[data-v-2cb34080] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  line-height: 40px;
}
.mint-msgbox-btn[data-v-2cb34080] {
  line-height: 35px;
  display: block;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  border: 0;
}
.mint-msgbox-btn[data-v-2cb34080]:focus {
  outline: none;
}
.mint-msgbox-btn[data-v-2cb34080]:active {
  background-color: #fff;
}
.mint-msgbox-cancel[data-v-2cb34080] {
  width: 50%;
  border-right: 0.026667rem solid #ddd;
}
.mint-msgbox-cancel[data-v-2cb34080]:active {
  color: #000;
}
.mint-msgbox-confirm[data-v-2cb34080] {
  color: #e8000e;
  width: 50%;
}
.mint-msgbox-confirm[data-v-2cb34080]:active {
  color: #e8000e;
}
.msgbox-bounce-enter[data-v-2cb34080] {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.7);
  transform: translate3d(-50%, -50%, 0) scale(0.7);
}
.msgbox-bounce-leave-active[data-v-2cb34080] {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.9);
  transform: translate3d(-50%, -50%, 0) scale(0.9);
}
.dropdown-menu li a[data-v-2cb34080] {
  font-size: 0.426667rem;
}
.dropdown-menu li[data-v-2cb34080] {
  height: 1.2rem;
}
.dropdown-toggle[data-v-2cb34080] {
  height: 1.2rem;
}
.vs__selected-options[data-v-2cb34080] {
  width: 100%;
}
*[data-v-2cb34080] {
  font-size: 0.373333rem;
}
.page[data-v-2cb34080],
html[data-v-2cb34080],
body[data-v-2cb34080] {
  background: #ffffff;
  scroll-behavior: smooth;
  height: 100%;
}
.page[data-v-2cb34080] .v-select .clear,
html[data-v-2cb34080] .v-select .clear,
body[data-v-2cb34080] .v-select .clear {
  margin-right: 0.373333rem;
}
.page-bottom[data-v-2cb34080] {
  padding-bottom: 0.6rem;
}
.page-top[data-v-2cb34080] {
  padding-top: 0.5rem;
}
.loading-img[data-v-2cb34080] {
  background-image: url(/static/img/loading-img.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.common_btn[data-v-2cb34080] {
  color: white;
  background-color: #e8000e;
  margin: auto;
}
.common_padding[data-v-2cb34080] {
  padding: 0.4rem 0.4rem;
}
.common_searchs[data-v-2cb34080] {
  font-size: 0.746667rem;
  margin-right: 0.266667rem;
}
.common-empty[data-v-2cb34080] {
  height: 8rem;
  line-height: 3rem;
  text-align: center;
}
.common-search[data-v-2cb34080] {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0 0.4rem;
  background-color: white;
  z-index: 1999;
}
.common-search1[data-v-2cb34080] {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0 0.4rem;
  background-color: white;
  z-index: 1999;
  top: 1.6rem;
}
.common-search2[data-v-2cb34080] {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0 0.4rem;
  background-color: white;
  z-index: 1999;
  top: 2.666667rem;
}
.common-search3[data-v-2cb34080] {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0 0.4rem;
  background-color: white;
  z-index: 1999;
  top: 2.933333rem;
}
.common-search4[data-v-2cb34080] {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0 0.4rem;
  background-color: white;
  z-index: 1999;
  top: 2.4rem;
}
.commonList-class1[data-v-2cb34080] {
  top: 2.293333rem;
  padding-bottom: 0.8rem;
}
.commonList-class2[data-v-2cb34080] {
  padding-bottom: 0.8rem;
}
.commonList-class3[data-v-2cb34080] {
  top: 4rem;
  padding-bottom: 0.8rem;
}
.commonList-class4[data-v-2cb34080] {
  top: 2rem;
  padding-bottom: 0.8rem;
}
.commonList-class5[data-v-2cb34080] {
  top: 5.333333rem;
  padding-bottom: 0.8rem;
}
.common-switch[data-v-2cb34080] {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0.4rem;
  top: 1.333333rem;
  background-color: white;
  z-index: 1999;
}
.common-more[data-v-2cb34080] {
  margin-top: 2rem;
}
.common-more1[data-v-2cb34080] {
  margin-top: 3.733333rem;
}
.common-more2[data-v-2cb34080] {
  margin-top: 5.333333rem;
}
.common-more3[data-v-2cb34080] {
  margin-top: 2.266667rem;
}
.common-more4[data-v-2cb34080] {
  margin-top: 4rem;
}
.common-more5[data-v-2cb34080] {
  margin-top: 3.066667rem;
}
.common-select[data-v-2cb34080] {
  position: fixed;
  left: 0.4rem;
  right: 0.4rem;
  padding: 0.4rem 0;
  top: 1.733333rem;
  background-color: white;
  z-index: 1999;
}
.common-select1[data-v-2cb34080] {
  position: fixed;
  left: 0.4rem;
  right: 0.4rem;
  padding: 0.4rem 0;
  top: 2.933333rem;
  background-color: white;
  z-index: 1999;
}
.common-list[data-v-2cb34080] {
  padding-bottom: 0.8rem;
}
.common-height[data-v-2cb34080] {
  min-height: calc(100vh - 4rem);
}
.common-height1[data-v-2cb34080] {
  min-height: calc(100vh - 5.333333rem);
}
.common-height2[data-v-2cb34080] {
  min-height: calc(100vh - 6.666667rem);
}
.common-height3[data-v-2cb34080] {
  min-height: calc(100vh - 1.6rem);
}
.viewer-toolbar[data-v-2cb34080] {
  display: none;
}
.common-padding[data-v-2cb34080] {
  padding-bottom: 0.8rem;
}
.v-select .dropdown-toggle .clear[data-v-2cb34080] {
  margin-right: 0.4rem !important;
}
.register[data-v-2cb34080] {
  font-size: 0.32rem;
  position: relative;
}
.register_btn[data-v-2cb34080] {
  width: 80%;
  margin: 0 10%;
  height: 1rem;
}
.register .phone[data-v-2cb34080] {
  position: relative;
}
.register .code-box[data-v-2cb34080] {
  position: absolute;
  right: 0.16rem;
  top: 0;
}
.register .code-box .get-code[data-v-2cb34080] {
  position: absolute;
  right: 1.066667rem;
  top: 0.266667rem;
  height: 1.6rem;
  background-color: #e8000e;
  color: #fff;
  border-radius: 0.266667rem;
}
.register .register-agree[data-v-2cb34080] {
  width: 100%;
  padding: 0.533333rem 0;
  text-align: center;
  position: relative;
  margin-top: 1.173333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.register .register-agree .checkbox[data-v-2cb34080] {
  margin-left: 30%;
  margin-right: 0.266667rem;
}
.register .tooltip[data-v-2cb34080] {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: fixed;
  z-index: 1001;
  background-color: #00000033;
}
.register .tooltip .tooltip-box[data-v-2cb34080] {
  margin: 13.333333rem auto;
  border-radius: 0.133333rem;
}
.register .tooltip .tooltip-success[data-v-2cb34080] {
  background-color: #fff;
  width: 16.906667rem;
  height: 8.266667rem;
}
.register .tooltip .tooltip-success .toregister[data-v-2cb34080] {
  height: 3.066667rem;
  text-align: center;
  line-height: 3.066667rem;
}
.register .tooltip .tooltip-fail[data-v-2cb34080] {
  background-color: #fff;
  width: 16.906667rem;
  height: 8.266667rem;
}
.register .tooltip .tooltip-fail .tooltip-fail-sbox[data-v-2cb34080] {
  display: inline-block;
  width: 8.32rem;
  height: 3.066667rem;
  text-align: center;
  line-height: 3.066667rem;
}
.register .tooltip .title[data-v-2cb34080] {
  font-size: 1.013333rem;
  width: 16.906667rem;
  color: #000000;
  height: 5.173333rem;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 1.066667rem;
  border-bottom: 0.026667rem solid #d9d9d9;
  font-size: 1.013333rem;
}
.unfind[data-v-62315deb] {
  line-height: 1rem;
  font-size: 0.533333rem;
  text-align: center;
  padding: 4rem 1rem 1rem;
  background-image: url(/mwb/static/img/404.581ab4b.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8.533333rem 2.72rem;
}
.unfind span[data-v-62315deb] {
  color: green;
}
.slider-item[data-v-7d2ee240] {
  width: 100%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.slider-item .content[data-v-7d2ee240] {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.slider-item .remove[data-v-7d2ee240] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 1rem;
  height: 100%;
  background: #f5f5f5;
  right: 0;
  top: 0;
  color: #fff;
  text-align: center;
  font-size: 0.16rem;
}
.slider-item .remove img[data-v-7d2ee240] {
  width: 0.28rem;
  height: 0.28rem;
}
.slider-item .remove span[data-v-7d2ee240] {
  display: block;
  margin-top: 0.08rem;
  color: #999;
  font-size: 0.14rem;
}