.map-marker-showtime {
	display: block;
	width: 67px;
	height: 59px;
	background-image: url("../../images/index/talk.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	padding-top: 3px;
}

.map-marker-showtime div {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #000000;
	text-align: center;
	vertical-align: bottom;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
}

.map-marker-showtime div span {
	font-size: 18px;
}

.map-marker-showpark {
	display: block;
	
	height: 59px;
	background-image: url("../../images/index/parking.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

.map-marker-showpark div {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #000000;
	text-align: center;
	vertical-align: bottom;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
}

.map-marker-showpark div span {
	font-size: 18px;
}

.map-infowin {
	display: block;
	width: 355px;
	height: 130px;
	background-color: #ffffff;
	border-radius: 15px;
	overflow: hidden;
}

.map-infowin-left {
	display: block;
	position: relative;
	float: left;
	margin-left: 10px;
	margin-top: 30px;
	height: 68px;
	width: 68px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	border-radius: 50px;
}

.map-infowin-left-btn-play {
	display: none;
	position: absolute;
	z-index: 2;
	width: 20px;
    height: 20px;
    left: 27px;
    top: 24px;
	border: none;
}

.map-infowin-left-btn-pause {
	display: none;
	position: absolute;
	z-index: 2;
	width: 20px;
    height: 20px;
    left: 25px;
    top: 24px;
	border: none;
}

.map-infowin-right {
	display: block;
	float: left;
	width: 270px;
	height: 130px;
	overflow: hidden;
}

.map-infowin-detail-join{
	background-color: #ffde35;
    width: 70px;
    height: 34px;
    right: 0px;
    position: absolute;
    background-image: url(../../images/index/join.png);
    background-position: 20% 50%;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    padding-top: 6px;
    padding-left: 30px;
    margin-top: 13px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 17px 0px 0px 17px;
}

.map-infowin-right .box {
	display: block;
	margin-left: 0px;
	overflow: hidden;
	white-space: nowrap;
}

.map-infowin-right .title {
	margin-top: 13px;
	font-weight: bold;
	font-size: 19px;
	color: #333333;
	max-width:155px;
	overflow: hidden;
}

.map-infowin-right .titleText {
	width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
}

    

.map-title-box{
	float: left;
	margin-left: 14px;
}


.map-infowin-right .short-note {
    margin-top: 5px;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
}

.map-infowin-right .btn-box {
	margin-top: 10px;
	width: 270px;
	margin-left: 2px;
}

.map-infowin-right .btn-box .btn {
    display: block;
    float: left;
    margin-right: 4px;
    width: 50px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    text-align: center;
    font-size: 13px;
    color: #000000;
    padding-top: 27px;
    overflow: hidden;
}

.map-infowin-right .btn-box .btn720 {
	background-image: url("../../images/index/btn720.png");
}

.map-infowin-right .btn-box .btnNav {
	background-image: url("../../images/index/btnNav.png");
}

.map-infowin-right .btn-box .btnVideo {
	background-image: url("../../images/index/btnVideo.png");
}

.map-infowin-right .btn-box .btnAi {
	background-image: url("../../images/index/btnAi.png");
}

.map-infowin-right .btn-box .btnVr {
	background-image: url("../../images/index/btnVr.png");
}

.map-infowin-right .btn-box .btnDetail {
	background-image: url("../../images/index/btnDetail.png");
}

.btnOut {
	background-image: url(../../images/index/yd.png);
    display: block;
    float: left;
    /* margin-top: 5px; */
    width: 50px;
    height: 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px 47px;
    text-align: center;
    font-size: 13px;
    color: #000000;
    /* padding-top: 30px; */
    overflow: hidden;
}



.map-overlay-text {
	display: block;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	padding: 5px 0px 5px 0px;
}

.map-overlay-text .bg {
	max-width:100px;
	display: block;
	background-color: rgba(0,0,0,0.5);
	border-radius: 2px;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 1;
	overflow: hidden;
}

.map-overlay-text .txt {
	max-width:100px;
	word-wrap: break-word;
    white-space: pre-wrap;
	display: block;
	line-height: 13px;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 2;
	overflow: hidden;
}