
/*侧边固定css*/
.side{
    width: 1200px;
    position: relative;
    z-index: 2;
}
.side-active{
    background-color: #cbcbcb;
    color: #fff;
}
.side-left{
    position: fixed;
    top: 50%;
    left: 0;
    margin-top: -100px;
}
.side-left>li{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.side-left>li>a{
    text-align: center;
    font-size: 14px;
    display: block;
    padding: 5px 20px;
}
.side-right{
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -75px;
}
.side-right>li{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.side-right>li>a{
    display: block;
    width: 54px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #cbcbcb;
}
.side-right>li>a>i{
    font-size: 20px;
}
.side-right>li:nth-child(3)>a{
    line-height: unset!important;
}
.side-right>li>a>p{
    line-height: 14px;
}

 /*导航头部css*/
.nav{
    width: 100%;
}
.nav-content{
    width: 100%;
    background-color: #f0f0f0;
}
.nav-top{
    margin: 0 auto 0;
    width: 1200px;
    height: 30px;
}
.nav-content>a{
    font-size: 12px;
    color: #5e5e5e;
}
.nav-left{
    float: left;
}
.nav-left>a{
    font-size: 12px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
.nav-return{
    color: #5d5d5d;
}
.nav-login{
    color: #e33e3f;
}
.nav-right{
    float: right;
}
.nav-right>a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 42px;
    font-size: 12px;
}
.nav-search{
    width: 1200px;
    height: 140px;
    position: relative;
    margin: 0 auto 0;
    /*padding: 40px 0 50px 0;*/
}
.nav-search-left{
    width: 216px;
    color: #d9131f;
    height: 70px;
    display: inline-block;
    text-align: center;
    margin-top: 35px;
    float: left;
}
.nav-search-left>img{
    width: 100%;
    height: 100%;
    display: block;
}
.nav-search-center{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 426px;
    margin-left: -213px;
    margin-top: -20px;
    height: 40px;
    line-height: 40px;
}
.nav-search-center>input{
    float: left;
    width: 289px;
    height: 36px;
    border: 2px solid #e33e3f;
    background: url("../img/nav_search_bg.png") no-repeat left;
    background-position-x:13px ;
    padding: 0 10px 0 36px;
}
.nav-search-center>button{
    float: left;
    height: 40px;
    width: 87px;
    background: #e33e3f;
    color: #fff;
}
.nav-search-right{
    display: block;
    float: right;
    width: 180px;
    height: 40px;
    line-height: 40px;
    background: #e33e3f;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 50px;
}
.nav-search-number{
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #e33e3f;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
}
.nav-search-right>i{
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
}
.nav-shop-cat{
    vertical-align: middle;
    display: inline-block;
}
.menu{
    width: 1200px;
    margin: 0 auto 0;
}
.menu>li{
    height: 38px;
    line-height: 38px;
    float: left;
    margin-left: 26px;
}
.menu>li:first-child{
    margin-left: 0;
}
.menu-spe{
    display: block;
    background-color: #e33e3f;
    color: #fff;
    padding: 0px 69px;
}
.menu_active{
    color: #e33e3f;
}
.nva-xian{
    height: 2px;
    width: 100%;
    background-color: #e33e3f;
}
/*主页部分*/
.index{
    width: 100%;
}
.banner{
    position: relative;
    width: 100%;
    height: 500px;
    z-index: 2;
}
.banner .swiper-container {
    width: 100%;
    height: 100%;
}
.index .banner .swiper-slide img{
    width: 100%;
    height: 500px;
}
.index .banner .swiper-pagination-bullet{
    background: none!important;
    border: 2px solid #fff;
}
.index .banner .swiper-pagination-bullet-active{
    background: #fff!important;
}
.banner-btn{
    height: 500px;
    position: relative;
    top: -500px;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    z-index: 4;
}
.banner-btn .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 246px!important;
    right: auto;
}
.banner-btn .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 0;
}
.tar{
    position: absolute;
    top: 0px;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
}
.tar-menu{
    position: relative;
    z-index: 4;
    width: 246px;
    text-align: center;
    float: left;
}
.tar-cur{
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    color: #5e5e5e;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    z-index: 2;
    background-color: #fff;
}
.tar-list{
    padding: 10px 0;
    width: 100%;
    background-color: #fff;
}
 .tar-list>li{
     position: relative;
     font-size: 16px;
     height: 48px;
     line-height: 48px;
     z-index: 1;
     transition:font-size 0.35s;
 }
.tar-list-top{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #e33e3f;
    color: #fff;
}
.tar-content{
    position: relative;
    width: 954px;
    height: 500px;
    float: left;
    background: #fff;
    box-shadow: -1px 2px 8px -6px #8d8d8d;
    overflow: hidden;
    display: none;
    z-index: 4;
}
.tar-active{
    display: block;
}
.tar-content-list{
    margin-top: 20px;
}
.tar-content-title{
    display: inline-block;
    margin:10px 0 0 26px;
    width: 100px;
    float: left;
}
.tar-content-type{
    width: 828px;
    display: inline-block;
}
.tar-content-type>a{
    color: #a2a2a2;
    border-left: 1px solid #a2a2a2;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    padding: 0 20px;
    margin-top: 10px;
}
.body{
    padding: 32px 0;
    width: 100%;
    background: #f6f6f6;
}
.img-show{
    width: 1200px;
    margin: 0 auto 0;
}
.img-show>li{
    float: left;
    width: 380px;
    height: 220px;
    overflow: hidden;
    margin-left: 30px;
}
.img-show>li>img{
    width: 100%;
    height: 100%;
    display: block;
}
.img-show>li:first-child{
    margin-left: 0;
}
.list{
    width: 1200px;
    margin: 40px auto 0;
}
.pdb08{
    padding-bottom: 8px!important;
}
.list-top{
    border-left: 4px solid #e33e3f;
    padding-left: 9px;
}
.list-top span{
    color: #9f9f9f;
    font-size: 16px;
    margin-right: 14px;
}
.list-title{
    display: inline-block;
    color: #5e5e5e;
    margin-right: 50px;
}
.list-more{
    float: right;
    color: #9f9f9f;
}
.list-box{
    width: 218px!important;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 4px 11px -10px #888;
    border-radius: 3px;
    color: #868686;
}
 .list-box>img{
     width: 175px;
     height: 175px;
 }
.list-box-title{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list-box-price{
    color: #e33e3f;
}
.list .swiper-button-next:after, .list .swiper-button-prev:after{
     font-size: 0;
 }
.list .swiper-button-prev, .list .swiper-container-rtl .swiper-button-next{
    left: 0;
}
.list .swiper-button-next, .list .swiper-container-rtl .swiper-button-prev{
    right: 0;
}
.list-content-adv{
    width: 464px;
    height: 318px;
    float: left;
}
 .list-content-adv>img{
     width: 100%;
     height: 100%;
     display: block;
 }
 .list-content>li{
     float: left;
     width: 219px;
     height: 318px;
     box-sizing: border-box;
     padding: 22px;
     background: #fff;
     text-align: center;
     margin: 25px 0 0 26px;
     box-shadow: 0px 4px 33px -28px #888;
     border-radius: 3px;
 }
 .list-content>li>a{
     color: #868686;
 }
 .list-content>li:nth-child(5){
     margin-left: 0;
 }
 .list-content>li>a>img{
     width: 175px;
     height: 175px;
     display: block;
 }
 .copy{
     border-top: 1px solid #f4f4f4;
     font-size: 16px;
     background-color: #fff;
     color: #888888;
     text-align: center;
     line-height: 30px;
     padding: 24px 0 34px 0;
 }

 /*lists列表css*/
.lists-bg{
    width: 100%;
    padding-top: 20px;
    background-color: #f6f6f6;
}
.lists{
    width: 1200px;
    margin: 0 auto 0;
}
.lists-type>li{
    position: relative;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #555555;
    cursor: pointer;
}
.lists-type>li:nth-child(2n){
    border: none;
    display: inline-block;
    margin: 0 10px;
}
.lists-type-classify{
    display: inline-block;
    padding:0 4px 0 12px;
    position: relative;
    border: 1px solid #f3f3f3;
    box-sizing: border-box;
    height: 30px;
    background-color: #fff;
}
.lists-type-cur{
    position: relative;
    border: 1px solid #e4393c;
    border-bottom: medium none;
    z-index: 2;
}
.lists-type-i{
    color: #e4393c;
    z-index: 2;
}
.lists-type-classify>i{
    font-size: 20px;
    vertical-align: middle;
    padding-left: 4px;
}
.lists-classify-menu{
    display: none;
    border: 1px solid #e4393c;
    width: 190px;
    position: absolute;
    top: 29px;
    left: 0;
    z-index: 1;
}
.lists-classify-list{
    line-height: 24px;
    padding: 10px 0;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
}
.lists-classify-list>li{
    float: left;
}
.lists-classify-list>li>a{
    font-size: 12px;
    color: #888888;
    display: inline-block;
    margin-left: 20px;
}
.lists-search{
    font-size: 14px;
    color: #555555;
    font-weight: unset;
    padding: 20px 0 30px 18px;
    background-color: #fff;
    border: 1px solid #f3f3f3;
}
.lists-content-title, .lists-content-type{
    display: inline-block;
}
.lists-content-type>a{
    margin-left: 20px;
}
.lists-filter{
    width: 100%;
}
.lists-filter-top{
    height: 40px;
    background-color: #fff;
    position: relative;
}
.lists-filter-top>ul>li{
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
    float: left;
    text-align: center;
    margin: 1px 0 0 1px;
}
.lists-filter-active{
    background-color: #fff;
    color: #e33e3f;
}
.lists-filter-active a{
    color: #e33e3f;
}
.lists-sort{
    display: inline-block;
    line-height: 1px;
}
.lists-sort-top, .lists-sort-bottom{
    width: 9px;
    height: 6px;
    display:block;
    background: url("../img/sort_top.png") no-repeat center;
    background-size: 9px 6px;
}
.lists-sort-bottom{
    background: url("../img/sort_bottom.png") no-repeat center;
}
.lists-area{
    line-height: 35px;
}
.lists-area>input{
    width: 58px;
    height: 22px;
    line-height: 22px;
    background: #eeeeee url("../img/lists_money_icon.png") no-repeat left;
    background-position-x: 5px;
    padding-left: 18px;
}
.lists-more{
    font-size: 14px;
    color: #b2b2b2;
    position: absolute;
    right: 20px;
    top: 0;
    height: 38px;
    line-height: 38px;
}
.lists-more>a{
    color: #b2b2b2;
}
.lists-article{

}
.lists-article>li{
    width: 280px;
    height: 390px;
    border: 1px solid #f3f3f3;
    float: left;
    margin: 20px 0 0 24px;
    background-color: #fff;
}
.lists-article>li:nth-child(4n+1){
    margin-left: 0;
}
.lists-article>li img{
    width: 100%;
    height: 282px;
    display: block;
}
.lists-article-price{
    padding: 0 16px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}
.lists-price-left{
    float: left;
    color: #e33e3f;
}
.lists-price-right{
    float: right;
    color: #b2b2b2;
}
.lists-article>li p{
    color: #555;
    padding: 0 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}
.lists .list .list-content>li:first-child{
    margin-left: 0;
}
.lists .list .list-content>li:last-child{
    margin-left: 25px;
}
.pages{
    text-align: center;
    min-width: 100px;
}
.pagination{
    display: inline-block;
    padding: 30px 0;
    border-radius: 4px;
}
.pagination>li{
    display: inline-block;
}
.pagination>li>span, .pagination>li>a{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 14px;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    margin-right: 6px;
}
.page-active>span, .page-active>a{
    z-index: 2;
    color: #fff!important;
    background-color: #d71518!important;
    border-color: #d71518!important;
}
.lists .list .list-content{
    /*background-color: #fefefe;*/
    padding-bottom: 34px;
}

/*shop购物车css*/
.shop .nav-search-center{
    right: 0!important;
    left: unset;
}
.shop .shop-number{
    float: left;
    display: inline-block;
    margin: 59px 0 0 24px;
}
.shop-box{
    width: 100%;
    background-color:#f6f6f6;
}
.shop-content{
    width: 1200px;
    margin:  0 auto 0;
    padding: 20px 0 30px 0;
}
.shop-top{
    position: relative;
    background-color: #fff;
    padding: 15px 0;
}
.shop-manage{
    color: #e33e3f;
    display: inline-block;
}
.shop-top>span{
    margin-left:100px;
    font-size: 16px;
    color: #555555;
}
.shop-checkbox{
    width: 14px;
    height: 14px;
    background-color: #fff;
    /*font-size: 3rem;*/
    /*margin: 0 1rem 0 0;*/
    border: 1px solid #d6d6d6;
    color: #fff;
    text-align: center;
    line-height: 14px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}
.shop-checkbox:checked {
    color: #d9131f;background:url("../img/shop_checkbox_bg.png") no-repeat center;
    border: 1px solid #e33e3f;
}
.shop-store{
    background-color: #fff;
    padding: 0 60px 40px 40px;
}
.shop-store-top{
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
}
.shop-store-top>label{
    color: #555;
}
.shop-store-left{
    float: left;
}
.shop-store-top>a{
    float: right;
    color: #bbbbbb;
}
.shop-store>li{
    position: relative;
    height: 100px;
    font-size: 14px;
    padding-top: 40px;
}
.shop-store>li>input{
    position: absolute;
    top: 40px;
    left: 0;
}
.shop-store-logo{
    display: inline-block;
    width: 102px;
    height: 102px;
    overflow: hidden;
    border: 1px solid #eee;
    margin-left: 60px;
}
.shop-store-logo, .shop-store-title, .shop-count-show, .shop-store>li>span, .shop-count-ware, .shop-store-size{
    float: left;
    display: inline-block;
}
.shop-store-logo>img{
    width: 100%;
    height: 100%;
    display: block;
}
.shop-store-title{
    height: 100%;
    width: 260px;
    color: #5e5e5e;
    margin-left: 15px;
    line-height: 22px;
}
.shop-store>li>span{
    margin-left: 70px;
    color: #bbbbbb;
}
.shop-store-size{
    width: 28px;
}
.shop-count-ware{
    margin-left: 70px;
}
.shop-count-ware>div{
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #eee;
    color: #bbbbbb;
    cursor: pointer;
}
.shop-count-detail{
    margin: 0 -1px 0 -1px;
}
.shop-count-add, .shop-count-reduce{
    padding: 3px 8px!important;
}
.shop-count-show{
    font-weight: bold;
    margin-left: 70px;
}
.shop-pro-btn{
    float: right;
}
.shop-btn-del, .shop-btn-select{
    display: block;
    font-size: 14px;
    color: #9f9f9f;
}
.shop-content .list .list-content>li:first-child{
    margin-left: 0;
}
.shop-content .list .list-content>li:last-child{
    margin-left: 25px;
}
.shop-del, .shop-select, .shop-cur-number, .shop-pay-menu{
    color: #9f9f9f!important;
}
.shop-del, .shop-select{
    cursor: pointer;
}
.shop-pro-save{
    color: #000;
}
.shop-pay-money{
    color: #e33e3f;
    font-size: 24px;
}
.shop-pay-all{
    position: absolute;
    right: 0;
    top: 50%;
    width: 155px;
    margin-top: -30.5px;
    display: inline-block;
    height: 61px;
    line-height: 61px;
    background: #e33e3f;
    color: #fff;
    text-align: center;
}

/*详情页css*/
.detail-bg{
    width: 100%;
    background-color: #f6f6f6;
    /*padding: 30px 0;*/
}
.detail{
    width:1200px;
    margin: 0 auto 0;
    /*padding: 0 0 20px 20px;*/
}
.detail-nav{
    padding: 20px 0;
}
.detail-nav-route{
    float: left;
}
.detail-nav-route>a, .detail-nav-right{
    font-size: 14px;
    color: #555555;
}
.detail-nav-route>a:last-child, .detail-nav-right>a{
    color: #bbbbbb!important;
}
.detail-nav-route>span{
    padding: 0 10px;
}
.detail-nav-right{
    float: right;
    background: url("../img/detail_nav_right.png") no-repeat left;
    padding-left: 20px;
    margin-right: 20px;
}
.detail-content{
    background-color: #fff;
    padding: 27px 0 35px 0;
}
.detail-content-left{
    width: 470px;
    float: left;
    padding: 0 18px;
    border-right: 1px solid #eeeeee;
}
.detail-left-big{
    width: 470px;
    height: 346px;
    overflow: hidden;
}
.detail-left-big>img{
    width: 100%;
    height: 100%;
    display: block;
}
.detail-small{
    width: 58px!important;
    height: 58px!important;
    border: 1px solid #eee;
    cursor: pointer;
}
.detail-small-cur{
    border: 2px solid #e33e3f!important;
    box-sizing: border-box!important;
    padding: 2px!important;
}
.detail-small>img{
    width: 100%!important;
    height: 100%!important;
}
.detail-box{
    box-sizing: border-box!important;
}
.detail-left-small{
    position: relative;
    padding: 12px 24px;
    background-color: #f6f6f6;
}
.detail-left-small .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: -8px;
    left: auto;
}
.detail-left-small .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: -8px;
    right: auto;
}
.detail-left-small .swiper-button-next:after, .detail-left-small .swiper-button-prev:after{
    font-size: 0!important;
}
.detail-content-right{
    width: 660px;
    float: right;
}
.detail-right-title{
    padding: 0 22px;
    box-sizing: border-box;
    width: 100%;
    color: #555555;
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.detail-right-explain{
    color: #e33e3f;
    margin-top: 6px;
    padding: 0 22px;
    box-sizing: border-box;
}
.detail-right-detail{
    width: 660px;
    height: 100px;
    background: #fbfcfc url("../img/detail_price_bg.png") no-repeat center;
    margin-top: 28px;
}
.detail-detail-top, .detail-detail-bottom>span, .detail-right-attr, .detail-right-number>span{
    font-size: 14px;
    color: #888888;
}
.detail-detail-top{
    margin-left:20px;
    padding-top: 24px;
}
.detail-detail-number{
    color: #e33e3f!important;
    width: 60px;
    display: inline-block;
}
.detail-detail-price{
    color: #e33e3f!important;
    font-size: 30px!important;
    width: 200px!important;
    display: inline-block!important;
    overflow: hidden!important;
    vertical-align: middle!important;
}
.detail-right-fare{
    padding: 20px 0;
    border-bottom: 1px solid #f3f3f3;
}
.detail-attr-choose, .detail-right-attr>ul{
    display: inline-block;
}
.detail-attr-choose .action{
    border: 1px solid #e33e3f;
}
.detail-right-attr>ul>li{
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid #eee;
    background-color: #fdfdfd;
    margin-left: 10px;
    cursor: pointer;
}
.detail-right-number{
    margin-top: 38px;
}
.detail-right-count{
    display: inline-block;
    border-radius: 3px;
}
.detail-right-count>span{
    display: inline-block;
}
.detail-count-reduce, .detail-count-add{
    color: #e33e3f!important;
    border: 1px solid #e33e3f;
    height: 24px;
    line-height: 24px;
    width: 20px;
    text-align: center;
    cursor: pointer;
    padding: 0;
    border-radius: 0 3px 3px 0px;
    display: inline-block;
}
.detail-count-reduce{
    border-radius: 3px 0 0 3px;
}

.detail-count-count{
    width: 53px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-top:1px solid #e33e3f;
    border-bottom: 1px solid #e33e3f;
    margin: 0;
    display: inline-block;
}
.detail-right-btn{
    margin: 24px 0 0 90px;
}
.detail-right-btn .btn{
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    margin-right: 12px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
}
.detail-right-btn .detail-pro-buy{
    background-color: #fd8f34;
}
.detail-right-btn .detail-pro-cat{
    background-color: #e33e3f;
}
.detail-link{
    padding-top: 12px;
    background-color: #fff;
}
.detail-link>a{
    display: inline-block;
    color: #888888;
    font-size: 14px;
    line-height: 24px;
}
.detail-select{
    padding-left: 20px;
    background: url("../img/detail_select_logo.png") no-repeat left;
}
.detail-unselect{
    padding-left: 20px;
    background: url("../img/detail_unselect_logo.png") no-repeat left;
}
.detail-share{
    padding-left: 24px;
    margin-left: 22px;
    background: url("../img/detail_share_logo.png") no-repeat left;
}
.detail-report{
    float: right;
}
.detail-message{
    padding-bottom: 46px;
}
.detail-message-left{
    width: 200px;
    box-sizing: border-box;
    float: left;
}
.detail-msg-store{
    border:1px solid #f3f3f3;
}
.detail-store-title{
    background: #fff url("../img/detail_store_logo.png") no-repeat left;
    background-position-x: 16px;
    padding: 10px 0 10px 40px;
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.detail-comment{
    padding: 0px 14px;
    background-color: #fff;
}
.detail-comment-store{
    padding: 14px 0;
    border-bottom: 1px solid #f3f3f3;
}
.detail-comment-grade{
    margin-left: 24px;
    font-size: 14px;
    color: #888888;
}
.detail-comment-store>a>i{
    font-size: 14px;
    color: #e33e3f;
}
.detail-comment-msg{
    color: #888888;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
}
.detail-comment-score{
    font-weight: bold;
    font-size: 12px;
    color: #e33e3f;
    margin-left: 28px;
}
.detail-comment-green{
    color: #046622!important;
}
.detail-comment-score>i{
    font-size: 12px;
}
.detail-comment-btn{
    padding: 16px;
    background-color: #fff;
}
.detail-comment-btn>a{
    padding: 6px 12px;
    font-size: 14px;
}
.detail-comment-in{
    color: #fff;
    background-color: #555555;
}
.detail-comment-select{
    background-color:#f7f7f7;
    color: #555;
}
.detail-msg-search{
    margin-top: 18px;
}
.detail-msg-search .detail-store-title, .detail-msg-recom .detail-store-title{
    background: #fff!important;
    padding: 10px 0 10px 14px!important;
}
.detail-search{
    padding: 16px 14px;
    background-color: #fff;
}
.detail-search-key, .detail-search-area{
    font-size: 14px;
    color: #555555;
}
.detail-search-key>input{
    width: 106px;
    height: 18px;
    border: 1px solid #e5e5e5;
    margin-left: 8px;
}
.detail-search-area>input{
    width: 38px;
    height: 18px;
    border: 1px solid #e5e5e5;
}
.detail-search-dao{
    margin: 0 6px;
}
.detail-search-btn{
    text-align: center;
}
.detail-search-btn>a{
    display: inline-block;
    padding: 4px 10px;
    background-color: #f6f5f5;
}
.detail-msg-recom{
    border: 1px solid #e5e5e5;
    padding-bottom: 20px;
    background-color: #fff;
}
.detail-recom-top{
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color:#fff;
    text-align: center;
    color: #9c9c9c;
}
.detail-recom-list{
    padding: 0 16px;
}
.detail-recom-list>li{
    margin-top: 20px;
}
.detail-recom-list>li>a>img{
    width: 100%;
    height: 154px;
    display: block;
}
.detail-recom-list>li>a>p{
    text-align: center;
    font-size: 14px;
    color: #555555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.detail-message-right{
    float: right;
    width: 980px;
}
.detail-msg-show{
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
}
.detail-msg-show>li{
    text-align: center;
    padding: 0 50px;
    height: 40px;
    line-height: 40px;
    color: #555555;
    float: left;
    cursor: pointer;
}

.detail-show-content {
    line-height: 1.8em;
    margin: 30px;
}
.detail-show-content p
{
    margin: 20px auto;
}
.detail-show-cur{
    border-bottom: 3px solid #e33e3f;
}
.detail-msg-all{
    display: none;
}
.detail-msg-cur{
    display: block;
    background-color: #fff;
    padding: 30px 0;
}
.detail-show-explain{
    float: left;
    width: 300px;
    margin-left: 20px;
}
.detail-show-explain>p{
    font-size: 14px;
    color: #555555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 20px;
}
.detail-all-date{
    margin-top: 20px;
    font-size: 16px;
    color: #555555;
    padding-left: 20px;
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}
.detail-all-img{
    width: 790px;
    margin: 0 auto 0;
    padding: 20px 0;
}
.detail-all-img>img{
    width: 100%;
    display: block;
}
.detail-all-bottom{
    background-color: #fbfbfb;
}
.detail-all-pd{
    padding: 16px 20px 30px 20px;
}
.detail-all-left{
    width: 186px;
    text-align: center;
    float: left;
    border-right: 1px solid #e9e9e9;
    margin-top: 14px;
}
.detail-all-left>h3{
    font-size: 56px;
    line-height: 56px;
    color: #df3033;
}
.detail-all-left>p{
    color: #595959;
    margin-top: 10px;
}
.detail-all-right{
    width: 660px;
    float: left;
    margin-left: 50px;

}
.detail-all-right>li{
    text-align: center;
    padding: 10px 15px;
    border: 1px solid #d3d3d3;
    border-radius: 12px;
    float: left;
    margin-left: 10px;
    font-size: 12px;
    color: #595959;
    margin-top: 14px;
}
.detail-show-nav{
    margin-top: 36px;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
}
.detail-show-nav li{
    float: left;
    margin-left: 34px;
    height: 38px;
    line-height: 38px;
}
.detail-show-nav li>input{
    width: 14px;
    height: 14px;
    background-color: #fff;
    /*font-size: 3rem;*/
    vertical-align: middle;
    border: 1px solid #d6d6d6;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 14px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    margin-right: 10px;
}
.detail-show-nav li>input:checked {
    color: #d9131f;background:url("../img/detail_checkbox_bg.png") no-repeat center;
    border: 1px solid #e33e3f;
}
.detail-show-nav li>a{
    color: #555555;
    font-size: 14px;
}
.detail-nav-cur{
    border-bottom: 3px solid #e33e3f!important;
}
.detail-nav-list{
    padding: 20px 0;
    border-bottom: 1px solid #f3f3f3;
}
.detail-comment-left{
    width: 156px;
    float: left;
}
.detail-comment-head{
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
}
.detail-comment-head>img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
}
.detail-comment-attr{
    margin-top: 20px;
}
.detail-comment-left>span{
    vertical-align: middle;
}
.detail-comment-right{
    float: right;
    width: 788px;
}
.detail-comment-xinxin>a>i{
    font-size: 14px;
    color: #e33e3f;
}
.detail-comment-content{
    margin-top: 16px;
    font-size: 12px;
    color: #555;
}
.detail-comment-img{

}
.detail-comment-img>li{
    width: 180px;
    height: 124px;
    float: left;
    margin: 24px 0 0 22px;
}
.detail-comment-img>li:nth-child(4n+1){
    margin-left: 0;
}
.detail-attr-left{
    float: left;
}
.detail-attr-left>span, .detail-attr-right>a{
    font-size: 14px;
    color: #888888;
}
.detail-attr-date{
    margin-left: 28px;
}
.detail-attr-hours{
    margin-left: 20px;
}
.detail-attr-right{
    float: right;
}
.detail-attr-assist{
    margin-left: 20px;
}