/* 后端管理页 BackEndManagementPage */
body {
  overflow-x: hidden;
}

.main-body {
  width: 100%;
  height: 100%;
  padding: 35px 20px 15px 20px;
}

.bodytext {
  width: 100%;
  height: 100%;
  background: url(../img/shezibg.png);
  background-size: 100% 100%;
}

.neiceng {
  width: 50%;
  float: left;
  padding-top: 23px;
  /* text-align: center; */
}
.texts {
  border-bottom: 1px solid #51fcfd;
  margin: 0 auto;
  font-size: 16px;
  color: #51fcfd;
  font-weight: 600;
  padding-bottom: 9px;
  margin-top: 16px;
}

.topText {
  padding: 0 10% 0px 12%;
  /* margin-right: 100px; */
}

.inputText {
  text-align: center;
  margin-top: 10px;
}

.inputText p {
  /* margin-right: 20px; */
}

.inputText p,
span {
  font-size: 12px;
  color: #fff;
}

/* .inputText p{
    margin-right: 8px;
} */
.inputText span {
  margin: 0 0 0 4px;
}

input {
  margin-left: 10px;
}

.btnC {
  font-size: 12px;
  color: #000000;
  float: right;
  margin: 0;
}

.btnD {
  margin-right: 20px;
}

.btnE {
  margin-right: 0;
}

.datep {
  margin-left: 0;
  width: 54px;
}

.inputText2 span {
  margin: 0 22px 0 10px;
}

.inputText2 .sopan {
  margin: 0 6px;
}

.datepickers {
  border: 1px solid rgba(22, 183, 255, 1);
  background-color: transparent;
  color: #fff;
}

input.datepickers {
  height: 30px;
  border-radius: 0;
  position: relative;
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 12px;
  cursor: pointer;
}

.topTexts {
  width: 86%;
  /* display: table-caption; */
}

.tables {
  width: 50%;
  margin-top: 26px;
  float: left;
}

/* 表格 */
table tbody {
  height: 410px;
}

table>tbody {
  display: block;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  white-space: nowrap;
}

table thead,
tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

#lq_table {
  table-layout: fixed;
  /* width: 100%; */
  display: block;
  box-sizing: content-box;
  margin-top: 10px;
}

table {
  width: 100%;
  border: 1px solid #023e90;
  border-collapse: collapse;
  margin: 0 auto;
}

tbody>tr:nth-of-type(2n) {
  background: #002f67;
}

tr,
td {
  white-space: nowrap;
  /* width: 160px; */
  border: 1px solid rgba(2, 62, 144, 0.5);
  text-align: center;
  color: #fff;
  font-size: 14px;
  height: 23px;
  padding: 10px 2px;
}

thead>tr>th {
  border: 1px solid #023e90;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  height: 23px;
  padding: 10px 60px;
  background: #023e90;
}

.link-delete {
  color: #51fcfd !important;
  cursor: pointer;
}

.link-edit {
  color: #51fcfd;
  margin-right: 10px;
}

.spandd {
  font-size: 12px;
  color: #fff;
  margin-right: 20px;
}

.box {
  margin-bottom: 13px;
}

select {
  width: 50%;
  font-size: inherit;
  color: #fff;
  background-color: #000000;
  border: 1px solid #51fcfd;
  padding: 2px 0 2px 10px;
}

/* 遮落层 */
.Div {
  position: relative;
  width: 100%;
  height: 100%;
}

.cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}

.tanchuang {
  background: #000000;
  border: 1px solid #51fcfd;
  position: absolute;
  width: 50%;
  height: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.name {
  margin: 0 auto;
  font-size: 17px;
  color: #000000;
  display: block;
  line-height: 1rem;
}

.buttonmet {
  height: 100%;
  display: flex;
  flex-direction: row;
}

/* 取消和确认按钮的设置 */
.confirm,
.cancel {
  outline: none;
  font-size: 12px;
  color: #000000;
}

.textment {
  padding-top: 66px;
  font-size: 24px;
  color: #51fcfd;
  font-weight: 600;
}

.buttoms {
  text-align: center;
}

.spanapnapna {
  font-size: 26px;
  font-weight: 600;
  color: #51FCFD;
  float: right;
  margin: 0px 10px 0 0;
  cursor: pointer;
}

.textments {
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
}

.textment2 {
  padding-top: 100px;
}

.cover2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: rgba(0, 0, 0, 0.5); */
  display: none;
  z-index: 999;
}

.tanchuang3 {
  background: #000000;
  border: 1px solid #51fcfd;
  position: absolute;
  padding: 5px 10px;
  width: 150px;
  height: 36px;
  /* top: 0; */
  bottom: 36px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 5px;
}

.textment3 {
  color: #fff;
  font-size: 14px;
}

/* 时间 */
.ddc{
  padding: 0 10% 0px 12%;
}
.sp1{
  font-size: 16px;
  color: #51fcfd;
  font-weight: 600;
}
.datepickers2 {
  border: 1px solid rgba(22, 183, 255, 1);
  background-color: transparent;
  color: #fff;
}

input.datepickers2 {
  height: 30px;
  width: 169px;
  border-radius: 0;
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 12px;
}
 /* 记住密码默认背景色去除 */
 :-webkit-autofill {
  -webkit-text-fill-color: #51FCFD !important;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-background-clip: text;
}
/* .datepicker{
  background-color: transparent !important;
} */
.datepicker-dropdown{
  width: 320px;
  height: 320px;
}
.datepicker table tr td{
	color:#51fcfd;
}
.datepicker table tr th{
	color: #fff;
}