.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-direction-c {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* 父元素-水平居中（主轴是横向才生效） */
* {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", "Arial", "Helvetica", "sans-serif";
  box-sizing: border-box;
}
html {
  font-size: 14px;
  font-family: '微软雅黑';
}
body {
  -webkit-touch-callout: none;
  font-size: 0.12rem;
  height: 100%;
  background: #f2f2f2;
}
html,
body {
  width: 100%;
  min-width: 320px;
  max-width: 640px;
  margin: 0px auto;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  color: #333;
  position: relative;
}
.a-text {
  text-decoration: none;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a {
  outline: none;
}
ul,
li {
  list-style: none;
}
*:after,
*:before {
  box-sizing: border-box;
}
.marginTop {
  margin-top: .2rem;
}
.white {
  background: white;
}
img,
ul,
li,
span,
button,
input,
select,
a {
  -webkit-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
a {
  text-decoration: none;
  color: #333;
}
button,
input,
select {
  vertical-align: middle;
  outline: 0;
  border: none;
  font-family: 'SimHei';
}
@media only screen and (min-width: 100px) {
  html {
    font-size: 24px !important;
  }
}
@media only screen and (min-width: 319px) {
  html {
    font-size: 25px !important;
  }
}
@media only screen and (min-width: 374px) {
  html {
    font-size: 25px !important;
  }
}
@media only screen and (min-width: 401px) {
  html {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 428px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 481px) {
  html {
    font-size: 35px !important;
  }
}
@media only screen and (min-width: 569px) {
  html {
    font-size: 35px !important;
  }
}
@media only screen and (min-width: 641px) {
  html {
    font-size: 35px !important;
  }
}
a {
  text-decoration: none;
  color: #333;
}
.article-container {
  width: 100%;
  padding-top: 4rem;
}
.article-container .choose_show_download-wrapper {
  position: fixed;
  z-index: 20;
  top: 2rem;
  width: 100%;
  max-width: 640px;
  height: 2rem;
  background: white;
  padding: .1rem 1rem .1rem 1rem;
  transition: top 0.4s ease-in-out;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.article-container .choose_show_download-wrapper .game-cover {
  height: 80%;
  vertical-align: middle;
  margin-top: .2rem;
}
.article-container .choose_show_download-wrapper .game-dl {
  flex: 1;
  margin-left: .4rem;
  padding-right: 3.7rem;
  line-height: 2rem;
  font-size: .7rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.article-container .choose_show_download-wrapper button {
  width: 3.5rem;
  height: 1.4rem;
  line-height: 1.4rem;
  /* border: 1px solid #ffda44; */
  /* box-shadow: 0 0 1px #ffda44; */
  background: #ffda44;
  color: #333333;
  border-radius: 3px;
  font-size: .6rem;
  outline: 0;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.article-container .location-position {
  background: #eeeeee;
  width: 100%;
  height: 1.64rem;
  border-bottom: 1px solid #eeeeee;
}
.article-container .article-main {
  background: white;
  padding: .52465rem;
}
.article-container .article-main .article-name {
  font-size: .71345rem;
  color: black;
}
.article-container .article-main .article-time {
  font-size: .52545rem;
  color: #666666;
  margin-top: .3rem;
  letter-spacing: 1px;
  margin-bottom: .6rem;
}

.article-container .article-main .article-time span{
  display:inline-block;
  margin-left: .85rem;
}

.article-container .article-main .article-small-content {
  font-family: PingFangSC-Regular;
  font-size: .5rem;
  color: #333333;
  text-align: justify;
  margin-top: 0;
  letter-spacing: .5px;
  margin-bottom: .5rem;
  padding: .5rem;
  background: #F8F8F8;
  line-height: .8rem;
}

.article-container .article-main .article-content img {
  border: none;
  max-width: 100%;
  vertical-align: bottom;
  display: block;
  margin: 0 auto;
}
.article-container .article-main .article-content p,
.article-container .article-main .article-content div {
  font-size: .64565rem;
  word-break: break-all;
  line-height: 1.125rem;
}
.article-container .article-main .article-content p.p-image {
  margin-top: .4rem;
  margin-bottom: .4rem;
}
.article-container .article-main .row-about-pv {
  width: 100%;
  height: 1rem;
  margin-top: .7rem;
  color: #9a9a9a;
}
.article-container .article-main .row-about-pv .core-watch {
  position: relative;
  float: right;
  height: .5rem;
  line-height: .5rem;
  margin-left: .5rem;
}
.article-container .article-main .row-about-pv .core-watch .wa-icon {
  width: .8rem;
  vertical-align: bottom;
  margin-right: .1rem;
}
.article-container .article-main .row-about-pv .core-watch .pl-icon {
  vertical-align: bottom;
  width: .8rem;
  margin-right: .1rem;
}
.article-container .article-main .row-about-pv .core-watch span {
  font-size: .565rem;
}
.article-container .gameZixun-wrapper {
  background: white;
}
.article-container .gameZixun-wrapper .game-zixun-inner {
  padding: .4rem .47rem;
}
.article-container .gameZixun-wrapper .game-zixun-inner .game-zixun-core {
  height: 2rem;
  line-height: 2rem;
  font-size: .6rem;
  border-bottom: 1px solid #eeeeee;
}
.article-container .gameZixun-wrapper .game-zixun-inner .game-zixun-core:last-child {
  border-bottom-width: 0;
}
.article-container .gameZixun-wrapper .game-zixun-inner .game-zixun-core p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.article-container .gameZixun-wrapper .game-zixun-inner .load-more {
  margin-bottom: .2rem;
  background: #ededed;
  text-align: center;
  font-size: .54rem;
  height: 1.2rem;
  line-height: 1.2rem;
  color: #3558e8;
}
.article-container .gameComments-wrapper {
  background: white;
  padding-bottom: .8rem;
}
#crumbs ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#crumbs ul li a {
  display: inline-block;
  position: relative;
  height: 1.6rem;
  line-height: 1.6rem;
  padding: 0 6px 0 20px;
  background-color: white;
  color: #666666;
  text-decoration: none;
  font-size: .5885rem;
  border-color: white;
}
#crumbs ul li a p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-left: .2rem;
}
#crumbs ul li a img {
  position: absolute;
  left: 60%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#crumbs ul li a:after {
  content: "";
  position: absolute;
  z-index: 11;
  right: -0.7rem;
  top: .02rem;
  width: 1rem;
  height: 1.6rem;
  background-image: url(../assets/location-right.png);
  background-repeat: no-repeat;
  background-size: 1rem 1.94rem;
  background-position: center center;
}
#crumbs ul li:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#crumbs ul li:first-child a:before {
  display: none;
}
#crumbs ul li:last-child a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-right: 0;
}
#crumbs ul li:last-child a:after {
  display: none;
}




