body {
    max-width: 425px;
    background: url("./image/bg.png") no-repeat center center;
    background-size: 425px 100%;
    margin: 0 auto;
    overflow: auto;
}

.container {
    padding: 11px;
}

.header-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.love-box {
    margin-top: 35px;
}

.love {
    width: 100px;
    height: 100px;
    background: url("./image/1.png");
    background-size: cover;
    float: right;
    margin: 10px;
    /* border-radius: 50%; */
    shape-outside: margin-box;
}

.love-text {
    font-size: 18px;
    color: #FF3094;
    font-weight: 600;
}

.love-1 {
    width: 100px;
    height: 100px;
    background: url("./image/2.png") no-repeat center center;
    background-size: contain;
    float: left;
    margin: 10px;
    /* border-radius: 50%; */
    shape-outside: margin-box;
}

@font-face {
    font-family: 'CustomFont';
    src: url('../css/font/335-CAI978.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* body{
    font-family: 'CustomFont', sans-serif;
} */
.case-box{
    margin-top: 35px;
}
.case {
   width: 100%;
   height: auto;
   object-fit: cover;
}

.footer {

    align-items: center;
    display: flex;
    margin-top: 50px;
    background-color: #FFA5BC;
    border-top: #FF3094 1px solid;
    padding: 14px;
    justify-content: space-between;
}

.yuehui-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.contact-us {
    width: 180px;
    height: auto;
    object-fit: contain;
}

.link{
    display: flex;
    gap: 15px;
}

.fb_icon{
    width: 53px;
    height: auto;
    object-fit: contain;
}