﻿@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

html {
}
a {
    text-decoration: none;
    color: #000;
}
body {
    font-size: 12px;
    color: #000;
    font-family: "PingFang SC", "Microsoft YaHei";
    background: #f2f5f8;
    position: relative;
    z-index: 1;
}

ul, li {
    list-style: none;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #000;
}
    /*����Ĭ�ϵ���ɫ�仯*/
    a:hover {
        text-decoration: none
    }

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.cl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cl {
    zoom: 1;
}

.width_1200 {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative
}

/*����*/
#wrap {
    min-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
    background: #f2f5f8;
    overflow: hidden
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
}

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%;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section{
	display: block;
}
ol,
ul{
	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,
a:hover{
    outline: none;
    text-decoration: none;
}
a{
    color: #3a3a3a;
}
fieldset,
img{
    border: none;
}
img{
    max-width: 100%;
}
ol,
ul{
    list-style: none;
}
hr{
    border: none;
    height: 1px;
}
input[type=button]{
    -webkit-appearance: none;
    outline: none;
}
*{
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    font-family: 'microsoft yahei', -apple-system-font, Helvetica Neue, sans-serif;
    box-sizing: border-box;
}
html{
    width: 100%;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-overflow-scrolling: touch;
}
body{
    height: 100%;
    width: 100%;
    -webkit-touch-callout: none;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}
