html {
  /* background: linear-gradient( 180deg, #FFFFFF 0%, #F3F3F3 100%); */
  background: #f7f7f7;
}
header {
  padding: 0.4rem 0.3rem 0;
}
.overFlowHidden {
  overflow: hidden;
}
/* header.actives{
  background: linear-gradient( 180deg, #FFFFFF 0%, #F3F3F3 100%);
  /* background: #F7F7F7; */
/* }  */
header .header_title {
  margin-bottom: 0.4rem;
}
header .header_title img {
  width: 1.24rem;
  height: 0.5rem;
}
header .header_title i {
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  background: url("../img/personal/more.svg");
  background-size: cover;
}

#message_tips {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  /* transform: translateX(-50%) translateZ(0); */
  transform: translateX(-50%) translateY(-50%);
  z-index: 999;
  max-width: 9rem;
}
#message_tips .message_tips_content {
  width: max-content;
  max-width: 80%;
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.4rem;
  background: #ffffff;
  padding: 0.24rem 0.28rem;
  border-radius: 0.16rem;
  box-shadow: 0 0 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
}

#message_tips .message_tips_content p {
  word-break: keep-all;
  flex: 1;
}
#message_tips i {
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 0.14rem;
}
#message_tips i.success {
  background: url("../img/common/tip_success.svg") no-repeat;
  background-size: cover;
}
#message_tips i.error {
  background: url("../img/common/tip_error.svg") no-repeat;
  background-size: cover;
}
#message_tips i.waring {
  background: url("../img/common/tip_waring.svg") no-repeat;
  background-size: cover;
}

.tips_modal .content {
  border-radius: 0.2rem;
  border: 0.02rem solid #707070;
  width: 6rem;
  background: #ffffff;
  padding: 0.4rem 0.4rem 0.6rem;
  position: relative;
}
.tips_modal .content i.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../img/common/dialog_close.svg");
  background-repeat: no-repeat;
  background-size: 0.3rem 0.3rem;
  background-position: center;
}

.tips_modal .content h2 {
  font-weight: bold;
  font-size: 0.28rem;
  color: #333333;
  text-align: center;
  margin-bottom: 0.3rem;
}
.tips_modal .content p {
  font-weight: 400;
  font-size: 0.26rem;
  color: #333333;
  line-height: 0.48rem;
}
.tips_modal .content a.btn,
.tips_modal .content button {
  border: none;
  outline: none;
  min-width: 2.5rem;
  padding: 0 0.21rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  background: #fe6d26;
  border-radius: 0.2rem;
  font-weight: 400;
  font-size: 0.26rem;
  color: #ffffff;
  margin: 0.4rem auto 0;
  display: block;
  box-sizing: border-box;
}

.tips_modal.no_purview_tps .content {
  border-radius: 0.2rem;
  border: 0.02rem solid #707070;
  width: 6.3rem;
  background: #ffffff;
  padding: 0.4rem 0.4rem 0.6rem;
}
.tips_modal .content .btn button {
  margin: 0.4rem 0 0;
}
.tips_modal .content button.btn_no_bg {
  background: none;
  color: #fe6d26;
  border: 0.02rem solid #fe6d26;
}

.dialog_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 15;
}

/* 模态框-背景遮罩层 */
#dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
}

/* 模态框 */
.dialog_box {
  position: fixed;
  left: 0;
  right: 0;
  /* bottom: 0; */
  bottom: -100%;
  max-height: 70%;
  width: 100%;
  margin: 0;
  z-index: 11; /* 用于确保模态框显示在顶部 */
  display: block; /* 默认隐藏，通过JavaScript控制 */
  opacity: 0;
  /* opacity: 1; */
  transition: opacity 0.3s ease, bottom 0.3s ease; /* 动画过渡 */
  padding: 0.35rem 0.3rem 0;
  background: #ffffff;
  border-radius: 0.3rem 0.3rem 0 0;
}
.dialog_box.show {
  display: block;
  opacity: 1;
  bottom: 0px;
}
.dialog_box .close {
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  background: url("../img/common/dialog_close.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0.35rem;
  right: 0.3rem;
}
.dialog_box .dialog_box_title {
  font-weight: bold;
  font-size: 0.3rem;
  color: #333333;
  margin-bottom: 0.43rem;
}
button {
  border: none;
  outline: none;
}

/* 空内容 */
.empty_box {
  width: 100%;
  margin-top: 4rem;
}
.empty_box img {
  width: 2.73rem;
  height: 2.26rem;
}
.empty_box span {
  margin-top: 0.4rem;
  font-size: 0.3rem;
  color: #666666;
}

/* 复购活动弹窗 */
.black_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
#popup .popup_content {
  width: 5.63rem;
  position: relative;
}
#popup .popup_content .popup_box {
  width: 5.63rem;
}
#popup .popup_content .popup_box.addThreePopup {
  height: 7.6rem;
  background: url("../img/common/popup/addThreeBg.png") no-repeat;
  background-size: cover;
}

#popup .popup_content .popup_box.addTwoPopup {
  height: 5.87rem;
  background: url("../img/common/popup/addTwoBg.png") no-repeat;
  background-size: cover;
}

#popup .popup_content .popup_box p {
  text-align: center;
  font-weight: 400;
  font-size: 0.24rem;
  color: #ffffff;
  text-align: center;
  padding-top: 1.85rem;
}
#popup .popup_content ul {
  width: 5.02rem;
  margin: 0.32rem auto 0;
  display: none;
}

#popup .popup_content .popup_box.addTwoPopup ul.two_popup,
#popup .popup_content .popup_box.addThreePopup ul.three_popup {
  display: block;
}
#popup .popup_content ul li {
  width: 5.02rem;
  height: 1.54rem;
  margin-bottom: 0.2rem;
}
#popup .popup_content ul li img {
  width: 100%;
  height: 100%;
}
#popup .popup_content .getPopupBtn {
  width: 2.9rem;
  height: 0.92rem;
  margin: 0.4rem auto 0.5rem;
  display: block;
}
#popup .popup_content .popup_close {
  width: 0.72rem;
  height: 0.72rem;
  background: url("../img/app-list/popup_close.svg") no-repeat;
  background-size: cover;
  margin: 0 auto;
  /* position: absolute;
  left: 50%;
  bottom: -1.22rem;
  margin-left: -0.36rem; */
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}
.loading .content {
  width: 2.3rem;
  height: 2.3rem;
  background: #000000;
  border-radius: 0.2rem;
  opacity: 0.8;
  padding-top: 0.32rem;
}
.loading .content img {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.28rem;
  animation: spin 5s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading .content p {
  font-size: 0.3rem;
  color: #ffffff;
}

/* 双十一 */
#lottery1111Dialog {
}

#lottery1111Dialog .popup_content {
  width: 7.35rem;
  height: 7.5rem;
  position: relative;
}
#lottery1111Dialog .popup_content .popup_box {
  position: absolute;
  bottom: 2.38rem;
  width: 100%;
  text-align: center;
}
#lottery1111Dialog .popup_content .popup_box p {
  font-size: 0.42rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #fffaf5;
  text-shadow: 0px 3px 4px #ea1812;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
#lottery1111Dialog .popup_content .popup_box p:nth-child(2) {
  margin-top: 0.28rem;
}
#lottery1111Dialog .popup_content img {
  display: block;
  width: 100%;
  height: 100%;
}

#lottery1111Dialog .popup_content .lotteryBtnMask {
  position: absolute;
  width: 4.2rem;
  height: 1.1rem;
  bottom: 0.7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: block;
}

#lottery1111Dialog .popup_content .popup_close {
  width: 0.56rem;
  height: 0.56rem;
  bottom: -1.32rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  background: url("../img/app-list/popup_close.svg") no-repeat;
  background-size: cover;
  margin: 0 auto;
}
