/* 当前位置 */
.search-box22 {
  margin: 25px 0 20px 0;
  position: relative;
  background-color: #ae2422;
}

.search-path22 {
  position: relative;
  height: 40px;
  line-height: 40px;
  background: #ae2422;
  color: #ffffff;
  border-radius: 0px 10px 0px 0px;
}

.search-path22::before {
  content: '';
  display: block;
  width: 200%;
  height: 40px;
  background: #ae2422;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(-4%);
  z-index: -1;
}

.search-path22 a {

}

.search-path22 .litt-right {
  display: block;
  float: left;
  margin: 0 10px 0 10px;
}

.search-path22 .havedox {
  position: relative;
  height: 40px;
  float: left;
  display: block;
  cursor: pointer;
}

.search-path22 .havedox span {
  display: inline-block;
  max-width: 328px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 120px;
}
/* 当前位置 end*/

/* 店铺信息 */
.goodsinfo_store {
  float: left;
  width: 390px;
  /* height: 535px; */
  background: #ffffff;
  border-radius: 10px;
  margin-right: 20px;
}

/* 店铺名字 */
.goodsinfo_store_title {
  height: 66px;
  line-height: 66px;
  margin: 30px 0;
}
.goodsinfo_store_title > i {
  display: block;
  width: 66px;
  height: 66px;
  background: #f6f6f6;
  box-shadow: 0px 5px 12px 0px rgba(4, 0, 0, 0.35);
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  word-break: break-all;
  font-size: 36px;
  font-weight: bold;
  color: #ae2422;
  float: left;
  margin-left: 30px;
}

.goodsinfo_store_title > p {
  display: block;
  height: 66px;
  line-height: 66px;
  float: left;
  margin: 0 20px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #555555;
}

.goodsinfo_store_title > p span {
  display: inline-block;
  max-width: 250px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* 分割线 */
.goodsinfo_store > i {
  display: block;
  width: 291px;
  height: 15px;
  margin-left: 50px;
  background: url(../images/dividing-line.png) no-repeat;
}

.goodsinfo_store_info {
  /* background: #FFFFFF; */
  padding: 20px;
  /* height: 390px; */
  position: relative;
}

.goodsinfo_store_info_item {
  margin-top: 5px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #333333;
}

.goodsinfo_store_btn {
  display: block;
  width: 150px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #ae2422;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
}

.goods_service {
  display: block;
  width: 150px;
  height: 35px;
  line-height: 35px;
  background: #ffffff;
  border: 1px solid #ae2422;
  border-radius: 5px;
  font-size: 16px;
  color: #ae2422;
  margin-left: 20px;
  text-align: center;
}

.goodsinfo_store_last_item {
  line-height: 26px;
  max-height: 130px;
  overflow: hidden;
}

.goodsinfo_store_box {
  display: flex;
  position: absolute;
  bottom: 30px;
}
/* 店铺信息 end*/

/* 服务信息 */
.goodsinfo_server {
  width: 811px;
  /* height: 535px; */
  background: #ffffff;
  border: 1px solid #ae2422;
  border-radius: 10px;
  float: left;
  padding: 0 20px;
}

/* 商品服务标题 */
.goodsinfo_server_title h1 {
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #ae2422;
  padding: 20px 0;
  margin-bottom: 28px;
  border-bottom: 1px solid #ae2422;
}

/* 商品服务内容 */
.goodsinfo_server_goods {
  width: 100%;
  color: #555555;
}

/* 图片 */
.goodsinfo_server_img {
  position: relative;
  width: 300px;
  /* height: 260px; */
  /* float: left; */
  margin: 0 auto;
}

/* 图片右侧内容 */
.goodsinfo_server_box {
  /* float: left; */
  /* width: 468px; */
  /* height: 400px; */
  margin-left: 20px;
  position: relative;
}

.goodsinfo_server_box_p {
  font-size: 22px;
  line-height: 26px;
  /* width: 380px; */
}

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

.server_beat > a {
  /* display: inline-block; */
  color: #ae2422;
  animation: change 1s linear infinite;
  transform: translate3d(0, 0, 0);
  padding: 0 10px;
}

@-webkit-keyframes change {
  0% {
    color: #ce864f;
  }
  50% {
    color: #007acc;
  }
  100% {
    color: #ae2422;
  }
}

@keyframes change {
  0% {
    color: #ce864f;
  }
  50% {
    color: #007acc;
  }
  100% {
    color: #ae2422;
  }
}

/* 按钮 */
.goodsinfo_server_btnbox {
  display: flex;
  /* position: absolute;
  right: 0;
  bottom: 0; */
  /* justify-content: center; */
  margin-top: 30px;
}

.goodsinfo_server_btn {
  display: block;
  width: 150px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
}

.goodsinfo_store_btn {
  background: #ae2422;
  color: #ffffff;
}

.goods_service {
  border: 1px solid #ae2422;
  color: #ae2422;
  margin-left: 20px;
}
/* 图片右侧内容 end*/
/* 服务信息 end */

/* 猜你喜欢 */
.guess_like {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.guess_like_title {
  height: 46px;
  line-height: 25px;
  position: relative;
  margin: 10px 0 20px;
}

.guess_like_title > i {
  display: block;
  width: 5px;
  height: 46px;
  background: #ae2422;
  float: left;
}

.guess_like_title span {
  display: block;
  height: 30px;
  font-size: 30px;
  font-weight: 400;
  color: #ae2422;
  float: left;
  margin: 8px 0 0 30px;
}

/* 猜你喜欢商品 */
.guess_like_container > li {
  width: 260px;
  float: left;
  overflow: hidden;
  background: #fff;
  position: relative;
  margin: 0 0 0 35px;
}

.guess_like_container > li > a {
  display: block;
  width: 255px;
  height: 255px;
  overflow: hidden;
}

.guess_like_container > li:hover > a {
  box-shadow: 0px 5px 12px 0px rgba(4, 0, 0, 0.35);
}

.guess_like_container > li .goods-pic {
  width: 255px;
  height: 255px;
  overflow: hidden;
}

.guess_like_container > li .guess_like_goods_con {
  width: 260px;
  height: 100%;
  position: relative;
  margin: 20px 0 30px;
}

.guess_like_googs_title {
  line-height: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #ae2422;
  word-break: break-all;
}

.guess_like_googs_price {
  line-height: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  margin-top: 20px;
}
/* 猜你喜欢 end*/

/* 商品介绍 */
.deta-ri-ma22 {
  float: none;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

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

.datail-nav-top22 ul li {
  width: 130px;
  background: #fff;
  float: left;
  border-radius: 25px;
  margin: 0 0 0 20px;
}

.datail-nav-top22 ul li > a {
  color: #555555;
}

.datail-nav-top22 ul {
  height: 40px;
}

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

.shop-describe {
  margin-top: 10px;
  border: 1px solid #ececec;
  background-color: #fff;
}

.shop-con-describe {
  background-color: #fff;
}

.detail-img-b {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.datail-nav-top22 ul .blue {
  background: #ae2422;
  padding: 0;
}

.datail-nav-top22 ul li.blue > a {
  color: #ffffff;
}

/* 详情 */
.detail-main {
  margin-top: 50px;
}
