box-sizing: border-box;
}
body{
	margin:0;
	font-family:"微软雅黑",Tahoma,Helvetica,Arial,"\5b8b\4f53",sans-serif;
	background:#f8fafc;
	font-size:14px;
	color:#333;
}
a{
	color:#1664ff;
	text-decoration:none;
}
a:hover{
	color:#4080ff;
}
em{font-style:normal;font-size:14px;}

.header{
    width: 100%;
    height: 75px;
    background: #ffffff;
    border-top: 4px solid #1664ff;
    border-bottom: 1px solid #e8eaec;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    z-index: 99;
    position: sticky;
    top: 0;
}
.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:#666;
	font-size:16px;
	transition: color 0.3s;
}
.headMeun li a:hover{
	color:#1664ff;
}
.logo {
    float: left;
    padding: 12px 0;
}
.mobileMeun img{
	margin-top:15px;
}
.footer{
	background:#ffffff;
	max-width:1020px;
	margin:0 auto;
	padding:15px;
	border-top: 1px solid #e8eaec;
	color:#999;
	font-size:12px;
	text-align:center;
}
@media screen and (max-width: 720px) {
    .headMeun {
        display:none;
	position:absolute;
	top:75px;
	left:0;
	right:0;
	z-index:9999;
	background:#1664ff;
    }
	.headMeun li{
		float: none;
		padding: 0 18px;
		line-height:50px;
		border-bottom:1px solid #4080ff;
	}
	.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:#ffffff;
	min-height:1000px;
	border-radius:8px;
	box-shadow:0 1px 3px rgba(0,0,0,0.1);
	margin-top:20px;
	margin-bottom:20px;
}
@media screen and (max-width: 720px) {
	.main{
		padding:10px;
		margin-top:10px;
		margin-bottom:10px;
	}
}
.pNav{
	margin-bottom:20px;
}
.pNav a{
	margin:10px;
}

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

.poisTips a{
	display: block;
    padding: 5px 8px;
    border: 1px solid #e1ebfb;
    float: left;
    background:#1664ff;
    color: #fff;
    text-decoration: none;
	margin:5px;
	font-size:13px;
	border-radius:4px;
	transition: all 0.3s;
}
.poisTips a:hover{
	background:#4080ff;
	transform: translateY(-1px);
	box-shadow:0 2px 8px rgba(22, 100, 255, 0.3);
}
.provinceBlock{
	margin-top:20px;
	background: #f0f7ff;
	border-radius:8px;
	overflow:hidden;
	box-shadow:0 1px 3px rgba(0,0,0,0.05);
}
.provinceName{
	margin:0;
	background:linear-gradient(135deg, #1664ff 0%, #0e42d2 100%);
	padding:12px 15px;	
	color:#fff;
	font-size:16px;
	font-weight:600;
}
.provinceName a{
	color:#fff;
}
.cityBlock{
	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 #d9e9ff;
	padding:12px 15px;
	vertical-align: middle;
	border-top: none;
	border-right: none;
	background:#e1ebfb;
}
.cityName a{
	color:#1664ff;
}
.portList{
	width:90%;
	display:table-cell;
	padding:12px 15px;
	border: 1px solid #d9e9ff;
	border-top: none;
	background:#ffffff;
}
.protName{
	font-size:14px;
	float:left;
	padding:6px 12px;
	text-align:center;
	margin-right:10px;
	margin-bottom:8px;
	transition: all 0.3s;
}
.protName:hover{
	background:#f0f7ff;
	border-radius:4px;
}
.portList a{
	color:#1664ff;
}
.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: #f0f7ff;
	overflow: hidden;
}
.nav a{
	text-decoration: none;
	font-size:14px;
	color:#1664ff;
}
.collectBtn{
	float:right;
	color:#f53f3f;
}
.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:#ffffff;
	border-radius:8px;
	overflow:hidden;
	box-shadow:0 1px 3px rgba(0,0,0,0.05);
}
.tidesPoint td
{
	border: 1px solid #f0f0f0;
    empty-cells: show;
    vertical-align: middle;
    text-align: center;
    padding:12px 8px;
	transition: background-color 0.3s;
}
.tidesPoint tr:hover td{
	background-color:#f8fafc;
}

.tidesInfo{
	margin:20px 0;
	padding:15px;
	background:#f0f7ff;
	border-left:4px solid #1664ff;
	border-radius:4px;
}
.tidesBenchmark{
	text-align:center;
	color:#1664ff;
	margin-bottom:10px;
	font-weight:600;
}
.tidesInfo span
{
	margin-right:10px;
	color:#f53f3f;
	font-weight:600;
}
.chaBox{
	overflow:hidden;
	border:1px solid #e8eaec;
	margin-top:10px;
	display:table;
	width:100%;
	border-radius:8px;
	overflow:hidden;
	box-shadow:0 1px 3px rgba(0,0,0,0.05);
	background:#6699cc;
}
.searchBox{
	display:table-cell;
	width:300px;
	padding:15px;
	border-right:1px solid rgba(255,255,255,0.2);
	vertical-align:top;
	background:transparent;
}
.tidesLineBox{
	display:table-cell;
	vertical-align:top;
	padding:15px;
	line-height:2;
	position:relative;
	overflow:hidden;
	background:transparent;
}
#tidesLine{
	width:100%;
	height:400px;
}
@media screen and (max-width: 720px) {
	#tidesLine{
		height:300px !important;
	}
}
.searchBox select,.searchBox input,.searchBox button{
	width:100%;
	height: 42px;
    padding: 0 12px;
    font-size: 14px;
    border-radius:4px;
	margin-bottom:15px;
	display: block;
	border: 1px solid #d9d9d9;
	color:#666;
	background: #fff;
	transition: all 0.3s;
	box-sizing: border-box;
}
.searchBox input:focus{
	border-color:#4080ff;
	box-shadow:0 0 0 2px rgba(22, 100, 255, 0.1);
	outline:none;
}
.searchBox button{
	background:#ff7d00;
	color:#fff;
	border:none;
	font-weight:600;
	cursor:pointer;
	transition: all 0.3s;
}
.searchBox button:hover{
	background:#e06b00;
	transform: translateY(-1px);
	box-shadow:0 2px 8px rgba(255, 125, 0, 0.3);
}
@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:#f53f3f;
	font-size:13px;
	margin-top:10px;
	padding:8px;
	background:#fff1f0;
	border:1px solid #ffccc7;
	border-radius:4px;
}

.mapContainer{
	height:400px;
	margin-top:15px;
	border:1px solid #e8eaec;
	width: 100%;
	border-radius:8px;
	overflow:hidden;
}
@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: #0fc6c2;
    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;
}
}