.input-technical-description[data-v-2a007a98] {
  width: 100%;
}
.input-technical-description .detailCheckButton[data-v-2a007a98] {
  margin-top: 18px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  border-bottom: 1px solid #dcdfe6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.input-technical-description .detailCheckButton span[data-v-2a007a98] {
  width: 96px;
  height: 40px;
  font-weight: 400;
  font-size: 16px;
  color: #2b2b2b;
  text-align: center;
  cursor: pointer;
}
.input-technical-description .detailCheckButton .selected[data-v-2a007a98] {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(61, 158, 255, 0)), to(rgba(100, 178, 255, 0.2)));
  background: linear-gradient(180deg, rgba(61, 158, 255, 0) 0%, rgba(100, 178, 255, 0.2) 100%);
  position: relative;
}
.input-technical-description .detailCheckButton .selected[data-v-2a007a98]::before {
  position: absolute;
  content: "";
  display: block;
  width: 96px;
  height: 3px;
  background: #1469fc;
  left: 0;
  bottom: 0;
}
.input-technical-description .bottomShowContent[data-v-2a007a98] {
  margin-bottom: 30px;
}
.input-technical-description .bottomShowContent[data-v-2a007a98] .ak-input-control {
  width: 100% !important;
  min-height: 308px !important;
  font-weight: 400;
  font-size: 16px;
  color: #2b2b2b;
  background: #fafbfc !important;
  border-radius: 8px;
  border: 1px solid #dcdfe6;
  padding: 20px;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  resize: none;
}
.input-technical-description .bottomShowContent[data-v-2a007a98] .ak-input-control:focus {
  outline: none;
  border-color: #6ea3ff !important;
  background: #fff !important;
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] {
  width: 100%;
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] .ak-upload {
  width: 100%;
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] .ak-upload .uploadContent {
  width: 100%;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px dashed #006dd3;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #31364e;
  caret-color: transparent;
  background-color: rgba(0, 109, 211, 0.04);
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] .ak-upload .uploadContent img {
  width: 100px;
  height: 100px;
  margin: 30px 0 15px 0;
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] .ak-upload .uploadContent .titleTip {
  font-weight: 400;
  font-size: 16px;
  color: #31364e;
  margin-bottom: 4px;
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] .ak-upload .uploadContent .sizeTip {
  font-weight: 400;
  font-size: 14px;
  color: #9a9dad;
  margin-bottom: 17px;
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] .ak-upload .uploadContent .select-btn {
  margin-bottom: 29px;
  height: 36px;
  line-height: 36px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #1469fc;
  font-weight: 400;
  font-size: 14px;
  color: #1469fc;
  padding: 0 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] .ak-upload .uploadContent .select-btn:hover {
  background: #ecf6ff;
  border-color: #005bf8;
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] .ak-upload .uploadContent .filed-path {
  font-size: 12px;
  color: #666;
  margin-bottom: 17px;
}
