.cardTerrBox[data-v-7604a80d] {
    width: 23.3%;
    height: 200px;
    display: flex;
    box-shadow: 0 4px 12px #00000014;
    border-radius: 16px;
    background: #fff;
    padding: 24px;
    box-sizing: border-box;
    flex-direction: column;
    row-gap: 16px;
    transition: all .3s;
    cursor: pointer
}

.cardTerrBox[data-v-7604a80d]:hover {
    box-shadow: 0 8px 24px #00000029;
    margin-top: -10px
}

.cardTerrBox .headerBox[data-v-7604a80d] {
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: space-between
}

.cardTerrBox .headerBox .iconBox[data-v-7604a80d] {
    width: 56px;
    height: 56px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.cardTerrBox .headerBox .favIcon[data-v-7604a80d] {
    width: 32px;
    height: 32px;
    display: flex;
    border-radius: 8px;
    background: #f3f2f5;
    justify-content: center;
    align-items: center
}

.cardTerrBox .terrName[data-v-7604a80d] {
    width: 100%;
    height: auto;
    display: flex;
    flex-shrink: 0;
    font-size: 15px;
    font-weight: 500;
    color: #272628
}

.cardTerrBox .descript[data-v-7604a80d] {
    width: 100%;
    height: auto;
    display: flex;
    font-size: 13px;
    font-weight: 400;
    color: #686769
}

.videoPlay[data-v-bd924af6] {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    background: #000
}

.videoPlay[data-v-bd924af6] .d-player-wrap {
    border-radius: 18px
}

.bannerImg[data-v-bd924af6] {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    cursor: pointer
}

.bannerImg img[data-v-bd924af6] {
    width: 100%;
    height: 100%
}

.bannerImg .buttonArea[data-v-bd924af6] {
    width: 100%;
    height: 100%;
    display: flex;
    column-gap: 16px;
    top: 0;
    left: 0;
    padding: 36px 56px;
    box-sizing: border-box;
    position: absolute;
    justify-content: space-between;
    align-items: center
}

.bannerImg .buttonArea .leftInfos[data-v-bd924af6] {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.bannerImg .buttonArea .leftInfos .titles[data-v-bd924af6] {
    font-size: 22px;
    color: #272628;
    font-weight: 900;
    margin-bottom: 12px
}

.bannerImg .buttonArea .leftInfos .intro[data-v-bd924af6] {
    color: #272628;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 32px
}

.bannerImg .buttonArea .leftInfos .buttons[data-v-bd924af6] {
    width: auto;
    height: auto;
    display: flex;
    column-gap: 16px
}

.bannerImg .buttonArea .leftInfos .buttons .actButton[data-v-bd924af6] {
    width: 128px;
    height: 36px;
    background-color: #fcfbfe;
    border-radius: 6px;
    font-size: 14px;
    color: #272628;
    font-weight: 500
}

.bannerImg .buttonArea .leftInfos .buttons .actButton[data-v-bd924af6]:hover {
    background-color: #8459fb;
    color: #fff
}

.bannerImg .buttonArea .rightInfos[data-v-bd924af6] {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: flex-end
}

.backgroundBg[data-v-42c1cffe] {
    width: 100%;
    height: 240px;
    display: flex
}