@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
body {
  font-family: "微软雅黑";
  font-size: 0.3rem;
  line-height: 1;
  width: 7.5rem;
  margin: 0 auto;
  color: #333333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: block;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #666;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: underline;
  color: #f60;
}
a:active {
  text-decoration: underline;
}
a:link {
  text-decoration: none;
}
input[type="submit"],
input[type="reset"],
input[type="number"],
input[type="button"],
input[type="text"],
input[type="tel"] {
  -webkit-appearance: none;
  resize: none;
  border-radius: 0;
  border: none;
  background: none;
  outline: none;
}
.clearFig:after {
  content: "";
  display: block;
  clear: both;
}
.main {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 7.5rem;
  background: #fff;
}
.page1 {
  width: 7.1rem;
  margin: 0.5rem auto 0.4rem auto;
}
.page1 p {
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.5rem;
}
.page1 .title {
  width: 0.58rem;
  margin: 0.1rem auto;
}
.page1 ul {
  width: 7.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page1 ul li {
  width: 2.24rem;
}
.title1 {
  display: block;
  margin-bottom: 0.4rem;
}
.title1 p {
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.5rem;
}
.title1 img {
  width: 0.58rem;
  margin: 0.1rem auto;
}
.content {
  width: 7.5rem;
  background: #f0f0f0;
  padding: 0.4rem 0;
}
.content ul li {
  width: 7.1rem;
  height: 5.38rem;
  background: url("../images/logo.jpg") no-repeat;
  background-size: 7.1rem 5.38rem;
  margin: 0.1rem auto;
  padding-top: 0.14rem;
}
.content ul li div {
  width: 6.6rem;
  padding: 0.1rem 0;
  margin: 0 auto;
}
.content ul li div .time {
  font-size: 0.28rem;
  color: #666;
  line-height: 0.38rem;
}
.content ul li div .caption {
  font-size: 0.32rem;
  line-height: 0.38rem;
}
.content ul li div span {
  font-size: 0.28rem;
  color: #666;
  line-height: 0.38rem;
  display: block;
  padding-left: 0.1rem;
  border-left: 1px solid #666;
  margin-top: 0.1rem;
}
.content ul li div img {
  margin-top: 0.2rem;
}
.content ul .more {
  width: 4.66rem;
  display: block;
  margin: 0.4rem auto 0;
}
.battle {
  padding-top: 0.4rem;
}
.battle ul {
  width: 7.1rem;
  margin: 0 auto;
}
.battle ul li {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #666;
  padding-bottom: 0.2rem;
}
.battle ul li .img {
  display: block;
  width: 2.84rem;
  height: 1.7rem;
}
.battle ul li span {
  display: block;
  width: 4.1rem;
}
.battle ul li span p {
  border-bottom: 1px solid #666;
  padding-bottom: 2px;
  font-size: 0.28rem;
}
.battle ul li span p img {
  display: block;
  width: 0.34rem;
  float: left;
}
.battle ul li span p:last-child {
  margin-top: 0.1rem;
  line-height: 0.4rem;
  border-bottom: none;
  color: #666;
}
.last {
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0.5rem 0;
}
