a,
body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
i,
img,
input,
li,
p,
select,
span,
strong,
textarea,
ul {
  margin: 0;
  padding: 0;
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 400;
}

table {
  border-spacing: 0;
}

body {
  font-family: 'microsoft yahei', Arial;
  font-size: 0.26rem;
  line-height: 1;
  color: #333;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style-type: none;
  float: left;
}

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

img {
  border: none;
  vertical-align: middle;
}

em,
i,
var {
  font-style: normal;
}

button {
  font-family: 'microsoft yahei', Arial;
  outline: 0;
  cursor: pointer;
  font-size: 0.26rem;
  border: none;
}

iframe {
  border: none;
}

input,
select,
textarea {
  outline: 0;
  font-family: 'microsoft yahei', Arial;
  font-size: 0.26rem;
  border-radius: 0;
  border: none;
  background: 0 0;
}

input:disabled {
  opacity: 1;
  color: #333;
}

button,
input[type='button'],
input[type='date'],
input[type='number'],
input[type='password'],
input[type='reset'],
input[type='submit'],
input[type='text'],
textarea {
  -webkit-appearance: none;
  border: none;
  background: 0 0;
}

textarea {
  resize: none;
}

.ico {
  display: inline-block;
  vertical-align: middle;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.hide {
  display: none !important;
}

.mobile-wrap {
  position: relative;
  min-height: 100vh;
  width: 100%;
  float: left;
  background: #1F222A url('../img/bg.png') no-repeat top center;
  background-size: 100%;
  overflow: hidden;
}
.bg {
  padding: 0.4rem 0 1.5rem 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.bg > img {
  width: 90%;
}
.bg .games {
  width: 80%;
}
.bg .btn {
  padding: 0.4rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.bg .btn a {
  display: block;
  width: 58%;
  -webkit-animation: myfirst 1s infinite;
  animation: myfirst 1s infinite;
}
.bg .btn a img {
  width: 100%;
}

.xianlu {
  margin: 0.5rem 0;
  color: #fff;
  width: 90%;
  border: 1px solid #FFFFFF;
  border-radius: 0.4rem;
  background: linear-gradient(#4D3900, #1F222A);
  display: flex;
  flex-direction: column;
  padding: 0.4rem 0.5rem;
  text-align: center;
}

.xianlu section {
  display: flex;
  line-height: 0.75rem;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.xianlu section .left {
  background-color: #494755;
  border-radius: 1rem;
  width: 60%;
}

.xianlu section .right {
  color: #fff;
  width: 35%;
  background: url('../img/playnow.png') no-repeat top center;
  background-size: 100% 100%;
}

footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
}

footer .bottom {
  padding: 0 0.4rem;
  max-width: 750px;
  width: 100%;
  height: 1.5rem;
  background-color: #4D3900;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .bottom > img:nth-child(1) {
  width: 19%;
}
footer .bottom > img:nth-child(2) {
  width: 45%;
}
footer .bottom .download {
  width: 30%;
}
.download img {
  width: 100%;
  -webkit-animation: myfirst 1s infinite;
  animation: myfirst 1s infinite;
}

.nav_left {
  position: fixed;
  right: 0;
  width: 1.3rem;
  text-align: center;
  transition: all 0.3s;
  bottom: 3.8rem;
  z-index: 8;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.nav_left .li {
  color: #fff;
  padding: 0.3rem 0;
  margin-bottom: 2px;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.4);
}

.nav_left .li:nth-child(1) {
  border-radius: 12px 0 0 0;
}
.nav_left .li:nth-child(5) {
  border-radius: 0 0 0 12px;
}

.nav_left img {
  height: 0.7rem;
}
.nav_left p {
  color: #fff;
  padding-top: 5px;
  font-size: 12px;
}
.nav_showbtn {
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: 0;
  right: 1.5rem;
  width: 40px;
  line-height: 40px;
  border-radius: 12px 0 0 12px;
  display: none;
}

body,
html {
  width: 100%;
  height: 100%;
  background-color: #052414;
}

@keyframes myfirst {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
