* {
  box-sizing: border-box;
}

html {
  background-color: #f1efe980;
}

body {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

a {
  color: #0d6efd;
}

img {
  max-width: 100%;
}

figcaption {
  margin-top: 0.5rem;
  font-style: italic;
  color: #6c757d;
  font-size: 90%;
}

.overflow-hidden {
  overflow: hidden;
}

.d-none {
  display: none;
}

.w-100 {
  width: 100%;
}

.p-1 {
  padding: 0.25rem;
}

.bg-transparent {
  background-color: transparent;
}

button,
a.button {
  display: inline-block;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #007bff;
  border: 2px solid #007bff;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.btn-sm {
  font-size: 90%;
}

button:hover,
a.button:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

button:active,
a.button:active {
  background-color: #00408d;
  border-color: #00408d;
}

button:disabled {
  background-color: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed rgb(165, 165, 165);
}

.header {
  margin-bottom: 1rem;
  border-bottom: 1px solid gray;
}

.header img {
  vertical-align: middle;
  height: 35px;
}

nav ul {
  padding-left: 0;
  list-style: none;
}

nav li {
  margin-right: 0.5rem;
  display: inline;
}

nav li:last-child {
  margin-right: 0;
}

.introduction img {
  height: 160px;
}

.plans {
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.plans h3 span {
  margin-left: 0.5rem;
  font-weight: normal;
  font-size: 86%;
}

.plan {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.faq-item p {
  opacity: 0.6;
}

.testimonial li p {
  padding-left: 1rem;
  padding-right: 1rem;
  font-style: italic;
}

.testimonial li p:first-child {
  font-size: 120%;
  opacity: 0.7;
}

.testimonial li p:last-child {
  text-align: right;
  opacity: 0.6;
  font-size: 90%;
}

.glide {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.contact input,
.contact textarea {
  border: 1px solid #80808073; /* 统一边框样式 */
  outline: none; /* 去掉默认的 focus 高亮 */
}

.contact textarea {
  resize: vertical; /* 允许垂直拉伸 */
  /* min-height: 100px; 设置最小高度 */
}

.footer {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.links a{
	margin-right:0.25rem;
}
