body {
    margin: 0;
    background-image: url(/status/resource/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
body .main-box p{
	font-size: 16px;
}
.main-box p {
    margin: 0;
    /*line-height: 30px;*/
}

.main-box {
    margin: 24px auto 24px;
    max-width: 800px;
    width: calc(100% - 24px);
    box-shadow: 0 4px 8px #333333;
}

.main-box img {
    max-height: 100px;
    max-width: 240px;
}
.img_div{
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 6px;
}
.img_div:last-child{
	margin-bottom: 0;
}
table {
    width: 100%;
}

table thead {
    height: 40px;
}

table thead th {
    font-size: 18px;
    padding-bottom: 10px;
}

table td {
    text-align: center;
    padding-bottom: 6px;
}
tr td:nth-child(1) p{
	/*width: 78px;*/
}
tr td:nth-child(2) p{
	/*width: 265px;*/
	line-height: 30px;
}
tr td:nth-child(3) p{
	/*width: 76px;*/
	line-height: 30px;
}
table td p {
	width: 100%;
	line-height: 18px;
   /* display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

table tbody tr {
    position: relative;
}

table tbody tr::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    box-shadow: inset 0 1px 2px rgba(208, 206, 191, .75);
    left: 0;
    bottom: 0;
}