@charset "utf-8";
html, body {
    overflow-x: inherit;
}
.site_wrapper {
    overflow-x: inherit;
}
.filter-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}
.page-heaven-header {
}
.page-heaven-header{
    width: 100%;
    /*padding-bottom: 56.25%; !* 9:16 比例 *!*/
    height: calc(100vh - 50px);
    position: relative;
    background-color: #000000;
    margin-top: 50px;
}
.page-heaven-header .heaven-movie-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-heaven-header .heaven-movie-wrapper .heaven-movie-info{
    position: absolute;
    z-index: 2;
    bottom: 70px;
    left: 30px;
}
.page-heaven-header .heaven-movie-wrapper .heaven-movie-info .heaven-movie-info-title{
    color: #fff;
    font-size: calc(22px + (42 - 22)*((100vw - 300px) /(1920 - 300)));
    line-height: calc(22px + (48 - 22)*((100vw - 300px) /(1920 - 300)));
    font-weight: 900;
    font-family: var(--cn-title-font);
}
.page-heaven-header .heaven-movie-wrapper .heaven-movie-info .heaven-movie-info-desc{
    color: #b0b0b0;
    font-size: calc(12px + (22 - 12)*((100vw - 300px) /(1920 - 300)));
    line-height: calc(15px + (34 - 15)*((100vw - 300px) /(1920 - 300)));
    width: 40%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: justify;
}
.page-heaven-header .heaven-movie-wrapper .heaven-movie-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /*object-fit: cover;*/
    z-index: 0;
    visibility: inherit;
}
.page-heaven-header .heaven-movie-wrapper .heaven-movie-btn-wrapper{
    display: flex;
    flex-direction: row;
    gap: 16px;
    /*font-size: 14px;*/
    font-size: calc(12px + (22 - 12)*((100vw - 300px) /(1920 - 300)));
}
.page-heaven-header .heaven-movie-wrapper .heaven-movie-btn-wrapper .heaven-movie-btn{
    background: rgba(255, 255, 255, .15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 8px 20px;
    color: #ffffff;
    transition: all 1.5s cubic-bezier(.19,1,.22,1) 50ms;
}
.page-heaven-header .heaven-movie-wrapper .heaven-movie-btn-wrapper .heaven-movie-btn:hover{
    background: rgba(255, 255, 255, .50);
}
.page-heaven-header .heaven-movie-wrapper .heaven-movie-btn-wrapper .heaven-movie-btn span{
    padding-right: 6px;
}
.page-heaven-header .heaven-movie-wrapper .heaven-movie-mask {
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 1;
}

.page-heaven-body {
    padding: 60px;
    display: flex;
    flex-direction: column;
}
.page-heaven-body .heaven-book-wrapper{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
}
.page-heaven-body .heaven-book-wrapper .heaven-book-cover{
    width: 30%;
    display: flex;
    justify-content: center;
}
.page-heaven-body .heaven-book-wrapper .heaven-book-cover img{
    width: 100%;
    cursor: pointer;
}
.page-heaven-body .heaven-book-wrapper .heaven-book-cover .book-cover{
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
}

.page-heaven-body .heaven-book-wrapper .heaven-book-cover img:hover{
    transform: scale(1.03);
    transition: all 1.5s cubic-bezier(.19,1,.22,1) 50ms;
}
.page-heaven-body .heaven-book-wrapper .heaven-book-desc-wrapper{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 40px;
}
.page-heaven-body .heaven-book-wrapper .heaven-book-author-wrapper{
    display: flex;
    flex-direction: row;
}
.page-heaven-body .heaven-book-wrapper .heaven-book-author-wrapper .author{
    font-size: 14px;
    font-family: gotham a, gotham b, sans-serif;
    text-transform: uppercase;
}
.page-heaven-body .heaven-book-wrapper .heaven-book-author-wrapper .author a{
    color: #848484;
}
.page-heaven-body .heaven-book-wrapper .heaven-book-author-wrapper .author a:hover{
    color: #000000;
}
.page-heaven-body .heaven-book-wrapper .heaven-book-author-wrapper .author span{
    padding-left: 12px;
    padding-right: 6px;
    font-weight: bold;
}
.page-heaven-body .heaven-book-wrapper .heaven-book-author-wrapper .author:first-child span{
    display: none;
}
.page-heaven-body .heaven-book-wrapper .heaven-book-title{
    color: #272727;
    font-weight: 900;
    text-decoration: none;
    font-size: calc(22px + (62 - 22)*((100vw - 300px) /(1920 - 300)));
    line-height: calc(22px + (68 - 22)*((100vw - 300px) /(1920 - 300)));
}
.page-heaven-body .heaven-book-wrapper .heaven-book-title a{
    font-family: var(--cn-title-font);
}
.page-heaven-body .heaven-book-wrapper .heaven-book-line{
    height: 1px;
    width: 100%;
    background-color: #B3B3B3;
}
.page-heaven-body .heaven-book-wrapper .heaven-book-desc{
    font-size: calc(12px + (26 - 14)*((100vw - 300px) /(1920 - 300)));
    line-height: calc(14px + (36 - 14)*((100vw - 300px) /(1920 - 300)));
    color: #58585b;
    text-align: justify;
}
.page-heaven-body .heaven-book-wrapper .heaven-book-btn {
    background: rgba(0, 0, 0, 1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 8px 20px;
    transition: all 1.5s cubic-bezier(.19, 1, .22, 1) 50ms;
    width: fit-content;
}
.page-heaven-body .heaven-book-wrapper .heaven-book-btn:hover{
    background: rgba(0, 0, 0, 0.5);
}
.page-heaven-body .heaven-book-wrapper .heaven-book-btn a{
    color: #ffffff;
}


.page-heaven-body .heaven-article-wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
    /*margin-top: 60px;*/
    /*margin-bottom: 60px;*/
}
.page-heaven-body .heaven-article-wrapper .heaven-article-title-wrapper{
    position: relative;
    width: 100%;
    margin: 20px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page-heaven-body .heaven-article-wrapper .heaven-article-title-wrapper .title{
    background-color: #F4F5F1;
    padding: 2px 20px;
    z-index: 1;
    font-family: var(--cn-title-font);
    font-size: calc(16px + (48 - 16) * ((100vw - 300px) / (1920 - 300)));
    line-height: calc(16px + (34 - 16) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 900;
}
.page-heaven-body .heaven-article-wrapper .heaven-article-title-wrapper .line{
    background-color: #B3B3B3;
    height: 1px;
    width: 100%;
    position: absolute;
    z-index: 0;
}
.page-heaven-body .heaven-article-wrapper .heaven-article-desc-wrapper{

}
.page-heaven-body .heaven-article-wrapper .heaven-article-desc-wrapper .article-wrapper{
    margin: 40px;
    border-bottom: 1px solid #B3B3B3;
    padding-bottom: 40px;
}
.page-heaven-body .heaven-article-wrapper .heaven-article-desc-wrapper .article-wrapper:last-child{
    border-bottom: 0px;
}
.page-heaven-body .heaven-article-wrapper .heaven-article-desc-wrapper .article-wrapper .title{
    font-size: calc(16px + (32 - 16) * ((100vw - 300px) / (1920 - 300)));
    line-height: calc(16px + (34 - 16) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 900;
    padding: 10px 0px;
}
.page-heaven-body .heaven-article-wrapper .heaven-article-desc-wrapper .article-wrapper .title a{
    font-family: var(--cn-title-font);
}
.page-heaven-body .heaven-article-wrapper .heaven-article-desc-wrapper .article-wrapper .author{
    font-size: 14px;
    font-family: gotham a, gotham b, sans-serif;
    text-transform: uppercase;
    color: #848484;
}
.page-heaven-body .heaven-article-wrapper .heaven-article-desc-wrapper .article-wrapper .author a{
    color: #848484;
}
.page-heaven-body .heaven-article-wrapper .heaven-article-desc-wrapper .article-wrapper .author a:hover{
    color: #000000;
}
.page-heaven-body .heaven-article-wrapper .heaven-article-desc-wrapper .article-wrapper .author .date{
    padding-left: 10px;
}
.page-heaven-body .heaven-article-wrapper .heaven-article-desc-wrapper .article-wrapper .desc{
    font-size: calc(12px + (18 - 14)*((100vw - 300px) /(1920 - 300)));
    line-height: calc(14px + (26 - 14)*((100vw - 300px) /(1920 - 300)));
    color: #58585b;
    text-align: justify;
    padding-top: 20px;
}

#muteBtn {
    background: none;
    border: 0;
    color: #fff;
    font-size: 26px;
    line-height: 20px;
    position: relative;
}
#muteBtn span.icon-close{
    position: absolute;
    right:-18px;
    transform: scale(0.4);
    font-weight: bolder;
}
#muteBtn span.icon-volume{
    display: inline-block;
}
#muteBtn span.icon-volume.half-icon{
    display: inline-block;
    overflow: hidden;
    width: 18px;
}
#playPauseBtn {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    font-size: 24px;
    margin-left: -30px;
    margin-top: -30px;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 100%;
    line-height: 24px;
    display: none;
    transition: all 1.5s cubic-bezier(.19, 1, .22, 1) 50ms;
    color: rgba(255, 255, 255, 0.5);
}
#playPauseBtn .icon-play{
    margin: 4px 0px 0px 4px;
    display: inline-block;
}
#playPauseBtn .icon-pause{
    margin: 2px 0px 0px 0px;
    display: inline-block;
}
.heaven-movie-wrapper:hover #playPauseBtn {
    display: block;
}
#playPauseBtn:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 1);
}

@media (max-width: 1270px) {
    .page-heaven-body {
        padding: 0;
    }
}
@media (max-width: 1024px) {
    .page-heaven-header{
        padding-bottom: 56.25%; /* 9:16 比例 */
        height: auto;
        margin-top: 40px;
    }
}
@media (max-width: 768px) {
    .page-heaven-header .heaven-movie-wrapper .heaven-movie-info .heaven-movie-info-desc{
        width: 50%;
    }
    .page-heaven-body .heaven-book-wrapper{
        flex-direction: column;
    }
    .page-heaven-body .heaven-book-wrapper .heaven-book-cover {
        width: 100%;
        margin-bottom: 30px;
        overflow: hidden;
        height: 60vw;
    }
    .page-heaven-body .heaven-book-wrapper .heaven-book-cover .book-cover{

    }

}
@media (max-width: 576px) {
    .page-heaven-header .heaven-movie-wrapper .heaven-movie-info{
        width: 100%;
        bottom: 0px;
        left: 0px;
        overflow: hidden;
        text-align: center;
        position: relative;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .page-heaven-header .heaven-movie-wrapper .heaven-movie-info .heaven-movie-info-title{
        font-size: 18px;
    }
    .page-heaven-header .heaven-movie-wrapper .heaven-movie-info .heaven-movie-info-desc{
        width: 70%;
        /*display: none;*/
    }
    .page-heaven-header .heaven-movie-wrapper .heaven-movie-btn-wrapper{
        bottom: unset;
        top: 0px;
        right: 10px;
        font-size: 12px;
        padding-top: 10px;
        justify-content: center;
    }
    .page-heaven-body .heaven-book-wrapper {
        margin-top: 0px;
    }
    .page-heaven-body .heaven-book-wrapper .heaven-book-cover {

    }
    .page-heaven-body .heaven-book-wrapper .heaven-book-author-wrapper{
        flex-direction: column;
    }
    .page-heaven-body .heaven-book-wrapper .heaven-book-author-wrapper .author span{
        display: none;
    }
    .page-heaven-body .heaven-book-wrapper .heaven-book-desc-wrapper {
        padding: 0 26px;
    }
    .page-heaven-body .heaven-book-wrapper .heaven-book-btn {
        width: 100%;
    }
}
