a,a:hover,a:focus {
	text-decoration: none;
}

-webkit-tap-highlight-color: rgba(255, 255, 255,0);
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], select, textarea,button {
    -webkit-appearance: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 100px white inset;
}
a,button,input{
	outline: none; 
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
}
.flex-sticky {
	display: -webkit-box;
	display: box;
	-webkit-box-orient: vertical;
	display: flex;
	flex-direction: column;
}
.flex-sticky-container {
	-webkit-box-flex: 1;
	box-flex: 1;
	flex: 1;
	padding-bottom: 0 !important;
	min-height: auto !important;
}
.footer-padding {
	width: 100%;
	height: 60px;
	min-height: 60px;
	margin: 0;
}
.zb-header {
	background-color: #2a5a99;
  padding: 10px 6px!important;
}
.icon-shijian:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background: url('../images/icon-time.png') no-repeat;
	background-size: contain;
}
.hot:before {
	content: '' !important;
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background: url('../images/icon-view.png') no-repeat;
	background-size: contain;
	margin-right: 5px;
}
#lb-details .lb-head dl {
	box-shadow: none;
	margin-bottom: 0;
}
#lb-details .lb-head dl dd h4 {
	margin-top: 10px;
	color: #333;
}
.lb-tab {
	display: flex;
	align-items: center;
	background-color: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	line-height: 40px;
}
.lb-tab ul {
	flex: 1;
	display: flex;
	align-items: center;
}
.lb-tab ul li {
	flex: 1;
	position: relative;
	padding-bottom: 2px;
	color: #666;
}
.lb-tab ul li:first-child {
	padding-left: 15px;
}
.lb-tab ul li:after {
	content: '';
	clear: both;
	display: block;
	position: absolute;
	left: 5px;
	bottom: 0;
	width: 16px;
	height: 3px;
	border-radius: 3px;
}
.lb-tab ul li:first-child.active:after {
	left: 20px;
}
.lb-tab ul li.active {
	font-weight: bold;
	color: #333;
}
.lb-tab ul li.active:after {
	background-color: #2a5a99;
}
.lb-tab img {
	display: block;
	margin-right: 15px;
	width: 18px;
	height: 18px;
}
.lb-introduction {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	border-radius: 2px;
	margin: 20px 10px;
	padding: 10px;
}
.lb-introduction img{
	max-width: 100%;
}
.lb-pt-head {
	display: flex;
	align-items: center;
	padding: 15px;
	font-size: 12px;
}
.lb-pt-head strong {
	display: flex;
	flex: 1;
	font-weight: 400;
	color: #999;
}
.lb-pt-sort a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.lb-pt-sort a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 12px;
	background: url('../images/sort.png') no-repeat right center;
	background-size: contain;
	margin: -2px 0 0 5px;
}
.lb-pt-item {
	background-color: #fff;
	border-radius: 2px;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	margin: 0 8px 20px 8px;
}
.lb-pt-item h5 {
	font-size: 15px;
	color: #333;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 0;
}
.lb-pt-item h5 label {
	color: red;
	border: 1px solid red;
	border-radius: 2px;
	margin: 0 0 0 5px;
	padding: 1px 3px;
	display: inline-block;
	vertical-align: text-top;
	font-size: 12px;
	line-height: 14px;
}
.lp-pt-time {
	font-size: 12px;
	color: #999;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.lp-pt-time:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url('../images/icon-time2.png');
	background-size: contain;
	width: 14px;
	height: 14px;
	margin-right: 2px;
}
.lp-pt-time a {
	float: right;
	color: #2a5a99;
	font-size: 14px;
	margin-top: -2px;
}
.lb-pt-item p {
	font-size: 14px;
	color: #777;
	line-height: 20px;
	margin: 10px 0 0;
}
.lb-pt-imgs {
	overflow: hidden;
	font-size: 0;
}
.lb-pt-imgs figure {
	display: inline-block;
	vertical-align: top;
	/*float: left;*/
}
.lb-pt-imgs img {
	float: left;
	width: 100%;
	margin-top: 10px;
}
/*.lb-pt-imgs.thumb3 img,*/
/*.lb-pt-imgs.thumb6 img,*/
/*.lb-pt-imgs.thumb9 img*/
/* {*/
/*	height: 75px;*/
/*}*/
.lb-pt-imgs video {
	margin-top: 10px;
	max-width: 100%;
	height: auto;
}
.lb-pt-imgs.thumb2 figure {
	width: 48%;
}
.lb-pt-imgs.thumb2 figure:first-child {
	margin-right: 4%;
}
.lb-pt-imgs.thumb3 figure,
.lb-pt-imgs.thumb6 figure,
.lb-pt-imgs.thumb9 figure {
	width: 31%;
	margin-left: 3.5%;
}
.lb-pt-imgs.thumb3 figure:first-child {
	margin-left: 0;
}
.lb-pt-imgs.thumb6 figure:nth-child(3n-2),
.lb-pt-imgs.thumb9 figure:nth-child(3n-2) {
	margin-left: 0;
}
.lp-pt-company {
	padding: 15px 0 5px 0;
}
.lp-ptc-content {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	border-left: 2px solid #2a5a99;
	border-radius: 2px;
	padding: 8px 10px;
}
.lp-ptc-content strong {
	color: #000;
	font-weight: 400;
	font-size: 18px;
	margin: 0 6px;
	vertical-align: middle;
}
.lp-ptc-logo {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
.lp-ptc-icon {
	width: 18px;
	margin-right: 5px;
}
.lb-pt-video {
	height: 200px;
}
.list-gallery {
	display: none;
}
.list-gallery.active {
	display: block;
}
.imgs-gallery  {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	border-radius: 2px;
	margin: 0 10px 10px;
	padding: 3%;
	display: none;
}
.imgs-gallery.active {
	display: block;
}
.list-gallery figcaption,
.imgs-gallery figcaption {
	display: none;
}
.imgs-gallery figure{
	padding: 2px;
	float: left;
	width: 25%;
	box-sizing: border-box;
}
.imgs-gallery:after {
	content: '';
	display: block;
	clear: both;
}
.imgs-gallery figure a {
	float: left;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}
.imgs-gallery figure:nth-child(4n) {
	margin-right: 0;
}
.imgs-gallery figure img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}
.lb-tab-body {
	display: none;
}
.lb-tab-body.active {
	display: block;
}
.chat-ctrl {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	display: flex;
	flex-direction: column;
}
.chat-ctrl-bg {
	flex: 1;
	background-color: rgba(0, 0, 0, .4);
}
.chat-ctrl-t {
	display: flex;
	align-items: center;
	padding: 14px 0;
	background-color: #fff;
}
.chat-ctrl-t img {
	display: block;
	width: 20px;
	height: 20px;
}
.chat-ctrl-t img.chat-ctrl-face {
	margin-left: 15px;
}
.chat-ctrl-t .chat-ctrl-send {
	display: inline-block;
	margin-right: 15px;
	background-color: #49a5f8;
	color: #fff;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	padding: 0 15px;
	border-radius: 30px;
}
.chat-ctrl-t img.chat-ctrl-menu {
	margin-right: 15px;
}
.chat-ctrl-t img.chat-ctrl-menu {
	width: 24px;
	height: 24px;
}
.chat-ctrl-inputc {
	display: block;
	border-radius: 30px;
	background-color: #f3f7fa;
	color: #000;
	padding: 0 10px;
	flex: 1;
	border: 0;
	font-size: 12px;
	margin: 0 15px;
	outline: none;
	overflow: hidden;
	height: 28px;
}
.chat-ctrl-input {
	width: 100%;
	outline: none;
	height: 30px;
	padding-bottom: 5px;
	white-space: nowrap;
	overflow: auto;
	box-sizing: content-box;
	display: flex;
    align-items: center;
	line-height: 28px;
}
.chat-ctrl-input img {
	display: inline;
}
.chat-body {
	padding: 15px 15px 30px 15px;
	height: 320px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.chat-time {
	text-align: center;
	font-size: 12px;
	color: #525966;
	padding: 10px 0;
}
.chat-item {
	display: flex;
	margin-bottom: 30px;
}
.chat-head-icon {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.chat-content {
	flex: 1;
	margin-left: 5px;
}
.chat-content strong {
	font-weight: 400;
	font-size: 12px;
	color: #8e97a6;
}
.chat-cr {
	flex: 1;
	margin-top: 5px;
}
.chat-view {
	background-color: #fff;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 15px;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #ededec;
	display: inline-block;

}
.chat-view img,
.chat-view video {
	max-width: 100%;
	height: 200px;
}
.lb-layer-share {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	display: none;
	justify-content: flex-end;
	flex-direction: column;
	animation: layerShow 300ms;
}
.lb-layer-share.active {
	display: flex;
}
.lb-layer-bg {
	flex: 1;
	background-color: rgba(0, 0, 0, .4);
}
.lb-layer-share dl {
	background-color: #fff;
	padding: 10px 0;
}
.lb-layer-share dt {
	text-align: center;
	font-size: 14px;
	padding: 10px 0 20px 0;
}
.lb-layer-share dd ul {
	display: flex;
}
.lb-layer-share dd ul li,
.lb-layer-share dd ul button {
	flex: 1;
	text-align: center;
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0;
	background: none;
	box-shadow: none;
}
.lb-layer-share dd ul li:focus,
.lb-layer-share dd ul li:hover,
.lb-layer-share dd ul button:focus,
.lb-layer-share dd ul button:hover {
	outline: 0;
	box-shadow: none;
}
.lb-layer-share dd img {
	width: 50px;
	height: 50px;
}
.lb-layer-share dd p {
	color: #525966;
	margin-top: 15px;
	font-size: 12px;
}
.chat-ctrl-b {
	padding: 20px;
	background-color: #fff;
	display: none;
}
.chat-ctrl-b.active {
	display: block;
}
.chat-ctrl-upload {
	position: relative;
	display: inline-block;
	margin: 0 20px;
	overflow: hidden;
}
.chat-ctrl-upload input {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
}
.chat-ctrl-upload img {
	display: block;
	width: 24px;
	height: 24px;
}
.chat-ctrl-upload p {
	text-align: center;
	font-size: 12px;
	margin-top: 6px;
}
.emoji_container {
	position: fixed !important;
	top: auto !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 56px !important;
	margin: 0 !important;
	z-index: 999;
}
.emoji_content ul li {
	vertical-align: top;
}
.emoji_content ul li a img {
	margin-top: 12px;
}
.lb-praise {
	text-align: center;
	margin: 0;
}
.lb-praise span {
	background-color: #aaa;
	font-size: 12px;
	color: #fff;
	padding: 2px 5px;
	border-radius: 10px;
}
.right-aside {
	right: .5em;
}
.right-aside .icon {
	width: 46px;
	height: 46px;
	margin-bottom: 0;
}
.zb-footer {
	background-color: #396aae;
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
	color: #fff;
}
.zb-footer p {
	margin-bottom: 0;
}
.pswp__caption__center {
	text-align: center !important;
}
.lb-ewm {
	position: relative;
	margin-bottom: 5px;
	display: none;
}
.lb-ewm span {
	position: absolute;
	right: 55px;
	top: -17px;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ddd;
	/*display: none;*/
}
.lb-ewm:hover span {
	display: block;
}
.lb-ewm span:after,
.lb-ewm span:before {
    width: 0;
    height: 0;
    top: 30px;
    right: -20px;
    border: 10px solid transparent;
    border-left-color: #ddd;
    position: absolute;
    content: "";
}
.lb-ewm span:before{
	right: -19px;
	border-left-color: white;
	z-index: 1;
}
.lb-ewm span img {
	width: 70px;
	height: 70px;
}
.wxshare-tips {
	position: fixed;
	top: 10px;
	left: 0;
	right: 0;
	background: url('../images/wxshare-tips.png') no-repeat top right;
	background-size: contain;
	width: 100%;
	height: 141px;
	z-index: 1999;
	transition: all .3s ease-out;
	transform: translateY(-200px);
}
.wxshare-tips.active {
	transform: translateY(0);
}
.wxshare-tips p {
	float: right;
	font-size: 16px;
	color: #fff;
	padding: 49px 100px 0 0;
	line-height: 26px;
}
.wxshare-tips p span {
	color: orange;
}
.popup-mask {
	position: fixed;
	z-index: 1998;
	background-color: rgba(0, 0, 0, .6);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: all .3s ease-out;
	opacity: 0;
	display: none;
}
.popup-mask.active {
	display: block;
}
.popup-mask.show {
	opacity: 1;
}
.view-ewm {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .6);
	align-items: center;
	justify-content: center;
	z-index: 1999;
	animation: layerShow .3s ease-out;
	display: none;
}
.view-ewm.active {
	display: flex;
}
.view-ewmc {
	background-color: #fff;
	width: 90%;
	border-radius: 5px;
	position: relative;
	padding: 40px 0;
	text-align: center;
}
.view-ewmc span {
	position: absolute;
	top: -40px;
	right: 0;
	display: block;
	width: 26px;
	height: 26px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 20px;
	color: #fff;
}
.view-ewmc strong {
	color: #333;
	font-size: 16px;
	font-weight: normal;
}
.view-ewmc img {
	display: block;
	width: 120px;
	height: 120px;
	margin: 20px auto;
}
.view-ewmc p {
	color: #aaa;
	font-size: 12px;
}
.toast {
	position: fixed;
	top: 60%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2000;
	animation: layerShow .3s ease-out;
	display: none;
}
.toast.active {
	display: block;
}
.toast span {
	display: inline-block;
	background-color: rgba(0, 0, 0, .8);
	font-size: 12px;
	color: #fff;
	padding: 2px 5px;
	border-radius: 3px;
}
.tw-video {
	position: relative;
}
.tw-video .video-mask {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	z-index: 999;
}
.popup-video-player {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #000;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.popup-video-player.active {
	display: flex;
}
.popup-vp-video {	
	height: auto;
	max-height: 100%;
}
.popup-vp-video video {
	width: auto;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.popup-vp-video,
.popup-vp-diy {
	width: 100%;
	display: none;
}
.popup-vp-video {
	height: 90%;
    align-items: center;
    justify-content: center;
}
.popup-vp-video.active {
	display: flex;
}
.popup-vp-diy.active {
	display: block;
}
.popup-vp-diy iframe {
	order: 0;
    padding: 0;
    min-height: 400px;
    max-width: 640px; 
    margin: 0 auto;
    width: 100%;
    display: block;
}
.popup-video-player span {
	display: block;
	width: 100%;
	flex: 1;
}
@-webkit-keyframes layerShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes layerShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@media screen and (min-width: 768px) {
    .lb-ewm {
    	display: block;
    }
}

.emoji_icon{
	width: 30px;
	height: auto !important;
}

.chat-video {
	position: relative;
}
.chat-video .video-mask {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	z-index: 999;
}


.live-video-iframe {
	border: 0;
	background: transparent;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	display: block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
	position: relative;
}

.live-video-iframe:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	z-index: 1;
	display: block;
	content: "";
	background-position: center 52%;
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-image: url(https://style.ibuychem.com/hjstatic/hclb-v2/backend/images/pages/video-play.png?dev_1.0_201710121042);
	background-color: rgba(0, 0, 0, 0.6);
}
.popup-video-head {
	width: 100%;
	padding: 10px 15px;
}
.popup-close {
    display: block;
    width: 60px;
    height: 20px;
    margin-top: 5px;
    background: url(../images/icon-back.png) no-repeat;
    background-size: contain;
    color: #fff;
    font-style: normal;
    padding-left: 25px;
}
@media screen and (min-width: 763px) {
	.popup-vp-video {
		max-width: 763px;
	}
}




