* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #02a982;
}

body {
    margin: 0 auto;
    max-width: 30rem;
	padding: 3rem 1rem 0 1rem;
}

a {
	text-decoration: none;
	color: green;
}

p {
    line-height: 2.5rem;
    text-indent: 1.6rem;
    text-align: left;
}

img {
    height: 2.5rem;
    width: auto;
}

.card {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 2.5rem;
	background: #02a982;
	text-align: center;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02), 0 2px 2px rgba(0, 0, 0, 0.02), 0 4px 4px rgba(0, 0, 0, 0.02);
}

.card:hover {
	box-shadow: 0 0.5rem 0.5rem 0 rgba(0,0,0,0.24),0 1rem 1rem 0 rgba(0,0,0,0.19);
	border-radius: 0.5rem;
}

.title {
    background-color: #000;
    background-image: url("logo.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5rem;
	font-size: 1.4rem;
	color: #fff;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}

.title:hover {
	background-color: #fa6262;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.content {
    font-family: Arial,Helvetica,sans-serif;
    padding: 1rem;
	color: #ee6363;
	font-weight: bold;
	font-size: 0.9rem;
	text-align: center;
	background: #fff;
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}

.center{
    margin: 0 auto;
    text-align: center;
}

#table_wrap > table {
	font-size: 0.8rem;
	text-align: left;
	text-indent: 1rem;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0;
	border: 0.1rem #000;
	width: 95%;
}

table thead tr,table tbody tr {
	height: 4rem;
}

tr img {
	width: auto;
	height: 3rem;
	vertical-align: middle;
}

table tr:first-child,table tr td:first-child {
	border-left: 0.1rem solid #ddd;
}

table tr:last-child,table tr td:last-child {
	border-right: 0.1rem solid #ddd;
	background: #fff;
}

table tr td:first-child,
table tr td:nth-child(2),
table tr td:nth-child(3),
table tr td:last-child {
	border-top: 0.1rem solid #ddd;
	background: #fff;
}

table tr:first-child td:first-child {
	border-top-left-radius: 0.5rem;
}

table tr:first-child td:last-child {
	border-top-right-radius: 0.5rem;
}

table tr:last-child td:first-child {
	border-bottom-left-radius: 0.5rem;
}

table tr:last-child td:last-child {
	border-bottom-right-radius: 0.5rem;
}

.search>* {
	display: inline-block;
	outline: none;
}

.search>input {
	width: 65%;
	padding: 0.5rem;
	border: 0;
	background: #fff;
	color: #ee6363;
	display: inline-block;
	vertical-align: top;
	margin-right: -0.5rem;
	border-right-width: 0;
	overflow: hidden;
	border-radius: 0.3rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border: 0.055rem solid #fa6262;
	border-right: 0;
}

.search>input::-webkit-input-placeholder {
	text-align: center;
}

.search>input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	position: relative;
	height: 1rem;
	width: 1rem;
	border-radius: 50%;
	background: #ebebeb no-repeat center;
}

.search>button {
	width: 15%;
	color: #fff;
	background: #fa6262;
	border: 0;
	padding: 0.5rem;
	border-radius: 0.3rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.qiong {
    width: auto;
    height: 60%;
}

/*      https://ii.do   */