.hyc_input1 { display: inline-block; padding: 0 10px; width: 300px; height: 40px; line-height: 40px; font-size: 12px; border-radius: 5px; }

.content table { width: 100%; border-spacing: 0; border-collapse: collapse; text-align: center; }
.content table tr:hover { background: #CBEFFF; }
.content table td { padding: 3px 5px; line-height: 30px; border:1px solid #D8DADD; font-size: 15px; }
@media screen and (max-width:640px) {
.content table td { padding: 5px; line-height: 20px; font-size: 12px; }
}