* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
}
.main{ 
    min-width: 1000px;
    padding: 20px;
}
.main .container{
    width: 100%;
}
.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: 101rem;
    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 img{
    width: 10rem;
    
}

.content a p {
    font-size: 1rem;
    font-weight: 800;
}



.content .c1{
    left: 14%;
    top: 4rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 
}
.content .c2{
    left: 32%;
    top: 4rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 
}
.content .c3{
    left: 50%;
    top: 4rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 
}
.content .c4{
    left: 68%;
    top: 4rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 
}
.content .c5{
    left: 86%;
    top: 4rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 
}
.content .c6{
    left: 14%;
    top: 18rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 
}
.content .c7{
    left: 32%;
    top: 18rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 
}
.content .c8{
    left: 50%;
    top: 18rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 

    
}
.content .c9{
    left: 68%;
    top: 18rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 
    
}
.content .c10{
    left: 86%;
    top: 18rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 
}
.content .c11{
    left: 14%;
    top: 32rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 
}
.content .c12{
    left: 32%;
    top: 32rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 
    
}
.content .c13{
    left: 50%;
    top: 32rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 
    
}
.content .c14{
    left: 68%;
    top: 32rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 
}
.content .c15{
    left: 86%;
    top: 32rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 
}
.content .c16{
    left: 14%;
    top: 46rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 
}
.content .c17{
    left: 32%;
    top: 46rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 

}
.content .c18{
    left: 50%;
    top: 46rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 

}
.content .c19{
    left: 68%;
    top: 46rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 
    
}
.content .c20{
    left: 86%;
    top: 46rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 
}
.content .c21{
    left: 14%;
    top: 60rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 
}
.content .c22{
    left: 32%;
    top: 60rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 
    

}
.content .c23{
    left: 50%;
    top: 60rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 

}
.content .c24{
    left: 68%;
    top: 60rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 

}
.content .c25{
    left: 86%;
    top: 60rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 

}
.content .c26{
    left: 14%;
    top: 74rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 

}
.content .c27{
    left: 32%;
    top: 74rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 

}
.content .c28{
    left: 50%;
    top: 74rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 

}
.content .c29{
    left: 68%;
    top: 74rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 

}
.content .c30{
    left: 86%;
    top: 74rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 
}
.content .c31{
    left: 14%;
    top: 88rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 
}
.content .c32{
    left: 32%;
    top: 88rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 
}
.content .c33{
    left: 50%;
    top: 88rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 
}
.content .c34{
    left: 68%;
    top: 88rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; 
}
.content .c35{
    left: 86%;
    top: 88rem;
    width: 15rem;
    height: 10rem;
    border: 1px solid rgb(233, 233, 233);
    background-color: white;
    box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1), /* 外层阴影 */
    0 4px 12px rgba(0, 0, 0, 0.2); /* 内层阴影 */
    display: flex;
    justify-content: center; 
    align-items: center; 
}
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 p{
    padding: 5px;
    color: #000;
    font-size: 14px;
  }
table tr td a img{
    background: #f7f7f7;
}

.back{
    color: #000;
    font-weight: 1000;
    width: 10rem;
    height: 4rem;
}
.back img{
    padding-left: 20px;
    width: 3rem;
    position: absolute;
    left: 2%;
    top: 7.5rem;
}
.back p{
    width: 6rem;
    position: absolute;
    left: 5%;
    top: 7.3rem;
    font-size: 1.3rem;
}

.modal {  
    display: none;  
    position: fixed;  
    z-index: 1;  
    left: 0;  
    top: 0;  
    width: 100%;  
    height: 100%;  
    overflow: auto;  
    background-color: rgba(0, 0, 0, 0.9);  
}  

.modal-content {  
    margin: auto;  
    display: block;  
    width: 80%;  
}  

.close {  
    position: absolute;  
    top: 2rem;  
    left: 90%;  
    color: #f1f1f1;  
    font-size: 5rem;  
    font-weight: bold;  
    cursor: pointer;  
}
