/* 专题活动 */
.special-mil-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.special-mil-left {
    width: 100% !important;
    padding-bottom: 20px;
    cursor: pointer;
}

.special-mil-left .special-mil-img {
    width: 100% !important;
    height: auto;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.special-mil-left .special-mil-img:hover {
    transform: scale(1.02);
}

.special-mil-right {
    width: 60% !important;
    text-align: center;
}

/* 文章列表 */
.article-mil-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.article-mil-img {
    width: 100%;
    height: 180px;
    border-radius: 4px;
    cursor: pointer;
}

.article-mil-right {
    padding-top: 10px;
}

.article-mil-title {
    height: 40px;
}

/* 热门课程 */
.custom-mil-card {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.hot-img-box {
    width: 45% !important;
    height: 100%;
    padding-right: 10px;
    position: relative;
}

.custom-mil-left {
    width: 55% !important;
    height: 100%;
    padding-right: 10px;
}

.custom-mil-img {
    width: 100% !important;
    height: auto;
    border-radius: 4px;
    cursor: pointer;
}

.hot-mil-type {
    background-color: #2c2c2c;
    padding: 0 10px;
    border-radius: 4px;
    position: absolute;
    top: 5px;
    left: 10px;
}

.custom-mil-right {
    flex: 1;
}

.custom-mil-right .custom-mil-title {
    font-size: 18px !important;
}

.custom-mil-right .custom-mil-cont {
    font-size: 16px;
}

.custom-mil-cont {
    position: relative;
    padding: 0 5px;
}

.custom-mil-right .custom-mil-cont::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 55%;
    transform: translateY(-50%);
    height: 80%;
    width: 1px;
    background-color: #2C2C2C;
}

.custom-mil-right .custom-mil-cont:last-child::after {
    display: none;
}

/* 精选课程 */
.courses-mil-box {
    align-items: stretch;
}
.courses-mil-left {
    position: relative;
}

.courses-mil-right .custom-mil-cont {
    font-size: 1.6rem;
}

.custom-mil-type {
    background-color: #2c2c2c;
    padding: 0 10px;
    border-radius: 4px;
    position: absolute;
    top: 5px;
    left: 10px;
}

.custom-mil-feetype {
    color: #DBA91C;
    text-align: right;
    font-size: 1.6rem;
}

.custom-mil-cont-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
}

.collected-box {
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
}
.enshrine {
    background-color: #DBA91C;
    color: #121212;
}

.not-collected {
    background-color: #2C2C2C;
    color: #fff;
}

/* 订阅会员 */

.subscription-member {
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-card-box {
    height: 325px;
}

.vip-title {
    font-size: 2rem;
}

.vip-head {
    font-size: 1.8rem;
}

.QR_code {
    border-radius: 4px;
    width: 70%;
    height: auto;
}


.multiline-ellipsis-tltle {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    line-height: 25px;
    height: 52px;
}

.multiline-ellipsis {
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    line-height: 1.5;
    height: 4.5em;
    font-size: 1.6rem;
}

.icon-box-ul li i{
    background-color: #fff;
    border-radius: 20%;
}

.icon-box-ul li i:hover{
    background-color: #DBA91C;
}

.twitter {
    display: inline-block;
    margin-top: 8px;
    width: 32px;
    height: 32px;
    background-image: url(../img-dark//platform-icon/twitter.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.tiktok {
    display: inline-block;
    margin-top: 8px;
    width: 32px;
    height: 32px;
    background-image: url(../img-dark//platform-icon/tiktok.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    
}

.suno {
    display: inline-block;
    margin-top: 8px;
    width: 32px;
    height: 32px;
    background-image: url(../img-dark//platform-icon/suno.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.youtube {
    display: inline-block;
    margin-top: 8px;
    width: 32px;
    height: 32px;
    background-image: url(../img-dark//platform-icon/youtube.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 1200px) {
    .custom-mil-right .custom-mil-cont {
        display: block;
        font-size: 1.6rem;
    }

    .custom-mil-right .custom-mil-cont::after {
        content: '';
        width: 0;
    }

    .custom-mil-cont-box {
        font-size: 1.8rem;
    }

    .courses-mil-right .custom-mil-cont {
        font-size: 1.8rem;
    }
    
}
