/* CSS Document */
/*网站基本定义*/
div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
input,
body,
strong,
span,
pre,
a,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

body {
    background-color: #F5F6F8;
    /* background-color: #343740; */
    font-weight: 400;
    font-family: 'Microsoft YaHei', 'SanFrancisco';
    font-style: normal;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    /* color: #fff; */
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    color: #333;
    /* color: #212529; */
}

img {
    border: 0px;
    width: 100%;
}

p {
    /* color: #fff; */
}

em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
    /* color: #fff; */
    cursor: pointer;
}

.del_float {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0;
}

a,
area {
    blr: expression(this.onFocus=this.blur())
}

ul,
ol,
li {
    list-style-type: none;
}

button,
input,
select {
    outline-style: none;
    border: 0;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

input,
select,
div {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    outline: none;
    -webkit-appearance: none;
}

.nav-head {
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(135deg, #62b2c5 0%, #888888 100%) !important;
}