html{
	font-size: 20px;
}
body{
	font-size: 0.9rem;
	margin: 0;
}
article{
	padding: 0 30px;
}
footer{
	background-color: #BEBEBE;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
	margin-top: 16px;
}
header a{
	text-decoration: none;
	color: black;
}
header a:hover{
	color: red;
}
h1{
	font-size: 1.25rem;
}
h2{
	font-size: 1.1rem;
	margin: 0.75rem 0;
}
h3{
	font-size: 0.9rem;
	margin: 0.75rem 0;
}
ol, ul{
	line-height: 1.6rem;
}
.secplay::before{
	content: "\261E";
	color: red;
	font-size: 1.5rem;
	margin-right: 5px;
	font-weight: normal;
	vertical-align: 3px;
	cursor: pointer;
}
.top{
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	padding: 6px 6px 1px 6px;
}
.bottom{
	height: 28px;
}
.logo{
	font-weight: bold;
}
.list li{
	margin: 10px 0;
}
.num_list{
	display: list-item;
	list-style-type: decimal;
	margin-left: 35px;
}
.list_item{
	display: list-item;
	margin-left: 30px;
}
.topo canvas{
	border: solid 1px #999999;
	border-radius: 5px;
}
.bblue{
	color: blue;
	font-weight: bold;
}
.cblue{
	color: #0070C0;
}
.red{
	color: red;
}
.dred{ /*深红色*/
	color: #D80D35;
}
.ind_dred{
	color: #D80D35;
	text-indent: 2rem;
}
.bold{
	font-weight: bold;
}
.ob{
	display: flex;
}
.ct{
	text-align: center;
	margin: 10px;
	font-size: 0.8rem; /*16px;*/
}
.ct .m{
	margin-top: 20px;
}
.splic_line{
	border-bottom: dotted 2px saddlebrown;
	margin: 35px 0;
}
.tb{
	font-size: 0.9rem;
	margin: 10px 0;
}
.tb tbody{
	color: #0000FF;
}
/*路由表*/
.rtb{
	font-size: 0.9rem;
}
.rtb thead tr{
	background-color: #85ADBC;
	color: white;
}
.rtb thead td{
	text-align: center;
	padding: 5px 10px;
	border-right: solid 1px white;
}
.rtb tbody tr:nth-child(even){
	background-color: #EDF1F4;
}
.rtb tbody tr:nth-child(odd){
	background-color: #D9E3E7;
}
.rtb tbody td{
	text-align: center;
	height: 1.5rem;
	line-height: 1.5rem;
	border-right: solid 1px white;
	padding: 0 10px;
}

.show_ys{
	display: inline-block;
	font-size: 16px;
	width: 100px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background-color: cadetblue;
	color: white;
	border-radius: 5px;
	cursor: default;
}
.show_ys.w{
	width: 200px;
}
.full{
	width: 100%;
	height: 100%;
	padding: 10px 0;
	background-color: rgba(245,245,245,1);
	display: flex;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	/*transition: all 2s;*/
}
.full .page_bottom{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 28px;
	line-height: 28px;
	background-color: #333333;
	color: white;
	font-size: 14px;
	display: flex;
	justify-content: center;
	margin-top: 5px;
}
.full .page_bottom div{
	margin:  0 15px;
	cursor: default;
}
.full .title{
	text-align: center;
	font-size: 1rem;
	margin-bottom: 5px;
}

.test_box{
	display: flex;
}
#test{
	width: 400px;
	margin: 20px auto;
}
#test .test_top{
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #BEBEBE;
	padding: 5px 0;
}
#test input{
	border: 0;
	border-bottom: solid 1px #000000;
	font-size: 18px;
	margin: 0 5px;
}
#test_type{
	font-size: 16px;
	font-weight: bold;
	padding-top: 3px;
}
#test .test_OK{
	width: 60px;
	font-size: 15px;
	text-align: center;
	border: solid 1px #000000;
	border-radius: 5px;
	padding: 3px 0;
	cursor: default;
}
#test_title{
	line-height: 1.6em;
}
#test_sel div{
	padding: 8px 10px;
	border: solid #666666 1px;
	border-radius: 15px;
	margin: 10px 0;
	cursor: default;
}
#test_sel div.cur{
	border-color: red;
	background-color: blanchedalmond;
}
#test_res{
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0;
	height: 16px;
}
#test_res.right{
	color: green;
}
#test_res.error{
	color: red;
}
#test_num{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 20px 0;
}
#test_num i{
	display: block;
	font-style: normal;
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #BEBEBE;
	margin: 1px 10px;
	cursor: default;
}
#test_num i.right{
	background-color: green;
	color: white;
}
#test_num i.error{
	background-color: red;
	color: white;
}
/*演示页面*/
#fullscreen{
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(245,245,245,1);
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
}
#fullframe{
	width: 100%;
	height: 100%;
}
.fullscreenclose{
	font-size: 14px;
	position: fixed;
	color: white;
	right: 25px;
	bottom: 5px;
	cursor: default;
	z-index: 600;
}
/*页面PPT*/
@keyframes flash{
	from{ opacity: 0; }
	to{ opacity: 1; }
}
@keyframes pull_left{
	from{ top: 0; left: -300px;}
	to{ top: 0; left: 0;}
}
#ppt{
	display: none;
	overflow: auto;
	background-color: #FFEEDD;
	padding: 0 0 15px 0;
}
#ppt_context{
	width: 30rem; /*600px*/
	min-height: 18.5rem; /*370px*/
	margin: 15px auto;
	border: solid 2px #CCCCCC;
	border-radius: 1rem;
	padding: 0 1rem;
	background-image: url(../img/bj.jpg);
}
#ppt_context.an1>div{
	position: absolute;
	animation: pull_left 1s;
}
#ppt h1{
	color: red;
}
#ppt h2{
	color: #D80D35;
}

.equ_code{
	font-size: 1rem;
	font-family: "verdana, geneva, arial, helvetica, sans-serif";
	border: solid 1px #999999;
	line-height: 1.6rem;
	padding: 10px;
}
.equ_code span{
	color: red;
	margin-left: 3px;
}
.equ_code i{
	color: blue;
}
.equ_code b{
	font-weight: normal;
	color: #999999;
	margin-left: 1rem;
}

.tool{
	position: fixed;
	right: 0;
	bottom: 30px;
	cursor: pointer;
}
.tool div{
	font-size: 13px;
	width: 30px;
	text-align: center;
	background-color: #008000;
	color: white;
	padding: 6px 4px;
	margin: 2px 0;
	border-radius: 3px;
}
.tool div.none{
	display: none;
}
.tool a{
	text-decoration: none;
	color: white;
	display: block;
}
.tool div:hover{
	background-color: orangered;
}