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: #ffc000;
}
.mui-ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bread{
    float: right;
    margin:10px 0;
}
.next-page{
    margin:40px 0;
}
.next-page p{
    margin:10px 0;
}
.hot-product{
    border:3px solid #ffc000;
    padding-bottom: 16px;
    margin-top: 100px;
}
.hot-product ul{
    padding-top: 30px;
    background-color: #ffc000;
}
.hot-product-title{
    padding-left: 10px;
    line-height: 22px;
}
.hot-product ul li{
    float: left;
    width: 33.333333333333%;
    background-color: #ffc000;
    text-align: center;
}
.hot-product ul li a{
    text-decoration: none;
    color: #000;
    line-height: 50px;
    display: block;
    font-size: 16px;
}
.hot-product ul li a p{
    padding:0 96px;
}
.choosed{
    background-color: #ffc000!important;
}
.choosed span{
    display: block!important;
}
.selected{
    display: block!important;
}
.modal-content {
    border-radius: 0;
}