@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
}

body {
  background: url("../img/bg2.jpg") no-repeat;
  background-size: auto 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*?????*/
  font-family: "Microsoft YaHei";
}

#large-header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  pointer-events: none;
}

#large-header canvas {
  max-width: 100%;
  max-height: 100%;
}

#width {
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
}

#width button {
  width: 4vw;
  height: 2vw;
}

header, footer {
  position: relative;
  margin: 6vh 0;
  font-size: 2vw;
  z-index: 9;
}

header .header-bg, footer .header-bg {
  padding: 0.5vw 0;
  line-height: 4vw;
  height: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  filter: blur(3px);
  -webkit-filter: blur(3px);
  opacity: 0.5;
  background: #fff;
  letter-spacing: 0.8px;
}

header .header-bg .header-span, footer .header-bg .header-span {
  color: #fff;
  vertical-align: middle;
}

header .header-txt, footer .header-txt, footer .footer-txt {
  padding: 0.5vw 0;
  line-height: 3vw;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  color: #eee;
  letter-spacing: 0.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header-span, footer .header-span {
  color: #333;
  font-size: 1.65vw;
}

.name {
  font-family: "楷体";
  font-size: 3vw;
}

.flex {
  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;
}

footer {
  margin: 0;
  font-size: 1vw;
  background: url("../img/logo.png") no-repeat 2% 20%;
  background-size: 2vw;
}

footer .footer-txt {
  position: static;
  color: #bbb;
  text-indent: 4vw;
  font-size: 0.9vw;
  color: #bbb;
  letter-spacing: 1px;
}

footer .footer-txt:hover {
  color: #ddd;
}

footer .fb {
  width: 300px;
  margin: 0 auto;
  padding: 20px 0;
}

footer .fb a {
  text-decoration: none;
  height: 20px;
  line-height: 20px;
  display: flex;
}

footer .fb a p {
  height: 20px;
  line-height: 20px;
  margin: 0px 0px 0px 5px;
  color: #939393;
}

footer .fb a p:hover {
  color: #ddd;
}

.container-fluid {
  width: 100vw;
  margin: 0vh auto 0 auto;
}

.container-fluid > .row {
  margin: 0 10%;
}

.gird {
  width: 100%;
  height: 25vh;
  background: #fff;
  cursor: pointer;
  border-radius: 15px;
  padding: 1vh;
  font-size: 1.2vw;
  line-height: 5vh;
  font-weight: 100;
  color: #444;
  opacity: 0.9;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2vw;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 10;
}

.gird span {
  display: inline-block;
  margin-bottom: 2vh;
}

.gird img {
  width: 80%;
}

.hover-shadow {
  font-weight: 500;
  -webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.9), 0 0 15px 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.9), 0 0 15px 0 rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  text-shadow: 1px 0 1px #fff, 0 1px 1px #fff;
}

.modal-body .btn {
  width: 120px;
  text-indent: 25px;
}

.modal-body .btn-web {
  background: url("../img/web.png") no-repeat 10% center #428bca;
  background-size: auto 70%;
}

.modal-body .btn-app {
  background: url("../img/app.png") no-repeat 10% center #f0ad4e;
  background-size: auto 70%;
}

#toast {
  width: 100%;
  height: auto;
  z-index: 1041;
  position: absolute;
  left: 0;
  top: -5rem;
  font-size: 1.2vw;
  padding: 1.2em;
  text-align: center;
  vertical-align: middle;
  line-height: inherit;
  background: #fff;
  color: #444;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}

.toast_show {
  top: 0 !important;
}

@media screen and (max-width: 1000px) {
  header, footer {
    display: none;
  }
  .container-fluid {
    width: 95vw;
    margin-top: 2vh;
  }
  .container-fluid > .row {
    margin: 0;
  }
  .container-fluid .gird {
    height: 120px;
    border-radius: 4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .container-fluid .gird span {
    width: 22vw;
    font-size: 14px;
    white-space: nowrap;
  }
  .container-fluid .gird img {
    width: 50%;
    margin-left: 10vw;
  }
}
