body {
	background-color: #fff;
	position: static;
}

html {
	position: relative;
}

.back {
	display: block;
	margin-top: 30px;
	margin-bottom: 34px;
}
#detail-hb{
	position: fixed;
	bottom: 350px;
	right: 10px;
	z-index: 998;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	background-color: #ff0000;
	color: #ffffff;
	border: 0;
	font-size:14px;
	border-radius: 100px;
}

#detail-hb span{

}
.share-modal{
	width:25%;
	/*height: 100px;*/
	/*background-color: red;*/
	position: fixed;
	left: 50%;
	top:10%;
	transform: translateX(-50%);
	z-index: 9999;
	/*position: relative;*/
	border-radius: 10px;
	display: none;

}
.share-modal img{
	width: 80%;
	height: auto;
}
.share-modal .modal-cnt{
	/*height: 800px;*/
	max-height: 800px;
	overflow-y: auto;
	overflow-x: hidden;
}
.bg_layer {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	display: none;
}
.share-modal .iconfont{
	position: absolute;
	right: 80px;
	top: -12px;
	background-size: 100% 100%;
	z-index: 60000;
	cursor: pointer;
	/* opacity: .6; */
	color: #ccc;
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, 1);
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
}
.logo-wrapper {
	width: 22%;
	float: left;
}

.logo-wrapper img {
	vertical-align: middle;
}

.title-wrapper {
	width: 78%;
	float: left;
	padding-left: 30px;
	margin-top: 10px;
}

.booth-wrapper {
	margin-top: 28px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #151371;
	border-bottom: 1px solid #e5e5e5;
}

.title-wrapper .ch {
	font-size: 30px;
	color: #151371;
	font-weight: bold;
}

.middle-wrapper p {
	text-align: justify;
	font-size: 16px;
	line-height: 28px;
}

.link-bths {
	margin-top: 36px;
	margin-bottom: 36px;
	overflow: hidden;
}

.link-bths a {
	display: inline-block;
	width: 182px;
	height: 50px;
	background-color: #f3ba7b;
	line-height: 50px;
	text-align: center;
	color: #331c08;
	font-weight: bold;
	border-radius: 6px;
	margin-right: 10px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;

}

.link-bths a:hover {
	background-color: #b3885b;
	color: #fff;
}

.btm-wrapper {
	background-color: #f5f5f5;
	padding: 30px;
	overflow: hidden;

}

.btm-wrapper .sub-title {
	font-size: 18px;
	font-weight: bold;
	color: #151371;
	margin-bottom: 30px;
}

.product-wrapper .product-title {
	display: block;
	font-size: 20px;
}

.product-wrapper ul {
	overflow: hidden;
}

.product-wrapper li {
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}

.product-wrapper li :first-child {
	padding-top: 0;
}

.product-wrapper li:last-child {
	border-bottom: none;
}

.product-wrapper li .product-img {
	position: relative;
	height: 210px;
	overflow: hidden;
	background-color: #fff;
}

.product-wrapper .product-img img {
	width: 100%;
	max-height: 210px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.product-wrapper .text {
	padding-left: 20px;
	text-align: justify;
}

.product-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.product-cnt {
	height: 150px;
	overflow: hidden;
	position: relative;
	line-height: 26px;
}

.product-cnt .cover {
	position: absolute;
	right: 0;
	bottom: -10px;
	display: inline-block;
	width: 50%;
	height: 32px;
	background-image: -webkit-linear-gradient(left, rgba(245, 245, 245, 0.1) 15%, rgba(245, 245, 245, 1) 50%);
	background-image: -moz-linear-gradient(left, rgba(245, 245, 245, 0.3) 5%, rgba(245, 245, 245, 1) 100%);
	background-image: linear-gradient(left, rgba(245, 245, 245, 0.3) 5%, rgba(245, 245, 245, 1) 100%);
	z-index: 50;
}

.product-cnt .more,
.more-cllopse {
	position: absolute;
	right: 115px;
	bottom: -6px;
	display: inline-block;
	color: #2187db;
	font-size: 14px;
	z-index: 60;
	cursor: pointer;
}

.more-cllopse {
	display: none;
	bottom: 0;
	line-height: 24px;
}

.title {
	margin-top: 0;
	margin-bottom: 30px;
}

.ex-cnt tr img {
	height: 50px;
	/* border-radius: 4px; */
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	max-width: 135px;
}

.ex-cnt tr img:hover {
	transform: translateY(2px);
}

.bg_layer {
	z-index: 500;
}

.channel-list-fixed {
	z-index: 100;
}

.main-wrapper {
	padding-left: 30px;
}

.footer {
	margin-top: 60px;
}

.channel li {
	font-size: 15PX;
}

.exhibitior-logo {
	cursor: pointer;
}

.M3-table td {
	white-space: normal;
	border: 0;
	border-bottom: 1px;
	line-height: 22px;
}

.M3-table tr th {
	border: 0;
}

.M3-table thead {
	border: 0;
	line-height: 30px;
}

.table-name {
	cursor: pointer;
}

.table-name:hover {
	transform: translatex(2px);
}

.en-title {
	font-weight: normal;
	font-size: 14px;
}

.modal h5 {
	margin-top: 0;
}

.modal-cnt h5 {
	font-weight: bold;
	color: #333;
}

.vote-link a {
	font-size: 14px;
	padding: 6px 12px;
	background: #F7BC81;
	color: #333;
	display: inline-block;
	margin: 10px 10px 16px 0;
	border-radius: 4px;
	font-weight: bold;
}

.modal-pic img {
	max-height: 100px;
	margin-top: 10px;
}

@media (min-width:768px) {
	.modal-dialog {
		width: 60%;
	}
}
@media (max-width:1600px){
	.share-modal{
		width:20%;
	}
}

@media (max-width:1400px) {
	.modal-dialog {
		width: 80%;
	}
}

@media (max-width:1199px) {

	.share-modal{
		width:20%;
	}
	.title-wrapper {
		margin-top: 0;
	}

	.logo-wrapper {
		width: 28%;
	}

	.title-wrapper {
		width: 72%;
	}


}

@media (max-width: 991px) {

	.product-cnt .more,
	.more-cllopse {
		right: 60px;
	}

	.product-cnt {
		font-size: 14px;
	}

}

@media (max-width: 767px) {
	#detail-hb{
		bottom: 100px;
		right: 88px;
	}
	.share-modal{
		width:90%;
	}
	.nav-wrapper,
	.channel {
		display: block;
	}

	.nav-wrapper {
		width: 100%;
		height: auto !important;
		float: none;
		margin-top: 50px;

	}

	.main-wrapper {
		overflow: hidden;
		padding-left: 0;
	}

	.channel li {
		width: 48%;
		float: left;

	}

	.channel li:nth-child(odd) {
		margin-right: 2%;
	}

	.channel-list-seat ul {
		border: none;
		padding: 0;
	}

	.ex-cnt tr img {
		height: 44px;
	}

	.M3-table thead {
		line-height: 22px;
	}

	.main {
		margin-top: 40px;
	}

	.back {
		padding: 6px 10px;
		background-color: #f2f2f2;
		margin-bottom: 20px;
	}

	.logo-wrapper,
	.title-wrapper {
		width: 100%;
		float: none;
	}

	.logo-wrapper img {
		max-height: 70px;
	}

	.booth-wrapper {
		margin-top: 15px;
	}

	.title-wrapper {
		padding-left: 0;
		margin-top: 20px;
	}

	.title-wrapper .ch {
		font-size: 20px;
	}

	.middle-wrapper p {
		font-size: 14px;
		line-height: 24px;
	}

	.link-bths {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.link-bths a {
		width: 158px;
	}

	.btm-wrapper {
		padding: 20px;
	}

	.btm-wrapper .sub-title {
		margin-bottom: 0;
	}

	.product-wrapper li img {
		width: auto;
	}

	.product-wrapper .product-title {
		margin-top: 20px;
	}

	.product-wrapper .text {
		padding-left: 0;
	}

	.product-cnt .more,
	.more-cllopse {
		right: 2px;
	}

	.product-wrapper li .product-img {
		width: auto;
		height: auto;
		position: static;
	}

	.product-wrapper .product-img img {
		width: auto;
		max-height: 210px;
		position: static;
		transform: none;
	}
}
