/* img居中
父级 display:flex;
img width: auto;
    height: 100%;
    margin: 0 auto; */

/* 居中
top:50%;left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform:translate(-50%,-50%) ;
-o-transform:translate(-50%,-50%) ;
-ms-transform:translate(-50%,-50%) ;
transform: translate(-50%,-50%); */

/* box-shadow兼容 */
/* -moz-box-shadow:0px 0px 0.1rem #dadcdf;
-webkit-box-shadow:0px 0px 0.1rem #dadcdf;
box-shadow:0px 0px 0.1rem #dadcdf; */

/* linner-gradent兼容 */
/* background: -moz-linear-gradient(left top, #d3b175, #fb5c5a);
background: -webkit-gradient(linear,left top, from(#d3b175), to(#fb5c5a));
background: -webkit-linear-gradient(left top, #d3b175, #fb5c5a);
background: -o-linear-gradient(left top, #d3b175, #fb5c5a);
background: linear-gradient(left top, #d3b175, #fb5c5a);*/

/*
.posi_top ::-webkit-input-placeholder { color:#CCCCCC;font-size: 0.2134rem;}
.posi_top :-moz-placeholder {color:#CCCCCC;font-size: 0.2134rem;}
.posi_top ::-moz-placeholder {color:#CCCCCC;font-size: 0.2134rem;}
.posi_top :-ms-input-placeholder {color:#CCCCCC;font-size: 0.2134rem;}
*/

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	/* IOS禁止微信调整字体大小 */
	-webkit-text-size-adjust: 100% !important;
	line-height: 1;
    color: #333;
	font-family:"Microsoft YaHei";
	/*font-size: 0.22rem;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input,select{
    font-family:"Microsoft YaHei";
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
.clear:after{display: block; content: ''; clear: both;}
.clear{zoom: 1;}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0; 
}
.focus{
    border-color: #0099e9!important;
    -webkit-box-shadow: 0 0 6px #0099e9;
    -moz-box-shadow: 0 0 6px #0099e9;
    box-shadow: 0 0 6px #0099e9;
}
input[type="number"]{cursor: pointer;-moz-appearance:textfield;}
/*苹果手机input的按钮颜色发虚*/
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }


