body {
  background-color: #ebebeb;
  position: relative;
  height: 100%;
  overflow: hidden;
}
body * {
  font-family: "Microsoft YaHei" !important;
}
body .WorkExperience .row {
  background-color: #fff;
  position: relative;
  padding: 1.25rem 1.875rem 1px 1.875rem;
  overflow: hidden;
}
body .WorkExperience .sendBody {
  height: calc(100vh - 6.3rem);
  overflow: auto;
}
body .WorkExperience .mainColor {
  color: #333333 !important;
}
body .WorkExperience p,
body .WorkExperience input {
  margin: 0;
}
body .WorkExperience .width100 {
  width: 100% !important;
}
body .WorkExperience .time {
  text-align: left;
  width: 6rem;
}
body .WorkExperience .top25 {
  margin-top: 1.5625rem;
}
body .WorkExperience .padding25 {
  padding: 1.5625rem 0;
}
body .WorkExperience .rightSvg {
  width: 2.6875rem;
  height: 2.375rem;
}
body .WorkExperience .b1px {
  border-bottom: 0.0625rem solid #e6e6e6;
}
body .WorkExperience .waringTitle {
  color: #bfbfbf;
  font-size: 1.5rem;
  border: none;
  width: auto;
  text-align: left;
}
body .WorkExperience .timeMiddel {
  color: #676767;
  padding: 0 2.1875rem;
}
body .WorkExperience .save {
  padding: 0.9375rem 0.875rem;
  box-sizing: border-box;
}
body .WorkExperience .save .saveBtn {
  justify-content: center;
  background-color: #f58020;
  height: 4.125rem;
  font-weight: bold;
  color: #fff;
  opacity: 0.8;
  font-size: 1.75rem;
  border-radius: 0.25rem;
}
body .WorkExperience .required {
  color: #ff5d5d;
  display: inline-block;
  padding-left: 0.5rem;
  font-size: 1.75rem;
}
body .WorkExperience .titleName {
  color: #676767;
  font-weight: bold;
  font-size: 1.5rem;
}
body .WorkExperience .flex {
  display: flex;
}
body .WorkExperience .alignItems {
  align-items: center;
}
body .WorkExperience .enterInput {
  border: none;
  outline: none;
  width: 100%;
}
body .WorkExperience .contenteditable {
  max-height: 18rem;
  -webkit-user-select: text;
  overflow: auto;
}
body .WorkExperience .contenteditable * {
  font-size: 1.5rem !important;
  -webkit-user-select: text;
}
body .WorkExperience .contenteditable div {
  line-height: 2.5rem !important;
}
body .WorkExperience .contenteditable:before {
  content: attr(data-placeholder);
}
body .WorkExperience .contenteditableActive:before {
  display: none !important;
}
body .WorkExperience input::-webkit-input-placeholder {
  color: #acaaab;
}
body .WorkExperience input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #acaaab;
}
body .WorkExperience input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #acaaab;
}
body .WorkExperience input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #acaaab;
}
body .WorkExperience input::-webkit-input-placeholder {
  color: #acaaab;
}
body .WorkExperience .editSvg1 {
  position: absolute;
  right: 1.25rem;
  top: 1.0625rem;
  z-index: 999;
}
body .WorkExperience .header {
  font-size: 2.625rem;
  background-color: #f58020;
  width: 100%;
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  position: sticky;
  top: 0;
}
body .WorkExperience .header .title {
  color: #fff;
  flex: 1;
  justify-content: center;
  display: flex;
  position: relative;
}
body .WorkExperience .header .title .back {
  width: 2.125rem;
  height: 2.9375rem;
  position: absolute;
  left: 2.3125rem;
}
body .WorkExperience .header .title .lajitong {
  width: 3.125rem;
  height: 3.9375rem;
  position: absolute;
  right: 2.3125rem;
  top: -0.5rem;
}
body .tuoWorkTypeCheck {
  display: none;
}
body .tuoWorkTypeCheck #functionDate {
  display: none;
}
body .tuoWorkTypeCheck .cencl {
  line-height: 4.25rem;
  border-radius: 0.375rem;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0 4rem;
  color: #fff;
  text-align: center;
}
body .tuoWorkTypeCheck .bottom {
  position: fixed;
  bottom: 1.625rem;
  padding: 0 ;
  width: 100%;
  box-sizing: border-box;
}
body .tuoWorkTypeCheck .headerBar {
  width: 50%;
  text-align: center;
  line-height: 4.25rem;
}
body .tuoWorkTypeCheck .headerBar::after {
  content: '';
  display: block;
  height: 2px;
  width: 80%;
  background-color: transparent;
  margin-left: 50%;
  transform: translateX(-50%);
}
body .tuoWorkTypeCheck .headerBarCheck {
  border-color: #f8bb89;
}
body .tuoWorkTypeCheck .headerBarCheck::after {
  background-color: #f8bb89;
}
body .tuoWorkTypeCheck .aliginItem {
  align-items: center;
}
body .tuoWorkTypeCheck .flex {
  display: flex;
}
body .tuoWorkTypeCheck .wrap {
  flex-flow: wrap;
}
body .tuoWorkTypeCheck .card .titleName {
  color: #333;
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
body .tuoWorkTypeCheck .card .itemTabl {
  width: 30%;
  text-align: center;
  line-height: 4.25rem;
  height: 4.25rem;
  color: #676767;
  border-radius: 0.6rem;
  margin-top: 1rem;
  background-color: #f7f7f7;
  border: 1px solid transparent;
}
body .tuoWorkTypeCheck .card .itemTabl.active {
  border: 1px solid #f58b36;
  color: #f58b36;
  background-color: #fff;
}
body .tuoWorkTypeCheck .card .middelBox {
  margin: 1rem calc(4% - 1px) 0 calc(4% - 1px);
}
body .tuoWorkTypeCheck .workIcon {
  font-size: 1.625rem;
  color: #606060;
  padding: 1.25rem 1.875rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
body .tuoWorkTypeCheck .mainBox {
  padding: 0 1.875rem;
}
body .tuoWorkTypeCheck .confirm {
  background-color: #f58b36;
}
body .tuoWorkTypeCheck .header {
  font-size: 2.625rem;
  background-color: #f58b36;
  width: 100%;
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  position: sticky;
  top: 0;
}
body .tuoWorkTypeCheck .header .title {
  color: #fff;
  flex: 1;
  justify-content: center;
  display: flex;
  position: relative;
}
body .tuoWorkTypeCheck .header .title .back {
  width: 2.125rem;
  height: 2.9375rem;
  position: absolute;
  left: 2.3125rem;
}
body .mui-btn-blue,
body .mui-btn-primary,
body input[type=submit] {
  background-color: #fff;
  color: #1c588e;
  border: none;
}
body .mui-dtpicker,
body .mui-poppicker {
  background-color: #fff;
}
body .mui-dtpicker-title,
body .mui-poppicker-btn-cancel {
  display: none;
}
body .mui-dtpicker-header button:first-child {
  border: none;
  color: #fff;
}
body .mui-picker-inner {
  background-color: #fff;
  -webkit-mask-box-image: unset;
}
body .mui-poppicker-body {
  border-top: none;
}
body .mui-dtpicker-header:after {
  content: '时间';
  text-align: center;
  display: inline-block;
  width: calc(100% - 99px);
  height: 27px;
  line-height: 27px;
  color: #676767;
}
body .mui-poppicker-header::before {
  content: '请选择';
  text-align: center;
  display: inline-block;
  height: 27px;
  line-height: 27px;
  color: #676767;
  position: absolute;
  width: 100%;
}
body .mui-popup {
  width: 300px;
}
body .mui-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
body .mui-popup-text {
  padding: 30px 0;
}
body .mui-popup-inner {
  padding: 0 0 15px 0;
}
body .mui-popup-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 44px;
}
body .mui-popup-button.mui-popup-button-bold {
  background-color: #f2f2f2;
  color: #f58b36;
}
