/* 基础样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul li {
  list-style: none;
}

/* 微信悬浮 */
.wx {
  position: fixed;
  right: 20px;
  bottom: 10%;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  visibility: hidden;
}

.wx img {
  position: relative;
  cursor: pointer;
}

.wx img:not(:first-child) {
  border-radius: 50%;
  margin-top: 10px;
  box-shadow: rgba(0, 0, 20, 0.25) 1px 1px 12px 0px;
}

/* 内容区二维码 */
p.ewm img {
  width: 40%;
}

@media (max-width: 768px) {
  .wx {
    right: 10px;
    visibility: visible;
  }

  .wx img {
    width: 40px;
    height: 40px;
  }

  p.ewm img {
    width: 60%;
  }
}

/* 客服名称 */
.kefuName {
  color: red !important;
}

/* 客服微信 */
.kefuWeChat {
  color: red;
  font-weight: 600;
  cursor: pointer;
}

.kefuWeChat:hover {
  text-decoration: underline;
}

/* 查看二维码 */
.lookQrCode {
  width: 100px;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 5px;
}

/* 固定二维码样式 */
.sticky {
  position: sticky !important;
  top: 0;
  /* 或者你希望固定的位置 */
  left: 0;
  /* 根据需要设置left值 */
  right: 0;
  /* 或者你希望固定的right值 */
}

/* 复制微信弹窗 */
.copywx-win {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}

.copywx-win .box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 380px;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 15px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  flex-direction: column;
  font-family: '黑体';
}

.copywx-win .box img {
  width: 50px;
  height: 50px;
}

.copywx-win .box h1 {
  margin-top: 10px;
  font-size: 20px;
}

.copywx-win .box p {
  color: #666666;
  margin-top: 10px;
  text-align: center;
}

.copywx-win .box button {
  width: 150px;
  border: 0;
  border-radius: 10px;
  background: #1aad17;
  color: #fff;
  margin-top: 20px;
  padding: 15px;
  cursor: pointer;
}

.copywx-win .box .close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

@media (max-width: 440px) {
  .copywx-win .box {
    width: 90%;
  }
}

/* 查看二维码弹窗 */
.wind_tctsk {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
}

.wind_tctsk_con {
  width: 350px;
  position: fixed;
  background: #fff;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding-top: 40px;
  padding-bottom: 70px;
}

.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;
}


/* whatsapp、line */
.wsline {
  display: flex;
  align-items: center;
  padding: 0 25px;
  justify-content: center;
}

.wsline .ws,
.wsline .line {
  display: flex;
  align-items: center;
}

.wsline .ws {
  margin-right: 20px;
}

.wsline .ws img,
.wsline .line img {
  width: 20px;
  height: 20px;
}

.wsline .line img {
  border-radius: 50%;
  box-shadow: rgba(0, 0, 20, 0.25) 1px 1px 12px 0px;
}

.wsline .ws a,
.wsline .line a {
  font-size: 12px;
  margin-left: 4px;
  cursor: pointer;
  text-decoration: underline;
}

.wsline .ws a:hover,
.wsline .line a:hover {
  color: #1677ff;
}

.win-form .wsline {
  margin-top: 30px;
  justify-content: space-between;
  padding: 0;
}

@media (max-width: 400px) {
  .wind_tctsk_con {
    width: 90%;
  }
}