*{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
html,body{
	height:100%;
}
body{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.mainContent{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.navList{
	background: rgba(33,51,69,0.7);
    height: 40px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 40px;
    z-index: 10;
    display:none;
    overflow-x:auto;
    overflow-y:hidden;
}
.navList.fe_click{
    display:block;
}
.navList ul{
    position: absolute;
    overflow: hidden;
    width: 1000px;
    left:0px;
    top: 0px;
    height: 40px;
    line-height: 40px;
}
 .navList ul>li{
    float: left;
    list-style: none;
    width: 60px;
    height: 24px;
    line-height: 24px;
    margin-top: 8px;
    border-right: 1px solid #fff;
 }
.navList ul>li a{
    color: #fff;
    display: inline-block;
    width: auto;
    height: 20px;
    text-decoration: none;
    line-height: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;

}
.navList ul>li a.fe_click{
    border-bottom: 2px solid #ef8418;
}
#gongao{
    position: absolute;
    top: 20px;
    width: 82%;
    left: 9%;
    /* margin-left: -131px; */
    background: rgba(0,0,0,0.7);
    border-radius: 50px;
    z-index: 999;
    color: #fff;
}
.textbox{
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
}
.textscrollbox{
    position:absolute;
    left:100%;
    top:0;
    width:auto;
    height:100%;
}
.positionTF{
    position: absolute;
    top: -113px;
    left: 10px;
    z-index: 10;
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    background: url(img/tfBtn.png) no-repeat -4px -4px;

}
.positionTF.fe_click{
    background-position:-157px -4px;
}
.historyTF{
    position: absolute;
    top: -67px;
    left: 10px;
    z-index: 10;
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    background: url(img/tfBtn.png) no-repeat -100px -3px;
}
.historyTF.fe_click{
    background: url(img/tfBtn.png) no-repeat -52px -3px;
}
.tfDetails{
    font-size: 16px;
    text-align: left;
    padding: 10px;
    position: relative;
    display: none;
    z-index: 10;
}
.tfDetails span.detailSlideDown,
.tfslidebox span.detailSlideDown{
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    background: url(img/tfBtn.png) no-repeat -208px -3px;
    z-index: 11;
}
.tfDetails>div{
    overflow: hidden;
    line-height: 30px;
}
.tfDetails label{
    display: inline-block;
    width: 83px;
    height: auto;
    line-height: 24px;
    float: left;
}
.tfDetails span{
    display: inline-block;
    width: 74%;
    line-height: 24px;
}
.popUpDiv{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 150px;
    width: 200px;
    height: 170px;
    background: #fff;
    border-radius: 20px;
    padding: 9px;
    z-index: 10;
    text-align: left;
    font-size: 14px;
    box-shadow: 1px 1px 5px 2px rgba(0,0,0,.1);
    display:none;
}
.popUpDiv::after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    transform: rotate(45deg);
    left: 50%;
    bottom: -10px;
    margin-left: -13px;
    box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.1);
}
.popUpDiv .popUpName{
    line-height: 28px;
}
.popUpDiv>div{
    overflow: hidden;
}
.popUpDiv label{
    display: inline-block;
    width: 60px;
    height: 20px;
    line-height: 20px;
    float: left;
    line-height: 24px;
}
.popUpDiv .popClose{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 5px;
    color: #ccc;
    font-size: 26px;
    text-align: center;
    line-height: 20px;
}
.popUpDiv span{
    display: inline-block;
    width: 66%;
    line-height: 24px;
}
.popUpDiv .popUpDivspecial label{
	width:auto;
}
.popUpDiv .popUpDivspecial span{
	width:auto;
}
.popUpName .popUpName_left{
	float:left;
    font-weight: bold;
    /*width:100%;
    display: block;*/
    /*margin-bottom:8px;*/
}
.popUpName .popUpName_time{
    /*width:100%;
    display: block;*/
   margin-left: 15px;
}
/*  start */
.tftips{
    position:fixed;
    top:40%;
    left: 50%;
    transform: translateX(-50%);
    width:64%;
    height:auto;
    z-index: 11;
    border-radius: 3px;
    background: rgba(33,51,69,0.6);
}
.tftips .tftips_title{
    height: 30px;
    line-height: 30px;
    background: #49a0f2;
    color:#fff;
    text-align: left;
    padding:0 5px;
}
.tftips .tftips_title .close{
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    background: #fff;
    color:#49a0f2;
    border-radius: 2px;
    float: right;
    font-style: normal;
    margin-top: 7px;
}
.tftips .tftips_contain{
    padding:5px 10%;
    text-align: center;
    color:#fff;
    min-height: 20px;
}
/* end */


/**/  
.ol-popup {  
	/* display:none; */
    position: absolute;
    /* bottom: 0px; */
    left: 0px;
    min-width:250px;  
    width:250px;
    min-height:100px;
    height: auto; 
    background-color:rgba(255,255,255,0.9);  
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.4));  
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.4));  
    border-radius:5px; 
    z-index: 1; 
 }  
 .ol-popup .popUpName{
 	height: 28px;
 	line-height: 28px;
 	margin: 0;
 	padding: 0px 8px;
 	border-bottom: 0;
 	background-color:rgba(233, 233, 233, 0.9);
 	border-radius: 5px 5px 0px 0px;
 	cursor:move;
 }
/*  .ol-popup:after, .ol-popup:before {
 	content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #EAEAEA;
    pointer-events: none;
 }  
.ol-popup:after {  
     top:300%;
     margin-top: -5px;  
 }  
 .ol-popup:before {  
     top:300%;
     margin-top: -5px;  
	
 } */
 .ol-popup-closer {  
     text-decoration: none;  
     position: absolute;  
     top: 3px;
   	 right: 5px; 
 }  
 .ol-popup-closer:after {  
     content: "閴侊拷;  
 }
 
.ol-popup>div{
	line-height: 24px;
	margin: 0px 8px;
	font-size: 14px;
	clear: both;
	border-bottom: 1px solid #cecece;
} 
.ol-popup>div:last-child{
	border-bottom: 0;
}
.ol-popup>div>label{
	margin-right: 5px;
	font-weight: bold;
}
/*  */
.tfslidebox{
    width: 100%;
    height: auto;
    padding-bottom: 26px;
    padding-top: 20px;
    position:absolute;
    bottom:-400px;
    z-index: 10;
    box-sizing: border-box;
    background: rgba(33,51,69,0.6);
}
.swiper-container1 {
    width: 100%;
    height: 100%;
}
.swiper-slide>div{
    text-align: left;
    padding:0 10px;
    line-height: 30px;
    font-size: 16px;
}
.swiper-slide>div label{
    display: inline-block;
    width: 83px;
    height: auto;
    line-height: 24px;
    float: left;
}
.swiper-slide>div span{
    display: inline-block;
    width: 71%;
    line-height: 24px;
}
span.swiper-pagination-bullet{
    background: none;
    border: 2px solid #fff;
    width: 5px;
    height: 5px;
}
span.swiper-pagination-bullet-active{
    background: #fff;
}
/* 鎼存洟鍎�end */

/*tf_infor*/
.tf_infor{
    text-align: left;
    overflow: hidden;
    height: auto;
}
.tf_infor div{
    line-height: 26px;
}
.tf_infor div:first-child{
    font-weight: bold
}
.tcCollectBox{
	 position:absolute;
	 bottom:0px; 
	 width:100%;
	 background:#fff;
	 z-index: 999;
}
.tcHistory:after,
.tcpathPredic:after,
.townDistance:after{
	content: "";
	position: absolute;
	right: 0;
	top: -1px;
	width: calc(100% - 37px);
	height: 1px;
	background: #b2d1f3;
}
.tcBtnCollect{
    position: relative;
    width:100%;
    height:48px;
    background: rgba(255,255,255,1);
	border-top:1px solid #d1dce5;
}

.tcBtnCollect>ul>li{
	position: relative;
    line-height:48px;
    height:48px;
    width:25%;
    color: #212121;
    float:left;
    font-size: 16px;
    box-sizing:border-box;
    text-align:center;
    background:#fff;
}
.tcBtnCollect>ul>li:after{
	content: '';
	position: absolute;
	top: 14px;
	right: 0;
	width: 1px;
	height: 20px;
	background: #bcbcbc;
}
.tcBtnCollect>ul>li:last-child:after{
	width:0;
}
.tcBtnCollect>ul>li.tc_click{
    color: #4392e0;
}
.tcBtnCollect>ul>li.radar_click{
    color: #4392e0;
}
/*.tcBtnCollect>ul>li span{
	width:28px;
	height:28px;
	display:inline-block;
	vertical-align: top;
    background:url(../image/tcImg1.png) no-repeat;
    background-size: auto 40px;
}
.tcBtnCollect>ul>li:first-child span{
	background-position: -5px -6px;
}
.tcBtnCollect>ul>li:nth-of-type(2) span{
	background-position: -62px -6px;
}
.tcBtnCollect>ul>li:nth-of-type(3) span{
	background-position: -152px -6px;
}
.tcBtnCollect>ul>li:last-child span{
	background-position: -248px -6px;
}
 .tcMonitor>li:last-child{
    margin-bottom:0px;
} 
.tcBtnCollect>ul>li:active{
    background: #4392e0;
}
*/

.noTyhoon{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
    height:30px;
    line-height:30px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    background:rgba(0,0,0,0.3);
	display:none;
}
.radarTime{
    /*position:absolute;*/
    /*top:30px;*/
    /*left:0px;*/
	display: block;
    width:auto;
    height: 30px;
    line-height: 30px;
    padding: 0px 2px;
    /*color: #212121;*/
	color:#fff;
    font-size: 13px;
    font-variant: small-caps;
    /*text-shadow:1px 1px 1px #fff;*/
    /*text-align: center;*/
    display:none;
}
.windTime{
    /*position:absolute;*/
    /*top:15px;*/
	/*top: 48px;*/
    /*left:0px;*/
	display: block;
    width:auto;
    height: 30px;
    line-height: 30px;
    padding: 0px 2px;
    color: #fff;
    font-size: 13px;
    font-variant: small-caps;
    /*text-shadow:1px 1px 1px #fff;*/
    display:none;
}
.hasTyhoon{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    /* background: rgba(0,0,0,.5); */
    display: none;
    font-size: 13px;
}
.loadWindData{
	width:100%;
	/*position:absolute;*/
	/*top:0;*/
	height:30px;
	line-height:30px;
	color:#fff;
	/*background:rgba(0,0,0,.5);*/
	display:none;
	font-size: 13px;
}

.tcHistory{
    /*position: absolute;
    bottom: 60px;
    left: 0px;*/
    width: 100%;
    /*background: rgba(255,255,255,0.4);*/
    text-align: left;
    display: none;
    z-index: 1;
    /*border-top:1px solid #93C2F5;*/
    overflow: hidden;
}
.tcHistory .yearsList{
	float:left;
	width:20%;
	height:200px;
	overflow-x:hidden;
	overflow-y:auto;
	background: rgba(255,255,255,1);
}
.tcHistory .yearsList li{
	height:40px;
	line-height:40px;
	color:#212121;
	text-align:center;
}
.tcHistory .yearsList li.tc_click{
	color:#4392e0;
	background: #ecf4fc;
}
.tcHistory .typhoonList{
	float:left;
	width:80%;
	height:200px;
	overflow-x:hidden;
	overflow-y:auto;
	background: #ecf4fc;
}
.tcHistory .typhoonList li{
	height:40px;
	line-height:40px;
}
.overlayElem{
	width: 100%;
	background: rgba(255,255,255,1);
    text-align: left;
    display:none;
    overflow: hidden;
}
.overlayElem ul{
	overflow: hidden;
}
.overlayElem ul li{
	float: left;
	width: 33%;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
    padding-left: 20px;	
}
.overlayElem .overlayElemLabel{
	display: inline-block;
	position: relative;
	padding-left: 23px;
}
.overlayElem .overlayElemLabel span{
	position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #bcbcbc;
    float: left;
    margin: 15px 5px 15px 0px;
    border-radius: 0px;
}
.overlayElem .overlayElemLabel input{
	position: absolute;
	top: 15px;
	left: 0px;
	opacity: 0;
}
.overlayElem .overlayElemLabel input:checked + span::after{
    content: "";
    position: absolute;
    top: 3px;
    left: 2px;
    width: 10px;
    height: 4px;
    border-left: 2px solid #4f97e0;
    border-bottom: 2px solid #4f97e0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.tcpathPredic{
    /*position: absolute;
    bottom: 60px;
    left: 0px;*/
    width: 100%;
    background: rgba(255,255,255,1);
    text-align: left;
    display:none;
    overflow: hidden;
}
.tcpathPredic .subjective-report{
	border-right:1px solid #E2F1FB;
}
.tcpathPredic div>span{
	float:left;
	line-height:32px;
	padding-left: 15px;
	width:100%;
	text-align:left;
}
.tcpathPredic div{
	overflow:hidden;
	width:50%;
	float:left;
	box-sizing: border-box;
}
.tcpathPredic div ul{
	width:100%;
}
.tcpathPredic ul label span{
	display: inline-block;
    width: 15px;
    height: 2px;
    margin-right: 3px;
    vertical-align: super;
}
/*主观预报*/
.tcpathPredic .subjective-report ul li:first-child label span{
	background:#FE0000;
}
.tcpathPredic .subjective-report ul li:nth-of-type(2) label span{
	background:#ff5a00;
}
.tcpathPredic .subjective-report ul li:nth-of-type(3) label span{
    background:#00FE00;
}
.tcpathPredic .subjective-report ul li:nth-of-type(4) label span{
	background:#00008B;
}
.tcpathPredic .subjective-report ul li:last-child label span{
	background:#1D90FE;
}
/*客观预报*/
.tcpathPredic .objective-report ul li:first-child label span{
	background:#58d8f1;
}
/* .tcpathPredic .objective-report ul li:nth-of-type(2) label span{
	background:#00FE00;
} */
.tcpathPredic .objective-report ul li:nth-of-type(2) label span{
	background:#6ef471;
}
.tcpathPredic .objective-report ul li:last-child label span{
	background:#1a5bb1;
}


.tcHistoryDown{
    position: absolute;
    left: 0px;
    top: -37px;
    width: 36px;
    height: 36px;
    border-radius: 5px 5px 0px 0px;
    border:1px solid #b2d1f3;
    border-bottom: 0;
    border-left: 0;
    background: rgba(255,255,255,1);
    font-size: 18px;
    text-align: center;
    line-height: 36px;
	display: none;
}

.tcHistoryDown.tc_click{
	display: block;
}
.tcHistory>p.title,.tcpathPredic>p.title{
    text-align: left;
    line-height: 32px;
    height: 32px;
    padding-left: 8px;
    color: #7f7f7f;
    font-size: 12px;
}
.tcHistory .tcHistoryCheck>li{
    float: left;
    width:33.3%; 
}
.tcHistory label,.tcpathPredic label{
	display: inline-block;
    position: relative;
    width:auto;
    line-height: 32px;
    height: 32px;
    margin-left:5%;
}
.tcHistory label,.tcpathPredic label{
	width: 95%;
}
.regular-checkbox {
	display: none;
}
.regular-checkbox + label:before {
    content: "";
    display: inline-block;
    background-color: #fff;
    padding: 7px;
    border: 1px solid #9faeb7;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    float: left;
    margin-top: 8px;
    margin-right: 4px;
}
.regular-checkbox:checked + label:before {
    /* background-color: #9dc0e0; 
    color: #ffffff;*/
}
.regular-checkbox:checked + label:after {
    content: "";
    font-size: 16px;
    position: absolute;
    top: 11px;
    left: 2px;
    /* color: #ffffff; */
    width: 10px;
    height: 4px;
    border-left: 2px solid #4f97e0;
    border-bottom: 2px solid #4f97e0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

/*@media screen and (max-width:321px){
    .tcHistory{
        font-size: 12px;
    }
    .regular-checkbox + label:before {
        padding: 5px;
        margin-top: 10px;
    }
    .regular-checkbox:checked + label:after {
        content: '閳拷;
        font-size: 13px;
        position: absolute;
        top: 0px;
        left: 1px;
    }
}*/

.tcpathPredicCheck>li{
    /* width: 33.3%; */
}

.tcHistoryCheck,.tcpathPredicCheck{
    max-height: 224px;
    overflow: auto;
}

/*经纬线*/
.tc-btn{
	position:absolute;
	display: inline-block;
	top: -82px;
    right: 5px;
	width: 36px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    color: #60aeec;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.tc-btn.active{
	background: #4392e0;
}
.tc-btn.active span:before,
.tc-btn.active a{
	color: #fff;
}
.tc-btn span{
	float: left;
    margin: 3px 10px 0px 10px;
    line-height: 16px;
}
.tc-btn span:before{
	color:#888;
}
.tc-btn a{
	position: absolute;
    bottom: 1px;
    width: 40px;
    height: 14px;
    line-height: 12px;
	display: block;  
    text-align: center;
    font-size: 12px;
    color: #555;
    margin-left: -2px;
    background: none;
}
div.scaleTyphoonBox{
    width: auto;
    position: absolute;
    top: -40px;
    right: 5px;
    box-sizing: border-box;
    display:none;
}


.scaleTyphoonBox img.scaleTyphoon{
	display:none;
	width:100px;
}
.scaleTyphoonBox img.legendBtn{
	display:block;
	width:36px;
	height:36px;
}
.scaleTyphoonBox.legendShow{
	    background: initial;
	    box-shadow: inherit;
}
.scaleTyphoonBox.legendShow img.scaleTyphoon{
	display:block;
}

.scaleTyphoonBox.legendShow img.legendBtn{
	display:none;
}
/*townDistance*/
.townDistance{
	/*position: absolute;
    bottom: 60px;
    left: 0px;*/
    width: 100%;
    background: rgba(255,255,255,0.8);
    text-align: left;
    overflow: hidden;
    display:none;
}
.nameListBox{
	position:relative;
	border-bottom: 1px solid #e1e4e6;;
}
.name-selected{
	width: 100%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    color:#4392DF;
}
.name-selected::after{
	content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-top: 6px solid #333;
    display: inline-block;
    vertical-align: middle;
}
.nameList{
	position:absolute;
	width:100%;
	margin:0 auto;
	border:1px solid #e1e4e6;
	background: white;
	border-radius:5px;
	/* min-height:207px; */
    max-height:250px;
	z-index: 9999;
	overflow:auto;
	left:0;
	display:none;
}
.nameList li{
	z-index: 9999;
	background: white;
	border-bottom:1px solid #e1e4e6;
	height:40px;
	line-height:40px;
	padding-right:15px;
	text-align: center;
}
.nameList li.current{
	font-weight: bold;
	/*background:#ffb61a;
	color:#fff;*/
}

.townDistance .towmList{
	min-height:207px;
	max-height:250px;
	overflow:auto;
}
.distanceTitle{
	width:100%;
	overflow: hidden;
	border-bottom: 1px solid #e1e4e6;
}
.distanceTitle span{
	height:30px;
	line-height: 30px;
	float: left;
	text-align: center;
	font-weight: bold;
}
.distanceTitle span i{
	font-style: normal;
}
.distanceTitle span.cityName,
.towmList li span:first-child{
	width:18%;
}
.distanceTitle span.countyName,
.distanceTitle span.townName,
.towmList li span:nth-of-type(3),
.towmList li span:nth-of-type(5){
	width:15%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	display: inline-block;
	padding:0 3px;
	box-sizing: border-box;
	text-align: center;
}

.distanceTitle span.townLine,
.towmList li span:nth-of-type(2),
.towmList li span:nth-of-type(4){
	width:2%;
}
.distanceTitle span.distanceNum,
.towmList li span:nth-of-type(6){
	width:33%;
}
.distanceTitle span.tcPosition,
.towmList li span:nth-of-type(7){
	width:13%;
}
.towmList li{
	width: 100%;
	position: relative;
}
.towmList li::after{
	content: "";
	display: block;
	width: 100%;
	height: 0px;
	clear: both;
}
.towmList li>div{
	position: absolute;
    left: 50%;
    top: 10px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.2);
    padding: 2px 10px;
    z-index: 2;
    display: none;
}
.towmList li span{
	display: inline-block;
	height: 26px;
    line-height: 26px;
    text-align: center;
	float: left;
}

/*閸欎即顥撶捄婵堫瀲*/
.tpDistance{
    background: #fff;
}
.distanceTable{
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    width: 100%;
    height: 100%;
    display: none;
}
.distanceTable>p{
    height: 50px;
    font-size:20px;
    line-height: 50px;
    text-align: left;
    padding-left: 10px;
    border-bottom: 1px solid #bdbdbd;
    margin: 0px 10px;
}
.distanceTableTitle{
    overflow: hidden;
    padding: 0px 10px;
}
.distanceTableTitle>li{
    float: left;
    text-align: center;
    height:40px;
    line-height:40px;
    border-bottom: 1px solid #bdbdbd;
}
.distanceTableTitle>li:nth-child(1){
    width:15%;
}
.distanceTableTitle>li:nth-child(2){
    width:15%; 
}
.distanceTableTitle>li:nth-child(3){
    width: 20%;
}
.distanceTableTitle>li:nth-child(4){
    width:28%;
}
.distanceTableTitle>li:nth-child(5){
    width:22%;
}
.distanceTableDetail{
    max-height: 492px;
    overflow: auto;
    padding: 0px 10px;
}
.distanceTableDetail table{
    width: 100%;
    border-collapse: collapse;
}
.distanceTableDetail table td{
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #bdbdbd;
    color:#757575;
}
.distanceTableDetail>table td:nth-child(1){
    width:15%;
}
.distanceTableDetail>table td:nth-child(2){
    width:15%;
}
.distanceTableDetail>table td:nth-child(3){
    width:20%;
}
.distanceTableDetail>table td:nth-child(4){
    width:28%;
}
.distanceTableDetail>table td:nth-child(5){
    width:22%;
}
.tf-title{
	position: absolute;
	/*top: 48px;*/
	top:16px;
	left:50%;
	line-height: 30px;
    white-space: nowrap;
    font: 16px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing:2px;
    text-align: center;
    color: #0e2ef5;
    text-shadow: #ffffff 1px 0 0,#ffffff 0 1px 0,#ffffff -1px 0 0,#ffffff 0 -1px 0;
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%); 
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%); 
    transform: translateX(-50%);
}

.tf-title span{
	display: block;
}
.topTipsWrap{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: rgba(0,0,0,.4);
}
.select-ul{
    display: none;
    text-align: left;
    background-color: #ffffff;
    position:fixed; 
    top:50%;
    left: 50%;
    margin-left:-48%;
    width:96%;
    height: auto;
    max-height:80%; 
    min-height:200px;
    padding-bottom:10px;
    z-index:102;
    border-radius: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.tf-title span{
    display: block;
}

.select-ul li {
    position: relative;
    float:left;
    width: auto;
    padding: 6px 10px;
    margin: 10px 1% 0px 1%;
    border: 1px solid #d5d5d5;
    color: #666;
    border-radius:2px;
}
.select-ul li.select-ul-close{
    position:absolute;
    bottom:-60px;
    left:40%;
   	display: block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 40px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	background-color: #b2b7bf;
	margin: 10px auto 0px;
}

div.mapBox{
    width: auto;
    position: absolute;
    top: -124px;
    right: 5px;
    box-sizing: border-box;
    display:block;
}

.map-type{
	display:none;
	width: auto;
    position: absolute;
    top: -188px;
    right: 41px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 4px 4px 0 4px;
}

.map-type ul{
    /* position: absolute; */
    width: 180px;
    height: 98px;
    padding-left: 8px;
    background: #fff;
    border-radius: 4px 4px 0 4px;
}

.map-type li{
	float: left;
    width: 55px;
    margin: 9px 1px 1px 0;;
    display: inline-block;
    text-align: center;
    position: relative;
}
.map-type li img{
	width: 100%;
}
.map-type li span{
	display: none;
    position: absolute;
    top: -9px;
    right: -5px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 100%;
}
.map-type li.active span{
	display: block;
}
.map-type li input{
	display: none
}
.map-type li label{
	font-size: 14px;
	display: inherit;
}
.map-select-active{
	background: #4392e0;
    color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.map-select-active a{
	color: #fff;
}
.map-select-active span:before{
	color: #fff;
}

#trend {
	display: none;
}

#trend>div{
	overflow: hidden;
}
#trend>div:first-child{
    border-bottom: 1px solid #cecece;
}

.typhoon_kxInfo div{float:left;}
    
.lable_title {
	margin-right: 5px;
    font-weight: bold;
}

.typhoon_kx{
	width:125px;
}

div.tc-location{
    width: auto;
    position: absolute;
    top: -124px;
    right: 5px;
    box-sizing: border-box;
}

.location-img{
	background-image: url("../image/location.svg");
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
}

.range-img{
	background-image: url("../image/range.png");
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
}

div.tc-range{
    width: auto;
    position: absolute;
    top: -166px;
    right: 5px;
    box-sizing: border-box;
}

div.flu-wind{
    width: auto;
    position: absolute;
    top: -250px;
    right: 5px;
    box-sizing: border-box;
}

.map-type-zIndex{
	z-index: 9;
}

.warpAndwoof.tc-btn.active span{
    background-image: url(../image/jwx2.png);
}

.warpAndwoof.tc-btn span {
    background-image: url(../image/jwx.png);
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
}

.tc-range.tc-btn span{
    background-image: url(../image/gl.png);
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
}
.tc-range.tc-btn.active span{
    background-image: url(../image/gl2.png);
}
.mapBox.tc-btn span{
        background-image: url(../image/map.png);
        background-size: 18px 18px;
        width: 18px;
        height: 18px;
    }
.mapBox.tc-btn.map-select-active span{
    background-image: url(../image/map2.png);
}
.scaleTyphoonBox span{
        background-image: url(../image/legend.png);
        background-size: 18px 18px;
        width: 18px;
        height: 18px;
    }
 .tcHistoryDown{
        background-image: url(../image/factor.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 18px 18px;
     }
     
.bottomToolsBox{
	position: absolute;
    width: 40%;
    bottom: 11px;
    z-index: 9;
}  
     




