﻿.pre-line {
white-space: pre-line;
}

.label_right{
    text-align:right;
    padding-top:7px;
}
.label_left{
    text-align:left;
    padding-top:7px;
}
.login-error{
    border:1px solid #ff934c;
    background:#fefcee;
    padding:5px 8px;
    display:none;
}
.login-error-msg{
    font-size:10px;
}

.login-error-icon{
    color:#ff934c;
    padding-right:5px;
    padding-top:1px; 
    float:left;
}


.d-box {
  padding: 15px 10px 15px 10px;
  border: 1px solid #e7eaec;
  border-radius: 8px;
  margin-bottom:20px;
  background-color:#23c6c8;/*#1ab394*/
  color:white;
}
.d-box:hover,
.d-box.active {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
  -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
  box-shadow: 0 3px 7px 0 #a8a8a8;
  background-color:#1c84c6;
}


ul.OrderStatusBar {
        height: 85px;
    list-style: none;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 13px;
    font-family: "Microsoft YaHei";
    padding: 0px;
}
ul.OrderStatusBar li {
    color:black;
    display: inline;
    float: left;
    line-height: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding:3px;
    color:#676767;
    height:100px;
    width: 19%;
}
ul.OrderStatusBar li span.txt {
    display: block;
    text-align: center;
    color:#9b9b9b;
}
ul.OrderStatusBar li span.active {
  font-weight:bold;
  font-size:13px;
  color:#484848;
}
ul.OrderStatusBar li span.time {
   display: block;
    font-family: arial;
    font-size: 11px;
    text-align: center;
}
ul.OrderStatusBar li.line {
display: block;
width: 0px;
height: 1px;
margin: 0 auto;
margin-top: 37px;
float: left;
position: relative;
}
ul.OrderStatusBar li.line div {
    display: block;
    width: 136px;
    border-bottom: 3px solid #a9a9a9;
    position: fixed;
    margin-left: -68px;
}
ul.OrderStatusBar li.line div.done {
    border-bottom-color:#74b95c;
}
ul.OrderStatusBar li span.iconok {
    display:block;
    font-size:2em;
    text-align: center;
    height: 40px;
    line-height: 40px;
    content:"\f058";
    color:lightgreen;
}
ul.OrderStatusBar li span.icon {
    display:block;
    font-size:2em;
    text-align: center;
    height: 40px;
    line-height: 40px;
    content:"\f017";
}


div.orderitem_panel {
     border: 1px solid rgb(235, 210, 184);
    margin: 5px 0px 15px 0px;
    padding: 0px;
    height:auto;
    padding:5px;
    border-radius: 5px;
   background-color: rgba(253, 242, 211, 0.2);
}
ul.orderitem_panel li {
    display: inline;
    float: left;
    line-height: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding:3px;
    color:#676767;
}
div.orderitem_panel div.orderindex {
    color:#b9a227;
    background-color:#f2eacb;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    font-size: 18px;
    float: left;
    position: absolute;
    margin-left: -20px;
    margin-bottom: 50%;
    margin-top: 10px;
}
 ul.picture {
    margin: 0px;
    padding: 0px;
     list-style: none;
    height:auto;
    padding:5px;
    margin-top:15px;
}
 ul.picture li {
    display:inline-block;
    width:150px;  
    height:150px;  
    margin-left: 2.4%;
    margin-bottom:5px;
    border-radius:4px;
    border:solid 1px #ccc;  
    background-color:#fff;
    background-origin:content;                /*从content区域开始显示背景*/  
    background-position:50% 50%;              /*图片上下左右居中*/  
    background-size:contain;                  /*保持图像本身的宽高比例，将图片缩放到宽度或高度正好适应定义背景的区域*/  
    background-repeat:no-repeat;  /*图像不重复显示*/  
    cursor:pointer;            
    }

 a.imgBordor img {
     display: inline-block;
    width: 150px;
    height: 150px;
    margin-left: 2%;
    margin-bottom: 5px;
    border-radius: 4px;
    border: solid 1px #ccc;
    object-fit:contain;
    /*background-color: #fff;
    background-origin: content;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;*/
    cursor: pointer;
 }


.CoverLayer.sk-loading:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.CoverLayer > .sk-spinner {
    display: none;
}

.CoverLayer.sk-loading {
    position: relative;
}

.CoverLayer.sk-loading > .sk-spinner {
    display: block;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    z-index: 2000;
}

.sk-spinner-wave.sk-spinner {
    margin: 0 auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}


.ctiy li {
    display: block;
    float: left;
    width: 25%;
    padding: 5px 0px 5px 0px;
}


.MarginTop{
    margin-top:10px;
}

.Mb-5{
    margin-bottom:5px;
}

.Font-Size-em-12{
    font-size:1.2em
}

.Font-Size-13{
    font-size:13px
}
.Font-Size-14{
    font-size:14px
}
.Font-Size-15{
    font-size:15px
}

.Font-Size-16{
    font-size:16px
}

.Font-Size-17{
    font-size:17px
}

.Font-Size-24{
    font-size:24px
}

.Fa-Font-Size-12{
    font-size:1.2em
}



.Border-radius-8{
    border-radius: 8px
}

.Border-radius-9{
    border-radius: 9px
}

.Border-radius-10{
    border-radius: 10px
}

.td-OverLength{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}


.d_MuneTitel_H{
    margin-top: 15px;
    margin-bottom: -1px;
}

