
/*detail*/

#container .container_left{float:right;width:300px;margin:0;}
#container .container_right{float:left;width:860px;}

#postContainer{margin:15px 0;}
#postContainer .container_left{float:right;width:300px;padding:0;}
#postContainer .container_right{float:left;width:850px;margin:0 0 15px 0;}
#postContainer .sticky{background:inherit;}
.postDetail {
    -moz-user-select:-moz-none;
    -moz-user-select:none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
    border:1px solid #d1c7b8;
    border-radius:5px;
    background:#fff;
    padding:0 28px;
}

.postDetail .content{position:relative;}
.postDetail .content h1{margin:0px;font-size:27px;line-height:35px;padding:5px 0;font-weight:bold;text-shadow: 1px 1px #efefef;}
.postDetail .content h1 a{color:#333;}
.postDetail .content h1 a:hover{color:#ff8400;}


.postDetail .content .signature{background:#f9f9f9;border-top:1px dotted #ddd;padding:10px 20px;margin:15px 0 0 0;}

.postDetail .content .description{position:relative;margin:0px;padding:10px 0 10px 0;border-bottom:1px solid #efefef;}
.postDetail .content .description .avator{position:absolute;width:40px;height:40px;}
.postDetail .content .description p{line-height:20px;margin:0 0 0 45px;padding:0 5px;color:#999;}
.postDetail .content .description .rank{vertical-align: text-bottom;margin:0 0 1px 0;}
.postDetail .content .description .button{position:absolute;right:-10px;top:10px;}
.postDetail .content .description span{display:inline-block;margin:0 10px;color:#dfdfdf;}

.postDetail .content .postContent{padding:0 5px 15px 5px;overflow:hidden;font-size:17px;line-height:2em;}
.postDetail .content .postContent .contentHtml img{max-width:100%;margin:0 0 10px 0;}
.postDetail .content .postContent .contentHtml iframe,
.postDetail .content .postContent .contentHtml embed,
.postDetail .content .postContent .contentHtml video,
.postDetail .content .postContent .contentHtml .video{width:100%;height:440px;margin:0 auto;}

.postDetail .content .postContent .contentHtml a{color:#e62082;}
.postDetail .content .postContent .contentHtml a.btn-pink{color:#fff;}

.postDetail .content .postContent .adult{font-size:13px;line-height:18px;}
.postDetail .content .postContent .adult .alert{
    background:#fffdfe url("/images/adult.png") no-repeat;background-size:auto 60px;
    background-position: right 10px bottom 10px;
}
#Side{
    position:fixed;border:1px solid #ccc;
    border-radius:5px;
    margin:0 0 0 -64px;
    top:180px;
    width:65px;
    padding:5px;
    background:#fff;
    border:1px solid #d1c7b8;
    border-radius:5px 0 0 5px;
    border-right:1px solid #fff;
}

.endTube{position:relative;width:780px;height:440px;background:#000;}
.endTube ul{list-style:none;padding:0px;margin:0px;}
.endTube li{position:relative;float:left;padding:0px;margin:0px;width:195px;height:130px;}
.endTube li img{width:100%;height:100%;}
.endTube li div{position:absolute;width:100%;top:0px;height:100%;z-index:9;background:rgba(0,0,0,0);transition:0.2s;padding:10px;overflow:hidden;}
.endTube li:hover div{background:rgba(0,0,0,0.6);}
.endTube li div p{color:#fff;display:none;line-height:25px;}
.endTube li:hover p{display:block;}
.endTube li a{text-decoration: none}
.endTube .replay{position:absolute;cursor:pointer;bottom:0px;width:100%;height:30px;line-height:30px;color:#fff;font-size:17px;text-indent:10px;}


.social{list-style:none;margin:0px;padding:0px;text-align:center;}
.social li{display:inline-block;
    margin:0;font-size:21px;
    text-align:center;
    opacity:0;border-radius:50%;
}
.social li a{
    color:#fff;display:block;
    padding:0;
    width:50px;
    line-height:50px;height:50px;
}
.social li i{line-height:inherit;}

.social li a:hover{text-decoration:none}
.social li.fb{background:#3468af;}
.social li.twi,
.social li.telegram{background:#4fc4f6;}
.social li.gp{background:#da4d2f;}
.social li.weibo{background:#f63a49;}
.social li.line{background:#41db19;}
.social li:hover{background:#333;}
.social li.fadein{
    opacity:1;
    -webkit-animation: fadein .2s  1 ease-in;
    -moz-animation: fadein .2s  1 ease-in;
    -o-animation: fadein .2s  1 ease-in;
}
.social li + li{
    margin-left:15px;
}
@-webkit-keyframes fadein {
        from { -webkit-transform:  rotate(0deg) scale(0.1) skew(1deg) translate(0px); }  to { -webkit-transform:  rotate(0deg) scale(1) skew(0deg) translate(0px); } 
} 
@-moz-keyframes fadein {
        from { -moz-transform:  rotate(0deg) scale(0.1) skew(1deg) translate(0px); }  to { -moz-transform:  rotate(0deg) scale(1) skew(0deg) translate(0px); } 
} 
@-o-keyframes fadein {
        from { -o-transform:  rotate(0deg) scale(0.1) skew(1deg) translate(0px); }  to { -o-transform:  rotate(0deg) scale(1) skew(0deg) translate(0px); } 
}
.panelBox{margin:0;position:relative;margin:10px 0 15px 0;}
.panelBox .prev{float:left;}
.panelBox .next{float:right;}
.panelBox img{height:100px;width:100px;}
.panelBox a{text-decoration:none;color:#ff6c00;}
.panelBox p{position:absolute;line-height:100px;background:rgba(0,0,0,.5);top:0px;width:100px;text-align:center;font-size:21px;}
.panelBox p a{display:block;color:#fff;}
.panelBox >div:hover p{background:rgba(10,68,200,.6);}
.panelBox .prev h3{top:0;left:100px;}
.panelBox .next h3{bottom:0;right:100px;}
.panelBox h3{position:absolute;margin:0;background:#efefef;font-size:19px;padding:5px;line-height:35px;max-width:550px;overflow:hidden; white-space: nowrap;text-overflow: ellipsis;}

.fbShare{width:330px;margin:auto;cursor:pointer;}
.fbShare{font-size:21px;}
.fbShare i{margin:0 10px 0 0;}
.fbShare a{background:#395b9a;display:block;color:#fff;padding:10px 0;text-decoration:none;}


.lineShare{width:330px;margin:auto;font-size:21px;cursor:pointer;margin-top:15px;}
.lineShare{font-size:21px;}
.lineShare i{margin:0 10px 0 0;}
.lineShare a{background:#4dd314;display:block;color:#fff;padding:10px 0;text-decoration:none;}

.about{background:#f5f5f5;margin:15px 0;padding-left:170px;}
.about h2{font-size:17px;padding:15px 15px;margin:0 0 0 -170px;}
.about .profile{float:left;margin:0 0 0 -170px;width:170px;padding:0 ;}
.about .profile .avatar{width:100%;height:auto;}
.about .profile p{margin:10px 0;text-align:center;}
.about .profile p a{margin:0 3px;}

.about .list{float:right;width:100%;padding:0 10px 0 10px;}
.about .list h3{margin:0;padding:10px 0;font-size:17px;}
.about .list ul li{float:left;width:50%;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;line-height:26px;}
.about .list ul li i{margin:0 10px 0 0;}
.about .push{float:left;width:240px;height:180px;padding:10px 0 10px 15px;border-left:1px solid #ccc;color:#666;}
.about .push h3{margin:0;padding:10px 0;font-size:19px;color:red;}


.more h2{font-size:17px;padding:15px 0;margin:0;}
.more ul{margin:0 -15px 0 0;padding:0;}
.more ul li{float:left;margin:0 15px 5px 0;width:254px;}
.more ul li img{width:100%;height:auto;}
.more ul li p{line-height:25px;height:50px;overflow:hidden;font-size:15px;padding:0 5px;}

.hotList{background:#fff;padding:10px;border-radius:5px;}
.hotList h3{font-size:17px;margin:0 0 10px 0;color:#1a82ba;}


.hotList > ul > li > div{display: flex;}
.hotList > ul > li > div{padding: 5px 0}
.hotList > ul > li:first-child .cover{width: 100%;}
.hotList > ul > li:first-child > div{flex-wrap: wrap;}

.hotList .cover{width: 100px;flex-shrink: 0}
.hotList .cover > img{width: 100%;height: auto;}
.hotList .title{padding:0 5px;overflow: hidden;max-height: 60px;line-height: 20px;}



.hideAd{background:#efefef;cursor:pointer;margin:-5px 0 0 0;}

.pagead{margin:10px auto;padding:10px 0;background:#fdfdfd url('/images/dotbg.png');line-height:normal;}

#popad{
    z-index:9;
    background:#fff;
    padding:5px;
    border:1px solid #ccc;
    position: fixed;
    width:312px;
    height:262px;
    right: 0;
    left: 0;
    top:50%;
    margin-top:-125px;
    margin-right: auto;
    margin-left: auto;
    transform: translate(-800%,-800%);
    animation-timing-function: ease-in-out;
    animation-delay: 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-duration:1s;
    animation-name: popFade;

    

}
#popad .fa-close{
    position:absolute;
    margin:0;top:2px;right:2px;
    background:#fff;
    border-radius:50%;
    line-height:21px;
    width:21px;
    text-align:center;
    font-size:17px;
    z-index:9999;
    box-shadow:0 0px 3px rgba(100,100,100,.5);
    cursor:pointer;
}

@keyframes popFade {
    0% {
        transform: translate(-800%,-800%);
    }
    1%{
        transform: translate(0,0);
        opacity: 0;
    }
    100% {
        transform: translate(0,0);
        opacity: 1;
    }

}
.post_tags{margin:15px 0;}
.post_tags a{background:#e6e6e6;color:#000;border-radius:4px;padding:8px;margin:0 5px 0 0;line-height:42px;}
.post_tags h3{font-size:17px;margin:0 0 15px 0;padding:0;}

#pushUrl{width:450px;}


.disqu{height:auto;overflow:hidden;}
.disquin{margin:0 0 -80px 0;}


.ads-bottom .ads-left{float:left;width:300px;height:250px;background:#efefef;margin-left:48px;}
.ads-bottom .ads-right{float:right;background:#efefef;width:300px;height:250px;margin-right:48px;}


.swiper-outer {
    position: relative;
    padding-bottom: 66.66666%;
    height: 0;margin-bottom:20px;
    border:3px solid #e62082;margin-top:50px;
}
.swiper-outer header{position:absolute;top:-30px;left:-3px;z-index:10;background:#e62082;color:#fff;line-height:30px;padding:0 10px;border-radius:5px 5px 0 0;}
.swiper-outer .hideSwiper{position:absolute;top:-30px;right:-3px;z-index:10;background:#e62082;color:#fff;line-height:30px;padding:0 15px;border-radius:5px 5px 0 0;cursor:pointer;}

.swiper-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.swiper-slide > div{height:100%;width:100%;text-align: center;position:relative;}
.swiper-slide > div img{position:relative;max-height:100%;max-width:100%;height:auto;width:auto;top:50%;transform: translate(0,-50%);}

.swiper-outer .control{
    position:absolute;
    z-index:10;
    font-size:32px;
    height:100%;top:0;
    color:#e62082;
    margin:0;
    cursor:pointer;
    z-index:10;padding:0 10px;
    -webkit-text-shadow: 0 3px 5px rgba(0, 0, 0, .175);
    text-shadow: 0 3px 5px rgba(0, 0, 0, .175);display:table;
}
.swiper-outer .control i{vertical-align: middle;margin-top:50%;display:table-cell;}
.swiper-outer .prev{left:0px;}
.swiper-outer .next{right:0px;}

@media (max-width: 1190px){
    #postContainer{margin-right:310px;}
    #postContainer .container_right{width:100%;float:left;-webkit-box-flex: 1;-moz-box-flex: 1;box-flex: 1;overflow:hidden;}
    #postContainer .container_left{width:310px;margin-right: -310px;padding-left:10px;float:right;}

    .postDetail .content .postContent .contentHtml iframe,
    .postDetail .content .postContent .contentHtml embed,
    .postDetail .content .postContent .contentHtml video,
    .postDetail .content .postContent .contentHtml .video{height:calc((100vw - 310px) * 0.62)}

}

@media (max-width: 1090px){
  .ads-bottom .ads-left,
  .ads-bottom .ads-right{float:none;margin:10px auto;text-align:center;width:300px;height:250px;}
}

@media (max-width: 980px){

    .about{padding-left:0;}
    .about h2{font-size:17px;padding:15px 15px;margin:0;}
    .about .profile{float:none;margin:auto;}
    .about .profile .avatar{width:100%;height:auto;}
    .about .profile p{margin:10px 0;text-align:center;}
    .about .profile p a{margin:0 3px;}
    .about .list ul{width:100%;}
}

@media (max-width: 640px){
    #postContainer{margin-right:0;}
    #postContainer .container_right{width:100%;float:none;}
    #postContainer .container_left{width:100%;float:none;margin-right:0;padding:0;float:none;}

    .postDetail .content .postContent .contentHtml iframe,
    .postDetail .content .postContent .contentHtml video,
    .postDetail .content .postContent .contentHtml embed,
    .postDetail .content .postContent .contentHtml .video{height:63vw;}

    .panelBox{width:100%;}
    .panelBox > div{position:relative;margin:10px 0;}
    .panelBox img,.panelBox p{position:absolute;height:50px;width:50px;line-height:50px;font-size:15px;}
    .panelBox h3{position:static;width:100%;max-width:100%;height:50px;font-size:13px;line-height:25px;padding:0;margin:0;overflow:hidden; white-space: normal;}
    .panelBox .prev,
    .panelBox .next{float:none;}
    .panelBox .prev h3{top:0;left:0px;padding:0 5px 0 60px;}
    .panelBox .next h3{top:0;left:0px;padding:0 60px 0 5px;}
    .panelBox .next img,.panelBox .next p{right:0;}

    .more h2{font-size:17px;padding:15px 0;margin:0;}
    .more ul{padding:0 0;margin:0 -5px;}
    .more ul li{float:left;width:50%;margin:0;padding:0 5px;}
    .more ul li img{width:100%;height:auto;}
    .more ul li p{line-height:25px;height:50px;overflow:hidden;font-size:15px;padding:0 5px;}
    .social li{
        font-size:17px;
        
    }
    .social li a{
        width:32px;line-height:32px;height:32px;
    }
   
    .fbShare,
    .lineShare{width:285px;font-size:19px;}

    #postContainer .container_right{padding:0px;}
    .breadcrumb{display:none;}

    .postDetail{padding:0 10px;}
    .postDetail .content h1{font-size:23px;line-height:25px;margin:0;}

    .post_tags{margin:15px 0;}
    .post_tags h3{display:none;}

    #pushUrl{width:100%;margin:0 0 5px 0;}

    .postDetail {
     border:0px;
     border-radius:0px;
    }

    .about .list ul li{width:100%;}

    .swiper-outer {
        position: relative;
        padding-bottom: 0;
        height:85vh;
        height:calc(100vh - 120px);
    }
}