/* 页面大小 */
body {
    position: relative;
    width: 1200px;
    height: 1640px;
    background-color: #fff9ed !important;
    margin: 0 auto;
    /* border: 1px solid #000; */
}

/* 左上角图标位置 */
.top-left-image {
    position: absolute;
    top: 30px;
    left: 49px;
     z-index: 999;
}
.top-left2-image {
    position: absolute;
    top: 12px;
    left: 190px;
     z-index: 999;
}

a:hover img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}
a:hover svg {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}