@CHARSET "UTF-8";
*{
    margin:0;
    padding:0;
    font-family: "微软雅黑", "Helvetica", "sans-serif","Arial" !important;
}
a{
    text-decoration:none;
}
ul{
    list-style:none;
}
::selection {
    background-color: #4ed860;
    color: #ffffff;
}

::-moz-selection {
    color: #ffffff;
    background-color: #4ed860;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.headerContent{
    width:100%;
    height:70px;

}
.headerContent iframe{
    border:none;
    width:100%;
    height:100%;
}

.banner{
    width:100%;
    height:720px;
    background-image: url(../imgFolder/banner.jpg);
    background-repeat:no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    overflow: hidden;
    position: relative;
}
.bannerList{
    max-width:1200px;
    margin: 130px auto 60px auto;
    text-align: center;
}
.mainInput.bannerList{
	margin: 60px auto 60px auto;
}
.bannerList .subtitle{
    font-size:24px;
    color: #ffffff;
    position: relative;
    letter-spacing: 60px;
    white-space: nowrap;
    text-shadow: 0 2px 5px rgba(0,0,0,0.8);
}
.bannerList p{
	width:444px;
	overflow:hidden;
	margin:0 auto;
}
.bannerInput .pageTitle{
	margin-top:50px;
}
.bannerList.subtitle{
    max-width: 1300px;
    text-align: center;
}
.bannerList.subtitle:after{
    content: '';
    display: block;
    clear: both;
}
.bannerList li{
    float: left;
    color: #ffffff;
    font-size: 20px;
    padding:0 15px;
    overflow: hidden;
}
.bannerList li:before{
    content: '';
    width:18px;
    height:18px;
    border-radius:9px;
    border:2px solid #40ccf6;
    display: inline-block;
    box-sizing: border-box;
    margin-right:12px;
    vertical-align: middle;
}
.bannerList .bannerInput{
    width:626px;
    height:50px;
    margin: 0 auto;
}
.bannerList .bannerInput input[type=text]{
    width:540px;
    height:50px;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
    border: none;
    text-indent:10px;
    outline: none;
    float: left;
    font-size:20px;
}
.bannerList .bannerInput input[type=button]{
    width:80px;
    height:50px;
    border:none;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    float: left;
    outline: none;
    background-color: #64c800;
    cursor: pointer;
    background-image: url(../imgFolder/searchicon.png);
    background-repeat:no-repeat;
    background-position: center center;
}
.bannerList p.inputTips{
    font-size: 14px;
    color: #ffffff;
    text-align: right;
    line-height: 20px;
    clear:both;
    text-shadow: 0 2px 5px #171717;
    width:626px;
    margin:5px auto 0 auto;
}
.bannerList.qrCode{
    position: absolute;
    left: calc(50% - 600px);
    margin: 0;
    width:120px;
    height:120px;
}
.bannerList.qrCode img{
    width:120px;
    height:120px;
}
.bannerList.bannerTips{
    max-width:100%;
    width:100%;
    height:120px;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    bottom:0;
    margin:0;
}
.bannerTips .bannerFn{
    max-width: 1200px;
    height:100%;
    margin: 0 auto;
}
.bannerFn .bannerIcon{
    display: block;
    float: left;
    padding: 0 30px;
    height:48px;
    margin-top:36px;
    cursor: pointer;
}
.bannerIcon .bannerIconPic{
    float: left;
    margin-right: 5px;
}
.bannerIcon .bannerIconText{
    float: left;
    text-align: left;
}
.bannerIcon .bannerIconText span{
    display: block;
    color: #ffffff;
    line-height:25px;
}
.bannerIcon .bannerIconText.Active span{
    color: #40ccf6;
}
.column{
    max-width:1200px;
    margin:0 auto;
}
.column:after{
    content: '';
    clear: both;
    display: block;
}
.columnHeader{
    width:100%;
    height:70px;
    padding:30px 0;
    background-repeat:no-repeat;
    background-position: 0 30px;
    text-indent:10px;
}
.dataAdvantage .columnHeader{
    background-image: url(../imgFolder/titleBgD.png);
}
.columnHeader h1{
    font-weight: normal;
    font-size:24px;
    line-height:42px;
}
.columnHeader h3{
    font-weight: normal;
    font-size:16px;
    color:#999;
}
.dataContent{
    width:100%;
    height:556px;
    overflow: hidden;
}
.dataContent:after{
    content: '';
    clear: both;
    display: block;
}
.dataContent .Introduction{
    width:290px;
    height:536px;
    background-image: url(../imgFolder/dataColumnBg.png);
    padding:20px;
    box-sizing: border-box;
}
.dataContent .Introduction>div{
    margin:15px 0;
}
.dataContent .Introduction>div p,.dataContent .Introduction>div h3,.dataContent .Introduction>div a{
    color: #ffffff;
}
.dataContent .Introduction>div:nth-child(3){
    margin: 40px 0;
}
.dataContent .Introduction>div:nth-child(3) p{
    text-indent:28px;
    font-size:14px;
    line-height:21px;
}
.dataContent .Introduction>div a{
    font-weight:bold;
    cursor: pointer;
}
.dataContent .DataListCon{
    width:calc(100% - 290px);
    padding:0 20px;
    box-sizing: border-box;
}
.dataContent .DataListCon:after{
    content: '';
    clear: both;
    display: block;
}
.dataContent .DataListCon>div{
    width:calc(33% - 20px);
    float: left;
    height:258px;
    margin: 0 10px 20px 10px;
    box-sizing: border-box;
    padding:10px;
    border:1px solid #959595;
    overflow: hidden;
}
.dataContent .DataListCon .dataList>div:last-child p{
	font-size:14px;
}
.dataContent .DataListCon .dataList.Active{
    background-color: #40ccf6;
    border:none;
}
.dataContent .DataListCon .dataList.Active h3,.dataContent .DataListCon .dataList.Active p{
    color: #ffffff;
}
.dataContent .DataListCon .dataList>div{
    margin:15px 0;
}
.parag{
	color:#555;
}
.noonReportText{
	padding:0 40px;
	box-sizing:border-box;
}
.dataContent .DataListCon .dataList>div h3{
    line-height: 30px;
}
.column.FeaturesFn{
    max-width: 100%;
}
.FeaturesFn .columnHeader{
    background-image: url(../imgFolder/titleBgC.png);
    max-width: 1200px;
    margin: 0 auto;
}
.FeaturesFn .FeaturesFnBg{
    width:100%;
    background-color: #faf5f6;
}
.FeaturesFn .FeaturesFnBg .FeaturesFnContent{
    max-width: 1200px;
    margin:0 auto;
}
.FeaturesFn .FeaturesFnBg .FeaturesFnContent.BLMShipingOuter{
	height:500px;
	overflow:hidden;
}
.FeaturesFn .FeaturesFnBg .FeaturesFnContent .BLMShipingInner{
	
	width:1200px;
	height:500px;
	position:relative;
	background-repeat:no-repeat;
}
.BLMShipingInner>div:first-child{
	width:500px;
	height:100%;
	float:left;
}
.BLMShipingInner>div:last-child{
	width:700px;
	height:100%;
	float:right;
}
.FeaturesFn .FeaturesFnBg .FeaturesFnContent .BLMShipingInner>div:first-child img{
	width:80%;
	height:auto;
	margin-top:90px;
}
.BLMShipingInner>div>div img.planPortImg{
}
.BLMShipingInner>div h4{
	height:60px;
	line-height:60px;
	font-size:20px;
	font-weight:normal;
	color:#002258;
	text-align:center;
}
.BLMShipingInner>div>div{
	width:50%;
	height:calc(100% - 40px);
	float:left;
	text-align:center;
}
.BLMShipingInner>div>div p{
	font-size:14px;
	text-align:left;
    width: 100%;
    box-sizing:border-box;
    text-align: justify;
}
.BLMShipingInner>div>div p:first-child{
	font-weight:bold;
}
.BLMShipingInner>div>div img{
	display:block;
	margin:0 auto 20px auto;
	
}
.BLMShipingInner>div>div a{
	display:block;
	margin:0 auto;
	width:120px;
	height:40px;
	background-color:#92d050;
	color:#fff;
	line-height:40px;
	border-radius:5px;
}
.BLMShipingInner>div>div a:hover{
	background-color:#76b237;
}
.FeaturesFn .FeaturesFnBg .FeaturesFnContent .BLMShipingInner>div>img{
	width:100%;
	height:130px;
}
.FeaturesFn .FeaturesFnBg .FeaturesFnContent .BLMShipingInner>div>p{
	width:100%;
}
.FeaturesFn .FeaturesFnBg .FeaturesFnContent:after{
    content: '';
    display: block;
    clear: both;
}
.FeaturesFnContent>div{
}
.FeaturesFnContent>.fl{
    background-image: url(../imgFolder/aissprire.png);
    -webkit-background-size:cover;
    background-size:cover;
    position: relative;
}
.FeaturesFnContent>.fl .AIS{
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.FeaturesFnContent>.fl .AIS p{
    font-weight: 700;
    line-height:30px;
}
.FeaturesFnContent>.fr{
    background-image: url(../imgFolder/fleetonebg.png);
    -webkit-background-size:cover;
    background-size:cover;
}
.FeaturesFnContent>.fr .fleetOne{
    width:537px;
    height:294px;
    background-color: #fff;
    margin: 53px 21px;
    border-bottom:4px solid #40ccf6;
    box-sizing: border-box;
    background-image: url(../imgFolder/fleetone.png);
    background-position: 310px 120px;
    background-repeat:no-repeat;
    padding: 20px;
}
.fleetOne .fleetOneTitle h3{
    color: #40ccf6;
    line-height:30px;
}
.fleetOne .fleetOneText:after{
    content: '';
    display: block;
    clear: both;
}
.fleetOne .fleetOneText{
    width:270px;
    margin: 50px 0;
}
.fleetOne .fleetOneText .fl p{
    line-height:30px;
}
.fleetOne .fleetOneText .fr span{
    display: block;
    margin:50px 0;
    width: 120px;
    text-indent:50px;
    background-image: url(../imgFolder/arrowright.png);
    background-repeat:no-repeat;
}
.FeaturesFn .FeaturesFnBg.FeaturesFn02{
   	background-color:#deebf7;
    height:500px;
	background-image:url(../imgFolder/planingTraj.png);
	background-size:cover;
	background-position:center;
}
.FeaturesFn02>div .fl{
    width:317px;
    height:368px;
    background-image: url(../imgFolder/trajectoryshow.png);
    background-repeat:no-repeat;
    position: relative;
    margin:66px 0;
}
.FeaturesFn02>div .fl div{
    background-color: #40ccf6;
    width:100%;
    height:40px;
    background-image: url(../imgFolder/arrowrightlong.png);
    background-position: center center;
    background-repeat:no-repeat;
    position: absolute;
    bottom: 0;
}
.FeaturesFn02>div .fr{
    width:calc(100% - 317px);
    height:290px;
    background-color: #fff;
    background-image: none;
    margin:104px 0;
    box-shadow: 0 10px 20px rgba(100,100,100,.3);
}
.FeaturesFn02>div .fr>div{
    margin:35px 0;
    padding-left:30px;
}
.FeaturesFn02>div .fr>div p{
    line-height:30px;
    color: #666666;
}
.FeaturesFn02>div .fr>div a{
    width:100px;
    height:40px;
    display: block;
    border-radius:5px;
    background-color: #40ccf6;
    text-align: center;
    line-height:40px;
    font-size:14px;
    color: #ffffff;
    cursor: pointer;
}
.FeaturesFn02>div .fr>div a:hover{
    background-color: #3ebce6;
}
.spireModule{
	max-width:1200px;
	height:400px;
	background-image:url(../imgFolder/Redocn.png);
	background-repeat:no-repeat;
	background-position:right top;
	background-size:auto 400px;
}
.spireModule div{
	width:600px;
	padding-top:30px;
}
.spireModule div img{
	margin:0 auto;
	display:block;
}
.spireModule div .space{
	letter-spacing: 5px;
	font-size:18px;
	color:#000;
	height:30px;
	line-height:30px;
}
.spireModule p{
	width:100%;
	height:21px;
	line-height:21px;
	text-indent:2em;
	font-size:14px;
	text-align:center;
	color:#999;
}

.column.Warming .columnHeader{
    background-image: url(../imgFolder/titleBgW.png);
}
.column.Warming .WarmingContent .WarmingList{
    width:50%;
    height:216px;
}
.column.Warming .WarmingContent:after{
    content: '';
    display: block;
    clear: both;
}
.column.Warming .WarmingContent .WarmingList:after{
    content: '';
    display: block;
    clear: both;
}
.column.Warming .WarmingContent .WarmingList>div{
    width:50%;
    height:216px;
    box-sizing: border-box;
    overflow: hidden;
}
.column.Warming .WarmingContent .WarmingList>div img{
	width:100%;
	height:100%;
}
.column.Warming .WarmingContent .WarmingList .WarmingText{
    padding: 20px;
    background-color: #f3f2f2;
}
.column.Warming .WarmingContent .WarmingList .WarmingText.Active{
    background-color: #3ebce6;
}
.WarmingText.Active h2,.WarmingText.Active h4,.WarmingText.Active p{
    color: #ffffff;
}
.WarmingText h2{
    font-size:18px;
    font-weight:500;
    text-align: center;
    line-height:30px;
}
.WarmingText h4{
    font-size: 16px;
    text-align: center;
    font-weight:500;
    color: #666;
    line-height:30px;
}
.WarmingText p{
    font-size:14px;
    color: #999;
    margin-top:30px;
    line-height:20px;
}
.column.custom{
    position: relative;
}
.customArrowLeft{
    left:-50px;
}
.userArrow{
    position: absolute;
    bottom:65px;
    width:48px;
    height:90px;
    background-color: #64c800;
    line-height:90px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}
.customArrowRight{
    right:-50px;
}
.column.custom .columnHeader{
    background-image: url(../imgFolder/titleBgC.png);
}
 .column.custom .hideScroll{
     width:100%;
     height:220px;
     overflow: hidden;
 }
.column.custom .customContent{
    position: relative;
    overflow-x: auto;
    width:1220px;
}

.customContent .customContainer{
    width:2400px;
    height:220px;
    transition: 500ms ease-in-out;
}

/**常规浏览器**/
.customContent .customContainer .customList{
    width:240px;
    height:110px;
    position: relative;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;/*建立一个3d的空间*/
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.customList:hover div:first-child{
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -ms-transform:none;
    transform:none\0;
    z-index: 1;
}
.customList:hover div:last-child{
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0);
    z-index: 2;
} 
.customList>div{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition:1s;
    cursor: pointer;
    z-index: 1;
}
.customList .customImg{
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0);
    z-index: 2;
    background-color: #fff;
}
/***IE和Edge调用的属性***/
.customContent .customContainer .customList.sbMicrosoft{
    width:240px;
    height:110px;
    position: relative;
}
.customList.sbMicrosoft:hover div:first-child{
    transform:none;
}
.customList.sbMicrosoft:hover div:last-child{
    transform: none;
} 
.customList.sbMicrosoft>div{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    cursor: pointer;
    transform:none;
}
.customList.sbMicrosoft .customImg{
    z-index: 2;
    background-color: #fff;
    transform:none;
}





.customList .customImg>div{
    width:120px;
    height:70px;
    background-image: url(../img/indexicon/userlogoSprite.png);
    background-repeat:no-repeat;
    margin:20px auto 0 auto;
}
.customList .customName{
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-color: #d8eaf9;
    text-align: center;
}
.customList .customName p{
    color: #0573dc;
    font-size: 20px;
}
.customList .customName p{
    line-height:110px;
}
.customList:nth-child(1) .customImg div{
    background-position: 0 0;
}
.customList:nth-child(2) .customImg div{
    background-position: -127px 0;
}
.customList:nth-child(3) .customImg div{
    background-position: -259px 0;
}
.customList:nth-child(4) .customImg div{
     background-position: -388px 0;
}
.customList:nth-child(5) .customImg div{
     background-position: -522px 0;
}
.customList:nth-child(6) .customImg div{
    background-position: 0 -80px;
}
.customList:nth-child(7) .customImg div{
    background-position: -131px -80px;
}
.customList:nth-child(8) .customImg div{
    background-position: -260px -80px;
}
.customList:nth-child(9) .customImg div{
    background-position: -390px -80px;
}
.customList:nth-child(10) .customImg div{
    background-position: -522px -80px;
}
.customList:nth-child(11) .customImg div{
    background-position: -8px -160px;
}
.customList:nth-child(12) .customImg div{
    background-position: -130px -160px;
}
.customList:nth-child(13) .customImg div{
    background-position: -260px -160px;
}
.customList:nth-child(14) .customImg div{
    background-position: -390px -160px;
}
.customList:nth-child(15) .customImg div{
    background-position: -520px -160px;
}
.customList:nth-child(16) .customImg div{
    background-position: 0 -240px;
}
.customList:nth-child(17) .customImg div{
    background-position: -130px -240px;
}
.customList:nth-child(18) .customImg div{
    background-position: -260px -240px;
}
.customList:nth-child(19) .customImg div{
    background-position: -390px -240px;
}
.customList:nth-child(20) .customImg div{
    background-position: -520px -240px;
}
.customList:nth-child(21) .customImg div{
    background-position: 0 -320px;
}
.customList:nth-child(22) .customImg div{
    background-position: -130px -320px;
}
.customList:nth-child(23) .customImg div{
    background-position: -260px -320px;
}
.customList:nth-child(24) .customImg div{
    background-position: -520px -320px;
}

/*Footer样式列表*/
.footerFrame{
    width:100%;
    height:90px;
    overflow: hidden;
    margin-top:50px;
}
.footerFrame iframe{
    width:100%;
    height:100%;
    border: none;
}
.copyRight{
    width:100%;
    height:70px;
    background-color: #c9c9c9;
}
.copyRight p{
    text-align: center;
    line-height:70px;
    font-size:14px;
}
/*用户页面样式列表*/
.userBg{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background-color:rgba(0,0,0,0.5);
}
.userBgCenter{
    
}
.userBgCenter:after{
    content: '';
    display: block;
    clear: both;
}
.ship-Logo{
    float: left;
    width:507px;
    height:481px;
    background-image: url(../imgFolder/countbgship.png);
    background-position: center;
    background-size:cover;
    background-repeat:no-repeat;
}
/*登录*/
.userBg .login{
    width:420px;
    padding:10px;
    box-sizing: border-box;
    margin:0 auto;
    background-color:#fff;
    border-radius:14px;
    box-shadow: 0 0 31px rgba(0,0,0,0.2);
    min-height:350px;
}
.userBg .login.changePwd{
    min-height: 360px;
}
.userBg .login.RecoverPwd .loginList{
    min-height: 120px;
}
.userBg .login.RecoverPwd{
    min-height: 220px;
}
.userBg .login>h1{
	width:100%;
	height:40px;
	text-align:center;
    font-size:24px;
    font-weight:normal;
    line-height:40px;
}
.userBg .login .loginList{
    width:100%;
    min-height: 220px;
    box-sizing: border-box;
}
.LoginEnPadding input[type=button]{
}
.LoginEnPadding.LoginPaddingEn{
	
}
.DialogRregisterLogin{
	width:100%;
	height:30px;
	line-height:30px;
	text-align:right;
}
.DialogRregisterLogin a{
	cursor:pointer;
	font-size:14px;
	color:#999;
}
.userBg .login .loginList .username_box{
    width:100%;
    height:40px;
    padding: 10px 30px;
}
.userBg .login .loginList .username_box.modifypassword_email{
    width:100%;
    height:40px;
    padding: 10px 30px;
}
.userBg .login .loginList .username_box span{
    display: block;
    float: left;
    width:40px;
    height:40px;
    text-align: left;
    margin-right:10px;
}
.userBg .login .loginList .username_box span img{
    margin-top: 5px;
}
.userBg .login .loginList .username_box input{
    display: block;
    float: left;
    width:290px;
    height:40px;
    border-radius: 14px;
    border:1px solid #a0a0a0;
    outline: none;
    text-indent:5px;
}
.userBg .login .loginList .username_box.modifypassword_email input{
    width: 265px;
}
.userBg .login.loginContainer.RecoverPwd .loginList .registerList div input{
    border: none;
}
.userBg .login .loginList .username_box.modifypassword_email label{
    color: #FF0000;
    line-height:40px;
    display: block;
    float: left;
    width:20px;
    text-align: center;
}
.userBg .login .loginList .username_box.modifypassword_email.registerList input[type=text]{
    border: none;
}
.userBg .login .loginList .username_box.modifypassword_email.registerList div{
    display: block;
    float: left;
    width: 265px;
    border-radius: 14px;
    border: 1px solid #a0a0a0;
    outline: none;
    text-indent: 5px;
    height: 40px;
    position: relative;
}
.userBg .login.loginPart .loginList .username_box.modifypassword_email.registerList div{
    width: 290px;
}
.userBg .login .loginList .username_box.modifypassword_email.registerList div img {
    width:140px;
    height:40px;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    cursor: pointer;
}
.userBg .login .loginList .modifypassword_email.registerAgreement{
    width:100%;
    height:40px;
    text-align: center;
    line-height:40px;
}
.userBg .login .loginList .modifypassword_email.registerAgreement input[type=checkbox]{
    width:15px;
    height:15px;
    vertical-align:middle;
}
.userBg .login .loginList .modifypassword_email.registerAgreement a{
    vertical-align:middle;
    color:#000000;
    font-size: 14px;
    color:#999;
}
.userBg .login .loginList .username_box.modifypassword_email.registerList input[type=button]{
    width:140px;
    height:40px;
    border: none;
    background-color: #ccc;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    cursor: pointer;
}
.userBg .login .loginList .username_box.modifypassword_email #ref{
    width: 320px;
    height: 220px;
    position: absolute;
    right: 115px;
    bottom: 0;
    display: none;
    border: 1px solid rgb(204, 204, 204);
    background-color: #fff;
    padding:15px;
    box-sizing: border-box;
}
.userBg .login .loginList .username_box.modifypassword_email #ref div span{
    width:100%;
    display: block;
    height:auto;
    text-align: left;
    margin-top:15px;
}
.userBg .login .loginList .username_box input.yzm_input{
    width: 290px;
    margin-right:10px;
}
.userBg .login .loginList .username_box input.yzm_button{
    width: 100px;
    border: none;
    background-color: #64c800;
    color: #ffffff;
    cursor: pointer;
}
.userBg .login .loginList .username_box input.yzm_button:hover{
    background-color: #58b000;

}
 .userBg .login .loginList .operation_password{
     width: 100%;
     height:30px;
     padding: 0 30px;
     box-sizing: border-box;
     line-height:30px;
 }
.userBg .login .loginList .operation_password .remmbername_box{
    float: left;
}
.userBg .login .loginList .operation_password .remmbername_box span{
    font-size:14px;
    color:#999;
}
.userBg .login .loginList .operation_password .forget_name_box{
    float: right;
    width:290px;
}
.userBg .login .loginList .operation_password .forget_name_box.enStyles{
	width:100%;
}
.userBg .login .loginList .operation_password .forget_name_box.enStyles a{
	font-size:12px;
	color:#07f;
}
.userBg .login .loginList .operation_password .forget_name_box a{
    color: #999;
    font-size:14px;
    margin:0 3px;
    cursor:pointer;
}
.userBg .login .loginList .operation_password .forget_name_box a:last-child{

}
.userBg .login .loginList .namesubmitrow3{
    width:100%;
    height:40px;
    padding: 0 30px;
    box-sizing: border-box;
    margin:10px 0;
}
.userBg .login .loginList .namesubmitrow3.modifypassword_btn_box{
    margin-bottom:15px;
}
 .userBg .login.changePwd .loginList .namesubmitrow3.modifypassword_btn_box{
     margin-bottom:0;
 }
.userBg .login .loginList .namesubmitrow3 input[type=button],.userBg .login .loginList .namesubmitrow3 input[type=submit]{
    width:290px;
    height:40px;
    background-color: #64c800;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    line-height:40px;
    border-radius:5px;
    border:none;
    display: block;
    cursor: pointer;
    float:right;
}
.userBg .login .loginList .namesubmitrow3 input[type=button]:hover{
    background-color: #58b000;
}
.userBg .login .loginList .namesubmitrow3 input[type=submit]:hover{
    background-color: #58b000;

}
.userBg .login .loginNav{
    width:240px;
    height:60px;
    margin-left:110px;
}
.userBg .login .loginNav>div{
    float: right;
    width:120px;
    height: 60px;
    cursor: pointer;
}
.userBg .login .loginNav>div:first-child{
    float: left;
}
.userBg .login .loginNav>div span{
    display: block;
    margin: 0 auto;
    height:25px;
    width:25px;
    background-repeat:no-repeat;
    background-position: center;
    background-size:25px;
    float:left;
}
.userBg .login .loginNav>div#wechatclick span{
    background-image: url(../imgFolder/loginwechat.png);
}
.userBg .login .loginNav>div#wechatclick:hover span{
    background-image: url(../imgFolder/loginwechatgreen.png);
}
.userBg .login .loginNav>div#wechatclick:hover a{
    color: #64c800;
}
.userBg .login .loginNav>div#mobileclick span{
    background-image: url(../imgFolder/loginmobile.png);
}
.userBg .login .loginNav>div#mobileclick:hover span{
    background-image: url(../imgFolder/loginmobilegreen.png);
}
.userBg .login .loginNav>div#mobileclick:hover a{
    color: #64c800;
}
.userBg .login .loginNav>div#nameclick span{
    background-image: url(../imgFolder/loginusernamegrey.png);
}
.userBg .login .loginNav>div#nameclick:hover span{
    background-image: url(../imgFolder/loginusername.png);
}
.userBg .login .loginNav>div#nameclick:hover a{
    color: #64c800;
}
.userBg .login .loginNav>div a{
    display: block;
    height:25px;
    line-height:25px;
    text-align: center;
    font-size:14px;
    float:left;
    margin-left:3px;
    color:#999;
}

/*海图页面样式列表*/
.widget{
	position:absolute;
	z-index:1;
}
.shipstopform.widget{
	left:0px;
	top:30px;
	margin:0;
}
.shipstopform.widget>select{
	display:none;
}
.shipstopform.widget>div{
	margin:0;
}
.shipstopform.widget>div>form>input{
	height:40px;
	border-radius:0;
	border:none;
	display:block;
	float:left;
}
.shipstopform.widget>div>form{
	box-shadow: 0px 3px 20px rgba(0,0,0,0.3);
	position:relative;
}
.shipstopform.widget>div>form:after{
	content:'';
	display:block;
	clear:both;
}
.shipstopform.widget>div>form>input[type=text]{
	width:378px;
}
.shipstopform.widget>div>form .clearShipDialog{
	width:20px;
	height:20px;
	position:absolute;
	top:10px;
	right:55px;
	display:none;
	background-image:url(../imgFolder/cloeseshipdialog.png);
	background-size:cover;
	cursor:pointer;
}
.shipstopform.widget>div>form>input[type=submit]{
	width:50px;
	background-color:#64c800;
	background-image:url(../imgFolder/indexSprite.png);
	background-position: -180px -330px;
    background-repeat: no-repeat;
    background-size: 900px;
}

.avatar.widget{
	right:10px;
	top:30px;
}
.avatar.widget>button{
	width:40px;
	height:40px;
	background-image:url(../imgFolder/indexSprite.png);
	background-repeat:no-repeat;
	background-position: -48px -436px;
	background-color:#fff;
	float:left;
	border-radius:20px;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.3);
    background-size: 900px 900px;
}

.toolControls.widget{
	right:60px;
	top:30px;
	width:360px;
	height:40px;
	background-color:#fff;
	box-shadow: 0px 3px 20px rgba(0,0,0,0.3);
	display:-webkit-flex;
	display:-moz-flex;
	display:-o-flex;
	display:-ms-flex;
	display:flex;
	justify-content:space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;

}
.toolControls.widget>li{
	float:left;
	padding:0 9px;
	cursor:pointer;
	box-sizing:border-box;
}
.toolControls.widget>li:first-child{
	margin-left:0;
}
.toolControls.widget>li:last-child{
	margin-right:0;
}
.toolControls.widget>li span{
	display:block;
	height:20px;
	background-repeat:no-repeat;
	float:left;
	margin-top:10px;
	margin-right:2px;
	width:26px;
	background-image:url(../imgFolder/indexSprite.png);
}
.toolControls.widget>li.hover a{
	color:#41ccf6
}
.toolControls.widget>li.active{
	background-color:#41ccf6;
}
.toolControls.widget>li.active a{
	color:#fff;
}
.toolControls.widget>li:nth-child(1) span{
	background-position:0 0;
}
.toolControls.widget>li:nth-child(1).hover span{
	background-position:-30px 0;
}
.toolControls.widget>li:nth-child(1).active span{
	background-position:-60px 0;
}
.toolControls.widget>li:nth-child(2) span{
	background-position:-90px 0;
}
.toolControls.widget>li:nth-child(2).hover span{
	background-position:-120px 0;
}
.toolControls.widget>li:nth-child(2).active span{
	background-position:-150px 0;
}
.toolControls.widget>li:nth-child(3) span{
	background-position:-180px 0;
}
.toolControls.widget>li:nth-child(3).hover span{
	background-position:-210px 0;
}
.toolControls.widget>li:nth-child(3).active span{
	background-position:-240px 0;
}
.toolControls.widget>li:nth-child(4) span{
	background-position:0 -30px;
}
.toolControls.widget>li:nth-child(4).hover span{
	background-position:-30px -30px;
}
.toolControls.widget>li:nth-child(4).active span{
	background-position:-60px -30px;
}
.toolControls.widget>li a{
	height:40px;
	line-height:40px;
	display:block;
	float:left;
	font-size:12px;
	cursor:pointer;
	font-famliy:"微软雅黑";
	
}
.toolControls.widget>li a:hover{
	text-decoration:none;
}
.weather.widget{
	right:60px;
	top:75px;
	width:360px;
	height:148px;
	background-color:#fff;
	box-shadow: 0px 3px 20px rgba(0,0,0,0.3);
	display:none;
}
.weather.widget .weatherController{
	width:100%;
	height:90px;
	border-bottom:1px dashed #ccc;
	margin-bottom:7px;
}
.weather.widget .weatherController iframe{
	width:100%;
	height:100%;
	
}
.weather.widget .weatherControllerList{
	width:100%;
	padding-left:10px;
	box-sizing:border-box;
	height:30px;
}
.weather.widget .weatherControllerList:after{
	content:'';
	display:block;
	clear:both;
}
.weather.widget .weatherControllerList>div{
	width:82px;
	float:left;
	height:25px;
	line-height:25px;
	margin-right:3px;
}
.weather.widget .weatherControllerList>div.frog{
	width:70px;
}
.weather.widget .weatherControllerList>div.frog label span{
	width:30px;
}

.weather.widget .weatherControllerList>div>input[type=checkbox]{
	display:block;
	float:left;
	margin-top:7px;
}
.weather.widget .weatherControllerList>div>label>span{
	display:block;
	float:left;
	width:25px;
	height:25px;
	background-repeat:no-repeat;
	margin:0 1px;
	width:40px;
	
}
.weather.widget .weatherControllerList>div>label>span:first-child{
	width: 20px;
    height: 20px;
    margin-top: 5px;
    background-image:url(../imgFolder/indexSprite.png);
}
.weather.widget .weatherControllerList>div.frog>label>span:first-child{
	background-position:0 -550px;
}
.weather.widget .weatherControllerList>div.warming>label>span:first-child{
	background-position:-30px -550px;
}
.weather.widget .weatherControllerList>div.typhoon>label>span:first-child{
	background-position:-60px -550px;
}
.weather.widget .weatherControllerList>div.typhoon>input[type=button]{
	height:25px;
	background-color:#00adef;
	border:none;
	color:#fff;
	cursor:pointer;
	line-height:25px;
	padding:0 3px;
	border-radius:3px;
}
.weather.widget .weatherControllerList>div.typhoon>input[type=button]:hover{
	background-color:#009bd9;
}

.dialogContent.widget{
	width:420px;
	height:300px;
	background-color:#fff;
	right:70px;
	top:75px;
	display:none;
	z-index:101;
}
.dialogContent.widget iframe{
	width:100%;
	height:100%;
	border:none;
}
.MapServesTips{
	width:100%;
	height:20px;
	background-color:#fff;
	overflow:hidden;
	padding-left:5px;
	padding-right:5px;
	box-sizing:border-box;
}
.MapServesTips div:first-child{
	float:left;
}
.MapServesTips div:last-child{
	float:right;
}
.MapServesTips div:last-child:after{
	content:'';
	display:block;
	clear:both;
}
.MapServesTips div:last-child>div{
	float:left;
	margin:0 5px;
}
.MapServesTips div:last-child>div:last-child{
	margin-right:0;
}
.MapServesTips div:last-child>div img{
	margin:2px 3px;
}
.MapServesTips a{
	font-size:12px;
	line-height:20px;
	display:block;
	float:left;
	text-decoration:none;
	cursor:pointer;
}
.MapServesTips a:hover{
	color:#000;
}
.MapServesTips span{
	display:block;
	float:left;
	width:1px !important;
	height:14px;
	background-color:#000;
	margin:3px 10px;
	border:none;
}
.showLayer.widget{
	right:60px;
	top:75px;
	width:360px;
	background-color:#fff;
	box-shadow: 0px 3px 20px rgba(0,0,0,0.3);
	display:none;
}
.widgetTitle{
	width:100%;
	height:40px;
	background-color:#41ccf6;
	box-shadow:0 2px 5px rgba(0,0,0,0.2);
    font-size: 16px;
    line-height: 40px;
    text-indent: 5px;
    color: #fff;
}
.widgetTitle p span,.widgetTitle p a{
	font-size:14px;
	display:block;
	height:25px;
	float:left;
	line-height:25px;
	color:#fff;
	text-indent:10px;
}
.widgetTitle p a{
	float:right;
	margin-right:5px;
	font-family:'微软雅黑';
	width:80px;
	text-align:center;
	text-indent:0;
}
.widgetTitle p a.fl{
	
	height:25px;
	background-color:#70AD47;
	border-radius:3px;
	border:1px solid #507E32;
}
.widgetTitle img{
	display:block;
	float:right;
	margin:10px 10px 0 0;
	cursor:pointer;
}
.widgetTitle img#shipWidgetFlag{
	cursor:unset;
}
.showLayer .mapList{
	width:calc(100% - 10px);
	padding:10px 0;
	margin: 0 auto;
	box-sizing:border-box;
	overflow:hidden;
	border-bottom:1px dashed #dcdcdc;
}
.showLayer .mapList.trajLayer.enStyles>div{
	width:100%;
}
.showLayer .mapList.greenPoint{
	padding:5px 0;
}
.showLayer .mapList.greenPoint>div:nth-child(2){
	padding:0;
	line-height:30px;
	float:left;
	width:80px;
}
.showLayer .mapList.greenPoint>div:nth-child(3){
	padding:0;
	line-height:30px;
	float:right;
	width:180px;
}
.showLayer .mapList.greenPoint>div img{
	width:15px;
	height:15px;
}
.showLayer .mapList.greenPoint div input[type=button]{
    width: unset;
    height: 25px;
    background-color: #00adef;
    border: none;
    color: #fff;
    cursor: pointer;
    line-height: 25px;
    float:right;
    margin: 0 5px 0 5px;
    border-radius:3px;
}
.showLayer .mapList.trajLayer{
	display:none;
}

.showLayer .mapList.trajLayer>.radiolist{
	width:50%;
	height:30px;
	float:left;
	overflow:hidden;
}
.showLayer .mapList:after{
	content:'';
	diaplsy:block;
	clear:both;
}
.showLayer .mapList>div{
	width:175px;
	float:left;
	height:30px;
	box-sizing: border-box;
    padding-top: 9px;
    position:relative;
    
}
.showLayer .mapList>div:first-child{
	width:80px;
	float:left;
}
.showLayer .mapList.mapLayer>div.radiolist{
	width:calc(20% - 5px);
	float:left;
	height:40px;
    position:relative;
    margin-right:5px;
    cursor:pointer;
    
}
.showLayer .mapList.mapLayer.enStyles>div.radiolist{
	width:calc(25% - 5px);
	height:50px;
}
.showLayer .mapList.mapLayer>div.radiolist>img{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	margin:0;
	z-index:1;
}
.showLayer .mapList.mapLayer>div.radiolist>span{
	position:absolute;
	bottom:2px;
	display:block;
	height:20px;
	z-index:2;
	width:100%;
	left:0;
	text-align:center;
	line-height:20px;
	background-color:rgba(255,255,255,0.5)
}
.showLayer .mapList.mapLayer>div.radiolist input[type=radio]{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	opacity: 0;
	z-index:3;
	top:0;
	left:0;
	cursor:pointer;
}
.showLayer .mapList.Incident>div{
	width:33%;
	padding:0;
	line-height:30px;
}
.showLayer .mapList.Incident>div.checklist{
	width:34%;
}
.showLayer .mapList.Incident>div.checklist.oceanWeather{
	width:35%;
	float:left;
}
.showLayer .mapList.Incident>div>img{
	width:15px;
	height:15px;
}
.showLayer .mapList.Incident>div span.tooldropdownicon{
	display:inline-block;
	width:20px;
	height:20px;
	background-image:url(../imgFolder/indexSprite.png);
	background-repeat:no-repeat;
	vertical-align:middle;
}
.showLayer .mapList.Incident>div:nth-child(1) span.tooldropdownicon{
	background-position:-240px -30px;
}
.showLayer .mapList.Incident>div:nth-child(2) span.tooldropdownicon{
	background-position:0 -60px;
}
.showLayer .mapList.Incident>div:nth-child(3) span.tooldropdownicon{
	background-position:-30px -60px;
}
.showLayer .mapList.Incident>div:nth-child(4) span.tooldropdownicon{
	background-position:-57px -60px;
}
.showLayer .mapList.Incident>div:nth-child(5) span.tooldropdownicon{
	background-position:-207px -30px;
}
.showLayer .mapList.Incident>div:nth-child(6) span.tooldropdownicon{
	background-position:-88px -60px;
}
.showLayer .mapList.Incident>div:nth-child(7) span.tooldropdownicon{
	background-position:-120px -60px;
}
.showLayer .mapList.Incident>div:nth-child(8) span.tooldropdownicon{
	background-position:-150px -60px;
}
.showLayer .mapList.Incident>div:nth-child(9) span.tooldropdownicon{
	background-position:-180px -60px;
}
.showLayer .mapList.trajLayer>div>img{
	margin:0;
}
.showLayer .mapList.assist>div>img{
	margin:0;
}
.showLayer .mapList.assist{
	border:none;
}

.showToos.widget{
	right:60px;
	top:75px;
	width:360px;
	background-color:#fff;
	box-shadow: 0px 3px 20px rgba(0,0,0,0.3);
	display:none;
	padding:3px;
	box-sizing:border-box;
} 
.showToos.widget .toolsList{
	width:calc(100% - 10px);
	margin:0 auto;
	box-sizing:border-box;
}
.showToos.widget .toolsList:after{
	display:block;
	clear:both;
	content:'';
}
.showToos.widget .toolsList:last-child{
	border:none;
}
.showToos.widget .toolsList>div,.showToos.widget .toolsList>a{
	width:33%;
	float:left;
	height:30px;
	border-radius:10px;
	cursor:pointer;
    padding-left: 10px;
    box-sizing: border-box;
}
.imgBlank{
	display:block;
	float:left;
	margin:5px 5px 0 0;
	height:20px;
	width:20px;
	background-repeat: no-repeat;
    background-image:url(../imgFolder/toolsIcon.png);
}
#point_tag .imgBlank{
	background-position: 0 0;
}
#point_tag:hover .imgBlank{
	background-position: -30px 0;
}
#point_tag.active .imgBlank{
	background-position: -30px 0;
}
#line_tag .imgBlank{
	background-position: -60px 0;
}
#line_tag:hover .imgBlank{
	background-position: -90px 0;
}
#line_tag.active .imgBlank{
	background-position: -90px 0;
}
#zone_draw .imgBlank{
	background-position: -120px 0;
}
#zone_draw:hover .imgBlank{
	background-position: -150px 0;
}
#zone_draw.active .imgBlank{
	background-position: -150px 0;
}
#mileage .imgBlank{
	background-position: 0 -30px;
}
#mileage:hover .imgBlank{
	background-position: -30px -30px;
}
#mileage.active .imgBlank{
	background-position: -30px -30px;
}
#proportion .imgBlank{
	background-position: -60px -30px;
}
#proportion:hover .imgBlank{
	background-position: -90px -30px;
}
#proportion.active .imgBlank{
	background-position: -90px -30px;
}
#trajectorymap .imgBlank{
	background-position: -120px -30px;
}
#trajectorymap:hover .imgBlank{
	background-position: -150px -30px;
}
#trajectorymap.active .imgBlank{
	background-position: -150px -30px;
}
.showToos.widget .toolsList>div:hover{
	background-color:#41ccf6;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.showToos.widget .toolsList>a:hover{
	background-color:#41ccf6;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.showToos.widget .toolsList>div:hover div{
	color:#fff;
}
.showToos.widget .toolsList>a:hover span{
	color:#fff;
}

.showToos.widget .toolsList>div>img,.showToos.widget .toolsList>a>img{
	
}
.showToos.widget .toolsList>div>div,.showToos.widget .toolsList>a>span{
	display:block;
	float:left;
	line-height:30px;
	text-decoration:none;
}
.moreFn.widget{
	right:60px;
	top:75px;
	width:360px;
	display:none;
}
.moreFn.widget .BusinessFunction{
	padding:5px;
	width:100%;
	box-sizing:border-box;
	background-color:#fff;
}
.moreFn.widget .BusinessFunction:after{
	content:'';
	display:block;
	clear:both;
}
.moreFn.widget .BusinessFunction .BusinessFunctionCon{

	width:unset;
    margin-right:10px;
	height:30px;
	float:left;
}
.moreFn.widget .BusinessFunction .BusinessFunctionCon .FnBtn{

	width:100%;
	height:30px;
	border-radius:6px;
	box-sizing:border-box;
	text-indent:5px;
	cursor:pointer;
	padding:0 3px;
}
.moreFn.widget .BusinessFunction .BusinessFunctionCon .FnBtn>img{
	width:20px;
	height:20px;
}
.moreFn.widget .BusinessFunction .BusinessFunctionCon .FnBtn.active{
	background-color:#41ccf6;
	box-shadow: 0px 3px 20px rgba(0,0,0,0.3);
}
.moreFn.widget .BusinessFunction .BusinessFunctionCon .FnBtn a{
	line-height:30px;
	text-decoration:none;
    color: #484848;
}
.moreFn.widget .BusinessMapLayer{
	padding:5px;
	width:100%;
	box-sizing:border-box;
	background-color:#fff;
	margin-top:3px;
	display:none;
}
.moreFn.widget .BusinessMapLayer:after{
	content:'';
	display:block;
	clear:both;
}
.moreFn.widget .BusinessMapLayer>div{
	width:50%;
	float:left;
	height:15px;
	margin:7px 0;
	padding-left:10px;
	box-sizing:border-box;
}
.moreFn.widget .BusinessMapLayer>div>input[type=checkbox]{
	margin:0 10px;
}
.moreFn.widget .FnController{
	width:100%;
	height:320px;
	padding:15px;
	box-sizing:border-box;
	background-color:#fff;
	margin-top:3px;
}
.moreFn.widget .FnController iframe{
	width:100%;
	height:100%;
	boxder:none;
}
.userKit.widget{
	right:12px;
	top:82px;
	width:368px;
	max-height: calc(100% - 165px);
	min-height: 155px;
	height: 155px;
	box-shadow: 0px 6px 12px rgba(0,0,0,0.3);
	background-color:#fff;
	z-index:101;
	display:none;
}
.pullUserKit.widget{
	width:0;
	height:0;
	right:21px;
	top:75px;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	border-top:7px solid #40ccf6;
}
.userKit.widget .widgetTitle{
	height:40px;
}
.userKit.widget .widgetTitle>div{
	width:70px;
	height:40px;
	float:left;
	line-height:40px;
}
/* .userKit.widget .widgetTitle>div:first-child{
	width:150px;
	height:60px;
	margin:0 10px;
} */
.userKit.widget .widgetTitle>div:first-child img{
	width:48px;
	height:48px;
	margin:6px;
}
.userKit.widget .widgetTitle>div:first-child{
	width:calc(100% - 150px);
	height:40px;
	padding:5px 0;
	box-sizing:border-box;
}
.userKit.widget .widgetTitle>div:last-child{
	width:150px;
	height:60px;
	padding:5px 0;
	box-sizing:border-box;
}
.userKit.widget .widgetTitle>div:last-child:after{
	content:'';
	display:block;
	clear:both;
}
.userKit.widget .widgetTitle>div p{
	width:100%;
	height:30px;
}
.userKit.widget .widgetTitle>div p span{
	line-height:30px;
	font-size:12px;
	color:#c0ecfa;
	height:30px;
}
.userKit.widget .widgetTitle>div p .userName{
	line-height:30px;
	width:100%;
	height:30px;
	text-align:left;
	margin:0;
	padding:0;
	text-indent:10px;
}
.userKit.widget .widgetTitle>div p .userName span{
	color:#fff;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    /* color: #000; */
    display: inline-block;
    font-weight:bold;
}
.userKit.widget .userKitList{
	width:100%;
	min-height:35px;
	box-sizing:border-box;
	overflow:hidden;
	border-bottom:1px solid #dcdcdc;
	margin:0 auto;
	background-size:cover;
	background-color:#ccc;
}
/*
.userKitList.userMyFleet{
	background-image:url(../imgFolder/fleetTabBg.png);
}
.userKitList.userMyArea{
	background-image:url(../imgFolder/AreaTabBg.png);
}*/
.userKit.widget .userQuit{
	width:calc(100% - 20px);
	margin:0 auto;
	height:30px;
	
}
.userKit.widget .userQuit a{
	float:right;
	line-height:30px;
}
.userKit.widget .userKitList .userkitCover{
	width:50%;
	height:35px;
	line-height:35px;
	/* margin:15px 0; */
	float:left;
	text-align:center;
	cursor:pointer;
	position:relative;
}
.userkitCover>span.redPoint{
	width:16px;
	height:16px;
	position:absolute;
    right: 35px;
    top: 4px;
	border-radius:8px;
	background-color:#f00;
	color:#fff;
	line-height:16px;
	text-align:center;
	display:none;
}
.currentTab{
	background-color:#fff;
}
.userKit.widget .userKitList .userkitCover img{
	width:20px;
}
.userKit.widget .userKitList .userkitCover:after{
	display:block;
	content:'';
	clear:both;
}
.userKit.widget .userKitList .userkitCover a{
	line-height:30px;
	width:calc(100% - 40px);
	height:30px;
	cursor:pointer;
    font-family: "微软雅黑";
}
.userKit.widget .userKitList .userkitCover a:hover{
	text-decoration:none;
	color:#212121;
}
.userKit.widget .userKitList .userkitCover .fr{
	margin-top:6px;
}
.userKit.widget .userKitFrame{
	width:100%;
	height:calc(100% - 105px);
}
/*船舶弹窗*/
.shipwidget.widget{
	left:15px;
	top:155px;
	width:378px;
	min-height:210px;
	box-shadow: 0px 6px 12px rgba(0,0,0,0.3);
	background-color:#fff;
	z-index:101;
	overflow:hidden;
	display:none;
}
.shipwidget.widget .widgetTitle{
	cursor:move;
	user-select: none;
}
.shipwidget.widget .widgetTitle #shipWidgetName{
	float:left;
	max-width:280px;
	display:block;
	height:40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right:3px; 
}
.shipwidget.widget .widgetTitle #shipWidgetFlag{
	float:left;
    margin: 10px 0px 0 10px;
}
.shipwidget.widget .widgetTitle .clearShipWidget{
	float:right;
}
.shipWidgetScroll{
	overflow-y:auto;
	padding:0 5px;
	box-sizing:border-box;
	width:378px;
	min-height:170px;
}
.shipWidgetScroll>div,.shipWidgetScroll>section{
	width:calc(100% - 10px);
}
.shipwidget.widget .shipDetailDialogTop{
	padding:5px 0;
	height:50px;
}
.shipwidget.widget .shipDetailDialogTop .shipDetailDialogTopText{
	width:100%;
}
.shipDetailDialog .DialogHangci .DialogViewTrack .ViewTrackLine{
	width:85px;
	height:3px;
	background-color:#2894ff;
	position:relative;
}
.shipDetailDialog .DialogHangci .DialogViewTrack .ViewTrackLine:after{
	content:'';
	width:0;
	height:0;
	position:absolute;
	top:-3px;
	right:-3px;
	border-top:4px solid transparent;
	border-bottom:4px solid transparent;
	border-left:8px solid #2894ff;
}
.shipwidget.widget .shipDetailDialog{
	height:auto;
	width:100%;
	
}
.shipwidget.widget .DialogBtn{
	border-bottom:1px dashed #ccc;
	height:unset;
}
.shipwidget.widget .DialogBtn:after{
	display:block;
	content:'';
	clear:both;
}
.shipwidget.widget .DialogBtn .btnList{
	width:25%;
	float:left;
	text-align:center;
}
.shipwidget.widget .DialogBtn form{
	width:25%;
	float:left;
	height:100%;
}
.shipwidget.widget .DialogBtn form button{
	
}
.shipDetailDialog .DialogBtn .btnList img{
	margin:5px 5px 0 0;
	
}
.shipDetailDialog .DialogBtn .btnList .shipIngoBtn{
	color:#000;
	line-height:40px;
	background:none;
	cursor:pointer;
}
.shipwidget.widget .briefTips{
	width:100%;
	height:30px;
	line-height:30px;
	overflow:hidden;
}
.shipwidget.widget .briefTips>div:first-child{
	float:left;
    text-indent: 12px;
}
.shipwidget.widget .briefTips>div:last-child{
	float:right;
}
.shipwidget.widget .briefTips>div:last-child button,.shipwidget.widget .briefTips>div:last-child input[type=button]{
	background-color:#22ac38;
	margin-top:5px;
}
.shipwidget.widget .showMoreAISInfo{
	display:block;
	width:calc(100% - 10px);
	height:20px;
	cursor:pointer;
	text-align:center;
}
.shipInfoHidePart{
	display:none;
}
.shipwidget.widget .showMoreAISInfo a{
	line-height:30px;
	
}
.shipwidget.widget .showMoreAISInfo a:hover{
	text-decoration:none;
	color:#000;
}
.shipwidget.widget .showMoreAISInfo img{
	width:14px;
	margin-left:5px;
	margin-top:5px;
}
.shipwidget.widget .shipDetaildialogBottom{
	height:auto;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	padding:2px 0;
} 
.shipwidget.widget .shipDetaildialogBottom .DialogBottomcolumn1{
	background:none;
	padding: 0 10px;
    box-sizing: border-box;
    background-color:#d0e0f2;
}
.DialogBottomcolumn2,.DialogBottomcolumn3{
	padding: 0 10px;
    box-sizing: border-box;
    
}
.DialogBottomcolumn3{
	background-color:#d0e0f2;
}
.shipwidget.widget .shipDetailDialogTopImg{
	width:calc(100% - 10px) !important;
	float:none;
	padding:2px 0;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	height:auto;
}
.shipwidget.widget .shipDetailDialogTopImg>div{
	height:70px;
}
.shipwidget.widget .shipDetailDialogTopImg #photoa{
	width:348px;
	height:70px;
	overflow:hidden;
}
.shipwidget.widget .shipDetailDialogTopImg #photoa div.photoaOuter{
	width:100%;
	height:90px;
}
.shipwidget.widget .shipDetailDialogTopImg #photoa div.photoaInner{
	width:100%;
	height:70px;
}
.shipwidget.widget .shipDetailDialogTopImg #lefta,.shipwidget.widget .shipDetailDialogTopImg #righta{
	display:none;
}
#photoa img{
 width:70px;
 height:70px;
 margin:0 3px;
 cursor:pointer;
}
.shipwidget.widget .shipDetailDialogTopImg>div{
	width:100%;
	height:70px;
}
.shipwidget.widget .shipDetailDialogTopImg>div>p{
	width:calc(100% - 10px);
	height:100%;
	position:relative;
	overflow:hidden;
}
.shipwidget.widget .shipDetailDialogTopImg>div>p .photoa{
	left:20px;
}
.shipwidget.widget #shipinfo_tab2{
	width:cacl(100% -10px);
	position:relative;
	padding:2px 0;
	border-bottom:1px dashed #ccc;
}
.shipwidget.widget #shipinfo_tab2 iframe{
	height:310px;
}
.shipwidget.widget .shipWidgetScroll>div:after{
	content:'';
	display:block;
	clear:both;
}
.shipwidget.widget .shipWidgetScroll>div>h1,.shipwidget.widget .shipWidgetScroll>section>h1{
	width:100%;
	height:30px;
	line-height:30px;
	font-weight:noraml;
	font-size:14px;
	color:#000;
	font-family:'微软雅黑';
	cursor:pointer;
}
.shipwidget.widget .shipWidgetScroll>div>h1 img,.shipwidget.widget .shipWidgetScroll>section>h1 img{
	float:right;
    margin: 10px 5px 0 0;
}
.shipInfoNav:before{
	content:'';
	display:block;
	width:20px;
	height:20px;
	float:left;
	margin: 7px 10px 0 0;
	background-image:url(../imgFolder/indexSprite.png);
}
.shipInfoNav.aisInfoModule:before{
	background-position:0 -580px;
}
.shipInfoNav.weatherifrm:before{
	background-position:-30px -580px;
}
.shipInfoNav.analysisvariance:before{
	background-position:-60px -580px;
}
.shipInfoNav.arriveAndStop:before{
	background-position:-90px -580px;
}
.shipInfoNav.trajectoryandcourse:before{
	background-position:-120px -580px;
}
.shipInfoNav.estimatetraj:before{
	background-position:-150px -580px;
}
.shipInfoNav.AvoidTyphoon:before{
	background-position:-180px -580px;
}
.shipInfoNav.shipPicture:before{
	background-position:-210px -580px;
}
.shipwidget.widget #shipinfo_tab3{
	width:calc(100% - 10px);
	position:relative;
	padding:2px 0;
	border-bottom:1px dashed #ccc;
}
.shipwidget.widget #shipinfo_tab3 iframe{
	height:195px;
}
.shipwidget.widget #shipinfo_tab4{
	width:calc(100% - 10px);
	max-height:240px;
	position:relative;
	padding:2px 0;
	border-bottom:1px dashed #ccc;
}
.shipwidget.widget #shipinfo_tab4 iframe{
	height:210px;
}
.shipwidget.widget #shipinfo_tab5{
	width:calc(100% - 10px);
	max-height:340px;
	position:relative;
	padding:2px 0;
	border-bottom: 1px dashed #ccc;
}
.shipwidget.widget #shipinfo_tab8{
	width:calc(100% - 10px);
	max-height:240px;
	position:relative;
	padding:2px 0;
}
.shipwidget.widget #shipinfo_tab8 iframe{
	width:100%;
	height:210px;
}
.shipwidget.widget #shipinfo_tab6{
	width:calc(100% - 10px);
	position:relative;
	padding:2px 0;
	border-bottom:1px dashed #ccc;
}
.shipwidget.widget #shipinfo_tab6 iframe{
	height:240px;
}
.shipwidget.widget #shipinfo_tab5 iframe{
	height:350px;
}
.location.widget{
	width:28px;
	height:28px;
	border-radius:4px;
	right:10px;
	bottom:155px;
	background-image:url(../imgFolder/indexSprite.png);
	cursor:pointer;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:-56px -236px;
}
.locationHover:before{
	content:'经纬度定位';
	position:absolute;
	bottom:0;
	right:40px;
	background-color:rgba(0,0,0,0.4);
	color:#fff;
	width:80px;
	height:28px;
	line-height:28px;
	text-align:center;
	border-radius:5px;
}
.locationHoverEn:before{
	content:'Locate Lat/Lon on the map';
	position:absolute;
	bottom:0;
	right:40px;
	background-color:rgba(0,0,0,0.4);
	color:#fff;
	width:200px;
	height:28px;
	line-height:28px;
	text-align:center;
	border-radius:5px;
}
.locationHover:after{
	content:'';
	width:0;
	height:0;
	position:absolute;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	border-left:6px solid rgba(0,0,0,0.4);
	bottom:6px;
	right:34px;
}
.locationHoverEn:after{
	content:'';
	width:0;
	height:0;
	position:absolute;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	border-left:6px solid rgba(0,0,0,0.4);
	bottom:6px;
	right:34px;
}
.MapLocationDialog{
	height:70px;
	border:none;
	margin-top:-30px;
}
.zoomInHover{
	position:relative;
}
.zoomInHoverEn{
	position:relative;
}
.zoomInHover:before{
	content:'放大';
	position:absolute;
	bottom:0;
	right:40px;
	background-color:rgba(0,0,0,0.4);
	color:#fff;
	width:50px;
	height:28px;
	line-height:28px;
	text-align:center;
	border-radius:5px;
	font-size:12px;
	font-weight:normal;
}
.zoomInHoverEn:before{
	content:'Zoom in';
	position:absolute;
	bottom:0;
	right:40px;
	background-color:rgba(0,0,0,0.4);
	color:#fff;
	width:60px;
	height:28px;
	line-height:28px;
	text-align:center;
	border-radius:5px;
	font-size:12px;
	font-weight:normal;
}
.zoomInHover:after{
	content:'';
	width:0;
	height:0;
	position:absolute;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	border-left:6px solid rgba(0,0,0,0.4);
	bottom:6px;
	right:34px;
}
.zoomInHoverEn:after{
	content:'';
	width:0;
	height:0;
	position:absolute;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	border-left:6px solid rgba(0,0,0,0.4);
	bottom:6px;
	right:34px;
}
.zoomOutHover{
	position:relative;
}
.zoomOutHoverEn{
	position:relative;
}
.zoomOutHover:before{
	content:'缩小';
	position:absolute;
	bottom:0;
	right:40px;
	background-color:rgba(0,0,0,0.4);
	color:#fff;
	width:50px;
	height:28px;
	line-height:28px;
	text-align:center;
	border-radius:5px;
	font-size:12px;
	font-weight:normal;
}
.zoomOutHoverEn:before{
	content:'Zoom out';
	position:absolute;
	bottom:0;
	right:40px;
	background-color:rgba(0,0,0,0.4);
	color:#fff;
	width:80px;
	height:28px;
	line-height:28px;
	text-align:center;
	border-radius:5px;
	font-size:12px;
	font-weight:normal;
}
.zoomOutHover:after{
	content:'';
	width:0;
	height:0;
	position:absolute;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	border-left:6px solid rgba(0,0,0,0.4);
	bottom:6px;
	right:34px;
}
.zoomOutHoverEn:after{
	content:'';
	width:0;
	height:0;
	position:absolute;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	border-left:6px solid rgba(0,0,0,0.4);
	bottom:6px;
	right:34px;
}
.fullScreen.widget{
	width:28px;
	height:28px;
	border-radius:4px;
	right:10px;
	bottom:190px;
	background-image:url(../imgFolder/indexSprite.png);
	cursor:pointer;
	background-position:-116px -206px;
	background-color:#fff;
}
.fullScreen.fullScreenHover:before{
	content:'全屏';
	position:absolute;
	bottom:0;
	right:40px;
	background-color:rgba(0,0,0,0.4);
	color:#fff;
	width:50px;
	height:28px;
	line-height:28px;
	text-align:center;
	border-radius:5px;
	font-size:12px;
	font-weight:normal;
}
.fullScreen.fullScreenExit:before{
	content:'退出全屏';
	position:absolute;
	bottom:0;
	right:40px;
	background-color:rgba(0,0,0,0.4);
	color:#fff;
	width:60px;
	height:28px;
	line-height:28px;
	text-align:center;
	border-radius:5px;
	font-size:12px;
	font-weight:normal;
}
.fullScreen.fullScreenHoverEn:before{
	content:'Full screen';
	position:absolute;
	bottom:0;
	right:40px;
	background-color:rgba(0,0,0,0.4);
	color:#fff;
	width:70px;
	height:28px;
	line-height:28px;
	text-align:center;
	border-radius:5px;
	font-size:12px;
	font-weight:normal;
}
.fullScreen.fullScreenExitEn:before{
	content:'Exit full screen';
	position:absolute;
	bottom:0;
	right:40px;
	background-color:rgba(0,0,0,0.4);
	color:#fff;
	width:100px;
	height:28px;
	line-height:28px;
	text-align:center;
	border-radius:5px;
	font-size:12px;
	font-weight:normal;
}
.fullScreenHover:after,.fullScreenHoverEn:after,.fullScreenExit:after,.fullScreenExitEn:after{
	content:'';
	width:0;
	height:0;
	position:absolute;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	border-left:6px solid rgba(0,0,0,0.4);
	bottom:6px;
	right:34px;
}
/***搜索返回多个结果***/
.searchFeedBack.widget{
	width:378px;
	max-height:500px;
	background-color: #fff;
    left: 15px;
    top: 75px;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.3);
    z-index:101;
    display:none;
}
.searchFeedBack.widget iframe{
	width:100%;
	height:calc(100% - 40px);
	border:none;
}
.goBackToSearchResult.widget,.goBackToShipCon.widget,.goBackToShipFliter.widget{
	width:378px;
	height:30px;
	left: 15px;
    top: 75px;
    background-color: #fff;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.3);
    z-index:101;
    display:none;
}
.goBackToShipFliter.widget{
	
}
.goBackToSearchResult.widget a,.goBackToShipCon.widget a,.goBackToShipFliter.widget a{
	display:block;
	width:100%;
	height:100%;
	line-height:30px;
	text-indent:10px;
	cursor:pointer;
	font-family:"微软雅黑";
	
}

.goBackToSearchResult.widget a:hover{
	text-decoration:none;
	color:#000;
}
.goBackToShipCon.widget a:hover{
	text-decoration:none;
	color:#000;
}
.goBackToShipFliter.widget a:hover{
	text-decoration:none;
	color:#000;
}
/*****点击船舶弹窗轨迹按钮*****/
.trajectoryOperate.widget{
	width:378px;
	height:185px;
	left: 15px;
    top: 75px;
    background-color: #fff;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.3);
    z-index:101;
    display:none;
}
.trajectoryOperate.widget .trajectorydiv{
	width:100%;
	padding:0 10px;
	box-sizing:border-box;
}
.trajectoryOperate.widget .trajectorydiv>div{
	width:100%;
	min-height:20px;
	margin:5px 0;
}
.trajectoryOperate.widget .trajectorydiv>div.trajectoryTimeselect{
	border-bottom:1px solid #ccc;
	padding:10px 0;
}
.trajectoryOperate.widget .trajectorydiv>div>button{
	width:70px;
	height:25px;
	background-color:#53d668;
    margin: 0 10px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    font-family: "微软雅黑";
}
.trajectoryOperate.widget .trajectorydiv.enStyles>div>button{
	width:unset;
	margin:0 5px;
	padding:0 8px;
}
.trajectoryOperate.widget .trajectorydiv>div>button:first-child{
	margin-left:0;
}
.trajectoryOperate.widget .trajectorydiv>div>button:last-child{
	margin-right:0;
}
.trajectoryOperate.widget .trajectorydiv>div span{
	line-height:20px;
	width:60px;
}
.trajectoryOperate.widget .trajectorydiv>div span.fl{
	font-weight:bold;
}
.trajectoryOperate.widget .trajectorydiv>div.fl{
	width:250px;
}
.trajectoryOperate.widget .trajectorydiv>div.fl>div{
	margin:5px 0;
}
.trajectoryOperate.widget .trajectorydiv>div.fr{
	width:80px;
}
.trajectoryOperate.widget .trajectorydiv>div.fr>input[type=button]{
	width:80px;
	height:25px;
	margin-top:10px;
	border:none;
	background-color: #00adef;
}
.trajectoryOperate.widget .trajectorydiv>div>div>input[type=text]{
	width:170px;
	height:22px;
	border:1px solid #7396a8;
}
/*****登录*******/
.loginFrame{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	z-index:110;
}
.loginFrame iframe{
	width:100%;
	height:100%;
	border:none;
}
.stopInfoState{
	width:100%;
	height:20px;
	position:relative;
}
.stopInfoState p#stopinfo{
	width:100%;
	height:20px;
	line-height:20px;
}
.stopInfoState input[type=button]{
	position:absolute;
	right:0;
	top:0;
	background-color: #22ac38;
	height:20px;
	color:#fff;
	padding: 0 3px;
    border-radius: 3px;
    cursor:pointer;
}
.userCenterAddOperate{
	width:100%;
	height:27px;
	line-height:27px;
	box-sizing:border-box;
}
.userCenterAddOperate>div:first-child{
	float:right;
	padding-left:5px;
}
.userCenterAddOperate>div:last-child{
	float:right;
	
}
.userCenterAddOperate>div>span,.userCenterAddOperate>div>a{
	font-size:14px;
	font-family:"微软雅黑";
	cursor:pointer;
	vertical-align:middle;
	text-decoration:none;
	padding-right:5px;
}
.addShipFrame{
	width:100%;
	height:270px;
	margin-top:-30px;
}
.addShipFrame.enStyles{
	height:170px;
}
.recentvisit{
	width:378px;
	max-height:372px;
	background-color:#fff;
	position:absolute;
	top:166px;
	left:15px;
	z-index:1;
	box-sizing:border-box;
	
}
.recentvisit p{
	display:block;
	width:100%;
	text-indent:10px;
	height:30px;
	line-height:30px;
	font-family:"微软雅黑";
	cursor:pointer;
	border-bottom:1px dashed #ddd;
}
.recentvisit p a{
    float: left;
    text-indent:10px;
    display:block;
    width:calc(100% - 30px);
    height:100%;
    text-decoration:none;
}
.recentvisit p span{
    float: right;
    margin-right: 10px;
    width:20px;
    height:100%;
    color:#ccc;
}
.recentvisit p.recentListTitle{
    background-color: #e1e1e1;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    cursor: unset;
}
.recentvisit p:last-child{
	border:none;
}
.recentvisit p:hover{
	text-decoration:none;
	background-color:#e0e0e0;
}
.typhoonHistoryDialog.widget{
    width: 360px;
    height: 500px;
    background-color: #fff;
    left: calc(100% - 410px);
    top: 225px;
   
    display: none;
    z-index: 101;
}
.typhoonHistoryDialog.widget iframe{
	width:100%;
	height:calc(100% - 40px);
	border:none;
}
.typhoonHistoryDialog.widget .widgetTitle{
	cursor:move;
	user-select: none;
}
.typhoonHistoryDialog.widget .widgetTitle a:hover{
	text-decoration:none;
	color:#fff;
}
/**港口天气弹窗**/
.portDialog.widget{
    width:378px;
    height: 480px;
    background-color: #fff;
    left: 30px;
    top: 75px;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.3);
    display: none;
    z-index: 101;
}
.portDialog.widget .widgetTitle h3{
    font-size: 15px;
    font-family: "Microsoft YaHei";
    /* color: #000; */
    display: inline-block;
    font-weight:bold;
}
.portDialog.widget iframe{
	width:100%;
	height:calc(100% - 40px);
	border:none;
	padding:0 5px;
	box-sizing:border-box;
}
/** 服务商弹窗**/
.merchantDialog.widget{
    width: 378px;
    height: 355px;
    background-color: #fff;
    left: 30px;
    top: 175px;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.3);
/**    display: none;*/
    z-index: 101;
}
.merchantDialog.widget .widgetTitle{
	cursor:move;
}
.merchantDialog.widget .widgetTitle h3{
    font-size: 15px;
    font-family: "Microsoft YaHei";
    /* color: #000; */
    display: inline-block;
    font-weight:bold;
}
.merchantDialog.widget iframe{
    width:100%;
     /*height:calc(100% - 40px); */
     height:100%;
    border:none;
    box-sizing:border-box;
}
.fillSearchTips{
	width:378px;
	position:absolute;
	left:15px;
	top:75px;
	background-color:#fff;
	z-index: 1;
	max-height: 310px;
	overflow-y:auto;
	overflow-x:hidden;
}
.fillSearchTips a{
	width:378px;
	height:30px;
	line-height:30px;
	text-indent:10px;
	cursor:pointer;
	font-size:12px;
	color:#666;
	font-family:"微软雅黑";
	border-bottom:1px dashed #ddd;
	display:block;
	text-decoration:none;
}
.fillSearchTips a:last-child{
	border:none;
}
.fillSearchTips a:hover{
	background-color:#eee;
}
.fillSearchTips a.fillSuggessListtitle{
	background-color:#e1e1e1;
	font-size:14px;
	color:#000;
	font-weight:bold;
    cursor: unset;
}
.fillSearchTips a.fillSuggessListtitle:hover{
	background-color:#e1e1e1;
}
.transformGroupBtn{
	width: 120px;
	height: 25px;
	margin:10px auto;
	padding: 6px 8px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	line-height: 1;
	letter-spacing: 2px;
	font-family:'微软雅黑';
	width: auto;
	overflow: visible;
	color: #333;
	border: solid 1px #999;
	border-radius: 5px;
	background: #DDD;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD');
	background: linear-gradient(top, #FFF, #DDD);
	background: -moz-linear-gradient(top, #FFF, #DDD);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#DDD));
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0 -1px 0 rgba(0, 0, 0, .09);
	-moz-transition: -moz-box-shadow linear .2s;
	-webkit-transition: -webkit-box-shadow linear .2s;
	transition: box-shadow linear .2s;
	font-size:12px;
	margin:0 5px;
}
#shipalertformbygroup{
	width:250px;
	margin-top:-30px;
	text-align:center;
}
#shipalertformbygroup div{
	width:100%;
	height:30px;
	margin:5px 0;
}
#shipalertformbygroup div span{
	font-size: 12px;
    display: inline-block;
    width: 60px;
    text-align: right;
    height: 30px;
    line-height: 30px;
}
#shipalertformbygroup.enStyles div span{
	width:80px;
	
}
#shipalertformbygroup div select{
    width: 160px;
    height: 30px;
    border: 1px solid #7396a8;
    text-indent: 5px;
    margin: 0;
}
#shipalertformbygroup div input[type=text]{
	width: 158px;
    height: 28px;
    border: 1px solid #7396a8;
    text-indent: 5px;
    margin: 0;
}
#shipalertformbygroup input[type=submit]{
   	background-color: #22ac38;
    cursor: pointer;
    width: 60px;
    margin:10px 5px 0 0;
    height: 26px;
    border-radius:4px;
    font-family:"微软雅黑";
}
.trajListDialog.widget{
	left:400px;
	top:172px;
	width:289px;
	display:none;
	box-shadow: 0px 6px 12px rgba(0,0,0,0.3);
	background-color:#fff;
}
.trajListDialog.widget .widgetTitle{
	box-shadow:unset;
	cursor:move;
    user-select: none;
}
.trajListDialog.widget .widgetTitle h3{
	max-width:299px;
	float:left;
    font-size: 16px;
}
.trajListDialog.widget .widgetTitle img{
	float:right;
}
.trajListDialog.widget .trajListContent{
	width:100%;
}
.trajListForDialog{
	width:100%;
	box-sizing:border-box;
	height:25px;
	line-height:25px;
	padding:0 10px;
}
.trajListForDialog>div{
	width:100%;
	height:100%;
}
.trajListForDialog>div>div{
	width:170px;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.trajListForDialog>div>input,.trajListForDialog>div>img{
	float:right;
	margin-top:5px;
	cursor:pointer;
	margin-left:3px;
	width:18px;
}
.indexCountInfo{
	display:none;
}
.indexCountLog{
	display:none;
}
.shipDetailDialog .DialogBtn .btnList .shipIngoBtn.coscoFleetBtn{
	height:20px;
	line-height:20px;
	float:right;
}
.shipDetailDialog .DialogBtn .btnList .shipIngoBtn.coscoFleetBtn:last-child{
	margin-top:-7px;
    border-top: 1px dashed #ccc;
}
.WeatherLegend{
	width:100%;
	background-color:#fff;
	overflow:hidden;
	border-top:1px dashed #ccc;
	display:none;
}
.WeatherLegend .column{
	width:100%;
	box-sizing:border-box;
	padding:0 10px;
	margin:5px 0;
}
.WeatherLegend .column .iconTitle{
	width:100%;
	height:20px;
	line-height:20px;
	font-size:12px;
	color:#333;
	font-weight:bold;
}
.controlWeatherLegend{
	width:100%;
	height:15px;
	text-align:center;
	background-color:#fff;
}
.controlWeatherLegend img{
	cursor:pointer;
}
.shipInfoUpdateImg{
	display:inline-block;
	width:70px;
	height:70px;
	margin:0 3px;
	position:relative;
	overflow:hidden;
}
#photoa .shipInfoUpdateImg img,.shipInfoUpdateImg input[type=file]{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;
	z-index:1;
	margin:0;
}
.shipInfoUpdateImg input[type=file]{
	z-index:2;
    opacity: 0;
    cursor:pointer;
}
.shipInfoUpdateImg button{
	width:100%;
	height:20px;
	background-color:#ff0000;
	position:absolute;
	leat:0;
	top:0;
	z-index:2;
}
.greenPointToShip.widget{
	width: 180px;
    height: 40px;
    background-color: rgba(255,255,255,0.5);
    top:calc(50vh - 20px);
	left:calc(50% - 90px);
    z-index: 101;
    border:1px solid #ccc;
    border-radius:4px;
    line-height:40px;
    text-align:center;
    display:none;
}
.greenPointToShip.widget a{
	color:#407af0;
}
.greenPointToShip.widget a:hover{
	text-decoration:none;
	cursor:pointer;
}
.NoticeCount.widget{
	width:20px;
	height:20px;
	background-color:#ff0000;
	color:#fff;
	border-radius:10px;
	right:15px;
	top:25px;
	z-index:102;
	text-align:center;
	line-height:20px;
	display:none;
}
/**服务商入口按钮**/
.merchantDialogEntrance.widget{
	right:414px;
	top:30px;
	width:75px;
	height:40px;
	box-shadow: 0px 6px 12px rgba(0,0,0,0.3);
	background-color:#fff;
	box-sizing:border-box;
	padding:0 5px;
	cursor:pointer;
}
.merchantDialogEntrance.widget span{
    display: block;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin-top: 10px;
    margin-right: 2px;
    width: 26px;
    background-image:url(../imgFolder/merchantEntranceIcon.png);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}
.merchantDialogEntrance.widget a{
	height: 40px;
    line-height: 40px;
    display: block;
    float: left;
    font-size: 12px;
    cursor: pointer;
    color:#000;
    text-decoration:none;
}
.merchantDialogEntrance:hover span{
	background-image:url(../imgFolder/merchantEntranceIconActive.png);
}
.merchantDialogEntrance:hover a{
	color:#00adef;
}
.merchantDialogEntrance.active{
	background-color:#41ccf6;
}
.merchantDialogEntrance.active span{
	background-image:url(../imgFolder/merchantEntranceIconHover.png);
}
.merchantDialogEntrance.active a{
	color:#fff;
}
/**联调注销**/
.logoutFrame.widget,logoutMerchant.widget{
	width:0;
	height:0;
	top:0;
	left:0;
}
/**新功能上线NEW角标**/
.newFnOl{
	position:relative;
}
/*新增样式*/
.recentvisit div{
 background:#fff;
 height:30px;
 line-height:30px;
 width:100%;
 margin-bottom:5px;
 padding-left:10px;
 box-sizing:border-box;
 border-bottom: #f5f5f5 1px solid;;
}
.recentvisit .SerRightText{
    float: right;
    color: #999;
}
.recentvisit .SerHisTit{
   float: left;
    display: inline-block;
    margin: 0 !important;
    color: #333;
}
.recentvisit div a{
    float: left;
    display: inline-block;
    text-indent: 0;
    border-bottom: none;
    padding:0 5px;
    box-sizing:border-box;
    cursor: pointer;
}
.recentvisit div span {
    float: left;
    display: inline-block;
    color: #e0e0e0;
}
.recentvisit div a :after{
    content: "";
    width: 1px;
    height: 20px;
    background: #000;
}
/**英文版样式修改**/
.selectPirateDialog{
	width:340px;
}
.EnShowLogo{
	position:absolute;
	bottom:28px;
	left:15px;
	z-index:10;
	display:none;
}
.EnShowLogo img{
}
.ol-scale-line.enStyles{
	left:140px;
	
}	
#allShipsNumber.enStyles{
	left:320px;
	
}
.shipInfoNav.pilotagePlan {
	border-bottom: 1px dashed #ccc;
}
.shipInfoNav.pilotagePlan:before {
    background-image: url(../imgFolder/pilotagePlan.png);
}
#startinfo span,#stopinfo span{
	color:#0d17a9;
}
.DiscoveryLinks{
	position:absolute;
	bottom:20px;
	left:605px;
	z-index:100;
	border-radius:5px;
	overflow:hidden;
	width:90px;
	height:90px;
	box-shadow: -3px -3px 10px rgba(0,0,0,0.2);
	display:none;
}
.DiscoveryLinks a{
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	display:block;
	background-color:#fff;
}
.wechatQRCodePanel{
	position:absolute;
	right:0;
	bottom:20px;
	z-index:100;
	background-color:#fff;
	border-radius:5px;
	overflow:hidden;
	width:120px;
	height:140px;
    box-shadow: -3px -3px 10px rgba(0,0,0,0.2);
    display:none;
}
.wechatQRCodePanel img{
	width:110px;
	height:110px;
	display:block;
	margin:5px;
}
.wechatQRCodePanel p{
	width:100%;
	height:20px;
	line-height:20px;
	font-size:14px;
	color:#d68f4d;
	text-align:center;
}
.bottomNavCargo{
	position:relative;
}
.bottomNavCargo:after{
	content: "New";
    display: block;
    position: absolute;
    top: -10px;
    right: -12px;
    width: 30px;
    line-height: 12px;
    height: 12px;
    background: #ff0000;
    font-size: 9px;
    color: #fff;
    text-align: center;
    border-radius: 1px;
}
.IndexCopyright{
	position:absolute;
	right:8px;
	height:20px;
	bottom:20px;
	background-color:rgba(0,0,0,0.2);
	z-index:99;
	line-height:20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color:#fff;
    padding: 0 5px;
}
.IndexCopyright a{
	color:#fff;
}
.loadHideDoms{
	display:none;
}
/**展开收起主搜索框收起来**/
.searchInpHide{
	width:15px;
	height:40px;
	float:left;
	background-color:#eee;
	cursor:pointer;
}
.searchInpHide:after{
	content:'';
	border-right: 7px solid #757575;
    border-top: 5.5px solid transparent;
    border-bottom: 5.5px solid transparent;
    display: block;
    height: 0;
    float: left;
    width: 0;
    margin: 15px 0 0 3px;
    
}
.shipstopform{
	display:none;
	
}
.shipstopform.widget>div>form>input[type=text]{
	padding-left:0;
	text-indent:10px;
	transition: .5s;
}
.thirdPartyWebsite{
	width:20px;
	height:20px;
	background-image:url(../imgFolder/indexSprite.png);
	background-repeat:no-repeat;
}
.thirdPartyWebsite:nth-child(1){
	background-position: -30px -207px;
}
.thirdPartyWebsite:nth-child(2){
	background-position:-30px -207px;
}
.thirdPartyWebsite.bottomFaceBookLinks{
	background-position:-60px -207px;
}
.thirdPartyWebsite.bottomTwitterLinks{
	background-position:-90px -207px;
}
.btnList.pscFormCon{
	display:none !important;
}
#btncenter{
	cursor: pointer;
	width:unset;
	padding:0 3px;
	height:20px;
	float:right;
	margin: 10px 0;
	background-color: #22ac38;
}
.cPollingBtn{
	height: 20px;
	cursor: pointer;
	padding: 0 3px;
	background-color: #22ac38;
	color: #fff;
	border-radius: 3px;
	display: none;
}
.cPollingDialogCover.widget{
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	background-color:rgba(0,0,0,0.5);
	display: none;
}
.cPollingDialogCover.widget.active{
	display: block;
}
.cPollingDialog{
	width: 400px;
	height: 224px;
	position: absolute;
	top: calc(50% - 112px);
	left: calc(50% - 200px);
	background-color: #fff;

}
.cPollingDialogTitle{
	width: 100%;
	height: 38px;
	background-color: #4accf4;
	line-height: 38px;
	padding: 0 10px;
	box-sizing: border-box;
}
.cPollingDialogTitle::after{
	content:'';
	display: block;
	clear: both;
}
.cPollingDialogTitle span{
	float: left;
	color: #fff;
}
.cPollingDialogTitle img{
	float: right;
	margin: 8px 0;
	cursor: pointer;
}
.cPollingDialogContent{
	width: 100%;
	height: 186px;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
}
.confirTimesText{
	width: 100%;
	margin: 20px 0;
	line-height: 20px;
}
.confirTimesText>div{
	color: #000;
}
.confirTimesText>p{
	color: #666;
}
.wiatTimesText{
	line-height: 30px;
	color: #4accf4;
	margin: 10px 0;
}
.pollingBtnBox input[type=button]{
	width: 100px;
	height: 32px;
	border: none;
	margin: 0 10px;
	

}
.pollingBtnBox input[type=button].sureToSendPolling{
	background-color: #4accf4;
	color: #fff;
	cursor: pointer;
}
.pollingBtnBox input[type=button].cancelSendPolling{
	background-color: #e4e4e4;
	cursor: pointer;
}
.pollingWithOutLimit{
	width: 100%;
	margin: 30px 0;
}
.checkPollingDeatils{
	width: 100%;
}
.checkPollingDeatils a{
	color: #4accf4;
	text-decoration: underline;
	cursor: pointer
}
.cPollingDialogContent .notimesleft{
	width: 100%;
	margin: 40px 0;
}
.cPollingDialogContent .pollingBtnBox a{
	display: inline-block;
	width: 100px;
	height: 32px;
	margin: 0 10px;
	cursor: pointer;
	line-height: 32px;
	text-decoration: none;
}
.cPollingDialogContent .pollingBtnBox a.BueNow{
	background-color: #4accf4;
	color: #fff;
}
.cPollingDialogContent .pollingBtnBox a.ViewPollingLog{
	background-color: #e4e4e4;
	color: #212121;
}
.cPollingStateNotice{
	height: 38px;
	border: 2px solid #4accf4;
	box-sizing: border-box;
	z-index: 101;
	background-color: #fff;
	top: 31px;
	left: 460px;
	line-height: 38px;
	padding: 0 10px;
	display: none;
}
.cPollingStateNotice.active{
	display: block;
}
.cPollingStateNotice>div{
	display: inline-block;
	height: 100%;
	line-height: 38px;
	vertical-align: top;
}
.cPollingStateNotice>div.cPollingTipsClose{
	margin-left: 20px;
	cursor: pointer;
}
.cPollingStateNotice>div img{
	margin: 7px 0;
}
.cPollingStateNotice>div.cPollingTipsIcon img{
	display: none;
}
.cPollingStateNotice>div.cPollingTipsIcon img.active{
	display: unset;
}
.resendPolling{
	margin-left: 10px;
	color: #003eb2;
	text-decoration: underline;
	cursor: pointer;
}
#shipinfo_destination{
	white-space: nowrap;
    max-width: 120px;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}