/* 搜索框下面的按钮操作 */
.do {
  margin: 20px 0 0;
  font-size: 14px;
  display: block;
  min-height: 30px;
}
.do .data-number {
  display: inline-block;
  float: right;
  height: 30px;
  line-height: 40px;
  margin-right: 10px;
  font-size: 14px;
}
.do.notBtn .data-number {
  line-height: 30px;
}
.do .data-number span {
  margin: 0 5px;
}
.do span,
.do a {
  cursor: pointer;
  margin-right: 15px;
}
.do input {
  width: 150px;
  display: inline-block;
}
.do .checktype {
  color: #999;
}
#pages,
#pageInfo {
  text-align: right !important;
}
/* 保修进程页面 */
.guaranteeList .guaranteeItem {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 15px;
}
.guaranteeList .guaranteeItem .time {
  height: 35px;
  line-height: 35px;
  background: #eee;
  box-sizing: border-box;
  padding: 0 30px;
  font-size: 14px;
  color: #0E7BCC;
  font-weight: bold;
}
.guaranteeList .guaranteeItem .info {
  font-size: 14px;
  padding: 10px 20px;
  box-sizing: border-box;
}
.guaranteeList .guaranteeItem .info .layui-form-label,
.guaranteeList .guaranteeItem .info .text {
  line-height: 35px;
  padding: 0;
}
.guaranteeList .guaranteeItem .info .layui-form-label {
  width: 100px;
  font-weight: bold;
}
.guaranteeList .guaranteeItem .info .layui-input-block {
  margin-left: 110px;
}
.guaranteeList .guaranteeItem .info .layui-form-item {
  margin-bottom: 0;
}
/* 新增消息 */
.new-message .forms {
  margin-top: 8px;
}
.new-message .sendType .layui-input {
  display: inline-block;
  width: 200px;
}
/* 开放时间设置 */
.opening-hours .titles {
  font-size: 16px;
  color: #108EE9;
  line-height: 50px;
}
.opening-hours .timeSetting .layui-form-checkbox {
  margin: 0 15px 35px 20px;
  width: 100px;
}
.opening-hours .timeSetting .layui-form-checkbox span {
  width: 55px;
  text-align: left;
}
.opening-hours .timeSetting.openTimeSetting .layui-form-label {
  width: 100px;
}
.opening-hours .timeSetting.openTimeSetting .layui-input-block {
  margin-left: 130px;
  width: 250px;
}
.opening-hours .timeSetting .input-small {
  width: 130px;
  display: inline-block;
  margin-right: 20px;
}
.special .layui-form-checkbox span {
  color: #108EE9;
  width: auto !important;
}
.special .layui-form-checkbox {
  width: auto !important;
}
.addSpecial input[type="radio"] {
  display: inline-block;
}
.addSpecial .radioBox {
  position: relative;
  line-height: 30px;
  display: inline-block;
  width: 100px;
  height: 20px;
}
.addSpecial .radioBox input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 20px;
  opacity: 0;
  z-index: 100;
}
.addSpecial .radioBox label {
  position: absolute;
  left: 5px;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #999;
}
.addSpecial .radioBox span {
  margin-left: 15px;
  position: absolute;
  left: 25px;
  top: -4px;
  z-index: 5;
}
/*设置选中的input的样式*/
/* + 是兄弟选择器,获取选中后的label元素*/
.addSpecial .radioBox input:checked + label {
  background-color: #fff;
  border: 1px solid #1E9FFF;
}
.addSpecial .radioBox input:checked + label::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background: #1E9FFF;
}
/* 参观人数设置 */
.number-of-visitors .content {
  width: 600px;
  margin: 50px 0 0 50px;
  font-size: 14px;
}
.number-of-visitors .content input {
  display: inline-block;
  width: 160px;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
}
.number-of-visitors .content .fl > div {
  margin-bottom: 30px;
  margin-top: -5px;
}
/* 工作台 */
.workbench .border {
  background: transparent;
  border-radius: 5px;
}
.workbench .info {
  background: #E5F2FD;
  box-sizing: border-box;
  padding: 20px 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 30px;
}
.workbench .info > span {
  margin-right: 20px;
}
.workbench .info span b {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
  margin-bottom: 3px;
  margin-right: 5px;
}
.workbench .title {
  text-align: center;
  line-height: 50px;
  color: #333;
}
.workbench .tl {
  text-align: left;
  padding: 0 30px;
}
.workbench .displayInfo .list {
  padding-left: 20px;
  color: #666;
  font-size: 15px;
  line-height: 30px;
  vertical-align: middle;
  height: 270px;
  overflow-y: auto;
}
.workbench .displayInfo .list > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.workbench .displayInfo b {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
  margin-bottom: 3px;
  margin-right: 5px;
}
.workbench .displayInfo .list a:hover {
  color: #0000FF;
}
.workbench ul.list {
  color: #333;
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
  padding: 0 30px;
}
.workbench ul.list li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.workbench #calendar .laydate-day-mark {
  color: #ddd;
  font-size: 14px;
}
#calendar .layui-laydate-content {
  position: relative;
}
#calendar .layui-laydate-content .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.workbench #calendar .laydate-day-mark::after {
  display: none;
}
.workbench ul.list b {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
  margin-bottom: 3px;
  margin-right: 5px;
}
.workbench ul.list a:hover {
  color: #0000FF;
}
.workbench ul.list a:hover b {
  background: #0000FF;
}
.workbench #calendar .layui-laydate,
.workbench #calendar .layui-laydate table {
  width: 100%;
  height: 100%;
}
.workbench #calendar .laydate-theme-molv .layui-laydate-main {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.workbench #calendar .layui-laydate-footer {
  display: none;
}
.workbench #calendar .layui-laydate .layui-this {
  background: transparent !important;
  color: #333 !important;
}
.workbench #calendar .laydate-day-mark::after {
  background: #1E9FFF !important;
}
#addOrUpdates .layui-form-label {
  width: 100px;
}
#addOrUpdates .layui-input-block {
  margin-left: 130px;
}
/*展品页面*/
.display-box #imgList .showItem,
.display-box #MP4List .showItem {
  position: relative;
  display: inline-block;
  margin: 0 10px 10px 0;
}
.display-box #imgList .showItem .deleltImg,
.display-box #MP4List .showItem .deleltImg {
  position: absolute;
  top: -10px;
  right: -10px;
}
/*用户管理*/
.user-list .erCode {
  width: 90%;
  font-size: 13px;
  color: #999;
}
.user-list .erCode .code {
  text-align: left;
}
.user-list .erCode img {
  width: 200px;
  margin: 10px auto;
}
.user-list .erCode .erCode-do span,
.user-list .erCode .erCode-do a {
  cursor: pointer;
}
.user-list .erCode .erCode-do .font-blue:hover {
  text-decoration: underline;
}
.user-list .erCode .erCode-do span {
  margin: 0 5px;
}
/*访客登记*/
.register .enter .layui-btn {
  width: 250px;
  line-height: 40px !important;
  height: 40px !important;
  margin-bottom: 10px;
}
.register .enter .tips {
  margin-top: 10px;
  line-height: 50px;
  color: #999;
}
.register .add-info .upload-btn {
  width: 100px;
  height: 100px;
  border: 1px dotted #ddd;
  border-radius: 5px;
  background: #f2f2f2;
  text-align: center;
  color: #999;
  display: inline-block;
}
.register .add-info .upload-btn {
  float: left;
}
.register .add-info .upload-btn span {
  font-size: 30px;
  margin-top: 30px;
  display: block;
  margin-bottom: 10px;
}
.register .add-info .showImg {
  margin-left: 110px;
}
.register .add-info .showImg img {
  width: 100px;
  margin-bottom: 5px;
}
.register .add-info .img-box {
  float: left;
  width: 100px;
  height: 100px;
  border: 1px dotted #ddd;
  border-radius: 5px;
  text-align: center;
  color: #999;
  margin-right: 10px;
  line-height: normal;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: visible;
  display: inline-block;
}
.register .add-info .img-box img {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.register .add-info .img-box i {
  position: absolute;
  right: -8px;
  top: -8px;
  color: red;
  font-size: 25px;
  z-index: 1000;
}
/*申诉*/
.appeal .box {
  background: #f2f2f2;
  padding: 20px 20px 20px 0;
  box-sizing: border-box;
}
/*展品管理*/
.display-info .box {
  padding: 20px 0 20px 50px;
  box-sizing: border-box;
}
.display-info .box .content {
  border: 1px solid #f2f2f2;
  padding: 20px 50px;
  box-sizing: border-box;
}
.display-info .box .content .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 80px;
}
.display-info .box .content .layui-input-block {
  width: 400px;
}
.new-message .box {
  padding: 20px 0 20px 50px;
  box-sizing: border-box;
}
.new-message .box .content {
  border: 1px solid #f2f2f2;
  padding: 20px 50px;
  box-sizing: border-box;
}
.new-message .box .content .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 80px;
}
.new-message .box .content .layui-input-block {
  width: 400px;
}
repairsInfo .repairsInfo .enter .layui-btn {
  width: 250px;
  line-height: 40px !important;
  height: 40px !important;
  margin-bottom: 10px;
}
.repairsInfo .enter .tips {
  margin-top: 10px;
  line-height: 50px;
  color: #999;
}
.repairsInfo .add-info .upload-btn {
  width: 100px;
  height: 100px;
  border: 1px dotted #ddd;
  border-radius: 5px;
  background: #f2f2f2;
  text-align: center;
  color: #999;
  display: inline-block;
}
.repairsInfo .add-info .upload-btn {
  float: left;
}
.repairsInfo .add-info .upload-btn span {
  font-size: 30px;
  margin-top: 30px;
  display: block;
  margin-bottom: 10px;
}
.repairsInfo .add-info .showImg {
  margin-left: 110px;
}
.repairsInfo .add-info .showImg img {
  width: 100px;
  margin-bottom: 5px;
}
.repairsInfo .add-info .img-box {
  float: left;
  width: 100px;
  height: 100px;
  border: 1px dotted #ddd;
  border-radius: 5px;
  text-align: center;
  color: #999;
  margin-right: 10px;
  line-height: normal;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: visible;
  display: inline-block;
}
.repairsInfo .add-info .img-box img {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.repairsInfo .add-info .img-box i {
  position: absolute;
  right: -8px;
  top: -8px;
  color: red;
  font-size: 25px;
  z-index: 1000;
}
/*窗口登记*/
.register-box .register {
  margin-top: 20px;
}
.register-box .check-time-box {
  width: 80px;
  position: relative;
}
.register-box .check-time {
  display: inline;
  width: 90px;
  outline: none;
  border: none;
  color: #FD5C61;
  cursor: pointer;
  background-color: transparent;
  background-image: url("../../images/images/down.png");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 70px center;
}
.register-box .check-time-box i {
  position: absolute;
  right: 0;
  top: -10px;
}
.register-box .register {
  margin-bottom: 20px;
}
.register-box .register .calendar {
  min-width: 600px;
  float: left;
}
.register-box .register .calendar .week {
  margin-bottom: 20px;
  padding-right: 30px;
}
.register-box .register .calendar .list .item {
  float: left;
  width: 14.28%;
  text-align: center;
}
.register-box .register .calendar .day .item {
  margin-top: 5px;
  line-height: 1.5;
}
.register-box .register .calendar .day .item .days {
  font-size: 13px;
}
.register-box .register .calendar .day .item .status {
  font-size: 10px;
  transform: scale(0.8);
  color: #999;
}
.register-box .register .calendar .day .item .box {
  width: 55px;
  margin: 0 auto;
  border-radius: 5px;
  padding: 3px 0;
}
.register-box .register .calendar .day .item.choose .box,
.register-box .register .calendar .day .item.choose .box .status,
.register-box .register .calendar .day .item.choose .box .font-red {
  background: #FD5C61;
  color: #fff !important;
}
.register-box .register .calendar .day .item.disabled .days,
.register-box .register .calendar .day .item.disabled .status {
  color: #ddd !important;
}
.register-box .register .calendar .day {
  padding-right: 30px;
  border-right: 1px solid #ddd;
}
.register-box .register {
  padding: 0 60px 0 0;
}
.register-box .register .time-interval {
  float: right;
  width: 350px;
  box-sizing: border-box;
  position: relative;
}
.register-box .register .time-interval .title {
  font-size: 14px;
  margin-bottom: 50px;
}
.register-box .register .time-interval .check {
  margin: 0 auto;
}
.register-box .register .time-interval .check .interval {
  width: 150px;
  border: 1px solid #FD5C61;
  border-radius: 5px;
  margin-top: 30px;
  text-align: center;
  padding: 10px 0;
  line-height: 2;
  color: #FD5C61;
  font-size: 14px;
}
.register-box .register .time-interval .check .choose {
  color: #fff;
  background: #FD5C61;
}
.register-box .info {
  font-size: 16px;
  padding-left: 20px;
  line-height: 50px;
  height: 50px;
}
.register-box .table-list tr:hover td,
.register-box .table-list td:hover {
  background: none !important;
}
.register-box .table-list .layui-table-cell {
  height: 32px;
}
.register-box .table-list .layui-btn {
  display: inline-block;
  width: 120px;
  text-align: center;
  height: 30px !important;
  line-height: 30px !important;
  color: #999 !important;
  white-space: nowrap;
  font-size: 12px !important;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  background: #fff !important;
}
.register-box .table-list .layui-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
.register-box .table-list .layui-bg-blue {
  background: #108EE9 !important;
  color: #fff !important;
}
.register-box .table-list .layui-bg-f2 {
  background: #f2f2f2 !important;
  color: #999 !important;
}
.register-box .table-list .not-one {
  border-color: #0A98D5 !important;
  background: #f2f2f2 !important;
  color: #0A98D5 !important;
}
.register-box .table-list .point {
  border-color: #0A98D5 !important;
  background: #fff !important;
  color: #0A98D5 !important;
}
.register-box .table-list .input {
  height: 30px;
  border: 1px solid #ddd;
  width: 97%;
  padding-left: 15px;
  box-sizing: border-box;
}
.appointment-settings .setting {
  margin-bottom: 50px;
}
.appointment-settings .setting .item {
  font-size: 14px;
  margin-top: 30px;
  padding-left: 80px;
}
.appointment-settings .setting .item .layui-input {
  display: inline-block;
  width: 150px;
  height: 30px;
  border-radius: 5px;
}
.appointment-settings .setting .item .zhi {
  margin: 0 10px;
}
.appointment-settings .setting .item .zhang {
  margin-left: 50px;
}
.appointment-settings .setting .item .layui-btn {
  width: 150px;
  height: 35px !important;
  line-height: 35px !important;
}
.appointment-settings .appointment input {
  outline: none;
  border: none;
  width: 60px !important;
  text-align: center;
  padding-left: 0;
}
.appointment-settings .appointment img {
  width: 20px;
}
.team-reviewed .reviewed {
  width: 100%;
}
.team-reviewed .reviewed .layui-form-label {
  width: 130px !important;
}
.team-reviewed .reviewed .layui-input-block {
  margin-left: 160px !important;
}
.sell-ticket .time-interval .movie-type {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  width: 328px;
}
.sell-ticket .time-interval .movie-type .type {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px 3px 0 0;
  border-bottom: none;
}
.sell-ticket .time-interval .movie-type .type.active:first-child {
  background: #0079FE;
}
.sell-ticket .time-interval .movie-type .type.active:nth-child(2) {
  background: #4BD863;
}
.sell-ticket .time-interval .movie-type .type.active:nth-child(3) {
  background: #FE9400;
}
.sell-ticket .time-interval .movie-type .type.active {
  color: #fff;
}
.sell-ticket .time-interval .movie-type .type.active:nth-child(4) {
  background: #FF3B30;
}
.sell-ticket .time-interval .layui-form-label {
  width: 72px;
  padding: 6px 0 6px 0;
  font-size: 14px;
}
.sell-ticket .time-interval .layui-input-block {
  margin-left: 75px;
}
.sell-ticket .time-interval .layui-input {
  border-color: #ddd;
  height: 28px;
  line-height: 28px;
}
.sell-ticket .movie-type-box {
  width: 450px !important;
  padding-left: 60px;
}
.sell-ticket .movie-type-box .layui-form-item {
  margin-bottom: 3px !important;
}
.site-managment .rl {
  float: right;
  padding-top: 10px;
  position: relative;
  padding-right: 15px;
}
.site-managment .rl img {
  width: 20px;
}
.site-managment .rl input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  padding-left: 0;
}
.site-managment .calendar-box .tips {
  margin-top: 15px;
}
.site-managment .calendar-box .tips > div {
  margin-right: 15px;
  display: inline-block;
}
.site-managment .calendar-box .tips > div span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.site-managment .calendar-box .yp {
  background: #28D094 !important;
  color: #fff;
}
.site-managment .calendar-box .wp {
  background: #FF0000 !important;
  color: #fff;
}
.site-managment .calendar-box .bf {
  background: #FCB1AF !important;
  color: #fff;
}
.site-managment .calendar-box .laydate-day-next,
.site-managment .calendar-box .laydate-day-prev {
  background: #fff !important;
}
.site-managment #calendar {
  width: 100%;
}
.site-managment #calendar .layui-laydate,
.site-managment #calendar .layui-laydate table {
  width: 100%;
  height: 100%;
}
.site-managment #calendar .laydate-theme-molv .layui-laydate-main {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.site-managment #calendar .layui-laydate-footer {
  display: none;
}
.site-managment #calendar .layui-laydate .layui-this {
  background: transparent !important;
  color: #333 !important;
}
.site-managment #calendar .laydate-day-mark::after {
  background: #1E9FFF !important;
}
.site-managment #calendar .layui-laydate-content td,
.site-managment #calendar .layui-laydate-content th {
  height: 55px;
}
.site-managment .long {
  width: 200px;
  display: inline-block;
}
.site-managment .center {
  width: 120px;
  display: inline-block;
}
.site-managment .addNew .select-movie .layui-input-block {
  margin-bottom: 15px;
}
.site-managment .addNew .select-movie .layui-input-block:last-child {
  margin-bottom: 0;
}
.site-managment .addNew .select-movie .item {
  height: 30px;
  margin-bottom: 15px;
  position: relative;
}
.site-managment .addNew .select-movie .item i.delete {
  position: absolute;
  color: #999;
  cursor: pointer;
  top: 5px;
  right: 0;
}
.site-managment .addNew .select-movie .item i.delete:hover {
  color: #e4393c;
}
.site-managment .addNew .movie-name {
  width: 55%;
}
.site-managment .addNew .movie-time {
  width: calc(40% - 10px);
  margin-right: 0;
}
.site-managment .addNew .add-line {
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px dashed #ddd;
  border-radius: 5px;
}
.site-managment .money-item {
  margin-bottom: 15px;
}
.site-managment .money-item .layui-form-checkbox {
  margin-top: 0 !important;
}
.site-managment .money-item .long {
  width: 150px;
}
.site-managment .money-item .long[readonly="readonly"] {
  background: #f2f2f2;
}
.add-movie .layui-layer-content {
  text-align: left;
}
.add-movie .forms .layui-input-block .layui-input {
  display: inline-block;
  width: 400px;
}
.add-movie .forms .layui-input-inline {
  width: 350px;
}
.add-movie .forms .layui-input-inline .layui-input,
.add-movie .forms .layui-input-inline .layui-form-select {
  display: inline-block;
  width: 210px;
  margin-right: 5px;
}
.add-movie .look {
  color: #108EE9;
  border: 1px solid #108EE9;
  background: #fff;
}
.add-movie .look:hover {
  opacity: 0.8;
}
.add-movie .btns .layui-btn {
  width: 120px;
  text-indent: 8px;
  letter-spacing: 8px;
  height: 35px !important;
  line-height: 35px !important;
  font-size: 13px;
  padding: 0;
}
.add-movie textarea {
  resize: none;
  border-radius: 5px;
  height: 150px;
  line-height: 1.5 !important;
}
.order .info .layui-form-item {
  margin-bottom: 5px !important;
}
.order .info .layui-table input[type='checkbox'] {
  display: block;
}
.order .info .layui-bg-f2 {
  color: #ddd !important;
}
.order .info .layui-bg-pink {
  color: #fff;
  background: #FD5C61;
  margin-left: 0;
  display: none;
}
.refund-order .refund-tips {
  background: #2DB7F5;
  color: #fff;
  text-align: left;
  padding: 10px 30px;
}
.led .layui-body > div {
  height: calc(100vh - 110px);
}
.led .preview {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.led .preview .name {
  font-size: 14px !important;
}
.led .item-box {
  background: #F7F7F7;
  padding: 0 15px 0;
  margin-top: 20px;
}
.led .item-box .title {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  color: #2DB7F5;
  font-size: 14px !important;
  padding-left: 5px;
}
.led .item-box .form-search2 {
  padding: 0;
}
.led .item-box .form-search2 .demoTable {
  margin-bottom: 20px;
}
.led .item-box .form-search2 .demoTable .interval-small-small {
  margin-right: 30px;
  position: relative;
}
.led .item-box .form-search2 .demoTable .special {
  margin-right: 80px;
}
.led .item-box .form-search2 .demoTable .interval-small-small:last-child {
  margin-right: 0;
}
.led .item-box .form-search2 .demoTable input[type=color] {
  position: absolute;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  width: 25px;
  left: 235px;
  top: 0;
}
.led .item-box .form-search2 .demoTable:last-child {
  margin-bottom: 0;
}
.led .item-box .content {
  padding: 30px 5px;
}
.led .item-box .content .layui-unselect.layui-form-checkbox {
  margin-right: 50px;
}
.led .type-titles {
  height: 40px;
  line-height: 40px;
  color: #666;
  padding-left: 15px;
  font-size: 14px;
  margin-top: 20px;
}
.led .type-titles i {
  margin-right: 5px;
  color: #999;
}
.led .content .layui-form-label {
  padding: 5px 15px !important;
}
.led .content .layui-form-item .layui-input-block input[type=text],
.led .content .layui-form-item .layui-input-block input[type=number] {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  margin-right: 20px;
}
.led .content .layui-form-item .layui-input-block .layui-form-radio {
  margin-top: 0;
}
.led .content .layui-form-item .layui-input-block .interval {
  display: inline-block;
  width: 200px !important;
}
.led .content .layui-form-item .layui-input-block .interval .layui-select-title input {
  width: 100%;
}
.led .btns {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 0 5px 5px #f2f2f2;
  text-align: right;
  bottom: 0;
  height: 80px;
  background: #fff;
  padding-right: 50px;
  padding-top: 20px;
  box-sizing: border-box;
}
.led .btns .layui-bg-pink {
  background: #FD5C61 !important;
}
.led .btns .layui-btn {
  width: 130px;
  height: 35px !important;
  line-height: 35px !important;
  font-size: 14px;
  letter-spacing: 2px;
  text-indent: 2px;
}
.layui-upload {
  display: inline-block;
  float: left;
}
.upload-btn {
  width: 100px;
  height: 100px;
  border: 1px dotted #ddd;
  border-radius: 5px;
  background: #f2f2f2;
  text-align: center;
  color: #999;
  display: inline-block;
  float: left;
}
.upload-btn span {
  font-size: 30px;
  margin-top: 30px;
  display: block;
  margin-bottom: 10px;
}
.showImg {
  margin-bottom: 0;
}
.showImg img {
  width: 100px;
  margin-bottom: 5px;
}
.img-box {
  float: left;
  width: 100px;
  height: 100px;
  border: 1px dotted #ddd;
  border-radius: 5px;
  text-align: center;
  color: #999;
  margin-right: 10px;
  line-height: normal;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: visible;
  display: inline-block;
}
.img-box img {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.img-box i {
  position: absolute;
  right: -8px;
  top: -8px;
  color: red;
  font-size: 25px;
  z-index: 1000;
}
.look .img-box {
  border: none;
}
.new-workbench .header {
  height: 50px;
  line-height: 50px;
}
.new-workbench .header .name {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #999;
}
.new-workbench .header .selected-time {
  float: right;
}
.new-workbench .header .selected-time input {
  width: 200px;
  display: inline-block;
}
.new-workbench .font-blue {
  color: #308EED;
}
.new-workbench .top-box .border {
  height: 290px;
}
.new-workbench .special {
  width: 320px;
}
.new-workbench .special-big {
  width: calc(100% - 640px);
}
.new-workbench .border .title {
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin-bottom: 15px;
}
.new-workbench .border .content .left {
  float: left;
}
.new-workbench .border .content .left .box {
  width: 115px;
  height: 115px;
  line-height: 115px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
}
.new-workbench .border .content .left .box:first-child {
  background: #49A9EE;
}
.new-workbench .border .content .left .box:last-child {
  background: #FFD86E;
}
.new-workbench .border .content .right {
  float: right;
}
.new-workbench .border .content .right .item {
  width: 120px;
  height: 72px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #98D87D;
  margin-bottom: 10px;
  color: #999;
  padding: 5px;
  box-sizing: border-box;
  line-height: 1.5;
  position: relative;
}
.new-workbench .border .content .right .item .tip-box {
  display: none;
  position: absolute;
  padding: 15px;
  width: 150px;
  min-height: 100px;
  border: 1px solid #98D87D;
  background: #FAFFF7;
  z-index: 10000;
  left: 130px;
  top: 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px 2px #DBFCCE;
}
.new-workbench .border .content .right .item .tip-box > div > div {
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 5px;
}
.new-workbench .border .content .right .item .tip-box b {
  position: absolute;
  top: 20px;
  left: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 13px 8px 13px;
  border-color: transparent #98D87D transparent transparent;
}
.new-workbench .border .content .right .item .tip-box b:after {
  content: '';
  position: absolute;
  top: -6px;
  left: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 11px 6px 11px;
  border-color: transparent #fff transparent transparent;
}
.new-workbench .border .content .right .item .film-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
}
.new-workbench .border .content .right .item .cinema-name {
  margin-bottom: 5px;
}
.new-workbench .border .content .right .item .tips {
  text-align: left;
  font-size: 10px;
  transform: scale(0.8);
}
.new-workbench .border .content .right .item:hover .tip-box {
  display: block;
}
.new-workbench .border .appointment-info {
  color: #999;
  font-size: 16px;
}
.new-workbench .border .appointment-info .item {
  margin-bottom: 15px;
}
.new-workbench .border .appointment-info .item .top {
  margin-bottom: 10px;
}
.new-workbench .border .appointment-info .item .top .type-name {
  float: left;
  height: 30px;
  line-height: 30px;
}
.new-workbench .border .appointment-info .item .top .to-do {
  float: right;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  background: #98D87D;
  cursor: pointer;
  box-shadow: 0 0 5px 2px #ddd;
  color: #fff;
  font-size: 13px;
}
.new-workbench .border .appointment-info .item .info-box {
  line-height: 2.25;
  padding-left: 15px;
  font-size: 14px;
}
.new-workbench .border .appointment-info .item .info-box .number {
  float: right;
}
.new-workbench .border .appointment-info .item .info-box .number .font-blue {
  display: inline-block;
  width: 50px;
  text-align: right;
}
.new-workbench .border .appointment-info .item:last-child {
  margin-bottom: 0;
}
.new-workbench .network {
  font-size: 16px;
  margin: 20px 0;
}
.new-workbench .bottom-box .special-big {
  width: calc(100% - 320px);
}
.new-workbench .bottom-box .title {
  text-align: left;
  margin-bottom: 20px;
}
.new-workbench .bottom-box .list {
  color: #999;
}
.new-workbench .bottom-box .list .item {
  margin-bottom: 50px;
  font-size: 14px;
}
.new-workbench .bottom-box .list .item .left {
  float: left;
}
.new-workbench .bottom-box .list .item .left > div:last-child {
  margin-top: 20px;
}
.new-workbench .bottom-box .list .item .to-do {
  float: right;
  width: 100px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  background: #98D87D;
  cursor: pointer;
  box-shadow: 0 0 5px 2px #ddd;
  color: #fff;
  font-size: 12px;
}
/* 新增题目 */
.add_subject .layui-textarea {
  width: 67%;
}
/* .add_subject .upLoadImg{
	display: none;
} */
.add_subject .upLoadImg .imgs {
  position: relative;
  display: inline-block;
}
.add_subject .upLoadImg.show {
  display: inline-block;
  margin-top: -20px;
}
.add_subject .upLoadImg .imgs .layui-icon {
  position: absolute;
  font-size: 24px;
  color: #e4393c;
  top: 5px;
  right: 0;
}
.add_subject .deletes {
  font-size: 22px;
  color: #e4393c;
  vertical-align: middle;
}
.add_subject .upLoadImg img {
  width: 100px;
  margin: 20px;
}
.add_subject .layui-form-label.option {
  width: 20px;
  padding-left: 0;
}
.add_subject .layui-input-block.optionText {
  margin-left: 0px;
  width: 65%;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.add_subject .analysis,
.add_subject .titleText {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.add_subject .analysisUpLoad,
.add_subject .titleTextUpLoad {
  margin-top: 30px;
}
.add_subject input[type='radio'][lay-skin='block'] + div.layui-form-radioed {
  background: #1E9FFF !important;
}
.add_subject input[type='radio'][lay-skin='block'] + .layui-form-radio i,
.add_subject input[type='radio'][lay-skin='block'] + .layui-form-radio i:hover,
.add_subject input[type='radio'][lay-skin='block'] + .layui-form-radioed i {
  color: #1E9FFF !important;
  font-size: 18px;
}
.optionList {
  margin-left: 0 !important;
}
.options {
  margin-left: 0 !important;
  margin-bottom: 20px;
}
.layui-input-block .upLoadImg {
  margin-left: 0 !important;
}
.checkList {
  display: none;
}
.jx {
  margin-left: 110px;
  margin-top: 10px !important;
}
.answer-index .force {
  margin: 30px 0;
}
.answer-index .force .text {
  margin-right: 30px;
  font-size: 18px;
  font-weight: bold;
}
.answer-index .force span {
  font-weight: normal;
  font-size: 14px;
  margin-right: 10px;
}
.answer-index .force span b {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.answer-index .force span .box1 {
  background: #FD5C61;
}
.answer-index .force span .box2 {
  background: #FE9DA0;
}
.answer-index .force span .box3 {
  background: #FFE7E7;
}
.answer-index .type-list .tag {
  padding: 8px 15px;
  border-radius: 5px;
  cursor: pointer;
}
.answer-index .type-list .active {
  color: #fff;
  background-color: #0A98D5;
}
.add-holiday-pass .content {
  margin-left: 100px;
}
.add-holiday-pass .font-red {
  margin-right: 5px;
}
.add-holiday-pass .font-blue-light {
  font-size: 13px;
}
.add-holiday-pass .layui-form-checkbox {
  margin-top: 5px !important;
}
.add-holiday-pass .money-item {
  margin-bottom: 15px;
}
.add-holiday-pass .money-item .layui-form-checkbox {
  margin-top: 0 !important;
}
.add-holiday-pass .money-item .long {
  width: 150px !important;
}
.add-holiday-pass .money-item .long[readonly="readonly"] {
  background: #f2f2f2;
}
.add-holiday-pass .img-box img {
  height: 100%;
  width: auto;
  opacity: 1;
}
.add-holiday-pass .layui-textarea {
  display: inline-block;
  width: 400px;
  height: 50px;
  float: left;
  margin-right: 15px;
}
.add-holiday-pass .moreTimeCheck-box .layui-form-checkbox {
  margin-left: 15px !important;
}
.add-holiday-pass .moreTimeCheck-box input {
  padding-right: 30px;
}
.add-holiday-pass .moreTimeCheck-box .hide {
  display: none !important;
}
.add-holiday-pass .moreTimeCheck-box .show {
  display: inline-block !important;
}
/*# sourceMappingURL=style.css.map */