@font-face {
  font-family: "SourceHanSansCN-Regular";
  font-display: swap;
  src: url("../fonts/SourceHanCN/SourceHanSansCN-Regular.ttf")
    format("truetype");
}
@font-face {
  font-family: "SourceHanSansCN-Medium";
  font-display: swap;
  src: url("../fonts/SourceHanCN/SourceHanSansCN-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "SourceHanSansCN-Bold";
  font-display: swap;
  src: url("../fonts/SourceHanCN/SourceHanSansCN-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "SourceHanSerifCN";
  font-display: swap;
  src: url("../fonts/SourceHanCN/SourceHanSerifCN-Medium-6.otf")
    format("opentype");
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: Arial, "Microsoft Yahei";
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/*清除浮动*/

.clearfix:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
li {
  list-style: none;
}

section {
  font-size: 0.24rem;
}
img {
  border: 0;
  outline-width: 0px;
  vertical-align: top;
}

html,
body {
  position: relative;
  height: 100%;
}
body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  padding: 0;
  max-width: 460px;
  margin: 0 auto;
  background-color: #032620;
}

.assist-modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7); /* 半透明背景 */
}
.assit-modal-box {
  width: 100%;
  max-width: 460px;
  height: 12.8055rem;
  background-image: url(../img/common/assist_modal_bg.webp);
  background-size: 100% 100%;
  position: absolute;
  /* bottom: 4.2296rem; */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.assit-modal-close {
  position: absolute;
  left: 50%;
  bottom: -0.76rem;
  width: 0.7592rem;
  height: 0.7592rem;
  background-image: url(../img/common/close.png);
  background-size: 100% 100%;
  transform: translateX(-50%);
}
.assit-modal-title {
  width: 7.0926rem;
  height: 1.9907rem;
  position: absolute;
  left: 1.4537rem;
  bottom: 3.2037rem;
  background-image: url(../img/common/assist_modal_title.png);
  background-size: 100% 100%;
}
.assit-modal-btn {
  width: 4.75rem;
  height: 1.2685rem;
  position: absolute;
  left: 2.6018rem;
  bottom: 1.3796rem;
  background-image: url(../img/common/assist_modal_btn.png);
  background-size: 100% 100%;
}

.hint-modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7); /* 半透明背景 */
}
.hint-modal-bg {
  position: absolute;
  /* bottom: 5.9166rem;
  right: 0.1759rem; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9.777rem;
  height: 6.3703rem;
  background-image: url(../img/common/modal_bg.webp);
  background-size: 100% 100%;
}
.hint-close-btn {
  position: absolute;
  /* left: 8.8055rem;
  bottom: 12.1388rem; */
  right: 0.3rem;
  top: -0.6rem;
  width: 0.7592rem;
  height: 0.7592rem;
  background-image: url(../img/common/close.png);
  background-size: 100% 100%;
}
.hint-modal-title {
  width: 4.6481rem;
  height: 0.5926rem;
  position: absolute;
  bottom: 4.5926rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/common/modal_title.png);
  background-size: 100% 100%;
}
.hint-button-box {
  width: 5.43222rem;
  height: 1rem;
  position: absolute;
  bottom: 1.3981rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
.hint-modal-content {
  width: 5.43222rem;
  height: 1.1111rem;
  font-family: "SourceHanSansCN-Regular", sans-serif !important;
  font-size: 0.3333rem;
  letter-spacing: 0.0226rem;
  text-align: left;
  color: #41342d;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2.1503rem;
}
.hint-cancel-btn,
.hint-confirm-btn {
  width: 2.37037rem;
  height: 1rem;
  background-size: 100% 100%;
}
.hint-cancel-btn {
  background-image: url(../img/common/cancel_btn.png);
}
.hint-confirm-btn {
  background-image: url(../img/common/confirm_btn_1.png);
}
.hint-confirm-btn-restart {
  background-image: url(../img/common/confirm_btn_2.png);
}
.hint-confirm-btn-exchange {
  background-image: url(../img/common/confirm_btn_3.png);
}
.index-bg {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../img/index/index_bg.webp);
  background-position: bottom;
  background-size: cover;
  min-height: 18rem;
}
.index-title {
  width: 8.8888rem;
  height: 2.6018rem;
  position: absolute;
  top: 0.2222rem;
  left: 0.8518rem;
  background-image: url(../img/index/index_title.png);
  background-size: 100% 100%;
}
.return {
  display: none;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  background-image: url(../img/index/return.png);
  background-size: 100% 100%;
}
.index-button {
  width: 6.176rem;
  height: 1.63888rem;
  position: absolute;
  left: 50%;
  bottom: 1.6574rem;
  transform: translateX(-50%);
  background-image: url(../img/index/button_bg.png);
  background-size: 100% 100%;
}
.button-text {
  width: 3.50926rem;
  height: 0.85rem;
  background-image: url(../img/index/button_text.png);
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
