/*
$Id: general.css 13504 2007-11-08 09:51:13Z weberliu $
*/
html,body{
  height: 95%;
}
body {
  margin: 0px;
  padding: 0px;
  color: #192E32;
  font: 12px "sans-serif", "Arial", "Verdana";
}
.clearfix::after{
  display: block;
  clear: both;
  content: "";
  height: 0;
  visibility: hidden;
}

p, td, div {
  font: 12px "sans-serif", "Arial", "Verdana";
}

th {
  font: 12px "sans-serif", "Arial", "Verdana";
  font-weight: bold;
}

form {

  margin: 0px;
  padding: 3px;
  background:#fff;
  border-radius: 6px;
}

input, textarea, select {
  font: 12px "courier new";
  outline: none;
  border: 1px solid #ddd;
  border-radius: 5px;
}
select{
	font-family : Trebuchet MS;
	 margin: 5px;
	  border: solid 1px #ddd;
  padding: 4px;
  line-height: 20px;
  *padding:4px;
}
a:visited {
  color: #335B64;
  text-decoration: none;
}

a:link {
  color: #335B64;
  text-decoration: none;
}

a:hover {
  color: #EB8A3D;
  /* text-decoration: underline; */
}

a:active {
  color: #EB8A3D;
  /* text-decoration: underline; */
  text-decoration: none;
}

.clear {
  clear: both;
  float: none;
  font-size: 0px;
  margin: 0;
  padding: 0;
  display:block;
}

.nowrap {
  white-space:nowrap;
}


.tab1-title,
.tab1-li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tab1-li a {
    color: #666;
    text-decoration: none;
    padding: 10px;
}

.tab1-li a:hover {
    color: #F60;
}

#tab1-title .tab1-li {
    float: left;
    margin-right: 20px;
    border: 1px solid #dedede;
    background: #FFF;
    /* width: 40px; */
    text-align: center;
    height: 28px;
    line-height: 28px;
    position: relative;
    z-index: 1000;
}

#tab1-title,
#wrap {
    clear: both;
    background-color: #FFF;
    /* width: 300px; */
}

#wrap {
    border: 1px solid #dedede;
    /* height: 300px; */
    position: relative;
    top: -1px;
    padding: 10px;
}

#wrap>div {
    display: none;
}

#wrap .active{
    display: block;
}

#tab1-title .ho {
    border-bottom: 1px solid #FFF;
}

#tab1-title .ho a {
    color: #F60;
}
.list-div-pop{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.list-div-pop-opa{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5)
}
.list-div-pop-box{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 400px;
  height: 200px;
  border-radius: 10px;
  background-color: #fff;
}
.pop-box-con{
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%,0);
  width: 100%;
}
.pop-value{
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%); */
  display: block;
  width: 80%;
  margin: 0 auto;
}
.list-div-pop-btn{
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 30px;
}
.btn-pop{
  width: 50%;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e6e6e6;
}
.btn-pop:nth-of-type(1){
  border-bottom-left-radius: 10px;
}
.btn-pop:nth-of-type(2){
  border-bottom-right-radius: 10px;
}
.btn-pop:hover,
.btn-pop:hover a{
  color:#fff;
  background-color: #24a0d6;
}

.list-div-pop2{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.list-div-pop-opa2{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5)
}
.list-div-pop-box2{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 400px;
  height: 200px;
  border-radius: 10px;
  background-color: #fff;
}
.pop-box-con2{
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%,0);
  width: 100%;
}
.pop-value2{
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%); */
  display: block;
  width: 80%;
  margin: 0 auto;
}
.list-div-pop-btn2{
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 30px;
}
.btn-pop2{
  width: 50%;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e6e6e6;
}
.btn-pop2:nth-of-type(1){
  border-bottom-left-radius: 10px;
}
.btn-pop2:nth-of-type(2){
  border-bottom-right-radius: 10px;
}
.btn-pop2:hover,
.btn-pop2:hover a{
  color:#fff;
  background-color: #24a0d6;
}

.list-div2{
  overflow-x: scroll;
  overflow-y:hidden;
}
.list-div2::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 100%;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
}
.list-div2::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #a6a6a6;
}
.list-div2::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #EDEDED;
}
.tableBox{
  min-width:1500px;
  background-color: #fff;
}
.tableBox .aq_table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.tableBox .aq_table .aq_thead2 th{
  padding: 12px 10px;
}
.tableBox .aq_table th,
.tableBox .aq_table td{
  padding: 8px;
  border-collapse: collapse;
  white-space:normal;
  border: 1px solid #ddd;
}
.tableBox .aq_table th{
  padding: 15px 8px;
}
.tableBox .aq_table .aq-thead th {
  color: #ccc !important;
}
.tableBox .aq_table .aq_tbody tr:nth-child(even) {
  background-color: #e6e6e6;
}
.tableBox .aq_table .aq_tbody tr:hover{
  background-color: #fff4e5;
}
.div_tbody {
  width: 100%;
  height: 65vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.div_tbody::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 100%;
}
.div_tbody::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #a6a6a6;
}
.div_tbody::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #EDEDED;
}

.list-div1 table{
  width: 100%;
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
}
.list-div1 table th,
.list-div1 table td{
  padding: 5px 3px;
  border: 1px solid #e6e6e6;
}

