body
{
    position: relative;
    z-index: 22;

    background: #fff;
}
a
{
    color: #333;
}
a:active
{
    color: #f00;
}
li
{
    list-style: none;
}
img
{
    border: none;
}
dl,
dt,
p,
i,
ul,
input,
form
{
    margin: 0;
    padding: 0;
}
i
{
    font-style: normal;
}
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea
{
    margin-bottom: 0;
    padding: 0;

    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6
{
    font-weight: normal;
}
header,
nav,
section,
article,
aside,
footer
{
    display: block;
}
input,
select
{
    padding-left: 10px !important;
}
/*头部*/
.header-top-box
{
    position: fixed;
    z-index: 32;

    width: 7.5rem;
    height: 44px;
    margin: 0 auto;

    background: #fff;
}
.header-top-box .header-logo
{
    width: 98px;
    height: 44px;
    margin: 0 auto;
}
.header-top-box .header-logo img
{
    height: 100%;
}
.header-top-box .header-top-left-search
{
    position: absolute;
    z-index: 33;
    left: .1rem;

    display: block;

    width: 44px;
    height: 44px;

    background: url(../images/search-bottom.png);
    background-size: 100% 100%;
}
.header-top-box .header-right-message
{
    position: absolute;
    z-index: 33;
    top: 0;
    right: .1rem;

    display: block;

    width: 44px;
    height: 44px;

    background: url(../images/message-bottom.png);
    background-size: 100% 100%;
}
@media only screen and (min-width:750px)
{
    .header-top-box
    {
        position: relative;

        width: 7.5rem;
        height: .88rem;
        margin: 0 auto;
    }
    .header-top-box .header-logo
    {
        width: 2.62rem;
        height: .88rem;
        margin: 0 auto;
    }
    .header-top-box .header-logo img
    {
        width: 100%;
    }
    .header-top-box .header-top-left-search
    {
        position: absolute;
        left: .1rem;

        display: block;

        width: .88rem;
        height: .88rem;

        background: url(../images/search-bottom.png);
        background-size: .88rem .88rem;
    }
    .header-top-box .header-right-message
    {
        position: absolute;
        top: 0;
        right: .1rem;

        display: block;

        width: .88rem;
        height: .88rem;

        background: url(../images/message-bottom.png);
        background-size: .88rem .88rem;
    }
}
/*返回顶部*/
.fall-top
{
    position: fixed;
    z-index: 333;
    right: 5px;
    bottom: 60px;

    width: 30px;
    height: 30px;

    text-align: center;

    color: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #333;
}
.fall-top .mui-icon-arrowup
{
    font-size: 14px;
    line-height: 28px;
}
/*底部*/
.footer-item
{
    position: fixed;
    z-index: 223;
    bottom: 0;

    display:         flex;
    display: -webkit-flex;

    width: 100%;
    height: 55px;
    padding: 5px 0 8px 0;

    background:#333;
}
.footer-item a
{
    text-align: center;

            flex: 1;
    -webkit-flex: 1;
       -moz-flex: 1;
        -ms-flex: 1;
}
.index-home-image
{
    width: .5rem;
    height: .5rem;
    margin: 0 auto;
}
.index-home-image img
{
    width: 100%;
}
.footer-item p
{
    overflow: hidden;

    height: 25px;
    padding-top: 3px;

    color: #fff;
}
/*商品购物车页面顶部*/
.mui-bar-nav
{
    height: 44px;
    padding: 5px 0;

    opacity: .9;
    background: #fff;

    filter: alpha(opacity=90);
}
.mui-bar .search-heaer
{
    display: block;
    float: right;

    width: 34px;
    height: 34px;
}
.mui-bar .search-heaer img
{
    width: 100%;
}
.protent-box
{
    overflow: hidden;

    width: 100%;
    height: auto;
}
.mui-bar .mui-title
{
    line-height: 34px;

    height: 34px;
}
.mui-bar .mui-icon
{
    padding-top: 5px;
}
.index-home-image
{
    position: relative;
}
.index-home-image span
{
    font-size: 12px;
    line-height: 16px;

    display: block;

    width: 16px;
    height: 16px;

    text-align: center;

    background: #fff;
}
