.serach1{
    padding-top: 0.81rem;
    padding-bottom: 0.64rem;
}
.serach1 .searchInput{
    height: 0.54rem;
    background: #FFFFFF;
    border: 0.01rem solid #CECECE;
}
.serach1 .searchInput .searchBtn{
    width: 0.65rem;
    height: 0.38rem;
    border-left: 0.01rem solid #C9C9C9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.serach1 .searchInput .searchBtn img{
    width: 0.24rem;
    height: 0.24rem;
}
.serach1 .searchInput .qxs{
    width: 0.24rem;
    height: 0.24rem;
    background: #FFFFFF;
    border: 0.01rem solid #8E8E8E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.2rem;
}

.serach1 .searchInput .qxs img{
    width: 0.1rem;
    height: 0.1rem;
}
.serach1 .searchInput input{
    width: calc(100% - 1.08rem);
    padding-left: 0.16rem;
}
.serach1 .searchInput input::placeholder{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #B7B7B7;
}
.serach1 .serachBum{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.2rem;
    color: #5B5B5B;
    text-align: center;
    padding-top: 0.38rem;
    padding-bottom: 0.38rem;
    margin-bottom: 0.6rem;
}
.serach1 .serachBum .num{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.2rem;
    color: #FF0000;
    text-align: center;
}
.serach1 .serachL{
    padding-bottom: 0.31rem;
    border-bottom: 0.01rem solid #D8D8D8;
    margin-bottom: 0.38rem;
}
.serach1 .serachL:last-child{
    margin-bottom: 0.64rem;
}
.serach1 .serachL .txt1{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.2rem;
    color: #030303;
    margin-bottom: 0.21rem;
}
.serach1 .serachL .txt1 .num{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.2rem;
    color: #FF0000;
}
.serach1 .serachL .txt2{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #5B5B5B;
    line-height: 0.3rem;
}
.serach1 .serachL .right{
    width: 1.77rem;
    height: 0.95rem;
}
.serach1 .serachL .right img{
    width: 100%;
    height: 100%;
}
.serach1 .serachL2{
    display: flex;
    justify-content: space-between;
}
.serach1 .serachL2 .left{
    width: calc(100% - 2.2rem);
}
.serach1 .empty{
    padding-bottom: 0.78rem;
}
.serach1 .empty img{
    width: 4rem;
    height: auto;
    margin: 0 auto;
}
.serach1 .empty .emptyTxt{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.18rem;
    color: #606060;
    margin-top: 0.18rem;
    text-align: center;
}