﻿@charset "UTF-8";

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
	code, form, fieldset, legend, input, textarea, p, blockquote, th, td,
	header, hgroup, nav, section, article, aside, footer, figure,
	figcaption, menu, button {
	margin: 0;
	padding: 0
}
html{
	color: #333;
}
body {
	display:none;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif; 
	line-height: 1.5;
	color: #333;
	font-size: .28rem;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	outline: 0;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: 400
}

table {
	border-collapse: collapse;
	border-spacing: 0
}
img{
	max-width: 100%;
	vertical-align: middle;
}
fieldset, img {
	border: 0
}

li {
	list-style: none
}

input, button, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	border: 0;
	background:transparent scroll;
	outline: 0
}

/* input{
	-webkit-appearance:none;
} */

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset; 
}

button:focus, input:focus, select:focus, textarea:focus {
	outline: 0;
	-webkit-tap-highlight-color: transparent
}

a {
	-webkit-touch-callout: none;
	text-decoration: none!important;
	color: #333;
	outline: 0
}

a:active, a:hover{
	-webkit-tap-highlight-color:transparent;
	
}
em, i {
	font-style: normal
}

/*清除浮动代码*/
.clearfloat{
    zoom:1
}
.clearfloat:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0
}

.cf:after{ content: ''; height: 0; display: block; clear: both; visibility: hidden; }
/* 以上为样式基础样式重置 */

/* 背景主色 */
.min-bg {
    background: #48b2bd;
}
.min-col{
	color:#48b2bd;
}
.cl-666 {
	color: #666;
}
.cl-999 {
	color:#999;
}
.cl-red{
	color: red;
}
.cl-fff{
	color:#fff;
}
.cl-green{
	color:#48b2bd!important;
}
/* 边框线颜色 */
.ui-bd-t {
    border-top: 1px solid #e6e6e6;
}

.ui-bd-l {
    border-left: 1px solid #e6e6e6;
}

.ui-bd-r {
    border-right: 1px solid #e6e6e6;
}

.ui-bd-b {
    border-bottom: 1px solid #e6e6e6;
}
/* 边框线颜色 */
.ui-bd-t {
	border-top: 1px solid #e6e6e6;
}

.ui-bd-l {
	border-left: 1px solid #e6e6e6;
}

.ui-bd-r {
	border-right: 1px solid #e6e6e6;
}

.ui-bd-b {
	border-bottom: 1px solid #e6e6e6;
}
/* 两边边距 */
.km-md {
	margin: auto .2rem;
}

.km-pd {
	padding: 0 .2rem;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tc {
    text-align: center;
}
.tr{
	text-align: right;
}
.tl{
	text-align: left;
}
/* 文字超过隐藏 */
.text-oven{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

/* 字体大小 */
.f12{
	font-size: .24rem;
}
.f13{
	font-size: 0.222rem;
}
.f14{
	font-size: .28rem;
}
.f15{
	font-size: .256rem;
}
.f17{
	font-size:.29rem;
}
.f16{
	font-size: .273rem;
}
.f18{
	font-size:.3rem;
}
.f20{
	font-size:.34rem;
}
.f25{
	font-size:.5rem;
}
.mar_10{
	margin:.17rem;
}
.mt_10{
	margin-top:.17rem;
}
.mb_10{
	margin-bottom:.17rem;
}
.ml_10{
	margin-left:.17rem;
}
.mr_10{
	margin-right:.17rem;
}
.pt_10{
	padding-top:.17rem;
}
.pb_10{
	padding-bottom:.17rem;
}
.pl_10{
	padding-left:.17rem;
}
.pr_10{
	padding-right:.17rem;
}
.plr_10{
	padding-left:.17rem;
	padding-right:.17rem;
}
.ptb_10{
	padding-top:.17rem;
	padding-bottom:.17rem;
}
.pf{
	padding-bottom: 1.3rem;
}
.mt_10{
	margin-top:.17rem;
}
.font2{
	color:#4D4D4D;
	font-size:.255rem;
}
.border-nb{
	border-bottom:0px !important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #ccc; 
} 
input:-moz-placeholder, textarea:-moz-placeholder { 
color: #ccc; 
} 
input::-moz-placeholder, textarea::-moz-placeholder { 
color: #ccc; 
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
color: #ccc; 
} 
/* 添加背景颜色 */
.bcf5{
	background-color:#f5f5f5;
}
.bcff{
	background-color:#fff;
}
.ctheme{
	color: #1b98ec !important;
}

.borderRadius{
	-webkit-border-radius:.1rem;
	border-radius:.1rem;
	overflow:hidden;
}
/* 列表公共样式1 */
.infolist1 li,.infolistSideTwo li{
	  height: 1.2rem;  
  line-height: 1.2rem;  
    border-bottom: 1px solid #ddd;
    padding: 0 .17rem;
    font-size: .3rem;
  /*   display: flex; */
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
.infolist1 li font{
	color: #4D4D4D;
}

.selfRightStyle{
	padding-left:2.2rem;
	word-break:break-all;
	word-wrap:break-word;
	white-space:pre-wrap;
	line-height:1.2rem;
	overflow:hidden;
}
.selfRightStyle font{
	margin-top:.4rem;
	margin-bottom:.4rem;
	line-height:.4rem;
}
.infolist1 li font input{
	text-align:right;
	height:100%;
}
.infolist1 li span{
	color: #333;
	font-weight: 600;
	min-width: 1.5rem;
    display: inline-block;
}
.infolist1 li input{
	flex: 1;
	height:100%;
	color:#B3B3B3; 
}

/* 列表公共样式2 左边图片右边文字 */
.infolist2 li{
	display: flex;
	padding:.34rem .17rem;
	border-bottom: 1px solid #eee;
	position: relative;
}
.infolist2 li img{ 
	width: .61rem;
    height: .44rem;
    position: absolute;
    top: 50%;
    margin-top: -.22rem;
}
.infolist2 li h3{ 
	font-size: .27rem;
	margin-bottom:.28rem;
	line-height: .27rem;
	font-weight: 600;
}
.infolist2 li p{ 
	font-size: .255rem;
}
.infolist2 li div{ 
	margin-left:.95rem;
	width: 100%;
}

/* 列表公共样式3  */
.infolist3 a img:first-child{
	margin-right: 0.16rem;
    position: absolute;
    height: .5rem;
    top: 50%;
    margin-top: -.25rem;
    left: .22rem;
}
.infolist3 a img:last-child{
	margin-right: .17rem;
    position: absolute;
    right: .17rem;
    top: 50%;
    margin-top: -.17rem;
    height: .34rem;
}
.infolist3 a{
	display: block;
    height: 1.21rem;
    line-height: 1.21rem;
    border-bottom: 1px solid #e6e6e6;
    font-size: .32rem;
}
.infolist3 li {
    position: relative;
    padding-left: .9rem;
    /* padding: 0 0.2rem; */
    /* border-bottom: 1px solid #e6e6e6; */
    background: #fff;
}

/* 列表公共样式4  */
.infolist4{
	
} 
.infolist4 li{
	border-bottom:1px solid #E6E6E6;
	padding:.34rem .17rem;
}
/* 公共按钮样式1 */
.btn1{
    height: 1.04rem;
    line-height: 1.04rem;
    border-radius: 0.36rem;
    text-align: center;
    color: #fff;
    background-color: #1B98EC;
    display: block;
    margin: 1.53rem 0 0;
    font-size: .34rem;
    width: 100%;
}

.infolist4 h2{
	font-size:.32rem;
	line-height: .32rem;
	color:#333;
}
.infolist4 p{
	font-size:.28rem;
	line-height: .28rem;
	color:#808080;
}
.infolist4 p span{
	margin-right:.28rem;
}
.infolist4 li p:first-of-type{
	margin-top:17px;
	margin-bottom:14px;
}

/* 表头搜索框样式一 */
.search{
	background-image: url(/images/search.png);
    background-size: .36rem;
    background-repeat: no-repeat;
    background-position: .34rem center;
    padding-left: .87rem;
    border: 1px solid #E6E6E7;
    height: .95rem;
    border-radius: .08rem;
    width: 100%;
    box-sizing: border-box;
}
.search input{
	height: .95rem;
	color: #808080;
	font-size: .3rem;
}

/* 公共按钮样式2 */
.btn2 input{
	width:100%;
	color:#fff;
	background:#1b98ec;
	height: 1.04rem;
    line-height: 1.04rem;
}
/* 底部导航公用样式 */
.footer{
	background: #fff;
	position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #E5E5E5;
    box-shadow: 1px -0.04rem 0.2rem #eee;
    z-index:5;
}
.footer ul{
	display: flex;
}
.footer li{
    flex:1;
    text-align: center;
}
.footer li a{
    display: block;
}
.footer li a span{
    display: block;
    font-size: .2rem;
    padding-bottom: .1rem;
}
.footer li.active a span{
    color: #e6212a;
}
.footer li img{
    width: auto;
    height: .32rem;
    margin: .12rem .07rem .05rem;
}


.clear{
	clear:both;
}
/* 浅灰色的color 二级颜色 */
.lightGreyColor{
	color:#808080;
}
.lightGreyColor2{
	color:#4D4D4D;
}
.themeColor{
	color:#1B98EC;
}
.displayBlock{
	display:block;
}
.padding10{
	padding:.17rem;
}
.disBlock{
	display:block;
}
/*下拉刷新样式*/
.dropload-down .dropload-noData{
	text-align:center;
	color:#808080;
	padding:.2rem;
	-webkit-box-sizing:border-box;
}
select.reportselectType {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color:transparent;
    background-image: url(/images/arr-up.png);
    background-repeat:no-repeat;
   background-size:4% auto;
    background-position:97% center;
    padding-right:.17rem;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    	border-bottom:1px solid #F2F2F2;
}
/* 强制换行 */
.text-huanhang{
	word-break:break-all;
	word-wrap:break-word;
	white-space:pre-wrap;
}
.head{
	/* height: .77rem; */
    background: #1b98ec;
    color: #fff;
    line-height: .77rem;
    text-align: center;
    font-size: .32rem;
    padding: 0 .17rem;
    position:fixed;
    width:100%;
    top:0;
    left:0;
    z-index:5;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
/* .head a{
	color: #fff;
	font-size: .27rem;
} */
.head .last-font{
	position:absolute;
	right:.17rem;
}
.headPos .last,.head .last,.head .fr{
    position: absolute;
    right: .17rem;
    line-height: .77rem;
}
.head a:hover,.headPos a:hover{
	color:red;
}
.head .fl{
	position:absolute;
	left:.17rem;
	line-height:.77rem;
}
.inputRL .inputS{
	height:1.2rem;
	width:100%;
	padding-left: 2.2rem;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.inputRL .inputS input[type="date"]{
	background-image:url(/images/arr-up.png);
	background-repeat:no-repeat;
	background-size:.2rem auto;
	background-position:right center;
	padding-right: .4rem;
}
.jianzhulist{
	backgrounx-color:#fff;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:.32rem;
}
.jianzhulist>li .jianzhuRightItem:after,.jianzhulist>li:after,.dabgerDetailList:after{
	content:'';
	display:block;
	clear:both;
}
.jianzhulist>li{
	border-bottom:1px solid #eee;
	padding:.4rem .17rem;
	position:relative;
}
.jianzhulist>li span,.jianzhulist>li font{
	line-height:.4rem;
}
.jianzhulist>li font{
	line-height:.4rem;
	color:#4D4D4D;
}
.jianzhulist>li .jianzhuRightItem{
	padding-left:1.9rem;
	word-break:break-all;
	word-wrap:break-word;
	white-space:pre-wrap;
}
.jianzhulist>li:last-child{
	border:0;
}

.lineHeightComm{
	line-height:.4rem;
}
































