

.huaguang-lock{
	-webkit-box-shadow:-2px 1px 22px #fd5056 inset;
	-moz-box-shadow:-2px 1px 22px #fd5056 inset;
	box-shadow: -2px 1px 22px #fd5056 inset;
}
 .head-content .map-search-bar{
	width:100%;
 	padding-left:20px;
 	padding-right:20px;
 }
 /* 地图头部搜索 */
 .head-search-content .map-search-bar{
	width:100%;
 	padding-left:20px;
 	padding-right:20px;
 }
 .head-search-content .house-filters{ 
 	height:40px;
 	font-size: 14px;
	color: #474747; 
 	float:left;
 	margin-top:20px;
 	margin-left:24px;
 }
 
 .head-search-content .select-dropdown{ 
	display: inline-block;
	position: relative; 
	font-size: 14px;
	cursor: pointer; 
 	float: left;
 	height: 50px;
 }

.head-search-content  .select-dropdown-hover {
	margin: 10px 0 0;
	border-left: 1px solid #eee;
	padding: 0px 40px 0 30px;
	height: 26px; 
	color: #474747;
	float: left;
}

 			  
.head-search-content .dropdown-selected:after {
	content: "";
	position: absolute;
	top: 20px; 
	right: 20px;
	z-index: 1;
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #474747;
}
.select-dropdown:hover .dropdown-selected{
	color:#FD5056;
}
.select-dropdown:hover .dropdown-selected:after { 
	-moz-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1); 
	border-top: 5px solid #FD5056;
}
  
 

.head-search-content .select-dropdown-content {
	padding: 10px 0;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	z-index: 20;
	position: absolute;
	top: 44px;
	margin-top: -1px;
	left: 0;
	z-index: 1000;
	float: left;
	font-size: 14px;
	text-align: left;
	list-style: none;
	width: 120px;
	display:none;  
}


.head-search-content .select-dropdown-content >div{
	margin-left:10px;
	position: relative;
}
.head-search-content .select-dropdown-content label {
	font-size: 14px;
	color: #474747;
	margin-left: 5px;
	font-weight: unset;
	cursor:pointer;
}
.head-search-content .select-dropdown-content label:hover { 
	color: #FD5056; 
}
 

.select-dropdown:hover .select-dropdown-content{ 
	display:block;
} 
.head-search-content  .select-dropdown-content li{
	list-style-type:none;
}

/* 区域板块下拉滚动 */
 
 
.select-dropdown-content-outer {
	width: 125px;
	height: 200px;
	max-height: 200px; position : relative;
	overflow: hidden;
	position: relative;
	margin-left: 0px !important;
}

.select-dropdown-content-inner {
    position: absolute; left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}
.select-dropdown-content-content {
	width: 120px;
	height: 200px;
	max-height: 200px;
	text-align: center;
}

.select-dropdown-content-content li{
	border-bottom:1px solid #eee; 
	line-height: 25px;
}
.select-dropdown-content-content li:last-child{
	border-bottom:unset; 
}
.select-dropdown-content-content li:hover{
	 background-color:#dedede;
	color:#FD5056;
}
.select-dropdown-content-content .active{
	color:#FD5056;
}
.select-dropdown-content-sublist {
	margin-left: 5px !important;
	overflow-y: scroll;
	position: absolute !important;
	top: -1px;
	left: 120px;
	height: 222px;
	z-index: 9999999991;
	background-color: #fff;
	width: 140px;
	border: 1px solid #eee;
	text-align: center;
	padding-top: 10px;
}
.select-dropdown-content-sublist li{
	border-bottom:1px solid #eee; 
	line-height: 25px;
}
.select-dropdown-content-sublist li:last-child{
	border-bottom:unset; 
}
.select-dropdown-content-sublist li:hover{
	 background-color:#dedede;
	color:#FD5056;
}

.select-dropdown-content-sublist .active{
	color:#FD5056;
}

.head-search-content .clear_all{
	float:left;
	cursor:pointer;
	margin-top:10px;
}
/* 跳转列表按钮 */
.map-list-icon{
	width:104px;
	height:40px;
	border-radius:2px;
	border:1px solid #FD5056;
	float:right;
	cursor:pointer;
	margin-top:24px;
}
.map-list-icon a{
	display:block;
} 
.map-list-icon  div {
	margin-left: 15px;
	float: left; 
	color: #FD5056;
	width: 23px;
	height: 14px;
	margin-top: 12px;
}

.map-list-icon   .list-icon {
	background: url(/img/maplist-icon.png); 
}

.map-list-icon:hover .list-icon {
	 background:url(/img/maplist-icon-hover.png);
}
.map-list-icon   .huakuang-icon {
	margin-left: 5px;
	margin-top: 9px;
	height: 20px;
	background: url(/img/huakuang-icon.png);
	width: 20px;
}

.map-list-icon:hover .huakuang-icon {
	 background:url(/img/huakuang-icon-hover.png);
}

.map-list-icon span{
	margin-left: 15px; 
	float: left; 
	margin-top: 8px;
	color:#FD5056;
}
.map-list-icon:hover{
	color:#fff;
	background-color:#FD5056;
}

.map-list-icon:hover span {
	color:#fff;
}

.map-list-icon2{
		width:104px;
	height:40px;
	border-radius:2px;
	border:1px solid #FD5056;
	float:right;
	cursor:pointer;
	margin-top:24px;
	background-color:#FD5056;
	color:#fff;
}
.map-list-icon2  div {
	margin-left: 15px;
	float: left; 
	color: #FD5056;
	width: 23px;
	height: 14px;
	margin-top: 12px;
}
.map-list-icon2  .huakuang-icon {
	margin-left: 5px;
	margin-top: 9px;
	height: 20px; 
	background:url(/img/huakuang-icon-hover.png);	
	width: 20px;
	
}

 
.map-list-icon2 span{
	margin-left: 15px; 
	float: left; 
	margin-top: 8px;
	color:#FFF;
}

/* 地图画框关闭按钮 */
.huakuang-close-button {
    right: 40px; 
	top:30px;
	position: absolute;
	z-index: 20;
	cursor:pointer;
}
 
/* 地图缩放按钮 */
 
 .map-zoom-button {
	position: absolute;
	right: 40px;
	top: 30px;
	z-index: 20;
	width: 100px;
	background-color: #fff;
	height: 34px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.28);
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.28);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.28);
	display: inline-block; 
 	
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 	
}
.map-zoom-button .fenge{
	border-right:1px solid #eee;
}
.map-zoom-button-action {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 22px;
    color: #666;
    cursor: pointer;
	height: 100%;
}
.map-zoom-button-action:hover{
	background-color: #eee;
}

.map-zoom-button-iconfont-jia:after {
	content:'+' ;
    font-size: 24px;
    font-style: normal; 
}
.map-zoom-button-iconfont-jian:after {
	content:'-' ;
    font-size: 24px;
    font-style: normal; 
}
/* 大容器 */ 
.estate-map { 
	display: -webkit-box; 
	display: -ms-flexbox;  
	display: -webkit-flex;
	display: flex; 
	width:100%;
	position: fixed; 
	height: calc(100% - 132px); 
	bottom: 0;
}
/* 右侧地图容器 */
.estate-map-content {
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2; 
	height: 100%;
}
#estate-map-wrapper{
	height: 100%;
}
/* 左边栏开关按钮 */
.map-wrapper__switch-hand-left {
	position: absolute;
	z-index: 2;
	top: 220px;
	right: auto;
	bottom: auto;
	left: auto;
	width: 32px;
	height: 88px; 
	background:url(/img/estate-list-off.png);  
	 margin-left: -4px;
	cursor: pointer; 
}

.map-wrapper__switch-hand-left:hover {
	 background:url(/img/estate-list-off-hover.png);    
} 
 
 .map-wrapper__switch-hand-right {
	position: absolute;
	z-index: 2;
	top: 220px;
	right: auto;
	bottom: auto;
	left: auto;
	width: 45px;
	height: 88px; 
	background:url(/img/estate-list-on.png);  
	cursor: pointer; 
 	  margin-left: -4px;
}

.map-wrapper__switch-hand-right:hover {
	 background:url(/img/estate-list-on-hover.png);    
} 
 
	
/* 左侧房源列表 */
.estate-list {  
  background: #fff;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1; 
	height:100%;
  }

.estate-list-header {
	margin-top:15px;
	margin-bottom:14px;
	font-size: 16px;
	color: #474747;
	background: #fff; 
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.estate-list-header i img
{
	margin-top: -7px;
}
 
.estate-list-header-show-name {
	padding: 0px 8px 0px 8px;
	border-right: 1px solid #8E8E8E; 
	line-height: 20px; 
	 font-size: 18px; 
}

.estate-list-header-show-name a{
	color:#474747;
}
.estate-list-header-show-name a:hover{
	color:#FD5056;
}
.estate-list-header-show-avgprice {
    padding: 0px 8px 0px 8px; 
	height: 14px;
	line-height: 20px; 
	 
}
.estate-list-header-show-avgprice span{
	font-size: 18px;  
}
.estate-list-header-show-avgprice-content{
	font-weight:bold;
		color: #FD5056;
}
 

.estate-list-tool-bar{
	height: 43px;
	line-height: 43px;
	padding-left: 16px;
	font-weight: bold;
	color: #474747;
	background: #F7F7F7;
	border-bottom: 1px solid #dedede;
	font-size:14px;
	font-weight:unset;
}
.estate-list-tool-bar .count-info{
	float:left;
}
.estate-list-tool-bar .count-info span{
	margin-left:3px;
	color:#FD5056;
}

.estate-list-tool-bar .order{
	float:right; 
	margin-right:20px;
}
.estate-list-tool-bar .order span{
	float:left;
}
.estate-list-tool-bar .order .active{
	color:#fd5056;
}
.estate-list-tool-bar .order img{
	width:12px;
	height:12px;
}
.estate-list-content{
	overflow-y: scroll; 
	height: calc(100% - 83px);
    height: -moz-calc(100% - 83px);
    height: -webkit-calc(100% - 83px);
	min-width:350px;
}
.estate-list-message{
	font-size:16px;
	text-align:center;
	margin-top:300px;
}

/* 自己经纪人发的房源 */
.estate-list-vipitem{
float: left;
padding: 14px 0px 14px 20px;
border-top: 1px solid #F7F7F7;
width: 100%;
}
.estate-list-vipitem:hover{
	background-color:#FAFAFA;
}

.estate-list-vipitem .estate-list-item-himg{
	width:144px;
	height:106px;
	float:left;
}
.estate-list-vipitem  .line1{
	width:60%;
	float:left;
	font-size: 14px;
	color: #474747;
	margin-top:3px;
	margin-left:8px;
}
.estate-list-vipitem  .line1 img{
	width:33px;
	height:33px;
	border-radius:50%;
	float:left;  
}
.estate-list-vipitem  .line1 span{  
	float: left;
	margin-left: 8px;
	line-height: 2;
}

.estate-list-vipitem  .line1 div {
	float: left;
	padding: 1px 3px 1px 3px;
	border: 1px solid #FD5056;
	border-radius: 3px;
	color: #FD5056;
	margin-left: 8px;
	margin-top: 2px;
}

.estate-list-vipitem  .line2{
	width:60%;
	float:left;
	font-size: 14px;
	color: #474747;
	margin-top:2px;
	margin-left:8px; 
}
.estate-list-vipitem  .line2 :first-child{
	float:left;
	color:#8E8E8E ;
}
.estate-list-vipitem  .line2 :last-child{
		float:right;
	font-weight:bold;
	font-size: 16px;
color: #FD5056;
}
.estate-list-vipitem  .line3{
	width:60%;
	float:left;
	font-size: 14px; 
	margin-left:8px; 
}
.estate-list-vipitem  .line3 :first-child{
	float:left;
}
.estate-list-vipitem  .line3 :last-child{
	float:right;
}
.estate-list-vipitem .line4{
	width:250px;
	margin-left: 8px;
	margin-top:2px;
	float: left;
}
.estate-list-vipitem  .line4 div {
	border-radius:2px;
	float: left;
	background-color:#fff1f2;
	color:#FD5056;
	font-size: 14px;
	padding:2px 4px 2px 4px;
	margin-right:4px;
}

/* 普通房源 */
.estate-list-item{
float: left;
padding: 14px 0px 14px 20px;
border-top: 1px solid #F7F7F7;
width: 100%;
}
.estate-list-item:hover{
	background-color:#FAFAFA;
}

.estate-list-item .estate-list-item-himg{
	width:124px;
	height:92px;
	float:left;
}
.estate-list-item  .line1{
	width:220px;
	float:left;
	font-size: 14px;
	color: #474747;
	margin-top:3px;
	margin-left:8px;
}
.estate-list-item  .line2{ 
	float:left;
	font-size: 14px;
	color: #474747;
	margin-top:7px;
	margin-left:8px; width: 60%;
}
.estate-list-item  .line2 :first-child{
	color: #8E8E8E;
	float:left;
}

.estate-list-item  .line2 :nth-child(2)  {
	float:right; 
}

.estate-list-item  .estate-list-item-totalprice{
	font-weight: bold;
	font-size: 16px;
	color: #FD5056 !important;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #eee;
	line-height: 20px;
	float:left;
}
.estate-list-item  .line2 span {
	 
	float:left;
}
.estate-list-item  .line3{
	margin-left: 8px;
	margin-top:13px;
	float: left;
}
.estate-list-item  .line3 div {
	border-radius:2px;
	float: left;
	background-color:#fff1f2;
	color:#FD5056;
	font-size: 14px;
	padding:2px 4px 2px 4px;
	margin-right:4px;
}



.estate-list-order{
	float:left;
	margin-left:15px;
	cursor:pointer;
}
.estate-list-order:hover{
	color:#FD5056;
}

 
.map-overlay--active {
  z-index: 888 !important; }

.map-overlay:hover {
  z-index: 999 !important; }

.map-overlay__total {
  font-size: 14px; }

/* 富标注样式 */
.district-overlay {
  box-sizing: border-box;
  width: 120px;
  height: 120px;
  line-height: 180%;
  padding-top: 20px;
  border-radius: 50%;
  background: rgba(0 ,173, 169, 0.8);
  text-align: center;
  font-size: 14px;
  font-weight: inherit;
  color: #fff;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.24); }
.district-overlay span{
	font-weight:bold;
}
  .district-overlay:hover {
    background: rgba(253,80,86, 0.8) !important; }

 
.district-overlay.visited {
  background: rgba(102, 205, 160, 0.9); }

 
.plate-overlay {
  box-sizing: border-box;
  width: 86px;
  height: 86px;
  line-height: 160%;
  padding-top: 16px;
  border-radius: 50%;
  background: rgba(0 ,173, 169, 0.8);
  text-align: center;
  font-size: 12px;
  font-weight: inherit;
  color: #fff;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.24); }
	
.plate-overlay span{
	font-weight:bold;
}
  .plate-overlay:hover {
    background: rgba(253,80,86, 0.8) !important; }

 
.plate-overlay.visited {
  background: rgba(102, 205, 160, 0.9); }
 

.house-overlay {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	line-height: 30px;
}

.house-overlay__count {
	position: relative;
	width: 50px;
	box-sizing: border-box;
	padding: 0 6px;
	white-space: nowrap;
	background: rgba(0, 173, 169, 0.8);
	color: #fff;
	text-align: center;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.24);
	border-radius: 2px;
}

.house-overlay__count:before {
	content: "";
	position: absolute;
	z-index: initial;
	top: 100%;
	right: auto;
	bottom: auto;
	left: 50%;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: rgba(0, 173, 169, 0.8) transparent transparent transparent;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.house-overlay__show-name {
	position: relative;
	z-index: 1;
	padding: 0 10px;
	background: rgba(255, 255, 255, 0.8);
	white-space: nowrap;
	border-radius: 0 2px 2px 0;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.24);
}

.house-overlay:hover .house-overlay__count {
	border-radius: 2px 0 0 2px;
	background: rgba(253, 80, 86, 0.98) !important;
}

.house-overlay:hover .house-overlay__show-name {
	border-radius: 2px 0 0 2px;
	background: rgba(255, 255, 255, 0.98) !important;
}
.house-overlay:hover .house-overlay__count:before
	{
	border-color: rgba(230, 54, 54, 0.98) transparent transparent
		transparent !important;
}

.zoom-tool {
  position: fixed;
  top: auto;
  right: 20px;
  bottom: 50px;
  left: auto;
  border: 1px solid #404040;
  background: #fff; }
  .zoom-tool__item {
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    display: block;
    width: 26px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-weight: inherit;
    color: #202020;
    cursor: pointer; }
    .zoom-tool__item--disabled {
      opacity: 0.5;
      cursor: auto; }
    .zoom-tool__item:first-child {
      border-bottom: 1px solid #404040; }
    .zoom-tool__item:hover {
      background: #F5F5F5; }
    .zoom-tool__item:before {
      font-size: 12px; }

/** subway  **/
.stop-wrapper__active, .stop-wrapper:hover {
  z-index: 999 !important; }
  .stop-wrapper__active .stop-wrapper__stop, .stop-wrapper:hover .stop-wrapper__stop {
    border-color: #E14D4C; }
  .stop-wrapper__active .stop-wrapper__stop-tips, .stop-wrapper:hover .stop-wrapper__stop-tips {
    background: #E14D4C;
    display: block; }
    .stop-wrapper__active .stop-wrapper__stop-tips:before, .stop-wrapper:hover .stop-wrapper__stop-tips:before {
      border-top: 8px solid #E14D4C; }
  .stop-wrapper__active .stop-wrapper__stop-name, .stop-wrapper:hover .stop-wrapper__stop-name {
    display: inline;
    margin-right: 8px; }

.stop-wrapper__stop {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #39AC6A; }

.stop-wrapper__stop-tips {
  position: absolute;
  top: -35px;
  right: auto;
  bottom: auto;
  left: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  margin-bottom: 5px;
  padding: 2px 10px;
  white-space: nowrap;
  color: #fff;
  background: rgba(56, 172, 105, 0.9);
  border-radius: 84px; }
  .stop-wrapper__stop-tips--zero {
    display: none; }
  .stop-wrapper__stop-tips:before {
    content: "";
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid rgba(56, 172, 105, 0.9); }

.stop-wrapper__stop-name {
  display: none; }

.stop-center {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 84px;
  color: #fff;
  background: rgba(221, 36, 36, 0.8);
  white-space: nowrap;
  text-align: center; }
  .stop-center__icon-wrapper {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 56px;
    height: 56px;
    margin-bottom: 4px;
    border-radius: 50%;
    color: #fff;
    background: rgba(221, 36, 36, 0.8); }
  .stop-center__icon {
    width: 20px;
    height: 20px;
    padding-top: 18px;
    text-align: center;
    fill: #fff; }

/* login info */
.mod-login {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 10000;
  width: 200px;
  font-size: 12px; }

.mod-login a,
.mod-login a:hover {
  color: #333;
  font-size: 14px;
  margin: 0 5px; }

.mod-login .ti-hover {
  position: absolute;
  z-index: 99;
  right: 0;
  height: 30px; }

.mod-login a span.user-name {
  max-width: 105px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: -6px; }

.mod-login .typeUserInfo, .mod-login .typeShowUser {
  position: relative;
  z-index: 2; }

.mod-login .typeShowUser > a {
  margin: 0;
  margin-right: 2px; }

.mod-login .typeShowUser a span.login_bubble_tip {
  background: #e2655c;
  font-size: .875em;
  padding: 1px 4px;
  margin-left: 5px;
  height: 14px;
  line-height: 14px;
  display: none;
  color: #fff;
  border-radius: 100px; }

.mod-login .typeShowUser .welcome {
  margin-left: 5px; }

.mod-login .ti-hover:hover .user-news ul {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block \9;
  pointer-events: auto;
  -webkit-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1); }

.mod-login .user-news ul {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block \9;
  pointer-events: auto;
  -webkit-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1); }

.mod-login .user-news {
  position: absolute;
  right: 35px;
  top: 0;
  color: #fff;
  cursor: pointer; }

.mod-login .user-news i {
  display: inline-block;
  background: #e2655c;
  font-size: .875em;
  text-align: center;
  height: 11px;
  line-height: 11px;
  padding: 1px; }

.mod-login .user-news span {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #202020;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 53px;
  top: -10px; }

.mod-login .user-news ul {
  width: 188px;
  background: rgba(20, 20, 20, 0.85);
  border-radius: 2px;
  padding-top: 0;
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -110px;
  filter: alpha(opacity=0);
  display: none \9;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.34, 1.21, 0.4, 1);
  transition: all 500ms cubic-bezier(0.34, 1.21, 0.4, 1);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: translateY(0) scale(0);
  -ms-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0);
  padding: 10px 0; }

.mod-login .user-news ul li {
  clear: both;
  color: #fff;
  height: 25px;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  width: 178px; }

.mod-login .user-news ul li a {
  color: #fff;
  font-size: 12px;
  text-shadow: none;
  font-weight: normal;
  margin-left: 0; }

.mod-login .user-news ul li a i {
  color: #ff5200;
  font-weight: 700;
  margin: 0 3px;
  background: none; }

.mod-login .user-news ul li.s-li {
  height: 0;
  position: relative;
  left: 25px;
  top: -10px; }

.ml_10 {
  margin-left: 10px; }

.disable_num_arrow::-webkit-inner-spin-button {
  -webkit-appearance: none; }

 