* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
}
.main{ 
    min-width: 1000px;
}
.main .container{
    width: 100%;
    padding: 20px;
}
.main .container .header{
    font-size: 1rem;
    padding: 10px;
    background: linear-gradient(rgb(0,88,169), rgb(0,128,204));
    color: #fff;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.main .container .body{
    height: 120rem;
    border: 2px solid #75abdd;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.content{
    position: relative;
}
.same{
    position: absolute;
    transform: translateX(-50%);
}
.content a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content a img{
    width: 8rem;
}
.content a:hover img{
    border: 1px solid #7df9b9;
}
.content a p {
    font-size: 1rem;
    font-weight: 800;
}
.content a:hover p{
    color: red;
}
.content .c1{
    top: 5rem;
    left: 41%;
}
.content .c2{
    top: 20rem;
    left: 13.5%;
}
.content .c3{
    top: 40rem;
    left: 13.5%;
}
.content .c4{
    top: 29rem;
    left: 32%;
}
.content .c5{
    top: 29rem;
    left: 50%;
}
.content .c6{
    top: 29rem;
    left: 68%;
}
.content .c7{
    top: 81rem;
    left: 17%;
}
.content .c8{
    top: 98rem;
    left: 17%;
}
.content .c9{
    top: 84rem;
    left: 36%;
}
.content .c10{
    top: 84rem;
    left: 52%;
}
.content .c11{
    top: 83rem;
    left: 68%;
}
.content .c12{
    top: 62rem;
    left: 13.5%;
}
.content .c13{
    top: 62rem;
    left: 32%;
}
.content .c14{
    top: 62rem;
    left: 50%;
}
.content .c15{
    top: 62rem;
    left: 68%;
}
.content .c16{
    top: 3.5rem;
    left: 85.8%;
    background-color: #f0f0f0; /* 浅灰色背景 */
    border: 1px solid #d0d0d0; /* 灰色边框 */
    padding: 5px 15px; /* 增加内边距 */
    display: inline-block;
    border-radius: 10px;
    width: 19.7rem; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 添加阴影效果 */
    transition: all 0.6s ease; /* 平滑过渡效果 */
    cursor: pointer; /* 鼠标悬停时显示手形图标 */
    text-align: center; /* 文字居中 */
    text-decoration: none; /* 无下划线 */
    outline: none; /* 去除轮廓线 */
}
.content .c16:hover {
    background-color: #e0e0e0; /* 鼠标悬停时的背景颜色 */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* 鼠标悬停时的阴影效果 */
}

.content .c16:active {
    background-color: #d0d0d0; /* 鼠标点击时的背景颜色 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 鼠标点击时的阴影效果 */
    transform: translateY(4px); /* 点击时的轻微下移效果 */
}
.content .c16::before {
    content: ''; /* 伪元素需要内容属性，即使它为空 */
    position: absolute;
    left: 1%; /* 与左边距对齐 */
    top: 50%; /* 垂直居中 */
    width: 10px; /* 点的宽度 */
    height: 10px; /* 点的高度 */
    background-color: #333; /* 点的颜色 */
    border-radius: 50%; /* 使点变为圆形 */
    transform: translateY(-50%); /* 精确垂直居中 */
}
.content .c17{
    top: 6.5rem;
    left: 85.8%;
    background-color: #f0f0f0; /* 浅灰色背景 */
    border: 1px solid #d0d0d0; /* 灰色边框 */
    padding: 5px 15px; /* 增加内边距 */
    display: inline-block;
    border-radius: 10px;
    width: 19.7rem; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 添加阴影效果 */
    transition: all 0.6s ease; /* 平滑过渡效果 */
    cursor: pointer; /* 鼠标悬停时显示手形图标 */
    text-align: center; /* 文字居中 */
    text-decoration: none; /* 无下划线 */
    outline: none; /* 去除轮廓线 */
}
.content .c17:hover {
    background-color: #e0e0e0; /* 鼠标悬停时的背景颜色 */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* 鼠标悬停时的阴影效果 */
}

.content .c17:active {
    background-color: #d0d0d0; /* 鼠标点击时的背景颜色 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 鼠标点击时的阴影效果 */
    transform: translateY(4px); /* 点击时的轻微下移效果 */
}
.content .c17::before {
    content: ''; /* 伪元素需要内容属性，即使它为空 */
    position: absolute;
    left: 1%; /* 与左边距对齐 */
    top: 50%; /* 垂直居中 */
    width: 10px; /* 点的宽度 */
    height: 10px; /* 点的高度 */
    background-color: #333; /* 点的颜色 */
    border-radius: 50%; /* 使点变为圆形 */
    transform: translateY(-50%); /* 精确垂直居中 */
}
.content .c18{
    top: 9.5rem;
    left: 85.8%;
    background-color: #f0f0f0; /* 浅灰色背景 */
    border: 1px solid #d0d0d0; /* 灰色边框 */
    padding: 5px 15px; /* 增加内边距 */
    display: inline-block;
    border-radius: 10px;
    width: 19.7rem; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 添加阴影效果 */
    transition: all 0.6s ease; /* 平滑过渡效果 */
    cursor: pointer; /* 鼠标悬停时显示手形图标 */
    text-align: center; /* 文字居中 */
    text-decoration: none; /* 无下划线 */
    outline: none; /* 去除轮廓线 */
}
.content .c18:hover {
    background-color: #e0e0e0; /* 鼠标悬停时的背景颜色 */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* 鼠标悬停时的阴影效果 */
}

.content .c18:active {
    background-color: #d0d0d0; /* 鼠标点击时的背景颜色 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 鼠标点击时的阴影效果 */
    transform: translateY(4px); /* 点击时的轻微下移效果 */
}
.content .c18::before {
    content: ''; /* 伪元素需要内容属性，即使它为空 */
    position: absolute;
    left: 1%; /* 与左边距对齐 */
    top: 50%; /* 垂直居中 */
    width: 10px; /* 点的宽度 */
    height: 10px; /* 点的高度 */
    background-color: #333; /* 点的颜色 */
    border-radius: 50%; /* 使点变为圆形 */
    transform: translateY(-50%); /* 精确垂直居中 */
}
.content .c19{
    top: 12.5rem;
    left: 85.8%;
    background-color: #f0f0f0; /* 浅灰色背景 */
    border: 1px solid #d0d0d0; /* 灰色边框 */
    padding: 5px 15px; /* 增加内边距 */
    display: inline-block;
    border-radius: 10px;
    width: 19.7rem; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 添加阴影效果 */
    transition: all 0.6s ease; /* 平滑过渡效果 */
    cursor: pointer; /* 鼠标悬停时显示手形图标 */
    text-align: center; /* 文字居中 */
    text-decoration: none; /* 无下划线 */
    outline: none; /* 去除轮廓线 */
}
.content .c19:hover {
    background-color: #e0e0e0; /* 鼠标悬停时的背景颜色 */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* 鼠标悬停时的阴影效果 */
}

.content .c19:active {
    background-color: #d0d0d0; /* 鼠标点击时的背景颜色 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 鼠标点击时的阴影效果 */
    transform: translateY(4px); /* 点击时的轻微下移效果 */
}
.content .c19::before {
    content: ''; /* 伪元素需要内容属性，即使它为空 */
    position: absolute;
    left: 1%; /* 与左边距对齐 */
    top: 50%; /* 垂直居中 */
    width: 10px; /* 点的宽度 */
    height: 10px; /* 点的高度 */
    background-color: #333; /* 点的颜色 */
    border-radius: 50%; /* 使点变为圆形 */
    transform: translateY(-50%); /* 精确垂直居中 */
}
.content .c20{
    top: 15.5rem;
    left: 85.8%;
    background-color: #f0f0f0; /* 浅灰色背景 */
    border: 1px solid #d0d0d0; /* 灰色边框 */
    padding: 5px 15px; /* 增加内边距 */
    display: inline-block;
    border-radius: 10px;
    width: 19.7rem; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 添加阴影效果 */
    transition: all 0.6s ease; /* 平滑过渡效果 */
    cursor: pointer; /* 鼠标悬停时显示手形图标 */
    text-align: center; /* 文字居中 */
    text-decoration: none; /* 无下划线 */
    outline: none; /* 去除轮廓线 */
}
.content .c20:hover {
    background-color: #e0e0e0; /* 鼠标悬停时的背景颜色 */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* 鼠标悬停时的阴影效果 */
}

.content .c20:active {
    background-color: #d0d0d0; /* 鼠标点击时的背景颜色 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 鼠标点击时的阴影效果 */
    transform: translateY(4px); /* 点击时的轻微下移效果 */
}
.content .c20::before {
    content: ''; /* 伪元素需要内容属性，即使它为空 */
    position: absolute;
    left: 1%; /* 与左边距对齐 */
    top: 50%; /* 垂直居中 */
    width: 10px; /* 点的宽度 */
    height: 10px; /* 点的高度 */
    background-color: #333; /* 点的颜色 */
    border-radius: 50%; /* 使点变为圆形 */
    transform: translateY(-50%); /* 精确垂直居中 */
}
.content .c21{
    top: 18.5rem;
    left: 85.8%;
    background-color: #f0f0f0; /* 浅灰色背景 */
    border: 1px solid #d0d0d0; /* 灰色边框 */
    padding: 5px 15px; /* 增加内边距 */
    display: inline-block;
    border-radius: 10px;
    width: 19.7rem; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 添加阴影效果 */
    transition: all 0.6s ease; /* 平滑过渡效果 */
    cursor: pointer; /* 鼠标悬停时显示手形图标 */
    text-align: center; /* 文字居中 */
    text-decoration: none; /* 无下划线 */
    outline: none; /* 去除轮廓线 */
}
.content .c21:hover {
    background-color: #e0e0e0; /* 鼠标悬停时的背景颜色 */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* 鼠标悬停时的阴影效果 */
}

.content .c21:active {
    background-color: #d0d0d0; /* 鼠标点击时的背景颜色 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 鼠标点击时的阴影效果 */
    transform: translateY(4px); /* 点击时的轻微下移效果 */
}
.content .c21::before {
    content: ''; /* 伪元素需要内容属性，即使它为空 */
    position: absolute;
    left: 1%; /* 与左边距对齐 */
    top: 50%; /* 垂直居中 */
    width: 10px; /* 点的宽度 */
    height: 10px; /* 点的高度 */
    background-color: #333; /* 点的颜色 */
    border-radius: 50%; /* 使点变为圆形 */
    transform: translateY(-50%); /* 精确垂直居中 */
}
.content .c22{
    top: 21.5rem;
    left: 85.8%;
    background-color: #f0f0f0; /* 浅灰色背景 */
    border: 1px solid #d0d0d0; /* 灰色边框 */
    padding: 5px 15px; /* 增加内边距 */
    display: inline-block;
    border-radius: 10px;
    width: 19.7rem; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 添加阴影效果 */
    transition: all 0.6s ease; /* 平滑过渡效果 */
    cursor: pointer; /* 鼠标悬停时显示手形图标 */
    text-align: center; /* 文字居中 */
    text-decoration: none; /* 无下划线 */
    outline: none; /* 去除轮廓线 */
}
.content .c22:hover {
    background-color: #e0e0e0; /* 鼠标悬停时的背景颜色 */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* 鼠标悬停时的阴影效果 */
}

.content .c22:active {
    background-color: #d0d0d0; /* 鼠标点击时的背景颜色 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 鼠标点击时的阴影效果 */
    transform: translateY(4px); /* 点击时的轻微下移效果 */
}
.content .c22::before {
    content: ''; /* 伪元素需要内容属性，即使它为空 */
    position: absolute;
    left: 1%; /* 与左边距对齐 */
    top: 50%; /* 垂直居中 */
    width: 10px; /* 点的宽度 */
    height: 10px; /* 点的高度 */
    background-color: #333; /* 点的颜色 */
    border-radius: 50%; /* 使点变为圆形 */
    transform: translateY(-50%); /* 精确垂直居中 */
}
table{
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
  height: auto;
  border-collapse: separate;
  border-spacing: 0.5rem;
}
table tr td{
  border: 2px dashed rgb(1, 102, 255);
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 10px;
}
table tr td a img{
    background: #f7f7f7;
}

.samearrow img{
    position: absolute;
    z-index: -1;
}
.content .arrow1 img{
    width: 10%;
    height: 23rem;
    top: 22rem;
    left: 17.5%;
}
.content .arrow2 img{
    width: 9%;
    height: 2rem;
    top: 32rem;
    left: 36%;
}
.content .arrow3 img{
    width: 9%;
    height: 2rem;
    top: 32rem;
    left: 54%;
}
.content .arrow4 img{
    width: 9%;
    height: 2rem;
    top: 65rem;
    left:18%;
}
.content .arrow5 img{
    width: 9%;
    height: 2rem;
    top: 65rem;
    left: 36%;
}
.content .arrow6 img{
    width: 9%;
    height: 2rem;
    top: 65rem;
    left: 54%;
}

.talk {
    position: fixed; 
    bottom: 20px; /* 设置表单距离页面底部的距离 */
    right: 20px; /* 设置表单距离页面右侧的距离 */
    background-color: rgb(0, 102, 255); /* 设置表单背景色 */
    padding: 10px; /* 设置表单内边距 */
    border: 3px solid #0ff55c; /* 设置表单边框 */
    width: 85px;
    height: 85px;
    animation: flow 2s infinite alternate linear;
}
 
.talk::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    animation: flowBefore 2s infinite alternate linear;
}
 
@keyframes flow {
    0% {
      border-color: #ff0000;
    }
    100% {
      border-color: rgb(43, 255, 0);
    }
}
 
  @keyframes flowBefore {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
}
.talk p{
    color: white;
}

#myModal {
    display: none; /* 默认隐藏弹窗 */
    position: fixed; /* 固定弹窗位置 */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); /* 居中显示 */
    background-color: white;
    border: 1px solid black;
    padding: 20px;
    z-index: 1; /* 确保弹窗在其他元素之上 */
}
