.white-text {
    color: white !important;
}
.blue-text {
    color: #37A2F2 !important;
}
.flex-item-icons {
    position: absolute;
    width: 68px;
    height: 68px;
    top: 16px;
    left: 8px;
}
.flex-item-icons-cn {
    position: absolute;
    height: 40px;
    bottom: 0;
    right: 0;
}
.flex-item-icons-lock {
    position: absolute;
    height: 24px;
    bottom: 16px;
    left: 16px;
}
.details-dsc {
    display:flex;align-items:center;margin: 10px 16px 32px 0;font-size:16px;color:#999999;
}
.details-card {
    width: 100%;
    margin-bottom: 36px;
    border-radius: 3px;
    overflow: hidden;
    font-size: 20px;
}
.details-card-img {
    position: relative;
    width: 100%;
    height: 53px;
}
.details-card-img > img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.details-card-box {
    width: 100%;
    border: 1px solid #f0f0f0;
    border-top: none;
    text-align: center;
    line-height: 53px;
    height: 53px;
}
.details-card-img-txt, .gray-bg-box {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 100%;
    position: relative;
}
.gray-bg-box {
    height: 53px;
    border-radius: 3px;
    background-color: #999999;
    font-size: 20px;
    margin-bottom: 36px;
}
.card-img-txt-icons {
    width: 22px;
    margin-right: 10px;
}
.blue-bg-box {
    height: 53px;
    border-radius: 3px;
    background-color: #4a90e2;
    color: #fff;
    font-size: 20px;
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.details-card-wrap {
    width: 100%;
    position: relative;
    height: 1061px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 36px;
}
.card-wrap-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.card-wrap-icons {
    width: 156px;
    position: absolute;
    margin: 36px;
    left: 0;
}
.card-wrap-icons-cn {
    position: absolute;
    bottom: 36px;
    right: 0;
}
.card-wrap-icons-play, .card-wrap-icons-play-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.card-wrap-icons-play {
    bottom: 230px;
}
.card-wrap-icons-play-text {
    bottom: 144px;
}
.details-cards .buyBox {
    cursor: auto;
}