/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: "Microsoft Yahei";
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-tap-highlight-color: transparent;
    font-size: 16px;
    color: #545454;
}
input, textarea, select {
    font-family: "Microsoft Yahei";
    outline: none;
    padding: 0;
    margin: 0;
    border: none;
}
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
input:-webkit-autofill,textarea:-webkit-autofill{
-webkit-box-shadow: 0 0 0px 1000px white inset;
}
select {
  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;

  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;

  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }

ol, ul , li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color: #393939;
	text-decoration: none;
}
::-webkit-scrollbar {/*隐藏滚轮*/
display: none;
}
.bgf{
	background-color: #f3f3f3;
	overflow: hidden;
}
.bge{
	background: #ebebeb;
	overflow: hidden;
}
.bgw {
	background-color: #FFFFFF
}
.bge9{
	background-color: #E9E7E7;
}

.lt{
	float: left;
}
.rt{
	float: right;
}

.clearfix:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.none{
	display: none;
}
.cl{
	clear: both;
	height: 0;
}
.box{
	display:-moz-box;    /*Firefox*/
	-moz-box-orient: horizontal;
	display:-webkit-box;    /*Safari、Opera 以及 Chrome*/
	-webkit-box-orient: horizontal;
	display:box;    /*W3C*/
	box-orient: horizontal;
	margin:auto;
}
.pdlr20{
	padding: 0 .2rem;
}
.pdlr25{
	padding: 0 .25rem;
}
.pdlr30{
	padding: 0 .3rem;
}
.pdtb20{
	padding: .2rem 0;
}
.pdtb25{
	padding: .25rem 0;
}
.pdtb40{
	padding: .4rem 0;
}
.pd20{
	padding: .2rem;
}
.pd25{
	padding: .25rem;
}
.pd30{
	padding: .3rem;
}
.pdt70{
	padding-top: .7rem;
}
.pdb100{
	padding-bottom: 1rem;
}
.pdb110{
	padding-bottom: 1.1rem;
}
.mtb30{
	margin: .3rem 0;
}
.mt20{
	margin-top: .2rem;
}
.mt30{
	margin-top: .3rem;
}
.mt40{
	margin-top: .4rem;
}
.mt50{
	margin-top: .5rem;
}
.mt55{
	margin-top: .55rem;
}
.mt80{
	margin-top:.8rem;
}
.mt100{
	margin-top: 1rem;
}
.mb20{
	margin-bottom: .2rem;
}
.mb30{
	margin-bottom: .3rem;
}
.mb110{
	margin-bottom: 1.1rem;
}
.border-radius10{
	border-radius:.1rem;
	-webkit-border-radius:.1rem;
}
.color-f0{
	color: #FF0000;
}
.color-87{
	color: #878787;
}
.color-74{
	color: #878787;
}
.textRight{
	text-align: right;
}
.textLeft{
	text-align: left;
}
.text-one-overflow{
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.text-one-overflow1{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.text-two-overflow{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.dispalyFlex{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}
.show{
	display: block !important;
}
.layui-m-layerchild h3{
    border-bottom: 1px solid #D0D0D0;
    height: 50px !important;
    line-height: 50px !important;
}
.layui-m-layer2 .layui-m-layercont{
	background-color: rgba(0,0,0,.7) !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.layui-m-layer2 .layui-m-layercont p{
	/*color: rgba(0,0,0,.7);*/
	line-height: 20px;
}
.layui-m-layercont{
	padding: 20px !important;
}
.choose-targetContainer .multi-picker-btn-box{
	background: #FBD743;
}
.loadmore-text{
	line-height: .5rem;
    font-size: .24rem;
    color: #9E9E9E;
    padding: .2rem 0;
    text-align: center;
}
