.material[data-v-77eab02c] {
  padding: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.preview[data-v-77eab02c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.preview *[data-v-77eab02c] {
    margin: 0;
}
.preview .container[data-v-77eab02c] {
    width: 335px;
    height: 400px;
    border-radius: 15px;
    background: url("") no-repeat left top/100% 100%;
    background-color: #ebeef5;
    padding: 20px 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
}
.preview .container .title[data-v-77eab02c] {
      font-size: 14px;
}
.preview .container .desc[data-v-77eab02c] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-top: 7px;
      width: 216px;
      font-size: 24px;
}
.preview .container .ft[data-v-77eab02c] {
      padding: 15px 20px;
      margin-left: -20px;
}
.preview .container .ft .app-info[data-v-77eab02c] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        z-index: 1;
        background-color: rgba(255, 255, 255, 0.2);
}
.preview .container .ft .company-info[data-v-77eab02c] {
        margin: 10px 0 0 -73.75px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 442.5px;
        font-size: 12px;
        -webkit-transform: scale(0.667);
                transform: scale(0.667);
}
.preview .container .ft[data-v-77eab02c]::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        -webkit-backdrop-filter: blur(20px);
                backdrop-filter: blur(20px);
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
}
.preview .container .ft .appIcon[data-v-77eab02c] {
        width: 64px;
        height: 64px;
        background: url("") no-repeat left top/cover;
        background-color: #dcdfe6;
        border-radius: 15px;
}
.preview .container .ft .center[data-v-77eab02c] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-left: 10px;
}
.preview .container .ft .center .appName[data-v-77eab02c] {
          font-size: 16px;
}
.preview .container .ft .center .appDesc[data-v-77eab02c] {
          font-size: 12px;
          margin-top: 3px;
}
.preview .container .ft .download[data-v-77eab02c] {
        width: 60px;
        line-height: 30px;
        background: white;
        border-radius: 15px;
        border: 1px solid #156edf;
        text-align: center;
        font-size: 14px;
        color: #156edf;
        font-weight: bold;
}
.preview .dark .title[data-v-77eab02c] {
    color: rgba(20, 20, 20, 0.8);
}
.preview .dark .desc[data-v-77eab02c] {
    color: #191919;
}
.preview .dark .ft[data-v-77eab02c] {
    background: rgba(255, 255, 255, 0.2);
}
.preview .dark .appName[data-v-77eab02c] {
    color: #141414;
}
.preview .dark .appDesc[data-v-77eab02c] {
    color: rgba(20, 20, 20, 0.8);
}
.preview .light .title[data-v-77eab02c] {
    color: rgba(255, 255, 255, 0.7);
}
.preview .light .desc[data-v-77eab02c] {
    color: #ffffff;
}
.preview .light .ft[data-v-77eab02c] {
    background-color: rgba(0, 0, 0, 0.2);
}
.preview .light .appName[data-v-77eab02c] {
    color: #ffffff;
}
.preview .light .appDesc[data-v-77eab02c] {
    color: rgba(255, 255, 255, 0.7);
}


.avatar-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload:hover {
  border-color: #409eff;
}
.avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 178px;
  height: 178px;
  line-height: 178px;
  text-align: center;
}
.avatar {
  width: 178px;
  height: 178px;
  display: block;
}
.appIcon .el-upload {
  width: 64px;
  height: 64px;
  line-height: 64px;
}
.appIcon .el-upload-list__item {
  width: 64px;
  height: 64px;
}
.down-tips {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 360px;
  font-size: 12px;
}

