* {
  padding: 0px;
  margin: 0px;
}

#app {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: transparent;
}

.allcontent {
  height: 100vh;
}

.allcontentTwo {
  transform: translateY(-100vh);
}

.con1 {
  width: 100%;
  height: 100vh;
  position: relative;
}

.flex_spa_center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header {
  height: 60px;
  border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  width: 100%;
  padding: 0px 13px;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}

.hl {
  font-family: MiSans, MiSans;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  display: flex;
  align-items: center;
}

.loogo {
  height: 23px;
  margin-right: 4px;
}

.loogoName {
  padding-right: 5px;
}

.loogourl {
  font-family: DIN Alternate, DIN Alternate;
  font-weight: bold;
  font-size: 15px;
  color: #ffffff;
  line-height: 16px;
  font-style: normal;
  text-decoration-line: underline;
  text-transform: none;
}

.hr img {
  height: 30px;
}

.rowone {
  height: 35px;
  border-radius: 0px 0px 0px 0px;
  width: 100%;
  padding: 0px 13px;
  box-sizing: border-box;
  position: absolute;
  top: 48px;
  left: 0px;
  z-index: 3;
}

.rowonehl {
  display: flex;
  align-items: center;
}

.num {
  font-family: MiSans, MiSans;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  line-height: 16px;
  text-align: center;
}

.state {
  margin-left: 28px;
  font-family: MiSans, MiSans;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  line-height: 16px;
  text-align: center;
}

.rowoneri {
  border-radius: 100px 100px 100px 100px;
  font-family: MiSans, MiSans;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  text-align: center;
}

.bo2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.bo2 img {
  width: 100%;
  height: 100%;
}

.tagBox {
  position: absolute;
  bottom: 54px;
  right: 19px;
}

.tagBox .tag2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  cursor: pointer;
}

.tagBox .tag2 img {
  width: 32px;
  margin-bottom: 3px;
}

.tagBox .tag2 .tagTxt {
  font-family: MiSans, MiSans;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
  text-align: center;
}

.tagBox .tag27 img {
  width: 40px;
}

.con2 {
  width: 100vw;
  height: 100vh;
  position: fixed;
  box-sizing: border-box;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 91;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  transition: all 0.3s;
  transform: translateY(0px);
}

.con3 {
  width: 100vw;
  height: 100vh;
  position: fixed;
  box-sizing: border-box;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 91;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  transition: all 0.3s;
  transform: translateY(0px);
}

.con2_con {
  background-color: #fff;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: calc(100% - 90px);
  width: 100vw;
  box-sizing: border-box;
}

.con2_header {
  width: 100%;
  box-sizing: border-box;
  /* padding: 12px 13px 5px 13px; */
  display: flex;
  padding-left: 6px;
  justify-content: space-between;
  align-items: center;
  border-left: 3px solid #4C2E10;
}

.con2_header_l {
  font-family: MiSans, MiSans;
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  line-height: 18px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  color: #4C2E10;
}

.con2_header_l_2 {
  color: #4c2e10;
  font-size: 14px;
}

.con2_header_r {
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.con2_header_r img {
  width: 24px;
}

.ruleClose {
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ruleClose img {
  width: 24px;
}

#scrollableDiv {
  width: 100%;
  background-color: #fff;
  flex: 1;
  height: calc(100vh - 148px);
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0px 13px;
  padding-bottom: 13px;
}
#scrollableDiv2 {
  width: 100%;
  background-color: #fff;
  flex: 1;
  height: calc(100vh - 200px);
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 0px 13px;
  padding-bottom: 13px;
}
.projectSel {
  display: flex;
  align-items: center;
  /* margin-bottom: 7px; */
  width: 100%;
  padding: 12px 0px;
  box-sizing: border-box;
  justify-content: space-between;
}

.projectL {
  display: flex;
  align-items: center;
}

.shiBox {
  width: 100%;
  padding: 13px 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #efefef;
}

.redBox {
  width: 100%;
  padding: 13px 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #efefef;
}

.redTbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 19px;
}

.redt {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 14px;
  color: #020202;
  line-height: 16px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.reddes {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 14px;
  color: #808080;
  line-height: 16px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.redTxtBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 16px;
  text-align: center;
}

.redTxtred {
  color: #d720b2;
}

.redTxtblue {
  color: #4860de;
}

.redTxtZi {
  color: #d720b2;
}

.redTxtGreen {
  color: #36af07;
}

.redTxtOrg {
  color: #eb9729;
}

.shititBox {
  padding-right: 10px;
}

.shitit {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 14px;
  color: #020202;
  line-height: 22px;
  text-align: center;
  margin-bottom: 10px;
}

.shides {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 14px;
  color: #808080;
  line-height: 16px;
  text-align: center;
}

.shicircleBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 14px;
}

.shicir {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border: 2px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 16px;
  margin-bottom: 4px;
  border-radius: 50%;
  word-break: normal;
}

.shicirRed {
  border-color: #d9001b;
}

.shicirblue {
  border-color: #4860de;
}

.shicirGreen {
  border-color: #36af07;
}

.shitblock {
  color: #000000;
}

.shitime {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 12px;
  color: #808080;
  line-height: 12px;
  text-align: center;
  position: relative;
}

.shitime img {
  width: 12px;
  position: absolute;
  right: -14px;
  top: -1px;
}

.shitxt {
  display: flex;
  align-items: center;
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.shitred {
  color: #d9011b;
}

.shitblue {
  color: #29b7eb;
}

.dui2 {
  width: 15px;
  height: 15px;
  background: #eb9729;
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 11px;
  color: #ffffff;
  line-height: 15px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  right: -15px;
}

.ml5 {
  margin-left: 2px;
}

.pr10 {
  padding-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb12 {
  margin-bottom: 12px;
}

.proOne {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 15px;
  color: #969696;
  line-height: 16px;
  text-align: center;
  padding: 5px 6px;
  margin-right: 7px;
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.proOne img {
  height: 17px;
  margin-right: 1px;
  display: none;
}

.proOne .proOneimg {
  display: inline-block;
}

.acproone {
  font-weight: 800;
  color: #d9001b;
  border-bottom-color: #d9001b;
}

.acproone .proOneimg {
  display: none;
}

.acproone .proOneimgac {
  display: inline-block;
}

.Prop {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 95;
  padding: 0px 13px;
  box-sizing: border-box;
  transition: all 0.3s;
  transform: translateX(0px);
}

.PropCon {
  height: calc(100vh - 100px);
  width: 163px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px 10px 10px 10px;
  box-sizing: border-box;
  padding: 26px 20px;
}

.slirow {
  display: flex;
  align-items: center;
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  line-height: 16px;
  text-align: center;
  margin-bottom: 14px;
}

.slirow img {
  height: 26px;
  margin-right: 8px;
}

.aboutProp {
  width: 100%;
  height: 100vh;
  position: fixed;
  box-sizing: border-box;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 91;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  transition: all 0.3s;
  transform: translateY(0px);
}

.aboutPropCon {

  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.aboutContentS {
  background-color: #fff;
  margin-top: 14px;
  width: 100%;
  box-sizing: border-box;
  padding: 18px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;

}

.aboutT {
  margin-bottom: 12px;
}

.aboutT img {
  width: 114px;
}

.aboutDes {
  width: 100%;
  box-sizing: border-box;
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  text-align: left;
  max-height: calc(100vh - 167px);
  overflow-y: auto;
}
.aboutContentS {}

.ApiProp {
  width: 100%;
  height: 100vh;
  position: fixed;
  box-sizing: border-box;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 91;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  transition: all 0.3s;
  transform: translateY(0px);
}

.flexclumPropCon {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  /* height: calc(100% - 90px); */
  width: 100%;
}

.ruleProp {
  width: 100%;
  height: 100vh;
  position: fixed;
  box-sizing: border-box;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 91;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  transition: all 0.3s;
  transform: translateY(0px);
  background-color: rgba(000, 000, 000, .5);
}

.rulePropCon {
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  /* height: calc(100% - 90px); */
  width: 100%;
  transform: translateY(0px);
  z-index: 9999;
}

.redProp {
  width: 100%;
  height: 100vh;
  position: fixed;
  box-sizing: border-box;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 91;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  transition: all 0.3s;
  transform: translateY(0px);
}

/* .ApiPropCon .con2_header {
  padding-bottom: 10px;
} */

.apiContentS {
  margin-top: 16px;
  overflow-y: auto;
}

.apirules_con {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow-y: auto;
}
.apiruleTxt {
  font-family: MiSans;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #4860DE;
  margin-right: 37px;
  text-decoration: underline;
  cursor: pointer;
}

.apiBox_one {
  width: 100%;
  padding: 14px 8px;
  box-sizing: border-box;
  background-color: #f9f9f9;
  border-radius: 10px;
  font-size: 13px;
}

.mt10 {
  margin-top: 10px;
}

.apiBox_one_tit {
  font-size: 14px;
  font-weight: 500;
  color: #4c2e10;
  line-height: 18px;
  margin-bottom: 8px;
}


.ruleBox_one_con {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 13px;
  max-height: calc(100vh - 100px);
  overflow-y: scroll;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.apiBox_one_des {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  line-height: 18px;
}

.apiBox_one_des_1 {
  color: #d9001b;
}

.apiBox_one_des_2 {
  color: #808080;
}

.apiBox_one_tab {
  width: 100%;
  overflow-x: auto;
}
.apiBox_one_tab table {
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  max-width: 200%;
  border: 1px solid #efefef;
}

.apiBox_one_tab table thead {
  font-size: 13px;
  line-height: 18px;
  background-color: #f1cc7c;
  color: #4c2e10;
}

.apiBox_one_tab table thead th {
  padding: 4px 0px;
}

.apiBox_one_tab table tr td {
  padding: 4px 0px;
  color: #000;
  padding: 4px 0px;
  text-align: center;
  background-color: #ffff;
}

.apiBox_one_tit2 {
  margin: 12px 0px;
  color: #000000;
  font-size: 13px;
  line-height: 18px;
}

.apiBox_one_des2 {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 13px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #000;
  font-size: 12px;
  color: #fff;
  line-height: 16px;
  word-break: break-all;
}

.apiBox_one_des3 {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 13px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #000;
  font-size: 12px;
  color: #89b447;
  line-height: 16px;
  word-break: break-all;
}

.apiBox_one_desff {
  color: #fff;
}

.redBox_one_con {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 13px;
  max-height: calc(100vh - 85px);
  overflow-y: auto;
  margin-top: 14px;
}

.redBox_one_des {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px 10px;
  box-sizing: border-box;
  background-color: #f1cc7c;
}

.redBox_one_des_tit {
  font-size: 16px;
  line-height: 18px;
  color: #4c2e10;
  margin-bottom: 7px;
}

.redBox_one_des_txt {
  font-size: 13px;
  line-height: 16px;
  word-break: break-all;
  color: #4c2e10;
}

.red_get_box {
  width: 100%;
  padding: 21px 15px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 12px;

}

.red_get_box .lineBOx {
  padding: 0px 0px;
}

.red_get_tit {
  font-size: 14px;
  line-height: 18px;
  color: #4c2e10;
  margin-bottom: 10px;
}

.red_img_box {
  width: 100%;
  padding: 0px 29px;
  box-sizing: border-box;
}

.red_img_box img {
  width: 100%;
}

.red_open_lis {
  margin-top: 19px;
  width: 100%;
}

.red_open_Tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}

.red_open_l {
  display: flex;
  align-items: center;
}

.red_open_l_t {
  font-family: MiSans;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-right: 3px;

}

.red_open_txtBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.red_open_txt {
  font-family: MiSans;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
}

.red_open_l_img {
  height: 27px;
}

.red_open_r {
  font-family: MiSans;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #808080;
}


.connectUsProp {
  width: 100%;
  height: 100vh;
  position: fixed;
  box-sizing: border-box;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 91;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  transition: all 0.3s;
  transform: translateY(0px);
}

.connectUsCOn {
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.connectOne {
  width: 100%;
  padding: 21px 45px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff;
}

.connectline {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.connectRow {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 15px;
}

.connectRowOne {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.connectRowOne img {
  height: 32px;
  margin-bottom: 9px;
}

.connectRowOne span {
  font-family: MiSans;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.56px;
}

.connectRowOne2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 11px;
  font-family: MiSans;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.56px;

}

.connectRowOne2 img {
  width: 24px;
  margin-right: 7px;
}

.mr23 {
  margin-right: 23px;
}

.mb0 {
  margin-bottom: 0px;
}

.trans100 {
  transform: translateY(200vh) !important;
}

.tranX100 {
  transform: translateX(200vw);
}

.rotating-element {
  animation: rotate 3s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.con1Info {
  position: absolute;
  bottom: 0px;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.con1InfoCon {
  padding-bottom: 80px;
  padding-left: 13px;
  width: 100%;
  box-sizing: border-box;
}

.infotime {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  line-height: 13px;
  margin-bottom: 7px;
}

.infotpeople {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 12px;
  margin-bottom: 12px;
}

.inforesult {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  line-height: 15px;
  margin-bottom: 8px;
}

.inforesultinfo {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  line-height: 13px;
  margin-bottom: 14px;
}

.inforesultLast {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lastNum {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  line-height: 15px;
  text-align: center;
  margin-right: 10px;
}

.lastTime {
  padding: 4px 7px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100px 100px 100px 100px;
  display: flex;
  align-items: center;
}

.lastTime img {
  height: 12px;
  margin-right: 6px;
}

.lastTime2 {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 12px;
  color: #fac000;
  line-height: 12px;
}

.redProgess {
  display: flex;
  align-items: center;
}

.redNums {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  line-height: 16px;
  margin-right: 8px;
}

.progesss {
  flex: 1;
  height: 6px;
  background: #efefef;
  border-radius: 100px 100px 100px 100px;
  position: relative;
  overflow: hidden;
}

.progesx {
  position: relative;
  top: 0px;
  left: 0px;
  border-radius: 100px 100px 100px 100px;
  height: 100%;
  width: 30%;
  background-color: #d9001b;
}

.lasprotime {
  display: flex;
  align-items: center;
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 15px;
  color: #d9001b;
  line-height: 16px;
  text-align: center;
  margin-left: 13px;
}

.alltabselBox {
  display: flex;
  align-items: center;
  overflow-x: scroll;
  flex-wrap: nowrap;
  word-break: keep-all;
  padding: 6px 10px 13px 10px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

.tabsel {
  margin-right: 20px;
  white-space: nowrap;
  cursor: pointer;
}

.actabsel {
  color: #d9001b;
}

.rewordNumBox {
  width: 100%;
}

.rewordNumBox th {
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #efefef;
  padding: 8px 0px;
}

.rewordtypeBox {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
}

.rewordType {
  font-size: 13px;
  line-height: 16px;
  padding: 2px 7px;
  background-color: #fff;
  word-break: keep-all;
  border-radius: 100px;
  cursor: pointer;
}

.acrewordType {
  background-color: #d9001b;
  color: #fff;
}

.rewordNumBox td {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #efefef;
  padding: 8px 0px;
}

.rewordNum {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
}

.rewordnumone {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.r_imgbbox {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-image: url(../img/rewordNumbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.reordNum {
  width: 11px;
  height: 11px;
  font-size: 9px;
  line-height: 11px;
  background-color: #fff;
  text-align: center;
  font-weight: 800;
  border-radius: 50%;
}

.reordTxt {
  font-family: MiSans;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}

.rewordseltyBox {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
}

.zhuangbox {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: MiSans;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
}

.zhuan {
  border-color: #d9001b;
}

.xian {
  border-color: #4860de;
}

.twoSidedTab1Box {
  width: 100%;
  margin-top: 12px;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
}

.twoSidedTab1 th {
  font-family: MiSans;
  font-weight: 400;
  font-size: 12px;
  padding: 7px;
  background-color: #ff952c;
  color: #fff;
}

.twoSidedTab1 td {
  font-family: MiSans;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #969696;
  padding: 10px;
  border: 1px solid #efefef;
  word-break: normal;
}

.twoSidedTab2 th {
  background-color: #29b7eb;
}

.twoSidedTab3 th {
  background-color: #c8c6c6;
}

.longDragonReminderBox {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 13px;
  margin-top: 12px;
}

.longDragonReminder {
  flex-shrink: 0;
  height: 40px;
  border: 1px solid #efefef;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: MiSans;
  font-weight: 400;
  font-size: 12px;
  color: #000;
}

.longDragonReminder span {
  color: #d9001b;
}

.zsSizeTab {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0px;
}

.zsSizeTabOne {
  font-family: MiSans;
  font-weight: 400;
  font-size: 14px;
  padding: 4px 9px;
  border-radius: 120px;
  text-align: center;
  color: #000;
}

.zsSizeTabOne2 {
  font-family: MiSans;
  font-weight: 400;
  font-size: 14px;
  padding: 4px 9px;
  border-radius: 120px;
  text-align: center;
  color: #000;
}

.aczsSizeTabOne {
  color: #fff;
  background-color: #d9001b;
}

.zsSizeTypeTabOne1Box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}

.zsSizeTypeTabOne1Single {
  width: 18%;
  height: 28px;
  text-align: center;
  border: 8px;
  font-size: 14px;
  line-height: 28px;
  color: #000;
  background-color: #d2d2d2;
  border-radius: 120px;
  overflow: hidden;
  color: #fff;
}

.aczsSizeTypeTabOne1Single {
  background-color: #d9001b;
}

.zsSizeTypeTabOne2Box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}

.zsSizeTypeTabOne2 {
  width: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  /* border: 1px solid #d9001b;
  overflow: hidden; */
}

.zsSizeTypeTabOne2Single {
  border-left: 1px solid #d9001b;
  border-top: 1px solid #d9001b;
  border-bottom: 1px solid #d9001b;
  text-align: center;
  font-family: MiSans;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #d9001b;
  flex: 1;
}

.zsSizeTypeTabOne2 .zsSizeTypeTabOne2Single:first-child {
  border-radius: 10px 0px 0px 10px;
}

.zsSizeTypeTabOne2 .zsSizeTypeTabOne2Single:last-child {
  border-right: 1px solid #d9001b;
  border-radius: 0px 10px 10px 0px;
}

.aczsSizeTypeTabOne2Single {
  background-color: #d9001b;
  color: #fff;
}

.zsSizeHisTaball th {
  padding: 10px 0px;
  font-family: MiSans;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #969696;
  border: 1px solid #efefef;
}

.zsSizeHisTaball td {
  padding: 10px 0px;
  font-family: MiSans;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #000;
  border: 1px solid #efefef;
}

.numberstatisticsTxtBox {
  padding-top: 10px;
  font-family: MiSans;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000;
}

.numberstatistics tr td {
  color: #000;
}

.numberstatistics tr td:first-child {
  color: #969696;
}

.Coldorhotanalysis tr td {
  color: #000;
}

.Coldorhotanalysis tr td:first-child {
  color: #969696;
}

.ColdorhotNumbox {
  display: flex;
  flex-wrap: nowrap;
}

.dates_hms li::marker {
  display: none;
  content: '';
}

.ColdorhotNumone {
  margin-right: 17px;
  position: relative;
  font-family: MiSans;
  font-weight: 400;
  font-size: 12px;
  flex-shrink: 0;
}

.hotNum {
  position: absolute;
  top: -3px;
  right: -10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 12px;
  font-size: 9px;
  color: #fff;
  background-color: #d9001b;
}

.luzhusOneCon {
  width: 100%;
}

.luzhusOneCon {
  width: 100%;
}

.luzhusOneHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0px;
}

.luzhusOneHeaderL {
  font-family: MiSans;
  font-weight: 400;
  font-size: 12px;
  color: #000;
}

.luzhusOneHeaderr {
  display: flex;
  align-items: center;
}

.luzhusOneHeaderr {
  font-family: MiSans;
  font-weight: 400;
  font-size: 12px;
  color: #d9001b;
}

.luzhusOneHeaderr div {
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.luzhusOneHeaderr div img {
  height: 8px;
  margin-left: 5px;
}

.luzhusOneBody {
  width: 100%;
  overflow-x: scroll;
  display: flex;
  flex-wrap: nowrap;
}
.luzhusOneClumone {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: MiSans;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  width: 35px;
  min-height: 140px;
  flex-shrink: 0;
  text-align: center;
  padding: 5px 0px;
}

.luzhusOneBody .luzhusOneClumone {
  background-color: #efefef;
  color: #d9001b;
}

.luzhusOneBody .luzhusOneClumone:nth-child(2n) {
  background-color: #fff;
  color: #000;
}

.luzhusconTypeSelBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  box-sizing: border-box;
  box-sizing: border-box;
}

.luzhusconTypeSelone {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: MiSans;
  font-weight: 400;
  font-size: 14px;
  color: #d9001b;
  height: 20px;
  flex-shrink: 0;
  position: relative;
}

.luzhusconTypeSelone img {
  height: 9px;
  margin-left: 5px;
}

.luzhusconTypeSeloneTime {
  width: 87px;
  position: relative;
}

.luzhuTadayBox {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #969696;
  margin-right: 10px;
}

.luzhuTadayBox .luzhuday {
  margin-left: 10px;
}

.acluzhuday {
  color: #d9001b;
}

.selredprops {
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
  top: 0px;
  left: 0px;
  padding: 41px 24px 0px 24px;
  box-sizing: border-box;

  z-index: 91;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  transition: all 0.3s;
  transform: translateY(0px);
  background-color: rgba(000, 000, 000, 0.5);
}

.newPropConBox {
  background-color: #fff;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
  transform: translateY(0px);
  width: 100%;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.newPropConheader {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 14px;
  display: flex;
  justify-content: space-between;
}

.newPropsCancel {
  font-family: MiSans;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.56px;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
}

.newPropsConfirm {
  font-family: MiSans;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.56px;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
}

.newPropType {
  margin-top: 2px;
  text-align: center;
  font-family: MiSans;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.56px;
  letter-spacing: 0px;
  text-align: center;
}

.newPropContent {
  width: 100%;
  padding: 14px 0;
  box-sizing: border-box;
}

.newPropContent1 {
  width: 100%;
  padding: 14px 0;
  box-sizing: border-box;
}

.redProps {
  padding: 12px 15px;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #efefef;
  display: flex;
  justify-content: space-between;
}

.redbaoone {
  font-family: MiSans;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.56px;
  letter-spacing: 0px;
  text-align: center;
  padding: 4px 9px;
  background-color: #d2d2d2;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
}

.acredbao1 {
  background-color: #d9001b;
}

.redPropselBen {
  display: flex;
  padding: 14px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.selcancelBtn {
  font-family: MiSans;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.56px;
  letter-spacing: 0px;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  color: #000;
}

.selconfirmcon {
  font-family: MiSans;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.56px;
  letter-spacing: 0px;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  color: #000;
  margin-right: 30px;
}

.zxdsdsProp {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 41px 24px 0px 24px;
  box-sizing: border-box;
  padding: auto;
  z-index: 91;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  transition: all 0.3s;
  transform: translateY(0px);
  background-color: rgba(000, 000, 000, 0.5);
}

.dataPickProp {
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
  top: 0px;
  left: 0px;
  z-index: 91;
  padding: 41px 24px 0px 24px;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  transition: all 0.3s;
  transform: translateY(0px);
  background-color: rgba(000, 000, 000, 0.5);
}

.zxdsdssel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  font-family: MiSans;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.56px;
  letter-spacing: 0px;
  text-align: center;
  border-radius: 8px;
  color: #000;
  box-sizing: border-box;
}

.zxdsdssel img {
  height: 16px;
}

.rulerBox {
  display: flex;
  font-size: 12px;
  color: #969696;
  align-items: center;
  margin-left: 5px;
  cursor: pointer;
}

.rulerBox img {
  height: 16px;
  margin-right: 3px;
}

.xxxtabheader {
  font-family: MiSans;
  font-weight: 400;
  font-size: 12px;
  padding: 7px;
  background-color: #ff952c;
  color: #fff;
  text-align: center;
}

.xxxtabheader2 {
  font-family: MiSans;
  font-weight: 400;
  font-size: 12px;
  padding: 7px;
  background-color: #29b7eb;
  color: #fff;
  text-align: center;
}

.xxxtabheader3 {
  font-family: MiSans;
  font-weight: 400;
  font-size: 12px;
  padding: 7px;
  background-color: #c8c6c6;
  color: #fff;
  text-align: center;
}

.xxxtabBody {
  width: 100%;
  overflow-x: auto;
}
.xxxtabBody {
  min-width: 100%
}

#date-picker {
  width: 100%;
}

.slider {
  margin: 10px 0;
}

input[type="range"] {
  width: 100%;
}