*, :after, :before {
    box-sizing: border-box;
}

html {
    color: #252525;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
   
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    vertical-align: top;
    font-family: 微软雅黑;

}

html, body {
    font-family: 微软雅黑;
    height: 100%;
    overflow: hidden;
    font-size: 14px;
}

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, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    margin: 0;
    padding: 0
}

input[type="text"], select, textarea {
    font-size: 14px;
    -webkit-appearance: none;
    border-radius: 0;
    vertical-align: middle!important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {  font-size:12px; color: #999; font-weight: normal;  }
table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}
img[src=""]{opacity:0;}
abbr, acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

address, caption, cite, code, dfn, em, th, var, i {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none
}
ul,li{ margin: 0px; padding: 0px; list-style: none}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500
}

q:before, q:after {
    content: ''
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

a:hover {
    text-decoration: none;
}

ins, a {
    text-decoration: none;
    font-size: 14px;
}

button {
    -webkit-appearance: none;
    border: 0;
    background: 0 0;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;

}

input[type="button"], input[type="submit"], input[type="reset"] {

    -webkit-appearance: none;
    border-radius: 0;

}

textarea {
    -webkit-appearance: none;
}

body {
    font-family: 微软雅黑;
    line-height: 1.5;
    color: #252525;
    /*-webkit-user-select: none;*/
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
    outline: none
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

/*文字排版、颜色*/
.f12,.f12 * {
    font-size: 12px
}

.f13 {
    font-size: 13px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 16px
}

.f20 {
    font-size: 20px

}

.fb {
    font-weight: bold
}

.fn {
    font-weight: normal
}

.fw {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.red, a.red {
    color: #CF1E41!important
}

.blue, a.blue {
    color: #428bca!important
}
.Violet-bg{  background: #8B67D5;}
.yellow-bg{  background: #FF872F;}
.red-bg{  background: #F52163;}
.green-bg{ background: #35D9C1; }
.write-bg{ background: #FFFFFF!important;}
.pale-bg{ background:#f2eeed!important; }

.gray, a.gray {
    color: #A1A1A1!important;
}

.green, a.green {
    color: #2DB200
}

.lh150 {
    line-height: 150%
}

.lh180 {
    line-height: 180%
}

.lh200 {
    line-height: 200%
}

.unl {
    text-decoration: underline;
}

.no_unl {
    text-decoration: none;
}

/*定位*/
.tl {
    text-align: left
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.fl {
    float: left;
    display: inline
}

.fr {
    float: right;
    display: inline
}

.cb {
    clear: both
}

.cl {
    clear: left
}

.cr {
    clear: right
}

.vm {
    vertical-align: middle
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.abs-right {
    position: absolute;
    right: 0
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden
}

.hide {
    display: none
}

.mz0 {
    margin: 0px !important;
}
.mz4 {
    margin: 4px !important;
}
a{ text-decoration: none!important;}
a:hover{ text-decoration: none!important;}
a:active{ text-decoration: none!important;}
a:visited{ text-decoration: none!important;}
img[src='']{ border: none}
/*  垂直居中  */
.box{ width: 100%; height: 100%; line-height:20px; position:relative;}
.box1{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.box2{
    display: flex;
    justify-content:center;
    align-items:Center;
}
.box3 span{
    width: 50%;
    height: 50%;
    background: #000;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
.box4 span{
    position: absolute;
    top:50%;
    left:50%;
    width:100%;
    transform:translate(-50%,-50%);
    text-align: center;
}
.box5{
    display: flex;
    text-align: center;
}
.box5 span{margin: auto;}
.box6{
    display: -webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;
    -webkit-box-orient: vertical;
    text-align: center
}
input:disabled{ opacity: 1;}




.img-full {
    width: 100%;
    border: none;
    vertical-align: bottom;
    max-width: 64rem;
    margin: 0 auto;
    display: block;
}

*{
	margin:0;
	padding:0;
	border:0;
    outline:0;
	list-style:none;
	color: #333;
}
a,abbr,acronym,address,applet,area,article,aside,audio,b,base,basefont,bdi,bdo,big,blockquote,body,br,button,canvas,caption,center,cite,code,col,colgroup
,command,datalist,dd,del,details,dfn,dialog,dir,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,frame,frameset,h1,h2,h3,h4,h5,h6,header,hr,i,iframe,img,input[type="text"],ins,kbd,keygen,label,legend,li,main,map,mark,menu,menuitem,meter,nav,noframes,object,ol,optgroup,option,output,p,param,pre,progress,
q,rp,rt,ruby,s,samp,section,select,small,source,span,strike,strong,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,track,tt,u,ul,var,video,wbr{
	margin:0;
	padding:0;
	border:0;
    outline:0;
	list-style:none;
}
a{
	text-decoration:none;
}
a,input[type="text"],button{
	-webkit-tap-highlight-color:rgba(255,0,0,0);
	 border-radius:0;
	 -moz-appearance: none;
	appearance: none;
}
.clear{
	clear:both;
	overflow:hidden;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
input[type="text"],input[type="number"],button,textarea,select{
	-webkit-appearance:none;/*在苹果浏览器中去掉默认样式*/
	-moz-appearance: none;
	appearance: none;
	border:0;
	font-family:"Microsoft Yahei","HelveticaNeue","Helvetica";
    background:none;
    color:#333;
    font-weight: bold;
    outline:0;
	list-style:none;
	border-radius:0;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: -20px;
}

.swiper-pagination-bullet-active{
    background: #fff;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.grey{
    background: #f8f8f8;
}

.orange{
    color: #0C9D72!important;
}

.header{
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size:15px;
    color: #fff;
    font-weight:bold;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #0C9D72;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .black{
    position: absolute;
    left: 15px;
    top: 0;
    height: 44px;
    line-height: 44px;
    font-weight:bold;
    color: #444;
    font-size: 15px;
    padding: 0 .666666666667rem;
}
.header .black i{
    display: block;
    width: 10px; 
    height: 10px; 
    position: absolute; 
    z-index: 99;
    left: 22%; 
    top: 50%; 
    margin: -5px 0 0 -5px; 
    border-left: solid 2px #fff; 
    border-top: solid 2px #fff; 
    box-sizing: border-box; 
    transform: rotate(315deg); -webkit-transform: rotate(315deg);
    
}

.header .add{
    position: absolute;
    top: 0;
    right: 15px;
    height: 44px;
    width: 100px;
    line-height: 44px;
    text-align: right;
    color: #fff; 
}
.header .add a{
    color: #fff;    
    font-size: 14px;
}
.header .add img{
    width: 25px;
    vertical-align: -5px;
}

.header .search{
    position: absolute;
    top: 0;
    right: 5px;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header input{
    width: 1.6rem;
    color: #fff;
}


.header img{
    width: 18px;
    margin: 0 0 0 3px;
}

.footer{
    height: 44px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    display: flex;
    flex-flow:row nowrap;
    border-top: solid 1px #ddd;
}

.footer .item{
    width: 20%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-size: .213333rem;
    color: #666;
    cursor: pointer;
}

.footer span.on{
    color:#0C9D72!important ;
}
.footer .item span{
    display: block;
}

.footer .item img{
    width: .44rem;
}

.main{
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.tb44{
    margin: 44px 0;
    height: calc(100% - 88px);
    height: -webkit-calc(100% - 88px);
    
}

.t44{
    margin: 44px 0 0 0;
    height: calc(100% - 44px);
    height: -webkit-calc(100% - 44px);
}

.t88{
    margin: 88px 0 0 0;
    height: calc(100% - 88px);
    height: -webkit-calc(100% - 88px);
}

.b44{
    margin: 0 0 44px 0;
    height: calc(100% - 44px);
    height: -webkit-calc(100% - 44px);
}

.toolbar .toolbar-inner{
    height: 1.173333rem!important;
    border-top:solid 1px #ddd;
}
.toolbar .title,.toolbar .picker-button{
    font-size: .413333rem!important;
    line-height:1.173333rem!important;
   
}
.toolbar .picker-button{
    color: #0C9D72;
}
.weui-picker-modal{
    height: auto;
}
.picker-item,.weui-picker-modal .picker-items-col.picker-items-col-divider{
    font-size: .413333rem!important;
}

.tabbar-warp{
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #fff;
    position: fixed;
    top: 44px;
    left: 0;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space:nowrap;
    position: relative;
}
.tabbar-warp::after{
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #eee;
}


.tabbar-warp  li{
  padding: 0 8px;
  font-size: 14px;
  display: inline-block;
}
.tabbar-warp .on{
    color: #0C9D72;
    position: relative;
}
.tabbar-warp .on::after{
    content: '';
    position: absolute;
    left:50%;
    bottom: 0;
    z-index: 1;
    width: 40%;
    height: 3px;
    margin: 0 0 0 -20%;
    background: #0C9D72;
}

.weui-popup__modal{
    background: #fff;
    border-radius: .186667rem .186667rem 0 0;
}

.weui-toast_content{
    color: #fff;
}

.popup-close{
    width: .8rem;
    height: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin: .133333rem .133333rem 0 0;
    clear: both;
}
.popup-close img{
    width: .533333rem;
}


.news-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    border-top:solid 1px #eee;
    display: flex;
    flex-flow: row nowrap;
}
.news-footer .item{
  display: flex;
  width: 25%;
  height: 100%;
  align-items: center;
  flex-flow: column;
  font-size: .32rem;
 
  justify-content: center;
}

.news-footer .item span{
    display: block;
    color: #666;
  }


.news-footer .on span{
    color: #0C9D72;
}



.news-footer .item img{
    height: .533333rem;
}
.disfooter .item{
	width: 33.33%;
}

.weui-photo-browser-modal .swiper-container.swiper-container-visible{
    display: flex;
    align-items: center;
}

.weui-photo-browser-modal {
    z-index: 999;
}

.feedbackAction{
	color: red;
}

.item .name{
    font-size: 14px!important;;
    color: #666!important;
    font-weight: normal!important;
}

.noData{
    text-align: center;
    margin: 30px auto;
    font-size: 14px;
}

.formbtns{
    background: #0C9D72!important;
    border: none!important;
    color: #fff!important;
    font-size: 15px!important;
}

.clear-arrow::after{
  border: none!important
}

.detail .klist::after{
    top: 45px!important;
}