/* CSS Document */

/*====
	弹出层样式
	次样式文件可以脱离其他样式单独使用
====*/

/*全局样式*/
.radius3 {border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;}
.radius5 {border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}
.radius8 {border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px;}
.radius10 {border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;}
.radius50 {border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;}
.center {text-align: center;}
.noBorder {border: none;}
.re{position:relative; z-index: 1;left: 0;top: 0;} /*相对定位样式*/
.ab{ position:absolute; z-index: 10;}/*绝对定位公用样式*/
.fixed{position: fixed; z-index: 100;}

.publicPopVideo {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/pop/Black40.png);	
}
.publicPopVideo .popContainer {
	width: 800px;
	border: none;
	left: 50%;
	top: 50%;
	background: #fff;
	border: solid 1px #cccccc;	
}
.publicPopVideo .popCotent {
	padding: 25px 0;	
}
.publicPopVideo .popCotent .title {
	padding: 10px 0 30px 0;	
}
.publicPopVideo .popCloseBtnNew {
	right: 10px;
	top: 10px;	
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url(../images/pop/closeBtn01.png) no-repeat center;
}
.publicPopVideo .popCloseBtnNew:hover {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	    /* Opera */	
}
.publicPopVideo .popHeader {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0; 
	-moz-border-radius: 5px 5px 0 0;
	background: none;	
}
.publicPopVideo .popHeader .icon {
	bottom: 0;
	left: 50%;	
}
.publicPopVideo .popHeadIcon {
	bottom: 0;
	left: 50%;	
}
.publicPopVideo .popbtnGroup {
	padding: 20px 0 10px 0;	
}
.publicPopVideo .popbtnGroup .popBtn {
	width: 332px;
	height: 50px;
	outline: none;	
}
.publicPopVideo .popbtnGroup .popBtn:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;	
}
.publicPopVideo .popbtnGroup .popBtnCancel {
	color: #666;
	background: #fff;
	border: solid 1px #e9eaec;
}
.publicPopVideo .popbtnGroup .popBtnSure {
	border: solid 1px #48c5f8;
	background: #48c5f8;
	color: #fff;
	-webkit-box-shadow: 0 5px 15px #c8e9fb;
	box-shadow: 0 5px 15px #c8e9fb;
}

.zIndexMax {z-index: 100000000;}




/*===
	  弹出层内容区域样式
===*/

.publicPopVideo .popText {
	padding: 25px 0 45px 0;	
}
.publicPopVideo .textElement {
	color: #565757;
	padding: 0 0 10px 0;
}
.publicPopVideo .videoItem {
	padding: 20px 45px 0 45px;
}
.publicPopVideo .videoItem li {
	margin: 0 0 20px 0;
	position: relative;
}
.publicPopVideo .videoItem .placeholderBox {
	border: none;
	border-bottom: solid 1px #e6e5e5;
}
.publicPopVideo .videoItem .placeholderBox input {
	text-align: center;
	text-indent: 0;
}
.publicPopVideo .videoItem .placeholderBox input.placeholderInputElement {
	color: #bcbcbc;
}
.publicPopVideo .videoItem .formAlertText {
	line-height: 22px;
	color: #ff5055;
	padding: 0 0 0 20px;
	background: url(../images/pop/gantanhao.png) no-repeat left center;	
}
