@charset "utf-8";
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0
}
html {
    font-size:62.5%;
}
body {
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif, "宋体";
    background: #fff;
    -webkit-text-size-adjust: 100%;/*解决 iPhone 横屏时默认会放大文字*/
    overflow-x: hidden;
    max-width: 100%;
    min-width: 320px;
}

a {
    color: #2d374b;
    text-decoration: none
}

a:hover {
    color: #cd0200;
    text-decoration: underline
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

i {
    display: inline-block;
    font-style: normal;
}

li {
    list-style: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    -moz-outline: none;
}

textarea {
    -webkit-appearance: none;
    resize: none;
}

/*去除 浏览器自带输入框焦点边框*/

input,
button,
select,
textarea {
    outline: none;
}

textarea {
    resize: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/*清除点击链接出现的边框*/
a:active,
a:focus {
    outline: none;
}
