*{
	box-sizing: border-box;
}
body{
	margin:0;
	font-family:"微软雅黑",Tahoma,Helvetica,Arial,"\5b8b\4f53",sans-serif;
	background:#eee;
	font-size:14px;
}
a{
	color:#0054d7;
}
em{font-style:normal;font-size:14px;}

.header{

    width: 100%;
    height: 75px;
    background: #fff;
    border-top: 4px solid #2095f2;
    border-bottom: 1px solid #d4d4d4;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    z-index: 99;
}
.headContent{
	max-width:1035px;
	margin:0 auto;
	height: 75px;
	padding:0 15px;
}

.headMeun{
	float:right;
	line-height: 75px;
	list-style: none;
	margin: 0;
	padding:0;
}
.headMeun li{
	float: left;
    padding: 0 18px;
}
.headMeun li a{
	text-decoration:none;
	color:#006fc7;
	font-size:16px;
}
 .logo {
    float: left;
    padding: 12px 0;
}
.mobileMeun img{
	margin-top:15px;
}
.footer{
	background:#fff;
	max-width:1020px;
	margin:0 auto;
	padding:15px;
	border-top: 1px solid #ccc;
	color:#444;
	font-size:12px;
}
@media screen and (max-width: 720px) {
    .headMeun {
        display:none;
		position:absolute;
		top:75px;
		left:0;
		right:0;
		z-index:9999;
		background:#667277;
    }
	.headMeun li{
		float: none;
		padding: 0 18px;
		line-height:50px;
		border-bottom:1px solid #eee;
	}
	.headMeun li a {
		text-decoration: none;
		color: #fff;
		font-size: 16px;
	}
	.mobileMeun{
		display:block !important;
		float:right;
		line-height: 75px;
	}
	
}
.main{
	max-width: 1020px;
	margin:0 auto;
	padding:20px;
	background:#fff;
	min-height:1000px;
	
}
@media screen and (max-width: 720px) {
	.main{
		padding:10px;
	}
}
.pNav{
	
	margin-bottom:20px;
}
.pNav a{
	margin:10px;
}

.tipsTitle{
	background: #607D8B;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #fff;
    padding: 0 5px;
}

.poisTips a{
	display: block;
    padding: 5px 8px;
    border: 1px solid #eee;
    float: left;
    background:#1593e7;
    color: #fff;
    text-decoration: none;
	margin:5px;
	font-size:13px;
	
}
.provinceBlock{
	margin-top:10px;
	background: #e6f2ff;
	/* display: table; */
}
.provinceName{
	margin:0;
	background:#69c;
	padding:10px 15px;	
	color:#fff;
	
}
.provinceName a{
	color:#fff;
}
.cityBlock{
	/* background:#e6f2ff; */
	display: table;
	width: 100%;
}
.cityName{
	width:10%;
	min-width:100px;
	font-size:16px;
	font-weight:600;
	display:table-cell;
	text-align:center;
	border: 1px solid #0572c8;
	padding:10px 15px;
	vertical-align: middle;
	border-top: none;
	border-right: none;
}
.cityName a{
	
}
.portList{
	width:90%;
	display:table-cell;
	padding:10px 15px;
	border: 1px solid #3284cb;
	border-top: none;
}
.protName{
	
	font-size:14px;
	float:left;
	padding:5px 10px;
	text-align:center;
}
.portList a{
	
}
.inlineList{
	list-style:none;
	padding:0;
}

.inlineList li
{
	width: 25%;
	min-width:100px;
	display:inline-block;   
	padding:5px 10px;
	
}
@media screen and (max-width: 720px) {
	.inlineList li
	{
		width: 50%;		
	}
	
}
.nav{
	margin: 0 -20px;
    padding: 10px 15px;
    background: #d8eaf8;
	overflow: hidden;
}
.nav a{
	text-decoration: none;
	font-size:14px;
	
}
.collectBtn{
	float:right;
	color:#f44336;
}
.breadcrumb{
	padding:0;
	list-style:none;
	margin:0;
	float:left;
}
.breadcrumb li{
	display:inline-block;   
}
@media screen and (max-width: 720px) {
	.nav{
		display:none;
	}
}
.tidesPoint{
	margin:0 auto;
	width:100%;
	border-collapse: collapse;
	background:#d8eaf8;
}
.tidesPoint td
{
	border: 1px solid #b6cbdc;
    empty-cells: show;
    vertical-align: middle;
    text-align: center;
    padding:10px 5px;
}

.tidesInfo{
	margin:20px 0;
}
.tidesBenchmark{
	text-align:center;
	color:#006fc7;
	margin-bottom:10px;
}
	
.tidesInfo span
{
	margin-right:10px;
	color:#cc181e;
}
.chaBox{
	overflow:hidden;
	border:1px solid #eee;
	margin-top:10px;
	display:table;
	width:100%;
}
.searchBox{
	display:table-cell;
	width:300px;
	padding:10px;
	border-right:1px solid #eee;
	vertical-align:top;
}
.tidesLineBox{
	display:table-cell;
	vertical-align:top;
	padding:10px;
	line-height:2;
	position:relative;
	overflow:hidden;
}
#tidesLine{
	width:100%;
	height:400px;
}
@media screen and (max-width: 720px) {
	#tidesLine{
		height:300px !important;
	}
	
}
.searchBox select,.searchBox input,.searchBox button{
	width:100%;
	height: 40px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 3px;
	margin-bottom:15px;
	display: block;
	border: 1px solid #ccc;
	color:#666;
	background: #fff
}
.searchBox button{
	background:#ff9800;
	color:#fff;
	border:none;
}
.searchBox button:hover{
	background:#f60;
}
@media screen and (max-width: 720px) {
	.searchBox{
		display:block;
		width:100%;
	}
	.tidesLineBox{
		display:block;
		
		
	}
}
.dateicon {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAASAgMAAAA1aVZ3AAAACVBMVEUAAAD///9nyrNdI4MmAAAAAXRSTlMAQObYZgAAAChJREFUCNdjWAUCCxjg9DQgtTKBAUN8aigQJGCho6KiYDSJ8ggaYR8Ao74zAKjm+cYAAAAASUVORK5CYII="); background-repeat:no-repeat;background-position: right center;}

#errorTip{
	text-align:center;
	color:red;
	font-size:13px;
}

.mapContainer{
	height:400px;
	margin-top:5px;
	border:1px solid #eee;
	width: 100%;
}
@media screen and (max-width: 720px) {
	.mapContainer{
		height:300px;
	}
}
.app{
}
.app img{
	width:90%;
}
._8ewkr5sy23{
	margin-top:15px;
}
._s2q5kc3h8ij{
overflow: hidden;
}

.cnTides{
	padding: 2px 5px;
    background: #009688;
    color: #fff;
    border-radius: 4px;
    margin: 0 5px;
	font-size:12px;
}

/*红包*/
#CRbuoy {
	width:6rem;
	height:6rem;
	position:fixed;
	top:auto;
	right:-1.25rem;
	bottom:5rem;
	left:auto;
	background-image:url("../image/hongbao/CRbuoy2.png");
	background-repeat:no-repeat;
	background-size:cover;
	z-index:2000;
	-webkit-transform:rotate(-15deg);
	transform:rotate(-15deg);
	right:-1.25rem;
}
#CRbuoy[state-name="CRbuoyIn"] {
	-webkit-animation:CRbuoyIn 1.2s linear;
	animation:CRbuoyIn 1.2s linear;
}
#CRbuoy[state-name="CRbuoyGo"] {
	-webkit-animation:CRbuoyGo 1.68s linear;
	animation:CRbuoyGo 1.68s linear;
}
@-webkit-keyframes CRbuoyIn {
	0%,60% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	right:1.25rem;
}
20%,40% {
	-webkit-transform:rotate(-15deg);
	transform:rotate(-15deg);
	right:1.25rem;
}
10%,30%,50% {
	-webkit-transform:rotate(10deg);
	transform:rotate(10deg);
	right:1.25rem;
}
80% {
	-webkit-transform:rotate(0);
	transform:rotate(0);
	right:-1.25rem;
}
100% {
	-webkit-transform:rotate(-15deg);
	transform:rotate(-15deg);
	right:-1.25rem;
}
}@keyframes CRbuoyIn {
	0%,60% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	right:1.25rem;
}
20%,40% {
	-webkit-transform:rotate(-15deg);
	transform:rotate(-15deg);
	right:1.25rem;
}
10%,30%,50% {
	-webkit-transform:rotate(10deg);
	transform:rotate(10deg);
	right:1.25rem;
}
80% {
	-webkit-transform:rotate(0);
	transform:rotate(0);
	right:-1.25rem;
}
100% {
	-webkit-transform:rotate(-15deg);
	transform:rotate(-15deg);
	right:-1.25rem;
}
}@-webkit-keyframes CRbuoyGo {
	0% {
	-webkit-transform:rotate(15deg);
	transform:rotate(15deg);
	right:-1.25rem;
}
14% {
	-webkit-transform:rotate(0);
	transform:rotate(0);
	right:-1.25rem;
}
71%,26% {
	-webkit-transform:rotate(0);
	transform:rotate(0);
	right:1.25rem;
}
57%,43% {
	-webkit-transform:rotate(-15deg);
	transform:rotate(-15deg);
	right:1.25rem;
}
64%,50%,36% {
	-webkit-transform:rotate(10deg);
	transform:rotate(10deg);
	right:1.25rem;
}
86% {
	-webkit-transform:rotate(0);
	transform:rotate(0);
	right:-1.25rem;
}
100% {
	-webkit-transform:rotate(-15deg);
	transform:rotate(-15deg);
	right:-1.25rem;
}
}@keyframes CRbuoyGo {
	0% {
	-webkit-transform:rotate(15deg);
	transform:rotate(15deg);
	right:-1.25rem;
}
14% {
	-webkit-transform:rotate(0);
	transform:rotate(0);
	right:-1.25rem;
}
71%,26% {
	-webkit-transform:rotate(0);
	transform:rotate(0);
	right:1.25rem;
}
57%,43% {
	-webkit-transform:rotate(-15deg);
	transform:rotate(-15deg);
	right:1.25rem;
}
64%,50%,36% {
	-webkit-transform:rotate(10deg);
	transform:rotate(10deg);
	right:1.25rem;
}
86% {
	-webkit-transform:rotate(0);
	transform:rotate(0);
	right:-1.25rem;
}
100% {
	-webkit-transform:rotate(-15deg);
	transform:rotate(-15deg);
	right:-1.25rem;
}
}