.hzhb1{
padding-bottom: 70px;}

.hzhb1 .hztitle {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 40px;}

.hzhb1 .hzmain {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;}

.hzhb1 .hzmain a {
    display: block;
    width: 380px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 7px 0px 7px rgba(0,0,0,0.03);}

.hzhb1 .hzmain a img {
    width: 100%;
    height: 120px;
    object-fit: contain;}
.hzxx {
    background: #dedae8;
    padding: 20px 16px 0px;
    margin-bottom: 50px;}


.hzxx .hzxxtitle {
    text-align: center;
    background: #641c78;
    color: #fff;
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;}

.hzxx ul {
    display: flex;
    flex-wrap: wrap;
    gap: 29px;
    padding: 29px 0;}

.hzxx ul li {
    width: 270px;
    box-sizing: border-box;
    height: 72px;
    line-height: 70px;
    text-align: center;
    background: #c8b7d4;
    border-radius: 10px;
    border: solid 1px #641c78;}

.hzxx ul li a {
    margin: 0;
    background: transparent;
    color: #641c78;
    font-size: 18px;
    font-weight: bold;}

.hzxx ul li a:hover {
    background: transparent;
    box-shadow: none;}
