@charset "utf-8";
/* 此文件定义项目上公共样式，具体定此如下:
    1、定义展示的文字大小，例如：.h1 .h2 .h3 .h4 .h5分别代于5种大小的字号，其它页面如果涉及字号的设定，请引用此CSS中给定的样式
    2、body背景
    3、表单元素默认样式，input、select、checkbox、radio。
    
    注：本CSS只允许引用public-images文件夹中的图片资源。
*/body,
html {
  width: 100%;
 min-height:100%;
  margin: 0;
  padding: 0;
}
body{ overflow:auto;
}
a,
button,
textarea {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.body-wrap {
  width: 100%;
  position: relative;
 display:none;
 /* -webkit-overflow-scrolling:touch;*//*设置滚动条 顺畅*/
  
}
ul{
  -webkit-padding-start: 0px !important;
  -webkit-margin-after:0px !important;
}
.noscroll::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0);
  width: 0;
}
.noscroll::-webkit-scrollbar-button {
  background: rgba(0, 0, 0, 0);
  width: 0;
}
.noscroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
  width: 0;
}
.noscroll::-webkit-scrollbar-track-piece {
  background: rgba(0, 0, 0, 0);
  width: 0;
}
.noscroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0);
  width: 0;
}
.noscroll::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
  width: 0;
}
.noscroll::-webkit-scrollbar-resizer {
  background: rgba(0, 0, 0, 0);
  width: 0;
}
body {
  scrollbar-3dlight-color: rgba(0, 0, 0, 0);
  scrollbar-highlight-color: rgba(0, 0, 0, 0);
  scrollbar-face-color: rgba(0, 0, 0, 0);
  scrollbar-arrow-color: rgba(0, 0, 0, 0);
  scrollbar-shadow-color: rgba(0, 0, 0, 0);
  scrollbar-dark-shadow-color: rgba(0, 0, 0, 0);
  scrollbar-base-color: rgba(0, 0, 0, 0);
  scrollbar-track-color: rgba(0, 0, 0, 0);
  font-size: 12px;
  font-family: "Arial", "STHeiti", "Helvetica", "黑体";
  background: #ebebeb;
 /* background:#fff !important;*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* {
  /*padding: 0;
  margin: 0;*/
  font-family: "Arial", "STHeiti", "Helvetica", "黑体";
  list-style:none;
  text-decoration: none;
  font-weight: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
 /*  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);*/

  -moz-box-sizing: border-box;
 
  border:0;
}
hr{
  border-top:1px solid rgba(0, 0, 0, 0.33) !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  font-size: 100%;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

b,
strong {
  font-weight: bold;
}
/*ul,
ol {
  list-style: none;
}*/
i {
  font-style: normal;
}
a {
  color: #000;
  text-decoration: none;
}
.font_mid {
  font-size: 14px;
}
.font_min {
  font-size: 12px;
}
.font_max {
  font-size: 16px;
}
.font_content {
  font-size: 30px;
}
.font_memo {
  font-size: 24px;
}

.clear {
  clear: both;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
.font_mid {
  font-size: 14px;
}
.font_min {
  font-size: 12px;
}
.font_max {
  font-size: 16px;
}
}
@media only screen and (max-width: 320px) {
.font_mid {
  font-size: 12px;
}
.font_min {
  font-size: 10px;
}
.font_max {
  font-size: 14px;
}
}
input {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}
.crm-loading-background {
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.crm-loading-background .loading-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.ui-input-text {
  display: inline;
}
/*---------------*/
.white_ask_cancleQueue_view {
  position: absolute;
  background-color: white;
  height: 180px;
  top: 100px;
  left: 20px;
  right: 20px;
  overflow: hidden;
  border-radius: 5px;
}
.askCancle_text {
  position: relative;
  top: 20px;
  text-align: center;
  font-size: 18px;
}
.tips_askText {
  position: relative;
  top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  color: #7c7c7c;
  font-size: 15px;
}
.ok_or_cancle_askCanclePaihao {
  position: absolute;
  bottom: 0px;
  height: 46px;
  width: 100%;
}
.cancle_paihao_queue_ask {
  position: relative;
  float: left;
  width: 50%;
  border-top: 2px solid #cccccc;
  border-right: 1px solid #cccccc;
  height: 100%;
  color: blue;
}
.textCancle {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 10px;
  font-size: 16px;
}
.ok_paihao_queue_ask {
  position: absolute;
  border-top: 2px solid #ccc;
  left: 50%;
  width: 50%;
  height: 100%;
  color: blue;
}
.textOK_ask {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 10px;
  font-size: 16px;
}
.backHalfAlphaView {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 199;
}
/*通用foot*/
.wb-foot-common{
  background:#fff;
  border-top:1px solid #ececec;
  position: fixed;
  left: 0;
  bottom: 0;
  width:100%;
  height: 50px;
 -moz-box-shadow: inset 0 2px 8px #ececec;            
-webkit-box-shadow:inset 0 2px 8px #ececec;         
box-shadow:inset 0 2px 8px #ececec;   
}
.wb-foot-ul{
  width:100%;
  height: 50px;
  padding:5px 10px;
  text-align: center;
  display: -moz-box; 
  display: -webkit-box; 
  display: box; 
}
.wb-foot-ul li{
  display: inline-box;

  -moz-box-flex:1.0; /* Firefox */
  -webkit-box-flex:1.0; /* Safari 和 Chrome */
  box-flex:1.0;
  text-align: center;
  position:relative;
}
.foot-num{
  position: absolute;
  right:10px;
  top:0;
  padding:2px;
  height: 22px;
  line-height: 18px;
  min-width: 22px;
  max-width: 100px;
  text-align: center;
  background: #F25756;
  color: #fff;
  border-radius: 22px;
}
.wb-foot-ul li p{
  color: #707070;
}
.wb-foot-ul li img{
  width:23px;
}
.wb-foot-ul li.wb-li-on p{
  color: #f04e3a;
}
/*弹出框阴影*/
.pop-shadow {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.cont-box {
  width: 80%;
  /*height:83%;*/
  border-radius: 10px;
  position: fixed;
  left: 10%;
  top: 10%;
  z-index: 10000;
}
.close-icon {
  position: absolute;
  right: 0;
  top: -40px;
  width: 24px;
}
@-webkit-keyframes hidden {
  0%,
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    left: -42%;
  }
  100% {
    left: 0%;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    left: 0;
  }
  100% {
    left: -42%;
  }
}
.none-back-area {
  width: 100%;
  height: 100%;
  position: absolute;
  left:0;
  top:0;
  background: #fff;
  display: none;
}
.none-back-area .none-center-area {
  width: 100%;
  position: relative;
  text-align: center;
}
.none-back-area .none-center-area .none-icon {
  width: 116px;
  height: 116px;
  margin-top: 30%;
}
.none-back-area .none-center-area .none-tip {
  display: block;
  color: #484848;
  font-size: 18px;
  margin-top: 20px;
}

p{
  -webkit-margin-before: 0em !important;
-webkit-margin-after: 0em !important;
}

#content{padding-top:10px;
font-size: 14px;
color: #666666 !important;
text-align: justify;
word-wrap: break-word;
line-height: 25px;
}

b *{
  font-weight:bold;
  /*color:#000 !important;*/
}
/*弹出输入*/
.reply{
  position: fixed !important;
  width: 100%!important;
  height:80%;
  bottom: 0px!important;
  background: #EAEAEA!important;
  
}
.reply-top{
  width: 100%;
  background: white;
}

.reply-shuru{
  margin-top:4%;
  margin-left:4%;
  width: 92%;
  height: 50px;
  font-size:13px;
  border-radius: 2px;
  background: #F7F7F7;
  padding: 3px;
}
.replay-confirm{
  margin: 2% 4%;
  width: 92%;
  height: 38px;

}
.reply-btn{
  float: right;
  border: 1px solid #ccc;
  height: 30px;
}
.reply-btn2{
  float: right;
  border: 1px solid #ccc;
  height: 28px;
  background: white;
  color: gray;
  font-size: 12px;
  width: 56px;
  border-radius: 2px;
  
}

.last-ipt{padding-left:5px}

/*警告框样式开始*/
.warning-pop-shadow{
  position: fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index: 9999;
  background: rgba(0,0,0,0.6);
  display:-moz-box; display:-webkit-box; display:-o-box; display:box;
-moz-box-align:center; -webkit-box-align:center; -o-box-align:center; box-align:center;
}
.waring-cont{
  background: #fff;
  width:70%;
  margin-left: 15%;
  padding:15px;
  border-radius: 5px;
}
.waring-img-wrap{
  width:100%;
  text-align: center;
}
.waring-img{
  width:45px;
}
.waring-tit{
  font-size: 14px!important;
  color: #333333;
  margin-top: 5px;
    display: inline-block;
}
.waring-desc{
  color: #999;
  margin-top:6px;
  text-align:center;
}
.waring-btn-wrap{
  width:100%;
  text-align: center;
  margin-top:10px;
}
.btn-work-waring{
  width:90px;
  height:32px;
  background: #BFC3CF;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
/*警告框样式结束*/

