/* {{component}}.wxss */
.opened{
  background-image: url(https://wechatapppro-1252524126.file.myqcloud.com/appAKLWLitn7978/image/b_u_5b2225aa46488_oGKN7IvA/kvumkn130brv.png);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1px 0 0;
}
.opened-title {
  width: 44em;
  height: 9em;
  margin: auto;
  margin-top: 5.3em;
  position: relative;
}
.opened-title .left{
  width: 10.66em;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.opened-title .right {
  width: 10.66em;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.opened-title .title{
  margin: auto;
}
.opened-title .get {
  width: 100%;
  height:100%;
}
.price-content {
  margin-top: 16.2em;
}
.price-content .pay-icon {
  width: 3.2em;
  height: 3.2em;
  margin-right: 0.7em;
}
.price-content .tips {
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.price-content .tips text {
  font-size: 2.66em;
}
.price-content .price {
  text-align: center;
  font-weight: 700;
  color: #FF4953;
}
.price-content .price .unit {
  font-size: 6.4em;
}
.price-content .price .number {
  font-size: 8.5em;
}
.price-content .no-count-tips {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
  justify-content: center;
}
.price-content .no-count {
  font-size: 3.8em;
}
.footer-link {
  position: absolute;
  bottom: 7em;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  color: #E6AE5B;
  text-align: center;
}
.footer-link .text {
  font-size: 2.6em;
  display: flex;
  align-items: center;
  justify-content: center;
}