﻿@charset "utf-8";
/* CSS Document */

/*图标导航*/
.crumbs:after { content: "";  display: block; height: 0;  clear: both;  visibility: hidden;} 
.categories{ position:relative; width:34px; height:31px; background:url(../images/nav-icon.png) no-repeat; margin:2px 0 0 2px; float:left;}
/*新增三行*/
.menubox{ position:absolute; top:0px; left:32px; border:1px #cccccc solid; padding:5px 15px 5px 15px; background-color:#FFF; z-index:1; width:510px; display:none;}
.menubox h2 a{ display:block; height:30px; line-height:30px; color:#3e3a39;}
.menubox h2 a:hover{ color:#727171;}
.menus{ position:relative;}
.menus ul li a.menunav{ display:block; height:26px; line-height:26px; width:105px; color:#3e3a39;}
.menus ul li a.menunav:hover{ color:#727171; font-weight:bold;}
.menus .menur{ position:absolute; top:4px;; left:105px; width:400px; display:none; background-color:#ffffff;}
.menur{ width:380px; height:280px;}
.menus .menu-a{ position:absolute; top:4px;; left:130px; width:370px; display:none; background-color:#ffffff;}
.menucon span{ cursor:pointer;}
.menucon a.title{ font-weight:bold; padding-right:5px;}
.menucon span.cion{ padding:0 5px 0 5px;}

.menur dl{ line-height:26px;}
.menur dt,.menur dt a{ clear:both; color:#3e3a39; font-weight:bold; height:26px;}
.menur dd{ margin-left:60px; margin-top: -24px; min-height: 24px; overflow: hidden;}
.menur dd a{ border-left: 1px solid #cccccc; color: #3e3a3f; float: left;  height: 15px; line-height: 15px; margin: 5px 0; padding: 0 6px;  white-space: nowrap;}
.menur dd a:hover{ color:#727171;}

.menus ul li a.menunav-a{ display:block; height:26px; line-height:26px; width:120px; border-right:1px #cccccc solid; color:#727171; font-weight:bold;}
.menu-a dl{ line-height:26px;}
.menu-a dt,.menu-a dt a{ clear:both; color:#3e3a39; font-weight:bold; height:26px;}
.menu-a dd{ margin-left:60px; margin-top: -24px; min-height: 24px; overflow: hidden;}
.menu-a dd a{ border-left: 1px solid #cccccc; color: #3e3a3f; float: left;  height: 15px; line-height: 15px; margin: 5px 0; padding: 0 6px;  white-space: nowrap;}
.menu-a dd a:hover{ color:#727171;}

/*二级列表页*/
.top{ width:1200px; margin:0 auto; background-color:#f5f5f5;/*margin-bottom: 15px;*/}
.red{ color:#cc3333; padding:0 5px 0 5px;}
.crumbs{ padding-left:10px;}
.step{ height:35px; line-height:35px;}
.step ul li{ float:left; padding-left:5px;}
.step ul li a{ background:url(../images/nav-patch-bg.gif) no-repeat 100% 50%; padding:0 10px 0 0; color:#3e3a39;}
.step ul li a.lastLi{background:none;}
.step ul li a:hover{ color:#cc3333;}
.selected-attr:after, .prop-list .prop-item:after{ content: "";  display: block; height: 0;  clear: both;  visibility: hidden;}
.prop-list{ background-color: #fff; overflow: hidden; position: relative; }
.prop-list dt, .prop-list dd, .prop-list dd ul, .prop-list dd li{ float:left; display:inline;}
.prop-list dd{ width:1090px;}
.selected-attr{ background-color: #fff;}
.selected-attr dl { padding:5px 0 5px 0; border-bottom: 1px solid #efefef; height:22px; line-height:22px; margin:0 10px 0 0;}
.selected-attr dt { margin-left: 0; float: left; width: 70px; text-align:right;}
.selected-attr dt, .selected-attr dd, .selected-attr h4 {
    display: inline;
    float: left;
    height: 21px;
    line-height: 21px;
    text-align: right;
}
.search_color_icon_select{padding-top: 1px;}
.selected-attr dd a{ background-colr:#ffffff; border: 1px solid #b5b5b6; color: #cc3333; display: inline-block; height: 20px; line-height: 20px; position: relative; white-space: nowrap; padding:0 20px 0 5px; margin-left:15px;}
.selected-attr dd h5{ display:inline; font-weight:normal; color:#3e3a39;}
.selected-attr dd a .close-icon { background:url(../images/close.png) no-repeat; height: 7px; position: absolute; right:5px; top: 6px; width: 7px;}
.prop-item{ padding:5px 0 5px 0; border-bottom: 1px solid #efefef; }
.prop-item dt{ width:75px; text-align:right;color: #727171; margin-top: 3px; padding-left:13px;}
.prop-item dd li a{  
    cursor: pointer;
    display: inline-block;
    margin: 0px 10px;
    padding: 0 7px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    position: relative;
    border: 1px solid #fff;
}
.prop-item dd li a.isChecked{ cursor: pointer; display: inline-block; margin: 0px 10px; padding: 0 7px; text-align: center; height: 20px; line-height: 20px; position: relative; border: 1px solid #cc3333}
.prop-item dd li a:hover{ color: #727171;}
.prop-item .price-box{ padding-left:20px;}
.prop-item .price-box input{ height: 22px; line-height: 22px; padding: 0; width: 60px; border:1px solid #efefef}
.prop-item .price-box button{ background-color:#FFF; cursor: pointer; height: 22px; line-height: 22px; padding:0 15px 0 15px; border:none;} 
.sort{ height:35px; line-height:35px; padding-left:15px;border-bottom: 1px solid #efefef;margin-bottom: 10px;background: #fff;}
.sort .box{ display:inline-block; padding:0 10px 0 10px; border:1px #cccccc solid; height:20px; line-height:20px; color:#3e3a39;}
.sort .arrow{ display:inline-block; padding:0 10px 0 10px; border:1px #cccccc solid; height:20px; line-height:20px; color:#3e3a39;backendground:#cc3333}
.sort .arrow span{ background:url(../images/down-top-icon.png) no-repeat; display:inline-block; width:9px; height:9px; margin-left:5px; vertical-align:middle;}
.sort .arrow2{ display:inline-block; padding:0 10px 0 10px; border:1px #cc3333; solid; height:20px; line-height:20px; color:#FFF;}
.sort .arrow2 span{ background:url(../images/down-top-bai.png) no-repeat; display:inline-block; width:9px; height:9px; margin-left:5px; vertical-align:middle;}
.sort .sales span{ background-position:0 -9px;}
.sort .pop span{ background-position:0 -9px;}
.sort .price span{ background-position:0 0;}

/*选中的样式*/
/*.sort .current{ background:#cc3333; color:#ffffff;}
.sort .sales span{ background-position:0 -18px;}
.sort .pop span{ background-position:0 -18px;}
.sort .price span{ background-position:0 -27px;}*/

.send-time,.web-exper{ position:relative;cursor:pointer; height:24px; margin-top:7px; margin-left:20px;}
.send-time select,.web-exper select{ cursor: pointer;float: left; height: 22px;border:1px #cccccc solid; width:125px;}
.send-time select option,.web-exper select option{ height:18px; line-height:18px;}

/*搭配组合列表页*/  
.grouplist ul li{float:left;display:inline;width:392px;overflow:hidden;position:relative; margin:10px 2px 0 2px;border: 2px solid #f4f4f4;}
.grouplist ul li:hover{float:left;display:inline;width:392px;overflow:hidden;position:relative; margin:10px 2px 0 2px;border: 2px solid #cccccc;}
.grouplist ul li .photo{width:392px;height:242px;overflow:hidden;}  
.grouplist .rsp{width:392px;height:242px;overflow:hidden;position: absolute;background:#000;top:0px;left:0px;}  
.grouplist .text{position:absolute;width:392px;height:196px;left:-392px;top:55px;overflow:hidden;}  
.grouplist .text h2{margin-top:90px; color:#FFFFFF;font-size:18px; margin-left:30px; height:26px;}  
.grouplist .text p{ margin-left:30px;}
.grouplist .text p.price{ color:#FFF; font-size:14px;}
.grouplist .text p.price span{ padding-left:10px;}
.grouplist .text p.eng{ font-size:24px; height:28px; line-height:28px; color:#FFF;}

/*商品详情页*/
.detailbox{ width:100%; background:#eeedeb; padding-top:10px; font-size:14px;}
.detail{ width:1200px; margin:0 auto; padding-bottom: 20px;}
.leftbox .mainbox{ width:1180px; background:#FFF; box-shadow:1px 3px 3px #ccc;-moz-box-shadow:1px 3px 3px #ccc; -webkit-box-shadow:1px 3px 3px #ccc; padding:10px 10px 10px 10px;}
.de-top{ position:relative; z-index:1; padding-bottom:5px;}
.de-top .right-part{ position:absolute; top:0; right:-8px;}
.share-unit{ height:30px; line-height:30px; text-align:right; width:115px;}
.share-unit .share-btns{ background:#fafafa; border: 1px solid #ededed; cursor: pointer; display: inline-block; height: 28px; margin-left: 10px; text-align: left; vertical-align: middle; width: 130px;}
.share-unit .share-btns .share-btn{ background:url(../../img/share_icon.png) no-repeat; display:inline-block; width:30px; height:28px; border-right:1px #ededed solid;}
.share-unit .share-btns .weibo{ background-position:6px 5px;}
.share-unit .share-btns .weibo:hover{ background-position:-34px 4px;}
.share-unit .share-btns .qzone{ background-position:6px -36px;}
.share-unit .share-btns .qzone:hover{ background-position:-34px -36px;}
.share-unit .share-btns .weixin{ background-position:6px -276px;}
.share-unit .share-btns .weixin:hover{ background-position:-34px -276px;}
.share-unit .share-btns .more{ background:url(../../img/share_icon.png) no-repeat -101px 9px; display:inline-block; width:24px; height:28px;}
.share-unit .menu{ background:#fff; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); position: absolute; right:0; text-align: left; top: 38px; width: 130px; height:160px;}
.share-unit .menu a{ display: block; height: 40px; line-height: 40px; padding-left: 40px; position: relative;}
.share-unit .menu a i{background:url(../../img/share_icon.png) no-repeat 0 -80px; height: 18px; left: 11px; position: absolute;top: 11px; width: 18px;}
.share-unit .menu a.tqq:hover i{ background-position: -40px -80px;}
.share-unit .menu a.qq i{ background-position:0 -160px;}
.share-unit .menu a.qq:hover i{ background-position:-40px -160px;}
.share-unit .menu a.douban i{ background-position:0 -200px;}
.share-unit .menu a.douban:hover i{ background-position:-40px -200px;}
.share-unit .menu a.renren i{ background-position:0 -240px;}
.share-unit .menu a.renren:hover i{ background-position:-40px -240px;}
.share-unit .menu .arr{ background:url(../../img/arrow_with_shadow.png) no-repeat; height: 10px; left: 100px;  position: absolute; top: -10px;  width: 20px;}

.main-image{ text-align:center;}
.bar-bottom{ margin-top:5px;}
.bar-bottom a{ display:inline-block; width:60px; border:1px #efeded solid; margin-right:2px;}
.bar-bottom a img {cursor: pointer;}
.bar-bottom a:hover{ border:1px #cccccc solid;}
.bar-bottom a.selected{ border:1px #cccccc solid;}/*细节图图选中的样式*/

/*搭配组合*/
.mt10{ margin-top:10px;}
.navs{ width:780px; margin:0 auto; height:32px;}
.navs .float_navs{height:32px;background:#efefef; z-index:3;}
.navs a{display:inline-block;height:32px;padding:0 15px;line-height:32px;font-size:13px;text-align:center; color:#595757;}
.navs a span{font-weight:normal;font-size:12px;}
.navs a span.gray{color:#333;}
.navs a:hover,.navs a.current{background:#fff;text-decoration:none;border-top:1px solid #cc3333; cursor:pointer;}
.navs a:hover,.navs a:hover span.gray,.navs a.current,.navs a.current span.gray{color:#cc3333!important;}

.m{ width:780px; margin-top:16px; background:#ffffff; box-shadow:1px 3px 3px #ccc;-moz-box-shadow:1px 3px 3px #ccc; -webkit-box-shadow:1px 3px 3px #ccc; padding:10px 10px 10px 10px;}
.m .H10{ height:10px;}
.mc{ width:780px; margin:0 auto;}
.mc .mc-menu{ width:780px; margin:0 auto;}
.mc .mc-menu ul li{ float:left; border-left:1px #b5b5b6 solid; margin-left:-1px; height:16px; line-height:16px; color:#5957547; padding:0px 10px 0px 10px; cursor:pointer;}
.mc .mc-menu ul li.fl1{ border:0 none;}
.mc .mc-menu ul li.scurr{ font-weight:700; color:#595757;}

.mc .stabcon .p-price{ color:#cc3333;padding-left: 10px;}
.mc .stabcon .p-name a:hover{ color:#727171;}

.mc .stabcon .master{ width:110px; float:left;}
.mc .stabcon .master .p-img{ padding:10px 15px 0px 15px;}
.mc .stabcon .suits{ float:left; width:520px; height:170px; overflow-x:auto; overflow-y:hidden; position:relative;}
.mc .stabcon .suits ul.lh{ overflow:hidden;}
.mc .stabcon .suits ul.lh li{ width:130px; float:left; display:list-item;}
.mc .stabcon .suits ul.lh li s{ display:inline; width:20px; height:20px; float:left; background:url(../../img/productDetails/ad_icon.png) no-repeat; margin-top:40px; margin-right:15px;}
.mc .stabcon .suits ul.lh li.last s{ display:none;}
.mc .stabcon .suits ul.lh li .p-img{ padding-top:10px;}
.mc .stabcon .suits ul.lh li .choose{ width:110px; padding-left:30px; color:#cc3333;}
.mc .stabcon .suits ul.lh li .choose input.checkPP{ margin-right:5px;}
.mc .stabcon .suits ul.lh li .p-name{ width:110px; height:3em; word-break: break-all; word-wrap: break-word; padding-left:20px; overflow:hidden;}
.mc .stabcon .infos{ width:150px; float:right;}
.mc .stabcon .infos s{ display:inline; width:20px; height:20px; float:left; background:url(../../img/productDetails/ad_icon_02.png) no-repeat; margin-top:40px;}
.mc .stabcon .infos .p-checked{ height:26px; padding-left:40px;}
.mc .stabcon .infos .p-price{ margin-left:40px;}
.mc .stabcon .infos .p-price strong{ font-size:18px; font-weight:normal; color:#cc3333; }
.mc .stabcon .infos .btns{ margin-left:40px;}
.mc .stabcon .infos .btns a.btn{ display:block; width:75px; height:26px; line-height:26px; background-color:#cc3333; color:#FFF; text-align:center; margin-top:10px;}



.rightbox{ width:384px;}
.product-intro{ width:354px; background:#FFF; box-shadow:1px 3px 3px #ccc;-moz-box-shadow:1px 3px 3px #ccc; -webkit-box-shadow:1px 3px 3px #ccc; padding:10px 15px 10px 15px;}
.product-intro .x-tit{ border-bottom:1px dotted #ccc; padding-bottom:10px;}
.product-intro .x-tit h2{ font-weight:normal; font-size:14px; line-height:22px; vertical-align:baseline;word-break: break-all;}
.product-intro .x-summary{ padding:10px 0 10px 0;}
.product-intro .x-summary li{ overflow:hidden; clear:both; padding:6px 0 6px 0;}
.product-intro .dt{ float:left; width:72px; text-align:right;}
.product-intro .dd{ float:left; width:278px;}
.x-summary .dt{ float:left;  text-align:right;}
.x-summary .dd{ float:left; width:210px;}
.product-intro .x-summary span{ color:#cc3333;}
.product-intro .x-summary span.xx-jg{ font-size:18px; line-height:12px;padding-right:5px;}
.product-intro .x-summary span.xxx-jg{font-size:18px; line-height:12px;padding-right:5px; color: gray; text-decoration: line-through;}
.xxxx-jg{ font-size:18px; line-height:12px;padding-right:5px;color:#cc3333;}
.product-intro .y-choose{ border-top:1px dotted #ccc;}
.product-intro .y-choose li{ overflow:hidden; clear:both; padding:6px 0 6px 0;}
.product-intro .y-choose .dt{ margin-top:6px;}
.product-intro .y-choose .item{ float:left; margin: 2px 8px 2px 0;} 
.product-intro .y-choose .item a{ text-decoration:none; display:block; float:left; border:1px #cccccc solid; padding:3px 6px 3px 6px; background:#FFF; white-space:nowrap;cursor: pointer;}
.product-intro .y-choose .selected{ position:relative;}
.product-intro .y-choose .selected a{ text-decoration:none; display:block; border:2px #cc3333 solid; padding:2px 5px 2px 5px;}
.product-intro .y-choose .selected b{ background:url(../../img/seleced01.png) no-repeat; position:absolute; bottom:0; right:0; height:12px; width:12px; overflow:hidden;}
.product-intro .y-choose .input-text { border: 1px solid #c6c1af; color: #666; height: 20px; line-height: 20px; padding-left: 3px; padding-right: 3px;}
.product-intro .btn{ padding-top:10px;}
.product-intro .btn a{ display:inline-block; width:124px; height:34px; line-height:34px; background:#cc3333; box-shadow:1px 2px 3px #999;-moz-box-shadow:1px 2px 3px #999; -webkit-box-shadow:1px 2px 3px #999; color:#FFF; text-align:center; font-size:14px;  margin-right:20px;}
.product-intro .check{ padding-top:15px;}
.product-intro .check a{ color:#3e3a39; font-size:14px;}
.product-intro .check a:hover{ color:#cc3333;}
/*瀑布流*/
.hot-product{ width:364px; padding:10px 10px 10px 10px; background:#FFF; box-shadow:1px 3px 3px #ccc;-moz-box-shadow:1px 3px 3px #ccc; -webkit-box-shadow:1px 3px 3px #ccc; margin-top:16px;}
.hot-product h2{ height:26px; line-height:26px;}
.hot-product .salebox{ width:364px; overflow-x:hidden; overflow-y:auto; margin:0 auto; padding-left: 8px; padding-bottom: 10px;}
.hot-product .salebox #saleboxcontainer{ margin: 0 auto 25px; padding-bottom: 10px; position: relative; width: 360px;}
.hot-product .salebox #saleboxcontainer2{ margin: 0 auto 25px; padding-bottom: 10px; position: relative; width: 360px;}
.saleboxgrid{width:170px;min-height:100px;background:#fff;margin:5px 5px 0px 0px;font-size:12px;float:left;box-shadow:0 1px 3px rgba(34,25,25,0.4);-moz-box-shadow:0 1px 3px rgba(34,25,25,0.4);-webkit-box-shadow:0 1px 3px rgba(34,25,25,0.4);-webkit-transition:top 1s ease, left 1s ease;-moz-transition:top 1s ease, left 1s ease;-o-transition:top 1s ease, left 1s ease;-ms-transition:top 1s ease, left 1s ease;}
#container{ position:relative;margin:0 auto;padding-bottom: 10px;}
.gridd{width:110px;min-height:100px;background:#fff;margin:2px;font-size:12px;float:left;box-shadow: 0 1px 3px rgba(34,25,25,0.4);-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);-webkit-transition: top 1s ease, left 1s ease;-moz-transition: top 1s ease, left 1s ease;-o-transition: top 1s ease, left 1s ease;-ms-transition: top 1s ease, left 1s ease;}
.gridd .imgholder img{max-width:100%;display:block;}
.gridd .p-price{ height:22px; line-height:22px; padding:5px 5px 0 5px;}
.gridd .p-name{ display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; padding:0 5px 5px 5px;}

.login-box{text-align: center; display: none;}/*直接购买页面内的登录弹跳框样式*/
.login-box div{ padding:7px;}
.login-box div input{ padding:2px; border:1px solid #C8C8C8;height:18px;line-height:18px;padding:3px;vertical-align:middle;width:180px;}
.login-box a{color:#333;padding:0 15px; height:14px; text-decoration:none;}
.login-box a:hover{ color:#f50}
.Login-a{border-right:1px solid #999;}
.login-box .btn{ background-color:#cc3333; width:86px; height:27px; border:0; color:#fff; cursor: pointer;}
.login-box .btnClose {
    background-color: #b5b5b6;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    height: 27px;
    margin-left: 5px;
    text-decoration: none;
    width: 86px;
}

.tb-cart-info {background:url("../../img/T1ZK4BXaJgXXXXXXXX-402-279.png") no-repeat scroll 0 0 transparent;color:#404040;height:112px;position:absolute;width:402px;z-index:999999;left:500px;top:396px;}
.tb-cart-info .tb-action-hint {margin-left:60px;}
.tb-cart-info h4 {font-size:14px;font-weight:700;margin-top:15px;}
.tb-cart-info p {margin:2px 0 6px;}
.tb-cart-info .tb-action-hint .tb-skin {margin-right:25px !important;}
.tb-cart-info {color:#404040;}
.tb-cart-info p span {margin-right:24px;}
.tb-cart-info p span strong {margin:0 5px;}
.tb-cart-info p span {margin-right:24px;}
.tb-cart-info p span strong.tb-price {color:#FE6500;font-size:16px;margin:0;}
.tb-cart-info .tb-action-hint .tb-long-btn{background:url("../../img/btn_bg.png") no-repeat scroll 0 0 transparent;border:medium none;color:#FFF;cursor:pointer;display:inline-block;font-size:14px;font-weight:bold;height:25px;line-height:25px;
text-align:center;width:80px;}
.tb-cart-info .tb-action-hint .tb-long-btn {background-position:0 -300px;font-size:12px;width:100px;}
.tb-cart-info a.tb-close {display:block;height:15px;position:absolute;right:10px;top:4px;width:45px;}
.tb-cart-info a.tb-close span {display:none;}

/*组合图片展示*/
.wrapimg{ width:1000px; margin:10px auto; position:relative;}
.wrapimg h1{ height:26px; line-height:26px; font-size:18px; font-weight:normal; }
.wrapimg h1 span{ font-size:24px; margin-left:5px;}
.wrapimg .product{ background:url(../../img/add_tags_bg.png) no-repeat 0 0; cursor: pointer;  height: 20px; width: 20px; position:absolute;}
.wrapimg .product .mouseover_control{ height: 235px; width: 230px;}
.wrapimg .product .detail{ width: 184px; height:255px; background:#FFF; padding: 8px 8px 8px 8px; text-align: center; z-index: 3;}
.wrapimg .product .pro_content i{ display: block; height: 12px; width: 18px;}
.wrapimg .product .detail .pro_content_de{ padding:5px 15px 0px 15px; word-wrap:break-word; word-break:break-all;}
.product .detail .pro_content_de h4{ font-weight:normal; font-size:13px; line-height:18px; width:154; height:54px; overflow: hidden; text-align:left;}
.product .detail .pro_content_de P{ color:#CC3333; font-size:14px; text-align:left;}

.flexslider{margin:6px auto;position:relative;width:1000px;overflow:hidden;zoom:1;}
.flexslider .slides{zoom:1;}
.flex-direction-nav .icn{width:60px;height:90px;line-height:99em;overflow:hidden;margin:-60px 0 0;display:block;background:url(../../img/other/ad_ctr.png) no-repeat;position:absolute;top:50%;z-index:10;cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease;}
.flex-direction-nav .flex-next{background-position:0 -90px;right:0;}
.flex-direction-nav .flex-prev{left:0;}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=50);}

/*组合图片展示-列表*/
.zuhe-top{ width:1000px; margin:0 auto;margin-top:20px;font-size: 14px;}
.zuhe-list{ width:1012px; margin:0 auto;}
.zuhe-list h1{ text-indent:10px; font-size:16px;  font-weight:normal;}
.zuhe-list .zuhe-box{ float:left; width:462px; height:170px; border:1px #ccc solid; margin:6px 6px 6px 6px; position:relative; padding:10px 15px 10px 15px;}
.zuhe-list .zuhe-box .p-img{ float:left; margin-right:60px;}
.zuhe-list .zuhe-box .tit{ height:96px; overflow:hidden;}
.zuhe-list .zuhe-box .tit h2{ font-size:14px; font-weight:normal;}
.zuhe-list .zuhe-box p span{ color:#cc3333;}
.zuhe-list .zuhe-box .inputbox{ position:absolute; bottom:5px; right:10px;}
.zuhe-list .line{ width:100%; height:1px; border-bottom:1px #ccc dashed; margin:6px 0 6px 0;}
.zuhe-list .zuhe-foot{ height:34px; line-height:34px; margin-top:15px; position:relative; font-size: 12px;}
.zuhe-list .zuhe-foot span{ margin-right:30px; font-size:14px;}
.zuhe-list .zuhe-foot span.price{ color:#cc3333;}
.zuhe-list .zuhe-foot a.btn-car{ display:inline-block; width:134px; line-height:34px; height:34px; text-align:center; background-color:#cc3333; color:#FFF;  font-size:14px; position:absolute; top:0; right:0;}



.maincont:after{display:block;clear:both;content:"\0020";visibility:hidden;height:0;}
.isChecked{
	border:1px solid #cc3333;
}
.isChecked i{
    display: block;
    position: absolute;
    right: -2px;
    bottom: -1px;
    width: 10px;
    height: 10px;
    background: url(../images/search.png) no-repeat -2px -183px;	
}
.brandsMore {
    max-height: 86px;
    overflow: hidden;
}