/* 移动端专属相关样式 */

/* 遮罩层 */
.m_model {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.5;
  z-index: 999;
  display: none;
}

.m_pop_box {
  width: 14.5rem; /* 调整: 23rem * 10/16 = 14.375rem */
  height: 8.0625rem; /* 调整: 12.9rem * 10/16 = 8.0625rem */
  padding: 0 0.3125rem; /* 调整: 0.5rem * 10/16 = 0.3125rem */
  background: #FFFFFF;
  border-radius: 0.5625rem; /* 调整: 0.9rem * 10/16 = 0.5625rem */
  position: fixed;
  left: 0;
  right: 0;
  top: 14.375rem; /* 调整: 23rem * 10/16 = 14.375rem */
  bottom: 0;
  margin: 0 auto;
  z-index: 9999;
  text-align: center;
  display: none;
}

.m_pop_box .text {
  font-weight: 500;
  color: #666666;
  font-size: 0.875rem; /* 调整: 1.4rem * 10/16 = 0.875rem */
  margin-top: 1.875rem; /* 调整: 3rem * 10/16 = 1.875rem */
}

.m_pop_box .button {
  width: 7.5rem; /* 调整: 12rem * 10/16 = 7.5rem */
  height: 2.5rem; /* 调整: 4rem * 10/16 = 2.5rem */
  background: #e8403e;
  border-radius: 1.25rem; /* 调整: 2rem * 10/16 = 1.25rem */
  line-height: 2.5rem; /* 调整: 4rem * 10/16 = 2.5rem */
  margin: 1.3125rem auto 0; /* 调整: 2.1rem * 10/16 = 1.3125rem */
}

.m_pop_box .button a {
  color: #fff;
  font-size: 1.125rem; /* 调整: 1.8rem * 10/16 = 1.125rem */
}

.m_pop_box .close {
  width: 2.5rem; /* 调整: 4rem * 10/16 = 2.5rem */
  position: absolute;
  left: calc(50% - 1.25rem); /* 调整: 2rem * 10/16 = 1.25rem */
  bottom: -3.125rem; /* 调整: 5rem * 10/16 = 3.125rem */
  cursor: pointer;
}

.m_pop_box .close i {
  font-size: 1.875rem; /* 调整: 3rem * 10/16 = 1.875rem */
  color: #fff;
}

/* 打开APP */
.mask_openApp {
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.8);
  position: fixed;
  top: 0;
  display: none;
  z-index: 10000;
}

.mask_openApp .mask_img {
  position: relative;
  padding-top: 16px;
  padding-right: 24px;
  text-align: right;
  padding-bottom: 12px;
  right: 0;
}

.mask_openApp .mask_img img {
  width: 44px;
  height: 54px;
  display: inline;
  vertical-align: baseline;
  -o-object-fit: contain;
  object-fit: contain;
}

.mask_openApp .mask_desc {
  text-align: center;
}

.mask_openApp .mask_desc .mask_desc_wrap {
  text-align: left;
  display: inline-block;
  font-size: 16px;
  line-height: 1.25em; /* 调整: 2em * 10/16 = 1.25em */
  color: #fff;
}

.mask_openApp .mask_btn {
  position: absolute;
  width: 100%;
  bottom: 20px;
}

.mask_openApp .mask_btn .mask_btn_return {
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 12px;
  height: 42px;
  line-height: 42px;
  width: 80%;
  margin: auto;
  text-align: center;
  cursor: pointer;
  z-index: 1000;
}