* {
  margin: 0;
  bottom: 0;
  font-size: 0.16rem;
}
.header img {
  width: 100%;
  /* height: 2rem; */
}
.main .gameTitle {
  height: 0.7rem;
  margin: 0 0.1rem;
  display: flex;
  align-items: center;
  padding: 0.1rem 0 0.1rem 0;
}
.main .gameTitle .left {
  text-align: center;
  flex: 1;
}
.main .gameTitle .left img {
  width: 0.7rem;
}
.main .gameTitle .center {
  height: 0.7rem;
  width: 1.7rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.main .gameTitle .center .gameName {
  font-size: 0.18rem;
  font-weight: normal;
}
.main .gameTitle .center .install :nth-child(1) {
  line-height: 0.15rem;
  border-radius: 50%;
  text-align: center;
  width: 0.15rem;
  height: 0.15rem;
  display: inline-block;
  background-color: #3377f6;
  color: #fff;
  font-size: 0.12rem;
}
.main .gameTitle .center .install :nth-child(2) {
  color: #3377f6;
  font-size: 0.12rem;
}
.main .gameTitle .right {
  margin-right: 0.1rem;
  flex: 1;
}
.main .gameTitle .right .btn {
  height: 0.3rem;
  background-color: #3377f6;
  border-radius: 0.08rem;
  color: #fff;
  text-align: center;
  line-height: 0.3rem;
}
.main .evaluate img {
  width: 100%;
}
.main .bannerPic {
  padding: 0 0.3rem;
  margin-top: 0.1rem;
}
.main .bannerPic img {
  width: 100%;
  /* height: 1.6rem; */
}
.main .score {
  margin-top: 0.1rem;
}
.main .score img {
  width: 100%;
}
.main .info {
  padding: 0 0.3rem;
}
.main .info .title {
  font-weight: 700;
  font-size: 0.18rem;
}
.main .info .item {
  padding: 0.05rem 0.05rem 0;
  display: flex;
  justify-content: space-between;
}
.main .info .item .left {
  font-size: 0.12rem;
  color: #aaa;
}
.main .info .item .right {
  color: #000;
  font-size: 0.12rem;
}
.main .statement {
  margin-top: 0.1rem;
}
.main .statement img {
  width: 100%;
}
.wrap {
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.wrap .rotation {
  width: 3rem;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrap .rotation .title {
  background-color: #37363b;
  display: flex;
  height: 0.4rem;
  line-height: 0.4rem;
}
.wrap .rotation .title .tip {
  color: #fff;
  font-size: 0.2rem;
  flex: 1;
  text-align: center;
}
.wrap .rotation .title .close {
  color: #fff;
  font-size: 0.2rem;
  width: 0.3rem;
}
.wrap .rotation .rotationImg img {
  width: 3rem ;
}
.wrap .rotation .footItem {
  margin-top: -0.05rem;
  text-align: center;
  background-color: #fff;
}
