/* CSS Document */
body {
  background-color: #EEE;
  min-height: 100vh;
}

.home {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.prolist {
  overflow: hidden;
  padding-top: .83em;
}

.prolist ul {
  overflow: hidden;
  padding: 0 0 0 3.2%;
}

.prolist li {
  position: relative;
  width: 46.8%;
  float: left;
  margin-bottom: 0.833em;
  margin-right: 3%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 0 #cccccc;
}

.prolist li.zwf {
  background-color: #f8f8f8;
}

.prolist li .pro img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.prolist li .pro {
  position: relative;
}

.prolink {
  padding: 0 6.9% 0.5em 6.9%;
  position: relative;
}

.prolink a {
  color: #222222;
  font-size: 1.083em;
  line-height: 2.33em;
  height: 2.33em;
  display: block;
  overflow: hidden;
}

.prolink .old-price {
  color: #A9A9A9;
  text-decoration: line-through;
  font-size: 0.92em;
}

.prolink .price {
  color: #EC0002;
  margin-right: 0.21em;
  line-height: 1.125em;
}

.prolink .old-price span {
  font-family: Arial, Helvetica, sans-serif;
}

.prolink .price span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.17em;
}

.prolink .zk {
  width: 3em;
  height: 1.5em;
  background-color: #39c9da;
  box-shadow: 0 1px 1px #d9d9d9;
  border-radius: 3px;
  position: absolute;
  right: 0.833em;
  bottom: 0.833em;
  text-align: center;
  color: #fff;
  line-height: 1.46em;
  overflow: hidden;
  font-size: 0.83em;
}

.zwf {
  background-color: #fcfcfc;
  border-radius: 0 0 10px 10px;
  color: #fcfcfc;
}

.zwf .price,
.zwf .old-price {
  color: #fcfcfc
}

.ntj {
  text-align: center;
}

.ntjtit {
  padding: .416em 0 0.83em 0;
  position: relative;
  line-height: 1.167em;
  height: 1.167em;
  text-align: center;
}


/*width:14.92em;*/

.ntj .tit {
  font-size: 1.167em;
  padding: 0 1.14em;
  margin: 0 3.6em;
  z-index: 3;
  display: inline-block;
  position: relative;
}

.ntj .tit em {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.ntj .titout {
  text-align: center;
  position: relative;
  width: auto;
}

.ntj .titout b {
  display: block;
  width: 100%;
  border-top-width: 1px;
  height: 0.083em;
  border-top-style: solid;
  margin: 0 auto;
  position: absolute;
  top: 0.5em;
  left: 0;
}

.ntj .titout i {
  display: block;
  width: 82%;
  border-top-width: 1px;
  height: 0.083em;
  border-top-style: solid;
  margin: 0 auto;
  position: absolute;
  top: 0.7em;
  left: 9%;
}

.ntj a {
  margin-bottom: .833em;
  display: block;
}

.prolist .icon-off {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .01);
  position: absolute;
  z-index: 2;
  text-align: center;
}

.prolist .icon-no:after {
  content: "已抢光";
  position: absolute;
  left: 50%;
  top: 40%;
  width: 4.167em;
  height: 4.167em;
  line-height: 4.167em;
  text-align: center;
  margin-top: -2.0835em;
  margin-left: -2.0835em;
  color: #fff;
  font-size: 1.083em;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  z-index: 3
}

.prolist .icon-off:after {
  content: "已下架";
  position: absolute;
  left: 50%;
  top: 40%;
  width: 4.167em;
  height: 4.167em;
  line-height: 4.167em;
  text-align: center;
  margin-top: -2.0835em;
  margin-left: -2.0835em;
  color: #fff;
  font-size: 1.083em;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  z-index: 3
}


/*
* 二级商品列表页3.32版 样式 START
* 20151228
*/

.second-goods-list {
  overflow: hidden;
  padding-top: .417em;
}

.second-goods-list ul {
  overflow: hidden;
  padding: 0 0 0 .417em;
}

.second-goods-list li {
  width: 50%;
  float: left;
}

.second-goods-list-con {
  height: 7.933rem;
  position: relative;
  background-color: #f8f8f8;
  border-radius: 5px;
}

.second-goods-list li.zwf {
  background-color: #f8f8f8;
}

.second-goods-list li .pro img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}

.second-goods-list li .pro {
  position: relative;
}

.second-goods-list-link {
  padding: .833em;
  position: relative;
}

.second-goods-list-tit {
  color: #484848;
  font-size: 1em;
  line-height: 1.4em;
  height: 2.8em;
  display: block;
  overflow: hidden;
  margin-top: .833em;
}

.two-elli {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-link-price .price {
  color: #222;
  margin-right: .417em;
  font-size: .9em;
}

.list-link-price .price i {
  font-family: arial;
  font-size: 1.4em;
}

.list-link-price .old-price {
  color: #8f8f96;
  text-decoration: line-through;
  font-size: 0.92em;
  margin-right: .417em;
}

.list-link-price .old-price-txt {
  color: #8f8f96;
  font-size: 0.92em;
}

.list-link-price .old-price i {
  font-family: arial;
}

.list-link-price .discount {
  float: right;
  color: #f70800;
}

.list-link-price .discount i {
  font-family: arial;
  font-size: .92em;
  font-weight: bold;
}

.second-goods-list .icon-off {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .01);
  position: absolute;
  z-index: 2;
  text-align: center;
}

.second-goods-list .icon-no {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4.167em;
  height: 4.167em;
  line-height: 4.167em;
  text-align: center;
  margin-top: -2.0835em;
  margin-left: -2.0835em;
  color: #fff;
  font-size: 1.083em;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  z-index: 3
}

.second-goods-list .icon_rb_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.5em;
  z-index: 5
}

.second-goods-list .icon_tv {
  position: absolute;
  background: url(http://img.17ugo.com/mobile/common/images/icon_tv_52X52.png) no-repeat;
  background-size: 2.17em 2.17em;
  width: 2.17em;
  height: 2.17em;
  bottom: 1.67em;
  right: 1.25em;
  z-index: 4
}

.second-goods-list .icon-qd {
  position: absolute;
  width: 4.75em;
  height: 4.75em;
  background: url(http://img.17ugo.com/mobile/common/images/wait.png) no-repeat;
  background-size: 4.75em 4.75em;
  left: 50%;
  top: 25%;
  margin-left: -2.37em;
}

.no_placeholder_bt {
  height: 5.16em;
}

.tmdiv {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.4);
  z-index: 10;
  display: none;
}

.i_lt {
  width: 2.5em;
  position: absolute;
  top: 0;
  left: 0.5em;
}

.i_rt {
  width: 2.5em;
  position: absolute;
  right: 0;
  right: 0.4em;
  top: 0.4em;
}


/*
* 二级商品列表页3.32版 样式 END
* 20151228
*/


/*N元任选和组合套装*/

.piece {
  color: #f70800;
}

.piece_vertical {
  color: #222;
  padding: 0 .417em;
}

.icon_group {
  position: absolute;
  background: url(http://img.17ugo.com/mobile/common/images/icon_group.png) no-repeat;
  background-size: 3.5em 2.5em;
  width: 3.5em;
  height: 2.5em;
  top: .5em;
  right: .5em;
  z-index: 4;
  color: #fff;
  text-align: center;
}

.i_group_tp {
  height: 35%;
  display: block;
  margin-top: 4%;
  padding-bottom: 5%
}

.i_group_tp i.i_g_number {
  font-size: 1em;
}

.i_group_tp i.i_g_word {
  font-size: .5em;
}

.i_group_bt {
  height: 52%;
  display: block;
}

.i_group_bt i.i_g_number {
  font-size: 1em;
}

.i_group_bt i.i_g_word {
  font-size: .5em;
}

.proup-price {
  border: 1px solid #ff4800;
  color: #ff4800;
  border-radius: 2px;
  float: right;
  padding: 0 .2em;
}

@media screen and (max-width: 426px) {
  .proup-price {
    font-size: .5em;
  }
}

.proup-price i {
  margin-left: .25em;
}

.piece {
  color: #f70800;
}

.piece_vertical {
  color: #222;
  padding: 0 .417em;
}


/*N元任选和组合套装 END*/

.s_none {
  margin: 0 auto;
  width: 11.29em;
  height: 10.67em;
  margin-top: 8em;
  margin-bottom: 8em;
}


/* title  */

.pub-title {
  font-size: 1.333em;
  line-height: 3.125em;
}


/* tow img a row */

.two-img-a-row {
  /*display: flex;
    flex-direction: row;
    -flex-direction: row;
    flex-wrap:  wrap;*/
  width: 100%;
}

.two-img-a-row a {
  float: left;
  width: 50%;
  height: 50%;
}

.two-img-a-row a img {
  width: 100%;
}


/* 会员价 */

.clubColor i,
.clubColor {
  color: #FF504A;
}


/* 覆盖 layout  */

.mb_footer {
  margin-bottom: 0;
}


/* 标题条 */

.title-bar {
  color: #333;
  height: 3.5em;
  line-height: 3.833em;
  font-size: 18px;
  text-align: center;
}


/*没找到记录*/

.nofind {
  width: 100%;
  padding: 90px 0;
  text-align: center;
  background-color: #fff;
  margin-bottom: 8px;
}

.nofind img {
  width: 23%;
}

.nofind p {
  color: #999;
  font-size: 16px;
  font-weight: 500;
  font-family: PingFangSC-Regular;
  padding: .5em 0 1.25em;
}