.elementor-kit-1370{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-1370 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.image-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.image-container img {
    width: 100%;
    height: auto;
}
.image-container .text-input {
    position: absolute;
    width: 55%;
    left: 36.5%;
    padding: 5px;
    font-size: 14px;
    border: none;
    background: rgba(255, 255, 255, 0) !important; /* 强制背景透明 */
    outline: none;
    color: #000;
    z-index: 10; /* 确保输入框在水印下面 */
}
#input-payment-amount { 
    top: 20%; 
    width: 100%; 
    left: 0%; 
    font-size: 40px; 
    font-weight: bold; 
    text-align: center;
    font-family: "DIN Alternate", sans-serif; /* 设置字体 */
}
#input-recipient-name { top: 35.6%; }
#input-recipient-account { top: 39.6%; }
#input-recipient-bank { top: 44%; }
#input-payer-name { top: 50%; }
#input-payer-account { top: 53.9%; }
#input-transfer-time { top: 59.97%; }
#input-voucher-number { top: 63.7%; }
#input-transfer-description { top: 70.2%; }

.watermark {
    position: absolute;
    top: 110px; /* 调整水印的位置 */
    left: 196.01px; /* 调整水印的位置 */
    opacity: 1; /* 设置水印透明度 */
    z-index: 100; /* 确保水印在最上层 */
}
.watermark img {
    display: block;
    width: 137.1px; /* 保持原始尺寸 */
    height: auto; /* 保持原始尺寸 */
}
#screenshot-button {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}/* End custom CSS */