.wrap {
  background: #f7f7f7;
}

.top {
  padding: 2rem 1.2rem 0;
  background: #f7f7f7;
  display: flex;
}

.top i,
.top .right {
  display: inline-block;
  vertical-align: middle;
}

.top i img {
  width: 10rem;
  height: 100%;
}

.top .right {
  margin-left: 0.8rem;
  line-height: 1.8;
  max-width: 65%;
  background-image: url("/h5/images/success-tip.png?v=<?= H5_STATIC_VERSION ?>");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 10rem;
  height: 8rem;
  display: flex;
  margin-top: 2rem;
  align-items: center;
}

.top .right img {
  width: 10rem;
  height: 8rem;
  top: 9rem;
}

.top .right .h2 {
  font-size: 1.1rem;
  color: #fd9848;
  font-weight: bold;
  top: 8.7rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
  flex: auto;
  margin-left: 1.6rem;
}

.top .right a {
  display: block;
  margin-top: 0.2rem;
}

.top .right a img {
  width: 100%;
}

.item-wrap {
  padding-left: 1rem;
  border-top: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0rem 1rem;
}

.item-wrap a {
  position: relative;
  display: block;
  line-height: 3rem;
  color: #524946;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.item-wrap a i {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.item-wrap a.share {
  border-top: 1px solid #eaeaea;
}

.item-wrap:nth-child(2) {
  border-radius: .8rem .8rem 0 0 !important;
}

.item-wrap:last-child {
  border-radius: 0 0 .8rem .8rem;
}

.gap {
  background: #f7f7f7;
  height: 0.9rem;
}

.line-title {
  margin-top: 2rem;
}

.list {
  background: #fff;
  width: 100%;
}

.list li {
  width: 44%;
  margin-left: 4%;
}

.list li:nth-child(2n) {
  margin-left: 4%;
}

.vouchers {
  margin-top: 0.6rem;
  background: #fff;
}

.vouchers ul {
  padding: 0 1rem 1.5rem 1rem;
  border-bottom: 1px solid #eaeaea;
}

.vouchers li {
  position: relative;
  margin-top: 1.5rem;
  border: solid #eaeaea;
  border-width: 1px 0;
  height: 4.2rem;
}

.vouchers li:first-child {
  margin-top: -0.6rem;
}

.vouchers li .left,
.vouchers li .center,
.vouchers li .right {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vouchers li .left {
  width: 34%;
  left: 4%;
}

.vouchers li .left img {
  display: block;
  width: 100%;
}

.vouchers li .center {
  width: 33%;
  left: 41%;
  color: var(--primary-color);
  font-size: 0.9rem;
}

.vouchers li .right {
  width: 20%;
  left: 76%;
  -webkit-border-radius: 0 0.3rem 0.3rem 0;
  -moz-border-radius: 0 0.3rem 0.3rem 0;
  -ms-border-radius: 0 0.3rem 0.3rem 0;
  -o-border-radius: 0 0.3rem 0.3rem 0;
  border-radius: 0 0.3rem 0.3rem 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.vouchers li .right a {
  display: block;
  width: 100%;
  padding: 0.4rem 0;
  text-align: center;
  color: #333;
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
}

.activity-dialog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 101;
}

.activity-dialog.show {
  display: flex;
}

.activity-dialog .content {
  position: relative;
  top: -1rem;
  width: 100%;
}

.activity-dialog .content .top-part {
  text-align: center;
  padding: 5rem 0 0.4rem;
  font-size: 1.4rem;
  color: #f64c2f;
  background: url("https://img.dangaoss.com/public/p/63/14/5d09fd384d89c.png") no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  font-weight: bold;
}

.activity-dialog .content .top-part .big {
  font-size: 2rem;
  letter-spacing: 1px;
}

.activity-dialog .content .bottom-part {
  position: relative;
  padding-bottom: 6.4rem;
  min-height: 8rem;
  background: url("https://img.dangaoss.com/public/p/63/14/5d09fd3842d58.png") no-repeat bottom;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.activity-dialog .content .coupon-list {
  position: relative;
  padding-top: 1.2rem;
  height: 5.1rem;
  overflow: hidden;
}

.activity-dialog .content .coupon-list.full {
  height: auto;
}

.activity-dialog .content .item {
  display: flex;
  justify-content: center;
  margin-bottom: 0.7rem;
  font-size: 0.9rem;
  color: #333;
}

.activity-dialog .content .item .left {
  margin-right: 5rem;
}

.activity-dialog .content .more-ctrl {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 5rem;
  color: #666;
  padding: 0.6rem 0;
  cursor: pointer;
  font-size: 0.8rem;
}

.activity-dialog .content .more-ctrl .icon-upup {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.activity-dialog .content .more-ctrl.down .icon-upup {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.activity-dialog .content .link {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 1.4rem;
}

.activity-dialog .content .link .btn {
  display: inline-block;
  background-color: #fdf8da;
  color: #f64c2f;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 1px;
  height: 2rem;
  line-height: 2rem;
  padding: 0 2.5rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  border-radius: 1rem;
}

.activity-dialog .content .only-img img {
  display: block;
  width: 100%;
}

.activity-dialog .content .icon-closed {
  position: absolute;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  bottom: -3rem;
  text-align: center;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  color: #fff;
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-size: 0.8rem;
  cursor: pointer;
}

.for-fxsh {
  padding-bottom: 3rem;
}

.for-fxsh .top {
  text-align: center;
  background-color: #fff;
}

.for-fxsh .icon-checked {
  font-size: 6rem;
  color: #f64c2f;
  margin: 3rem auto 0.8rem;
}

.for-fxsh .mb12 {
  margin-bottom: 1.2rem;
}

.for-fxsh .mb15 {
  margin-bottom: 1.2rem;
}

.for-fxsh .fz12 {
  font-size: 1.2rem;
}

.for-fxsh .fz9 {
  font-size: 0.9rem;
}

.for-fxsh .fz8 {
  font-size: 0.8rem;
}

.for-fxsh .color3 {
  color: #333;
}

.for-fxsh .color6 {
  color: #666;
}

.for-fxsh .color9 {
  color: #999;
}

.for-fxsh .link {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border: 1px solid #f64c2f;
  color: #f64c2f;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  border-radius: 0.5rem;
  letter-spacing: 1px;
  font-size: 1.1rem;
}

.for-fxsh .banner {
  width: 82%;
  margin: 0.6rem auto 0;
  background-color: #f8f8f8;
  padding: 0.6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
