body,
dl,
dt,
dd,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
span {
    padding: 0;
    margin: 0;
}
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Microsoft YaHei"!important;
}
body{
    font-size: 14px;
    font-family: "Microsoft YaHei"!important;
    color: #000;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color:#000;
}
ul,ol{
    list-style: none;
}
input,textarea{
    border: none;
    outline: none;
    resize: none;
    -webkit-appearance: none;
}
li {
    list-style: none;
}
.clearfix::before,
.clearfix::after {
    content: '';
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.main{
    width: 1200px;
    margin:0 auto;
}
.bgyellow{
    background-color: #ff8d00;
}
.mui-ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bread{
    float: right;
    margin:15px 0;
    font-size: 16px;
}
.bread span{
    font-size: 24px;
}
.bread a{
   text-decoration: none;
}
.next-page{
    margin:40px 0;
}
.next-page p{
    margin:10px 0;
}
.page-list{
    text-align: center;
    margin-top: 50px;
}
.page-list ul li{
    display: inline-block;
    margin:0 5px;
}
.page-list ul li a{
     display: inline-block;
     padding:5px 18px;
     text-align: center;
     text-decoration: none;
     color: #000;
     border: 1px solid #a09e9d;
}
.page-list ul li a.in{
    background-color: #ff8d00;
    color: #fff;
    border:0 none;
}
.choosed{
    background-color: #ff8d00!important;
    color: #fff!important;
}
.choosed span{
    border-top: 9px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 0 none!important;
 }
.selected{
    display: block!important;
}
.bgcYellow{
    background-color: #ff8d00;
}
.product-spxg div{
    display: block !important;
}
.product-spxg img{
    display: block;
    margin: 0 auto;
}