/*html,body{*/
/*background: #fff;*/
/*}*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.banner {
  margin-bottom: 1rem;
}

.play {
  background: #fff;
  padding: 4% 0;
}

.play .content,
.play .download {
  display: inline-block;
  vertical-align: middle;
}

img {
  display: block;
}

.play .img {
  width: 22%;
  height: auto;
  padding: 0 2%;
  vertical-align: top;
  display: inline-block;
}

.play .img img {
  width: 100%;
}

.play .content {
  width: 57%;
  line-height: 1.6rem;
}

.play .content h4 {
  color: #000;
  font-size: 1.3rem;
  font-weight: 400;
}

.play .content h4 a {
  color: inherit;
}

.play .content p {
  font-size: 1.2rem;
}

.play .content p a {
  color: inherit;
}

.play .download {
  padding: 0 2%;
}

.play .download i {
  font-size: 32px;
  color: #00bcd7;
}

.project.scroll-list {
  margin: 0;
  padding-bottom: 5%;
}

.project.scroll-list .title {
  margin: 5% 3%;
}

.scroll-list .scroll-outer {
  width: 100%;
  position: relative;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.scroll-list .scroll-outer::-webkit-scrollbar-thumb,
.scroll-list .scroll-outer::-webkit-scrollbar {
  color: transparent;
  background: transparent;
  width: 0;
  height: 0;
  opacity: 0;
}

.scroll-list .scroll-outer ul {
  overflow: hidden;
  padding-right: 1rem;
}

.scroll-list .scroll-outer ul li {
  float: left;
  padding-left: 1rem;
  box-sizing: border-box;
}

@media screen and (min-width: 320px) and (max-width: 375px) {
  .scroll-list .scroll-outer ul {
    padding-right: 1.5rem;
  }

  .scroll-list .scroll-outer ul li {
    padding-left: 1.5rem;
  }
}

.scroll-list .scroll-outer ul li a {
  width: 100%;
  display: inline-block;
}

.scroll-list .scroll-outer ul li p {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 1.2rem;
}

.scroll-list .scroll-outer ul li a img {
  display: block;
  width: 100%;
}

.line {
  width: 96%;
  margin-left: 2%;
  border-bottom: 1px solid #e3e3e3;
}

.project.scroll-list.game-funny {
  padding: 8% 0;
}

.chess-list {
  padding: 0 4%;
}

.chess-list > div {
  display: block;
  padding: 1rem 0rem;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}

.chess-list > div table {
  height: 100%;
}

.chess-list a {
  /*display: block;*/
  /*padding:1rem 0rem;*/
  /*border-bottom: 1px solid #e7e7e7;*/
  outline: none;
}

.chess-list a:active {
  outline: none;
}

.chess-img {
  display: inline-block;
  width: 17%;
  vertical-align: middle;
}

.chess-img img {
  width: 100%;
}

.grup-title,
.grup-title-xy {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2%;
  width: 60%;
  height: 100%;
  overflow: hidden;
}

.grup-title-xy {
  width: 75%;
}

.grup-title .g-name,
.grup-title-xy .g-name {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
}

.grup-title h3,
.grup-title-xy h3 {
  font-size: 1.7rem;
  color: #000;
  letter-spacing: 2px;
}

.grup-title-xy table td.g-content div {
  width: 75%;
}

.grup-title-xy table td p.msw {
  display: inline-block;
  margin-top: 0.15rem;
  margin-left: 0.5rem;
  padding: 0.2rem 0.7rem;
  border-radius: 0.2rem;
  font-size: 1rem;
  color: #fff;
  background: #e9380e;
  vertical-align: top;
}

span.span-down {
  position: absolute;
  display: inline-block;
  top: 35%;
  right: 0px;
  text-align: center;
  width: 16.5vw;
  height: 7.2vw;
  background-image: url('../images/btn_download.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.grup-title-xy table td,
.grup-title-xy table td p,
.grup-title-xy table td span,
.grup-title-xy table td a,
.grup-title-xy table td div,
.grup-title-xy table td h1,
.grup-title-xy table td h2,
.grup-title-xy table td h3,
.grup-title-xy table td h4,
.grup-title-xy table td h5,
.grup-title-xy table td h6,
.grup-title-xy table td li,
.grup-title-xy table td strong,
.grup-title-xy table td i,
.grup-title-xy table td font,
.grup-title-xy table td em {
  font-size: 1rem;
  color: #696969;
  line-height: 1.4;
  letter-spacing: 1px;
  word-break: break-all;
}

.grup-title table td,
.grup-title table td p,
.grup-title table td span,
.grup-title table td a,
.grup-title table td div,
.grup-title table td h1,
.grup-title table td h2,
.grup-title table td h3,
.grup-title table td h4,
.grup-title table td h5,
.grup-title table td h6,
.grup-title table td li,
.grup-title table td strong,
.grup-title table td i,
.grup-title table td font,
.grup-title table td em {
  font-size: 1.2rem;
  color: #696969;
  line-height: 1.4;
  letter-spacing: 1px;
  word-break: break-all;
}

.download {
  width: 11%;
  vertical-align: middle;
  display: inline-block;
}

.download-icon {
  font-size: 3.5rem;
  color: #45a212;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translate(-50%, -50%);
}

/* 底部 h5链接 */
.footer-btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 1.8rem;
  padding: 10px 0.8rem;
  background: rgba(10, 10, 10, 0.7);
  box-sizing: border-box;
  color: #fff !important;
  z-index: 111;
}

.footer-btn-title {
  width: 76%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1%;
  width: 60%;
  height: 100%;
  overflow: hidden;
}

.footer-btn-title .title-name {
  display: inline-block;
  font-size: 1.7rem;
  margin-bottom: 5px;
  /* font-weight: 600; */
}

.footer-btn-title .title-content {
  font-size: 1.1rem;
}

.lj-play {
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translate(-50%, -50%);
}

.lj-play img {
  width: 6rem;
  height: 6rem;
}
