html,
body {
    margin: 0;
}

body {
    font-family: "黑体";
    position: relative;
}

button {
    outline: none;
}

.clear {
    clear: both;
}

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;
}

.boldText {
    font-weight: bold;
}

main {
    /* margin: 66px 0; */
    padding: 66px 0;
}

main>div {
    width: 1200px;
    margin: 0 auto;
}

main>nav {
    width: 1200px;
    margin: 8px auto;
}

.bgBlack {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .5;
    position: absolute;
    z-index: 20;
    display: none;
}


/* 功能按钮 */

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#cirView>iframe {
    width: 100%;
    height: 830px;
}

div#optView {
    width: 100%;
    /* margin: 20px auto; */
}

div#deviceName {
    text-align: center;
    display: flex;
}

div#deviceName>label {
    /* display: inline-block; */
    /* width: 30%; */
    flex: 1;
    font-weight: bold;
    padding: 5px;
}

div#optView>p {
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    /* border: 1px solid rgb(150,150,150); */
    margin: 20px 0 0 0;
    /* color: #ffffff; */
    /* background: #007CE3; */
}

div#partOne,
div#partTwo {
    display: flex;
}

div.deviceCol {
    flex: 1;
    margin-right: 15px;
    border: 1px solid rgb(150, 150, 150);
    /* border-top: none; */
    padding: 10px 0px;
}

div.deviceCol:last-child {
    margin-right: 0;
}

div.deviceCol div {
    /* margin: 8px 0; */
    padding: 7px 15px;
}

div.deviceCol input[type='text'] {
    width: 40px;
    margin: 0 4px;
    border: 1px solid #0081E3;
}


/* 保存按钮 */

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);
}

.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;
}


/* 实验1.2页面不同的部分 */

.steps {
    margin: 30px 0 30px 60px;
}

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;
}

div.sectContent2 {
    width: 1200px;
    height: 675px;
}

div.sectContent2>iframe {
    width: 100%;
    height: 100%;
}

div.sectContent2>#marked {
    /* display: none; */
    width: 100%;
    height: 100%;
}

div.reportView {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

/* .reportView .resTab {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.reportView .resTab,
td {
    border: 1px solid #ccc;
}

.reportView .resTab th,
.reportView .resTab td {
    padding: 10px;
} */

div.reportPart {
    flex: 1;
    min-width: 340px;
    padding-bottom: 15px;
    margin: 0 12px;
    border: 1px solid #CCCCCC;
}

div.reportPart:last-child {
    margin-right: 0;
}

div.reportPart p {
    background-color: transparent;
    color: #333333;
    text-align: left;
    padding-left: 15px;
    line-height: 40px;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 0px;
}

div.reportPart div {
    margin: 7px 15px;
}

div.reportPart input[type='text'] {
    width: 50px;
    margin: 0 4px;
    border: 1px solid #0081E3;
}

.reportView .resTab input[type='text'] {
    width: 50px;
    margin: 2px 0px;
    border: 1px solid #0081E3;
}

div.shodowSeprator {
    height: 20px;
    border: 0 solid transparent;
    /* box-shadow: 0px 6px 6px rgb(230,230,230); */
}


/* 实验1.2页面不同的部分 */

div.sectContent2 {
    position: relative;
}

div.sectContent2 #tagInput {
    /* display: none; */
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 16px;
    text-align: center;
}


/* 实验1.3页面不同的部分 */

.list {
    flex: 1;
    width: 100%;
    margin-left: 12px;
}

.list th,
.list td {
    /* padding: 2px; */
    border: 1px solid #CCCCCC;
}

.list {
    border-collapse: collapse;
    border-spacing: 0;
}

.reportView .list th,
.reportView .list td {
    height: 40px;
}

.rowName {
    text-align: center;
}

.resTab {
    flex: 1;
    width: 100%;
    margin-left: 12px;
}

.resTab th,
.resTab td {
    /* padding: 2px; */
    border: 1px solid #CCCCCC;
}

.resTab {
    border-collapse: collapse;
    border-spacing: 0;
}

.reportView .resTab th,
.reportView .resTab td {
    height: 40px;
}

/* 实验1.4部分 */

div.sectContent1_4 {
    width: 1200px;
    height: 675px;
}

.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;
}

.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;
}

.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);
    z-index: 30;
}

.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;
}

.list input[type="text"] {
    display: block;
    width: calc(50%);
    height: calc(100% - 4px);
    border: 1px solid #0081E3;
    outline: none;
    margin: 0 auto;
}

.select{
    height: 1rem;
    width: 2rem;
}