.suppList {
    width: 100%;
    background: #EDEDF0;
}

.suppList .suppListNav {
    display: flex;
    width: 14rem;
    margin: 0.23rem auto 0.2rem;
}

.suppList .suppListNav a {
    display: block;
    font-family: Arial, Arial;
    font-size: 0.16rem;
    color: #666666;
}

.suppList .suppListCon {
    width: 14rem;
    margin: 0 auto;
    background: #FFFFFF;
}

.suppList .suppListCon .suppListTop {
    display: flex;
    width: 100%;
    padding-top: 0.28rem;
    padding-left: 0.32rem;
    box-sizing: border-box;
}

.suppListTop .topImg {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
}

.suppListTop .topTex {}

.suppListTop .topTex .topTit {
    padding-top: 0.24rem;
    margin-bottom: 0.07rem;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.32rem;
    color: #1A1A1A;
}

.suppListTop .topTex .topTit1 {
    font-family: Arial, Arial;
    font-size: 0.18rem;
    color: #666666;
}

.suppList .suppListCon .suppListBot {
    width: 100%;
    padding-bottom: 0.46rem;
    margin-bottom: 0.36rem;
}

.suppListBot .botThead {
    display: flex;
    align-items: center;
    /*width: 100%;*/
    height: 0.45rem;
    padding-left: 0.65rem;
    margin: 0 0.38rem;
    box-sizing: border-box;
    font-family: Arial, Arial;
    font-size: 0.18rem;
    color: #666666;
    background: #ECEEF0;
    position: relative;
}
.suppListBot .botThead::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 0.02rem;
    background: #ECEEF0;
    left: 0;
    bottom: -0.05rem;
}
.suppListBot .botThead .TheadName {
    width: 7.16rem;
    /*padding-left: 0.45rem;*/
    box-sizing: border-box;
}

.suppListBot .botThead .TheadTime {
    width: 3.46rem;
}

.suppListBot .botThead .TheadBtn {}

.suppListBot .botTbody {
    width: 100%;
    padding-left: 0.38rem;
    padding-right: 0.36rem;
    box-sizing: border-box;
}

.suppListBot .botTbody .botTr {
    display: flex;
    align-items: center;
    width: 100%;
    height: 0.9rem;
    border-bottom: 0.02rem solid #E8E8E8;
}

.botTr .TbodyName {
    position: relative;
    display: flex;
    align-items: center;
    width: 7.8rem;
    height: 100%;
    font-family: Arial, Arial;
    font-size: 0.18rem;
    color: #1A1A1A;
    transition: all 0.3s ease-in-out;
}

.botTr .TbodyName img {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.24rem;
}
.TbodyName_flex{
    width: 7rem;
    display: flex;
    align-items: center;
    padding-left: 0.35rem;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.TbodyName_flex img{
    margin-right: 0.1rem !important;
}
.botTr .TbodyTime {
    display: flex;
    width: 4.55rem;
    align-items: center;
    height: 100%;
    font-family: Arial, Arial;
    font-size: 0.18rem;
    color: #1A1A1A;
    transition: all 0.3s ease-in-out;
}

.botTr .TbodyBtn {
    display: flex;

}

.botTr .TbodyBtn .btn1 {
    width: 0.88rem;
    height: 0.32rem;
    background: #FFFFFF;
    border: 0.01rem solid #A8D2F5;
    box-sizing: border-box;
    margin-right: 0.21rem;
    font-family: Arial, Arial;
    font-size: 0.16rem;
    color: #73AEDE;
    line-height: 0.32rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.botTr .TbodyBtn .btn1:hover {
    background: #A8D2F5;
    color: #FFFFFF;
}

.botTr .TbodyBtn .btn2 {
    width: 0.88rem;
    height: 0.32rem;
    background: #FFFFFF;
    border: 0.01rem solid #9E0125;
    box-sizing: border-box;
    font-family: Arial, Arial;
    font-size: 0.16rem;
    color: #9E0125;
    line-height: 0.32rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.botTr .TbodyBtn .btn2:hover {
    background: #9E0125;
    color: #FFFFFF;
}

.botCheck {
    display: flex;
    align-items: center;
    padding-left: 0.38rem;
    margin: 0.2rem 0;
}

.botCheck .botAll {
    position: relative;

    display: flex;
    margin-right: 0.44rem;
    font-family: Arial, Arial;
    font-size: 0.16rem;
    color: #999999;
}

.botCheck .botAll div{
    font-family: Arial, Arial;
    font-size: 0.16rem;
    color: #999999;
    margin-left: 0.25rem;
}



.botAll label {
  cursor: pointer;
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  top:0;
  left: 0;
  background: #ffffff;
  border: 0.01rem solid #c2c2c2;
  border-radius: 0.04rem;
  box-sizing: border-box;
}

.botAll label span{
    padding-left: 0.38rem;
    white-space: nowrap;
}

.botAll label:after {
  opacity: 0;  /*修改为0*/
  content: '';
  position: absolute;
  width: 0.08rem;
    height: 0.03rem;
    background: transparent;
    top: 0.05rem;
    left: 0.05rem;
  border: 0.01rem solid #9E0125;
  border-top: none;
  border-right: none;
 
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.botAll label:hover::after {
  opacity: 0;
}
.botAll input[type=checkbox]:checked + label{
    border: 0.01rem solid #9E0125;
}
.botAll input[type=checkbox]:checked + label:after {
  opacity: 1;
}




.TbodyName label {
  cursor: pointer;
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  top:50%;
  left: 0;
  transform: translateY(-50%);
  background: #ffffff;
  border: 0.01rem solid #c2c2c2;
  border-radius: 0.04rem;
  box-sizing: border-box;
}

.TbodyName label span{
    padding-left: 0.38rem;
    white-space: nowrap;
}

.TbodyName label:after {
  opacity: 0;  /*修改为0*/
  content: '';
  position: absolute;
  width: 0.08rem;
    height: 0.03rem;
    background: transparent;
    top: 0.05rem;
    left: 0.05rem;
  border: 0.01rem solid #9E0125;
  border-top: none;
  border-right: none;
 
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.TbodyName label:hover::after {
  opacity: 0;
}
.TbodyName input[type=checkbox]:checked + label{
    border: 0.01rem solid #9E0125;
}
.TbodyName input[type=checkbox]:checked + label:after {
  opacity: 1;
}









.botCheck .botAll img {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.25rem;
}

.botCheck .botCheckBtn {
    display: block;
    width: 0.88rem;
    height: 0.32rem;
    background: #FFFFFF;
    border: 0.01rem solid #9E0125;
    box-sizing: border-box;
    font-family: Arial, Arial;
    font-size: 0.16rem;
    color: #9E0125;
    line-height: 0.32rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin-left: 0.8rem;
}

.botCheck .botCheckBtn:hover {
    background: #9E0125;
    color: #FFFFFF;
}

.right_bg{
    background: #FFFFFF;
    position: relative;
    padding-bottom: 0.1rem;
}
.row_imgBox{
    position: absolute;
    left: -1.6rem;
    z-index: 99;
    width: 1.5rem;
    height: 1.5rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.09rem 0.01rem rgba(0,0,0,0.16);
    border: 0.01rem solid #E8E8E8;
    display: none;
    padding-top:0.05rem;
}
.row_imgBox img{
    width: 1.4rem;
    height: 1.2rem;
    margin: 0 auto;
}
.row_imgBox p{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.12rem;
    color: #666666;
    line-height: 0.17rem;
    text-align: center;
    margin-top: 0.04rem;
}
.right{
    width: 10.44rem;
    overflow-x: scroll;
    padding-bottom: 0.2rem;
    /*格子宽度*/

}
.heading{
    display: flex;
    height: 0.9rem;
    background: #9E0125;
    width: fit-content;
}
.right::-webkit-scrollbar {
    height: 0.03rem;
    border-radius: 0.04rem;
}

.right::-webkit-scrollbar-thumb { /* 设置滑块颜色 */
    background-color: #B4B4B4;
    border-radius: 0.04rem;
}
 
.right::-webkit-scrollbar-track {/* 设置滚动条背景颜色 */
    background-color: #EFEFEF; 
}
 
.right::-webkit-scrollbar-button {/* 隐藏滚动条两侧的按钮 */
    display: none; 
}
.right_p1{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.15rem;
    color: #FFFCFC;
    text-align: center;
}
.right_p2{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.15rem;
    color: #FFFCFC;
    text-align: center;
}
.heading_box{
    width: var(--w);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.33rem;
    gap: 0.03rem;
    border-right: 0.02rem solid #AC324D;
}
.heading_box_sp{
    width: fit-content;
    height: 0.9rem;
    background: #9E0125;
    border-right: 0.02rem solid #AC324D;
}
.heading_box_sp_top{
    height: 0.33rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0.01rem solid #AC324D;
}
.heading_box_sp_flex{
    display: flex;
}

.heading_box_sp_flex div{
    width: var(--w);
    height: 0.56rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 0.02rem solid #AC324D;
}
.heading_box_sp_flex>:last-child{
    border: none;
}
.row{
    display: flex;
    width: fit-content;
    border: 0.01rem solid #E8E9E9;
    transition: 0.3s;
}

.row:hover{
    background: #FFF8F9;
}
.row_box{
    width: var(--w);
    padding: 0.13rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 0.02rem solid #E8E9E9;
}
.row_p1{
    max-width: 1rem;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.12rem;
    color: #666666;
    line-height: 0.17rem;
    text-align: center;
    word-break: break-all;
}
.row_box img{
    width: 0.16rem;
    height: 0.16rem;
}

@media only screen and (max-width: 768px) {
    .suppList .suppListNav{
        width: 95%;
    }
    .suppList .suppListNav a{
        font-size: .24rem;
    }
    .suppList .suppListCon{
        width: 100%;
    }
    .botCheck .botAll{
       font-size: .24rem; 
    }
    .botCheck .botCheckBtn {
  display: block;
  width: 20%;
  height: 0.38rem;
  font-size: 0.2rem;
  line-height: 0.38rem;
  margin-left: 0.8rem;
}
.suppListBot .botThead {

  width: 100%;
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.24rem;
  padding-left: 0.25rem;

}
.suppListBot .botThead .TheadName{
    width: 55%;
}

.suppListBot .botThead .TheadTime {
  width: 30%;
}
.botTr .TbodyName {
  font-family: Arial, Arial;
  font-size: 0.22rem;
  width: 100%;
}
.TbodyName label {
  width: 100%;
  top: 45%;

  background: none;
  border: none !important;

}
.TbodyName_flex {
  width: 90%;
  display: flex;
  align-items: center;
  padding-left: 0.35rem;
}

.botTr .TbodyTime{
    width: 30%;
    font-size: .2rem;
}
.suppList .suppListCon .suppListBot {
  height: auto;
  overflow: hidden;
}
.botTr .TbodyBtn .btn2 {
  font-size: .2rem;
  padding: 0 .13rem;
  width: auto;
}
.botAll label::after {
  width: 0.15rem;
  height: 0.05rem;}
.botAll label {
  width: 0.26rem;
  height: 0.26rem;}





}



