html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;

  padding: 0;

  border: 0;

  font-size: 100%;

  font: inherit;

  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";

  content: none;
}

table {
  border-collapse: collapse;

  border-spacing: 0;
}

* {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

body,
html {
  color: #fff;

  font-family: "Microsoft YaHei";

  -webkit-font-smoothing: antialiased;

  line-height: 1.5;

  min-width: 1250px;

  font-size: 15px;
}

a,
a:link {
  color: inherit;

  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.ch {
  padding: 30px 0 30px 0;
}

.clear:after {
  content: "";

  display: block;

  height: 0;

  visibility: hidden;

  clear: both;
}

.container {
  width: 1200px;

  margin: 0 auto;
}

.row {
  margin-left: -12px;

  margin-right: -12px;
}

.row:before,
.row:after {
  content: "";

  display: table;

  clear: both;
}

.col {
  padding: 12px;
}

[class*="col-"] {
  float: left;

  min-height: 1px;

  width: 16.66%;

  box-sizing: border-box;
}

.col-1 {
  width: 8.333%;
}

.col-2 {
  width: 16.666%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333%;
}

.col-5 {
  width: 41.666%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333%;
}

.col-8 {
  width: 66.666;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333%;
}

.col-11 {
  width: 91.666%;
}

.col-12 {
  width: 100%;
}

body {
  background-color: #2a4346;

  background-image: linear-gradient(225deg, #2a4346 25%, #33465a 100%);

  background-attachment: fixed;
}

.header {
  text-align: center;
}

.header .logo-box {
  padding: 0;

  line-height: 180px;

  vertical-align: middle;
}

.header .logo {
  height: 180px;
  vertical-align: middle;
}

.header .sp {
  height: 50px;

  vertical-align: middle;
}

.header .nav {
  margin-top: 40px;

  padding: 20px 0;

  border-top: 1px solid rgba(255, 255, 255, 0.2);

  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header .nav a {
  color: #fff;

  display: inline-block;

  padding: 10px 30px;

  opacity: 0.8;

  transition: 0.3s all;
}

.header .nav a:hover {
  background: #fff;

  color: #2a4346;

  opacity: 1;
}

.event-list .item {
  position: relative;

  height: 300px;
}

.title-box {
  padding: 30px 0;
}

.title-box h2 {
  font-size: 32px;

  font-weight: bold;

  letter-spacing: 0.4em;
}

.title-box h2 span {
  font-size: 14px;

  letter-spacing: 0.15em;

  opacity: 0.8;

  margin-left: 10px;

  vertical-align: text-bottom;
}

.event-list a {
  color: #fff;
}

.event-list .item {
  overflow: hidden;

  transition: 0.3s all;
}

.event-coming .event-list .item {
  height: 350px;
}

.event-coming .event-list .item.item_big {
  height: 920px;
}

.event-list .item .bg {
  height: 100%;

  width: 100%;

  position: absolute;

  top: 0;

  left: 0;

  background: #212121 no-repeat center center;

  background-size: cover;

  z-index: 1;

  transition: 0.3s all;

  background-position: top center;

  transform: scale(1.1);
}

.event-list .item .bg:after {
  content: "";

  display: block;

  height: 100%;

  width: 100%;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 2;

  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );

  transition: 0.3s all;
}

.event-list .item .content {
  position: absolute;

  left: 0;

  width: 100%;

  bottom: 0;

  z-index: 5;

  padding: 20px;

  box-sizing: border-box;

  letter-spacing: 0.1em;

  transition: 0.3s all;
}

.event-list .item .content h3 {
  font-size: 25px;

  transition: 0.3s all;

  vertical-align: middle;
}

.event-list .item .content h3 span.tag {
  font-size: 13px;

  background: rgba(0, 0, 0, 0.5);

  display: inline-block;

  padding: 4px 12px;

  margin-left: 10px;

  vertical-align: middle;

  border-radius: 8px;
}

.event-list .item .content p {
  font-size: 12px;

  opacity: 0.8;

  line-height: 1.5em;

  transition: 0.3s all;
}

.event-list .item:hover {
  transform: scale(1.1);

  z-index: 10;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.event-list .item:hover .bg {
  transform: scale(1);
}

@keyframes preview {
  0% {
    background-position-y: 0%;
  }

  100% {
    background-position-y: 100%;
  }
}

.event-list .item:hover .bg:after {
  opacity: 0;
}

.event-list .item:hover .content {
  opacity: 0.5;
}

.event-notice p {
  font-size: 13px;

  opacity: 0.8;

  line-height: 2em;
}

.event-notice h3 {
  font-size: 16px;

  padding: 10px 0;
}

.goods .shop {
  padding-bottom: 20px;
}

.btn-link {
  display: inline-block;

  width: 100%;

  background-color: rgba(255, 255, 255, 0.15);

  line-height: 30px;

  padding: 10px;

  margin-bottom: 15px;

  box-sizing: border-box;

  transition: 0.3s all;
}

.btn-link img {
  height: 30px;

  width: 30px;

  vertical-align: middle;

  padding-right: 10px;
}

.btn-link:hover {
  background-color: #ff8c00;
}

.goods-list .item {
  padding-top: 0;

  line-height: 1.5em;
}

.goods-list img {
  max-width: 100%;

  max-height: 300px;

  display: block;

  margin: 0 auto 20px auto;

  opacity: 0.85;

  transition: 0.3s all;
}

.goods-list .item:hover img {
  opacity: 1;
}

.goods-list .item h3 {
  padding-top: 0;

  padding-bottom: 10px;
}

.goods-list .item p {
  opacity: 0.7;

  font-size: 13px;
}

.news-btn {
  height: 180px;

  width: 180px;

  text-align: center;

  background-color: rgba(255, 255, 255, 0.15);

  display: table;

  float: left;

  margin-bottom: 20px;

  margin-right: 20px;

  transition: 0.3s all;
}

.news-btn .content {
  display: table-cell;

  vertical-align: middle;
}

.news-btn img {
  width: 60px;

  display: block;

  margin: 0 auto;

  margin-bottom: 10px;
}

.news-btn:hover {
  background-color: #b73838;
}

.news-btn.qq:hover {
  background-color: #3f74ba;
}

.news-btn.bilibili:hover {
  background-color: #ff4486;
}

.footer .container {
  margin-top: 80px;

  padding: 50px 0;

  border-top: 1px solid rgba(255, 255, 255, 0.2);

  text-align: center;
}

.footer h2 {
  font-size: 22px;

  margin-bottom: 30px;
}

.footer .sub {
  opacity: 0.6;

  font-size: 13px;
}

.footer .sub .mini {
  opacity: 0.3;

  font-size: 12px;

  padding-top: 5px;
}

.gotop {
  position: fixed;

  bottom: 5%;

  right: 5%;

  height: 60px;

  width: 60px;

  z-index: 2333;

  padding: 15px;

  box-sizing: border-box;

  background-color: rgba(0, 0, 0, 0.3);

  backdrop-filter: blur(10px);

  -webkit-backdrop-filter: blur(10px);

  transition: 0.3s all;

  opacity: 0;

  bottom: 2%;

  height: 0;

  overflow: hidden;
}

.gotop img {
  height: 30px;

  width: 30px;
}

.gotop:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.gotop.show {
  opacity: 1;

  height: 60px;

  bottom: 5%;
}

.page-background {
  position: fixed;

  top: 0;

  left: 0;

  z-index: -1;

  width: 100vw;

  height: 100vh;

  overflow: hidden;
}

.bg-bubbles {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: -1;

  opacity: 0.5;
}

.bg-bubbles ul {
  height: 100%;
}

.bg-bubbles li {
  position: absolute;

  list-style: none;

  display: block;

  width: 40px;

  height: 40px;

  background-color: rgba(255, 255, 255, 0.15);

  bottom: -160px;

  -webkit-animation: square 40s infinite;

  animation: square 40s infinite;

  -webkit-transition-timing-function: linear;

  transition-timing-function: linear;
}

.bg-bubbles li:nth-child(1) {
  left: 10%;
}

.bg-bubbles li:nth-child(2) {
  left: 20%;

  width: 80px;

  height: 80px;

  -webkit-animation-delay: 2s;

  animation-delay: 2s;

  -webkit-animation-duration: 23s;

  animation-duration: 23s;
}

.bg-bubbles li:nth-child(3) {
  left: 25%;

  -webkit-animation-delay: 4s;

  animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
  left: 40%;

  width: 60px;

  height: 60px;

  -webkit-animation-duration: 28s;

  animation-duration: 28s;

  background-color: rgba(255, 255, 255, 0.25);
}

.bg-bubbles li:nth-child(5) {
  left: 70%;
}

.bg-bubbles li:nth-child(6) {
  left: 80%;

  width: 120px;

  height: 120px;

  -webkit-animation-delay: 3s;

  animation-delay: 3s;

  background-color: rgba(255, 255, 255, 0.2);
}

.bg-bubbles li:nth-child(7) {
  left: 32%;

  width: 160px;

  height: 160px;

  -webkit-animation-delay: 7s;

  animation-delay: 7s;
}

.bg-bubbles li:nth-child(8) {
  left: 55%;

  width: 20px;

  height: 20px;

  -webkit-animation-delay: 15s;

  animation-delay: 15s;

  -webkit-animation-duration: 40s;

  animation-duration: 40s;
}

.bg-bubbles li:nth-child(9) {
  left: 25%;

  width: 10px;

  height: 10px;

  -webkit-animation-delay: 2s;

  animation-delay: 2s;

  -webkit-animation-duration: 40s;

  animation-duration: 40s;

  background-color: rgba(255, 255, 255, 0.3);
}

.bg-bubbles li:nth-child(10) {
  left: 90%;

  width: 160px;

  height: 160px;

  -webkit-animation-delay: 11s;

  animation-delay: 11s;
}

.bg-bubbles li:nth-child(11) {
  left: 41%;

  width: 50px;

  height: 50px;

  -webkit-animation-delay: 14s;

  animation-delay: 14s;
}

.bg-bubbles li:nth-child(12) {
  left: 80%;

  width: 90px;

  height: 90px;

  -webkit-animation-delay: 30s;

  animation-delay: 30s;
}

@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);

    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-1500px) rotate(600deg);

    transform: translateY(-1500px) rotate(600deg);
  }
}

@keyframes square {
  0% {
    -webkit-transform: translateY(0);

    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-1500px) rotate(600deg);

    transform: translateY(-1500px) rotate(600deg);
  }
}

@media (max-width: 800px) {
  body,
  html {
    min-width: 0;
  }

  .ch {
    padding: 10px 0;
  }

  .container {
    width: 92%;

    padding-right: 4%;

    padding-left: 4%;
  }

  [class*="col-"] {
    float: none;

    width: auto;
  }

  .event-list .item {
    height: 200px;
  }

  .event-coming .event-list .item {
    height: 300px;
  }

  .event-coming .event-list .item.item_big {
    height: 400px;
  }

  .row.goods-list {
    margin-left: -2%;

    margin-right: -2%;
  }

  .goods-list .col {
    width: 50%;

    float: left;

    padding: 10px 2%;
  }

  .goods-list .item {
    text-align: center;
  }

  .goods-list .item .content {
    text-align: left;
  }

  .col {
    padding: 10px 0;
  }

  .row {
    margin-left: 0;

    margin-right: 0;
  }

  .news-btn {
    width: 40%;
  }

  .header .logo-box {
    line-height: 1.5em;
  }

  .logo-box .logo {
    width: 90%;

    height: auto;
  }

  .header .nav a {
    padding: 15px 25px;
  }
  .width {
  }
}
