/* 基础样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul li {
  list-style: none;
}

.content-ewm {
  text-align: center;
}

.content-ewm img {
  width: 40%;
}

/* 号码样式 */
.copy-item:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* 查看二维码 */
.fixed-tool-suffix {
  max-width: 100px;
  cursor: pointer;
  vertical-align: middle;
}

/* 固定二维码样式 */
.sticky {
  position: sticky !important;
  top: -130px; /* 或者你希望固定的位置 */
  left: 0; /* 根据需要设置left值 */
  right: 0; /* 或者你希望固定的right值 */
  z-index: 999; /* 确保它在其他内容之上 */
}

/*響應式樣式*/
/*PC端統一提示代碼**/
.wind_tctsk {
  position: fixed;
  z-index: 998910151;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  display: none;
}

.wind_tctsk_con {
  width: 350px;
  height: 380px;
  position: fixed;
  background: #fff;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding-top: 40px;
}

.wind_tctsk_con_foot {
  width: 100%;
  height: 44px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #efefef;
  color: #686868;
  border-top: 1px solid #e1e1e1;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  left: 0;
  font-size: 16px;
  overflow: hidden;
}

.wind_tctsk_con_foot p {
  float: left;
  width: 50%;
  height: 44px;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.wind_img_tips {
  width: 72px;
  height: 72px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
}

.wind_tctsk_con2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.wind_tctsk_con2>img {
  max-width: 55%;
}

.okedtxt {
  text-align: center;
  font-size: 18px;
}

.hasrzed {
  font-size: 12px;
  text-align: left;
  border: 1px solid #fd7d14;
  color: #fd7d14;
  background: #feecb6;
  border-radius: 6px;
  float: left;
  padding: 0px 5px;
  line-height: 17px;
}

.mfusertx {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.showwxh {
  font-size: 14px;
  text-align: left;
  margin-bottom: 5px;
}

.okoksure {
  background: #71c341;
  color: #fff;
}

.userdfimg {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 5px;
}

.showwxh .kefuTel img {
  display: none;
}

