html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html,
body {
  width: 100%;
  height: 100%;
}

ol,
ul {
  list-style: none;
}

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

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

* {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

*:hover,
*:focus,
*:active {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=button],
input[type=text],
input[type=number],
textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

input[type=password]::-webkit-textfield-decoration-container {
  visibility: hidden;
}

.nofloat:after {
  content: "";
  display: table;
  clear: both;
}

/* ::-webkit-scrollbar{ 
	width:10px;
	height: 10px;
	background-color:#f1f1f1;
} */
::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border: 3px #f1f1f1 solid;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background 0.5s linear;
  transition: background 0.5s linear;
}

*:hover::-webkit-scrollbar-thumb {
  background-color: #a9a9a9;
}

::-webkit-scrollbar-corner {
  background-color: #f1f1f1;
}

img {
  width: 100%;
  vertical-align: middle;
}

body {
  background: #000;
  color: #fff;
  touch-action: manipulation;
}

.exhibit {
  width: 100%;
  max-width: 550px;
  padding-bottom: 30px;
  margin: auto;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}
.topTool {
  width: 100%;
  max-width: 550px;
  margin: auto;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #222;
  box-shadow: 0 2px 8px #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.topTool .logo {
  width: 100px;
  flex-shrink: 0;
}
.topTool .topTip {
  width: 100%;
  margin: 0 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1px 8px;
}
.topTool .topTip span {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  opacity: 0.8;
}
.topTool .topBtn {
  height: 32px;
  padding: 0 13px;
  line-height: 32px;
  border-radius: 32px;
  background: linear-gradient(0deg, #ea069b, #9a0266, #ff69f0);
  font-style: 0;
  white-space: nowrap;
  font-size: 13px;
}

.dlList {
  width: 100%;
  max-width: 550px;
  margin: auto;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 4;
}
.dlList .btn {
  width: calc(50% - 5px);
  height: 45px;
  border-radius: 45px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(0deg, #7c093b, #ff68a9);
  box-shadow: 0px -2px 2px #ff85ba inset;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
  transition: transform 0.5s;
}
.dlList .btn:nth-child(even) {
  background: linear-gradient(0deg, #3f3fef, #41b7f9);
  box-shadow: 0px -2px 2px #77cdff inset;
}
.dlList .btn:active {
  transform: translateY(3px);
}
.dlList .icon {
  width: 26px;
  height: 26px;
  margin-right: 4px;
  background: no-repeat center/cover;
}
.dlList .icon.android {
  background-image: url(/img/icon-android.svg);
}
.dlList .icon.ios {
  background-image: url(/img/icon-apple.svg);
}
.dlList .icon.download {
  width: 26px;
  height: 20px;
  margin-right: 6px;
  background-image: url(/img/icon-download.svg);
}

.tip {
  padding: 8px 20px;
  font-size: 12px;
  opacity: 0.8;
}
.tip p {
  text-align: center;
}
.tip p + p {
  margin-top: 2px;
}

.typeList {
  padding: 0 10px;
}
.typeList ul {
  display: flex;
  gap: 5px;
}
.typeList li {
  width: 20%;
  height: 0;
  padding-bottom: calc(20% - 5px);
  position: relative;
  background: no-repeat center/cover;
  border-radius: 10%;
  overflow: hidden;
}
.typeList li:nth-child(1) {
  background-image: url(../img/thumb/01.jpg);
}
.typeList li:nth-child(2) {
  background-image: url(../img/thumb/02.jpg);
}
.typeList li:nth-child(3) {
  background-image: url(../img/thumb/03.jpg);
}
.typeList li:nth-child(4) {
  background-image: url(../img/thumb/04.jpg);
}
.typeList li:nth-child(5) {
  background-image: url(../img/thumb/05.jpg);
}
@media screen and (max-width: 400px) {
  .typeList li {
    width: 25%;
    padding-bottom: calc(25% - 5px);
  }
  .typeList li:nth-last-child(1) {
    display: none;
  }
}
.typeList img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: showImg 1s forwards linear;
}
.typeList p {
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper {
  width: 100%;
  padding-top: 55px;
  overflow: hidden;
  position: relative;
}
.swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #333;
}/*# sourceMappingURL=main.css.map */