@charset "UTF-8";

body {
  /*opacity: 0;*/
  background-color: #243671;
}

.last-sec {
  padding-bottom: 1.1rem;
  margin-bottom: 0;
}
.depart-signal-card {
  margin: 0 0.3rem;
  border-radius: 0.13rem;
  background-image: -moz-linear-gradient( 90deg, rgba(217,177,138,0.99608) 0%, rgb(236,208,186) 45%, rgb(255,255,255) 78%, rgb(244,221,202) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(217,177,138,0.99608) 0%, rgb(236,208,186) 45%, rgb(255,255,255) 78%, rgb(244,221,202) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(217,177,138,0.99608) 0%, rgb(236,208,186) 45%, rgb(255,255,255) 78%, rgb(244,221,202) 100%);
  padding: 0.14rem;
}
.depart-signal-card .card-wrapper {
  border-radius: 0.13rem;
  background: linear-gradient(to bottom, #f9f1e9, #f3e1c7);
  border: 0.02rem solid #ffffff;
  padding-bottom: 0.2rem;
}
.depart-signal-card .card-wrapper .card-tag {
  display: block;
  width: 2.19rem;
}
.depart-signal-card .card-wrapper .card-desc {
  position: relative;
  padding: 0.36rem 0.16rem 0;
}
.depart-signal-card .card-wrapper .card-desc .history-opinion-btn {
  position: absolute;
  top: 0.38rem;
  right: 0.2rem;
  font-size: 0.22rem;
  color: #666666;
  z-index: 10;
}
.depart-signal-card .card-wrapper .card-desc > div {
  position: relative;
  display: flex;
  margin-bottom: 0.1rem;
}
.depart-signal-card .card-wrapper .card-desc > div .tips-icon:after {
  content: '';
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.15rem;
  background: url("./assets/tips-icon.png") left top/100% 100% no-repeat;
}
.depart-signal-card .card-wrapper .card-desc h6 {
  font-size: 0.26rem;
  color: #666666;
  font-weight: normal;
}
.depart-signal-card .card-wrapper .card-desc p {
  flex: 1;
  font-size: 0.28rem;
  color: #343434;
  font-weight: bold;
  /*word-break: break-all;*/
}
.depart-signal-card .card-wrapper .card-desc p span {
  color: #ab6232;
}
.this-phase-viewpoint {
  display: flex;
  align-items: center;
  margin: 0.3rem 0.12rem 0;
  border-radius: 0.05rem;
  padding: 0.3rem 0.62rem 0.3rem 0.15rem;
  background: #fffaf7 url("./assets/read-more-icon.png") right 0.16rem center/0.33rem 0.33rem no-repeat;
}
.this-phase-viewpoint .bqgd-text {
  display: block;
  width: 0.59rem;
  margin: 0 0.12rem;
}
.this-phase-viewpoint .desc {
  font-size: 0.24rem;
  color: #666666;
  padding-left: 0.12rem;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.bottom-btns {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  max-width: 7.5rem;
  margin: 0 auto;
  background-color: #fff;
}

.bottom-btns .btn-top-tips {
  height: 0.34rem;
  padding: 0.1rem 0;
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 0.34rem;
  color: #956e4a;
  text-align: center;
  background: #ffdbb9;
}

.bottom-btns .btns {
  display: flex;
  align-items: center;
  background-color: #fff;
}

.bottom-btns .left {
  position: relative;
  width: 1.55rem;
  text-align: center;
}

.bottom-btns .border-right::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.02rem;
  height: 0.4rem;
  margin-top: -0.2rem;
  content: "";
  background: #d8d8d8;
}

.bottom-btns .left > img {
  display: block;
  width: 0.32rem;
  margin: 0 auto;
}

.bottom-btns .left > p {
  padding-top: 0.05rem;
  font-size: 0.22rem;
  color: #6a6a6a;
}

.bottom-btns .right {
  flex: 1;
  font-size: 0.36rem;
  line-height: 1rem;
  color: #fff;
  text-align: center;
  background-color: #f25555;
}

.bottom-single-btn a {
  position: relative;
  background: #d02e22;
  border-color: #b1241a;
}

.bottom-single-btn a::after {
  position: absolute;
  right: 0.5rem;
  bottom: -0.5rem;
  width: 1.5rem;
  height: 1.25rem;
  content: "";
  background: url("../images/pointer.gif") left top/100% auto no-repeat;
}

.bottom-single-btn a:active {
  background: #b1241a;
}

.pop .pop-main {
  margin-top: -0.3rem;
}

.pop .pop-main .pop-close {
  inset: auto 0 -0.6rem;
  margin: 0 auto;
}

.pop-wx-QR-code .pop-body img {
  width: 6rem;
}

.pop-up-tips .pop-body img {
  width: 6.45rem;
}
