@charset "utf-8";

/*============================================================
 * 格式化标签
/===========================================================*/
*{margin:0;padding:0}
body{background-color:#fff;}
h1,h2,h3,h4,h5,h6,button,select{font-size:12px;}
button,label,.submit,.button,.btn{cursor:pointer;}
img,input,select{vertical-align:middle;}
img{border:0;}
ul,ol{list-style-type:none;}
table{empty-cells:show;border-collapse:collapse;width:100%;}
em,cite,i {font-style:normal;}
dt{font-weight:700;}
del{text-decoration:line-through;}
a{color:#333;text-decoration:none;outline:none;}
a:hover{color:#007791;text-decoration:underline;}
a:focus{outline:0;}

/* 快捷样式 */
.l{float:left;}
.r{float:right;}
.c{clear:both;}
.n{display:none;}


/*============================================================
 * 背景统一设定
/===========================================================*/
.header,
.nav li,#nav_submenu a.icon6,
.hola_title,
.hola_title span,
#hot_item h2,
.hola_help_box dd,
.now_page,.icon_ctrl,
.btn,
.btn_view,
.button,
.text_bg,
.blog_user_box dl,
.blog_user_box dt a:hover,
.side_box .box h3,
.side_menu dt,
#goods_group,#goods_group dd span,
.favorite_link a,
.goods_info_text li,
.ubb_dl dt,
#ebook dd a,
td.goods_sales div span,
.bar_tab_box,.bar_link li.bar_help a,.bar_link li.bar_ctrl a,
.bar_tab a,
#bar_content span,
.btn_myhola,.shoper_email span,#shop_car li span,
.p_close{background:url(../images/bg.png) no-repeat;}

/* 需要横向重复的背景 */
.header,.hola_title,.bar_tab_box,#goods_group{background-repeat:repeat-x;}

/* 其它背景 */
.dm_list li,
.show_box,.show_box h2,.show_box p span
{background:url(../images/bg2.png) no-repeat;}


/*============================================================
 * 页面整体布局
/===========================================================*/
.body{
    min-width:981px;
    font:12px/1.6em Tahoma,Verdana,Arial,sans-serif;
    position:relative;
}

.wrap{
    margin:0 auto;
    width:981px;
    height:100%;
}

.top{
    height:60px;
    position:relative;
    z-index:10;
}

.header{
    width:100%;
    height:85px;
    padding-bottom:10px;
    background-position:0 -33px;
    position:relative;
    z-index:50;
}

.content{
    margin-bottom:28px;
    height:100%;
    overflow:hidden;
}

.main{
    width:751px;
    height:100%;
    border-top:1px solid #ddd;
}

.side{
    width:230px;
    height:100%;
}

.box{margin-bottom:12px;}

.footer{padding:15px 0 50px;}




/*============================================================
 * 表单button,text及a标签按钮等 美化
/===========================================================*/

/* 带背景的输入框 搜索专用 */
.text_bg{
    border:0;
    width:175px;
    height:22px;
    line-height:24px;
    color:#ccc;
    padding:2px 0 0 5px;
    background-position:0 -543px;
}


/* button按钮
------------ */
.button{
    width:76px;
    height:24px;
    line-height:24px;
    color:#007791;
    border:0;
    background-color:#f8f8f8;
    background-position:0 -591px;
}

/* 宽度为58px的button */
.btn58px{
    width:58px;
    text-align:center;
    background-position:-75px -591px;
}

/* 增加筛选项按钮 */
.btn_add{
    width:90px;
    text-indent:15px;
    background-position:-132px -591px;
}

/* a标签图片按钮
   ----------------------- */
.btn{
    display:block;
    padding-top:5px;
    width:96px;
    height:25px;
    line-height:17px;
    color:#fff;
    text-align:center;
    text-indent:5px;
    background-position:0 -884px;
}

.btn:hover{
    text-decoration:none;
    color:#fff;
    background-position:-95px -884px;
}

/* 金色背景的按钮 */
.btn_golden{
    padding-top:0;
    padding-bottom:2px;
    height:28px;
    font-weight:700;
    border:0;
}

/* 带购物图标的按钮 */
.btn_shop_small{background-position:0 -854px;}
.btn_shop_small:hover{background-position:-95px -854px;}

.btn_shop_big{
    width:135px;
    height:37px;
    text-indent:-9999px;
    background-position:0 -645px;
}
.btn_shop_big:hover{background-position:0 -690px;}


/* Rss阅读器按钮 */
.btn_rss{
    width:135px;
    height:37px;
    text-indent:-9999px;
    background-position:0 -781px;
}
.btn_rss:hover{background-position:0 -736px;}


/* 绿色背景按钮 */
.btn_green{
    width:85px;
    text-indent:0;
    border:0;
    background-position:0 -1004px;
}
.btn_green:hover,
.bnt_green_hover{background-position:-84px -1004px;}


/* 灰色按钮 */
.btn_gray{background-position:0 -944px;}
.btn_gray:hover{background-position:-95px -944px;}

/* 添加到收藏夹按钮 */
.favorite_link a{
    display:block;
    height:20px;
    line-height:20px;
    text-indent:15px;
    color:#007790;
    background-position:-247px -1046px;
    overflow:hidden;
}

/* 控制按钮(用于数值加减关闭) */
.icon_ctrl{
    display:block;
    width:16px;
    height:16px;
    text-indent:-9999px;
    cursor:pointer;
}

/*============================================================
 * 导航区模块
/===========================================================*/
.logo{float:left; width:228px;}

/* 顶部菜单链接 */
.top_menu{
    position:absolute;
    top:20px;
    right:0;
    z-index:10;
}
.top_menu li{
    float:left;
    height:24px;
    line-height:24px;
    color:#ccc;
}
.top_menu li a{padding:0 10px;color:#007791;}

/* 主导航设定 (横列 带图标) */
.nav{padding:6px 20px 0;}
.nav li{
    float:left;
    margin-right:15px;
    height:24px;
    line-height:24px;
    text-indent:10px;
}

.nav li.icon1{background-position:-240px -642px;}
.nav li.icon2{background-position:-240px -683px;}
.nav li.icon3{background-position:-240px -726px;}
.nav li.icon4{background-position:-240px -768px;}
.nav li.icon5{background-position:-240px -810px;}

.nav li a{
    padding-left:15px;
    font-size:14px;
    font-family:'Microsoft Yahei',Tahoma,sans-serif;
    color:#666;
    font-weight:700;
}

.nav li a:hover{
    color:#007791;
    text-decoration:none;
}

/* 下拉菜单 */
#nav_submenu{
    position:relative;
    width:158px;
    height:32px;
    margin-top:-3px;
    padding-top:3px;
    padding-left:6px;
    background:none;
}

#nav_submenu a.icon6{
    display:block;
    width:67px;
    height:24px;
    padding-left:10px;
    background-position:-245px -852px;
}

#nav_submenu div{
    position:absolute;
    top:35px;
    left:0;
    width:138px;
    padding:15px 5px 15px 15px;
    background:url(../images/submenu.png) no-repeat 0 100%;
    display:none;
}

#nav_submenu div th{
    height:25px;
    width:25px;
    line-height:30px;
}

#nav_submenu div th img{
    vertical-align:middle;
    padding:0;
    margin:0;
}

#nav_submenu div a{
    font-weight:400;
    font-size:12px;
    color:#333;
    line-height:30px;
}

#nav_submenu div a:hover{color:#007791;text-decoration:underline;}


/* 搜索 */
.hola_search{position:absolute;right:0;}

.hola_search .text_bg{
    width:166px;
    background-position:0 -567px;
}

.hola_search .button{
    width:52px;
    text-indent:15px;
    background-position:-75px -615px;
}

/* 页首导航菜单盒子 */
.header_box{
    float:left;
    width:753px;
    height:38px;
    padding-top:48px;
    position:relative;
}

.header_box .hola_search{top:52px;}

/* main区导航菜单盒子 */
.main_nav{
    height:38px;
    border-bottom:1px solid #ddd;
    position:relative;
    z-index:999;
}

.main_nav .top_menu{top:8px;}

/* 竖列导航菜单 */
.side_nav{
    position:relative;
    width:228px;
    height:468px;
    border:1px solid #ddd;
}

.side_nav dd{
    color:#c4c4c2;
    text-indent:25px;
    line-height:22px;
}

.side_nav dd a{
    margin-right:3px;
    font-family:'Microsoft Yahei',Tahoma,sans-serif;
}

.side_nav .hola_search{
    right:15px;
    bottom:10px;
}

.side_nav .hola_search .text_bg{width:130px;background-position:0 -543px;}

/*============================================================
 * 全局标题设定
/===========================================================*/
.hola_title{
    height:21px;
    line-height:18px;
    font:700 12px 'Microsoft Yahei',Tahoma,sans-serif;
    color:#007791;
    background-position:0 -12px;
}

.hola_title span{
    float:left;
    display:block;
    overflow:hidden;
    margin-right:8px;
    height:21px;
    line-height:18px;
    color:#007791;
    background-position:0 -145px;
}
/* 居家达人专用标题 */
#hola_blog_user .hola_title span{width:40px; background-position:-70px -1085px;}
/* 会员专区标题 */
.hola_vip_box .hola_title span{width:110px; background-position:0 -1064px;}
/* 近期热门货品标题 */
#hot_goods .hola_title span{width:31px; background-position:-35px -1085px;}


/*============================================================
 * banner、当前页面位置、分页
/===========================================================*/

.banner{height:100%;overflow:hidden;}

/* map广告图 */
.map_list{
    width:750px;
    height:429px;
    overflow:hidden;
}

.map_list a img{
    float:left;
    width:250px;
    height:143px;
    vertical-align:top;
}


/* 当前页面位置 */
.now_page{
    height:30px;
    line-height:30px;
    overflow:hidden;
    text-indent:30px;
    color:#999;
    border-bottom:1px solid #ccc;
    background-position:-233px -945px;
}
.now_page a{color:#007791;margin-right:3px;}
.now_page span{color:#333;}


/* 分页 */
.hola_page{
    position:absolute;
    top:18px;
    right:0;
    height:22px;
    overflow:hidden;
}

.hola_page li{
    float:left;
    margin-right:10px;
    text-align:center;
}

.hola_page li a{
    display:block;
    width:20px;
    height:20px;
    line-height:20px;
    color:#007690;
    border:1px solid #fff;
}
.hola_page li a:hover{
    border:1px solid #b2d6de;
    background-color:#f5f7f8;
    text-decoration:none;
}
.hola_page li.on a{color:#fff; background-color:#007690;}


/*============================================================
 * 产品展示列表 模块
/===========================================================*/
.goods_box{
    position:relative;
    padding-left:30px;
    height:100%;
}

/* 排序 */
.goods_box_ctrl{
    height:24px;
    padding:15px 0;
    position:relative;
}

#goods_orders{
    height:24px;
    position:absolute;
    top:10px;
    right:30px;
}

/* 产品列表 */
#goods_list{position:relative; height:100%;}
#goods_list li{
    float:left;
    position:relative;
    width:202px;
    margin-bottom:10px;
}
#goods_list li.m{margin:0 33px 10px;}

#goods_list li a.goods_img{
    display:block;
    width:200px;
    height:200px;
    border:1px solid #eee;
}

#goods_list li a.goods_img:hover{border-color:#eee;}

#goods_list li a.goods_img img{width:200px;height:200px;}

#goods_list li dl{
    height:68px;
    text-align:center;
    color:#5c5c5c;
}

#goods_list li dt{margin-top:2px;}
#goods_list li dt a{
    line-height:26px;
    color:#02acc6;
    border:0;
    overflow:hidden;
}

#goods_list li dd em{color:#db005c; font-weight:700;}


/* 快速查看 */
#goods_list li a.btn_view{
    position:absolute;
    right:2px;
    top:174px;
    width:85px;
    height:26px;
    line-height:26px;
    text-align:center;
    text-indent:13px;
    color:#fff;
    border:0;
    background-position:0 -1034px;
    display:none;
}

#goods_list li a.btn_view:hover{
    text-decoration:none;
    color:#fff;
    background-position:-84px -1034px;
}
#goods_list li:hover a.btn_view{display:block;}


/*============================================================
 * 购买数量模块
/===========================================================*/
.goods_buy_count p{
    float:left;
    padding-right:10px;
    display:inline-block;
}
.goods_buy_count p label{margin-right:15px;}

.count_del .icon_ctrl{margin-top:3px;background-position:-145px -619px;}
.count_add .icon_ctrl{margin-top:3px;background-position:-129px -619px;}

.goods_buy_count .text{
    width:36px;
    padding:1px;
    text-align:center;
}

/*============================================================
 * 本周人气王 模块
/===========================================================*/
#hot_item{margin-top:5px;}

#hot_item h2{
    height:50px;
    text-indent:-9999px;
    background-position:0 -469px;
}

#hot_item dl{background-color:#f6f7f9; padding-bottom:20px;}
#hot_item dt{
    margin-bottom:10px;
    border-bottom:3px solid #007791;
    background-color:#fff;
}
#hot_item dt img{vertical-align:bottom;}
#hot_item dd{
    font:700 12px/20px 'Microsoft Yahei',Tahoma,sans-serif;
    color:#333;
    text-indent:15px;
}
#hot_item dd.price{
    padding-right:25px;
    margin-bottom:10px;
    text-indent:0;
    text-align:right;
    color:#db005c;
}
#hot_item dd a.btn{margin:6px 0 0 90px;font-weight:400;color:#fff;}



/*============================================================
 * Blog 达人 模块
/===========================================================*/
.blog_user_box{
    height:100%;
    background-color:#f5f7f8;
    overflow:hidden;
}

.blog_user_box dl{
    padding-top:20px;
    height:93px;
    overflow:hidden;
    background-position:0 -166px;
}

.blog_user_box div{padding-bottom:20px;}

.blog_user_box dt{
    float:left;
    padding-left:3px;
    margin-right:10px;
}

.blog_user_box dt a{
    display:block;
    width:74px;
    height:74px;
    padding:5px;
    overflow:hidden;
}
.blog_user_box dt a:hover{background-position:-137px -644px;}
.blog_user_box dt a img{width:74px;height:74px;}

.blog_user_box dd{
    font-family:'Microsoft Yahei',Tahoma,sans-serif;
    color:#666;
    margin-bottom:5px;
}
.blog_user_box dd em{
    font-size:24px;
    font-weight:700;
    color:#b2d6de;
}

.blog_user_box p{
    line-height:20px;
    color:#555;
    padding:0 8px;
}
.blog_user_box p cite{
    font-size:10px;
    font-weight:700;
    color:#ccc;
}
.blog_user_box p a{
    font-size:14px;
    color:#197e9e;
    line-height:25px;
}

/*============================================================
 * 侧栏分类及筛选 模块
/===========================================================*/
.side_box{
    margin:20px 0;
    padding:10px;
    width:208px;
    height:100%;
    border:1px solid #ddd;
}

.side_box .box h3{
    overflow:hidden;
    color:#007791;
    height:20px;
    line-height:20px;
    text-indent:10px;
    background-position:-250px -596px;
}

.side_box .box ul{padding-left:10px;}
.side_box .box ul li{margin-top:8px;}

.side_box p{padding-right:15px;text-align:right;}
.side_box p .btn_add{
    display:inline-block;
    text-align:center;
    line-height:26px;
    overflow:hidden;
}
.side_box p a:hover{text-decoration:none;}


/*============================================================
 * 会员卡申请、超值换购礼、满千送百、满百送十 模块
/===========================================================*/
.hola_vip_box ul{
    padding:15px 0;
    height:100%;
    overflow:hidden;
}

.hola_vip_box li{
    float:left;
    margin-left:20px;
    width:226px;
    height:86px;
    border:2px solid #e6e4e1;
}
.hola_vip_box li.first{margin-left:0;}
.hola_vip_box li a img{width:226px;height:86px;}


/*============================================================
 * 新手指南、配送方式、订购热线等链接 模块
/===========================================================*/
.hola_help_box{
    padding:20px 0;
    margin:15px 0;
    border:1px solid #e4e4e4;
    border-width:1px 0;
    height:108px;
    overflow:hidden;
}

.hola_help_box dl{
    float:left;
    height:108px;
    padding-left:25px;
    overflow:hidden;
    border-right:1px solid #e4e4e4;
}
.hola_help_box dt{color:#838383; margin-bottom:10px;}
.hola_help_box dd{
    height:21px;
    line-height:21px;
    text-indent:10px;
    overflow:hidden;
    background-position:-254px -546px;
}

/* 区块自身设定 */
.hola_help_box dl.help1{width:122px;padding-left:0;}    /* 新手指南 */
.hola_help_box dl.help2{ width:125px;}                  /* 如何付款退款 */
.hola_help_box dl.help3{width:185px;}                   /* 配送方式 */
.hola_help_box dl.help4{width:135px;}                   /* 退换货说明 */
.hola_help_box dl.help5{width:125px;}                   /* 帮助中心 */

  /* 订购热线 */
.hola_help_box dl.help6{width:150px; border:0;}
.hola_help_box dl.help6 dt{margin-bottom:0;}
.hola_help_box dl.help6 dt em{font-weight:400;}
.hola_help_box dl.help6 dd{
    background:none;
    text-indent:0;
    color:#007596;
    font-weight:700;
    margin-bottom:5px;
}

/*============================================================
 * footer 广告 模块
/===========================================================*/

.footer_ad{
    height:53px;
    width:537px;
    margin:0 auto;
    text-align:center;
    border:1px solid #e6e4e1;
}
.footer_ad a{display:inline-block; float:left;cursor:text;}
.footer_ad a img{height:53px;}


/*============================================================
 * 底部页脚 模块
/===========================================================*/

.footer p{text-align:center; line-height:25px;}
.footer p.footer_menu,
.footer p.footer_menu a{color:#7f7f7f;}
.footer p.footer_menu a{padding:0 3px;}
.footer p.copyright,
.footer p.copyright a{color:#999;}


/*============================================================
 * 底部弹出层
/===========================================================*/
.bar{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    z-index:9990;
    font:12px/1.6em 'Microsoft Yahei',Tahoma,sans-serif;
    background-color:#fff;
    overflow:hidden;
}
.bar .wrap{position:relative;}

/* 工具条tab盒子 */
.bar_tab_box{
    width:100%;
    height:35px;
    background-color:#007791;
    background-position:0 -1198px;
}
.bar_tab_box a,.bar_tab_box a:hover{color:#fff;}

/* tab */
.bar_tab{
    padding-top:4px;
    height:31px;
}
.bar_tab dt,.bar_tab dd{float:left;}


.bar_tab a{
    display:block;
    margin-left:-1px;
    width:101px;
    height:31px;
    line-height:31px;
    text-align:center;
    text-decoration:none;
    background-position:-100px -1167px;
}
.bar_tab a:hover{text-decoration:none;}
.bar_tab .on a{color:#7f7f7f;background-position:-100px -1136px;}
.bar_tab .on a:hover{color:#7f7f7f;}

.bar_tab dt a{
    font-weight:400;
    text-indent:18px;
    background-position:0 -1167px;
}

.bar_tab dt.on a{background-position:0 -1136px;}


/* 其它链接 */
.bar_link{
    position:absolute;
    top:0;
    right:0;
    height:35px;
}

.bar_link li{
    float:left;
    display:inline-block;
    margin-left:20px;
    height:35px;
    line-height:35px;
}

.bar_link li a{font-size:14px;}

.bar_link li.bar_help{padding-top:5px;}

.bar_link li.bar_help a{
    display:block;
    height:26px;
    width:86px;
    font-size:12px;
    line-height:26px;
    text-indent:28px;
    background-position:-140px -1110px;
}

.bar_link li.bar_ctrl a{
    display:block;
    width:25px;
    height:35px;
    text-indent:-9999px;
    background-position:-201px -1136px;
}

.bar_link li.bar_ctrl a.down{background-position:-201px -1164px;}

/* 弹出层内容*/
#bar_content{
    clear:both;
    display:none;
    padding:10px 0;
    height:150px;
}

#bar_content span{
    display:block;
    position:absolute;
    top:0;
    width:20px;
    height:150px;
    text-indent:-9999px;
    cursor:pointer;
    overflow:hidden;

}
#bar_content span.bar_left{
    left:0;
    background-position:-215px -872px;
}


#bar_content span.bar_right{
    right:0;
    background-position:-191px -944px;
}

.bar_box{
    margin:0 auto;
    width:940px;
    position:relative;
}

.bar_list{
    position:absolute;
    top:0;
    left:0;
    width:940px;
    height:150px;
    overflow:hidden;
    display:none;
    background-color:#fff;
}

.bar_list ul{
    position:absolute;
    top:0;
    left:0;
    width:5000px;
}

.bar_list li{
    float:left;
    margin-right:8px;
    width:110px;
    height:150px;
    overflow:hidden;
}
.bar_list li a{display:block;}
.bar_list li a img{width:110px; height:110px;}
.bar_list li p{text-align:center; color:#666;}
.bar_list li p em{font-weight:700; color:#f64e82;}

#shop_car{width:708px;}
#shop_car li{position:relative;}
#shop_car li span{
    display:block;
    position:absolute;
    top:2px;
    right:2px;
    width:11px;
    height:12px;
    text-indent:-9999px;
    cursor:pointer;
    background-position:-146px -549px;
}
#shop_car li a img{
    width:108px;
    height:108px;
    border:1px solid #ddd;
}
#shop_car_max{
    position:absolute;
    top:50px;
    left:760px;
    background-color:#fff;
    display:none;
}
#shop_car_max p{height:30px;}
#shop_car_max p em{font-weight:700; color:#f64e82;}


/*============================================================
 * pop弹出层
/===========================================================*/
#pop dl{float:left;}
#pop .favorite_link{width:80px;display:inline-block;}
#pop a.btn{display:inline-table;}

.pop{
    position:absolute;
    left:50%;
    margin-left:-206px;
    width:412px;
    height:auto;
    font-size:12px;
    z-index:9999;
    overflow:hidden;
    display:none;
}

.p_top,.p_btm,.p_wrap{background:url(../images/bg_pop.png) no-repeat;}

.p_top,
.p_btm{
    width:412px;
    height:10px;
    overflow:hidden;
}
.p_btm{background-position:0 -10px;}

.p_wrap{
    position:relative;
    padding:0 5px;
    background-repeat:repeat-y;
    background-position:-413px 0;
}

.p_close{
    display:block;
    position:absolute;
    top:10px;
    right:20px;
    width:18px;
    height:18px;
    text-indent:-9999px;
    overflow:hidden;
    z-index:9998;
    background-position:-180px -549px;
}
.p_close:hover{background-position:-198px -549px;}

.p_body{
    position:relative;
    padding:10px 10px 20px;
    width:380px;
    height:100%;
    border:1px solid #03809c;
    background-color:#f9f9f9;
    overflow:hidden;
    z-index:9996;
}

/*===================
 * POP弹出层产品显示
/====================*/

/* 左侧内容区 */
.p_goods_l{width:152px;margin-right:20px;}
.p_goods_l dt{
    height:152px;
    margin-bottom:10px;
    border:1px solid #eee;
}
.p_goods_l dt img{width:150px;height:150px;}

.p_goods_l dd{
    margin-top:10px;
    text-align:center;
}

.p_goods_l dd em{
    font-size:18px;
    font-family:Impact,'Microsoft Yahei',Tahoma,sans-serif;
    color:#c73332;
}

/* 右侧内容区 */
.p_goods_r{width:208px;overflow:hidden;}

.p_goods_r dt{
    margin:10px 0 5px;
    color:#03809c;
    font:700 16px/20px 'Microsoft Yahei',Tahoma,sans-serif;
}

.p_goods_r dd{color:#333;}

.p_goods_intro{
    position:relative;
    height:80px;
    margin:10px 0;
    overflow:hidden;
}
.p_goods_intro p{color:#999;line-height:20px;}

.p_goods_r dd form{
    width:198px;
    height:100%;
    padding:5px 0;
    border-top:1px solid #eee;
}

.p_goods_r form div{
    height:25px;
    line-height:25px;
    margin-top:5px;
    padding-bottom:5px;
    color:#999;
    border-bottom:1px solid #eee;
}
.p_goods_r form label{margin-right:18px;}
.p_goods_r form p label{margin-right:13px;}
.p_goods_r form select{width:100px;}

/* 信息提示 */
.p_tips{
    padding:15px 0 0 90px;
    height:68px;
    color:#333;
    background:url(../images/bg_yes.gif) no-repeat -10px 0;
}

.p_tips h5{
    font:700 14px 'Microsoft Yahei',Tahoma,sans-serif;
    margin-bottom:10px;
}

