* {
  margin: 0;
  padding: 0;
  list-style: none; }

html, body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-family: PingFang SC,Microsoft YaHei,Arial,sans-serif !important;
  line-height: 1.5; }

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

.overflow-hidden {
  overflow: hidden !important; }

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

address, cite, dfn, em, var {
  font-style: normal; }

code, kbd, pre, samp {
  font-family: courier new, courier, monospace; }

small {
  font-size: 12px; }

ul, ol {
  list-style: none; }

legend {
  color: #000; }

fieldset, img {
  border: 0; }

button, input, select, textarea {
  font-size: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit; }

body, button, input, select, textarea {
  font: 15px/25px "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
  color: #333; }

input, select, textarea {
  font-size: 100%;
  outline: none; }

button {
  cursor: pointer;
  outline: none; }

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

a:hover {
  text-decoration: none; }

a:focus {
  outline: none; }

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

input[type="password"]::-ms-reveal {
  display: none; }

a {
  display: inline-block;
  text-decoration: none; }
  a:visited {
    text-decoration: none; }

.flex {
  display: flex; }

.preview-header {
  width: 100%;
  height: 60px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2300; }
  .preview-header .tab-item {
    display: inline-block;
    width: 100px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    position: relative;
    user-select: none;
    cursor: pointer; }
    .preview-header .tab-item .icon {
      font-size: 18px; }
    .preview-header .tab-item.selected {
      color: #4285F4; }
    .preview-header .tab-item .preview-qrcode {
      display: none;
      z-index: 2200;
      position: absolute;
      width: 105px;
      height: 105px;
      background: #fff;
      border-radius: 2px;
      box-shadow: 0px 0px 9px 0px rgba(115, 126, 144, 0.5); }
      .preview-header .tab-item .preview-qrcode:after {
        position: absolute;
        display: inline-block;
        top: -8px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0px;
        content: '';
        border-style: solid;
        border-width: 8px;
        border-color: #fff #fff transparent transparent;
        transform: rotate(315deg);
        box-shadow: 2px -2px 2px rgba(115, 126, 144, 0.2); }
      .preview-header .tab-item .preview-qrcode .qrcode-image {
        width: 86px;
        height: 86px;
        background: #fff;
        margin-top: 8px;
        margin-left: 8px; }

.preview-block {
  height: 60px;
  width: 100%; }

.preview-mobile {
  position: relative; }
  .preview-mobile .mobile-content {
    margin: auto;
    margin-top: 20px;
    width: 430px;
    height: 828px; }
    .preview-mobile .mobile-content .mobile-bg {
      position: absolute;
      width: 430px;
      height: 828px;
      background: url("/static/images/website/mobile-bg.png");
      z-index: 10;
      pointer-events: none; }
    .preview-mobile .mobile-content .mobile-iframe {
      position: relative;
      z-index: 9;
      width: 430px;
      height: 828px; }
      .preview-mobile .mobile-content .mobile-iframe iframe {
        position: absolute;
        width: 384px;
        height: 780px;
        border: none;
        top: 25px;
        left: 21px; }

.hotspot-item {
  position: relative; }

.ws-item {
  position: relative;
  cursor: pointer; }

.ws-swiper {
  position: relative; }
  .ws-swiper.immersion {
    margin-top: -74px; }
  .ws-swiper .swiper-container {
    margin: auto; }
  .ws-swiper .swiper-button-next, .ws-swiper .swiper-button-prev {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%; }
    .ws-swiper .swiper-button-next:after, .ws-swiper .swiper-button-prev:after {
      color: #eee; }
  .ws-swiper .swiper-button-next {
    right: 50px; }
  .ws-swiper .swiper-button-prev {
    left: 50px; }

.swiper-slide {
  margin: auto;
  width: 100%; }
  .swiper-slide a, .swiper-slide img {
    display: block;
    width: 100%; }

/*# sourceMappingURL=default.css.map */
