.txtIndent{
    text-indent: 2rem;
}
.line{
    margin-top: 30px;
    height: 0;
    border-top: 2px solid #eee;
}

/* 右侧定位栏 */
.posi{
	position: fixed;
	right: 0;
	top: calc( 50% - 200px );
	display: flex;
	flex-direction: column;
	width: 120px;
    background: white;
    z-index: 100;
    border-radius: 7px;
}
.posi a{
	display: block;
	flex: 1;
	height: 2rem;
	line-height: 2rem;
    padding: 0 1rem;
    border-bottom: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
}

.posi .activePosi{
    background: rgb(0, 129, 227);
    color: white;
}

section>div.sectTitle2 {
    height: 16px;
    line-height: 16px;
    border-left: 16px solid #EE2E2E;
    font-weight: 700;
}

section>div.sectTitle3 {
    height: 16px;
    line-height: 16px;
    border-left: none;
    margin-left: 16px;
    font-weight: 700;
	font-size: larger;
	padding-left: 20px;
	margin-bottom: 30px;
    margin-bottom: 15px;
    margin-top: 35px;
}

.b{
    font-weight: 800;
}
p{
    /* height: 1.2rem; */
    line-height: 1.8rem;
}

.storeView {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex: 1;
}

.storeHouseImg {
    margin-right: 20px;
    overflow: hidden;
}

.storeHouseImg img{
    display: block;
    min-height: 100%;
    min-width: 100%;
}

.storeHouseItems,
.receiveItems {
    /* background-color: #f6fbfe; */
    border: 1px solid #cccccc;
}

.storeHouseItems {
    width: 530px;
    margin-right: 20px;
    position: relative;
    background: #deeefb;
}

.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-family: "黑体";
    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: 0 5px;
}

.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; */
    margin: 15px 10px;
    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; */
    width: 400px;
    margin: 30px auto;
    /* margin-top: 30px; */
}

.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;
}

.switchBar{
    margin-top: -1rem;
}

.switchBar1{
    width: 815px;
	margin: 0 auto;
}

button.myBtn{
    width: 100px;
    height: 35px;
    font-size: 1rem;
}

.reportDiv{
    display: flex; 
    margin-left: 0;
}

.reportDiv>.reportP{
    border: #CCCCCC 1px solid;
    margin: 0 !important; 
    padding: 0.6rem;
}

.reportView .partOne div{
    padding-top: 0.6rem;
}

.infoImg img{
	width: 800px; 
	margin: 0 auto;
	box-shadow: 5px 5px 100px 100px #c7e3f9 inset;
}

/* 资料 */
.cover{
    width: 100%;
    position: absolute;
    top: 0;
}
.switchBar2{
    margin-top: -1.5rem;
    padding-right: 0.5rem;
}

.zl{
    margin-top: -1.5rem;
    height: 35px;
}

.zl a{
    float: right;
    display: block;
    text-decoration: underline !important;
    color: #007CE3 !important;
    cursor: pointer;
}

#zlFrame{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    width: 820px;
    border: 2px solid #9e9e9e;
    z-index: 10;
}

#zlFrame .zlTop{
    height: 2rem;
    background: #e3ebf2;
    position: relative;
    margin-top: 0;
    cursor: move;
}

#zlFrame .zlTop span{
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    text-align: center;
    font-size: 1.5rem;
    display: inline-block;
    margin-right: 0.1rem;
}

.zlTop .zlHiddle{
    float: right;
    margin-top: -2rem;
}

.zlTop span:hover{
    background: #d7e1ea;
}

#zlFrame .zlImg{
    width: 100%;
    max-height: 600px;
    overflow: auto;
    box-shadow: 5px 5px 100px 100px #c7e3f9 inset;
}

#zlFrame .zlImg img{
    width: 800px;
}

.zlDrag{
    position: absolute;
    right: 0;
    top: 32px;
    width: 10px;
    height: calc( 100% - 32px );
    background-image: linear-gradient(to right, white, black);
    opacity: 0.2;
    cursor: col-resize;
}