/* .zjql-wx-box{
  border:#f00 solid 5px;
} */
.card_wx{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:16px;
  background-size:100% 100%;
  position: relative;
  height:160px;
}
.card_wx_code{
  flex:1;
  display: flex;
  align-items:center;
  justify-content:center;
}
.card_wx_img{
  width:120px;
  height:120px;
  border:#ddd solid 1px;
}

.card_wx_noborder{
  width:120px;
  height:120px;
}

.card_wx_scan{
  flex:1;
  display: flex;
  align-items:center;
  justify-content: center;

}

.wx_scan_image{
  width:100px;
}

.wx_code_image{
  width:114px;
  height:114px;
}


*{
  margin:0px;
  padding:0px;
}
.main{
  padding-bottom: 60px;
}
  .main-box{
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main-img{
  flex: 1;
  overflow: auto;
  font-size: 0;
}
.main-img img{
  width:100%;
}
.pay-box{
  height: 80px;
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay-box img{
width: 290px;
}


.zjql-qw-btn{
  /* max-width: 640px;
  display: inline-block;
  position: fixed;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 10px;
  color: #ea1d10!important;
  height:36px;
  line-height:36px;
  background: linear-gradient(to bottom right, #fefa77, #fde928);
  border-radius: 2em;
  text-align: center;
  font-size: 2em;
  padding: 5px 0;
  animation-name: likes;
  animation-direction: alternate;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-duration: 0.7s; */
}
@keyframes likes {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}






/* .zjql-wx-btn {
display:inline-block;
width:120%;
margin:0 auto;
font-size: 16px;
color: #fff;
border: none;
border-radius: 25px;
cursor: pointer;
position: relative;
animation: heartbeat 1.1s infinite;
} */

@keyframes heartbeat {
0% {
  transform: scale(1);
}
50% {
  transform: scale(1.1);
}
100% {
  transform: scale(1);
}
}
.none {
    display: none;
  }

.wtQrcodeBox{
  width:200px!important;
  height:200px!important;
}


  .wt-alert-wrap{
    opacity: 1;
    position: fixed;
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    transition: all .3s ease-in-out;
    z-index: 980;
}
.wt-alert-box{
  z-index: 999;
  background:#fff;
  border-radius:8px;
  width:300px;
  height:432px;
  position: absolute;
  top:50%;
  left:50%;
  margin-left:-150px;
  margin-top:-300px;
}
.wt-alert-head{
  position: relative;
}
.wt-alert-title{
  font-size: 18px;
  padding:8px;
  border-bottom:#dadada solid 1px;
}
/* .wt-alert-close{
  position: absolute;
  top:5px;
  right:5px;
  color:#dadada;
  border:#dadada solid 1px;
  border-radius:100%;
  width:18px;
  height:18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:14px;
} */
.wt-alert-content{
   background:#dedede;
}
.wt-nickName-box{
  display: flex;
  background:#fff;
  font-size: 16px;
  padding:8px;
}
.wt-nickName-label{
   width:80px;
}
.wt-nickName-value{
  color:#f00;
}
.wt-alert-desc{
  color:#3093e4;
  font-size:14px;
  text-align: center;
  padding:5px 0px;
}
.wt-qrcode-box{
  text-align: center;
}
.wt-qrcode-plugin2{
  width:280px;
  height:280px;
}
.wt-alert-footer{
  display: flex;
}
.wt-alert-btn{
  flex:1;
  color: #3093e4;
  text-align: center;
  padding:8px 0px;
}

.wt-right-border{
  border-right:#dedede solid 1px;
}

*{
      margin:0px;
      padding:0px;
    }
    .main{
      padding-bottom: 60px;
    }
      .main-box{
      height: 100%;
      display: flex;
      flex-direction: column;
    }
    .main-img{
      flex: 1;
      overflow: auto;
      font-size: 0;
    }
    .main-img img{
      width:100%;
    }
    .pay-box{
      height: 80px;
      background-color: #fff;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
   .pay-box img{
    width: 290px;
    }
    .hidden{
      display:none;
    }
    .none {
        display: none;
      }
    .box2 img{
      width:100%
    }
    .box4{
      position: fixed;
      bottom: 0;
      width: 100%;
      height: 80px;
      background-color: #fff;
      left: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .box4-price{
      font-weight: 700;
      color: #000;
      font-size: 15px;
      margin-left:25px;
    }
 

    .heartbeat-btn {
    display:inline-block;
    width:120%;
    margin:0 auto;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    position: relative;
    animation: heartbeat 1.1s infinite;
  }
  
  @keyframes heartbeat {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }

  .card {
    background-color: #f5f6f7;
    background-color: var(--ww_gray_blue_97_bg, #f5f6f7);
}

/* .card_wrap {
    position: relative;
    height: 100%;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
} */
.card_wrap {
    position: fixed;
    z-index:99;
    width:300px;
    top:30px;
    left:50%;
    margin-left:-150px!important;
    text-align: center;
    margin: 0 auto;
    padding-bottom:40px;
} 

.card_inner {
    background-color: #ffffff;
    background-color: var(--ww_white_bg_1, #ffffff);
    margin: 16px;
    box-shadow: 0 6px 29px 0 rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 0 32px 20px 32px;
    box-sizing: border-box;
}

.card_avatarWarp {
    padding-top: 40px;
    font-size: 0;
    line-height: 0;
}

.card_avatar {
    width: 48px;
    height: 48px;
    border-radius: 3px;
}

.card_name {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    color: var(--ww_black, #000000);
    margin-top: 8px;
}

.card_name_name {
    display: block;
    font-size: 15px;
}

.card_name_nameSub {
    font-size: 13px;
    line-height: 18px;
    color: #999999;
    color: var(--ww_gray_60, #999999);
}

.card_name_corp {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #ff8214;
    color: var(--ww_orange_external, #ff8214);
}

.card_name_corp2 {
    color: #ff8214;
    color: var(--ww_orange_external, #ff8214);
    font-size: 14px;
}

.card_word {
    margin-top: 16px;
    color: #000000;
    color: var(--ww_black, #000000);
    position: relative;
}

.card_word_quote {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    background-image: url(https://wwcdn.weixin.qq.com/node/wework/images/201807041156.8fdcd883bc.png);
    background-image: -webkit-image-set(url(https://wwcdn.weixin.qq.com/node/wework/images/201807041156.8fdcd883bc.png) 2x,
            url(https://wwcdn.weixin.qq.com/node/wework/images/201807041158.53fdd4b869.png) 3x);
    width: 8px;
    height: 6px;
    -webkit-background-size: 8px 6px;
    background-size: 8px 6px;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 4px;
}

.card_word_content {
    position: relative;
    font-size: 15px;
    line-height: 22px;
}

.card_word_content_L {
    text-align: left;
    padding-left: 16px;
}

.card_word_quote_L {
    position: absolute;
    left: 0;
    top: 0;
}

.card_word_quote_R {
    -webkit-transform: rotateX(180deg) scaleX(-1);
    transform: rotateX(180deg) scaleX(-1);
    margin-left: 2px;
}

.card_qr {
    position: relative;
    font-size: 0;
}

.card_qr_bg {
    background-color: #fafbfc;
    background-color: var(--ww_gray_blue_99, #fafbfc);
    position: absolute;
    top: 32px;
    left: 8px;
    right: 8px;
    border-radius: 4px;
}

.card_qr_img {
    width: 270px;
    height: 270px;
    opacity: 0.78;
    display: block;
    margin: 0 auto;
}
.wt-alert-foot{
  position: absolute;
  width:100%;
  height:40px;
  left:0px;
  bottom:0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wt-alert-close{
  width:30px;
  height:30px;
  margin:5px auto;
}

.card_qr_img,
.card_qr_bg {
    mix-blend-mode: multiply;
}

.__dark_theme .card_qr_img,
.card_qr_bg {
    mix-blend-mode: normal;
}

.card_qr_desc {
    display: inline-block;
    text-align: justify;
    position: relative;
    top:0px;
    z-index: 1;
    text-align: center;
    padding:10px 0px;
}

.card_qr_desc p {
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.4px;
    color: #757a80;
    color: var(--ww_gray_blue_50, #757a80);
}

.card_qr_desc:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.card_qr_desc p:first-child {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 1.4px;
}

.card_complain_btn {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 15px;
}

.card_complain_btn a {
    font-size: 13px;
    color: #8d9299;
    color: var(--ww_gray_blue_60, #8d9299);
    display: inline-block;
    padding-right: 10px;
    text-decoration: none;
}

.card_complain_btn_Arrowright {
    background: url(https://wwcdn.weixin.qq.com/node/wework/images/icon_arrow_small.d3fa5b6087.svg) center center no-repeat;
    background-size: 6px 10px;
    display: inline-block;
    width: 6px;
    height: 10px;
    vertical-align: -1px;
    margin-left: 4px;
}

.__dark_theme .card_complain_btn_Arrowright {
    filter: invert(40%);
}

.weui-msg__title {
    color: #000000;
    color: var(--ww_black, #000000);
}

@supports (padding-bottom: constant(safe-area-inset-bottom)) {
    .card_complain_btn {
        padding-bottom: calc(0px + constant(safe-area-inset-bottom));
    }
}

@supports (padding-bottom: env(safe-area-inset-bottom)) {
    .card_complain_btn {
        padding-bottom: calc(0px + env(safe-area-inset-bottom));
    }
}

@media (min-device-height: 737px) {}

@media (max-device-width: 360px) {
    .card_inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .card_qr_img {
        width: 250px;
        height: 250px;
    }
}

@media (max-height: 633px) {
    .card_avatarWarp {
        padding-top: 30px;
    }

    .card_qr {
        padding-top: 10px;
    }

    /* .card_qr_bg {
        height: 240px;
    } */

    .card_qr_img {
        width: 220px;
        height: auto;
    }

    .card_inner {
        padding-bottom: 30px;
    }

    .card_qr_bg {
        top: 22px;
    }
}

@media (max-height: 582px) {
    .card_complain_btn {
        position: relative;
        padding-top: 10px;
    }
}

/* 个微样式0611 */
.zjql-wx-wxh{
  font-weight: 900;
  font-size: 18px;
  
}
.wt-red-color{
  color: rgb(255, 0, 0);
}
.wt-black-color{
  color:#333;
}
/* .zjql-bottom-wxh{
  width: 100%;
  height: 50px;
  margin: 0 auto;
  background-color: #fcfcfc;
  border-top: 1px #eee solid;
  position: fixed;
  left:0px;
  bottom: 0;
  z-index: 99999;
  line-height: 50px;
} */

.zjql-wxh-btn{
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0 0 10px;
  padding: 8px 10px;
  background: rgb(0, 90, 213);
  color: #fff;
  font-size: 16px;
  border-radius: 18px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.wt-btn-box{
  text-align: center;
}
#bottomButton{
  width:90%;
}
.wt-head-img{
  width:100%;
}



.plugin1-alert-modal {
  z-index: 999;
  /* background:#fff; */
  position: fixed;
  z-index: 1000; /* 设置一个较高的 z-index 值，确保弹框显示在其他内容之上 */
  left: 0;
  top: 0;
  width: 100%!important;
  height: 100%!important;
  background-color: rgba(0, 0, 0, 0.5); /* 黑色半透明背景 */
  overflow: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.plugin1-alert-content {
  z-index: 999;
  /* background:#fff; */
  border-radius:8px;
  width:300px;
  height:432px;
  position: fixed;
  top:50%;
  left:50%;
  margin-left:-150px;
  margin-top:-300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.plugin1-alert-img{
  width: 100%;
  z-index:100000;object-fit: contain
}

.plugin1-alert-close{
  width:30px;
  height:30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:16px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
