@import url(animate.min.css);
@import url(animate.min.css);
* {
  border: none;
  margin: 0;
  padding: 0; }

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

@media screen and (max-width: 320px) {
  html {
    font-size: 42.667px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 321px) and (max-width: 360px) {
  html {
    font-size: 48px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 360px) and (max-width: 375px) {
  html {
    font-size: 50px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 375px) and (max-width: 393px) {
  html {
    font-size: 52.4px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 393px) and (max-width: 412px) {
  html {
    font-size: 54.93px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 412px) and (max-width: 414px) {
  html {
    font-size: 55.2px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 414px) and (max-width: 480px) {
  html {
    font-size: 64px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 480px) and (max-width: 540px) {
  html {
    font-size: 72px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 540px) and (max-width: 640px) {
  html {
    font-size: 85.33px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 640px) and (max-width: 720px) {
  html {
    font-size: 96px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 720px) and (max-width: 768px) {
  html {
    font-size: 102.4px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 768px) {
  html {
    font-size: 102.4px; }

  #container {
    width: 769px;
    margin: 0 auto; } }
.clear {
  clear: both;
  *height: 1%; }
  .clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

img {
  display: block; }

li {
  list-style: none; }

.lf {
  float: left; }

.rt {
  float: right; }

input, select {
  -webkit-appearance: none; }

body {
  font-size: 15px;
  position: relative;
  color: #333; }

[v-cloak] {
  display: none; }

.pop-code {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 50; }
  .pop-code .code {
    position: absolute;
    top: 20vh;
    width: 3rem;
    left: 50%;
    margin-left: -1.5rem;
    text-align: center;
    padding-bottom: 0.6rem; }
    .pop-code .code .close {
      position: absolute;
      bottom: 0.075rem;
      left: 50%;
      width: 0.45rem;
      margin-left: -0.225rem; }
    .pop-code .code img {
      width: 100%; }
    .pop-code .code div {
      background: white;
      padding: 0 0.075rem 0.1875rem 0.075rem;
      font-weight: bold; }

#pop-bg {
  position: fixed;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3; }

@font-face {
  font-family: 'new';
  src: url("../css/new.woff") format("woff"), url("../css/new.otf") format("otf"), url("../css/new.ttf") format("truetype"), url("../css/new.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  background: #8fab6b; }

header {
  pointer-events: none;
  margin-bottom: 0.0375rem; }
  header img {
    width: 100%; }

menu {
  margin-left: 0.15rem; }
  menu div {
    position: relative;
    float: left;
    margin-right: 0.06rem; }
    menu div img {
      height: 0.9rem; }
    menu div.active::before {
      position: absolute;
      content: '';
      width: 0.045rem;
      height: 0.045rem;
      border-radius: 0.045rem;
      left: 0.195rem;
      top: 50%;
      margin-top: -0.0225rem;
      background: #3f5638; }
    menu div.active::after {
      position: absolute;
      content: '';
      width: 0.045rem;
      height: 0.045rem;
      border-radius: 0.045rem;
      right: 0.195rem;
      top: 50%;
      margin-top: -0.0225rem;
      background: #3f5638; }

#list {
  padding-bottom: 0.9rem; }
  #list .search {
    position: relative;
    width: 6.855rem;
    height: 0.915rem;
    line-height: 0.915rem;
    background: #729c55;
    border: 1px solid #415c1e;
    margin: 0.345rem auto;
    border-radius: 0.045rem; }
    #list .search input {
      position: absolute;
      width: 5.415rem;
      left: 0.3225rem;
      height: inherit;
      background: transparent;
      color: #506c2b;
      font-size: 0.3375rem; }
      #list .search input::placeholder {
        color: inherit; }
    #list .search .btn {
      position: absolute;
      right: 0;
      top: 0;
      width: 1.0875rem;
      height: 100%; }
      #list .search .btn img {
        position: absolute;
        width: 0.4425rem;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  #list .list {
    margin-left: 0.2025rem; }
    #list .list ul li {
      position: relative;
      float: left;
      width: 3.315rem;
      height: 4.29rem;
      background: url("../images/list_bg.png") no-repeat;
      background-size: 100% 100%;
      margin-right: 0.4125rem;
      margin-bottom: 0.45rem; }
      #list .list ul li:nth-child(2n) {
        margin-right: 0; }
      #list .list ul li .id {
        position: absolute;
        background: #a2c08f;
        color: white;
        font-size: 0.18rem;
        height: 0.3375rem;
        border-radius: 0 0 0.3375rem 0;
        padding: 0 0.3rem 0 0.075rem;
        left: 0.135rem; }
      #list .list ul li .text {
        position: absolute;
        font-family: new, sans-serif;
        font-size: 0.3345rem;
        color: #806432;
        line-height: 0.51rem;
        width: 2.55rem;
        left: 0.4125rem;
        top: 0.3225rem;
        text-align: justify; }
        #list .list ul li .text .line3 {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3; }
        #list .list ul li .text .from {
          display: inline-block;
          float: right; }
          #list .list ul li .text .from span {
            font-family: sans-serif; }
      #list .list ul li .ticket {
        position: absolute;
        text-align: center;
        font-size: 0.24rem;
        bottom: 0.15rem;
        width: 100%; }
        #list .list ul li .ticket span {
          position: relative;
          padding-left: 0.225rem; }
        #list .list ul li .ticket span .icon {
          position: absolute;
          left: 0;
          width: 0.18rem;
          top: 50%;
          margin-top: -0.075rem; }
      #list .list ul li .btn {
        position: absolute;
        width: 2.355rem;
        bottom: 0.5925rem;
        left: 0.4875rem; }
    #list .list .pagination {
      text-align: center;
      padding-bottom: 0.075rem; }
      #list .list .pagination span {
        background: #edf4de;
        color: #3f5638;
        border: 1px solid #3f5638;
        font-size: 0.225rem;
        padding: 0.1125rem 0.15rem; }
        #list .list .pagination span.active {
          color: #edf4de;
          background: #3f5638; }

#upload {
  padding-top: 0.225rem;
  padding-bottom: 0.9rem; }
  #upload .form_letter {
    position: relative;
    width: 7.08rem;
    margin: 0 auto;
    min-height: 9.615rem;
    background: url("../images/form_bg.jpg") repeat-y;
    background-size: 100% auto;
    padding: 0 0.51rem;
    box-sizing: border-box;
    color: #647559;
    font-size: 0.27rem; }
    #upload .form_letter .img_top {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0; }
    #upload .form_letter .img_title {
      width: 2.52rem;
      margin-left: 1.965rem;
      mix-blend-mode: multiply; }
    #upload .form_letter div {
      position: relative;
      z-index: 1; }
    #upload .form_letter div span {
      font-size: 0.225rem;
      color: #98a88d; }
    #upload .form_letter .text {
      margin: 0.225rem 0;
      padding-left: 0.225rem; }
      #upload .form_letter .text input {
        border-radius: 0;
        width: 1.9125rem;
        background: transparent;
        border-bottom: 1px solid #647559;
        margin: 0 0.075rem 0 0;
        line-height: 0.3rem; }
    #upload .form_letter textarea {
      resize: none;
      width: 100%;
      background: #fffdf3;
      border: 1px solid #8fab6b;
      height: 2.4075rem;
      margin-bottom: 0.225rem;
      padding: 0.15rem;
      box-sizing: border-box; }
    #upload .form_letter .img {
      position: relative;
      width: 1.26rem;
      height: 1.26rem;
      margin-top: 0.135rem; }
      #upload .form_letter .img img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover; }
    #upload .form_letter .btn_next {
      width: 2.8425rem;
      margin: 0.45rem auto 0 auto; }
  #upload .form_mail {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2; }
    #upload .form_mail .bg {
      position: absolute;
      background: #89a466;
      width: 5.49rem;
      border-radius: 0.075rem;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding-bottom: 0.12rem; }
      #upload .form_mail .bg .close {
        position: absolute;
        width: 0.5925rem;
        top: -0.795rem;
        right: 0; }
      #upload .form_mail .bg .img_title {
        width: 2.895rem;
        margin: 0.15rem auto; }
      #upload .form_mail .bg .content {
        width: 5.25rem;
        background: url("../images/bg.png") repeat;
        border-radius: 0.075rem;
        margin: 0 auto;
        padding: 0.3rem 0; }
        #upload .form_mail .bg .content .note {
          font-size: 0.285rem;
          color: #727870;
          text-align: center; }
        #upload .form_mail .bg .content .part {
          margin: 0.255rem 0.675rem 0 0.675rem; }
          #upload .form_mail .bg .content .part .name {
            font-size: 0.3rem;
            color: #3f5638;
            font-weight: bold;
            margin-bottom: 0.15rem; }
          #upload .form_mail .bg .content .part .input {
            margin-top: 0.15rem; }
            #upload .form_mail .bg .content .part .input input {
              background: #d5e8be;
              border: 1px solid #8da96a;
              width: 100%;
              height: 0.5625rem;
              padding: 0 0.225rem;
              box-sizing: border-box; }
              #upload .form_mail .bg .content .part .input input::placeholder {
                color: inherit; }
        #upload .form_mail .bg .content .btn_submit {
          width: 2.8425rem;
          margin: 0.45rem auto 0 auto; }

#rank {
  padding-top: 0.225rem;
  padding-bottom: 0.9rem; }
  #rank .rank {
    position: relative;
    width: 6.84rem;
    margin: 0.45rem auto;
    min-height: 9.615rem;
    background: url("../images/form_bg.jpg") repeat-y;
    background-size: 100% auto;
    padding: 0 0.42rem;
    box-sizing: border-box;
    color: #647559;
    font-size: 0.27rem; }
    #rank .rank .img_top {
      position: absolute;
      width: 100%;
      top: -0.375rem;
      left: 0; }
    #rank .rank .title {
      margin-left: 1.9875rem;
      width: 2.52rem; }
    #rank .rank ul {
      padding-bottom: 0.15rem; }
      #rank .rank ul li {
        display: flex;
        line-height: 0.4725rem;
        color: #3f5638;
        text-align: center;
        border-bottom: 1px solid #8fab6b; }
        #rank .rank ul li:last-child {
          border-bottom: 0; }
      #rank .rank ul li > div {
        padding: 0.15rem 0;
        flex: 1;
        border-right: 1px solid #8fab6b; }
        #rank .rank ul li > div:last-child {
          border-right: 0; }
      #rank .rank ul .vote span {
        background: #fffc00;
        padding: 0.0375rem 0.1875rem;
        border-radius: 0.105rem; }

#status {
  padding-top: 0.225rem;
  padding-bottom: 0.9rem; }
  #status .form_letter {
    position: relative;
    width: 6.84rem;
    margin: 0 auto;
    min-height: 9.615rem;
    background: url("../images/form_bg.jpg") repeat-y;
    background-size: 100% auto;
    padding: 0 0.51rem 0.45rem 0.51rem;
    box-sizing: border-box;
    color: #647559;
    font-size: 0.27rem; }
    #status .form_letter .img {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0; }
    #status .form_letter .img_title {
      width: 2.52rem;
      margin-left: 1.815rem;
      mix-blend-mode: multiply; }
    #status .form_letter .status {
      position: relative;
      z-index: 1;
      text-align: right;
      font-size: 0.27rem; }
      #status .form_letter .status .id {
        float: left; }
      #status .form_letter .status span {
        color: #e87e1f; }
    #status .form_letter .scroll {
      margin-top: 0.15rem;
      background: #fffdf3;
      border: 1px solid #8fab6b;
      padding: 0.3rem;
      color: #333333;
      font-size: 0.285rem;
      line-height: 0.615rem;
      word-break: break-all; }
      #status .form_letter .scroll .from {
        text-align: right; }
      #status .form_letter .scroll img {
        margin: 0.075rem auto;
        width: 100%; }
    #status .form_letter .reason {
      color: #e87e1f;
      margin-top: 0.255rem;
      line-height: 0.5025rem; }
    #status .form_letter .btn {
      width: 2.8425rem;
      margin: 0.45rem auto 0 auto; }

#rule {
  position: fixed;
  background: #edf4de;
  top: 0.975rem;
  left: 0.4725rem;
  right: 0.4725rem;
  bottom: 0.975rem;
  z-index: 3; }
  #rule .close {
    position: absolute;
    width: 0.5925rem;
    right: 0;
    top: -0.69rem; }
  #rule .scroll {
    position: absolute;
    top: 0.15rem;
    left: 0.15rem;
    right: 0.15rem;
    bottom: 0.15rem;
    overflow-y: auto;
    width: 6.165rem;
    border: 1px solid #81a15a;
    background: #fafbe7; }
    #rule .scroll img {
      width: 96%;
      margin: 0.225rem auto; }

#my-prize {
  position: fixed;
  background: #8ea96a;
  left: 1.0125rem;
  right: 1.0125rem;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 3;
  border-radius: 0.075rem;
  padding-bottom: 0.225rem; }
  #my-prize .close {
    position: absolute;
    width: 0.5925rem;
    right: 0;
    top: -0.69rem; }
  #my-prize .img_title {
    width: 2.895rem;
    margin: 0.15rem auto; }
  #my-prize .scroll {
    position: relative;
    height: auto;
    border: 1px solid #81a15a;
    background: #fafbe7;
    margin: 0 0.1875rem;
    background: url("../images/bg.png") repeat-y;
    background-size: 100% auto;
    padding: 0.3rem 0.75rem;
    border-radius: 0.075rem; }
    #my-prize .scroll .name {
      color: #3f5638;
      font-size: 0.3rem;
      font-weight: bold;
      line-height: 0.75rem; }
    #my-prize .scroll .text {
      background: #d5e8be;
      border: 1px solid #8da96a;
      line-height: 0.5025rem;
      border-radius: 0.045rem;
      padding: 0 0.15rem; }

#yesterday {
  position: fixed;
  background: #8ea96a;
  left: 1.0125rem;
  right: 1.0125rem;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 3;
  border-radius: 0.075rem;
  padding-bottom: 0.225rem; }
  #yesterday .close {
    position: absolute;
    width: 0.5925rem;
    right: 0;
    top: -0.69rem; }
  #yesterday .img_title {
    width: 2.895rem;
    margin: 0.15rem auto; }
  #yesterday .scroll {
    position: relative;
    height: auto;
    border: 1px solid #81a15a;
    background: #fafbe7;
    margin: 0 0.1875rem;
    background: url("../images/bg.png") repeat-y;
    background-size: 100% auto;
    padding: 0.3rem 0.3rem;
    border-radius: 0.075rem; }
    #yesterday .scroll div {
      font-size: 0.3rem;
      color: #3f5638;
      text-align: center;
      line-height: 0.57rem; }
      #yesterday .scroll div span {
        font-weight: bold; }
    #yesterday .scroll .note {
      color: #e87e1f;
      font-size: 0.2625rem; }

#content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: url("../images/content.jpg") no-repeat;
  background-size: 100% auto;
  min-height: 100vh;
  z-index: 1; }
  #content .back {
    pointer-events: none;
    position: fixed;
    bottom: 1.725rem;
    width: 7.14rem;
    left: 0.1725rem; }
  #content .letter-container {
    position: fixed;
    top: 0;
    left: 0.285rem;
    bottom: 1.74rem;
    overflow-y: auto; }
    #content .letter-container .letter {
      position: relative;
      margin-top: 2.265rem;
      margin-bottom: 3.51rem;
      width: 6.93rem; }
      #content .letter-container .letter .create {
        position: absolute;
        top: 0;
        width: 100%; }
      #content .letter-container .letter .canvas-container {
        background: #f5eee3;
        padding-top: 0.75rem;
        border-bottom: 0.2175rem solid #f5eee3; }
        #content .letter-container .letter .canvas-container .letter-bg {
          width: 100%; }
        #content .letter-container .letter .canvas-container .content {
          margin-left: 0.2175rem;
          margin-right: 0.2175rem;
          padding: 0.48rem 0.48rem 1.155rem 0.48rem;
          word-break: break-all;
          font-family: new, sans-serif;
          font-size: 0.375rem;
          line-height: 0.5625rem;
          color: #806432;
          border: 1px solid #d8bd8d;
          min-height: 8.25rem;
          text-align: justify; }
          #content .letter-container .letter .canvas-container .content .to {
            margin-bottom: 0.225rem; }
          #content .letter-container .letter .canvas-container .content .from {
            display: inline-block;
            float: right; }
            #content .letter-container .letter .canvas-container .content .from span {
              font-family: sans-serif; }
          #content .letter-container .letter .canvas-container .content img {
            max-width: 100%;
            margin: 0.1125rem auto; }
      #content .letter-container .letter .info {
        position: absolute;
        top: 0.225rem;
        left: 0.435rem;
        color: #3e3e3e;
        font-size: 0.285rem; }
        #content .letter-container .letter .info div {
          position: relative;
          float: left;
          margin-right: 1.005rem; }
        #content .letter-container .letter .info span {
          color: #e87e1f;
          font-size: 0.225rem; }
        #content .letter-container .letter .info .ticket img {
          position: absolute;
          width: 0.18rem;
          left: -0.225rem;
          top: 0.1125rem; }
        #content .letter-container .letter .info .rank img {
          position: absolute;
          width: 0.225rem;
          left: -0.27rem;
          top: 0.075rem; }
  #content .front {
    pointer-events: none;
    position: fixed;
    bottom: 0;
    width: 7.14rem;
    left: 0.1725rem; }
  #content .btn {
    position: absolute;
    width: 2.9325rem;
    bottom: 0.42rem;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center; }
    #content .btn img {
      width: 100%;
      margin-top: 0.165rem; }
    #content .btn .btn_rule {
      display: inline-block;
      width: 1.245rem; }
  #content .pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 50; }
    #content .pop .form {
      position: absolute;
      background: #8da96a;
      width: 5.5725rem;
      padding: 0.165rem;
      box-sizing: border-box;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 0.075rem; }
      #content .pop .form .close {
        position: absolute;
        width: 0.5925rem;
        right: 0;
        top: -0.69rem; }
      #content .pop .form .scroll {
        background: url("../images/bg.png") repeat;
        background-size: 100% 100%;
        padding: 0.2175rem;
        border-radius: 0.075rem; }
        #content .pop .form .scroll .note {
          color: #8ca869;
          text-align: center;
          font-size: 0.2325rem; }
        #content .pop .form .scroll .clear {
          margin-top: 0.195rem; }
          #content .pop .form .scroll .clear .name {
            color: #3f5638;
            font-size: 0.3rem;
            float: left;
            width: 1.0275rem;
            line-height: 0.5625rem;
            text-align: center; }
          #content .pop .form .scroll .clear .input {
            float: right;
            width: 3.45rem; }
            #content .pop .form .scroll .clear .input input {
              background: #d5e8be;
              border: 1px solid #8da96a;
              height: 0.5625rem;
              border-radius: 0.045rem;
              width: 100%; }
        #content .pop .form .scroll .submit {
          width: 2.655rem;
          margin-top: 0.15rem;
          margin-left: 1.29rem; }

#bonus {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bonus.jpg") no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  overflow-y: auto; }
  #bonus .scroll {
    position: relative;
    min-height: 100vh;
    padding-top: 20%;
    box-sizing: border-box; }
    #bonus .scroll .title {
      width: 6.3525rem;
      margin-left: 0.72rem; }
    #bonus .scroll .center {
      position: relative;
      margin-top: 0.3rem;
      margin-left: 0.6rem;
      width: 6.51rem;
      height: 6.5025rem;
      background: url("../images/turnplate2.png") no-repeat;
      background-size: 100% 100%; }
      #bonus .scroll .center .plate {
        position: absolute;
        width: 4.56rem;
        top: 0.915rem;
        left: 0.9675rem; }
      #bonus .scroll .center .btn {
        position: absolute;
        width: 1.8075rem;
        left: 2.325rem;
        top: 2.145rem; }
    #bonus .scroll .btn_rule {
      width: 2.8425rem;
      margin: 0.495rem auto; }
    #bonus .scroll .cloud {
      position: absolute;
      pointer-events: none;
      width: 6.78rem;
      right: 0;
      top: 4.32rem; }
    #bonus .scroll .logo {
      position: absolute;
      bottom: 0.495rem;
      left: 1.725rem;
      width: 4.41rem; }
  #bonus .pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 50; }
    #bonus .pop .prize {
      position: absolute;
      width: 7.2975rem;
      height: 6.12rem;
      background: url("../images/prize1.png") no-repeat;
      background-size: 100% 100%;
      top: 50%;
      transform: translate(0, -50%);
      color: #ab0100; }
      #bonus .pop .prize .num {
        font-size: 1.5rem;
        text-align: center;
        position: absolute;
        width: 100%;
        top: 1.035rem; }
        #bonus .pop .prize .num span {
          font-size: 0.9975rem; }
      #bonus .pop .prize .name {
        position: absolute;
        top: 2.97rem;
        left: 50%;
        transform: translate(-50%, 0);
        background: #ffca5f;
        display: inline-block;
        padding: 0.09rem 0.375rem;
        border-radius: 0.1125rem; }
      #bonus .pop .prize .name2 {
        position: absolute;
        top: 1.92rem;
        left: 50%;
        transform: translate(-50%, 0);
        background: #ffca5f;
        display: inline-block;
        padding: 0.09rem 0.375rem;
        border-radius: 0.1125rem;
        font-size: 0.3rem; }
      #bonus .pop .prize .close {
        position: absolute;
        width: 0.6rem;
        bottom: -0.9rem;
        left: 50%;
        margin-left: -0.3rem; }
    #bonus .pop .prize2 {
      position: absolute;
      width: 5.4075rem;
      height: 6.225rem;
      background: url("../images/prize2.png") no-repeat;
      background-size: 100% 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -70%); }
      #bonus .pop .prize2 .close {
        position: absolute;
        width: 0.6rem;
        bottom: -0.9rem;
        left: 50%;
        margin-left: -0.3rem; }

#cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/cover.jpg") no-repeat;
  background-size: 100% 100%; }
  #cover .logo {
    width: 100%; }
  #cover .title {
    position: absolute;
    width: 6.165rem;
    top: 0.975rem;
    left: 0.66rem;
    mix-blend-mode: multiply; }
  #cover .btn {
    position: absolute;
    width: 4.485rem;
    bottom: 1.065rem;
    left: 50%;
    margin-left: -2.2425rem; }

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(27, 27, 27, 0.7);
  height: 0.72rem;
  display: flex;
  z-index: 1; }
  footer div {
    position: relative;
    flex: 1; }
    footer div:nth-child(1) img, footer div:nth-child(2) img {
      position: absolute;
      width: 1.845rem;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    footer div:nth-child(1)::after {
      position: absolute;
      content: '';
      width: 1px;
      background: white;
      height: 0.2625rem;
      top: 0.255rem;
      right: 0; }
    footer div:nth-child(2) img {
      width: 1.8825rem; }

/*# sourceMappingURL=index.css.map */
