.fn-view {
    width: 1024px;
    box-sizing: border-box;
    padding: 0 35px;
    margin: 0 auto;
}

.infomercial-view {
    margin-top: 64px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.infomercial-item {
    width: 264px;
    height: 322px;
    display: block;
}

.infomercial-item:nth-child(2) {
    margin: 0 36px;
}

.infomercial-img {
    width: 100%;
    height: 100%;
}

.text-view {
    margin-top: 125px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.label:nth-child(1) {
    font-size: 22px;
    font-family: 黑体;
    font-weight: 400;
    color: #222B48;
}

.label:nth-child(2) {
    font-size: 22px;
    font-family: 黑体;
    font-weight: 400;
    color: #B8AEAE;
    margin: 24px 0 44px;
}

.info {
    margin-top: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.text {
    font-size: 18px;
    font-family: 黑体;
    font-weight: 400;
    color: #5F5F5F;
    line-height: 30px;
}

.text-span {
    color: #222B48;
}

.video-view {
    box-sizing: border-box;
    margin: 89px auto 75px;
    position: relative;
}

.video-item {
    border-radius: 20px;
}

.play-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 127px;
    height: 127px;
    z-index: 1;
}

.advert-img {
    width: 100%;
    /* height: 100%; */
}

.bottom1-view {
    box-sizing: border-box;
}

.bottom1-item-img {
    width: 100%;
}