/* 公共头部样式 */

.head {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #E1E1E1;
    background-color: #F5F5F5;
}
.cp {
    cursor: pointer;
}
.line {
    margin: 0 5px;
}
/* 页面底部模块 */
.bottom {
    position: absolute;bottom:0;left: 0;width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 60px;
    background-color: #2F2F2F;
    text-align: center;
}
.bottom p {
    color: #ccc;
}
/* 底部导航模块 */
div.bottom_nav {
    /* height: 181px; */
    border: 1px solid #F1D6D9;
    background-color: #fff;
    margin-top: 30px;
}
.bottom_nav .nav {
    height: 65px;
    padding: 10px 0;
    border-bottom: 1px solid #F1D6D9;
    text-align: center;
    box-sizing: border-box;
}
.bottom_nav .nav div {
    cursor: pointer;
    display: inline-block;
    width: 99px;
    border-right: 1px solid #FFEEEC;
}
.bottom_nav .nav div:nth-of-type(4){
    border-right: none;
}

.bottom_nav .nav div i {
    display: block;
    margin: 5px auto;
    height: 15px;
}

.q_a {
    padding: 15px 0;
    box-sizing: border-box;
}
.q_a div {
    display: inline-block;
}
.q_a > div:last-child {
    border-right: none;
}
.w25 {
    width: 24.5%;
    border-right: 1px solid #FFEEEC;
    box-sizing: border-box;
}
.page_950 .w25 div {
    font-size: 12px;
    width: 140px;
    vertical-align: middle;
}
.page_1200 .w25 div {
    font-size: 12px;
    width: 195px;
    vertical-align: middle;
}
.w25 div p:nth-of-type(1){
    font-size: 14px;
}
.q_a > div i {
    width:33px;
    margin: 0 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.q_a>div:nth-of-type(1) i {
    height: 27px;
    background-image: url('../images/reminder.png');
}
.q_a>div:nth-of-type(2) i {
    height: 24px;
    background-image: url('../images/loving.png');
}
.q_a>div:nth-of-type(3) i {
    height: 31px;
    background-image: url('../images/aberration.png');
}
.q_a>div:nth-of-type(4) i {
    height: 27px;
    background-image: url('../images/return.png');
}


/* logo-搜索框-购物车-公告 start */
.logo_search {
    background-color: #fff;
    overflow: hidden;
}
div.logo_box {
    margin: 40px auto 5px;
}
.logo,.logo img {
    display: block;
}
.page_950 .search_box {
    margin-left: 220px;
}
.page_1200 .search_box {
    margin-left: 400px;
}
.search_box .search {
    height: 38px;
    width: 283px;
    padding-left: 8px;
    border: 2px solid #fb2640;
    outline: none;
}
.search_box .search_btn {
    width: 63px;
    height: 42px;
    border: none;
    color: #fff;
    font-weight: 700;
    background-color: #fb2640;
}
.shopCart_box {
    cursor: pointer;
    position: relative;
    width: 101px;
    height: 36px;
    margin-right: 10px;
    margin-top: 3px;
    background-image: url('../images/index_shopCart.png');
}
.shopCart_box span {
    position: absolute;
    top: -9px;
    right: -9px;
    width: 18px;
    height: 20px;
    padding: 0 2px;
    border-radius: 50%;
    background-color: #fb2640;
    color: #fff;
    text-align: center;
    line-height: 20px;
}
.shopCart_box p {
    color: #fb2640;
    line-height: 36px;
    height: 36px;
    padding-left: 45px;
}
.notice {
    line-height: 35px;
}
/* logo-搜索框-购物车-公告 end */

/* 商品导航条 start */
.banner_top {
    height: 30px;
    background-color: #252525;
}
.banner_top > div > ul > li {
    float: left;
    color: #fff;
    line-height: 30px;
    padding: 0 20px;
    cursor: pointer;
}
.banner_top > div > ul > li:hover {
    background-color: #fb2640;
}
.banner_top > div > ul > li > a {
    color: #fff;
}
.banner_top > div > ul > li i {
    margin-left: 10px;
}
.banner_top > div > ul > li.selected {
    background-color: #fb2640;
}
.banner_top .commodity_class {
    position: relative;
}
.commodity_class .class_box {
    position: absolute;
    top: 30px;
    left: 0;
    width: 120px;
    background-color: #fff;
    box-shadow: 0 4px 13px #666;
    
}
.commodity_class .class_box p {
    padding: 22px 0;
    border-bottom: 1px dashed #d8d8d8;
}
.class_box p > span a {
    color: #999;
}
.class_box p > span a:hover {
    color: #fb2640;
}
.class_box p > span span {
    color: #999; 
    margin: 0 3px;
}
.class_box p > span:first-child {
    padding: 0;
    color: #000;
    border-right: none;
    font-size: 16px;
    font-weight: 700;
}
/* 商品导航条 end */

