.mainSearch{
   width: 100%;
   height: 100%;
}

.searchContent{
   margin-top: 0.87vw;
   margin-left: 1.68%;
   width: 96.64%;
   height: 83%;
   border-radius: 6px;
   overflow-y:hidden;
   background:white;
}

.headerRow{
   flex-direction: row;
   display:flex;
   height: 4.2675vw;
   align-items:center;
   justify-content:space-between;
}

.daoChu{
   font-family: PingFang-SC-Regular;
   font-size: 1.1vw;
   color: #4276E1;
   margin-right: 3.38vw;
}

.categoryHeader{
   height: 3.125vw;
   margin-left: 3.02vw;
   margin-right: 3.02vw;
   flex-direction: row;
   display:flex;
   align-items: center;
   justify-content: space-between;
   background: rgba(74,144,226,0.10);
   border-radius: 4px 4px 0 0;
}

.categoryHeaderTitle{
   font-family: PingFangSC-Medium;
   font-size: 1.1vw;
   color: rgba(0,0,0,0.85);
   line-height: 100%;
   width:11.14%;
   text-align:center;
}

.headerAddressTitle{
   font-family: PingFangSC-Medium;
   font-size: 1.1vw;
   color: rgba(0,0,0,0.85);
   line-height: 100%;
   width:22%;
   text-align:center;
}

.searchList{
   flex-direction: column;
   display:flex;
   align-items:center;
   height: 88%;
   margin-left: 3.02vw;
   margin-right: 3.02vw;
   overflow-y:scroll;
}

.searchListRow{
   flex-direction:row;
   display:flex;
   align-items:center;
   width: 100%;
   height: 3.6vw;
   border-bottom: 1px solid #CCCCCC;
}

.listRowC{
   width: 100%;
   background:white;
}

.contentTitle{
   font-family: PingFang-SC-Regular;
   font-size: 1.1vw;
   color: #555;
   line-height: 100%;
   width:11.14%;
   text-align:center;
}

.eventsCheck{
    margin-left: 3.38vw;
    width: 18.75vw;
    height: 2.1875vw;
    border-radius:4px;
    border:1px solid rgba(0,0,0,0.15);
    display:flex;
    color: #555;
    font-size: 1.1vw;
    align-items:center;
}
.eventsCheck input{
    border:0;
    height:100%;
    flex:1;
    color:#555;
    outline:0;
    background:transparent;
    margin-left:0.73vw;
}
.eventsCheck input::-webkit-input-placeholder{
    color:rgba(0,0,0,0.25);
}
.eventsCheck input::-moz-placeholder{
    color:rgba(0,0,0,0.25);
}
.eventsCheck input:-moz-placeholder{
    color:rgba(0,0,0,0.25);
}
.eventsCheck img{
    height:1.02vw;
    width:1.02vw;
    margin:0 0.88vw
}

.contentAddressTitle{
   font-family: PingFang-SC-Regular;
   font-size: 1.1vw;
   color: #555;
   line-height: 100%;
   width:22%;
   text-align:center;
}

.search-pagination{
    margin-top:1vw;
    display:flex;
    justify-content:flex-end;
    align-items:center;
}
.search-pagination .ant-pagination-prev .ant-pagination-item-link,.cure-pagination .ant-pagination-next .ant-pagination-item-link{
    display:flex;
    align-items:center;
    justify-content:center;
}

.search-pagination .ant-pagination-jump-next .ant-pagination-item-container,.cure-pagination .ant-pagination-jump-prev .ant-pagination-item-container{
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.search-pagination .ant-pagination-next .ant-pagination-item-link, .ant-pagination-prev .ant-pagination-item-link{
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
