.product_wrapper {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.show_left {
  width: 1160px;
  /* height: 459px; */
  border-radius: 8px;
  padding: 20px 20px 16px 20px;
  float: left;
  background: #fff;
  position: relative;
}
.show_left .pic_info {
  width: 260px;
  float: left;
}
#magnifier {
  position: relative;
  width: 260px;
}
.small-box {
  position: relative;
  width: 260px;
  height: 260px;
  margin-bottom: 10px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  border-radius: 4px;
}
.small-box img {
  display: block;
  width: 100%;
}
.small-box .hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 200px;
  border: 1px solid #aaa;
  background: 50% top no-repeat #fede4f;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: move;
}
.thumbnail-box {
  position: relative;
  width: 100%;
}
.thumbnail-box .btn {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 32px;
  margin-top: -16px;
}
.thumbnail-box .list {
  overflow: hidden;
  width: 260px;
  margin: 0 auto;
  height: 54px;
}
.thumbnail-box .wrapper {
  width: 100000px;
}
.thumbnail-box .list .item {
  float: left;
  margin-right: 8px;
  width: 45px;
  height: 45px;
}
.thumbnail-box .list .item img {
  border: 1px solid #fff;
  width: 45px;
  height: 45px;
  border-radius: 4px;
}
.thumbnail-box .list .item img:hover {
  border: 1px solid #FF0D35;
}
.thumbnail-box .list .item-cur img {
  border: 1px solid #FF0D35;
}
.big-box {
  overflow: hidden;
  position: absolute;
  left: 262px;
  top: 0;
  width: 337px;
  height: 337px;
  border: 1px solid #e4e4e4;
  z-index: 99;
}
.big-box img {
  display: block;
  width: 800px;
  height: 800px;
}
.show_left .show_info {
  float: left;
  width: 860px;
  background: #fff;
  margin-left: 40px;
}
.show_left .name_info {
  width: 860px;
}
.show_left .name_info h1 {
  line-height: 26px;
  color: #222;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.show_left .price_info {
  font-size: 24px;
  font-weight: bold;
  color: #FF0D35;
  height: 38px;
}
.show_left .price_info em {
  font-size: 16px;
  margin-left: 5px;
}
.show_left .price_info del {
  color: #AAAAAA;
  font-size: 16px;
  margin-left: 24px;
  font-weight: normal;
}
.show_left .proinfo_line {
  color: #222;
  margin-top: 10px;
  line-height: 30px;
  overflow: hidden;
}
.show_left .proinfo_line .proinfo_tab {
  width: 425px;
  float: left;
}
.show_left .proinfo_line .dt {
  display: inline-block;
  width: 85px;
  text-align: left;
  color: #808080;
  font-size: 14px;
  margin-right: 8px;
}
.show_left .proinfo_line .dt .tel_span {
  color: #222;
  font-weight: bold;
}
.show_left .proinfo_line .address_dt {
  color: #222;
  width: 56px;
  margin-right: 0;
}
.show_left .proinfo_line .dd {
  display: inline-block;
  max-width: 330px;
  font-size: 14px;
  color: #222;
}
.show_left .proinfo_line .dd a {
  color: #295FCC;
  text-decoration: underline;
}
.show_left .proinfo_line .tel_span {
  font-weight: bold;
}
.product_top_area_box {
  display: none;
}
.product_address_out:hover .product_top_area_box {
  display: block;
}
.product_address {
  display: inline-block;
  padding-left: 32px;
  border: 1px solid #d3d3d3;
  cursor: pointer;
  border-radius: 4px;
  padding-right: 16px;
  background: url(../../img/pos_icon.png) no-repeat 8px center;
}
.sale_box_left .top_area_box .tab span {
  padding: 0 30px;
}
.sale_box_left .top_area_box .list li span {
  padding: 0 5px;
}
.sale_box_left .top_area_box .list .selection span {
  color: #fff;
}
.product_address_dia {
  position: relative;
}
.product_top_area_box {
  top: -2px;
  left: 0px;
}
.sale_box_left .choose_btns {
  /* position: absolute;
    left: 320px;
    bottom: 16px;
    right: 0; */
  margin-top: 24px;
}
.wrap_input_box {
  width: 150px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  user-select: none;
}
.wrap_input_box input {
  width: 56px;
  height: 32px;
  border-radius: 4px;
  text-align: center;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d3d3d3;
  padding: 0;
}
.wrap_input_box a {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.wrap_input_box .btn_reduce {
  background: url(../../img/reduce_icon.png) no-repeat center;
}
.wrap_input_box .btn_reduce.disabled {
  background: url(../../img/reduce_dis_icon.png) no-repeat center;
}
.wrap_input_box .btn_add {
  background: url(../../img/add_icon.png) no-repeat center;
}
.wrap_input_box .btn_add.disabled {
  background: url(../../img/add_dis_icon.png) no-repeat center;
}
.wrap_input_box a.disabled {
  color: #999;
  cursor: default;
}
.sale_box_left .buy_box_btn {
  float: left;
  font-size: 18px;
}
.sale_box_left .buy_box_btn .top-add-shop {
  width: 174px;
  height: 48px;
  background: #FF0D35;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
}
.sale_box_left .buy_box_btn .top-add-shop em {
  display: inline-block;
  height: 24px;
  background: url(../../img/cart_b_icon.png) no-repeat left center;
  margin-left: 28px;
  margin-top: 12px;
  padding-left: 26px;
}
.sale_box_left .buy_box_btn .btn_gray {
  background: #d3d3d3;
}
.sale_box_left .gobuybtn_a {
  width: 98px;
  height: 46px;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #FF0D35;
  color: #FF0D35;
  line-height: 46px;
  padding-left: 48px;
  margin-left: 14px;
  background: url(../../img/liji_icon.png) no-repeat 24px center;
}
.sale_box_left .gobuybtn_a.btn_gray {
  color: #D3D3D3;
  border: 1px solid #D3D3D3;
  background: url(../../img/liji_g_icon.png) no-repeat 24px center;
}
/*收藏*/
.choose_btns .btn_scsp {
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  display: block;
  width: 94px;
  height: 46px;
  float: left;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color: #808080;
  margin-left: 14px;
}
.choose_btns .btn_scsp i {
  background-position: 0 -60px;
  width: 15px;
  height: 13px;
  margin-right: 5px;
  display: inline-block;
  color: #808080;
}
.choose_btns .btn_scsp_on i {
  color: #AAAAAA;
}
/*多品列表*/
.product_wrapper .sku_more {
  margin: 20px auto 0;
  background: #fff;
  border-radius: 8px;
}
.spu_search {
  width: 100%;
  height: 52px;
  border-bottom: 1px solid #f5f5f5;
  line-height: 52px;
}
.spu_search .spu_s_lt {
  float: left;
  padding-left: 20px;
  font-size: 16px;
}
.spu_search .spu_s_rt {
  float: right;
  position: relative;
  margin-right: 10px;
  width: 260px;
  overflow: hidden;
  border-radius: 4px;
}
.spu_search .spu_s_rt input {
  width: 188px;
  height: 18px;
  line-height: 18px;
  border-radius: 2px;
  padding: 5px;
  border: none;
  background: #F5F5F5;
}
.spu_search .spu_s_rt .spu_s_btn {
  padding: 7px 12px;
  cursor: pointer;
  background: #FF0D35;
  color: #fff;
  margin-left: -3px;
  border-radius: 0 4px 4px 0;
}
.product_wrapper .sku_more_out {
  width: 1160px;
  margin: 0 auto;
  margin-top: 17px;
}
.product_wrapper .sku_more .title {
  width: 1160px;
  height: 40px;
  border-radius: 4px;
  background: #F5F5F5;
  margin-top: 17px;
}
.product_wrapper .sku_more li {
  float: left;
  line-height: 40px;
  font-size: 16px;
  color: #222;
}
.product_wrapper .sku_more .row_576 {
  text-align: left;
  margin-left: 16px;
  width: 560px;
}
.product_wrapper .sku_more .row_146 {
  width: 146px;
  text-align: center;
}
.product_wrapper .sku_more .row_126 {
  width: 126px;
  text-align: center;
}
.product_wrapper .sku_more_login .row_576 {
  text-align: left;
  margin-left: 16px;
  width: 460px;
}
.product_wrapper .sku_more .row_100 {
  width: 100px;
  text-align: center;
  display: none;
}
.product_wrapper .sku_more_login .row_100 {
  display: block;
}
.product_wrapper .sku_more .productList {
  max-height: 510px;
  overflow-y: auto;
  overflow-x: hidden;
}
.product_wrapper .sku_more .productList ul {
  border-bottom: 1px dashed #d3d3d3;
  padding-bottom: 11px;
}
.product_wrapper .sku_more .productList li {
  /* height: 60px; */
  margin-top: 16px;
}
.product_wrapper .sku_more .productList ul:last-child {
  border-bottom: none;
}
.product_wrapper .sku_more .pro_href {
  float: left;
  display: block;
}
.product_wrapper .sku_more .pro_lt {
  float: left;
  width: 44px;
  height: 44px;
}
.product_wrapper .sku_more .pro_lt img {
  width: 42px;
  height: 42px;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
}
.product_wrapper .sku_more .pro_rt {
  float: left;
  margin-left: 16px;
  font-size: 14px;
}
.product_wrapper .sku_more .pro_rt_name {
  width: 400px;
  line-height: 26px;
  color: #000;
  word-break: break-all;
}
.product_wrapper .sku_more .pro_rt_code {
  color: #AAAAAA;
  line-height: 22px;
}
.product_wrapper .sku_more .row_p {
  font-size: 14px;
  line-height: 18px;
}
.product_wrapper .sku_more .row_p del {
  display: block;
  color: #808080;
  font-size: 14px;
  margin-top: 2px;
}
.product_wrapper .sku_more .productList .wrap_input_box {
  margin-top: 10px;
}
.product_wrapper .sku_more .wrap_input_box a {
  width: 28px;
  height: 28px;
}
.product_wrapper .sku_more .wrap_input_box input {
  height: 28px;
}
.product_wrapper .sku_more .productList .row_126 {
  text-align: right;
}
.product_wrapper .sku_more .have-arrival-cycle p {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 4px;
}
.product_wrapper .sku_more .shop_icon {
  display: inline-block;
  width: 94px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #FF0D35;
  color: #FF0D35;
  margin-top: 8px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  position: relative;
  top: -6px;
}
.product_wrapper .sku_more .shop_icon.dison {
  border: 1px solid #D3D3D3;
  color: #AAAAAA;
}
/*商品介绍--商品推荐*/
.product_content {
  margin-top: 16px;
}
.product_content .product_left {
  width: 932px;
  border-radius: 8px;
  margin-right: 16px;
  float: left;
  background: #fff;
}
.product_left .tab {
  height: 53px;
  border-bottom: 1px solid #f5f5f5;
  line-height: 53px;
  font-size: 16px;
}
.product_left .tab span {
  display: inline-block;
  margin-left: 24px;
  margin-right: 32px;
  cursor: pointer;
}
.product_left .tab span.tab_curr {
  color: #FF0D35;
  font-weight: bold;
}
.product_left .product_right_info {
  padding: 16px;
}
.product_right_info .descrip {
  width: 860px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}
/*售后保障*/
.aftersale_box {
  width: 860px;
  overflow: hidden;
  color: #333;
  font: 12px "Arial", "Microsoft YaHei", "PingFangSC-Regular";
  line-height: 18px;
}
.aftersale_box a {
  color: #0b5da2 !important;
  text-decoration: none;
}
.aftersale_box a:hover {
  color: #0b5da2 !important;
  text-decoration: underline;
}
.aftersale_box .title {
  height: 32px;
  line-height: 32px;
  color: #FF0D35;
  font-size: 16px;
  position: relative;
  padding-left: 43px;
  margin: 20px 0 0;
}
.aftersale_box .title i {
  position: absolute;
  left: 0;
  top: 0;
}
.aftersale_box .title i img {
  width: 32px;
  height: 32px;
}
.aftersale_box p {
  padding: 0 0 20px 43px;
  margin: 0;
}
.product_left .bannerbox {
  overflow: hidden;
}
.product_content .product_right {
  float: left;
  width: 252px;
  border-radius: 8px;
  background: #fff;
}
.product_right .recommend {
  width: 252px;
}
.product_right .recommend h3 {
  height: 53px;
  line-height: 53px;
  border-bottom: 1px solid #f5f5f5;
  padding-left: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #FF0D35;
}
.product_right .recommend li {
  width: 220px;
  height: 56px;
  margin: 24px auto;
  font-size: 14px;
}
.product_right .recommend li .pic {
  width: 54px;
  height: 54px;
  border-radius: 4px;
  float: left;
}
.product_right .recommend li .pic img {
  width: 54px;
  height: 54px;
}
.product_right .recommend li .name {
  float: left;
  width: 156px;
  height: 36px;
  overflow: hidden;
  line-height: 18px;
  color: #000000;
  margin-left: 8px;
}
.product_right .recommend li .price {
  display: block;
  float: left;
  color: #FF0D35;
  margin-left: 8px;
}
.spu_load {
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  display: none;
}
.spu_load span {
  cursor: pointer;
}
.spu_load img {
  margin-left: 5px;
}
.product_empty {
  width: 1198px;
  padding-bottom: 5px;
}
.product_empty .product_empty_in {
  width: 252px;
  margin: 71px auto;
  text-align: center;
}
.product_empty .product_empty_in p a {
  display: inline-block;
  width: 96px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #FF0D35;
  border-radius: 2px;
  color: #fff;
  margin-top: 50px;
}
.product_wrapper .sku_more .collect_icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background-image: url(../../img/product/icon_heart.png);
  background-repeat: no-repeat;
  margin-left: 10px;
  position: relative;
  top: 8px;
}
.product_wrapper .sku_more .btn_scsp_on {
  background-image: url(../../img/product/icon_heart_on.png);
}
.nofare_p {
  font-size: 12px;
  color: #999999;
  margin-bottom: 12px;
}
.show_right {
  width: 252px;
  height: 358px;
  border-radius: 8px;
  margin-left: 16px;
  float: left;
  background: #fff;
}
.show_right h6 {
  height: 53px;
  line-height: 53px;
  border-bottom: 1px solid #f5f5f5;
  padding-left: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #FF0D35;
}
.show_right img {
  width: 160px;
  height: 72px;
  margin: 36px auto;
  display: block;
}
.show_right p {
  line-height: 30px;
  margin-left: 16px;
}
/*详情页该区域不支持销售*/
.list-empty {
  width: 100%;
}
.cent_mpt {
  text-align: center;
  padding-bottom: 50px;
}
.cent_mpt—lsit {
  padding-top: 50px;
}
.cent_mpt .Prompt {
  padding-top: 20px;
}
/*APP专享活动二维码*/
.choose_btns .app_activity {
  width: 143px;
  height: 40px;
  float: left;
  cursor: pointer;
  margin-left: 17px;
  position: absolute;
  background: #fff;
  left: 327px;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
}
.choose_btns .btn_app {
  width: 143px;
  height: 40px;
  float: left;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  color: #666;
}
.choose_btns .btn_app:hover {
  color: #666;
}
.choose_btns .app_activity img {
  padding: 7px 29px 18px;
  position: relative;
  display: none;
}
.sale_box_left .pay_method {
  padding: 15px 0 0 13px;
}
.sale_box_left .pay_method span {
  float: left;
  margin-right: 20px;
  line-height: 20px;
}
.sale_box_left .pay_method .icon {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.sale_box_left .pay_method .icon_zfb {
  background-position: 0 -115px;
}
.sale_box_left .pay_method .icon_wx {
  background-position: -25px -115px;
}
.sale_box_left .pay_method .icon_yh {
  background-position: -50px -115px;
  width: 26px;
}
.sale_box_left .pay_method .icon_hd {
  background-position: -76px -115px;
  width: 22px;
  height: 22px;
}
/* 非销售区域时的显示样式 */
.dis_area {
  width: 348px;
  height: 33px;
  background: rgba(255, 249, 172, 0.95);
  color: #FF8000;
  text-align: center;
  line-height: 33px;
  position: absolute;
  bottom: 1px;
  z-index: 666;
  left: 1px;
}
.promos-p {
  overflow: hidden;
}
.promos-p .p-title {
  float: left;
}
.promos-p .promos-con {
  float: left;
}
.have-arrival-cycle {
  color: #FF8000;
}
.btn-logged {
  display: inline-block;
}
.estimated-delivery-icon {
  position: relative;
  top: -2px;
  
}
.crumbs_nav a,
.crumbs_nav a:hover {
  color: #808080;
}
.product_activity {
  width: 860px;
  height: 40px;
  border-radius: 4px;
  opacity: 1;
  background: linear-gradient(270deg, #ff0d35 0%, #ffad0d 100%);
  line-height: 34px;
  margin-bottom: 16px;
}
.product_activity .product_activity_tit {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-left: 12px;
}
.product_activity .count_time_box {
  display: inline-block;
  color: #808080;
  font-size: 14px;
}
.product_activity .count_time_box span {
  margin-left: 16px;
  display: inline-block;
  color: #fff;
}
/* .product_activity .count_time_box .count_time_rt{   
    color: #fff;
} */
.product_activity .count_time_box em {
  font-size: 24px;
  font-weight: bold;
  top: 2px;
  margin: 0 3px;
  position: relative;
}
.product_activity .count_time_box i {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background: linear-gradient(to bottom, #fff 50%, #f5f5f5 0%);
  display: inline-block;
  text-align: center;
  line-height: 22px;
  color: #E60C30;
}
.product_activity .confloor-hot-more {
  color: #fff;
  float: right;
  font-size: 14px;
  background: url(../../img/white_r_icon.png) no-repeat right center;
  padding-right: 24px;
  margin-top: 3px;
  margin-right: 12px;
}
.product_arrival_box {
  display: inline-block;
  margin-left: 8px;
}
.product_stock_num {
  display: inline-block;
}
.product_stock_num span {
  margin-left: 16px;
  font-size: 14px;
}
.product_act_tip {
  color: #FF0D35;
  display: inline-block;
  font-size: 14px;
  user-select: none;
}
.priority {
  width: 34px;
  height: 20px;
  border-radius: 4px;
  display: inline-block;
  background: linear-gradient(270deg, #FF0D35 0%, #FFBB0D 100%);
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  margin-right: 9px;
}
.sku_rebate {
  display: inline-block;
  background: #FFEAD0;
  border-radius: 4px;
  color: #FF0D35;
  font-size: 12px;
  padding: 4px 4px;
  line-height: 1;
  font-weight: 700;
  margin-top: 4px;
}
/* 切割费标识 */
.cutting_flag {
  line-height: 30px;
  color: #FF0D35;
}
/* 优惠券 */
.show_left .proinfo_line .proinfo_tab.coupon_mini_list {
  width: 100%;
}
.show_left .proinfo_line .proinfo_tab.coupon_mini_list .dd {
  min-width: 475px;
  max-width: 80%;
  vertical-align: middle;
  height: 30px;
}
.coupon_mini_list .coupon_mini {
  display: inline-block;
  width: 129px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  background-color: #FF5975;
  position: relative;
  user-select: none;
  overflow: hidden;
  margin-right: 12px;
  cursor: pointer;
}
.coupon_mini_list .coupon_mini i {
  font-style: normal;
}
.coupon_mini_list .coupon_mini::after,
.coupon_mini_list .coupon_mini::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0;
  height: 22px;
  border-left: 3px dotted #FFFFFF;
  top: 1px;
}
.coupon_mini_list .coupon_mini::before {
  left: -1px;
}
.coupon_mini_list .coupon_mini::after {
  right: -1px;
}
.coupon_mini_list .coupon_more {
  float: right;
  color: #808080;
  vertical-align: middle;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
}
/* 赠品相关start */
.show_left .proinfo_line .proinfo_tab.full_gift_tab {
  width: 100%;
}
.show_left .proinfo_line .dd.gift_list {
  width: 660px;
  max-width: 660px;
  vertical-align: top;
  padding-top: 4px;
  position: relative;
}
.gift_list_hover {
  display: none;
  position: absolute;
  left: -16px;
  z-index: 1;
}
.gift_list_hover .gift_list {
  width: 660px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 8px;
  padding: 12px 16px;
  background: #ffffff;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.1);
}
.gift_list li {
  margin-bottom: 12px;
  width: 660px;
}
.gift_list li:last-of-type {
  margin-bottom: 0;
}
.gift_list .gift_tag {
  border: 1px solid #FF0D35;
  color: #FF0D35;
  font-size: 12px;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 3px;
  border-radius: 4px;
  vertical-align: top;
  margin: 1px 9px 0 0;
  background-color: #ffffff;
}
.gift_list .gift_text {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  max-height: 36px;
  color: #222222;
  width: 540px;
}
/* #gift_list .gift_tag{margin-left: 12px;} */
.gift_list .more_gift {
  color: #808080;
  font-size: 14px;
  line-height: 20px;
  margin: 20px 67px 23px;
  display: none;
}
.gift_list .more_gift .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
  vertical-align: middle;
  background: url(../../img/downicon.png) no-repeat center / 100%;
  margin-left: 5px;
}
/* 赠品相关end*/
/* 商品标签 */
.project_tag {
  border: 1px solid #FF0D35;
  color: #FF0D35;
  font-size: 12px;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 3px;
  border-radius: 4px;
  margin: 1px 9px 0px 0;
  background-color: #ffffff;
}
.project_tag_info .project_tag {
  margin: 1px 9px 8px 0;
  vertical-align: top;
}
.tag-line {
  line-height: 20px;
  margin-bottom: 4px;
}
.have-arrival-cycle .project_tag,
.have-arrival-cycle .priority {
  margin-right: 0;
}
