body {
    color: #333
}

/*轮播图*/
.lunbotu {
    width: 100%;
    float: left
}

.flexslider {
    position: relative;
    height: 360px;
    overflow: hidden;
    z-index: 100
}

.slides {
    position: relative;
    z-index: 1
}

.slides li {
    width: 100%;
    height: 360px
}

.slides li img {
    width: 100%;
    height: 100%
}

.flex-control-nav {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 46px;
    overflow: hidden;
    background: url(/images/dot.png) -21px 0px no-repeat;
    cursor: pointer
}

.flex-control-nav .flex-active {
    background-position: 0 0
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(images/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(images/next.png) center center no-repeat;
}


/*限时抢购*/
.sale_box {
    display: none;
    margin-top: 30px;
    float: left;
    width: 100%
}

.sale_limit {
    width: 575px;
    float: left
}

.sale_title {
    font-size: 22px;
    margin-bottom: 10px
}

.sale_title em {
    color: #ff4a00;
    padding-right: 5px
}

.sale_title a {
    float: right;
    color: #666;
    font-size: 14px;
    margin-top: 10px
}

.sale_title a:hover {
    color: #ff4a00
}

.sale_limit_box {
    background: #fff;
    width: 100%;
    float: left;
    height: 500px;
    padding: 5px 0
}

.sale_limit_box a {
    transition: all linear .2s;
    width: 265px;
    height: 240px;
    position: relative;
    float: left;
    margin: 10px 0 0 15px
}

.sale_limit_box a:hover {
    box-shadow: 0 0 5px #999;
    transform: translateY(-5px)
}

.sale_limit_box .pro-img {
    position: relative;
    width: 265px;
    height: 156px
}

.sale_limit_box .pro-img img {
    width: 100%;
    height: 100%
}

.sale_limit_box dl {
    padding: 0 10px
}

.sale_limit_box .pro-tit {
    margin: 8px 0 3px 0;
    font-size: 15px;
    color: #333;
    height: 20px;
    line-height: 20px;
    text-align: justify;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sale_limit_box .pro-tit:hover {
    color: #FF4A00
}

.sale_limit_box .pro-address {
    color: #666;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sale_limit_box .pro-price {
    text-align: right;
    color: #999;
    margin-top: 3px
}

.sale_limit_box .old-price {
    text-decoration: line-through;
    margin-right: 5px;
    margin-top: 15px;
    margin-left: 10px
}

.sale_limit_box .pro-price dfn {
    color: #FF4A00;
    font-size: 18px;
    font-weight: bold;
    font-style: normal
}

.sale_limit_box .pro-price dfn i {
    padding-right: 3px;
    font-size: 12px;
    font-weight: normal
}

.sale_limit_box .pro-price b {
    position: relative;
    top: -1px;
    font-weight: 100
}

/*热卖推荐*/
.sale_recomment {
    width: 605px;
    float: left;
    margin-left: 20px
}

.sale_recomment_box {
    height: 500px;
    overflow: hidden;
    background: #fff;
    padding: 5px 20px
}

.sale_recomment_box li {
    font-size: 14px;
    padding-left: 15px;
    position: relative;
    border-bottom: 1px dashed #ddd;
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sale_recomment_box li a {
    display: inline-block;
    width: 100%;
    color: #333
}

.sale_recomment_box li a:hover {
    color: #ff4a00
}

.sale_recomment_box li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 20px;
    display: inline-block;
    border-radius: 50%
}

.sale_recomment_box em {
    float: right;
    color: #ff4a00;
    margin-right: 10px;
    font-size: 16px
}


/*限时抢购*/
.flash_sale {
    width: 100%;
    float: left;
    margin-top: 50px
}

.mod-tit {
    height: 36px;
    line-height: 36px;
    color: #666
}

.mod-tit em {
    color: #ff4a00;
    margin-right: 5px
}

.mod-tit .mod-tit-name {
    float: left;
    color: #333;
    font-size: 24px;
    font-weight: 600
}

.mod-tit .mod-miaosha {
    position: relative;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    background-color: #f2f3f5;
    float: left;
    padding: 0 10px;
    margin: 5px 0 0 15px;
}

.mod-tit .mod-miaosha:before {
    position: absolute;
    top: 10px;
    left: -13px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right: 8px solid #f2f3f5
}

.mod-tit .mod-miaosha b {
    color: #FF4A00
}

.mod-tit .more {
    float: right;
    color: #666;
    font-size: 14px;
    margin-right: 3px
}

.mod-tit .more:hover {
    color: #ff4a00
}

.mod-tit .jieshu {
    display: none;
    position: relative;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    background-color: #f2f3f5;
    float: left;
    padding: 0 10px;
    margin: 5px 0 0 15px;
}

.mod-tit-tip {
    padding-left: 12px;
    float: left;
    margin-top: 5px;
    color: #FF4A00
}

.flash_sale .proList {
    margin-top: 10px
}

.zw-home-todaysale-item {
    position: relative;
    float: left;
    width: 200px;
    height: 102px;
    margin-left: 25px;
    padding-left: 180px;
    background-color: #fff
}

.zw-home-todaysale-item:first-child {
    margin-left: 0
}

.zw-home-todaysale-item a {
    display: block;
    height: 102px
}

.zw-home-todaysale-item .pics {
    width: 180px;
    height: 98px;
    position: absolute;
    margin-left: -180px;
    border-top: 3px solid #474747
}

.zw-home-todaysale-item .end-time {
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 10px;
    background: #FF4A00;
    display: inline-block;
    border-bottom-right-radius: 5px
}

.zw-home-todaysale-item .pics img {
    width: 100%;
    height: 100%
}

.zw-home-todaysale-item .title {
    height: 22px;
    border-top: 3px solid #ff4a00;
    padding: 7px 12px 0;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.zw-home-todaysale-item .venues {
    color: #666;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 0 12px;
    overflow: hidden;
    margin-top: 5px
}

.zw-home-todaysale-item .infos {
    text-align: right;
    padding: 15px 10px 0
}

.zw-home-todaysale-item .old_price {
    float: left;
    color: #999;
    text-decoration: line-through;
    margin-top: 5px;
    font-size: 14px
}

.zw-home-todaysale-item .new_price {
    font-size: 12px;
    line-height: 1;
    color: #959595;
    float: right
}

.zw-home-todaysale-item .new_price em {
    font-size: 22px;
    color: #ff4a00;
}


/*daily_optimal*/
.daily_optimal {
    width: 100%;
    float: left;
    padding-top: 50px
}

.optimalList {
    margin-top: 10px
}

.optimalList ul {
    width: 1230px;
    float: left
}

.optimalList li {
    transition: all linear .2s;
    position: relative;
    width: 230px;
    height: 250px;
    float: left;
    margin: 0 10px 20px 0;
    border-radius: 5px;
    border: 1px solid #f4f4f4
}

/*height:266px;*/
.optimalList li:hover {
    box-shadow: 0 0 5px #999;
    transform: translateY(-5px)
}

.optimalList li .pro-img {
    position: relative;
    width: 230px;
    height: 136px
}

.optimalList li .pro-img img {
    width: 230px;
    height: 136px
}

.optimalList .pro-tit {
    margin: 0px 6px;
    font-size: 16px;
    color: #222;
    height: 35px;
    line-height: 35px;
    overflow: hidden
}

.optimalList .pro-tit:hover {
    color: #FF4A00
}

.optimalList .pro-dateBox {
    font-size: 14px;
    padding: 4px 8px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.optimalList .pro-date {
    display: inline-block;
    background: #acb8c2;
    border-radius: 9px;
    width: 46px;
    height: 18px;
    margin-right: 2px;
    line-height: 18px;
    text-align: center;
    color: #fff
}

.optimalList .pro-info {
    padding-top: 8px;
    float: left;
    width: 100%;
    border-top: 1px dotted #ddd
}

.optimalList .pro-price {
    float: left;
    padding-left: 10px;
    font-weight: normal;
    color: #999
}

.optimalList .pro-price dfn {
    height: 36px;
    font-size: 22px;
    color: #FF4A00;
    font-style: normal
}

.optimalList .pro-price dfn i {
    font-size: 12px
}

.optimalList .pro-price b {
    font-weight: 100
}

.optimalList .pro-other-city {
    float: right;
    font-size: 14px;
    color: #666;
    margin-right: 5px;
    margin-top: 8px
}

.optimalList .pro-other-tejia {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    padding: 2px 12px;
    background: #ff4a00;
    color: #fff
}

.optimalList .pro-old-price {
    float: right;
    margin-top: 8px;
    padding-right: 10px;
    font-size: 14px;
    color: #999;
    padding-left: 5px;
    text-decoration: line-through
}

.optimalList .daily_li_first {
    width: 470px
}

.optimalList .daily_li_first .pro-img {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden
}

/*height: 266px*/
.optimalList .daily_li_first .pro-img img {
    width: 470px;
    height: auto;
    position: absolute;
    z-index: 10
}

/*height:266px;*/
.optimalList .daily_li_first .pro-tit {
    width: 440px;
    position: absolute;
    z-index: 12;
    line-height: 24px;
    height: 24px;
    bottom: 0;
    padding: 5px 15px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    margin: 0
}

.optimalList .daily_li_first .pro-tit:hover {
    color: #fff
}

.optimalList .daily_li_first .pro-dateBox {
    position: absolute;
    left: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    bottom: 80px;
    z-index: 24;
    color: #fff;
    background: #FF4A00;
    font-size: 14px
}

.optimalList .daily_li_first .pro-dateBox em {
    font-size: 20px
}

.optimalList .daily_li_first .pro-city {
    position: absolute !important;
    top: 0 !important;
    left: 0;
    z-index: 25;
    background: rgba(0, 0, 0, .3);
    color: #fff !important;
    padding: 3px 10px;
    margin: 0
}


/*recommend*/
.recommend {
    width: 100%;
    float: left;
    padding-top: 40px
}

.recommendList {
    margin-top: 10px;
    float: left;
    border-radius: 5px;
    width: 100%
}

.recommendList .pro_item {
    margin-bottom: 15px;
    float: left;
    background: #fff;
    padding-top: 15px;
    width: 100%;
    border: 1px solid #ebebeb;
    margin-right: 20px
}

.recommendList dl {
    padding: 0 25px
}

.recommendList dt {
    position: relative;
    height: 26px;
    padding-left: 35px;
    font-size: 20px;
    line-height: 26px
}

.recommendList dd {
    margin-top: 10px;
    color: #999
}

.recommendList ul {
    margin-top: 10px;
    width: 100%;
    float: left
}

.recommendList li {
    transition: all linear .2s;
    width: 265px;
    height: 225px;
    border: none;
    float: left;
    margin: 0 0 15px 28px
}

.recommendList li:hover {
    box-shadow: 0 0 8px #999;
    transform: translateY(-5px)
}

.recommendList .pro-img {
    width: 265px;
    height: 156px;
    position: relative
}

.recommendList .pro-img img {
    width: 265px;
    height: 156px
}

.recommendList .pro-tit {
    padding: 0 10px;
    margin: 8px 0 0;
    font-size: 15px;
    color: #333;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-align: justify
}

.recommendList .pro-tit:hover {
    color: #FF4A00
}

.recommendList .pro-tag {
    color: #390
}

.recommendList .pro-info {
    margin-top: 8px;
    padding-left: 10px
}

.recommendList .pro-info .pro-price {
    float: left
}

.recommendList .pro-info .pro-city {
    float: right;
    margin-top: 6px;
    font-size: 14px;
    padding-right: 8px;
    color: #666
}

.recommendList .pro-info dfn {
    font-style: normal;
    height: 36px;
    font-size: 20px;
    color: #ff4a00
}

.recommendList .pro-info dfn i {
    font-size: 12px;
    font-weight: normal
}

.recommendList .pro-info b {
    font-weight: 100;
    color: #999
}

.recommendList .pro-tag-line {
    padding-left: 5px
}

.recommendList .pro-tip {
    width: 245px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    overflow: hidden;
    font-size: 14px
}


/*floor_box*/
.floor_box {
    width: 45px;
    position: fixed;
    z-index: 300;
    right: 100px;
    top: 45%;
    text-align: center;
    color: #fff;
    border: 1px solid #e5e5e5
}

.floor_box dl {
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    color: #999
}

.floor_box dl.active {
    background: #FF4A00;
    color: #fff
}

.floor_box dl:hover {
    background: #FF4A00;
    color: #fff
}

.floor_box dd {
    border-bottom: 1px dashed #e5e5e5;
    padding: 6px 5px
}

#sider_top {
    cursor: pointer;
    width: 45px;
    height: 45px;
    background: #ff4a00 url("/images/go_top.png") no-repeat center
}

.end {
    margin-top: 0
}

#topwrap {
    background: #fff;
}

.side-toolbar {
    background: #fff;
    border-bottom: 1px solid #ddd;
    position: fixed;
    z-index: 40;
    bottom: 20px;
    right: 20px;
    width: 54px
}

.side-toolbar .item {
    position: relative;
    border: 1px solid #ddd;
    cursor: pointer;
    border-bottom: none;
    height: 58px
}

.side-toolbar .item a {
    color: #fff
}

.side-toolbar .item .icon {
    background: url("http://www.dahepiao.com/images/cd_rightkefu.png") no-repeat;
    height: 54px;
    width: 54px
}

.side-toolbar .item .text {
    display: none;
    background: #ff4a00;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    text-align: center;
}

.side-toolbar .item.common {
    border-top: 0
}

.side-toolbar .item:hover .icon {
    display: none
}

.side-toolbar .item:hover .text {
    display: block
}

.side-toolbar .custom-about .icon {
    background-position: 6px 7px
}

.side-toolbar .custom-phone .icon {
    background-position: 5px -45px
}

.side-toolbar .custom-kefu .icon {
    background-position: 6px -96px
}

.side-toolbar .totop .icon {
    background-position: 6px -156px
}

.side-toolbar .item.custom-service .icon {
    background-image: url("http://www.dahepiao.com/images/cd_rightkefu.png")
}

.side-toolbar .item.common .icon {
    background-image: url("http://www.dahepiao.com/images/cd_rightkefu.png")
}

.side-toolbar .about_box {
    display: none;
    position: absolute;
    background: #fff;
    left: -150px;
    top: 0;
    width: 128px;
    height: 146px;
    box-shadow: 0 0 3px #ebebeb;
    border: 1px solid #ebebeb;
    padding: 3px;
    -webkit-transition: .2s ease width;
    transition: .2s ease width;
    border: 1px solid #ddd
}

.side-toolbar .about_box img {
    width: 100px;
    height: 100px;
    padding: 14px 14px 0 14px
}

.side-toolbar .about_box p {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    font-size: 14px
}

.side-toolbar .about_box .sanjiao {
    border: 10px solid #f60;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: -20px;
    top: 30%
}

.side-toolbar .phone_box {
    display: none;
    text-align: center;
    top: 0;
    width: 180px;
    -webkit-transition: .2s ease width;
    transition: .2s ease width;
    border: 1px solid #ebebeb;
    padding: 10px 0;
    position: absolute;
    right: 70px;
    font-size: 14px;
    background: #fff;
    color: #666;
    box-shadow: 0 0 2px #ebebeb
}

.side-toolbar .sanjiao {
    border: 10px solid #f60;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: -20px;
    top: 30%
}

.phone_box h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px
}

.phone_box p {
    font-size: 14px;
    color: #ff4a00;
    margin-bottom: 5px;
    font-weight: 200
}

.side-toolbar .custom-about:hover .about_box, .side-toolbar .custom-phone:hover .phone_box {
    display: block
}
