body {
  background: #fff;
  font-size: 12px;
  position: relative;
  font-family: "Microsoft Yahei", "SimHei";
}
.flex-box {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  /* 
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;

  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
  */
}
.flex-box::after
.container::after{
    display: block;
    clear: both;
    content: ' ';
}
.flex {
  flex: 1;
}
.float-l{
    float: left;
}
.float-r{
    float: right;
}

.container {
  width: 1190px;
  margin: 0 auto;
}

/* header start  */
.header {
  min-width: 1190px;
}

.topbar {
  height: 30px;
  background: #F5F5F5;
  line-height: 30px;
}
.topbar a {
  border-left: solid 1px #F5F5F5;
  border-right: solid 1px #F5F5F5;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  cursor: pointer;
  z-index: 10;
}
.qrcode {
  position: relative;
  z-index: 2;
}
.top-qrcode {
  width: 190px;
  padding: 20px;
  border: solid 1px #ccc;
  background: #fff;
  position: absolute;
  top: 29px;
  left: 0;
  z-index: 9;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top-qrcode img {
  width: 100%;
}
.top-qrcode p {
  text-align: center;
  line-height: 1;
  font-size: 16px;
  color: #1F1F1F;
}
.qrcode a.active {
  background: #fff;
  border-color: #ccc;
  color: #F13F3F;
}
.qrcode a.active + .top-qrcode{
  display: block;
}

.topmenu li{
  float: left;
  margin-left: 20px;
}
.topbar a {
  color: #6D6D6D;
}
.topbar a:hover {
  color: #F13F3F;
}
.header-content {
  height: 131px;
  margin: 0 auto;
  width: 1190px;
  width: 1250px\9;
  position: relative;
}
.header-content::after{
    display: block;
    clear: both;
    content: ' ';
}

.logo {
  height: 100%;
  margin-right: 30px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  padding-top: 30px\9; /*ie8*/
  box-sizing: border-box;
}
.logo h1 {
  background: url(/assets/images/logo.png) no-repeat;
  width: 200px;
  height: 68px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -999px;
}

.menu-bar {
    /* background: #2C2C2C; */
    /* background-image: linear-gradient(90deg, #2C2C2C 0%, #181818 100%); */
    height: 40px;
    line-height: 40px;
}
.menu-bar .container{
    position: relative;
}
.nav {
  height: 40px;
  overflow: hidden;
}
.nav li {
  float: left;
}
.nav a {
  display: block;
  color: #333333;
  font-size: 16px;
  padding: 0 26px;
}
.nav a:hover {
  color: #F13F3F;
}
.nav .active a {
    color: #F13F3F;
}
.nav .active a:hover {
    color: #F13F3F;
}
.all-cate{
    position: absolute\9;
    right: 20px\9;
    bottom: 0\9;
}
.all-cate a{
  background: url(/assets/images/icon_classified_search.png) 10px center no-repeat;
  display: block;
  color: #333333;
  font-size: 16px;
  padding: 0 12px 0 40px;
}
.all-cate a.active {
  color: #F13F3F;
}
/* header end */
.search-box {
  padding:30px 230px 0 30px;
}
.search-box-inner {
  padding-top: 56px;
  padding-right: 130px;
}
.search-box-inner * {
  box-sizing: border-box;
}
.search-box .search-top-tab {
  clear: both;
  overflow: hidden;  
}
.search-top-tab li {
  display: block;
  float: left;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color:  #333333;
  padding: 0 10px;
  cursor: pointer;
}
.search-top-tab li.current {
  background:#F13F3F;
  color: #fff;
}
.search-ipt-box {
  border: 2px solid #F13F3F;
  height: 45px;
}
.search-input {
    background: #fff;
    width: 100%;
    height: 41px;
    font-size: 14px;
    color: #333;
    padding-left: 20px;
    border: none;
    outline: none;
    line-height: 41px;
    width: 616px\9;
}
.search-input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999999;
}
.search-btn {
  background: #F13F3F;
  border: none;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  padding: 0 22px;
  color: #fff;
}
.search-shop-btn {
  margin-left: 5px;
  background: #FFEAEA;
  border: 1px solid #F13F3F;
  color: #F13F3F
}

/* search start */

/* search end */

/* breadcrump start */
.breadcrump {
  margin-top: 20px;
  font-size: 14px;
  overflow: hidden;
  color: #666666;
}
.breadcrump::after{
    display: block;
    content: ' ';
    clear: both;
}
.breadcrump a , .breadcrump span {
  float: left
}
.breadcrump a {
  color: #666666;
}
.breadcrump a:hover {
  color: #F13F3F;
}
.breadcrump span {
  margin: 0 10px;
}
.breadcrump span:last-child {
  margin: 0;
}
/* breadcrump end */

/* footer :start */
.footer {
  min-width: 1190px;
  background: #404040;
  margin-top: 20px;
  height: 250px;
  clear: both;
}
.footer-bar {  
  background: #333333;
  height: 48px;
  line-height: 48px;
}
.footer-link {
  text-align: center;
}
.footer-link li {
  display: inline;
  margin-left: 50px;
}
.footer-link li:first-child {
  margin-left: 0;
}
.footer-link a {
  font-size: 14px;
  color: #FFFFFF;
}
.footer-link a:hover {
  color: #F13F3F
}
.footer-contact {
  background: url(/assets/images/icon_phone.png) left center no-repeat;
  padding-left: 21px;
  font-size: 14px;
  color: #919191;
  margin-left: -217px;
}
.copyright {
  text-align: center;
  padding-top: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #919191;
}
.copyright p {
  margin-top: 10px;
    font-size: 13px;
}
.copyright p span, .copyright p a {
  color: #919191;
  margin-left: 30px;
}
.copyright p a:hover {
  color: #F13F3F;
}
.copyright p img {
  vertical-align: middle;
}
.copyright .img-link {
  margin-top: 40px;
}
.copyright .img-link  a{
  margin-left: 10px;
}
/* footer :end */

/* products start */
.mod-item {
  z-index: 1;
  width: 208px;
  width: 220px\9;
  margin-right: 33.5px;
  margin-bottom: 40px;
  letter-spacing: 0;
  word-spacing: 0;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom:1;
  padding: 6px 5px 0 5px;
  box-sizing: border-box;
  transition: all .25s;
  position: relative;
  border: 1px solid #f2f2f2;
  overflow: hidden;
}
.mod-item:nth-child(5n+5) {
    margin-right: 0;
}
.mod-item .bottom{
    position: relative;
}
.mod-item .fun{
    font-size: 0;
    border-top: 1px solid #f2f2f2;
    margin-top: 10px;
}
.mod-item .fun .fun-btn{
    display: inline-block;
    font-size: 12px;
    color: #999;
    text-align: center;
    border-right: 1px solid #F2F2F2;
    margin-left: -1px;
    width: 50%;
    height: 29px;
    line-height: 29px;
    vertical-align: middle;
}
.mod-item .fun .fun-btn img{
    height: 17px;
    display: inline-block;
    vertical-align: middle;
}
.mod-item .fun .fun-btn span{
    display: inline-block;
}
.mod-item .qcode{
    background: #f2f2f2;
    position: absolute;
    width: 210px;
    height: 237px;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 6px 7px 7px 8px;
    text-align: center;
    transition: all .25s;
    display: none;
}
.mod-item .qcode.active{
    height: 237px;
    display: block;
}
.mod-item .qcode p{
    font-size: 12px;
    color: #333333;
    line-height: 17px;
    margin-top: 9px;
    width: 195px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mod-item .qcode img{
    display: block;
    width: 195px;
    height: 198px;
    background: #FFF;
}

.mod-item .fun .fun-btn:last-child{
    border-right: none;
}
.mod-item .bottom .price{
    color: #FF3029;
    font-size: 22px;
    line-height: 30px;
}
.mod-item .bottom .hot{
    position: absolute;
    font-size: 14px;
    right: 0;
    color: #999999;
    bottom: 5px;
}
.mod-item .mod-prod-pic {
  width: 100%;
  height: 200px;
  overflow: hidden;
  text-align: center;
}
.mod-item .mod-prod-info {
  padding: 0 5px;
  /* height: 106px; */
  overflow: hidden;
}
.mod-item .mod-prod-info p i {
  color: #F13F3F;
  font-style: normal;
}
.mod-item .mod-prod-info p.sku {
  font-size: 12px;
  margin-top: 10px;
  color: #808080;
  line-height: 17px;
}
.mod-item .mod-prod-info p.sku span {
  font-size: 12px;
  color: #808080;
}
.mod-item .mod-prod-info p.name {
    font-size: 12px;
    line-height: 17px;
    min-height: 34px;
    height: 34px;
    overflow: hidden;
    margin-top: 4px;
    color: #333333;
 }
 .mod-item .mod-prod-info p.name a {
   color: #333;
   transition: all .3s;
 }
 .mod-item .mod-prod-info p.name a:hover {
   color: #F13F3F;
 }
 .mod-item .mod-prod-info p.shopid{
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin-top: 4px;
    transition: all .3s;
 }
.mod-item:hover {
   /* position: relative;
   z-index: 2;
   margin-bottom: 20px; */
   border: 1px solid #F2F2F2;
   box-shadow: 0 12px 24px 0 rgba(7,17,27,.2);
 }
 /* .mod-item:hover .mod-item-inner {       
  position: relative;
  top: -10px;
  left: -10px;
  z-index: 3;
  padding: 10px;
  width: 260px;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.30), 0 0 4px 0 rgba(0,0,0,0.40);
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
 }
 .mod-small-item:hover .mod-item-inner { 
   width: 200px;
 } */


 /* 搜索结果头部显示区域 */
.mod-shop-result{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    background: #F5F5F5;
    border: 1px solid #DFDFDF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
/* .mod-shop-result::after{
    display: block;
    content: ' ';
    clear: both;
} */
  /* 搜索结果数量 */
.mod-shop-result .result-num{
    margin-left: 20px;
    height: 25px;
    line-height: 25px;
    line-height: 48px\9;
    font-family: PingFangSC-Regular;
    font-size: 0;
    color: #808080;
    letter-spacing: 0;
    float: left\9;
    vertical-align: middle;
}
.sort-btn{
    display: inline-block;
    height: 25px;
    width: 54px;
    text-align: center;
    color: #808080 !important;
    font-size: 12px;
    border: 1px solid #cccccc;
    background: #FFF;
    border-left: none;
}
.sort-btn:first-child{
    border-left: 1px solid #cccccc;
}
.sort-btn.active{
    background: #e4e4e4;
    color: #F13F3F !important;
}
.sort-btn img{
    display: inline-block;
    width: 9px;
    height: 11px;
    vertical-align: middle;
}
.filter-time{
    display: inline-block;
    height: 25px;
    width: 85px;
    border: 1px solid #cccccc;
    vertical-align: top;
    color: #454953;
    font-size: 12px;
    text-align: center;
}
.filter-line{
    display: inline-block;
    width: 20px;
    height: 1px;
    margin: auto 10px;
    background: #999999;
    vertical-align: top;
    margin-top: 13px;
}
.rad{
    font-style: normal;
    color: #F13F3F;
    font-size: 16px;
}
  /* 搜索结果分页 */
.mod-shop-result .results-pages-warp {
    margin-right: 10px;
    height: 25px;
    height: 48px\9;
    line-height: 25px;
    line-height: 48px\9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
    vertical-align: middle\9;
}
.mod-shop-result .results-pages-warp span, .mod-shop-result .results-pages-warp a{
    display: inline-block;
    margin-left: 10px;
}
.mod-shop-result .results-pages-warp span.page-total {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}

.mod-shop-result .results-pages-warp span.page-total i{
    font-style: normal;
    color: #F13F3F;
    font-size: 14px;
}

.mod-shop-result .results-pages-warp span.page-prev, .mod-shop-result .results-pages-warp a.page-prev {
    vertical-align: middle;
    width: 27px;
    height: 25px;
    background: url("/assets/images/btn_last_page.png") no-repeat center center;
}
.mod-shop-result .results-pages-warp a.page-prev:hover {
  background: url("/assets/images/btn_last_page_hover.png") no-repeat center center;
}
.mod-shop-result .results-pages-warp a.page-prev:active {
  background: url("/assets/images/btn_last_page_pressed.png") no-repeat center center;
}
.mod-shop-result .results-pages-warp span.page-next, .mod-shop-result .results-pages-warp a.page-next{
    vertical-align: middle;
    width: 65px;
    height: 25px;
    background: url("/assets/images/btn_next_page.png") no-repeat center center;
}

.mod-shop-result .results-pages-warp a.page-next:hover {
  background: url("/assets/images/btn_next_page_hover.png") no-repeat center center;
}
.mod-shop-result .results-pages-warp a.page-next:active {
  background: url("/assets/images/btn_next_page_pressed.png") no-repeat center center;
}

/* 分页 */
.pagation {
  height: 48px;
  margin-bottom: 50px;
  margin-top: 40px;
  overflow: hidden;
  clear: both;
  text-align: center;
}

.pagation span, .pagation a {
  display: inline-block;
  margin-left: 10px;
}
.pagation .total {
  line-height: 48px;
  font-size: 18px;
  color: #262626;
  margin-left: 0;
}
.pagation a{
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #fff;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  font-size: 16px;
  color: #999999;
  vertical-align: top;
}
.pagation span{
  border: none;
  font-size: 18px;
  color: #262626;
}
.pagation a:hover {
  background-color:rgb(252, 227, 227);
  border-color: #F13F3F;
}
.pagation a:active{  
  background-color:#F13F3F;
  border-color: #F13F3F;
  color: #fff;
}

.pagation span.current {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 2px;
  font-size: 16px;
  background-color:#F13F3F;
  border-color: #F13F3F;
  color: #fff;
}

.pagation a.prev:link, .pagation a.next:link {
  width: 48px;
  height: 48px;
  font-size: 0;
  overflow: hidden;
  text-indent: -99px;
  background: url(/assets/images/btn_last_normat.png) no-repeat;
  border: none;
}
.pagation a.prev:hover {
  background-image: url(/assets/images/btn_last_hover.png)
}
.pagation a.prev:active {
  background-image: url(/assets/images/btn_last_pressed.png)
}
.pagation a.next:link {
  background-image: url(/assets/images/btn_next_normat.png)
}
.pagation a.next:hover {
  background-image: url(/assets/images/btn_next_hover.png)
}
.pagation a.next:active {
  background-image: url(/assets/images/btn_next_pressed.png)
}
/*  返回顶部 */
/*.scroll-top-fixed{*/
    /*width: 100%;*/
    /*height: 1px;*/
    /*position: fixed;*/
/*}*/
/*.scroll-top-content{*/
    /*position: relative;*/
/*}*/
/* .scroll-top-fixed{
    position: fixed;
    bottom: 400px;
    width: 100%;
    height: 1px;
    z-index: 999;
}
.scroll-top-content{
    position: relative;
    max-width: 1190px;
    height: 1px;
} */
.scroll-top {
    width: 48px;
    height: 48px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: url("/assets/images/btn_back to top.png")no-repeat center center;
    display: none;
    z-index: 99999;
}

/* 商品列表 */
.goods-list{
    width: 1225px;
}
.goods-list::after{
    display: block;
    clear: both;
    content: ' ';
}
.clearfix::after{
    display: block;
    clear: both;
    content: ' ';
}
.goods-list .item{
    float: left;
    margin: 0 35px 20px 0;
    width: 210px;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    padding: 5px 5px 0 5px;
    cursor: pointer;
    position: relative;
}
.goods-list .item:hover .item-pic img{
    transform: scale(1.2, 1.2);
}
.goods-list .item-pic{
    width: 200px;
    height: 200px;
    overflow: hidden;
}
.goods-list .item-pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .25s linear;
}
.goods-list .item-wrap{
    position: relative;
}
.goods-list .item-wrap i{
    font-style: normal;
    color: #F13F3F;
}
.goods-list .item-style{
    font-size:12px;
    color:#808080;
    line-height:16px;
    margin-top: 10px;
}
.goods-list .item-name{
    height: 32px;
    font-size: 12px;
    color: #333333;
    line-height: 16px;
    margin-top: 6px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.goods-list .item-collect-1,
.goods-list .item-collect-2{
    position: absolute;
    height: 16px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    line-height: 16px;
    padding-left: 20px;
    color: #F13F3F;
    font-size: 14px;
}
.goods-list .item-collect-1{
    background-image: url("/assets/images/icon_like.png");
}
.goods-list .item-collect-2{
    background-image: url("/assets/images/icon_dislike.png");
}
.goods-list .item-info{
    margin-top: 5px;
    vertical-align: bottom;
    line-height: 27px;
}
.goods-list .item-price{
    height: 27px;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: #FF3029;
    line-height: 27px;
    float: left;
}
.goods-list .item-hot{
    float: right;
    font-size: 12px;
    color: #999999;
    vertical-align: bottom;
}
.goods-list .item-fun{
    border-top: 1px solid #F2F2F2;
    line-height: 30px;
    min-height: 31px;
}
.goods-list .item-coupon{
    float: left;
    width: 49%;
    background-size: 18px 13px;
    background-image: url('/assets/images/youhui.png');
    background-repeat: no-repeat;
    background-position: 18px 8px;
    padding-left: 44px;
    box-sizing: border-box;
    border-right: 1px solid #F2F2F2;
}
.goods-list .item-app{
    float: left;
    width: 50%;
    background-size: 18px 18px;
    background-image: url('/assets/images/sapp.png');
    background-repeat: no-repeat;
    background-position: 11px 6px;
    padding-left: 33px;
    box-sizing: border-box;
}
.goods-list .item-mask{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    display: none;
    opacity: .6;
}
.goods-list .item-qcode{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    display: none;
}
.goods-list .item-qcode img{
    display: block;
    width: 195px;
    height: 195px;
    margin: 0 auto;
    margin-top: 20px;
}
.goods-list .item-qcode p{
    color: #FFF;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}
.goods-list .item-down-shelf{
    position: absolute;
    box-sizing: border-box;
    width: 200px;
    height: 200px;
    background: #000;
    opacity: .5;
    font-size: 14px;
    text-align: center;
    padding-top: 160px;
    left: 5px;
    top: 5px;
    color: #FFF;
    z-index: 9999;
}
/* 商品列表 */

/*login*/
.login-btn{

}
.login-btn>a{
    padding: 0;
    color: #F13F3F;
}
/*login*/

/* 店铺列表 */
.store-list{
    margin-left: 40px;
    width: 1160px;
}
.store-list::after{
    display: block;
    content: ' ';
    clear: both;
}
.store-list-item{
    float: left;
    margin-right: 50px;
    margin-bottom: 20px;
    border: 1px solid #F2F2F2;
    width: 240px;
    padding: 5px 5px 0 5px;
    position: relative;
}
.store-list-pic{
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.store-list-pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.store-list-name{
    width: 228px;
    height: 38px;
    background: url('/assets/images/bg_shop_name.png') no-repeat center center/100% 100%;
    position: absolute;
    left: 4px;
    bottom: 58px;
    text-align: center;
    line-height: 38px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
}
.store-list-intro{
    font-size: 16px;
    line-height: 21px;
    color: #333;
    text-align: center;
    margin-top: 27px;
}
.store-list-intro span{
    color: #F13F3F;
}
.store-list-dynamic{
    text-align: center;
    font-size: 13px;
    line-height: 17px;
    color: #666;
    margin-top: 8px;
    margin-bottom: 10px;
    min-height: 17px;
}
/* 店铺列表 */

/* 下拉菜单 */
.drop-down{
    position: relative;
    width: 80px;
}
.drop-down .drop-down-btn{
    width: 80px;
    margin: 0;
    box-sizing: border-box;
}
.drop-down .drop-down-btn{
    background: url('/assets/images/triangle.png') no-repeat 60px 13px/8px 5px;
}
.drop-down.active .drop-down-btn{
    background: url('/assets/images/triangle2.png') no-repeat 60px 13px/8px 5px;
    background-color: #FFF;
    border-color: #D4D4D4;
    color: #F13F3F;
}
.drop-down-menu{
    position: absolute;
    left: 0;
    border-left: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    background: #FFF;
    display: none;
    width: 80px;
    box-sizing: border-box;
    z-index: 9999;
}
.drop-down.active .drop-down-menu{
    display: block;
}
.drop-down-menu a{
    margin: 0;
    border: none;
}
/* 下拉菜单 */


.no-goods-list{
    height: 354px;
    text-align: center;
    font-size: 14px;
    color: #999;
    background: url('/assets/images/no-goods.png') no-repeat center center/156px 142px;
    padding-top: 270px;
    box-sizing: border-box;
}

.weyee-qcode-btn{
    width: 48px;
    height: 48px;
    position: fixed;
    bottom: 232px;
    right: 30px;
    background: url(/assets/images/btn_wechat_hover.png)no-repeat center center;
    display: block;
    z-index: 99999;
    cursor: pointer;
}

.weyee-qcode-content{
    position: fixed;
    bottom: 100px;
    right: 82px;
    width:150px;
    height:180px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 6px 0px rgba(0,0,0,0.5);
    box-sizing: border-box;
    text-align: center;
    padding-top: 10px;
    display: none;
}
.weyee-qcode-content img{
    display: block;
    width:120px;
    height:120px;
    margin: 0 auto;
}
.weyee-qcode-content h2{
    height: 19px;
    font-size: 14px;
    line-height:19px;
    color: #333333;
    font-weight: bold;
}
.weyee-qcode-content p{
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    margin-top: 4px;
}