@charset "utf-8";
/* CSS Document */
/*整体*/
*,
*:before,
*:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
*{ -webkit-tap-highlight-color: transparent;} 
html,body{
	height: 100%;
}
body {
	background-color: #F1F4F8;
	font-size: 14px;
	font-family: Arial, Microsoft Yahei, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #666;
	width: 100%;
}

a {
	color: #666;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #666;
	text-decoration: none;
	cursor: pointer;
}

a,
img {
	-webkit-tap-highlight-color: transparent;
}

p,
ul,
li,
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after,
.clearfix:before{
	content: "";
	display: block;
	clear: both
}

.clearfix {
	display: block
}
h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
	font-family: Arial, '微软雅黑';
}

input,
button,
select,
textarea {
	outline: inherit;
}

input[type="text"],
input[type="password"],
button,
select,
textarea {
	outline: inherit;
	-webkit-appearance: none;
}
input::-moz-placeholder{
	color: #ccc;
}
input::-webkit-input-placeholder{
	color: #ccc;
}
input::-ms-input-placeholder{
	color: #ccc;
}
.iconfont{font-size: 14px;}
.imgbox{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.fg{
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: 200;
	display: none;
}


/*------头--------*/
header {
	line-height: 50px;
	color: #333;
	text-align: center;
	padding: 0 20px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	height: 50px;
	background: #fff;
    border-bottom: 1px solid #eee;
	/*background: -webkit-linear-gradient(top, #88DCCB 0%, #D0F0D3 100%);
    background: -moz-linear-gradient(top, #88DCCB 0%, #D0F0D3 100%);
    background: -ms-linear-gradient(top, #88DCCB 0%, #D0F0D3 100%);
    background: -o-linear-gradient(top, #88DCCB 0%, #D0F0D3 100%);
    background: linear-gradient(to bottom, #88DCCB 0%, #D0F0D3 100%);*/
   box-shadow: 0 2px 6px #E9E9E9;
}
header a{
	position: absolute;
	top: 0px;
	display: block;
	height: 50px;
	width: 30px;
	color: #333 ;
}

header a.headerL{
	left: 10px;
}
.headerR{
	position: absolute;
	right: 20px;
	width: auto;
	color: #333;
	top: 0;
}
.headerR i{font-size: 18px;}
header a:hover{color: #333;}
header h3{
	font-size: 18px;
	padding: 0 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
/*--------------*/
@media only screen and (min-width: 100px) and (max-width: 320px) {
	body{font-size: 12px;}
}

.mapBox,.container{
	width: 100%;
	height: 100%;padding-top: 50px;
	overflow: auto;
	position: relative;
}
.mapBox{background: #262626;}
#map{
	position: absolute;
	left: 0;
	top: 0;
	width: 600px;
}
.point{
	position: absolute;
	z-index: 99;
	width: 0;
}
.point img{width: 32px;position: absolute;left: 0;top: 0;z-index: 210;}
.point p{
	background: rgba(211,197,179,0.8);
	border: 1px solid #6B2820;
	color: #6B2820;
	line-height: 24px;
	border-radius: 4px;
	font-size: 13px;
	position: absolute;
	top: -30px;
	left: -30px;
	width: 90px;
	padding: 0 2px;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.warningBox{
	width: 100%;
	line-height: 30px;text-align: center;
	padding: 0 10px;
	position: fixed;
	left: 0;
	top: 50px;
	z-index: 210;
	background: #88DCCB;color: #fff;
}
.pointDetail{
	background: rgba(255,255,255,0.85);
	border-radius: 10px;
	width: 90%;
	position: fixed;
	left: 5%;
	top: 100px;
	padding: 20px;
	z-index: 100;
	display: none;
}
.pointDetail audio{
	width: 0;height: 0;opacity: 0;
}
.pointDetail .close{
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 22px;
	color: #999;
}
.pointDetail .content{
	margin-bottom: 20px;
}
.pointDetail .imgbox{
	border-radius: 50%;
	width: 80px;
	height: 80px;
	background: #EBEBEB url(../img/boxBg.png);
	background-size: 100% 100%;
	box-shadow: 0 4px 10px #b2b2b2;
	padding: 6px;
	overflow: hidden;
}
.pointDetail .imgbox img{
	width: 100%;height: 100%;
	border-radius: 50%;
}
.pointDetail div.fr{
	width: calc(100% - 100px);
}
.pointDetail h3{font-size: 16px;color: #333;line-height: 34px;}
.pointDetail p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
    color: #888;
}

.pointDetail .clearfix a{
	float: left;
	width: 40%;
	margin: 0 5%;
	display: block;
	height: 32px;
    font-size: 16px;
    border-radius: 16px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #86DBCB;
    color: #333;
    background: #FFFFFF;
}
.pointDetail .clearfix a i{margin-right: 8px;}
.pointDetail .clearfix a.btn{
	background: #86DBCB;color: #fff;border: none;line-height: 32px;
}
.pointDetail .clearfix a.btn:hover{
	color: #fff;
}

.container{
	background: #fff;
	padding: 70px 20px 20px;
}
.detailBox .imgbox{
	width: 100px;
}

.detailBox .content{
	width: calc(100% - 120px);
}
.detailBox h3,.intro h3{font-size: 16px;color: #333;line-height: 34px;color: #333;}
.intro{margin-top: 15px;}
.intro h3{font-weight: bold;}
.intro div{
    line-height: 22px;
}
.intro div img{max-width: 100%;}



.myaudio-center{width:100%;height:44px;position: relative;background: #F1F4F8;margin-top: 10px;border-radius: 2px;}
.myaudio-center>.aud-btn{height:20px;width:30px;position: absolute;top:10px;left:10px;color: #6CC9B7;}
.myaudio-center>.aud-btn i{font-size: 22px;}
.myaudio-center>.aud-show{height:100%;position: absolute;left:40px;}
.myaudio-center>.aud-show>#Progress-time,.myaudio-center>.aud-show>#Progress-end{
   width:40px; height:100%;font-size: 13px;line-height: 44px;text-align: center;
}
.myaudio-center>.aud-show>#Progress-time{position: absolute;left:0;}
.myaudio-center>.aud-show>#Progress{position: absolute;left:45px;top:20px;height:6px;background: #CCEFD2;border-radius: 3px;}
.myaudio-center>.aud-show>#Progress-end{position: absolute;right:0;}
.myaudio-center>.aud-show>#Progress>#jin{
    width:6px;height:6px;background-color: #8CDDCC;position: absolute;left:0px;;
}
.myaudio-center>.aud-show>#Progress>#yuan{
    width:9px;height:9px;background-color: #fff;border: 1px solid #92d79b;border-radius: 6px;position: absolute;left:-3px;top:-2px;
}
            
        