html,
body {
  padding: 0;
  margin: 0;
}
.weixin-box,
.no-weixin-box {
  display: none;
  overflow: hidden;
}
.weixin-box .weixin-box-tips {
  width: 192px;
  height: 80px;
  position: fixed;
  top: 5px;
  right: 5px;
}
.browser-box {
  background: white;
}
.browser-box .top-bg {
  position: relative;
}
.browser-box .top-bg .install-btn {
  background: #ff344d;
  border-radius: 15px;
  text-align: center;
  width: 94px;
  height: 28px;
  line-height: 28px;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 600;
  position: absolute;
  left: 130px;
  bottom: 5px;
}
.score-img {
  margin: 10px 15px;
  width: 92%;
}

.container-box {
  display: flex;
  overflow: auto;
  overflow-y: hidden;
}
.container-box .container {
  width: 204px;
  margin-left: 10px;
  padding-right: 5px;
}
.container-box .container .title {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 14px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}
.container-box .container .image {
  width: 179px;
  height: 399px;
}
.container-box .container .content {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #9b9b9b;
  letter-spacing: 0;
  text-align: center;
  line-height: 16px;
  font-weight: 400;
}
.line {
  border: 1px solid #e0e0e0;
  margin: 15px auto;
  width: 90%;
}
.detail-box {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  text-align: justify;
  line-height: 20px;
  font-weight: 400;
  margin: 0 15px 15px 15px;
}
/* 弹出层 */
.popup-box {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0px;
  width: 100%;
  height: 10000px;
  z-index: 10;
  overflow: hidden;
}
.popup-box .popup-content {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 212px;
  background: #ffffff;
  border-radius: 20px 20px 0 0;
  z-index: 10;
}
.popup-box .title {
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 18px;
  font-weight: 600;
  margin: 20px auto;
}
.popup-box img {
  margin: 10px 50px;
  width: calc(100% - 100px);
}
.popup-box .popup-install-btn {
  background: #ff344d;
  border-radius: 16px;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 600;
  width: 124px;
  height: 32px;
  margin: 20px auto;
  text-align: center;
}
/* webapp 提示安装 */
.webapp-popup-box {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0px;
  width: 100%;
  height: 10000px;
  z-index: 10;
  overflow: hidden;
}
.webapp-popup-box .webapp-popup-content {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 81%;
  background: #ffffff;
  border-radius: 20px 20px 0 0;
  z-index: 10;
  overflow: auto;
  overflow-x: hidden;
}
.webapp-popup-box .title {
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 18px;
  font-weight: 600;
  position: fixed;
  left: 50%;
  background: white;
  transform: translateX(-50%);
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 20px 20px 0 0;
}
.webapp-popup-box .subtitle {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #7b7b7b;
  letter-spacing: 0;
  text-align: center;
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 50px;
}
.webapp-popup-box img {
  margin: 0px 5px;
  width: calc(100% - 10px);
}
.webapp-popup-box .popup-install-btn {
  background: #ff344d;
  border-radius: 16px;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 600;
  width: 124px;
  height: 32px;
  margin: 0px auto;
  text-align: center;
}
