@charset "UTF-8";
.fl {
  float: left; }

.fr {
  float: right; }

/*字体大小*/
textarea {
  font-size: 24px; }

input {
  font-size: 24px; }

.font-size-20 {
  font-size: 20px; }

.font-size-24 {
  font-size: 24px; }

.font-size-26 {
  font-size: 26px; }

.font-size-28 {
  font-size: 28px; }

.font-size-30 {
  font-size: 30px; }

/*字体颜色*/
.color-ffffff {
  color: #ffffff; }

.color-333333 {
  color: #333333; }

.color-999999 {
  color: #999999; }

.color-00a0ff {
  color: #00a0ff; }

.color-ff0020 {
  color: #ff0020; }

/*背景颜色*/
.bg-c7c7c7 {
  background: #c7c7c7; }

.bg-00a0ff {
  background: #00a0ff; }

/*主页的下一级*/
.detail {
  width: 100%;
  /*min-height: 100vh;*/
  background: white; }

/*签到*/
.attendance-head {
  width: 100%;
  height: 80px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #eeeeee; }

.attendance-head > div {
  float: left;
  width: 50%;
  height: 100%;
  text-align: center;
  line-height: 80px;
  font-size: 28px;
  color: #999999; }

.attendance-head > div:first-child {
  background: url("../images/attendance/line_03.png") no-repeat right center; }

.attendance-head-choose {
  border-bottom: 4px solid #ff0020 !important;
  color: #ff0020 !important; }

.attendance-content > p {
  padding: 15px 0 15px 30px; }

.attendance-content-toWork, .attendance-content-offWork {
  width: 100%;
  padding-bottom: 20px;
  /*height: 180px;*/ }

.attendance-content-offWork {
  background: #f2faff !important;
  padding-top: 15px; }

.attendance-content-toWork > div:first-child, .attendance-content-offWork > div:first-child {
  text-indent: 80px;
  position: relative; }

.attendance-content-toWork-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  padding-top: 2px;
  position: absolute;
  left: 30px;
  top: 5px;
  text-indent: 0; }

.attendance-content-toWork-punching {
  width: 110px;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  background: #00a0ff;
  color: white;
  border-radius: 4px;
  text-align: center;
  margin-top: 15px;
  margin-left: 80px; }

.attendance-content-toWork-time {
  text-indent: 80px;
  padding-top: 10px; }

#allmap {
  height: 250px;
  width: 100%; }

.attendance-content-offWork-address {
  text-indent: 110px;
  font-size: 24px;
  color: #999999;
  background: url("../images/attendance/address-icon_07.png") no-repeat 80px; }

.attendance-content-offWork-button {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: #d9f1ff;
  margin: 20px auto 25px;
  position: relative; }

.attendance-content-offWork-button > div {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #00a0ff;
  position: absolute;
  left: 15px;
  top: 15px;
  color: white;
  text-align: center; }

.attendance-content-offWork-button > div > p:first-child {
  padding-top: 50px;
  font-size: 36px; }

.attendance-content-offWork-button > div > p:nth-child(2) {
  font-size: 28px; }

.attendance-foot > img {
  margin: 40px auto 15px; }

.attendance-foot > p {
  text-align: center;
  font-size: 28px;
  color: #999999; }

.attendance-foot-list {
  width: 100%;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #e8e8e8;
  color: #999999;
  font-size: 24px;
  padding: 0 30px; }

/*悬赏任务*/
.rewardTask {
  background-color: #eeeeee;
  overflow: auto;
  min-height: calc(100vh - 100px); }

.rewardTask-head {
  width: 100%;
  height: 80px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #eeeeee;
  background-color: #fff; }

.rewardTask-head > div {
  float: left;
  width: 33%;
  height: 100%;
  text-align: center;
  line-height: 80px;
  font-size: 28px;
  color: #999999; }

.rewardTask-head > div:first-child, .rewardTask-head > div:nth-child(2) {
  background: url("../images/attendance/line_03.png") no-repeat right center; }

.rewardTask-content {
  width: 100%;
  background: #eeeeee;
  padding: 20px 0; }

.rewardTask-task {
  width: 100%;
  background: white;
  margin-bottom: 20px; }

.rewardTask-task-head {
  padding: 20px 30px;
  height: 70px;
  font-size: 28px;
  color: #999999;
  border-bottom: 1px solid #eeeeee; }

.rewardTask-task-content {
  padding: 20px 30px;
  font-size: 24px;
  color: #333333;
  border-bottom: 1px solid #eeeeee;
  min-height: 250px; }

.rewardTask-task-foot {
  padding: 20px 30px;
  font-size: 24px;
  color: #999999;
  border-bottom: 1px solid #eeeeee; }

/*发布抢单任务*/
.releaseTask {
  width: 100%;
  position: relative;
  min-height: calc(100vh - 100px); }

.releaseTask-head {
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding: 0 30px;
  background: #eeeeee; }

.releaseTask-content {
  width: 100%;
  margin-top: 20px;
  position: relative; }

.releaseTask-content > div:first-child {
  display: inline-block;
  width: 160px;
  font-size: 28px;
  color: #666666;
  position: relative;
  left: 25px; }

.releaseTask-content > div:nth-child(2) {
  display: inline-block;
  width: 560px;
  width: calc(100% - 200px);
  position: absolute;
  left: 160px; }

.releaseTask-content > div:nth-child(2) > input,
.releaseTask-content > div:nth-child(2) > textarea,
.releaseTask-content > div:nth-child(2) > select {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  font-size: 24px;
  color: #999999;
  text-indent: 15px; }

.releaseTask-content > div:nth-child(2) > select {
  background-color: #fff; }

.select-box {
  position: relative;
  height: 60px; }

.caret1 {
  position: absolute;
  background: url(../images/icons.png) no-repeat;
  height: 60px;
  width: 35px;
  background-position: 0 -417px;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 1; }

.releaseTask-content button {
  width: 140px;
  height: 60px;
  background: #00a0ff;
  color: #ffffff;
  line-height: 60px;
  font-size: 24px;
  border-radius: 5px; }

.releaseTask-button {
  width: calc(100% - 60px);
  height: 90px;
  position: absolute;
  left: 30px;
  bottom: 70px;
  font-size: 34px;
  color: #ffffff;
  background: #ff0020;
  border-radius: 8px; }

.chooseRange {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: white; }

.chooseRange-organize {
  margin-top: 120px;
  width: 100%;
  height: calc(100vh - 100px);
  overflow-y: scroll; }

.chooseRange-div {
  width: 690px;
  height: 80px;
  line-height: 80px;
  margin: 20px auto 0;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  font-size: 28px;
  color: #333333; }

.chooseRange-div-check {
  width: 25px;
  height: 25px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  display: inline-block;
  margin-left: 10px; }

.chooseRange-div-checked {
  background: url("../images/attendance/checked_03.png") no-repeat 100% 100%; }

.chooseRange-div-name {
  display: inline-block;
  text-indent: 15px; }

.chooseRange-button {
  /* width: 690px; */
  /* margin: 20px auto 70px; */
  line-height: 90px;
  text-align: center;
  border-radius: 5px;
  background: #ff0020;
  color: white;
  font-size: 34px;
  position: fixed;
  bottom: 0;
  width: 100%;
  /* margin: 30px; */
  border: 30px solid #eee; }

.releaseTask-rangeName {
  padding: 10px 30px 10px 155px;
  font-size: 28px;
  color: red; }

/*申请奖励*/
.reward {
  width: 100%;
  min-height: calc(100vh - 100px);
  background: #eeeeee;
  padding: 20px 0;
  position: relative; }

.reward-head {
  background: white;
  padding: 15px 30px 25px; }

.reward-head textarea {
  min-height: 250px;
  line-height: 35px;
  padding: 10px;
  width: 100%;
  border: none; }

.reward-camera {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: url("../images/attendance/camera_03.png") no-repeat center;
  display: inline-block; }

.reward-content {
  min-height: 250px;
  width: 100%;
  background: white;
  margin-top: 20px; }

.reward-content > p {
  padding: 15px 30px;
  font-size: 28px;
  color: #333333;
  border-bottom: 1px solid #e8e8e8; }

.reward-content > div {
  padding: 20px 30px; }

.reward-content-userImg {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: 100% 100%;
  background: url("../images/attendance/addman_03.png") no-repeat center;
  display: inline-block;
  position: relative;
  margin-bottom: 35px;
  margin-right: 10px; }

.reward-content-userImg > span {
  color: #666666;
  font-size: 24px;
  position: absolute;
  width: 100px;
  text-align: center; }

.releaseTask {
  min-height: calc(100vh - 100px);
  overflow: auto; }

/*# sourceMappingURL=attendance.css.map */
