body, .cover-wrap {
  margin: 0;
  padding: 0; }

.cover-wrap {
  cursor: pointer;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  background: bottom center no-repeat; }
  .cover-wrap .bg-image {
    position: relative;
    width: 100%;
    height: 100%;
    background: black center top/cover no-repeat; }
  .cover-wrap #canvas-fire {
    position: fixed;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    -webkit-filter: blur(calc(3px));
    filter: blur(calc(3px)); }
  .cover-wrap .cover-info-video {
    width: 100%;
    background: black;
    -o-object-fit: cover;
    object-fit: cover; }
  .cover-wrap .merge-cover {
    display: flex;
    z-index: 10000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2); }
    .cover-wrap .merge-cover .merge-cover-main {
      background: #3d301d;
      border-radius: 3px;
      padding: 8px;
      position: relative; }
      .cover-wrap .merge-cover .merge-cover-main .reg-box {
        height: 400px;
        width: 800px;
        background: rgba(38, 26, 10, 0.9);
        border: 1px solid #7c6138;
        display: flex;
        padding-top: 20px; }
        .cover-wrap .merge-cover .merge-cover-main .reg-box .reg-box-left, .cover-wrap .merge-cover .merge-cover-main .reg-box .reg-box-right {
          width: 50%;
          color: #fff;
          padding: 20px; }
        .cover-wrap .merge-cover .merge-cover-main .reg-box .reg-box-left .reg-box-left-info {
          color: #ddad64;
          text-align: center; }
        .cover-wrap .merge-cover .merge-cover-main .reg-box .reg-box-left .reg-box-left-title {
          text-align: center;
          font-weight: 400;
          font-size: 26px;
          margin-bottom: 15px; }
          .cover-wrap .merge-cover .merge-cover-main .reg-box .reg-box-left .reg-box-left-title .title-remark {
            font-weight: 300;
            font-size: 22px; }
        .cover-wrap .merge-cover .merge-cover-main .reg-box .reg-box-left .reg-box-left-body p {
          height: 65px;
          line-height: 65px;
          padding: 0 15px;
          background-color: #0c0c0c;
          text-align: left;
          margin: 20px 0;
          font-size: 16px; }
          .cover-wrap .merge-cover .merge-cover-main .reg-box .reg-box-left .reg-box-left-body p .img {
            display: inline-block;
            width: 50px; }
            .cover-wrap .merge-cover .merge-cover-main .reg-box .reg-box-left .reg-box-left-body p .img img {
              height: 40px; }
          .cover-wrap .merge-cover .merge-cover-main .reg-box .reg-box-left .reg-box-left-body p .first-rebate {
            margin: 0 5px;
            font-size: 22px; }
        .cover-wrap .merge-cover .merge-cover-main .reg-box .reg-box-left:after {
          content: '';
          background: #d8d8d8;
          opacity: .2;
          width: 1px;
          height: 310px;
          position: absolute;
          left: 400px;
          top: 70px; }
        .cover-wrap .merge-cover .merge-cover-main .reg-box .reg-box-right .logo {
          text-align: center;
          margin-bottom: 40px; }
          .cover-wrap .merge-cover .merge-cover-main .reg-box .reg-box-right .logo img {
            height: 38px; }
        .cover-wrap .merge-cover .merge-cover-main .reg-box .reg-box-right .layui-form-label {
          width: 38px;
          padding: 9px 15px 9px 0; }
        .cover-wrap .merge-cover .merge-cover-main .reg-box .reg-box-right .layui-form-item .layui-input-inline {
          width: 250px; }
        .cover-wrap .merge-cover .merge-cover-main .reg-box .reg-box-right button {
          width: 250px;
          margin: 10px 0 0 53px; }
        .cover-wrap .merge-cover .merge-cover-main .reg-box .reg-box-right a {
          width: 250px;
          margin: 10px 0 30px 53px; }
        .cover-wrap .merge-cover .merge-cover-main .reg-box .reg-box-right .layui-form-checkbox[lay-skin=primary] i, .cover-wrap .merge-cover .merge-cover-main .reg-box .reg-box-right .layui-form-checked[lay-skin=primary] i {
          position: relative;
          top: -6px;
          background-color: #fff;
          border: none;
          margin-right: 6px; }
        .cover-wrap .merge-cover .merge-cover-main .reg-box .reg-box-right .layui-form-checked[lay-skin=primary] i {
          background-color: #856d48; }
        .cover-wrap .merge-cover .merge-cover-main .reg-box .reg-box-right .agreement {
          color: #777; }
          .cover-wrap .merge-cover .merge-cover-main .reg-box .reg-box-right .agreement a {
            color: #777;
            margin: 0;
            width: 0; }
        .cover-wrap .merge-cover .merge-cover-main .reg-box .game-logo {
          height: 100px;
          position: absolute;
          top: -60px;
          left: 290px; }
          .cover-wrap .merge-cover .merge-cover-main .reg-box .game-logo img {
            width: 200px; }
  .cover-wrap .cover-time {
    width: 450px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translate3d(-50%, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0));
    color: #fff;
    font-size: 16px; }

.img-blur {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .img-blur img {
    position: absolute;
    top: 0;
    left: -450px;
    z-index: -999;
    filter: blur(2px);
    height: 100vh; }

.copyright {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  color: #999; }
  .copyright .copyright-info {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px; }

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