.Box1{
    padding: 50px 0;
}
.Box1 .container-md.row{
    margin: 0 auto;
}
.Box1 .box{
    background-color: #F6F6F6;
    border: 1px solid #c7c4c42a; 
    padding-top: 450px;
    position: relative;
}
.Box1 .box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    height: 80%;
    object-fit: contain;
}
.Box1 .txt{
    padding-left: 40px;
    padding-top: 50px;
}

.Box1 .txt h5{
    font-size: 30px;
    font-family: 'MyCustomFont';
    max-width: 80%;
}
.Box1 .txt hr{
    color: rgba(0, 0, 0, 0.432);
    width: 90%;
}
.Box1 .txt a button{
    background-color: #333333;
    color: white;
    padding: 13px 40px;
    border: none;
    transition: 0.4s;
}
.Box1 .txt a button:hover{
    background-color: #BF1A21;
    color: #fff;
}




.Box2{
    background-color: #F6F6F6;
    padding: 50px 0;
}
.Box2 h4{
    font-size: 30px;
    font-weight: 500;
    font-family: 'MyCustomFont';
    margin-bottom: 50px;
}    
table {
    border-collapse: collapse;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
th, td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}
th {
    background-color: #f8f8f8;
    font-weight: 600;
}
.group-header {
    /* background-color: #C01920;  */
    /* color: #fff;  */
    font-weight: 600;
    text-align: center;
}
tr:nth-child(even) {
    background-color: #fefefe;
}
tr:hover {
    background-color: #f9f0f1; /*  hover 时与主题色呼应 */
}
td:first-child {
    width: 15%;
}
td:nth-child(2) {
    width: 25%;
}
/* 表头特殊处理 */
thead tr th {
    background-color: #eaeaea;
    text-align: center;
}