@charset "utf-8";

/**
 * @version：1.0
 * @author：haolei <haolei@ec.com.cn>
 * @description：resetStyle
 * @date：2018-05-22
 */
html,
body,
div,
span,
p,
dl,
dt,
dd,
ul,
ol,
li,
table,
thead,
tbody,
tfoot,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
img,
a,
strong,
form,
fieldset,
input,
textarea,
select,
lable,
option,
blockquote,
pre,
hr {
    margin: 0;
    padding: 0
}

header,
nav,
aside,
article,
section,
article,
footer,
hgroup,
time {
    margin: 0;
    padding: 0;
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

label,
input,
select,
textarea {
    vertical-align: middle;
    font-size: 12px;
    outline: none;
}

label,
input[type=button] {
    cursor: pointer;
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    transition: color 0.2s ease-in
}

a:hover,
a.z-crt {
    text-decoration: underline;
    color: #33363f;
}

a:focus {
    outline: none;
}

img {
    border: none;
    vertical-align: top;
}

em,
i {
    font-style: normal;
}

input[type=text],
input[type=password],
textarea,
select {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
    box-shadow: 0 0 5px #52a8ec;
    border: 1px solid #52a8ec;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

input[type=text],
input[type=password],
textarea {
    font-family: "Microsoft Yahei", SimSun, Arial, "Helvetica Neue", Helvetica;
}

.placeholder {
    color: #999;
}

/*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;},*:before,*:after {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}*/
table[class*="-table"] {
    width: 100%;
} 