﻿@charset "UTF-8";
/*
*,
::after,
::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}*/

html,
body,
div,
span,
applet,
object,
iframe,
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}





.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
	padding: 0;
	margin: 0;
}












.clear {
	clear: both; height:auto!important;


	
	overflow: hidden;
	zoom: 0;
}

.clearfix:after {
	content: "";
	display: block;

	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}


/*设置隐藏*/


.auto-inner {


	margin: 0 auto;
}

.auto-inner article {
	border-bottom: 1px dashed #eee;
}

.auto-inner article h2 {
	color: #f3821f;
	padding-left: .5em;
	margin: 1em 0 .5em;
	border-left: 4px solid #f3821f;
}

.auto-inner article img {
	border-radius: 5px;
	pointer-events: none;
	/* border: 1px solid #eee; */
	/* box-shadow: 0 0 10px 0 gray; */
}





.zoomimg .isimg {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.zoomimg:hover .isimg {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}


