/* 操作指南 & 客服 */
.actionWrap___guideSvc {
  margin: 0 auto 48px;
  padding: 28px 40px 32px;
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 40px 40px -10px rgba(22, 119, 255, 0.05);
  box-sizing: border-box;
}

.actionWrap___guideSvc .actionTitle___guideSvc {
  margin: 0 0 16px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

.actionWrap___guideSvc .guideList___guideSvc {
  margin: 0 0 24px;
  padding: 16px 20px 16px 36px;
  color: #666;
  font-size: 14px;
  line-height: 1.75;
  background: #f7faff;
  border-radius: 8px;
  border: 1px solid #e8f0ff;
}

.actionWrap___guideSvc .guideList___guideSvc li {
  margin-bottom: 10px;
}

.actionWrap___guideSvc .guideList___guideSvc li:last-child {
  margin-bottom: 0;
}

.actionWrap___guideSvc .actionBtns___guideSvc {
  display: flex;
  justify-content: center;
}

.actionWrap___guideSvc .actionBtn___guideSvc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 52px;
  padding: 0 32px;
  color: #fff;
  font-size: 16px;
  font-family: PingFangSC-Medium, -apple-system, BlinkMacSystemFont, sans-serif;
  text-decoration: none;
  background: #1968fc;
  border: 1px solid #1968fc;
  border-radius: 26px;
  box-shadow: 0 12px 24px -8px rgba(0, 89, 255, 0.35);
  cursor: pointer;
  transition: background-color 0.2s;
  box-sizing: border-box;
}

.actionWrap___guideSvc .actionBtn___guideSvc:hover {
  background: #388bff;
  border-color: #388bff;
  color: #fff;
}

@media (max-width: 768px) {
  .actionWrap___guideSvc {
    margin-bottom: 32px;
    padding: 20px 16px 24px;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(22, 119, 255, 0.08);
  }

  .actionWrap___guideSvc .actionTitle___guideSvc {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .actionWrap___guideSvc .guideList___guideSvc {
    margin-bottom: 20px;
    padding: 12px 12px 12px 28px;
    font-size: 13px;
  }

  .actionWrap___guideSvc .actionBtn___guideSvc {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 48px;
    font-size: 15px;
  }
}
