*{
  margin: 0;
  padding: 0;
}
html,body{
  height: 100%;
}
img {
  border: 0;
  /* vertical-align:top; */
}
.pointer {
  cursor: pointer;
}
body{
  overflow-x: hidden;
}
/* 頁面 */
.dtpage {
  position: relative;
  width: 19.2rem;
  margin: 0 auto;
  font-size: 0.16rem;
  color: #fff;

}
/* 頂部 */
.top {
  width: 19.2rem;
  height: 1.35rem;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -9.6rem;
  z-index: 20;
  background-repeat: no-repeat;
  background-size: 100% 1.35rem;
}
.top .nav_r {
  display: flex;
  /*width: 6rem;*/
  justify-content: space-between;
  position: absolute;
  right: 0.5rem;
  top: 0.16rem;
}
.top .nav_r a{
  margin-left: 0.2rem;
}
.top .nav_r img {
  width: 1.78rem;
  height: 0.57rem;
}
.top .game-icon {
  width: 1.17rem;
  position: absolute;
  left: 0.4rem;
  top: 0.1rem;
}
.top .title {
  position: absolute;
  left: 1.8rem;
  top: 0.2rem;
  line-height: 0.32rem;
}

/* 內容 */
.content{
  width: 19.2rem;
  height: 15rem;
  background-repeat: no-repeat;
  background-size: 19.2rem 15rem;
  overflow: hidden;
  color: #000;
  position: relative;
}
.content .wrap{
  width: 14rem;
  margin: 2rem auto 0;

}
.content .title {
  position: relative;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #ccc;
}
.content .title .icon{
  width: 0.1rem;
  height: 0.7rem;
  background-color: #F9A52A;
}
.content .title .text{
  font-size: 0.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  position: absolute;
  top: 0;
  left: 0.4rem;
}

.content .title .lable{
  font-size: 0.2rem;
  color: #ccc;
  position: absolute;
  bottom: 0.1rem;
  left: 0;
}
.content .details{
  height: 10rem;
  padding-top: 0.25rem;
  font-size: 0.24rem;
  overflow-y: auto;
  margin-top: 0.05rem;
}
.content .details::-webkit-scrollbar{
  display: none;
}
/*.content .details img{width: 100%;}*/
/* 底部 */
.footer {
  position: relative;
}

.footer img {
  display: block;
  width: 100%;
  max-width: 19.2rem;
  border: none;
  text-align: center;

}

.footer .link {
  position: absolute;
  top: 1.25rem;
  right: 0.5rem;
}

.footer .link a {
  color: #fff !important;

}
