﻿/***************全局 begin********************/
body,div,p,h1,h2,h3,h4,em,span,a,form,ul,li{margin:0;padding:0;font-style:normal;font-size:14px;font-family: "微软雅黑";width:100%}
select,input,img{vertical-align:middle;}
body{overflow-y:hidden;overflow-x:hidden;background:#fff;}
img,a img{border:0;}
img{width:100%}
li{list-style-type:none;}
a{color:Black;text-decoration:none;}
.clear{clear:both;height:0;line-height:0;overflow:hidden;font-size:0;}
 
/* 全局 end*/
/*头部 begin*/
.top {
    position: fixed;
    top: 0;
    background-color: white;
    border-bottom: 1px solid #c7c2c2;
}
    .top .search {
        float: left;
        margin: 0 0 0 5.2%;
        width: 85%;
        border:0px;
    }
        .top .search img {
            float: right;
            width: 8%;
            margin-top: 5px;
            cursor: pointer
        }
#html_div_split {
display:inline-block;
height:5em;
}

#html_div_btn_Cancel {
    float: right;
    margin-top: 5.5%;
    margin-right: 1%;
    display: inline-block;
    width: 13%;
    cursor: pointer;
    background: #e93b3d;
    text-align: center;
    border-radius: 0.3em;
}
#html_div_btn_Cancel a{font-size:5em;color:white}

#html_input_search {
    outline: none;
    float: left;
    width: 100%;
    border-radius: 10px;
    background-color: #f7f7f7;
    border: 1px solid #aeaeae;
}

.spaceTop {
    display: inline-block;
    height:60px;
}

/*头部 end*/
.catalogList {
    display: inline-block;
}
.catalogList ul li{
    display:inline-block;
    width:60px;
}
    .catalogList ul li a img{
        width:100%;
    }



    /*二级分类 end*/
    /*浮动导航 begin*/
    .floatNvg {
        filter: alpha(opacity=100);
        -moz-opacity: 1.0;
        opacity: 1.0;
        position: fixed;
        bottom: 0;
        overflow: hidden;
        max-width: 750px;
        vertical-align: top;
        background-color: White
    }
.floatNvg ul li{display:inline-block;width:18.5%}
/*浮动导航 end*/

/*尾部 begin*/
.bottom{float:none;text-align:center;height:150px}
/*尾部 end*/
 