/*分享功能*/

.share-box * {
	box-sizing: content-box!important;
}

.share_left .share {
	position: fixed;
	left: 0;
	z-index: 999;
	/*float: right;*/
	top: 35%;
	/*margin-top: 60px;*/
	width: 110px;
	background-color: #fff;
}

.share_left .share .left-container {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.share_left .share .left-container .share-text {
	max-width: 110px;
	text-align: center;
	color: #2f2f2f;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 22px;
	overflow: hidden;
}

.share_left .share .left-container .share-text .t:before,
.share_left .share .left-container .share-text .t:after {
	display: inline-block;
	position: relative;
	top: -5px;
	content: '';
	width: 12%;
	height: 0;
	border: 1px solid #2f2f2f;
	background-color: #2E3448;
}

.share_left .share .left-container .share-text .t:before {
	right: 2px;
}

.share_left .share .left-container .share-text .t:after {
	left: 2px;
}

.share_left .share .left-container .share-text span {
	font-weight: 700;
}

.share_left .share .left-container .share-btn {
	position: relative;
}

.share_left .share .left-container .share-btn li {
	width: 54px;
	height: 54px;
	border-radius: 27px;
	background: #f7f7f7;
	margin-bottom: 15px;
	line-height: 54px;
	font-size: 18px;
	margin: 17px auto;
	margin-top: 0;
	background-size: cover;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}

.share_left .share .left-container .share-btn li:nth-of-type(1) {
	background-image: url(/css/icon/css/images/wx.jpg);
}

.share_left .share .left-container .share-btn li:nth-of-type(2) {
	background-image: url(/css/icon/css/images/qq.jpg);
}

.share_left .share .left-container .share-btn li:nth-of-type(3) {
	background-image: url(/css/icon/css/images/qqkj.jpg);
}

.share_left .share .left-container .share-btn li:nth-of-type(4) {
	background-image: url(/css/icon/css/images/xlang.jpg);
}

.share_left .share .left-container .share-btn li:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.share_left .share .left-container .share-btn .wechat_share_ewm {
	position: absolute;
	left: 100px;
	top: 0;
	display: none;
	width: 200px;
	height: 200px;
	border-radius: 4px;
	border: 1px solid #ddd;
}

.share_left .share .left-container .share-btn .wechat_share_ewm::after {
	position: absolute;
	left: -17px;
	top: 14px;
	content: '';
	width: 0;
	height: 0;
	border: 8px solid #333;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
}

.share_left .share .left-container .share-btn .wechat_share_ewm img {
	float: left;
	width: 200px;
	height: 200px;
}

.share_right {
	z-index: 999;
	position: fixed;
	bottom: 5.5cm;/*客户要求距离底部5公分*/
	right: 0;
	/*background-color: #fff;*/
	padding: 10px 0px;
	color:#304b60;
}

.share_right>.buttonbox {
	display: flex;
	flex-direction: column;
}

.share_right>.buttonbox>a {
	background-position: unset;
	margin: 6px 6px 6px 6px;
	background-size: cover;
	padding: 0;
	height: 35px;
	width: 35px;
	cursor: pointer;
}

.share_right>.buttonbox>span {
	font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    cursor: pointer;
}

.share_right>.buttonbox>span:hover {
	color: #333;
	opacity: 0.8;
}

.share_right .show-qrcode:hover .share-qrcode {
	display: block;
}

.share_right .share-qrcode {
	width: 150px;
	height: 150px;
	position: absolute;
	display: none;
}

.share_right .share-qrcode img {
	width: 100%;
	height: auto;
}

.share_right .app-qrcode {
	top: 0px;
	right: 82px;
}

.share_right .server-qrcode {
	top: 75px;
	right: 82px;
}

.share_right .consult-qrcode {
	top: 150px;
	right: 82px;
}