/* reset */
body, html, a, img, div, ul, li, p, em, span, i, input, textarea {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
  display: block; }

ul, ol, li {
  list-style: none; }

a {
  text-decoration: none; }

img {
  width: 100%;
  display: block;
  border: none; }

em, i {
  font-style: normal; }

input, textarea {
  outline: none; }

body {
  background: #f1f1f1;
  width: 100%;
  position: relative;
  -webkit-touch-callout: none;
  font-size: 0.6rem;
  line-height: 0.6rem; }

.cf {
  *zoom: 1; }

.cf:after {
  content: '';
  display: block;
  height: 0;
  clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

.c1 {
  color: #ff9436 !important; }

.m {
  background: #fff;
  border: 1px solid #dedede;
  border-width: 1px 0;
  margin-top: 0.3rem;
  padding-bottom: 0.5rem; }

/* index */
.game-bg {
  background: url(/images/html5-2/game-bg.png) repeat-x;
  background-size: 16rem 8.575rem;
  width: 100%;
  height: 7.575rem;
  overflow: hidden;
  text-align: center; }

.game-bg img {
  width: 2.35rem;
  height: 2.35rem;
  margin: 0.95rem auto 0;
  display: block;
  border: 2px solid #fff;
  border-radius: 0.25rem;
  overflow: hidden; }

.game-bg p {
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.7rem;
  color: #fff;
  font-weight: 700; }

.game-bg a {
  background: #6ec600;
  width: 12.5rem;
  height: 2rem;
  line-height: 2rem;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 0.7rem;
  overflow: hidden;
  border-radius: 0.25rem;
  font-weight: 700; }

.game-bg .tip {
  height: 0.8rem;
  margin-top: 0.4rem;
  vertical-align:top;
  overflow: hidden; }

.game-bg .tip i, .game-bg .tip span {
  height: 0.8rem;
  line-height: 0.8rem;
  display: inline-block;
  overflow: hidden;
  vertical-align:top;
   }

.game-bg .tip i {
  background: url(/images/html5-2/i-tip.png) no-repeat;
  background-size: 0.525rem 0.525rem;
  width: 0.525rem;
  height:0.525rem;
  position:relative;
  top:.1375rem;
  margin-right: 0.125rem; }

.game-bg .tip span {
  color: #fff;
  font-size: 0.6rem; }

.game-how {
  border-top: 0;
  margin: 0;
  padding: 0.5rem;
  overflow: hidden; }

.how-title {
  background: url(/images/html5-2/i-tit.png) no-repeat;
  background-size: 0.25rem 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  padding-left: 0.5rem;
  font-size: 0.5rem; }

.how-text {
  padding: 0.25rem 0;
  font-size: 0.5rem;
  line-height: 0.8rem; }
  
.how-text em {
  font-size: 0.5rem;}


.game-ts {
  padding: 0.5rem;
  overflow: hidden; }

.ts-instal {
  height: 1.95rem;
  display: block;
  position: relative;
  overflow: hidden;
  padding-left: 2.25rem;
  padding-right: 4.25rem; }

.ts-instal img {
  width: 1.95rem;
  height: 1.95rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ts-instal em {
  background: #6ec600;
  width: 4rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  display: block;
  color: #fff;
  position: absolute;
  top: 0.35rem;
  right: 0;
  border-radius: 0.175rem;
  font-size: 0.6rem; }

.ts-instal p {
  height: 0.8rem;
  line-height: 0.8rem;
  margin-top: 0.25rem;
  font-size: 0.7rem;
  color: #333;
  font-weight: 700; }

.ts-instal span {
  height: 0.8rem;
  line-height: 0.8rem;
  display: block;
  font-size: 0.5rem;
  color: #999;
  overflow: hidden; }

.ts-title {
  height: 1.5rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  color: #333;
  font-size: 0.7rem; }

.ts-list li {
  height: 2.1rem;
  padding-left: 2.5rem;
  margin-top: 0.5rem;
  position: relative;
  overflow: hidden; }

.ts-list li:first-child {
  margin: 0; }

.ts-list li img {
  width: 2.1rem;
  height: 2.1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ts-list li p {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.55rem;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ts-list li p:nth-child(2) {
  margin-top: 0.15rem;
  font-size: 0.65rem;
  color: #333; }

.tj-title {
  height: 1.5rem;
  line-height: 1.525rem;
  padding-left: 0.5rem;
  margin: 0 auto;
  border-bottom: 1px solid #dedede;
  color: #333;
  font-size: 0.65rem; }

.tj-list {
  padding: 0.5rem;
  padding-bottom: 0; }

.tj-list a {
  height: 0.9rem;
  line-height: 0.9rem;
  margin: 0 0.5rem 0.25rem 0;
  font-size: 0.5rem;
  color: #999;
  float: left;
  overflow: hidden; }

footer {
  background: #fff;
  height: 2.5rem;
  line-height: 2rem;
  text-align: center;
  font-size: 0.5rem;
  border-top: 1px solid #dedede;
  margin-top: 0.3rem;
  color: #999; }

/* */
html {
  -webkit-font-smoothing: antialiased;
  font-size: 125%; }

body div, body p, body em, body span, body a, footer {
  font-size: 0.6rem; }

.on-title{margin: 0 auto;border-bottom: 1px solid #dedede;color: #333; position:relative; padding:0 0.5rem 0 2rem;height:1.8rem; line-height:1.825rem; font-size:0.7rem;}
.on-title img.img1{ position:absolute; left:0.5rem; top:50%; margin-top:-0.6rem; width:1.2rem; height:1.2rem; border:none}
.on-title a{ float:right; color:#333; font-size:0.6rem;}
.on-title a img{ float:right;padding:0.64rem 0 0 0.2rem; width:0.3rem}
.game-online ul{ padding-top:0.5rem}
.game-online li{ width:25%; padding:0 0.15rem; float:left; overflow:hidden;text-align:center;box-sizing:border-box;-webkit-box-sizing:border-box;}
.game-online li img{ margin:0 auto 0.3rem; width:2.8rem; height:2.8rem;}
.game-online li p{white-space:nowrap; overflow:hidden; text-overflow:ellipsis; height:1rem; line-height:1rem; }
.game-online li a.a1{background:#6ec900; display:inline-block; padding:0.15rem 0.3rem;color:#fff; font-size:0.5rem}

@media only screen and (min-width: 340px) {
  html {
    font-size: 132% !important; } }
@media only screen and (min-width: 360px) {
  html {
    font-size: 141% !important; } }
@media only screen and (min-width: 380px) {
  html {
    font-size: 148% !important; } }
@media only screen and (min-width: 400px) {
  html {
    font-size: 156% !important; } }
@media only screen and (min-width: 420px) {
  html {
    font-size: 164% !important; } }
@media only screen and (min-width: 440px) {
  html {
    font-size: 172% !important; } }
@media only screen and (min-width: 460px) {
  html {
    font-size: 180% !important; } }
@media only screen and (min-width: 480px) {
  html {
    font-size: 188% !important; } }
@media only screen and (min-width: 520px) {
  html {
    font-size: 203% !important; } }
@media only screen and (min-width: 540px) {
  html {
    font-size: 211% !important; } }
@media only screen and (min-width: 560px) {
  html {
    font-size: 218% !important; } }
@media only screen and (min-width: 580px) {
  html {
    font-size: 226% !important; } }
@media only screen and (min-width: 600px) {
  html {
    font-size: 234% !important; } }
@media only screen and (min-width: 620px) {
  html {
    font-size: 242% !important; } }
@media only screen and (min-width: 640px) {
  html {
    font-size: 250% !important; } }
@media only screen and (min-width: 660px) {
  html {
    font-size: 258% !important; } }
@media only screen and (min-width: 680px) {
  html {
    font-size: 266% !important; } }
@media only screen and (min-width: 700px) {
  html {
    font-size: 274% !important; } }
@media only screen and (min-width: 720px) {
  html {
    font-size: 282% !important; } }
@media only screen and (min-width: 750px) {
  html {
    font-size: 293% !important; } }
@media only screen and (min-width: 768px) {
  html {
    font-size: 300% !important; } }
@media only screen and (min-width: 800px) {
  html {
    font-size: 312% !important; } }
@media only screen and (min-width: 820px) {
  html {
    font-size: 320% !important; } }
@media only screen and (min-width: 840px) {
  html {
    font-size: 328% !important; } }
@media only screen and (min-width: 960px) {
  html {
    font-size: 375% !important; } }
@media only screen and (min-width: 1020px) {
  html {
    font-size: 328% !important; } }
@media only screen and (min-width: 1080px) {
  html {
    font-size: 422% !important; } }
@media only screen and (min-width: 1242px) {
  html {
    font-size: 485% !important; } }
@media only screen and (min-width: 1280px) {
  html {
    font-size: 500% !important; } }
@media only screen and (min-width: 1536px) {
  html {
    font-size: 600% !important; } }
