div[themeColor]{
  color: var(--nav-text-primary-active);
}

._flex-row-bet-type_list{
  display: flex;
  justify-content: space-between;
  flex: 1;
  min-width: 5rem;
}

.searchTop{
  width: 100%;
  height: 6.25rem;
}

.data-statistics-head {
  width: 100%;
  padding-top: 8.625rem;
}


.data-statistics{
  width: 100%;
  padding-top: 1.875rem;
}

.columnItem{
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  padding: 0 1rem;
}

.columnItem .title{
  font-size: 1.13rem;
  margin-bottom: 1rem;
}

.columnItem .sub_title{
  font-size: 1.88rem;
  font-weight: 550;
  color: var(--nav-text-primary-active);
  line-height: 1;
}


.filterBox{
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 1.875rem 1.875rem 0;
}


.filterSearch .historyBox{
  font-size: 0.875rem;
}

.filterSearch .historyBox .historyList{
  padding: 1rem 0;
  display: flex;
  border-bottom: 0.063rem solid #EEEEEE;
}

.filterSearch .historyBox .historyList .lable{
  width: 5.375rem;
  padding-right: 0.8rem;
  color: #999;
  font-weight: 550;
}

.filterSearch .historyBox .historyList .list{
  flex: 1;
  min-width: 6.25rem;
  display: flex;
  gap: 1.875rem;
}

.filterSearch .historyBox .historyList .list>div{
  cursor: pointer;
}


.filterType{
  padding: 1rem 0 1.875rem;
}


.filterSearch .searchBox{
  padding-left: 1.875rem;
  display: flex;
  border-radius: 3.75rem;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: #F6F6F6;
}

.filterSearch .searchBox>input{
  background-color: #F6F6F6;
  height: 3.375rem;
  flex: 1;
}

.filterSearch .searchBox .searchBtn{
  width: 6.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 624.94rem;
  font-weight: 550;
  color: #fff;
  background-color: var(--nav-text-primary-active);
  margin-left: 1rem;
  cursor: pointer;
}


.typeList{
  display: flex;
  font-size: 0.875rem;
}

.typeList .label{
  width: 5.375rem;
  padding-right: 0.8rem;
  color: #999;
  font-weight: 550;
}

.typeList .navList{
  display: flex;
  gap: 1rem 3rem;
}

.typeList .navList>div{
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 550;
}

.typeList .navList>div>img{
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.19rem;
}

.typeList .pages{
  display: flex;
  align-items: center;
  margin-left: 1rem;
  font-size: 0.875rem;
}

.typeList .pages .numPage{
  margin-right: 0.44rem;
}

.typeList .pages .numPage .total{
  color: var(--nav-text-primary-active);
}

.typeList .pages .pagesBtn{
  display: flex;
  align-items: center;
}

.typeList .pages .pagesBtn>img{
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}

.filterSearch .typeList .pages .pagesBtn .nowPages{
  color: var(--nav-text-primary-active);
  font-weight: 550;
}


.filterSearch .typeList .navList{
  flex: 1;
}


.filterType .typeList{
  margin-bottom: 1rem;
}

.filterType .typeList:last-child{
  margin-bottom: 0;
}


.searchList{
  width: 100%;
  padding-bottom: 12.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1.25rem;
}

.searchList .searchItem{
  overflow: hidden;
  border-radius: 1.25rem;
  background-color: #fff;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
}

.searchList .searchItem:hover{
  box-shadow: 0px 0px 1rem rgba(0,0,0,0.3);
}

.searchList .searchItem .subBox{
  padding: 1.125rem 1.25rem 0.938rem;
  height: 7.125rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.searchList .searchItem .subBox .title{
  font-size: 0.875rem;
  font-weight: 550;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.searchList .searchItem .subBox .money .priceBox{
  display: flex;
  margin-bottom: 0.625rem;
}

.searchList .searchItem .subBox .money .priceBox .sales{
  color: #999;
  font-size: 0.75rem;
  margin-left: 0.313rem;
  align-self: flex-end;
  line-height: 1;
}

.searchList .searchItem .subBox .money .price{
  color: #E73828;
  font-size: 1rem;
  font-weight: 550;
  line-height: 1;
  max-width: 9.375rem;
}

.searchList .searchItem .subBox .money .price .unit{
  font-size: 0.75rem;
}

.searchList .searchItem .subBox .money .box{
  font-size: 0.75rem;
  color: #BBBBBB;
  display: flex;
  justify-content: space-between;
}

.searchList .searchItem .subBox .money .box>div{
 
  color: #999;
  font-size: 0.75rem;
}


.searchList .searchItem .subBox .money .box>div:last-child{
  margin-bottom: 0;
  color: #999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: unset;
  min-width: none;
  margin-left: 0.313rem;
}

.searchList .searchItem .subBox .money .box .lable{
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 3.125rem;
}

.searchList .searchItem .subBox .money .box .lable>img{
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.313rem;
}

.searchList .searchItem .subBox .money .box .lable .text{
  min-width: 3.125rem;
  flex: 1;
}

.searchList .searchItem .subBox .money .box>div .collect{
  width: 1rem;
  height: 1rem;
  margin-left: 0.313rem;
}



.noneBox{
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 4.375rem;
  padding-bottom: 4.438rem;
  color: #999;
  font-size: 1.25rem;
}

.noneBox>img{
  width: 18.75rem;
  margin-bottom: 1.25rem;
}


.noneBox .noneForm{
  margin-top: 2.5rem;
  width: 40.313rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.noneBox .noneForm form{
  width: 100%;
}

.noneBox .noneForm .inputBox{
  border-radius: 0.625rem;
  border: 0.063rem solid rgba(187, 187, 187, 1);
  font-size: 0.875rem;
  padding: 0 1.25rem;
  margin-bottom: 1.25rem;
  background: #fff;
}

.noneBox .noneForm .inputBox:last-child{
  margin-bottom: 2.5rem;
}

.noneBox .noneForm .inputBox input{
  width: 100%;
  height: 2.875rem;
}

.noneBox .noneForm .inputBox textarea{
  width: 100%;
  height: 5rem;
  padding: 0.813rem 0;
}


.noneBox .noneForm .submitBtn{
  width: 26.688rem;
  height: 3.625rem;
  border-radius: 1.875rem;
  background-color: rgba(28, 91, 255, 1);
  color: #fff;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  cursor: pointer;
}

.noneBox .noneForm .tips{
  font-size: 0.875rem;
}

.filterSearch .searchBox .mbsearchBtn{
  display: none;
}



.successPop{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.3);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}


.successPop .successBox{
  width: 25rem;
  padding: 1.875rem;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 550;
  background-color: #fff;
}

.successPop .successBox>img{
  width: 3.875rem;
  height: 3.875rem;
  margin-bottom: 1.188rem;
}

.successPop .successBox .btn{
  margin-top: 1.875rem;
  width: 7.125rem;
  height: 2.75rem;
  border-radius: 6.25rem;
  background-color: rgba(66, 139, 244, 1);
  color: #fff;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


@media (max-width: 768px) {
  .mb-border-bottom{
    border-bottom: 1rem solid #EEEEEE;
  }

  .mb-pad-top-15{
    padding-top: 15rem;
  }

  .data-statistics-head{
    padding-top: 69rem;
    padding-left: 15rem;
    padding-right: 15rem;
    width: 100%;
  }

  .filterBox{
    padding: 15rem 15rem 0;
    border-radius: 10rem;
  }

  .filterSearch .searchBox{
    padding-left: 15rem;
    font-size: 12rem;
    border-radius: 60rem;
  }

  .filterSearch .searchBox .searchBtn{
    display: none;
  }

  .filterSearch .searchBox .mbsearchBtn{
    display: flex;
    align-items: center;
    padding-right: 15rem;
  }

  .filterSearch .searchBox .mbsearchBtn>img{
    width: 20rem;
    height: 20rem;
  }

  .filterSearch .searchBox>input{
    height: 36rem;
  }

  .filterSearch .historyBox{
    font-size: 14rem;
  }

  .filterSearch .historyBox .historyList{
    padding: 15rem 0 0;
  }

  .filterSearch .historyBox .historyList .lable{
    width: 80rem;
    padding-right: 5rem;
  }

  .filterSearch .historyBox .historyList .list{
    gap: 15rem;
    padding-bottom: 10rem;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .filterType{
    padding: 15rem 0 0;
  }

  .filterType .typeList{
    margin-bottom: 0;
  }

  .typeList .label{
    width: 80rem;
    padding-right: 5rem;
  }

  .typeList{
    font-size: 14rem;
  }

  .mb-pad-bottom-10{
    padding-bottom: 10rem !important;
  }

  .typeList .navList{
    gap: 5rem 25rem;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 15rem;
  }

  .typeList .navList>div>img{
    width: 16rem;
    height: 16rem;
  }

  .typeList .navList>div{
    font-weight: 500;
  }


  .searchList{
    padding-bottom: 29rem;
    padding-left: 15rem;
    padding-right: 15rem;
    grid-template-columns: 1fr 1fr;
    gap: 10rem;
  }
  
  .data-statistics{
    padding-top: 15rem;
  }

  .searchList .searchItem .subBox{
    height: 109rem;
    padding: 10rem;
  }

  .searchList .searchItem .subBox .title{
    font-size: 14rem;
    word-break:break-all;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    text-overflow:unset;
    white-space:unset;
  }

  .searchList .searchItem .subBox .money .priceBox{
    margin-bottom: 6rem;
  }

  .searchList .searchItem .subBox .money .box{
    font-size: 12rem;
  }

  .searchList .searchItem .subBox .money .box .lable>img{
    width: 14rem;
    height: 14rem;
    margin-right: 5rem;
  }

  .searchList .searchItem .subBox .money .box>div{
    font-size: 12rem;
  }

  .searchList .searchItem .subBox .money .box>div:last-child{
    margin-left: 5rem;
  }

  .searchList .searchItem .subBox .money .price{
    font-size: 14rem;
    max-width: 95rem;
  }

  .searchList .searchItem .subBox .money .priceBox .sales{
    font-size: 10rem;
    margin-left: 5rem;
  }

  .searchList .searchItem{
    border-radius: 10rem;
  }

  .searchList .searchItem .subBox .money .price .unit{
    font-size: 14rem;
  }


  .noneBox{
    width: 100%;
    padding-bottom: 64rem;
    font-size: 16rem;
    padding-left: 15rem;
    padding-right: 15rem;
    padding-top: 30rem;
  }

  .noneBox>img{
    width: 200rem;
    margin-bottom: 15rem;
  }

  .noneBox .noneForm{
    width: 100%;
    margin-top: 30rem;
  }

  .noneBox .noneForm .submitBtn{
    width: 114rem;
    height: 36rem;
    font-size: 14rem;
    margin-bottom: 22rem;
    border-radius: 30rem;
  }

  .noneBox .noneForm .tips{
    font-size: 14rem;
  }

  .noneBox .noneForm .inputBox{
    border-radius: 5rem;
    padding: 0 15rem;
    font-size: 12rem;
    border: 1rem solid rgba(187, 187, 187, 1);
    margin-bottom: 15rem;
  }
  
  .noneBox .noneForm .inputBox input{
    height: 42rem;
  }

  .noneBox .noneForm .inputBox textarea{
    height: 88rem;
    padding: 13rem 0;
  }

  .noneBox .noneForm .inputBox:last-child{
    margin-bottom: 20rem;
  }

  .successPop .successBox{
    width: 260rem;
    padding: 25rem;
    border-radius: 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18rem;
    font-weight: 550;
    background-color: #fff;
  }

  .successPop .successBox>img{
    width: 50rem;
    height: 50rem;
    margin-bottom: 15rem;
  }

  .successPop .successBox .btn{
    margin-top: 20rem;
    width: 120rem;
    height: 40rem;
    border-radius: 20rem;
    background-color: rgba(66, 139, 244, 1);
    color: #fff;
    font-size: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .typeList .pages{
    display: none;
  }
}