@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

.wd-lbxq-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 750px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: "微软雅黑";
}
.wd-lbxq-popup .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.wd-lbxq-popup .popup-wrap {
  width: 100%;
  background: white;
  z-index: 2;
  border-radius: 10px 10px 0 0;
}
.wd-lbxq-popup .popup-wrap .popup-title {
  font-size: 15px;
  color: #1F1F1F;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  padding: 15px;
  position: relative;
}
.wd-lbxq-popup .popup-wrap .popup-title .close-icon {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  height: 100%;
  box-sizing: border-box;
  padding: 15px;
  flex-direction: column;
  justify-content: center;
}
.wd-lbxq-popup .popup-wrap .popup-title .close-icon img {
  width: 14px;
  height: 14px;
}
.wd-lbxq-popup .popup-wrap .popup-content {
  max-height: 74vh;
  overflow-y: scroll;
}
.wd-lbxq-popup .popup-wrap .popup-content .popup-item-wrap {
  width: calc(100% - 30px);
  border: 1px solid #FFCD91;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 20px;
}
.wd-lbxq-popup .popup-wrap .popup-content .popup-item-wrap .top {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  background: linear-gradient(270deg, #FFE3BD 0%, #FFF6DC 100%);
}
.wd-lbxq-popup .popup-wrap .popup-content .popup-item-wrap .top .badge {
  position: absolute;
  left: 0;
  top: 0;
  background: #693B04;
  border-radius: 5px 0px 5px 0px;
  text-align: center;
  height: 15px;
  line-height: 15px;
  font-size: 9px;
  color: white;
  box-sizing: border-box;
  padding: 0 5px;
}
.wd-lbxq-popup .popup-wrap .popup-content .popup-item-wrap .top .left {
  display: flex;
}
.wd-lbxq-popup .popup-wrap .popup-content .popup-item-wrap .top .left .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 5px;
}
.wd-lbxq-popup .popup-wrap .popup-content .popup-item-wrap .top .left .icon img {
  width: 16px;
  height: 16px;
}
.wd-lbxq-popup .popup-wrap .popup-content .popup-item-wrap .top .left, .wd-lbxq-popup .popup-wrap .popup-content .popup-item-wrap .top .right {
  font-size: 16px;
  color: #1F1F1F;
  font-weight: bold;
}
.wd-lbxq-popup .popup-wrap .popup-content .popup-item-wrap .msg-wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.wd-lbxq-popup .popup-wrap .popup-content .popup-item-wrap .msg-wrap .label {
  font-size: 12px;
  color: #999999;
  width: 60px;
}
.wd-lbxq-popup .popup-wrap .popup-content .popup-item-wrap .msg-wrap .text {
  font-size: 12px;
  color: #1F1F1F;
  font-weight: bold;
}
.wd-lbxq-popup .popup-wrap .popup-content .popup-item-wrap .msg-wrap:last-child {
  padding-bottom: 12px;
}
.wd-lbxq-popup .popup-wrap .popup-content .bottom-msg {
  margin: 10px auto;
  border: 1px solid #FFCD91;
  border-radius: 5px;
  width: calc(100% - 30px);
  box-sizing: border-box;
  padding: 10px 20px;
}
.wd-lbxq-popup .popup-wrap .popup-content .bottom-msg .msg-wrap {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.wd-lbxq-popup .popup-wrap .popup-content .bottom-msg .msg-wrap .label {
  font-size: 12px;
  color: #999999;
}
.wd-lbxq-popup .popup-wrap .popup-content .bottom-msg .msg-wrap .text {
  font-size: 16px;
  color: #3D2200;
}
.wd-lbxq-popup .popup-wrap .popup-content .bottom-msg .msg-wrap .text span {
  color: #E02A52;
}
.wd-lbxq-popup .popup-wrap .popup-content .bottom-msg .msg-wrap:last-child {
  margin-bottom: 0;
}
.wd-lbxq-popup .popup-wrap .popup-content .desc-box {
  width: 100%;
  margin: 10px auto;
  font-size: 12px;
  box-sizing: border-box;
  padding: 0 20px;
  color: #999999;
  line-height: 21px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.wd-lbxq-popup .popup-wrap .popup-content .desc-box div {
  margin-bottom: 5px;
}
.wd-lbxq-popup .popup-wrap .popup-content .desc-box div a {
  color: #1F1F1F;
  text-decoration: none;
}
.wd-lbxq-popup .popup-wrap .popup-footer-wrap {
  width: 100%;
  border-top: 1px solid #eee;
  box-sizing: border-box;
  padding: 15px 15px 25px 15px;
}
.wd-lbxq-popup .popup-wrap .popup-footer-wrap .btn-item {
  display: flex;
  justify-content: center;
  position: relative;
  background: #E02A52;
  color: white;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  border-radius: 17.5px;
  color: #FFFFFF;
  font-weight: bold;
}
.wd-lbxq-popup .popup-wrap .popup-footer-wrap .btn-item .badge {
  position: absolute;
  right: 0;
  top: -10px;
  padding: 0 7px;
  height: 18px;
  font-size: 10px;
  color: #000000;
  background: #FFED01;
  font-weight: bold;
  line-height: 16px;
  border: 0.8px solid #FFFFFF;
  border-radius: 8px 8px 8px 0;
  font-weight: bold;
}/*# sourceMappingURL=macd.css.map */