@charset "utf-8";
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a {
  text-decoration: inherit;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.active {
  color: #f00;
}
.box {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.box .header {
  background: rgba(0,0,0,0.7);
  height: 1.4rem;
  width: 100%;
  max-width: 640px;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  display: flex;
  font-size: 0;
  padding: 0.1rem;
  log: true;
  log2: official;
  -webkit-justify-content: space-around;
  -khtml-justify-content: space-around;
  -moz-justify-content: space-around;
  -o-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  align-items: center;
  z-index: 99999;
  position: fixed;
}
.box .header>h1 {
  width: 1.2rem;
}
.box .header>h1 img {
  width: 100%;
}
.box .header>ul {
  font-size: 0.24rem;
  color: #fff;
}
.box .header>ul li {
  margin: 0.05rem 0;
}
.box .header>ul img {
  width: 0.24rem;
  margin: 0 0.05rem;
}
.box .header>ul span {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: inline-block;
  padding: 0.05rem;
}
.box .header>ul span:nth-of-type(1) {
  color: #1e90ff;
  border: 1px solid #1e90ff;
}
.box .header>ul span:nth-of-type(2) {
  color: #ff8c00;
  border: 1px solid #ff8c00;
}
.box .header>ul span:nth-of-type(3) {
  color: #32cd32;
  border: 1px solid #32cd32;
}
.box .header>div {
  width: 2rem;
}
.box .header>div img {
  width: 100%;
}
.box .banner {
  font-size: 0;
}
.box .banner img {
  width: 100%;
}
.box .details>h2 {
  font-size: 0.3rem;
  background: #f7f7f7;
  text-align: left;
  line-height: 1.5;
  color: #666;
  padding: 0.1rem 0 0.1rem 0.1rem;
  border-left: 0.1rem solid #9d5524;
  padding-left: 20px;
}
.box .details>h2 p {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: inline-block;
}
.box .details>h2 p span {
  color: #f00;
  font-size: 0.25rem;
  margin-left: 0.05rem;
}
.box .details>h2 .more {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: inline-block;
  float: right;
  font-size: 0.2rem;
  font-weight: bold;
  color: #177ce3;
  margin-right: 0.2rem;
  line-height: 2.4;
}
.box .details .container {
  padding: 0 0.2rem;
}
.box .details .container li {
  font-size: 0;
  padding: 0.2rem 0;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  display: flex;
  log: true;
  log2: official;
  -webkit-justify-content: space-around;
  -khtml-justify-content: space-around;
  -moz-justify-content: space-around;
  -o-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  align-items: center;
}
.box .details .container li:last-child {
  border-bottom: 0px;
}
.box .details .container li>img {
  width: 12%;
}
.box .details .container li div {
  font-size: 0.24rem;
  width: 68%;
  margin: 0 2%;
}
.box .details .container li div h2 {
  font-size: 0.3rem;
}
.box .details .container li div p {
  font-size: 0.18rem;
  color: #909090;
  margin: 0.1rem 0;
}
.box .details .container li div img {
  width: 5.55%;
}
.box .details .container li div h3 {
  font-size: 0.18rem;
  color: #b94b00;
  line-height: 1.2;
}
.box .details .container li>a button {
  width: 1rem;
  background: #ffc000;
  border: 0.05rem solid #ffecb2;
  log: true;
  log2: official;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  padding: 0.1rem;
  color: #fff;
  cursor: pointer;
}
.box .game-details {
  background: #faf7f7;
  font-size: 0;
  text-align: center;
}
.box .game-details .game-title {
  width: 2.5rem;
}
.box .game-details .game-cont {
  width: 95%;
  background: #ffc000;
  border: 0.05rem solid #ffecb2;
  log: true;
  log2: official;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  padding: 0.05rem;
  margin: 0.1rem 0;
}
.box .copyright {
  font-size: 0.3rem;
  padding: 0.2rem;
  text-align: center;
  font-weight: 800;
}
.box .footer {
  background: #eee;
  log: true;
  log2: official;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0;
  height: 1rem;
  width: 100%;
  max-width: 640px;
  position: fixed;
  z-index: 999999;
  bottom: 0;
  text-align: center;
}
.box .footer>div,
.box .footer ul {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: inline-block;
  vertical-align: middle;
}
.box .footer>div {
  width: 1rem;
  height: 1rem;
  log: true;
  log2: official;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffc000;
  border-width: 0.1rem;
  border-style: solid;
  border-color: #ffecb2;
  log: true;
  log2: official;
  -webkit-border-image: initial;
  -moz-border-image: initial;
  -o-border-image: initial;
  border-image: initial;
  position: relative;
}
.box .footer>div img {
  width: 0.5rem;
  position: absolute;
  top: 50%;
  log: true;
  log2: official;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  color: #fff;
}
.box .footer ul {
  font-size: 0.24rem;
  text-align: center;
}
.box .footer ul li {
  margin: 0.05rem;
}
.box .footer ul li button {
  background: #ffc000;
  border: 0.05rem solid #ffecb2;
  log: true;
  log2: official;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  padding: 0.1rem;
  color: #fff;
}
.box .footer ul li button a {
  color: #fff;
  text-decoration: none;
}
.box .footer ul li button a:hover {
  text-decoration: none;
}
