.pop {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0rem;
  top: 0rem;
  z-index: 999;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
}

.pop .close {
  position: absolute;
  width: 8rem;
  height: 8rem;
  background-image: url("https://static.web.sdo.com/cq/pic/act/2016/m/0422gameEquipment/closeBtn.png");
  background-size: cover;
  right: 5rem;
  top: 5rem;
}

.pop .content {
  position: absolute;
  width: 70rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100rem;
  overflow: auto;
  font-size: 3rem;
}

.pop .content .img-wrapper {
  width: 44.9rem;
  height: 32rem;
  margin: 20rem 0 0 11.2rem;
  background-color: #3e302f;
  border: 0.3rem #695240 solid;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.pop .content .img-wrapper i {
  position: absolute;
  width: 6.4rem;
  height: 10.4rem;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(https://static.web.sdo.com/cq/pic/act/2016/m/0422gameEquipment/qi.png);
  background-size: cover;
}

.pop .content .img-wrapper img {
  height: 85%;
}

.pop .content h1 {
  width: 45rem;
  height: 9rem;
  line-height: 9rem;
  margin: 4rem 11.5rem 0 11.5rem;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  background-color: #892c05;
  text-align: center;
  position: relative;
}

.pop .content p {
  line-height: 1.6;
  color: #dfbf99;
  margin: 4rem 0 3rem 0;
}

.pop .content p.tips {
  margin: 0;
}

.pop .content ul {
  overflow: hidden;
}

.pop .content ul li {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32rem;
  height: 6rem;
  margin: 0 2.4rem 3rem 0;
  background-color: #892c05;
  border-radius: 7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2.8rem;
  color: #dfbf99;
}

.pop .content ul li span {
  color: #fff;
}
/*# sourceMappingURL=detail.css.map */