.rightmain {
  position: relative;
}
.searchl {
  padding: 0 20px;
  box-sizing: border-box;
  width: 960px;
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;margin-bottom: 15px;
}
.searchl .s2 {
  margin-right: 20px;
}
.searchl .s2 input,
.searchl .s2 select {
  box-sizing: border-box;
  padding: 0 10px;
  width: 152px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  outline: none;
}
.searchl .s1,
.searchl .s3 {
  margin-right: 20px;
}
.searchl .s1 input,
.searchl .s3 input {
  box-sizing: border-box;
  padding: 0 10px;
  width: 230px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  outline: none;
  color: #333333;;
}
.searchl .btnn {
  text-align: center;
  margin-left: 55px;
  width: 80px;
  height: 30px;
  box-sizing: border-box;
  line-height: 30px;
  background: #8231a7;
  border-radius: 2px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.table {
  padding: 0 20px;
  width: 920px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #222222;
}
.table table {
  border-collapse:collapse !important;  
  border-spacing:0 !important;
  display: block;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  text-align:left;
  width: 920px;
}
.table table .ttitle {
  font-size: 0;
  box-sizing: border-box;
  margin: 0;
  padding:  0 10px;
  display: inline-block;
  line-height: 40px;
  width: 920px;
  height: 40px;
  background: rgba(131, 47, 164, 0.06);
}
.table table .ttitle th {
  font-size: 14px;
  padding: 0;
  margin: 0;
  text-align: left;
  /* display: inline-block; */
  height: 40px;
  box-sizing: border-box;
}
.table table .ttitle .t1 {
  text-align:left;
}

.table table .btr {
  box-sizing: border-box;
  padding:  0 10px;
  width: 920px;
  min-height: 50px;
  display: flex;
  background: #ffffff;
  /*display: inline-block;*/
  line-height: 50px;
  /*border-bottom: 1px solid #f5f5f5;*/
  font-size: 0;
  position:relative;
}
.table table .btr::before {
  content: "";
  height: 1px;
  width: 900px;
  position: absolute;
  background-color: #f5f5f5;
  bottom: 0;
}
.table table .btr td {
  font-size: 14px;
  /* background-color: red; */
  padding: 0;
  margin: 0;
  display: inline-block;
  min-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.table table .btr .action {
  vertical-align: middle;
}
.table table .btr:hover {
  background: #f7f7f7;
}
.pagition {
  width: 920px;
  height: 70px;
  display: flex;
  align-items: center;
}
.pagition .page {
  display: flex;
}
.pagition .page span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align:left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagition .page span:hover {
  width: 30px;
  height: 30px;
  background: #ececec;
  border-radius: 2px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 30px;
  text-align:left;
}
.pagition .page .spanactive {
  width: 30px;
  height: 30px;
  background: #8231a7;
  border-radius: 2px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  line-height: 30px;
  text-align:left;
}
.pagition .jump {
  margin-left: 0px;
  width: 150px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.pagition .jump input {
  padding: 15px;
  box-sizing: border-box;
  outline: none;
  width: 49px;
  height: 30px;
  border-radius: 1px;
  border: 1px solid #e1e1e1;
}
.pagition .jump .button{
  text-align: center;
    width: 45px;
    height: 30px;
    box-sizing: border-box;
    line-height: 30px;
    background: #8231a7;
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
}
.pagition .foo {
  height: 70px;
  width: 340px;
}
.searchbox {
  width: 350px;
  display: flex;
  align-items: center;
  position: relative;
}
.searchbox input {
  outline: none;
  box-sizing: border-box;
  padding: 0 24px;
  width: 350px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
}
.searchbox .sear {
  cursor: pointer;
  width: 40px;
  height: 30px;
  background: #f6f6f6;
  border-radius: 0px 2px 2px 0px;
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchbox .d {
  cursor: pointer;
  position: absolute;
  right: 45px;
  top: 7px;
}

.invoiceerror{
  position: absolute;
  top: 40px;
  left: 200px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FF4848;
  display:none;
}

.messbox {
  min-width: 190px;
  height: 40px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  backdrop-filter: blur(4px);
  position: fixed;
  left: 45%;
  top: 10%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
  z-index: 2000;
}

.mess {
  line-height: 100%;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}


.pagination-btn{
  padding: 0.06rem 0.10rem;
  margin-right: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  width: 44px;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #222222;
  line-height: 30px;
}
.pagination-btn:hover{
  width: 30px;
  height: 30px;
  background: #ececec;
  border-radius: 2px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 30px;
}
.pagination-wrap{
  position: relative;float:left;margin: 0;
  /* display: inline-block; */
  padding-left: 0px;
}
.pagination-ellipsis{
  color: #999;
  position: relative;
  top: -5px;
  display: inline-block;
  padding: 0 0.12rem;
  margin-right: 4px;
}
.pagination-current{
  background: #8231a7;
  /* border:1px solid #8231a7; */
  color:#ffffff;
}
.pagination-disabled{
  cursor: not-allowed;
}
#pagination-prev{
  float: left;
  background: url(/static?q=assets/images/indeeda/to.png) no-repeat center;
}
#pagination-next{
  float: left;
  background: url(/static?q=assets/images/indeeda/next.png) no-repeat center;
}

#pagination-next,#pagination-prev{
  padding-right:0.08rem;
  padding-left:0.08rem;
}
.pagenum{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;vertical-align: middle;}