@charset 'utf-8';

body {
    padding         : 140px 0 0 0;
    margin          : 0;
    background-color: #f7f7f7;
}

* {
    font-family: 'Arial', 'Microsoft YaHei';
}

hr {
    margin : 0;
    padding: 0;
}

body,
ul,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset {
    margin     : 0;
    padding    : 0;
    font-weight: normal;
}

ol {
    margin : 0;
    padding: 0 0 0 1.6em;
}

fieldset,
img {
    border: 0 none;
}

ul {
    list-style: none;
}

em,
i {
    font-style: normal;
}

select,
input,
img {
    vertical-align: middle;
    outline       : none;
}

a img {
    border: 0;
}

input[type=button],
input[type=submit],
button {
    -webkit-appearance: none;
    cursor            : pointer;
    -webkit-transition: all .2s ease 0s;
    transition        : all .2s ease 0s;
}

a {
    color             : #222;
    text-decoration   : none;
    -webkit-transition: all .2s ease 0s;
    transition        : all .2s ease 0s;
}

a:hover {
    color          : #356DB3;
    text-decoration: none;
}

body,
input,
textarea,
select {
    color             : #222;
    -webkit-transition: all .2s ease 0s;
    transition        : all .2s ease 0s;
}

/*(iPhone和iPad)，点击一个链接或、js定义的可点击元素，禁用高亮。*/
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/**通用格式**/
.clr:before,
.clr:after {
    content: '';
    display: table;
}

.clr:after {
    clear: both;
}

.clr_hr {
    width     : 100%;
    height    : 0;
    overflow  : hidden;
    visibility: hidden;
    margin    : 0;
}