html {
  font-size: 10px;
}
body {
  font-size: 3px;
  margin: 0;
  /* font-family: Arial, Tahoma; */
  color: #333;
  background-color: #fff;
  position: relative;
}
.wrap {
  width: 100%;
  max-width: 7.5rem;
  min-width: 3.2rem;
  margin: 0 auto;
  overflow: hidden;
}
.icon {
  background-image: url(../img/icon-teen-patti-master.png);
  background-size: 5rem 6rem;
}
.icon_i {
  background-image: url(../img/index_icon-teen-patti-master.png);
  background-size: 6rem 6rem;
  display: block;
  border-radius: 15px;
}
header {
  height: 0.64rem;
  background: #fff;
  font-size: 0.32rem;
  padding: 0.13rem 0;
  position: relative;
}
header i {
  display: block;
}
.navHeader {
  width: 110%;
  max-width: 7.5rem;
  position: absolute;
  top: 0.9rem;
  left: 50%;
  margin-left: -3.75rem;
  z-index: 98;
}
.navHeader ul {
  flex-wrap: wrap;
  padding: 0.05rem 0 0.25rem;
  z-index: 99;
  position: absolute;
  background: #f2fff7;
}
.navHeader ul li {
  margin: 0.15rem 0 0 0.15rem;
}
.navHeader ul li a {
  display: block;
  width: 2.22rem;
  height: 0.72rem;
  line-height: 0.72rem;
  color: #fff;
  background: #00b7ff;
  font-size: 0.32rem;
  border-radius: 0.1rem;
  text-align: center;
}
.navHeader ul li a i {
  display: inline-block;
  width: 0.38rem;
  height: 0.38rem;
  position: relative;
  top: 0.05rem;
  margin-right: 0.1rem;
}
.navHeader ul li a i.sy {
  background-position: 0.02rem -2.65rem;
}
.navHeader ul li a i.su {
  background-position: -0.41rem -2.65rem;
}
.navHeader ul li a i.zx {
  background-position: -1.15rem -2.65rem;
}
.navHeader ul li a i.zt {
  background-position: -1.53rem -2.65rem;
}
.navHeader ul li a i.ph {
  background-position: -1.9rem -2.65rem;
}
.navHeader .mask {
  width: 7.5rem;
  height: 100%;
  position: absolute;
  top: 0.9rem;
  background: rgba(0, 0, 0, 0.5);
}
nav {
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  overflow: hidden;
}
nav li {
  display: inline-block;
  width: 20%;
  border-bottom: 0.04rem solid transparent;
  padding: 0.28rem 0 0.25rem;
}
nav li a {
  display: block;
  height: 0.3rem;
  line-height: 0.3rem;
  border-right: 1px solid #e7e7e7;
  text-align: center;
  color: #454545;
  font-size: 0.3rem;
}
nav li.current {
  border-color: #46dc58;
  background-color: #dbdbdb;
}
nav li.current a {
  color: red;
}
nav li:last-child a {
  border: none;
}
nav ul {
  overflow-x: auto;
  white-space: nowrap;
  font-size: 0;
  overflow-x: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.hide {
  display: none;
}
ol,
ul {
  list-style: none;
}
b,
em,
i {
  font-style: normal;
  font-weight: 400;
}
img {
  display: block;
  border: 0;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.flex {
  display: flex;
}
.flex_grow {
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.LootEaning_Notice_Slider marquee {
  position: relative;
  width: auto;
  background: #e5ed00;
  color: #000;
  font-family: Sofia, sans-serif;
  font-variant: small-caps;
  line-height: 0.3rem;
  border: 1px dashed;
}
.VungoPro marquee {
  color: #fff;
  font-size: 0.26rem;
}
.LootEaning_Notice_Slider strong {
  color: red;
}
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.2rem 0;
  background-color: #1a1c4e;
  color: #fff;
  font-size: 0.3733rem;
}
.footer .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .contact p {
  font-size: 0.3733rem;
}
.footer .devider {
  width: 100%;
  border-bottom: 1px solid #5e1b09;
}

.footer p {
  margin: 0;
  font-size: 0.25rem;
}
