/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.page[data-v-3adf5ec0]::before {
  content: "";
  width: 100%;
  height: 10.3rem;
  background: linear-gradient(60deg, #fff7e3 0%, #fde2ab 100%);
  position: absolute;
  z-index: 1;
}
.container[data-v-3adf5ec0] {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-bottom: 1.25rem;
}
.user[data-v-3adf5ec0] {
  width: 100%;
  height: 1.2rem;
  display: flex;
  align-items: center;
  padding-right: 1.2rem;
  margin-bottom: 0.375rem;
}
.user img[data-v-3adf5ec0] {
  width: 1.225rem;
  height: 1.225rem;
  background: orangered;
  border-radius: 50%;
  margin: 0 0.45rem 0 1.2rem;
}
.user p[data-v-3adf5ec0] {
  flex: 1;
  font-size: 0.75rem;
}
.user span[data-v-3adf5ec0] {
  font-size: 0.65rem;
}
.header[data-v-3adf5ec0] {
  width: 17rem;
  height: 18.925rem;
  background-image: url(../static/img/header_bg.ae33bac4.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
  padding-top: 0.55rem;
}
.header .tip[data-v-3adf5ec0] {
  width: 9.75rem;
  height: 1rem;
  border-radius: 0.5rem;
  background: linear-gradient(to right, #a17649 0%, #664d36 100%);
  font-size: 0.625rem;
  color: #fff;
  margin-left: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
.header .tip img[data-v-3adf5ec0] {
  width: 1.15rem;
  height: 0.6rem;
  margin: 0 0.1rem;
}
.header .title[data-v-3adf5ec0] {
  height: 1.75rem;
  line-height: 1.75rem;
  padding-left: 1.25rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: #8a6215;
  margin-bottom: 0.375rem;
}
.header .icon_list[data-v-3adf5ec0] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.header .icon_list li[data-v-3adf5ec0] {
  width: 3.65rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.header .icon_list li img[data-v-3adf5ec0] {
  width: 1.95rem;
  height: 1.95rem;
}
.header .icon_list li span[data-v-3adf5ec0] {
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  font-size: 0.6rem;
  color: #a84b18;
}
.header .package[data-v-3adf5ec0] {
  margin-top: 1.3rem;
  display: flex;
  padding: 0 0.8rem;
  justify-content: space-between;
}
.header .package .item[data-v-3adf5ec0] {
  position: relative;
  width: 4.775rem;
  height: 6.95rem;
  background: #f5f5f5;
  border-radius: 0.5rem;
  padding-top: 1.125rem;
  overflow: hidden;
}
.header .package .item .left_top_tip[data-v-3adf5ec0] {
  width: 2.1rem;
  height: 1.05rem;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 0.5rem;
  color: #fff;
  font-size: 0.6rem;
  background: linear-gradient(to right, #ff812a 0%, #ff4f2f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
.header .package .item .tip_title[data-v-3adf5ec0] {
  text-align: center;
  line-height: 0.875rem;
  font-size: 0.7rem;
  color: #907461;
  margin-bottom: 0.5rem;
}
.header .package .item .price[data-v-3adf5ec0] {
  height: 1.35rem;
  line-height: 1.35rem;
  font-weight: bold;
  color: #854e13;
  text-align: center;
  margin-bottom: 0.25rem;
}
.header .package .item .price em[data-v-3adf5ec0] {
  font-size: 0.8rem;
}
.header .package .item .price span[data-v-3adf5ec0] {
  font-size: 1.55rem;
}
.header .package .item .line_price[data-v-3adf5ec0] {
  display: block;
  font-size: 0.75rem;
  color: #d8c8bc;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  text-decoration: line-through;
  margin-bottom: 0.45rem;
}
.header .package .item .remark[data-v-3adf5ec0] {
  max-width: 4rem;
  height: 1.05rem;
  border: 0.05rem solid #e8b677;
  border-radius: 0.525rem;
  margin: 0 auto;
  font-size: 0.575rem;
  color: #e8b677;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
.header .package .item.active[data-v-3adf5ec0] {
  background: #fff2df;
  border: 1px solid #ff4f2e;
}
.header .package .item.active .price[data-v-3adf5ec0] {
  color: #ff502f;
}
.header .package .item.active .remark[data-v-3adf5ec0] {
  color: #fff;
  border: 0;
  background: #ff4f2e;
}
.submit_open[data-v-3adf5ec0] {
  width: 16.6rem;
  height: 2.2rem;
  border-radius: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  background: linear-gradient(to right, #fadda3 0%, #fdc359 100%);
  margin: 0.4rem auto;
  color: #773b00;
}
.power_4[data-v-3adf5ec0] {
  width: 12.725rem;
  display: block;
  margin: 1.125rem auto 0.7rem;
}
.power_4_item[data-v-3adf5ec0] {
  width: 16.825rem;
  display: block;
  margin: 0 auto;
  position: relative;
  left: -0.15rem;
  margin-top: 0.5rem;
}

