#list{
    position: absolute;
    top: 67%;
    width: 100%;
}
/************************************************************
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
** 否则页面将无法正常显示                                  **
************************************************************/

html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
    'Droid Sans', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
  flex-shrink: 0;
}

#app {
  width: 100vw;
  height: 100vh;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.justify-start {
  display: flex;
  justify-content: flex-start;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}

.justify-around {
  display: flex;
  justify-content: space-around;
}

.justify-between {
  display: flex;
  justify-content: space-between;
}

.items-start {
  display: flex;
  align-items: flex-start;
}

.items-center {
  display: flex;
  align-items: center;
}

.items-end {
  display: flex;
  align-items: flex-end;
}
.list-item {
  padding: 18px 5.5px 13.5px 15.5px;
}
.list-divider {
  margin-left: 6px;
  margin-right: 13px;
  background-color: rgb(246, 246, 246);
  height: 1px;
}
.text_6 {
  margin: 1.5px 0 5px;
  color: rgb(51, 51, 51);
  font-size: 14px;
  line-height: 13.5px;
  white-space: nowrap;
}
.image_1 {
  margin-left: 4.5px;
  width: 21px;
  height: 21px;
}
.text_8 {
  align-self: center;
  color: rgb(103, 226, 180);
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  white-space: nowrap;
}
.image_3 {
  margin-left: 12.5px;
  width: 20.5px;
  height: 20.5px;
}
.text_10 {
  margin-left: 2.5px;
  margin-top: 1.5px;
  color: rgb(103, 226, 180);
  font-size: 14px;
  font-weight: 700;
  line-height: 13.5px;
  white-space: nowrap;
}
.page {
  background-color: rgb(255, 255, 255);
  width: 100%;
  overflow-y: auto;
  height: 100%;
}
.section_1 {
  padding: 218.5px 12px 29px;
  background-image: url('https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/618dc0200163bf0011e4b6ed/61b15f96d092020011e1fc7f/16505249197918062715.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.image-wrapper {
  padding: 68.5px 0 99.5px;
  background-image: url('https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/618dc0200163bf0011e4b6ed/61b15f96d092020011e1fc7f/16505249218253183605.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.section_2 {
  margin-top: 14px;
  padding: 7.5px 0 5px 11px;
  background-color: rgb(255, 255, 255);
  border-radius: 3px;
}
.list {
  background-color: rgb(255, 255, 255);
  border-radius: 3px;
}
.image {
  width: 224px;
  height: 111px;
}
.group_2 {
  margin-right: 10px;
  margin-top: 8px;
  line-height: 18px;
}
.group_4 {
  padding: 16px 5px 15.5px 15.5px;
}
.group_5 {
  padding: 16px 6.5px 15px 12px;
}
.group_1 {
  margin-top: 14px;
  line-height: 13px;
  white-space: nowrap;
  height: 13px;
}
.text-wrapper {
  margin-bottom: 5px;
  padding-bottom: 4px;
  color: rgb(6, 197, 117);
  font-size: 16px;
  font-weight: 700;
  line-height: 15.5px;
  white-space: nowrap;
  border-bottom: solid 3px rgb(6, 197, 117);
}
.text_3 {
  color: rgb(51, 51, 51);
  font-size: 14px;
  line-height: 18px;
}
.text_4 {
  color: rgb(96, 96, 96);
  font-size: 14px;
  line-height: 18px;
}
.text_5 {
  color: rgb(96, 96, 96);
  font-size: 14px;
  line-height: 18px;
}
.text_12 {
  margin: 3.5px 0 4px;
}
.text_13 {
  align-self: initial;
  margin: 3.5px 0;
}
.text_14 {
  margin-left: initial;
  margin-top: initial;
  margin: 3px 0 5px 3px;
}
.view {
  margin: 4px 0 4.5px;
  color: initial;
  font-size: initial;
  line-height: 13px;
  height: 13.5px;
}
.image_7 {
  margin-left: 9px;
}
.text_18 {
  align-self: initial;
  margin: 4px 0 4px 1.5px;
}
.image_8 {
  margin-left: 12px;
  margin-top: 1.5px;
}
.text_19 {
  margin-left: initial;
  margin-top: initial;
  margin: 4px 0 5px 1.5px;
}
.text {
  color: rgb(51, 51, 51);
  font-size: 14px;
  line-height: 13.5px;
}
.text_1 {
  color: rgb(96, 96, 96);
  font-size: 14px;
  line-height: 13.5px;
}
.text_15 {
  color: rgb(51, 51, 51);
  font-size: 14px;
  line-height: 13.5px;
}
.text_16 {
  margin-left: 10px;
  color: rgb(51, 51, 51);
  font-size: 14px;
  line-height: 13.5px;
}
.text_17 {
  margin-left: 7px;
  color: rgb(51, 51, 51);
  font-size: 14px;
  line-height: 13.5px;
}

.my-confirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  /* 这里防止当用户长按屏幕，出现的黑色背景色块，以及 iPhone 横平时字体的缩放问题 */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
  
/* 进入和出去的动画 */
.confirm-fade-enter-active {
  animation: opacity 0.3s;
}
.confirm-fade-enter-active .confirm-content-wrap {
  animation: scale 0.3s;
}
.confirm-fade-leave-active {
  animation: outOpacity 0.2s;
}
  
/* 包裹层容器样式 */
.confirm-content-wrap {
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  width: 280px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
  z-index: 999;
  user-select: none;
}
  
/* 顶部标题部分 */
.my-confirm-title {
  padding-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #333;
}
  
/* 中间内容部分 */
.my-confirm-content {
  padding: 0 15px;
  padding-top: 20px;
  margin-bottom: 32px;
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}
  
/* 底部按钮样式 */
.my-operation {
  display: flex;
  border-top: 1px solid #eee;
}
.my-operation .my-cancel-btn, .confirm-btn {
  flex: 1;
}
.my-operation .confirm-btn {
  color: #ffb000;
}
.my-operation .my-btn-text {
  text-align: center;
  font-size: 16px;
  margin: 8px 0;
  padding: 6px 0;
}
  
/* 其他修饰样式 */
.my-border-right {
  border-right: 1px solid #eee;
}
  
/* 进来的动画 */
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    transform: scale(0);
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
  
/* 出去的动画 */
@keyframes outOpacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mask {
    /* pointer-events: none; */
    position: fixed;
    z-index: 9996;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.mask.mask-show {
    background: rgba(0, 0, 0, 0.8);
}

