* {
    box-sizing: border-box;
    border: 0;
    padding: 0;
    margin: 0;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i,
b {
    font-style: normal;
    font-weight: normal;
}

*:before,
*:after {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td {
    margin: 0;
    padding: 0;
}

body,
input,
select,
button,
textarea {
    font-size: 14px;
}

li {
    list-style: none;
}

input[type=button],
input[type=submit],
input[type=reset] {
    cursor: pointer
}

button {
    cursor: pointer
}

input[type=text],
input[type=password],
input[type=file],
textarea {
    -webkit-border-radius: 0;
    -webkit-appearance: normal
}

textarea {
    overflow: auto;
    resize: none
}

body {
    color: #333;
    font-size: 14px;
    background: #fff;

    font-family: Microsoft Yahei, arial;
}

html {
    -webkit-text-size-adjust: none;
}

a {
    color: #333;
    text-decoration: none;
}

a * {
    *cursor: pointer
}

a:hover {
    text-decoration: none !important;
    outline: none;
}

a:focus {
    outline: none;
}

.fixed:after,
.clearfix:after,
.cf:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    overflow: hidden
}

.fixed,
.clearfix,
.cf {
    zoom: 1
}

.clear:after,
.global-clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix:after,
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.clearfix,
.clear {
    *zoom: 1;
}

.clear,
.global-clearfix {
    zoom: 1;
}

.fl,
.fr {
    display: inline;
    float: left;
}

.fr {
    float: right
}

.center {
    text-align: center;
}

.hidden02 {
    display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th {
    text-align: left
}

th {
    font-weight: normal
}

a * {
    *cursor: pointer
}

:focus {
    outline: none
}

i {
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

a {
    color: #333333;
    font-size: 12px;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a:hover {
    color: #ff612d
}