@charset "utf-8";
/**弹出导航*/
.m-page-pop{
	position: absolute; top:0; left: 0; width:450px;height:100%; z-index: 9; background: #333;overflow: hidden; 
	-webkit-transform:translateX(-100%);
	transform:translateX(-100%);
	-webkit-transition:all 0.5s;
  	   -moz-transition:all 0.5s;
	    -ms-transition:all 0.5s;
	     -o-transition:all 0.5s;
	        transition:all 0.5s;
}
.showContentWin{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:500;
	opacity:0;
	border-radius:0px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	background-color:#FFFFFF;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
	color: #000;
	font-family:"黑体";
}
.showContentWin .showContentTitle{
	font-size: 42px;
	padding:50px;
	word-wrap: break-word; word-break: normal; 
	text-align: left;
}	
.showContentWin .showContentAuthor{
	font-size: 24px;
	padding:0px 50px;
	word-wrap: break-word; word-break: normal; 
	text-align: left;
}	
.showContentWin .article{
	width:540px;
	font-size: 30px;
	padding:50px;
	line-height: 50px;
	word-wrap: break-word; word-break: normal; 
}	
.showContentWin .img{
	padding:50px;
}	
.showContentWin .img img{
	width:540px;
}	
.showContentWin .showBigImgContainer{
	font-size: 26px;
	position:absolute;
	top:60px;
	left:0px;
	right:0px;
	bottom:0px;
	overflow: auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}	
.showContentWin .j-close{
	position:absolute;
	right:0px;
	top:0px;
	width:60px;
	height:60px;
	background-image: url("../img/WinClose.png");
	background-size:100% 100%;
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
/************推广页面样式****************/
.adPageConBg{
	width:100%;height:100%;position:absolute;
	background-image: url("../img/adPageBg.jpg?v=2");
}
.adPageConBg .bottomBar{
	position: absolute;
	bottom:0px;
	width:100%;
	padding:15px 0px;
	background-color: #311E1E;
	color: #FFF;
	font-size: 20px;
	box-sizing: border-box;
}	
.adPageConBg .bottomBar .left{
	float:left;
	width:100px;
	text-align: center;
}	
.adPageConBg .bottomBar .center{
	float:left;
	width: calc(100% - 200px);
	text-align:center;
}
.adPageConBg .bottomBar .center span{
	color:#ED702D;
	margin: 0px 5px;
}

.adPageConBg .bottomBar .right{
	float:left;
	width:100px;
	text-align: center;
}	
.adPageConBg .bottomBar .right a{
	color:#FFF;
}


.tuiguangCon a{
	color: #363636;
}	
.tuiguangCon{
	width:640px;
	height:100%;
	position: absolute;
	color: #363636;
	background-color: #F3F3F3;
}
.tuiguangCon .tuiguang{
	top:0px;
	position:absolute ;
	width:100%; 
	height:195px; 
	background-color: #F3F3F3
}
.tuiguangCon .tuiguangTxt{
	top:195px;
	position:absolute ; 
	width:100%;
	height:115px; 
	background-color: #FFFFFF;
	border-bottom: 1px solid #E0E0E0;
}	
.tuiguangCon .tuiguangTxt .txtLink{
	float:left;
	font-size: 25px;
	width:319px;
	height:55px;
	line-height: 55px;
	vertical-align: middle;
	text-align:center; 
}	
.tuiguangCon .tuiguangTxt .shugang{
	width:1px;
	height:49px;
	margin-top:3px; 
	float:left; 
	background-color:#F3F3F3;
}
.tuiguangCon .tuiguangTxt .henggang{
	width:280px;
	height:1px;
	float:left;
	margin-left:20px;
	margin-right:20px;
	background-color:#F3F3F3;
}
.tuiguangCon .hotShare{
	top:320px;
	position:absolute ; 
	width:100%;
	background-color: #FFF;
	overflow: hidden;
}
.tuiguangCon .hotShare .shareList{
	width:580px;
	height:100%;
	margin-left: 40px;
	float:left;
	padding-top:10px;
}
.tuiguangCon .hotShare .shareItem{
	height:115px;
	width:100%;
	border-bottom: 1px solid #F6F6F6;
	padding:20px 0px;
}
.tuiguangCon .hotShare .shareImg{
	width:115px;
	height:115px; 
	float:left;
	background-size:115px;
	background-repeat: no-repeat;
	background-position: 50% 50%
}
.tuiguangCon .hotShare .shareContent{
	float:left;
	width:460px;
}
.tuiguangCon .hotShare .shareContent span{
	float:left;
	width:100%;
	padding:5px 20px;
}
.tuiguangCon .hotShare .title{
	font-size: 25px;
}
.tuiguangCon .hotShare .subTitle{
	font-size: 16px;
}
.tuiguangCon .hotShare .ydl{
	font-size: 16px;
}
.tuiguangCon .market-notice{
	background-image: url('/youtuShare/style3/img/bannerV5.jpg?1');position:absolute;bottom:0px; width:640px;height:52px;background-size:100% 100%;
}
.htmlConWeb{
	position: fixed; top: 0; left: 0; width: 100%; height: 100%; padding:0px; margin-top: 0px; background-color: #FFFFFF; border-radius:0px;
	-webkit-transform:translateX(100%);
	transform:translateX(100%);
	-webkit-transition:all 0.5s;
  	   -moz-transition:all 0.5s;
	    -ms-transition:all 0.5s;
	     -o-transition:all 0.5s;
	        transition:all 0.5s;
}
.uniShowFromRight{
	-webkit-transform:translateX(0);
	transform:translateX(0);
}
.uniShowFromRight .j-close-htmlFrameWeb{
	background-image: url("../../style3/img/form_close_img01.png?v2");
	background-size:100% 100%;
	width: 50px;
	height:50px;
	display:block;
	position:absolute;
	top: 5px;
	right:5px;
/* 	-webkit-animation:backIcoMove 1s linear alternate infinite; */
/* 	animation:backIcoMove 1s linear alternate infinite; */
}
@-webkit-keyframes backIcoMove{
	to {
		-webkit-transform:translateX(-5%)
	}
}
@keyframes backIcoMove {
	to {
		transform:translateX(-5%)
	}
}

.showYDL{
	width: 100%;
	height:50px;
	background-color:#FFF;
	color:#898989;
	position: absolute;
	bottom:0px;
	font-size: 24px;
	vertical-align: middle;
	line-height: 50px;
	padding-left: 30px;
	font-family: Arial;
	z-index:1000;
}
body>.showYDL{
	width: calc(100% - 20px);
	background-color:rgba(0,0,0,0.7);
	color:#fff;
	position: fixed;
}
.page-no,body>.showYDL{
/*  	margin-bottom: -10px;  */
}
.showYDL span{
	float: left;
}	
.showYDL .visitCount,.forwardingCount,.shareCount,.tomsg{
	margin-left: 20px;	
	margin-right: 20px;	
}	
.showYDL .zanCount{
	margin-left: 10px;	
}	
.showYDL .zan{
	width:30px;
	height:50px;
	float:left;
	background-image: url("../img/zan.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}	
.showYDL .tomsg{
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 10px;
	
}
.inputPSWWin { position: absolute; top: 0; left: 0; z-index: 99999999; width: 100%; height: 100%; padding:20px 0px; margin-top: 0px; background: rgba(0,0,0,0.8); border-radius:0px; opacity: 0;
	-webkit-transform: scale(0.2);
	   -moz-transform: scale(0.2);
	    -ms-transform: scale(0.2);
	     -o-transform: scale(0.2);
	        transform: scale(0.2);

	-webkit-transition:all 0.5s;
  	   -moz-transition:all 0.5s;
	    -ms-transition:all 0.5s;
	     -o-transition:all 0.5s;
	        transition:all 0.5s;
}
.inputPSWWin-con{ position: absolute; top: 50%; left: 30px;right:30px; height: 640px; margin-top: -340px;background-color: #E9E9E9;border-radius: 2px; }
.inputPSWWin h3 { margin-bottom: 15px;margin-top:35px; color: #34495e; font-size: 30px; text-align: center; }
.inputPSWWin th{padding: 20px 20px 20px 0px;text-align: right;font-weight: normal;}
.inputPSWWin td { padding: 20px 0;}
.inputPSWWin th { font-size: 24px; color: #34495e; }
.inputPSWWin td { font-size: 24px; color: #34495e; }
.inputPSWWin td input { width: 300px; border:none; padding: 5px 0 2px 10px; font-size: 24px; color: #34495e;border-bottom: 1px solid #CCC; }
.inputPSWWin td textarea { width: 300px;height:120px; border:none; padding: 5px 0 2px 10px; font-size: 24px; color: #34495e;border: 1px solid #CCC; }
.inputPSWWin .fenge {width:500px;height:5px;border: 2px;border: 3px solid #5CBEC7;margin: 0 auto; border-top: none;}

.inputPSWWin td input.z-error { border-color: #1385C3; }
.inputPSWWin td.btn p { width: 100%; height: 80px; position:absolute;bottom:0px;line-height: 80px; text-align: center; color: #FFFFFF; background: #1385C3; border-radius: 0px; font-size: 36px;  }
.inputPSWWin td.btn p.z-fial { background: #aaa; }
.inputPSWWin td.btn p.z-success { background: #e74c3c; }

.inputPSWWin.z-show{ opacity: 1;
	-webkit-transform: translate(0,0) scale(1);
	   -moz-transform: translate(0,0) scale(1);
	    -ms-transform: translate(0,0) scale(1);
	     -o-transform: translate(0,0) scale(1);
	        transform: translate(0,0) scale(1);
}

.uploadImgBtn{
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #FFFFFF;
	background: #43C9CA;
	border-radius: 3px;
	font-size: 20px;
}


.opusInfo{
	width:420px;
	height:350px;
	position: absolute;
	left:50%;
	top:50%;
	margin-left: -210px;
	margin-top:-375px;
}
.opusInfo .opusPreviewImg{
	width:180px;
	height:180px;
	margin: 0px auto;
	overflow: hidden;
	background-position: center;
	background-size:100%;
	border-radius: 50%;
}
.opusInfo .opusAutor{
	width:100%;
	height:30px;
	margin: 10px auto 0px auto;
	font-size:24px;
}
.opusInfo .opusAutor .authorName{
	width:100%;
	text-align: center;
	margin: 0px auto;
}
.opusInfo .opusAutor .by{
	color: #000;
	font-style: italic;
}
.opusInfo .fengex{
	margin: 5px auto 30px auto;
	width: 100%;
	height:1px;
}
.opusInfo .otherOpus{
	margin: 0px auto;
	color: #000;
	height:150px;
}
.opusInfo .otherOpus p{
	float: left;
	margin: 0px 0px 20px 0px;
	width:100%;
	font-size: 18px;
	color: #FFF;
}
.opusInfo .otherOpus li{
	float: left;
	width: 140px;
}
.opusInfo .otherOpus div{
	font-size: 16px;
	width:120px;
	text-align: center;
}
.opusInfo .otherOpus .otherOpusPreviewImg{
	width:120px;
	height:120px;
	overflow: hidden;
	background-position: center;
	background-size:100%;
	margin: 0px auto;
}
.opusInfo .callMe{
	background-image:url("/youtuShare/style3/img/callMe.png");
	background-position: center;
	background-size:100% 100%;
	margin: 50px auto;
	width:160px;
	height:45px; 
}
.market-notice{
	background-image: url('/youtuShare/style3/img/bannerV5.jpg');margin-top:30px;margin-left:0px;width:640px;height:52px;background-size:100% 100%; 
	left:0px;
	right:0px;
	bottom:0px;
	position: absolute;
	background-repeat: no-repeat;
}	
.iwanttodoWGW{
	background-image: url('/youtuShare/style3/img/bannerWGW.png');margin-top:30px;margin-left:0px;width:640px;height:52px;background-size:100% 100%; 
	left:0px;
	right:0px;
	bottom:0px;
	position: absolute;
	background-repeat: no-repeat;
}

.iwanttodoWCJ{
	width:205px;
	height:48px;
	position:absolute;
	left:50%;
	margin-left:-104px;
	bottom:175px;
	background-image:url('/youtuShare/pub/img/freeCreatWT.png?v3');
	background-repeat: no-repeat;
	background-size:100%;
}
.iwanttodoPPT{
	width:205px;
	height:48px;
	position:absolute;
	left:50%;
	margin-left:-104px;
	bottom:175px;
	background-image:url('/youtuShare/pub/img/freeCreatPPT.png?v3')
	background-repeat: no-repeat;
}
#j-mengban{
	position: absolute;
}

video{font-size: 100%;
    line-height: 0;
    vertical-align: baseline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;}

.videoBtnFlash{
	position:absolute;z-index:5;left:0;right:0;bottom:0;top:0;bottom:10px;
	width:76px;height:76px;
	line-height:50px;margin:auto;overflow:hidden;font-size:0;text-align:center;
	background:rgba(255,255,255,.8);
	border-radius:50%;
	cursor:pointer}
.videoBtnFlash .tvp_button_play{position:absolute;display:block;width:0;height:0;
	left:25px;top:19px;margin:auto;overflow:hidden;vertical-align:middle;
	border:20px solid transparent;
	border-width:20px 35px;
	border-left-color:rgba(0,0,0,0.7)
}


.vectorText{
	word-break:break-all;
}
.audio_widget_01{
	background-image: url("../img/audio_widget_01@2x.png");	
	background-repeat:no-repeat;
	background-size:100%;
	width:15px;height:25px;
}
.audio_widget_02{
	background-image: url("../img/audio_widget_01@2x.png");	
	background-repeat:no-repeat;
	background-size:100% 100%;
	width:15px;height:25px;
}
.uniImg{
	position:absolute;
}

/* 照片墙相关 */
.c-photo-wall{
	position: absolute;
	width:100%;
	height:640px;
	left:0px;
	top:120px;
	overflow: hidden;
	z-index:1000;
}
.photo-wall-item{
	border: 4px solid white;box-sizing: border-box;position:absolute;
	background:position:center center;
	
}
.child-container{
	height:640px;
	position: absolute;
}
.c-photo-wall .photo-wall{
	width: 640px;
    height: 640px;
    float: left;
    position: relative;
    display: inline-block;
}
.loading-circle {
    width: 108px;
    height: 108px;
    margin-top: -108px;
    margin-left: -54px;
    position: absolute;
    animation: loadingCircle .8s linear infinite;
    -webkit-animation: loadingCircle .8s linear infinite;
    
    background-image: url(../img/loading_2.png);
     background-repeat: no-repeat;
     background-position: center;left: 50%;top: 50%;
}
.imgPreShow .okBtn{
	background-image: url("../img/ok.png");
	width: 88px; height:88px;
}
.imgPreShow .cancelBtn{
	background-image: url("../img/cancel.png");
	width: 88px; height:88px;margin-right: 142px;
	
}



@keyframes loadingCircle{0%{transform:rotate(0);-webkit-transform:rotate(0)}100%{transform:rotate(360deg);-webkit-transform:rotate(360deg)}}
@-webkit-keyframes loadingCircle{0%{transform:rotate(0);-webkit-transform:rotate(0)}100%{transform:rotate(360deg);-webkit-transform:rotate(360deg)}}
/* 淡入 */
@-webkit-keyframes fadein{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}
@keyframes fadein{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}
/* 淡入 */
.a-fadein{
    -webkit-animation : fadein 1.5s ease-out backwards;
    animation : fadein 1.5s ease-out backwards;
}
/* 淡出 */
@-webkit-keyframes fadeout{
    0%{
        opacity:1;
    }
    100%{
        opacity:0;
    }
}
@keyframes fadeout{
    0%{
        opacity:1;
    }
    100%{
        opacity:0;
    }
}
/* 淡入 */
.a-fadeout{
    -webkit-animation : fadeout 1.5s ease-out backwards;
    animation : fadeout 1.5s ease-out backwards;
}
/***********************************祝福语相关***********/

/* 淡入 */
@-webkit-keyframes greetingShow{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}
@keyframes greetingShow{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}
/* 淡入 */
.greetingShowfadeIn{
    -webkit-animation : greetingShow 1.5s ease-out forwards;
    animation : greetingShow 1.5s ease-out forwards;
}


#dialog{
		width: 450px;
		border-radius: 10px;
		position: fixed;
		top: 50%;
		left:50%;
		margin-left: -225px;
		background: #fff;
		z-index: 20000;
		text-align: center;
		transform: translate3d(0,-900px,0);
		-moz-transform: translate3d(0,-900px,0);
		-webkit-transform: translate3d(0,-900px,0);
		-ms-transform: translate3d(0,-900px,0);
		-o-transform: translate3d(0,-900px,0);
		-webkit-transition: all .3s;
		transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		}
#dialog.tip {
		transform: translate3d(0,-150px,0);
		-moz-transform: translate3d(0,-150px,0);
		-webkit-transform: translate3d(0,-150px,0);
		-ms-transform: translate3d(0,-150px,0);
		-o-transform: translate3d(0,-150px,0);
	}
#dialog .message{
	font-size:24px;padding:32px;text-align: justify;
}
#dialog .closeBtn{
	width: 200px;
	background-color: #f60;
	border-radius: 4px;
	color: #FFF;
	line-height: 40px;
	font-size: 24px;
	vertical-align: middle;
	padding: 8px;
	margin: 10px auto 32px auto;
}
.greetings-form { position: absolute; top: 0; left: 0; z-index: 500; width: 100%; height: 100%; padding:0px; margin-top: 0px; background: rgba(0,0,0,0.8); border-radius:0px; opacity: 0;
	-webkit-transform: scale(0.1);
	        transform: scale(0.1);
	-webkit-transition:all 0.5s;
	        transition:all 0.5s;
	pointer-events:none;
}
.greetings-form-con{ position: absolute; top: 50%; left: 30px;right:30px; margin-top: -340px;background-color: #E9E9E9;border-radius: 2px; }
.greetings-form h3 { margin-bottom: 15px;margin-top:35px; color: #34495e; font-size: 30px; text-align: center; }
.greetings-form th{padding: 20px 20px 20px 0px;text-align: right;font-weight: normal;}
.greetings-form td { padding: 20px 0;}
.greetings-form th { font-size: 24px; color: #34495e; }
.greetings-form td { font-size: 24px; color: #34495e; }
.greetings-form td input { width: 350px; border:none; padding: 5px 0 2px 10px; font-size: 24px; color: #34495e;border-bottom: 1px solid #CCC; }
.greetings-form td textarea { width: 350px;height:120px; border:none; padding: 5px 0 2px 10px; font-size: 24px; color: #34495e;border: 1px solid #CCC; }
.greetings-form .fenge {width:500px;height:5px;border: 2px;border: 3px solid #FF6600;margin: 0 auto; border-top: none;}

.greetings-form td input.z-error { border-color: #FF6600; }
.greetings-form .btn div.button { width: 289px; height: 81px; float:left; line-height: 80px; text-align: center; color: #FFFFFF; background: #FF6600; border-radius: 0px; font-size: 36px;  }
.greetings-form .clear{clear: both;}
.greetings-form .btn div.z-fial { background: #aaa; }
.greetings-form .btn div.z-success { background: #e74c3c; }
.greetings-form .greetings-close { position: absolute;  top: 0px; right: 0px; width: 70px; height: 70px; }

.greetings-form.z-show{ opacity: 1;
	pointer-events:all;
	-webkit-transform: translate(0,0) scale(1);
	        transform: translate(0,0) scale(1);
}
.z-animate .book-bd .bd-tit { opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

#custom {
	background-color: #f9621c;
	background-image: url(../img/c_ball.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	bottom: 20px;
	right: 20px;
	position: absolute;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 32766;
	opacity: 1;
	border-radius: 50%;
	box-shadow: 0 0 12px rgba(0,0,0,0.7);
}
.show-greetings-content-con .geetings-txt{
	color:rgb(178, 33, 64);
	font-weight: bold;
	font-size: 24px;
	padding: 10px 0px;
}
.show-greetings-content-con .to-content{
	text-align: left;
}
.show-greetings-content-con .content-content{
	text-align:left;
	word-break:break-all;
}
.show-greetings-content-con .from-content{
	text-align:right;
}
/******************投票相关*********************/
.vote-count{
	font-size:24px;
	position:absolute;
	color: red;
}
.text-line:after{
display:inline-block;
content:'';
overflow:hidden;
width:100%;
height:0;
}

/******************表单相关*********************/
.uniForm input:focus{
	border: none;
}
.uniForm .formRowNew{
	padding:0px 20px;
}
.uniForm .formRowNew label{
	position: relative;
	padding-left: 25px;
	margin-right: 20px;
}
.uniForm .formRowNew label:before,.uniForm .formRowNew label:after{
	cursor: pointer;
    position: absolute;
    display: block;
    box-sizing: border-box;
    height: 20px;
    content: '';
    width: 20px;
    top: 5px;
    left: 0;
    border-radius: 500rem;
}
.uniForm .formRowNew label:before{
	background: transparent;
    border: 2px #cacaca solid;
    border-color: #CCC;
}
.uniForm .formRowNew input:checked+label:before{
	border-color:#f60;
}	
.uniForm .formRowNew label:after{
    font-size: .5rem;
    -webkit-transform: scale(.42);
    -ms-transform: scale(.42);
    transform: scale(.42);
   	opacity: 0;
    background: #F60;
}	
.uniForm .formRowNew input:checked+label:after{
	opacity:1;
}	
.uniForm input[type='text']{
	width:100%;
	padding-left:0px !important;
}

/******************文本框*********************/
.vectorTextCon{
	position: absolute;
	width:100%;height:100%;
}

/******************打字效果光标*********************/
@-webkit-keyframes caret{0%, 100%{opacity:1}50%{opacity:0}}
@keyframes caret{0%, 100%{opacity:1}50%{opacity:0}}.scene{font-size:240%;font-weight:400;line-height:1.6}
.saying:after{content:"|";font-family:Arial, sans-serif;font-size:1.2em;line-height:0;display:inline-block;vertical-align:baseline;opacity:1;-webkit-animation:caret 500ms infinite;animation:caret 500ms infinite}

/******************可拖拽元素*********************/
.dragItem *{
	pointer-events:none;
}


.fluxslider div{
	background-size:cover;	
}

.m-page .item{
	z-index: 1000;
/* 	pointer-events:none; */
}
/* .m-page .uniAction,.wxHongbao{ */
/* 	pointer-events:auto; */
/* } */
/* .m-page .wxHongbao{ */
/* 	pointer-events:auto; */
/* } */
/* .m-page .inputText{ */
/* 	pointer-events:auto; */
/* } */
/* .m-page .imgBox{ */
/* 	pointer-events:auto; */
/* } */
/* .m-page .form{ */
/* 	pointer-events:auto; */
/* } */
/* .m-page .dragItem{ */
/* 	pointer-events:auto; */
/* } */
/* .m-page .popTextInfo{ */
/* 	pointer-events:auto; */
/* } */
/* .m-page .popSubmitInfo{ */
/* 	pointer-events:auto; */
/* } */
/* .m-page a .item{ */
/* 	pointer-events:auto; */
/* } */

#pcCtl{
	position: fixed;
	bottom:50px;
	width:50px;
	height:120px;
	text-align: center;
	font-size: 14px;
	color:#FFF;
}
#pcCtl>div{
	width:100%;
	height:35px;
	float:left;
	padding:10px;
	cursor: pointer;
	background-image: url("/youtuShare/style3/swiper/img/arrows.png");
	background-repeat: no-repeat;
	transform:rotate(90deg);
}
#pcCtl>div:nth-child(odd){
	margin-bottom:30px;
}
#pcCtl>div:nth-child(even){
	background-position:0 -60px;
}
.searchicon{
	width: 44px;
    background-image: url(/youtuShare/pub/img/search.png?r=3);
    height: 44px;
    z-index: 200;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
	right: 130px;
    bottom: 8px;
    display: none;
}
.searchicon.lt{
	top: 69px;
    left: 30px;
}
.searchicon.lb{
	bottom: 69px;
	left: 30px;
}
.searchicon.rt{
	top: 69px;
    right: 30px;
}
.searchicon.rb{
	bottom: 69px;
	right: 30px;
}
.page-no{
    bottom: 0;
    right: 0;
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    z-index: 1001;
    display: none;
    position: fixed;
}
.page-no>p{
	text-align: right;
    width: 100%;
    height: 100%;
}
.searchResult,.textArea{
    position: absolute;
    width: calc(100% + 4px);
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 99999;
    display: none;
    left: 0px;
    bottom: 0;
    overflow-x: hidden;
    font-size: 24px;
    color: #fff;
}
.search-head{
	position: relative;
    top: 200px;
    height: 50px;
    left: 20%;
    width: 60%;
}
.search-head input[name='seachName']{
	background-color: #fff;
    border: 1px solid #fff;
    padding: 0 8px;
    height: 100%;
    width: 80%;
    font-size: 26px;
}
.search-head .searchicon{
	display: block;
    left: 88%;
    position: absolute;
    background-color: rgba(0,0,0,0);
    bottom: 5px;
}
.search-body{
	position: absolute;
    top: 270px;
    width: calc(100% - 40px);
    height: calc(100% - 270px);
    padding: 0 20px;
}
.search-body p{
    width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    padding: 10px 0;
}
.textArea{
	width: 100%;
	overflow: hidden;
}
.msg-head{
	height: 390px;
}
.msg-tips{
	height: 80px;
    line-height: 80px;
}
.msg-textarea{
	background-color: #fff;
	height: 200px;
	width: calc(100% - 24px);
	padding: 4px 12px;
	font-size: 26px;
}
.msg-textarea:FOCUS,.msg-textarea{
	border: 1px solid #fff;
}
.msg-btn{
	height: 80px;
}
.msg-btn>div{
	height: 48px;
    width: 80px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #fff;
    margin: 20px auto 0 auto;
    cursor: pointer;
}
.msg-btn>div:active{
	background-color: rgba(0,0,0,0.15);
}
.msg-body{
	height: calc(100% - 400px);
	overflow-y: auto;
}
.msg-tips,.msg-body p{
	padding: 0 20px;
	width: calc(100% - 40px);
}
.msg-body p{
	padding-top: 6px;
    padding-bottom: 6px;
    word-wrap: break-word;
    word-break: break-word;
}
.msg-loading{
	margin-top: calc(100% - 460px);
}
.msg-loading>div{
	height: 60px;
    width: 60px;
    background-image: url(/youtuShare/pub/img/loading.gif);
    background-size: contain;
    margin: auto;
}
/*每个视频的预览图都加上灰底*/
.item .video_mask{
	position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,0.1);
}

.audioplayer {
	height: 2.5em; /* 40 */
	width:300px;
	left:50%;
	top:50px;
	margin-left:-150px;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	border: 1px solid #222;
	position: absolute;
	z-index: 1;
	background: #333;
	display: none;
}

/* mini mode (fallback) */
.audioplayer-mini {
	width: 2.5em; /* 40 */
	margin: 0 auto;
}

/* player elements: play/pause and volume buttons, played/duration timers, progress bar of loaded/played */
.audioplayer>div {
	position: absolute;
}

/* play/pause button */
.audioplayer-playpause {
	width: 2.5em; /* 40 */
	height: 100%;
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	top: 0;
	left: 0;
}

.audioplayer:not (.audioplayer-mini ) .audioplayer-playpause {
	border-right: 1px solid #555;
	border-right-color: rgba(255, 255, 255, .1);
}

.audioplayer-mini .audioplayer-playpause {
	width: 100%;
}

.audioplayer-playpause:hover, .audioplayer-playpause:focus {
	background-color: #222;
}

.audioplayer-playpause a {
	display: block;
}

.audioplayer-stopped .audioplayer-playpause a {
	width: 0;
	height: 0;
	border: 0.5em solid transparent; /* 8 */
	border-right: none;
	border-left-color: #fff;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.5em 0 0 -0.25em; /* 8 4 */
}

.audioplayer-playing .audioplayer-playpause a {
	width: 0.75em; /* 12 */
	height: 0.75em; /* 12 */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.375em 0 0 -0.375em; /* 6 */
}

.audioplayer-playing .audioplayer-playpause a:before, .audioplayer-playing .audioplayer-playpause a:after {
	width: 40%;
	height: 100%;
	background-color: #964747;
	content: '';
	position: absolute;
	top: 0;
}

.audioplayer-playing .audioplayer-playpause a:before {
	left: 0;
}

.audioplayer-playing .audioplayer-playpause a:after {
	right: 0;
}

/* timers */
.audioplayer-time {
	width: 4.375em; /* 70 */
	height: 100%;
	line-height: 2.375em; /* 38 */
	text-align: center;
	z-index: 2;
	top: 0;
}

.audioplayer-time-current {
	border-left: 1px solid #111;
	border-left-color: rgba(0, 0, 0, .25);
	left: 2.5em; /* 40 */
}

.audioplayer-time-duration {
	border-right: 1px solid #555;
	border-right-color: rgba(255, 255, 255, .1);
	right: 2.5em; /* 40 */
}

.audioplayer-novolume .audioplayer-time-duration {
	border-right: 0;
	right: 0;
}

/* progress bar of loaded/played */
.audioplayer-bar {
	height: 0.875em; /* 14 */
	background-color: #222;
	cursor: pointer;
	z-index: 1;
	top: 50%;
	right: 6.875em; /* 110 */
	left: 6.875em; /* 110 */
	margin-top: -0.438em; /* 7 */
}

.audioplayer-novolume .audioplayer-bar {
	right: 4.375em; /* 70 */
}

.audioplayer-bar div {
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.audioplayer-bar-loaded {
	background-color: #333;
	z-index: 1;
}

.audioplayer-bar-played {
	background: #007fd1;
	z-index: 2;
}

/* volume button */
.audioplayer-volume {
	width: 2.5em; /* 40 */
	height: 100%;
	border-left: 1px solid #111;
	border-left-color: rgba(0, 0, 0, .25);
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	top: 0;
	right: 0;
}

.audioplayer-volume:hover, .audioplayer-volume:focus {
	background-color: #222;
}

.audioplayer-volume-button {
	width: 100%;
	height: 100%;
}

.audioplayer-volume-button a {
	width: 0.313em; /* 5 */
	height: 0.375em; /* 6 */
	background-color: #fff;
	display: block;
	position: relative;
	z-index: 1;
	top: 40%;
	left: 35%;
}

.audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
	content: '';
	position: absolute;
}

.audioplayer-volume-button a:before {
	width: 0;
	height: 0;
	border: 0.5em solid transparent; /* 8 */
	border-left: none;
	border-right-color: #fff;
	z-index: 2;
	top: 50%;
	right: -0.25em;
	margin-top: -0.5em; /* 8 */
}

.audioplayer:not (.audioplayer-muted ) .audioplayer-volume-button a:after {
	/* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
	width: 0.313em; /* 5 */
	height: 0.313em; /* 5 */
	border: 0.25em double #fff; /* 4 */
	border-width: 0.25em 0.25em 0 0; /* 4 */
	left: 0.563em; /* 9 */
	top: -0.063em; /* 1 */
	-webkit-border-radius: 0 0.938em 0 0; /* 15 */
	-moz-border-radius: 0 0.938em 0 0; /* 15 */
	border-radius: 0 0.938em 0 0; /* 15 */
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* volume dropdown */
.audioplayer-volume-adjust {
	height: 6.25em; /* 100 */
	cursor: default;
	position: absolute;
	left: 0;
	right: -1px;
	top: -9999px;
	background: #333;
}

.audioplayer-volume:not (:hover ) .audioplayer-volume-adjust {
	opacity: 0;
}

.audioplayer-volume:hover .audioplayer-volume-adjust {
	top: 100%;
	bottom: auto;
}

.audioplayer-volume-adjust>div {
	width: 40%;
	height: 80%;
	background-color: #222;
	cursor: pointer;
	position: relative;
	z-index: 1;
	margin: 30% auto 0;
}

.audioplayer-volume-adjust div div {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #007fd1;
}

.audioplayer-novolume .audioplayer-volume {
	display: none;
}

/* CSS3 decorations */
.audioplayer {
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 0 1.25em rgba(0, 0, 0, .5); /* 20 */
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 0 1.25em rgba(0, 0, 0, .5); /* 20 */
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 0 1.25em rgba(0, 0, 0, .5); /* 20 */
}
.audioplayer-volume-adjust {
	-webkit-box-shadow: -2px -2px 2px rgba(0, 0, 0, .15), 2px -2px 2px rgba(0, 0, 0, .15);
	-moz-box-shadow: -2px -2px 2px rgba(0, 0, 0, .15), 2px -2px 2px rgba(0, 0, 0, .15);
	box-shadow: -2px -2px 2px rgba(0, 0, 0, .15), 2px -2px 2px rgba(0, 0, 0, .15);
}
.audioplayer-bar, .audioplayer-volume-adjust>div {
	-webkit-box-shadow: -1px -1px 0 rgba(0, 0, 0, .5), 1px 1px 0 rgba(255, 255, 255, .1);
	-moz-box-shadow: -1px -1px 0 rgba(0, 0, 0, .5), 1px 1px 0 rgba(255, 255, 255, .1);
	box-shadow: -1px -1px 0 rgba(0, 0, 0, .5), 1px 1px 0 rgba(255, 255, 255, .1);
}
.audioplayer-volume-adjust div div, .audioplayer-bar-played {
	-webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, .5);
	-moz-box-shadow: inset 0 0 5px rgba(255, 255, 255, .5);
	box-shadow: inset 0 0 5px rgba(255, 255, 255, .5);
}
.audioplayer-playpause, .audioplayer-volume a {
	-webkit-filter: drop-shadow(1px 1px 0 #000);
	-moz-filter: drop-shadow(1px 1px 0 #000);
	-ms-filter: drop-shadow(1px 1px 0 #000);
	-o-filter: drop-shadow(1px 1px 0 #000);
	filter: drop-shadow(1px 1px 0 #000);
}
.audioplayer, .audioplayer-volume-adjust {
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
	background: -webkit-linear-gradient(top, #444, #222);
	background: -moz-linear-gradient(top, #444, #222);
	background: -ms-radial-gradient(top, #444, #222);
	background: -o-linear-gradient(top, #444, #222);
	background: linear-gradient(to bottom, #444, #222);
}
.audioplayer-bar-played {
	background: -webkit-gradient(linear, left top, right top, from(#007fd1), to(#c600ff));
	background: -webkit-linear-gradient(left, #007fd1, #c600ff);
	background: -moz-linear-gradient(left, #007fd1, #c600ff);
	background: -ms-radial-gradient(left, #007fd1, #c600ff);
	background: -o-linear-gradient(left, #007fd1, #c600ff);
	background: linear-gradient(to right, #007fd1, #c600ff);
}
.audioplayer-volume-adjust div div {
	background: -webkit-gradient(linear, left bottom, left top, from(#007fd1), to(#c600ff));
	background: -webkit-linear-gradient(bottom, #007fd1, #c600ff);
	background: -moz-linear-gradient(bottom, #007fd1, #c600ff);
	background: -ms-radial-gradient(bottom, #007fd1, #c600ff);
	background: -o-linear-gradient(bottom, #007fd1, #c600ff);
	background: linear-gradient(to top, #007fd1, #c600ff);
}
.audioplayer-bar, .audioplayer-bar div, .audioplayer-volume-adjust div {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.audioplayer {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.audioplayer-volume-adjust {
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.audioplayer *, .audioplayer *:before, .audioplayer *:after {
	-webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	transition: color .25s ease, background-color .25s ease, opacity .5s ease;
}

