@charset "utf-8";

/* 自定义指定元素区域内，指定元素重置样式 */

/* jx-product-taxonomy-filter style */

.jx_pro_nav_view ul,
.jx_pro_nav_view li {
    list-style: none;
}

.jx_pro_nav_view p,
.jx_pro_nav_view>ul {
    margin: 0;
    padding: 0;
}

/* jx-product-taxonomy-filter style end */

/*  jx-product-list style */

.jx-product-list .productlist ul,
.jx-product-list .productlist li {
    list-style: none;
}

.jx-product-list .productlist p,
.jx-product-list .productlist ul {
    margin: 0;
    padding: 0;
}

/*  jx-product-list style end */

/*reset Css*/

/* 引入字体 */
/* @font-face {
    font-family: 'jx';
    src: url('../fonts/jixie16-Regular.ttf'),
        url('../fonts/jixie16-Regular.eot'),
        url('../fonts/jixie16-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/jixie16-Regular.woff2') format('woff2'),
        url('../fonts/jixie16-Regular.woff') format('woff'),
        url('../fonts/jixie16-Regular.otf') format('truetype'),
        url('../fonts/jixie16-Regular.svg#svgFontName') format('svg');
} */

/* * {
    margin: 0;
    padding: 0;
} */

/** 清除内外边距 **/
/* body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote, */
/* structural elements 结构元素 */
/* dl,
dt,
dd,
ul,
ol,
li, */
/* list elements 列表元素 */
/* pre, */
/* text formatting elements 文本格式元素 */
/* form,
fieldset,
legend,
button,
input,
textarea, */
/* form elements 表单元素 */
/* th,
td */
/* table elements 表格元素 */
/* {
    margin: 0;
    padding: 0;
} */

/* body { */
/* background-color: #fff; */
/*整体背景颜色*/
/* -webkit-touch-callout: none; */
/*-webkit-user-select: none;*/
/*禁止复制*/
/* -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); */
/*点击高亮效果*/
/* } */

/*clearfix清除浮动*/
/* .clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: ""
}

.clearfix:after {
    clear: both
} */

/* 默认合并表格边框 */
/* table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

ol,
ul,
li {
    list-style: none;
}

a,
a:active {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a {
    border: 0;
}

em,
i {
    font-style: normal;
} */

/* <input>标签 */
/* input {
    border: none;
    appearance: none;
    -moz-appearance: none;
    outline: none;
    -webkit-appearance: none;
}

input:focus {
    outline: none;
} */

/* input标签聚焦不出现默认边框 */

/* textarea {
    resize: none;
} */

/* 禁用了文本的拖拉，尤其在谷歌下 */
/* select,
button,
input,
img {
    vertical-align: middle;
} */

/*去除图片底部缝隙并基于中线对齐*/
/* img {
    width: auto;
    height: auto;
    width: auto\9;
    max-width: 100%;
    display: block;
    -ms-interpolation-mode: bicubic;
} */

/** 设置默认字体 **/
/* 
    宋体：\5B8B\4F53
    新宋体：\65B0\5B8B\4F53
    黑体：\9ED1\4F53
    微软雅黑：\5FAE\8F6F\96C5\9ED1
    楷体：\6977\4F53_GB2312
    思源黑体： Source Han Sans CN
 */
/* body,
button,
input,
select,
textarea */

/* for ie */
/* {
    font: 14px/1 "微软雅黑", "Microsoft YaHei", sans-serif;
}

body {
    background: #fff;
    -webkit-text-size-adjust: 100%;
    color: #333;
    overflow-x: hidden;
} */

/*End reset*/