.plr5 {
  padding: 0px 5px;
}

.cqd_detail-fix {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  left: 0px;
  z-index: 1300;
  top: 0px;
}

.cqd_detail-fix .box {
  position: absolute;
  left: 50%;
  margin-left: -440px;
  top: 10%;
  width: 880px;
  z-index: 2;
  background: #fff;
}

.cqd_detail-fix .box .smt {
  width: 100%;
  height: 40px;
  background: #f1f1f1;
  position: relative;
  font-weight: bold;
  color: #333;
}

.cqd_detail-fix .box .smt h2 {
  float: left;
  line-height: 40px;
  padding-left: 15px;
  font-size: 14px;
}

.cqd_detail-fix .box .smt .close-btn {
  background: url(../images/cqd_img/new_cqd_ico_z.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.cqd_detail-fix .box .smt .close-btn:hover {
  background-position: 0px -20px;
}

.cqd_detail-fix .box .smc {
  padding: 20px;
}

.cqd_detail-fix .box .smb {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

.cqd_detail_btn {
  background: #0f62fe ;
  height: 50px;
  line-height: 50px;
  width: 220px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
}

.cqd_detail_btn:hover {
  color: #fff;
  background: #0043ce;
}

.cqd_detail-bg {
  background: #000;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 1;
  filter: alpha(opacity = 70);
}

.checkbox_cqd {
  margin-top: 10px;
}

.checkbox_cqd input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: none
}

.checkbox_cqd label {
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
}

.checkbox_cqd label input[type="checkbox"]+span {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/cqd_img/new_cqd_ico_z.png) no-repeat;
  background-position: 0 -60px;
}

.checkbox_cqd label input[type="checkbox"]:checked+span {
  background-position: 0 -40px
}

.checkbox_cqd .href_btn {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/cqd_img/new_cqd_ico_z.png) no-repeat;
  background-position: 0 -60px;
}

.checkbox_cqd .href_btn:hover {
  background-position: 0 -40px
}

.cqd_detail_list {
  width: 839px;
  border-left: 1px #ddd solid;
  border-top: 1px #ddd solid;
}
.cqd_detail_list ul{max-height: 400px;overflow-y: auto;width: 858px;}
.cqd_detail_list ul li {
  width:839px;
  height: 40px;
  line-height: 40px;
  color: #999;
  border-bottom: 1px #ddd solid;
  float: left;
}

.cqd_detail_list ul li .xl {
  width: 40px;
  border-right: 1px #ddd solid;
  float: left;
  text-align: center;
}

.cqd_detail_list ul li .name {
  width: 390px;
  border-right: 1px #ddd solid;
  float: left;
  padding: 0px 10px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 40px;
  color: #333;
}

.cqd_detail_list ul li .money {
  width: 150px;
  border-right: 1px #ddd solid;
  float: left;
  padding: 0px 10px;
  overflow: hidden;
  text-align: center;
  height: 40px;
}

.cqd_detail_list ul li .time {
  width: 150px;
  border-right: 1px #ddd solid;
  float: left;
  padding: 0px 10px;
  overflow: hidden;
  text-align: center;
  height: 40px;
}

.cqd_detail_list ul li .xuanze {
  width: 44px;
  border-right: 1px #ddd solid;
  float: left;
  height: 40px;
  text-align: center;
}

.cqd_detail_list ul li .checkbox_cqd {
  height: 20px;
  line-height: 20px;
}

.cqd_detail_list ul li.bl {
  text-align: center;
  color: #999;
}

.cqd_detail_list ul li:hover,.cqd_detail_list ul li.bl {
  background: #f7f7f7;
}