html, body {
	margin: 0;
}
body{
    font-family: "黑体";
}
header {
	position: fixed;
	z-index: 10;
  	top: 0;
	height: 60px;
	width: 100%;
	background-color: rgb(0, 129, 227);
}
header>div {
	width: 1200px;
	margin: 0 auto;
}
div.divInline {
	/* display: inline-block; */
	float: right;
	width: 200px;
	height: 30px;
	line-height: 30px;
	margin-top: 30px;
	color: white;
}

main {
	margin: 66px 0;
}
main>div {
	width: 1200px;
	margin: 0 auto;
}

main>nav {
	width: 1200px;
	margin: 8px auto;
}

/* 功能按钮 */
main>nav button {
	cursor: pointer;
	width: 180px;
	height: 52px;
	margin-right: 12px;
	font-size: larger;
	border: 0;
}

input[type='radio']{
	position: absolute;
	opacity: 0;
}
input[type="radio"] + label::before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	width: 20px;
	height: 20px;
	margin-right: .4em;
	margin-top: -0.3rem;
	background: url(../../comm/radio.png);
}
input[type="radio"]:checked + label::before {
	content: ""; 
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	width: 20px;
	height: 20px;
	margin-right: .4em;
	margin-top: -0.3rem;
	background: url(../../comm/radioChecked.png);
}

main>nav button#btnDevice {
	background-image: url('../../comm/btnDevice.png');
}
main>nav button#btnDevice:hover {
	background-image: url('../../comm/btnDevice_on.png');
}

main>nav button#btnReport {
	background-image: url('../../comm/btnReport.png');
}
main>nav button#btnReport:hover {
	background-image: url('../../comm/btnReport_on.png');
}

main>nav button#btnKnowledge {
	background-image: url('../../comm/btnKnowledge.png');
}
main>nav button#btnKnowledge:hover {
	background-image: url('../../comm/btnKnowledge_on.png');
}
a:hover, a:visited, a:link, a:active {
	text-decoration: none;
    color: rgb(0,0,0);
}

main>section {
	width: 1200px;
	margin: 25px auto;
}


section>div.sectTitle {
	height: 36px;
	line-height: 36px;
	font-size: larger;
	border-left: 11px solid rgb(0, 129, 227);
	padding-left: 20px;
	margin-bottom: 50px;
}

section>div.sectContent {
	display: flex;
}

section>div>aside {
	width: 261px;
}
div#cirView {
	margin-left: 9px;
	width: 930px;
	height: 950px;
	background-color: rgb(235, 245, 253);
}

div#cirView > p {
	margin: 8px 16px;
}

div#selDevice {
	text-align: center;
	margin: 14px auto;
}
/* 装置选择按钮 */
div#selDevice > button {
	cursor: pointer;
	width: 105px;
	height: 34px;
	margin: 0 15px;
	border-radius: 16px;
	border: 1px solid rgb(120,120,120);
	color: rgb(0,0,0);
	background-color: white;
}
/* div#selDevice > button:hover {
	color: white;
	background-color: rgb(0, 129, 227);
}
div#selDevice > button:active {
	color: rgb(200,200,200);
	background-color: rgb(5, 114, 197);
} */

div#selDevice > button.cursel {
	color: rgb(0, 129, 227);
	border-color: rgb(0, 129, 227);
}
/* div#selDevice > button.cursel:hover {
	color: white;
	background-color: rgb(0, 129, 227);
} */

div#theoryView img {
	display: block;
	margin: 0px auto;
}

div#cirView > iframe {
	width: 100%;
	height: 830px;
}

div#optView {
	width: 95%;
	margin: 20px auto;
}

div#deviceName {
    text-align: center;
    display: flex;
    margin-bottom: 20px;
}
div#deviceName > label {
	display: inline-block;
	flex: 1;
	font-weight: bold;
}

div#optView > p {
	text-align: center;
	line-height: 28px;
	color: rgb(0, 129, 227);
	border: 1px solid rgb(150,150,150);
	margin: 20px 0 0 0;
}

div#partOne, div#partTwo {
	display: flex;
}

div.deviceCol {
	flex: 1;
	margin-right: 15px;
	border: 1px solid rgb(150,150,150);
	padding: 10px 15px;
}
div.deviceCol:last-child {
	margin-right: 0;
}

div.deviceCol div {
	margin: 8px 0;
}

div.deviceCol input[type='text'] {
	width: 40px;
	margin: 0 4px;
}

/* 保存按钮 */
button#btnSave {
	display: block;
	width: 180px;
	height: 50px;
	margin: 30px auto;
	border: 1px solid rgb(0, 129, 227);
	border-radius: 5px;
	font-size: large;
	color: rgb(0, 129, 227);
	background-color: white;
	cursor: pointer;
}
button#btnSave:hover {
	color: white;
	background-color: rgb(0, 129, 227);
}
button#btnSave:active {
	color: rgb(200,200,200);
	background-color: rgb(5, 114, 197);
}
div.sectContent2 {
	width: 1200px;
	height: auto;
}
div.sectContent2 > iframe{
	width: 100%;
	height: 100%;
}

div.switchBar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 60px;
	border-radius: 10px;
}

button.myBtn {
	width: 110px;
	height: 40px;
	margin: 0 8px;
	background-color: white;
	border: 1px solid rgb(120,120,120);
	border-radius: 4px;
	font-size: large;
	cursor: pointer;
}
button.myBtn:hover, button.myBtn:active {
	color: white;
	background:-webkit-gradient(linear, left top, left bottom, from(#0081e3), to(#0064b1));
	background:-moz-linear-gradient(top,  #0081e3,  #0064b1);
	background: -o-linear-gradient(top,  #0081e3,  #0064b1);
	background: linear-gradient(top,  #0081e3,  #0064b1);
	border: 0px;
	outline: none;
}
button.myBtn.curSel {
	color: white;
	background:-webkit-gradient(linear, left top, left bottom, from(#0081e3), to(#0064b1));
	background:-moz-linear-gradient(top,  #0081e3,  #0064b1);
	background: -o-linear-gradient(top,  #0081e3,  #0064b1);
	background: linear-gradient(top,  #0081e3,  #0064b1);
	border: 0px;
	outline: none;
}
.steps{
	margin: 30px 0 30px 60px;
}

.logo{
	float: left;
}
.currentPosition{
	float: left;
	margin-left: 15px;
	font-size: 14px;
	margin-top: 15px;
	color: #cccccc;
}
.currentPosition a{
	color: #cccccc;
}
.currentPosition .arrow{
	margin-left: 5px;
	margin-right: 5px;
}


/*实验6.1页面不同部分*/
div.sectContent2.sectContent6-1{
    height: 675px;
}
div.reportView {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.reportView table, .reportView th, .reportView td {
	/* padding: 2px; */
	border: 1px solid #cccccc;
}
.reportView table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.reportView th, .reportView td {
	width: 330px;
	height: 40px;
}


.reportView  .rowName {
	padding-left: 15px;
}

.reportView6-2 .rowName {
	padding-left: 0;
	text-align: center;
}

.reportView  .rowContent {
	width: 60%;
	margin: 0 auto;
}
.reportView  .rowContent2 {
	line-height: 1.5rem;
}

.list input[type="text"] {
	display: block;
	width: calc(50%);
	height: calc(100% - 4px);
	border: 1px solid #0081E3;
	outline: none;
	margin: 0 auto;
}

.list6-3 input[type="text"] {
	display: inline-block;
	width: calc(100% - 20px);
	height: calc(100% - 4px);
	border: 1px solid #0081E3;
	outline: none;
	margin: 0 auto;
}

.list6-3 td{
	padding-left: 15px;
}

.storeView{
	display: flex;
	flex: 1;
}
.storeHouseImg{
    margin-right: 20px;
}
.storeHouseItems,.receiveItems{      
    /* background-color: #f6fbfe; */
    border: 1px solid #cccccc;
}
.storeHouseItems{
    width: 530px;
	margin-right: 20px;
	position: relative;
	
}

.storeHouseItems h3,.receiveItems h3{
    font-size: 15px;
    color: #0081e3;
    border-bottom: 1px solid #cccccc;
    padding-left: 15px;
    line-height: 40px;
	margin: 0;
	background: #F1F7FC;
}
.storeHouseBg{
	width: 520px;
	height: 489px;
	background: url(images/storeHouseBg.png) no-repeat;
	padding: 20px 10px;
}
.storeHouseItems i,.receiveItems i{
	vertical-align: middle;
	margin-right: 6px;
}
.receiveItems{
    width: 225px;
}
.storeTable{
    font-size: 14px;
    font-weight: normal;
    
    width: 98%;
    border: 1px solid #cccccc;
    border-collapse: collapse;
	line-height: 24px;
	/* position: absolute; */
}
.storeTable th{
	border: 1px solid #cccccc;
	background-color:transparent;
	color: #333333;
	line-height: 40px;
}
.storeTable td{
	border: 1px solid #cccccc;
	text-align: center;
	line-height: 40px;
}
.storeTable td a{
	color: #277FE1;
	cursor: pointer;
}
.storeTable td a:hover{
	text-decoration: underline;
}
.storeTable td.tdLeft{
	text-align: left;
	padding-left: 10px;
}
.storeTable th:nth-child(3){
	width: 40px;
}
.storeHouseItems a.getBtn{
	background: #007CE3;
	display: block;
	width: 90px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #ffffff;
	float: right;
	margin-right: 10px;
	margin-top: 20px;
	border-radius: 5px;
}
.storeTable a.decrease{
	width: 25px;
	height: 25px;
	float: left;
	background: #ffffff;
	border: 1px solid #ccc;
	line-height: 23px;
	text-decoration: none;
	font-size: 24px;
	color: #333333;
}
.storeTable a.decrease:hover{
	text-decoration: none;
	background: #007CE3;
	color: #ffffff;
}
.storeTable .inputNumber{
	width: 50px;
	height: 25px;
	text-align: center;
	border: 1px solid #ccc;
	float: left;
	margin: 0;
	padding: 0;
	border-left: 0;
	border-right: 0;
}
.storeTable a.increase{
	width: 25px;
	height: 25px;
	float: left;
	background: #ffffff;
	border: 1px solid #ccc;
	line-height: 23px;
	text-decoration: none;
	font-size: 24px;
	color: #333333;
}
.storeTable a.increase:hover{
	text-decoration: none;
	background: #007CE3;
	color: #ffffff;
}
.storeTable .getNum{
	padding-left: 10px;
	padding-right: 10px;
	width: 104px;
}

#receiveUl{
	margin: 0;
	padding:5px;
	height: 317px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #ffffff;
}
#receiveUl li {
	width: 60px;
	/* height: 60px; */
	position: relative;
	float: left;
	list-style: none;
	margin: 6px 3px;
	text-align: center;
	font-size: 12px;
}
#receiveUl p{
	width: 58px;
	height: 58px;
	margin: 0;
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin-top: 10px;
}
#receiveUl img {
	max-width: 50px;
	max-height: 50px;
}
#receiveUl label {
	position: absolute;
	left: 18px;
	right: 0px;
	top: 0px;
	width: 40px;
	border: 1px solid #666666;
	border-radius: 30px;
	background: #ffffff;
	line-height: 22px;
}
#receiveUl li h5{
	margin: 3px auto;
}
.receiveCompsBox{
	height: 370px;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
}
.toolkit ul{
	margin: 10px 10px;
	height:auto;
	overflow: hidden;
	padding: 0;
}
.toolkit ul li{
	list-style: none;
	float: left;
	margin: 5px 5px;
	text-align: center;
}
.toolkit ul li p{
	width: 58px;
	height: 58px;
	margin: 0;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.toolkit ul li h5{
	margin: 0;
	line-height: 30px;
}
.namePlate{
	width: 500px;
	height: 400px;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -200px;
	position: absolute;
	background:url(images/namePlateBg.png) no-repeat;
	box-shadow: 1px 2px 8px rgba(0,0,0,.2);
}
.namePlate p {
	margin: 0;
	padding: 0;
	text-align: center;
}
.namePlate img{
	height: 300px;
	margin: 20px auto;
	
}
.namePlate button{	
	line-height: 30px;
	width: 100px;
	margin: 0px auto;
	background: #0081e3;
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	color: #ffffff;
	border: 0px;
	border-radius: 5px;
}
