@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,pre,
fieldset,legend,input,textarea,blockquote,select,img{margin:0;padding:0}
fieldset,img{ border:0;}
address,caption,cite,code,dfn,em,i,strong,th,var{ font-style:normal; font-weight:normal;}
table{ border-spacing:0; border-collapse:collapse;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight: normal;}
ul, ol, li {list-style: none; display:block;}
caption,th{ text-align:left;}
body {
    font-family:Verdana, Geneva, sans-serif;
    font-size:14px;
	background:#34465e;
}
a{ 
    text-decoration:none; 
	color:#333;
}


/*
@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone5 /
.modal-active .row{	
    -webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);	
}
}
*/


.layer{ 
    position: fixed;
	color:#FFF; 
	z-index:99;  
	left:0; top:0;
	bottom:0; right:0;
	background:rgba(0,0,0,0.8);
	-webkit-transition:opacity 10ms;
	opacity:0;
	width:0;
	height:0;
	
}	
.layer.open{	
    opacity:100;
	width:100%; 
	height:100%;
}

.layer .copy-txt{
	position:relative;
	width:90%; margin:40% auto 0 auto;
	font-size:0.9em;
	font-style:italic;
	line-height:1.8em; 
	border:1px solid rgba(255,255,255,1);
	border-radius:6px;
	box-sizing:border-box;
	padding:1em 0.8em 1.6em 0.8em;
	-webkit-transition:opacity 800ms;
	-webkit-transform:scale(0.00001);
	opacity:0;
}
.layer .copy-txt .tips{ 
    display:block; 
	width:94%; 
	margin:0.2em auto 0 auto;
	box-sizing:border-box;
}
.layer .copy-txt.open{ 
    -webkit-transform:scale(1);
	opacity:100;
}
.layer .copy-txt .close{ 
    position:absolute;
	right:-12px;
	top:-12px;
	display:inline-block; 
	background:url(../images/closeN.png) no-repeat;
	background-size:auto 28px;
	width:28px; height:28px; 
}

.layer .copy-txt .box{
	width:94%; 
	margin:0.2em auto 0 auto;
	line-height:1.2em; 
	border:1px solid rgba(255,255,255,1);
	border-radius:4px;
	box-sizing:border-box;
	padding:0.5em 0.5em;
}
.layer .copy-txt .box p{ 
    font-size:1em;
	line-height:1.8em;
	font-style:normal;
	color:#ffa9a9;
	word-break:break-all;
}

.layer .opt li{ 
    position:absolute; 
	right:2em; 
	bottom:2em;
	width:49px;
	height:49px;
	-webkit-transition:right 400ms,bottom 400ms;
	-webkit-transform:scale(0.00001);
}
.layer .opt.open li{ -webkit-transform:scale(1);}
.layer .opt li span{ -webkit-transition:-webkit-transform 400ms ;}
.layer .face li{ 
    position:absolute; 
	right:12em; 
	bottom:2em;
	-webkit-transition:right 400ms,bottom 400ms;
	-webkit-transform:scale(0.00001);
}
.layer .face.open li{ -webkit-transform:scale(1);}
.layer .face.open li:nth-of-type(1){ right:16.5em; bottom:13em;}
.layer .face.open li:nth-of-type(2){ right:16.5em; bottom:7.5em;}
.layer .face.open li:nth-of-type(3){ right:16.5em; bottom:1.8em;}
.layer .face.open li:nth-of-type(4){ right:11em; bottom:13em;}
.layer .face.open li:nth-of-type(5){ right:11em; bottom:7.5em;}
.layer .face.open li:nth-of-type(6){ right:11em; bottom:1.8em;}

.layer .opt.open li:nth-of-type(1){  right:5em; bottom:26em; }
.layer .opt.open li:nth-of-type(2){  right:4em; bottom:21.2em; }
.layer .opt.open li:nth-of-type(3){  right:3em; bottom:16.4em; }
.layer .opt.open li:nth-of-type(4){  right:2.4em; bottom:11.6em;}
.layer .opt.open li:nth-of-type(5){  right:2.2em; bottom:6.8em;}
.layer .opt.open li:nth-of-type(6){  right:2em; bottom:2em;}

.layer .opt.open li:nth-of-type(1) em{ -webkit-transform-origin:right center;  -webkit-transform:rotate(-10deg);}
.layer .opt.open li:nth-of-type(2) em{ -webkit-transform-origin:right center;  -webkit-transform:rotate(-8deg);}
.layer .opt.open li:nth-of-type(3) em{ -webkit-transform-origin:right center;  -webkit-transform:rotate(-5deg);}
.layer .opt.open li:nth-of-type(4) em{ -webkit-transform-origin:right center;  -webkit-transform:rotate(-4deg);}
.layer .opt.open li:nth-of-type(5) em{ -webkit-transform-origin:right center; -webkit-transform:rotate(-3deg);}

.layer .opt.open li span{  -webkit-transform:rotate(1800deg);}

.layer .opt li em{
    font-size:0.9em;
	text-align:center;
	display:block;
	width:4em;
	padding:0.2em 0;
	border-radius:20px;
	background:rgba(0,0,0,0.5);
	margin:-35px 0 0 -4.5em;
}


#main{ margin-top:10px; margin-bottom:20px;}
#main ul li .title{ 
    width:94%;
	overflow:hidden;
	box-sizing:border-box;
	margin:10px auto 0 auto; 
	background:#FFF;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	padding:0.8em 5px 0.8em 5px;
}
#main ul li .title h3 {	
	font-size: 1.1em;
	font-style: normal;
	font-weight: 500;	
}

#main ul li .title h3 a{ 
   display:block;
   position:relative;
   padding:0 0 0 25px;
   
}
#main ul li .title h3 .webi-source{
   position:absolute; 
   left:0; 
   top:50%;
   margin-top:-12px;
}
#main ul li .title h3 .icon.play{
   position:absolute; 
   right:6px; 
   top:1px; 
}

#main ul li .body {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0 auto 0 auto;
	background: rgba(0,0,0,1);
	box-shadow: 0 0 5px rgba(0,0,0,0.8);
	width: 96%;
	text-align: center;
	min-height: 120px;
}

#main ul li .body img{
	width: 100%;
	display: block;
	margin: 0 auto;
    max-width: 360px;
	max-height: 480px;
}


#main ul li .body .play-av{
    position:absolute; 
    background:url(../images/playN.png) no-repeat;
	background-size: auto 40px;
	width: 40px;
	height: 40px;
	min-height: 40px;
	left: 2%;
	bottom: 2%;
	z-index: 10;
}
#main ul li .bottom .txt-info {
    font-size: 0.9em;
	font-style:italic;
	line-height:2em;
	color:#878787;
	padding:1em 0.8em 1em 0.8em;
	border-bottom:1px solid #d7d7d7;
}



#main ul li .bottom{ 
    box-sizing:border-box; 
    width:94%;
	overflow:hidden;
	margin:0 auto 0 auto; 
	background:#FFF;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	box-shadow:0 3px 5px rgba(0,0,0,0.4);
}
#main ul li .bottom .usage{ font-size: 0.9em; color:#878787; padding:0.8em 0 0 0.8em; }
#main ul li .bottom .usage span em{ color:#015177;}
#main ul li .bottom .labels{  padding:0.4em 0 0.8em 0.8em;}
#main ul li .bottom .labels a{ 
    font-size: 0.9em; 
	font-style:italic;
	letter-spacing:-1px; 
	color:#878787; 
	margin-right:0.5em;
}
#main ul li .bottom .operate table td{ 
    height:40px;
	line-height:10px; 
	text-align:center;
	box-sizing:border-box; 
	color:#878787; 
	text-shadow:0 1px 1px rgba(255,255,255,1);
	border-top:1px solid #d7d7d7; 
	border-right:1px solid #d7d7d7;
	background: #f5f5f5; /* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 0%,#e4e4e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#e4e4e4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f5f5 0%,#e4e4e4 100%); /* W3C */
}
#main ul li .bottom .operate table td:last-of-type{ border-right:0}

#fql-footer {
	text-align:center; 
	margin-top:5px;
	padding: 12px 0;
	color: #aaa;
	box-shadow:0 -2px 5px rgba(0,0,0,0.2);
	background: #47576e; /* Old browsers */
	background: -moz-linear-gradient(top,  #47576e 0%, #354a65 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#47576e), color-stop(100%,#354a65)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #47576e 0%,#354a65 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #47576e 0%,#354a65 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #47576e 0%,#354a65 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #47576e 0%,#354a65 100%); /* W3C */
}

.btn{
   font-size:16px;
   text-align:center;
   font-style:normal;
   display:block;
   margin-left:auto;
   margin-right:auto;
   color:#000;
   background:#FFF;
   height:30px;
   line-height:30px;
   border-radius:5px;
}



.layer.open .btn{ width:40%; margin-top:15px;}