﻿body{ background:#fff;}
@font-face
{
font-family: JyFont;
src: url('/inc/font/fz.ttf')
    ,url('/inc/font/fz.eot'); /* IE9+ */
}
@font-face {
  font-family: 'iconfont';  /* Project id 846397 */
 src: url('/inc/iconfont/iconfont.woff2?t=1660189661652') format('woff2'),
       url('/inc/iconfont/iconfont.woff?t=1660189661652') format('woff'),
       url('/inc/iconfont/iconfont.ttf?t=1660189661652') format('truetype');
}
.iconfont {
          font-family:"iconfont" !important;
          font-size:16px;
          font-style:normal;
          -webkit-font-smoothing: antialiased;
          -webkit-text-stroke-width: 0.2px;
          -moz-osx-font-smoothing: grayscale;
        }

header{ background:url(/inc/images/login_bg.png?time=0)  left -100px; width:100%; height:200px; margin-bottom:5px; background-size:cover}
.top_title{ width:100%; text-align:center; color:#eee; font-size:12px; margin-top:-20px; float:left;font-family: JyFont; letter-spacing:3px;}
.top_line{ height:4px; background:#008b60 url(/inc/images/login_bg.png?time=0)  center;}

.zf_app_icon{line-height:30px; padding:15px 5px; font-size:12px;}

.radius_icon2{
	background:#259f5f; width:55px; height:55px;border-radius:50%;display:inline-block; line-height:55px; text-align:center; color:#fff;
		background: linear-gradient(top left, #0081c2, #00a1ea);/*渐变从左上角到右下角*/
        background: -ms-linear-gradient(top left, #0081c2, #00a1ea);
        background: -webkit-linear-gradient(top left, #0081c2, #00a1ea);
        background: -moz-linear-gradient(top left, #0081c2, #00a1ea);

}
.icon_font{ font-size:28px;}
/*消息角标*/
.msg_icon{  margin-left:40px; margin-top:-8px; border-radius:50%; position:absolute; z-index:999; float:left; background:#FF0000}

.ui-input-wrap{ background-color:#fff;}

.ui-footer-btn{ background:url(/inc/images/footer.png?t=1); background-size:cover}
.ui-footer-btn .ui-txt-info{ color:#ccc; font-size:12px;}
.ui-footer-btn .ui-txt-blue{ color:#fff; font-size:14px;}

.jy_header{ width:100%; text-align:left; line-height:30px; color:#0091d6; position:absolute; padding:5px; height:40px; border-bottom:1px solid #f1f1f1;} 
.jy_header a{ color:#0091d6}
.ui-container{ margin-top:50px;}

.ui-box-title{
	width:100%; height:30px; font-size:14px; text-indent:5px; line-height:30px; color:#0091d6; margin-top:2px; text-align:right; padding-right:20px;
	background: linear-gradient(top left, #fff, #ccc);/*渐变从左上角到右下角*/
        background: -ms-linear-gradient(top left, #fff, #ccc);
        background: -webkit-linear-gradient(top left, #fff, #ccc);
        background: -moz-linear-gradient(top left, #fff, #ccc);
}

.ui-box-title2{
	width:100%; height:30px; font-size:12px; text-indent:5px; line-height:30px; color:#0091d6; text-align:left; text-indent:10px;
	background: linear-gradient(top left, #ccc, #fff);/*渐变从左上角到右下角*/
        background: -ms-linear-gradient(top left, #ccc, #fff);
        background: -webkit-linear-gradient(top left, #ccc, #fff);
        background: -moz-linear-gradient(top left, #ccc, #fff);
}

.ui-btn-lg{background:#0086c8; border:1px solid #0086c8}
.c-blue{color:#0091d6}
.c-red{ color:#CC0000}
.ui-btn-danger{ background:#00905E; border:1px solid #0091d6}

.ui-table td.current,.ui-table th.current{
	color:#0086c8;
	border-bottom:2px solid #0086c8;
}
.ui-tab-nav li{ height:auto;}
.ui-tab-nav li.current{
	color:#0086c8;
	border-bottom:2px solid #0086c8;
}
/*苹果机对于点击的对象，要拥有cursor:pointer这个样式的设置*/
/*ios jquery 的live，on事件需要添加css*/
.ui-list li,.ui-tiled li,td.td_link,.link{cursor: pointer;}


