#main article {
  border-bottom: none;
}
body {
  font: 500 .875em PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
  overflow-x: hidden;
  background-color:#000;
  background-repeat:no-repeat;
}
#canvas {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: none;
}
.content {
  position: absolute;
  z-index: 11;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.splash {
  position: relative;
}
img#qq {
  width: 178px;
  background-size: cover;
  border-radius: 200px;
  box-shadow: 0px 0px 40px rgba(63, 81, 181, 0.72);
  border: 3px solid #ff8a15;
  opacity: 1;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 20px;
  transition: all 1.0s;
}
#qq:hover {
  box-shadow: 0 0 10px #fff;
  -webkit-box-shadow: 0 0 19px #fff;
  transform: rotate(360deg);
  -ms-transform: rotate(360deg); 	/* IE 9 */
  -moz-transform: rotate(360deg); 	/* Firefox */
  -webkit-transform: rotate(360deg); /* Safari 和 Chrome */
  -o-transform: rotate(360deg); 	/* Opera */
 filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.con {
  /*width: 690px;*/
  margin: 0 auto
}
.con a {
  display: inline-block;
  /*float: left;*/
  min-width: 120px;
  padding: 0 10px;
  margin: 10px;
  line-height: 53px;
  font-size: 18px;
  font-family: 微软雅黑;
  letter-spacing: 3px;
}
.button {
  height: 56px;
}

@media screen and (max-width: 750px) {
.con a {
  float: none;
  display: block;
  margin: 20px;
}
}
.Vidage__backdrop, .Vidage__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.Vidage--allow .Vidage__video {
  display: block
}
.Vidage {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1
}
.Vidage, .Vidage__video {
  min-width: 100%;
  min-height: 100%
}
.Vidage__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: none
}
.Vidage__image {
background-image: linear-gradient(to top, rgba(19, 21, 25, 0.5), rgba(19, 21, 25, 0.5)), url(../images/overlay.png);
z-index:1;
}
