/*商品列表-分类搜索模块*/
.m_fl_search{
    width: 100%;
    background: #FBF8F7;
    padding-top: 28px;
}
.m_choice{
    width: 1280px;
    margin: 0 auto;
}
.m_ci_title{
    font-size: 16px;
    color: #4A4A4A;
    padding-bottom: 10px;
    border-bottom:1px solid #D6D6D6;
}
.m_ci_title:after{
    content: "";
    clear: both;
    display: block;
}
.u_ci_all{
    display: block;
    float: left;
    width: 90px;
}
.u_ci_all i{
    padding-left: 5px;
    font: 800 15px/15px "simsun";
}
.u_ci_more{
    float: left;
    width: 1150px;
}
.u_ci_fen{
    margin-left: 10px;
    margin-top: -5px;
    margin-bottom: 15px;
    padding: 5px 5px;
    border: 1px solid #969696;
    cursor: pointer;
    display: block;
    float: left;
    *position: relative;
}
.u_fen_leib{
    display: none;
    *width: 120px;
}
.u_fen_pinz{
    display: none;
    *width: 220px;
}
.u_fen_pin{
    display: none;
    *width:120px;
}
.i_ci_zi{
    padding-left: 5px;
    font-weight: normal;
}
.i_ci_zi.duan{
    *display: inline-block;
    *position: absolute;
    *top:5px;
    *left:45px;
    text-overflow: ellipsis;
}
.i_ci_chang{
    display: block;
    *display: inline-block;
    *position: absolute;
    *top:5px;
    *left:45px;
    float: right;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.i_ci_close{
    display: block;
    *display: inline-block;
    *position: absolute;
    *top: 5px;
    *right: 5px;
    float: right;
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
    font: 800 17px/17px "simsun";
}
.m_ci_cont{
    margin-top: 20px;
    font-size: 16px;
    color: #4A4A4A;
}
.m_ci_cont:after{
    content: "";
    clear: both;
    display: block;
}
.m_ci_cont li:hover{
    color:#F46427;
}
.m_ci_cont .active{
    color:#F46427;
}
.m_ci_cont.bottom{
    padding-bottom: 28px;
}
.u_cont_name{
    width: 40px;
    float: left;
    font-weight: bold;
}
.u_cont_zi{
    margin-top: 0;
    width:1000px;
    float: left;
}
.u_cont_zi li{
    list-style: none;
    float: left;
    margin-left: 30px;
    display: inline-block;
    min-width: 32px;
    margin-bottom: 13px;
}
.u_cont_zi li:hover{
    cursor:pointer;
}
.u_cont_main{
    float: left;
    margin-top: 0;
    width: 1235px;
}
.u_cont_top{
    width: 1235px;
    height: 60px;
    overflow: hidden;
}
.u_cont_top:after{
    content: "";
    clear: both;
    display: block;
}
.u_cont_more{
    width: 1000px;
    *width: 1000px;
    /*height: 60px;*/
    _height: 70px;
    overflow: hidden;
    float: left;
    display:inline;
}
.u_cont_more:after{
    content: "";
    clear: both;
    display: block;
}
.u_cont_more li{
    float: left;
    margin-bottom: 13px;
    margin-left:30px !important;
    *margin-left:30px;
    _margin-left:30px;
    white-space: nowrap;
    cursor:pointer;
    max-width: 120px;
}
.u_cont_more .current{
    color:#4A4A4A;
}
.u_cont_right{
    float: right;
    margin-top:10px;
    margin-right: 5px;
}
.u_cont_right span{
    border: 1px solid #9F9F9F;
    background-color: #FBF8F7;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-left: 20px;
    border-radius: 5px;
    cursor:pointer;
    float: left;
}
.u_cont_right span:hover{
    border: 1px solid #F66729;
}
.i_ct_choice{
    width: 44px;
}
.i_ct_more{
    width: 60px;
    *position: relative;
}
.i_more_zi{
    font-weight: normal;
}
.i_ct_more i{
    display: block;
    display: none\9;
    *display: none;
    _display: none;
    width: 10px;
    height: 6px;
    float: right;
    // background: url(../images/xia-black.png) no-repeat center;
    margin-right: 5px;
    margin-top: 13px;
    *position: absolute;
    *top:0px;
    *right: 0px;
}
.u_cont_bottom{
    margin-left: 26px;
    _margin-left: 46px;
    margin-top: 20px;
    display: none;
}
.u_cont_bottom span{
    padding: 9px 29px;
    *width: 90px;
    *height: 40px;
    *line-height: 40px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 20px;
}
.i_ct_sure{
    background: #F46427;
}
.i_ct_con{
    background: #C1C8C4;
}
.i_mo_wei{
    display: none;
    width:16px;
    height: 16px;
    margin-right: 4px;
    border: 1px solid #979797;
    cursor: pointer;
    background: #FFF;
    float:left;
}
.i_mo_yi{
    display: none;
    float: left;
    width:16px;
    height: 16px;
    margin-right: 4px;
    border: 1px solid #979797;
    cursor: pointer;
    background:url(../images/user/Check.jpg) no-repeat center;
}
.i_mo_zi{
    float:left;
}
/*商品列表-主体部分*/
.m_fl_list{
    width: 1280px;
    margin:60px auto;
}
.m_lt_title{
    background: #F8F8F8;
}
.m_lt_title:after{
    content: "";
    clear: both;
    display: block;
}
.m_lt_title li{
    list-style: none;
    float: left;
    padding: 10px 11px;
    font-size: 14px;
    margin-right: 24px;
    color: #999;
    cursor: pointer;
}
.m_lt_title .current{
    color: #F66729;
    border-bottom: 2px solid #F66729;
}
.m_fd_detail.list{
    margin-top: 31px;
}
.m_zonghe{
    /*display: none;*/
}
.m_hot{
    display: none;
}
.m_sell{
    display: none;
}
.m_price{
    display: none;
}
.u_lt_page{
    font-size: 14px;
}
.u_lt_page:after{
    content: "";
    clear: both;
    display: block;
}
.u_page{
    float: right;
    margin-right: 5px;
}
.u_page .current{
    background: #F8692B;
    color: #fff;
}
.u_page span{
    display: block;
    height: 25px;
    width: 25px;
    float: left;
    line-height: 25px;
    text-align: center;
    background: #E6E6E6;
    border-radius: 3px;
    margin-right: 5px;
    cursor: pointer;
}
.u_page em{
    display: block;
    height: 25px;
    width: 25px;
    line-height: 17px;
    text-align: center;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}
.u_next{
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer;
}
/*购物车页面-主体*/
.m_car{
    width: 1000px;
    margin: 30px auto;
    border: 1px solid red;
}
.m_suit{
    border: 1px solid blue;
}
.m_su_title span{
    font-size: 20px;
    color: #F66729;
    letter-spacing: 0;
    padding-bottom: 10px;
    padding-right: 20px;
    border-bottom: 3px solid #F7672A;
}
.m_su_lan{
    margin-top: 31px;
}
.m_su_lan li{
    list-style: none;
    float: left;
}
