@charset "utf-8";
/* 你自己的样式 */


#map-content{
  width: 100%;
  color: #fff;
}
.bgc1{
  background-color: #00c0ef;
}
.bgc2{
  background-color: #00a65a;
}
.bgc3{
  background-color: #f39c12;
}
.bgc4{
  background-color: #dd4b39;
}
#map-content li{
  position: relative;
}
#map-content li>div{
  font-size: 38px;
  font-weight: bold;
  padding-left: 20px;
}
#map-content li>p{
  padding-left: 20px;
  font-size: 16px;
}
#map-content li>a{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: rgba(0,0,0,0.2);
  color: #fff;
}
#map-content li>a:hover{
  text-decoration: none;
  background-color: rgba(0,0,0,0.4);
}
@media (min-width: 769px){
  #map-content ul{
    height: 150px;
  }
  #map-content li{
    width: 21%;
    margin: 20px 2%;
    height: 120px;
    float: left;
  }
}
@media (max-width: 768px){
  #map-content li{
    width: 96%;
    margin: 10px 2%;
    height: 120px;
  }
}

/*签单查看和处理*/
.dispose{
  padding: 20px;
}
.dispose_block{
  border-bottom: 5px solid #ddd;
  padding: 20px 0;
}
.dispose_block .title{
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #999;
  border-radius: 6px;
}
.dispose_block ul{
  padding-left: 20px;
}
.dispose_block li{
  display: inline-block;
  width: 45%;
  min-width: 260px;
  line-height: 40px;
  position: relative;
}
.dispose_block ul input{
  width: 180px;
  height: 26px;
  border: 1px solid #ddd;
  padding-left: 4px;
}
.handlingResult{
  padding-left: 20px;
  position: relative;
}
.handlingResult label{
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  line-height: 26px;
  width: 105px;
}
.handlingResult textarea{
  display: inline-block;
  margin: 10px 0 0 0;
  vertical-align: top;
  resize: none;
  width: calc(100% - 150px);
  padding: 10px;
  height: 80px;
}
.red{
  color: red;
  margin-right: 4px;
}
.select-box{
  line-height: 26px;text-align: left;padding: 0;
}
select{
  width: 100% !important;
}
.min-title{
  display: inline-block;
  width: 85px;
}
.btn_box{
  text-align: center;
  margin-top: 20px;
}
.btn_box a{
  padding:6px 16px;
  border-radius: 6px;
  background-color: #5eb95e;
  color: #fff;
  text-decoration: none;
  margin: 0 30px;
}
