﻿* {
    margin: 0;
    border: 0;
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    border: none;
}

　　 .clear {
    zoom: 1;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.body {
    font-family: MicrosoftYaHei;
}

.playwaysbox {
    width: 100%;
    background: rgba(255,255,255,1);
    min-height: 360px;
}

.playwaystab {
    height: 60px;
    width: 100%;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

    .playwaystab .tabcontent {      
        /*display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap:wrap;*/
        position:relative;
    }
.searchwra {
      display: flex;
      display: -webkit-flex;
      align-items: center;
}
.tabwrap {
    width:200px;
    height: 60px;
    line-height: 60px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    display:inline-flex;
}

    .tabwrap > div:first-child {
        border-bottom-color: rgba(50,160,230,1);
        color: rgb(50, 160, 230);
        border-bottom-style: solid;
        border-bottom-width: 4px;
    }

.playwaystab .tabcontent .tabwrap .all {
    font-size: 14px;
    font-weight: bold;
    color: rgba(50,160,230,1);
    line-height: 60px;
    cursor: pointer;
    white-space: nowrap;
}

.playwaystab .tabcontent .all:hover, .playwaystab .tabcontent .video:hover, .playwaystab .tabcontent .picture:hover {
    color: rgba(50,160,230,1);
}

.playwaystab .tabcontent .vsoild {
    width: 1px;
    height: 14px;
    background: rgba(204,204,204,1);
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 14px;
}

.playwaystab .tabcontent .video, .playwaystab .tabcontent .picture {
    /*font-size:16px;*/
    font-size: 14px;
    color: rgba(102,102,102,1);
    line-height: 60px;
    cursor: pointer;
    white-space: nowrap;
}

.playwaystab .tabcontent .upplayways {
    width: 130px;
    height: 40px;
    background: url(/Images/Forum/upplayways.png) no-repeat 0px 0px;
    cursor: pointer;
    float:right;
    margin-top:10px;
    margin-right:10px;
    /*margin-left: 456px;*/
    /*margin-left: 568px;*/
    /*margin-right: 20px;*/
    /*float: left;*/
}

    .playwaystab .tabcontent .upplayways:hover {
        background: url(/Images/Forum/upplaywayshover.png) no-repeat 0px 0px;
    }

.playwaystab .tabcontent .search {
    /*width: 380px;*/
    width: 280px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid rgba(238,238,238,1);
    background: url(/Images/Forum/search.png) no-repeat rgba(255,255,255,1) 8px 13px;
    position: relative;
    float:right;
    margin-top:10px;
    /*margin-left: 260px;*/
}
@media screen and (max-width:767px) {
    .playwaystab .tabcontent .search {
        position:relative;
        float:none;
        width:100%;
    }
        .playwaystab .tabcontent .search input {
             width:100%;
        }
    .playwaystab .tabcontent .upplayways {
        position:absolute;
        float:none;
        top:0px;
        right:0px;
    }
}
    .playwaystab .tabcontent .search input {
        /*width: 378px;*/
        width: 280px;
        height: 40px;
        background: rgba(255,255,255,0);
        border-radius: 20px;
        font-size: 14px;
        color: rgba(153,153,153,1);
        line-height: 40px;
        padding-left: 31px;
        outline: none;
    }


.playwayscontentbox {
    width: 100%;
}

.allcontent {
    /*margin: 32px auto 40px auto;
    width: 1220px;*/
}

    .allcontent ul li {
        /*float: left;*/
        /*width: 280px;
        height: 260px;*/
        /*margin-left: 5px;*/
        margin-bottom: 32px;
        position: relative;
    }

        .allcontent ul li .playwaysbg {
            /*width: 280px;
            height: 210px;*/
            border-radius: 4px;
            background: url(/Images/Forum/testzuopin.jpg) no-repeat round;
            position: relative;
        }



.collect {
    width: 36px;
    height: 32px;
    background: url(/Images/Forum/collect.png) no-repeat;
    position: absolute;
    top: 8px;
    left: 16px;
    display: none;
    cursor: pointer;
    z-index: 1;
}

.collected {
    width: 32px;
    height: 32px;
    background: url(/Images/Forum/collecthover.png) no-repeat;
    position: absolute;
    top: 8px;
    left: 16px;
    display: none;
    cursor: pointer;
    z-index: 1;
}

.videobox .collect {
    width: 32px;
    height: 32px;
    background: url(/Images/Forum/collect.png) no-repeat;
    position: absolute;
    top: 16px;
    left: 16px;
    display: none;
    cursor: pointer;
}


.allcontent ul li .playwaysbg .down {
    min-width: 32px;
    height: 32px;
    border-radius: 24px;
    background: rgba(255,255,255,0.8);
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: rgba(204,204,204,1);
    line-height: 32px;
    cursor: pointer;
}

.allcontent ul li h3 {
    font-size: 14px;
    color: rgba(51,51,51,1);
    line-height: 21px;
    margin-top: 12px;
    font-weight: normal;
    height: 21px;
    cursor: pointer;
    width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.allcontent ul li > div {
    margin-top: 6px;
    font-size: 14px;
}



.icondiv {
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: inline-block;
    cursor: pointer;
}

.allcontent ul li > div > p {
    float: left;
    width: 167px;
    font-size: 14px;
    color: rgba(39,127,183,1);
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 8px;
}

.allcontent ul li .timediv {
    float: right;
    font-size: 12px;
    font-family: ArialMT;
    color: rgba(153,153,153,1);
    line-height: 24px;
}



.videocontent {
    margin: 32px auto 40px auto;
    /*width: 1220px;*/
}

    .videocontent ul li {
        /*float: left;
        width: 280px;
        height: 260px;*/
        /*margin-left: 3px;*/
        margin-bottom: 32px;
        position: relative;
    }

        .videocontent ul li .playwaysbg {
            /*width: 280px;
            height: 210px;*/
            border-radius: 4px;
            background: url(/Images/Forum/testzuopin.jpg) no-repeat round;
            position: relative;
        }

            .videocontent ul li .playwaysbg .collect {
                width: 36px;
                height: 32px;
                background: url(/Images/Forum/collect.png) no-repeat;
                position: absolute;
                top: 16px;
                left: 16px;
            }

            .videocontent ul li .playwaysbg .donecollect {
                background: url(/Images/Forum/collecthover.png) no-repeat;
                width: 36px;
                height: 32px;
                position: absolute;
                top: 8px;
                left: 16px;
            }
            /*.videocontent ul li .playwaysbg .like {
                width:36px;
                height:32px;
                background:url(/Images/Forum/like.png) no-repeat;
                position:absolute;
                 top:16px;
                left:60px;
            }
            .videocontent ul li .playwaysbg .donelike {
                 background:url(/Images/Forum/likehover.png) no-repeat;
                  width:36px;
                height:32px;            
                position:absolute;
                 top:8px;
                left:60px;
            }*/
            .videocontent ul li .playwaysbg .down {
                width: 92px;
                height: 40px;
                background: url(/Images/Forum/down.png) no-repeat;
                position: absolute;
                right: 16px;
                bottom: 16px;
            }

                .videocontent ul li .playwaysbg .down:hover {
                    background: url(/Images/Forum/downhover.png) no-repeat;
                }

        .videocontent ul li h3 {
            font-size: 16px;
            color: rgba(51,51,51,1);
            line-height: 21px;
            margin-top: 12px;
            font-weight: normal;
            height: 21px;
            width: 150px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            cursor:pointer;
        }

        .videocontent ul li > div {
            margin-top: 6px;
        }



            .videocontent ul li > div > p {
                float: left;
                width: 167px;
                font-size: 14px;
                color: rgba(39,127,183,1);
                line-height: 24px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin-left: 8px;
            }

        .videocontent ul li .timediv {
            float: right;
            font-size: 14px;
            font-family: ArialMT;
            color: rgba(153,153,153,1);
            line-height: 24px;
        }






.picturecontent {
    margin: 32px auto 40px auto;
    /*width: 1220px;*/
}

    .picturecontent ul li {
        /*float: left;
        width: 280px;
        height: 260px;*/
        /*margin-left: 5px;*/
        margin-bottom: 32px;
        position: relative;
    }

        .picturecontent ul li .playwaysbg {
            /*width: 280px;
            height: 210px;*/
            border-radius: 4px;
            background: url(/Images/Forum/testzuopin.jpg) no-repeat round;
            position: relative;
        }

            .picturecontent ul li .playwaysbg .collect {
                width: 36px;
                height: 32px;
                /*background:url(/Images/Forum/collect.png) no-repeat;*/
                position: absolute;
                top: 16px;
                left: 16px;
            }

            .picturecontent ul li .playwaysbg .donecollect:hover {
                /*background:url(/Images/Forum/collecthover.png) no-repeat;*/
                width: 36px;
                height: 32px;
                position: absolute;
                top: 8px;
                left: 16px;
            }
/*.picturecontent ul li .playwaysbg .like {
                width:36px;
                height:32px;
                background:url(/Images/Forum/like.png) no-repeat;
                position:absolute;
                 top:16px;
                left:60px;
                 z-index:9999;
            }*/

.like {
    width: 32px;
    height: 32px;
    background: url(/Images/Forum/like.png) no-repeat;
    position: absolute;
    top: 8px;
    left: 60px;
    display: none;
    cursor: pointer;
    z-index: 1;
}

.liked {
    width: 32px;
    height: 32px;
    background: url(/Images/Forum/likehover.png) no-repeat;
    position: absolute;
    top: 8px;
    left: 60px;
    display: none;
    cursor: pointer;
    z-index: 1;
}

.videobox .lke {
    width: 36px;
    height: 32px;
    position: absolute;
    top: 16px;
    left: 60px;
    display: none;
    cursor: pointer;
}



/*.picturecontent ul li .playwaysbg .donelike {
                background:url(/Images/Forum/likehover.png) no-repeat;
                width:36px;
                height:32px;
                position:absolute;
                top:8px;
                left:60px;
                z-index:9999;
            }*/
.picturecontent ul li .playwaysbg .down {
    width: 92px;
    height: 40px;
    background: url(/Images/Forum/down.png) no-repeat;
    position: absolute;
    right: 16px;
    bottom: 16px;
}

    .picturecontent ul li .playwaysbg .down:hover {
        background: url(/Images/Forum/downhover.png) no-repeat;
    }

.picturecontent ul li h3 {
    font-size: 16px;
    color: rgba(51,51,51,1);
    line-height: 21px;
    margin-top: 12px;
    font-weight: normal;
    height: 21px;
    width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.picturecontent ul li > div {
    margin-top: 6px;
}



    .picturecontent ul li > div > p {
        float: left;
        width: 167px;
        font-size: 14px;
        color: rgba(39,127,183,1);
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-left: 8px;
    }

.picturecontent ul li .timediv {
    float: right;
    font-size: 14px;
    font-family: ArialMT;
    color: rgba(153,153,153,1);
    line-height: 24px;
}

.videoimg {
    position: absolute;
    top: 33%;
    left: 41%;
    display: block;
    z-index: 11;
}

.videopauseimg {
    position: absolute;
    top: 33%;
    left: 41%;
    display: none;
}

.con-video {
    width: 100%;
    height: 100%;
}

.videobox {
    /*width: 280px;
    height: 210px;*/
    background: rgba(51,51,51,1);
    border-radius: 4px;
    text-align: center;
    position: relative;
}




.picbox > .bs2 img {
    margin-top: -20%;
}





.picbox > div:first-child {
    margin-top: 0px;
    border-radius: 4px 4px 0 0;
}

    .picbox > div:first-child > img {
        /*border-radius: 4px 4px 0 0;*/
        border-radius: 4px;
    }
.picnum {
    min-width: 32px;
    height: 32px;
    border-radius: 24px;
    background: rgba(255,255,255,0.32);
    position: absolute;
    right: 16px;
    top: 8px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: rgba(204,204,204,1);
    line-height: 32px;
    cursor: pointer;
    z-index: 1;
    display: none;
}

    .picnum > img {
        float: left;
        width: 16px;
        height: 16px;
        margin: 8px 6px 0 8px;
    }

    .picnum > p {
        float: left;
    }

    .picnum:hover img {
        content: url('/Images/Forum/jujiao_hover.png');
    }


/*#picwindow ,.picwins{
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5985);
    position: fixed;
    top: 0;   
    bottom: 0;
    left: 0;
    right: 0;
}*/

.posterPic {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.posterPicdiv {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #333333;
    border-radius: 4px;
}

/*.posterPic::after {
    content: "";
    background: url(/Images/Forum/play.png) round;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}*/

.down {
    width: 92px;
    height: 40px;
    /*background: url(/Images/Forum/down.png) no-repeat;*/
    position: absolute;
    right: 32%;
    bottom: 16px;
    display: none;
    cursor: pointer;
    z-index: 1;
    width: 80px;
    height: 28px;
    background: rgba(255,255,255, 0.31);
    border-radius: 16px;
    font-size: 12px;
    color: rgba(255,255,255,1);
    line-height: 28px;
    text-align: center;
}

    .down:hover {
        /*background: url(/Images/Forum/downhover.png) no-repeat;*/
        background: rgba(50,160,230,0.87);
    }

.search > span {
    display: inline-block;
    width: 30px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 0px;
}

.nodata {
    margin-bottom: 40px;
    height: 300px;
}

    .nodata > img {
        max-width: 100%;
        max-height: 100%;
    }

    .nodata .p1 {
        height: 26px;
        font-size: 20px;
        color: rgba(51,51,51,1);
        line-height: 26px;
    }

    .nodata .p2 {
        height: 21px;
        font-size: 16px;
        color: rgba(102,102,102,1);
        line-height: 21px;
        margin-top: 6px;
    }

.icontext {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    /*flex-direction: row;*/
    flex-wrap: nowrap;
}

    .icontext > div:first-child {
        display: flex;
        display: -webkit-flex;
        align-items: center;
    }

.nickp {
    /*width: 80px;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*margin-left: -42px;*/
    color: rgba(39,127,183,1);
    cursor: pointer;
    margin-bottom: 0;
    padding-left: 0.5rem;
}

.picbox {
    /*width: 280px;
    height: 210px;*/
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    background-color: #effaff;
    font-size: 0;
    /*display: flex;
    display: -webkit-flex;*/
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .picbox img {
        background-repeat: no-repeat;
        background-position: center center;
    }

.imglist {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pg01 {
    object-fit:cover;
   width: 100%;
    height: 100%;
    position: relative;
}

.imgltem {
    background-color: rgba(245,245,245,1);
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

    .imgltem > div {
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #333333;
    }


#allsul, #videoul, #picul {
    margin-top: 35px;
}

.imgltem > div:first-child {
    border-radius: 4px 4px 0 0;
}

.imgltem > div:last-child {
    border-radius: 0 0 4px 4px;
}

.imglist, .picbox, .videobox {
    overflow: hidden;
}


.imglist {
    transform: scale(1,1);
    transition: transform 0.5s;
}

.picbox:hover .imglist {
    transform: scale(1.1,1.1);
}



.imgltem, .posterPicdiv {
    transform: scale(1,1);
    transition: transform 0.5s;
}

.picbox:hover .imgltem, .videobox:hover .posterPicdiv {
    transform: scale(1.1,1.1);
}

.picbox:hover::after, .videobox:hover::after {
    background-color: rgba(0,0,0,0.19);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.picbox .imglist img:only-child {
    border-radius: 0;
}


.picnum:hover img {
    content: url('/Images/Forum/jujiao_hover.png');
}


.allcontent ul li:hover .picnum {
    display: block;
}


.like {
    z-index: 1;
}

.collect {
    z-index: 1;
}

#pageChange1, #pageChange2, #pageChange3 {
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    #allsul, #videoul, #picul {
        margin-top: 4rem;
    }
}

/*@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}*/

.thirdnav {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #EEEEEE;
}
@media(min-width:1200px) {
    .container {
        /*max-width:1160px !important;*/
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}