[data-field="name1"] span{
    width: 100%;
    height: 100%;
    display: block;
}

.rili_search{
    margin-bottom: 0.75rem;
}

.rili_search input {
    height: 1.75rem;
    line-height: 1.75rem;
    width: calc(100% - 3rem);
    border: 1px solid #00b277;
    padding-left: 10px;
}

.rili_search span {
    width: 3rem;
    height:1.75rem;
    line-height: 1.75rem;
    display: inline-block;
    background-color: #00b277;
    color: #fff;
    text-align: center;
    font-size: 0.7rem;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.resdata .searchdiv{
    border: 1px solid #00b277;
    padding: 0.5rem;
    margin-bottom: 0.75rem;
}

.rili_rnry_nian{
    color:#00b277;
}

.rili_rnry_yue{
    color:red;
}

.search_table{
    width: 100%;
    color: #666 !important;
    margin-top: 0.5rem;
    font-size: 0.6rem;
    margin-bottom: 0.75rem;
}

.search_table tr td:first-child {
    background-color: #f8fafe;
    width: 6rem;
    color: #fe5668;
    background: #fff2f4;
}
.search_table tr td {
    padding: 0.75rem 0.75rem;
    border: 1px solid #ffc8ce;
}

.night .search_table{
    color: #ddd !important;
}

.night .search_table tr td:first-child {
    color: #fff;
    background: #000000;
}

.night .search_table tr td {
    border: 1px solid #444;
}