/*--默认--*/
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
em,
font,
img,
ins,
small,
strong,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 微软雅黑, 黑体;
    width: 100%;
    height: 100%;
    font-size: 18px;
}

ol,
ul,
li {
    list-style: none outside none;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    outline: none;
    transition: all .5s;
}

a:hover {
    color: #990000;
}

img {
    border: none;
    vertical-align: middle;
    width: 100%;

}

table {
    border-collapse: collapse;
    width: 100%;
}

tr,
td,
th {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 1.3;
}

i,
em,
b {
    font-style: normal;
    font-weight: normal;
    word-break: break-all;
}

input,
textarea,
select {
    padding: 0;
    font-family: inherit;
    outline: none;
    resize: none;
    background: none;
    border: none;
    font-size: inherit;
    color: inherit;
}

@font-face {
    font-family: "iconfont";
    src:
        url('../fonts/iconfont.woff?t=1679986766118') format('woff'),
        url('../fonts/iconfont.ttf?t=1679986766118') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\e615";
}

.icon-shoucang:before {
    content: "\eb27";
}

.icon-zhuye:before {
    content: "\e61d";
}

.icon-youjiantou:before {
    content: "\e600";
}






.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* IE < 8 */


html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-family: 微软雅黑；
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}
