.fzzl { width:100%; height: 912px; position:relative; background-image: url('./images/fzzl-03.png'); background-repeat: no-repeat; background-size: auto; background-position: bottom; padding-top: 120px; box-sizing: border-box;}
    .fzzl-item-image { width:300px; height:300px; margin: auto;}
    .fzzl-item-image img { width:100%; height: 100%;}

    
    .fzzl .item-01 { top:120px; left:80px; }
    .fzzl .item-02 { top:350px; left:80px; }
    .fzzl .item-03 { top:120px; right:80px; }
    .fzzl .item-04 { top:350px; right:80px; }

    .fzzl .fzzl-item { width:361px; display:flex; position: absolute;}
    .fzzl .fzzl-item .item-cont { width:250px; box-sizing: border-box;}
    .item-01 .item-cont { padding-right:10px; }
    .item-02 .item-cont { padding-right:10px; }
    .item-03 .item-cont { padding-left:10px; }
    .item-04 .item-cont { padding-left:10px; }
    .fzzl .fzzl-item .item-cont lable { display:block; color:#464343; font-size:20px; font-weight:600; }
    .fzzl .fzzl-item .item-cont p { padding: 0px; color:#474343; font-size: 16px; line-height: 24px; padding-top: 10px;}
    .fzzl .fzzl-item .item-title { width:111px; height:111px;  background-repeat:no-repeat; border:solid 1px #d9b18a; border-radius: 55px; box-sizing: border-box; padding: 10px;}
    .fzzl .fzzl-item .item-title div { width:90px; height:90px; background-image:url('./images/fzzl-01.png'); background-size: cover; border-radius: 45px; display: flex; align-items: center;}
    .fzzl .fzzl-item .item-title div span { width: 100%; display: block; font-family: '黑体'; font-size:42px; color:#FFFFFF; font-weight: 800; text-align: center;
        text-shadow: #464343 3px 4px 5px; /* 增加偏移量可以增加描边宽度 */}

    .fzzl .fzzl-item-text { position: absolute; left: 120px; bottom: 140px; color:#6e442e; font-size:52px; font-weight:700; letter-spacing: 2px;}

@media(max-width:640px){
    .fzzl { width:100%; height: auto; position:relative; background-image:none; background-repeat: no-repeat; background-size: auto; background-position: bottom; padding-top: 20px; box-sizing: border-box;}
    .fzzl-item-image { width:300px; height:300px; margin: auto; display: none;}
    .fzzl-item-image img { width:100%; height: 100%;}

    .fzzl .item-01 { flex-direction:row-reverse; }
    .fzzl .item-02 { flex-direction:row-reverse; }
    .fzzl .item-03 { top:120px; right:80px; }
    .fzzl .item-04 { top:350px; right:80px; }

    .fzzl .fzzl-item { width:360px; display:flex; position:unset; margin: auto; margin-bottom: 20px;}
    .fzzl .fzzl-item .item-cont { width:300px; box-sizing: border-box; padding-left: 10px;}
    .item-01 .item-cont { padding-right:10px; }
    .item-02 .item-cont { padding-right:10px; }
    .item-03 .item-cont { padding-left:10px; }
    .item-04 .item-cont { padding-left:10px; }
    .fzzl .fzzl-item .item-cont lable { display:block; color:#464343; font-size:16px; font-weight:600; }
    .fzzl .fzzl-item .item-cont p { padding: 0px; color:#474343; font-size: 14px; line-height: 20px; padding-top: 5px; min-height: 65px; margin: 0px;}

    .fzzl .fzzl-item .item-title { width:60px; height:60px;  background-repeat:no-repeat; border:solid 1px #d9b18a; border-radius: 30px; box-sizing: border-box; background-color: #d9b18a;}
    .fzzl .fzzl-item .item-title div { width:100%; height:100%; background-image:none; background-size: cover; border-radius: 0px; display: flex; align-items: center;}
    .fzzl .fzzl-item .item-title div span { width: 100%; display: block; font-family: '黑体'; font-size:26px; color:#FFFFFF; font-weight: 800; text-align: center;
        text-shadow: #464343 3px 4px 5px; /* 增加偏移量可以增加描边宽度 */}

    .fzzl .fzzl-item-text { position: unset; width: 100%; text-align: center; color:#6e442e; font-size:24px; font-weight:700; letter-spacing: 2px;}

}