.shenglue {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* display:flex;公共样式*/
.disp-just-bet {
  display: flex;
  justify-content: space-between;
}

.disp-just-aro {
  display: flex;
  justify-content: space-around;
}

.disp-fldir-col {
  display: flex;
  flex-direction: column;
}

.disp-just-cen {
  display: flex;
  justify-content: center;
}

.disp-ali-cen {
  display: flex;
  align-items: center;
}

.disp-just-flsta {
  display: flex;
  justify-content: flex-start;
}




.disp-just-bet-ali-cen {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.disp-just-bet-ali-flsta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.disp-just-flsta-ali-sta {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.disp-just-flsta-ali-cen {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.disp-just-flend-ali-cen {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.disp-just-aro-ali-cen {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.disp-just-aro-fldir-col {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.disp-just-bet-fldir-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.disp-ali-cen-fldir-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.disp-just-flsta-fldir-col {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.disp-just-cen-ali-cen {
  display: flex;
  align-items: center;
  justify-content: center;
}





.disp-just-cen-ali-cen-fldir-col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.disp-just-bet-ali-flsta-fldir-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.disp-just-cen-ali-flend-fldir-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.disp-just-bet-ali-cen-fldir-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.disp-just-aro-ali-cen-fldir-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.disp-just-aro-ali-flend-fldir-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.disp-just-aro-ali-flsta-fldir-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.disp-just-flsta-ali-cen-fldir-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.disp-just-cen-ali-flsta-fldir-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.disp-just-aro-ali-cen-fldir-col>div:nth-of-type(3),
.disp-just-flsta-ali-flsta-fldir-col>div:nth-of-type(3),
.disp-just-cen-ali-flsta-fldir-col>div:nth-of-type(3) {
  opacity: 0.5;
  font-size: 0.29rem;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: right;
}

.disp-just-aro-ali-cen-fldir-col>div:nth-of-type(1),
.disp-just-flsta-ali-flsta-fldir-col>div:nth-of-type(1),
.disp-just-cen-ali-flsta-fldir-col>div:nth-of-type(1) {

  font-size: 0.32rem !important;
  /* word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
  text-align: left !important;

}

.container {
  width: 10rem;
  min-height: 100vh;
  background: #f2f2f2;
  
  padding: 0 0.34rem 0.4rem;
  box-sizing: border-box;
  border-top: 0.01rem solid transparent;
}

.onePart {
  width: 9.33rem;
  background: white;
  border-radius: 0.29rem;
  padding: 0.4rem !important;
  /* height: 3.86rem; */
  margin-top: 0.4rem;
  /* border: 0.05rem solid red; */
  text-align: center;
}

.titlePart {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  font-size: 0.43rem;
  font-weight: bold;
  color: #1c1c1c;
  font-family: PingFangB;
  height: 0.41rem;
}

.titlePart:not(:first-child) {
  margin-top: 0.4rem;
}

.titlePart img {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.16rem;
}

.disp-ali-cen {
  margin-top: 0.25rem;
  justify-content: space-between;
  align-content: space-between;
  flex-flow: row wrap;
  margin-bottom: -0.27rem;
}

.wrap {
  width: 100%;
  flex-wrap: wrap;
  padding: 0 !important;
}

.wrap .info {
  width: 4.07rem;
  height: 2.4rem;
  background-size: 100%;
  background-repeat: no-repeat;
  color: white;
  padding: 0.15rem 0.2rem 0.14rem 0.2rem;
  margin: auto;
  margin-bottom: 0.27rem;
  box-sizing: border-box;
}

.wrap .info_1 {
  width: 9rem !important;
}
.wrap .info_1 {
    background-image: url(../assets/indexImage/img10.png);
    background-position: center;
    background-size: cover; 
  }

.wrap .info:nth-of-type(2n-1) {
  margin-left: 0px;
}

.wrap .info:nth-of-type(2n) {
  margin-right: 0px;
}

.wrap .info div {
  width: 100%;
}

.wrap .info div:first-child {
  font-size: 0.32rem;
}

.wrap .info div:nth-child(2) {
  font-size: 0.5rem;
  font-weight: bold;
 
}

.wrap .info div:nth-child(3) {
  font-size: 0.29rem;
  
}

.disp-ali-cen>div.info {
  border-radius: 0.29rem;
}

.date-bar {
  background-color: #ECECEC;
  font-size: 0.4rem;
  line-height: 0.8rem;
  height: 0.8rem;
  padding-left: 0.53rem;
  padding-right: 0.53rem;
  display: inline-block;
  border-radius: 0.4rem;
  margin: auto;

}

.date-bar:not(:last-child) {
  margin-bottom: 0.53rem;
}

.date-bar.day {
  background-color: #fff;
}
.table-box{
  /* padding: 0 0.25rem; */
}
.table-div{
  width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-div2{
  position: absolute;
  width: calc(2.25rem);
  /* left: 0.75rem; */
  z-index: 5;
}
.table-div3{
  left: 0.6rem;
}
.data-table2 tr{
  border-right: 0.01rem solid #ECECEC;
}
.data-table {
  border-radius: 0.29rem;
  background-color: #F6F6F6;
  color: #1C1C1C;
  font-size: 0.32rem;
  margin-top:0.39rem;
  /* width:100%; */
  overflow:hidden;
}
.data-table2{
  width: 2.2rem;
  float: left;
}
.data-table tr,.table-div tr{
  display: flex;
}
  .data-table th {
    color: #999999;
  }
  .data-table th, .data-table td {
    width: 2.2rem;
    min-height: 1.07rem;
    height: auto !important;
    text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    	word-wrap:break-word;
    	word-break:break-all;
      white-space:normal;
      padding: 0.2rem;
      line-height: 0.5rem;

  }
  .data-table, .data-table td, .data-table th {
    border-collapse: collapse;
    border: 0.01rem solid #ECECEC;
  }
  .div-relative{
    position: relative;
  }
    /*.data-table tr td:first-of-type, .data-table tr th:first-of-type {
      border-left: 0;
      border-top: 0;
    }
    .data-table tr td:last-of-type, .data-table tr th:last-of-type {
      border-right: 0;
      border-top: 0;
    }*/

.popup-p{
  text-align: left;
  margin-top: 0.5rem;
  padding: 0 0.5rem;
}
.popup-p1{
  text-align: center;
  font-size: 0.5rem;
  font-weight: 600;
  padding-bottom: 0.3rem;
  margin-top: 0.3rem;
  border-bottom: 1px solid #f1f1f1;
}
.popup-p2{
  font-size: 0.4rem;
  font-weight: 600;
}
.popup-p3{
  font-size: 0.35rem;
}