.marked_inject {
  word-break: break-word;
}
.generator-wrap-warp {
  background-color: #E0FBE8;
  padding: 92px 0 1px;
}
.inner-warp {
  margin: 0 auto;
  max-width: 1200px;
}
.generator-wrap {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 120px;
  gap: 20px;
}
.stream-wrap {
  width: 324px;
  padding: 46px 25px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,1);
  border: 1px solid rgba(44,174,103,1);
}
.stream-wrap-1 {
  width: 324px;
  text-align: center;
  color: #101010
}
.green-title {
  color: rgba(44,174,103,1);
  font-size: 32px;
  font-weight: bold;
}
.stream-title {
  display: flex;
  border-bottom: 1px solid rgba(44,174,103,1);
  margin-bottom: 38px;
  font-size: 28px;
  padding-left: 10px;
  color: #101010
}
.stream-title span {
  text-align: center;
  display: block;
  width: 100%;
}
.stream-title .stream-img {
  width: 40px;
  height: 40px;
}
.stream-title .stream-desc {
  font-size: 24px;
  color: #101010
}
.generator-wrap .tool-box {
  width: 560px;
  min-height: 520px;
}
.generator-wrap .tool-box .link-label {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
.generator-wrap .tool-box .link-input {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(187, 187, 187, 1);
  text-indent: 20px;
  margin-bottom: 20px;
}
.generator-wrap .tool-box .link-textarea {
  width: 100%;
  height: 140px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  padding: 14px;
  line-height: 1.5;
  margin-bottom: 22px;
  resize: none;
}
.generator-wrap .tool-box .link-template-wrap {
  height: 30px;
  margin-bottom: 23px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.generator-wrap .tool-box .link-template-wrap .link-tags {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.generator-wrap .tool-box .link-template-wrap .link-tags .link-tag {
  background-color: #fff;
  height: 30px;
  line-height: 28px;
  border-radius: 10px;
  color: rgba(16, 16, 16, 1);
  font-size: 14px;
  text-align: center;
  border: 1px solid rgba(187, 187, 187, 1);
  padding: 0 10px;
  cursor: pointer;
  overflow: hidden;
}
.generator-wrap .tool-box .link-template-wrap .link-tags .link-tag:hover {
  background: linear-gradient(145.78deg, rgba(0, 224, 145, 0.8) 8.84%, rgba(64, 14, 240, 1) 95.36%);
  color: #fff;
}
.generator-wrap .tool-box .link-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.generator-wrap .tool-box .link-btn,
.qr-code-wrap .code-wrap .link-btn,
#codeStyleDialog .link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 30px;
  border-radius: 10px;
  background: linear-gradient(145.78deg, rgba(0, 224, 145, 0.8) 8.84%, rgba(64, 14, 240, 1) 95.36%);
  color: rgba(243, 246, 249, 1);
  font-size: 20px;
  cursor: pointer;
}
.generator-wrap .tool-box .link-btn .link-btn-icon,
#codeStyleDialog .link-btn .link-btn-icon {
  width: 35px;
  height: 35px;
}
.generator-wrap .tool-box .link-preview {
  position: absolute;
  right: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.generator-wrap .tool-box .link-preview:hover {
  color: #00e091;
}
.generator-wrap .tool-box .link-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.generator-wrap .tool-box .link-input-wrap {
  margin-bottom: 30px;
  display: flex;
  width: 100%;
  gap: 20px;
  background: #cecece;
  border-radius: 10px;
  padding: 4px;
}
.generator-wrap .tool-box .link-input-wrap .link-input-with-btn {
  flex: 1;
  background: none;
  text-indent: 10px;
}
.generator-wrap .tool-box .link-input-wrap .link-btn {
  height: 42px;
  font-size: 16px;
}

.chat-button-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2);
}

.green-shadow-box {
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0px 0px 50px 5px rgba(0, 224, 145, 0.26);
  border: 1px solid rgba(0, 224, 145, 0.8);
  border: 1px solid #00e091;
  text-align: center;
}
.qa-wrap {
  text-align: left;
  padding: 35px 50px;
  font-size: 20px;
}
.qa-wrap .qa-title {
  font-weight: bold;
  color: #000;
  margin-bottom: 14px;
}
.qa-wrap .qa-desc {
  color: #000;
  margin-bottom: 40px;
  line-height: 2;
}
.qa-wrap .qa-divider {
  width: 1000px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(206,206,206,1);
  margin-bottom: 40px;
}




.operate-wrap {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  
}
.operate-wrap .operate-left {
  flex: 1;
}
.operate-wrap .operate-left {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
.operate-wrap .operate-right {
  width: 800px;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  border: 1px solid rgba(206,206,206,1);
  border-radius: 10px;
  padding: 22px 24px 30px;
  background-color: #fff;
}

.operate-button-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 15px;
}
.operate-button-grid-1 {
  display: grid;
  grid-template-columns: 1fr  1fr;
  column-gap: 35px;
}
.input-item {
  display: flex;
  flex-direction: column;
  min-width: 100px;
  margin-bottom: 20px;
}
.input-item label {
  margin-bottom: 10px;
  color: #182722;
  font-size: 16px;
  font-weight: bold;
}
.input-item input,
.input-item select,
.input-item textarea {
  border: 1px solid #d9d9d9;
  padding: 1px 10px;
  height: 32px;
  min-width: 20px;
  color: #888;
}
.wa_form-input-addon {
  display: flex;
}
.wa_form-input-addon .flex-1 {
  flex: 1;
  border-right: none;
}
.wa_form-input-addon .righ-border {
  border-right: 1px solid #d9d9d9;
}
.wa_form-input-addon .wa_input-suffix {
  width: 32px;
  height: 32px;
  border-left-width: 0;
}
.wa_form-input-addon textarea {
  padding: 12px;
  box-sizing: border-box;
}
.wa_input-suffix.wa_color-selector {
  padding: 0;
  min-height: 32px;
}

.wa_input-suffix {
  background: #fafafa;
  color: #828282;
  padding: 5px;
  padding-left: 12px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-height: 32px;
  white-space: nowrap;
}
.opt-button {
  background-color: #16BE45;
  border-radius: 8px;
  margin-bottom: 60px;
  width:unset !important;
  box-sizing: border-box;
  display: inline-flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 30px;
  border-radius: 10px;
  background: linear-gradient(145.78deg, rgba(0, 224, 145, 0.8) 8.84%, rgba(64, 14, 240, 1) 95.36%);
  color: rgba(243, 246, 249, 1);
  font-size: 20px;
  cursor: pointer;
  width: 200px;
  margin: 18px auto 0;
}

.widget-preview {
  min-width: 200px;
  max-width: 800px;
  width: 100%;
  border-radius: 10px 10px 10px 10px;
  /* background-color: rgba(255,255,255,1); */
  /* border: 1px solid rgba(187,187,187,1); */
  display: flex;
  align-items: center;
  justify-content: center;
}
#wa_widget-content {
  width: 350px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .12);
  border-radius: 8px;
}
#wa_widget-content p,
#wa_widget-content h4 {
  margin: 0;
}

.wa_widget-brand-container {
  height: 100px;
  max-height: 100px;
  min-height: 100px;
  background-color: #0a5f54;
  color: white;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  align-items: center;
}
.wa_widget-brand-image {
  margin-left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
.wa_widget-brand-info {
  color: #fff;
  margin-left: 8px;
}
.wa_widget-brand-info h4{
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.wa_widget-brand-info p{
  font-size: 13px;
  line-height: 18px;
  margin-top: 4px;
}
.wa_widget-message-container {
  padding: 24px 20px;
  background-color: #fff;
}
.wa_widget-message {
  display: inline-block;
  padding: 12px 16px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .12);
  border-radius: 16px;
  word-wrap: break-word;
}
.wa_widget-message h4 {

}
.wa_widget-message p {
  font-size: 14px;
  color: #1a1a1a;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 270px;
}
.wa_widget-button-container {
  background: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
}
.wa_widget-button {
  box-sizing: border-box;
  display: inline-flex;
  background: #16BE45;
  padding: 6px 55px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, .12);
  color: #fff;
  align-items: center;
  height: 40px;
  box-sizing: border-box;
  cursor: pointer;
}
.menu__btn  {
  cursor: pointer;
}
.wa_widget-close-btn {
  cursor: pointer;
  position: absolute;
  right: -220px;
  top: 20px;
}
.btn-generate-code-container-1,
.btn-generate-code-container {
  display: none;
}
.active_btm {
  display: block;
}
.code-pre {
  display: block;
  margin-top: 16px;
  height: 130px;
  overflow-y: scroll;
  padding: 12px 18px;
  background: #fafafa;
  color: #1a1a1a;
  overflow-wrap: break-word;
  font-weight: 200;
  border-radius: 4px;
  border-left: 0;
  font-size: 12px;
}
.wa-copy-action-btn {
  margin-top: 16px;
  width: 165px;
  height: 32px;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .016);
  border-radius: 4px;
  color: rgba(0, 0, 0, .65);
  margin-right: 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  cursor: pointer;
  text-decoration: none;
}
.opt-tip {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .operate-wrap {
    display: block;
  }
  .active_btm_1 {
    display: none !important;
  }
  .operate-left {
    display: block;
    margin-right: 0;
  }
  .opt-tip {
    margin-left: 24px;
  }
  .opt-button {
    margin-bottom: 20px;
    margin-left: 24px;
    
  }
  .operate-wrap .rep-block__title {
    text-align: center;
  }
  .operate-wrap .rep-block__text {
    padding: 0 24px;
  }
  .operate-right {
    margin: 0 auto;
  }
  .operate-wrap .operate-left {
    margin-right: 0;
  }
  .widget-preview-wrap {
    padding: 0 24px;
  }
  .widget-preview {
    margin: 10px auto;
    width: auto;
    box-sizing: border-box;
    
  }
}

@media (max-width: 800px) {
  .operate-wrap .operate-right {
    width: 100%;
  }
}

@media (max-width: 551px) {
  .operate-wrap .operate-right {
    width: 100%;
  }
  .operate-button-grid {
    grid-template-columns: 1fr;
  }
  .generator-wrap {
    justify-content: center;
  }
}


/* 消息提醒框的样式 */
.alert {
  position: fixed;
  top: 89px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #42b55b;
  color: white;
  padding: 13px 32px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: opacity 1s ease;
  line-height: 25px;
  font-size: 14px;
  width: 380px;
  height: 48px;
  text-align: left;
}

/* 关闭按钮的样式 */
.close-btn {
  float: right;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  top: -1px;
  right: -23px;
  color: #C0C4CC;
}
