
.baogaocx{
	width: 1226px;
    margin: 60px auto;
    border-top: 5px solid #ebebeb;
}
.baogaocx table{
	display: block;
    width: 100%;
    padding: 20px 0;
	}
.baogaocx table tbody{
	display: block;
}
.baogaocx table tr{
	border: 1px solid #333;
	display: block;
    height: 62px;
    line-height: 60px;
    border-bottom: none;
}
.baogaocx table tr:last-child{
	border-bottom: 1px solid #333;
}

.baogaocx table tr th{
	display: block;
    width: 15%;
    float: left;
    border-right: 1px solid #333;
    text-align: center;
}
.baogaocx table tr td{
	width: 82%;
    display: block;
    float: right;
    padding-left: 2%;
}
.baogaocx table tr td.baogaocxjg{
	font-size: 20px;
    color: #000;
    font-weight: 500;
    width: 98%;
    padding-left: 2%;
}
.baogaocx table tr td.baogaoyzcg{
	font-size: 20px;
    color: #ff1010;
    font-weight: 600;
	width: 100%;
    display: block;
    text-align: center;
}
.baogaocx table tr:last-child td{
    width: 40%;
    text-align: center;
	float: left;
}
.baogaocx table tr:last-child td:last-child{
    border-left: 1px solid #333;
}
.baogaocx table tr:last-child td a{
	color: #1a73e8;
}
.baogaocx table tr:last-child td a:hover{
	color: #ff1010;
}

/*报告查询结束*/

/*报告查验开始*/
body.baogaohome{
	width: 100%;
	height: 100%;
	background: url(/img/baogaobeijing.jpg) no-repeat;
    background-size: 100%;
}
body.baogaohome::before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.baogaocy{
	width: 20%;
    background: #ffffff;
    box-shadow: 0 0 3px 0 #c9c9c9;
    border-radius: 20px;
    position: absolute;
    left: 40%;
    top: 25%;
    z-index: 2;
	padding: 50px 20px;
}
.baogaocy h1{
    margin: 0;
	padding-bottom: 50px;
}
.baogaocy form{

}

.baogaocy form input{
	display: block;
    width: 80%;
    margin-left: 16%;
    height: 40px;
    margin-bottom: 45px;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
}
.baogaocy form .baogaobianhao::before{
	content: '';
    background: url(/img/bianhao.png) no-repeat center;
    margin-bottom: 30px;
    width: 16%;
    position: absolute;
    height: 45px;
    background-size: 45px;
}
.baogaocy form .baogaofangweima::before{
	content: '';
    background: url(/img/fangweima.png) no-repeat center;
    margin-bottom: 30px;
    width: 16%;
    position: absolute;
    height: 45px;
    background-size: 45px;
}
.baogaocy form button{
	display: block;
    width: 50%;
    margin: 0 auto;
    height: 50px;
    color: #fff;
    font-size: 25px;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    background: #d51717;
}
@media screen and (max-width: 480px){
body.baogaohome{
	background: #6dbbff;
}
.baogaocy{
    width: 80%;
    left: 5%;
}
.baogaocx{
	width: 100%;
}
.baogaocx table tr th{
	width: 30%;
}
.baogaocx table tr td{
	width: 65%;
}
.baogaocx table tr:last-child td{
	width: 32%;
}
}