﻿
/* 快捷询比 */
.open {
  display: none;
  width: 213px;
  height: auto;
  background: #fff;
  border: 1px solid #ededed;
  position: fixed;
  top: 150px;
  right: 29px;
  z-index: 99999;
  padding-bottom: 15px;
}

.open h3 {
  width: 213px;
  height: 34px;
  line-height: 34px;
  color: #666;
  font-size: 15px;
  font-weight: normal;
  background: #e7eaed;
  text-indent: 8px;
}

.open h3 span {
  display: block;
  float: right;
  width: 22px;
  height: 22px;
  background: url("../images/close1.png") no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  margin-top: 6px;
  margin-right: 6px;
}

.open h3 span:hover {
  background: url("../images/close2.png") no-repeat;
}

.open form {
  width: 194px;
  margin: 0 auto;
}

.open-ul li {
  margin-top: 10px;
}

.div_up {
  display: none;
}

.biao {
  font-size: 13px;
  color: #333;
  margin-bottom: 6px;
  overflow: hidden;
}

.open_input1 {
  width: 192px;
  height: 32px;
  border: 1px solid #e8e8e8;
  text-indent: 10px;
  font-family: "Microsoft Yahei",Verdana,sans-serif;
}

.open_input2 {
  padding-left: 10px;
  width: 182px;
  max-width: 182px;
  height: 58px;
  border: 1px solid #e8e8e8;
  font-family: "Microsoft Yahei",Verdana,sans-serif;
}

.open_lable {
  width: 85px;
  height: 18px;
  line-height: 18px;
  float: left;
  vertical-align: middle;
}

.open_lable input {
  width: 14px;
  height: 14px;
  line-height: 18px;
  vertical-align: middle;
}

.open_shangchuan {
  display: block;
  width: 196px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  background: #f2f2f2;
  border: 1px solid #e8e8e8;
  color: #666;
  margin-top: 15px;
}

.open_shangchuan:hover {
  background: #3988c9;
  color: #fff;
}

.open_p {
  color: #888;
  padding-top: 8px;
}

.a3{
  display: block;
  width: 196px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  background: #d6202e;
  border: 1px solid #d6202e;
  color: #fff;
  margin-top: 10px;
}

.a3:hover {
  background: red;
}



.a_upload{
  display: block;
  width: 196px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  border: 1px solid blue;
  margin-top: 10px;
}

.a_upload:hover {
  background: blue;
}

.input_file{
  display: block;
  width: 196px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}

.colse {
  width: 132px;
  height: 40px;
  background: url("../images/kuaijie.jpg");
  position: fixed;
  top: 150px;
  right: 20px;
  z-index: 99999;
  text-indent: -9999px;
  cursor: pointer;
  display: block;
}
