@charset "utf-8";
/* CSS Document */
#main{
    background: #e5e6e7;
    z-index: auto;
}
.product-detail{
    width: auto;
    min-width: 300px;
    max-width: 480px;
    margin: 0 auto;
    margin-top: 10px;
    /*border-top: solid 1px #eee;*/
    font-size: 14px;
    background: #e5e6e7;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}
.product-detail .row img{
    height: auto;
}
.product-detail .row{
    margin: 0;
    background: #fff;
    /*border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;*/
}
.product-detail .row.first{
    border-bottom: none;
    /*border-bottom: 1px solid #e5e5e5;*/
}
.product-detail .segment {
   /* border-bottom: 1px solid #e5e5e5;*/
    margin-bottom: 8px;
}
.product-detail .border-bl{
    background-image: url("../images/sc_pics.png");
    height: 8px;
    background-repeat: repeat-x;
    background-position-y: -260px;
}
.product-detail .show-car{
    position: absolute;
    color: #949494;
    right: 10px;
    top: 0px;
}
.product-detail .show-car .iconfont{
    font-size: 24px;
}
.product-detail .title{
    font-size: 18px;
    padding: 10px;
}
.product-detail .title .iconfont{
    font-size: 26px;
    color: #737373;
    float: right;
    margin-top: -5px;
}
.product-detail .title .icon-favorite{
    margin-right: 10px;
    font-size: 22px;
}
.product-detail .product-t{
    line-height: 24px;
    padding: 0px 10px;
    height: 48px;
    width: 80%;
    float: left;
    margin-left: -1px;
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
}
.product-detail .product-shou{
    line-height: 21px;
    padding: 0px 10px;
    height: 38px;
    width: 20%;
    margin-left: 80%;
    margin-top: 2px;
    margin-bottom: 2px;
    border-left: solid 1px #d5d5d5;
}
.product-detail .product-shou span{
    display: block;
    text-align: center;
    color: #595959;
    font-size: 12px;
}
.product-detail .product-shou .iconfont{
    color: #ff6601;
    font-size: 20px;
}
.product-detail .shop-info{
    height: 50px;
    line-height: 50px;
    color: #616161;
    padding: 0 10px;
    border-bottom: solid 1px #e8e5e5;
    border-top: solid 1px #e8e5e5;
}
.product-detail .row-item{
    padding-bottom: 8px;
    padding-left: 10px;
}
.product-detail .row-item .item-title {
    color: #999;
}
.product-detail .price-info{
    padding-left: 10px;
    padding-right: 10px;
    color: #a1a1a1;
    vertical-align: bottom;
}
.product-detail .price-info .xs-num{
    float: right;
    height: 28px;
    line-height: 32px;
}
.product-detail .prc{
    color: #ff6600;
    font-size: 20px;
    margin-right: 10px;
}
.product-detail .red-bg{
    background-color: #4589f4;
    color: #fff;
    font-size: 12px;
    font-family: "Droid Sans Fallback", Helvetica, Arial, 'Microsoft Yahei', sans-serif;
    padding: 4px 6px;
    display: inline-block;
    margin-bottom: 5px;
}
.product-detail .red-bg:nth-child(2){
    background-color: #FF4C85;
}
.product-detail .red-bg:nth-child(3){
    background-color: #44b600;
}

.product-detail .red-bg i{
    font-family: "Arial";
    font-size: 14px;
    vertical-align: -1px;
}
.product-detail .shop-info a{
    color: #0066cc;
}
.product-detail .price-lg{
    color: #f60;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    padding: 0 10px;
    text-indent: 38px;
}
.product-detail .yf{
    float: right;
    font-size: 12px;
}
.product-detail .choice-info{
    height: 55px;
    line-height: 55px;
    padding: 0 10px;
    border-bottom: dashed 1px #ccc;
    margin-bottom: -1px;
    overflow: hidden;
}
.product-detail .details{
    /*border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;*/
    background: #fff;
    margin: 10px 0 10px;
    padding: 0;
}
.product-detail .details .con {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 60px;
}
.product-detail .details .wrapper {
    margin-top: 7px;
    margin-bottom: 7px;
}
.product-detail .details .d-header {
    padding: 10px 0 10px 10px;
    border-bottom: solid 1px #e7e7e7;
}
.product-detail .details .d-header .slink {
    height: 22px;
    line-height: 22px;
    display: block;
}
.product-detail .details .d-header .store-name {
    color: #333;
}
.product-detail .details .d-header .shop-icon {
    color: #666;
    font-size: 22px;
}
.product-detail .details .d-header .store-enter {
    color: #999;
    font-size: 14px;
}
.product-detail .details .d-header .right-arrow {
    font-size: 14px;
     color: #999;
}
.product-detail .details .title{
    color: #ccc;
    border-top: solid 2px #fff;
    padding: 0px;
    font-size: 14px;
    float: left;
    height: 32px;
    width: 76px;
    text-align: center;
    line-height: 32px;
}
.product-detail .details .title.cur{
    color: #fc5b6b;
}
.product-detail .con p{
    margin: 0px;
    padding: 0px;
}
.product-detail .details .t-bor{
    width: 1px;
    background-color: #ccc;
    height: 20px;
    float: right;
    display: block;
    margin-top: 6px;
    margin-right: 2px;
}
.product-detail .details img{
    max-width: 100%;
}
.product-detail .img-wp{
    display: block;
    width: 70%;
    padding-top: 70%;
    margin: 0 auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% auto;
    
}
.product-detail .btns{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 50px;
    overflow: hidden;
    padding: 6px 7px;
    border-top: 1px solid #d4d4d4;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.product-detail .btns .col-xs-6 {
    padding: 0 3px;
}
.product-detail .btns .col-xs-6 a {
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    color: #333;
    display: inline-block;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 4px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
}
.product-detail .btns .col-xs-6 .car {
    border-color: #40b396;
    color: #40b396;
}
.product-detail .btns .col-xs-6 .share {
    border-color: #40b396;
    background-color: #40b396;
    color: #fff;
}
.shade {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: 1000;
    display: none;
}
.detail-layout {
    position: fixed;
/*    display: none;*/
    left: 0px;
    bottom: -331px;
    overflow: hidden;
    width: 100%;
    height: 331px;
/*    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);*/
    z-index: 99999;
/*    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;*/
    background: #fff;
/*    visibility: hidden;*/
}
.show-animate {
/*    visibility: visible;*/
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.detail-layout .layout-title {
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 0 6px;
    background: #fff;
}
.detail-layout .layout-title .thumb {
    float: left;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 2px 0 0 10px;
    overflow: hidden;
}
.detail-layout .layout-title .thumb  img {
    height: 40px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; 
}
.detail-layout .goods-detail {
    margin-left: 55px;
    position: relative;
}
.detail-layout .goods-detail .goods-title {
    padding-right: 45px;
    line-height: 22px;
    position: relative;
    font-size: 12px;
    white-space: nowrap;
    margin: 0 0 2px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detail-layout .goods-detail .goods-price {
    font-size: 18px;
    font-weight: 700;
    padding: 0 55px 0 0;
    text-align: left;
    color: #f60;
}
.detail-layout .goods-detail .goods-price .dollar {
    padding-top: 1px;

    color: #f60;
    font-size: 14px;
    font-weight: 400;
}
.detail-layout .close-btn {
    position: absolute;
    right: 3px;
    top: 0;
    padding: 10px;
}
.detail-layout .close-btn .cancel-icon {
    font-size: 25px;
    color: #999;
}
.detail-layout .layout-content {
    height: 280px;
    overflow-y: scroll;
    border: 1px solid white;
    line-height: 20px;
    background-color: #fff;
/*    -webkit-overflow-scrolling: touch;*/
}
.detail-layout .layout-content .goods-models {
    padding: 1px 10px 1px 10px;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
}
.detail-layout .layout-content .goods-models>dl {
    padding: 7px 0 4px 0;
    margin: 0;
}
.layout-content .goods-models .block-item:first-child {
    border-top: 0;
}
.layout-content .goods-models .block-item {
    border-top: 1px solid #e5e5e5;
    line-height: 22px;
}
.layout-content .goods-models .block-item dl,
.layout-content .goods-models .block-item dd {
    margin: 0;
}
.goods-models .block-item .model-title {
    font-size: 13px;
    font-weight: 400;
    color: #333;
    line-height: 25px;
}
.layout-content .goods-models .block-item .model-list {
    margin: 0;
    padding: 0;
    padding-right: 50px;
}
.goods-models .block-item .model-list li {
    float: left;
    position: relative;
    margin-right: 10px;
    min-width: 52px;
    max-width: 180px;
    line-height: 16px;
    padding: 6px 9px;
    margin-bottom: 10px;
    color: #000;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 3px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.goods-models .block-item .model-list .active-tag {
    color: #f60;
    border-color: #f60;
}
.block-item .model-list .active-tag:after {
    position: absolute;
    content: ' ';
    bottom: -1px;
    right: -1px;
    height: 12px;
    width: 12px;
    background: url(../images/tagactive.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.goods-models .block-item .num {
    width: 15%;
    line-height: 42px;
    padding-top: 3px;
    font-size: 13px;
    float: left;
}
.goods-models .block-item .quantity {
    float: right;
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    position: relative;
}
.block-item .quantity .minus {
    width: 37px;
    height: 29px;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 2px 0 0 2px;
    position: relative;
    font-size: 16px;
    line-height: 10px;
    font-weight: bold;
    color: #666;
    margin: 0;
    padding: 5px;
    outline: none;
    text-align: center;
    vertical-align: middle;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    cursor: pointer;
}
.block-item  .quantity .disabled:before,
.block-item  .quantity .disabled:after {
    background-color: #dddddd;
}
.quantity .minus:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 8px;
    height: 2px;
    background-color: #6c6c6c;
}
.quantity .plus:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 8px;
    height: 2px;
    background-color: #6c6c6c;
}
.quantity .plus:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 2px;
    height: 8px;
    background-color: #6c6c6c;
}
.block-item .quantity .txt {
    width: 33px;
    height: 25px;
    padding: 1px;
    border: 1px solid #999;
    border-width: 1px 0 1px 0;
    box-sizing: content-box;
    margin: 0;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    border-radius: 0;
    outline: none;
}
.block-item .quantity .plus {
    width: 37px;
    height: 29px;
    background-color: white;
    border: 1px solid #999;
    border-radius: 0 2px 2px 0;
    position: relative;
    font-size: 16px;
    line-height: 10px;
    font-weight: bold;
    color: #666;
    margin: 0;
    padding: 5px;
    outline: none !important;
    text-align: center;
    vertical-align: middle;
    text-indent: -9999px;
    overflow: hidden;
}
.quantity .area-minus {
    width: 42px;
    height: 42px;
    top: -7px;
    position: absolute;
    left: -5px;
}
.quantity .area-plus {
    right: -5px;
    width: 42px;
    height: 42px;
    top: -7px;
    position: absolute;
}
.quantity .txtCover {
    position: absolute;
    top: 0;
    left: 37px;
    bottom: 0;
    right: 37px;
}
.goods-models .block-item .stock {
    float: right;
    line-height: 42px;
    padding-right: 7px;
    font-size: 12px;
}
.goods-models .block-item .stock .m-title {
    float: left;
    padding-top: 3px;
    font-size: 13px;
    font-weight: 400;
    line-height: 42px;
}
.goods-models .block-item .stock .stock-num {
    padding-left: 3px;
    line-height: 48px;
    float: left;
}
.layout-content .content-foot {
    padding: 10px;
    font-size: 0px;
}
.layout-content .content-foot .next-btn,
.layout-content .content-foot .car-btn,
.layout-content .content-foot .buy-btn {
    display: inline-block;
    text-align: center;
    width: 50%;
    padding: 11px 10px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    cursor: pointer;
    border: 0;
}
.layout-content .content-foot .next-btn {
    width: 100%;
    border-radius: 4px;
    background-color: #f15a0c;
}
.layout-content .content-foot .car-btn {
    background: #fe9100;
}
.layout-content .content-foot .buy-btn {
    background: #f15a0c;
}
.product-detail .btn-buy-now{
    background: #e83e3e;
    border: solid 1px #e83e3e;
    color: white;
    font-size: 14px;
}
.product-detail .btns .col-xs-6 .buy-now {
    background-color: #e03313;
    border-color: #e03313;
    color: #fff;
}

.product-detail .btn-car{
    background: #e8973e;
    border: solid 1px #e8973e;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
}
.product-detail .pro-info{
    padding: 0px;
    width: 100%;
    margin: 10px 0px;
}
.product-detail .pro-info .item{
    overflow: hidden;
}
.product-detail .pro-info .key{
    white-space: nowrap;
    line-height: 40px;
    width: 60px;
    text-indent: 10px;
    padding-right: 5px;
}

.product-detail .pro-info .vals{
    font-size: 12px;
    overflow: hidden;
    padding: 0px;
}

.product-detail .vals a{
    height: 26px;
    line-height: 26px;
    border: solid 1px #ccc;
    display: block;
    float: left;
    background: #f8f8f8;
    padding: 0 5px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 4px;
    color: #333333;
    margin-top: 2px;
    margin-bottom: 2px;
}
.product-detail .nums a:first-child{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-position-y: -55px;
    background-position-x: 12px;
}
.product-detail .nums a:last-child{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-position-y: -90px;
    background-position-x: 12px;
}
/*border-top-left-radius: 3*/
.product-detail .vals a.cur{
    border-color: #e4393c;
    color: #fff;
    background: #e4393c;
}
.product-detail .nums a{
    height: 36px;
    line-height: 36px;
    text-indent: -99px;
    background: 
}
.product-detail .nums input[type="text"]{
    height: 34px;
    line-height: 34px;
    width: 36px;
    text-align: center;
    border: none;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background: #f8f8f8;
    float: left;
    outline: none;
}
.product-detail .nums a{
    border: solid 1px #ccc;
    background: #fff;
    color: #9f9faa;
    font-size: 42px;
    padding: 0px;   
    margin: 0px;
    width: 36px;
    text-align: center;
    line-height: 34px;
    height: 34px;
    background: url("../images/sc_pics.png") ;
    background-size: 120px auto;
}
.product-detail .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #563D7C;
}
.product-detail .icon-bar + .icon-bar {
  margin-top: 4px;
}
.product-detail .more-img{
    display: block;
    width: 48px;
    margin: 0 auto;
    border: solid 1px #CCC;
    border-top: none;
    border-radius: 0px;
}
.product-detail .bx-wrapper.auto{
    height: auto;
    overflow: auto;
}
.product-detail .bx-controls{
    display: none;
}
.product-detail .bx-wrapper{
    margin-bottom: 0px;
}
.product-detail .bx-viewport{
    border: none;
    left: 0px;
    box-shadow: 0 0 0px #ccc;
}
.product-detail .msg-num {
    position: absolute;
    top: 1px;
    right: -10px;
    display: block;
    background: #f00;
    color: white;
    padding: 0 6.5px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    border-radius: 10px;
}
/*产品列表*/
.pro-list{
    font-family: "Droid Sans Fallback", Helvetica, Arial, 'Microsoft Yahei', sans-serif;
    /* background: #fff; */
	 background: #f5f5f5;
	
}
.pro-list .order-menu{
    position: relative;
    border-bottom: solid 1px #e7e7e7;
    /*border-top: solid 1px #d5d5d5;*/
    background: #fff;
    overflow: hidden;
}
.pro-list .order-menu a{
    display: block;;
    float: left;
    height: 40px;
    width: 46px;
    line-height: 40px;
    padding-left: 10px;
    color: #878787;
    text-align: left;
    font-size: 12px;
}
.pro-list .order-menu .search{
    float: right;
    width: auto;
    margin-right: 10px
    
}
.pro-list .order-menu .iconfont{
    font-size: 14px;
    margin-right: 4px;
}
.pro-list .order-menu a.cur{
    color: #ff3649;
}
.pro-list  .order-menu .cur .sort{
    display: inline;
}
.pro-list  .order-menu .sort{
    display: none;
}
.pro-list  .order-menu .show-style {
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
    color: #595959;
    cursor: pointer;
}

.pro-list .pro-item {
    display: block;
    padding: 0px 10px 6px;
    color: #595959;
    overflow: hidden;
    border-bottom: solid 1px #e7e7e7;
    position: relative;
}
/*.pro-list .pro-item:first-child{
    border: none;
}*/
.pro-list .pro-img{
    width: 84px;
    height: 84px;
}
.pro-list .pro-header{
    display: block;
    float: left;
    position: relative;
    margin: 15px 0px 10px;
}
.pro-list .youhui{
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: right;
    font-size: 12px;
    font-family: "Arial";
    line-height: 20px;
}
.pro-list .youhui .pro-fanli{
    background-color: #468af5;
    padding: 0 12px;
}
.pro-list .youhui .pro-card{
    background-color: #44b501;
    padding: 0 3px;
    float: right;
}
.pro-list .youhui .pro-fanli{
    background-color: #468af5;
    padding: 0 6px;
    float: right;
}
.pro-list .pro-item .price{
    position: relative;
    color: #848484;
    display: block;
    font-size: 12px;
    line-height: 24px;
    margin-top: 20px;
}
.pro-list .pro-item .card-price{
    display: block;
    font-size:18px;
    color:#e10601;
    font-family:Arial;
    line-height: 24px;
}
.pro-list .pro-item .pro-info{
    display: block;
}
.pro-list .pro-info .item{
    padding: 0px;
    font-size: 12px;
    line-height: 24px;
}
.product-detail .card-icon{
    padding-left: 75px;
    font-size: 18px;
    vertical-align: -1px;
}
.pro-list .pro-body{
    margin-left: 90px;
    display: block;
    width: auto;
}
.pro-list .pro-body .dollar {
    font-size: 10px;
}
.pro-list .pro-body .sale-num {
    position: absolute;
    right: 5px;
    bottom: 0;
    font-size: 12px;
    color: #595959;
}
.pro-list .pro-item .price>i{
    padding-left: 5px;
    font-style: normal;
    font-size: 16px;
    color: #ff6600;
}
.pro-list .price s{
    color: #bcbcbc;
    margin-left: 5px;
}
.pro-list .pro-item .pro-name{
    display: block;
    height: 40px;
    overflow: hidden;
    color: #3F3F3F;
    line-height: 20px;
    margin-top: 18px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*筛选进入动画*/
@keyframes shaixuanIn
{
    0% { right: -260px;} 
    100% { right: 0px;}
}

@-webkit-keyframes shaixuanIn /*Safari and Chrome*/
{
    0% { right: -260px;} 
    100% { right: 0px;}
}
.pro-shaixuan{
    position: fixed;
    top: 0px;
    right: 0px;
    width: 260px;
    z-index: 999;
    overflow: scroll;
    overflow-x: hidden;
    background: #cecece;
    height: 100%;
    padding: 10px;
    font-size: 14px;
    -webkit-animation: shaixuanIn 500ms ease;
}
.pro-shaixuan .item-wp{
    position: relative;
    background: #eee;
    border-radius: 3px;
    overflow: hidden;
    padding: 5px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
}
.pro-shaixuan .btn-bar{
    margin: -10px;
    overflow: hidden;
    background-color: #000;
    margin-bottom: 20px;
}
.pro-shaixuan .btn-bar .btn{
    float: right;
    border: none;
    width: 64px;
    height: 32px;
    margin-top: 9px;
    margin-right: 8px;
    margin-bottom: 9px;
    background: #f50;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    padding: 0px;
}
.pro-shaixuan .start-price,.pro-shaixuan .end-price{
    border-radius: 2px;
    width: 64px;
    position: relative;
    top: -2px;
    margin: 2px 2px 0 0;
    padding-left: 4px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    border: none;
}
/*产品分类*/
.first-cats{
    -webkit-animation: LeftIn 500ms ease;
}
.first-cats, .first-cats .item{
    overflow: hidden;
    background: #fff;
}
.first-cats .item{
    border-bottom: dashed 1px #ccc;
    padding: 10px;
}
.first-cats .item .t{
    padding-left: 5px;
    height: 30px;
    line-height: 30px;
    color: #303435;
}
.first-cats .item .iconfont{
    font-size: 16px;
    padding: 0 5px;
}
.first-cats .second-cats{
    border-bottom: none;
}
.second-cats{
    padding-bottom: 5px;
    padding-top: 5px;
    background: #fff;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
    overflow: hidden;
}
.second-cats a{
    float: left;
    padding: 0px 15px;
    border: solid 1px #ccc;
    height: 30px;
    line-height: 28px;
    margin: 5px;
    color: #676767;
    background: #f7f7f7;
    border-radius:4px;
}
.icons{
    background: url("../images/sc_pics.png");
    background-size: 120px auto;
}
.pr-name-tit{ 
    border-bottom:1px dotted #e4e4e4;
    margin-bottom:10px;
}
.pro-list .receive-card{
    border-bottom:0 none;
}
.btn-fx{
    padding:0;
}
.product-detail .favorite .favorite-icon {
    color: #a1a1a1;
}
.detail-tip {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}
.detail-tip .tip-box {
    display: inline-block;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}
.detail-tip .click-icon {
    font-size: 16px;
}
 .detail-tip .loading-img {
    vertical-align: middle;
    width: 20px;
    height: 20px;
}
.mail {
    margin-left: 10px;
}
.product-detail .show-layout {
    position: relative;
    margin-top: 10px;
    height: 40px;
    background: #fff;
    line-height: 40px;
    color: #333;
}
.product-detail .show-layout .item-title {
    color: #333;
}
.product-detail .show-layout .i-box {
    margin-left: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}
.product-detail .show-layout .right-arrow {
    position: absolute;
    right: 5px;
    top: 2px;
    font-size: 14px;
    color: #999;
}
.enter-shop {
    margin-right: 5px;
}