body {
    min-height: 100%;
    background-color: #f5f5f5;
    -webkit-touch-callout: none;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    padding: 0;
    color: #000;
    word-wrap: break-word;
    font-family: -apple-system;
    font-family: -apple-system,Helvetica Neue,Roboto,Segoe UI,sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-backface-visibility: hidden;
    -webkit-user-drag: none;
    -ms-content-zooming: none;
}
.weui-btn {
  font-size: 16px;
}
:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.clearfix{*zoom:1;}/*IE/7/6*/
.clearfix:before,.clearfix:after{content:"\0020";display:block;height:0;overflow:hidden}.clearfix:after{clear:both}.clearfix{zoom:1}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
a {
    color: #333;
    background: transparent;
    text-decoration: none;
}
em,i{
	font-style: normal;
}
ul,li{
	list-style: none;
}
html {
    height: 100%;
}
.clearfix{clear:both; display:block;}
.clear:after,.clear:before{clear:both; display:block; content:"";}
.clearfix{*zoom:1;}/*IE/7/6*/
.clearfix:before,.clearfix:after{content:"\0020";display:block;height:0;overflow:hidden}.clearfix:after{clear:both}.clearfix{zoom:1}
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon, 
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon>i, 
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__label {
	color: #f43530;
}


.goods_scroll {
  width: 1200px;
  margin: 0 auto;
  overflow-x: hidden;
}

.hc_header {
  background: #f4cf21;
  height: 50px;
  line-height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.hc_header_link {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-weight: bold;
  font-size: 16px;
}
.hc_header_link > img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin-right: 20px;
}

.hc_header_jiange {
  height: 60px;
}

.goods_scroll_content {
  margin-left: -10px;
  margin-right: -10px;
}
.goods_scroll_item {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  float: left;
  display: block;
}

.goods_scroll_item_c {
  background: #fff;
}
.goods_scroll_item_c {
  padding: 10px;
}
.goods_scroll_item_b_c .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2;
  margin-bottom: 20px;
  font-size: 15px;
  height: 50px;
}
.goods_scroll_item_b_c .item_bottom {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.goods_scroll_item_b_c .item_price {
  font-size: 18px;
  color: #f44;
  font-weight: bold;
}
.goods_scroll_item_b_c .stock {
  font-size: 12px;
  color: #999;
}
.goods_scroll_item_b_c .van_btn {
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  color: #fff;
  background: #f44;
  border-radius: 10000px;
}

.goods_scroll_item:hover .goods_scroll_item_b_c .title {
  color: #f44;
}
.goods_scroll_item_c .goods_img_wrap {
  width:100%;
  height:0px;
  padding-bottom:100%;
  position:relative;
}

.goods_scroll_item_c .goods_img_wrap .goods_img {
  width:100%;
  height:100%;
  position:absolute;
}

.goods_type {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #f44;
  border-radius: 0 1000px 1000px 0;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  z-index: 9999;
  
}
.detail_lunbo .goods_type {
  top: 10px;
}

.goods_type.blue {
  background: #38f;
}

 .goods_type.green {
  background: #4b0;
}

.fenye {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.fenye .fenye_link {
  background: #fff;
  color: #444;
  display: block;
  padding: 5px 15px;
  border:1px #eee solid;
  margin-left: -1px;
  font-size: 13px;
}
.fenye .fenye_link.cur {
  background: #f44;
  color: #fff;
}
.header_tab {
  position: absolute;
  top:0;
  left: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 50px;
  transform: translateX(-50%);
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 14px;
}
.header_tab .header_tab_item {
  color: #444;
  padding: 0 15px;
  border-bottom: 2px transparent solid;
}
.header_tab .header_tab_item.cur {
  border-bottom: 2px #222 solid;
  font-weight: bold;
  color: #222;
}
.header_tab .header_tab_item:hover {
  color: #222;
  border-bottom: 2px #222 solid;
}
.goods_detail {
  padding: 10px;
}
.eweima {
  background: #f1f1f1;
  padding: 30px;
  border-top:  1px #e1e1e1 dashed;
  border-radius: 10px;
}
.eweima .eweima_title {
  text-align: center;
  border: 1px #ddd solid;
  background: #fff;
  padding: 8px 10px;
  border-radius: 10px;
  width: 40%;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}
.eweima .eweima_img {
  width:100%;
  height:0px;
  padding-bottom:100%;
  position:relative;
}
.eweima .eweima_img > img {
   width:100%;
  height:100%;
  position:absolute;
  border-radius: 10px;
}
.eweima_img_wrap {
  width: 30%;
  margin:0 auto;
}
.detail_lunbo_wrap {
  display: flex;
  display: -webkit-flex;
  background: #fff;
  /*align-items: center;
  -webkit-align-items: center;*/
}

.detail_lunbo_wrap .detail_lunbo {
  width: 500px;
  height: 500px;
  flex-shrink: 0;
  position: relative;
}
.detail_lunbo_wrap .detail_lunbo img {
  width: 100%;
  height: 100%;
}

.detail_lunbo_wrap .right {
  width: 100%;
  padding: 15px;
}
.detail_lunbo_wrap .right .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2;
  margin-bottom: 30px;
  font-size: 16px;
  height: 50px;
  font-weight: bold;
}
.detail_lunbo_wrap .right .remark {
  background: #f0f0f0;
  padding: 10px;
  border-radius: 10px;
  font-size: 13px;
  margin-bottom: 50px;
}
.detail_lunbo_wrap .right .detail_lunbo_p {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-bottom: 20px;
}

.detail_lunbo_wrap .right .detail_lunbo_p .price {
  font-size: 24px;
  color: #f44;
  font-weight: bold;
}
.detail_lunbo_wrap .right .detail_lunbo_p .stock {
  color: #999;
  font-size: 13px;
}

.detail_content{
  margin-top:10px;
  background:#fff;
  padding-bottom:50px;
}
.detail_content_nav {
  display:flex;
  padding:10px 0;
  border-bottom:1px #eee solid;
}
.detail_content_nav_item {
  width:100%;
  text-align:center;
  font-size:16px;
  color:#666;
}
.detail_content_nav_item.cur {
  color:#f44;
}
.detail_article,
.detail_comment {
  display: none;
  padding: 10px;
}
.detail_article.cur,
.detail_comment.cur {
  display: block;
  font-size: 14px;
}

.detail_article img {
  width: 100%;
  display: block;
}

/*评论列表 */
.comment_item_top img {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
.comment_item {
  border-bottom: 1px #eee solid;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.comment_item_top {
  color: #999;
  font-size: 14px;
 
}
.comment_item_middle {
  color: #444;
  font-size: 15px;
  line-height: 1.6em;
  margin-top: 10px;
}
.comment_item_bottom{
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.comment_item_bottom img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px #dadada solid;
}
.comment_item_time {
  color: #999;
  font-size: 12px;
  margin-top: 5px;
}
.comment_img {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  margin-right: 10px;
  background-size: cover;
  background-repeat: no-repeat;
}
.xiangqing_c {
  max-width: 800px;
  margin: 0 auto;
}

.header_search {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 35px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background: #fff;
  border-radius: 1000px;
  overflow: hidden;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding: 5px 10px;
}

.header_search .header_search_input {
  border: none;
  height: 100%;
  width: 100%;
  background: none;
  font-size: 14px;
  outline: none;
  width: 240px;
}

.header_search .header_search_btn {
  height: 100%;
  width: 50px;
  border-left: 1px #ddd solid;
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  line-height: 1.8;
  font-size: 14px;
}



@media screen and (max-width: 1099px) {
   .goods_scroll {
    width: 100%;
   }
   .goods_scroll_item {
      width: 50%;
      padding: 0 5px;
      margin-bottom: 10px;
   }
   .goods_scroll_content {
      margin-left: -5px;
      margin-right: -5px;
   }

   .header_tab {
    background: #fff;
    top: 50px;
    width: 100%;
    border-bottom: 1px #eee solid;
    font-size: 12px;
   }
   .hc_header_jiange {
    height: 110px;
   }

   .detail_lunbo_wrap .detail_lunbo {
    width: 280px;
    height: 280px;
   }

   .detail_lunbo_wrap .right .remark {
    margin-bottom: 20px;
   }

   

   .eweima .eweima_title {
    width: 100%;
   }

   .header_search .header_search_input  {
    width: 140px;
   }
}


@media screen and (max-width: 760px) {

   .detail_lunbo_wrap {
    flex-wrap: wrap;
   }
  .detail_lunbo_wrap .detail_lunbo {
    width: 100%;
    height: 100%;

   }
   .eweima_img_wrap  {
    width: 80%;
   }
}



.fenye ul {
	border-left:1px #ddd solid;
	margin:0px;
}
.fenye ul li {
	float:left;
	display:inline;
}
.fenye ul li a {
	float:left;
	display:inline;
	border:1px #ddd solid;
	margin-left:-1px;
	padding:3px 12px ;
	text-decoration:none;
}

.fenye ul li.current a {
	background:#1b5172;
	color:#fff;
	border:1px #1b5172 solid;
}






