html,
body {
  width: 100%;
  margin: 0 auto;
  overflow-X: hidden;
}

.content {
  background: #fff;
  width: 970px;
  margin: 0 auto;
  /* border: 1px solid #ccc; */
  position: relative;
}

/* 劳动人事 */
.content .labour h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-top: 85px;
  height: 70px;
}

.content .labour .explain {
  line-height: 30px;
  font-size: 16px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 60px;
  text-indent: 2em;
}

.content .labour .subject {
  background: #fafbfc;
}

.content .labour .subject .contents {
  width: 890px;
  margin: 0 auto;
  padding: 40px 0;
  margin-top: 30px;
}

.content .labour .subject .contents .type {
  width: 70px;
  float: left;
  color: #ff6d4a;
}

.content .labour .subject .contents .stem {
  float: left;
  /* width: 790px; */
  width: 820px;
  letter-spacing: 1px;
}

.content .labour .subject .contents .notes {
  background: url("../../images/riskMonitoring/notesicon.jpg") no-repeat 4px 4px;
  padding-left: 30px;
  font-size: 12px;
  color: #f86814;
  line-height: 25px;
  background-size: 18px 18px;
}

.content .labour .subject .contents .options {
  padding: 15px 70px;
  box-sizing: border-box;
  border: 1px solid #d0d7dd;
  border-radius: 5px;
  margin-top: 10px;
  color: #555555;
  position: relative;
  background: #fff;
  cursor: pointer;
}

.active {
  border: 1px solid #317fcb;
}

.content .labour .subject .contents .options .tip {
  font-size: 12px;
  color: #f86814;

  background: url("../../images/riskMonitoring/notesicon.jpg") no-repeat 0px 2px;
  padding: 3px 0;
  padding-left: 25px;
  background-size: 18px 18px;
}

.content .labour .subject .contents .options .number {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid #ebf0f5;
  border-radius: 50%;
  text-align: center;
  padding-top: 2px;
  box-sizing: border-box;
  position: absolute;
  left: 30px;
  top: 12px;
  color: #b9c5cd;
}

.btn {
  width: 260px;
  height: 50px;
  background: #003d84;
  text-align: center;
  line-height: 50px;
  color: #fff;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 5px;
  cursor: pointer;
}

.btn:hover {
  /* background: #f85e05; */
}

/* 顶部 */
.return {
  position: absolute;
  right: -100px;
  border-radius: 5px;
  bottom: 100px;
}

/* 右侧咨询 */
.consultation {
  position: fixed;
  bottom: 400px;

  right: 0px;
}

/* 页码 */
.pagenumber {
  position: absolute;
  right: -100px;
  bottom: 170px;
}

.pagenumber strong {
  font-size: 36px;
  color: #f85e05;
}

.pagenumber span {
  font-weight: 700;
  color: #b1b6bf;
}

.pagenumber i {
  font-style: normal;
  font-weight: 700;
  color: #b1b6bf;
}


/* 上一页  下一页 */
.line {
  margin-top: 70px;
  width: 1200px;
  /* text-align: center; */
  border-top: 1px solid #e1e6eb;
  padding-top: 17px;
  position: relative;
}

.line::before {
  display: block;
  content: '';
  width: 40px;
  height: 1px;
  background: #fa8643;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.line .txt {
  width: 260px;
  margin: 0 auto;
  /* display: flex; */
  text-align: center;

}

.line .txt span {
  /* text-align: left; */
  flex: 1;
  text-align: center;
}

.line .txt a{
  display: inline-block;
  width: 120px;
}

.line .txt a:nth-child(1) {
  color: #999;

}

.line .txt span {
  color: #fa8643;
  /* font-weight: 700; */
}

.name {
  margin-top: 20px;
}

.tels,
.dizhi,
.riqi {
  margin-top: 20px;
}
.dizhi select{
  width: 117px;
  height: 40px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background: #fafbfc;
  box-sizing: border-box;
}
#a{
  margin-left: 5px;
}
.name span,
.tels span {
  font-size: 14px;

}

.name>input,
.tels>input {
  width: 360px;
  height: 40px;
  background: none;
  outline: none;
  border: 0px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  /* background: #fafbfc; */
  box-sizing: border-box;
  padding-left: 5px;
  margin-left: 5px;
}

/* 时间选择框 */
* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.icon {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 25px;
  width: 25px;
  background: #fff;
}

.laydate-box {
  height: 34px;
  width: 154px;
  border: none;
  /* margin: 0px 0 0 40px; */
  position: relative;
  display: inline-block;
}

#laydateInput {
  /* outline: none; */
  /* display: block; */
  /* height: 30px; */
  /* width: 150px; */
  font-size: 16px;
  /* line-height: 30px;	 */
  width: 360px;
  height: 40px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background: #fafbfc;
  box-sizing: border-box;
  padding-left: 5px;
  margin-left: 5px;
}

.select-date {
  position: absolute;
  left: 5px;
  top: -310px;
  width: 266px;
  height: 301px;
  border: 1px solid #58abff;
  display: none;
  background: #fff;
}

.select-date-header {
  height: 48px;
  border-bottom: 1px solid #58abff;
}

.heade-ul {
  height: 49px;
}

.header-item {
  height: 28px;
  float: left;
  margin-top: 9px;
}

.header-item select {
  height: 28px;
}

.header-item-one select {
  width: 68px;
  margin-left: 10px;
  height: 30px;
  outline: none;
}

.header-item-one {
  height: 30px;
}

.header-item-two i {
  display: block;
  float: left;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}

.header-item-two i {
  display: block;
  float: left;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}

.header-item-two {
  border: 1px solid #ccc;
  margin-left: 10px;
}

.header-item-two select {
  float: left;
  border: none;
  outline: none;
}

.header-item-two i:nth-child(1) {
  border-right: 1px solid #ccc;
}

.header-item-two i:nth-child(3) {
  border-left: 1px solid #ccc;
}

.header-item-three {
  margin-left: 30px;
  width: 73px;
}

.header-item-three span {
  display: block;
  height: 100%;
  border: 1px solid #d8d8d8;
  background: #f9f9f9;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  width: 100%;
  cursor: pointer;
}

.header-item-three span:hover {
  border-color: #388bff;
}

.header-item-three span.active {
  border-color: #388bff;
}

.week-list {
  height: 35px;
  width: 100%;
  border-bottom: 1px solid #c8cacc;
}

.week-list li {
  float: left;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 15px;
  margin: 0 1px;
  /*font-weight: bold;*/

}

.week-list li:nth-child(7) {
  color: #e02d2d
}

.week-list li:nth-child(1) {
  color: #e02d2d
}

.tabel-line {
  height: 35px;
  border-bottom: 1px solid #c8cacc;
}

.tabel-ul {
  height: 35px;
}

.tabel-li {
  height: 31px;
  width: 31px;
  text-align: center;
  line-height: 31px;
  float: left;
  border: 2px solid #fff;
  margin: 0 1px;
}

.tabel-li.preDays {
  color: #bfbfbf;
}

.tabel-li.nextDay {
  color: #bfbfbf;
}

.tabel-li:hover {
  border-color: #ffbb00;
}

.tabel-li.showClick {
  border-color: #ffbb00;
}

.tabel-li.active {
  background: #ffbb00;
  color: #fff !important;
  border-color: #ffbb00;
}

.tabel-li.weekColor {
  color: #e02d2d;
}


/* 多选 */
.check_box {
	display: inline-block;
	position: relative;
}

.check_box label {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #53a4f4;
	/* border-radius: 50%; */
	background: #fff;
	cursor: pointer;
}

.check_box label:hover {
	border: 2px solid #53a4f4;
}

.check_box label:after {
	content: '';
	width: 8px;
	height: 4px;
	position: absolute;
	top: 4px;
	left: 3px;
	border: 2px solid #cacaca;
	border-top: none;
	border-right: none;
	opacity: 0.4;
	transform: rotate(-45deg);
	/*-webkit-transform:rotate(-45deg);*/
}


.check_box input:checked+label {
	border: 2px solid #53a4f4;
}

.check_box input:checked+label:after {
	opacity: 1;
	border: 2px solid #53a4f4;
	border-top: none;
	border-right: none;
}

.check_box em {
	margin: 0 0 0 5px;
}


/* 单选 */

.radio_box {
	display: inline-block;
	position: relative;
}

.radio_box label {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #53a4f4;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}

.radio_box input:checked+label:after {
	content: '';
	width: 9px;
	height: 9px;
	position: absolute;
	top: 3px;
	left: 3px;
	background: #53a4f4;
	border-radius: 50%;
}

.check_box em {
	margin: 0 0 0 5px;
}

.con{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}