@charset "utf-8";

/* 左侧栏 */
.center_col {   
  float: left;
  width: 1260px;
  background-color: #f1f1f1;
  margin-top: 10px;
}

/* 上栏目 */
.batch_table {   
  float: left;
  width: 1260px;
  height:390px;
  background-color: #ffffff;
  padding: 20px 0px 20px 0px;
  margin-top: 0px;
  border-style:solid;
  border-width:1px;
  border-color:#ffd295; /* 线框米黄色 */
  box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24),0 8px 25px 0 rgba(0,0,0,0.19); /* 立体阴影 */
}

.batch_table2 {   
  float: left;
  width: 1260px;
  height:180px;
  background-color: #ffffff;
  padding: 20px 0px 20px 0px;
  margin-top: 0px;
  border-style:solid;
  border-width:1px;
  border-color:#ffd295; /* 线框米黄色 */
  box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24),0 8px 25px 0 rgba(0,0,0,0.19); /* 立体阴影 */
}

/* 下栏目 */
.credit_table {   
  float: left;
  width: 1260px;
  background-color: #ffffff;
  padding: 0px;
  margin-top: 10px;
  border-style:solid;
  border-width:1px;
  border-color:#ffd295; /* 线框米黄色 */
  box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24),0 8px 25px 0 rgba(0,0,0,0.19); /* 立体阴影 */
}

/* 表格（批量旺旺查询） */
#tb_batch {
  width:500px;
  border-collapse:collapse;
  margin-left: 380px;
}
#tb_batch td {
  font: 16px Arial,sans-serif;
  border: 0px;
  height: 40px;
  text-align: left;
  padding: 5px 10px 5px 10px;
  color: #444444; /* 深灰色 */
}
#tb_batch td.alt {
  text-align: center;
}
#tb_batch td.alt_con {
  text-align: center;
  color: #ff6000;
  line-height:160%;
}

/* 表格（批量旺旺结果） */
#tb_batch_con {
  width:1220px;
  border-collapse:collapse;
  margin-top: 20px;
  margin-left: 20px;
  box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24),0 8px 25px 0 rgba(0,0,0,0.19); /* 立体阴影 */
}
#tb_batch_con td {
  font: 16px Arial,sans-serif;
  border: 1px solid #ffd295; /* 线框米黄色 */
  height: 30px;
  text-align: left;
  padding: 5px 10px 5px 10px;
  color: #444444; /* 深灰色 */
}
#tb_batch_con td.alt {
  text-align: center;
}
#tb_batch_con td.alt_red {
  color: #FF0000;
}
#tb_batch_con td.alt_grey {
  color: #9d9d9d;
}
#tb_batch_con td.alt_con {
  text-align: center;
  color: #ff6000;
  line-height:160%;
}
#tb_batch_con td.alt_empty {
  font: 10px Arial,sans-serif;
}

/* 表格内字体（搜索排名） */
.txt_batch_title {
  color: #444444; /* 深灰色 */
  font: 16px Arial,sans-serif;
  line-height:150%;
  text-decoration: none;
}
.txt_batch_title a {
  color: #444444; /*(灰色)*/
  font: 16px Arial,sans-serif;
  line-height:150%;
  text-decoration: none;
}
.txt_batch_title a:active {
  color: #ff0000; /*(红色)*/
  text-decoration: none;
}
.txt_batch_title a:link {
  color: #444444; /*(灰色)*/
  text-decoration: none;
}
.txt_batch_title a:hover {
  color: #ff0000; /*(红色)*/
  text-decoration: none;
}

.txt_batch_red {
  color: #FF0000; /* 红色 */
  font: 16px Arial,sans-serif;
}
.txt_batch_grey {
  color: #9d9d9d; /* 灰色 */
  font: 16px Arial,sans-serif;
}

/* 排名图片 */
.img_batch {
  margin-top: 4px;
  border: 1px solid #757575;
  transition: 0.5s; /*(变化时间)*/
}

/* 排名图片 链接 */
.img_batch:hover {
  border: 1px solid #FF0000;
}

/* ------------------------------------------- */
/* 多行文本框 */
textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #b77822; /* 文本框深卡其 */
  outline: none;
  border-radius: 5px;
  font: 16px Arial,sans-serif;
  line-height:150%;
}

textarea:focus {
  background-color: #fce2c0; /* 文本框内容米黄 */
}

/* 按钮 */
.input_client[type=submit] {
  width: 220px;
  background-color: #b77822; /* 文本框深卡其 */
  border: none;
  color: white;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight:bold;
  font-size: 16px;
  margin: 4px 0px 0px 0px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.input_client[type=submit]:hover {
  box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24),0 8px 25px 0 rgba(0,0,0,0.19);
}

/* ------------------------------------------- */
/* 中间线 */
.txt_batch_line {
	float: left;
	width: 1220px;
	margin: 20px 20px 20px 20px;
	font: 1px Arial,sans-serif;
	border-bottom:1px solid #ffd295; /* 线框米黄色 */
}