@media print {
  .header,.news,.left_nav,.btn_box div{
    display: none;
  }
}
* {
  padding: 0;
  margin: 0;
/*text-transform:Capitalize;*/
}
body{
    --themeColor: ;
  background: var(--themeColor); 
  --tableColor: #d9d9d9;
  transition: -1s ease;
  /*background:var(ffb600); */
}
.red{
  color: #da1b1b;
}
body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
pre {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
  font-size: 16px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
}

ul li {
  font-size: 100%;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
}

.clear {
  clear: both;
}

em,
b {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;

}

img {
  border: 0;
  vertical-align: top;
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
  resize: none;
}

table {
  padding: 0;
  border: none;
  outline: none;
  border-collapse: collapse;
}

pre,
.pre {
  white-space: pre-wrap;
  word-break: break-word;
  word-wrap: break-word;
  font-family: Arial, tahoma, '\5b8b\4f53', sans-serif;
}

td,
th,
ul,
ol {
  padding: 0;
  font-weight: normal;
}

.strong {
  font-weight: bold;
}


.big_text{
  text-transform: uppercase;
}
.max200{
    max-width: 200px;
    max-height: 200px;
}
.Wdate.outboundTime{
  width: 90px;
  height: 36px;
  border-radius: 5px;
  border:none;
  padding-left: 5px;
  margin-bottom: 3px;
}
.header{
    background:url(../images/admin/nav.png) bottom center;
    background-repeat:repeat-x;
    width:100%;
}
.header_box{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 1200px;
  margin: auto;
  height: 140px;
  color: #333;
  justify-content: space-between;
}
.header .header_logo{
  height:95px;
}
.header_right{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-left:60px;
  display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 60px;
}
.hr1{
    width: 60px;
    height: 48px;
    padding-top: 15px;
    background: #ffffff;
    border-radius: 4px;
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    margin: 20px auto;
    box-shadow: 5px 5px #000;
}
.hr1 p:nth-child(1){
  font-size:22px;
  font-weight:800;
}
.hr2{
  margin: 35px 30px;
  text-align: center;
  font-size:18px;
}
.hr2 p:nth-child(2){
  border-top:1px solid;
  font-size:12px;
  font-weight:800;
}
.hr3.modify{
    margin: 30px 0;
    font-size:16px;
  background: url(../images/welcome/2.png) no-repeat left;
    padding-left: 30px;
}
.hr3 p:nth-child(2){
  font-size:22px;
  font-weight:800;
}
.news{
  height: 40px;
  border-bottom: 1px solid;
  width: 100%;
}
.news>a{
  color: #282828;
  line-height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: auto;
  padding-left: 590px;
}
/*上传样式*/
.image_show{
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
    display: block;
}
.img_box{
  margin: 3px 0 5px 0 !important;
  position: relative; 
    display: flex;
    background: #ffffff;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}
.img_box .div{
  width:100%;
  height:100%;
  display: flex;
  background: #ffffff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.imageInfo_remove {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/close.png) no-repeat ;
    right: 2px;
    top: 2px;
    cursor: pointer;
    z-index: 2;
}
.p_ps {
    padding: 10px 0;
    font-size: 14px;
    color: #909090;


}
/*上传样式结束*/
input[type='file'] {
  opacity: 0;
  cursor: pointer!important;
  display: none;
  position: absolute;
}
.recent_img_box{
    position: relative;margin-bottom: 3px;
}

.recent_img_box .imageInfo_remove{
    right: 4px;
    top: 4px;
    cursor: pointer; 
}
.recent_box_imgs {
    max-width: 100px;
    max-height: 100px;
    background: #fff;
    position: relative;
    z-index: 9;
    border-radius: 8px;
}
.img_name_box{
  position: absolute;
    left: 55px;
    top: 12px;
    width: 300px;
    font-weight: 100;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    width: 400px;
    font-size: 15px;
}
.right{
  display: block;
}
.flex_r div+div{
  margin-left: 5px;
}

label.radio_tools {
  cursor: pointer;
  padding: 0 20px 0 0;
}

input[type='radio'].radio_tools:checked+.radio_tools {
  /* padding: 0 20px 0 0; */
}

input.radio_tools {
  -webkit-appearance: none;
  display: inline-block;
  /* margin: 3px 5px 10px 12px; */
  width: 20px;
  height: 20px;
  border-radius: 15px;
  cursor: pointer;
  border: 1px solid #000000;
  vertical-align: middle;
  background-image: -webkit-radial-gradient( var(--themeColor) 40%, hsla(0, 0%, 49%, 0) 50%);
  background-repeat: no-repeat;
  -webkit-transition: background-position .15s cubic-bezier(.8, 0, 1, 1), -webkit-transform .25s cubic-bezier(.8, 0, 1, 1);
  background-color: #fff;
}

input.radio_tools,
input.radio_tools:active,
input.radio_tools:focus {
  background-position: 28px 0px;
}

input.radio_tools:checked {
  background-position: 0 0;
    border:2px solid #000;
}

input.radio_tools:checked~input,
input.radio_tools:checked~input:active {
  background-position: -28px 0;
  border: 1px solid #000;
}

label.radio_tools_s {
  cursor: pointer;
  padding: 0 50px 0 0;
}

input[type='radio'].radio_tools_s:checked+.radio_tools_s {
  padding: 0 50px 0 0;
}

input.radio_tools_s {
  -webkit-appearance: none;
  display: inline-block;
  margin: 3px 5px 10px 12px;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  cursor: pointer;
  border: 1px solid var(--themeColor);
  vertical-align: middle;
  background-image: -webkit-radial-gradient(var(--themeColor) 40%, hsla(0, 0%, 49%, 0) 50%);
  background-repeat: no-repeat;
  -webkit-transition: background-position .15s cubic-bezier(.8, 0, 1, 1), -webkit-transform .25s cubic-bezier(.8, 0, 1, 1);
}

input.radio_tools_s,
input.radio_tools_s:active {
  background-position: 0 28px;
  border: 1px solid #000;
}

input.radio_tools_s:checked {
  background-position: 0 0;
  border:2px solid #000;
}

input.radio_tools_s:checked~input,
input.radio_tools_s:checked~input:active {
  background-position: 0 -28px;
  border: 2px solid #000;
}
.page_nav{
display: flex;
justify-content: space-between;
}
.total_box{nav: ;
    margin: 10px 20px;
    line-height: 30px;
}
.total_box span{
    color: #000000;
    font-size:18px;
    font-weight: 800;
}
.pagination{
    display:flex;
    float: right;
    margin: 10px;
}

.pagination li{
    line-height:30px;
    width: 50px;
    text-align: center;
    color:#ffffff;
    cursor:pointer;
}
.page-link{
  display:block;
  width: 100%;
  height: 100%;
}
.pagination li.active,
.pagination li:hover{
    height: 30px;
    background: var(--tableColor);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.pagination li:hover{
   background: #000000;
   color:#fff;
}
.search_null{
  margin: 100px auto;
    text-align: center;
}
.itemsInfo{
  cursor: pointer;
    min-width: 460px !important;
    min-height: 30px !important;
    position: absolute;
    background: #fff;
  left: 0;
    top: 40px;
    z-index: 2;
    border-radius: 5px;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 75%) inset;
}
.info_title{
  background: var(--themeColor)6e;
  padding-left:10px;
  color: #000;
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;

}
.itemsInfo .name,.itemsInfo .flex{
    margin: 10px 20px;
  white-space: initial;
}
.getitemsInfo{
  cursor: pointer;
  position: relative;
    overflow: inherit  !important;
}
.itemsInfo .flex_l li{display:flex;font-size:14px;line-height:2}
.itemsInfo .flex_l li p:nth-child(1){color:#888}
.itemsInfo .flex{margin-bottom:40px;}
.itemsInfo .flex_r img{
    max-width: 100px;
    max-height: 100px;
    border:1px solid var(--tableColor);
    margin:5px;
}
.itemsInfo .notice{
  white-space: initial;
    line-height: 1.5;
    margin-top: 4px;
    position: absolute;
    left: 60px;
    max-height: 60px;
    overflow: hidden;
}
.item_log .item_log_h, .item_log .item_log_b{
  text-align:center;
    font-size: 14px;
    width: 100%;
  font-weight: 400;
  color: #000;
  display: flex;
  justify-content:center;
  align-items:center; 
}
.item_log .item_log_h div, .item_log .item_log_b div {
    width: 9%;
    height: 40px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    background: var(--tableColor);
    padding-left: 4px;
    border: 1px solid #fff;
    border-top: 1px solid var(--tableColor);
    font-size: 14px;
}
.item_log .item_log_h div{
  width: 9%;
  height: 40px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  padding-left:4px;
  background: var(--themeColor);
  border: 1px solid #FFFFFF;
}
.item_log .item_log_h > div:nth-child(1),
.item_log .item_log_b > div:nth-child(1) {
    width: 15%;
}

.item_log .item_log_h > div:nth-child(2),
.item_log .item_log_b > div:nth-child(2) {
    width: 20%;
}

.item_log .item_log_h > div:nth-child(3),
.item_log .item_log_b > div:nth-child(3) {
    width: 20%;
}
.item_log .item_log_h > div:nth-child(4),
.item_log .item_log_b > div:nth-child(4) {
    width: 15%;
    display: none;
}

.item_log .item_log_h > div:nth-child(5),
.item_log .item_log_b > div:nth-child(5) {
    width: 45%;
}
.item_log p{
  line-height: 2
}
.no_purview{
    margin: 50px;
    font-size: 24px;
    line-height: 40px;
}
.no_purview a{
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid;
    margin-top: 30px;
    font-size: 16px;
    margin: 10px;
}

/*日志系统*/

.log_box{max-height:400px;overflow: auto;}
.log_title{
font-size: 20px;
font-family: Microsoft YaHei;
font-weight: bold;
line-height: 30px;
color: #000000;
border-bottom: 3px solid #000000;
}
.log_items{margin-bottom: 15px;border-bottom: 1px solid #70707030;padding-bottom: 10px;}
.log_header{
font-size: 16px;
font-family: Microsoft YaHei;
line-height: 30px;
color: #000000;
}
.log_header>span:nth-child(2){
  font-weight: bold;
  text-transform:Capitalize;
}
.log_i_box{font-size: 14px;font-family: Microsoft YaHei;color:#707070;line-height: 1.5;}
.log_i_box span:nth-child(1){
  color:#000;
}
.log_i_box span:nth-child(2){
  color:#000;
  word-break: break-all;
}
.log_i_box span:nth-child(3){
  color:#707070;
}


.card_label .checkbox{  display: none;}
.card_label .label{position: relative;font-family:sans-serif;display: block;padding-left: 20px;font-size: 16px;user-select: none;}
.card_label .check-mark{width: 15px;height: 15px;background-color: #fff;border:1px solid #000;position: absolute;left:0;display: inline-block;top: 11px;border-radius: 50%;} 
.card_label .label .checkbox:checked + .check-mark{  background-color: #000  ;  transition: .1s;}
.card_label .label .checkbox:checked + .check-mark:after{content: "";position: absolute;width: 7px;transition: .1s;height: 4px;background: #000;top:45%;left:50%;border-left: 2px solid #fff;border-bottom: 2px solid #fff;transform: translate(-50%, -50%) rotate(-45deg);}


::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent; 
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    /* background-clip: content-box; */
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}


.hr2 select{width: 100px; }



/*loading*/
.lds-roller_box{
    position:fixed;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.6);
    content:'';
    top: 0;
    left: 0;
    z-index: 9999;
}
.lds-roller_text {
    display: inline-block;
    position: absolute;
    width: 164px;
    height: 64px;
    left: calc(50% - 50px);
    top: calc(40% + 68px);
    z-index: 9999;
    text-align: center;
    color: #fff;
}
.lds-roller {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  left: 50%;
  top: 40%;
  z-index: 9999;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.wo_more_box{
  width:100%;
  cursor: pointer;
  position: relative;
  z-index: 99;
}
.wo_more_box>p{
  display:none;
}
.wo_more_box:hover>p{
  display:block;
  position:absolute;
  background:#fff;
  padding:10px;
  box-shadow:1px 2px 3px #0000008;
  border-radius:5px;
  line-height: 1.5;
}
.wo_more_box:hover>p a{
  display:block;
  padding:5px 15px;
  text-align: left;
}
.wo_more_box:hover>p a:hover{
  color:red;
}
.wo_more_box:hover>p .txts{
    width: 160px;
    display: block;
}

.normal_sm_btn{
  line-height: 49px;
  text-align: center;
  cursor: pointer;
  background: url(../images/admin/btn_big.png) no-repeat;
  width: 105px;
  height: 50px;
  background-size: 32px 50px;
  background-origin: border-box;
  margin: 0 3px;
  font-weight: 600;
  width:32px;
  justify-content: center;
    align-items: center;
    display: flex;
}