.CelContent{
    width: 1200px;
    margin: 100px auto 100px;
}
.CelTopTitle{
    font-size: 40px;
    float: left;
    font-family: '妤蜂綋'
}
.CelTopTitle p{
    width: 50px;
    height: 2px;
    border: 2px solid #000000;
}

.clear{
    clear: both;
}
.celebrityList{
    margin-top: 30px;
    margin-bottom: 80px;
}
.celebrityList>li{
    border: 2px solid #d3d3d3;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}
.celebrityList>li:nth-child(1) .hootCel{
    background: url(../images/hoot1.png);
    background-size:100% 100%;
}
.celebrityList>li:nth-child(1) .hootCel:after{
    content: "1";
    display: block;
    color: #ffffff;
    text-align: center;font-size: 30px;
    margin-top: 30px;
}
.celebrityList>li:nth-child(2) .hootCel{
    background: url(../images/hoot2.png);
    background-size:100% 100%;
}
.celebrityList>li:nth-child(2) .hootCel:after{
    content: "2";
    display: block;
    color: #ffffff;
    text-align: center;font-size: 30px;
    margin-top: 30px;
}
.celebrityList>li:nth-child(3) .hootCel{
    background: url(../images/hoot3.png);
    background-size:100% 100%;
}
.celebrityList>li:nth-child(3) .hootCel:after{
    content: "3";
    display: block;
    color: #ffffff;
    text-align: center;font-size: 30px;
    margin-top: 30px;
}
.hootCel{
    position: absolute;
    width: 60px;
    height: 90px;
    top: -50px;
    left: -20px;
    z-index: 100;
}
.ListImg{
    position: relative;
    float: left;
    width: 260px;
    height: 260px;
    margin-right: 80px;
}
.ListImg>div{
    position: absolute;
    width: 260px;
    height: 260px;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4)
}
.ListImg p{
    position: absolute;
    width: 120px;
    height: 120px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/play.png);
    background-size: cover;
}
.ListImg img{
    width: 100%;
    height: 100%;
}
.ListTxt{
    margin-top: 30px;
    float: left;
}
.ListTxt span{
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
}
.ListTxt p{
    font-size: 20px;
    margin-top: 40px;
}
.IconList{
    margin-top: 80px;
}
.IconList li{
    float: left;
    width:40px;
    height: 40px;
    margin-right: 60px;
}
.IconList li img{
    width: 100%;
}
.celSee{
    float: right;
    margin-right: 30px;
    margin-top: 50px;
    line-height: 40px;
    font-size: 26px;
}

.videoTitle{
    font-size: 20px;
    float: left;
}
.VideoContent{
    width: 1366px;
    margin:36px auto;
}
.VideoLeft{
    float: left;
    width: 670px;
}
.VideoRight img{
    width: 100%;
    height: 544px;
}
.VideoRight {
    position: relative;
    float: right;
    width: 680px;
}
.VideoLeft li{
    float: left;
    margin-bottom: 16px;
    width: 324px;
    height: 264px;
    margin-right: 16px;
    position: relative;
}
.VideoLeft li:nth-child(even){
    margin-right: 0px;
}
.VideoLeft li img{
    width: 100%;
    height: 264px;
}
.VideoLeft ul li:nth-child(1)::after{
    content:'';
    display: block;
    position: absolute;
    background: url(../images/top12.png);
    background-size: cover;
    width: 48px;
    height: 78px;
    top: 0;
    right: 20px;
}
.VideoLeft ul li:nth-child(2)::after{
    content:'';
    display: block;
    position: absolute;
    background: url(../images/top13.png);
    background-size: cover;
    width: 48px;
    height: 75px;
    top: 0;
    right: 20px;
}
.VideoRight::after{
    content: '';
    display: block;
    position: absolute;
    background: url(../images/top11.png);
    background-size: cover;
    width: 48px;
    height: 82px;
    top: 0;
    right: 20px;
}
.VideoList:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    margin-bottom: 100px;
}
.VideoList>li{
    float: left;
    width: 300px;
    margin-right: 40px;
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 0px 14px #999999;
}
.VideoList>li:nth-child(4n){
    margin-right: 0;
}
.VideoList .VideoImg{
    position: relative;
    width: 300px;
    height: 300px;
}
.VideoList .VideoImg>div{
    display: none;
    transition:ease-in 0.5s;
    position: absolute;
    width: 300px;
    height: 300px;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4)
}
.VideoList .VideoImg:hover p{
    display: block;
}
.VideoList .VideoImg:hover>div{
    display: block;
}
.VideoList .VideoImg p{
    transition:ease-in 1s;
    display: none;
    position: absolute;
    width: 120px;
    height: 120px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/play.png);
    background-size: cover;
}
.VideoList img{
    width: 100%;
    height: 100%;
}
.VideoImg{
    margin: 0;
}
.VideoList>li>p{
    font-size: 23px;
    padding-left:10px; 
}
.VideoIcon{
    float: right;
    margin-top: 5px;
    padding-bottom: 10px;
}
.VideoIcon li{
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 20px;
}
.closeAuto{
    float: right;
}
.commentVideo{
    width: 90%;
    margin: 20px auto 30px;
    display: none;
}
.commentVideo #Publish{
    width: 100%;
    display: block;
    margin:0 auto;
    line-height: 40px;
    font-size: 18px;
    border: 2px solid #999999;
    padding-left: 6px;
}
.commentVideo #submit{
    float: right;
    background: #cccccc;
    color: balck;
    padding:0 20px;
    font-size: 15px;
    line-height: 30px;
    border:1px;
    border-radius: 10px;
}
.VideoBorder{
    border-top: 1px solid #999999;
    margin-bottom: 20px;
}
.commentMax{
    width: 800px;
    margin: 0 auto;
}
.commentMaxTit{
    margin-bottom: 30px;
    margin-left: 5px;
}
.commentMaxTit p{
    float: left;
    font-size: 16px;
    margin-right: 10px;
}
.commentList .CommentHead{
    width: 50px;
    height: 50px;
}
.commentList .CommentHead img{
    width: 100%;
}
.commentList .comments{
    float: left;
    font-size: 18px;
    margin-right:20px;
}
.commentList .commentName{
    width: 150px;
}
.commentList .NameTitle{
    color: #2074ca;
    font-size: 15px;
}
.commentList li{
    margin: 0px 5px 30px 5px;
}
.commentLists{
    display: none;
    margin-bottom: 20px;
}
.commentTime{
    font-size: 15px;
    color: #7b7b7b;
}
.commentFollow{
    background: #dddddd;
    padding: 20px 100px;
}
.Fabulous p{
    float: left;
    font-size: 15px;
    margin-right: 8px;
    line-height: 30px;
}
.Fabulous p img{
    width: 20px;
}
.Fabulous{
    float: right;
    margin-top: 22px;
}
.FabulousList{
    margin-top: 30px;
}
.commentNum{
    font-size: 18px;
    cursor: pointer;
}
.commentNum span{
    color: #2074ca;
}

.VideoBanner{
    width: 1200px;
    margin:30px auto;
    height: 256px;
    background: url(../images/videoBack.png) no-repeat;
    background-size: cover;
}
.FixedAuto{
    width: 1366px;
    padding: 10px 10px 0px;
    top: 0;
    position: relative;
    z-index: 100;
    left: 0;
    background: #333333;
}
.FixedAuto video{
    width: 100%;
    height:760px;
}
.FixedAuto{
    font-size: 30px;
    line-height: 20px;
    color: #ffffff;
    padding-left: 30px;
}
.FixedAutoIcon{
    float: right;
    margin: 0 0 30px 0;
}
.FixedAutoIcon li{
    margin-top: 10px;
    float: left;
    width: 20px;
    height: 20px;
    margin-right:20px;
}
.videocolor{
    width: 1200px;
    margin:30px auto;
    background: #f5f7f9;
    padding: 50px 200px;
}
.videocolor h3{
    color: #000000;
    font-size: 32px;
    text-align: center;
}
.VideoCoLeft{
	width:35%;
    float: left;
}
.VideoCoLeft h2{
    color: #c6c6c6;
    font-size: 40px;
    font-weight: 500;
}
.VideoCoLeft p{
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #333333;
}
.VideoCoRight{
    float: right;
    transition:ease-in 0.5s
}
.VideoCoRight:hover{
    box-shadow: 10px 10px 10px #999;
    
}
.videocolor a{
    border: none;
    background: #f5f7f9;
    display: block;
    margin: 50px auto 0;
    text-align: center;
    font-size: 18px;
    color: #999999;
}
.VideoCoLeft a img{
    margin-left: 20px;
    margin-top: 5px;
}
.VideoSearch{
    background: #333333;
    padding: 20px 0;

}
.VideoSearMin{
    width: 350px;
    margin:0 auto;
    position: relative;
}
.VideoSearMin input{
    width: 250px;
    height: 30px;
    background: #333333;
    border: 1px solid #ffffff;
    display: block;
    margin:0 auto;
    color: #999999;
    text-align: center;
    font-size: 14px;
}
.VideoSearMin img{
    display: block;
    position: absolute;
    right: 80px;
    top: 6px;
    width: 20px;
}
.VideoTxH2{
    color: #333333;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}
.VideoTxSpan{
    color: #cccccc;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}
.VideoTop{
    border-top:2px solid #d1d1d1;
    border-bottom: 2px solid #d1d1d1;
    padding: 5px 0;
}
.Video2TOPsear{
    display: none;
}
.PCPublish{
    width: 100%;
    margin-bottom: 30px;
    background: #e6e6e6;
    padding: 30px 0 30px;
}
.PCPublish h2{
    text-align: center;
    font-size: 32px;
}
.PCPublish h3{
    text-align: center;
    font-size: 32px;
    color: #cccccc;
    margin-bottom: 15px;
}
.PCPublish ul{
    margin:0px auto;
    width: 800px;
}
.PCPublish ul:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.PCPublish ul li{
    float: left;
    margin-bottom: 15px;
    margin-right: 40px;
    line-height: 35px;
    padding: 0 30px;
    border-radius: 30px;
    color: #ffffff;
    opacity: 0.6;
    border: 3px solid #e6e6e6;
}
.PCPublish button{
    background:#666666;
    width: 100px;
    height: 35px;
    display: block;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    margin: 0 auto;
}

.CelSearch2{float: right;display: block;position: relative}
.CelSearch2 img{display: block;position: absolute;right: 10px;top: 5px;}
.CelSearch2 input{border: 2px solid #999999; border-radius: 10px;padding-left: 10px;font-size: 12px;line-height: 28px;width: 140px;height: 28px;}
.VideoTxs{position: absolute;bottom: 0;left: 0;width: 100%;}
.VideoHide p{padding-left: 110px;padding: 0 110px}
.VideoHide{display: none;position: absolute;left: 0;bottom: 52px;background: rgba(0, 0, 0, 0.4);width: 96%;padding: 60px 0;margin: auto;right: 0}
.UserVideo p{font-size: 20px;float: left;line-height: 42px;}
.UserVideo{width: 100%;height: 42px;}
.commentMax h3{font-size: 32px;text-align: center}
.commentMax h4{color: #cccccc;font-size: 30px;text-align: center;margin-bottom: 30px;}
.comments ul li{float: left;margin-bottom: 30px; margin-right: 30px;line-height: 35px;padding: 0 30px;border-radius: 30px;color: #ffffff;font-size: 15px;}
.PCVideoList{width: 1366px;margin:0 auto;}
.PCVideoList>ul>li:after{content: "";display: block;height: 0;clear: both;}


.VideoDrop{ display: none;}
.VideoMenu{display: none;}
.Ucenter{display: none}
.CelSearch{display: none;}
#video_iframe{height: 760px;}
/* video   list椤甸潰鍝嶅簲寮� */
@media(max-width:460px) and (min-width:300px){
	.commentMax h3{
		font-size: 22px;
		text-align: center;
	}
	.commentMax h4 {
	    color: #cccccc;
	    font-size: 20px;
	    text-align: center;
	    margin-bottom: 30px;
	}
    .VideoBanner{display: none;}
    .dropdown{display: none;}
    .VideoDrop{font-weight: 700;width: 90px;display: block;margin-right: 80px;
        float: right;
        position: relative;}
    .VideoDrop a{display: block;
        height: 50px;
        line-height: 50px;
        position: relative;
        z-index: 2000;
        text-align: center;
        text-decoration: none;
        font-weight: 300;
        font-size: 15px;
        color: #ffffff;}
    .videocolor{display: none;}
    .VideoSearch{display: none;}
    .VideoTxH2{display: none;}
    .VideoTxSpan{display: none;}
    .VideoContent{display: none;}
    .VIdeo2Content{display: block;width: 100%;}
    .VideoMenu{display: block;float: right;background:url(../images/VideoMenu.png);position: relative;width: 22px;height: 14px;background-size: cover;margin-top: 20px;margin-right: 20px;}
    .VideoMenu ul{display: none;background: #ffffff;color: #333333;position: absolute;width: 80px;top: 20px;right: 0;}
    .VideoMenu ul li{text-align: center;line-height: 30px;}
    .Ucenter{display: block;width: 90%;margin: 0 auto;}
    .Ucenter>ul>li{float: left;width: 48%;position: relative;margin-bottom: 10px;}
    .Ucenter li img{display: block;width: 100%;}
    .Ucenterbot p{color: #ffffff;font-size: 13px;}
    .Ucenterbot{position: absolute;bottom: 0;left: 0;background:rgba(0, 0, 0, 0.4);height: 40px;width: 100%;}
    .Ucenter>ul>li:nth-child(1n){margin-right: 2%;}
    .Ucenter>ul>li:nth-child(1)::after{content: '';display: block;background: url(../images/waplist1.png);background-size: 100% 100%;width: 30px;height: 40px;position: absolute;top: -5px;left: 1px;}
    .Ucenter>ul>li:nth-child(2)::after{content: '';display: block;background: url(../images/waplist2.png);background-size: 100% 100%;width: 30px;height: 40px;position: absolute;top: -5px;left: 1px;}   
    .Ucenter>ul>li:nth-child(3)::after{content: '';display: block;background: url(../images/waplist3.png);background-size: 100% 100%;width: 30px;height: 40px;position: absolute;top: -5px;left: 1px;}     
    .Ucenterbot ul{float: right;width: 70px;}
    .Ucenterbot>ul>li{float: left;width: 14px;margin-right: 5px;}
    .Ucenterbot ul li img{width: 100%;}
    .CelSearch{float: right;display: block;margin: 13px 13px 0px;}
    .CelSearch input{border: 2px solid #999999; border-radius: 10px;padding-left: 10px;font-size: 12px;line-height: 28px;width: 80px;height: 28px;}
    .CelTop{margin-bottom: 10px;}    
    .commentVideo{display: block;}
    .Video2TOPsear{display: block}
    .PCPublish{display: none;}
    .PCPublish{display: none}
    .PCVideoList{display: none;}
    .FixedAuto{width: 100%;padding: 0}
    .FixedAuto video{height: auto;}
    .UserVideo p{font-size: 18px;}
    .FixedAutoIcon{margin: 0}
    .VideoHide{padding: 0}
    .VideoHide p{padding: 0}
    .WapVideoPub{margin-top: 30px;}
    .WapVideoPub li{float: left;margin-right: 10px;margin-bottom: 20px;line-height: 48px;padding: 0 20px;opacity: 0.6;border-radius: 30px; color: #ffffff;}
    .WapVideoPub:after{content:"";display: block;clear: both;height: 0}
    .commentMax{width: 100%;}
    .commentList .commentName{width:80px;}
    .comments ul li{margin-right: 10px;margin-bottom: 10px;font-size: 14px;padding: 0 10px;border-radius: 20px;}
	#video_iframe{height: 270px;}
}

/* swiper */
.VideoBanner{
    white-space: nowrap;
    padding-top: 50px;
    overflow: hidden;
}
.VideoBanner .swiper-container{
    margin: 26px ;
}
.VideoBanner .swiper-slide{
    display: inline-block;
}