/*
 * @Author: LiuChang
 * @Date: 2025-10-11 17:21:03
 * @LastEditTime: 2025-10-14 11:37:38
 * @LastEditors: LiuChang
 * @Description: template模版样式
 * @FilePath: \ph\static\css\template.less
 * 可以输入预定的版权声明、个性签名、空行等
 */
.add-to-home {
  display: none;
  position: fixed;
  bottom: calc(18rem + constant(safe-area-inset-bottom));
  bottom: calc(18rem + env(safe-area-inset-bottom));
  left: 0.875rem;
  z-index: 9999;
  width: calc(100% - 1.75rem);
  height: 15.875rem;
  padding: 5.625rem 3.5rem 1.5rem 3.125rem;
  background-image: url("https://images.xianyouhe.com/images/mobile/add-to-home-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.add-to-home__close {
  position: absolute;
  top: 5rem;
  right: 1.6rem;
  display: flex;
}
.add-to-home__close img {
  flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
}
.add-to-home__header {
  display: flex;
  align-items: center;
}
.add-to-home__icon {
  display: flex;
}
.add-to-home__icon img {
  flex: 0 0 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
}
.add-to-home__title {
  margin-left: 0.8rem;
  font-size: 1.875rem;
  font-weight: bold;
  color: #333;
}
.add-to-home__content {
  display: none;
  margin-top: 0.75rem;
  font-size: 1.56rem;
}
.add-to-home__highlight {
  color: #005dff;
}
