* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "微软雅黑", "宋体", serif;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;

}

.certificate {
    width: 595px;
    height: 842px;
    background-image: url('bg.png');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 100px 70px 40px 70px;
}

/* 样本水印 */
.watermark {
    position: absolute;
    top: 120px;
    right: 80px;
    font-size: 48px;
    color: #E97B6D;
    border: 4px solid #E97B6D;
    padding: 8px 35px;
    transform: rotate(30deg);
    opacity: 0.7;
    font-weight: bold;
    letter-spacing: -4px;
}

/* 标题 */
.title {
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    color: #333;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

/* 信息区域 */
.info-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1cqb;
}

.info-left {
    flex: 1;
}

.info-right {
    width: 180px;
    padding-left: 10px;
}

.photo-box {
    width: 70px;
    height: auto;
  
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
    position: relative;
    left: 80px;
}

.photo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-row {
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 1.3;
    font-family:  "宋体", serif;
}

.label {
    color: #333;
    letter-spacing: 2px;
}

.value {
    color: #333;
    margin-left: -8px;
}

/* 认证声明 */
.statement {
    font-size: 15px;
    color: #333;
    margin-top: -5px;
    margin-bottom: 150px;
    letter-spacing: 1px;
    font-weight: bold;
}

/* 底部区域 */
.footer-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    bottom: 60px;
    left: 70px;
    right: 50px;
}

/* 二维码区域 */
.qr-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.qr-code {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qr-code img {
    width: 60px;
    height: 60px;
}

.qr-text {
    font-size: 11px;
    color: #666;
    line-height: 1.8;
}

/* 公章区域 */
.seal-section {
    position: relative;
}

.seal {
    width: 180px;
    height: auto;
    position: relative;
    margin-right: 30px;
}

.seal-circle {
    width: 100%;
    height: 100%;
   
}
.seal-circle img{
    width: 100%;
    height: 100%;
}
.seal-text-top {
    font-size: 11px;
    color: #c41e3a;
    position: absolute;
    top: 18px;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
}

.seal-star {
    font-size: 32px;
    color: #c41e3a;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.seal-text-bottom {
    font-size: 11px;
    color: #c41e3a;
    position: absolute;
    bottom: 28px;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
}

.seal-number {
    font-size: 8px;
    color: #c41e3a;
    position: absolute;
    bottom: 12px;
    width: 100%;
    text-align: center;
}
