.urgent {
  /*创建紧急任务页面*/
  padding: 0;
  font-size: 12px;
  /*基本布局*/
  /* 重新调整行高和下边距*/
  /*时间选择*/
  /*紧急程度和类型选择*/
  /*需要人员*/
  /*人员选择*/
  /*创建任务按钮*/
}
.urgent .screen{
  margin-bottom: 10px;
}
.urgent form.task-create{
  padding: 0 15px;
}
.urgent .task-style {
  margin: 0 0 15px 0;
  /*小区域*/
  /*大区域*/
}
.urgent .task-style > div {
  padding: 0;
}
.urgent .task-style .smaller {
  width: 23%;
  line-height: 34px;
}
.urgent .task-style .smaller .need {
  color: #f37b86;
}
.urgent .task-style .smaller .text {
  color: #140b0b;
  font-size: 14px;
}
.urgent .task-style .lager {
  width: 77%;
}
.urgent .task-style .input {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 6px;
  font-size: 12px;
}
.urgent .task {
  margin-bottom: 10px;
}
.urgent .task .smaller {
  line-height: 18px;
}
.urgent .time-choice {
  margin: 0 0 15px 0;
}
.urgent .time-choice > div {
  padding: 0;
}
.urgent .time-choice > div .form-control {
  background: #fff;
  font-size: 12px;
  padding: 6px;
}
.urgent .time-choice .time-go {
  width: 10%;
  text-align: center;
  line-height: 34px;
}
.urgent .time-choice .dataStart,
.urgent .time-choice .dataEnd {
  width: 45%;
  position: relative;
}
.urgent .time-choice .dataStart i,
.urgent .time-choice .dataEnd i {
  position: absolute;
  top: 15px;
  right: 7px;
  width: 10px;
  height: 6px;
  background: url(../images/pull-down.png) no-repeat;
}
.urgent .choice-style {
  margin: 0 0 5px 0;
}
.urgent .choice-style > div {
  width: 48%;
  padding: 0;
  margin-bottom: 10px;
  text-align: center;
  line-height: 29px;
  border: 1px solid #eee;
  border-radius: 3px;
}
.urgent .choice-style .choice {
  margin-right: 4%;
}
.urgent .choice-style .active {
  color: #2575eb;
  background: #DFEAFC;
  border-color: #2575eb;
}
.urgent .need-people {
  margin-bottom: 7px;
}
.urgent .people {
  margin: 0;
}
.urgent .people .lager {
  margin-left: 23%;
}
.urgent .people .lager .check-box {
  float: left;
  overflow: hidden;
  margin-right: 20px;
  line-height: 33px;
  font-size: 14px;
}
.urgent .people .lager .check-box label {
  margin-right: 7px;
}
.urgent .people .lager .rule {
  margin: 0;
}
.urgent .people .lager .rule a {
  font-size: 12px;
  color: #2575eb;
  text-decoration: underline;
}
.urgent .create .create-content {
  text-align: center;
  margin: 10px 0 33px 0;
}
@media screen and (max-width: 319px) {
  .urgent .task-style .smaller {
    width: 25%;
  }
  .urgent .task-style .lager {
    width: 75%;
  }
}
@media screen and (max-width: 330px) {
  .urgent .task-style .lager {
    padding: 0 0 0 10px;
  }
  .urgent .people .lager .check-box {
    margin-right: 4px;
  }
  .urgent .people .lager .check-box label {
    margin-right: 2px;
  }
}
@media screen and (max-width: 315px) {
  .urgent .people .lager .check-box {
    margin-right: 0;
  }
}
/*用户协议页面*/
.user .title {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.user .content {
  margin: 50px 0 60px 0;
  line-height: 24px;
}
.user .content p {
  text-indent: 2em;
  padding: 0 25px;
}
.user .nextStep {
  position: fixed;
  bottom: 10px;
  right: 22px;
  overflow: hidden;
}
.user .nextStep .btn-ligr {
  width: 150px;
  float: right;
}
.user > div:hover {
  background: #fff!important;
}
/*模态框*/
.modal-rule .modal-dialog {
  margin: 40px;
}
.modal-rule .modal-content {
  border-radius: 14px;
}
.modal-rule .modal-content .modal-header {
  background: #fff;
  border-bottom: none;
  border-radius: 14px;
  height: 45px;
}
.modal-rule .modal-content .modal-header .close {
  width: 26px;
  height: 26px;
  background: url("../images/exit_03.png") no-repeat;
  margin: 13px 13px 0 0;
}
.modal-rule .modal-content .modal-body {
  padding: 20px;
  padding-top: 0;
  margin: 0 auto;
  overflow: hidden;
}
.modal-rule .modal-content .modal-body .title {
  font-size: 16px;
  color: #2575eb;
  margin: 0 0 20px 0;
  text-align: center;
}
.modal-rule .modal-content .modal-body .content {
  height: auto;
  padding-left: 20px;
}
.modal-rule .modal-content .modal-body .content li {
  position: relative;
}
.modal-rule .modal-content .modal-body .content li .number {
  position: absolute;
  top: 2px;
  left: -15px;
}
.modal-rule .modal-content .modal-body .content li .text {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
/*返回*/
.container .screen {
  height: 2.8rem;
}
.container .screen .goback-btn {
  color: #2575eb;
  font-size: 16px;
}
.container .screen .goback-icon {
  margin: 4px 0 0 20px;
}
/*保安人员巡逻任务页面*/
.people-task {
  padding: 0;
  /* 有班次时 */
  /* 无班次时 */
}
.people-task .task {
  margin: 0;
  color: #333;
}
.people-task .task .task-title {
  margin: 15px 0 10px 0;
  padding: 0;
  font-size: 16px;
}
.people-task .task .task-addr {
  margin: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.people-task .task .task-content {
  margin-bottom: 10px;
  color: #909ca8;
  font-size: 12px;
}
.people-task .task .task-time {
  font-size: 12px;
  color: #909ca8;
}
.people-task .task .task-time .time {
  color: #333;
}
.people-task .time-choice {
  background: #fbfdfd;
  padding: 0 15px;
  /*对日历插件的修改*/
}
.people-task .time-choice .calendar {
  height: 350px !important;
}
.people-task .time-choice .calendar-hd {
  height: 45px;
}
.people-task .time-choice .calendar-arrow {
  margin-top: -5px;
}
.people-task .time-choice .calendar-display {
  font-size: 24px;
}
.people-task .time-choice .week > li,
.people-task .time-choice .days > li {
  height: 40px !important;
  line-height: 40px !important;
  border-radius: 15%;
}
.people-task .time-choice .day li {
  position: relative;
}
.people-task .time-choice p {
  margin: 0;
}
.people-task .time-choice .time-icon {
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 100;
  width: 6px;
  height: 6px;
  margin: 6px 5px 0 0;
  border-radius: 50%;
}
.people-task .time-choice .time-morning {
  left: 28%;
  border: 1px solid #39b7ff;
  background: #39b7ff;
}
.people-task .time-choice .time-lunch {
  left: 45%;
  border: 1px solid #fba476;
  background: #fba476;
}
.people-task .time-choice .time-night {
  left: 64%;
  border: 1px solid #8bd375;
  background: #8bd375;
}
.people-task .classes {
  margin: 0;
}
.people-task .classes .classes-intr {
  font-size: 14px;
  color: #333;
}
.people-task .classes .classes-time {
  overflow: hidden;
  padding: 15px 15px 20px 15px;
  background: #fff;
}
.people-task .classes .classes-time .time-name {
  padding: 0 10px;
}
.people-task .classes .classes-time .time-name .time-icon {
  float: left;
  width: 6px;
  height: 6px;
  margin: 6px 5px 0 0;
  border-radius: 50%;
}
.people-task .classes .classes-time .time-name .time-morning {
  border: 1px solid #39b7ff;
  background: #39b7ff;
}
.people-task .classes .classes-time .time-name .time-lunch {
  border: 1px solid #fba476;
  background: #fba476;
}
.people-task .classes .classes-time .time-name .time-text {
  font-size: 14px;
  color: #909ca8;
}
.people-task .classes .classes-time .time-work {
  position: relative;
  margin-top: 18px;
  line-height: 26px;
}
.people-task .classes .classes-time .time-work .work-name {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  color: #fff;
  text-align: center;
  border: 1px solid #c6cdd5;
  border-radius: 50%;
  background: #c6cdd5;
}
.people-task .classes .classes-time .time-work .work-time {
  float: left;
  width: 45px;
  margin-right: 30px;
  font-size: 16px;
  color: #5b6771;
}
.people-task .classes .classes-time .time-work .work-go {
  position: absolute;
  top: 30px;
  left: 29px;
  width: 1px;
  height: 18px;
  border-right: 1px solid #ddd;
}
.people-task .classes .classes-time .time-work .work-icon {
  position: absolute;
  top: 30px;
  right: 10px;
  width: 8px;
  height: 14px;
  background: url("../images/go-right.png") no-repeat;
}
.people-task .classes .classes-time .time-work .work-style {
  float: left;
  width: 80px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
}
.people-task .classes .classes-time .time-work .work-succ {
  border: 1px solid #39b7ff;
  background: #39b7ff;
}
.people-task .classes .classes-time .time-work .work-err {
  border: 1px solid #fba476;
  background: #fba476;
}
.people-task .classes .classes-time:hover {
  background: #f2f2f2;
}
.people-task .classed {
  background: #f2f2f2;
  margin: 0;
}
.people-task .classed .classes-intr {
  font-size: 14px;
  color: #333;
}
.people-task .classed .rest {
  min-height: 250px;
  text-align: center;
}
.people-task .classed .rest .relax {
  width: 100px;
  height: 100px;
  margin: 50px auto 15px;
  background: url("../images/tea-icon_03.png") no-repeat;
}
.people-task .classed .rest .text {
  font-size: 18px;
  color: #909ca8;
}
/*7-8-1 任务详情*/
.task-detail {
  padding: 0;
  background: #f2f2f2;
}
.task-detail .task-content {
  margin: 0 0 10px 0;
  padding: 18px 0;
  background: #fff;
  font-size: 12px;
  color: #333;
}
.task-detail .people-number {
  padding: 12px 15px;
  background: #fff;
  font-size: 14px;
  color: #333;
}
.task-detail .task-people .personnel {
  position: relative;
  background: #fff;
  border-color: #cfcece;
}
.task-detail .task-people .personnel .percon .perright .name {
  color: #fd5b16;
}
.task-detail .task-people .personnel .percon .perright .idnum {
  margin-left: 0;
}
.task-detail .task-people .personnel .percon .perright .person {
  position: absolute;
  top: 0;
  right: 0;
}
.task-detail .task-people .personnel .percon .perright .active {
  width: 50px;
  height: 50px;
  background: url("../images/PersonInCharge.png") no-repeat;
}
.task-detail .task-people .personnel:hover {
  background: #fafafa;
}
.task-detail .task-people .personnel:last-child {
  border-bottom: 0;
}
