.ops_shareLayer ul,
.ops_shareLayer li,
.ops_shareLayer a,
.ops_shareLayer i {
  margin: 0px;
  padding: 0px;
}

.ops_shareLayer {
  line-height: 44px;
}

.ops_shareLayer .ops_tit {
  color: #666;
  float: left;
  margin-right: 10px;
}

.ops_shareLayer .ops_icons {
  float: left;
}

.ops_shareLayer .ops_icons li {
  float: left;
  height: 44px;
  width: 44px;
  list-style: outside none none;
  margin-right: 10px;
}

.ops_shareLayer .ops_icons a {
  float: left;
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  padding: 10px;
}

.weixin_popup {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d8d8d8;
  padding: 10px;
  position: fixed;
  z-index: 11001;
  text-align: left;
  font-size: 12px;
  color: #333;
}

.weixin_popup .weixin_popup_head {
  color: #000;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  position: relative;
  text-align: left;
}

.weixin_popup .weixin_popup_head .weixin_popup_close {
  color: #999;
  font-size: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  width: 16px;
}

.weixin_popup .weixin_popup_main {
  TEXT-ALIGN: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.weixin_popup .weixin_popup_foot {
  color: #666;
  line-height: 22px;
  text-align: left;
}

#weixin_qrcode {
  height: 295px;
  left: 333.5px;
  bottom: 150px;
  width: 240px;
}

.ops_shareLayer ul.ops_icons {
  border: 1px solid rgba(201, 201, 201, 0.29);
  padding: 0 10px 0 16px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.ops_shareLayer ul.ops_icons li {
  float: left;
  height: 36px;
  width: 36px;
  list-style: outside none none;
  margin-right: 8px;
}

.ops_icons {
  overflow: hidden;
  float: none;
}

#ops_share {
  display: none;
  opacity: 0;
  position: fixed;
  left: -20px;
  top: 20px;
  z-index: 999999999;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#ops_share ul {
  background: #fff;
}

#ops_share {
  width: 220px;
  padding-left: 30px;
}

#pos_share.triangle-right {
  padding-right: 30px;
}

.weixin_popup {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 4px 4px 10px  #ccc;
  box-shadow: 4px 4px 10px  #ccc;
}

.weixin_popup * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
