/* body{
	background-image: url(/IMG/bg.jpg);
} */
/* 标题栏 查询生产 */
.querypd {
	font-family: 微软雅黑;
	width: 95%;
	margin: 0px auto;
	padding: 5px 0px;
	font-size: 1.3vw;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dashed gray;
}

.querypd ul li input,
.queryqc ul li input {
	width: 11.5vw;
	height: 3vh;
	font-size: 1vw;
	font-weight: bold;
	background:RGBA(9, 163, 143,0.3);
	color: #fff;
	margin-left: 1vw;
}

.querypd ul li select {
	width: 11.5vw;
	height: 3vh;
	font-size: 1vw;
	font-weight: bold;
	background: RGBA(9, 163, 143,0.3);
	color: #fff;
	border-radius: 3px;
	margin-left: 1vw;
}
.querypd ul li ._chrome{
	margin-right: 2.8vw;
    font-weight: bold;
    font-size: 1vw;
	color: #fff;
	text-decoration: none;
}

.download{
	color: RGBA(54, 108, 135,0.5);
    margin-right: 2.8vw;
    font-weight: bold;
    font-size: 1vw;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.querypd ul li,
.queryqc ul li {
	list-style: none;
	display: inline;
	margin-left: 1.6vw;
	color: #fff;
	font-size: 1vw;
	margin-left: 2.8vw;
}

/* 查询品质 */
.queryqc {
	font-family: 微软雅黑;
	width: 95%;
	margin: 0px auto;
	padding: 5px 0px;
	font-size: 1.3vw;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dashed gray;
}
.queryqc ul li a{
	margin-right: 2vw;
}

.queryqc ul li select {
	width: 8vw;
	height: 3vh;
	font-size: 1vw;
	font-weight: bold;
	background: RGBA(9, 163, 143,0.3);
	margin-left: 1vw;
	border-radius: 3px;
	color: #fff;
}

.queryqc ul li select option,
.querypd ul li select option{
	background: #102E4D;
}

.data-button {
	width: 6.5vw;
	height: 28px;
	background-color: rgba(0, 0, 0, 0.00001);
	color: black;
	border: 2px solid rgba(0, 0, 0, 0.00001);
	text-align: center;
	font-size: 0.8vw;
	/* font-weight: 550; */
	transition-duration: 0.4s;
	cursor: pointer;
	color: #fff;
    background: RGBA(9, 163, 143,0.3);
    border-radius: 5px;
}
#container .tab .bioati{
	margin-top: 3px;
}
.data-button:hover {
	background-color: RGBA(9, 163, 143,0.8);
	color: white;
}

/* 导航栏 */
#nav {
	text-align: center;
	line-height: 6vh;
	height: 6vh;
	width: 100%;
	font-family: 微软雅黑;
	font-size: 1.4vw;
	font-weight: bold;
	color: #255e95;
	
}
#nav ul {
	display: flex;
	justify-content: space-around;
	list-style: none;
}
#nav ul li {
	height: 6vh;
	width: 14%;
	border-radius: 5px;
	border: 1px solid lightblue;
	cursor: pointer;
	color: rgb(158, 157, 157);
}
#nav ul li:hover {
	background: RGBA(9, 163, 143,0.3);
	color: seashell;
}
.act {
	background: RGBA(9, 163, 143,0.3);
	color: #fff;
}
.tab {
	width: 100%;
	height: 94vh;
}
/* 生产达成 */
.tabpd,
.tabqc{
	
	display: flex;
	flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.tabpd>.pd-center,
.tabqc>.qc-center{
    height: 100%;
	width: 100%;
	padding: 10px;
    display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.tabpd>.pd-center div,
.tabqc>.qc-center div{
    width: 15%;
    max-height: 30%;
    /* min-height: 12.2%; */
    /* border: 1px groove lightcyan; */
    padding: 2px;
    box-sizing: border-box;
    background-color: RGBA(54, 108, 135,0.3);
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    box-shadow: 4px 0 4px rgba(0,0,0,0.2);
    transition: all 400ms;
	margin: 0.4% 0.8% 0.5% 0.8%;
	color: #22d5d8;
}

.tabpd>.pd-center div:hover,
.tabqc>.qc-center div:hover{
    box-shadow: 5px 0 20px rgba(0,0,0,0.2);
    transform: scale(1.1,1.1);
	z-index: 100;
	background-color: RGBA(54, 108, 135,0.5);
}

.tabqc>.qc-center div ul{
	width: 98%;
    height: 82%;
	list-style: none;
	float: left;
}
.tabqc>.qc-center div ul li{
    width: 95%;
	height: 50%;
	margin: auto;
	position: relative;
	margin-top: -4px;
}

.tabqc>.qc-center div ul li:first-of-type{
	border-bottom: 1px ridge rgb(219, 252, 252,0.1);
}

.tabqc>.qc-center div ul li p{
	display: block;
    font-family: 微软雅黑;
    font-size: 1vw;
    font-weight: bold;
}
.tabqc>.qc-center div ul li>.cp1{
	position: absolute;
    top: 9%;
    left: 4%;
}
.tabqc>.qc-center div ul li>.cp2{
	position: absolute;
    top: 50%;
    left: 4%;
}
.tabqc>.qc-center div ul li>.cp3{
	display: block;
    font-family: 微软雅黑;
    font-size: 1vw;
    font-weight: bold;
    color: #255e95;
	position: absolute;
	bottom: 25%;
	right: 7%;
	top: 25%;
}
.qcspan2,
.qcspan1{
	color: #7ff5ed;
}


.tabpd>.pd-center div h4,
.tabqc>.qc-center div h4{
    text-align: center;
	font-size: 1vw;

}

.tabqc>.qc-center div ul li p{
	font-size: 0.8vw;
}


.tabpd>.pd-center div p{
    display: block;
    font-family: 微软雅黑;
    font-size: 0.8vw;
	font-weight: bold;

}

.rp1{
    position: absolute;
    top: 25%;
    left: 5%;
}
.rp2{
    position: absolute;
    top: 50%;
    left: 5%;
}
.rp3{
    position: absolute;
    top: 75%;
    left: 5%;
}
/* 制程内容 */
.tabpd>.pd-center div p span{
    display: inline-block;
    font-family: 微软雅黑;
    font-weight: bold;
	color: #7ff5ed;
}
.tabpd>.pd-center div h2{
    display: block;
    font-family: 微软雅黑;
    font-size: 1.8vw;
    font-weight: bold;
    color: #255e95;
    position: absolute;
    bottom: 25%;
    right: 15%;
}
.download{
	text-decoration: none;
	cursor: pointer;
}
.download:hover{
	color: gray;
}
.snackbar{
	width: 100%;
	height: 100vw;
	background: tomato;
}
.pd-input-buttonlist{
	float: right;
    width: 330px;
}
.prdc-table{
	border-collapse: collapse;
}