.choose {
    margin-top: 28px;
}
.choose a:hover{
	color: var(--themeColor);
	text-decoration: underline;
}
.choose dl dt {
	padding-bottom: 10px;
	line-height: 26px;
	color: #333;
    border-bottom: 1px solid #ddd;
}
.choose dl dt span {
	float: left;
    height: 31px;
    line-height: 31px;
}
.choose dl dt span .simsun {
    padding: 0 13px;
    font-family: SimSun,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.choose dl dt .tag a {
    float: left;
    color: #08afd9;
    margin-right: 8px;
    padding: 4px 10px;
    line-height: 21px;
    border: 1px dotted #08afd9;
    border-radius: 2px;
}
.choose dl dt .tag a .close {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 10px;
	cursor: pointer;
	background-image: url(../image/common/ico-close.png);
	background-repeat: no-repeat;
}
.choose dl dt .tag a:hover {
    text-decoration: none;
    border-style: solid;
}
.choose dl dt .btn-clear {
    float: right;
    display: inline;
    line-height: 31px;
}
.choose dl dt .btn-clear .ico-dustbin {
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    margin: 9px 5px 0 0;
    background: url("../image/common/ico-dustbin.png") no-repeat;
}
.choose dl dt .btn-clear:hover {
    text-decoration: none;
}
.choose dl dt .btn-clear:hover .ico-dustbin {
    background-position: 0 -16px;
}
.choose dl dd {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.choose dl dd.first{
    padding-top: 6px;
}
.choose dl dd.last{
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd;
}
.choose dl dd:last-child{
    border-bottom: 1px solid #ddd;
}
.choose dl dd li {
    float: left;
    line-height: 21px;
}
.choose dl dd .title {
	color: #999;
	width: 75px;
    margin-top: 10px;
    margin-bottom: 10px;
	padding-left: 20px;
}
.choose dl dd .td {
	display: block;
	width: 1065px;
    padding-left: 19px;
}
.choose dl dd a {
	float: left;
    margin-right: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 4px;
    white-space: nowrap;
}
.choose dl dd a.on{
	color: #f73453;
}
.choose dl dd a:hover {
    text-decoration: none;
}
.choose dl dd .unit,
.choose dl dd .unit:hover {
	color: #999;
    cursor: text;
}
.choose dl .others {
	padding-left: 18px;
	border-bottom: none;
}
.choose dl .others .ot-span {
	margin-right: 10px;
	float: left;
}
.choose dl .others .select-box {
	float: left;
  	height: 25px;
  	margin-right: 15px;
}
.list-main{
	width: 1200px;
	margin: 0 auto;
}
.list-main .list-left {
    float: left;
    width: 914px;
    margin-top: 25px;
}
.list-main .list-left-hd{
	height: 40px;
    background: #f6f6f6;
    border: 1px solid #efefef;
}
.list-main .list-left-hd .tab-wrap{
	float: left;
}
.list-main .list-left-hd .tab-wrap li{
	float: left;
	margin-right: 4px;
}
.list-main .list-left-hd .tab-wrap li a {
    position: relative;
    display: block;
    padding: 0 10px;
    line-height: 40px;
    font-size: 16px;
}
.list-main .list-left-hd .tab-wrap .on a {
    left: -1px;
    top: -1px;
    padding: 0 11px;
    line-height: 42px;
	color: #fff;
    background-color: var(--themeColor);
}
.list-main .list-left-hd .tip {
    margin-top: 12px;
    margin-left: 10px;
    font-size: 13px;
    color: #777;
}
.list-main .list-left-hd em {
	color: #f73453;
	padding: 0 3px;
}
.list-main .list-left-hd .sort {
	margin-left: 45px;
    margin-right: 6px;
    padding-top: 6px;
}
.list-main .list-left-hd .sort a {
    float: left;
    height: 26px;
    margin-left: 10px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 26px;
    background: #fff;
    border: 1px solid #dfdfdf;
    overflow: hidden;
}
.list-main .list-left-hd .sort a i {
    display: inline-block;
    vertical-align: top;
    width: 9px;
    height: 12px;
    margin: 7px 0 0 5px;
    background: url("../image/common/price-arrow.png") 0 0 no-repeat;
}
.list-main .list-left-hd .sort .on {
    color: #fff;
    background-color: var(--themeColor);
    border: 1px solid var(--themeColor);
}
.list-main .list-left-hd .sort .on .arrow-up{
    background-position: 0 -13px;
}
.list-main .list-left-hd .sort .on .arrow-down{
    background-position: 0 -26px;
}
.list-main .list-left-bd dl {
	padding: 18px 5px 18px 0;
	border-bottom: 1px dashed #ddd;
	display: block;
	color: #333;
}
.list-main .list-left-bd dl:hover {
	background-color: #f7f7f7;
}
.list-main .list-left-bd dt,
.list-main .list-left-bd dd {
	float: left;
}
.list-main .list-left-bd dt {
    float: left;
    padding-right: 21px;
    overflow: hidden;
}
.list-main .list-left-bd dt img {
    width: 160px;
    height: 110px;
}
.list-main .list-left-bd dd {
    position: relative;
	width: 728px;
}
.list-main .list-left-bd dd.school a{
    font-size: 16px;
    margin-right:10px;
}
.list-main .list-left-bd dd .price {
    position: absolute;
    top: -6px;
    right: 0;
    color: var(--themeColor);
}
.list-main .list-left-bd dd .price span {
    position: relative;
    top: 2px;
    font-size: 24px;
    font-weight: bold;
    color: var(--themeColor);
    margin-right: 6px;
}
.list-main .list-left-bd .title {
    display: inline-block;
    padding-right: 41px;
	font-size: 20px;
	line-height: 30px;
    background: url("../image/common/tag-xf.png") no-repeat right 6px ;
}
.list-main .list-left-bd .xiaoqu{
    padding-right: 0px;background: none;
}
.list-main .list-left-bd .title.weipan {
    background-position: right -24px;
}
.list-main .list-left-bd .title.daishou {
    background-position: right -81px;
}
.list-main .list-left-bd .title.tingshou {
    background-position: right -53px;
}
.list-main .list-left-bhd h5 {
	margin-top: -10px;
}
.list-main .list-left-bd .discount {
	padding-top: 7px;
    font-size: 14px;
}
.list-main .list-left-bd .address {
	padding-top: 5px;
    font-size: 14px;
}
.list-main .list-left-bd .address .info {
	color: #999;
	line-height: 20px;
	height: 20px;
	margin-right: 5px;
}
.list-main .list-left-bd .address strong {
	font-size: 14px;
	color: #666;
	font-weight: bold;
}
.list-main .list-left-bd .address .ico-map {
    display: inline-block;
    height: 20px;
    margin-left: 12px;
    padding-left: 15px;
    line-height: 20px;
    color: #999;
    background: url("../image/common/ico-map.png") 0 1px no-repeat;
}
.list-main .list-left-bd .address .ico-map:hover {
    color: var(--themeColor);
}
.list-main .list-left-bd .tags {
    padding-top: 5px;
}
.list-left-tit {
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd;
}
.list-left-tit h2 {
    font-size: 20px
}
.list-main .list-right {
	float: right;
	width: 260px;
    margin-top: 25px;
}
.list-main .list-right .ad {
    width: 260px;
    height: 154px;
    margin-bottom: 20px;
}
.list-main .list-right .ad img {
    width: 260px;
    height: 154px;
}
.list-main .list-right .guide .guide-list .guide-list-bd {
    padding: 20px;
}
.list-main .list-right .guide .guide-list .guide-list-bd li a {
    width: 102px;
}
.list-main .list-right .aside-list {
    margin-bottom: 18px;
}
.list-main .list-right .aside-list.first .aside-list-hd {
    border-top: none;
    margin-top: 8px;
    margin-bottom: 6px;
}
.list-main .list-right .aside-list .aside-list-hd {
    margin-bottom: 6px;
}
.list-main .list-right .aside-list .aside-list-bd dt {
	border-bottom: 1px dashed #ddd;
}
.list-main .list-right .aside-list .aside-list-bd dt span {
	display: inline-block;
	line-height: 32px;
	height: 32px;
	color: #999;
	font-size: 15px;
}
.list-main .list-right .aside-list .aside-list-bd .g1 {
	width: 120px;
	text-align: left;
}
.list-main .list-right .aside-list .aside-list-bd .g2 {
	width: 88px;
	text-align: center;
}
.list-main .list-right .aside-list .aside-list-bd .g3 {
	width: 42px;
	text-align: right;
}
.list-main .list-right .aside-list .aside-list-bd dd span {
	height: 33px;
	line-height: 33px;
	display: inline-block;
	font-size: 15px;
    overflow: hidden;
}
.list-main .list-right .aside-list .aside-list-bd dd:hover {
	background-color: #f2f2f2;
	color: #f73453;
	cursor: pointer;
}
.youlike {
	float: left;
	width: 1200px;
    margin-bottom: 30px;
}
.youlike .youlike-hd {
	height: 30px;
	border-bottom: 2px solid var(--themeColor);
	margin-top: 28px;
}
.youlike .youlike-hd h3 {
	font-size: 17px;
	font-weight: bold;
}
.youlike .youlike-bd {
	padding-top: 25px;
}
.youlike .youlike-bd ul li {
    float: left;
    width: 216px;
    display: block;
    margin-left: 12px;
    margin-right: 12px;
}
.youlike .youlike-bd ul li a.cf{
	display:block;
	height:22px;
	line-height:22px;
	overflow:hidden;
}
.youlike .youlike-bd ul li img {
	width: 216px;
	height: 117px;
}
.youlike .youlike-bd .figure {
	display: inline-block;
	width: 216px;
	height: 120px;
	overflow: hidden;
}
.youlike .youlike-bd p {
	margin-top: 2px;
}
.youlike .youlike-bd p em {
	color: #f73453;
}
.grid-lg {
    float: left;
    width: 838px;

}
/* 右边附新闻列表/S */
.aside-wrap{
    margin: 18px 0 0 26px;
    width: 328px;
    overflow: hidden;
}
.aside-wrap .latest-news{
    margin-top: 14px;
}
.aside-wrap .latest-news h2{
    font-size: 18px;
}
.aside-wrap .latest-news .list,
.aside-wrap .hot-news .list {
    margin-top: 5px;
}
.aside-wrap .latest-news .list li{
    list-style: disc;
    list-style-position: inside;
    color: #b5b9ba;
    height: 29px;
    line-height: 29px;
    width: 332px;
    overflow: hidden;
}
.aside-wrap .latest-news .ico-news{
    float: left;
    margin: 5px 8px 0 0;
    width: 18px;
    height: 18px;
    background: url(../image/common/news/ico-news.png) no-repeat;
}
.aside-wrap .hot-news{
    margin-top: 17px;
    padding-top: 7px;
    border-top: 1px solid #ddd;
}
.aside-wrap .hot-news h2{
    font-size: 18px;
}
.aside-wrap .hot-news .list li{
    height: 29px;
    line-height: 29px;
    overflow: hidden
}
.aside-wrap .hot-news .list li:first-child i{
    background-color: #f93d5b;
}
.aside-wrap .hot-news .list li:nth-child(2) i,
.aside-wrap .hot-news .list li:nth-child(3) i {
    background-color: #ff8401;
}
.aside-wrap .hot-news .list li i{
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    background: #c0c4c5;
    margin-right: 5px;
}
/* 右边附新闻列表/E */

/* 新闻列表—焦点图/S */
.news-slide{
    position: relative;
    width: 328px;
    height: 220px;
    overflow: hidden;
}
.news-slide .bd {
    height: 220px;
}
.news-slide .bd ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.news-slide .bd li {
    position: relative;
    float: left;
    width: 328px;
    height: 220px;
    overflow: hidden;
}
.news-slide .bd li img {
    width: 328px;
    height: 220px;
}
.news-slide .bd .title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 328px;
    height: 30px;
    padding-left: 10px;
    background: rgba(0,0,0,.6);
    color: #fff;
    overflow: hidden;
}
.news-slide .bd .title p{
    width: 274px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.news-slide .prev,
.news-slide .next{
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 40px;
    height: 60px;
    background: rgba(0,0,0,.6);
    display: none;
}
.news-slide .prev:hover,
.news-slide .next:hover {
    background: #1fbbd4;
    background-color: rgba(31,187,212,.8);
}
.news-slide .prev img,
.news-slide .next img {
    position: absolute;
    top: 16px;
}
.news-slide .prev img{
    left: 12px;
}
.news-slide .next img{
    right: 12px;
}
.news-slide .prev{
    left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.news-slide .next{
    right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.news-slide .pager-num{
    position: absolute;
    bottom: 0;
    right: 10px;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
.news-slide .pager-num span {
    padding: 0 2px;
}
.news-slide .pager-num .cur-num {
    color: #4bdee7;
}
/* 新闻列表—焦点图/E */

/* 二手房列表/S */
.list-ers .list-left-bd .title {
    max-width: 521px;
    padding-right: 0;
    font-size: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: none;
}
.list-ers .list-left-bd .discount {
    padding-top: 0;
}
.list-ers .list-left-bd .discount span {
    padding-right: 3px; 
}
.list-ers .list-left-bd .address .tag-ers {
    position: relative;
    display: block;
    width: 35px;
    height: 19px;
    background: url("../image/common/tag-ers.png") repeat;
}
.list-ers .list-left-bd .address .zhongjie {
    background-position: 0 0;
}
.list-ers .list-left-bd .address .geren {
    background-position: 0 -29px;
}
.aside-ers-list li {
    list-style: disc;
    list-style-position: inside;
    color: #b5b9ba;
}
.aside-ers-list li a {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.aside-ers-list .aside-list-hd {
    position: relative;
}
.aside-ers-list .link-freegou {
    position: absolute;
    top: 8px;
    right: 0;
    height: 25px;
    padding-left: 22px;
    font-size: 16px;
    line-height: 25px;
    color: #13a8cd;
    background: url("../image/common/ico-filltext.png") left 5px no-repeat;
}
.aside-ers-list .link-freegou:hover {
    text-decoration: underline;
}
/* 二手房列表/E */

/* 租房列表/S */
.list-zf .list-left-bd .title {
    max-width: 477px;
}
/* 租房列表/E */

/* ie-hack/S */
.lte-ie8 .news-slide .prev,
.lte-ie8 .news-slide .next,
.news-slide .bd .title {
    background: url("../image/common/hack/ie-bg-60.png") repeat;
}
.lte-ie8 .news-slide .bd .title p{
    line-height: 25px;
}
.lte-ie8 .news-slide .bd .count{
    line-height: 32px;
}
/* ie-hack/E */

/*广告*/
.g_newhouse_1,.g_news_1,.g_news_2{margin:0 auto; width:1062px;}
.g_newhouse_1,.g_news_1{ margin-top:15px;}

.img-out2-fy {
    position: relative;
    width: 260px;
    margin-bottom: 22px;
    margin-top: 20px;
}
.img-out2-fy>a {
    display: block;
    width: 260px;
    height: 150px;
    overflow: hidden;
    position: relative;
}
.img-out2-fy>a img {
    width: 260px;
    height: 150px;
}
.img-out2-fy .io-text1 {
    width: 260px;
    position: absolute;
    padding-top: 0;
    left: 1px;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000');
    background-color: rgba(0,0,0,.5);
    color: #fff;
}
.img-out2-fy .io-text2 {
    position: relative;
    padding-top: 4px;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}
.img-out2-fy .io-text2 span {
    color: #999;
    margin-right: 10px;
}
.img-out2-fy .io-text2 .br-text {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #999;
}
.img-out2-fy .io-text2 .br-text i {
    margin: 0 2px;
    font-weight: 600;
    font-size: 14px;
    color: #df2f30;
}
.tuan-list .list-mod {
    /* width: 808px; */
    height: 333px;
   border: 1px solid #DDD;
    margin-top: 20px;
    border-radius: 5px;

}
.tuan-list .list-mod h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 16px 0 9px 20px;
}
.tuan-list .list-mod .mod-info {
    position: relative;
    padding-left: 495px;
}
.mod-info .lp-img {
    width: 475px;
    height: 260px;
    position: absolute;
    left: 20px;
    top: 4px;
}
.tuan-list .list-mod h3 {
    margin: 0 20px;
    font-size: 20px;
    height: 60px;
    line-height: 30px;
}
.mod-info .tags {
    padding: 5px 0 12px 20px;
    font-size: 14px;
}
.mod-info .tags li {
    width: 195px;
    float: left;
    height: 34px;
    line-height: 34px;
    color: #666;
    overflow: hidden;
    zoom: 1;
    font-size: 15px;
}
.mod-info .tags li em {
    color:#f73453;
    margin-right: 6px;
}
.mod-info .discount-box {
    width: 100%;
    height: 120px;
    background:#f734530a;
}
.mod-info .discount {
    padding: 20px 20px 0;
}
.mod-info .discount strong {
    font-size: 26px;
    color:#f73453;
    line-height: 38px;
}
.btn-c {
    padding: 0 13px;
}
.mod-info .time-info {
    padding: 13px 20px 0 20px;
    color: #666;
    font-size: 14px;
}
.mod-info .time-info .limit-time {
    float: left;
}
.txt-orange {
    color: #f73453;
}
.fl {
    float: left;
    _display: inline;
}
.sort-tab:after, .sort-list:after, .layer:after, .tags:after, .discount:after, .kft-info:after, .ipt-box:after, .side-list p:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.btn-c {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 0 none;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 3px;
    color: #FFF;
    overflow: hidden;
    background: #f73453;
    border-radius: 3px;
    padding: 0 29px 0 30px;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    background:#f73453;
    line-height: 40px
}
.btn-c:hover{
    color: #fff;
}
.btn-c.disabled{
    background:#dddddd;
}

.a300,.postform-top .postform-hd,.postform-top{
    width: 260px;float: none;
}
.mb-10{
    margin-bottom: 10px;
}
.post .post-bd .post-form-phone, .post .post-bd .post-form-name, .post .post-bd .post-form-num, .post .post-bd .post-form-explain{
    width: 208px !important;
}
.postform-top{
    height: auto;
}
.mb-20{
    margin-bottom: 20px;
}
.qiugou{
    display: block;
    border: 1px solid #08afd9;
    background-color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-indent: 80px;
    color: #08afd9;
    margin-bottom: 15px;
    line-height: 44px;
    height: 44px;
    background: url(../image/common/ico-filltext.png) 58px no-repeat;
}
.jc-pop {
    width: 480px;
    height: auto;
    overflow: hidden;
    background: #fff;
    border: #dfdfdf solid 2px;
    position: fixed;
    z-index: 1002;
    top: 50%;
    left: 50%;
    margin-top: -189px;
    margin-left: -240px;
    display: none;
}
.icon-clock, .icon-close, .icon-filltext, .icon-fullstar, .icon-fullstar-active, .icon-tag, .sprite-list, .sub-nav-l a, .tab-frame, .trangle-down, .trangle-top {
    display: inline-block;
    vertical-align: top;
    background-image: url(../image/sprite-list.png);
    background-repeat: no-repeat;
}
.icon-close {
    background-position: 0 -91px;
    width: 9px;
    height: 9px;
}
.icon-close {
    position: absolute;
    z-index: 99;
    right: 10px;
    top: 10px;
    display: block;
    cursor: pointer;
}
.jc-pop .pop-content {
    padding: 30px;
    height: auto;
    overflow: hidden;
    position: relative;
}
.jc-pop .pop-content h1 {
    text-align: center;
    font-size: 24px;
    color: #333;
    padding-bottom: 30px;
    margin: 0;
}
.jc-pop .pop-content dl {
    width: 327px;
    height: 60px;
    overflow: hidden;
    margin: 0 auto;
}
.pop-content dt {
    font-weight: 400;
}
.jc-pop .pop-content dl dt {
    float: left;
    width: 75px;
    line-height: 35px;
    color: #333;
    font-size: 14px;
}
.jc-pop .pop-content dl dd {
    float: left;
    width: 250px;
}
.jc-pop .pop-content dl dd input[type=text] {
    width: 250px;
    height: 38px;
    margin: 0;
    padding: 0;
    color: #666;
    line-height: 38px;
    border: #dfdfdf solid 1px;
    text-indent: 10px;
    display: inline-block;
    float: left;
}
.jc-pop .pop-content dl dd p {
    height: 25px;
    line-height: normal;
    font-size: 12px;
    color: #f00;
    text-align: left;
    display: none;
    clear: both;
}
.jc-btn {
    display: inline-block;
    text-align: center;
    width: 160px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #fff !important;
    border: none;
    cursor: pointer;
}
.btn-pop {
    width: 327px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    display: block;
    margin: 15px auto 0;
}
.jc-btn.btn-org {
    background-color: #f73453;
}
.jc-pop .pop-content p {
    font-size: 14px;
    line-height: 60px;
    color: #666;
    text-align: center;
    margin: 0;
}
.pop-success {
    width: 250px;
    height: 94px;
    font-size: 22px;
    color: #f73453;
    text-align: center;
    background: #fff;
    border: #dfdfdf solid 2px;
    position: fixed;
    z-index: 99999;
    left: 50%;
    top: 50%;
    margin-left: -125px;
    margin-top: -47px;
    display: none;
}
.icon-ok {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    position: relative;
    background: url(../image/success.png) no-repeat;
    margin: 22px auto;
    margin-left: 30px;
    background-size: 100%;
}
.pop-success span {
    line-height: 88px;
    float: left;
    margin-left: 25px;
}
.pop-error {
    width: 250px;
    height: 94px;
    font-size: 22px;
    color: #f73453;
    text-align: center;
    background: #fff;
    border: #dfdfdf solid 2px;
    position: fixed;
    z-index: 99999;
    left: 50%;
    top: 50%;
    margin-left: -125px;
    margin-top: -47px;
    display: none;
}
.icon-error {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    position: relative;
    background: url(../image/lose.png) no-repeat;
    margin: 22px auto;
    margin-left: 30px;
}
.pop-error span {
    line-height: 88px;
    float: left;
    margin-left: 25px;
}
#mask {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
}