/* CSS Document */
/*
 * Site:
 * Author:Created by selina on 2015-11-17
*/
/* CSS Document */
div#dvcityInfo{ position: absolute; width: 480px; z-index:10001;	background: #fff; border: 1px #e0e0e0 solid; display: none; }
.cityBoxTitle { border-bottom: #e0e0e0 1px solid; background: #c20808; line-height: 30px; height: 30px; color: #ffffff;}
#cityBoxClose { float: right; cursor: pointer; padding: 0 10px; }
#cityBoxClose:hover { background: #ff0000; }
#cityletter{ height: 20px; padding: 5px 1% 0 1%; border-bottom: 1px #e0e0e0 solid; }
#cityletter li{ width: 14%; height: 20px; line-height: 20px; text-align: center; float: left; cursor: pointer;}
#cityletter li.cur { border: 1px #e0e0e0 solid; border-bottom: 1px #ffffff solid; background: #ffffff; }
#cityletter li:hover { color: #c20808; }
#dvcitybody { float: left; padding: 5px 0; }
.citylist li{ width: 22%; padding-left: 2%; float: left; line-height: 25px; border: 1px #ffffff solid; background: #ffffff; cursor: pointer; color: #666666; }
#dvcitybody .hd { display: none;}
.citylist li.cur{ border: 1px #f7d0d4 solid; color: #c20808; }
.citylist li:hover{ border: 1px #f7d0d4 solid; color: #c20808;}
#getplatform {	background:#fff;    border-color: #2F7495;	border:1px solid #ccc;    color: #0099FF;    cursor: pointer;    list-style-type: none;    position: absolute;    visibility: hidden;}
.hint {    background:#CC0000;    border-bottom: 1px dashed #C1C1C1;    color: #FFFFFF;    font-size: 12px;    padding-left: 6px;}
.mover{    background:#fff;    border-bottom: 1px solid #ccc;    border-top: 1px solid #ccc;    color: #CC0000;    cursor: pointer;    font-size: 12px;    line-height: 120%;    padding-left: 6px;}
.mout{    background:#FFF;    border-bottom: 1px solid #FFFFFF;    border-top: 1px solid #FFFFFF;    color: #666666;    font-size: 12px;   line-height: 120%;    padding-left: 6px;}
.mover td{ color: #CC0000;}
.mout td{ color: #666666;}
.mover_selected {    background: #fff3db;border-bottom: 1px solid #FFFFFF;    border-top: 1px solid #FFFFFF;    color: #CC0000;font-size: 12px;line-height: 120%;padding-left: 6px;}
.mover_selected td{ color: #CC0000;}
.tdleft{	padding-left: 6px;	font-size: 12px;	height: 20px;}
.tdright{	padding-right: 4px;	font-family: Comic Sans MS , Sans-Serif; font-size:11px;}
.tdrightThree{width:1px;} /*暂时不需要此列*/
/*新版城市下拉*/
div#dvcityDrop{ float:left;	border:1px solid #ccc;	position: absolute; z-index:10001; height:300px; display:none; background: #fff; min-width:300px;}
.drop_line{ float:left; clear:both; height:30px; line-height:30px; width:100%;  min-width:300px;}
.drop_item{ float:left; clear:both; height:30px; line-height:30px;}
.drop_null{ height:30px; line-height:30px; color:#ff0000; border-bottom:solid 1px #ccc;}
.drop_port{ width:30px; text-align:center; line-height:30px;font-family: '宋体', Simsun; white-space:pre; font-size:13px; }