.zupu-xingshi-download-wrapper {
    margin: 0 auto;
    background: url('https://hsy1.zupu.cn/static/xingshi/icon-bg-zupu.png') no-repeat center center;
    background-color: #5a3d26;
    background-size: cover;
    width: 271px;
    height: 182px;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 24px 10px 18px 24px;
    margin-bottom: 20px;
}
.zupu-xingshi-box {
    display: flex;
    margin-bottom: 10px;
}
.zupu-xingshi-left {
    margin-right: 10px;
}
.zupu-xingshi-tian {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 84px;
    height: 80px;
    border: 1px solid #FFFFFF;
    font-size: 62px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: cursive, SourceHanSerifSC-Bold, SourceHanSerifSC, 宋体, 微软雅黑;
}
.zupu-xingshi-tian::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}
.zupu-xingshi-tian::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}
.zupu-xingshi-text {
    height: 14px;
    font-size: 14px;
    color: #bfbfbf;
    line-height: 14px;
    margin-bottom: 4px;
}
.zupu-xingshi-text span {
    font-weight: bold;
    color: #fff;
}
.zupu-xingshi-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 6px;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 11px;
}
.zupu-xingshi-title-text {
    height: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 18px;
    margin-left: 2px;
}
.zupu-download-btn {
    text-align: center;
    width: 100%;
    height: 22px;
    background: #FFFFFF;
    border-radius: 11px;
    backdrop-filter: blur(0px);
    font-size: 12px;
    font-weight: 600;
    color: #B30B20;
    line-height: 22px;
}
.zupu-download-btn:hover {
    color: #fff;
    background-color: #B30B20;
}
.dynamic-container .swiper-slide {
    text-align: left;
    display: block;
}

