@charset "utf-8";
a{color: #333;}

.container{padding: 0 12px;}
.fz18{font-size: 1.125rem;}
.fz13{font-size: 0.8125rem;}
.fz14{font-size: 0.875rem;}
.fz17{ font-size: 1.0625rem;}
.t-white{color: #ffffff;}
body{ background-color: #f5f5f5; }
body.index{  background: #f5f5f5 url("../images/bg.jpg") no-repeat center 0 ; background-size: 100%;}

body{color: #333333;}

.hide{display: none;}
.mt10{margin-top: 12px !important;}
.mt70{margin-top: 36px;}

.weui-cells_form{ border-radius: 10px;}
.weui-cell{padding: 11px 12px !important;}



.t-333{color: #333333;}
.t-666{color: #666666;}
.t-999{color: #999999;}
.t-ccc{color: #cccccc;}

#search{ background: #1677ff;}
#reset{background: #fff;}
.toolbar .picker-button{color: #1677ff;}
.toolbar .cancel-picker {
	position: absolute;
	left: 0;
	box-sizing: border-box;
	height: 2.2rem;
	line-height: 2.2rem;
	color: #1677ff;
	z-index: 1;
	padding: 0 .5rem;
}
/*list*/
.list{padding-bottom: 30px;}

a.weui-panel{display: block;}
.weui-panel__bd{padding-bottom: 6px;}
.weui-media-box{padding: 0 12px; height: 130px;}
.weui-media-box__title{position: relative; border-bottom: 1px solid #e5e5e5;
	margin: 0 -12px;
	padding: 6px 12px;
}
.weui-media-box__title:after{
	content: " ";
	display: inline-block;
	height: 8px;
	width: 8px;
	border-width: 1px 1px 0 0;
	border-color: #c8c8cd;
	border-style: solid;
	-webkit-transform: matrix(.71,.71,-.71,.71,0,0);
	transform: matrix(.71,.71,-.71,.71,0,0);
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 13px;
}
.weui-media-box__desc{ font-size: 14px; line-height: 2; }
.weui-media-box__desc span{ width: 80px;  display: inline-block;}

.flexBox{display: flex; align-items: center;justify-content: center; position: fixed; width: 100%; height: 100%; display: none; z-index: 999;}
.flexBox span{color: #999; border:1px dashed #ccc; border-radius: 5px; padding: 3px 10px;}


#loadBox{display: none;}
.layui-flow-more{text-align: center; color: #999999; padding: 10px;}
/*list end*/

/*msg*/
.msg{ background: #ffffff; margin-bottom: 50px;}
.msg tr{}
.msg tr td{ color: #999999; padding:8px 12px; border-top: 1px solid #eee;}

.msg tr:first-child td{ border: 0;}

.msg tr td:first-child{color: #333333; width: 75px; vertical-align: top; }
/*msg end*/

.fixed-bottom{ position: fixed; width: 100%; bottom: 20px; text-align: center;}


::-webkit-input-placeholder { /* WebKit browsers */
	color: #ccc;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #ccc;

}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #ccc;
}

* { touch-action: none; }