*{
    margin:0;
    padding:0;
    border:none;
    outline: none;
    background-color: transparent;
    box-sizing:content-box;
    -webkit-tap-highlight-color: transparent;
    margin-block-start: 0; 
    margin-block-end: 0;
    padding-inline-start:0;
    border-spacing: 0;
}
body, ol, ul, li, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
  margin:0;
  padding:0;
  outline: none;
}
i{font-style:normal}
input[type="file" i],input[type="file"]{
  cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
 :focus{
  outline: none;
 }
input:focus{
  outline: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
img {
  border:0;
  vertical-align:top
}
li {
  list-style:none
}
iframe {
  border:none
}
html {
  height:100%;
  font-size:16px
}
body {
  height:100%;
  font:400 1em/1.8'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif
}
a {
  color:#333;
  text-decoration:none
}
a:hover {
  color:#0c82ff
}
th{
  font-weight:normal;
}
table,tr,td,th,thead,tbody{
  margin: 0;
  padding: 0;
  border-spacing: 0
}
.text-center{
  text-align: center
}
.line{
  width:100%;
  background-color: #EFEFEF;
  height:1px;
  margin:24px auto;
  clear: both;
}
.cf:after, .cf:before {
  content:" ";
  display:table
}
.cf:after, .clearfix:after {
  clear:both
}
.fl {
  float:left
}
.fr {
  float:right
}
h1, h2, h3, h4, h5 {
  font-size:100%;
  font-weight:normal
}
.f12 {
  font-size:12px
}
.f14 {
  font-size:14px
}
.f16 {
  font-size:16px
}
.f18 {
  font-size:18px
}
.f20 {
  font-size:20px
}
.bold {
  font-weight:bold
}
.l16 {
  line-height:16px
}
.l18 {
  line-height:18px
}
.l20 {
  line-height:20px
}
.l22 {
  line-height:22px
}
.l24 {
  line-height:24px
}
.l26 {
  line-height:26px
}
.l28 {
  line-height:28px
}
.l30 {
  line-height:30px
}
.dis {
  display:block
}
.undis {
  display:none
}
.hid{
  overflow: hidden;
}
.connectedness{
  margin-left:20px;
}
.conter{
  margin:0 auto;
}
.cbox{
  width:1200px;
}
.black,.black .usexit:before,.black .nav a {
  color:#333;
}
.white,.white .usexit:before,.white.nav a {
  color:#fff;
}
.usexit:before {
  /* content: "\E622"; */
  float: right;
  margin-right: 10px;
  margin-top: 2px;
}
.radio{cursor: pointer;}
.radio span{
  width:16px;
  height:16px;
  border-radius: 2px;
  display: block;
  float: left;
  margin-right: 4px;
  background: url("../img/radio.png") center top no-repeat;
  margin-top: 5px;
}
.radio:hover span{
  background-position: center -38px
}
.radio span.on{
  background-position: center -68px
}
.listpage{
  display: table;
  margin:0 auto;
  margin-top:30px;
}
.listpage li{
  width:40px;
  height:40px;
  line-height:40px;
  font-size:12px;
  text-align:center;
  padding:4px;
  display: inline-block;
  margin:2px 5px;
  color:#666;
  border-radius: 2px;
  cursor: pointer;
}
.listpage li:hover{
  color:#2472C8;
  font-weight: 600
}
.listpage li.active{
  background: #3D8FE2;
  color:#fff;
  cursor:default;
}
.listpage li:first-child,.listpage li:last-child{
  border: none;
  padding-left: 4px;
  padding-right: 4px;
  display: inline;
  max-height: 12px;
  background: none;
  font-weight: normal;
  font-size: 14px;
  color: #333;
}
.listpage li:first-child:hover,.listpage li:last-child:hover{
text-decoration: underline;
color: #2472C8
}
.crumbs{
  width:50%;
  clear: both;
  display: table;
  margin:24px 8px 0 8px;
  font-size: 14px;
  color: #ccc;
}
.crumbs a{
  color:#3D8FE2;
}
.pip{
  margin:0 3px;
}
.div-box{
  width:100%;
  display: table;
  margin:0 auto;
  background:rgba(255,255,255,1);
  box-shadow:0px 0px 4px 0px rgba(47,44,43,0.15);
  border-radius:4px;
  margin-top: 24px;
}
.div-box-title{
  width:100%;
  height:56px;
  font-size: 18px;
  line-height: 56px;
  text-indent: 24px;
  background:rgba(252,252,252,1);
  border-radius:4px 4px 0px 0px;
  border:1px solid rgba(227,228,229,1);
}
.div-box-content,.div-box-probably{
  width: 96%;
  margin:23px auto 30px auto;
  min-height:78px;
  background:rgba(255,255,255,1);
  box-shadow:0px 3px 9px 0px rgba(114,114,114,0.13);
  border-radius:2px;
  display: table;
}
.div-box-probably ul{
  margin:40px  24px; 
  float: left;
  display: table;
  height:20px;
  line-height: 20px;
}
.div-box-probably li{
  float: left;
  margin-right:30px;
  font-size: 14px;
}
.div-box-probably li:last-child{
  margin-right:0;
}
.div-box-content-box{
  width:92%;
  margin: 30px;
  display: table;
  font-size:14px;
}
.div-box-content-tit{
  width:100%;
  min-height:30px;
  line-height:30px;
  font-size:14px;
  clear: both;
}
.div-box-content-tit::before{
  content: '';
  width:5px;
  height:5px;
  background: #fff;
  border:3px solid #7A7D82;
  border-radius: 100%;
  margin-right:10px;
  margin-top: 10px;
  float: left;
  display: block
}
.div-box-content-box .topinfo{
  clear: both;
  width: 100%;
  margin-top:18px;
  display: table;
  font-size: 14px;
  height:32px;
}
.div-box-content-box .topinfo>label{
  min-width:4.5%;
  text-align: right; 
  display: table;
  float: left;
  font-size: 14px
}
.div-box-content-box .topinfo>span{
float: left; 
color:#7A7D82;
margin-left:20px;
font-size: 14px;
margin-right:50px;
}
.div-box-content-box  .topinfo > span i{
  color: #0A83FC;
  margin-right: 10px;
}
.frozen{
  height:100%;
  height:100vh;
  overflow: hidden;
}
.eyeview, .openeye {
  position: absolute;
  right:16px;
  top:0; 
  cursor: pointer;
}
.eyeview:hover:before, .openeye:hover:before {
    color: #333;
}
.eyeview:before, .openeye:before {
  font-family: iconfont!important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #ccc;
  margin-left: 2px;
  cursor: pointer;
}
.eyeview:before {
  content: "\E6E3";
}
.openeye:before {
  content: "\E6E0";
}
.interiorzone{
  width:calc(100% - 66px);
  height:100%;
  display: table;
  background: #fff;
  box-shadow:0px 2px 4px rgba(204,204,204,0.5);
  padding:33px;
  padding-top:20px;
}
.subheading{
  font-size: 24px;
}
.contentbox{
  width:100%;
  height:90%;
  display: table;
  font-size: 18px;
  box-shadow:0px 3px 15px rgba(0,0,0,0.06);  
  margin-top:15px;
}
.cbhd{
  height:55px;
  line-height: 55px;
  background-color: #FCFCFC;
  border-bottom:#E3E4E5 1px solid ;
  text-indent: 25px;
  overflow: hidden;
}
.content-order-listbox{
  width:100%;
  border-radius:4px;
  background: #fff;
  box-shadow:0px 3px 15px rgba(0,0,0,0.06); 
  padding-bottom: 20px;
  clear: both;
  display: table;
}
.content-order-list li,.content-organ-list li,.content-organset-list li,.content-payorder-list li,.content-discount-list li{
  height:42px;
  line-height:42px;
  font-size: 14px;
  clear: both;
}
.content-order-list li span,.content-organset-list li > div{
  display: table;
  float: left;
  width:10.1%;
  height:42px;
  line-height:42px;
  text-align: center;
  font-size: 12px;
}
.content-organ-list li span{
  display: table;
  float: left;
  width:9.6%;
  height:42px;
  line-height:42px;
  text-align: center;
  font-size: 12px;
}
.content-discount-list li span {
  display: table;
  float: left;
  width:13.6%;
  height:42px;
  line-height:42px;
  text-align: center;
  font-size: 12px;
}
.content-payorder-list li span{
  display: table;
  float: left;
  width:16.5%;
  height:42px;
  line-height:42px;
  text-align: center;
  font-size: 12px;
}
.content-organ-list li span:nth-child(2){
  width:20%;
}
.content-order-list li.hd,.content-discount-list li.hd,.content-discount-list li.hd span,.content-order-list li.hd span,.content-payorder-list li.hd,.content-payorder-list li.hd span,.content-order-list li.hd span.content-organ-list li.hd,.content-organ-list li.hd span,.content-organset-list li.hd,.content-organset-list li.hd > div{
  height:55px;
  line-height:55px;
  background: #FCFCFC;
  font-size: 14px;
}
.content-order-list li:nth-child(odd),.content-organ-list li:nth-child(odd),.content-payorder-list li:nth-child(odd){
  background: #FCFCFC;
}
.content-order-list li span:first-child,.content-organ-list li span:first-child,.content-discount-list li span:first-child{
  width:4%;  
}
.content-order-list li span:nth-child(3),.content-order-list li span:nth-child(6),.content-order-list li span:nth-child(11){
width:5%;
}
.content-order-list li span:nth-child(10){
  width:10%;
}
.content-order-list li span div > i,.infoperation i{
  cursor: pointer;
  color:#3D8FE2;
}
.content-order-list li span div > i:hover,.infoperation i:hover{
  text-decoration: underline;
}
.zzc{
  position: fixed;
  left:0;
  top:0;
  width:100%;
  height:100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index:10;
}
.zzc .yyzc,.yyzc img{
  width:500px;
  height:708px;
}
.zzc .yyzc{
  position: absolute;
  left:50%;
  top:50%;
  margin-left:-250px;
  margin-top: -355px;
}
.zzc .identity{
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
}
.ysbox{
  display: table;
  margin:0 auto;
}
.content-order-search{
  width: 32%;
  float: right;
  font-size: 14px;
}
.timefind,.timefind span{
  width: 106px;
  height:28px;
  line-height:28px;
  display: block;
  font-size: 14px;
  text-indent: 6px;
}
.timefind{
  border:1px solid #3D8FE2;
  border-radius: 4px;
  margin:22px;
  margin-top:12px;
  position: relative;
  overflow: hidden;
  float: left;
}
.timefind:before{
  position: absolute;
  right:0;
  top: 0;
}
.timefind:hover{
  height:29px;
  overflow-y: auto;
  display: table;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.timefind ul{
  display: table;
  font-size:14px;
  position: absolute;
  left: -1px;
  top:28px;
  background: #fff;
  width:100% ;
  border:1px solid #3D8FE2;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 10px 20px 0 rgba(31,93,234,.16);
}
.timefind ul li{
  height:32px;
  line-height: 32px;
  text-indent: 6px;
  cursor: pointer;
}
.timefind ul li:hover{
  background:#e5f3ff;;
}
.searchwhere{
   float: left;
   margin-left:-18px;
   margin-top:12px;
   height:28px;
   line-height:28px;
}
.searchwhere > input{
  width:155px;
  height:28px;
  border:1px solid #ccc;
  border-radius: 4px;
  padding-left: 8px;
}
.searchwhere > button{
  width:51px;
  height:28px;
  line-height:28px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-left:28px;
  cursor: pointer;
}
.content-organ-search{
  width:100%;
  height:40px;
  line-height:28px;
  font-size: 14px;
  margin-left:20px;
  margin-bottom:15px;
}
.content-organ-add li > div{
  float: left;
  height:56px;
  line-height:56px;
  font-size: 14px;
  text-align: center;
}
.content-organ-add li > div:first-child,.content-organ-add li > div:nth-child(2),.content-organ-add li > div:nth-child(5){
  width:15%;
}
.content-organ-add li > div:nth-child(3){
  width:23%;
}
.content-organ-add li > div:nth-child(4){
  width:12%;
}
.content-organ-add li > div:last-child{
  width:20%;
}
.content-payorder-list li span.infoperation i:nth-child(2),.content-order-list li span.infoperation div > i:nth-child(2),.content-organ-list li span.infoperation div > i:nth-child(2){
  margin-left:15px;
}
.content-organ-add li div.infoperation div > i:nth-child(2){
  margin:0 15px;
}
.content-organ-add li div.infoperation div > *{float: left;}
.addok{
  width:80px;
  height:32px;
  color:#fff;
  background: #3D8FE2;
  border-radius: 4px;
  margin-top:10px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 0px 12px rgba(61, 143, 226, .6)
}
.addok:hover{
  background: #4B98E4;
}
.redio{
  cursor: pointer;
}
.remind{
  width:270px;
  height:120px;
  background: #fff;
  border: 2px solid #3D8FE2;
  border-radius: 6px;
  position: absolute;
  top:50%;
  left:50%;
  margin-left:-135px;
  margin-top:-45px;
  padding:10px 0;
  z-index: 999;
}
.remind h2{
  text-align: center;
  margin-top:14px;
  margin-bottom: 30px;
}
.content-order-list li span div > i.spip{
  margin:0 5px;
  color:#ccc;
}
.content-organ-add > li > div > input{
  border: 1px solid #ccc;
  height:32px;
  line-height: 32px;
  text-indent: 8px;
  width:96%;
}
.content-organ-add > li > div > input:focus{
  border:1px solid #3D8FE2
}
.btn-confirm{
  display: table;
  margin:0 auto;
}
.content-organset-list > li > div{
  width:12%;
}
.content-organset-list > li > div:nth-child(4){
  width:60%;
}
.content-organset-list > li > div:first-child{
  width:4%;
}
.crumbsnav{
  width:100%;
  height:52px;
  line-height: 52px;
  text-indent: 16px;
  background:rgba(252,252,252,1);
  border-bottom:1px solid rgba(227,228,229,1); 
  font-size: 14px;
  color:#999;
}
.crumbsnav a {
  margin:0 12px;
  font-size: 14px;
  color:#3D8FE2;
  cursor: pointer;
  text-decoration: underline;
}
.crumbsnav a:last-child{
  color:#999;
  cursor: default;
  text-decoration: none;
}
.btn-confirm button:nth-child(2){margin-left: 15px;}
::-webkit-scrollbar{width:3px;height:3px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
::-webkit-scrollbar-button{width:3px;height:12px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAVSURBVAiZY/z//z8DAwMDAxMDFAAAMAYDAbmb7mQAAAAASUVORK5CYII=) no-repeat}
::-webkit-scrollbar-button:vertical:start{background-position:-10px 0}
::-webkit-scrollbar-button:vertical:start:hover{background-position:-10px 0}
::-webkit-scrollbar-button:vertical:start:active{background-position:-20px 0}
::-webkit-scrollbar-button:vertical:end{background-position:-30px 0}
::-webkit-scrollbar-button:vertical:end:hover{background-position:-40px 0}
::-webkit-scrollbar-button:vertical:end:active{background-position:-50px 0}
::-webkit-scrollbar-button:horizontal:start{background-position:0 -11px}
::-webkit-scrollbar-button:horizontal:start:hover{background-position:-10px -11px}
::-webkit-scrollbar-button:horizontal:start:active{background-position:-19px -11px}
::-webkit-scrollbar-button:horizontal:end{background-position:-30px -11px}
::-webkit-scrollbar-button:horizontal:end:hover{background-position:-40px -11px}
::-webkit-scrollbar-button:horizontal:end:active{background-position:-50px -11px}
::-webkit-scrollbar-track{-webkit-border-radius:5px;border-radius:5px;background-color:rgba(0,0,0,.15)}
::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border:1px solid rgba(0,0,0,.21);-webkit-border-radius:5px;border-radius:5px}
::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.4);border:1px solid rgba(0,0,0,.21)}
::-webkit-scrollbar-thumb:active{background-color:rgba(0,0,0,.5)}
::-webkit-scrollbar-corner{background-color:#f1f1f1;-webkit-border-radius:1px;border-radius:1px}
::-webkit-scrollbar-track:hover{-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;background-color:rgba(0,0,0,.3)}
@keyframes rotateIn{
  0%{-webkit-transform-origin:center center;
  -webkit-transform:rotate(0deg);}
  100%{-webkit-transform-origin:center center;
  -webkit-transform:rotate(360deg);}
  }
@-webkit-keyframes rotateIn{
  0%{-webkit-transform-origin:center center;
  -webkit-transform:rotate(0deg);}
  100%{-webkit-transform-origin:center center;
  -webkit-transform:rotate(360deg);}
  }
@-moz-keyframes rotateIn{
  0%{-moz-transform-origin:center center;
  -moz-transform:rotate(0deg);}
  100%{-moz-transform-origin:center center;
  -moz-transform:rotate(360deg);}
  }
  @media screen and(max-width:1440px) {
    li.hd,li.hdspan{ font-size: 14px}
  }