.main {
    width: 100%; /* 改为100%宽度 */
    max-width: 112.5rem; /* 添加最大宽度限制 */
    margin: 0 auto; /* 水平居中 */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px; /* 添加两侧内边距 */
    box-sizing: border-box; /* 包含padding在宽度内 */
}

.image-slice {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px;
}
.image-slice-1 {
  background-image: url(https://oss.wkefu.com/wm_resources/guanwang/assets/img/ads_automation/1.jpg);
  height: 400px;
}
.image-slice-2 {
  background-image: url(https://oss.wkefu.com/wm_resources/guanwang/assets/img/ads_automation/2.jpg);
  height: 586px;
}
.image-slice-3 {
  background-image: url(https://oss.wkefu.com/wm_resources/guanwang/assets/img/ads_automation/3.jpg);
  height: 503px;
}
.image-slice-4 {
  background-image: url(https://oss.wkefu.com/wm_resources/guanwang/assets/img/ads_automation/4.jpg);
  height: 387px;
}
.image-slice-5 {
  background-image: url(https://oss.wkefu.com/wm_resources/guanwang/assets/img/ads_automation/5.jpg);
  height: 430px;
}

/* 图片容器设置 */
.image-container {
    position: relative;
    width: 112.5rem; /* 固定宽度 */
    margin: 0 auto 20px;
    text-align: center;
    overflow: hidden; /* 隐藏超出部分 */
}

.image-container img {
    width: 112.5rem; /* 固定图片宽度 */
    height: auto; /* 高度自动保持比例 */
    display: block;
}

.button-container {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

/* 按钮定位优化 */
.button {
    position: absolute;
    /* padding: 0.75rem 1.5rem; */
    /* border: none; */
    /* border-radius: 0.3125rem; */
    /* cursor: pointer; */
    /* transition: all 0.3s; */
    text-decoration: none;
    /* transform: translateX(-50%); */
}

.button-free-trial {
    top: 67.75%;
    left: 5.75%;
    width: 6.96%;
    height: 7.25%;
}

.button-schedule-demo {
    top: 67.75%;
    left: 15.5%;
    width: 6.96%;
    height: 7.25%;
}

/* 第三个按钮样式 */
.button-free2-trial {
    top: 64.88%;
    left: 36.2%;
    width: 11.13%;
    height: 10.47%;
}

.button-schedule2-demo {
    top: 64.88%;
    left: 52.79%;
    width: 11.13%;
    height: 10.47%;
}

.footer {
    font-size: 12px; /* 默认字体大小为12px */
    padding: 40px 0;
    background-color: #00203e;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.w1005 {
    width: 1005px;
    margin-left: auto;
    margin-right: auto;
}

.footer-intro {
    display: flex; /* 使用 flexbox 布局 */
    align-items: center; /* 垂直居中对齐 */
    margin-bottom: 20px; /* 添加一些间距 */
}

.footer-intro img {
    margin-right: 10px; /* 图片与文字之间的间距 */
}

.footer-intro span {
    font-size: 14px; /* 文字大小为14px */
    color: white; /* 文字颜色 */
}
.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; /* 使用 flexbox 布局 */
    justify-content: space-between; /* 横向对齐 */
	flex: 1; /* 占据剩余空间 */
	margin-right: 20px; /* 与微信二维码的间距 */
}

/* 新增：包裹 footer-nav 和 微信二维码的容器 */
.footer-content {
    display: flex; /* 使用 Flexbox 布局 */
    justify-content: space-between; /* 让两个部分左右分布 */
    align-items: flex-start; /* 顶部对齐 */
}

/* 微信二维码样式 */
.footer-wechat {
    text-align: center; /* 文字居中 */
    margin-left: 20px; /* 与 footer-nav 的间距 */
}

.footer-wechat p {
    margin-top: 5px; /* 文字与图片的间距 */
    font-size: 12px;
    color: white;
}

.footer-nav li {
    flex: 1; /* 每个 li 占据相等的空间 */
    margin: 0 0px; /* 添加一些间距 */
}

.footer-nav-heading {
    font-size: 14px; /* 标题字体大小为14px */
    margin-bottom: 20px;
    text-align: left; /* 标题居中对齐 */
}

.footer-subnav {
    list-style: none;
    padding: 0;
    margin: 0;
	text-align: left;
}

.footer-subnav li {
    margin-bottom: 5px;
}

.footer-subnav li img {
    margin-right: 5px; /* 图片与文字之间的间距 */
}

.footer-subnav li span {
    font-size: 12px; /* 文字大小为12px */
    color: white; /* 文字颜色 */
	text-align: left;
	width: 200px;
}

.footer-subnav a {
    color: white;
    text-decoration: none;
}

.footer-subnav a:hover {
    text-decoration: underline;
}

.footer-tel {
    font-size: 14px; /* 电话号码字体大小为14px */
    color: #ffcc00;
    margin-top: 10px;
    text-align: center; /* 电话号码居中对齐 */
}

.footer-qrcode {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; /* 二维码居中对齐 */
}

.footer-qrcode li {
    margin-top: 10px;
}

.qrcode-wrap img {
    display: inline-block;
}

.qrcode-text {
    font-size: 12px; /* 二维码文字字体大小为12px */
    color: #ccc;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}


/* 弹窗样式 */
.popup {
    display: none; /* 默认不显示弹窗 */
    position: fixed; /* 固定定位 */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    width: 300px;
    text-align: left;
    flex-direction: column;
    justify-content: space-between; /* 使内容分布在顶部和底部 */
}

/* 弹窗头部样式 */
.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.popup-header p {
    margin: 0;
    font-size: 15px;
}


/* 修改 close-button 样式 */
.close-button {
    background-color: transparent;
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative; /* 为绝对定位的子元素提供参照 */
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s;
}


.close-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%; /* 缩短线条长度，看起来更精致 */
    height: 2px;
    background: #cecece; /* 使用深色，提高可视性 */
    transform-origin: center;
}

.close-button span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-button span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}


/* 表单容器样式 */
.form-container {
    display: flex;
    flex-direction: column;
    flex: 1; /* 占据剩余空间 */
    width: 100%;
    position: relative; /* 为绝对定位提供参考 */
}

/* 表单组样式 */
.form-group {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
    font-size: 12px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

/* 必填字段红星样式（放在前面） */
.form-group.required label:not(.checkbox-group label)::before {
    content: "*";
    color: red;
    margin-right: 4px;
}

/* 输入框样式 */
.form-group input[type="text"] {
    width: calc(100% - 16px);
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* 复选框组样式 */
.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 5px;
}

.checkbox-group div {
    display: flex;
    align-items: center;
}

.checkbox-group input[type="checkbox"] {
    margin-top: 0;
    margin-right: 8px;
    width: auto;
}

.checkbox-group label {
    margin: 0;
    width: auto;
}

/* 提交按钮样式 - 固定在底部 */
.popup button[type="submit"] {
    width: calc(100% - 40px); /* 比弹窗宽度小40px */
    padding: 6px 0;
    background-color: #1552C1;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 30px; /* 自动上边距将按钮推到底部 */
    align-self: center; /* 水平居中 */
}

.popup button[type="submit"]:hover {
    background-color: #0093dc;
}

/* 确保表单内容不会溢出 */
.form-container form {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* 单选框选中时的样式 */
.checkbox-group input[type="checkbox"]:checked {
    accent-color: #1552C1; /* 修改选中时的颜色，使用16进制颜色 */
}

