html {
  font-size: 100px;
  font-size: 13.33333vw;
}

@media screen and (max-width: 320px) {
  html {
    font-size: 42.66667px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 321px) and (max-width: 360px) {
  html {
    font-size: 48px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 361px) and (max-width: 375px) {
  html {
    font-size: 50px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 376px) and (max-width: 393px) {
  html {
    font-size: 52.4px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 394px) and (max-width: 412px) {
  html {
    font-size: 54.93333px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 413px) and (max-width: 414px) {
  html {
    font-size: 55.2px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 415px) and (max-width: 480px) {
  html {
    font-size: 64px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 481px) and (max-width: 540px) {
  html {
    font-size: 72px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 541px) and (max-width: 640px) {
  html {
    font-size: 85.33333px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 641px) and (max-width: 720px) {
  html {
    font-size: 96px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 721px) and (max-width: 750px) {
  html {
    font-size: 100px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 751px) {
  html {
    font-size: 100px;
  }
}

html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

body,
nav,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
ul,
ol,
li,
input,
button,
textarea,
footer {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.5 -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img {
  vertical-align: middle;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}

em,
i {
  font-style: normal;
}

img {
  max-width: 100%;
  border: 0;
}

input:focus {
  outline: 0;
}

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

ol,
ul,
li {
  list-style: none;
}

textarea {
  resize: none;
}

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

.cf:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  min-height: 1%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.break {
  word-break: break-all;
  word-wrap: break-word;
}

.mt10 {
  margin-top: 0.1rem !important;
}

.mt15 {
  margin-top: 0.15rem !important;
}

.mt20 {
  margin-top: 0.2rem !important;
}

.mt25 {
  margin-top: 0.25rem !important;
}

.mt30 {
  margin-top: 0.30rem !important;
}

.mt35 {
  margin-top: 0.35rem !important;
}

.mt40 {
  margin-top: 0.40rem !important;
}

.mt45 {
  margin-top: 0.45rem !important;
}

.mt50 {
  margin-top: 0.50rem !important;
}

.mt55 {
  margin-top: 0.55rem !important;
}

.mt60 {
  margin-top: 0.60rem !important;
}

.mt65 {
  margin-top: 0.65rem !important;
}

.mt70 {
  margin-top: 0.70rem !important;
}

.mt80 {
  margin-top: 0.80rem !important;
}

.mt85 {
  margin-top: 0.85rem !important;
}

.mt90 {
  margin-top: 0.90rem !important;
}

.mt95 {
  margin-top: 0.95rem !important;
}

.mt100 {
  margin-top: 1rem !important;
}

.mb10 {
  margin-bottom: 0.1rem !important;
}

.mb15 {
  margin-bottom: 0.15rem !important;
}

.mb20 {
  margin-bottom: 0.20rem !important;
}

.mb25 {
  margin-bottom: 0.25rem !important;
}

.mb30 {
  margin-bottom: 0.30rem !important;
}

.mb35 {
  margin-bottom: 0.35rem !important;
}

.mb40 {
  margin-bottom: 0.40rem !important;
}

.mb45 {
  margin-bottom: 0.45rem !important;
}

.mb50 {
  margin-bottom: 0.50rem !important;
}

.mb55 {
  margin-bottom: 0.55rem !important;
}

.mb60 {
  margin-bottom: 0.60rem !important;
}

.mb65 {
  margin-bottom: 0.65rem !important;
}

.mb70 {
  margin-bottom: 0.70rem !important;
}

.mt120 {
  margin-top: 1.2rem !important;
}

.mt140 {
  margin-top: 1.4rem !important;
}

body {
  background-color: #fdcd81;
  margin: 0 auto;
  font-size: 0.24rem;
  position: relative;
  height: 100vh;
}

body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7.5rem;
  height: 4.25rem;
  background: url("../images_e2/bom.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.box {
  width: 7.5rem;
  margin: 0 auto !important;
  overflow: hidden;
}

.head {
  position: relative;
}

.head img {
  width: 7.5rem;
  margin: -0.01rem 0;
}

.head .h-text {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  width: 6.50rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.34rem;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #ffffff;
  font-size: 0.22rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head .h-text i {
  margin-right: 0.05rem;
  width: 0.19rem;
  height: 0.28rem;
  background: url("../images_e2/icon-q.png?v=1") no-repeat 0 0;
  background-size: 100% 100%;
}

.head .hside {
  position: absolute;
  right: 0rem;
  top: 2.6rem;
}

.head .hside a {
  display: block;
  width: 0.49rem;
  height: 1.43rem;
  overflow: hidden;
  margin: 0.2rem 0;
  color: #fff;
  font-size: 0.24rem;
  text-align: center;
  padding: 0 0.1rem 0 0.14rem;
  box-sizing: border-box;
  line-height: 0.26rem;
  display: flex;
  align-items: center;
  border-radius: 0.2rem 0 0 0.2rem;
  background-color: rgba(0, 0, 0, 0.6);
}

.head .hside a img {
  width: 0.44rem;
  height: 1.21rem;
}

.gameName {
  color: rgba(140, 53, 26, 0.9);
  overflow: hidden;
  font-size: .24rem;
  text-align: center;
  margin-top: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gameName a {
  color: #c7a967;
  text-decoration: underline;
}

.h-tips {
  position: absolute;
  top: 4.65rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #fff;
  padding: 0.05rem 0.32rem 0.03rem;
  border-radius: 0.25rem;
  font-size: 0.22rem;
  background-color: rgba(0, 0, 0, 0.4);
}

.content {
  width: 7.5rem;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  background: url("../images_e2/bg1.jpg?v=1") no-repeat 0 0;
  background-size: 100% auto;
}

.hbtn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hbtn a {
  width: 2.51rem;
  height: 0.74rem;
  text-align: center;
  line-height: 0.74rem;
  font-size: 0.28rem;
  color: #feffca;
  margin: 0 0.2rem;
}

.hbtn a.hbtn1 {
  background: url("../images_e2/hbtn1.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.hbtn a.hbtn2 {
  background: url("../images_e2/hbtn2.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.cbtn {
  display: block;
  margin: 0.2rem auto 0;
  width: 3.81rem;
  height: 1.05rem;
  text-align: center;
  line-height: 1.05rem;
  color: #e3501f;
  font-size: 0.32rem;
  font-weight: bold;
  background: url("../images_e2/btn1.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.prot {
  display: flex;
  justify-content: center;
  margin-top: 0.2rem;
}

.prot i {
  flex-shrink: 0;
  width: 0.22rem;
  height: 0.22rem;
  margin-top: 0.05rem;
  margin-right: 0.08rem;
  border: 1px solid #b42e26;
}

.prot i.on {
  position: relative;
}

.prot i.on::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.06rem;
  margin-left: -0.06rem;
  width: 0.13rem;
  height: 0.13rem;
  background: url("../images_e2/icon-d.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.prot span {
  width: 5.5rem;
  font-size: 0.22rem;
  color: #8c351a;
  line-height: 0.36rem;
}

.p-bom {
  position: fixed;
  width: 7.5rem;
  height: 6.96rem;
  left: 50%;
  margin-left: -3.75rem;
  bottom: 0;
  background: url("../images_e2/p-bom.png") no-repeat -0.1rem 0.1rem;
  background-size: 7.61rem 100%;
  box-sizing: border-box;
  padding-top: 1.8rem;
}

.p-bom .rule-con {
  width: 6.16rem;
  margin: 0 auto;
  font-size: 0.24rem;
  color: #78492d;
  height: 3.8rem;
  overflow-y: auto;
  box-sizing: border-box;
  padding-right: 0.06rem;
}

.p-bom .rule-con::-webkit-scrollbar {
  width: 0.06rem;
  height: "";
  background: "";
}

.p-bom .rule-con::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 0px rgba(240, 240, 240, .5); */
  border-radius: 0.2rem;
  background: none;
}

.p-bom .rule-con::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  /* box-shadow: inset 0 0 0px rgba(237, 44, 37, .5); */
  background: #946144;
}

.p-bom .p-close {
  position: absolute;
  top: 0.25rem;
  right: 0.2rem;
  width: 0.52rem;
  height: 0.52rem;
  background: url("../images_e2/close.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.p-bom .pbom-btn {
  display: flex;
  justify-content: center;
  margin-top: 0.2rem;
}

.p-bom .pbom-btn a {
  width: 3.06rem;
  height: 0.91rem;
  text-align: center;
  line-height: 0.91rem;
  color: #feffca;
  font-size: 0.26rem;
  background: url("../images_e2/pbom-btn.png") no-repeat 0 0;
  background-size: 100% 100%;
}


.kb-dialog {display: none;}
