﻿/*公共页面属性*/
*
{
    margin: 0;
    padding: 0;
  /* touch-action: pan-y; */
}

html
{
    overflow: hidden;
}

body
{
    width: 100%;
    font: 400 100% "Helvetica Neue" ,Helvetica,Arial,sans-serif;
    font-size: 0.9em;
}

h1
{
    font-size: 1.5em;
}

h2
{
    font-size: 1.3em;
}

small
{
    font-size: 0.875em;
}

img
{
    max-width: 100%;
}
::-webkit-input-placeholder
{
    color: #999;
}
input[type="text"], input[type="password"]
{
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-radius: 0;
}
.hide
{
	display:none;
}
/*公共页面属性*/

/*表格信息样式*/
#Customer_info
{
    margin: auto;
    width: 100%;
    background: #fff;
}
.rt_table
{
    -webkit-overflow-scrolling:touch;
}
.customer_h1
{
    width: 100%;
    height: 40px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.return_index
{
    position: absolute;
    left: 4px;
    float: left;
    width: 48px;
    height: 40px;
    background: url(../images/an_re_index.png) no-repeat;
    background-position: center center;
    background-size: 48px 30px;
}

.Customer_info_div_tb
{
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 10px 0 10px;
    text-align: left;
}

.Customer_info_table
{
	width:100%;
    position: relative;
    margin-right: 20px;
    border: solid #d3d3d3;
    border-width: 1px 0;
    border-collapse: collapse;
    -webkit-border-radius: 5px; /* Saf3-4 */
    -moz-border-radius: 5px; /* FF1+ */
    background: #fefefe;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    color: #555;
}

.Customer_info_table tr
{
    height: 2.3em;
    line-height: 2.3em;
}

.Customer_info_table tr:first-child th.first
{
    -webkit-border-top-left-radius: 5px; /* Saf3-4 */
    -moz-border-radius-topleft: 5px;
}

.Customer_info_table tr:first-child th.last
{
    -webkit-border-top-right-radius: 5px; /* Saf3-4 */
    -moz-border-radius-topright: 5px;
}

.Customer_info_table tr:last-child td.first
{
    -webkit-border-bottom-left-radius: 5px; /* Saf3-4 */
    -moz-border-radius-bottomleft: 5px;
}

.Customer_info_table tr:last-child td.last
{
    -webkit-border-bottom-right-radius: 5px; /* Saf3-4 */
    -moz-border-radius-bottomright: 5px;
}

.Header_bg
{
    width: 100%;
}

.Customer_info_table tr.odd-row td
{
    background: #f6f6f6;
    background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
}

.Customer_info_table tr td.first, th.first
{
    text-align: left;
}

.Customer_info_table tr td.last
{
    border-right: none;
}

.Customer_info_table tr th
{
    height: 2.5em !important;
    font-size: 1.0em;
    text-align:center;
    color: #fff;
    line-height: 2.5em !important;
}

.Customer_info_table tr td, th
{
    padding: 0 10px;
    color: #666;
    white-space: nowrap;
}


.Customer_info_table tr td
{
    width:250px;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
    -webkit-user-select:text;
    -moz-user-select:text;
    -ms-user-select:text;
    user-select:text;
}

.pos_div
{
    display: none;
    position: absolute;
    top: 0;
    left: 10px;
    height: 37px;
}
.th_disnone
{
    visibility: hidden;
}

.total_tbs
{
    position: relative;
    bottom: 0px;
}
.a_td
{
    /* border-bottom:1px solid blue; */
    color: #65a6f3 !important;
}

.numb
{
    /* color: #65a6f3 !important; */
    text-align: right;
}

.sk td
{
    color: red !important;
}

.total_num
{
    color: #EA5050;
    text-align: right;
    font-weight: normal;
}

.title
{
    width: 100%;
    float: left;
    padding: 10px 0;
    color: #666;
    text-align: center;
    font-weight: 500;
    font-size: 1.6em;
    line-height: 20px;
}

#sli_table_Div
{
   
    /*height: 100%;*/
}

#sli_table_Div2
{
    width: 100%;
    /*height: 100%;*/
}

#sli_table_Div3
{
    width: 100%;
    /*height: 100%;*/
}

#alert_msg
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    margin: auto;
    width: 240px;
    height: 40px;
    overflow:hidden;
    border: 1px solid #3d3d3d;
    border: 1px solid rgba(161, 161, 161, 0.15);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: rgba(224, 224, 224, 0.8);
    color: rgb(12, 105, 216);
    text-align: center;
    line-height: 40px;
}

/*第一列样式控制==HYB==20151119*/
.Link
{
    font-weight: bold;
    text-decoration: underline; /* color: #2e76fe !important; text-decoration: underline;*/
}
table{ font-size:0.9rem;}

/*联系电话都可以拨号样式控制==HYB==20160114*/
table.Customer_info_table .Call
{
    text-decoration: none; /* font-weight:bold;*/ /*    color: Green;*/
    color: Black;
    background: url(../images/mobile.png) no-repeat;
    background-size: 18px 18px;
    padding-left: 20px;
    /*font-family: 'Rochester' ,Georgia, serif;*/
}
#WinCloudTel
{
    background-color:rgba(1,1,1,0.5); 
    position:absolute; 
    width:100%; 
    height:100%; 
    z-index:500; 
    top:0;
    left:0;
    display:flex; 
    flex-direction:column;
}
#WinCloudTel>div
{
    margin:auto;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 70%;
    border-radius:5px;
    overflow:hidden;
}
#WinCloudTel>div>p,#WinCloudTel>div a
{
    text-align:center;
    color:Black;
    text-decoration:none;
    display:block;
}
#WinCloudTel>div>p{ padding:7px 0;}
#WinCloudTel>div>p:hover{ background-color:#ccc;}
#WinCloudTelBtn 
{
    border-top:1px solid #eee;
    color:#429DE5!important;
}

/*加载动画*/
.spinner {
  margin: 10px auto 0;
  width: 150px;
  text-align: center;
}
 
.spinner > div {
  width: 12px;
  height: 12px;
  background-color: #E7ECFF;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  margin:0 1px;
}
 
.spinner .bounce1 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
 
.spinner .bounce2 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.spinner .bounce3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.spinner .bounce4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
 
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
 
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

tr.rowact td{ background:#D0DAE7;}

/*操作弹窗样式*/
#popup{ position:absolute; background-color:rgba(1,1,1,0.7); width:100%; height:100%; top:0; left:0; display:flex; flex-direction:column; justify-content:center; 
        font-size:12px; box-sizing:border-box; z-index:12;}
#popup>div{ background-color:White; border-radius:5px; position:relative; display:inline-block; margin:0 auto; box-sizing:border-box; min-width:65%;}
#popup>div>div{ height:30px; line-height:30px; padding:5px 25px 0; box-sizing:border-box; color:#4E4E4E; display:flex;}
#popup h3{ height:25px; border-bottom:1px dashed #D8D8D8;}
#popup input[type='checkbox'],#popup input[type='radio']{ width:12px;}
#popup input,#popup select{ width:170px; height:30px; border:1px solid #E3E1E1; border-top-color:#A8A8A8; box-sizing:border-box; text-indent:3px; color:#717171; text-indent:2px;}
#popup select{ background:url(../images/arrow2.png) no-repeat; background-position:95% center; -webkit-line-clamp:1; -webkit-background-size:8px 8px; -webkit-appearance:none;}
#popup_oprate{ margin:14px 0; cursor:pointer;}
#popup_oprate span.one{ display:block; width:40%; text-align:center; height:28px; line-height:28px; background-color:#9B9B9B; color:white; margin:0 auto; border-radius:3px;}
#popup_oprate span.two{ display:inline-block; width:40%; text-align:center; height:28px; line-height:28px; background-color:#9B9B9B; color:white; margin:0 5%; border-radius:3px;}
#popup_oprate span:hover{ background-color:#aaa;}
.popup_left{ display:inline-block; width:3rem; text-align:right;}