
.container{
  width:1280px;
  margin: auto;
}
.banner{
  text-align: center;
}

.footer{
  bottom: -127px;
   width: 100%;

   line-height: 32px;
   font-size: 14px;
   background-color: #f5f5f5;
}
#moblieTable{
  display: none;
}

.constain{
  text-align: center;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.main{
    position: relative;
    width: 1070px;
    margin: 0 auto;
    padding: 0;

}
.mTitle{
  margin-bottom: 28px;
  color: #000;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.05em;
  position: relative;
  text-align:center;
}

.prd_list{
  text-align: center;
}

.prd_list .prd {
    display: inline-block;
    position: relative;
    background: #fff;
    overflow: hidden;
    width: 365px;
    margin-left: 8px;
    margin-bottom: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
}


.prd_list .prd_off {
    display: block;
    height: 405px;
    border: 1px solid #ededed;
    letter-spacing: -0.8px;
}
.prd_list .prd .prd_off .prd_img {
    width: 362px;
    height: 272px;
    overflow: hidden;
   background: #f7f7f7;
}
.prd_list .prd .prd_off .prd_info {
    height: 131px;
    padding: 21px 20px 25px;
}
.prd_list .prd .prd_off .prd_info .category {
    display: block;
    font-size: 16px;
    color: #7e7e7e;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.prd_list .prd .prd_off .prd_info .prd_info_row {
   margin-top: 20px;
}
.fleft {
    float: left;
}
.flight {
    float: right;
}
.prd .prd_off .prd_info .price {
    color: #999;
    font-size: 15px;
}
.prd_list .prd .prd_off .prd_info .name {
    display: block;
    margin-top: 9px;
    font-size: 30px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.prd_list .prd .prd_off .prd_info .price .number {
    color: #000;
    font-size: 24px;
}
table{
  width:100%
}

table tbody td {
    border: 1px solid #eee;
    /* height: 60px; */
    padding: 21px 23px;
    text-align: center;
    vertical-align: middle;
}
table thead th {
border-left: 1px solid #eeeeee;
border-right: 1px solid #eeeeee;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
padding: 12px 16px;

}

table tbody td {
    font-size: 12pt;
}
.spec{
  margin-left: 5px;
color: rgb(255, 160, 18);
font-size: 0.8em;
}
#tableWrap table tbody tr:first-child td {
  background: #f7f7f7;
  color: black;
}

.pro{
  margin-top:-9px;
}

#pro_name{
  text-align: center;
  font-size: xx-large;
  font-weight: bold;
  margin-bottom: 4%;
}

#tableWrap{
  margin-bottom: 5%;
}
#channel_title{
  text-align: center;
  margin-bottom: 5%;
  font-size: xx-large;
  font-weight: bold;
}

@media(max-width:550px)  {
  .main {
    width: 693px;
    float: left;
}
  .footer {
    bottom: 0;
    width: 44%;
    line-height: 32px;
    font-size: 13px;
    float: left;
    background-color: #f5f5f5;
  }

}
@media(max-width:750px)  {
  .main {
    width: 505px;
    float: left;
}
  .footer {
    bottom: 0;
    width: 57%;
    line-height: 32px;
    font-size: 13px;
    float: left;
    background-color: #f5f5f5;
  }
  #tableWrap{
    display: none;
  }
  #moblieTable{
    display: block;
  }
  #moblieTable{
    display: block;
  }
  #moblieTable td{
    font-size: 2.5vw;
    width: 1%;
  }


}
@media(min-width: 320px) and (max-width: 480px)  {
  .container{
    width: auto;
  }
  .main {
    width: 375px;
    float: left;
}
#moblieTable td {
    font-size: 3vw;
    width: 1%;
    padding: 21px 0px;
}
  .footer {
    bottom: 0;
    width: 100%;
    line-height: 32px;
    font-size: 13px;
    float: left;
    background-color: #f5f5f5;
  }

}
