/* 头部商家标题 */
.store_tit{
  width: 100%;
  height: 120px;
  padding: 30px 0;
  background: #4674EC;
}

.store_tit_icon{
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #FFFFFF;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  word-break: break-all;
  font-size: 36px;
  font-weight: bold;
  color: #4674EC;
}

.store_tit_info{
  color: #FFFFFF;
  margin-left: 20px;
}

.store_tit_info>h3{
  height: 25px;
  line-height: 25px;
  font-size: 24px;
  font-weight: 400;
  margin-top: 5px;
}

.store_tit_info>p{
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 12px;
}
.store_tit_info>p>span{
  padding-left: 10px;
}

/* 右侧电话 */
.store_phone{
  line-height: 20px;
  font-size: 16px;
  color: #0493d7;
  display: flex;
  margin-top: 20px;
}

.store_phone>i{
  display: block;
  width: 18px;
  height: 20px;
  background: url(../image/phone.png) no-repeat;
  margin-right: 10px;
}
/* 头部商家标题 end*/

/* 信息内容 */
.details_box{
  width: 1224px;
  margin: 0 auto;
  margin-top: 50px;
  background: #fff;
  padding: 26px 20px 35px;
}
.details_box h1{
  font-weight: normal;
  margin-left: 20px;
}
.details_box h3{
  margin-left: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 26px;
}

/* 信息图片 */
.detail-img22{
  width: 382px;
}

.product-gallery22 {
  width: 382px;
  border-right: none;
}

.product-gallery22 .product-photo {
  position: relative;
  width: 382px;
  height: 490px;
  border-bottom: none;
}

.product-gallery22 .product-img {
  width: 380px;
  height: 380px;
  float: none;
}

.product-gallery22 .product-img img {
  width: 380px;
  height: 380px;
}

/* 小图 */
.product-gallery22 .product-small-img {
  width: 382px;
  height: 54px;
  margin: 15px 0 0px;
}

.product-gallery22 .pic-hide-box {
  position: relative;
  width: 330px;
  height: 54px;
  overflow: hidden;
}

.product-gallery22 .small-pic .small-pic-li {
  float: left;
  width: 54px;
  height: 54px;
  overflow: hidden;
  margin: 0 15px 0 0;
  padding-top: 0;
}

.product-gallery22 .small-pic .small-pic-li a {
  width: 52px;
  height: 52px;
  border: 1px solid #ddd;
}

.product-gallery22 .small-pic .small-pic-li a:hover, .product-gallery22 .small-pic .active a {
  position: relative;
  border-color: #0059A5;
}

.product-gallery22 .small-pic .small-pic-li img {
  width: 52px;
  height: 52px;
}

/* 小图按钮 */
.product-gallery22 .next-btn {
  width: 15px;
  height: 100%;
  line-height: 54px;
  font-size: 24px;
  background-color: rgba(0, 0, 0, .2);
  margin: 0;
}

.product-gallery22 .next-left {
  margin-right: 11px;
}

.product-gallery22 .next-right {
  margin-left: 11px;
}

/* 右侧信息描述 */
.detail-ggsl22{
  width: 780px;
  float: left;
}

.detail-ggsl-info {
  width: 100%;
  height: 200px;
  background: #f9f9fa;
  margin-left: 20px;
  padding: 15px;
}

.detail-ggsl-info .standard{
  padding: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #666666;
  margin-top: 30px;
}

.detail-ggsl-info .standard:first-child{
  margin-top: 0;
}

.detail-ggsl-info .standard .jaj{
  letter-spacing: 6px;
  margin-right: 60px;
  display: inline-block;
  vertical-align: bottom;
}

.detail-ggsl-info .standard .lawir{
  display: inline-block;
  color: #0493d7;
}

.detail-ggsl-info .standard .lawir-price em{
  font-size: 18px;
}

/* 联系电话按钮 */
.detail-ggsl-phone{
  font-size: 20px;
  color: #0493d7;
  margin: 28px 0 0 104px;
  cursor: pointer;
}
/* 信息内容 end*/


/* 商家推荐 */
.supplier_info{
  width: 1224px;
  margin: 10px auto 0;
  background: #fff;
  padding-bottom: 20px;
  position: relative;
}
.supplier_info .btn{
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  background: #0493d7;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
}
.supplier_info .info{
  margin-left: 20px;
}
.info li{
  margin-bottom: 10px;
}
.info .title{
  font-weight: bold;
}
/* 标题 */
.supplier_info_title{
  width: 100%;
  height: 60px;
  line-height: 60px;
}

.supplier_info_title span{
  padding-left: 20px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}

.supplier_info_box{
  width: 100%;
  padding: 0 20px 25px;
  display: flex;
  justify-content: flex-start;
}

.supplier_info_item{
  width: 184px;
  margin-right: 16px;
  border: 1px solid #EEEEEE;
  padding-bottom: 20px;
}

.supplier_info_item:last-child{
  margin-right: 0;
}

.supplier_info_item:hover{
  transform: scale(1.1);
}
/* 图片 */
.supplier_info_item>a{
  display: block;
  width: 182px;
  height: 182px;
}

/* 文本 */
.supplier_info_item_txt{
  width: 100%;
  margin-top: 12px;
  padding: 0 10px;
}

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

.supplier_info_item_txt>p{
  font-size: 18px;
  color: #0493d7;
  margin-top: 20px;
}
.supplier_info_item_txt>p em{
  font-size: 16px;
}
/* 商家推荐 end*/

.detail-main{
  margin: 14px 0 40px 0;
}

.deta-le-ma22{
  width: 208px;
}

/* 优质会员 */
.business_info {
  width: 100%;
  background: #FFFFFF;
  margin-bottom: 16px;
}

.business_info_title{
  width: 100%;
  height: 80px;
  background: #E8E8E8;
  text-align: center;
  border-radius: 0 0 100px 100px / 0 0 40% 40%;
}

.business_info_title span{
  display: block;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  padding-top: 25px;
}

.business_info .shop-info {
  padding: 15px;
  font-size: 12px;
  color: #666;
}

.business_info .shop-info>p{
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 25px;
}

.business_info .shop-info-item {
  margin-bottom: 15px;
}

.cate_name{
  padding-right: 10px;
}

.business_info .shop-info-btn {
  display: block;
  width: 170px;
  height: 30px;
  line-height: 30px;
  background: linear-gradient(0deg, #FA9C22, #F83600);
  border-radius: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin-top: 34px;
}
/* 优质会员 end*/

/* 热门关注 */
.hot_attention{
  background: #fff;
}

.hot_attention_title{
  padding-left: 12px;
  height: 42px;
  font-size: 14px;
  line-height: 42px;
  color: #666666;
  background-color: #ECECEC;
}

.hot_attention_box{
  padding: 0 10px;
}

.hot_attention_box .alone-shop a {
  width: 188px;
  height: 188px;
}
.hot_attention_box .alone-shop .line-two-hidd {
  color: #999;
}

.hot_attention_box .price-tag {
  font-size: 20px;
  color: #FF5E00;
}
/* 热门关注 end*/

.deta-ri-ma22{
  width: 998px;
  background: #fff;
  padding-bottom: 20px;
}

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

.datail-nav-top22 ul li {
  width: 120px;
  border: none;
  margin-right: 0;
  float: none;
  background: #FF5E00;
}

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

.deta-ri-ma22 .shop-describe {
  border: none;
  margin-top: 0;
}

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

.deta-ri-ma22 .detail-img-b p img{
  width: auto;
  max-width: 100%;
}

/* 弹窗 */
.detail_phone_box{
  padding: 0 50px;
}

.detail_phone_box_title {
  padding: 20px 0 16px 0;
}

.detail_phone_box_title>i {
  width: 2px;
  height: 18px;
  background: #FF5E00;
  display: inline-block;
}

.detail_phone_box_title>span {
  font-weight: bold;
  color: #333333;
  font-size: 18px;
  margin-left: 5px;
}

.detail_phone_box_li {
  margin-bottom: 18px;
}

.detail_phone_box_li .left {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.detail_phone_box_li .right{
  font-weight: 400;
  color: #666666;
  font-size: 16px;
  padding-left: 8px;
}

.login a{
  padding: 0 10px;
  background: #0493d7;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}