﻿@charset"utf-8"; 
@import url(default.css); 
/* 没有任何媒体查询相关的代码，因为这在 Bootstrap 中是默认的（还记得 Bootstrap 是移动设备优先的吗？） */ 
/* 小屏幕（平板，大于等于 768px） */
@import url(w768.css); 
/* 中等屏幕（桌面显示器，大于等于 992px） */
@import url(w992.css); 
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@import url(w1200.css); 
@media only screen and ( max-width:768px ) /* 768px */
{.zx-l {
width: 100%;
float: left;
}
.ydwb-tb-ul li {
float: left;
width: 50%;
}
.ydwb-tb-ul-div select {
    margin-bottom: 15px;
}
.huilv {
 
padding-right: 10px;
 
}
.text-right.huilv > span {
margin-left:10px;
}
.ydwb-tb {
padding: 10px;
 
}

.mt50 {
margin-top: 20px !important;
}
.zx-r {
width: 100%;
float: right;
}
footer {
padding: 20px 0;
 
}.zx-qhwd-list-ul-div-l {
    display: none;
}
.zx-qhwd-list-ul-div-m {
    padding-left: 15px;
    overflow: hidden;
}
.zx-qhwd-list-select {
    width: 100%;
}
.zx-qhwd-list {
    padding: 10px;
}
.zx-qhwd-list-h3 {
    margin-top: 15px;
}.btn.btn-default.juxu-sub2 {
    position: initial;
    right: initial;
    float: left;
    bottom: initial;
    margin-top: 10px;
}.zx-qhwd-list-ul-xiangxi .zx-qhwd-list-ul-div-m {
    width: 100%;
    float: left;
}
.zx-qhwd-list-ul-xiangxi .ditu {
    width: 100%;
    float: left;
    overflow: hidden;
}
.table-responsive {
    width: 100%;
    margin-bottom: 15px;  /* 设置底部外边距，避免重叠 */
    overflow-x: scroll;  /* 超出范围，水平可滚动 */
   /* overflow-y: hidden;*/
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {    margin-bottom: 0;  }
  .table-responsive > .table > thead > tr > th,
  /* 省略部分样式 */
  .table-responsive > .table > tfoot > tr > td {
white-space: nowrap;  /* 确保单元格中的文本不会换行，直到遇到 <br> 标签为止*/
  }
  .table-responsive > .table-bordered {    border: 0;  } 
  .table-responsive > .table-bordered {
    border: 0; /*将整个表格的外边框设置为0像素*/
  }
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  /*此处省略一些选择符*/
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; /*将所有tr的第一个单元格(即最左边的一列)的左边框都置为0像素*/
  }
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  /*此处省略一些选择符*/
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; /*将所有tr的最后一个单元格(即最右边的一列)的右边框都设置为0像素*/
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  /*此处省略一些选择符*/
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; /*将最后一行tr里的单元格的底部边框设置为0像素*/
  }
  
 .eight table{ min-width: 420px;}
 .eight .nine_table table{ min-width: 560px;}
 .eight .nine_table table.nine3{ min-width: 640px;}
 .eight .nine_table table.nine3 .nine4{ min-width:420px;} 
 .ydwb-tb .ydwb_tb{ min-width: 640px;}
}
