[data-v-4ee62ced] .ant-modal-content {
  background-color: #f9f9f9;
}
[data-v-4ee62ced] .ant-modal-header {
  background-color: #f9f9f9;
}
.publishSuccess[data-v-4ee62ced] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 2.8rem;
}
.publishSuccess .successIcon[data-v-4ee62ced] {
  width: 7.1rem;
  height: 7.1rem;
}
.publishSuccess .successTxt[data-v-4ee62ced] {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1b2a;
  margin-bottom: 0.6rem;
}
.publishSuccess .successTip[data-v-4ee62ced] {
  font-size: 0.9rem;
  font-weight: 400;
  text-align: center;
  color: #5c6670;
  line-height: 1;
  margin-bottom: 2.5rem;
}
.publishSuccess .successGroup[data-v-4ee62ced] {
  display: flex;
  align-items: center;
  margin-bottom: 1.3rem;
}
.publishSuccess .successGroup .successBtn[data-v-4ee62ced] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.5rem;
  height: 2.5rem;
  border: 0.1rem solid #e3e5e9;
  border-radius: 0.3rem;
  font-size: 0.9rem;
  text-align: center;
  color: #484e5b;
  line-height: 1;
  cursor: pointer;
}
.publishSuccess .successGroup .successBtn.active[data-v-4ee62ced] {
  background: #f03947;
  color: #ffffff;
  margin-left: 2.5rem;
}
[data-v-11f541c8] .ant-drawer-body {
  padding: 0;
  height: 100%;
}
[data-v-11f541c8] .ant-input {
  border-radius: 0.3rem;
}
[data-v-11f541c8] .ant-select-selection--single {
  border-radius: 0.3rem;
}
.addDecoration[data-v-11f541c8] {
  height: 100%;
  background-color: #f9f9f9;
}
.addDecorationTitle[data-v-11f541c8] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 4rem;
  box-sizing: border-box;
  padding-left: 1.9rem;
  background: #f9f9f9;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: left;
  color: #222222;
  border-bottom: 0.1rem solid #e3e5e9;
}
.addDecorationBottom[data-v-11f541c8] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.5rem;
  width: 100%;
  background: #ffffff;
}
.addDecorationBottom .btn[data-v-11f541c8] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.6rem;
  height: 3rem;
  border: 0.1rem solid #e3e5e9;
  border-radius: 0.3rem;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
  color: #484e5b;
  margin-right: 2.5rem;
  cursor: pointer;
}
.addDecorationBottom .btn.active[data-v-11f541c8] {
  background: #f03947;
  border: 0.1rem solid #f03947;
  color: #fff;
  margin-right: 0;
}
.addDecorationContent[data-v-11f541c8] {
  height: calc(100% - 9.5rem);
  box-sizing: border-box;
  padding: 0 1.9rem 4.4rem 1.9rem;
  overflow-y: scroll;
}
.decorationTitle[data-v-11f541c8] {
  font-size: 0.9rem;
  font-weight: 400;
  text-align: left;
  color: #1a1b2a;
  line-height: 1;
  margin: 0.6rem 0;
  display: inline-block;
}
.decorationTitle.require[data-v-11f541c8] {
  padding-left: 0.8rem;
  position: relative;
}
.decorationTitle.require[data-v-11f541c8]::before {
  content: "";
  background-color: #f03947;
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: calc(50% - 0.2rem);
  left: 0;
  border-radius: 50%;
}
.decorationSource[data-v-11f541c8] {
  display: flex;
  align-items: center;
  justify-content: stretch;
  margin: 0 -1.9rem;
  width: calc(100% + 3.8rem);
  padding: 1.3rem 1.9rem;
  box-sizing: border-box;
  background: #ffffff;
  margin-bottom: 1.3rem;
}
.decorationSource .sourceImg[data-v-11f541c8] {
  position: relative;
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  margin-right: 0.8rem;
}
.decorationSource .sourceImg .iconImg[data-v-11f541c8] {
  width: 5rem;
  height: 5rem;
  border-radius: 0.3rem;
  object-fit: cover;
}
.decorationSource .sourceImg .iconFlag[data-v-11f541c8] {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  width: 1.8rem;
  height: 1.3rem;
}
.decorationSource .sourceBody[data-v-11f541c8] {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 5rem;
  width: calc(100% - 8.8rem);
  font-size: 0.8rem;
  text-align: left;
  color: #858a97;
  line-height: 1.3;
  box-sizing: border-box;
  padding-right: 2.5rem;
}
.decorationSource .sourceBody .sourceName[data-v-11f541c8] {
  font-size: 0.9rem;
  font-weight: 400;
  text-align: left;
  color: #222222;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.decorationSource .sourceBtn[data-v-11f541c8] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.8rem;
  height: 1.8rem;
  background: #f03947;
  border-radius: 0.9rem;
  font-size: 0.9rem;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 1.4rem;
  cursor: pointer;
}
.decorationInfoTitle[data-v-11f541c8] {
  font-size: 0.9rem;
  font-weight: 400;
  text-align: left;
  color: #5c6670;
  line-height: 1;
  margin: 0.6rem 0;
  display: inline-block;
}
.decorationInfo[data-v-11f541c8] {
  padding: 1.3rem 1.9rem;
  background-color: #ffffff;
  border-radius: 0.6rem;
  margin-bottom: 1.3rem;
}
.decorationInfo .decorationInfoUpload[data-v-11f541c8] {
  position: relative;
  width: 10.6rem;
  height: 8rem;
  background: #f9f9f9;
  border: 0 dashed #cccccc;
  border-radius: 0.3rem;
  margin-bottom: 1.5rem;
}
.decorationInfo .decorationInfoUpload .uploadTip[data-v-11f541c8] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.7rem;
  font-weight: 400;
  text-align: center;
  color: #858a97;
  line-height: 1;
  background: #f9f9f9;
  border: 0.1rem dashed #cccccc;
  border-radius: 0.3rem;
  cursor: pointer;
}
.decorationInfo .decorationInfoUpload .uploadTip .uploadTipIcon[data-v-11f541c8] {
  width: 1.4rem;
  height: 1.4rem;
  margin-bottom: 0.6rem;
}
.decorationInfo .decorationInfoUpload .coverContent[data-v-11f541c8] {
  position: relative;
  width: 100%;
  height: 100%;
}
.decorationInfo .decorationInfoUpload .coverContent .decorationImg[data-v-11f541c8] {
  display: block;
  margin: 0;
  width: 10.6rem;
  height: 8rem;
  border-radius: 0.3rem;
  object-fit: cover;
}
.decorationInfo .decorationInfoUpload .coverContent .coverContentChange[data-v-11f541c8] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0.3rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  cursor: pointer;
}
.decorationSelectBox[data-v-11f541c8] {
  position: relative;
  background: #ffffff;
  border-radius: 0.3rem;
  padding: 1.5rem 1.9rem;
  margin-bottom: 1.3rem;
}
.decorationSelectBox .decorationSelect[data-v-11f541c8] {
  margin-bottom: 1.5rem;
}
.decorationSelectBox .decoration-textarea[data-v-11f541c8] {
  position: relative;
  background: #ffffff;
  border: 0.1rem solid #e3e5e9;
  border-radius: 0.3rem;
  padding-bottom: 0.5rem;
}
.decorationSelectBox .decoration-textarea .textLimit[data-v-11f541c8] {
  width: 100%;
  text-align: right;
  line-height: 1.2;
  padding-right: 0.8rem;
}
.decorationSelectBox .decoration-textarea[data-v-11f541c8] .ant-input {
  resize: none;
  border: none !important;
  outline: none !important;
  background-color: #fff !important;
  box-shadow: none;
}
.decorationSelectBox .decoration-textarea[data-v-11f541c8] .ant-input::selection {
  color: #fff;
  background: #f03947;
}
.decorationSelectBox .decoration-textarea[data-v-11f541c8] .ant-input::focus {
  box-shadow: none;
  border: none !important;
  outline: none !important;
}
.decorationCity[data-v-11f541c8] {
  position: relative;
  background: #ffffff;
  border-radius: 0.3rem;
  padding: 1.5rem 1.9rem;
  margin-bottom: 1.3rem;
}
.decorationCity .decorationInfoTitle[data-v-11f541c8] {
  display: block;
}
.decorationContact[data-v-11f541c8] {
  display: flex;
  align-items: center;
  height: 4.2rem;
  background: #ffffff;
  border-radius: 0.6rem;
  padding: 1.5rem 1.9rem;
  margin-bottom: 0.6rem;
}
.decorationContact .decorationCheck[data-v-11f541c8] {
  width: 1rem;
  height: 1rem;
  border-radius: 0.3rem;
  margin-right: 0.5rem;
  font-size: 0.9rem;
  font-weight: 400;
  text-align: left;
  color: #5c6670;
  cursor: pointer;
}
.decorationContact .decorationCheck .decorationCheckImg[data-v-11f541c8] {
  display: block;
  margin: 0;
  width: 1rem;
  height: 1rem;
}
.decorationContact .decorationCheckTip[data-v-11f541c8] {
  flex-grow: 1;
  color: rgba(0, 0, 0, 0.65);
}
.decorationContact .decorationTip[data-v-11f541c8] {
  font-size: 0.9rem;
  font-weight: 400;
  text-align: left;
  color: #4c67bd;
  cursor: pointer;
}
.decorationWaring[data-v-11f541c8] {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 400;
  text-align: left;
  color: #5c6670;
  line-height: 1;
}
.decorationWaring .waringIcon[data-v-11f541c8] {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.file-delete-modal[data-v-11f541c8] .ant-modal {
  width: 32.3rem !important;
  height: 8.9rem !important;
  border-radius: 0.6rem;
}
.file-view-container {
  z-index: 1000000;
}
