.tsxx-text-help {
	width: 35px;
	height: 22px;
	float: left;
 	margin-top: 3px;
	margin-left: 5px;
}

.tsxx-text-help:hover .tsxx-text-detail {
	display: block;
}

.tsxx-text-help .tsxx-text-detail {
	display: none;
	position: absolute;
	/* margin-top: 4px; */
}

.tsxx-text-help img{
	margin-top: 2px;
	height: 13px;
	width:20px;
	height:20px;
}
/* .msghover{width:13px;margin-left:5px;} */
.tsxx-detail-left {
	position: absolute;
	width: 0px;
	/* left: -19px; */
	height: 0px !important;
	border-color: transparent white transparent transparent;
	border-style: dashed solid dashed dashed;
	border-width: 10px 10px 0 0;
	z-index: 1;
	/* top: -1px; */
}

.tsxx-detail-right-bottom {
	position: absolute;
	border: 10px solid transparent;
	border-bottom-color: #fff;
	z-index: 1;
	top: -12px;
}


.tsxx-detail-right-bottom2 {
	position: absolute;
	border: 10px solid transparent;
	z-index: 1;
	top: -30px;
	border-top-color: #fff;
}

.tsxx-detail-right {
	position: absolute;
	border-color: transparent transparent transparent white;
	border-style: dashed dashed dashed solid;
	border-width: 10px 0 0 10px;
	left: 10px;
	/* top: -1px; */
	z-index: 1;
}

.tsxx-detail-content {
	position: absolute;
	background: white;
	top: -8px;
	width: 300px;
	height: auto;
	box-shadow: -1px 1px 15px 2px rgba(0, 0, 0, 0.1), 1px -1px 15px 2px
		rgba(0, 0, 0, 0.1), 1px 1px 15px 2px rgba(0, 0, 0, 0.1), 1px 1px 15px
		2px rgba(0, 0, 0, 0.1);
	left: -286px;
	padding: 8px;
	padding-top: 6px;
}

.tsxx-detail-content2 {
	position: absolute;
	background: white;
	top: -140px;
	width: 300px;
	height: auto;
	box-shadow: -1px 1px 15px 2px rgba(0, 0, 0, 0.1), 1px -1px 15px 2px
		rgba(0, 0, 0, 0.1), 1px 1px 15px 2px rgba(0, 0, 0, 0.1), 1px 1px 15px
		2px rgba(0, 0, 0, 0.1);
	left: -286px;
	padding: 8px;
	padding-top: 6px;
}

.tsxx-detail-left-top {
	position: absolute;
	width: 0px;
	left: -15px;
	height: 0px !important;
	border-color: transparent white transparent transparent;
	border-style: dashed solid dashed dashed;
	border-width: 0 10px 10px 0;
	z-index: 1;
	top: -43px;
}

.tsxx-detail-right-top {
	position: absolute;
	border-color: transparent transparent transparent white;
	border-style: dashed dashed dashed solid;
	border-width: 0 0 10px 10px;
	left: 10px;
	top: -43px;
	z-index: 1;
}

.tsxx-detail-content-top {
	position: absolute;
	background: white;
	top: -134px;
	width: 300px;
	height: auto;
	box-shadow: -1px 1px 15px 2px rgba(0, 0, 0, 0.1), 1px -1px 15px 2px
		rgba(0, 0, 0, 0.1), 1px 1px 15px 2px rgba(0, 0, 0, 0.1), 1px 1px 15px
		2px rgba(0, 0, 0, 0.1);
	left: -80px;
	padding: 8px;
	padding-top: 6px;
}

.tsxx-detail-content span,.tsxx-detail-content2 span,.tsxx-detail-content-top span {
	color: #454545;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}