html,
body,
div,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system;
  font-size: 12px;
  color: #000;
  background: #fff;
}

body,
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  border: none;
  background: none;
  outline: 0;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

strong,
b,
em {
  font-weight: normal;
  font-style: normal;
}

textarea,
input {
  appearance: none;
  -webkit-appearance: none;
}

.btn {
  display: block;
  width: 50%;
  padding: 4px 15px;
  background: rgba(4, 119, 249, 1);
  border: rgba(4, 119, 249, 1) 1px solid;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.contain-page {
  max-width: 750px;
  margin: 0 auto;
}

.app-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  width: 87.5%;
  margin: 0 auto;
  background: #fff;
}

.app-logo {
  float: left;
  width: 28%;
  margin-right: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.app-logo img {
  display: block;
  width: 100%;
}

.app-info-rig {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.app-info-rig strong {
  display: block;
  margin-top: 6px;
  margin-left: 3.28358%;
  font-size: 20px;
  font-weight: bold;
}

.app-info-rig p {
  margin: 0.3em 0 0 3.28358%;
  font-size: 14px;
  color: #8a8a90;
}

.arouse {
  float: right;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  padding: 0 10px;
  margin-left: 5px;
  text-align: center;
  font-size: 12px;
  color: white;
  background-color: #fd4245;
}

.app-show {
  padding: 0 0 20px;
  width: 87.5%;
  margin: 0 auto;
  background: #fff;
  color: #8e8f92;
}

.app-age {
  float: right;
  text-align: right;
}

.app-score strong,
.app-age strong {
  font-size: 16px;
  font-weight: bold;
}

.app-score p,
.app-age p {
  color: #d8d8d8;
  font-size: 12px;
}

.app-score img {
  width: 80px;
  margin-left: 5px;
}

.app-intro,
.comment-box,
.information-box {
  margin: 0 auto;
  padding: 20px 0;
  width: 87.5%;
  border-top: 1px solid #e5e5e5;
}

.app-title {
  margin-bottom: 0.85em;
  font-size: 20px;
}

.app-intro-con {
  position: relative;
  line-height: 1.8;
  font-size: 14px;
  height: 5.4em;
  overflow: hidden;
}

.comment-left strong {
  font-size: 60px;
  line-height: 43px;
  color: #4a4a4e;
  font-weight: bold;
}

.comment-left p {
  width: 91px;
  text-align: center;
  color: #7b7b7b;
  margin-top: 10px;
}

.comment-star-list li {
  line-height: 1;
}

.comment-right {
  float: right;
  width: 63.38308%;
}

.comment-right p {
  margin-top: 5px;
  color: #7b7b7b;
  text-align: right;
}

.comment-star,
.comment-progress {
  display: inline-block;
  vertical-align: middle;
}

.comment-star {
  position: relative;
  width: 46px;
  height: 7px;
}

.comment-star img {
  display: block;
  width: 100%;
  height: 100%;
}

.comment-star div {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #fff;
}

.comment-progress {
  position: relative;
  width: calc(100% - 56px);
  height: 2px;
  background: #e9e9ec;
  border-radius: 2px;
}

.comment-progress div {
  position: absolute;
  width: 0;
  height: 2px;
  background: #4a4a4e;
  border-radius: 2px;
}

.comment-star-list li:nth-child(1) .comment-progress div {
  width: 90%;
}

.comment-star-list li:nth-child(2) .comment-progress div {
  width: 10%;
}

.comment-star-list li:nth-child(2) .comment-star div {
  width: 20%;
}

.comment-star-list li:nth-child(3) .comment-star div {
  width: 40%;
}

.comment-star-list li:nth-child(4) .comment-star div {
  width: 60%;
}

.comment-star-list li:nth-child(5) .comment-star div {
  width: 80%;
}

.information-list li {
  line-height: 3.5;
  border-bottom: #f2f2f2 1px solid;
  overflow: hidden;
}

.information-list li .l {
  float: left;
  color: #737379;
}

.information-list li .r {
  overflow: hidden;
  text-align: right;
}

.information-list li .r p {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  line-height: 1.2;
}

.information-list li:last-child {
  border: none;
}

.mask-box {
  z-index: 999;
  position: relative;
  display: none;
}

.mask-colsed {
  z-index: 2;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 15px;
}

.mask-colsed img {
  display: block;
  width: 100%;
}

.mask-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.mask-pop {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 300px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}

.copy-url-img {
  display: block;
  width: 100%;
}

.copy-url {
  position: relative;
  margin: 20px 30px;
  height: 36px;
  line-height: 36px;
  background: #f1f6f9;
  border-radius: 18px;
  overflow: hidden;
}

.copy-url input {
  padding-left: 20px;
  color: #535352;
}

.copy-url button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  background: -webkit-gradient(linear,
      left top, right top,
      from(rgba(34, 125, 249, 1)),
      to(rgba(0, 203, 250, 1)));
  background: -o-linear-gradient(left,
      rgba(34, 125, 249, 1),
      rgba(0, 203, 250, 1));
  background: linear-gradient(90deg,
      rgba(34, 125, 249, 1),
      rgba(0, 203, 250, 1));
  color: #fff;
  border-radius: 0 18px 18px 0;
}
