.container_1bM5K {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
}
.leftPanel_2PURh {
  width: 300px;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e8e8e8;
}
.leftPanel_2PURh .content_EO23m {
  flex: 1;
  padding: 20px;
}
.leftPanel_2PURh .footer_2IbJ3 {
  padding: 20px;
  border-top: 1px solid #e8e8e8;
}
.rightPanel_PsnMS {
  flex: 1;
  padding: 20px;
}
.loginButton_3fhYI {
  width: 100%;
  height: 40px;
  background-color: #1677ff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
.loginButton_3fhYI:hover {
  background-color: #4096ff;
}
.userInfo_1Bkwm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 12px;
}
.userInfo_1Bkwm .avatar_38WnG {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.userInfo_1Bkwm .nickname_2Ql7Z {
  font-size: 16px;
  color: #333;
}
.loginModal_EBraC .ant-modal-content {
  border-radius: 24px;
  padding: 0;
  overflow: hidden;
  width: 348px;
  background: #FFFFFF;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.08);
}
.loginModal_EBraC .ant-modal-body {
  padding: 0;
  height: 100%;
}
.loginModal_EBraC .ant-modal-close {
  top: 12px;
  right: 12px;
}
.loginModal_EBraC .ant-modal-close:hover {
  background: none;
}
.loginModal_EBraC .ant-modal-close-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.closeButton_Nj_ci {
  width: 16px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAAH7+Yj7AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAKKADAAQAAAABAAAAKAAAAAB65masAAACyElEQVRYCcWZ3U0dMRCFTXi7DzSQMqAOJJpIikDKQyrIKzSBoAAKQEkZNEAF2WP2WLNnPfbYC8lI9/pnZr456/X+cEkppdPyqdpvM2v7CYM88cVE7Lo2JfevJeQR42/rB32bkR2bCUaUjLM15QqexeDIhkJILRPv0+Ubvg0agTZhF1BS1w4DvAqZZktohYSDtwFagQnpWT2V8S2XAj4uh8ZtqvEAakGbQARo8GaM0tY025OTczYkUqaIStKxX27xlODwOiIQZ+Yic1O6X1p8Rg2Vs/Ggcd7troqCC2jlXRG4jjM0At6BCFAg5z3FLoiJHpB+BXPe3VHnjHDaO2ce039qPk+hd2iqeHfyFOiBVIwLJjAKioDT7RIFoEI1uTWG4sIAMN/tWxkdH27quOJOOGSrzN0ODaBdzzd9ill4g1FcFobJXwCqqihUYdhCTzzLoCtICyGGVoPlu5QFIjgCdWEAKLAHbcI8oAftwlrAGhRztN01TEftkOlDq2uKORcGZ+/2hZhLfBn7bvq7bkuhrplNdreUXilMUljeY3QubW0psrumsAYjUEE7pQpswSiwCbXACKwLJXAE1oQCOANzoQDaNWluWlKktfmvdtvMwMC2Z/oFCvFMuYHH2CzcIIa7uvQAPEAgHnhfMarYvxBaE0YprxAIawXB/xlCQzUpECJgoaT30OnvoRoqkFWHIEzqtFNMTyBrTUGZvLaHGD2BrDVTZCaH9UobFciESFHEIs6zoQtuVCCL9oQyzrZDwpg4K5D5EaFTwlgg8s7FWG0j4pDDd7bqn5gK1fHMCkaFaS2Mh1dzRGBPmC0+Els7kDIXEXik2JHcLLIl8DC8LMOBR2hN4EcKMxpzd5htBQ4na/WBcbgWBOIHjB8NuN38jbApV0/oTwi0v2faKp8pzNZB3xP6Bif+U4HXfgjF2zVW9H8ZakMDtEDT6S++8cJIGBk9LwAAAABJRU5ErkJggg==) no-repeat cover / center;
}
.modalContent_2KxO- {
  margin-top: 46px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modalHeader_2hlBi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 32px;
}
.modalHeader_2hlBi span {
  font-weight: 600;
  font-size: 20px;
  color: #2B2E33;
}
.wechatContainer_KglUP {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 52px;
  width: 268px;
  height: 2768x;
  padding-top: 5px;
  border-radius: 16px;
  border: 1px solid #DAE0E6;
}
.wechatContainer_KglUP iframe {
  height: 240px;
}
.wechatContainer_KglUP .web_qrcode_type_iframe {
  height: 240px;
}
.homeWrapper_2A3BS {
  padding: 60px 103px;
  background: #f0f4fc;
  min-height: 100vh;
  min-width: 800px;
  width: 100%;
  overflow-x: auto;
  box-sizing: border-box;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE */
}
.homeWrapper_2A3BS::-webkit-scrollbar {
  display: none;
  /* WebKit */
}
.homeContent_3YgpS {
  width: 100%;
  min-height: calc(100vh - 120px);
}
.homeContent_3YgpS .header_2xWPY {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 600px;
}
.homeContent_3YgpS .header_2xWPY .slogan_nh0vb {
  width: 226px;
  height: 32px;
  margin-bottom: 18px;
}
.homeContent_3YgpS .header_2xWPY .title_2mxTG {
  font-size: 24px;
  color: #303030;
  margin-bottom: 23px;
  white-space: nowrap;
}
.homeContent_3YgpS .header_2xWPY .deepSeekImg_1ozwK {
  width: 226px;
  height: 38px;
}
.homeContent_3YgpS .features_2-Xy- {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 31px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .homeContent_3YgpS .features_2-Xy- {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 568px) {
  .homeContent_3YgpS .features_2-Xy- {
    grid-template-columns: 1fr;
  }
}
.spin_37Kxu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  min-width: 800px;
}
.emptyContent_NYeQ3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 120px);
}
.emptyContent_NYeQ3 .emptyImg_1aZDv {
  width: 212px;
  height: 215px;
}
.emptyContent_NYeQ3 .emptyText_3zKsn {
  font-size: 20px;
  color: #6B7280;
  margin-top: 10px;
}

.card_1WHh_ {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-left: 24px;
  background: #fff;
  border-radius: 12px;
  width: 284px;
  min-height: 112px;
  cursor: pointer;
  box-sizing: border-box;
}
.card_1WHh_:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.card_1WHh_ .freeTag_i9Uq0 {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 24px;
}
.card_1WHh_ .freeTag_i9Uq0 .freeIcon_2kUaJ {
  width: 100%;
  height: 100%;
}
.card_1WHh_ .iconWrapper_k5TLT {
  margin-right: 11px;
  width: 60px;
  min-width: 60px;
  height: 60px;
}
.card_1WHh_ .iconWrapper_k5TLT .icon_2Wx7- {
  width: 100%;
  height: 100%;
}
.card_1WHh_ .content_3aB-E .title_3d3BC {
  font-size: 16px;
  color: #2B2E33;
  margin-bottom: 8px;
  font-weight: 600;
}
.card_1WHh_ .content_3aB-E .description_2LlkV {
  font-size: 13px;
  color: #565B66;
}

.sliderWrapper_3Ge9c {
  /* 定位相关 */
  position: fixed;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  z-index: 10;
  /* 布局样式 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 0px rgba(206, 217, 240, 0.5);
  border-radius: 16px;
  padding: 16px 12px;
}
.sliderWrapper_3Ge9c .lexueIcon_3LJNL {
  height: 48px;
  width: 48px;
  padding-bottom: 16px;
  border-bottom: 1px solid #DAE0E6;
}
.sliderWrapper_3Ge9c .lexueIcon_3LJNL img {
  height: 100%;
  width: 100%;
}
.sliderWrapper_3Ge9c .menuContainer_3dgpw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 22px 0;
  gap: 16px;
  border-bottom: 1px solid #DAE0E6;
}
.sliderWrapper_3Ge9c .menuContainer_3dgpw .templateItem_19Aq_ {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}
.sliderWrapper_3Ge9c .menuContainer_3dgpw .templateItem_19Aq_ img {
  height: 34px;
  width: 34px;
}
.sliderWrapper_3Ge9c .menuContainer_3dgpw .templateItem_19Aq_ .hoverArea_1m2Pj {
  /* 关键属性 */
  position: absolute;
  left: 68px;
  top: 3px;
  padding: 8px;
  background: #2B2E33;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  display: none;
  transition: opacity 0.3s;
  font-size: 16px;
}
.sliderWrapper_3Ge9c .menuContainer_3dgpw .templateItem_19Aq_ .hoverVisible_2JaNU {
  display: block;
  opacity: 1 !important;
  /* 覆盖原有 opacity 样式 */
}
.sliderWrapper_3Ge9c .footer_3kUMA {
  margin-top: 16px;
}
.sliderWrapper_3Ge9c .footer_3kUMA .loginBtn_2IOeF {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  overflow: hidden;
}
.sliderWrapper_3Ge9c .footer_3kUMA .loginBtn_2IOeF img {
  height: 100%;
  width: 100%;
}

.layout_6sJsc {
  height: 100vh;
}
.sider_3C84z {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  height: 100vh;
  background: #fff;
  overflow: hidden;
  width: 210px;
  border-right: 1px solid #E5E6EB;
}
.sider_3C84z .siderInner_2ZqjN {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.sider_3C84z .logo_26R_E {
  margin: 22px 0 15px;
  cursor: pointer;
}
.sider_3C84z .logo_26R_E img {
  width: 170px;
  height: 40px;
}
.sider_3C84z .deepseekLogo_1kauy img {
  width: 170px;
  height: 36px;
}
.sider_3C84z .menuContainer_36tXs {
  flex: 1;
  margin: 24px 0;
  overflow-y: auto;
  width: 100%;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE */
}
.sider_3C84z .menuContainer_36tXs::-webkit-scrollbar {
  display: none;
}
.sider_3C84z .footer_2gdrm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.header_2WoZv {
  background: #fff;
  padding: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.header_2WoZv .trigger_dqaiE {
  padding: 0 24px;
  font-size: 18px;
  line-height: 64px;
  cursor: pointer;
  transition: color 0.3s;
}
.header_2WoZv .trigger_dqaiE:hover {
  color: #1890ff;
}
.content_1xyRI {
  margin-left: 200px;
  min-height: 100vh;
}
.userInfo_2ZngY {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.userInfo_2ZngY .avatarContainer_L0_sW {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.userInfo_2ZngY .avatarContainer_L0_sW .avatar_VGmGQ {
  width: 100%;
  height: 100%;
}
.userInfo_2ZngY .logout_RK12K {
  font-size: 16px;
  color: #2b2e33;
}
.userInfo_2ZngY:hover {
  cursor: pointer;
}
.loginButton_2iJrt {
  height: 46px;
  line-height: 46px;
  width: 151px;
  text-align: center;
  font-size: 18px;
  color: #2764F5;
  background: #E6EFFF;
  border-radius: 10px;
  border: none;
}

.menuItem_3w5ts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 14px 26px;
  cursor: pointer;
  transition: all 0.3s;
}
.menuItem_3w5ts:hover {
  background: rgba(0, 0, 0, 0.04);
}
.menuItem_3w5ts.active_osNIg {
  background: #E6EFFF;
}
.menuItem_3w5ts .icon_jPLm0 {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menuItem_3w5ts .icon_jPLm0 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.menuItem_3w5ts .name_2ezP5 {
  font-size: 16px;
  color: #565C66;
  flex: 1;
}
.menuItem_3w5ts .activeColor_30506 {
  color: #2764F5;
}

.leftPanel_aNcRW {
  width: 307px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.leftPanel_aNcRW .header_SxVou {
  font-weight: 600;
  font-size: 18px;
  color: #3C424D;
  margin-bottom: 24px;
}
.leftPanel_aNcRW .newBtnWrapper_3O6xr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 267px;
  height: 48px;
  background: #E6EFFF;
  border-radius: 12px;
  cursor: pointer;
  margin-bottom: 16px;
}
.leftPanel_aNcRW .newBtnWrapper_3O6xr .newBtnIcon_3dGZV {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.leftPanel_aNcRW .newBtnWrapper_3O6xr .newBtnText_3_c1R {
  font-weight: 400;
  font-size: 16px;
  color: #2764F5;
}
.leftPanel_aNcRW .convList_2m5Zh {
  flex: 1;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE */
}
.leftPanel_aNcRW .convList_2m5Zh .covItem_1xsLQ {
  padding: 12px 16px;
  width: 267px;
  background: #fff;
  border-radius: 12px;
  cursor: pointer;
  margin-bottom: 16px;
  border: 1px solid #DAE0E6;
}
.leftPanel_aNcRW .convList_2m5Zh .covItem_1xsLQ.active_rPiH7 {
  background: #F5F9FF;
  border: 1px solid #5293FE;
}
.leftPanel_aNcRW .convList_2m5Zh .covItem_1xsLQ.hover_2gdOj {
  background: #F7F7F7;
  border: 1px solid #DAE0E6;
}
.leftPanel_aNcRW .convList_2m5Zh .covItem_1xsLQ .titleRow_37Z2c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.leftPanel_aNcRW .convList_2m5Zh .covItem_1xsLQ .titleRow_37Z2c .title_6bkuH {
  max-width: 210px;
  font-weight: 600;
  font-size: 16px;
  color: #2B2E33;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 5px;
}
.leftPanel_aNcRW .convList_2m5Zh .covItem_1xsLQ .titleRow_37Z2c .editIcon_1WCKM {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.leftPanel_aNcRW .convList_2m5Zh .covItem_1xsLQ .footer_1Tqdj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.leftPanel_aNcRW .convList_2m5Zh .covItem_1xsLQ .footer_1Tqdj .deleteIcon_3JXqA {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.leftPanel_aNcRW .convList_2m5Zh .covItem_1xsLQ .footer_1Tqdj .time_3T6x7 {
  font-size: 12px;
  color: #565B66;
}
.leftPanel_aNcRW .convList_2m5Zh::-webkit-scrollbar {
  display: none;
  /* WebKit */
}

.formWrapper_3nnK3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 870px;
  background: #F0F4FC;
  overflow-y: scroll;
  align-items: center;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE */
}
.formWrapper_3nnK3 .formTitle_2u2Ig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 40px;
  align-items: center;
}
.formWrapper_3nnK3 .formTitle_2u2Ig .formTitleText_2KlSv {
  font-weight: 600;
  font-size: 22px;
  color: #2B2E33;
}
.formWrapper_3nnK3 .formTitle_2u2Ig .previewVideo_1yF0N {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 16px;
  cursor: pointer;
  font-size: 16px;
  color: #2B2E33;
}
.formWrapper_3nnK3 .formTitle_2u2Ig .previewVideo_1yF0N .previewIcon_2bb1Y {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.formWrapper_3nnK3 .formZone_2DLJW {
  width: 800px;
}
.formWrapper_3nnK3 .formZone_2DLJW .ant-form .ant-form-item .ant-form-item-label label {
  height: 48px;
  line-height: 48px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.formWrapper_3nnK3 .formZone_2DLJW .ant-form .ant-form-item .ant-select .ant-select-selector {
  border: none;
  border-radius: 8px;
}
.formWrapper_3nnK3 .formZone_2DLJW .ant-form .ant-form-item .ant-select .ant-select-selector .ant-select-selection-placeholder {
  font-size: 16px;
  color: #818999;
  font-weight: 400;
}
.formWrapper_3nnK3 .formZone_2DLJW .ant-form .ant-form-item .ant-select .ant-select-selector .ant-select-selection-item {
  font-size: 16px;
  color: #2B2E33;
  font-weight: 400;
}
.formWrapper_3nnK3 .formZone_2DLJW .ant-form .ant-form-item .ant-select .ant-select-arrow {
  height: 15px;
  width: 15px;
  color: #2B2E33;
  scale: 1.5;
  margin-top: -7px;
}
.formWrapper_3nnK3 .formZone_2DLJW .ant-form .ant-form-item .ant-select .ant-select-clear {
  height: 15px;
  width: 15px;
  color: #2B2E33;
  scale: 1.5;
  margin-top: -6px;
}
.formWrapper_3nnK3 .formZone_2DLJW .ant-form .ant-form-item .ant-select .ant-select-clear svg {
  margin-top: 2px;
}
.formWrapper_3nnK3 .formZone_2DLJW .ant-form .ant-form-item .ant-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 48px;
  gap: 20px;
}
.formWrapper_3nnK3 .formZone_2DLJW .ant-form .ant-form-item .ant-radio-group .ant-radio {
  scale: 1.5;
}
.formWrapper_3nnK3 .formZone_2DLJW .ant-form .ant-form-item .ant-radio-group .ant-radio-label {
  font-size: 16px;
  color: #2B2E33;
}
.formWrapper_3nnK3 .formZone_2DLJW .ant-form .ant-form-item .ant-input-textarea-show-count {
  border: none;
  background: #FFFFFF;
  border-radius: 8px;
}
.formWrapper_3nnK3 .formZone_2DLJW .ant-form .ant-form-item textarea {
  padding: 14px 16px;
  background: #FFFFFF;
  border-radius: 8px;
  border: none;
  font-size: 16px;
}
.formWrapper_3nnK3 .formZone_2DLJW .ant-form .ant-form-item textarea::-moz-placeholder {
  font-size: 16px;
  color: #818999;
}
.formWrapper_3nnK3 .formZone_2DLJW .ant-form .ant-form-item textarea::placeholder {
  font-size: 16px;
  color: #818999;
}
.formWrapper_3nnK3 .formZone_2DLJW .ant-form .ant-form-item .ant-input-number {
  width: 100%;
  height: 48px;
  background: #FFFFFF;
  border-radius: 8px;
  border: none;
}
.formWrapper_3nnK3 .formZone_2DLJW .ant-form .ant-form-item .ant-input-number .ant-input-number-input-wrap {
  height: 100%;
  width: 100%;
}
.formWrapper_3nnK3 .formZone_2DLJW .ant-form .ant-form-item .ant-input-number .ant-input-number-input-wrap input {
  height: 100%;
  width: 100%;
  line-height: 100%;
  font-size: 16px;
}
.formWrapper_3nnK3 .formZone_2DLJW .ant-form .ant-form-item .ant-input-number .ant-input-number-input-wrap input::-moz-placeholder {
  font-size: 16px;
  color: #818999;
}
.formWrapper_3nnK3 .formZone_2DLJW .ant-form .ant-form-item .ant-input-number .ant-input-number-input-wrap input::placeholder {
  font-size: 16px;
  color: #818999;
}
.formWrapper_3nnK3 .formZone_2DLJW .customSelect_2riVC {
  height: 48px;
  background: #FFFFFF;
  border-radius: 8px;
}
.formWrapper_3nnK3 .formContent_AHI-L {
  transform: translate(-6%, 0);
}
.formWrapper_3nnK3::-webkit-scrollbar {
  display: none;
  /* WebKit */
}
.required_Gb8wv {
  color: #ff4d4f;
  margin-right: 4px;
  font-family: SimSun, sans-serif;
}
.generateButtonWrapper_2fx_R {
  margin: 28px 0 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.generateButtonWrapper_2fx_R .generateButton_3qoKP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  width: 208px;
  height: 58px;
  background: #5293FE;
  box-shadow: 0px 4px 16px 0px rgba(0, 85, 225, 0.2);
  border-radius: 42px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.generateButtonWrapper_2fx_R .generateButton_3qoKP .generateIcon_1R_dE {
  width: 25px;
  height: 25px;
  margin-right: 13px;
}
.generateButtonWrapper_2fx_R .generateButton_3qoKP[disabled] {
  background: #d9d9d9;
  opacity: 0.6;
}
.ant-select-dropdown div {
  font-size: 16px;
  color: #2B2E33;
}

.chatArea_2HHty {
  flex: 1;
  min-width: 870px;
  height: 100vh;
  background: #F0F4FC;
  padding: 16px;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE */
}
.chatArea_2HHty::-webkit-scrollbar {
  display: none;
  /* WebKit */
}
.chatAreaContent_3y1vR {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE */
}
.chatAreaContent_3y1vR::-webkit-scrollbar {
  display: none;
  /* WebKit */
}
.chat-message_3V5-A {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  height: 100%;
  padding-bottom: 45px;
  width: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE */
}
.chat-message_3V5-A:last-child {
  animation: slide-in_2ykwi ease 0.3s;
}
.chat-message_3V5-A::-webkit-scrollbar {
  display: none;
  /* WebKit */
}
.chat-message-container_2AQT5 {
  width: 99%;
  max-width: 99%;
  align-items: flex-start;
  overflow-y: scroll;
  height: calc(100%-85px);
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE */
}
.chat-message-container_2AQT5::-webkit-scrollbar {
  display: none;
  /* WebKit */
}
.chat-message-item_1Ztz8 {
  box-sizing: border-box;
  max-width: 100%;
  margin-top: 10px;
  padding: 10px;
  font-size: 14px;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  word-break: break-word;
  position: relative;
  transition: all ease 0.3s;
}
.chat-message-loading_3rnSz {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.chat-message-loading_3rnSz .thinking-icon_3RcgP {
  width: 25px;
  height: 7px;
}
.kimiArea_3lOWb {
  margin: 10px 0 30px;
  padding-left: 20px;
}
.kimiArea_3lOWb .kimiTitle_kTz3U {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 200px;
  background: #E6EFFF;
  border-radius: 8px;
  font-weight: 500;
  font-size: 24px;
  color: #2B2E33;
  margin-bottom: 24px;
}
.kimiArea_3lOWb .kimiVideo_DxI5T {
  width: 360px;
  height: 203px;
}
.kimiArea_3lOWb .kimiVideo_DxI5T video {
  width: 100%;
  height: 100%;
}
.errorMsg_3FjDk {
  font-weight: 400;
  font-size: 16px;
  color: #FF581C;
  line-height: 28px;
  padding-left: 20px;
  margin-bottom: 24px;
}
.chat-message-actions_3RRFy {
  position: absolute;
  padding-top: 10px;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
}
.chat-message-actions_3RRFy .operateBtn_1Imbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  margin-right: 16px;
  background: #565C66;
  border-radius: 42px;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
}
.chat-message-actions_3RRFy .operateBtn_1Imbs img {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}
.chat-message-actions_3RRFy .operateBtn_1Imbs:hover {
  cursor: pointer;
}
.chat-message-actions_3RRFy .kimiBtn_2485s {
  background: #5293FE;
}
.chat-message-actions_3RRFy .kimiBtn_2485s a {
  color: #fff;
}
.chat-message-actions_3RRFy .kimiBtn_2485s a:hover {
  color: #fff;
}

.thinking_2JlyO {
  color: #6d6e7b;
  white-space: pre-wrap;
  margin-bottom: 16px;
  border-left: 4px solid #cbccd3;
  padding-left: 10px;
  font-size: 13px;
}

.container_3nRCL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}
.container_3nRCL .emptyContent_1cEjw {
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 870px;
  background: #F0F4FC;
}
.container_3nRCL .emptyContent_1cEjw .emptyImg_3eDqM {
  width: 150px;
  height: 150px;
}
.container_3nRCL .emptyContent_1cEjw .emptyText_ruJhZ {
  font-size: 20px;
  color: #6B7280;
  margin-top: 10px;
}
.videoModal_1LUr4 .ant-modal-content {
  width: 900px;
  min-width: 900px;
  height: 571px;
  background: #FFFFFF;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(-25%, 0);
  padding: 67px 24px 24px;
}
.videoModal_1LUr4 .ant-modal-close {
  top: 12px;
  right: 12px;
}
.videoModal_1LUr4 .ant-modal-close:hover {
  background: none;
}
.videoModal_1LUr4 .ant-modal-close-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.editModal_cU3PD .ant-modal-content {
  height: 329px;
  width: 400px;
  background: #FFFFFF;
  border-radius: 24px;
  padding-top: 46px;
}
.editModal_cU3PD .ant-modal-header {
  margin-bottom: 12px;
}
.editModal_cU3PD .ant-modal-title {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  text-align: center;
}
.editModal_cU3PD textarea {
  width: 350px;
  background: #F0F4FC;
  border-radius: 8px;
  min-height: 131px;
  padding: 16px;
  font-size: 16px;
  border: none;
}
.editModal_cU3PD textarea:hover {
  background: #F0F4FC;
}
.editModal_cU3PD .ant-modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 24px;
  gap: 24px;
}
.editModal_cU3PD .ant-modal-footer button {
  height: 44px;
  width: 144px;
  border-radius: 42px;
  font-size: 16px;
}
.editModal_cU3PD .ant-modal-close {
  top: 12px;
  right: 12px;
}
.editModal_cU3PD .ant-modal-close:hover {
  background: none;
}
.editModal_cU3PD .ant-modal-close-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.closeButton_3sEHA {
  width: 16px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAAH7+Yj7AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAKKADAAQAAAABAAAAKAAAAAB65masAAACyElEQVRYCcWZ3U0dMRCFTXi7DzSQMqAOJJpIikDKQyrIKzSBoAAKQEkZNEAF2WP2WLNnPfbYC8lI9/pnZr456/X+cEkppdPyqdpvM2v7CYM88cVE7Lo2JfevJeQR42/rB32bkR2bCUaUjLM15QqexeDIhkJILRPv0+Ubvg0agTZhF1BS1w4DvAqZZktohYSDtwFagQnpWT2V8S2XAj4uh8ZtqvEAakGbQARo8GaM0tY025OTczYkUqaIStKxX27xlODwOiIQZ+Yic1O6X1p8Rg2Vs/Ggcd7troqCC2jlXRG4jjM0At6BCFAg5z3FLoiJHpB+BXPe3VHnjHDaO2ce039qPk+hd2iqeHfyFOiBVIwLJjAKioDT7RIFoEI1uTWG4sIAMN/tWxkdH27quOJOOGSrzN0ODaBdzzd9ill4g1FcFobJXwCqqihUYdhCTzzLoCtICyGGVoPlu5QFIjgCdWEAKLAHbcI8oAftwlrAGhRztN01TEftkOlDq2uKORcGZ+/2hZhLfBn7bvq7bkuhrplNdreUXilMUljeY3QubW0psrumsAYjUEE7pQpswSiwCbXACKwLJXAE1oQCOANzoQDaNWluWlKktfmvdtvMwMC2Z/oFCvFMuYHH2CzcIIa7uvQAPEAgHnhfMarYvxBaE0YprxAIawXB/xlCQzUpECJgoaT30OnvoRoqkFWHIEzqtFNMTyBrTUGZvLaHGD2BrDVTZCaH9UobFciESFHEIs6zoQtuVCCL9oQyzrZDwpg4K5D5EaFTwlgg8s7FWG0j4pDDd7bqn5gK1fHMCkaFaS2Mh1dzRGBPmC0+Els7kDIXEXik2JHcLLIl8DC8LMOBR2hN4EcKMxpzd5htBQ4na/WBcbgWBOIHjB8NuN38jbApV0/oTwi0v2faKp8pzNZB3xP6Bif+U4HXfgjF2zVW9H8ZakMDtEDT6S++8cJIGBk9LwAAAABJRU5ErkJggg==) no-repeat cover / center;
}
.deleteModal_35W_V .ant-modal-content {
  width: 400px;
  background: #FFFFFF;
  border-radius: 24px;
  padding-top: 46px;
}
.deleteModal_35W_V .ant-modal-title {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  text-align: center;
}
.deleteModal_35W_V .ant-modal-body {
  font-size: 16px;
  color: #000000;
  text-align: center;
}
.deleteModal_35W_V .ant-modal-body p {
  margin: 0;
}
.deleteModal_35W_V .ant-modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 24px;
  gap: 24px;
}
.deleteModal_35W_V .ant-modal-footer button {
  height: 44px;
  width: 144px;
  border-radius: 42px;
  font-size: 16px;
}
.deleteModal_35W_V .ant-modal-close {
  top: 12px;
  right: 12px;
}
.deleteModal_35W_V .ant-modal-close:hover {
  background: none;
}
.deleteModal_35W_V .ant-modal-close-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}

.shareWrapper_24j33 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f0f4fc;
  width: 100vw;
  height: 100vh;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: PingFang-SC-Regular, PingHei, "Hiragino Sans GB", "Microsoft YaHei";
  /* 2 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE */
}
body::-webkit-scrollbar {
  display: none;
  /* WebKit */
}
body,
p {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  color: #555;
  text-decoration: none;
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em rem(40);
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 rem(2);
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.noContent_3H9AJ {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.noContent_3H9AJ .tips_HLO1X {
  margin-bottom: 20px;
}

