@font-face{
	font-family: 'dfps';
	src: url('../font/DFPShaoNvW5-GB.ttf');
}
@font-face{
	font-family: 'haibao';
	src: url('../font/DFPHaiBaoW12.ttf');
}
@font-face{
	font-family: 'fzsejt';
	src: url('../font/fzsejw.ttf');
}
.main{
	background: url(../imgs/public/body-bg.jpg);
	background-size: 100% 100%;
	background-position: center center;
	overflow: hidden;
    z-index: 1; 
    position: fixed; 
    left: 0; 
    width: 100%; 
    top: 0;
    height: 100%;
}
.top-bg{
	background: url(../imgs/public/top_img-bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 15.5%;
	background-size:auto 100%;
	background-position: center top;
	position: absolute;
	top: 0;
	z-index: 300;
}
.top-bg2{
	background: url(../imgs/public/top_img.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 20%;
	background-size:auto 100%;
	background-position: center top;
	position: absolute;
	top: 0;
	z-index: 305;
}
.bot-bg{
	background-image: url(../imgs/public/bot_img.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 33%;
	background-size:100% 100%;
	position: absolute;
	bottom: 0px;
	z-index: 100;
	width: 100%
}

.clear{clear: both;}
.right-top-menu{cursor: pointer;}
.cao-menu-content{ 
	background: url(../imgs/public/menu_conbg.png) no-repeat center;
    background-size: 100% 100%;
    width: 800px;
    height: 620px;
    position: fixed;
    z-index: 400;
    margin-left: -400px;
    left: 50%;
    top: 50%;
    padding: 20px 0;
    font-family: "微软雅黑";
    border-radius: 15px;
    margin-top: -310px;
    overflow: hidden;
    display: none;
    z-index: 500;
}
.cao-menu-content .cao-menu-close{
	display: block;
    background: url(../imgs/public/x-close.png) no-repeat;
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 48px;
    top: 48px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    z-index: 10000;
}
.cao-menu-con-left{
	float: left;
	margin-left: 110px;
    margin-top: 45px;	 
}
.cao-menu-con-left li{
	margin-top: 25px;
}
.cao-menu-con-left li a{
	display: block;
	background: url(../imgs/public/menu_tabl.png) no-repeat center;
	background-size: 100% 100%;
	width:200px;
	line-height: 65px;
	color: #fff;
	font-family: 'haibao';
	font-size: 1.5em;
	text-align: center;
	text-stroke:1px #a6610d;
	-webkit-text-stroke:1px #a6610d;
 }
 .cao-menu-con-left li a:hover{
 	opacity: 0.8;
 	
 }
.cao-menu-con-right{
	float: left;
	margin-top: 80px;
	margin-left: 50px;
}
.cao-menu-con-right li{
	margin-top: 30px;
}
.cao-menu-con-right li a{
	display: block;
	background: url(../imgs/public/menu_tabr.png) no-repeat center;
	background-size: 100% 100%;
	width:300px;
	line-height: 65px;
	color: #fff100;
	font-family: 'haibao';
	font-size: 1.5em;
	text-align: center;
	text-stroke:1px rgba(134,7,0,0.75);
	-webkit-text-stroke:1px rgba(134,7,0,0.75);
 }
.cao-menu-close{
	display: block;
	background: url(../imgs/public/x-close.png) no-repeat;
	background-size: 100% 100%;
	width:50px ;
	height: 50px;
	position: absolute;
	right: 58px;
	top: 48px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	z-index: 10000;
}
.cao-menu-close:hover{
	width: 50px;
	height: 50px;
}


.main_menu ul{
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.main_menu ul >li{
	float: left;
	width: 20%;
	height: 100%;
	text-align: center;
	font-family: '方正少儿简体',fzsejt;
}
.main_menu ul >li >div.lf{
	width: 130px;
	height: 130px;
	background: url(../Imgs/public/allsubject2.png) no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	text-align: center;
	margin: 0 auto;
    cursor: pointer;
	line-height: 130px;
	position: relative;
	z-index: 22;
}
.main_menu ul >li >div.lf span{
	display: block;
	width: 100%;
	height: auto;
	background-image: linear-gradient(to bottom, #fff 30%, #faec3f 70%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 26px;
    text-stroke:1.2px #000f7f;
    -webkit-text-stroke:1.2px #000f7f;
}
.main_menu ul >li >div.rt{
	width: 130px;
	background: url(../Imgs/public/allsubject.png) no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	cursor: pointer;
	position: relative;
	z-index: 11;
	margin: -100px auto 0;
	cursor: pointer;
}
.main_menu ul >li .unit span{
	display: block;
	width: 100%;
	height: auto;
	background-image: linear-gradient(to bottom, #fff 30%, #faec3f 70%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 80px;
    text-stroke:2px #000f7f;
    -webkit-text-stroke:2px #000f7f;
    padding: 130px 0 100px;
}
.main_menu ul >li .unit .mc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-shadow: 3px 1px 10px rgb(6,0,1);
	z-index: -1;
	height: 100%;
}

/*点名器*/
.cao-callnamebox{
	background: url(../imgs/public/dianm_bg.png) no-repeat;
	background-size: 100% 100%;
	width: 800px;	
	height: 680px;	
	position: fixed;
	margin-left: -400px;
	left: 50%;
	top: 50%;
	padding: 20px 0;
	font-family: "微软雅黑";
	border-radius: 15px;
	margin-top: -340px;			
	z-index: 600;
}
.cao-callname{position: relative;
    width: 800px;	
	height: 680px;
}
.cao-name-close{
	display: block;
	background: url(../imgs/public/x-close.png) no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width:50px ;
	height: 50px;
	position: absolute;
	right: 73px;
	top: 37px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	
}
.cao-name-close:hover{
	font-size: 2.4em;
	line-height: 40px;
}

.cao-scro_window{
	width: 360px;
	height: 420px;
    position: absolute;
	top: 10%;	
	left: 50%;
	margin-left: -180px;
	overflow: hidden;
}
.cao-scroll{
	width: 100%;
	position: relative;
}
.cao-scroll li{
	
	width: 360px;
	height: 420px;
    position: relative;
}
.cao-scroll img{9
    height: 300px;
    display: block;  
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 31px;
    z-index: 100;
}
.cao-scroll h2{
	text-align: center;
	font-size: 2.6em;
	font-family: 'dfps';
	position: absolute;
    bottom: 0px;
    width: 100%;
}
.cao-zhanwei{
	background-image: url(../imgs/public/huan.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 360px;
	height: 360px;
    position: absolute;
    left: 0;
    top: 0;
}
.cao-start{
	position: absolute;
    bottom: 100px;
    width: 220px;
    border: none;
    height: 70px;
    line-height: 50px;
    background: url(../imgs/public/dianmbtn_bg.png) no-repeat;
    background-size: 100% 100%;
    color: #fff799;
    font-size: 2em;
    font-family: 'haibao';
    left: 50%;
    margin-left: -110px;
    margin-bottom: 10px;
    cursor: pointer;
    text-stroke:1px #005e15;
    -webkit-text-stroke:1px #005e15;
}

/*分组计分*/
.cao-score-main{
	background-image: url(../imgs/public/score-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 80%;
	height: 600px;
	position: fixed;
	left: 50%;
	margin-left: -40%;
	top: 50%;
	margin-top: -300px;
	font-family: "方正卡通简体";
	border-radius: 15px;		
	z-index: 600;
	padding: 20px 0;
	border-radius: 15px;
}
.cao-score{
	position: absolute;
	width: 84%;
	height: 470px;
	top: 80px;
	left: 50%;
	margin-left: -42%;
	border-radius: 15px;
}
.cao-score .cao-score-top{
	width: 100%;
	height: 60px;
	padding: 8px 10px;
	border-radius: 15px;
	overflow: hidden;
	background: url('../Imgs/public/score_topbg.png') no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.cao-score-top{
	width: 100%;
	height: 60px;
	padding: 8px 10px;
	border-radius: 15px;
	overflow: hidden;
}

.cao-score-top .cao-left{
	float: left;
	color: #fff799;
	font-size: 2em;
	font-family: 'haibao';
	margin-left: 20px;
	margin-top: 6px;
	text-stroke:1px #005e15;
	-webkit-text-stroke:1px #005e15;
}

.cao-score-top .cao-right{
	float: right;
	overflow: hidden;
	margin-top: 2px;
}
.cao-right .team-count{
	float: left;
}
.cao-right .team-count h5{
	color: #431801;
	font-size: 0.5em;
	font-weight: bold;
	letter-spacing: 2px;
}

.cao-right .cao-adjust{
	overflow: hidden;
	margin-top: 3px;
}

.cao-right .cao-adjust .jia{
	float: left;
	background: url(../imgs/public/Plus-btn.png) no-repeat;
	background-size: 100% 100%;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.cao-right .cao-adjust .jian{
	float: left;
	background: url(../imgs/public/minus-btn.png) no-repeat;
	background-size: 100% 100%;
	width: 25px;
	height: 25px;
	cursor: pointer;
	margin-left: 4px;
}

.cao-right .cao-show-num{
	float: left;
	background: #f0cd39;
	background: url(../Imgs/public/landingbg.jpg) repeat-x;
    background-size: 1px 100%;
    margin-left: 20px;
	width: 40px;
	height: 40px;
	border-radius: 15px;
	line-height: 40px;
	text-align: center;
	color: #431801;
	font-weight: bold;
	font-size: 1.2em;
	font-family: 'dfps';
}

.cao-right .cao-score-close{
	display: block;
	background: url(../imgs/public/close_bg.png) repeat-x;
	width:40px ;
	height: 40px;
	font-size: 1.4em;
	background-size: 1px 100%;
	border-radius: 15px;
	float: left;
	text-align: center;
	color: #fff799;
	line-height: 40px;	
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	margin-left: 20px;
	margin-right: 10px;
	z-index: 10000;
	
}
.cao-right .cao-score-close:hover{
	font-size: 1.6em;
	line-height: 40px;
}

.cao-score-con{
	width: 100%;
	overflow-y: auto;
	height: 330px; 
	padding: 12px 0;
}

.cao-score-con ul li{
	float: left;
	width: 18%;
	background: url(../imgs/public/jifenbg.png) no-repeat center;
	background-size: 100% 100%;
	border-radius: 15px;
	margin:7px 1%;
	padding: 10px 0;
}
.cao-score-con ul li h5{
	text-align: center;
	font-size: 0.9rem;
	font-weight: 400;
	color: #431801;
	margin-top: 10px;
	letter-spacing: 4px;
}
.cao-score-con ul li h4{
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #431801;
	background: #fff;
	border-radius: 15px;
	width: 80%;
	height: 40px;
	line-height: 40px;
	margin: 5px auto;
}
.cao-score-con .jifenbox{
	overflow: hidden;
	margin: 5px auto;
	width: 60%;
	height: 30px;
	position: relative;
}
.cao-score-con .jifenbox .jia,.cao-score-con .jifenbox .jian{
	position: absolute;
	top:0;
	left: 50%;
	background: url(../imgs/public/Plus-btn.png) no-repeat;
	background-size: 100% 100%;
	width: 27px;
	height: 27px;
	cursor: pointer;
	margin-left: -30px;
}
.cao-score-con .jifenbox .jian{
	background-image: url(../Imgs/public/minus-btn.png);
	margin-left: 3px;
}

/*白板*/
.cao-pic-main {
	width: 80%;
    margin: 0 auto;
    position: fixed;
    background:#fff url(../Imgs/public/palette.png) no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    left: 50%;
    margin-left: -40%;
    top: 10%;
    height: 80%;
    border-radius: 42px;
}
.cao-pic-text {
    width: 97%;
    margin: 0px auto;
    height: 73%;
    display: block;
    padding: 20px;
    margin-top: 5%;
    font-size: 1.8rem; 
    border: none;
    outline: none;
  
}
.cao-pic-chioce {
    width: 360px;
    height: 50px;
    margin: 0px auto;
    background: url(../imgs/public/boardbtn.png) repeat-x;
    background-size:1px 100%;
    border-radius: 10px;
    
}
.cao-pic-chioce li {
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
   
}
.cao-pic-chioce li:last-child {
   margin-right: 10px;
   
}
.cao-pic-chioce li a {display: block;width: 100%;border-radius: 3px;height: 100%}
.cao-pic-chioce li {width: 40px;height: 40px;float: left;margin-left: 10px;}
.cao-pic-chioce li:first-child a {background-color: #000;color: #fff}
.cao-pic-chioce li:nth-child(2) a {background-color: #e569f7;color: #04ffea}
.cao-pic-chioce li:nth-child(3) a {background-color: #f36d6d;color: #f3ca3c}
.cao-pic-chioce li:nth-child(4) a {background-color: #f5cf4b;color: #f36d6d}
.cao-pic-chioce li:nth-child(5) a {background-color: #88eccc;color: #fb4710}
.cao-pic-chioce li:nth-child(6) a {background-color: #04ffea;color: #000;}
.cao-pic-chioce li:nth-child(7) a {background-color: #fff;color: #000;}
#cao-board-close{
	right: 10px;
	top: 10px;
}

/*画笔*/
.divall {
    background-position: center center;
    background-size: cover;
    height: 80%!important;
    background-repeat: no-repeat;
    text-align: center;
    width: 80%!important;
    display: table;
    position: fixed;
    left: 50%;
    top: 10%;
    margin-left: -40%;
    
}
#wPaint{
	position:relative; 
	width:100%; 
	height:100%;  
	margin:0% auto 20px auto;
	z-index: 1000;
	background: #fff url(../Imgs/public/palette.png) no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	border-radius: 4%;
}
#cao-pencial-close{
	right: 10px;
	top: 10px;
}

/*外链*/
.cao-links-main{
	background-image: url(../imgs/public/score-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 80%;
	height: 32em;
	position: fixed;
	left: 50%;
	margin-left: -40%;
	top: 50%;
	margin-top: -16em;
	font-family: "haibao";		
	z-index: 600;
	padding: 20px 0;
    background-position: -1px;
}
.cao-links{
	position: absolute;
	width: 80%;
	height: 21em;
	top: 5em;
	left: 50%;
	margin-left: -40%;
	font-family: 'dfps';
}
.cao-links-main .link-list{
	background: url(../Imgs/public/dati.png) no-repeat center;
    background-size: 100% 100%;
}
.cao-links .cao-score-top {
    width: 102%;
    height: 30px;
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
}
.link_main {
	margin-top: 3%;
    padding: 10px 40px;
    height: 17em;
    overflow: auto;
    font-family: "dfps";
}
 .link_main::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
/*正常情况下滑块的样式*/
.link_main::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.05);
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
}
/*鼠标悬浮在该类指向的控件上时滑块的样式*/
.link_main:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
}
/*鼠标悬浮在滑块上时滑块的样式*/
.link_main::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.4);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
}
/*正常时候的主干部分*/
.link_main::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    background-color: transparent;
}
/*鼠标悬浮在滚动条上的主干部分*/
.link_main::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.4);
    background-color: rgba(0,0,0,.01);
}
.link_table {
    color: #431801;
    font-size: 1.1em;
    overflow-y: hidden;
    width: 100%;
    text-align: center;
}
.link_table th{
	text-align: center;
	font-family: 'haibao';
	font-weight: 400;
} 
.link_table tr {
    height: 3em;
}
.link_del {
    background: url(../imgs/public/red.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    text-align: center;
    height: 35px;
    float: left;
    font-size: 1.5rem;
    line-height: 35px;
    margin: 0 .5%;
    width: 32%;
    font-family: 'haibao';
    color: #fff799;
    text-stroke: 1px #7d0000;
    -webkit-text-stroke: 1px #7d0000;
    letter-spacing: 2px;

}
.link_tofirst {
    background: url(../imgs/public/green.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    text-align: center;
    height: 35px;
    float: left;
    font-size: 1.5rem;
    line-height: 35px;
    margin: 0 .5%;
    width: 32%;
    font-family: 'haibao';
    color: #fff799;
    text-stroke: 1px #005e15;
    -webkit-text-stroke: 1px #005e15;
    letter-spacing: 2px;
}
.table_all .link_tofirst{
	font-size: 1.2rem;
}
.table_all .link_del{
	font-size: 1.2rem;
}
.link_tocur {
    background: url(../imgs/public/blue.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 35px;
    float: left;
    font-size: 1rem;
    line-height: 14px;
    margin: 0 .5%;
    width: 32%;
    font-family: 'haibao';
    color: #fff799;
    text-stroke: 1px #0068b7;
    -webkit-text-stroke: 1px #0068b7;
}
.cao-links-add{
	display: block;
    background: url(../imgs/public/Plus-btn.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    position: absolute;
    right: 30px;
    bottom: -42px;
    cursor: pointer;
    z-index: 10000;
}
.links-add-main{
	padding: 10px 15px;
    height: 17em;
    margin: 0 auto;
    width: 108%;
}
.links-tab-tit{
	overflow: hidden;
}
.links-tab-tit li{float: left;margin-top: 20px;cursor: pointer;}
.links-tab-tit li:last-child{margin-left: 40px;}
.links-tab-tit li label{
	line-height: 18px;
}
.links-tab-tit li input{
	height: 20px;
	width: 20px;
	display: block;
	float: left;
	position: relative;
}
.links-tab-tit li input[type="radio"]::before{
	content: "\a0";
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    margin-right: .4em;
    border-radius: 50%;
    border: 1px solid #373b3a;
    line-height: 1;
}
.links-tab-tit li input[type="radio"]:checked::after {
    background-color: #01cd78;
    content: "\a0";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
}
.links-tab-tit li span{
	font-weight: bold;
	font-size: 0.9em;
	color: #431801;
	font-family: "dfps";
	display: block;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}

.cao-links-wenjian{
	

	
}
.cao-links-wenjian label{
	display: block;
	margin-top: 40px;
	
}
.cao-links-wenjian input[name]{
    display: block;
    width: 80%;
    float: left;
    height: 40px;
    padding-left: 10px;
    color: #764401;
    border: none;
    font-size: 0.8em;
    font-family: 'dfps';
    border:1px solid #000;
}

.cao-links-wenjian .cao-file-name span{
	display: block;	
	float: left;
	font-size: 0.9em;
	color: #431801;
	font-family: "dfps";
	font-weight: bold;
	letter-spacing: 8px;
    line-height: 40px;
}

.cao-links-wenjian .cao-file-btn h5{
	float: left;
	font-size: 0.9em;
	color: #431801;
	font-family: "dfps";
	display: block;
	font-weight: bold;
	line-height: 30px;
}
.cao-links-wenjian .cao-file-btn .cao-file-chose{
	float: left;
    display: block;
    width: 120px;
    background: url(../imgs/public/green.png) no-repeat center;
    background-size: 100% 100%;
    height: 35px;
    text-align: center;
    cursor: pointer;
    line-height: 36px;
    overflow: hidden;
    position: relative;
    color: #fff799;
    margin-left: 2em;
    text-stroke:1px #005e15;
    -webkit-text-stroke:1px #005e15;
}
.cao-links-wenjian .cao-file-btn .cao-file-chose h6{
	 font-weight: bold;
	 font-size: 0.8em;
	 
}
.cao-links-wenjian .cao-file-btn .cao-file-chose input{
	 position: absolute;
	 left: 0;
	 top: 0;
	 opacity:0;
	 display: block;
	 width: 150px;
}
.cao-links-addbtn{
	width: 120px;
	height: 1.8em;
	font-size: 1.5em;
	font-family: "haibao";
	background: url(../imgs/public/green.png) no-repeat center ;
	background-size: 100% 100%;
	display: block;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    right: 10px;
    bottom: 0px;
    line-height: 1.8em;
    letter-spacing: 5px;
    color: #fff799;
    font-weight: 400;
    text-stroke: 1px #005e15;
    -webkit-text-stroke: 1px #005e15;
}
.cao-links-backbtn{
	width: 120px;
    height: 1.8em;
    font-size: 1.5em;
    font-family: "haibao";
    background: url(../imgs/public/red.png) no-repeat center;
    background-size: 100% 100%;
    display: block;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    right: 150px;
    bottom: 0px;
    line-height: 1.8em;
    letter-spacing: 5px;
    color: #fff799;
    font-weight: 400;
    text-stroke: 1px #7d0000;
    -webkit-text-stroke: 1px #7d0000;
}
/*学生管理*/
.student-manage-box{
	background-image: url(../imgs/public/studentsbg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 68%;
	height: 600px;
	position: fixed;
	left: 50%;
	margin-left: -34%;
	top: 50%;
	margin-top: -300px;
	font-family: "dfps";
	border-radius: 15px;		
	z-index: 600;
	padding: 6% 0 5%;
	border-radius: 15px;
    background-position-y:-1px;
    overflow: hidden;
}
.student-manage-box .cao-menu-close{
	width: 40px;
	height: 40px;
	right: 55px;
	top: 44px;
}
.cao-student-manage{
	position: absolute;
	width: 74%;
	height: 440px;
	top: 80px;
	left: 50%;
	margin-left: -37%;
	border-radius: 15px;
}
.cao-student-table{
	width: 100%;
}
.cao-student-tit{
	border-bottom: 3px solid #a40000;
	overflow: hidden;
	width: 100%;
	padding-bottom: 10px;
}
.cao-student-tit li{
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #431801;
	text-align: center;
}
.cao-student-tit li:nth-child(1){
    width: 25%;
}
.cao-student-tit li:nth-child(2){
    width: 25%;
}
.cao-student-tit li:nth-child(3){
    width: 25%;
}
.cao-student-con{
	height: 90%;
	overflow-y: scroll;
	width: 100%;
}
.cao-student-tbody td{
	text-align: center;
}
.cao-student-tbody{
	color: #431801;
	font-size: 1.2em;
}
.cao-table-img img{
	width: 60px;
	height: 60px;
	margin: 2px auto;
	border:2px solid #a40000;
	border-radius: 50%;
}

.cao-student-password{
	background: url(../imgs/public/studentpws.png) no-repeat center;
	background-size: 100% 100%;
	padding: 7px 10px;
	font-family: 'haibao';
	color: #fff799;
	text-stroke:1px #7d0000;
	-webkit-text-stroke:1px #7d0000;
}

.cao-record-password{
	background: url(../imgs/public/red.png) no-repeat;
    background-size: 100% 100%;
    padding: 5px 20px;
    color: #fff799;
    font-family: 'haibao';
    text-stroke: 1px #7d0000;
    -webkit-text-stroke: 1px #7d0000;
}
.cao-pswbox{
	background: url(../imgs/public/dianm_bg.png) no-repeat;
	background-size: 100% 100%;
	width: 400px;	
	height: 380px;	
	position: fixed;
	margin-left: -200px;
	left: 50%;
	top: 50%;
	padding: 20px 0;
	font-family: "haibao";
	border-radius: 15px;
	margin-top: -190px;			
	z-index: 6000;
}
.cao-psw{position: relative;
    width: 400px;	
	height: 380px;
}
.cao-psw-close{
	display: block;
    background: url(../imgs/public/x-close.png) no-repeat;
    width: 40px;
    height: 40px;
    font-size: 1.6em;
    background-size: 100% 100%;
    border-radius: 15px;
    position: absolute;
    right: 32px;
    top: 8px;
    text-align: center;
    color: #fff799;
    line-height: 35px;
    font-family: font01;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.cao-psw-close:hover{
	font-size: 1.8em;
	line-height: 40px;
}


.cao-psw-start{
	position: absolute;
    bottom: 70px;
    width: 120px;
    border: none;
    line-height: 48px;
    background: url(../imgs/public/dianmbtn_bg.png) no-repeat center;
    background-size: 100% 100%;
    border-radius: 15px;
    color: #fff799;
    font-size: 1.5em;
    font-family: 'haibao';
    left: 50%;
    margin-left: -55px;
    cursor: pointer;
    letter-spacing: 4px;
    text-align: center;
    text-stroke: 1px #005e15;
    -webkit-text-stroke: 1px #005e15;
}
.cao-restar{
	    padding-top: 120px;
}
.cao-state{
	text-align: center;
	color: #431801;
	font-size: 1.5em;
}
.cao-restar h6{
	text-align: center;
	color: #431801;
	font-size: 1em;
	font-weight: bold;
	font-family: 'dfps';
	margin-top: 30px;
}


/*记录管理*/
.cao-recordbox{
	background: url(../imgs/public/record_bg.png) no-repeat;
	background-size: 100% 100%;
	width: 60%;	
	height: 480px;	
	position: fixed;
	margin-left: -30%;
	left: 50%;
	top: 50%;
	padding: 20px 0;
	font-family: "微软雅黑";
	border-radius: 15px;
	margin-top: -240px;			
	z-index: 6000;
}
.cao-record{
	position: relative;  
}
.cao-record-con{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
}
.cao-record-con h5{
	text-align: center;
	font-size: 1.6em;
	color: #431801;
	font-weight: bold;
}
.cao-record-con .cao-recordbtn{
	overflow: hidden;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10em;
}
.cao-record-con .cao-record-ok{
	float: left;
	display: block;
	background-color: #e60012;
	padding: 5px 20px 5px 35px;
	
	border: none;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	font-size: 1.4em;
	font-family: "微软雅黑";
	letter-spacing: 15px;
	-webkit-box-shadow: 1px 1px 4px 1px #666;
	-moz-box-shadow: 1px 1px 4px 1px #666;
	-o-box-shadow: 1px 1px 4px 1px #666;
	-ms-box-shadow: 1px 1px 4px 1px #666;
	
}
.cao-record-con .cao-record-cancel{
	float: right;
	display: block;
	background-color: #22ac38;
	padding: 5px 20px 5px 35px;	
	border: none;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	font-size: 1.4em;
	font-family: "微软雅黑";
	letter-spacing: 15px;
	-webkit-box-shadow: 1px 1px 4px 1px #666;
	-ms-box-shadow: 1px 1px 4px 1px #666;
	-moz-box-shadow: 1px 1px 4px 1px #666;
	-o-box-shadow: 1px 1px 4px 1px #666;
	
}
.cao-record-con a:hover{
	opacity: 0.8;
}

/*昵称头像*/
.cao-portrait{
	background-image: url(../imgs/public/score_zbg.png);
	background-size: 100% 100%;
	width:400px;
	height: 420px;
	position: fixed;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	margin-top: -100px;
	font-family: "微软雅黑";
	border-radius: 15px;		
	z-index: 6100;
	padding: 120px 0;
	border-radius: 15px;
}

.portrait{
	background: url(../imgs/public/adjust_bg.png) no-repeat center;
	background-size: 100% 100%;
	width: 220px;
	height: 220px;
	position: fixed;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	margin-top: 112px;
	margin-top: -250px;
    margin-left: -110px;
    cursor: pointer;
}
.portrait img{
	display: block;
	height: 200px;
	margin:0 auto;
	margin-top: 25px;
}
.portrait-form input{
	line-height: 60px;
	display: block;
	border-radius: 10px;
	width: 65%;
	margin: 20px auto;
	border: 1px solid #000;
    color: #333;
    font-size: 1.2em;
    font-family: "dfps";
    padding-left: 10px;
    -webkit-box-shadow: inset 1px 1px 2px 0px #666;
	-ms-box-shadow:inset 1px 1px 2px 0px #666;
	-moz-box-shadow:inset 1px 1px 2px 0px #666;
	-o-box-shadow:inset 1px 1px 2px 0px #666;
}
.portrait-form a{
	line-height: 80px;
	display: block;
	border-radius: 10px;
	width: 60%;
	height: 80px;
	margin: 40px auto;
	border: none;
	color: #fff799;
	font-size: 3.1rem;
	font-family: 'haibao';
	padding-left: 10px;
	background: url(../Imgs/public/green.png) no-repeat center;
    background-size: 100% 100%;
	text-align: center;
	text-stroke:1px #005e15;
    -webkit-text-stroke:1px #005e15;
}
/*昵称头像的关闭按钮*/
.cao-portrait .close{
	position: absolute;
	right: 6px;
	top: 46px;
	cursor: pointer;
}
.cao-portrait .close img{
	width: 40px;
}

.cao-tx-choosebox{
    background-image: url(../imgs/public/score_zbg-big.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width:730px;
	height:520px ;
	position: fixed;
	left: 50%;
	margin-left: -325px;
	top: 50%;
	margin-top: -250px;
	font-family: "微软雅黑";
	border-radius: 15px;		
	padding: 20px 0;
	border-radius: 15px;
	z-index: 7777;
	display: none;
}
/*头像选择框的关闭按钮*/
.cao-tx-choosebox .close{
	position: absolute;
	right: 28px;
	top: 26px;
	cursor: pointer;
}
.cao-tx-choosebox .close img{
	width: 40px;
}
.cao-tx-portrait{
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
}
.cao-tx-portrait li{
	width: 120px;
	height: 120px;
	margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    float: left;
    cursor: pointer;
}
.cao-tx-portrait img{
	display: block;
	height: 90%;
	margin:0 auto;
}
.cao-tx-zw{
	height: 6px;
}


/*开场秀3和大舞台1*/
.jjyl-changyinge {
	/*background:url(../Imgs/public/subjectUnit-bg.jpg) no-repeat center;*/
	/*-webkit-background-size: 100% 100%;*/
	/*background-size: 100% 100%;*/
}
.cao-show > img{
	display: block;
	width: 75%;
	height: 75%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-filter: drop-shadow(0px 0px 10px yellow);
	filter: drop-shadow(0px 0px 10px yellow);
	cursor: pointer;
/*	-webkit-animation:lights 2s linear  infinite;
	-ms-animation:lights 2s linear  infinite;
	-moz-animation:lights 2s linear  infinite;
	-o-animation:lights 2s linear  infinite;
	-webkit-animation-delay:1.5s;
	-ms-animation-delay:1s;
	-moz-animation-delay:1s;
	-o-animation-delay:1s;*/
}
.cao-show .img-msg{
	width: 40%;
	position: absolute;
	top: 50%;
	left:20%;
	transform: translate(0,-50%);
	display: none;
}
.cao-show .img-msg .title{
	position: relative;
	margin-bottom: 2em;
}
.cao-show .img-msg >img{
	display: block;
	width: 100%;
}
.cao-show .img-msg .title span{
	display: block;
	width: 100%;
	height: auto;
	background-image: linear-gradient(to bottom, #fff 30%, #faec3f 70%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 2em;
    text-stroke:1px #000f7f;
    -webkit-text-stroke:1px #000f7f;
}
.cao-show .img-msg>div .mc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-shadow: 0px 5px 5px rgb(6,0,1);
	z-index: -1;
	height: 100%;
}
.cao-show-person{
	/*width: 23%;*/
	height: 40%;
	background-size: contain;
	position: absolute;
	right: 8%;
	bottom: 5%;
	cursor: pointer;
}
.cao-show-person >img{
	/*width: 100%;*/
	height: 100%;
	-webkit-filter: drop-shadow(0px 0px 10px yellow);
	filter: drop-shadow(0px 0px 10px yellow);
/*	-webkit-animation:lights 2s linear  infinite;
	-ms-animation:lights 2s linear  infinite;
	-moz-animation:lights 2s linear  infinite;
	-o-animation:lights 2s linear  infinite;
	-webkit-animation-delay:1.5s;
	-ms-animation-delay:1s;
	-moz-animation-delay:1s;
	-o-animation-delay:1s;*/
}
.cao-dialogo{
	background: url(../imgs/public/caodialogo.png)no-repeat center;
	background-size: 100% 100%;
	padding: 0 2%;
	height: 160px;
	position: absolute;
	right: 32%;
	bottom: 25%;
	transform: rotateY(180deg);
	display: none;
	
}
.cao-dialogo a{
    height: 50%;
    margin: 15px auto;
    color: #431801;
    line-height: 40px;
    font-size: 1em;
    display: block;
    transform: rotateY(180deg);
	text-align: center;
}
.cao-dialogo .cao-two{
	display: none;
}
/*@-webkit-keyframes lights{
		0%{
			-webkit-filter: drop-shadow(0px 0px 0px yellow);
    		filter: drop-shadow(0px 0px 0px yellow);
	    }
		80%{
			-webkit-filter: drop-shadow(0px 0px 10px yellow);
    		filter: drop-shadow(0px 0px 10px yellow);
	    }
	}
	@-ms-keyframes lights{
		0%{
			-webkit-filter: drop-shadow(0px 0px 0px yellow);
    		filter: drop-shadow(0px 0px 0px yellow);
	    }
		50%{
			-webkit-filter: drop-shadow(0px 0px 10px yellow);
    		filter: drop-shadow(0px 0px 10px yellow);
	    }
	}
	@-moz-keyframes lights{
		0%{
			-webkit-filter: drop-shadow(0px 0px 0px yellow);
    		filter: drop-shadow(0px 0px 0px yellow);
	    }
		50%{
			-webkit-filter: drop-shadow(0px 0px 10px yellow);
    		filter: drop-shadow(0px 0px 10px yellow);
	    }
	}
	@-o-keyframes lights{
		0%{
			-webkit-filter: drop-shadow(0px 0px 0px yellow);
    		filter: drop-shadow(0px 0px 0px yellow);
	    }
		50%{
			-webkit-filter: drop-shadow(0px 0px 10px yellow);
    		filter: drop-shadow(0px 0px 10px yellow);
	    }
	}
*/
/*小票友1*/
.cao-fan{
	background-image: url(../imgs/public/score_zbg.png);
	background-repeat: repeat-x;
	background-size: 1px 100%;
	width: 80%;
	height: 600px;
	position: fixed;
	left: 50%;
	margin-left: -40%;
	top: 50%;
	margin-top: -300px;
	font-family: "微软雅黑";
	border-radius: 15px;		
	z-index: 600;
	padding: 20px 0;
	border-radius: 15px;
}
.cao-fan-con{
	width: 95%;
	margin: 0 auto;
	height: 100%;
	overflow-y: scroll;
}
.cao-fan-con li{
	margin-top: 1em;
}
.cao-fan-con li:first-child{
	margin-bottom: 2em;
}
.cao-fan-con li h1{
	color: #431801;
	font-size: 1.4em;
	font-weight: bold;
	font-family: "font03";
	text-align: center;
}
.cao-fan-con li p{
	color: #431801;
	font-size: 1.1em;
	font-family: "font03";
	text-align: center;
	margin-top: 10px;
}

/*大幕2*/
.damu-left{
	background: url(../imgs/public/mubuleft.png) no-repeat left top;
	background-size: 100% 100%;
	position:fixed;
	left: 0;
	z-index: 99999;
	height: 100%;
	width: 50%;
	top:0;
	-webkit-animation: damul 5s linear forwards;
	-ms-animation: damul 5s linear forwards;
	-moz-animation: damul 5s linear forwards;
	-o-animation: damul 5s linear forwards;
	
}
.damu-right{
	background: url(../imgs/public/muburight.png) no-repeat right top;
	background-size: 100% 100%;
	position:fixed;
	right: 0;
	z-index: 99999;
	height: 100%;
	width: 50%;
	top:0;
	-webkit-animation: damur 5s linear forwards;
	-ms-animation: damur 5s linear forwards;
	-moz-animation: damur 5s linear forwards;
	-o-animation: damur 5s linear forwards;
	
}

.damu-left-opera{
	background: url(../imgs/public/mubuleft.png) no-repeat left top;
	background-size: 100% 100%;
	position:fixed;
	left: 0;
	z-index: 99999;
	height: 100%;
	width: 50%;
	top:0;
}
.damu-right-opera{
	background: url(../imgs/public/muburight.png) no-repeat right top;
	background-size: 100% 100%;
	position:fixed;
	right: 0;
	z-index: 99999;
	height: 100%;
	width: 50%;
	top:0;
}
.damu-left-run{
	-webkit-animation: damul 5s  linear forwards;
	-ms-animation: damul 5s   linear forwards;
	-moz-animation: damul 5s   linear forwards;
	-o-animation: damul 5s   linear forwards;
	
}
.damu-right-run{
	-webkit-animation: damur 5s   linear forwards;
	-ms-animation: damur 5s  linear forwards;
	-moz-animation: damur 5s   linear forwards;
	-o-animation: damur 5s    linear forwards;
	
}


@-webkit-keyframes damul{
	from{left: 0;}
	to{left: -50%;}
}
@-ms-keyframes damul{
	from{left: 0;}
	to{left: -50%;}
}
@-moz-keyframes damul{
	from{left: 0;}
	to{left: -50%;}
}
@-o-keyframes damul{
	from{left: 0;}
	to{left: -50%;}
}
@-webkit-keyframes damur{
	from{right: 0;}
	to{right: -50%;}
}
@-ms-keyframes damur{
	from{right: 0;}
	to{right: -50%;}
}
@-moz-keyframes damur{
	from{right: 0;}
	to{right: -50%;}
}
@-o-keyframes damur{
	from{right: 0;}
	to{right: -50%;}
}

.cao_video_box{
	position: fixed;
	width: 1000px;
	height: 600px;
	top: 50%;
	margin-top: -300px;
	left: 50%;
	margin-left: -500px;
}
.cao_video{
	width: 800px;
	height: 452px;
	border: 2px solid #000;
	margin: 0 auto;
	display: block;

}
/*.cao_play{
	position: absolute;
	left: 50%;
	top: 25%;
	width: 100px;
	margin-left: -50px;
	height: 100px;
	
}*/
.cao_zimu{
	width: 900px;
	height: 60px;
	border-radius: 15px;
	background: #fff;
	margin: 30px auto;
	overflow: hidden;
}

.cao_zimu_hide{
	
}


.cao_zimu_hide li{
	font-size:1.6em;
	line-height: 60px;
	color: #444;
	text-align: center;
	font-weight: bold;
    font-family: font01;
}


/*教学参考*/
.cao-fan-con1{
	width: 95%;
	margin: 0 auto;
	height: 100%;
	overflow-y: scroll;
}
.cao-fan-con1 li{
	margin-top: 4em;
}
.cao-fan-con1 li:first-child{
	margin-top: 2em;
}
.cao-fan-con1 li h1{
	color: #431801;
	font-size: 1.2em;
	font-weight: bold;
	font-family: "微软雅黑";
	text-align: center;
}
.cao-fan-con1 li h2{
	color: #431801;
	font-size: 1em;
	font-weight: bold;
	font-family: "微软雅黑";
	margin-top: 1em;
	
}
.cao-fan-con1 li p{
	color: #431801;
	font-size: 1em;
	
	font-family: "微软雅黑";
	text-align: left;
	margin-top: 10px;
}

/*电子班长*/
.cao-class-box{
	background: url(../imgs/public/dianm_bg.png) no-repeat;
	background-size: 100% 100%;
	width: 700px;	
	height: 600px;	
	position: fixed;
	margin-left: -350px;
	left: 50%;
	top: 50%;
	padding: 20px 0;
	font-family: "微软雅黑";
	border-radius: 15px;
	margin-top: -300px;			
	z-index: 600;
}
.cao-class{
	position: relative;
    width: 700px;	
	height: 600px;
}
.cao-class .cao-name-close{
	right: 55px;
	top: 26px;
}
.cao-class-con{
	width: 90%;
	margin:  0 auto;
	padding-top: 50px;
}

.cao-class-con ul{
	overflow: hidden;
}

.cao-class-con ul li{
	float: left;
	width: 200px;
	height:200px ; 
	border-radius: 15px;	
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
}
 .cao-class-con ul li .img{
 	background: url(../imgs/public/yougood.png) no-repeat center;
 	background-size:contain ;
 	width: 200px;
 	height: 200px;	 
 	-webkit-transform-origin:center bottom;
 	-ms-transform-origin:center bottom;
 	-moz-transform-origin:center bottom;
 	-o-transform-origin:center bottom;
 	
 }
  .cao-class-con ul li .img2{
 	background: url(../imgs/public/thinkagain.png) no-repeat center;
 	background-size:contain ;
 	width: 200px;
 	height: 200px;	 
 	-webkit-transform-origin:center bottom;
 	-ms-transform-origin:center bottom;
 	-moz-transform-origin:center bottom;
 	-o-transform-origin:center bottom;
 	
 }
  .cao-class-con ul li .img3{
 	background: url(../imgs/public/notice.png) no-repeat center;
 	background-size:contain ;
 	width: 200px;
 	height: 200px;	 
 	-webkit-transform-origin:center bottom;
 	-ms-transform-origin:center bottom;
 	-moz-transform-origin:center bottom;
 	-o-transform-origin:center bottom;
 	
 }
  .cao-class-con ul li .img4{
 	background: url(../imgs/public/youtop.png) no-repeat center;
 	background-size:contain ;
 	width: 200px;
 	height: 200px;	 
 	-webkit-transform-origin:center bottom;
 	-ms-transform-origin:center bottom;
 	-moz-transform-origin:center bottom;
 	-o-transform-origin:center bottom;
 	
 }
 .cao-class-con ul li .imgh1{
 	background: url(../imgs/public/yougood.png) no-repeat center;
 	background-size: contain;
 	-webkit-animation: class1 1.5s ease-in-out;
 	-ms-animation: class1 1.5s ease-in-out;
 	-moz-animation: class1 1.5s ease-in-out;
 	-o-animation: class1 1.5s ease-in-out;
 	 	
 }
 .cao-class-con ul li .imgh2{
 	background: url(../imgs/public/thinkagain.png) no-repeat center;
 	background-size: contain;
 	-webkit-animation: class1 1.5s ease-in-out;
 	-ms-animation: class1 1.5s ease-in-out;
 	-moz-animation: class1 1.5s ease-in-out;
 	-o-animation: class1 1.5s ease-in-out;
 	 	
 }
  .cao-class-con ul li .imgh3{
 	background: url(../imgs/public/notice.png) no-repeat center;
 	background-size: contain;
 	-webkit-animation: class1 1.5s ease-in-out;
 	-ms-animation: class1 1.5s ease-in-out;
 	-moz-animation: class1 1.5s ease-in-out;
 	-o-animation: class1 1.5s ease-in-out;
 	 	
 }
  .cao-class-con ul li .imgh4{
 	background: url(../imgs/public/youtop.png) no-repeat center;
 	background-size: contain;
 	-webkit-animation: class1 1.5s ease-in-out;
 	-ms-animation: class1 1.5s ease-in-out;
 	-moz-animation: class1 1.5s ease-in-out;
 	-o-animation: class1 1.5s ease-in-out;
 	 	
 }
@-webkit-keyframes class1{
	0%{-webkit-transform: scale(1);}
	25%{-webkit-transform: scale(1.1) ;}
	50%{-webkit-transform: scale(1.1) rotate(15deg);}
	75%{-webkit-transform: scale(1.1) rotate(-15deg);}
	100%{-webkit-transform: scale(1) rotate(0); }
}
@-ms-keyframes class1{
	0%{-ms-transform: scale(1);}
	25%{-ms-transform: scale(1.1) ;}
	50%{-ms-transform: scale(1.1) rotate(15deg);}
	75%{-ms-transform: scale(1.1) rotate(-15deg);}
	100%{-ms-transform: scale(1) rotate(0); }
}
@-moz-keyframes class1{
	0%{-moz-transform: scale(1);}
	25%{-moz-transform: scale(1.1) ;}
	50%{-moz-transform: scale(1.1) rotate(15deg);}
	75%{-moz-transform: scale(1.1) rotate(-15deg);}
	100%{-moz-transform: scale(1) rotate(0); }
}
@-o-keyframes class1{
	0%{-o-transform: scale(1);}
	25%{-o-transform: scale(1.1) ;}
	50%{-o-transform: scale(1.1) rotate(15deg);}
	75%{-o-transform: scale(1.1) rotate(-15deg);}
	100%{-o-transform: scale(1) rotate(0); }
}
/*京剧源流*/
@font-face{
	font-family: 'fzsejt';
	src: url('../font/fzsejw.ttf');
}
ul[data-name="jjyl"]{
	font-family: '方正少儿简体',fzsejt;
}
/*猜一猜图中的表演是什么*/
.jjyl-perform{
	/*background:url(../Imgs/public/subjectUnit-bg.jpg) no-repeat center;*/
	/*-webkit-background-size: 100% 100%;*/
	/*background-size: 100% 100%;*/
	width: 100%;
	height: 100%;
	text-align: center;
}
.jjyl-perform .title{
	position: relative;
	top: 4vh;
	z-index: 11;
	opacity: 0;
	transition: all 1s ease;
}
.jjyl-perform .title span{
	display: block;
	width: 100%;
	height: auto;
	background-image: linear-gradient(to bottom, #fff 30%, #faec3f 70%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 3.8em;
    text-stroke:2px #000f7f;
    -webkit-text-stroke:2px #000f7f;
}
.jjyl-perform .mc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-shadow: 0px 6px 10px rgb(6,0,1);
	z-index: -1;
	height: 100%;
}
.jjyl-perform .body {
	position: relative;
	top: 8vh;
}
.jjyl-perform .body ul li img{
	padding: 0.5em 0;
	height: 35vh;
	/*max-width: 330px;*/
	cursor: pointer;
}
.jjyl-perform .body ul li img:nth-child(2){
	margin-left: 1em;
}
.jjyl-perform .img-msg{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 88;
	width: 90%;
	transform: translate(-50%,-50%);
	padding: 7% 8% 4.5%;
	background: url(../Imgs/public/landingbg.png) no-repeat center;
	background-size: 100% 100%;
	display: none;
}
.jjyl-perform .img-msg .cao-menu-close{
	right: 100px;
	top: 70px;
}
.jjyl-perform .img-msg img{
	width: 0;
	height: auto;
}
.jjyl-perform .img-msg-text{
	position: relative;
}
.jjyl-perform .img-msg-text span{
	display: block;
	width: 100%;
	height: auto;
	background-image: linear-gradient(to bottom, #fff 30%, #faec3f 70%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 2em;
    text-stroke:1px #000f7f;
    -webkit-text-stroke:1px #000f7f;
}
.jjyl-perform .img-msg-text .mc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-shadow: 0px 3px 3px rgb(6,0,1);
	z-index: -1;
	height: 100%;
}
/*剧照*/
.jjyl-stagePhoto {
	/*background:url(../Imgs/public/subjectUnit-bg.jpg) no-repeat center;*/
	/*-webkit-background-size: 100% 100%;*/
	/*background-size: 100% 100%;*/
	width: 100%;
	height: 100%;
	text-align: center;
}
.jjyl-stagePhoto .title{
	position: relative;
	top: 12%;
	z-index: 11;
	display: none;
}
.jjyl-stagePhoto .title span{
	display: block;
	width: 100%;
	height: auto;
	background-image: linear-gradient(to bottom, #fff 30%, #faec3f 70%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 9.8em;
    text-stroke:2px #000f7f;
    -webkit-text-stroke:2px #000f7f;
}
.jjyl-stagePhoto .mc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-shadow: 0px 5px 5px rgb(6,0,1);
	z-index: -1;
	height: 100%;
}
.jjyl-stagePhoto .stage-photo{
	position: relative;
	top: 22%;
	perspective:10px;
}
.jjyl-stagePhoto .stage-photo img{
	width: 0;
	margin-right: 1.5%;
	margin-top: -20%;
	transform-style: preserve-3d;
	transform: translate3d(0,-100%,-600px);
	transition: all 1.5s ease;
}
.jjyl-stagePhoto .stage-photo img:last-child{
	margin-right: 0;
}
/*开门-京娃念词*/
.jjyl-readyWords{
	display: none;
	width: 100%;
	height: 100%;
}
.jjyl-readyWords .jjyl-door{
	width: 100%;
	height: 100%;
	perspective:600px;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.jjyl-readyWords .jjyl-door img{
	float: left;
	width: 50%;
	height: 100%;
	transform-style: preserve-3d;
	transform-origin: left center;
	transform:translate3d(0,0,-24000px);
	transition: all 1.5s ease;
	cursor: pointer;
}
.jjyl-readyWords .jjyl-door i{
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 11;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px 0px yellow;
    display: none;
}
.jjyl-readyWords .jjyl-door img:last-child{
	transform-origin: right center;
}
.jjyl-readyWords .show02>div,.jjyl-readyWords .show02 a{
	display: none;
}
/*石头划船*/
.jjyl-stone{
	background:url(../Imgs/unit01/stone-bg.jpg) no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
/*看图排序*/
.jjyl-sort{
	/*background:url(../Imgs/public/subjectUnit-bg.jpg) no-repeat center;*/
	/*-webkit-background-size: 100% 100%;*/
	/*background-size: 100% 100%;*/
	width: 100%;
	height: 100%;
	text-align: center;
}
.jjyl-sort .title{
	position: relative;
	top: 5%;
	z-index: 11;
	opacity: 0;
	transition: all 1s ease;
}
.jjyl-sort .title span{
	display: block;
	width: 100%;
	height: auto;
	background-image: linear-gradient(to bottom, #fff 30%, #faec3f 70%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 3.5em;
    text-stroke:2px #000f7f;
    -webkit-text-stroke:2px #000f7f;
}
.jjyl-sort .mc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-shadow: 0px 5px 5px rgb(6,0,1);
	z-index: -1;
	height: 100%;
}
.jjyl-sort .body {
	position: relative;
	top: 10%;
	padding: 0 15%;
	height: 65%;
}
.jjyl-sort .body >div{
	float: left;
}
.jjyl-sort .body .lf{
	width: calc(100% - 210px);
	height: 100%;
	margin-right: 20px;
	position: relative;
}
.jjyl-sort .body .lf div{
	float: left;
	width: 48%;
	height: 48%;
	margin: 1%;
	background-color: #addbe9;
	border:2px solid #000f7f;
	position: relative;
	cursor: pointer;
}
.jjyl-sort .body .lf .button{
	width: 15%;
	height: 15%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	border:1px solid #000f7f;
	background-image: linear-gradient(to bottom, #addbe9 50%, #000f7f 50%);
	margin: 0;
	padding: 0;
	font-size: 1rem;
	border-radius: 50%;
	overflow: hidden;
}
.jjyl-sort .body .lf a.sure{
	display: block;
	padding: 12%;
	color: #000f7f;
	height: 50%;
	cursor: pointer;
}
.jjyl-sort .body .lf a.again{
	display: block;
	padding: 12%;
	color: #addbe9;
	cursor: pointer;
	height: 50%;
}
.jjyl-sort .body .lf div span{
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 11;
	width: 2em;
	height: 2em;
	line-height: 1.3em;
	text-align: center;
	border-radius: 50%;
	border:2px solid #fff;
	background-color: #fec638;
}
.jjyl-sort .body .lf div span i{
	display: block;
	width: 100%;
	height: auto;
	background-image: linear-gradient(to bottom, #fff 30%, #faec3f 70%);
    -webkit-background-clip: text;
    color: transparent;
    font-style: normal;
    font-size: 2em;
    text-stroke:1px #000f7f;
    -webkit-text-stroke:1px #000f7f;
}
.jjyl-sort .body .lf div img{
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	width: 80%;
	max-height: 90%;
	height: auto;
}
.jjyl-sort .body .lf .big-img{
	width: 100%;
	height: 100%;
	padding: 1%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 22;
	display: none;
	background: #000f7f;
}
.jjyl-sort .body .lf .big-img img{
	width: 100%;
	height: 100%;
}
.jjyl-sort .body .lf .big-img .x{
	position: absolute;
    top: -1%;
    right: -1%;
    z-index: 33;
    font-size: 2em;
    color: #000f80;
    text-shadow: 1px 2px 3px #ccc;
    width: 1em;
    height: 1em;
    line-height: 1em;
    border-radius: 35%;
   	cursor:pointer; 
}
.jjyl-sort .body .rg{
	width: 160px;
	margin-left: 20px;	
	text-align: center;
	height: 100%;
}
.jjyl-sort .body .rg div{
	background-color: #000f7f;
	padding: 5px;
	padding: 5px;
	text-align: center;
	display: inline-block;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
	height: 24%;
}
.jjyl-sort .body .rg div img{
	/*width: 150px;*/
	height: 100%;
}
.jjyl-sort .body .rg div .mc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ccc;
}
.jjyl-sort .body >.copyEle{
	position: fixed;
	z-index: 111;
	transform: translate(-75%,-85%);
	width: 200px;
	height: 139px;
	border: 5px solid #000f7f;
	background: url() no-repeat center;
	-webkit-background-size: 100% 100%;
	 background-size: 100% 100%; 
	 display: none;
}
/*.jjyl-sort .body ul li{
	background-color: #000f7f;
}
.jjyl-sort .body ul li div{
	background-color: #addbe9;
	position: relative;
}
.jjyl-sort .body ul li div span{
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	border-radius: 50%;
	border:2px solid #fff;
	background-color: #fec638;
}
.jjyl-sort .body ul li div span i{
	display: block;
	width: 100%;
	height: auto;
	background-image: linear-gradient(to bottom, #fff 30%, #faec3f 70%);
    -webkit-background-clip: text;
    color: transparent;
    font-style: normal;
    font-size: 1em;
    text-stroke:1px #000f7f;
    -webkit-text-stroke:1px #000f7f;
}*/
/*问答环节*/
.jjyl-QandA{
	/*background:url(../Imgs/public/subjectUnit-bg.jpg) no-repeat center;*/
	/*-webkit-background-size: 100% 100%;*/
	/*background-size: 100% 100%;*/
	width: 100%;
	height: 100%;
	text-align: center;
}
.jjyl-QandA .title{
	position: relative;
	top: 5%;
	z-index: 11;
	opacity: 0;
	transition: all 1s ease;
}
.jjyl-QandA .title span{
	display: block;
	width: 100%;
	height: auto;
	background-image: linear-gradient(to bottom, #fff 30%, #faec3f 70%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 3.8em;
    text-stroke:2px #000f7f;
    -webkit-text-stroke:2px #000f7f;
}
.jjyl-QandA .mc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-shadow: 0px 5px 5px rgb(6,0,1);
	z-index: -1;
	height: 100%;
}
.jjyl-QandA .body {
	position: relative;
	top: 8%;
	text-align: center;
}
.jjyl-QandA .body .tu >div{
	display: inline-block;
    margin: 0.5%;
    padding: 1%;
    background-color: #000f7f;
    cursor: pointer;
}
.jjyl-QandA .body .tu >div img{
	height: 30vh;
}
.jjyl-QandA .hide{
	display: none;
    background-image: url(../imgs/public/score-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 60%;
    height: 65vh;
    position: fixed;
    top: 50%;
    left: 50%;
    font-family: "dfps";
    z-index: 600;
    font-size: 1.5em;
    transform: translate(-50%,-50%);
}
.jjyl-QandA .hide .text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-56%);
	width: 80%;
	line-height: 2em;
	text-align: left;
}
.jjyl-QandA .hide .text input{
	background: 0;
	border:0;
	border-bottom: 2px solid #333;
	outline-style: none;
	width: 5em;
	font-family: 'dfps';
	font-size: 1em;
}
.jjyl-QandA .hide .go-back{
    background: url(../imgs/public/red.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    text-align: center;
    height: 35px;
    float: left;
    font-size: 1.5rem;
    line-height: 35px;
    margin: 0 .5%;
    width: 12%;
    font-family: 'haibao';
    color: #fff799;
    text-stroke: 1px #7d0000;
    -webkit-text-stroke: 1px #7d0000;
    letter-spacing: 2px;
    position: absolute;
    bottom: 10%;
    left: 38%;
}
.jjyl-QandA .hide .putin{
    background: url(../imgs/public/green.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    text-align: center;
    height: 35px;
    float: left;
    font-size: 1.5rem;
    line-height: 35px;
    margin: 0 .5%;
    width: 12%;
    font-family: 'haibao';
    color: #fff799;
    text-stroke: 1px #005e15;
    -webkit-text-stroke: 1px #005e15;
    letter-spacing: 2px;
    position: absolute;
    bottom: 10%;
    left: 52%;
}
/*京剧融合*/
.jjyl-fourFlower{
	/*background:url(../Imgs/public/subjectUnit-bg.jpg) no-repeat center;*/
	/*-webkit-background-size: 100% 100%;*/
	/*background-size: 100% 100%;*/
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
}
.jjyl-fourFlower .title{
	position: relative;
	z-index: 11;
	transition: all 1s ease;
	margin-bottom: 5%;
    width: 100vw;
    left: calc((970px - 100vw)/2);
    opacity: 0;
}
.jjyl-fourFlower .title span{
	display: block;
	width: 100%;
	height: auto;
	background-image: linear-gradient(to bottom, #fff 30%, #faec3f 70%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 3.8em;
    text-stroke:2px #000f7f;
    -webkit-text-stroke:2px #000f7f;
}
.jjyl-fourFlower .mc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-shadow: 0px 5px 5px rgb(6,0,1);
	z-index: -1;
	height: 100%;
}

/*京剧源流  大门*/
.cao-door{
	width: 100%;
	height: 100%;	
}
.cao-wall{
	position: fixed;
	top: 30%;
	left: 0;
	width: 100%;
	z-index: 8888;
}

.cao-wall-left{
	width: 36%;
	position: absolute;
	left: 0;
	background: #8c1c21;
	height: 600px;
	border-bottom: 5px solid #41210f;
	border-top: 5px solid #41210f;
	
}

.cao-wall-right{
	width: 36%;
	position: absolute;
	right: 0;
	background: #8c1c21;
	height: 600px;
	border-bottom: 5px solid #41210f;
	border-top: 5px solid #41210f;	
}

.cao-doors{
	z-index: 9999;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    left: 50%;
    margin-left: -50%;	
}
.doorclose{
	display: block;
	margin: 0 auto;
	height: 100%;
}
.cao-door-tit{
	position: absolute;
	font-size: 3em;
	top: -2em;
	z-index: 999999;
	text-align: center;
	width: 100%;
	color: #fff;
	font-family: "font01";
	font-weight: bold;
	display: none;
}
.cao-door-wenzi{
	-webkit-animation: door4 2s ease-in-out forwards;
	-ms-animation: door4 2s ease-in-out forwards;
	-moz-animation:door4 2s ease-in-out forwards;
	-o-animation: door4 2s ease-in-out forwards;
}

.cao-juzhao{
	position: fixed;
	width: 800px;
	height: 400px;	
    z-index: 9998;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -200px;
}
.cao-juzhao img{
	position: absolute;
	width: 300px;
	bottom: 150px;
	left: 50%;
	margin-left: -150px;
	opacity: 0;
	display: none;
	border: 5px solid #fff;	

}
.cao-door-problem-show{
    position: absolute;
    top: -0.9em;
    text-align: center;
    color: #fff;
    font-family: "font01";
    font-weight: bold;
    font-size: 2em;
    width: 100%;
    display: none;
}
.cao-door-problem span{
    position: absolute;
    width: 500px;
	bottom: 150px;
	left: 50%;
	margin-left:-250px;
	opacity: 0;
	display: none;
	font-size: 3em;
    z-index: 999999;
    text-align: center;
    color: #fff;
    font-family: "font01";
    font-weight: bold;

}

.cao-door-problem .problem1{
    -webkit-animation: door5 2s 2s ease-in-out  ;
	-ms-animation: door5 1.5s 2s ease-in-out forwards;
	-moz-animation: door5 1.5s 2s ease-in-out forwards;
	-o-animation: door5 1.5s 2s ease-in-out forwards;
}
.cao-door-problem .problem2{
    -webkit-animation: door6 2s 4s ease-in-out  ;
	-ms-animation: door6 2s 4s ease-in-out forwards;
	-moz-animation: door6 2s 4s ease-in-out forwards;
	-o-animation: door6 2s 4s ease-in-out forwards;
}
.cao-juzhao .imgq1{
	display:block;
	-webkit-animation: door1 1.5s 6s ease-in-out;
	-ms-animation: door1 1.5s 6s ease-in-out forwards;
	-moz-animation: door1 1.5s 6s ease-in-out forwards;
	-o-animation: door1 1.5s 6s ease-in-out forwards;
}
.cao-juzhao .imgq2{
	display:block;
	-webkit-animation: door2 1.5s 7.5s ease-in-out ;
	-ms-animation: door2 1.5s 7.5s ease-in-out forwards;
	-moz-animation: door2 1.5s 7.5s ease-in-out forwards;
	-o-animation: door2 1.5s 7.5s ease-in-out forwards;
	
}
.cao-juzhao .imgq3{
	display:block;
	-webkit-animation: door3 1.5s 9s ease-in-out ;
	-ms-animation: door3 1.5s 9s ease-in-out forwards;
	-moz-animation: door3 1.5s 9s ease-in-out forwards;
	-o-animation: door3 1.5s 9s ease-in-out forwards;	
}
.cao-juzhao .imgq4{
	display:block;
	-webkit-animation: door1 1.5s 10.5s ease-in-out  ;
	-ms-animation: door1 1.5s 10.5s ease-in-out forwards;
	-moz-animation: door1 1.5s 10.5s ease-in-out forwards;
	-o-animation: door1 1.5s 10.5s ease-in-out forwards;
}
.cao-juzhao .imgq5{
	display:block;
	-webkit-animation: door2 1.5s 12s ease-in-out ;
	-ms-animation: door2 1.5s 12s ease-in-out forwards;
	-moz-animation: door2 1.5s 12s ease-in-out forwards;
	-o-animation: door2 1.5s 12s ease-in-out forwards;
	
}
.cao-juzhao .imgq6{
	display:block;
	-webkit-animation: door3 1.5s 13.5s ease-in-out ;
	-ms-animation: door3 1.5s 13.5s ease-in-out forwards;
	-moz-animation: door3 1.5s 13.5s ease-in-out forwards;
	-o-animation: door3 1.5s 13.5s ease-in-out forwards;	
}
@-webkit-keyframes door1{
	0%{opacity: 0;-webkit-transform: scale(0.5);}
	100%{opacity: 1; -webkit-transform: scale(1);bottom:-170px;left: 90px;}
}
@-ms-keyframes door1{
	0%{opacity: 0;-ms-transform: scale(0.5);}
	100%{opacity: 1; -ms-transform: scale(1);bottom:-170px;left: 90px;}
}
@-moz-keyframes door1{
	0%{opacity: 0;-moz-transform: scale(0.5);}
	100%{opacity: 1; -moz-transform: scale(1);bottom:-170px;left: 90px;}
}
@-o-keyframes door1{
	0%{opacity: 0;-o-transform: scale(0.5);}
	100%{opacity: 1; -o-transform: scale(1);bottom:-170px;left: 90px;}
}
@-webkit-keyframes door2{
	0%{opacity: 0;-webkit-transform: scale(0.5);}
	100%{opacity: 1;display:block;-webkit-transform: scale(1);bottom:-170px;left: 400px;}
}
@-ms-keyframes door2{
	0%{opacity: 0;-ms-transform: scale(0.5);}
	100%{opacity: 1;display:block;-ms-transform: scale(1);bottom:-170px;left: 400px;}
}
@-moz-keyframes door2{
	0%{opacity: 0;-moz-transform: scale(0.5);}
	100%{opacity: 1;display:block;-moz-transform: scale(1);bottom:-170px;left: 400px;}
}
@-o-keyframes door2{
	0%{opacity: 0;-o-transform: scale(0.5);}
	100%{opacity: 1;display:block;-o-transform: scale(1);bottom:-170px;left: 400px;}
}
@-webkit-keyframes door3{
	0%{opacity: 0;-webkit-transform: scale(0.5);}
	100%{opacity: 1;display:block;-webkit-transform: scale(1);bottom:-170px;left: 710px;}
}
@-ms-keyframes door3{
	0%{opacity: 0;-ms-transform: scale(0.5);}
	100%{opacity: 1;display:block;-ms-transform: scale(1);bottom:-170px;left: 710px;}
}
@-moz-keyframes door3{
	0%{opacity: 0;-moz-transform: scale(0.5);}
	100%{opacity: 1;display:block;-moz-transform: scale(1);bottom:-170px;left: 710px;}
}
@-o-keyframes door3{
	0%{opacity: 0;-o-transform: scale(0.5);}
	100%{opacity: 1;display:block;-o-transform: scale(1);bottom:-170px;left: 710px;}
}
@-webkit-keyframes door4{
	0%{-webkit-transform: scale(1);}
	50%{-webkit-transform: scale(1.5);}
	100%{-webkit-transform: scale(1);}
}
@-ms-keyframes door4{
	0%{-ms-transform: scale(1);}
	50%{-ms-transform: scale(1.5);}
	100%{-ms-transform: scale(1);}
}
@-moz-keyframes door4{
	0%{-moz-transform: scale(1);}
	50%{-moz-transform: scale(1.5);}
	100%{-moz-transform: scale(1);}
}
@-o-keyframes door4{
	0%{-o-transform: scale(1);}
	50%{-o-transform: scale(1.5);}
	100%{-o-transform: scale(1);}
}
@-webkit-keyframes door5{
	0%{opacity: 0;-webkit-transform: scale(0.5);}
	60%{opacity: 1; -webkit-transform: scale(1);bottom:-50px;left: 160px;}
	70%{opacity: 1; -webkit-transform: scale(1);bottom:-50px;left: 160px;}
}
@-ms-keyframes door5{
	0%{opacity: 0;-ms-transform: scale(0.5);}
	60%{opacity: 1; -ms-transform: scale(1);bottom:-50px;left: 160px;}
	70%{opacity: 1; -ms-transform: scale(1);bottom:-50px;left: 160px;}
}
@-moz-keyframes door5{
	0%{opacity: 0;-moz-transform: scale(0.5);}
	60%{opacity: 1; -moz-transform: scale(1);bottom:-50px;left: 160px;}
	70%{opacity: 1; -moz-transform: scale(1);bottom:-50px;left: 160px;}
}
@-o-keyframes door5{
	0%{opacity: 0;-o-transform: scale(0.5);}
	60%{opacity: 1; -o-transform: scale(1);bottom:-50px;left: 160px;}
	70%{opacity: 1; -o-transform: scale(1);bottom:-50px;left: 160px;}
}

@-webkit-keyframes door6{
	0%{opacity: 0;-webkit-transform: scale(0.5);}
	60%{opacity: 1; -webkit-transform: scale(1);bottom:-50px;left: 710px;}
	70%{opacity: 1; -webkit-transform: scale(1);bottom:-50px;left: 710px;}
}
@-ms-keyframes door6{
	0%{opacity: 0;-ms-transform: scale(0.5);}
	60%{opacity: 1; -ms-transform: scale(1);bottom:-50px;left: 710px;}
	70%{opacity: 1; -ms-transform: scale(1);bottom:-50px;left: 710px;}
}
@-moz-keyframes door6{
	0%{opacity: 0;-moz-transform: scale(0.5);}
	60%{opacity: 1; -moz-transform: scale(1);bottom:-50px;left: 710px;}
	70%{opacity: 1; -moz-transform: scale(1);bottom:-50px;left: 710px;}
}
@-o-keyframes door6{
	0%{opacity: 0;-o-transform: scale(0.5);}
	60%{opacity: 1; -o-transform: scale(1);bottom:-50px;left: 710px;}
	70%{opacity: 1; -o-transform: scale(1);bottom:-50px;left: 710px;}
}
/*封面*/
.operabox{
	width: 100%;
	height: 100%;
}
.cao-fmbj{  
    opacity: 0.3;
    width: 40%;
    display: block;
    position: fixed;
    bottom: 20%;
    left: 50%;
    margin-left: -20%;
}
.cao-biaoti{      
    width: 35%;
    position: fixed;
    top: 15%;
    left: 50%;
    margin-left: -17%;
    display: none;
}
.cao-biaotis{      
    width: 35%;
    position: fixed;
    top: 18%;
    left: 50%;
    margin-left: -17%;
    /*display: none;*/
}

.opera-person{
	width: 1000px;
    display: block;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -600px;
    height: 100%; 
    
}
.opera_enter{
	width: 8%;
    display: block;
    position: fixed;
    top: 82%;
    left: 50%;
    margin-left: -4%;
    cursor:pointer;   
}
.opera-person img:nth-child(1){
	 position: absolute;
	 left: 116px;
	 width: 35%;
	 z-index: 0;
}
.opera-person img:nth-child(2){
	position: absolute;
	left: 242px;
	top: 73px;
	width: 35%;
	z-index: 10;
}
.opera-person img:nth-child(3){
	position: absolute;
	left: 424px;
	width: 35%;
	z-index: 0;
}
.opera-person img:nth-child(4){
	position: absolute;
	left:595px;
	top: 60px;
	width: 35%;
	z-index: 10;
}
.opera-person img:nth-child(5){
	position: absolute;
	left:735px;
	width: 35%;
	z-index: 0;
}

.cao-biaoti-ad{  
-webkit-animation: tit 2s linear 2;
-ms-animation: tit 2s linear 2;
-moz-animation: tit 2s linear 2;
-o-animation: tit 2s linear 2;
}

@-webkit-keyframes tit{
	0%{-webkit-transform: scale(1);opacity: 1;}
	20%{opacity:0.5 ;}
	40%{-webkit-transform: scale(1.5);opacity: 0;}
	60%{opacity: 0.5;}
	80%{opacity: 0.8;}
	100%{-webkit-transform: scale(1);opacity: 1;}
}
@-ms-keyframes tit{
	0%{-ms-transform: scale(1);opacity: 1;}
	20%{opacity:0.5 ;}
	40%{-ms-transform: scale(1.5);opacity: 0;}
	60%{opacity: 0.5;}
	80%{opacity: 0.8;}
	100%{-ms-transform: scale(1);opacity: 1;}
}
@-moz-keyframes tit{
	0%{-moz-transform: scale(1);opacity: 1;}
	20%{opacity:0.5 ;}
	40%{-moz-transform: scale(1.5);opacity: 0;}
	60%{opacity: 0.5;}
	80%{opacity: 0.8;}
	100%{-moz-transform: scale(1);opacity: 1;}
}
@-o-keyframes tit{
	0%{-o-transform: scale(1);opacity: 1;}
	20%{opacity:0.5 ;}
	40%{-o-transform: scale(1.5);opacity: 0;}
	60%{opacity: 0.5;}
	80%{opacity: 0.8;}
	100%{-o-transform: scale(1);opacity: 1;}
}


.door_lightbox1{
	position: absolute;
	width: 28px;
	height: 28px;
	background:#f39800;
	top: 57%;
	left: 50%;
	margin-left: -45px;
	border-radius: 50%;
	border: 4px solid #41210f;
	-webkit-animation:faguang 2s linear infinite ;
	animation:faguang 2s linear infinite ;
    -ms-animation:faguang 2s linear infinite ;
}
.door_lightbox2{
	position: absolute;
	width: 28px;
	height: 28px;
	background:#f39800;
	top: 57%;
	left: 50%;
	margin-left: 15px;
	border-radius: 50%;
	border: 4px solid #41210f;
    -webkit-animation:faguang 2s linear infinite ;
	animation:faguang 2s linear infinite ;
	-ms-animation:faguang 2s linear infinite ;
}
@-webkit-keyframes faguang{
	0%{/*-webkit-transform: scale(0.5);opacity: 0;*/
		-webkit-box-shadow: 0px 0px 0px 0px rgba(243, 152, 0, 0.21);	
		box-shadow: 0px 0px 0px 0px rgba(243, 152, 0, 0.21);		
		}
	50%{/*-webkit-transform: scale(1.5);opacity: 0.8;*/
		-webkit-box-shadow: 0px 0px 10px 3px rgba(243, 152, 0, 0.81);	
		box-shadow: 0px 0px 10px 3px rgba(243, 152, 0, 0.81);						
		}
	100%{/*-webkit-transform: scale(1.5);opacity: 0;*/
		-webkit-box-shadow: 0px 0px 0px 0px rgba(243, 152, 0, 0.21);
	
		box-shadow: 0px 0px 0px 0px rgba(243, 152, 0, 0.21);
		
		}
}
@-ms-keyframes faguang{
	0%{/*-webkit-transform: scale(0.5);opacity: 0;*/
		-ms-box-shadow: 0px 0px 0px 0px rgba(243, 152, 0, 0.21);		
		box-shadow: 0px 0px 0px 0px rgba(243, 152, 0, 0.21);		
		}
	50%{/*-webkit-transform: scale(1.5);opacity: 0.8;*/
		-ms-box-shadow: 0px 0px 10px 3px rgba(243, 152, 0, 0.81);
		box-shadow: 0px 0px 10px 3px rgba(243, 152, 0, 0.81);						
		}
	100%{/*-webkit-transform: scale(1.5);opacity: 0;*/
		-ms-box-shadow: 0px 0px 0px 0px rgba(243, 152, 0, 0.21);		
		box-shadow: 0px 0px 0px 0px rgba(243, 152, 0, 0.21);		
		}
}


#uploadname {
    width: 100px;
    overflow: hidden;
    margin: 0 auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff799;
    font-family: 'haibao';
    font-weight: 400;
    font-size: 1.2em;
	text-stroke:1px #005e15;
    -webkit-text-stroke:1px #005e15;
}




.colors{
    color:blue!important; 
}

.video_box{
    position: fixed;
    top: 20%;
    left: 50%;
    z-index: 55555;
    /* display: block; */
    margin-left: -25%;
    width: 50%;
    background: #e2e0e0;
}
.video_m{
    box-shadow: 0px 0px 5px #78746c;
    width:100%;
}
.video_top{
    text-align: center;
    background: #ef7800;
    line-height: 35px;
    color: #fff;
}

.cao-students-tit{
	border-bottom: 3px solid #a40000;
	overflow: hidden;
	width: 100%;
	padding-bottom: 10px;
}
.cao-students-tit2 {
    border-top: 3px solid #a40000;
    overflow: hidden;
    width: 100%;
    padding-bottom: 10px;
    margin-top:1em;
}
.cao-students-tit li{
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #e33c00;
	text-align: center;
	width: 14.1%;
}
.cao-students-tit2 li{
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #e33c00;
	text-align: center;
	width: 14.1%;
    margin-top:.8em;
}
.cao-table-img22{
	width: 60px;
    height: 60px;
    margin: 5px auto;  
    border-radius: 50%;
    background: url(../imgs/public/answer-bg01h.png) center no-repeat;
    background-size: contain;
    font-size: 12px;
    text-align: center;
    padding-top: 12px;
}
.w90{
	width: 90%;
	margin-left: -45%;
}
.h18{
	height: 80%;
}
.cao_all_clear{
    position: absolute;
    right: 16px;
    bottom: -20px;
    padding: 8px 20px;
}

.p16{
     padding: 5px 15px;
}
.whitecolor{
    color:#fff!important;
}
.whitecolor tr>td:first-child{
    color:#e44000;
}
.cao_mr10{
    margin-right:10px!important;
}

/*2017/6/20*/
.links_tab{
	overflow: hidden;
}
.links_tab li{
	float: left;
    color: #431801;
    width: 50%;
    letter-spacing: 8px;
    text-align: center;
    line-height: 30px;
    font-size: 1.4rem;
    cursor: pointer;
}
.links_tab .cur{
}

/*备课笔记*/
.Preparing_notes{
	width: 90%;
	margin: auto;
	height: 100%;
	padding: 0 2%;
}

/*.Preparing_notes>h5{
	color: #431801;
	font-size: 1.4em;
	font-weight: bold;
}*/
.Preparing_notes .student-notes-content{
	font-family: 'haibao';
	font-size: 1em;
	color: #431801;
	line-height: 1.2em;
	width: 95%;
	margin-left: 2.5%;
	text-align: justify;
}
.notes_area{
	width: 95%;
	margin-left: 2.5%;
	margin-top: 0.5em;
	height: 50%;
	padding-left: 2%;
	font-size: 1.2em;
	color: #431801;
	font-family: 'haibao';
	border: 1px solid #eee;
	border-top: 2px solid #eee;
}
.Preparing_btnbox{
	width: 60%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30%;
}
.Preparing_btnbox a:first-child{
	float: left;
	padding: 5px 2em;
    border-radius: 15px;
    background: url(../imgs/public/green.png) no-repeat;
    background-size: 100% 100%;
    font-family: 'haibao';
    color: #fff799;
    font-size: 1.5em;
    text-stroke: 1px #005e15;
    -webkit-text-stroke: 1px #005e15;
}
.Preparing_btnbox a:last-child{
	float: right;
	border-radius: 15px;
    background: url(../imgs/public/red.png) no-repeat center;
    background-size: 100% 100%;
    padding: 5px 2em;
    font-family: 'haibao';
    font-size: 1.5em;
    color: #fff799;
    text-stroke: 1px #7d0000;
    -webkit-text-stroke: 1px #7d0000;
}
.Preparing_btnbox a:active{
	    background: url(../imgs/public/score_topbgR.png) repeat-x;
	    background-size:contain ;
}
.Preparing_notesBot{
	background: #f6b400;
    height: 24%;
    display: flex;
    justify-content:space-around;
    align-items: center;
   
}
.Preparing_notesBot a{
	padding: 8px 2em;
    border-radius: 10px;
    background: url(../imgs/public/close_bg.png) repeat-x;
    background-size: contain;
    color: #431816;  
}
.Preparing_notesBot a:active{
	    background: url(../imgs/public/score_topbgR.png) repeat-x;
	    background-size:contain ;
}
.cao-notes-con{
	height: 100%;
}

.cao-notes-con li{
	height: 100%;
	position: relative;
	display: none;
}
.cao-notes-con li:first-child{
	display: block;
}
.Preparing_notes .notes_common_content{
	margin-top: 1em;
	height: 81%;
    overflow-y: scroll;
    color: #431801;
}

/*大门剧照*/
.door_album{
	position: fixed;
    top: 15vh;
    left: 50%;
    z-index: 99999;
    width: 80%;
    margin-left: -40%;
    height: auto;
    padding: 1em 0;
    
    background:#f6af00;
    border-radius: 15px; 
    visibility: hidden;
}
.img_ul>li{
	text-align: center;
}
.img_ul img{
	width: 60%;	
}
#play {
    width: 90%;
    position: relative;
    overflow: hidden;
    margin: 5px auto;
   /* display: none*/
}
#play .change_a {
	width: 40%;
	height:70%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(about:blank);
}

#play .prev_a {
left: 0;
}

#play .next_a {
right: 0
}

#play .change_a span {
width: 60px;
height: 70px;
display: block;
position: absolute;
top: 50%;
margin-top: -30px;
display: none
}

#play .prev_a span {
background: url(../imgs/public/left333.png) no-repeat;
left: 0;
}

#play .next_a span {
background: url(../imgs/public/right3333.png) no-repeat;
right: 0;
}

#play .img_ul {
position: relative;
z-index: 1;
}

.img_hd {
width: 60%;
overflow: hidden;
padding: 2px 0;
margin:auto;

}

.img_hd ul {
float: left;
z-index: 1;
overflow: hidden;
}

.img_hd ul li {
float: left;
width: 272px;
cursor: pointer;
margin: 0 2px;
overflow: hidden;
padding: 1px;
text-align: center;
background: #FFFFFF;
}

.img_hd ul li img {
display: block;
/*height: 65px;*/
margin: 5px auto;
width: 98%;
}

.img_hd ul li.on {
background: #f9c800;
}

.imgBoxList {
width: 90%;
overflow: hidden;
float: left;
}

.img_hd .prev_a {
background: url(../imgs/public/left3.png) no-repeat;
background-size: contain;
float: left;
width: 40px;
height: 90px;
display: block;
cursor: pointer;
margin-top:1.7em;

}

.img_hd .next_a {
    background: url(../imgs/public/right3.png) no-repeat;
    background-size: contain;
    float: left;
    width: 40px;
    height: 90px;
    display: block;
    cursor: pointer;
    margin-top:1.7em;  
    margin-left: 4px;
}

.z-img {
width: 100%;
margin-top: 3em;
}

.cao-album-close{
	display: block;
    background: url(../imgs/public/close_bg.png) repeat-x;
    width: 50px;
    height: 50px;
    font-size: 2em;
    background-size: 1px 100%;
    border-radius: 15px;
    position: absolute;
    right: 5px;
    top: 3px;
    text-align: center;
    color: #fff799;
    line-height: 45px;
    font-family: font01;
    cursor: pointer;
}

.cao-album-cur{
	position:fixed!important;
	top:60vh!important;
	height:auto!important;
	background:rgba(230, 230, 231, 0.79);
}

.cao-album-top{
	margin-top: 0!important;
}

.album_tit{
	text-align: center;
	margin: 1em 0;
}
.album_con{
	text-align: left;
	line-height: 2em;
	width: 90%;
	margin: 1em auto;
    overflow-y: scroll;
    height: 6em;
}

.cao-fan-con>li>img{
	display: block;
	margin:1em auto;
    max-width:95%;
}

.fan_fangda{
	background: rgba(0,0,0,0.7);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: none;
	justify-content: center;
	align-items: center; 
}

.fan_fangda img{
	width: 60%;
}
.fan_fangda_close{
	color: #fff;
	position: absolute;
	right: 18%;
	top: 15%;
	font-size: 1.6em;
}

/*右下角菜单*/
	.right-bottom-menu{
		position: fixed; 
		right: 20px; 
		bottom: 20px; 
		z-index: 50;
	}
	.right-bottom-menu >div{
		margin: 0.5em 0;
	}
              .pagepauseAdd{
                    background: url(../imgs/pause.png) no-repeat center;
                    width:56px;
                    height:56px;
                    background-size:contain;
                    cursor:pointer;
                }
                .pagemuteAdd {
                    background: url(../imgs/sound.png) no-repeat center;
                    width: 56px;
                    height: 56px;
                    background-size: contain;
                     cursor:pointer;
                }
                .pagestopAdd{
                    background: url(../imgs/stop.png) no-repeat center;
                    width: 56px;
                    height: 56px;
                    background-size: contain;
                     cursor:pointer;
                }
                .pagepause{
                    background: url(../imgs/play.png) no-repeat center;
                    width: 56px;
                    height: 56px;
                    background-size: contain;
                    cursor:pointer;
                }
                .pagemute{
                    background: url(../imgs/mute.png) no-repeat center;
                    width: 56px;
                    height: 56px;
                    background-size: contain;
                    cursor:pointer;
                }
                .pagehelpAdd{
                    background: url(../imgs/help.png) no-repeat center;
                    width: 56px;
                    height: 56px;
                    background-size: contain;
                    cursor:pointer;
                }

                .stop_people{
                    -webkit-animation: "";
                    animation:"";
                }

                .img_hd .preva_cur{
	    background: url(../imgs/public/left3stop.png) no-repeat;
}

.img_hd .nexta_cur{
	    background: url(../imgs/public/right3stop.png) no-repeat;
}

.has_done{
    background: url(../imgs/public/answer-bg01.png) center no-repeat;
    background-size: contain;
}

.cao-menu-con-left li .menu_selected {
    /*box-shadow: 0 0px 9px 4px #fff;*/
    -webkit-filter: contrast(50%);
    filter: contrast(50%);
}
.banquan{
    flex-direction: column;
    display: flex;
    text-align: left;
    margin-top: 48vh;
    align-items: center;
}
.banquan h5{
	color: #f8dbde;
	font-size: 2em;
	font-family: font01;
	margin-top: .7em;
}
.menu_tap{
    overflow:hidden;
}
.menu_tap > span {
   display: block;
    background: url(../imgs/public/menu_tabr.png) repeat-x;
    width: 130px;
    line-height: 36px;
    font-family: font01;
    color: #fff799;
    font-size: 1.3em;
    background-size: 1px 100%;
    border-radius: 10px;
    text-align: center;
    background-size: 1px 100%;
    margin: 4px 0em 4px 3em;
    float:left;
}


.fan_fangda2{
	background: rgba(0,0,0,0.7);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: none;
	justify-content: center;
	align-items: center; 
}

.fan_fangda2 embed{
	height: 80%;
	width: 80%;
}

.fan_fangda_close2{
	color: #fff;
	position: absolute;
	right: 10%;
	top: 5%;
	font-size: 1.6em;
}
.progress {
    height: 18px;
    margin-bottom: 18px;
    overflow: hidden;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top,#f5f5f5,#f9f9f9);
    background-image: -ms-linear-gradient(top,#f5f5f5,#f9f9f9);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f9f9f9);
    background-image: -o-linear-gradient(top,#f5f5f5,#f9f9f9);
    background-image: linear-gradient(top,#f5f5f5,#f9f9f9);
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f5f5f5',endColorstr='#f9f9f9',GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress-warning.progress-striped .bar {
    background-color: #fbb450;
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.progress-striped .bar {
    background-color: #149bdf;
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
    background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress .bar {
    width: 0;
    height: 18px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top,#149bdf,#0480be);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));
    background-image: -webkit-linear-gradient(top,#149bdf,#0480be);
    background-image: -o-linear-gradient(top,#149bdf,#0480be);
    background-image: linear-gradient(top,#149bdf,#0480be);
    background-image: -ms-linear-gradient(top,#149bdf,#0480be);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#149bdf',endColorstr='#0480be',GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -ms-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.link_table select{
    border: none;
    margin-left: .5em;
    height: 24px;
    line-height: 24px;
    font-size: .8em;
	font-family: 'dfps';
    border:1px solid  #fced8b;
    outline: none;
}
.wailian_count6{
	width: 2em;
}
.wailian_count6>a{
    overflow: hidden;
    width: 100px;
    display: block;
    text-align: center;
    white-space: nowrap;
    margin: auto;
    text-overflow: ellipsis;
    font-size:.8em;
}
.wailian_count6>a>div.top-top{
	display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.count-box table td{
    height:60px;    
}
.count-all>ul>li>img,.count-detail>ul>li>img{
    width:20px;
    margin-left:5px;
    margin-top:-2px;
}
#subjectUnit{
	position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 150;
	display: none;
}

/*京剧源流第二课传统京剧的改良*/
ul[data-name="jjyl_gl"]{
	font-family: '方正少儿简体',fzsejt;
}
/*猜一猜图中的表演是什么*/
.jjyl_gl-story{
	width: 100%;
	height: 100%;
	text-align: center;
}
.jjyl_gl-story .title{
	position: relative;
	top: 9vh;
	z-index: 11;
	opacity: 0;
	transition: all 1s ease;
	padding-left: 4em;
}
.jjyl_gl-story .title span{
	display: block;
	width: 100%;
	height: auto;
	background-image: linear-gradient(to bottom, #fff 30%, #faec3f 70%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 4em;
    text-stroke:2px #000f7f;
    -webkit-text-stroke:2px #000f7f;
}
.jjyl_gl-story .mc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-shadow: 0px 6px 10px rgb(6,0,1);
	z-index: -1;
	height: 100%;
	padding-left: 4em;
}
.jjyl_gl-story .body {
	position: relative;
	top: 17vh;
}
.jjyl_gl-story .body ul li img{
	height: 52vh;
	cursor: pointer;
}
.jjyl_gl-story .img-msg{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 88;
	width: 90%;
	height: 80%;
	transform: translate(-50%,-50%);
	padding: 7% 9%;
	background: url(../Imgs/public/landingbg.png) no-repeat center;
	background-size: 100% 100%;
	display: none;
}
.jjyl_gl-story .img-msg .cao-menu-close{
	right: 100px;
	top: 70px;
}
.jjyl_gl-story .img-msg img{
	width: 0;
	height: auto;
}
.jjyl_gl-story .img-msg-text{
	position: relative;
}
.jjyl_gl-story .img-msg-text span{
	display: block;
	width: 100%;
	height: auto;
	background-image: linear-gradient(to bottom, #fff 30%, #faec3f 70%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 2em;
    text-stroke:1px #000f7f;
    -webkit-text-stroke:1px #000f7f;
}
.jjyl_gl-story .img-msg-text .mc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-shadow: 0px 3px 3px rgb(6,0,1);
	z-index: -1;
	height: 100%;
}
/*四郎探母*/
.jjyl_gl-ExploreTheMother{
	width: 100%;
	height: 100%;
	text-align: center;
}
.jjyl_gl-ExploreTheMother .title{
	position: relative;
	top: 9%;
	z-index: 11;
	opacity: 0;
	transition: all 1s ease;
	cursor: pointer;
}
.jjyl_gl-ExploreTheMother span{
	display: block;
	width: 100%;
	height: auto;
	background-image: linear-gradient(to bottom, #fff 30%, #faec3f 70%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 4em;
    text-stroke:2px #000f7f;
    -webkit-text-stroke:2px #000f7f;
}
.jjyl_gl-ExploreTheMother .mc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-shadow: 0px 6px 10px rgb(6,0,1);
	z-index: -1;
	height: 100%;
}
.jjyl_gl-ExploreTheMother .img{
	position: relative;
	top: 16%;
}
.jjyl_gl-ExploreTheMother .img img{
	height: 53vh;
	cursor: pointer;
}
.jjyl_gl-ExploreTheMother .title-msg{
	height: auto;
	width: 80%;
	background-color: #addbe9;
	border: 1em solid #000f7f;
	position: absolute;
	top: 25%;
	left: 10%;
	padding-left: 4em;
	padding-bottom: 4em;
	text-align: left;
	display: none;
}
.jjyl_gl-ExploreTheMother .title-msg .header{
	margin-top: 3em;
	position: relative;
	z-index: 11;
}
.jjyl_gl-ExploreTheMother .title-msg .header span{
	font-size: 3.8em;
}
.jjyl_gl-ExploreTheMother .title-msg .body{
	margin-top: 1.8em;
	position: relative;
	z-index: 11;
}
.jjyl_gl-ExploreTheMother .title-msg .body span{
	font-size: 2.3em;
}
/*大胆创新的海派京剧*/
.jjyl_gl-innovate{
	width: 100%;
	height: 100%;
	text-align: center;
}
.jjyl_gl-innovate .title{
	position: relative;
	top: 9%;
	z-index: 11;
	opacity: 0;
	transition: all 1s ease;
	cursor: pointer;
}
.jjyl_gl-innovate span{
	display: block;
	width: 100%;
	height: auto;
	background-image: linear-gradient(to bottom, #fff 30%, #faec3f 70%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 5.8em;
    text-stroke:2px #000f7f;
    -webkit-text-stroke:2px #000f7f;
}
.jjyl_gl-innovate .mc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-shadow: 0px 6px 10px rgb(6,0,1);
	z-index: -1;
	height: 100%;
}
.jjyl_gl-innovate .imglist{
	position: relative;
	top: 16%;
}
.jjyl_gl-innovate .imglist img{
	height: 53vh;
	cursor: pointer;
}
.jjyl_gl-innovate .imglist ul{
	position: relative;
}
.jjyl_gl-innovate .imglist ul li{
	position: absolute;
	display: none;
	left: 50%;
    transform: translateX(-50%);
}
.jjyl_gl-innovate .imglist ul li:first-child{
	display: block;
}
/*京剧大师的生活照*/
.jjyl_gl-lifePhoto{
	width: 100%;
	height: 100%;
	text-align: center;
}
.jjyl_gl-lifePhoto .title{
	position: relative;
	top: 12%;
	z-index: 11;
	opacity: 0;
	transition: all 1s ease;
	cursor: pointer;
}
.jjyl_gl-lifePhoto span{
	display: block;
	width: 100%;
	height: auto;
	background-image: linear-gradient(to bottom, #fff 30%, #faec3f 70%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 6em;
    text-stroke:2px #000f7f;
    -webkit-text-stroke:2px #000f7f;
}
.jjyl_gl-lifePhoto .mc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-shadow: 0px 6px 10px rgb(6,0,1);
	z-index: -1;
	height: 100%;
}
.jjyl_gl-lifePhoto .imglist{
	position: relative;
	top: 28%;
	text-align: center;
}
.jjyl_gl-lifePhoto .imglist img{
	width: 20%;
	cursor: pointer;
	display: inline-block;
	margin: 0 1em;
}
/*京剧大师的详细介绍*/
.jjyl_gl-lifePhoto-msg{
	width: 100%;
	height: 100%;
	display: none;
}
.jjyl_gl-lifePhoto-msg >div{
    margin-top: 12%;
    display: inline-block;
    height: 68vh;
    vertical-align: middle;
}
.jjyl_gl-lifePhoto-msg .lf{
	width: 52%;
	text-align: right;
}
.jjyl_gl-lifePhoto-msg img{
	height: 60vh;
}
.jjyl_gl-lifePhoto-msg .rg{
	width: 46%;
	padding-left: 4%;
}
.jjyl_gl-lifePhoto-msg .rg span{
	display: block;
	width: 100%;
	height: auto;
	background-image: linear-gradient(to bottom, #fff 30%, #faec3f 70%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 5.8em;
    text-stroke:2px #000f7f;
    -webkit-text-stroke:2px #000f7f;
}
.jjyl_gl-lifePhoto-msg .rg .mc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-shadow: 0px 6px 10px rgb(6,0,1);
	z-index: -1;
	height: 100%;
}
.jjyl_gl-lifePhoto-msg .rg .header{
	margin-top: 1em;
	position: relative;
	z-index: 11;
}
.jjyl_gl-lifePhoto-msg .rg .header span{
	font-size: 3.8em;
}
.jjyl_gl-lifePhoto-msg .rg .body{
	margin-top: 1.3em;
	position: relative;
	z-index: 11;
}
.jjyl_gl-lifePhoto-msg .rg .body span{
	font-size: 2.3em;
}
/*慷慨激昂的现代京剧*/
.jjyl_gl-modern{
	width: 100%;
	height: 100%;
	text-align: center;
}
.jjyl_gl-modern .title{
	position: relative;
	top: 12%;
	z-index: 11;
	opacity: 0;
	transition: all 1s ease;
	cursor: pointer;
}
.jjyl_gl-modern span{
	display: block;
	width: 100%;
	height: auto;
	background-image: linear-gradient(to bottom, #fff 30%, #faec3f 70%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 5.8em;
    text-stroke:2px #000f7f;
    -webkit-text-stroke:2px #000f7f;
}
.jjyl_gl-modern .mc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-shadow: 0px 6px 10px rgb(6,0,1);
	z-index: -1;
	height: 100%;
}
.jjyl_gl-modern .img{
	position: relative;
	top: 15%;
}
.jjyl_gl-modern .img img{
	height: 52vh;
	cursor: pointer;
}
.jjyl_gl-modern .title-msg{
	height: auto;
	width: 80%;
	background-color: #addbe9;
	border: 1em solid #000f7f;
	position: absolute;
	top: 25%;
	left: 10%;
	padding-left: 4em;
	padding-bottom: 4em;
	text-align: left;
	display: none;
}
.jjyl_gl-modern .title-msg .header{
	margin-top: 3em;
	position: relative;
	z-index: 11;
}
.jjyl_gl-modern .title-msg .header span{
	font-size: 4.8em;
}
.jjyl_gl-modern .title-msg .body{
	margin-top: 1.8em;
	position: relative;
	z-index: 11;
	top: 0;
}
.jjyl_gl-modern .title-msg .body span{
	font-size: 2.3em;
}
/*京剧源流第三课传统京剧的创新*/
ul[data-name="jjyl_cx"]{
	font-family: '方正少儿简体',fzsejt;
}
ul[data-name="jjyl_cx"] .title{
	position: relative;
	top: 10vh;
	z-index: 11;
	font-size: 0.8rem;
	/*display: none;*/
}
ul[data-name="jjyl_cx"] .title span{
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	background-image: linear-gradient(to bottom, #fff 30%, #faec3f 70%);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 4.8em;
	text-stroke:2px #000f7f;
  -webkit-text-stroke:2px #000f7f;
}
ul[data-name="jjyl_cx"] .title .mc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-shadow: 0px 5px 5px rgb(6,0,1);
	z-index: -1;
	height: 100%;
}

/*天蟾舞台*/
.jjyl_cx-stage .shBox .s,.jjyl_cx-stage .shBox .h{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 75vw;
	height: 65vh;
    text-align: center;
}
.jjyl_cx-stage .shBox .s >img{
	width: 100%;
	height: 100%;
    cursor: pointer;
}
.jjyl_cx-stage .shBox .h{
	display: none;
}
.jjyl_cx-stage .shBox .h>img{
	width: 90%;
	height: 100%;
}
.jjyl_cx-stage .shBox .h .person{
	position: absolute;
	right: -3vw;
	bottom: 4vh;
}
.jjyl_cx-stage .shBox .h .person>img{
	height: 30vh;
	cursor: pointer;
}
.jjyl_cx-stage .shBox .h .person span{
	background: url(../imgs/public/caodialogo2.png)no-repeat center;
    background-size: 100% 100%;
    padding: 2%;
	position: absolute;
    left: -30vw;
    top: -2vh;
    padding-bottom: 12%;
    width: 33vw;
	display: none;
}
.jjyl_cx-stage .shBox .h .person span img{
    width: 1.5em;
    cursor: pointer;
}
.jjyl_cx-stage .video{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 88;
    width: 90%;
    height: auto;
    transform: translate(-50%,-50%);
    padding: 7% 9%;
    background: url(../Imgs/public/landingbg.png) no-repeat center;
    background-size: 100% 100%;
    display: none;
}
.jjyl_cx-stage .video video{
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    transform: none;
}
.jjyl_cx-stage .cao-menu-close{
    right: 99px;
    top: 65px;
}
/*华丽的戏衣*/
.jjyl_cx-stageCostume .firstImg{
	width: 100vw;
	height: 100vh;
}
.jjyl_cx-stageCostume .firstImg img{
	width: 100%;
	height: 100%;
}
.jjyl_cx-stageCostume .firstImg ul{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.jjyl_cx-stageCostume .firstImg ul li{
	background: url(../Imgs/unit03/text_bg.png) no-repeat center/100% 100%;
	/* font-size: 2em; */
	width: 16em;
	padding: 0.3em 1.2em;
	margin: 10vh 0;
	cursor: pointer;
}
.jjyl_cx-stageCostume  .imgBox{
    text-align: center;
    display: none;
}
.jjyl_cx-stageCostume  .imgBox>div img{
    display: inline-block;
    margin-right: 5vw;
}
.jjyl_cx-stageCostume  .imgBox>div img:last-child{
	margin-right: 0;
}
.jjyl_cx-stageCostume .one>div img{
	width: 35vw;
}
.jjyl_cx-stageCostume .one{	
	margin-top: 22vh;
}
.jjyl_cx-stageCostume .two{
	margin-top: 18vh;
}
.jjyl_cx-stageCostume .two>div img{
	max-width: 28vw;
	max-height: 50vh;
}
.jjyl_cx-stageCostume  .imgBox>div.box2{
    display: none;
}
.jjyl_cx-stageCostume .three{
	margin-top: 20vh;
}
.jjyl_cx-stageCostume .three .word{
    width: 13.5em;
	position: relative;
	text-align: center;
	display: inline-block;
	font-size: 3em;
}
.jjyl_cx-stageCostume .three .word img{
    position: absolute;
    left: -2vw;
    /* top: -2vw; */
    width: 2em;
    z-index: 55;
}
.jjyl_cx-stageCostume .three .word ul{
	height: 4.6em;
	overflow: hidden;
	width: 100%;
}
.jjyl_cx-stageCostume .three .word ul li,.jjyl_cx-word .wordBox {
	position: relative;
}
.jjyl_cx-stageCostume .three .word ul li span.colors{
	color: #6295f4;
}
.jjyl_cx-stageCostume .three .word ul li span,.jjyl_cx-word .wordBox span{
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	background-image: linear-gradient(to bottom, #fff 15%, #faec3f 70%);
	-webkit-background-clip: text;
	color: transparent;
	text-stroke:2px #000f7f;
  	-webkit-text-stroke:2px #000f7f;
	cursor: pointer;
}
.jjyl_cx-word .wordBox span{
	font-size: 2.8em;
	margin-bottom: 0.1em;
}
.jjyl_cx-stageCostume .three .word ul li .mc,.jjyl_cx-word .wordBox .mc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-shadow: 0px 3px 5px rgb(6,0,1);
	z-index: -1;
	height: 100%;
}
.jjyl_cx-word .wordBox .mc{
	padding-left: 2.3em;
}
/*“梅派”的特殊咬字和行腔*/
.jjyl_cx-word #title span{
	font-size: 4.5rem;
} 
.jjyl_cx-word .wordBox{
	top: 17vh;
	padding-left: 2.3em;
}
.jjyl_cx-word .jjyl_cx_recorder{
	position: absolute;
	bottom: 10em;
	left: 20em;
}
/*《大唐贵妃》的艺术特点*/
.jjyl_cx-feature .title >div{
	position: relative;
}
.jjyl_cx-feature >.title >div span{
	font-size: 4.5em;
}
.jjyl_cx-feature .flower{
    margin-top: 22vh;
    text-align: center;
    position: relative;
}
.jjyl_cx-feature .flower .textBox{
	position: absolute;
	top: -16vh;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-100%);
}
.jjyl_cx-feature .flower li{
    margin-right: 5vw;
    width: 15vw;
    cursor: pointer;
    overflow-x:hidden; 
    display: inline-block;
}
.jjyl_cx-feature .flower li:last-child{
    margin-right:0;
}
.jjyl_cx-feature .flower li img{
    width: 400%;
}

/* 京剧行当 */
/* 猜猜他是谁 */
.jjhd-who .pic_box{
	position: relative;
}
.jjhd-who .pic_box>img{
	height: 52vh;
	position: absolute;
	top: 7em;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer; 
}
/* 生行 三个小人 */
.jjhd-threePeople img{
	cursor: pointer; 
}
.jjhd-sh-wrap-bg{
	width: 100%;
	height: 100%;
	background: url(../Imgs/public/subjectUnitClass-bg.jpg) no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.jjhd-ls-bg{
	width: 100%;
	height: 100%;
	background: url(../Imgs/public/subjectUnit-bg.jpg) center center / 100% 100% no-repeat;
}
/* 标题 */
.jjhd-sh-wrap>.title-wrap span{
	font-size: 3em;
}
.jjhd-sh-wrap .title-margin-top{
	margin-top: .5em;
}
/* 三个小人 */
.jjhd-three-people{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: absolute;
	bottom: 8em;
	left: 0;
}
.jjhd-three-people .jjhd-sh-ls img:last-child{
	width: 12em;
}
.jjhd-three-people .jjhd-sh-xs img:last-child{
	width: 15em;
}
.jjhd-three-people .jjhd-sh-ws img:last-child{
	width: 20em;
}
.jjhd-three-people>div{
	position: relative;
}
.jjhd-three-people>div>img:last-child{
	position: relative;
}
/* 老生 */
.jjhd-ls,.jjhd-xs,.jjhd-ws{
	display: none;
}
/* 返回 */
.jjhd-lxw-return{
	text-align: right;
	padding: 2em 1em;
}
.jjhd-lxw-return>img{
	width: 3em;
	height: auto
}
/* 老生&视频 */
.jjhd-lxw-wrap{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.jjhd-lxw-peopleWrap{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.jjhd-lxw-peopleWrap>p{
	background: url(../imgs/public/menu_tabl.png) no-repeat center;
	background-size: 100% 100%;
	width: 200px;
	line-height: 55px;
	color: #fff;
	font-family: 'haibao';
	font-size: 1.5em;
	text-align: center;
	text-stroke: 1px #a6610d;
	-webkit-text-stroke: 1px #a6610d;
	margin-top: .8em;
	cursor: pointer;
}
.jjhd-lxw-video,.lxw-jz{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.jjhd-lxw-wrap .jjhd-lxw-people{
	position: relative;
}
.jjhd-lxw-wrap .jjhd-lxw-people img:last-child{
	width: 12em;
	position: relative;
}
.jjhd-lxw .img{
	width: 33em;
}
.jjhd-lxw .img>img{
	width: 100%;
}
.jjhd-lxw .img>video{
	display: none;
	width: 100%;
}
/* 文字 */
.jjhd-lxw-text{
	display: none;
	background: #addbe9;
	border: 10px solid #000f7f;
	width: 41em;
	height: 25em;
	padding: 2em;
	position: relative;
}
.jjhd-lxw-text>.title-wrap{
	top: 0;
}
.jjhd-lxw-text>.title-wrap span{
	font-size: 2em;
	text-align: left;
	margin-top: .5em;
	background-image: linear-gradient(to bottom, #fff 8%, #faec3f 70%);
}
.jjhd-lxw-text>.title-wrap>.mc{
	top: -1em;
}
.jjhd-lxw-text .cao-menu-close{
	top: 0;
	right: 0;
}
/* 老生剧照 */
.jjhd-ls-jz,.jjhd-xs-jz,.jjhd-ws-jz{
	display: none;
}
.jjhd-lxw-jz .lxw-jz{
	flex-wrap: wrap;
	justify-content: center;
	width: 76%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.jjhd-lxw-jz .lxw-jz li{
	width: 34%;
	margin: .3em .3em;
	text-align: center;
}
.jjhd-lxw-jz .lxw-jz img{
	width: 100%;
	height: auto;
	cursor: auto;
}

/* 京剧大师 */
.jjhd-jjds-wrap>.title-wrap span{
	font-size: 6.5em;
	background-image: linear-gradient(to bottom, #fff 17%, #faec3f 70%);
}
.jjhd-jjds-wrap .jjds-wrap{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	margin-top: 2em;
	padding: 0 2em;
}
.jjhd-jjds-wrap .jjds-wrap>li{
	width: 33%;
	padding: 0 .5em;
}
.jjds-wrap>li img{
	width: 100%;
	cursor: pointer;
}
/* 京剧大师 老生 */
.jjds-ls-wrap,.jjds-xs-wrap,.jjds-ws-wrap{
	display: none;
}
.jjds-ls-smallbox{
	display: flex;
	flex-wrap: wrap;
	
	background: #addbe9;
	border: 10px solid #000f7f;
	width: 59em;
	height: 20em;
	padding: 2em 0 2em 2em;
	overflow: hidden;
	box-sizing: border-box;
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.jjds-ls-smallbox img{
	width: 16em;
	height: 13em;
	margin-right: 2em;
	box-shadow: 3px 3px 4px #555
}
.jjds-ls-smallbox .title-wrap{
	top: 0;
}
.jjds-ls-smallbox .title-wrap span{
	font-size: 1.8em;
}
.jjds-ls-smallbox .title-top span{
	margin-top: .5em;
	text-align: left;
	background-image: linear-gradient(to bottom, #fff 12%, #faec3f 70%);
	-webkit-text-stroke: 1.5px #000f7f
}
.jjds-ls-smallbox .title-top .mc{
	top: -.86em;
}
.jjds-ls-smallbox>.title-wrap span{
	background-image: linear-gradient(to bottom, #fff 12%, #faec3f 70%);
	margin-top: .5em;
	-webkit-text-stroke: 1.5px #000f7f
}
.jjds-ls-smallbox>.title-wrap .mc{
	top: 0;
}
.jjds-ls-intrbox>.jjds-mls-fontSize span{
	font-size: 2.5em;
}
/* 拖拽游戏 */
.tz-game-wrap{
	display: flex;
	justify-content: space-between;
	background: #addbe9;
	border: 10px solid #000f7f;
	width: 59em;
	height: 20em;
	padding: 2em;
	
	position: absolute;
    bottom: 7em;
	left: 50%;
	transform: translateX(-50%);
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.jjhd-tz-game .title-wrap span{
	background-image: linear-gradient(to bottom, #fff 10%, #faec3f 70%);
	-webkit-text-stroke: 1.5px #000f7f;
	margin-top: .5em;
}
.jjhd-tz-game>.title-wrap .mc{
	top: -1.4em;
}
.jjhd-tz-game>.title-wrap span{
	font-size: 2.8em;
}
.tz-xx .title-wrap{
	top: 0;
}
.tz-xx .title-wrap span{
	font-size: 1.8em;
	text-align: left;
	cursor: pointer;
}
.tz-xx .title-wrap .mc{
	top: -.86em;
}
.tz_lxww{
	display: flex;
	flex-wrap: wrap;
	width: 19em;
}
.tz_lxww li{
	width: 50%;
	text-align: center;
}
.tz_lxww li>img{
	width: 7em;
	cursor: pointer;
}


.aa{
	background-image: linear-gradient(to bottom, #fff 30%, #faec3f 70%);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 3em;
	text-stroke:2px #000f7f;
	-webkit-text-stroke:2px #000f7f;
}
.img-msg-a-a .cao-menu-close{
	right: 4.5em;
	top: 3.5em;
}

@keyframes myanimation{
	0%{
		transform: scale(1);
	}
	50%{
		transform: scale(.8);
	}
	100%{
		transform: scale(1);
	}
}

/* 第五课 */
.kcb{
	height: 100%;
}
.jjhd_d-stage{
	width: 100%;
	height: 100%;
}
.jjhd_d-stage .shBox{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	transform-style: preserve-3d;
	perspective: 1200px;
	perspective-origin: center center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.jjhd_d-stage .shBox img.wt{
	position: absolute;
	z-index: 2;
	width: 40em;
	height: 20em;
	transform: translate3d(0px,0px,0px);
	animation: ini 1.5s linear forwards;
}
.jjhd_d-stage .shBox img.mb{
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform:  scale(1.5);
	opacity: 0;
	animation: fo 1.5s 2s linear forwards;
}
@keyframes ini{
	0%{
		opacity: 1;
		transform: translate3d(0px,0px,0px);
	}
	60%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: translate3d(0px,-3em,37em);
	}
}
@keyframes fo{
	0%{
		opacity: 0;
		transform:  scale(1.5);
	}
	100%{
		opacity: 1;
		transform: scale(1);
	}
}
.jjhd_d_renwudan{
	display: inline-block;
	position: relative;
    top: 0;
    left: 0;
    width: 14em;
    height: 98%;
}
.jjhd_d-stage .shBox img.ren{
	position: absolute;
	z-index: 8;
	left: 0;
	bottom: 2.6em;
	width: 100%;
	opacity: 0;
	animation: show 1.5s 4s linear forwards;
}
@keyframes show{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
.jjhd_d-stage .shBox img.dan{
	position: absolute;
	z-index: 9;
	bottom: 19.5em;
	right: 1em;
	width: 6em;
	opacity: 0;
	animation: show 1.5s 4s linear forwards;
	cursor: pointer;
}
.jjhd_d-stage .show-dan{
	display: none;
	width: 100%;
	height: 100%;
}
.jjhd-sh-wrap-bg>.title-wrap{
	top: 2vh;
}
.show-dan.jjhd-sh-wrap.jjhd-sh-wrap-bg>.title-wrap span{
	font-size: 2.5em;
}
.show-dan.jjhd-sh-wrap.jjhd-sh-wrap-bg{
	background: none;
}
.jjhd-three-people .xr-wrap{
	cursor: pointer;
}
.jjhd-three-people .xr-wrap .ren{
	width: 12em;
}
.jjhd-three-people .xr-wrap .ren.small{
	width: 11em;
}
.img-msg-a-a.top{
	width: 75%;
}
.img-msg-a-a .modal-wrap{
	display: none;
	box-sizing: border-box;
	width: 96%;
	padding: 0 2%;
	font-size: 12px;
}
.img-msg-a-a .modal-wrap .title{
	height: 10%;
	text-align: center;
}
.img-msg-a-a .modal-wrap .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: 90%;
	width: 100%;
	padding: 2em;
}
.img-msg-a-a .modal-wrap .list .list-item{
	width: 40%;
	height: 40%;
}
.img-msg-a-a .modal-wrap .list .list-item>img{
	width: 100%;
}
.img-msg-a-a .modal-wrap .list .list-item .item-desc{
	padding: 1em 0 3em;
	font-size: 0.35em;
	   
}
.item-desc.title-wrap span{
	 -webkit-text-stroke: 1px #000f7f;
}
.title-wrap.small-f-size{
	font-size: .5em;
	top: 0;
}
.item-desc.title-wrap>.mc{
	top: 1.05em;
}
.show-dan .cao-menu-close.img-ma-close{
	right: 5em;
	top: 3.5em;
}
.jjhd_d-stageCostume img,.jjhd_d-stageCostume video{
	position: absolute;
	bottom: 8em;
	left: 50%;
	transform: translateX(-50%);
}
.jjhd_d-stageCostume img{
	height: 53vh;
	cursor: pointer;
}
.jjhd_d-stageCostume video{
	display: none;
	height: 53vh;
	z-index: 1111;
}
.jjhd_d-word .list,
.jjhd_d-feature .list{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	font-size: 12px;
}

.jjhd_d-word .list-item,
.jjhd_d-feature .list-item{
	width: 45%;
	
}
.jjhd_d-word .list-item>img,
.jjhd_d-feature .list-item>img{
	width: 90%;
	
}
.jjhd_d-word .list-item .item-desc,
.jjhd_d-feature .list-item .item-desc{
	padding: 1em 0 3em;
	font-size: 0.4em;
	
}
.jjhd_d_tz img{
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.jjhd_d_renwu{
	position: relative;
}
.jjhd_d_ren_fagu{
	display: none;
	position: absolute;
	z-index: 80;
}
.jjhd_d_video_modal {
	display: none;
	height: 50vw;
	width: 70vw;
	justify-content: center;
	align-items: center;
}

/* 净丑-忠奸分明 */
/* 京娃&描述 */
.jjhd-jc-hlWrap{
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 100vh;
}
.jjhd-jc-jw img:last-child{
	width: 28em;
}
.jjhd-jc-jw .xr-shadow{
	bottom: -3em;
}
.jjhd-jc-hlWrap .title-wrap{
	top: 0;
}
.jjhd-jc-hlWrap .title-wrap span{
	font-size: 2.5em;
	margin-top: .5em;
	background-image: linear-gradient(to bottom, #fff 13%, #faec3f 70%);
}
/* 4图 */
.jjhd-jc-fourImg{
	padding: 4em 9em;
	text-align: center;
}
.jjhd-jc-fourImg img{
	width: 22em;
	height: auto;
}
.jjhd-jc-fourImg img:first-child{
	margin-right: .7em;
	margin-bottom: .5em;
}
.jjhd-jc-fourImg img:nth-child(2){
	margin-top: -.5em;
}
.jjhd-jc-fourImg img:last-child{
	margin-left: .7em;
}
/* 播放视频 */
.jjhd_jc-bltVid .title-wrap span{
	font-size: 3em;
}
.jjhd_jc-dlp .title-wrap span{
	font-size: 3em;
}
/* 脸谱 */
.jc_lp{
	text-align: center;
	margin-top: 4em;
}
.jc_lp img{
	width: 10em;
	margin-left: 1em;
}
.jc_lp img:first-child{
	margin-left: 0;
	width: 8.5em;
}
.jjhd-jc-lpWrap .title-wrap span{
	font-size: 2.5em;
	margin-top: .5em;
	background-image: linear-gradient(to bottom, #fff 10%, #faec3f 70%);
}
.jjhd-jc-lpWrap .title-wrap>.mc{
	top: -1.2em;
}
/* 智慧之窗 */
.jjhd-jc-zWrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	
	display: flex;
	align-items: center;
	width: 90%;
	height: 27em;
	background: #addbe9;
	border: 5px solid #000f7f;
	border-radius: .5em;
}
.z_zhzc{
	width: 10%;
	height: 100%;
	border-right: 5px solid #000f7f;
	display: flex;
	align-items: center;
	justify-content: center
}
.z_zhzc>.title-wrap span{
	font-size: 3em;
	margin-top: .2em;
	background-image: linear-gradient(to bottom, #fff 18%, #faec3f 70%);
}
.z_lphy{
	flex: 1;
	
	display: flex;
	justify-content: center;
}
.z_lphy .title-wrap span{
	font-size: 1.8em;
	margin-top: .5em;
	text-align: left;
}
.jjhd-jc-zWrap .title-wrap{
	top: 0;
}

/* 京剧表演 */
/* 音韵传神 */
/* 你能说出这些剧种都是用那些地方方言表演的吗？ */
.jjby_yycs-first>.title-wrap{
	top: 6vh;
}
.jjby_yycs-first>.title-wrap span{
	font-size: 2.5em;
}
.jjby_yycs-fyby{
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	margin-top: 2em;
}
.jjby_yycs-fyby .fyby-wrap img{
	width: 17em;
	margin: 0 1em;
}
.fyby-wrap .title-wrap{
	top: 0;
}
.fyby-wrap .title-wrap span{
	font-size: 1.7em;
}
.fyby-wrap .title-text{
	height: 3em;
	line-height: 3em;
}
.fyby-wrap .title-text .title-wrap{
	display: none;
}
/* 唱念传神 */
.cncs-titleWrap {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cncs-titleWrap .title-wrap{
	top: 0;
}
.cncs-titleWrap .title-wrap span{
	background-image: linear-gradient(to bottom, #fff 15%, #faec3f 70%);
}
/* 剧场 */
.jc-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transform-style: preserve-3d;
	perspective: 1200px;
	perspective-origin: center center;
}
.jc-wrap>img{
	width: 40em;
	height: 20em;
	position: absolute;
	top: 10em;
	left: 50%;
	margin-left: -20em;
	transform: translate3d(0px,0px,0px);
	animation: ini 1.5s linear forwards;
}
.wt-wrap{
	opacity: 0;
	position: relative;
	animation: wt 1.5s 2s linear forwards;
}
@keyframes wt{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
.wt-wrap>img{
	width: 100vw;
	height: 100vh;
	transform: scale(1.5);
	animation: showwt 1.5s 2s linear forwards;
}
@keyframes showwt{
	from{
		transform: scale(1.5);
	}
	to{
		transform: scale(1);
	}
}
.wt-wrap .wt-jwWrap{
	opacity: 0;
	display: flex;
	justify-content: space-around;
	width: 100%;
	position: absolute;
	left: 3em;
	bottom: 4em;
	animation: wt 1s 3s linear forwards;
}
.wt-jwWrap .yh,.wt-jwWrap .bz{
	position: relative;
}
.wt-jwWrap .yh>img,.wt-jwWrap .bz>img{
	width: 5em;
	position: absolute;
	top: 2em;
	z-index: 11;
	cursor: pointer;
}
.wt-jwWrap .bz>img{
	left: 2.5em;
}
.wt-jwWrap .yh>img{
	left: 7.5em;
}
.wt-jwWrap .xr-wrap img:last-child{
	width: 15em;
}
.jw-n,.jw-c{
	display: none;
	height: 100%;
}
.jw-cn{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 3em;
}
.jw-cn .xr-wrap img:last-child{
	width: 12em;
}
.jw-cn .title-wrap{
	top: 0;
}
.jw-cn .title-wrap span{
	font-size: 3em;
	background-image: linear-gradient(to bottom, #fff 15%, #faec3f 70%);
	margin-top: .5em;
	text-align: left;
}
/* 我们是工农子弟兵 ++ 苏三起解 ++ 梨园行 ++ 西皮与二黄 */
.jjby_yycs-gnzdb,.jjby_yycs-ssqj,.jjby_yycs-xpeh{
	display: flex;
	align-items: center;
	justify-content: center;
}
.jjby_yycs-xpeh{
	flex-direction: column;
}
.jjby_yycs-xpeh .xp_jb,.jjby_yycs-xpeh .eh_jb{
	display: none;
}
.jjby_yycs-gnzdb img,.jjby_yycs-ssqj img{
	width: 40em;
}
.jjby_yycs-xpeh img{
	margin: 5em 0;
	width: 40em;
}
.jjby_yycs-ssqjText .title-wrap,.jjby_yycs-lyhText .title-wrap{
	top: 22vh;
}
.jjyl_yycs-gnzdbText .title-wrap{
	top: 20vh;
}
.jjyl_yycs-gnzdbText .title-wrap span,.jjby_yycs-ssqjText .title-wrap span,.jjby_yycs-lyhText .title-wrap span{
	font-size: 2.5em;
	margin-top: .5em;
	background-image: linear-gradient(to bottom, #fff 11%, #faec3f 70%);
}
.jjyl_yycs-gnzdbText .title-wrap .mc,.jjby_yycs-ssqjText .title-wrap .mc,.jjby_yycs-lyhText .title-wrap .mc{
	top: -1.2em;
}
.jjby_yycs-gnzdbThree .title-wrap span,.jjby_yycs-ssqjThree .title-wrap span,.jjby_yycs-jy .title-wrap span,.jjby_yycs-xpeh .title-wrap span{
	font-size: 2.4em;
	background-image: linear-gradient(to bottom, #fff 11%, #faec3f 70%);
}
.jjby_yycs-gnzdbThree .title-wrap,.jjby_yycs-ssqjThree .title-wrap,.jjby_yycs-jy .title-wrap,.jjby_yycs-xpeh .title-wrap{
	top: 0;
}
.jjby_yycs-gnzdbThree img,.jjby_yycs-ssqjThree img{
	width: 40em;
	margin: 4em auto 2em;
	display: inherit;
}
/* 京白 韵白 */
.jjby_yycs-jy .jy-imgWrap{
	display: flex;
	justify-content: center;
	margin-top: 5em;
}
.jjby_yycs-jy .jy-imgWrap img{
	width: 15em;
	height: 20em;
	margin: 2.5em 3em;
}
/* 拖拉题，把 杨子荣 和 少剑波 拖入左侧小木屋，灯点亮 */
.xmw-wrap{
	display: flex;
	justify-content: center;
}
.xmw .title-wrap span{
	font-size: 2em;
	margin-top: .5em;
	background-image: linear-gradient(to bottom, #fff 11%, #faec3f 70%);
}
.xmw .mc{
	top: -1em;
}
.xmw img{
	width: 25em;
	margin-top: 10em;
}
.xmw .xmu-dl{
	display: none;
}
.yzr-sjb{
	display: flex;
	flex-direction: column;
	margin-top: 4em;
	margin-left: 7em;
}
.yzr-sjb img{
	width: 10em;
	margin-top: 3em;
}
/* 拖拉题，把 杨子荣 和 少剑波 分别拖入右侧的乐谱（西皮流水和二黄原版） */
.jjby_yycs-yp .title-wrap{
	top: 5vh;
}
.jjby_yycs-yp .title-wrap span{
	font-size: 2.5em;
	background-image: linear-gradient(to bottom, #fff 11%, #faec3f 70%);
}
.yp-imgWrap{
	display: flex;
	justify-content: center;
	margin-top: 2.5em;
}
.yp-ysWrap,.yp-wrap{
	display: flex;
	flex-direction: column;
}
.yp-ysWrap .xh-imgWrap{
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.yp-ysWrap img{
	width: 20em;
	margin: 1.5em 3em;
	cursor: pointer;
}
.yp-wrap img{
	width: 11.8em;
	margin: 1.5em 8em;
	cursor: pointer;
}
/* 苏三视频 */
.jjby_yycs-lyhVid .playVid_pub img,.jjby_yycs-lyhVid .playVid_pub video{
	bottom: 10em;
}
/* 区分西皮与二黄曲调 */
.jjby_yycs-qfqd .title-wrap span{
	font-size: 4em;
	background-image: linear-gradient(to bottom, #fff 11%, #faec3f 70%);
}
.jjby_yycs-qfqd .yp-imgWrap{
	margin-top: 6em;
}
.jjby_yycs-qfqd .yp-ysWrap img{
	width: 25em;
	margin: 0em 3em 1.5em
}
.jjby_yycs-qfqd .yp-ysWrap img:first-child{
	margin-top: 2em;
}
.jjby_yycs-qfqd .yp-wrap img{
	width: 9em;
}
.xp_jb,.eh_jb{
	display: none;
}

/* 京剧表演 */
/* 身手不凡 */
/* 三个小人 */
.jjby_ssbf-stage img{
	width: 100%;
}
#ssbf-m{
	cursor: pointer;
}
.jjby_ssbf-stage img:last-child{
	display: none;
}
/* 做 打 */
.jjby_ssbf-zd>.title-wrap{
	top: 1em;
}
.jjby_ssbf-zd>.title-wrap span{
	font-size: 2em;
	margin-top: .5em;
	background-image: linear-gradient(to bottom, #fff 13%, #faec3f 70%);
}
.jjby_ssbf-zd>.title-wrap .mc{
	top: -1em;
}
.zd-wrap{
	display: flex;
	justify-content: space-around;
	margin-top: 5em;
}
.zd-dWrap,.zd-zWrap{
	position: relative;
}
.zd-zd img:last-child{
	position: relative;
}
.zd-wrap img{
	width: 14em;
}
.zd-zWrap .zd-text{
	width: 5em;
	
	position: absolute;
	right: 2.1em;
	top: 1.5em;
}
.zd-dWrap .zd-text{
	width: 5em;
	
	position: absolute;
	left: 2.1em;
	top: 1.5em;
}
/* 看着图片或视频学做京剧表演动作 */
.jjby_ssbf-bydzImg .title-wrap{
	top: 3vh;
}
.jjby_ssbf-bydzImg .title-wrap span{
	font-size: 3em;
	background-image: linear-gradient(to bottom, #fff 14%, #faec3f 70%);
}
.jjby_ssbf-bydz .title-wrap span{
	font-size: 3em;
	background-image: linear-gradient(to bottom, #fff 14%, #faec3f 70%);
}
.bydz-imgWrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 3em;
}
.bydz-imgWrap img{
	margin: 0 .5em;
	width: 20em;
	height: 14em;
}
.bydz-imgWrap img:last-child{
	margin-top: 1em;
	margin-right: 0;
}
.bydz-imgWrap img:nth-child(4){
	margin-top: 1em;
}
/* 做 */
.z-bigWrap .title-wrap{
	top: 6vh;
}
.z-bigWrap .title-wrap span{
	font-size: 4em;
	background-image: linear-gradient(to bottom, #fff 14%, #faec3f 70%);
}
.z-bigWrap .z-imgWrap{
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	margin-top: 7em;
}
.z-bigWrap .z-zWrap{
	position: relative;
}
.z-bigWrap .z-imgWrap .z-text{
	position: absolute;
	right: 1.6em;
	top: 1.5em;
	
	width: 5em;
	cursor: pointer;
}
.z-bigWrap .z-yhWrap img{
	width: 14em;
}
.z-bigWrap .z-yhWrap img:last-child{
	position: relative;
}
.z-imgWrap>img{
	width: 30em;
}
/* 做-说明 */
.z-explainWrap{
	display: none;
}
.z-explain{
	display: flex;
	justify-content: space-around;
	align-items: center;
	
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.z-explain img{
	width: 12em;
}
.z-explain .title-wrap{
	top: 0;
}
.z-explain .title-wrap span{
	text-align: left;
	font-size: 2.2em;
	margin-top: .5em;
	background-image: linear-gradient(to bottom, #fff 13%, #faec3f 70%);
}
/* 打 */
.jjby_ssbf-d .z-imgWrap .z-zWrap .z-text{
	right: 1.3em;
}
.jjby_ssbf-d .ssbf-dImg{
	width: 20em;
}
/* 欣赏《大闹天宫》 */
.jjy_ssbf-dntk .title-wrap span{
	background-image: linear-gradient(to bottom, #fff 14%, #faec3f 70%);
}
/* 三岔口 */
.ssbf-sckWrap{
	width: 100%;
	height: 100%;
	background: url(../Imgs/unit08/jjby_ssbf_sck.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.ssbf-sckVidWrap{
	display: none;
}
/* 一桌二椅 */
.jjy_ssbf-yzey .title-wrap{
	top: 8vh;
}
.jjy_ssbf-yzey .title-wrap span{
	font-size: 4em;
}
.jjy_ssbf-yzey .yzey-img{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 60%;
	margin-top: 2em;
	
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.jjy_ssbf-yzey .yzey-img img{
	width: 17em;
	height: 12em;
	margin: 1em 1em;
}

/* 京剧功法 */
.jjgf-wrap .title-wrap span{
	font-size: 7em;
	background-image: linear-gradient(to bottom, #fff 14%, #faec3f 70%);
}
.jjgf-wrap .jjgf-img{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 7em;
}
.jjgf-wrap .jjgf-img>img{
	width: 30em;
}
.jjgf-wrap .xr-wrap img:last-child{
	width: 14em;
	cursor: pointer;
}
/* 四功五法说明 */
.jjgf-sgwf{
	display: none;
}
.jjgf-sgwf .title-wrap{
	top: 19vh;
}
.jjgf-sgwf .title-wrap span{
	font-size: 2.7em;
	background-image: linear-gradient(to bottom, #fff 14%, #faec3f 70%);
	margin-top: .5em;
}
.jjgf-sgwf .title-wrap .mc{
	top: -1.3em;
}
/* 这些演员表演的是什么角色 */
.jjby_jjgf-js .title-wrap span{
	font-size: 3em;
	background-image: linear-gradient(to bottom, #fff 14%, #faec3f 70%);
}
.jjby_jjgf-js .js-imgWrap{
	display: flex;
	justify-content: center;
	margin-top: 10em;
}
.jjby_jjgf-js .js-imgWrap img{
	width: 25em;
	height: 18em;
}
.jjby_jjgf-js .js-imgWrap img:last-child{
	margin-left: 2em;
}
/* 虞姬 ++ 王骥德 ++ 李慕良 */
.jjby_jjgf-yj,.jjby_jjgf-ce,.jjyd_by-wjd,.jjyd_wc-lml{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.jjyd_by-wjd{
	height: 100%;
}
.jjby_jjgf-yj>img{
	width: 30em;
}
.jjyd_by-wjd>img,.jjyd_wc-lml>img{
	width: 22em;
}
.yj-titleWrap{
	width: 50%;
}
.yj-titleWrap .title-wrap{
	top: 0;
}
.yj-titleWrap .title-wrap:first-child span{
	font-size: 3.5em;
	text-align: left;
	background-image: linear-gradient(to bottom, #fff 14%, #faec3f 70%);
}
.yj-titleWrap .title-wrap:last-child span{
	font-size: 2em;
	background-image: linear-gradient(to bottom, #fff 14%, #faec3f 70%);
	line-height: 2em;
	text-align: left;
}
.jjyd_wc-lml .yj-titleWrap .title-wrap:last-child span{
	background-image: linear-gradient(to bottom, #fff 30%, #faec3f 70%);
}
/* 嫦娥 */
.jjby_jjgf-ce>img{
	width: 30em;
}
/* 天女散花 */
.jjby_jjgf-tnsh .playVid_pub img,.jjby_jjgf-tnsh .playVid_pub video {
	bottom: 11em;
}
/* 你能学一学图片中的动作吗 */
.jjgf-tzdzWrap .title-wrap{
	top: 3vh;
}
.jjgf-tzdzWrap .title-wrap span{
	font-size: 3em;
	background-image: linear-gradient(to bottom, #fff 14%, #faec3f 70%);
}
.tzdz-wlldy{
	display: none;
}
.tzdz-wlldy .playVid_pub img,.tzdz-wlldy .playVid_pub video{
	bottom: 7em;
}
.tzdz-wlldy .lxw-return{
	padding-bottom: 0;
}
.tzdz-wlldy .title-wrap{
	top: 0;
}
.jjgf-tzdzWrap .bydz-imgWrap img{
	cursor: pointer;
	height: 14em;
}
/*  点击图片，看看它是以什么演技为主的？ */
.jjby_jjgf-yjwz .title-wrap{
	top: 4vh;
}
.jjby_jjgf-yjwz .title-wrap span{
	font-size: 3em;
	background-image: linear-gradient(to bottom, #fff 14%, #faec3f 70%);
	margin-top: .5em;
}
.jjby_jjgf-yjwz .title-wrap .mc{
	top: -1.5em;
}
.yj-imgWrap{
	margin-top: 2em;
}
.yj-imgWrap,.yj-cnzdWrap{
	display: flex;
	justify-content: center;
}
.yj-imgWrap img{
	width: 14em;
	height: 10em;
	margin: 4em 1em;
	cursor: pointer;
}
.yj-cnzdWrap img{
	width: 6em;
	height: 6em;
}
.jjby_jjgf-yjwz .yj-cnzdWrap{
	justify-content: space-around;
	padding: 0em 9em 0 8em
}
.yp-msVid{
	display: none;
}

/* 京剧乐队 */
/* 板眼 */
/* 知道什么是板和眼吗 */
.jjyd_by-bhy{
	padding: 6em 7em;
}
.jjyd_by-bhy .title-wrap span,.jjyd_by-jjsq .title-wrap span{
	font-size: 2em;
	background-image: linear-gradient(to bottom, #fff 14%, #faec3f 70%);
	margin-top: .5em;
	text-align: left;
}
.jjyd_by-bhy .title-wrap .mc,.jjyd_by-jjsq .title-wrap .mc{
	top: -1em;
}
.jjyd_by-bhy .title-wrap:last-child{
	top: 12vh;
}
/* 以速度划分为：慢板、紧板、垛板、散板 */
.jjyd_by-mjds,.jjyd_by-bcby{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.jjyd_by-mjds .title-wrap span,.jjyd_by-bcby .title-wrap span{
	font-size: 3em;
	background-image: linear-gradient(to bottom, #fff 14%, #faec3f 70%);
}
.jjyd_by-mjds .title-wrap,.jjyd_by-bcby .title-wrap{
	top: 0;
}
.jjyd_by-mjds>img{
	width: 63em;
	margin-top: 2.5em;
}
.jjyd_by-bcby>img{
	width: 19em;
	margin: 3em 0;
}
/* 京剧深腔 */
.jjyd_by-jjsq{
	padding: 3em 0 0 4em;
}
.jjyd_by-jjsq .title-wrap{
	top: 15vh;
}
/* 西皮 二黄唱腔 */
.jjyd_by-xecq .title-wrap{
	top: 0;
	margin: 3em 0;
}
.jjyd_by-xecq .title-wrap span{
	font-size: 3em;
	background-image: linear-gradient(to bottom, #fff 14%, #faec3f 70%);
	margin-top: .5em;
}
.jjyd_by-xecq .title-wrap .mc{
	top: -1.5em;
}
.jjyd_by-xecq .xecq-imgWrap{
	display: flex;
	justify-content: center;
}
.xecq-imgWrap img{
	width: 27em;
	height: 18em;
	margin: 0 1em;
}
/* 《捉放曹》唱段 */
.jjyd_by-zfc .title-wrap span,.jjyd_by-xxm .title-wrap span{
	font-size: 3em;
}

/* 文场——丝竹悠扬 */	
/* 乐器 */
.jjyd_wc-yq .title-wrap{
	top: 7vh;
}
.jjyd_wc-yq .title-wrap span{
	font-size: 2em;
	background-image: linear-gradient(to bottom, #fff 11%, #faec3f 70%);
	margin-top: .5em;
}
.jjyd_wc-yq .title-wrap .mc{
	top: -1em;
}
.yq-bigwrap{
	display: flex;
	justify-content: space-around;
	margin-top: 7em;
}
.yq-bigwrap .title-wrap{
	display: none;
	top: 3vh;
}
.yq-bigwrap .title-wrap span{
	font-size: 3.5em;
}
.yq-bigwrap .title-wrap .mc{
	top: -1.7em;
}
.yq-bigwrap .yq-imgWrap{
	text-align: center;
}
.yq-bigwrap img{
	width: 7em;
	cursor: pointer;
}
.yq-bigwrap .yq-imgWrap:last-child img{
	width: 10em;
}
.yq-bigwrap .yq-imgWrap:nth-child(3) img{
	width: 11em;
}
/* 观赏京剧曲牌《夜深沉》选段 */
.jjyd_wc-ysc .title-wrap span{
	font-size: 3em;
}
/* 请观赏京剧《霸王别姬》片段 */
.jjyd_wc-bwbj .jc_wt img{
	width: 100vw;
	height: 100vh;
	cursor: pointer;
}
.jjyd_wc-bwbj .jc_wt_c{
	display: none;
}
.jjyd_wc-bwbj .jc-bwbj{
	display: none;
}
.jc-bwbj .title-wrap span{
	font-size: 3em;
}
/* 问题 */
.jjyd_wc-question{
	display: flex;
	justify-content: center;
}
.jjyd_wc-question .title-wrap span{
	font-size: 3em;
	background-image: linear-gradient(to bottom, #fff 16%, #faec3f 70%);
	margin-top: .5em;
	text-align: left;
}
/* 文场锣鼓-锣鼓形式 */
.jjyd_wc-wclg{
	display: flex;
	align-items: center;
	justify-content: center;
}
.jjyd_wc-wclg .title-wrap span{
	font-size: 2em;
	background-image: linear-gradient(to bottom, #fff 16%, #faec3f 70%);
	margin-top: .5em;
}
.jjyd_wc-wclg .title-wrap{
	top: 0;
}
/* 欣赏《流水恋歌》 */
.jjyd_wc-lslg{
	text-align: center;
}
.jjyd_wc-lslg .title-wrap span{
	font-size: 4em;
	background-image: linear-gradient(to bottom, #fff 17%, #faec3f 70%);
}
.jjyd_wc-lslg img{
	width: 21em;
	margin-top: 6em;
}

/* 武场——锣鼓铿锵 */
/* 武场--打击乐器 */
.jjyd_wuc-djyq .title-wrap{
	top: 9vh;
}
.jjyd_wuc-djyq .title-wrap span{
	font-size: 2em;
	background-image: linear-gradient(to bottom, #fff 16%, #faec3f 70%);
}
.wuc-djyqWrap{
	display: flex;
	flex-direction: column;
	margin-top: 9em;
}
.wuc-djyqWrap .djyq-topImg,.djyq-botImg{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.djyq-botImg{
	margin-top: 2em;
}
.wuc-djyqWrap .djyq-img{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.wuc-djyqWrap img{
	width: 8em;
	cursor: pointer;
}
.wuc-djyqWrap .djyq-img:last-child>img{
	height: 7em;
	width: 7em;
}
.wuc-djyqWrap .djyq-img .title-wrap{
	display: none;
}
.wuc-djyqWrap .djyq-img .title-wrap span{
	font-size: 3em;
}
/* 司鼓者，又称之为鼓师 */
.jjyd_wuc-sgz .sgz-wrap,.jjyd_wuc-wcyq .wcyq{
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 100%;
}
.jjyd_wuc-sgz .title-wrap{
	top: 0;
}
.jjyd_wuc-sgz .title-wrap span{
	font-size: 2em;
	background-image: linear-gradient(to bottom, #fff 16%, #faec3f 70%);
	margin-top: .5em;
	text-align: left;
}
.jjyd_wuc-sgz img{
	width: 17em;
}
/* 《打闹场》选段 */
.jjyd_wuc-dnc .title-wrap span{
	font-size: 3em;
	background-image: linear-gradient(to bottom, #fff 12%, #faec3f 70%);
}
/* 打击乐有气氛烘托作用，控制戏的走向 */
.jjyd_wuc-djy>.title-wrap span{
	font-size: 3em;
	background-image: linear-gradient(to bottom, #fff 16%, #faec3f 70%);
}
.djy-wrap{
	width: 60%;
	margin: 10em auto;
}
.djy-wrap .djy-img{
	margin-top: 2em;
	display: flex;
}
.djy-wrap .djy-img .title-wrap{
	top: 0;
}
.djy-img .title-wrap span{
	font-size: 2.5em;
	text-align: left;
	background-image: linear-gradient(to bottom, #fff 16%, #faec3f 70%);
}
.djy-img img{
	margin-left: 2em;
	width: 25em;
	height: 6em;
}
.djy-img:first-child img{
	width: 10em;
	height: 4em;
}
.djy-img:nth-child(3) img{
	margin-left: 4em;
	width: 12em;
	height: 4em;
}
.djy-img:last-child img{
	width: 15em;
	margin-left: 4em;
	height: 3em;
}
/* 武场乐器 */
.jjyd_wuc-wcyq .title-wrap{
	top: 0;
}
/* 分辨是文场还是武场 */
.jjyd_wuc-wwc .title-wrap span{
	font-size: 3em;
	background-image: linear-gradient(to bottom, #fff 14%, #faec3f 70%);
}
.jjyd_wuc-wwc .js-imgWrap{
	display: flex;
	justify-content: center;
	margin-top: 10em;
}
.jjyd_wuc-wwc .js-imgWrap img{
	width: 25em;
	height: 17em;
}
.jjyd_wuc-wwc .js-imgWrap img:last-child{
	margin-left: 2em;
}
/* 京剧锣鼓是否吵人？ */
.jjlg-wrap{
	display: flex;
	flex-direction: column;
	margin-top: 7em;
}
.jjlg-wrap .title-wrap:first-child{
	top: 0;
}
.jjlg-wrap .title-wrap span{
	background-image: linear-gradient(to bottom, #fff 14%, #faec3f 70%);
}
.jjlg-wrap .title-wrap:last-child span{
	font-size: 1.9em;
	margin-top: .5em;
}

/* 校园戏社 */
.xyxs-imgWrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.xyxs-imgWrap>img{
	width: 40em;
	margin: .5em;
}
/* .xyxs_gnzdb .xyxs-imgWrap>img,.xyxs_clp .xyxs-imgWrap>img{
	width: 31em;
} */
/* .xyxs_bjty .xyxs-imgWrap{
	width: 85%;
} */
/* .xyxs_bjty .xyxs-imgWrap>img{
	width: 23em;
} */
.xyxs_gnzdb .zd-imgWrap>img,
.xyxs_clp .zd-imgWrap>img,
.xyxs_bjty .zd-imgWrap>img,
.xyxs_zd .zd-imgWrap>img{
	width: 100%;
	height: 100%;
	margin: 0 0 .5em;
}
.xyxs_gnzdb .zd-imgWrap,
.xyxs_clp .zd-imgWrap,
.xyxs_bjty .zd-imgWrap,
.xyxs_zd .zd-imgWrap{
	width: 40em;
	height: 28em;
	/* overflow: hidden; */
	overflow-y: scroll;
	/* -webkit-overflow-scrolling:touch; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* 滚东条 */
/*正常情况下滑块的宽高*/
.zd-imgWrap::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
/*正常情况下滑块的样式*/
.zd-imgWrap::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.05);
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
}
/*鼠标悬浮在该类指向的控件上时滑块的样式*/
.zd-imgWrap:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
}
/*鼠标悬浮在滑块上时滑块的样式*/
.zd-imgWrap::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.4);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
}
/*正常时候的主干部分*/
.zd-imgWrap::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    background-color: transparent;
}
/*鼠标悬浮在滚动条上的主干部分*/
.zd-imgWrap::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.4);
    background-color: rgba(0,0,0,.01);
}