/* 商品详细描述头部样式 */
.descrip-header {
    width: 1208px;
    height: 40px;
    background: #f7f7f7;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.descrip-header ul li {
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #ddd;
    float: left;
}

.descrip-header ul li a {
    color: #24344e;
    background: #f7f7f7;
    display: inline-block;
    width: 100%;
    height: 100% !important;
    font-size: 12px;
    transition: background 0.3s;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
}

.descrip-header ul li a:hover {
    color: #3663b0;
    background: inherit;
    cursor: pointer;
}

.descrip-header ul .active {
    /* border-right: 2px solid #3663b0 !important; */
}

.descrip-header ul .active a {
    background: #fff;
    border-top: 2px solid #3663b0;
    border-left: 2px solid #3663b0;
    border-right: 2px solid #3663b0 !important;
    background: #fff !important;
    height: 37px;
    box-sizing: border-box;
}

/*同类商品推荐样式*/
.goods-recommend {
    margin-bottom: 35px;
    height: 350px;
    border: 1px solid #eee;
}

.goods-recommend h3 {
    /* background: #f7f7f7; */
    font-weight: 700;
    width: 1210px;
    margin: 0 auto;
    color: #666;
    /* border: 1px solid #eee; */
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
}

.recom-cont {
    position: relative;
}

.recom-cont .arrow-prev {
    position: absolute;
    left: 15px;
    top: 95px;
}

.recom-cont .arrow-prev i {
    display: inline-block;
    width: 22px;
    height: 32px;
    background: url("../imgs/movebar-left.png");
    background-size: 100% 100%;
}

.recom-cont .arrow-next {
    position: absolute;
    top:95px;
    right: 15px;
}

.recom-cont .arrow-next i {
    display: inline-block;
    width: 22px;
    height: 32px;
    background: url("../imgs/movebar-right.png");
    background-size: 100% 100%;
}

.recom-goods-box {
    width: 1105px;
    margin: 10px auto;
    overflow: hidden;
    position: relative;
    height: 290px;
}

.recom-goods-list {
    width: 2230px;
    position: absolute;
}

.recom-goods-list .hn-a {
    width: 92px;
    display: inline-block;
    overflow: hidden;
    height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recom-goods-list li {
    float: left;
    width: 220px;
    margin-right: 3px;
    overflow: hidden;
    /* padding: 3px; */
    position: relative;
}

.recom-goods-list li p:nth-of-type(1) {
    width : 210px;
    height: 38px;
    padding-top: 10px;
    line-height: 18px;
    margin-top: 7px;
    /*设置文字显示两行，溢出时省略号显示*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-left: 3px;
}

.recom-goods-list li p:nth-of-type(1) a {
    color: #333;
}

.recom-goods-list li p:nth-of-type(1) a:hover {
    color: #438cde;
}

.recom-goods-list li p:nth-of-type(2) {
    width : 210px;
    color: #ff0047;
    font-weight: 400;
    font-size: 16px;
}

.recom-goods-list .shop-name {
    color: #438cde;
    display: block;
    width: 100%;
    overflow: hidden;
    height: 27px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recom-goods-list li>a:hover {
    color: #438cde;
}

.recom-goods-list li>a>i {
    display: inline-block;
    width: 15px;
    height: 15px;
    cursor: text;
    background: url("../../../common/imgs/shop.png");
    background-size: 100% 100%;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}

.recom-goods-list li .product-massage{
    position: absolute;
    left: 0;
    bottom: 77px;
    background: rgba(0, 0, 0, .6);
    width: 210px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 10px;
    box-sizing: border-box;
}

.qq-logo {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../imgs/qq.png);
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 3px;
}

.server-name:hover {
    color: #2196f3;
}

/*查看价格走势按钮*/
.price-trend {
    color: red;
    font-size: 12px;
    cursor: pointer;
    padding-left: 17px;
}

.price-box {
    display: none;
    width: auto;
    height: auto;
    padding-top: 0;
    position: absolute;
    z-index: 9999;
    background: #fff;
    top: 347px;
    left: 600px;
    border: 1px solid #d9d9d9;
    padding: 15px;
}

.flot-x-axis .tickLabel:last-of-type {
    width: 92px !important;
}

#tooltip {
    z-index: 99999;
}

/* 隐藏x轴上的日期 */
.flot-x-axis .tickLabel {
    display: none;
}

/*------   评价类型切换部分 start   -----*/
.evaluate-tab {
    border: 1px solid #f5f5f5;
    background-color: #fafafa;
    width: 1186px;
    margin-bottom: 10px;
}

.evaluate-tab ul li {
    float: left;
    width: 100px;
    text-align: center;
    line-height: 27px;
}

.evaluate-tab ul li.active a {
    color: #e4393c;
}

.evaluate-item {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.evaluate-item .user-column {
    float: left;
    width: 140px;
}

.evaluate-item .user-column img {
    border-radius: 50%;
    margin-right: 5px;
}

.evaluate-item .user-column span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
}

.evaluate-item .comment-column {
    float: left;
    width: 900px;
}

.evaluate-item .comment-column .comment-con {
    font-size: 14px;
    padding: 10px 0;
    line-height: 180%;
    color: #333;
}

.evaluate-item .comment-column .comment-msg {
    text-align: right;
    color: #999;
}

.no-evaluate {
    width: 1186px;
    text-align: center;
    height: 50px;
    padding-top: 20px;
}

.no-evaluate span {
    color: #e4393c;
}

.evaluate-item .comment-type i {
    color: #e4393c;
    vertical-align: middle;
}

.comment-reply {
    font-size: 14px;
    margin-top: 12px;
    border-top: 1px solid #f0f0f0;
}

.comment-reply dl {
    padding: 12px 0 5px;
    color: #ff561c;
    line-height: 170%;
}

/*------   评价类型切换部分 end   -----*/

/*------   活动商品tag start   -----*/
.active-product-tag,
.seller-send-tag {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    background-color: #438cde;
    border-color: #438cde;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    padding: 0 3px;
    margin-right: 8px;
}

/*------   活动商品tag end   -----*/

.goods-min-buy-num {
    color: red;
    font-weight: bold;
    margin-top: -2px;
}

/*------   地区切换部分 start   -----*/
.goods-spec-item {
    margin-bottom: 5px;
}

.goods-spec-item dl:after {
    display: block;
    content: '';
    clear: both;
}

.goods-spec-item dl dt {
    float: left;
    padding-left: 10px;
    font-family: simsun;
    color: #333;
    width: 65px;
    line-height: 18px;
}

.goods-spec-item dl dd {
    float: left;
    color: #666;
    line-height: 16px;
}

/*选择配送地区部分*/
.send-area {
    float: left;
    position: relative;
    margin-right: 8px;
}

.stock-status {
    float: left;
    color: #999;
    font-weight: 700;
}

.area-status {
    float: left;
    color: #999;
}

.seller_send_time {
    float: left;
    color: #999;
    margin-left: 15px;
}

.choose-area-tag {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    width: 380px;
    border: 1px solid #ccc;
    top: 15px;
    padding: 20px 10px 10px 15px;
    left: -5px;
}

.choose-area-tag .title {
    color: #666;
    font-weight: 700;
    line-height: 18px;
}

.now-area {
    border: 1px solid #fff;
    cursor: pointer;
    color: #666;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0px 5px 0 5px;
    left: -5px;
    display: inline-block;
    overflow: hidden;
}

.now-area>i {
    font-size: 12px !important;
    transition: .2s ease;
    -ms-transition: .2s ease;
    -moz-transition: .2s ease;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    display: inline-block;
}

/*hover时显示选择地区*/
.goods-spec-item .hover .choose-area-tag {
    display: block;
}

.goods-spec-item .hover .now-area {
    border: 1px solid #ccc;
    border-bottom: none;
}

.choose-area-tag .tab {
    padding-top: 10px;
}

.choose-area-tag .tab li {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #ddd;
    padding: 2px 10px;
    background: #fff;
    color: #005aa0;
    font: 700 14px 'microsoft yahei';
    border-bottom: none;
    cursor: pointer;
}

.choose-area-tag .tab .current {
    border: 2px solid #e4393c;
    border-bottom: 2px solid #fff;
}

.choose-area-tag .tab-con {
    border-top: 2px solid #e4393c;
    margin-top: -2px;
    padding-top: 10px;
}

.choose-area-tag .tab-con li {
    width: 76px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.choose-area-tag .tab-con li.long {
    width: 152px;
}

.choose-area-tag .tab-con li a {
    color: #666;
}

.choose-area-tag .tab-con li a:hover {
    background: #1556B6;
    color: #fff;
}

/*下箭头旋转*/
.send-area:hover .now-area>i {
    transform-origin: center;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
}

/*------   地区切换部分 end   -----*/


/*------   加入购物车按钮不可用样式 start   -----*/
.add-cart-btn[disabled] {
    border: 1px solid #ebebeb !important;
    color: #ccc !important;
    background-color: #f7f7f7 !important;
    cursor: not-allowed !important;
}

/*------   加入购物车不可用样式 end   -----*/

/*------ 当前位置 start  ------*/
.current-position {
    width: 1210px;
    margin: auto;
    padding: 5px 0;
}

/*------ 当前位置 start  ------*/


/* =================新增样式==================== */
.margin-center {
    width: 1210px;
    margin: auto;
}

.detail-content {
    position: relative;
}

.detail-swipe {
    width: 360px;
    height: auto;
    float: left;
    padding: 10px 0;
}

.detail-swipe .big-img {
    width: 360px;
    height: 377px;
    padding: 0;
}

#BigImage {
    border: 1px solid #ccc;
}

.bottom-img li {
    width: 65px;
    float: left;
}

.handle-goods {
    padding: 5px;
}

.handle-goods a {
    float: left;
    margin-right: 10px;
    color: #999;
}

.handle-goods a i {
    margin-right: 3px;
    font-size: 12px;
}

.handle-goods a:nth-of-type(1) i {
    color: #ed4014;
}

.handle-goods a:nth-of-type(2) i {
    color: #17233d;
}

.handle-goods a:nth-of-type(3) i {
    color: #515a6e;
}

.detail-spec {
    width: 600px;
    padding-left: 20px;
    float: left;
    height: auto;
    position: relative;
}

.goods-spec-box {
    width: 570px;
    float: left;
    padding-left: 10px;
}

.goods-spec-box .sku-name {
    font: 700 16px Arial, "microsoft yahei";
    color: #333;
    padding-top: 10px;
    line-height: 28px;
    margin-bottom: 5px;
}

.goods-spec-box .sku-price {
    /* padding: 10px 0 0; */
    background: #f3f3f3;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 30px;
}

.goods-spec-box .sku-price .price {
    width: 65%;
    float: left;
}

.goods-spec-box .sku-price .price-ask {
    padding-left: 9.5px;
    float: left;
}

.goods-spec-box .sku-price .price-ask >a {
    color: #1656B6;
    cursor: pointer;
}

.goods-spec-box .sku-price dl dt {
    line-height: 30px;
    float: left;
    padding-left: 10px;
    font-family: simsun;
    color: #333;
    width: 65px;
}

.goods-spec-box .sku-price dl dd {
    color: #E4393C;
    font-family: "microsoft yahei";
    margin-right: 10px;
}
.goods-spec-box .sku-price dl dd .market_price{
    color: #999;
    font-size: 12px !important;
    text-decoration: line-through;
}

.goods-spec-box .sku-price dl dd span:first-of-type {
    font-size: 16px;
}

.goods-spec-box .sku-price dl dd span:last-of-type {
    font-size: 16px;
}

.goods-spec-box .sku-price .hn-tag {
    float: right;
    margin: 5px 5px 0 0px;
    font-size: 12px !important;
}

.goods-spec-box .sku-price .old-price {
    color: #999;
    font-size: 12px !important;
    text-decoration: line-through;
}

/*规格展示部分*/
.goods-spec-item {
    margin-bottom: 10px;
}

.goods-spec-item .line-through {
    text-decoration: line-through;
}

.goods-spec-item .red {
    color: #E4393C;
}

/* 下架商品 */
.not-exists {
    color: #999;
    margin-bottom: 5px;
}

/*规格标签部分*/
#choose-attrs>.goods-spec-item dl dt {
    line-height: 40px;
}

#choose-attrs>.goods-spec-item dl dd {
    line-height: 32px;
    width: 450px;
}

.goods-spec-item dl dd .item {
    float: left;
    color: #666;
    background-color: #FFF;
    margin-right: 7px;
    margin-bottom: 4px
}

.goods-spec-item dl dd .item a {
    border: 1px solid #ccc;
    padding: 0 13px;
    display: block;
    white-space: nowrap;
    color: #666;
    margin: 0;
    min-height: 28px;
}

.goods-spec-item dl dd .item a.yinBor {
    border: 1px solid #e3393c;
}

.goods-spec-item dl dd .item a img {
    margin-right: 5px;
}

.goods-spec-item dl dd .item a:hover {
    border: 1px solid #e3393c;
    color: #666;
}

/*选中标签样式*/
.goods-spec-item dl dd .selected>a,
.goods-spec-item dl dd .selected>a:hover {
    border: 1px solid #e3393c;
    color: #666;
}

/*无效商品标签*/
.goods-spec-item dl dd .disabled>a,
.goods-spec-item dl dd .disabled>a:hover {
    border: 1px dashed #ccc;
    color: #999;
    cursor: not-allowed;
}

.add-btn-box {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 10px;
}

.dotted-line {
    height: 0;
    overflow: hidden;
    border-bottom: 1px dotted #dfdfdf;
    margin-bottom: 15px;
}

/*数量输入框*/
.add-btn-box .choose-amount {
    width: 58px;
    height: 44px;
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
    margin-right: 10px;
    float: left;
}

.add-btn-box .choose-amount input {
    display: block;
    width: 43px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    top: 1px;
    left: 0;
    border: none;
    border: 0;
    text-align: center;
}

.add-btn-box .choose-amount a {
    display: block;
    width: 15px;
    text-align: center;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    background: #f1f1f1;
    color: #666;
    position: absolute;
    right: -1px;
    border: 1px solid #ccc;
}

.add-btn-box .choose-amount a.btn-reduce {
    bottom: -1px;
}

.add-btn-box .choose-amount a.btn-add {
    top: -1px;
}

.add-btn-box .choose-amount a.disabled {
    color: #ccc;
    cursor: not-allowed;
}

/*加入购物车按钮*/
.add-cart-btn {
    height: 46px;
    line-height: 46px;
    padding: 0 26px;
    font-size: 18px;
    font-family: "microsoft yahei";
    font-weight: 700;
    background-color: #1556B6;
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 90px;
    cursor: pointer;
}

.add-cart-btn:hover {
    color: #fff;
}

.btn-disable,
.spec-disable,
.area-disable,
.invoice-disable {
    border: 1px solid #ebebeb;
    color: #ccc;
    background-color: #f7f7f7;
    cursor: not-allowed;
}

.btn-disable:hover,
.spec-disable:hover,
.area-disable:hover,
.invoice-disable:hover {
    border-color: #ebebeb;
    color: #ccc;
}

/*------- 右侧品牌信息 start ---------*/
.shop-info {
    width: 200px;
    height: 476px;
    float: right;
    padding-top: 10px;
}

.shop-info .logo-box {
    height: 65px;
    text-align: center;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.shop-info .item {
    height: 25px;
    text-align: left;
    line-height: 25px;
    color: #555;
    font-size: 12px;
    padding-left: 5px;
}

.shop-info .handle {
    padding: 5px 0;
}

/* 证照icon */
.shop-info .item .licence {
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 22px;
    margin-left: 5px;
    background: url(../imgs/certificates.png) no-repeat;
    background-position: 0 0;
}

/*------- 右侧品牌信息 end ---------*/
/* 新增产品，品牌，数量编码信息。一行显示两条 */
.spec-half {
    float: left;
    width: 50%;
}

/* 店铺等级图标 */
.shop-info .shop-level-icon {
    vertical-align: sub;
}

.spec_not_finished {
    color: #E4393C;
    padding-left: 80px;
    margin-bottom: 3px;
}

/*  */
.goods-spec-item-fare{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1656B6;
    margin-top: 7px;
}

/* 右侧品牌信息 start */
.shop-information{
    width: 230px;
    /* height: 480px; */
    float: right;
    padding-top: 10px;
    margin-bottom: 10px;
}
.shop-info-header{
    width: 230px;
    /* height: 200px; */
    background: #FFFFFF;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.shop-info-logo{
    display: flex;
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #d8d8d8;
}
.info-logo-img{
    width : 45px;
    height : 45px;
    margin-right: 4px;
}
.info-logo-img img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.info-logo-msg{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}
.logo-msg-bottom{
    width: 160px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}
.shop-info-detail{
    padding: 5px 10px 0;
    box-sizing: border-box;
}
.shop-info-detail>div{
    margin-bottom: 7px;
}
.shop-info-detail .addressForinvoice{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.shop-info-btns{
    text-align: center;
}
.shop-info-footer{
    width: 230px;
    height: 245px;
    padding: 5px;
    background: #FFFFFF;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
}

.shop-info-footer .footer-title{
    text-align: center;
}
.shop-info-footer .footer-title .footer-title-text{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}
.recom-goods-box-pro{
    width: 170px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 210px;
}
.footer-products .recom-cont{
    display: flex;
    align-items: center;
}
.footer-products .recom-cont .arrow-prev{
    position: absolute;
    left: 5px;
    /* top: 50px; */
}
.footer-products .recom-cont .arrow-next{
    position: absolute;
    right: 5px;
    /* top: 50px; */
}
.footer-products .recom-goods-list-prod li{
    width: 160.5px;
    /* margin: 0 10px; */
    position: relative;
}
.footer-products .recom-goods-list-prod li .product-detail{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-left: 5px;
}
.recom-goods-list-prod {
    width: 1665px;
    position: absolute;
}

.recom-goods-list-prod li {
    float: left;
    width: 100px;
    /* margin: 0 28px; */
    overflow: hidden;
    padding: 3px;
}

.recom-goods-list-prod li p:nth-of-type(1) {
    height: 38px;
    line-height: 18px;
    /* margin-top: 7px; */
    /*设置文字显示两行，溢出时省略号显示*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recom-goods-list-prod li p:nth-of-type(1) a {
    color: #333;
}

.recom-goods-list-prod li p:nth-of-type(1) a:hover {
    color: #438cde;
}

.recom-goods-list-prod li>a:hover {
    color: #438cde;
}
.recom-goods-list-prod li .mask-price{
    width: 100%;
    position : absolute;
    left: 0;
    bottom: 40px;
    text-align: center;
    background: rgba(255, 255, 255, .7);
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}
.logo-msg-bottom-hot{
    margin-right: 11px;
}
.logo-msg-bottom-tousu{
    display: flex;
    align-items: center;
}

/* 右侧品牌信息 end */

.product-msg{
    margin-left: 10px;
    display : flex;
    align-items: center;
    margin-bottom: 5px;
}
.product-msg .goods-spec-item{
    margin-bottom: 0px;
    margin-left: 15px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #BBBBBB;
}

.goods-evaluate{
    border-bottom: none;
    border-right: none;
    border-left: none;
}
.smsp{
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.smsp img{
    width: 100%;
}
