/* 店铺信息 */
.goodsinfo_store{
	float: left;
	width: 282px;
	margin-left: 20px;
}

.goodsinfo_store_title{
	height: 40px;
	line-height: 40px;
	background: #EB7B0E;
}

.goodsinfo_store_title>span{
	padding-left: 10px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}

.goodsinfo_store_info{
	height: 380px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 0 10px;
	position: relative;
}

.goodsinfo_store_info_item{
	margin-top: 20px;
	font-size: 16px;
    line-height: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.goodsinfo_store_btn{
	display: block;
	width: 120px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #EB7B0E;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
    margin: 0;
}

.goods_service{
	display: block;
	width: 120px;
	height: 34px;
	line-height: 34px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	margin-left: 14px;
	font-size: 14px;
	color: #666666;
	margin: 20px auto 0;
}

.goods_service i{
	display: block;
	width: 19px;
	height: 22px;
	background: url(../images/shop47/service.png) no-repeat;
	float: left;
	margin: 4px 10px 0 15px;
	animation: bounce 1s linear infinite;
	transform: translate3d(0, 0, 0);
}

@keyframes bounce{
	0% {
		transform: translate3d(0, -5px, 0);
	  }
	  50% {
		transform: translate3d(0, 5px, 0);
	  }
	  100% {
		transform: translate3d(0, -5px, 0);
	  }
}
/* 店铺信息 end*/


.goodsinfo_store_last_item{
    line-height: 26px;
    max-height: 130px;
    overflow: hidden;
}
.goodsinfo_store_box{
    display: flex;
    position: absolute;
    bottom: 20px;
    justify-content: center;
}

.goods_service{
    margin: 0 0 0 10px;
    width: 129px;
}


/* 服务信息 */

.goodsinfo_server{
    width: 922px;
    height: 420px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
}


/* 商品服务左侧 */
.goodsinfo_server_left{
    width: 540px;
    color: #555555;
    position: relative;
}

.goodsinfo_server_title h1{
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #EB7B0E;
    padding: 20px 0;
    border-bottom: 1px dashed #CCCCCC;
    margin-bottom: 26px;
}

.goodsinfo_server_box{
    margin-top: 32px;
}

.goodsinfo_server_box_p{
    width: 460px;
    overflow: hidden; 
    text-overflow: ellipsis; 
    /* Firefox */ 
    display: -moz-box; 
    -moz-line-clamp: 1; 
    -moz-box-orient: vertical; 
    /* Safari、Opera、Chrome */ 
    display: -webkit-box; 
    /* 盒子垂直对齐 */ 
    -webkit-box-orient: vertical; 
    /* 两行 */ 
    -webkit-line-clamp: 2;
}

.goodsinfo_server_left .standard{
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
}

.goodsinfo_server_standard {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    margin-top: 38px;
}

.goodsinfo_server_standard .service a{
    color: #EB7B0E;
    padding: 0 10px;
    display: inline-block;
    animation: change 1s linear infinite;
    transform: translate3d(0, 0, 0);
    font-size: 18px;
}
/* @keyframes change{
	0% {
        color: #EB7B0E;
      }
      50% {
        color:#f20000;
      }
      100% {
        color: #007acc;
      }
} */
/* 按钮 */
.goodsinfo_server_btnbox{
    display: flex;
    /* margin-top: 20px; */
    position: absolute;
    bottom: 20px;
}

.goodsinfo_server_btnbox .goodsinfo_store_btn {
    margin: 0 0 0 32px;
}

.goodsinfo_server_btnbox p{
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #EB7B0E;
    margin: 20px 0 0 10px;
}

/* 商品服务右侧 */
.goodsinfo_server_right{
    width: 310px;
    position: relative;
}

.goodsinfo_server_img{
    width: 290px;
    height: 290px;
    margin-top: 20px;
}

.goodsinfo_server_more{
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    position: absolute;
    bottom: 20px;
    right: 20px;
}


.detail-main{
    margin-top: 50px;
}

/* 供应商发布信息 */
.supplier_info{
    width: 280px;
    float: right;
}

.supplier_info_title{
    width: 280px;
    height: 40px;
    background: #EB7B0E;
    line-height: 40px;
}

.supplier_info_title span{
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

.supplier_info_box{
    width: 280px;
    height: 425px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 0 15px;
}

.supplier_info_item{
    height: 105px;
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.supplier_info_item:last-child{
    border-bottom: none;
}

.supplier_info_item>a{
    display: block;
    width: 65px;
    height: 65px;
}

.supplier_info_item_txt{
    width: 168px;
    height: 40px;
    margin-top: 13px;
}

.supplier_info_item_txt>a{
    display: block;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
}

/* 商品介绍 */
.deta-ri-ma22{
    float: left;
    width: 930px;
    position: relative;
}

.datail-nav-top22{
    background: transparent;
    box-shadow:unset;
    border-bottom: none;   
}

.datail-nav-top22 ul li {
    width: 130px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-bottom: 3px solid #EB7B0E;
    margin-right: 0;
    float: none;
}

.datail-nav-top22 ul{
    height: 37px;
    border-bottom: 3px solid #CCCCCC;
}

.deta-ri-ma22 .detail-img-b22{
    margin: 10px auto 0;
    float: none;
}

.shop-describe{
    border: none;
}

.detail-img-b {
    width: 790px;
    padding: 0;
}