/*电脑*/
.pc_client .topp1{
    z-index: 99999!important;
}
.pc_client .fixed_top{
    width: 100%;
    background: #fff;
    position: fixed;
    top: 30px;
    z-index: 9999;
}
.pc_client .header{
  height: 91px;
    background: #fff;
    font-size: 24px;
    color: #121212;
}
.pc_client .header_title{
    margin-top: -5px;
}
.pc_client .elinput .el-input__inner{
  width: 260px;
  height: 40px;
  border-color: #f4f4f4 !important;
  border-radius: 20px;
}
.breedautocomplete_pc{
    z-index: 99999!important;
}

.pc_client .navigation{
    background: linear-gradient(180deg, #535353 0%, #333333 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    color: #fff;
}
.pc_client .navigation_list{
    flex-wrap: wrap;
    padding: 10px;
}
.pc_client .navigation_list >div{
    margin-right: 0;
    padding: 0; 
}
.pc_client .navigation_list a{
    color: #fff;
}


/*手机*/
.phone_client .fixed_top{
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 9999;
    box-shadow: 0px 4px 4px rgba(224, 224, 224, 0.25);
}
.phone_client .mask_contaniner{
    background: #00000080;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
}

.phone_client .header{
    height: 1.2rem;
    background: #fff;
    font-size: 0.3rem;
    color: #121212;
    padding: 0 0.3rem;
}
.phone_client .header_title{
    margin-top: -0.05rem;
}
.phone_client .header_left img{
    width: 1.8rem;
    height: auto;
}
.phone_client .elinput .el-input__inner{
    width: 2.03rem;
    height: 0.55rem;
    border-color: #f4f4f4 !important;
    border-radius: 0.35rem;
    background: #f2f2f2;
    line-height: .55rem;
    padding: 0 0.2rem;
    font-weight: 400;
    font-size: .22rem;
    color: #121212;
}
.phone_client .elinput .el-input__suffix-inner .el-input__icon{
    line-height: .55rem;
}
.breedautocomplete_phone{
    width: 100%!important;
    z-index: 99999!important;
}
.phone_client .van-field__left-icon .van-icon, .van-field__right-icon .van-icon{
    font-size: .30rem;
}
.phone_client .menu{
    width: 0.4rem;
    height: auto;
    margin-left: 0.3rem;
}
.phone_client .navigation_list{
    flex-wrap: wrap;
    padding: 0 .2rem .3rem .2rem;
}
.phone_client .navigation_item{
    width: 1.25rem;
    height: .65rem;
    background: #ffffff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    border-radius: .03rem;
    font-weight: 400;
    font-size: .22rem;
    line-height: .29rem;
    text-align: center;
    color: #333333;
    margin-bottom: .21rem;
}
.phone_client .navigation_active{
    background: #d23023!important;
    color:#fff!important;
}
.phone_client .navigation_item a{
    color: #333333;
}
.phone_client .navigation_active a{
    color: #fff;
}


.nodata_autocomplete{
    cursor: no-drop;
    color: #999;
}
