html {
  margin: 0;
  padding: 0;
}
body {
    -webkit-text-size-adjust: 100% !important; /* 禁用字体自动调整 */
    text-size-adjust: 100% !important;
    color: #000000;
    background-color: #F6F6F6;
    width: 100vw;
    /* overflow-x: hidden; */
}

.ip-header {
    width: 100vw;
    background: url(../img/header.png) no-repeat;
    background-size: 100vw;
    min-height: 77.73vw;
    /* min-height: 89.46vw; */
}

.ip-header-loading {
    width: 100vw;
    background: url(../img/loading.gif) no-repeat;
    background-size: 40vw 40vw;
    background-position: center;
    min-height: 77.73vw;
    /* min-height: 89.46vw; */
}
.nav-tabs-box{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #F6F6F6;
    padding-top: 5.33vw;
    padding-bottom: 3.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-tabs{
    /* width: 45.33vw; */
    height: 6.66vw;
    /* margin: 5.33vw auto 3.2vw; */
    display: flex;
    justify-content: center;
    position: relative;
}
.nav-tabs .tab-item{
    width: 13.33vw;
    height: 6.66vw;
     flex-shrink: 0;
    border-radius: 4.8vw;
    background-color: #fff;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    margin-right: 2.66vw;
}


.nav-tabs .activeTab {
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #fff;
    background-color: transparent !important;
}
.nav-tabs .tab-indicator {
    position: absolute;
    /* width: 13.33vw; */
    height: 6.66vw;
    top: 0;
    left: 0;
    border-radius: 6.66vw;
    background: linear-gradient( 270deg, #FF1C8E 0%, #FF0C55 100%);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 0;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0); 
}

.content-container {
    position: relative;
    width: 100%;
    overflow: hidden;

}

.content {
    width: 100%;
    overflow: hidden;
    /* height: calc(100vh - 52.24vh);
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden; */
    /* position: absolute;
    left: 0;
    top: 0; */
    /* display: flex;
    flex-direction: column; */
    opacity: 0;
    /* transform: translateY(10px);
    transform: translateX(20px); */
    /* transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    pointer-events: none; */
    color: #fff;
    /* z-index: -99; */
    /* display: none; */
}
.contentHG{
       /* height: calc(100vh - 55.69vh) !important; 743 */
}

.content.contentActive {
    opacity: 1;
    /* transform: translateY(0);
    transform: translateX(0); */
    /* pointer-events: all; */
    /* z-index: 10; */
    /* display: block; */
}

.ip-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 21.86vw;
}
.ip-box .ip-content{
    width: 93.6vw;
    /* min-height: 55.86vw;
    height: 55.86vw; */
    background-color: #fff;
    border-radius: 2.66vw;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5.33vw;
    max-height: 62vw;
}
.ip-box .ipContentHG{
    /* height: 62vw !important;  */
}
.avatar {
    height: 18.66vw;
    width: 18.66vw;
    border-radius: 50%;
    position: relative;
    border: 0.8vw solid #fff;
    position: absolute;
    top: -6.99vw;
    left: 3.46vw;
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    image-rendering: -webkit-optimize-contrast; 
}

.avatar .authentication_logo {
    position: absolute;
    width: 5.8666vw;
    height: 5.8666vw;
    right: -0.5vw;
    bottom: 0;
}

.avatar .authentication_logo .authentication_logo_pic {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ip-intro {
    width: 63.46vw;
    height: 8vw;
    padding-top: 5.06vw;
    padding-left: 25.86vw;
    display: flex;
    justify-content: space-between;
}
.subscribe {
    width: 17.33vw;
    height: 8vw;
    background: linear-gradient( 270deg, #FF1C8E 0%, #FF0C55 100%);
    border-radius: 4.8vw;
    color: #fff;
    font-size: 3.46vw;
    line-height: 8vw;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}
.subscribe_icon{
    width: 2.66vw;
    height: 2.66vw;
    display: inline-block;
    background: url(../img/subscribe_icon.png) no-repeat;
    background-size: contain;
    margin-right: 1.066vw;
}

.ip-intro-name {
    height: 8vw;
    line-height: 8vw;
    width: 42.66vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    color: #000;
    font-weight: bold;
    font-size: 4.8vw;
}
.verifyInfo{
    display: flex;
    align-items: center;
    justify-content: start;
    width: 85.066vw;
    height: 4.8vw;
    margin-bottom: 1.333vw;
}
.verifyInfo .verifyInfoLogo{
    width: 3.46vw;
    height: 3.46vw;
    background: url(../img/verifyInfoLogo1.png) no-repeat;
    background-size: cover;
}
.verifyInfo .verifyInfoLable{
    flex: 1;
    color: #000;
    height: 4.8vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    padding-left: 1.066vw;
    line-height: 4.8vw;
    font-size: 3.2vw;
}

.ip-separate-line{
    height: 0.1333vw;
    margin: 6.4vw auto 6.4vw;
    width: 85.066vw;
    box-sizing: border-box;
    background-color: #E1E1E1;
}
.ipLineMG{
    /* margin-top: 3.4vw !important;
    margin-bottom: 3.4vw !important; */
}

.ip-intro-text {
    width: 85.066vw;
    color: #000;
    line-height: 4.8vw;
    font-size: 3.2vw;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 超出部分省略号 */
    word-break: break-all;
    /* break-all(允许在单词内换行。) */
    display: -webkit-box;
    /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical;
    /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 2;
    /* 显示的行数 */
    max-height: 9.6vw;
    /* 设置最大高度，根据行高，要几行乘以几倍 */
}


.ip-intro-tag {
    padding-top: 2.66vw;
    width: 66vw;
    display: flex;
    overflow-x: auto;
}

.tag {
    /* width: 10.66vw; */
    height: 4.933vw;
    margin-right: 1.33vw;
    flex-shrink: 0;
    border-radius: 3.2vw;
    color: #000;
    line-height: 4.933vw;
    text-align: center;
    font-size: 3.2vw;
    padding: 0 2.133vw;
}

.tag:last-child {
    margin-right: 0;
}

.achievement {
    width: 100%;
    box-sizing: border-box;
    padding: 0 9.733vw;
    margin-top: 6.4vw;
    display: flex;
    justify-content: space-between;
}

.ip-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.ip-detail:nth-of-type(1) {
    /* margin-right: 6.66vw; */
}

.ip-detail:nth-of-type(2) {
    /* margin-right: 6.66vw; */
}

.ip-detail-num {
    height: 4.26vw;
    line-height: 4.26vw;
    color: #000;
    font-weight: bold;
    font-size: 4.26vw;
    text-align: center;
    margin-bottom: 2.133vw;
}

.ip-detail-title {
    height: 2.933vw;
    line-height: 2.933vw;
    color: #999999;
    text-align: center;
    font-size: 2.933vw;
}


.container-title {
    height: 7.46vw;
    margin: 0 2.77vw 0;
    display: flex;
    align-items: flex-start;
    margin-bottom: 3.466vw;
}

.container-title-content {
    height: 7.46vw;
    padding: 0 0.1vw;
    color: #E2E3E5;
    font-size: 5.33vw;
    font-weight: bold;
}

.anchor {
    visibility: hidden;
}

.video-num {
    color: #606060;
    height: 5.33vw;
    font-size: 3.73vw;
    margin-left: 1.33vw;
}

.container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 3.2vw 4vw;
}

.container .column-container {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-box {
    background-color: #FFFFFF;
    width: 45.73vw;
    border-radius: 2.66vw;
    margin-bottom: 2.133vw;
    position: relative;
}
.video-pic-box{
    position: relative;
    margin-bottom: 2.133vw;
}
.video-pic {
    width: 45.73vw;
    /* height: 26.66vw; */
    height: 34.26vw;
    border-radius: 2.66vw;
    display: block;
    cursor: pointer;
    object-fit: cover;
}
.video-pic-Landscape{
    /* height: 26.66vw; */
    height: 34.26vw;
}
.video-pic-vertical{
    /* height: 60.06vw; */
    height: 60.93vw;
}

.video-pic-mask {
    position: absolute;
    left: 0;
    top: 19.2vw;
    width: 46.66vw;
    height: 8vw;
    border-radius: 2.133vw 2.133vw 0 0;
    margin-bottom: 2.4vw;
    cursor: pointer;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);

}

.during {
    position: absolute;
    bottom: 2.133vw;
    right: 2.133vw;
    /* width: 8.266vw; */
    box-sizing: border-box;
    padding:0 0.533vw;
    height: 3.733vw;
    color: #fff;
    text-align: center;
    line-height: 3.733vw;
    text-shadow: 0vw 0.26vw 0.52vw rgba(0, 0, 0, 0.5);
    font-size: 2.66vw;
    z-index: 3;
    border-radius: 0.533vw;
    background-color: rgba(0, 0, 0, 0.7);
}

.video-intro {
    box-sizing: border-box;
    padding: 0 2.133vw;
    width: 45.73vw;
    /* width: 46.66vw; */
    font-weight: 500;
    line-height: 5.06vw;
    word-break: break-all;
    color: #000000;
    font-size: 3.46vw;
}

.bottom-nav {
    /* width: 46.66vw; */
    width: 45.73vw;
    /* height: 9.73vw; */
    height: 4vw;
    box-sizing: border-box;
    padding: 0 2.133vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.133vw;
}

.update-date {
    color: #999999;
    font-size: 2.933vw;
}

.like-it {
    width: 4vw;
    height: 4vw;
    object-fit: contain;
    cursor: pointer;
}
.empty-tip{
    margin-top: 20vw;
    height: 4.4vw;
    width: 100vw;
    text-align: center;
    margin-bottom: 11.466vw;
    color: #999;
    line-height: 4.4vw;
    font-size: 3.2vw;
}
.bottom {
    height: 12.4vw;
    width: 100vw;
    text-align: center;
    /* margin-bottom: 11.466vw; */
    color: #606060;
    line-height: 4.4vw;
    font-size: 3.2vw;
}

.album-title {
    height: 7.46vw;
    padding: 0 2.77vw 0;
    width: 100vw;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    margin-bottom: 3.466vw;
}

.unfold-album-box {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    height: 7.46vw;
    align-items: center;
}

.unfold-album {
    cursor: pointer;
    height: 3.73vw;
    width: 3.73vw;
    background: url(../img/arrow.png) no-repeat;
    background-size: contain;
}

.album-list {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction:column;
}

.album-list .album-box {
    width: 100%;
    height: 14.8vw;
    /* height: 66.66vw; */
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.133vw;
}

.album-list .album-box .album-cover {
    width: 25.2vw;
    height: 14.8vw;
    border-radius: 1vw;
    object-fit: cover;
    position: relative;
}

.album-list .album-box .album-video-mask {
    position: absolute;
    left: 0;
    bottom: 0vw;
    width: 25.2vw;
    height: 6vw;
    border-radius: 1vw;
    cursor: pointer;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 74%, #000000 100%, #000000 100%);
}

.album-list .album-box .album-video-num {
    position: absolute;
    right: 1.06vw;
    bottom: 2vw;
    color: #fff;
    text-shadow: 0px 0.266vw 0.5333vw rgba(0, 0, 0, 0.5);
    line-height: 3.73vw;
    height: 3.73vw;
    z-index: 3;
    font-size: 2.4vw;
}

.album-list .album-box .album-detail-box{
    width: 65.33vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.album-list .album-box .album-instro {
    /* margin-top: 3.33vw; */
    color: #000;
    width: 65.33vw;
    /* line-height: 3.066vw;
    max-height: 6.132vw; */
    line-height: 3.2vw;
    max-height: 6.4vw;
    font-size: 2.933vw;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 超出部分省略号 */
    word-break: break-all;
    /* break-all(允许在单词内换行。) */
    display: -webkit-box;
    /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical;
    /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 2;
    margin-bottom: 3.1vw;
}

.album-list .album-box .album-update-date {
    color: #8e8e8e;
    font-size: 2.66vw;
    line-height: 2.66vw;
}
