/* Write your styles */
#vld-tooltip {
  position: absolute;
  z-index: 1000;
  padding: 5px 10px;
  background: #F37B1D;
  min-width: 150px;
  color: #fff;
  transition: all 0.15s;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  display: none;
}

#vld-tooltip:before {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  content: "";
  border-width: 0 8px 8px;
  border-color: transparent transparent #F37B1D;
  border-style: none inset solid;
}

.am-input-sm {
  height:33px;
}

#nn-text-danger{
	color:#dd514c
}

.am-badge-third {
  background-color: #0c74a9;
}

.cursor_pointer{
	cursor:pointer;
}

.am-text-black-11 {
  color: #bbbbbb;
}

.nn-alert-default {
  background-color: #fafafa;
  border-color: #dfdfdf;
  color: #333;
}

#page a.next{min-width:70px;}
#page a.prev{min-width:70px;}
#page{height:40px;padding:2px 13px 0 0;text-align:right;margin-bottom:100px;}
#page a{color:#3ec86f;display:inline-block;padding:0 10px 0 10px;margin-left:3px;height:35px;line-height:35px;text-align:center;border:1px solid #ddd;text-decoration:none;cursor:pointer;white-space:nowrap;}
#page a.current{color:#ffffff;border:1px solid #3ec86f;background:#3ec86f;display:inline-block;padding:0 10px 0 10px;margin-left:3px;height:35px;line-height:35px;text-align:center;text-decoration:none;cursor:pointer;white-space:nowrap;}
#page a:hover{color:#ffffff;border:1px solid #3ec86f;background:#3ec86f;display:inline-block;padding:0 10px 0 10px;margin-left:3px;height:35px;line-height:35px;text-align:center;text-decoration:none;cursor:pointer;white-space:nowrap;}



.table-main{
	font-size: 1.4rem;
    padding: 0rem;
}

/* ==========================================================================
   Component: label
 ============================================================================ */
.nn-label {
    margin-bottom:1px;
}

/* ==========================================================================
   Component: Panel
 ============================================================================ */
.nn-panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* Panel header */
.nn-panel-hd {
  padding: 0.1rem 1.25rem;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* Panel content */
.nn-panel-bd {
  padding: 1.25rem;
}
.nn-panel-primary {
  border-color: #eeeeee;
}
.nn-panel-primary > .nn-panel-hd {
  color: #fff;
  background-color: #0e90d2;
  border-color: #10a0ea;
}

/* 个人中心修改资料 身份证上传 */
.qy-bg{
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 99;
}
.qycard{
	background:#fff;
}
.qycard img{
	width:100%;
	padding: 10px;
	height:120px;
}
.qydialog{
	width:100%;
	background:#fff;
	padding-bottom:20px;
    position: fixed;
    bottom: 0;
    z-index: 9;
}
.qydialog .qytitle{
	height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.qydialog .qytitle span{
	position: absolute;
    left: 13px;
    top: -2px;
    font-size: 14px;
    color: #999;
}

.qydialog .qyimg-img img{
    max-width: 277px;
    max-height: 146px;
    margin: 0 auto;
    width: 100%;
    display: block;
}
.qydialog .qyimg-text{
	text-align: justify;
    margin-top: 20px;
    padding:0 20px;
    padding: 0 30px;
    font-size: 14px;
    padding-bottom: 20px;
}
.qydialog .qyimg .qyimg-btn{
	padding: 0 30px;
}
.qydialog .qyuploadpicimg_user_health_logo{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #444;
    background-color: #fff;
    font-weight: normal;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #444;
}

/* 高级搜索 */
.qy-high-ser{
	position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #f6f6f9;
    z-index: 99;
    display:none;
}
.qy-high-ser .qy-top{
    height: 160px;
    background: #fff;
    padding: 20px;
    padding: 20px 20px 0 20px;
    border-bottom: 1px solid #e8e8eb;
    margin-bottom:20px;
}
.qy-high-ser .qy-top h3{
	margin-bottom:14px;
}
.qy-high-ser .qy-top ul{
	ovflow:hidden;
}
.qy-high-ser .qy-top ul li{
    float: left;
    padding: 5px 20px;
    background: #f0f0f0;
    border-radius: 20px;
    font-size: 14px;
    color: #323232;
    margin-bottom: 12px;
    margin-right: 22px;
}
.qy-high-ser .qy-top ul li.active{
	background: #1db667;
	color:#fff;
}
.qy-high-ser .qy-bottom{
    background: #fff;
    padding: 0 10px;
}
.qy-high-ser .qy-bottom .qy-bottom-select{
    border-bottom: 1px solid #f0f0f0;
    padding: 7px 0;
    position:relative;
}
.qy-high-ser .qy-bottom select{
    color: #5c5c5c;
    width: 100%;
    border:0;
    padding-left: 13px;
}
.qy-high-ser .qy-btn{
    padding: 20px;
}
.qy-high-ser .qy-cancel{
	position: absolute;
    right: 16px;
    top: 7px;
    color: #ababab;
}

.am-btn-primary{
    background-color: #328eff;
    border-color: #328eff
}
.qy_am-btn-primary{
    width: 76px;
    padding-left: 30px;
	background:#328eff url(../../images/20180820105352.png) 12px center no-repeat!important;
}
.am-btn-primary:hover, .am-btn-primary:focus{
    background-color: #328eff;
}

.qyd_am-btn-primary{
    width: 120px;
    padding-left: 30px;
	background:#328eff url(../../images/20180820105352.png) 12px center no-repeat;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #323232!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #323232!important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #323232!important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #323232!important;
}
.qysearch {
    background-color: #26c461;
    border-color: #26c461;
    color:#fff;
    font-size:14px;
}



.block-title{
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 15px;
    margin: 0;
    font-size: 16px;
    background-color: rgba(0,0,0,0.3);
    position: relative;
    color:#32e3ae;
}

.qyzhihui{
	background:#092931;
	color:#fff;
}
.qyzhihui .h_left{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.qyzhihui .h_left img{
	margin-right:20px;
}
.qyzhihui header{
	text-align: center;
    padding: 20px 0 35px;
}

.qyzhihui .h_right{
    font-size: 24px;
    color: #fff;
	opacity: 0.5;
}
.qyzhihui .h_right span{
	color: #12bc00;
    font-weight: bold;
    padding: 0 10px;
}
.qyzhihui .am-table{
	font-size:12px;
}


.qyzhihui .blcok-top{
	margin-top:20px;	
}

.qyzhihui .block-content{
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom: 1px solid rgba(0,0,0,0);
    background-color: rgba(0,0,0,0.2);
    margin: 1px 0 0;
}
.qyzhihui .block-content-table{
	height:300px;
	overflow-y:scroll;
}
.qyzhihui .center_data{
	margin-bottom: 15px;
    overflow: hidden;
}
.qyzhihui .center_data .total-expense{
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    text-align: center;
}
.qyzhihui .center_data .total-expense .data_em{
    font-size: 32px;
    font-weight: bold;
    padding: 10px 0;
    background-color: rgba(0,0,0,0);
    height: 62px;	
}
.qyzhihui .center_data .total-.qyzhihui .h_right p{
    margin: 0;
    padding: 10px 0;
    background-color: rgba(0,0,0,0.4);	
}
.qyzhihui .center_data .total-expense p.data_em{
	color:#32e3ae;
}

.qyzhihui .qyhome-three h3{
	color:#32e3ae;
}

