@media screen and (min-width:800px){
    body{
        background-color: #7A7A7A;
        margin: 0;
        padding: 0;
    }
    .main{
        width: 30%;
        min-height: 800px;
        margin: 0 auto;
        background-color: white;
    }
    .show-info{
        width: 30%;
        margin: 0 auto;
        background-color: white;
    }
    .top-img{
        position: fixed;
        top: 0;
        width: 30%;
        background-color: white;
    }
    .show-info-detail{
        width: 90%;
        margin: 0px 5%;
        min-height: 1024px;
    }
}

@media screen and (max-width:800px){
    body{
        margin: 0;
        padding: 0;
    }
    .main{

    }
    .show-info{
        width: 100%;
        min-height: 980px;
        z-index: 999;
    }
    .top-img{
        position: fixed;
        top: 0;
    }
    .show-info-detail{
        width: 90%;
        margin: 60px 5%;
    }
}

.text-show-dv{
    text-align: center;
    margin: 0px 10px
}

.item{
    width: 96%;
    /* height: 200px; */
    border-radius: 20px;
    margin: 2% 2%;
    box-shadow: #666 2px 3px 6px;
    background: green;
}

.item-img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}





.show-info-img{
    width: 35px;
}



.show-info-detail-img{
    width: 100%;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
  }
  
  
  tr{
    background-color: #FB484C;
      height: 35px;
      font-family: 'PingFang SC';
      font-style: normal;
      font-weight: 500;
      font-size: 15px;
      /* line-height: 26px; */
      /* text-align: center; */
      color: #FFFFFF;
  }
  td{
    background: #FFFAE7;
    border: 0.5px solid #F85757;
    color: #FB484C;
  }