[v-cloak]{
  display: none;
}
textarea {outline: none;}
*{
  box-sizing: border-box;
}

.statuscolor_1 td{
  color: darkgreen;
}
.statuscolor_2{
 color: goldenrod;
}
.statuscolor_3{
  color: red;
 }
.statuscolor_4{
  color: #999999;
 }

 .layui-btn-primary.active, .layui-btn-primary.active:hover{
   background-color: rgb(0, 153, 255);
   color: #fff;
   border: 1px solid  rgb(0, 153, 255);
 }

.cbtn{
  border-radius: 3px;
}

.hasinsure{
  padding-left: 18px;
  background-image:url(/images/insure.png);
  background-repeat: no-repeat;
  background-position:left center;
  cursor: pointer;
}


.wrap {
  width: 100%;
  height: 100%;
  padding-top: 15%;;
  position: fixed;
  opacity: 0.8;
  background: linear-gradient(to bottom right,#296bff,#0019bf);
  background: -webkit-linear-gradient(to bottom right,#296bff,#0019bf);
}
.container {
  width: 60%;
  margin: 0 auto;
}
.container h1  {
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 36px;

}
.container input {
  width: 320px;
  display: block;
  height: 46px;
  border: 0;
  outline: 0;
  padding: 6px 10px;
  line-height: 34px;
  margin: 32px auto;
  -webkit-transition: all 0s ease-in 0.1ms;
  -moz-transition: all 0s ease-in 0.1ms;
  transition: all 0s ease-in 0.1ms;
  font-weight: bold;
}
.container input[type="text"] , .container input[type="password"]  {
  background-color: #FFFFFF;
  font-size: 16px;
  color: #090909;
  border-radius: 5px;
  font-weight: bold;
  border: 2px solid rgba(0, 0, 0, 0.05);
}
.container input[type='submit'] {
  font-size: 16px;
  letter-spacing: 2px;
  color: #090909;
  background-color: #FFFFFF;
  border-radius: 5px;
  font-weight: bold;
}
.container input[type="text"]:focus , .container input[type="password"]:focus {
   border: 2px solid rgba(0, 0, 0, 0.80);
}
.container input[type='submit']:hover {
  cursor: pointer;
  background-color: #090909;
  color: #FFFFFF;
}

.errorMesg{
  text-align: center;
  color:#FFFFFF;
}

.wrap ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.wrap ul li {
  list-style-type: none;
  display: block;
  position: absolute;
  bottom: -120px;
  width: 15px;
  height: 15px;
  z-index: -8;
  background-color:rgba(255, 255, 255, 0.15);
  animotion: square 20s infinite;
  -webkit-animation: square 25s infinite;
  -background: url(https://img.alicdn.com/imgextra/i1/235276482/O1CN01ZfFr751xknzbXOCTI_!!235276482.png) no-repeat;
  border-radius: 20%;
  background-size:100% 100%;
  background-position: center center;
  opacity: 0.65;
}
.wrap ul li:nth-child(1) {
  left: 0;
  animation-duration: 10s;
  -moz-animation-duration: 10s;
  -o-animation-duration: 10s;
  -webkit-animation-duration: 10s;
}
.wrap ul li:nth-child(2) {
  width: 40px;
  height: 40px;
  left: 10%;
  animation-duration: 15s;
  -moz-animation-duration: 15s;
  -o-animation-duration: 15s;
  -webkit-animation-duration: 15s;
}
.wrap ul li:nth-child(3) {
  left: 20%;
  width: 25px;
  height: 25px;
  animation-duration: 12s;
  -moz-animation-duration: 12s;
  -o-animation-duration: 12s;
  -webkit-animation-duration: 12s;
}
.wrap ul li:nth-child(4) {
  width: 50px;
  height: 50px;
  left: 30%;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
  animation-duration: 12s;
  -moz-animation-duration: 12s;
  -o-animation-duration: 12s;
  -webkit-animation-duration: 12s;
}
.wrap ul li:nth-child(5) {
  width: 60px;
  height: 60px;
  left: 40%;
  animation-duration: 10s;
  -moz-animation-duration: 10s;
  -o-animation-duration: 10s;
  -webkit-animation-duration: 10s;
}
.wrap ul li:nth-child(6) {
  width: 75px;
  height: 75px;
  left: 50%;
  -webkit-animation-delay: 7s;
  -moz-animation-delay: 7s;
  -o-animation-delay: 7s;
  animation-delay: 7s;
}
.wrap ul li:nth-child(7) {
  left: 60%;
  animation-duration: 8s;
  -moz-animation-duration: 8s;
  -o-animation-duration: 8s;
  -webkit-animation-duration: 8s;
}
.wrap ul li:nth-child(8) {
  width: 90px;
  height: 90px;
  left: 70%;
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}
.wrap ul li:nth-child(9) {
  width: 100px;
  height: 100px;
  left: 80%;
  animation-duration: 20s;
  -moz-animation-duration: 20s;
  -o-animation-duration: 20s;
  -webkit-animation-duration: 20s;
}
.wrap ul li:nth-child(10) {
  width: 120px;
  height: 120px;
  left: 90%;
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
  animation-duration: 30s;
  -moz-animation-duration: 30s;
  -o-animation-duration: 30s;
  -webkit-animation-duration: 30s;
}
.layui-form-checkbox i{
  height: 30px;
}

@keyframes square {
  0%  {
          -webkit-transform: translateY(0);
          transform: translateY(0)
      }
  100% {
          bottom: 400px;
          transform: rotate(600deg);
          -webit-transform: rotate(600deg);
          -webkit-transform: translateY(-500);
          transform: translateY(-500)
  }
}
@-webkit-keyframes square {
  0%  {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
  100% {
      bottom: 400px;
      transform: rotate(600deg);
      -webit-transform: rotate(600deg);
      -webkit-transform: translateY(-500);
      transform: translateY(-500)
  }
}

.sworkitem{
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  text-overflow: ellipsis;
  cursor: pointer;
  overflow: hidden;
}
.sworkitem:hover{
  background-color:#EEEEEE;
}

#searchlayer{
  padding-top: 10px;
  min-height: 50px;
  display: none;
  position:absolute;
   width: 100%; 
   max-height:200px; 
   z-index: 10;
   background-color: #fff;
   top:40px;
   border:1px solid #eee;
   border-radius: 2px;
   overflow: hidden;
   overflow-y: auto;
}

.reimg img{
  width: 100%;
  height: auto;
  max-width:none;
}

.tagetime{
  color:#999 ;margin-right: 2px; background-color: #eee; border-radius: 5px; padding:0 2px; ; display: inline-block; margin-bottom: 2px;;
}

#searchdiv{
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  position:absolute;
  width:100%; 
  padding: 5px;
  margin-top: 2px; 
  height:340px; 
  z-index:1;
  background-color: #fff; 
  border: 1px solid #eee; 
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;;
  z-index: 10;;
}
#searchmark{
  background-color:#fff;
  opacity: 0.4;
  z-index: 9;
  position:absolute;
  width: 100%;
  height: 100%;;
  display: none;
}

.addbtncontent{
  border: 1px solid #eee; 

  padding-top: 10px;
  width:100%;
  clear:both; 
  text-align:center;
  display:block;
  position:absolute; 
  top: 340px; 
  left:0px;
   z-index:11;
   background-color:#fff;
   height: 60px;
}



#searchdiv li.keygroup{
  padding-bottom: 5px;
  color: #009688;
}


.kuser{ position: relative; color: #009688;}
.kuser[upermission='99']{
  color: orange;
}


.kuser[ustate='10']{
  color: #ccc!important;
}
.kuser[ustate='0']{
  color: #ccc!important;
  background-color: #eee;
}

#searchdiv li.kuser{
  display: inline-block;
  border: 1px solid #eee;
  line-height: 25px;
  height: 25px;
  font-size: 12px;
  width: 90px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 4px;
  margin-right: 4px;
  background-color: #fafafa;
}
#searchdiv li.kuser .layui-badge-rim{
  margin-left: 4px;
}
#searchdiv li.kuser .layui-badge{
  margin-left: 4px;
  background-color: #cecece;
}


#searchdiv li.kuser.isalreadyin{
  color: #ccc;
  background-color: #fafafa;
}
#searchdiv li.kuser.isalreadyin:hover{
  color: #ccc;
  background-color: #fafafa;
}

#searchdiv li.kuser:hover{
  background-color: #eee;
  color: green;
}

.dayworing{
  display: inline-block;
  height: 20px!important;
  width: 20px!important;
  border-radius: 10px;
  background-color: #009688;
  color: #fff;
  line-height: 20px!important;
  text-align: center;;
  padding: 0px;
  cursor: pointer;
  font-size: 12px;
}

.dayworing.nowork0{

  background-color: #cecece;
  color:#555;

}

.dayworing.nowork1{

  background-color: #FFB800;

}
.dayworing.nowork4{
  background-color: #5FB878;
}


.wtimework20{
  background-color: #12021c; 
  display: inline-block;
  height: 8px;
  width: 8px;
}


.wtimework16{
  background-color: #eb0377; 
  display: inline-block;
  height: 8px;
  width: 8px;
}


.wtimework12{
  background-color: #4319a6; 
  display: inline-block;
  height: 8px;
  width: 8px;
}

.wtimework8{
  background-color: #009688; 
  display: inline-block;
  height: 8px;
  width: 8px;
}

.wtimework4{
  background-color: #5FB878; 
  display: inline-block;
  height: 8px;
  width: 8px;
}

.wtimework1{
  background-color: #FFB800; 
  display: inline-block;
  height: 8px;
  width: 8px;
}

.wtimework0{
  background-color: #cecece; 
  display: inline-block;
  height: 8px;
  width: 8px;
}

.vieworder{
  cursor: pointer;
  text-decoration: underline;
}
.vieworder:hover{
  text-decoration: underline;
}

#checkworktable th{
  text-align: center;
}
#checkworktable td{
  text-align: center;
  padding: 2px;;
}

.layui-nav-child{
  margin:0px
}

.main-layout-side .layui-nav-tree .layui-nav-child .layui-this > a{
  background-color: #000 !important; 
}

.orderlisttb tr,.orderlisttb th,.orderlisttb td{
  padding: 2px;;
}

#zengbu .layui-select-title input{color:blue} 
#chuanhao .layui-select-title input{color:blue}
#moshi .layui-select-title input{color:blue}
.checkboxrecss div.layui-unselect { padding-left: 20px; margin-left: 8px;;}
.checkboxrecss div.layui-unselect span{
  padding: 0 0px;
}
.keygroup {
  background-color: #eee;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 5px;
  margin: 10px;;
  font-weight: bold;
}

.nopaddingtable tr,.nopaddingtable td{
  padding: 2px 4px!important; 
}

.layui-laypage a, .layui-laypage span{
  height: 20px;
  line-height: 20px;
  padding: 0px 10px;
}



a{
  color: #009688;
}


.layui-nav-child{
  padding-top: 0px;
  padding-bottom: 0px;
}


.footcrt{display: none;}
.cimg{ max-width: 300px; max-height: 100px;}

.cimgcontent,.cimgcontent1,.cimgcontent2,.cimgcontent3,.cimgcontent4{display: inline-block; position: relative; max-width: 300px; max-height: 100px; margin-top: 5px; border-radius: 5px; margin-right: 5px; }
.cimgcontent .close,.cimgcontent1 .close,.cimgcontent2 .close,.cimgcontent3 .close,.cimgcontent4 .close{
  background-color: red;
  color: #fff;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
  position: absolute;
  right: -5px;
  top: -5px;
}


td[remark]{
  background-image:url(/images/rtj.gif);
  background-repeat: no-repeat;
  background-position: right top;
}

td[rinstr='00:00'] span,td[rinstr='01:00'] span,td[rinstr='02:00'] span,td[rinstr='03:00'] span,td[rinstr='04:00'] span,td[rinstr='05:00'] span{
  background-image:url(/images/rzb.gif);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: left top;
  display: inline-block;
  width: 100%;
  text-align: center;
}

td[haspx='true'] span{
  background-image:url(/images/rpx.gif);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: left top;
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid red;
  color: red;
  height: 100%;
   
}


td[hastx='true'] span{
  background-image:url(/images/rtx.gif);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: left top;
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid rgb(174, 0, 255);
  color: rgb(174, 0, 255);
  height: 100%;
}



td[hassh='true'] span{
  background-image:url(/images/rsh.gif);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: left top;
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid rgb(42, 6, 245);
  color: rgb(42, 6, 245);
  height: 100%;
}


td[hascw='true'] span{
  background-image:url(/images/rcw.gif);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: left top;
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid rgb(0, 236, 225);
  color:  rgb(0, 236, 225);
  height: 100%;
}


td[ysjb]{
  background-color: #a98ee7 !important;
  
}

td[ismyorder='false']{
  
  border-bottom: 2px dashed #000 !important;
}




td.rtdselected{
  background-color: rgb(246, 186, 4)!important;
}

td.changewaitreload{
  background-color: blueviolet;
  color: blueviolet;
}


img.xcuploadpics{
  max-width:30px;
  max-height: 30px;
  height: 30px;;
  width: 30px;
  cursor: pointer;
  border-radius: 5px;
}
.popchangecheckwork{
  display: none;
}
.popchangecheckwork .layui-anim-upbit{
  max-height: 120px;
}


.shipnomod{
  display: inline-block;
  font-size: 12px;
  color: #fff;
  width: auto;
  padding: 5px;
  margin-top: 5px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
}
.shipnomodxe .layui-colorpicker.layui-colorpicker-xs{

  width: 12px;
  height: 12px;
  margin-left: 3px;

}
.shipnomod .layui-colorpicker-trigger-span{
  display: none;
}
.layui-colorpicker-main-input input.layui-input {
  width: 120px;
}

.layui-form-select dl {
  max-height: 200px;
}
.lbspan{
  background-color: #ccc;
  display: inline-block;
  border-radius: 15px;
  height: 15px;
  width: 15px;
  line-height: 15px;
  padding: 0px;
}
.layui-icon.layui-icon-close.layui-tab-close{
  background-color:#eee;  ; border-radius:5px;  overflow: hidden;
  height: 20px; width:20px; ;
  color:red;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  background-image: none;
  font-weight: bold;
  top: 5px;
}
.layui-icon.layui-icon-close.layui-tab-close::after{
  content:"X";
}

.layui-layer-close.layui-layer-close1{
   background-color:#eee;  ; border-radius:5px;  overflow: hidden;
   height: 20px; width:20px; ;
   background-image: none;
   text-align: center;
   font-size: 20px;
   line-height: 20px;
   color:red;
   top: -3px; 
   font-weight: bold;
}
.layui-layer-close.layui-layer-close1::after{
  content:"X";
}

.searchFixedin{
  position: fixed;
  bottom: 0px;
}
.searchFixedout{
  position:relative;
}



@media screen and (max-width:768px) {
  html, body{
    position: fixed;
    height: 100%; 
    width: 100vw; 
    height: 100vh; overflow-y: scroll; overflow-x: scroll
  }

  *{
    -webkit-overflow-scrolling: touch;
  }
  .footcrt{
    display: block;
    width: 100%;
    height: 80px;
    clear: both;
    text-align: center;
    font-size: 12px;
    color: #ccc;
    clear: both;
  }

}
