.sfm-f-viewcontainer{
	height: 100%;
	padding: 0;
	border: none;
	margin: 0;
	/*overflow: hidden;*/
}


.sfm-t-mousetip {
    max-width: 200px;
    max-height: 124px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    color: #eee;
    box-shadow: 0px 0px 10px 0px #999;
    overflow: hidden;
    cursor: default;
}

.sfm-t-mousetip-inner {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    cursor: default;
}

.sfm-m-popup{
	position: absolute;
	padding: 0;
    border: none;
    border-radius: 10px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    box-shadow: 0 0 8px #999;
    z-index: 100000;
}
.sfm-m-popup-btn-close{
	position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    line-height: 14px;
    padding: 6px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    font-family: none;
    font-size: 24px;
    cursor: pointer;
}
.sfm-m-popup-bg{
	height: 100%;
	padding: 10px;
}
.sfm-m-popup-content-wrapper{
	height: 100%;
}
.sfm-m-popup-content{
	height: 100%;
}
.sfm-m-popup-anchor{
	position: absolute;
	bottom: -20px;
	left: calc(50% - 10px);
	border: 10px solid transparent;
	border-top-color: rgba(0, 0, 0, 0.7);
}
