

.w1190 {
  width: 1190px;
}

em {
  color: #e53;
}

.w990 {
  width: 990px;
}

.fl {
  float: left;
}

.floatLeft {
  float: left !important;
}

.floatRight {
  float: right !important;
}

.mrauto {
  margin-left: auto;
  margin-right: auto;
}

.inline-block,
.bq_price p,
.shop_t_c_b dl,
.d_city_tit span,
.d_city_tit em,
.brand ul li em,
.brand ul li .zxBtn,
.pro_pl_tit h2,
.pl_l .score,
.zx_ask span,
.zx_replay span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

.text-overflow,
.groom_pro_b_body2 dl dd,
.groom_pro_b_body dl dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clearfix:after {
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  *height: 1%;
}

/***media query***/
@media screen and (max-width: 1190px) {
  .w1190 {
    width: 990px;
  }

  .hid {
    display: none !important;
  }
}

/*商品详细*/
.shop_t_l_b {
  width: 400px;
  height: 490px;
}

.shop_t_l {
  width: 360px;
  height: 420px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 19px;
  position: relative;
  z-index: 3;
}

.shop_t_l .pro_big {
  width: 360px;
  height: 360px;
  overflow: hidden;
}

.shop_t_l .pro_big .pro_big_img {
  position: relative;
  width: 360px;
  height: 360px;
}

.shop_t_l .subscript {
  position: absolute;
  left: 19px;
  top: 0;
  z-index: 9;
  width: 105px;
  height: 139px;
  background: url(../image/7_icon.png) 0 0 no-repeat;
}

.shop_t_l .pro_big .pro_big_img img {
  width: 360px;
  height: 360px;
  display: none;
}

.shop_t_l .pro_big .pro_big_img img.cur {
  display: block;
}

.shop_t_l .pro_big .pro_big_img span {
  width: 100px;
  height: 100px;
  background: red;
  left: 0px;
  top: 0px;
  z-index: 10;
  position: absolute;
  display: none;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.shop_t_l .pro_big .pro_big_img .show {
  width: 100%;
  height: 100%;
  /* background:red;position:absolute;filter:alpha(opacity=10);opacity:0.1; */
  left: 0px;
  top: 0px;
}

.shop_t_l .zoom-big {
  position: absolute;
  left: 415px;
  top: 0;
  overflow: hidden;
}

.shop_t_l .pro_big_img1 {
  position: relative;
  width: 360px;
  height: 420px;
  overflow: hidden;
  background: #fff;
  padding: 19px;
}

.shop_t_l .pro_big_img1 img {
  position: absolute;
  left: 0;
  top: 0;
}

.shop_t_l .pro_small {
  padding: 15px 5px 0;
  overflow: hidden;
}

.shop_t_l .pro_small .img_btn {
  width: 9px;
  height: 16px;
  margin-top: 18px;
  cursor: pointer;
}

.shop_t_l .pro_small .pro_prev {
  background: url("../image/icon1.png") no-repeat -195px -266px;
  margin-right: 11px;
}

.shop_t_l .pro_small .pro_prev:hover {
  background-position: -195px -287px;
}

.shop_t_l .pro_small .pro_prev.no_allow {
  background-position: -195px -244px;
}

.shop_t_l .pro_small .pro_prev.no_allow:hover {
  background-position: -195px -244px;
}

.shop_t_l .pro_small .pro_s_cent {
  width: 300px;
  overflow: hidden;
}

.shop_t_l .pro_small .pro_s_cent .pro_s_img {
  width: 1000px;
  position: relative;
}

.shop_t_l .pro_small .pro_s_cent .pro_s_img img {
  float: left;
  width: 50px;
  height: 50px;
  border: 1px solid #f3f3f3;
  margin-right: 10px;
  cursor: pointer;
}

.shop_t_l .pro_small .pro_s_cent .pro_s_img img.current {
  border: 1px solid #e53;
}

.shop_t_l .pro_small .pro_next {
  background: url("../image/icon1.png") no-repeat -227px -266px;
  margin-left: 11px;
}

.shop_t_l .pro_small .pro_next:hover {
  background-position: -227px -287px;
}

.shop_t_l .pro_small .pro_next.no_allow {
  background-position: -227px -244px;
}

.shop_t_l .pro_small .pro_next.no_allow:hover {
  background-position: -227px -244px;
}

.shop_t_c {
  width: 520px;
  margin-left: 20px;
}

.shop_t_c_b .mr5 {
  margin-left: -5px;
}

.shop_name {
  font: 20px/28px "Microsoft YaHei";
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}

.shop_ad {
  font: normal 14px/16px "Microsoft YaHei";
  padding: 8px 0 10px;
  overflow: hidden;
}

.shop_ad em {
  color: #e53;
}

.shop_ad span {
  color: #08d;
  text-decoration: underline;
}

.shop_ad span a {
  color: #08d;
}

.shop_ad span a:hover {
  text-decoration: underline;
}

.shop_t_c_c {
  position: relative;
  background: #fef8f6;
  border-top: 1px solid #f3f3f3;
  padding: 0 10px 10px;
  font-family: Arial, "SimSun";
}

.shop_t_c_c dl {
  overflow: hidden;
  margin-top: 15px;
}

.shop_t_c_c dl dt {
  float: left;
  width: 80px;
  text-align: left;
  color: #666;
}

.shop_t_c_c dl dt.j {
  padding-top: 8px;
  letter-spacing: 4px;
}

#fullQuota dt {
  letter-spacing: 3px;
}

.shop_t_c_c dl dd {
  float: left;
  width: 365px;
  margin-left: 6px;
}

.bq_price {
  font: 30px/32px "Arial";
  color: #e53;
  overflow: hidden;
}

.bq_price em {
  float: left;
  width: 95px;
  text-align: center;
  height: 28px;
  font: normal 12px/28px "Arial", "SimSun";
  padding: 0 7px 0 34px;
  margin: 3px 0 0 8px;
  background: url("../image/icon1.png") no-repeat 0 -320px;
}

.bq_price #bqPrice {
  float: left;
}

.bq_price p {
  color: #fff;
  padding: 0 5px;
  font: 12px/20px "Arial";
  background: #e53;
  margin-left: 10px;
  margin-top: -4px;
}

.bq_price .price_unit {
  display: block;
  float: left;
}

.dou {
  color: #999;
  padding-top: 8px;
}

.oldprice {
  color: #999;
  text-decoration: line-through;
  font-size: 14px;
}

.yh {
  color: #e53;
  padding-bottom: 10px;
  line-height: 20px;
}

.yh_text {
  color: #fff;
  background: #e53;
  padding: 2px 4px;
  margin-right: 5px;
}

#isTeamBuy {
  font-family: "微软雅黑";
  position: absolute;
  color: #fff;
  background: #e53;
  margin-left: 89px;
  margin-top: -48px;
  font-size: 12px;
  padding: 2px 4px;
  line-height: 17px;
}

.xz {
  color: #666;
  padding: 5px 0 10px;
}

.shop_t_c_b {
  padding: 0 10px;
  color: #666;
  position: relative;
}

.shop_t_c_b dl {
  width: 100%;
  margin-top: 14px;
  font-family: Arial, "SimSun";
}

.shop_t_c_b dl dt {
  float: left;
  width: 87px;
  text-align: left;
  padding: 8px 0 0;
}

.shop_t_c_b dl dt.j {
  padding-top: 8px;
}

.qqg dl .fw {
  letter-spacing: 8px;
}

.qqg dl .sf {
  letter-spacing: 8px;
}

.shop_t_c_b dl .ps {
  letter-spacing: 3.7px;
}

.gmsl {
  letter-spacing: 3px;
}

.tz {
  letter-spacing: 8px;
}

#color dl dt {
  letter-spacing: 17px;
}

#size dl dt {
  letter-spacing: 17px;
}

.shop_t_c_b dl dd {
  float: left;
  width: 410px;
}

.shop_t_c_b dl dd select {
  float: left;
  height: 34px;
}

.shop_t_c_b dl dd .support {
  padding: 10px 0 0 10px;
}

.detail_city {
  float: left;
  position: relative;
  width: 62px;
  margin: 3px 10px 0 0;
  min-height: 30px;
  _height: 30px;
}

.d_city_tit {
  width: 50px;
  height: 26px;
  padding: 0 6px;
  border: 1px solid #ccc;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}

.d_city_tit span {
  width: 40px;
  line-height: 26px;
}

.d_city_tit em {
  width: 9px;
  height: 5px;
  background: url("../image/toolbar1.png") no-repeat -22px -61px;
}

.d_city_tit em.up {
  background-position: -36px -61px;
}

.d_city_tit.current {
  border-bottom: 1px solid #fff;
}

.d_city_select {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 27px;
  background: #fff;
  width: 300px;
  padding: 10px;
  border: 1px solid #ccc;
}

.d_city_select span {
  float: left;
  padding: 3px 0;
  margin: 5px 4px 0;
  width: 50px;
  text-align: center;
  cursor: pointer;
}

.d_city_select span:hover {
  background: #e53;
  color: #fff;
}

.change {
  border: 1px solid #ccc;
  float: left;
  padding: 8px 10px;
  margin-right: 5px;
  color: #333;
  cursor: pointer;
  margin-bottom: 10px;
}

.color-img {
  padding: 1px;
}

.color-img img {
  width: 40px;
  height: 40px;
  vertical-align: top;
}

.change.current {
  border: 2px solid #e53;

  padding: 7px 9px;
}

.color-img.current {
  padding: 0;
}

.change_no {
  border: 1px dashed #dbd9d9;
  color: #cfcccc;
  cursor: default;
}

.amount {
  overflow: hidden;
  float: left;
}

.amount span {
  float: left;
  width: 18px;
  height: 23px;
  color: #333;
  font-size: 16px;
  padding-top: 3px;
  border: 1px solid #ccc;
  text-align: center;
  cursor: pointer;
}

.amount input {
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  text-align: center;
  width: 50px;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  font-weight: bold;
  float: left;
}

.jian {
  float: left;
  padding: 8px 0 0 5px;
}

.gotobuy {
  width: 130px;
  height: 40px;
  background: #e53;
  color: #fff;
  font: 16px/40px "Microsoft YaHei";
  cursor: pointer;
  margin-right: 10px;
  border: none;
}

/*.spec-container {
  height: 50px;
 /* overflow-y: scroll;*/
}

*/ .no-tc-start {
  text-align: center;
  margin-top: 10px;
  width: 130px;
  height: 40px !important;
  line-height: 40px !important;
  background: #e53;
  color: #fff;
  font: 16px/40px "Microsoft YaHei";
  cursor: pointer;
  margin-right: 10px;
  border: none;
}

.gotobuy:hover {
  background: #c20;
}

.goseckill,
.pre-sale {
  width: 160px;
  height: 40px;
  background: #e53;
  color: #fff;
  font: 16px/40px "Microsoft YaHei";
  cursor: pointer;
  margin-right: 10px;
  border: none;
}

.preSubmitBtn.pre-sale.c99 {
  background-color: #999;
  color: #fff;
}

.goseckill:hover {
  background: #c20;
}

.dhtz {
  width: 150px;
  height: 40px;
  background: url("../image/btn3.png") no-repeat 0 -372px;
  cursor: pointer;
  margin-right: 10px;
  border: none;
}

.dhtz:hover {
  background-position: -161px -372px;
}

.dhtz_text {
  font: 12px/14px "SimSun";
  padding: 8px 0 0;
  color: #646464;
  clear: both;
}

.tocat {
  background: url("../image/btn3.png") no-repeat 0 0;
  width: 150px;
  height: 40px;
  cursor: pointer;
}

.tocat:hover {
  background-position: 0 -50px;
}

#collect {
  background: url("../image/btn3.png") no-repeat -163px -12px;
  width: 75px;
  height: 16px;
  cursor: pointer;
  margin: 13px 0 0 13px;
}

#collected {
  background: url("../image/btn3.png") no-repeat -163px -62px;
  width: 75px;
  height: 16px;
  cursor: pointer;
  margin: 13px 0 0 13px;
}

#collect:hover {
  background-position: -163px -62px;
}

.shop_t_r {
  width: 228px;
  border: 1px solid #e6e6e6;
}

/*.bz {
  background: url("../image/btn3.png") no-repeat 0 -99px;
  height: 99px;
}*/

.bz {
  height: 100px;
}

.bz li {
  float: left;
  width: 75px;
  text-align: center;
  color: #999999;
  font-size: 12px;
  padding-top: 5px;
}

.bz li span {
  display: block;
}

.brand {
  border-top: 1px solid #e6e6e6;
  padding: 10px;
  color: #666;
  font-family: Arial, "SimSun";
}

.brand dl {
  margin-top: 10px;
  overflow: hidden;
}

.brand dl dt {
  float: left;
  width: 60px;
  text-align: right;
}

.brand dl dd {
  float: left;
  width: 145px;
}

.brand dl a {
  color: #08d;
}

.brand ul {
  border-top: 1px dashed #ccc;
}

.brand ul li {
  margin-top: 15px;
}

.brand ul li em {
  width: 10px;
  height: 12px;
  background: url("../image/icon1.png") no-repeat -262px -244px;
  margin-right: 4px;
}

.brand ul li .light {
  width: 10px;
  height: 12px;
  background: url("../image/li.png") no-repeat;
  margin-right: 4px;

}

.brand ul li .zxBtn {
  width: 90px;
  height: 28px;
  background: url("../image/btn3.png") no-repeat 0 -206px;
  margin-left: 4px;
}

.pl_top {
  padding: 5px 0 10px;
  clear: both;
}

.detail_az {
  position: static;
  width: 208px;
  border-top: 1px solid #e6e6e6;
}

.share {
  padding: 5px 0 0 112px;
  overflow: hidden;
  font-family: "SimSun";
}

.share_text {
  margin-top: 5px;
  color: #666;
}

.pro_cont {
  overflow: hidden;
}

.sqimg {
  position: relative;
}

.sqimg img {
  position: absolute;
  width: 100px;
  height: 70px;
  top: -75px;
  left: 0;
  display: none;
}

#prizePros {
  overflow: hidden;
  font-family: arial, "SimSun";
  padding-top: 3px;
}

#prizePros .tb {
  float: left;
  width: 70px;
  text-align: left;
  margin-top: 8px;
  letter-spacing: 1px;
}

.zpeare {
  float: left;
  line-height: 32px;
  margin-left: 16px;
}

.zpeare img {
  margin-right: 5px;
}

.pl_s_cont {
  overflow: hidden;
  padding: 2px 0 0 58px;
}

/*左侧*/
.leftSide {
  width: 190px;
}

.proTit {
  font-weight: normal;
}

.goodsCate .goodsCateList_li.goodsCateList_on2 {
  border-right: 1px solid #ddd;
}

/*右侧*/
.rightSide {
  width: 990px;
}

.pro_tag_body,
.pro_tag {
  height: 40px;
}

.pro_tag_cont {
  background: #f3f3f3;
  height: 40px;
  border: 1px solid #ddd;
}

.pro_tag_cont .sp {
  float: left;
  padding: 0 20px;
  position: relative;
  font: 14px/40px "Microsoft YaHei";
  color: #333;
  border-right: 1px solid #ddd;
  cursor: pointer;
}

.pro_tag_cont .sp em {
  color: #e53;
}

.pro_tag_cont .sp.current {
  color: #e53;
  background: #fff;
  border-top: 3px solid #e53;
  top: -1px;
  font: 14px/39px "Microsoft YaHei";
}

.pro_tag_cont #intocar_btn2,
.pro_tag_cont .pre-sale-btn {
  float: right;
  background: #e53;
  color: #fff;
  font: 16px/34px "Microsoft YaHei";
  padding: 0 15px;
  margin: 3px 3px 0 0;
}

.pro_tag_cont #intocar_btn2:hover,
.pro_tag_cont .pre-sale-btn:hover {
  color: #fff !important;
}

.pro_tag.abs {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  background: #f3f3f3;
  border-bottom: 1px solid #ddd;
}

.pro_tag.abs .pro_tag_cont {
  width: 988px;
  position: relative;
  left: 50%;
  margin-left: -395px;
  top: -1px;
}

.xx_tit {
  height: 30px;
  background: url("../image/tit.jpg") no-repeat;
  overflow: hidden;
}

.xx_tit span {
  font: 24px/26px "Microsoft YaHei";
  margin-left: 75px;
  color: #f50;
}

.xx_tit em {
  font: 18px/20px "Arial";
  margin: 15px 0 0 10px;
  color: #999;
}

/*商品评论*/
.pro_pl {
  border: 1px solid #ddd;
  padding: 10px 20px 20px;
}

.product_introduct {
  border-top: none;
}

.pro_pl_tit {
  height: 30px;
  border-bottom: 2px solid #ccc;
}

.pro_pl_tit h2 {
  font: 20px/30px "Microsoft YaHei";
  border-bottom: 2px solid #e53;
  color: #e53;
}

.pl_body_top {
  font-family: Arial, "SimSun";
  background: #f3f3f3;
  border-bottom: 1px solid #e6e6e6;
  height: 138px;
  overflow: hidden;
}

.pl_l {
  width: 200px;
  text-align: center;
}

.pl_l .score {
  float: none;
  margin-top: 10px;
}

.pl_score {
  margin-top: 10px;
  color: #e53;
  font-size: 16px;
}

.pl_score span {
  color: #e53;
  font-size: 50px;
  font-family: Arial, "Microsoft YaHei";
}

.pl_num {
  color: #666;
  margin-top: 10px;
}

.pl_c {
  background: #fff;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  height: 123px;
  width: 416px;
  padding: 15px 65px 0;
}

.pl_c dl {
  margin-top: 17px;
  overflow: hidden;
}

.pl_c dl dt {
  float: left;
  width: 110px;
  text-align: right;
  color: #666;
}

.pl_c dl dd {
  float: left;
  width: 300px;
}

.line {
  width: 300px;
  background: #e6e6e6;
  height: 10px;
  margin-top: 3px;
}

.line .precent {
  width: 300px;
  background: #e53;
  height: 10px;
}

.pl_r {
  width: 180px;
  padding: 10px;
  color: #333;
}

.pl_r dl dd {
  margin-top: 7px;
}

.pl_r dl dd span {
  color: #e53;
}

.pl_btn {
  background: #f65;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  float: left;
}

.pl_tag {
  height: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.pl_tag span {
  float: left;
  padding: 0 20px;
  position: relative;
  font: 12px/30px Arial, "SimSun";
  color: #333;
  cursor: pointer;
}

.pl_tag span.current {
  border-bottom: 1px solid #e53;
  font: 12px/30px Arial, "SimSun";
}

.pl_list {
  overflow: hidden;
  padding: 20px 0 5px;
  border-bottom: 1px dashed #ccc;
  position: relative;
}

.pl_head {
  width: 40px;
  height: 40px;
  padding: 0 12px;
}

.pl_head img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

.pl_head p {
  width: 40px;
  text-align: center;
  color: #333;
  font-family: Arial, "SimSun";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pl_head span {
  text-align: center;
  color: #ee5334;
  display: block;
  font-size: 14px;
}

.pl_right {
  width: 836px;
  font-family: Arial, "SimSun";
}

.pl_right dl {
  overflow: hidden;
  margin-bottom: 13px;
  line-height: 22px;
  color: #333;
}

.pl_right dl dt {
  float: left;
  color: #666;
  width: 36px;
  text-align: right;
}

.pl_right dl dd {
  float: left;
  width: 800px;
}

.ce53 {
  color: #e53;
}

.c999 {
  color: #999;
}

.pl_right dl dd .pl_r_img {
  float: left;
  width: 50px;
  height: 50px;
  border: 1px solid #f3f3f3;
  margin-right: 10px;
}

.arr {
  width: 11px;
  height: 7px;
  position: relative;
  left: 20px;
}

.pl_k_body {
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
  margin-top: -1px;
  padding: 10px 10px 15px;
}

.replay {
  border: 1px solid #ddd;
  background: #fff;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
}

.replay input {
  width: 600px;
  height: 20px;
  border: none;
}

.replay_btn {
  background: #f65;
  color: #fff;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  float: right;
  margin-top: 10px;
}

.replay_list {
  clear: both;
  border-bottom: 1px solid #e6e6e6;
  /*line-height: 42px;*/
  line-height: 24px;
  color: #333;
}

.page_pl {
  text-align: right;
  padding: 20px 0 0;
}

.page_pl span {
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 6px 10px;
  color: #333;
  margin-left: 5px;
  cursor: pointer;
}

.page_pl span.current {
  border: 1px solid #f8f8f8;
  color: #f65;
  background: #f8f8f8;
}

.pl_page {
  text-align: right;
  padding: 30px 0 10px;
  font-size: 14px;
}

.pl_page span {
  border: 1px solid #e6e6e6;
  background: #f3f3f3;
  padding: 10px 15px;
  color: #333;
  margin-left: 5px;
  cursor: pointer;
}

.pl_page span.current {
  border: 1px solid #e53;
  color: #fff;
  background: #e53;
}

.pl_page span:hover {
  border: 1px solid #e53;
  color: #e53;
  background: #fff;
}

.pl_page em {
  color: #333;
  padding: 0 10px;
}

.replay_num,
.praise {
  cursor: pointer;
}

/*售后服务*/
.baozhang dl {
  padding: 20px;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
}

.baozhang dl dt {
  background: url("../image/btn3.png") no-repeat;
  width: 84px;
  height: 84px;
  float: left;
  margin-right: 20px;
}

.baozhang dl dt.a {
  background-position: 0 -243px;
}

.baozhang dl dt.b {
  background-position: -97px -243px;
}

.baozhang dl dt.c {
  background-position: -193px -243px;
}

.baozhang dl dd {
  padding-top: 10px;
  font: 16px/24px "Microsoft YaHei";
  color: #333;
}

.baozhang dl dd.name {
  color: #ef5f3f;
  font: 20px/24px "Microsoft YaHei";
}

/*商品咨询*/
.zx_list {
  padding: 0 5px 15px;
  border-bottom: 1px dashed #ccc;
  font-family: Arial, "SimSun";
}

.zx_list>div {
  margin-top: 13px;
}

.zx_net {
  color: #999;
}

.zx_ask {
  color: #666;
}

.zx_replay {
  color: #e53;
}

.zx_ask span,
.zx_replay span {
  width: 870px;
  vertical-align: top;
}

.fbzx {
  color: #666;
  font-family: Arial, "SimSun";
}

.fbzx strong {
  display: block;
  padding: 20px 0 10px;
}

.fbzx_input textarea {
  width: 580px;
  height: 70px;
  border: 1px solid #ddd;
  padding: 5px;
}

.fbzx_tj input {
  width: 76px;
  height: 22px;
  text-align: center;
  color: #fff;
  background: #e53;
  cursor: pointer;
}

.fbzx_tj input:hover {
  background: #c20;
}

/*猜你喜欢*/
.cai {
  border: 1px solid #ddd;
  padding: 0;
}

.cai h2 {
  font-size: 16px;
  color: #333;
  padding: 10px 0 0 10px;
  font-weight: normal;
}

.cai_body {
  overflow: hidden;
}

.cai_body dl {
  float: left;
  width: 177px;
  padding: 20px 10px 10px;
}

.cai_body dl dt {
  width: 170px;
  height: 170px;
  overflow: hidden;
}

.cai_body dl dt img {
  transition: all .3s ease;
  zoom: 1;
}

.cai_body dl dd {
  font-family: arial, "SimSun";
  padding-top: 7px;
  overflow: hidden;
}

.cai_body dl dd.name {
  height: 36px;
  line-height: 18px;
}

.cai_body dl dd span {
  width: 50%;
}

.cai_body dl dd span.l {
  float: left;
  color: #e53;
  font-size: 14px;
  font-family: arial, "SimSun";
}

.cai_body dl dd span.r {
  float: right;
  color: #666;
  text-align: right;
}

.buy_content {
  font-family: arial, "SimSun";
}

.buy_cont_tit {
  height: 40px;
  line-height: 40px;
  color: #666;
  background: #efefef;
  overflow: hidden;
}

.buy_cont_tit span {
  float: left;
  text-align: center;
  padding: 0 10px;
}

.w1 {
  width: 230px;
}

.w2 {
  width: 205px;
}

.w3 {
  width: 205px;
}

.w4 {
  width: 225px;
}

.buy_list {
  border-bottom: 1px dotted #ccc;
  background: #fff;
}

/*中间页*/
.shop_t_l_l {
  width: 300px;
  height: 300px;
  padding: 19px;
  border: 1px solid #e6e6e6;
}

.shop_t_l_l img {
  width: 300px;
  height: 300px;
}

.shop_t_c_c_c {
  padding: 0;
  background: none;
  border: none;
}

.review {
  float: left;
  width: 130px;
  height: 40px;
  text-align: center;
  color: #fff;
  background: #ee5533;
  font: 16px/40px "Microsoft YaHei";
}

.review:hover {
  background: #cc2200;
  color: #fff !important;
}

.shop_t_r_r {
  width: 170px;
  padding: 9px 9px 0;
  border: 1px solid #e6e6e6;
}

.shop_t_r_r_tit {
  font: 16px/18px "Microsoft YaHei";
  color: #333333;
  padding-bottom: 2px;
}

.shop_t_r_r dl {
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
  padding: 13px 0;
}

.shop_t_r_r dl dt {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 5px;
}

.shop_t_r_r dl dt img {
  width: 60px;
  height: 60px;
  display: block;
}

.shop_t_r_r dl dd {
  font-size: 12px;
  color: #999;
  font-family: arial, "SimSun";
  padding: 2px 0 0;
}

.shop_t_r_r dl dd.name {
  height: 34px;
  overflow: hidden;
  line-height: 18px;
  padding: 0;
}

.shop_t_r_r dl dd span {
  color: #ee5533;
}

.shop_t_r_r dl dd a {
  color: #666;
}

.shop_t_r_r dl.last {
  border: none;
}

/*狗狗推荐商品*/
.groom_pro_t {
  overflow: hidden;
  line-height: 22px;
  border-bottom: 2px solid #e53;
}

.groom_pro_t h2 {
  float: left;
  color: #e53;
  padding-right: 55px;
  font: normal 20px/28px "Microsoft YaHei";
}

.groom_pro_t .groom_tab a {
  font: 16px/32px "Microsoft YaHei";
  float: left;
  height: 32px;
  padding: 0 15px;
  color: #333;
}

.groom_pro_t .groom_tab a:hover {
  color: #ee5533;
  text-decoration: underline;
}

.groom_pro_b {
  border: 1px solid #e6e6e6;
  border-top: none;
}

.groom_pro_b_body2 {
  overflow: hidden;
}

.groom_pro_b_body2 dl {
  float: left;
  width: 197px;
  padding: 20px 10px 15px;
  height: 193px;
  margin: 0 10px;
}

.groom_pro_b_body2 dl dt {
  height: 140px;
  overflow: hidden;
  position: relative;
}

.groom_pro_b_body2 dl dt img {
  width: 140px;
  height: 140px;
  display: block;
  margin-left: 28px;
  transition: all .3s ease;
  zoom: 1;
}

.groom_pro_b_body2 dl dd {
  font-family: arial, "Microsoft YaHei";
  padding-top: 10px;
}

.groom_pro_b_body2 dl dd a {
  font-size: 14px;
  color: #666;
}

.groom_pro_b_body2 dl dd a:hover {
  color: #e53;
}

.groom_pro_b_body2 dl dd span {
  width: 50%;
}

.groom_pro_b_body2 dl dd span.l {
  float: left;
  color: #e53;
  font-size: 14px;
  font-family: arial, "SimSun";
}

.groom_pro_b_body2 dl dd span.r {
  margin-right: 25px;
  color: #666;
  text-align: right;
}

.tuang {
  position: absolute;
  color: #fff;
  padding: 0 5px;
  line-height: 20px;
  background: #e53;
  right: 0;
  top: 0;
}

.groom_pro_b_body {
  overflow: hidden;
}

.groom_pro_b_body dl {
  float: left;
  width: 177px;
  padding: 20px 10px 15px;
  height: 173px;
}

.groom_pro_b_body dl dt {
  height: 120px;
  overflow: hidden;
}

.groom_pro_b_body dl dt img {
  width: 120px;
  height: 120px;
  display: block;
  margin-left: 28px;
  transition: all .3s ease;
  zoom: 1;
}

.groom_pro_b_body dl dd {
  font-family: arial, "Microsoft YaHei";
  padding-top: 10px;
}

.groom_pro_b_body dl dd a {
  font-size: 14px;
  color: #666;
}

.groom_pro_b_body dl dd a:hover {
  color: #e53;
}

.groom_pro_b_body dl dd span {
  width: 50%;
}

.groom_pro_b_body dl dd span.l {
  float: left;
  color: #e53;
  font-size: 14px;
  font-family: arial, "SimSun";
}

.groom_pro_b_body dl dd span.r {
  float: right;
  color: #666;
  text-align: right;
}

.sorry {
  height: 47px;
  color: #000;
  line-height: 56px;
  font-size: 18px;
}

.sorry span {
  color: #ee5533;
}

.sorry i {
  color: #2691ff;
}

.sorry .no_goods {
  color: #999;
  text-align: center;
}

#m_slide {
  background: #fff url("../image/more.jpg") no-repeat 0 160px;
  border: 1px solid #e6e6e6;
  position: fixed;
  right: 0;
  top: 100px;
  width: 28px;
  height: 415px;
  cursor: pointer;
  z-index: 100001;
  display: none;
}

/***media query***/
@media screen and (max-width: 1190px) {
  .groom_pro_b_body2 dl {
    width: 177px;
    height: 173px;
    margin: 0;
  }

  .groom_pro_b_body2 dl dt {
    height: 120px;
  }

  .groom_pro_b_body2 dl dt img {
    width: 120px;
    height: 120px;
  }

  #m_slide {
    display: block;
  }

  .shop_t_r {
    position: fixed;
    right: -200px;
    top: 100px;
    background: #fff;
    z-index: 100000;
  }
}

/* 评论图片旋转 */
.p-photos {
  width: 370px;
  padding: 12px 0 15px;
  margin-bottom: 10px;
  background: #F6F3F3;
}

.p-photos-operate {
  padding-left: 30px;
  margin-bottom: 8px;
  overflow: hidden;
}

.p-photos-operate .opt-item {
  display: inline;
  float: left;
  margin-right: 15px;
  height: 16px;
  padding: 2px 0;
  font-size: 12px;
  text-decoration: none !important;
}

.p-photos-operate .opt-item i {
  margin-right: 4px;
  vertical-align: top;
  _cursor: pointer;
}

.p-photos-operate .opt-item em {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-style: normal;
  line-height: 16px;
  color: #6A6666;
  vertical-align: top;
  _cursor: pointer;
}

.p-photos-operate .opt-item:hover {
  zoom: 1;
  text-decoration: none;
}

.p-photos-operate .sep {
  display: inline;
  float: left;
  width: auto;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  color: #e1e1e1;
}

.p-photos-viewer {
  padding: 9px;
  width: 320px;
  height: 320px;
  border: 1px solid #DDDADA;
  margin: 0 auto 10px;
  overflow: hidden;
  background: #fff;
}

.p-photos-viewer .p-photos-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

.p-photos-viewer .p-photos-wrap .cursor-small {
  position: absolute;
  height: 100%;
  top: 0;
  background: fixed url(about:blank);
}

.p-photos-viewer .p-photos-wrap .cursor-small {
  width: 100%;
  left: 0;
  cursor: url(https://b.boqiicdn.com/v2/images/small.cur), auto;
  z-index: 2;
}

.p-photos-viewer .p-photos-wrap i {
  display: inline-block;
  width: 1px;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
}

.p-photos-viewer .p-photos-wrap img {
  vertical-align: middle;
  margin-left: -1px;
}

.p-photos-thumbnails {
  width: 340px;
  height: 50px;
  margin: 0 auto;
  position: relative;
}

.p-photos-thumbnails .thumb-list {
  margin: 0 auto;
  width: 300px;
  height: 50px;
  overflow: hidden;
}

.p-photos-thumbnails .thumb-list ul {
  float: left;
  height: 50px;
}

.p-photos-thumbnails .thumb-list a {
  display: block;
  width: 46px;
  height: 46px;
  padding: 1px;
  border: 1px solid #eee;
  overflow: hidden;
}

.p-photos-thumbnails .thumb-list a img {
  display: block;
  vertical-align: top;
  width: 46px;
  height: 46px;
}

.p-photos-thumbnails .thumb-list a:hover {
  padding: 0;
  border: 2px solid #e4393c;
}

.p-photos-thumbnails .thumb-list li {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}

.p-photos-thumbnails .thumb-list .selected a {
  padding: 0;
  border: 2px solid #EC523A;
}

.p-photos-thumbnails .i-next-btn,
.p-photos-thumbnails .i-prev-btn {
  position: absolute;
  top: 0;
  width: 20px;
  height: 50px;
  background: url(../image/btn_photo.png) 0 0 no-repeat;
  cursor: pointer;
}

.p-photos-thumbnails .i-prev-btn {
  left: 0;
  background-position: 0 0;
}

.p-photos-thumbnails .i-prev-btn:hover {
  background-position: 0 -100px;
}

.p-photos-thumbnails .prevStop {
  cursor: default;
  background-position: 0 -50px !important;
}

.p-photos-thumbnails .i-next-btn {
  right: 0;
  background-position: -20px 0;
}

.p-photos-thumbnails .i-next-btn:hover {
  background-position: -20px -100px;
}

.p-photos-thumbnails .nextStop {
  cursor: default;
  background-position: -20px -50px !important;
}

.i-shut,
.i-magnifier,
.i-rotate0,
.i-rotate1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 2px;
  width: 12px;
  height: 12px;
  background: url(../image/icon_img.png) 0 0 no-repeat;
}

.i-shut {
  background-position: 0 0;
}

.i-magnifier {
  background-position: -17px 0;
}

.i-rotate0 {
  background-position: -34px 0;
}

.i-rotate1 {
  background-position: -51px 0;
}

@media \0screen\,screen\9 {
  .p-photos-operate .opt-item-rotate {
    display: none !important;
  }
}

/* 全球购新增样式 */
/* 图标 */
.dglobal_icon {
  float: left;
  width: 65px;
  height: 16px;
  line-height: 21px;
}

/* 正品保证 */
.global_bz {
  background: url(../image/global_s.jpg) no-repeat;
  height: 96px;
}

.global_flag {
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  color: #9a9999;
  margin-top: 5px;
}

.global_flag span {
  float: left;
  margin-right: 15px;
}

.global_flag img {
  float: left;
  margin-right: 5px;
}

.global_service h3 {
  font-size: 20px;
  color: #ef5f3f;
  margin-bottom: 15px;
}

.global_block {
  padding: 20px;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
}

.global_block dt {
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
}

.global_block dl {
  margin-bottom: 30px;
}

.global_block dd {
  line-height: 1.8;
}

.global_block p {
  margin-bottom: 30px;
}

.normal_problems dd {
  margin-bottom: 20px;
}

.lglobal_tips {
  color: #ee5533;
  font-size: 14px;
  d_ padding-left: 20px;
}

.gbuy_process {
  overflow: hidden;
}

.gbuy_process div,
.gbuy_process i {
  float: left;

}

.gbuy_process i {

  margin-left: 6px;
  width: 35px;
  height: 29px;
  background: url(../image/d_icons.png) no-repeat -154px center;

}

.gbuy_process span {
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  background-color: #ee5533;
  border-radius: 18px;
  padding: 0 12px 0 0;
  margin-bottom: 10px;
}

.gbuy_process div {
  font-size: 14px;
  color: #666;
  text-align: center;
}

.gbuy_process em {
  float: left;
  width: 32px;
  height: 33px;
  margin: 0 7px 0 3px;
}

.gbuy_days {
  margin-top: 35px;
  padding-left: 32px;
  font-size: 16px;
  font-weight: bold;
  color: #ff6655;
  background: url(../image/l.png) no-repeat left center;
}

.dicon_1 {
  background: url(../image/d_icons.png) no-repeat left center;

}

.dicon_2 {
  background: url(../image/d_icons.png) no-repeat -31px center;

}

.dicon_3 {
  background: url(../image/d_icons.png) no-repeat -62px center;

}

.dicon_4 {
  background: url(../image/d_icons.png) no-repeat -93px center;

}

.dicon_5 {
  background: url(../image/d_icons.png) no-repeat -126px center;

}

/* 全球购页面优化 */
.s_store {
  display: inline-block;
  margin-top: 7px;
}

.s_store i {
  display: inline-block;
  background-color: #1da7ff;
  color: #fff;
  /*width: 54px;*/
  height: 17px;
  line-height: 17px;
  text-align: center;
  border-radius: 3px;
  padding: 2px 10px;
}

.s_tax {
  margin-top: 8px;
}

/*  角标 */
.shoplogo {
  position: absolute;
  z-index: 9;
}

/*套餐价格tab切换 to zzf*/
.hgGoods {
  height: 180px;
}

.productBig {
  text-align: center;
  width: 12%;
}

.productBig img {
  width: 140px;
  height: 140px;
  margin-top: 14px;
  /* width:100%;
  height: 165px; */
}

.productBig span {
  padding: 0.2rem 0;
  display: block;
}

.productGd {
  width: 50%;
  height: 100%;
}

.productGd .pro_small {
  padding: 15px 5px 0;
  overflow: hidden;
}

.productGd .pro_small .img_btn {
  width: 30px;
  height: 90px;
  margin-top: 33px;
  cursor: pointer;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}

.productGd .pro_small .prev {
  background: url("../image/tcIcon.png") no-repeat 4px -109px;
  margin-right: 11px;

}

.productGd .pro_small .pro_prev:hover {
  background-position: -195px -287px;
}

.productGd .pro_small .pro_prev.no_allow {
  background-position: -195px -244px;
}

.productGd .pro_small .pro_prev.no_allow:hover {
  background-position: -195px -244px;
}

.productGd .pro_small .pro_s_cent {
  width: 460px;
  overflow: hidden;
}

.productGd .pro_small .pro_s_cent .pro_s_img {
  width: 1000px;
  position: relative;
}

.productGd .pro_small .pro_s_cent .pro_s_img img {
  float: left;
  width: 100%;
  height: 150px;
  border: 1px solid #f3f3f3;
  margin-right: 10px;
  cursor: pointer;
}

.productGd .pro_small .pro_s_cent .pro_s_img img.current {
  border: 1px solid #e53;
}

.productGd .pro_small .next {
  background: url("../image/tcIcon.png") no-repeat -38px -109px;
  margin-left: 20px;
}

.productGd .pro_small .pro_next:hover {
  background-position: -227px -287px;
}

.productGd .pro_small .pro_next.no_allow {
  background-position: -227px -244px;
}

.productGd .pro_small .pro_next.no_allow:hover {
  background-position: -227px -244px;
}

#tab .addIcon,
.dengIcon {
  width: 80px;
  height: 50px;
  margin-top: 65px;
  float: left;
}

#tab .addIcon {
  background: url(../image/tcIcon.png) 20px -26px no-repeat;
}

#tab .dengIcon {
  background: url("../image/tcIcon.png") 23px -70px no-repeat;
}

.tcPrice span {
  display: block;
  height: 30px;
  line-height: 30px;
}

.tcPrice .gotobuy {
  width: 110px;
}

.tcTitle {
  font-size: 20px;
}

.tcPrice span.yj {
  font-size: 15px;
  color: #989898;
  margin-bottom: 10px;
}

.tcPrice span.yj em {
  font-size: 20px;
  margin-right: 8px;
  color: #e53;
}

#noSpecial {
  margin-top: 10px;
}

#noSpecial .tocat1 {
  width: 130px;
  height: 40px;
  background: #fef2ee;
  color: #ee5533;
  font: 16px/40px "Microsoft YaHei";
  cursor: pointer;
  margin-right: 10px;
  border: none;
  border: 1px solid #ee5533;
}

.tocat2 {
  height: 40px;
  background: #8e8e8e;
  color: #ffffff;
  font: 16px/40px "Microsoft YaHei";
  cursor: pointer;
  margin-right: 10px;
  border: none;
  border: 1px solid #8e8e8e;
  float: right;
  padding: 0 10px;
}

#tab {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

#tit {
  height: 40px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
  font-size: 14px;
}

#tit span {
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  color: #555555;
  border-right: 1px solid #dddddd;
  margin-top: -1px;
}

#con li {
  display: none;
  width: 100%;
  font-size: 16px;
  padding: 10px 0;
}

.qbrand li {
  display: block !important;
}

#tit span.select {
  background: #ffffff;
  color: #ee5533;
  border-top: 3px solid #ee5533;
  margin-top: -1px;
}

#con li.show {
  display: block;
}

.scrollable {
  padding: 10px 8px;
}

.scrollable div.items {
  height: 172px;
  margin: 0 10px;
  float: left;
  width: 455px !important;
}

.scrollable div.items a.active {
  background-position: -174px 0;
  color: #555;
  cursor: default;
}

.scrollable a.prev,
a.next {
  width: 30px;
  height: 90px;
  margin-top: 33px;
  cursor: pointer;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  display: block;
  float: left;
}

a.next {
  background-image: url(https://b.boqiicdn.com/v2/images/right.png)
}

a.prev:hover {
  background-position: 0 -18px;
}

a.next:hover {
  background-position: 0 -18px;
}

.scrollable .items .pro_s_s {
  display: block;
  float: left;
  width: 140px;
  text-align: center;
  margin-right: 20px;
  cursor: pointer;
}

.scrollable .items .pro_s_s img {
  width: 140px;
  height: 140px;
  /*   width: 100%;
height: 130px; */
}

.pro_s_s em {
  display: block;
  margin-top: 10px;
  color: #424242;

}

.scrollable_demo {
  position: absolute;
  width: 200000em;
  left: 0px;
}

.maskOne {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  font-size: 16px;
  font-family: "Microsoft YaHei";
}

.maskOne .packageBox {
  width: 1100px;
  border: 8px solid #bfbfbf;
  position: fixed;
  left: 44%;
  top: 50%;
  margin-left: -450px;
  margin-top: -300px;
  background: #f2f2f2;
  max-height: 600px;
  overflow: hidden;
}

.packageBox #tab {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding-bottom: 20px;
  margin-top: 0px;
}

.packageBox #tit {
  height: 40px;
  width: 1098px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
  position: fixed;
  z-index: 99;
}

.packageBox #tit span {
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer;
  text-align: center;
  color: #555555;
  border-right: 1px solid #dddddd;
  margin-top: -1px;
}

.packageBox #tit a {
  float: right;
  margin-right: 30px;
  line-height: 40px;
}

.packageBox #con {
  padding-top: 50px;
}

.packageBox #con li {
  display: none;
  width: 100%;
}

.packageBox .qbrand li {
  display: block !important;
}

.packageBox #tit span.select {
  background: #ffffff;
  color: #ee5533;
  border-top: 3px solid #ee5533;
  margin-top: -1px;
}

.packageBox #con li.show {
  display: block;
}

.packageBox #con li .tabList {
  padding: 0 20px;
  height: 95px;
}

.clear {
  clear: both
}

.packageBox .tcPrice span {
  display: block;
  height: 30px;
  line-height: 30px;
}

.packageBox .tcPrice .gotobuy {
  width: 110px;
}

.packageBox .tcTitle {
  font-size: 20px;
}

.packageBox .tcPrice span.yj {
  font-size: 15px;
  color: #989898;
  margin-bottom: 10px;
}

.packageBox .tcPrice span.yj em {
  font-size: 14px;
  margin-right: 8px;
  color: #e53;
}

.packageBox .tcPrice .tcEm {
  font-size: 20px;
}

.packageBox .tcImg .proImg {
  float: left;
  margin-top: 10px;
}

.packageBox .tcImg .proImg img {
  width: 60px;
  margin: 0 20px;
  height: 60px;
}

.packageBox .tcImg img {
  float: left;
}

.packageBox .tcImg img.deng_icon {
  width: 90px;
  margin-top: 15px;
}

.packageBox .tcImg img.pro_big_img {
  width: 80px;
  height: 80px;
}

.packageInfo {
  background: #f2f2f2;
  padding: 10px 10px;
  font-size: 16px;
  height: 300px;
  overflow: scroll;
}

.packageInfo .packageTitle {
  display: block;
  padding: 5px 10px;
}

.proInfo {
  width: 46%;
  border: 2px solid transparent;
  height: 150px;
  /*  height: 130px; */
  background: #ffffff;
  margin: 5px;
  float: left;
  padding: 15px 10px 20px 10px;
  font-size: 14px;
  position: relative;
}

.proInfo img {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 10px;
}

.proInfo p {
  margin-bottom: 12px;
}

.pro_xz div {
  /* max-height: 60px; */
  overflow: hidden;
  margin-bottom: 3px;
}

.pro_xz div em {
  float: left;
  margin-right: 5px;
  color: #000;
  margin-top: 4px;
}

.pro_xz div i {
  color: #333;
  float: left;
  margin-top: 4px;
}

.proInfo span {
  padding: 3px 7px;
  border: 1px solid #cccccc;
  display: block;
  float: left;
  text-align: center;
  margin-right: 5px;
  cursor: pointer;
  margin-bottom: 5px;
}

.proInfo span.select {
  border: 1px solid #ee5533;
}

.proInfo .pro_xz {
  width: 75%;
  float: left;
}

.proInfo .pro_over {
  width: 100px;
  background: #8e8e8e;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  position: absolute;
  right: 0px;
  bottom: 30px;
}

.proInfo .arrow-right {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #ffffff;
  display: block;
  float: left;
}

.pro_over span {
  float: left;
  padding: 0 0 0 7px;
  border: none;
  font-size: 12px;
}

.proNumber {
  width: 180px;
  float: right;
  text-align: right;
  margin: 25px 0 10px 0;
}

.proNumber span {
  float: left;
  font-size: 14px;
  margin: 0 10px;
  line-height: 25px;
}

.confirmBtn {
  text-align: right;
  padding: 15px 40px 0 0;
}

.confirmBtn .addCarOk {
  background: #ee5533;
  padding: 8px 12px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}

.confirmBtn em {
  font-size: 18px;
  font-weight: bold;
  margin: 0 20px 0 10px;
  color: #ee5533;
}

.cart_column_06 {
  float: left;
  text-align: center;
}

.product_price_modify {
  width: 84px;
  height: 25px;
  border: 1px solid #cccccc;
}

.product_price_modify .decrease,
.product_price_modify .product_nums,
.product_price_modify .increase {
  float: left;
}

.product_price_modify .decrease,
.product_price_modify .increase {
  width: 20px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  background-position: -10px -160px;
}

.product_price_modify .decrease:hover,
.product_price_modify .increase:hover {
  color: #333 !important;
}

.product_price_modify .decrease.disabled,
.product_price_modify .increase.disabled {
  color: #ccc;
}

.product_price_modify .decrease.disabled:hover,
.product_price_modify .increase.disabled:hover {
  color: #ccc !important;
}

.product_price_modify .increase {
  background-position: -30px -160px;
}

.product_price_modify .product_nums {
  width: 40px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-top: none;
  color: #333;
  font-size: 12px;
}

.tcImg .deng_icon {
  float: left;
  width: 50px;
  height: 50px;
  margin-top: 15px;
  background: url(../image/tcIcon.png) 10px 15px no-repeat;
}

/*评论列表修改 to zzf*/
.comment_Info i {
  color: #999999;
  margin-left: 20px;
}

.comment_Info em {
  margin-right: 20px;
  color: #333333;
}

.jh_img {
  display: block;
  background: url(../image/commentJH.png) no-repeat;
  width: 80px;
  height: 66px;
  position: absolute;
  top: 40px;
  right: 0px;
}

#commentOrders {
  height: 25px;
  outline: none;
  margin-left: 300px;
}


/*秒杀 to zzf*/
.spikePrice dl dd,
.spikePrice dl dt {
  float: left;
}

.spikePrice {
  width: 70%;
  height: 70px;
  line-height: 70px;
  color: #ffffff;
  background: #ff5d3d;
}

.spikeTime {
  width: 30%;
  height: 70px;
  background: #fff68e;
  text-align: center;
}

.spikePrice dl {
  padding: 0 40px 0 20px;
}

.spikePrice dt {
  font-size: 38px;
}

.spikePrice dd {
  font-size: 20px;
  float: right !important;
}

.spikeTime dt {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #ff5d3d;
}

.spikeTime dd span {
  background: #5b240f;
  padding: 3px 5px;
  border-radius: 5px;
  color: #ffffff;
  margin: 5px;
  font-size: 16px;
}

.spikeTime dd i {
  color: #5b240f;
  font-size: 18px;
}

.msPrice {
  overflow: hidden;
}

.preSale {
  overflow: hidden;
}

.miaosha {
  font-family: Arial, "SimSun";
}

.miaosha dl dt {
  float: left;
  width: 80px;
  text-align: left;
  color: #666;
  padding: 8px 0 0;
}

.miaosha dl dd {
  float: left;
  /*width: 410px;*/
  margin-left: 6px;
}

.miaosha dl {
  /*overflow: hidden;*/
  margin-top: 15px;
  padding: 0 15px;
  height: 35px;
}

.miaosha dl dt.j {
  padding-top: 8px;
  letter-spacing: 3px;
}

.miaosha dl dt.s {
  letter-spacing: 3px;
}

.miaosha dl dd .support {
  padding: 10px 0 0 10px;
}

.cuxiao_ms {
  margin-top: 0px !important;
  background: #fef8f6;
  padding: 15px 15px 10px 9px !important;
  margin-left: -10px;
  width: 98% !important;
}

.cuxiao_ms dt {
  letter-spacing: 8px;
  padding: 0px 0 0 !important;
}

.cuxiao_ms .cx {
  width: 400px;
}

.spikebuy {
  width: 130px;
  height: 40px;
  background: #e53;
  color: #fff;
  font: 16px/40px "Microsoft YaHei";
  cursor: pointer;
  margin-right: 10px;
  border: none;
}

.checkIn {
  border: 1px solid #ccc;
  display: block;
  float: left;
  padding: 6px 10px;
  margin-right: 8px;
  cursor: pointer;
}

.disabledBtn {
  color: #fff;
  background: #999999 !important;
}

.over {
  line-height: 70px;
  color: #fff;
  font-size: 16px;
}

.preSale .dj {
  display: none;
  left: -8px;
  top: 9px;
  position: absolute;
  width: 41px;
  height: 25px;
  background: url(../image/dj.png) no-repeat left center;
}

.shop_t_c_b .pre-time {
  letter-spacing: 4px;
}

.shop_t_c_b .pre-time-detail {
  margin-top: 8px;
  color: #666;
}

.shop_t_c_b .pre-pay-time {
  display: none;
}

.spikePrice .dj-price {
  display: block;
  font-size: 38px;
  color: #fff;
}

.spikePrice .dj-price .ori-price {
  margin-left: 10px;
  font-size: 15px;
}

.spikePrice .has-two {
  height: 44px;
  line-height: 44px;
  padding-left: 40px;
}

.spikePrice .pre-price {
  display: none;
  font-size: 15px;
  color: #fff;
  height: 23px;
  line-height: 23px;
  padding-left: 50px;
}

.shop_t_c_b .pre-origin-price {
  display: none;
}

.pre-origin-price dt {
  letter-spacing: 8px;
}

.pre-origin-price .origin-price {
  margin-top: 9px;
}

.preSale .pre-over {
  background-color: #e9e9e9;
  color: #565656;
}

.preSale .pre-over {
  background-color: #e9e9e9;
}

.preSale .spikeTime dl .pre-over {
  color: #565656;
}

.preSale .spikeTime dd .pre-over {
  background-color: #565656;
  color: #fff;
}

.isPresale .pre-over {
  background-color: #e9e9e9;
  color: #565656;
}

.shop_t_c_b .pre-sale-tips {
  padding-left: 83px;
  color: #f05030;
  display: none;
}

.pre-sale-tips i {
  width: 15px;
  height: 15px;
  float: left;
  background-color: #f05030;
  color: #fff;
  text-align: center;
  line-height: 15px;
  margin-right: 5px;
  border-radius: 50%;
}

.preSale .spikePrice {
  background-color: #f56d52;
  position: relative;
  width: 69%;
  margin-left: 5px;
}

.shop_t_c_b .pre-has-sale {
  display: none;
  margin: 5px 0;
}

.pre-has-sale dt {
  letter-spacing: 4px;
  margin: 10px 0;
}

.pre-has-sale dd {
  margin-top: 18px;
}

.presale-rule-btn {
  position: absolute;
  right: -7px;
  top: 10px;
  cursor: pointer;
  display: none;
}

.gift-rule-btn {
  position: absolute;
  right: -17px;
  top: 88px;
  cursor: pointer;
  display: none;
}

.presale-rule-btn span,
.gift-rule-btn span {
  color: #666;
  display: block;
  padding: 7px 14px;
  position: relative;
  z-index: 999;
  border: 1px solid #fef8f6;
}

.presale-rule-btn .out,
.gift-rule-btn .out {
  border: 1px solid #cccccc;
  border-bottom: 1px solid #fff;
}

.presale-rule-btn i,
.gift-rule-btn i {
  float: right;
  width: 18px;
  height: 17px;
  background: url(../image/down1.png) no-repeat center 1px;
}

.presale-rule-btn .curr,
.gift-rule-btn .curr {

  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}

.presale-rule-detail,
.gift-rule-detail {
  display: none;
  position: absolute;
  width: 340px;
  padding: 15px;
  border: 1px solid #cccccc;
  right: 0px;
  top: 31px;
  background-color: #fff;
  z-index: 99;
  line-height: 2;
}

.gift-rule-detail {
  top: 29px;
}

.pack-sub-good {
  position: relative;
  display: inline-block;
}

.pack-sub-good .select-btn {
  position: absolute;
  left: 42px;
  top: 65px;
}

.proInfo.isChecked {
  border: 2px solid #e53;
}

.pack-sub-good .icon_check {
  background-position: -10px -201px;
}

.pack-sub-good .icon_check,
.pack-sub-good .icon_checked {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  cursor: pointer;
}

.pack-sub-good .icon_checked {
  background-position: -10px -183px;
}

.packageInfo .proInfo.isChecked {
  border: 2px solid #e53;
}

.boqid-save {
  color: #e53;
  margin-top: 10px;
}

.limit-goods-num {
  color: #e53;
  display: none;
}

.can-not-buy {
  width: 159px;
  height: 44px;
  background-color: #ddd;
  color: #fff;
  display: none;
  text-align: center;
  line-height: 44px;
  float: left;
}

.can-not-buy a {
  display: block;
  color: #666;
}

.can-not-buy a:hover {
  color: #666 !important;
}

.miniprogram {
  width: 100%;
  height: 139px;
  margin-left: -83px;
  overflow: hidden;
}

.miniprogram img {
  float: left;
}

.miniprogram span {
  float: left;
  font-size: 14px;
  color: #747474;
  width: 60%;
  margin-top: 102px;
  margin-left: 20px;
}

#collect.miniprogramStatus {
  margin-left: 71px;
}

.goods-detail-info {
  margin: 42px 0 44px 49px;
}

.goods-detail-info h3 {
  font-size: 16px;
  color: #e53;
  margin-bottom: 20px;
}

.goods-detail-info-tip {
  font-size: 16px;
  color: #333;
  margin-right: 140px;
}

.goods-detail-info .property {
  width: 100%;
  overflow: hidden;
}

.goods-detail-info .property td {
  width: 33%;
  vertical-align: top;
  padding: 5px;
}

.goods-hot-sale {
  overflow: hidden;
}

.goods-hot-sale p {
  float: left;
  color: #999;
  font-size: 14px;
  width: 80%;
}

.goods-hot-sale .country_flag {
  float: right;
  font-size: 14px;
  color: #000;
}

.goods-hot-sale .country_flag img {
  width: 86px;
  height: 18px;
}

.bq_price .app-price {
  border: 1px solid #F55B50;
  overflow: hidden;
  float: left;
  margin-top: 7px;
  margin-left: 7px;
}

.bq_price .app-price span {
  float: left;
  width: 63px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  color: #fff;
  background-color: #F55B50;
  font-size: 10px;
}

.bq_price .app-price .money {
  width: 39px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #F55B50;
  background-color: #fff;
}

.bq_price .app-price.hide {
  display: none;
}

.black-card-buy {
  width: 96%;
  padding: 5px 0 5px 17px;
  font-size: 14px;
  color: #444;
  background-color: rgba(0, 0, 0, .2);
  position: absolute;
  left: 0;
  z-index: 99;
  bottom: 80px;
}

.black-card-buy .icon {
  float: left;
  width: 15px;
  height: 15px;
  background: url(../image/black-icon.png) no-repeat center center;
  margin-right: 3px;
  margin-top: 3px;
}