body {
    margin: 0;
}

.header{
    display: flex;
    align-items: center;
    padding: 12px 12px 6px;
}

.header .logo {
    width: 36px;
    height: 36px;
}

.header .logo img{
    width: 100%;
}

.header .mheadCenter{
    flex: 1;
    margin: 0 6px;
    padding: 0 6px;
    background: #f6f6f6;
    border-radius: 4px;
    display: inline-flex;
}

.header .mheadCenter .right-icon{
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header .mheadCenter .notice-swipe{
    flex: 1;
    height: 32px;
}



.header .mheadCenter .notice-swipe .van-swipe-item{
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
}

.header .menu {
    width: 32px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

.van-swipe-item {
    position: relative;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
}

.van-swipe {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    cursor: grab;
    -webkit-user-select: none;
    user-select: none;
}

.tab{
    overflow: hidden;
    height: 44px;
    line-height: 44px;
    display: inline-flex;
    
}


.tab_type_list{
    display: flex;
    width: 100%;
    padding-left: 6px;
    padding-right: 8px;
    float: left;
    margin-top: 2px;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: auto;
    position: relative;
    box-sizing: border-box;
}

.tab_name{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    color: #646566;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0 12px;
    color: #333;
    font-size: 14px;
}

.tab .active{
    font-size: 16px;
    color: #00653d;
}

.main{
    padding: 0 12px;
    
}

.main .layui-carousel-ind ul {
    padding: 3px;
    background-color: rgba(0,0,0,.1);
}

.main .layui-carousel-ind li {
    width: 5px;
    height: 5px;
}

.flow-default {
    height: 84vh;
    overflow: auto;
    font-size: 0;
}

.flow-default li {
    
}

/*.flow-default li:nth-of-type(1n+1) {*/
/*    margin-left: 6px;*/
/*    margin-right: 0px;*/
/*}*/

/*.flow-default li:nth-of-type(2n+1) {*/
/*    margin-right: 6px;*/
/*    margin-left: 0px;*/
/*}*/



*::-webkit-scrollbar {
    display: none;
}



.flow-default .movie-item {
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    color: #333;
    border-radius: 8px;
}

.flow-default .movie-item .video-top{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.flow-default .movie-item .video-cover {
    position: relative;
}

.flow-default .movie-item .video-cover .cover-img, .flow-default .movie-item .video-cover>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.flow-default .movie-item .video-bottom .video-title {
    width: 100%;
    font-size: 13px;
    line-height: 1.5;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 38px;
}

.flow-default .movie-item .video-top .free, .flow-default .movie-item .video-top .gold{
    color: #fff;
    overflow: hidden;
    height: 19px;
    line-height: 19px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0 0 9px 0;
    font-size: 12px;
    margin-left: 0;
}

.flow-default .movie-item .video-top .free{
    background: #00653d;
}

.flow-default .movie-item .video-cover .bottom .view{
    display: inline-flex;
    align-items: center;
    background: rgba(0,0,0,.4);
    padding: 4px 8px;
    border-radius: 13px;
}

.flow-default .movie-item .video-cover .bottom .duration{
    background: rgba(0,0,0,.4);
    padding: 4px 8px;
    border-radius: 13px;
}

.flow-default .movie-item .video-cover .bottom{
    width: 95%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    color: #f8f8f8;
    z-index: 1;
    font-size: 12px;
}

.flow-default .movie-item .video-bottom {
    padding: 8px;
}

.flow-default .movie-item .video-cover .bottom .view img{
    width: 12px;
    margin-right: 4px;
}

.page_top .page_header{
    width: 100%;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
}

.page_top .page_header .icon_down{
    width: 32px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}




.page_top .video_content .video{
    height: 210px;
    position: relative;
}


.page_top .video_content .video .play{
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 200px;
    overflow: hidden;
    font-family: PingFang SC,Helvetica Neue,Helvetica,STHeiTi,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}

.movie-ad-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1111;
    width: 100%;
    height: 100%;
    background: #000;
}

.movie-ad-box .movie-ad {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.movie-ad-box .download {
    width: 84px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 16px;
    font-size: 12px;
    background: #0006;
    color: red;
    position: absolute;
    bottom: 12px;
    right: 12px;
    cursor: pointer;
}

.main_content .play_title{
    font-size: 20px;
}

.main_content .video_data{
    margin: 12px 0;
    font-size: 12px;
    color: #a8a8a8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_content .video_data .times{
    display: inline-flex;
    align-items: center;
}

.main_content .video_data .times img{
    width: 16px;
    margin-right: 4px;
}

.main_content .video_data .times > div:last-child {
    margin-left: 12px;
}

.main_content .video_data .tip img{
    width: 16px;
    margin-right: 4px;
}

.main_content .info-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #a8a8a8;
    margin-bottom: 10px;
}

.main_content .info-bottom>div img{
    height: 24px;
    margin-bottom: 4px;
}

.main_content .info-bottom>div {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: column;
    font-size: 12px;
}

.recommend .tab-section{
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    left: 0;
    top: 0;
    background: #f6f6f6;
    z-index: 99
}

.recommend .tab-section>div {
    display: inline-flex;
    align-items: center
}

.recommend .tab-section .section-left .tab{
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    margin-right: 24px
}

.recommend .tab-section .section-left .actived {
    color: #00653d;
    font-weight: 700
}

.recommend .tab-section .section-left .tab:last-child {
    margin-right: 0
}

.recommend .tab-section .section-right{
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    background: rgba(0,101,61,.4);
    color: #fff;
    font-size: 12px;
    overflow: hidden
}

.recommend .tab-section .section-right>div {
    padding: 4px 8px
}

.recommend .tab-section .section-right .actived{
    background: #00653d
}

.hot_main{
    background: #ffffff;
    border-radius: 6px;
    padding: 16px 16px 4px 16px!important;
    margin: 10px 0px;
}

.hot_main .data-row{
    display: flex;
    flex-flow: wrap;
}

.hot_main .data-item{
    width: calc(25% - 9px);
    margin-right: 12px;
    margin-bottom: 12px;
    position: relative;
    cursor: pointer;
}

.hot_main .data-item:nth-child(4n) {
    margin-right: 0;
}

.hot_main .data-item .actor-img{
    width: 100%;
    border-radius: 8px;
}

.hot_main .data-item .actor-desc {
    width: 88%;
    padding: 5px;
    text-align: center;
    color: #000;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.type_page .header-title{
    height: 44px;
    line-height: 44px;
    text-align: left;
    font-size: 16px;
    max-width: calc(100% - 100px)!important;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 20%;
}

.type_page .layui-carousel-ind ul {
    padding: 3px;
    background-color: rgba(0,0,0,.1);
}

.type_page .layui-carousel-ind li {
    width: 5px;
    height: 5px;
}

.type_page .popup-content{
    display: flex;
    flex: 1;
    overflow: hidden;
    position: relative;
}

.type_page .popup-content .content-left{
    width: 84px;
    overflow-y: auto;
}


.type_page .popup-content .content-left ul{
    padding: 0 0 12px;
}

.type_page .popup-content .content-left ul .actived{
    background: #00653d;
    color: #fff;
}
.type_page .popup-content .content-left ul li{
    text-align: center;
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.type_page .popup-content .content-right{
    width: calc(100% - 84px);
    overflow-y: auto;
    padding: 8px 8px 68px 8px;
    position: relative;
}

.type_page .popup-content .content-right .tag-group {
    margin-bottom: 16px;
}

.type_page .popup-content .content-right .tag-group .group-name{
    font-size: 16px;
    margin: 0 0 4px 12px;
}

.type_page .popup-content .content-right .tag-group .tag-list .tag-item{
    display: inline-block;
    width: calc(33.33333% - 10px);
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
    box-sizing: border-box;
}

.type_page .popup-content .search-box {
    position: absolute;
    right: 8px;
    bottom: 16px;
    width: 296px
}

.type_page .popup-content .content-right .tag-group .tag-list .tag-item:nth-child(3n) {
    margin-right: 0;
}

#app {
    margin: 0 auto;
    background: url(/static/image/main_bg.png) top / 100% auto no-repeat #f6f6f6;
    overflow: hidden;
    position: relative;
}

.flex-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}


@media (min-width: 769px){
    #app.pc {
        max-width: 460px;
    }
}