@charset "utf-8";
.details {
  width: 100%;
}
.details .details_loc {
  width: 100%;
  background: #f2f2f2;
  height: 42px;
}
.details .details_loc .cur_location {
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.details .details_loc .cur_location li a {
  font-size: 14px;
  color: #666;
  padding-left: 22px;
  position: relative;
  line-height: 20px;
}
.details .details_loc .cur_location li a::after {
  content: '>';
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 5px;
}
.details .details_loc .cur_location li:nth-child(1) a {
  padding-left: 0px;
}
.details .details_loc .cur_location li:nth-child(1) a::after {
  content: none;
}
.details .details_box {
  width: 100%;
  max-width: 1460px;
  padding: 0 30px;
  min-width: 1300px;
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.details .details_box .details_right {
  width: 230px;
}
.details .details_box .details_right .d_right_h {
  width: 100%;
  margin-bottom: 18px;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.details .details_box .details_right .d_right_h::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #d5d5d5;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.details .details_box .details_right .d_right_h span {
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  padding: 0 16px;
  background: #fff;
}
.details .details_box .details_right .r_prod {
  width: 100%;
  padding: 0 16px;
}
.details .details_box .details_right .r_prod a {
  display: inline-block;
  width: 100%;
}
.details .details_box .details_right .r_prod a .r_img {
  width: 100%;
  position: relative;
  background: #c7e5e7;
}
.details .details_box .details_right .r_prod a .r_img .r_img_zc {
  width: 100%;
  height: auto;
}
.details .details_box .details_right .r_prod a .r_img .r_img_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.details .details_box .details_right .r_prod a .r_img .r_img_box img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.details .details_box .details_right .r_prod a p {
  width: 100%;
  font-size: 18px;
  color: #fe0851;
  line-height: 46px;
}
.details .details_box .details_right .r_prod a h5 {
  font-size: 14px;
  color: #666666;
  line-height: 16px;
  margin-top: 15px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.details .details_box .details_right .r_prod a:hover .r_img {
  background: #d7eff1;
}
.details .details_box .details_right .r_prod a:hover h5 {
  color: #000;
}
.details .details_box .details_left {
  width: calc(100% - 266px);
}
.details .details_box .details_left .details_01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.details .details_box .details_left .details_01 .d01_right {
  width: calc(100% - 500px);
}
.details .details_box .details_left .details_01 .d01_right .p_name {
  font-size: 24px;
  line-height: 34px;
  color: #666;
}
.details .details_box .details_left .details_01 .d01_right .p_sub_title {
  width: 100%;
  font-size: 16px;
  color: #ff4351;
  padding: 8px 0;
  line-height: 24px;
}
.details .details_box .details_left .details_01 .d01_right .p_sub_title text {
  margin-right: 8px;
}
.details .details_box .details_left .details_01 .d01_right .p_sub_title text:last-child {
  margin: 0;
}
.details .details_box .details_left .details_01 .d01_right .p_price {
  width: 100%;
  margin-top: 18px;
  background: #f4f4f4;
}
.details .details_box .details_left .details_01 .d01_right .p_price .ms_tab {
  width: 100%;
  height: 38px;
  background: url(../images/ms_t_bj.png) no-repeat center top;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 14px;
}
.details .details_box .details_left .details_01 .d01_right .p_price .ms_tab .ms_tab_left {
  display: flex;
  justify-content: left;
  font-size: 16px;
  color: #fff;
  align-items: center;
}
.details .details_box .details_left .details_01 .d01_right .p_price .ms_tab .ms_tab_left img {
  margin-right: 10px;
  display: inline-block;
  width: 12px;
}
.details .details_box .details_left .details_01 .d01_right .p_price .ms_tab .count_down {
  display: flex;
  justify-content: right;
  align-items: center;
  color: #fff;
  font-size: 14px;
}
.details .details_box .details_left .details_01 .d01_right .p_price .ms_tab .count_down span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background: #443b3b;
  text-align: center;
  line-height: 24px;
  margin: 0 3px;
}
.details .details_box .details_left .details_01 .d01_right .p_price .price_list {
  width: 100%;
  padding: 20px 8px 8px 8px;
}
.details .details_box .details_left .details_01 .d01_right .p_price .price_list .p_d {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 10px 0;
}
.details .details_box .details_left .details_01 .d01_right .p_price .price_list .p_d label {
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  font-weight: normal;
}
.details .details_box .details_left .details_01 .d01_right .p_price .price_list .p_d .p_div_text {
  width: calc(100% - 75px);
  line-height: 26px;
}
.details .details_box .details_left .details_01 .d01_right .p_price .price_list .p_d .p_div_text .p_text_y {
  font-size: 20px;
  color: #fe0851;
}
.details .details_box .details_left .details_01 .d01_right .p_price .price_list .p_d .p_div_text .p_text_y span {
  font-size: 24px;
}
.details .details_box .details_left .details_01 .d01_right .p_price .price_list .p_d .default_p {
  font-size: 16px;
  color: #999999;
  text-decoration: line-through;
}
.details .details_box .details_left .details_01 .d01_right .p_price .price_list .p_d .coupon_ul {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.details .details_box .details_left .details_01 .d01_right .p_price .price_list .p_d .coupon_ul li {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  background: #fff;
  padding: 0 15px;
  font-size: 14px;
  color: #fe0851;
  border: 1px solid #fe0851;
  margin: 0 10px 10px 0;
}
.details .details_box .details_left .details_01 .d01_right .p_price .price_list .p_d .coupon_ul li:last-child {
  margin-right: 0;
}
.details .details_box .details_left .details_01 .d01_right .yunfei {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 10px 0;
  padding: 0 8px;
}
.details .details_box .details_left .details_01 .d01_right .yunfei label {
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  font-weight: normal;
}
.details .details_box .details_left .details_01 .d01_right .yunfei .p_div_text {
  width: calc(100% - 75px);
  line-height: 26px;
  font-size: 16px;
  color: #999;
  text-align: left;
}
.details .details_box .details_left .details_01 .d01_right .guige {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 10px 0;
  padding: 0 8px;
}
.details .details_box .details_left .details_01 .d01_right .guige label {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  font-weight: normal;
}
.details .details_box .details_left .details_01 .d01_right .guige .guige_ul {
  width: calc(100% - 75px);
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
.details .details_box .details_left .details_01 .d01_right .guige .guige_ul li {
  cursor: pointer;
  margin: 0 16px 16px 0;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 4px;
  border: 1px solid #c9c9c9;
}
.details .details_box .details_left .details_01 .d01_right .guige .guige_ul li .gg_img {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f4f4;
  width: 58px;
  height: 58px;
}
.details .details_box .details_left .details_01 .d01_right .guige .guige_ul li .gg_img img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.details .details_box .details_left .details_01 .d01_right .guige .guige_ul li span {
  font-size: 16px;
  color: #666666;
  margin: 0 6px 0 12px;
}
.details .details_box .details_left .details_01 .d01_right .guige .guige_ul li.active {
  border-color: #fe0851;
}
.details .details_box .details_left .details_01 .d01_right .buy_btn {
  margin-top: 6px;
  padding-top: 32px;
  border-top: 1px solid #dcdcdc;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.details .details_box .details_left .details_01 .d01_right .buy_btn .buy_input {
  display: flex;
  justify-content: left;
  align-items: center;
  border: 1px solid #cccccc;
  overflow: hidden;
}
.details .details_box .details_left .details_01 .d01_right .buy_btn .buy_input input {
  width: 44px;
  height: 46px;
  border: none;
  text-align: center;
  line-height: 46px;
  outline: none;
  font-size: 14px;
  color: #000;
}
.details .details_box .details_left .details_01 .d01_right .buy_btn .buy_input .buy_oper {
  width: 16px;
  border-left: 1px solid #ccc;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.details .details_box .details_left .details_01 .d01_right .buy_btn .buy_input .buy_oper span {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #666666;
  height: 50%;
  line-height: 23px;
  text-align: center;
}
.details .details_box .details_left .details_01 .d01_right .buy_btn .buy_input .buy_oper span:last-child {
  border-top: 1px solid #ccc;
}
.details .details_box .details_left .details_01 .d01_right .buy_btn a {
  display: inline-block;
  width: 150px;
  background: #e4393c;
  margin-left: 13px;
  height: 46px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 46px;
}
.details .details_box .details_left .details_01 .d01_right .buy_btn a:hover {
  opacity: 0.9;
}
.details .details_box .details_left .details_01 .d01_left {
  width: 450px;
}
.details .details_box .details_left .details_01 .d01_left .collect_oper {
  cursor: pointer;
  width: 100px;
  margin: 40px 0 0 0;
  display: flex;
  justify-content: left;
  align-items: center;
}
.details .details_box .details_left .details_01 .d01_left .collect_oper span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/sc_d.png) no-repeat center center;
  background-size: 22px 22px;
}
.details .details_box .details_left .details_01 .d01_left .collect_oper text {
  font-size: 16px;
  color: #999;
  margin-left: 10px;
}
.details .details_box .details_left .details_01 .d01_left .collect_oper.collected span {
  background: url(../images/sc_s.png) no-repeat center center;
  background-size: 22px 22px;
}
.details .details_box .details_left .details_01 .d01_left .collect_oper.collected text {
  color: #e4393c;
}
.details .details_desc {
  width: 100%;
  margin-top: 74px;
}
.details .details_desc .d_nav {
  width: 100%;
}
.details .details_desc .d_nav .stitch_nav {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: left;
  align-items: center;
  background: #f7f7f7;
  border-bottom: 1px solid #e4393c;
}
.details .details_desc .d_nav .stitch_nav li {
  line-height: 42px;
  padding: 0 35px;
  font-size: 15px;
  color: #666666;
  cursor: pointer;
}
.details .details_desc .d_nav .stitch_nav li:hover {
  color: #e4393c;
}
.details .details_desc .d_nav .stitch_nav li.active {
  background: #e4393c;
  color: #fff;
}
.details .details_desc .d_nav .stitch_nav li.active:hover {
  color: #fff;
}
.details .details_desc .switch_con {
  width: 100%;
}
.details .details_desc .switch_con .switch_tap {
  width: 100%;
  display: none;
}
.details .details_desc .switch_con .switch_tap .p_info {
  width: 100%;
  background: #f7f7f7;
  padding: 40px 40px 30px 20px;
}
.details .details_desc .switch_con .switch_tap .p_info .info_tab {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.details .details_desc .switch_con .switch_tap .p_info .info_tab td {
  padding: 5px 10px 5px 0;
  font-size: 15px;
  color: #666;
  text-align: left;
  vertical-align: top;
  line-height: 20px;
  min-width: 150px;
  word-wrap: break-word;
  word-break: break-all;
}
.details .details_desc .switch_con .switch_tap .p_info .info_tab .td_label {
  width: 100px;
  text-align: right;
  min-width: unset;
}
/*商品详情 轮播主图*/
#magnifier {
  position: relative;
  width: 450px;
}
.small-box {
  position: relative;
  width: 450px;
  height: 450px;
  margin-bottom: 20px;
  border: 1px solid #eee;
}
.small-box img {
  display: block;
}
.thumbnail-box {
  position: relative;
  width: 100%;
}
.thumbnail-box .btn {
  position: absolute;
  top: 50%;
  width: 38px;
  height: 54px;
  margin-top: -27px;
}
.thumbnail-box .btn-prev {
  left: 0;
  background: url(../images/l_arrow.jpg) no-repeat;
}
.thumbnail-box .btn-next {
  right: 0;
  background: url(../images/r_arrow.jpg) no-repeat;
}
.thumbnail-box .list {
  overflow: hidden;
  width: 374px;
  margin: 0 auto;
}
.thumbnail-box .wrapper {
  width: 100000px;
}
.thumbnail-box .list .item {
  float: left;
  margin: 0 20px 0 0;
}
.thumbnail-box .list .item img {
  border: 1px solid #dcdcdc;
  width: 54px;
  height: 54px;
}
.thumbnail-box .list .item-cur img {
  border: 3px solid #e4393c;
}
.big-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 451px;
  top: 0;
  width: 540px;
  height: 540px;
  border: 1px solid #e4e4e4;
}
.big-box img {
  display: block;
  width: 100%;
  height: 100%;
}
/*商品评论*/
.pl_list {
  width: 100%;
  padding: 20px 0;
}
.pl_list .pl_item {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
}
.pl_list .pl_item .pl_user {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pl_list .pl_item .pl_user img {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.pl_list .pl_item .pl_user span {
  width: calc(100% - 46px);
  display: inline-block;
}
.pl_list .pl_item .pl_user span text {
  font-size: 13px;
  color: #666;
  line-height: 26px;
  display: inline-block;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pl_list .pl_item .pl_con {
  width: 100%;
  padding: 5px 0 0 46px;
}
.pl_list .pl_item .pl_con .pl_text {
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 22px;
  margin-top: 10px;
}
.pl_list .pl_item .pl_con .pl_prod {
  width: 100%;
  padding-top: 10px;
}
.pl_list .pl_item .pl_con .pl_prod span {
  margin-right: 40px;
  font-size: 13px;
  color: #999;
  line-height: 18px;
}
.pl_list .pl_item .pl_con .pl_star {
  width: 78px;
  height: 14px;
  background: url(../images/star.png) no-repeat;
}
.pl_list .pl_item .pl_con .pl_star.star5 {
  background-position: 0 0;
}
.pl_list .pl_item .pl_con .pl_star.star4 {
  background-position: -16px 0;
}
.pl_list .pl_item .pl_con .pl_star.star3 {
  background-position: -32px 0;
}
.pl_list .pl_item .pl_con .pl_star.star2 {
  background-position: -48px 0;
}
.pl_list .pl_item .pl_con .pl_star.star1 {
  background-position: -64px 0;
}
.pl_list .pl_item .pl_con .pl_star.star0 {
  background-position: -80px 0;
}
