@CHARSET "UTF-8";

body, td, p, button, input, select, textarea, select {
	font-size: 12px;
	font-family: Arial;
}

#voyagetrack div, p, ul, li, h1, h2, h3, h4, h5, table {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	dsiaplay: table;
}

tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}
/*body {
    color: #333;
    background: #fff;
}*/
html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

.css_animation {
	height: 30px;
	width: 30px;
	border: 2px solid red;
	transform: rotate(0deg);
	animation: myfirst 1s;
	animation-iteration-count: 1;
}

@
keyframes myfirst {to { transform:rotate(360deg);
	background: rgba(0, 0, 0, 0);
}

}
.tooltip {
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	color: white;
	padding: 4px 8px;
	opacity: 0.7;
	white-space: nowrap;
}

.tooltip-measure {
	opacity: 1;
	font-weight: bold;
}

.tooltip-static {
	background-color: #ffcc33;
	color: black;
	border: 1px solid white;
}

.tooltip-measure:before, .tooltip-static:before {
	border-top: 6px solid rgba(0, 0, 0, 0.5);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	content: "";
	position: absolute;
	bottom: -6px;
	margin-left: -7px;
	left: 50%;
}

.tooltip-static:before {
	border-top-color: #ffcc33;
}

.outer {
	height: 100%;
	padding: 100px 0 0;
	box-sizing: border-box;
	position: relative;
}

.map {
	height: calc(100vh - 56px);
	width: 100%;
	float: left;
	overflow: hidden;

	/*border-top: 1px solid #64757C;*/
}

.header {
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.asidecontainer {
	z-index: 4;
	position: absolute;
	top: 70px;
	right: 418px;
}

.asidebutton {
	width: 23px;
	height: 34px;
	cursor: pointer;
	background: #fff url(../images/asideright.png) 6px center/14px 14px
		no-repeat;
	border-right: 1px solid #D4D4D4;
	border-radius: 2px;
	box-shadow: 1px 2px 1px rgba(0, 0, 0, .15);
}

.tool {
	z-index: 4;
	position: absolute;
	top: 70px;
	right: 10px;
}
/*.maptool{
	float:right;
	margin-right:6px;
	}
.toolbox{
    box-sizing: border-box;
    position: relative;
}*/
.adjustpaddingleft {
	float: left;
	width: 3px;
	height: 34px;
	border-radius: 2px 0 0 2px;
	padding-left: 4px;
	background: #fff;
}

.adjustpaddingright {
	float: left;
	width: 5px;
	height: 34px;
	border-radius: 0 2px 2px 0;
	background: #fff;
}

.tooleft {
	display: inline-block;
	float: left;
	height: 34px;
	background: #fff;
	border-radius: 2px;
	box-shadow: 1px 2px 1px rgba(0, 0, 0, .15);
	margin-right: 6px;
}

.tooleft b {
	float: left;
	height: 21px;
	display: inline-block;
	border-right: 1px solid #eee;
	top: 7px;
	position: relative;
}

.tooleft li {
	width: 66px;
	background-color: #fff;
	list-style: none;
	color: #666;
	text-align:center;
}

.tooleft li:hover {
	color: #0080ff;
}

.mapbotton {
	float: left;
	display: inline-block;
	padding-right: 12px;
	height: 34px;
	line-height: 34px;
	background-color: #fff;
	color: #666;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
	position: relative;
}

.icon {
	display: inline-block;
	line-height: 17px;
	height: 34px;
	background-color: #fff;
	text-decoration: none;
	vertical-align: middle;
	float: left;
}

.icon img {
	width: 16px;
	height: 16px;
	padding-top: 8px;
	margin-right: 6px;
	margin-left: 6px;
}

.left-panel {
	position: absolute;
	left: 50px;
	top: 70px;
	pointer-events: none;
}

.searchbox {
	border-radius: 2px;
	width: 425px;
	position: relative;
	z-index: 5;
}

.trail_info {
	padding-left: 2px;
	height: 34px; 
	line-height: 34px;
	background-color: #fff;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
	position: relative;
}

.trail_info_name {
	padding-left: 15px;
	height: 34px;
	line-height: 34px;
	background-color: #fff;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
	position: relative;
}

.trail_info input {
	color: #000;
	font-size: 12px;
	border: 1px solid #2770d4;
	padding: 1px;
}

.trail_info_img{
    margin-left: 10px;
	height:20px;
	width:20px;
    vertical-align: middle;

}

.trail_info b {
	height: 21px;
	border-right: 1px solid #3d6dcc;
	position: relative;
}

.searchcontainer {
	position: relative;
	z-index: 2;
	pointer-events: auto;
	width: 386px;
	float: left;
	box-shadow: 1px 2px 1px rgba(0, 0, 0, .15);
	background: #fff;
}

.searchcontainer .logo{
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 34px;
    height: 34px;
    z-index: 99999;
    cursor: pointer;
 
}

.searchcontent {
	position: relative;
	width: 279px;
	border-radius: 2px 0 0 2px;
	background: #fff;
}



.searchcommon {
	box-sizing: border-box;
	float: left;
	left: 50px;
	width: 279px;
	height: 38px;
}

.searchcontent input {
	box-sizing: border-box;
	border: 0;
	padding: 9px 0;
	border-left: 10px solid transparent;
	border-right: 27px solid transparent;
	line-height: 20px;
	font-size: 16px;
	height: 38px;
	color: #333;
	position: relative;
	border-radius: 2px 0 0 2px
}

#search-button {
	pointer-events: auto;
	background: url(../images/search.png) no-repeat 0 -76px #0080ff;
	/*#3385ff*/
	width: 57px;
	height: 38px;
	margin-left: 50px;
	float: left;
	border: 0;
	padding: 0;
	cursor: pointer;
	border-radius: 0 2px 2px 0;
	box-shadow: 1px 2px 1px rgba(0, 0, 0, .15);
}

.aheader {
	border-top: 2px solid #64757C;
	width: 100%;
	height: 36px;
	background: #e1f0ff;
	margin: 0 auto;
	font: normal 12px/36px arial;
	clear: both;
	position: relative;
	overflow: hidden;
}

.logo a {
	height: 40px;
	width: 130px;
	
	font-size: 24px;
	display: inline-block;
	float: left;
	text-decoration: none;
	overflow: hidden;
}

.nav a {
	display: inline-block;
	float: left;
	padding: 4px 14px 0;
	margin: 0 0 0 4px;
	font-size: 18px;
	text-decoration: none;
	position: relative;
}

input[type='button'] {
	height: 22px; 
	/*width: 60px;*/
	background-color: #0080ff;
	color: #fff;
	border-radius: 2px;
	border: 1px solid #0080ff;
	margin-left: 30px;
}

.map_ship {
	width: 390px;
	display: block;
	height: 350px;
}

.ship_main {
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
	box-shadow: 1px 2px 1px rgba(0, 0, 0, .15);
}

.map_ship .title {
	font-family: Georgia;
	border-bottom: 1px solid #dadada;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	padding-left: 18px;
	background-color: #0080ff;
}

.sel_ship_default {
	font-family: Georgia;
	padding: 5px 0;
	line-height: 18px;
	color: #3d6dcc;
	font-size: 14px;
	font-weight: normal;
}

.border {
	border-bottom: 1px solid #0080ff;;
	margin-top: 5px;
}

.sel_ship {
	padding: 5px 10px 0 10px;
}

.sel_ship table {
	border-collapse: collapse;
	border-spacing: 0;
	cellpadding: 0;
	cellspacing: 0;
}

.sel_ship_td {
	font-family: Georgia;
	vertical-align: top;
	padding-left: 3px;
	padding-bottom: 8px;
	color: #666;
	font-size: 12px;
	text-align: right;
}

.sel_ship_td_left {
	font-family: Georgia;
	vertical-align: top;
	padding-left: 3px;
	padding-bottom: 8px;
	color: #666;
	font-size: 12px;
	text-align: left;
}

.sel_ship_td_item {
	font-family: Georgia;
	padding-bottom: 8px;
	color: #000;
	font-size: 12px;
	width: 100px;
}

.map_ship {
	display: block;
	min-height: 480px;
}

.map_ship .title {
	border-bottom: 1px solid #dadada;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	padding-left: 18px;
	background-color: #0080ff;
}

.map_port {
	width: 502px;
	display: block;
	min-height: 360px;
}

.port_main {
	z-index: 2;
	position: absolute;
	width: 100%;
	
	background: #fff;
	overflow: hidden;
	box-shadow: 1px 2px 1px rgba(0, 0, 0, .15);
}

.map_port .title {
	border-bottom: 1px solid #dadada;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	padding-left: 18px;
	background-color: #0080ff;
}

.sel_port {
	padding-top: 5px;
}

.sel_port table {
	border-collapse: collapse;
	border-spacing: 0;
	cellpadding: 0;
	cellspacing: 0;
}

.sel_port_td {
	font-family: Arial, Helvetica, SimSun, sans-serif;
	padding-left: 18px;
	padding-right: 8px;
	font-weight: 700;
	padding-top: 3px;
	vertical-align: top;
	color: #3d6dcc;
}

.sel_port_td_item {
	padding-top: 3px;
	padding-left: 5px;
}

.sel_port a {
	white-space: nowrap;
	margin-right: 9px;
	line-height: 18px;
	color: #5f6477;
	text-decoration: none;
}

.sel_port a:hover {
	color: #3d6dcc;
	text-decoration: underline;
}

.xwin {
	position: absolute;
	cursor: default;
}

.xwin_mask {
	position: absolute;
	left: 0;
	top: 0;
	background: black;
}

.xwin_alpha {
	background: black;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.xwin_full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.xwin_tb {
	position: relative;
	border-collapse: collapse;
	table-layout: fixed;
	background: #fff;
}

.xwin_body {
	position: relative;
	text-align: left;
	background: #fff;
}

.xwin_tl, .xwin_bl, .xwin_tr, .xwin_br, .xwin_hl, .xwin_hr, .xwin_close,
	.xwin_tm, .xwin_bm, .xwin_hm, .xwin_ml, .xwin_mr {
	width: 2px;
	height: 2px;
	color: #fff;
	background: #0080ff;
}

.xwin_close {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 4px;
	top: 4px;
	background: url(../images/close.png) no-repeat center;
	cursor: pointer;
	line-height: 1000px;
	overflow: hidden;
}

.xwin_close:hover {
	background-color: #6cabc3;
	border-radius: 20px;
}

.xwin_resizer {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 15px;
	height: 15px;
	background: #ccc;
	overflow: hidden;
}

.xwin_title {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #fff;
	background: #0080ff;
	border: 4px solid #0080ff;
	padding-left: 6px;
	/*font-weight: bold;*/
	color: #fff;
	text-align: left;
	white-space: nowrap;
	*min-width: 1000px;
	cursor: move;
}

.xwin_title a {
	color: #ff0;
}

.xwin_tl {
	background-position: -62px 0;
}

.xwin_tm {
	background-position: -75px 0;
	width: auto;
}

.xwin_tr {
	background-position: right 0;
}

.xwin_hl {
	background-position: -62px -13px;
	height: 20px;
}

.xwin_hm {
	background-position: -75px -13px;
}

.xwin_hr {
	background-position: right -13px;
	height: 20px;
}

.xwin_ml {
	height: auto;
}

.xwin_mr {
	background-position: -13px 0;
	height: auto;
}

.xwin_bl {
	background-position: -62px -35px;
}

.xwin_bm {
	background-position: -75px -35px;
	width: auto;
}

.xwin_br {
	background-position: right -35px;
}

.xwin_rz .xwin_e_n {
	cursor: n-resize;
}

.xwin_rz .xwin_e_e {
	cursor: e-resize;
}

.xwin_rz .xwin_e_s {
	cursor: s-resize;
}

.xwin_rz .xwin_e_w {
	cursor: w-resize;
}

.xwin_rz .xwin_e_ne {
	cursor: ne-resize;
}

.xwin_rz .xwin_e_se {
	cursor: se-resize;
}

.xwin_rz .xwin_e_sw {
	cursor: sw-resize;
}

.xwin_rz .xwin_e_nw {
	cursor: nw-resize;
}

.locusTab_main {
	width: 380px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	display: block;
}

.pos_r {
	position: relative;
}

.pos_a {
	position: absolute;
}

.box {
	width: 280px;
	padding: 10px 20px 0;
	font-size: 14px;
	color: #3d6dcc;
}

.ship_name {
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: Arial;
	text-align: right;
}

.ship_mmsi {
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: Arial;
	text-align: right;
}

.reminder {
	line-height: 30px;
	margin-bottom: 30px;
	font-size: 14px;
	font-family: Arial;
	text-align: center;
}

.ship_name span {
	margin-right: 10px;
}

.ship_mmsi span {
	margin-right: 10px;
}

.ship_name input[type="text"] {
	height: 20px;
	padding: 4px 10px;
	border: 1px solid #0080ff;
	border-radius: 2px;
	width: 192px;
}

.ship_mmsi input[type="text"] {
	height: 20px;
	padding: 4px 10px;
	border: 1px solid #0080ff;
	border-radius: 2px;
	width: 192px;
}

.weixin_box {
	border: 1px solid #d2dadd;
	padding: 0 10px;
	border-radius: 2px;
}

.ta_c {
	text-align: center;
}

.btn {
	display: inline-block;
	border-radius: 2px;
	text-align: center;
	display: inline-block;
	width: 80px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	margin: 0 5px;
	color: #fff;
	background: #0080ff;
	border: 1px solid #0080ff;
	cursor: pointer;
}
/*.btn,.btn1{text-align:center;color:#fff;cursor:pointer;}
.btn{display:inline-block;border-radius:2px;}
.btn1{display:block;}


.blue_btn{background:#2770d4;width:110px;line-height:30px;}*/
.grey_btn {
	background: #ccc;
}
/*.blue_btn1{border:1px solid #2770d4;color:#2770d4;width:108px;line-height:28px;cursor:pointer}*/
.xwin_content {
	font-size: 14px;
	color: #3d6dcc
}

.closeinform {
	width: 12px;
	height: 12px;
}

.informtable td {
	text-align: center;
}

.informtable th {
	text-align: center;
	padding: 3px 0;
}
/***
地图弹出框样式
*/
.ol-popup {
	position: absolute;
	display: none;
	background-color: black;
	-webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	color: white;
	width: 100px;
	height: 40px;
}

/*
 *
 *台风列表
 */
.typhoonListWin .typhoonListTitle {
	background-color: #0080ff;
	font-size: 14px;
	color: #fff;
	width: 240px;
	height: 40px;
	line-height: 40px;
	border-radius: 2px;
}

input[type="radio"], input[type="checkbox"] {
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.typhoonListWin .typhLi {
	list-style: none;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	color: #000 !important;
	font-family: "Arial,Helvetica,SimSun,sans-serif;";
	font-size: 12px;
	margin-left: 15px;
	vertical-align: middle;
}

.typhoonListWin .typhLi :hover {
	background-color: #9cdada;
	font-color: #fff;
}

.typhoonListWin .typhLi .check {
	width: 16px;
	height: 16px;
	margin-right: 4px;
	vertical-align: middle;
}

.typhoonListWin .typhoonListTitle .title-txt {
	position: absolute;
	margin-left: 15px;
	width: 140px;
}

.typhoonListWin .btn-tuli {
	top: 4px;
	right: 70px;
	cursor: pointer;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 90%;
}

.typhoonListWin .typhoonList {
	height: 330px;
	width: 240px;
	background-color: #fff;
	overflow-y: auto;
}

.typhoonListWin .title-btn {
	width: 14px;
	height: 14px;
	color: #c2f12c;
	position: absolute;
	cursor: pointer;
	padding: 6px;
}

.typhoonListWin .btn-close {
	right: 6px;
	top: 4px;
	background: url(../images/close.png) no-repeat center;
}

/*台风图标DIV*/
.typdiv {
	position: relative;
}

.namediv {
	position: absolute;
	width: 100px;
	text-align: right;
	font-size: 18px;
	color: red;
	font-weight: bold;
}

.selectdiv {
	text-align: center;
}

.grey_input {
	background: #f6f6f6;
	border-radius: 2px;
	border: 1px solid #ddd;
	line-height: 20px;
	padding: 4px 10px;
	margin-top: 5px;
	display: inline-block;
}

.weatherui {
	margin-top: 5px;
}

.weatherLi {
	list-style: none;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	color: #000 !important;
	font-family: "Arial,Helvetica,SimSun,sans-serif;";
	font-size: 13px;
	margin-left: 15px;
	vertical-align: middle;
}

.positionlatlon {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 3px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
	/*1px 1px 50px rgba(0,0,0,.3);*/
	padding: 5px 5px;
	position: absolute;
	left: 15px;
	bottom: 15px;
	font-size: 12px;
	font-family: "Microsoft Yahei";
}
.reportinfor{
	/*background-color: rgba(255, 255, 255, 0.2);
	border-radius: 3px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);*/
	/*1px 1px 50px rgba(0,0,0,.3);*/
	/*padding: 5px 5px;*/
	position: absolute;
	right: 10px;
	bottom: 0px;
	font-size: 12px;
	font-family: "Microsoft Yahei";
}
.history {
	position: fixed;
	color: #666;
	background-color: #FFF;
	border-radius: 3px;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);;
	width:650px;
	height: 34px;
	z-index: 2000;
	right: 5%;
	top: 25%;
	display: none;
	padding-right: 10px;
}
.logoimg{
	width:15px;height:15px;
	
}



div.mapbotton:hover {
	color: #0080ff;
	cursor: pointer;
}

div.mapbotton:hover .menu-list {
	display: block;
}


 #changechart:hover .menu-list {
	display: block;
}



 #measure:hover .menu-list {
	display: block;
}


.menu-list {
	position: absolute;
}


/**location*/

.marginleft{
	margin-left:15px;
	margin-top:15px;
}
.w_d{
	margin-left:10px;
	margin-right:5px;
	width:80px;
}
.w_m{
	margin-left:10px;
	margin-right:5px;
	width:120px;
}

.latlon{
	margin-top:15px;
}

.sure_p{
	margin-top:40px;
}

.big_btn{
	    width: 100px;
    height: 35px;
    line-height: 35px;
}

.layui-form-label {
    float: left;
    display: block;
    padding: 9px 15px;
    width: 80px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}
.inline{
	display:inline-block;
}

.lat_d{
	margin-right:5px;
	width:70px;
}
.lat_m{
	margin-left:10px;
	margin-right:5px;
	width:80px;
}

.borderwin{
background-color:#FFF; border-radius: 2px;box-shadow: 1px 1px 50px rgba(0,0,0,.3);
	
}
.identyimg{
width:30px;
height:30px;
border-radius: 50%;	
	
}


.nickname{
	display:inline-block;
	height:30px;
	
}
.shipnameul{
	 background-color: rgba(255, 255, 255, 0.5);
}
 .shipnameul li{
 margin-top:5px;
 padding-left:10px;
 color:blue;
 }  
 
 .selectli{
 
 background-color: #ebebeb;
   
    cursor: pointer;
 }
 
 
 .indentyname{
 
 margin-left:-200px;
 z-index:1001;
 }
 
 .indentyul{
 position:absolute;
 top:60px;
 left:110px;
  background-color:#FFF;
 
 }
 
 .shipinfora{
text-decoration:underline;
color:#f44336;
 
 }
 
 .wechattip{
    background: #fff;
    text-align: center;
    font-size: 16px;
   line-height:40px;
    margin-top: 0;
    border-top: 1px solid;
}
 }