html,body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
ul,ol,li{
    list-style: none;
}

body {font: normal 100% Helvetica, Arial, sans-serif;}

.title p{
    font-size: 48px;
    font-family: 黑体;
    
}
.videoBox{
    outline: solid #ff0000;
    outline-width:1px;
    position: relative;
    margin: 6px 0;
  	font-size: 145px;
	color: #ff9800;
}
.show{
    cursor: pointer;
    font-size: 32px;
    font-family: 宋体;
}

.text{
    display:none;
    font-size: 68px;
    color: #ff9800;
    font-family: 楷体;
}
.text.active{
    display:block;
}





/*.content{*/
/*    display: none;*/
/*}*/
/*.exam-main{*/
/*    display: none;*/
/*}*/

/*.container{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: #f1f1f1;*/
/*    overflow: hidden;*/
/*}*/
/*.container .content{*/
/*    width: 96%;*/
/*    height: 90%;*/
/*    border-radius: 10px;*/
/*    background-color: #fff;*/
/*    margin: 3% auto;*/
/*    position: relative;*/
/*}*/



