* {margin: 0; padding: 0; outline: 0;}


body {
  font-family: 'Microsoft Yahei';
  font-size: 15px;
  padding: 0;
  margin: 0;
  background: #fff;
}

dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
p,
textarea {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:link,
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  outline: 0;
}
a:active {
  text-decoration: none;
}
a:focus {
  outline: 0;
}
img{
	width: 100%;
  height: 100%;
  display: block;
}
img,
input {
  border: 0;
}
input {
  outline: 0;
}
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.t20 {
  margin-top: 20px;
}

.clear {
	clear: both;
}
.wrap {
	width: 100%;
	min-width: 1383px;
	z-index: 10;
	position: relative;
	padding: 0;
}

/*scroll轨道背景*/

::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  border: none !important;
}
::-webkit-scrollbar-thumb {
  border-radius: 6px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #D3D3D3;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background: #fff;
}

.gaba_img::before{
	display:inline-block;
	content: "";
	background: url(https://c2.zjtcn.com/autosite/images/fenzhan/keep_on_record.png) 0 0 no-repeat;
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
	vertical-align: middle;
}