/* input.css Date:2019-05-20 13:55:10 */

.lg-input-after .lg-input-item,
.lg-input-after .lg-input-text,
.lg-input-prepend .lg-input-item,
.lg-input-prepend .lg-input-text {
  white-space: nowrap;
}

.lg-input {
  position: relative;
  width: 220px;
  display: inline-table;
  border: 1px solid #e5e5e5;
  background-color: #FFF;
  border-radius: 4px;
  box-sizing: border-box;
}

.lg-input-o {
  height: 32px;
  line-height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 4px;
  width: 100%;
}

.lg-input-o::-webkit-input-placeholder {
  color: #d2d2d2;
}

.lg-input-o:-moz-placeholder {
  color: #d2d2d2;
}

.lg-input-o::-moz-placeholder {
  color: #d2d2d2;
}

.lg-input-o:-ms-input-placeholder {
  color: #d2d2d2;
}

.lg-input-o:disabled {
  border-color: #e5e5e5;
  background-color: #f8f8f8;
  color: #d2d2d2;
}

.lg-input:focus-within {
  border-color: #0083FF;
  box-shadow: 0 0 2px 2px #E2F2FF;
}

.lg-input-s .lg-input-o {
  height: 24px;
  line-height: 24px;
}

.lg-input-l .lg-input-o {
  height: 40px;
  line-height: 40px;
}

.lg-input:hover {
  border-color: #0083FF;
}

.lg-input.is-disabled:hover {
  border-color: #e5e5e5;
  background-color: #f8f8f8;
  color: #d2d2d2;
}

.lg-input-clear {
  color: #d2d2d2;
  display: table-cell;
  width: 1px;
  position: relative;
  vertical-align: middle;
  visibility: hidden;
  padding-right: 8px;
  cursor: pointer;
}

.lg-input.has-clear {
  padding-right: 12px;
}

.lg-input .lg-count {
  display: table-cell;
  width: 1px;
  font-size: 14px;
  color: #d2d2d2;
}

.lg-input-group {
  display: inline-table;
  border: 1px solid #e5e5e5;
  width: 320px;
  border-radius: 4px;
}

.lg-input-group:focus-within,
.lg-input-group:hover {
  border-color: #0083FF;
}

.lg-input-group .lg-input-o {
  border-radius: 0;
  border: none;
}

.lg-input-group .lg-input-prepend {
  display: table-cell;
  width: 1px;
  border-right: 1px solid #e5e5e5;
  background-color: #fcfcfc;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.lg-input-group .lg-input-prepend + .lg-input-o {
  border-left-color: #FFF;
}

.lg-input-group .lg-input-prepend.is-select {
  border-radius: 4px 0 0 4px;
}

.lg-input-group .lg-input-after {
  border-radius: 0 4px 4px 0;
  display: table-cell;
  width: 1px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #e5e5e5;
  background-color: #fcfcfc;
}

.lg-input-group .lg-input-after.is-select {
  border-radius: 0 4px 4px 0;
}

.lg-input-after.lg-input-select,
.lg-input-prepend.lg-input-select {
  cursor: pointer;
  padding-right: 28px;
}

.lg-input .lg-icon-down {
  position: absolute;
  right: 8px;
  top: 10px;
  color: #aaa;
  transform: rotate(0);
  transition: transform 300ms;
}

.lg-input-group .lg-input-list {
  position: absolute;
  background-color: #FFF;
  z-index: 1;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  margin-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.lg-input-group .lg-input-item {
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}

.lg-input-group .lg-input-item.is-curr {
  color: #0083FF;
}

.lg-input-group .is-select {
  box-shadow: inset 0 0 0 1px #0083FF,0 0 0 2px #E2F2FF;
}

.lg-input-group .is-select .lg-input-list {
  display: block;
}

.lg-input-group .is-select .lg-icon-down {
  transform: rotate(180deg);
  color: #0083FF;
}

.lg-input-search {
  display: inline-table;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.lg-input-search:hover {
  border-color: #0083FF;
}

.lg-input-search.has-clear {
  padding-right: 0;
}

.lg-input-search .lg-input-o {
  border: none;
}

.lg-input-search .lg-input-o:focus {
  border: none;
  box-shadow: none;
  border-radius: 4px 0 0 4px;
}

.lg-input-search .lg-input-btn {
  display: table-cell;
  width: 1px;
  position: relative;
  vertical-align: top;
}

.lg-input-search .lg-input-btn .lg-btn {
  min-width: 4px;
}

.lg-input-search .lg-input-clear {
  padding-right: 0;
}

.lg-input-search .lg-icon-search {
  background: 0 0;
  border: none;
}

.lg-input-search .lg-btn {
  border: none;
  border-radius: 0 4px 4px 0;
}

.lg-input-flyout {
  position: absolute;
  display: none;
  max-height: 320px;
  overflow-y: auto;
  background-color: #FFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  left: 0;
  top: 32px;
  z-index: 1;
}

.lg-input-flyout .lg-flyout-item {
  height: 32px;
  line-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
}

.lg-input-flyout .lg-flyout-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.lg-textarea {
  position: relative;
  width: 320px;
  overflow: hidden;
}

.lg-textarea:hover {
  border-color: #0083FF;
}

.lg-textarea-o {
  resize: vertical;
  border: 1px solid #e5e5e5;
  padding: 8px 12px 20px;
  width: 100%;
  display: block;
  line-height: 22px;
  border-radius: 4px;
}

.lg-textarea-o:focus {
  outline: 0;
}

.lg-textarea.is-focus {
  border-color: #0083FF;
  box-shadow: 0 0 2px 2px #E2F2FF;
}

.lg-textarea .lg-count {
  text-align: right;
  color: #d2d2d2;
  font-size: 12px;
}

/* datepicker.css Date:2020-01-08 14:00:06 */

.lg-datepicker::after {
  content: '\f145';
  position: absolute;
  top: 0;
  right: 12px;
  line-height: 30px;
  font-size: 14px;
  color: #d2d2d2;
  font-family: iconfont;
}

.Cal {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #ddd;
  padding-bottom: 8px;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  color: #434343;
  z-index: 666;
}

.Cal table {
  width: 250px;
  background: #fff;
  border-collapse: collapse;
  font: 12px verdana;
}

.Cal table tbody td {
  text-align: center;
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-family: "Microsoft yahei";
  color: #d2d2d2;
}

.Cal table thead th {
  text-align: center;
  height: 32px;
  line-height: 32px;
  font-family: "Microsoft yahei";
  font-weight: 400;
}

.Cal table thead .controls th {
  border-bottom: 1px solid #ddd;
}

.Cal table thead .ctrl-next,
.Cal table thead .ctrl-prev {
  display: inline-block;
  background: url("//static.360buyimg.com/JDC_legao/widget/datepicker/i/date-arrow.png") no-repeat;
  overflow: hidden;
  height: 32px;
  width: 32px;
  line-height: 10000px;
  text-align: center;
}

.Cal table thead .ctrl-prev {
  float: left;
}

.Cal table thead .ctrl-next {
  float: right;
}

.Cal table thead .prevYear {
  background-position: 0 0;
}

.Cal table thead .prevMonth {
  background-position: -128px 0;
}

.Cal table thead .nextYear {
  background-position: -32px 0;
}

.Cal table thead .nextMonth {
  background-position: -160px 0;
}

.Cal table thead .disable.prevYear {
  background-position: -64px 0;
}

.Cal table thead .disable.prevMonth {
  background-position: -192px 0;
}

.Cal table thead .disable.nextYear {
  background-position: -96px 0;
}

.Cal table thead .disable.nextMonth {
  background-position: -224px 0;
}

.Cal table thead .days th {
  font-family: "Microsoft yahei";
}

.Cal table td {
  font-family: "Microsoft yahei";
  border-radius: 4px;
}

.Cal table td span.festival {
  color: #0083FF;
}

.Cal table td.date {
  color: #434343;
  cursor: pointer;
}

.Cal table td.date.chosen {
  background: #0083FF;
  color: #fff;
}

.Cal table td.date.over {
  background: #f5f5f5;
  color: #000;
}

.Cal table .selectMonth {
  padding: 0 5px 0 0;
  float: left;
}

.Cal table .selectMonth select {
  width: 55px;
  font-family: "Microsoft yahei";
}

.Cal table .slecteYear {
  float: left;
}

.Cal table .slecteYear select {
  width: 60px;
  font-family: "Microsoft yahei";
}

.Cal table .today {
  text-align: center;
  display: block;
  padding: 4px 0;
  color: #005ea7;
  font-weight: 700;
  background-color: #f9f9f9;
  cursor: pointer;
}

.Cal .close {
  display: none;
}

.Cal .hms {
  height: 20px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.Cal input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20px;
  height: 14px;
  padding: 2px;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  font-size: 12px;
  color: #333;
  text-align: center;
  line-height: 14px;
  font-family: "Microsoft yahei";
  vertical-align: middle;
}

.Cal .time {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 20px;
  padding-left: 10px;
  line-height: 20px;
  vertical-align: middle;
}

.Cal .tm {
  border: 0;
  padding: 0;
  width: 10px;
  height: 20px;
  line-height: 20px;
}

.Cal .proof {
  height: 20px;
  width: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 5px;
  overflow: hidden;
  vertical-align: middle;
}

.Cal .proof i {
  float: left;
  height: 0;
  width: 0;
  font-size: 0;
  border-width: 5px;
  border-style: solid;
  cursor: pointer;
}

.Cal .proof .up {
  border-color: transparent transparent #0083FF;
  margin-top: -1px;
  margin-bottom: 2px;
}

.Cal .proof .down {
  border-color: #0083FF transparent transparent;
}

.Cal .confirm-btn {
  vertical-align: middle;
  padding: 1px 3px;
  margin-left: 10px;
  border-radius: 2px;
  cursor: pointer;
  color: #fff;
  background-color: #0083FF;
}

.o-datepicker {
  background: #fff;
  color: #434343;
  z-index: 666;
  position: absolute;
}

.o-datepicker .datepicker {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  border-collapse: collapse;
  float: left;
  margin-right: 10px;
  z-index: 9;
}

.o-datepicker .datepicker span {
  cursor: pointer;
}

.o-datepicker .datepicker .controls th {
  height: 32px;
  line-height: 32px;
  background: #fff;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
}

.o-datepicker .datepicker .days th {
  height: 32px;
  line-height: 32px;
  width: 32px;
  font-size: 12px;
  font-weight: 400;
  font-family: "Microsoft yahei";
}

.o-datepicker .datepicker select {
  font-size: 11px;
}

.o-datepicker .datepicker th span {
  font-family: "Microsoft yahei";
}

.o-datepicker .datepicker tfoot td {
  height: 18px;
  text-align: center;
  text-transform: capitalize;
  font: 10px/18px "Microsoft yahei",Arial,Helvetica,sans-serif;
}

.o-datepicker .datepicker tfoot td span {
  font-weight: 700;
}

.o-datepicker .datepicker tbody td {
  width: 32px;
  height: 32px;
  font: 12px/32px Arial,Helvetica,sans-serif;
  text-align: center;
  background: #fff;
  font-family: "Microsoft yahei";
  border-radius: 4px;
  color: #d2d2d2;
}

.o-datepicker .datepicker tbody td .festival {
  color: #0083FF;
}

.o-datepicker .datepicker tbody td.chosen .festival {
  color: #fff;
}

.o-datepicker .datepicker tbody td.date {
  cursor: pointer;
  color: #434343;
}

.o-datepicker .datepicker tbody td.date.choosable,
.o-datepicker .datepicker tbody td.date.choosable-range {
  background-color: #e2f2ff;
  border-radius: 0;
}

.o-datepicker .datepicker tbody td.date.over {
  background: #f5f5f5;
  color: #000;
}

.o-datepicker .datepicker tbody td.date.chosen {
  background-color: #0083FF;
  color: #fff;
}

.o-datepicker .datepicker .prevMonth {
  width: 32px;
  height: 32px;
  float: left;
  position: relative;
}

.o-datepicker .datepicker .prevMonth s {
  color: #434343;
  line-height: 32px;
}

.o-datepicker .datepicker .nextMonth {
  width: 32px;
  height: 32px;
  float: right;
  position: relative;
}

.o-datepicker .datepicker .nextMonth s {
  color: #434343;
  line-height: 32px;
}

.o-datepicker .datepicker .disabled .prevMonth1 {
  border-right-color: #999;
}

.o-datepicker .datepicker .disabled .nextMonth1 {
  border-left-color: #999;
}

/* timepicker.css Date:2020-03-12 10:18:21 */

.lg-timepicker {
  position: relative;
  display: inline-block;
  height: 32px;
}

.lg-timepicker .lg-timepicker-input {
  position: relative;
  width: 220px;
  border-radius: 4px;
  background-color: #FFF;
  border: solid 1px #E8E8E8;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
}

.lg-timepicker .lg-timepicker-input .lg-tpinput {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 40px 0 12px;
  vertical-align: middle;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lg-timepicker .lg-timepicker-input .lg-timeicon {
  position: absolute;
  top: 0;
  right: 12px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #d2d2d2;
  cursor: pointer;
}

.lg-timepicker .lg-timepicker-input:hover {
  border-color: #0083FF;
}

.lg-timepicker .lg-timepicker-menu {
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  vertical-align: middle;
  padding-top: 4px;
  padding-bottom: 4px;
  z-index: 9;
}

.lg-timepicker .lg-timepicker-menu .lg-timepicker-dropdown {
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}

.lg-timepicker .lg-timepicker-menu .lg-time-box {
  position: relative;
  float: left;
  width: 33.3%;
}

.lg-timepicker .lg-timepicker-menu .lg-time-box .picker-text {
  position: absolute;
  top: 0;
  right: 24px;
  line-height: 32px;
}

.lg-timepicker .lg-timepicker-menu .lg-timepicker-list {
  width: 100%;
  height: 230px;
  border-left: 1px solid #E8E8E8;
  overflow-y: auto;
}

.lg-timepicker .lg-timepicker-menu .lg-timepicker-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.lg-timepicker .lg-timepicker-menu .lg-timepicker-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-timepicker .lg-timepicker-menu .lg-timepicker-list.hours {
  border-left: 0;
}

.lg-timepicker .lg-timepicker-menu .lg-timepicker-list .timepicker-list {
  padding-bottom: 198px;
}

.lg-timepicker .lg-timepicker-menu .lg-timepicker-list .timepicker-list .timepicker-item {
  position: relative;
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  color: #434343;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.lg-timepicker .lg-timepicker-menu .lg-timepicker-list .timepicker-list .timepicker-item:hover {
  background: #f8f8f8;
}

.lg-timepicker .lg-timepicker-menu .lg-timepicker-list .timepicker-list .timepicker-item.selected {
  color: #0083FF;
  font-weight: 500;
}

.lg-timepicker .lg-timepicker-menu .lg-timepicker-list .timepicker-list .timepicker-item.is-disabled {
  color: #d2d2d2;
  pointer-events: none;
}

.lg-timepicker.hourminute .lg-timepicker-menu .lg-time-box {
  width: 50%;
}

.lg-timepicker.hourminute .lg-timepicker-menu .lg-time-box .picker-text {
  right: 60px;
}

.lg-timepicker.is-disabled .lg-timepicker-input {
  border-color: #cdcdcd;
  pointer-events: none;
}

.lg-timepicker.is-disabled .lg-timepicker-input .lg-tpinput {
  background-color: #f1f1f1;
}

.lg-datepicker-contain {
  position: relative;
}

.lg-datepicker-contain .Cal {
  top: 40px;
}

.lg-datepicker-contain .Cal table tbody td {
  height: unset;
}

.lg-datepicker-contain select {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  appearance: button;
  -webkit-appearance: button;
}

.lg-datepicker-contain .lg-datepicker-double .lg-input-o {
  width: 458px;
}

.lg-datepicker-contain .lg-timepicker {
  position: absolute;
  top: -36px;
  width: 100%;
}

.lg-datepicker-contain .lg-timepicker .lg-timepicker-menu .lg-timepicker-list {
  height: 193px;
}

.lg-datepicker-contain .lg-timepicker .lg-timepicker-dropdown {
  border-width: 1px 0 0;
  box-shadow: none;
}

.lg-datepicker-contain .timepick01 {
  width: 50%;
  left: 0;
}

.lg-datepicker-contain .timepick02 {
  width: 50%;
  right: 0;
}

.lg-datepicker-contain .timepanel-head {
  background: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.lg-datepicker-contain .o-datepicker {
  width: 520px;
}

.lg-datepicker-contain .o-datepicker:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.lg-datepicker-contain .doubleCal .o-datepicker {
  width: 500px;
  position: unset;
}

.lg-datepicker-contain .doubleCal table {
  border: none;
  box-shadow: none;
  margin: 0;
}

.lg-datepicker-contain .date-picker-contain-bottom {
  width: 100%;
  height: 40px;
  padding: 8px 8px 0 0;
  line-height: 32px;
  text-align: right;
  background: #fff;
  border-top: none;
  border-top: 1px solid #e5e5e5;
}

.lg-datepicker-contain .datepicker-close {
  position: absolute;
  top: 0;
  right: 12px;
  line-height: 30px;
  font-size: 14px;
  color: #d2d2d2;
  opacity: 0;
}

.lg-datepicker-contain .focus-cont .datepicker-close {
  opacity: 1;
  z-index: 2;
}

.lg-datepicker-contain .focus-cont::after {
  opacity: 0;
}