html{font-size:100px;}
body {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;
    font-size: 16px;
}
.table {
	background:#fff;
	padding:10px;
}
.tabT {
    border-top:1px solid #cfcfcf;
}

.table > div {
	display:grid;
	grid-template-columns: 76px 1fr 68px 68px;
	border-left:1px solid #cfcfcf;
}

.table > div > span {
	border-right:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	text-align:center;
	line-height:38px;
	font-size:16px;
	color:#363636;
}
.table > .tabT > span {
    color:#000;
}
.chaxun {
    padding:10px 10px 0;
}
.chaxun h1 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    line-height: 2;
}
.chaxun input {
    border: 1px solid #cfcfcf;
    min-height: 40px;
    border-radius: 5px;
	width:100%;
	box-sizing: border-box;
	padding:0 6px;
	font-size: 15px;
}
.ditu {
    display: block;
    width: 100%;
    position: relative;
}
.ditu > img {
    width: 100%;
}
.piao {
    position: absolute;
    top: -9999px;
}
#A{
    top: 1.10rem;
    left: 0.52rem;
}
#B{
    top: 2.00rem;
    left: 0.52rem;
}
#C{
    top: 1.10rem;
    right: 0.52rem;
}
#D{
    top: 2.00rem;
    right: 0.52rem;
}
#E{
    top: 2.80rem;
    left: calc(50% - 20px);
}
.piao img {
    display: block;
    width: 36px;
    animation: bounce 1s infinite;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0); /* 初始位置和结束位置都在原位置 */
  }
  50% {
    transform: translateY(-20px); /* 向下移动20px */
  }
}