.txl_set
{
    width: 6.85rem;
    height: 0.6rem;
    margin: 0 auto;
    margin-top: 0.3rem;
    display: flex;
}
.txl_yetai
{
    display: block;
    height: 0.6rem;
  
    border-radius: 0.1rem;
    line-height: 0.6rem;
}
.txl_search
{
    flex: 1;
    border-radius: 0.1rem;
    border: 0.02rem solid #939293;
    background: url('../images/search.png') no-repeat;
    background-size: 0.3rem;
    background-position: 95% 50%;
}
.txl_search:focus
{
    outline-color: #2c73e9;
}
.txl_top
{
    width: 100%;
    height: 0.6rem;
    border-bottom: 0.01rem solid #eeeeef;
    margin-top: 0.2rem;
}
.txl_top p
{
    font-size: 0.35rem;
    padding-left: 0.8rem;
}
.txl_top span
{
    font-size: 0.25rem;
    color: #2c73e9;
    padding-left: 0.2rem;
}

