.elementor-29057 .elementor-element.elementor-element-8d676dd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-29057 .elementor-element.elementor-element-7f8a4fb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-f2db02e */.warranty-button-wrapper {
  text-align: center;
  margin-top: 20px;
}

.warranty-link {
  text-decoration: none; /* 去除链接下划线 */
}

.warranty-button {
  background-color: #333; /* 默认背景色 */
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease; /* 背景色变化过渡 */
}

.warranty-button:hover {
  background-color: #D3D3D3; /* 鼠标悬停时的背景色 */
  color: #333; /* 鼠标悬停时的文字颜色 */
}/* End custom CSS */