main {
  background: rgb(247, 247, 247);
}
.page-container {
  margin: 0px auto;
  width: 1224px;
}
.center-page {
  display: flex;
  background: rgb(247, 247, 247);
  padding: 32px 0px;
}
.center-page .center-page-left {
  width: 216px;
  flex-shrink: 0;
}
.back-user-item {
  background: rgb(255, 255, 255);
  padding: 16px 32px;
  font-size: 14px;
  margin-bottom: 16px;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  color: rgb(68, 68, 68);
}
.back-user-item:active,
.back-user-item:visited {
  color: rgb(68, 68, 68);
}
.back-user-item:hover {
  background: rgb(21, 29, 54);
  color: rgb(255, 255, 255);
}
.iconfont {
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-family: iconfont !important;
}
.icon-return::before {
  content: '\e607';
}
.center-page .center-page-right {
  flex-grow: 1;
  margin-left: 24px;
}
.center-right-header {
  height: 48px;
  background: rgb(255, 255, 255);
  width: 100%;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
}
.center-right-header-left,
.center-right-header-right {
  display: flex;
  align-items: center;
}
.center-right-header-nav {
  display: flex;
  padding: 0px 16px;
}
.awui-deep {
  position: relative;
}
.awui-deep.active::after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100px;
  background: rgb(21, 29, 54);
  height: 2px;
}
.center-right-header-nav-item {
  margin: 0px 16px;
}
.center-right-header-nav-item a {
  display: flex;
  align-items: center;
  height: 48px;
  color: rgb(68, 68, 68);
  font-size: 14px;
}
.center-page .center-page-main {
  margin-top: 16px;
  position: relative;
  min-height: 272px;
  border-radius: 4px;
}
/* 隐藏原生的input[type="file"] */
input[type="file"] {
  display: none;
}
#preview {
  display: none;
}
#preview.ppt-img::before {
  z-index: -1;
}
.upload-plan-card {
  padding: 32px 32px 0px;
  background: rgb(255, 255, 255);
  margin-top: 16px;
}
.upload-plan-card .upload-plan-card-title {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  position: relative;
}
.upload-plan-card .upload-plan-card-title::after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 1px;
  background: rgb(233, 233, 233);
  transform: scaleY(0.7);
}
.required::before {
  content: '*';
  color: rgb(238, 74, 80);
}
.upload-plan-card .upload-plan-card-title-desc {
  font-size: 12px;
  color: rgb(153, 153, 153);
}
.ppt-form {
  padding-top: 32px;
  display: flex;
}
.el-form-item {
  margin-bottom: 22px;
}
.el-form-item::after,
.el-form-item::before {
  display: table;
  content: '';
}
.el-form-item::after {
  clear: both;
}
.el-form-item__content {
  line-height: 40px;
  position: relative;
  font-size: 14px;
}
.el-form-item__content::after,
.el-form-item__content::before {
  display: table;
  content: '';
}
.el-form-item__content::after {
  clear: both;
}
.ppt-img {
  height: 180px;
  width: 320px;
  display: inline-flex;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.ppt-img::before {
  content: '';
  font-family: element-icons;
  position: absolute;
  inset: 0px;
  background: rgb(243, 245, 247);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 54px;
  color: rgb(153, 153, 153);
  font-weight: bolder;
}
.upload-plan-card {
  padding: 32px 32px 0px;
  background: rgb(255, 255, 255);
  margin-top: 16px;
}
.upload-plan-card .upload-plan-card-title {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  position: relative;
}
.upload-plan-card .upload-plan-card-title::after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 1px;
  background: rgb(233, 233, 233);
  transform: scaleY(0.7);
}
.upload-plan-card .upload-form {
  padding-top: 32px;
}
.el-form--label-left .el-form-item__label {
  text-align: left;
}
.el-form-item__label {
  text-align: right;
  vertical-align: middle;
  float: left;
  font-size: 14px;
  color: rgb(96, 98, 102);
  line-height: 40px;
  padding: 0px 12px 0px 0px;
  box-sizing: border-box;
}
.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label::before {
  content: '*';
  color: rgb(245, 108, 108);
  margin-right: 4px;
}
.upload-plan-card .upload-form-item {
  display: flex;
  flex-wrap: wrap;
  color: rgb(96, 98, 102);
}
.el-cascader {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 40px;
}
.el-cascader .el-input {
  cursor: pointer;
}
.el-input {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.el-input::-webkit-scrollbar {
  z-index: 11;
  width: 6px;
}
.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}
.el-input::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 6px;
  background: rgb(180, 188, 204);
}
.el-input::-webkit-scrollbar-corner {
  background: rgb(255, 255, 255);
}
.el-input::-webkit-scrollbar-track {
  background: rgb(255, 255, 255);
}
.el-input::-webkit-scrollbar-track-piece {
  background: rgb(255, 255, 255);
  width: 6px;
}
.custom-el-input input {
  background: rgb(243, 243, 245);
  border: none;
  padding: 8px 16px;
}
.el-cascader:not(.is-disabled):hover .el-input__inner {
  cursor: pointer;
  border-color: rgb(192, 196, 204);
}
.el-cascader .el-input .el-input__inner:focus {
  border-color: rgb(64, 158, 255);
}
.el-cascader .el-input .el-input__inner {
  text-overflow: ellipsis;
}
.el-input__inner {
  appearance: none;
  background-color: rgb(255, 255, 255);
  background-image: none;
  border-radius: 4px;
  border: 1px solid rgb(220, 223, 230);
  box-sizing: border-box;
  color: rgb(96, 98, 102);
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0px;
  padding: 0px 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  width: 100%;
}
.el-input__inner::-webkit-input-placeholder {
  color: rgb(192, 196, 204);
}
.el-input__inner::placeholder {
  color: rgb(192, 196, 204);
}
.el-input__inner:hover {
  border-color: rgb(192, 196, 204);
}
.el-input__inner:focus {
  border-color: rgb(64, 158, 255);
  outline: 0px;
}
.el-input--suffix .el-input__inner {
  padding-right: 30px;
}
.el-input__suffix {
  pointer-events: none;
}
.el-input__suffix {
  position: absolute;
  top: 0px;
  transition: all 0.3s ease 0s;
  height: 100%;
  color: rgb(192, 196, 204);
  text-align: center;
}
.el-input__suffix {
  right: 5px;
  transition: all 0.3s ease 0s;
}
.el-input__suffix-inner {
  pointer-events: all;
}
[class*=' el-icon-'],
[class^='el-icon-'] {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-family: element-icons !important;
}
.el-icon-arrow-down::before {
  content: '';
}
.el-cascader .el-input .el-icon-arrow-down {
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  font-size: 14px;
}
.el-input__icon {
  height: 100%;
  width: 25px;
  text-align: center;
  transition: all 0.3s ease 0s;
  line-height: 40px;
}
.el-input__icon::after {
  content: '';
  height: 100%;
  width: 0px;
  display: inline-block;
  vertical-align: middle;
}
.upload-plan-card .upload-form-item .upload-form-tip {
  padding-left: 16px;
}
.upload-plan-card .upload-form-tip {
  color: rgb(153, 153, 153);
  font-size: 12px;
}
.tag-item-label {
  display: flex;
  align-items: center;
  color: rgb(96, 98, 102);
}
.tag-item-desc {
  color: rgb(153, 153, 153);
  font-size: 12px;
  padding-left: 16px;
}
.main
  .page-container
  > div:nth-child(2)
  > div:nth-child(1)
  > div:nth-child(2)
  > div:nth-child(1)
  > div:nth-child(2)
  > div:nth-child(2)
  > form:nth-child(1)
  > div:nth-child(3)
  > div:nth-child(1)
  > div:nth-child(2)
  > div:nth-child(1) {
  width: 500px;
}
.el-form-item.is-error .el-input__inner,
.el-form-item.is-error .el-input__inner:focus {
  border-color: rgb(245, 108, 108);
}
.el-form-item__error {
  color: rgb(245, 108, 108);
  font-size: 12px;
  line-height: 1;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  left: 0px;
}
.main
  .page-container
  > div:nth-child(2)
  > div:nth-child(1)
  > div:nth-child(2)
  > div:nth-child(1)
  > div:nth-child(2)
  > div:nth-child(2)
  > form:nth-child(1)
  > div:nth-child(4)
  > div:nth-child(1)
  > div:nth-child(2)
  > div:nth-child(1) {
  width: 500px;
  margin-right: 8px;
}
.main
  .page-container
  > div:nth-child(2)
  > div:nth-child(1)
  > div:nth-child(2)
  > div:nth-child(1)
  > div:nth-child(2)
  > div:nth-child(3) {
  height: 8px;
}
.upload-buttons {
  display: flex;
  padding-top: 32px;
  padding-left: 32px;
}
.btn {
  padding: 8px 16px;
  border-radius: 100px;
  background: rgb(232, 232, 237);
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: rgb(68, 68, 68);
}
.btn:hover {
  color: rgb(68, 68, 68);
}
.btn.btn-primary {
  color: rgb(255, 255, 255);
  background: rgb(21, 29, 54);
}
.upload-buttons .btn {
  margin-right: 16px;
  padding: 8px 32px;
}
.btn.btn-primary {
  color: rgb(255, 255, 255);
  background: rgb(21, 29, 54);
}
.upload-deal {
  padding: 16px 32px;
}
.el-button,
.el-checkbox {
  user-select: none;
}
.el-checkbox,
.el-checkbox__input {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.el-checkbox {
  color: rgb(96, 98, 102);
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
  margin-right: 30px;
}
.el-checkbox:last-of-type {
  margin-right: 0px;
}
.el-checkbox__input {
  cursor: pointer;
  outline: 0px;
  line-height: 1;
  vertical-align: middle;
}
.el-checkbox__inner {
  display: inline-block;
  position: relative;
  border: 1px solid rgb(220, 223, 230);
  border-radius: 2px;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  background-color: rgb(255, 255, 255);
  z-index: 1;
  transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46) 0s,
    background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46) 0s;
}
.el-checkbox__inner:hover {
  border-color: rgb(64, 158, 255);
}
.el-checkbox__inner::after {
  box-sizing: content-box;
  content: '';
  border-width: 0px 1px 1px 0px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
  border-image: initial;
  border-left-style: initial;
  border-left-color: initial;
  border-top-style: initial;
  border-top-color: initial;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg) scaleY(0);
  width: 3px;
  transition: transform 0.15s ease-in 0.05s, -webkit-transform 0.15s ease-in 0.05s;
  transform-origin: center center;
}
.el-checkbox__original {
  opacity: 0;
  outline: 0px;
  position: absolute;
  margin: 0px;
  width: 0px;
  height: 0px;
  z-index: -1;
}
.el-checkbox__label {
  display: inline-block;
  padding-left: 10px;
  line-height: 19px;
  font-size: 14px;
}
.link {
  color: rgb(14, 143, 251);
  cursor: pointer;
}
