@charset "utf-8";
/* foot-start */
.l_footer{
    background-color: #252525;
    padding-top: 47px;
    position: relative;
    z-index: 1;
}
.l_footer::after{
    content: "";
    width: 100%;
    height: 70px;
    background-color: #212121;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.l_ftnrtp{
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(68, 68, 68, 1);
}
.l_ftnrmid{
    padding-top: 56px;
    padding-bottom: 18px;
}
.l_ftnric{
    width: 30px;
}
.l_ftnrtpli a{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.l_ftphone p{
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
    transition: all .36s;
}
.l_ftphone span{
    font-family: "Arial";
    font-weight: bold;
}
.l_ftphone{
    width: calc(100% - 30px);
    padding-left: 25px;
}
.l_ftnrtpul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.l_ftmdri{
    width: 130px;
}
.l_ftmdle{
    width: calc(100% - 130px);
    padding-right: 182px;
}
.l_ftmdri img{
    width: 100%;
}
.l_ftmdri p{
    font-size: 14px;
    line-height: 1.75;
    color: #999;
    margin-top: 12px;
}
.l_ftmdlktp a{
    font-size: 16px;
    line-height: 1.75;
    display: block;
    color: #fff;
    transition: all .36s;
}
.l_ftmdlkli a{
    font-size: 14px;
    line-height: 1.75;
    display: block;
    color: #999;
    transition: all .36s;
}
.l_ftmdlkbt{
    margin-top: 10px;
}
.l_ftmdul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.l_ftmdlkli{
    margin-bottom: 12px;
}
.l_ftmdlkli:last-child{
    margin-bottom: 0;
}
.l_ftmdinfo{
    display: flex;
    margin-top: 80px;
    flex-wrap: wrap;
	justify-content: center;
}
.l_ftmdinfo a{
    font-size: 16px;
    line-height: 1.75;
    color: #999;
    display: block;
    margin-right: 38px;
    transition: all .36s;
}
.l_ftmdinfo a:last-child{
    margin-right: 0;
}
.l_ftnrbt p,
.l_ftnrbt p a{
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    transition: all .36s;
}
.l_ftnrbt{
    padding:21px 0;
	display: flex;
	justify-content: center;
}
/* 新增底部副导航 */
.l_ftmdlkic{
    width: 18px;
    display: none;
}
.l_ftmdlkic img{
    width: 100%;
}
/* foot-end */

/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .l_ftmdlktp:hover a{
        color: #E60039;
    }
    .l_ftmdlkli a:hover{
        color: #E60039;
    }
    .l_ftnrtpli:hover p{
        color: #E60039;
    }
}
/* 响应式 */
@media screen and (max-width: 1560px) {
    .l_footnr.ys_cont1440{
        width: 82.5%;
    }
}
@media screen and (max-width: 1440px) {
    .l_ftmdle {
        padding-right: 140px;
    }
    .l_ftnrmid {
        padding-top: 40px;
    }
    .l_footer {
        padding-top: 38px;
    }
    .l_ftnrtp {
        padding-bottom: 26px;
    }
    .l_ftphone {
        padding-left: 16px;
    }
    .l_ftmdinfo {
        margin-top: 60px;
    }
}
@media screen and (max-width: 1200px) {
    .l_footnr.ys_cont1440 {
        width: 90%;
    }
}
@media screen and (max-width: 1199px) {
    .l_footnr.ys_cont1440 {
        width: 100%;
    }
    .l_ftmdle {
        padding-right: 100px;
    }
    .l_ftphone {
        width: calc(100% - 25px);
    }
    .l_ftnric {
        width: 25px;
    }
    .l_ftmdlkli {
        margin-bottom: 8px;
    }
    .l_ftmdinfo {
        margin-top: 40px;
    }
    .l_ftnrmid {
        padding-top: 30px;
    }
    .l_ftnrtp {
        padding-bottom: 18px;
    }
}
@media screen and (max-width: 991px) {
    .l_ftmdri {
        width: 100px;
    }
    .l_ftmdle {
        width: calc(100% - 100px);
        padding-right: 30px;
    }
    .l_ftphone p {
        font-size: 14px;
    }
    .l_ftnric {
        width: 20px;
    }
    .l_ftphone {
        width: calc(100% - 20px);
    }
    /* 新增底部副导航 */
    .l_ftmdle {
        width: 100%;
        padding-right: 0;
    }
    .l_ftmdli {
        width: 100%;
        margin-bottom: 20px;
    }
    .l_ftmdlkic{
        display: block;
    }
    .l_ftmdlktp {
        position: relative;
        padding: 10px 5px;
        border-bottom: 1px solid rgba(68, 68, 68, 1);
    }
    .l_ftmdlkic{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: all .36s;
    }
    .l_ftmdlkli a {
        padding: 10px 0;
        margin: 8px;
        border-bottom: 1px solid rgba(68, 68, 68, 1);
    }
    .l_ftmdlkbt{
        display: none;
    }
    .l_ftmdlkli:last-child a{
        margin-bottom: 0;
    }
    .l_ftmdlkli:first-child a{
        margin-top: 0;
    }
    .l_ftmdli.act .l_ftmdlkic {
        transform: translateY(-50%) rotate(180deg);
    }
    .l_ftmdri {
        width: 100%;
    }
    .l_ftmdri img {
        width: 100px;
    }
    .l_ftmdli:last-child{
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 768px) {
    /* .l_ftmdle {
        display: none;
    } */
    .l_ftnrtpli{
        width: 100%;
        margin-bottom: 10px;
    }
    .l_ftnrtpli:last-child{
        margin-bottom: 0;
    }
    .l_ftnrmid {
        padding-top: 20px;
    }
    .l_ftmdri {
        width: 100%;
    }
    .l_ftmdri img {
        width: 100px;
    }
    .l_ftmdinfo a {
        font-size: 14px;
        line-height: 1.5;
        margin-right: 20px;
    }
    .l_ftmdinfo {
        margin-top: 20px;
    }
    .l_ftnrbt {
        padding: 15px 0;
    }
    .l_ftnrbt p, .l_ftnrbt p a {
        font-size: 12px;
        line-height: 1.5;
    }
    .l_footer::after {
        height: 48px;
    }
    /* 新增 */
    .l_ftmdli:last-child{
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 480px) {
    .l_ftmdinfo a {
        margin-right: 0;
        width: 33.333333%;
    }
    .l_ftmdinfo {
        margin-top: 12px;
    }
    .l_footer {
        padding-top: 30px;
    }
    /* 新增 */
    .l_ftmdli {
        margin-bottom: 10px;
    }
    
    .l_ftmdlktp {
        padding: 5px;
    }
    .l_ftmdlkli a {
        padding: 5px 0;
    }
    .l_ftmdli:last-child{
        margin-bottom: 20px;
    }
    .l_ftmdlkic {
        width: 12px;
    }
}

.l_ftmdle {
    width: calc(100% - 204px);
    padding-right: 120px;
}

.media-icons {
    margin-top: 60px;
    display: flex;
}

.media-icon img {
    width: 42px;
}

.media-icon {
    position: relative;
    margin-right: 12px;
}

.media-icon:last-child {
    margin-right: 0;
}

.l_ftmdri {
    width: 204px;
}

.media-code {
    opacity: 0;
    top: -148px;
    left: -38px;
    position: absolute;
    transition: opacity .36s ease;
}

.media-code img {
    width: 120px;
}

.media-icon:hover .media-code {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .l_ftmdle {
        width: 100%;
        padding-right: 0;
    }
    .l_ftmdri {
        width: 100%;
    }
    .media-icons {
        margin-top: 30px;
    }
    .media-icon {
        margin-right: 24px;
    }
}
/* 文档AI入口 */
@media screen and (max-width: 1199px) {
    .chat-content-ai {
      bottom: 10px;
      right: 10px;
    }
    .wd-chat-h5 {
      display: block;
    }
    .wd-chat-pc {
      display: none;
    }
  }
@media screen and (min-width: 1200px) {
  .chat-content-ai {
    top: 147px;
    right: 15px;
  }
  .wd-chat-h5 {
    display: none;
  }
  .wd-chat-pc {
    display: block;
  }
}
.chat-content-ai {
  position: fixed;
  z-index: 90;
  display: none;
}
.chat-content-ai .wd-chat-pc {
  width: 84px;
  height: 103px;
  cursor: pointer;
}
.chat-content-ai .wd-chat-h5 {
  width: 73px;
  height: 95px;
}
.chat-content-ai .chat-close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
/* 文档反馈侧边按钮/////////////////////////////////////////////////// */
.artical_sidenav {
  width: 28px;
  height: 106px;
  text-align: center;
  position: fixed;
  top: 84%;
  padding-top: 12px;
  right: 0px;
  transform: translateY(-50%);
  z-index: 90;
  transition: all 0.36s;
  background-image: linear-gradient(135deg, #009dff 0%, #011ce8 100%);
  cursor: pointer;
  display: none;
}
.feedback-Model {
  /* background: rgba(196, 196, 196, 0.5);
  position: fixed !important;
  z-index: 1004;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; */
}
.closeBtn {
  width: 100%;
  text-align: right;
  padding: 4px 8px 0 0;
}
.isSolve_model {
  position: fixed;
  bottom: 8%;
  right: 50px;
  z-index: 1005;
  background: #fff;
  line-height: 30px;
  color: #000;
  width: 300px;
  height: 140px;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  display: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.08);
}
.modal-btn {
  padding: 10px 0;
  border-radius: 4px;
  border: none;
  font-weight: 500;
  cursor: pointer;
  width: 80px;
  height: 40px;
  line-height: 20px;
  margin-top: 24px;
  background-color: #f0f0f0;
  color: #666;
}
.modal-btn:hover {
  background-color: rgb(253, 242, 243);
  border: 1px solid #e60039;
  color: #e60039;
}
.modal-btn:active {
  background-color: #e60039;
  border: 2px solid #e60039;
  color: #fff;
}
.modal-btn-read {
  padding: 10px 0;
  font-weight: 500;
  cursor: pointer;
  width: 80px;
  height: 40px;
  line-height: 20px;
  margin-top: 24px;
  color: #666;
}
.modal-btn-read:hover {
  color: #e60039;
}
.isFeelGood_model {
  position: fixed;
  bottom: 7%;
  right: 50px;
  z-index: 1005;
  background: #fff;
  line-height: 30px;
  color: #000;
  width: 300px;
  height: 153px;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  display: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.08);
}
.goodOrBad {
  width: 100%;
  display: flex;
  /* height: 50px; */
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}
.goodReason_model {
  position: fixed;
  bottom: 10%;
  right: 50px;
  z-index: 1005;
  background: #fff;
  line-height: 30px;
  color: #000;
  min-width: 300px;
  min-height: 360px;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  display: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.08);
}
.badReason_model {
  position: fixed;
  bottom: 10%;
  right: 50px;
  z-index: 1005;
  background: #fff;
  line-height: 30px;
  color: #000;
  min-width: 300px;
  min-height: 360px;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  display: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.08);
}
.suggestion_model {
  position: fixed;
  bottom: 10%;
  right: 50px;
  z-index: 1005;
  background: #fff;
  line-height: 30px;
  color: #000;
  width: 300px;
  min-height: 380px;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  display: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.08);
}
.checkbox-item {
  margin-bottom: 10px;
  display: flex;
}
.checkbox-item-label {
  color: #6a6b6d;
  margin-left: 8px;
  margin-top: -4px;
}
.suggestion {
  padding: 0 20px;
}
.suggestionTitle {
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #6a6b6d;
  margin: 16px 0;
}
.completeImg {
  position: absolute;
  top: 50px;
  left: 40px;
  width: 44px;
  height: 44px;
}
.emaliInput {
  width: 100%;
  margin-bottom: 16px;
  text-align: left;
}
.phoneInput {
  width: 100%;
  margin-bottom: 16px;
  text-align: left;
}
.suggestionEmail {
  height: 40px;
  width: 100%;
  border-radius: 4px;
  padding-left: 10px;
  border: 1px solid #d1d5db;
}
.suggestionPhone {
  height: 40px;
  width: 100%;
  padding-left: 10px;
  border-radius: 4px;
  border: 1px solid #d1d5db;
}
.subSuggbox {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.subSuggestionBtn {
  width: 100%;
  height: 46px;
  color: #fff;
  margin-right: 16px;
  background: #e60039;
  border: 1px solid #e60039;
  border-radius: 4px;
}
.closeSuggestion {
  width: 100%;
  height: 46px;
  background: #fff;
  color: #e60039;
  border: 1px solid #e60039;
  border-radius: 4px;
}
.goodReason {
  height: 100%;
}
.badReason {
  height: 100%;
}
.reasonContent {
  width: 100%;
  margin-top: 20px;
  padding: 0 20px;
  text-align: left;
}
.custom-textarea {
  width: 100%;
  height: 6em; /* 4行高度 */
  padding: 10px;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  resize: none;
  overflow-y: auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.2s;
  display: none;
}
.custom-textarea.show {
  width: 100%;
  height: 6em; /* 4行高度 */
  padding: 10px;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  resize: none;
  overflow-y: auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.2s;
  display: block;
}
.suggestion-textarea {
  width: 100%;
  height: 6em; /* 4行高度 */
  padding: 10px;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  resize: none;
  overflow-y: auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.2s;
}
.custom-checkbox {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  /* margin-right: 10px; */
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

.custom-checkbox:checked {
  background-color: #e60039;
  border-color: #e60039;
}

.custom-checkbox:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
}
.subGoodReasonBtn.disabled,
.subGoodReasonBtn.disabled {
  background: #e0e0e0 !important;
}
.subGoodReason {
  width: 100%;
  text-align: center;
  height: 70px;
  line-height: 70px;
}
.subGoodReasonBtn {
  width: 140px;
  height: 40px;
  background: #e60039;
  border: none;
  color: white;
  border-radius: 6px;
}
.subBadReasonBtn.disabled,
.subBadReasonBtn.disabled {
  background: #e0e0e0 !important;
}
.subBadReason {
  width: 100%;
  text-align: center;
  height: 70px;
  line-height: 70px;
}
.subBadReasonBtn {
  width: 140px;
  height: 40px;
  /* background: #ccc; */
  background: #e60039;
  border: none;
  color: white;
  border-radius: 6px;
}
.form-privacy {
  height: 40px;
  line-height: 40px;
}

.model_content {
  padding: 0 20px 10px 20px;
  width: 100%;
}
.articalTitle {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  color: #2a2b2e;
  margin-top: -10px;
  text-align: center;
}
.solveContent {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.starList {
  width: 100%;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}
.stars {
  width: 38px;
  height: 38px;
  padding-right: 12px;
}
.subEnd_model {
  position: fixed;
  bottom: 10%;
  right: 50px;
  z-index: 1005;
  line-height: 30px;
  color: #000;
  width: 300px;
  height: 140px;
  font-size: 14px;
  border-radius: 8px;
  text-align: center;
  display: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.08);
}
.subEnd {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: relative;
}
