html,
body {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #f6f6f6;
}

.header2-null {
  height: 7.5rem;
}
@media (max-width: 1079px) {
  .header2-null {
    height: 0;
  }
}

.shuiyin {
  min-height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.watermark {
  color: #dbd8d8;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  transform: rotateZ(-45deg);
}

.mainbav {
  background: #FFFFFF;
  box-sizing: border-box;
  border: 0.0625rem solid #F6F6F6;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.75rem;
  position: relative;
}
.mainbav .mainbav-item {
  padding: 0 2.5rem;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 3.75rem;
  letter-spacing: 0.25rem;
  height: 100%;
  color: #666666;
  cursor: pointer;
}
.mainbav .mainbav-item-a {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  color: #333333;
  position: relative;
  height: 100%;
}
.mainbav .mainbav-item-a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 0.25rem;
  border-radius: 3.125rem;
  opacity: 1;
  background: #FF8533;
  content: "";
}

.main {
  margin: 1rem auto 0;
  width: 90rem;
  position: relative;
}

.record {
  width: 100%;
  border-radius: 0.5rem;
  background: #FFFFFF;
  padding: 1rem 0.75rem 1.875rem;
}
.record .record-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.record .record-title {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: #3D3D3D;
}
.record .record-title-i {
  height: 1rem;
  margin-right: 0.5rem;
}
.record .record-btn {
  font-size: 1.125rem;
  font-weight: normal;
  width: 12.5rem;
  height: 2.875rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(270deg, #FF8533 0%, #FEC55E 100%);
  box-shadow: 0rem 0.25rem 0.625rem 0rem rgba(147, 147, 147, 0.15);
  color: #FFFFFF;
  cursor: pointer;
}
.record .record-hint {
  font-size: 0.875rem;
  font-weight: normal;
  color: #FF8533;
}
.record .record-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}
.record .record-list .record-item {
  margin-right: 1.125rem;
  margin-bottom: 0.875rem;
  width: 15rem;
  height: 6.875rem;
  border-radius: 0.5rem;
  background: rgba(239, 239, 239, 0.6);
  padding: 0.75rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}
.record .record-list .record-item-del {
  width: 0.9375rem;
  position: absolute;
  top: -0.46875rem;
  right: -0.46875rem;
}
.record .record-list .record-item-a {
  background: rgba(255, 246, 230, 0.6);
  border: 0.0625rem solid #FF8533;
}
.record .record-list .record-item-a .record-item-title {
  color: #FF8533;
}
.record .record-list .record-item-title {
  font-size: 1rem;
  font-weight: 500;
  color: #3D3D3D;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.record .record-list .record-item-btm {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.record .record-list .record-item-date {
  font-size: 0.875rem;
  font-weight: normal;
  color: #3D3D3D;
}
.record .record-list .record-item-number {
  font-size: 0.875rem;
  font-weight: normal;
  color: #3D3D3D;
}
.record .record-list .record-add {
  cursor: pointer;
  margin-bottom: 0.875rem;
  width: 15rem;
  height: 6.875rem;
  border-radius: 0.5rem;
  background: rgba(239, 239, 239, 0.6);
  font-size: 1rem;
  font-weight: normal;
  color: #FF8533;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.record .record-list .record-add-i {
  height: 1.5rem;
  margin-bottom: 0.375rem;
}
.record .record-rt {
  display: flex;
  align-items: flex-end;
}
.record .record-rt-txt {
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-right: 0.375rem;
  color: #FF8533;
}

.send-wrap {
  margin-top: 5rem;
  padding: 0 2.5rem;
  height: 6.25rem;
  border-radius: 5rem;
  width: 100%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
}
.send-wrap .send-input {
  border: none;
  flex: 1;
  font-size: 1.125rem;
}
.send-wrap .send-ico {
  margin-left: 2.5rem;
  height: 5rem;
  cursor: pointer;
}

.prompt-message {
  margin-top: 7.5rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.5rem;
  letter-spacing: 0.3em;
  color: #3D3D3D;
  padding-bottom: 2.5rem;
  text-align: center;
}

.keyword {
  margin-top: 2.5rem;
}
.keyword .keyword-img {
  height: 12rem;
}
.keyword .keyword-list {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
}
.keyword .keyword-item {
  padding: 1.5rem 1.25rem;
  border-radius: 3.75rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #3D3D3D;
  background: #FFFFFF;
  margin-bottom: 1.5rem;
  margin-right: 2.5rem;
  cursor: pointer;
}
.keyword .keyword-ico {
  height: 1.25rem;
  margin-right: 0.5rem;
}
.keyword .keyword-btn {
  font-size: 1rem;
  display: flex;
  align-items: center;
  font-weight: normal;
  color: #FF8533;
  cursor: pointer;
}

.chatting .chatting-my {
  margin-top: 2rem;
  padding: 1.25rem 1.25rem 1.25rem 1.875rem;
  border-radius: 1rem 0px 1rem 1rem;
  margin-left: auto;
  line-height: 1.5rem;
  width: fit-content;
  background: #FFCC72;
  font-size: 1.125rem;
  font-weight: 500;
  color: #333333;
}
.chatting .chatting-ai {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
.chatting .chatting-ai-2 {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}
.chatting .chatting-ai-ico {
  width: 5rem;
  height: 5rem;
}
.chatting .chatting-ai-bd-2 {
  margin-left: 1rem;
}
.chatting .chatting-ai-bd {
  margin-top: 0.75rem;
  border-radius: 1rem 0px 1rem 1rem;
  background: #FFFFFF;
  padding: 1.25rem 1.25rem 1.25rem 1.875rem;
}
.chatting .chatting-ai-txt {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5rem;
  color: #3D3D3D;
}
.chatting .chatting-ai-refresh {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  color: #BDBDBD;
  cursor: pointer;
}
.chatting .chatting-ai-refresh-ico {
  height: 1.25rem;
  margin-right: 0.375rem;
}

.clear-box {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.clear-box .clear-ico {
  height: 1rem;
}
.clear-box .clear-txt-y {
  font-size: 1.125rem;
  font-weight: normal;
  color: #FF8533;
  margin: 0 0.375rem;
}
.clear-box .clear-txt {
  font-size: 1.125rem;
  font-weight: normal;
  color: #3D3D3D;
}

.pop-up {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: block;
  display: none;
}
.pop-up .popup-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 29.375rem;
  padding: 2rem 2rem 4rem;
  border-radius: 0.5rem;
  background: #FFFFFF;
  box-sizing: border-box;
}
.pop-up .popup-close {
  position: absolute;
  cursor: pointer;
  width: 1.875rem;
  top: 0;
  right: -3.75rem;
}
.pop-up .popup-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5rem;
  text-align: center;
  color: #FF8533;
}
.pop-up .popup-txt {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.15rem;
  color: #3D3D3D;
}
.pop-up .popup-img {
  margin: 2.5rem auto 0;
  width: 7.59625rem;
  display: block;
}
.pop-up .popup-hint-t {
  margin-top: 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  color: #FF8533;
}

/*# sourceMappingURL=aicreation.css.map */
