/* 商家信息 */
.goodsinfo_store_info_item{
    line-height: 16px;
}
.goodsinfo_store_last_item{
    line-height: 26px;
    max-height: 130px;
    overflow: hidden;
}
.goodsinfo_store_box{
    display: flex;
    position: absolute;
    bottom: 20px;
    justify-content: center;
}

.goodsinfo_store_btn{
    margin: 0;
}

.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: #0061ff;
    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: #0061ff;
    padding: 0 10px;
    display: inline-block;
    animation: change 1s linear infinite;
    transform: translate3d(0, 0, 0);
    font-size: 18px;
}
@keyframes change{
	0% {
        color: #119663;
      }
      50% {
        color:#f20000;
      }
      100% {
        color: #061ff1;
      }
}
/* 按钮 */
.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: #0061ff;
    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;
}


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

.supplier_info_title{
    width: 280px;
    height: 40px;
    background: #0061ff;
    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: right;
    width: 930px;
    position: relative;
}
.datail-nav-top22 ul li {
    width: 130px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-bottom: 3px solid #0061ff;
    margin-right: 0;
    float: none;
}

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

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