.disable {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 40%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.65);
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
    z-index: 9999999;
}


html,
body {
    background-color: #F6F7FC;
}

.index_content {
    margin-top: 16px;

}

.index_content .tabs {
    display: flex;
    margin-bottom: 16px;
}

.index_content .tabs .tab {
    height: 38px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    border-radius: 100px;
    background: #FFF;

    color: #16172F;
    font-size: 14px;
    font-weight: 400;
}

.index_content .tabs .tab.active {
    background-color: #16172F;
    color: #FFF;
    font-weight: 500;
}

.video_content {
    padding: 12px 12px 16px;
    border-radius: 16px;
}

.video_content .video {
    border-radius: 8px;
    overflow: hidden;
}

.video_content .video_title {
    color: #16172F;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin: 12px 0 0;
}

.video_content .desc_items {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.video_content .desc_items .desc_item {
    margin-bottom: 0px;
    color: #737482;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.video_content .download_btn {
    height: 56px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
}






.cover_content {
    background-color: #ffffff;
    padding: 12px 12px 16px;
    border-radius: 16px;
}

.cover_content .video_cover {
    display: block;
    width: 100%;
    border-radius: 8px;
    height: 180px;
    overflow: hidden;
    object-fit: contain;
    background-color: #060624;
}

.cover_content .video_title {
    color: #16172F;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin: 12px 0 0;
}

.cover_content .desc_items {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.cover_content .desc_items .desc_item {
    margin-bottom: 0px;
    color: #737482;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.cover_content .download_btn {
    height: 56px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
}

.title_content {
    padding: 12px 12px 16px;
    border-radius: 16px;
    background-color: #ffffff;
}

.title_content .video_title {
    padding: 12px;
    height: 180px;
    box-sizing: border-box;
    overflow-y: auto;
    border-radius: 8px;
    background: #F6F7FC;


    color: #16172F;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}


.title_content .download_btn {
    height: 56px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
}


.text_desc {
    margin-top: 12px;
    text-align: left;
    color: #737482;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.cover_model {
    position: relative;
}

.cover_model .close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -24px;
    top: -24px;
}

.cover_model .cover {
    width: 70vw;
    display: block;
}

.cover_model .desc_ {
    margin-top: 24px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.fixed_bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 26px;
    height: 50px;
    display: flex;
    box-sizing: border-box;
    padding: 0 16px;
    z-index: 2;
}

.fixed_bottom .fixed_item {
    width: 0px;
    flex-grow: 1;
    height: 50px;
    margin-right: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 6px 30px 5px rgba(22, 23, 47, 0.05), 0px 16px 24px 2px rgba(22, 23, 47, 0.04), 0px 8px 10px -5px rgba(22, 23, 47, 0.08);
    backdrop-filter: blur(4px);

    color:  #16172F;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.fixed_bottom .fixed_item img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

.fixed_bottom .fixed_item:last-child {
    margin-right: 0px;
}

.activity_banner_container{
    width: calc(100% - 32px);
    display: flex;
    position: relative;
    padding-bottom: 25.66%;
}

.activity_banner_container img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.pic_content{
    
}



.pic_content .download_all_pic_btn{
    width: 100%;
    height: 48px;
    border-radius: 100px;
    background-color: #16172F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pic_content .download_all_pic_btn span{
    color: #fff;
    font-size: 24px;
    margin-right: 4px;
}

.pic_content .download_all_pic_btn p{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.pic_content .pic_list{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.pic_content .pic_list .pic_item{
    background: #fff;
    border-radius: 16px;
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}

.pic_content .pic_list .pic_item .pic_item_tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.pic_content .pic_list .pic_item .pic_item_tit span{
    color:#16172F;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; 
}

.pic_content .pic_list .pic_item .pic_item_tit .pic_down_btn{
    height: 38px;
    border-radius: 100px;
    border: 1px solid #EBECF0;
    padding: 0 16px;
    color: #737482;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pic_content .pic_list .pic_item .pic_item_tit .pic_down_btn span{
    color: #737482;
    font-size: 20px;
    margin-right: 4px;
}

.pic_content .pic_list .pic_item .pic_item_c{
    overflow: hidden;
    width: 100%;
    border-radius: 8px;
}

.pic_content .pic_list .pic_item .pic_item_c img{
    width: 100%;
    height: 100%;
}

.progress{
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
}

.progress .progress_c{
    flex: 1;
    height: 4px;
    border-radius: 10px;
    background: #EBECF0;
    overflow: hidden;
}

.progress > span{
    color: #737482;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px; 
    margin-left: 16px;
}

.progress .progress_c .current_progress{
    height: 4px;
    background: #427EF7;
    border-radius: 10px;
    width: 0%;
}

.cover_content .bottom_content{
    display: flex;
    align-items: center;
}

.copy_cover{
    border: 1px solid #242935;
    color: #242935;
    height: 56px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 100px;
    margin-right: 16px;
    flex-shrink: 0;
    padding: 0 24px;
    line-height: 56px;
}