@charset "utf-8";
/* ******************
* Name: main.css
* Anthor: juice.G
* Day: 2014.07.21
* Version: V1.0
****************** */

/* reset */
cite, em {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  text-align: left;
  font-weight: normal;
}

input, textarea, select {
  font-family: "\5FAE\8F6F\96C5\9ED1", Arial, Helvetica, sans-serif;
  -webkit-user-select: text;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

a:hover {
  color: #ff7f01;
}

img {
  max-width: 100%;
  height: auto;
}

ul, li { list-style: none }

.fl {
  float: left;
}

.fr {
  float: right;
}

/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
  -webkit-text-size-adjust: none;
  font-family: "\5FAE\8F6F\96C5\9ED1", Arial, Helvetica, sans-serif;
  color: #333;
  display: -webkit-box;
  /* We want to layout our first container vertically */
  -webkit-box-orient: vertical;
  /* we want our child elements to stretch to fit the container */
  -webkit-box-align: stretch;
  line-height: 1.25em;
  background: #fff;
}

/* General styles that apply to elements not contained within other classes and styles */

.mt0 {
  margin-top: 0 !important;
}

.fb {
  font-weight: bold;
}
.content {
  padding: 50px 20px;
  text-align: center;
}
.bg_none {
  background: none !important;
}

.btn, .btn:hover, .btn:active, a.par, a.par:hover, .map-pop .btn-closed, .map-pop .btn-closed:hover, .main_list .item .info .fav, .main_list .item .info .faved, .col-md-3 .btn_closed, .col-md-3 .btn_closed:hover {
  display: block;
  background: url(/assets/desktop/img/sprite_btn.png) no-repeat;
}
.main .content{
  width: auto;
}
#topbar {
  height: 30px;
  background: #323436;
}

.topbar-w_pos {
  margin: 0 auto;
  width: 1000px;
  font-size: 12px;
  line-height: 30px;
  _height: 30px;
  color: #8e8e8e;
  text-align: right;
}
.topbar-w_pos .sel-city{
  float: left;
  text-align: left;
  width: 130px;
}
.topbar-w_pos .sel-city .change-city{
  position: relative;
  padding:0 25px 0 15px;
  background: url("/assets/desktop/img/select_jt.png") transparent no-repeat 100% 50%;
  color: #fff;
  cursor: pointer;
  float: right;
}
.topbar-w_pos .sel-city .city-list{
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  text-align: center;
  left: 0;
  top:100%;
}

.topbar-w_pos .sel-city .change-city:hover .city-list{
  display: block;
}
.topbar-w_pos .sel-city .city-list dd{
  color: #fff;
  border-top:1px solid #777;
}
.topbar-w_pos .sel-city .city-list dd a{
  display: block;
  width:100%;
  height: 100%;
  background: #525252;
  border-radius: 0;
}
.topbar-w_pos .sel-city .city-list dd a:hover{
  background: #323436;
  color: #fff;
}
.topbar-w_pos span {
  display: inline-block;
  line-height: 30px;
}
.topbar-w_pos .login a{
color: #ccc;
}
.topbar-w_pos .login a:hover{
  color: #fff;
}
.topbar-w_pos .login a.login-btn {
  color: #ccc;
  background: #525252;
  padding: 4px 20px;
  border-radius: 0;
  margin-left: 10px;
}
.topbar-w_pos .login a.login-btn:hover{
  background: #94C21E;
  color: #fff;
}
.topbar-w_pos .help {
  padding-left: 20px;
}
.logo {
  float: left;
  margin-right: 24px;
  width: 243px;
  height: 65px;
}
.logo img{
  height: 100%;
}
.topbar-w_pos .help a {
  color: #8e8e8e;
}

.topbar-w_pos .help i {
  margin-right: 5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  background: #89C33D;
  color: #fff;
  font-style: normal;
}



.btn_fb {
  background: url(/assets/desktop/img/btn-release.png) no-repeat;
  float: right;
  margin-top: 2px;
  width: 173px;
  height: 42px;
  background-position: 0 0;
  text-indent: -99999em;
}

.tel400 {
  position: absolute;
  background: url(/assets/desktop/img/400.png) no-repeat;
  width: 203px;
  height: 14px;
  text-indent: -9999px;
  right: 0;
  top: 50px;
}

.btn_fb:hover {
  background-position: 0 -42px;
}

.tool_bar {
  position: absolute;
  right: 0;
  top: 0px;
}

.tool_bar a {
  float: left;
  display: block;
  padding-left: 30px;
  font-size: 12px;
  color: #fff;
}

.login_wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.login_hd {
  position: absolute;
  right: 20px;
  top: -365px;
  height: 310px;
  text-align: center;
}

.login_hd p {
  padding: 15px 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.8em;
  color: #666666;
  margin-top: 50px;
}

.login_wrapper .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 239px;
  height: 310px;
  background: #fff;
  opacity: .8;
  filter: alpha(opacity=80);
}

.login_hd .hd {
  padding: 15px 23px;
  width: 193px;
  position: relative;
  z-index: 12;
}

.login_hd .login {
}

.login_hd .btn_login {
  text-indent: -999999px;
  height: 50px;
  background-position: 0 0;
  margin-top: 30px;
}

.login_hd .btn_login:hover {
  background-position: 0 -50px;
}

.login_hd .btn_login:active {
  background-position: 0 -100px;
}

.ver_code {
}

.ver_code .input_code {
  margin-bottom: 10px;
  padding: 5px 0;
  width: 193px;
  height: 30px;
  border: #aeaeae solid 1px;
  font-size: 12px;
  line-height: 30px;
  text-indent: 0.5em;
}

.ver_code .btn_comfirm {
  float: right;
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  border: none;
  font-size: 14px;
  padding: 5px 20px;
  color: #fff;
  text-shadow: 1px 1px 3px #666;
  background: #ff9601;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9500), to(#ff8300));
  background-image: filter: progid : DXImageTransform . Microsoft . gradient(startColorstr = '#ff9500', endColorstr = '#ff8300'); /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9500', endColorstr='#ff8300')"; /* IE8 */
}

.ver_code p {
  margin-top: 20px;
}

.succeed {
  text-align: center;
  font-size: 0;
}

.succeed .icon_succeed {
  margin: 50px auto 0;
  display: block;
  width: 79px;
  height: 79px;
  background: url(/assets/desktop/img/icon_succeed.png) no-repeat 0 0;
}

.succeed p {
  vertical-align: middle;
  display: inline-block;
  font-size: 24px;
  color: #f85800;
}

.main {
  margin: 20px auto;
  width: 1200px;
  border: #d7d7d7 solid 1px;
}

.breadcrumb, .breadcrumb a {
  font-size: 12px;
  color: #000;
}

.breadcrumb a:hover {
  color: #ff9601;
  text-decoration: underline;
}

.breadcrumb {
  padding: 0 20px;
  overflow: hidden;
  line-height: 28px;
  border-bottom: #d7d7d7 solid 1px;
}

.breadcrumb li {
  float: left;
}


.content h2 {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
}

.content .info {
  color: #666666;
  font-size: 12px;
  line-height: 50px;
  text-align: center;
}

.content .info span {
  padding: 0 5px;
}

.content p {
  margin: 15px 0;
  font-size: 14px;
  line-height: 30px;
  text-indent: 2em;
  color: #000;
  text-align: left;
}

.main-content {
  margin: 20px auto 0;
  width: 1200px;
  overflow: hidden;
}

.process .title, .item_list h2, .r_item h2, #neighbor_community h2 {
  font-style: normal;
  font-size: 18px;
  font-weight: normal;
  background: url(/assets/desktop/img/sprite_icon.png) no-repeat 0 0;
}

.process {
  margin-bottom: 30px;
  width: 740px;
}

.process .title {
  margin-bottom: 5px;
  padding: 18px 0 6px 20px;
  height: 21px;
  border-bottom: #d7d7d7 solid 4px;
}

.process dd {
  clear: both;
  padding-left: 23px;
  overflow: hidden;
  background: #f7f7f7;
}

.process .step {
  padding: 30px 19px;
  float: left;
  text-align: center;
}

.step1,
.step2,
.step3 {
  width: 122px;
}

.step4 {
  width: 196px;
}

.process .step i {
  margin-bottom: 15px;
  display: inline-block;
  width: 86px;
  height: 113px;
  text-indent: -99999px;
  background: url(/assets/desktop/img/process.png);
}

.process .step em {
  color: #999999;
  font-size: 14px;
  font-style: normal;
}

.process .step1 i {
}

.process .step2 i {
  background-position: -86px 0;
}

.process .step3 i {
  background-position: -172px 0;
}

.process .step4 i {
  background-position: -258px 0;
}

.item_list h2, .r_item h2, #neighbor_community h2{
  margin: 20px 0;
  padding-left: 15px;
  font-size: 18px;
  line-height: 30px;
  background-position: 0 -43px;
}

.item_list .item {
  position: relative;
  margin-left: -5px;
  margin-right: -7px;
}

.item_list .item li {
  float: left;
  width: 173px;
  margin: 0 6px 0 6px;
  font-size: 14px;
}

.item_list .item li p {
  padding: 0 5px;
  line-height: 26px;
  color: #ff9601;
}

.item_list .item a {
  color: #000000;
}

.item_list .item a:hover {
  color: #ff7f01;
  text-decoration: underline;
}

.item_list .item em {
  font-size: 12px;
  color: #999999;
  font-style: normal;
}

.item_list .more, .r_item .more {
  font-size: 12px;
  color: #2f6ed4;
}

.item_list .list {
  font-size: 12px;
  line-height: 26px;
}

.item_list .list a {
  color: #000;
}

#recommended .item a {
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.item_list .list a:hover {
  color: #ff7f01;
  text-decoration: underline;
}

.item_list .list em {
  color: #ff7f01;
  font-style: normal;
}

.box {
  border: #d7d7d7 solid 1px;
}

.r_box {
  margin-bottom: 15px;
  padding: 0 20px 30px 20px;
  width: 198px;
}

.r_box .item_list h2 {
}

.r_a {
  margin-bottom: 15px;
}

/* 房贷税费计算器 */
.tool {
  padding: 0 111px;
  width: 776px;
}

.tool h3 {
  font-size: 14px;
  font-weight: bold;
}

.mpost {
  font-size: 14px;
  color: #666666;
}

.mpost input[type=radio], .mpost input[type=checkbox] {
  width: 20px;
  height: 20px;
}

.mpost .item {
  position: relative;
}

.mpost .item .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: left;
  -webkit-box-pack: left;
  align-items: left;
  justify-content: left;
  text-align: right;
  height: 52px;
  line-height: 52px;
  left: 0;
  position: absolute;
  top: 0;
  width: 130px;
}

.mpost .item .pl {
  padding-left: 30px;
}

.mpost .item .input {
  color: #394B59;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-left: 140px;
  padding: 5px 0;
  line-height: 42px;
  position: relative;
}

.mpost .item .input-0 {
  margin-left: 0;
}

.mpost .item .input span input {
  float: left;
  margin: 12px 5px 0 0;
  cursor: pointer;
}

.mpost .item .input span label {
  cursor: pointer;
}

.mpost .item .input span {
  padding-right: 20px;
}

.mpost .item input[type=text], .mpost .item input[type=number], .mpost .item textarea {
  border-radius: 0;
  margin-right: 5px;
  outline: none;
  text-indent: 0.5em;
}

.decorate {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #fff;
  border: #d7d7d7 solid 1px;
}

.input_w {
  width: 130px;
}

.input_w1 {
  width: 170px;
}

.btn_box {
  padding: 50px 0;
  text-align: center;;
}

.btn_box .btn-post {
  margin: 0 20px;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  line-height: 34px;
  background: #ff9601;
}

.btn_box .btn-normal {
  border: #bbbbbb solid 1px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#e1e1e1));
  background-image: filter: progid : DXImageTransform . Microsoft . gradient(startColorstr = '#f7f7f7', endColorstr = '#e1e1e1'); /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e1e1e1)"; /* IE8 */
}

.btn_box .btn-confirm {
  color: #fff;
  text-shadow: 1px 1px 1px #999;
  border: #de8200 solid 1px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9600), to(#ff8300));
  background-image: filter: progid : DXImageTransform . Microsoft . gradient(startColorstr = '#ff9600', endColorstr = '#ff8300'); /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9600', endColorstr='#ff8300)"; /* IE8 */
}

.mpost_result {
  padding: 20px 40px 40px;
  font-size: 14px;
  color: #666;
  background: #f5f5f5;
}

.mpost_result h3 {
  color: #666;
  line-height: 40px;
}

.mpost_result p {
  margin: 0;
  line-height: 30px;
  color: #ff8900;
  text-align: left;
  text-indent: 0;
}

.mpost_result p span {
  display: inline-block;
  width: 216px;
  text-align: left;
  color: #ff8900;
}

.mpost_result p span em {
  color: #666;
  font-style: normal;
}

.recommendhouse {
}

.rec-tit {
  height: 39px;
  background: url(/assets/desktop/img/h3Bg.png) repeat-x;
}

.rec-tit h3 {
  float: left;
  width: 120px;
  height: 39px;
  cursor: pointer;
  border-right: 1px solid #dcdee1;
  background: url(/assets/desktop/img/h3Bg1.png) repeat-x;
  font: bold 14px/39px "\5FAE\8F6F\96C5\9ED1";
  text-align: center;
  color: #585858;
}

.rec-tit .on {
  color: #ff7f01;
  background: url(/assets/desktop/img/divBg.png) repeat-x;
}

.rec-tit strong {
  font-weight: normal;
  height: 39px;
  float: right;
  line-height: 39px;
  margin-right: 1em;
  font-size: 14px;
}

.rec-tit strong .icon-tip {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../img/icon_tip.png") no-repeat 0 0;
  margin-right: 0.5em;
  position: relative;
  top: 2px;
}

.rec-tit em {
  color: #f00;
  padding: 0 0.3em;
}

.rec-con {
}

.rc-list {
  display: none;
  zoom: 1;
}

.rec-con .on {
  display: block;
}
.item_list .item .has_xiaoer{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 98px;
	height: 105px;
	background: url("/assets/desktop/img/fxr.png");
}

.rc-list li {
  display: inline;
  float: left;
  margin-right: 20px;
  width: 160px;
  text-align: center;
}

.sec {
  padding: 10px 20px;
}

.secitem {
  clear: both;
  zoom: 1;
  padding: 8px 0;
  font-size: 12px;
}

.secitem dt {
  float: left;
  color: #666666;
}

.secitem dd {
  display: block;
  zoom: 1;
}

.secitem.region dd {
  overflow: inherit;
}

.secitem.region a {
  margin-right: 20px;
  color: #2f6ed4;
  line-height: 20px;
}

.secitem.region.sub dd {
  padding-left: 4em;
}

.secitem.region.sub a {
  white-space: nowrap;
  margin-right: 20px;
  color: #2f6ed4;
  line-height: 20px;
}

.select a, a.select {
  padding: 2px 8px;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  background: #94c21e;
  border-radius: 0;
}

.SearchForm {
  padding: 10px 0;
  zoom: 1;
  display: block;
  height: 28px;
  font-size: 12px;
  color: #666;
}

.SearchForm input, .SearchForm label {
  float: left;
  padding: 5px 0;
  line-height: 16px;
  text-indent: 0.5em;
}

.SearchForm label {
  text-indent: 0;
}

.sbtn {
  display: inline-block;
}

.SearchForm .atcate {
  margin-left: 5px;
  padding: 0 10px;
  border: none;
  background: #ff9601;
  height: 31px;
  line-height: 31px;
  color: #fff;
  font-size: 14px;
  text-indent: 0;
}

.bar span, .par {
  padding: 1px;
  display: inline-block;
  float: left;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
  line-height: 19px \0;
  font-size: 12px;
  border-radius: 0;
}

.bar {
  background: #fff;
  border-top: solid 1px #e1e1e1;
  padding: 1px;
  zoom: 1;
}

.barct {
  background: #f9f9f9;
  padding: 7px 15px;
  zoom: 1;
  overflow: hidden;
}

a.par {
  background-position: right -554px;
  border: 1px solid #ffbc89;
  padding: 1px 22px 0 5px;
  color: #666;
  margin-right: 5px;
}

a.par:hover {
  border-color: #ff8040;
  color: #666666;
  background-position: right -580px;
  text-decoration: none;
}

a.par em {
}

.map_sec {
  position: relative;
}

.map_sec .map_img {
  position: absolute;
  left: 0;
  top: 0;
}

.map_local {
  display: inline-block;
  padding: 0 10px;
  min-width: 90px;
  _width: 90px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #fff;
  position: relative;
  z-index: 9998;
}

.global-arrow {
  position: absolute;
  bottom: -9px;
  width: 13px;
  left: 30%;
  font-size: 16px;
  line-height: 20px;
  font: 400 12px/1.5 Verdana, Arial, "Hiragino Sans GB", "宋体", sans-serif;
}

.map_local_o {
  background: #ff9601;
}

.map_local_o .global-arrow {
  color: #ff9601;
}

.map_local_g {
  background: #99c524;
}

.map_local_g .global-arrow {
  color: #99c524;
}

.map-pop {
  padding: 20px 20px;
  position: absolute;
  right: 50px;
  top: 30px;
  width: 390px;
  height: 120px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: stretch;
  background: #fff;
  border: #d7d7d7;
  box-shadow: 0 0 5px rgba(134, 134, 134, 0.5);
  z-index: 9999;
}

.btnPost {
  margin: 5% auto;
  -webkit-appearance: none;
  display: -webkit-box;
  display: block;
  min-width: 90px;
  border: none;
  border-radius: 5px;
  color: #FFF;
  height: 40px;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  font-family: "\5FAE\8F6F\96C5\9ED1", Arial, Helvetica, sans-serif;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9600), to(#ff8300));
  background-image: filter: progid : DXImageTransform . Microsoft . gradient(startColorstr = '#ff9600', endColorstr = '#ff8300'); /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9600', endColorstr='#ff8300)"; /* IE8 */
}

.btnPost:hover {
  color: #fff;
}

.map-pop .btn-closed {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  text-indent: -999999px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: stretch;
  font-size: 30px;
  background-position: right -606px;
  border-radius: 0;
}

.map-pop .btn-closed:hover {
  background-position: right -631px;
}

.map-pop .img {
  min-width: 160px;
  _width: 160px;
  _float: left;
}

.map-pop h2, .map-pop h2 a {
  font-size: 18px;
  line-height: 30px;
  color: #000;
}

.map-pop span {
  padding: 0 5px;
  color: #ff7f01;
}

.map-con {
  float: right;
  _width: 210px;
}

.main_list {
  margin: 15px auto;
  width: 1200px;
  overflow: hidden;
}

.main_list .item_list {
  width: 940px;
  border-top: #94c21e solid 1px;
  margin-bottom: -1000px;
  padding-bottom: 1000px;
}

.main_list .item_list .blank {
  width: 100%;
  height: 30px;
  background: #f1f1f1;
  text-align: right;
  line-height: 30px;
  font-size: 14px;
}

.main_list .item_list .blank .icon-ok {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../img/icon_tip.png") no-repeat 0 -15px;
  margin-right: 0.5em;
  position: relative;
  top: 2px;
}

.main_list .item_list .blank em {
  color: #f00;
  padding: 0 0.3em;
}

.main_list .item {
  overflow: hidden;
  padding: 20px;
  margin-left: 0;
  position: relative;
  background: url(/assets/desktop/img/dashed.png) repeat-x 0 bottom;
}

.main_list .item .btn_delete {
  display: block;
  width: 15px;
  height: 15px;
  text-indent: -99999px;
  border-radius: 0;
  position: absolute;
  right: 10px;
  top: 20px;
  background-position: right -556px;
}

.main_list .item .img {
  margin-right: 30px;
  width: 160px;
  height: 120px;
  overflow: hidden;
}

.main_list .item .list-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-right: 20px;
  width: 360px;
}

.main_list .item .list-info .tit strong {
  float: left;
  margin-right: 0.5em;
  color: #2f6ed4;
  font-size: 18px !important;
  line-height: 24px;
  font-style: normal;
  font-weight: normal;
}

.main_list .item .list-info .tit {
  clear: both;
  overflow: hidden;
  line-height: 24px;
}

.main_list .item .list-info .attr {
  clear: both;
}

.main_list .item .list-info .ico {
  background: url(/assets/desktop/img/icon_boutique.png) no-repeat 0 0;
  overflow: hidden;
  width: 77px;
  height: 24px;
  float: left;
  display: inline-block;
  text-indent: -100em;
  top: 2px;
}

.main_list .item .list-info .certified {
  background-position: 0 0;
}

.main_list .item .list-info .certifing {
  background-position: 0 -24px;
}

.main_list .item .list-info .price {
  float: right;
  font-size: 15px;
  font-weight: bold;
  color: #ff7201;
}

.main_list .item .list-info .size, .main_list .item .info .size {
  font-size: 12px;
  color: #666666;
  line-height: 30px;
}

.main_list .item .list-info .desc {
  padding-left: 0;
  padding-top: 0;
  font-size: 12px;
  color: #000;
  line-height: 30px;
}

.main_list .item .list-info .time {
  font-size: 12px;
  color: #999999;
  line-height: 30px;
}

.main_list .item .info {
  padding-top: 10px;
  width: 130px;
}

.main_list .item .info .price {
  font-size: 18px;
  color: #ff7f01;
}

.main_list .item .info .price strong {
  font-size: 24px;
}

.main_list .item .info .fav, .main_list .item .info .faved {
  display: block;
  width: 19px;
  height: 19px;
}

.main_list .item .info .fav {
  background-position: 0 -718px;
}

.main_list .item .info .faved {
  background-position: 0 -760px;
}

.pagination ul {
  text-align: center;
  margin: 50px 0 20px;
  overflow: hidden;
}

.pagination li {
  display: inline;
  font-size: 12px;
  color: #000000;
}

.pagination .disabled a, .pagination .disabled a:hover {
  cursor: default;
  color: #999;
}

.pagination a:hover {
  color: #000000;
}

.pagination a {
  display: inline-block;
  padding: 2px 10px;
  margin: 0 2px;
  border-radius: 0;
  border: #e2e1e1 solid 1px;
  background: #f0f0ef;
}

.pagination .active a {
  color: #fff;
  background: #94c21e;
  border: none;
  cursor: default;
}

.main_list .r_item {
  position: relative;
  font-size: 12px;
  line-height: 24px;
  color: #000;
}

.main_list .r_item li {
  padding: 0 12.5px 30px;
}

.main_list .r_item li img {
  width: 173px;
  height: 130px;
}

.main_list .r_item li p {
}

.main_list .r_item li em {
  display: inline-block;
  float: right;
  color: #ff9601;
}

.alert-danger {
  color: #b30000;
}

.alert-warning {
  color: #ff5b01;
}

.form {
  padding: 0 20px;
}

.form .item {
  margin: 10px 0;
  clear: both;
}

.item .dropdown {
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 999999;
  clear: both;
  width: 600px;
  font-size: 12px;
  border: #dbdbdb solid 1px;
  background: #f9f9f9;
}

.item .dropdown li {
  _height: 26px;
}

.item .dropdown li a, .item .dropdown li a:hover {
  color: #999;
}

.item .dropdown li a em, .item .dropdown li a:hover em {
  color: #000;
}

.item .dropdown li a {
  clear: both;
  margin: 5px 0;
  _margin: 0;
  padding: 0 20px;
  display: block;
  border-radius: 0;
  text-align: left;
  line-height: 26px;
}

.item .dropdown li a:hover {
  text-decoration: none;
  background: #ffddad;
}

.item .dropdown li a em {
  display: inline-block;
  width: 190px;
}

.form .item .title {
  width: 150px;
  text-align: right;
  height: 42px;
  line-height: 42px;
}

.form .item .input {
  margin-left: 160px;
  line-height: 32px;
  text-align: left;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form .input .desc {
  line-height: 32px;
}

.form .input .desc-h {
  color: #666666;
  font-size: 12px;
  width: 100%;
}

.form .input .desc-h .upload {
  display: inline-block;
  margin-right: 10px;
  float: left;
  padding: 0 10px;
  font-size: 14px;
  border: #d7d7d7 solid 1px;
  border-radius: 0;
  background: #ededed;
}

.form .input .desc-h .upload i {
  display: inline-block;
  float: left;
  margin-top: 10px;
  width: 18px;
  height: 14px;
  background: url(/assets/desktop/img/icon_picture.gif) no-repeat 0 0;
}

.form .input .select {
  text-align: left;
  line-height: 32px;
}

.form .input .tip {
  color: #9B9B9B;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.p-num {
  width: 170px;
}

.p-num1 {
  width: 38px;
}

.item .title {
  text-align: right;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: right;
  -webkit-box-pack: right;
  align-items: right;
  justify-content: right;
}

.form .item .input span input {
  clear: both;
  float: none;
  margin: 0;
}

.select .s_check {
  margin-left: 10px;
}

.select .s_check .decorate {
  position: relative;
  top: 5px;
}

.item textarea {
  padding: 5px;
  width: 100%;
  min-height: 150px;
  border: #b2b2b2 solid 1px;
  background: #f9f9f9;
}

.item .alert {
  clear: both;
  font-size: 12px;
  color: #999999;
  text-align: left;
  text-indent: 0;
  line-height: 24px;
}

.item .alert a {
  color: #ff8a00;
}

.item .example {
  width: 269px;
  height: 107px;
  background: #e9e9e9;
  position: relative;
}

.item .example .text {
  padding: 0 10px;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  font-style: normal;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.mpost_result_f {
  margin-top: 50px;
  text-align: left;
}

.mpost_result_f .form .check .title-1 input {
  float: left;
  margin-right: 5px;
}

.item .week_check p {
  clear: both;
  padding: 10px 0 60px 30px;
  color: #666666;
  line-height: 30px;
}

.item .week_check p em, .item .week_check input[type=checkbox], .item .week_check select {
  float: left;
}

.item .week_check p em {
  padding-right: 20px;
}

.item .week_check input[type=checkbox] {
  margin-top: 5px;
}

.item .week_check .elevator {
  width: 99px;
}

.item .week_check .hr {
  padding: 0 5px;
  color: #999999;
}

.col-md-3 {
  float: left;
  width: 31%;
  margin: 0 10px 20px 0;
  position: relative;;
}

.col-md-3 .img_box {
  display: block;
  padding: 3px;
  width: 229px;
  height: 172px;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 0 5px rgba(134, 134, 134, 0.5);
}

.col-md-3 .btn_closed {
  display: block;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 15px;
  height: 15px;
  text-indent: -999999px;
  border: #666 solid 1px;
  border-radius: 0;
  background-position: right -556px;
  background-color: #fff;
  z-index: 10;
}

.col-md-3 .btn_closed:hover {
  background-position: right -581px;
}

/*=====================================================================================
	详情
*/
.main_title .fun a, .icon_left, .icon_right, .open_home .time .arr, .desc_map .ico_position, .my_menu_dl .listmenu li, .my_menu_dl .listmenu li.active, .my_menu_dl .listmenu li:hover, .r_info .item .name .ico_certifing, .ico_certifed, .tips .arr, .tips .arr_l, .flow_list .checkbox, .flow_list .checkboxed {
  background: url(/assets/desktop/img/sprite.png) no-repeat;
}

.detailPrimary {
  padding: 20px;
  text-align: left;
}

.main_title {
  margin-bottom: 10px;
}

.main_title h2 {
  margin-bottom: 10px;
  text-align: left;
}

.main_title .fun {
  float: right;
  display: inline-block;
  width: 150px;
  font-size: 12px;
  color: #666666;
}

.main_title .fun a {
  display: inline-block;
  margin-left: 10px;
  padding: 0 10px 6px 20px;
}

.main_title .fun a.dp {
  background-position: 0 -108px;
}

.main_title .fun a.fav {
  background-position: 0 -130px;
}

.main_title .fun a.faved {
  background-position: 0 -183px;
}

.mtit_con {
  font-size: 12px;
  color: #666666;
}

.mtit_con li {
  float: left;
  padding-right: 20px;
  line-height: 30px;
}

.main_focus {
  width: 498px;
  height: 480px;
  border: #dcdcdc solid 1px;
}

/*
.main_focus .img_box{
    width:498px;
    height:374px;
    overflow:hidden;
    border-bottom:1px solid #dcdcdc;
    text-align:center;
    display: table-cell;
    vertical-align:middle;
    *display: block;
    *font-size: 326px;
    *font-family:Arial;
    position:relative;
}

.main_focus .img_box img{
  height: 374px;
  max-width:498px;
  vertical-align:middle;
  z-index:1;
}
*/
.main_focus .img_box {
  width: 498px;
  height: 374px;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  position: relative;
  line-height: 374px;
  z-index: 1;
}

.main_focus .img_box img {
  height: 374px;
  max-width: 498px;
  vertical-align: middle;
  z-index: 1;
}

.main_focus .g_thumb {
  padding: 14px 16px 0 20px;
  background: #fdfdfd;
  overflow: hidden;
  position: relative;
}

.icon_left, .icon_right {
  display: inline-block;
  width: 14px;
  height: 52px;
  overflow: hidden;
  background-color: #c0c0c0;
  position: absolute;
  top: 29px;
  cursor: pointer;
  border-radius: 3px;
}

.icon_left:hover, .icon_right:hover {
  background-color: #919191;
}

.icon_left {
  float: left;
  left: 5px;
  background-position: -74px -148px;
}

.icon_right {
  float: right;
  right: 5px;
  background-position: -89px -148px;
}

.g_thumb_main {
  width: 456px;
  height: 84px;
  overflow: hidden;
  position: relative;
}

.g_thumb ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 9999999px;
}

.g_thumb li {
  list-style: none;
  float: left;
  display: inline;
  width: 98px;
  border: 1px solid #e1e1e1;
  margin: 4px 8px 0 7px;
  background: #fff;
  overflow: hidden;
  height: 73px;
}

.g_thumb li.active { border-width: 5px; margin: 0 4px 0 3px; }

.g_thumb li img {
  text-align: center;
  vertical-align: middle;
  width: 98px;
  height: 73px;
}

.g_sumary {
  width: 583px;
}

.suUl {
  padding: 20px 0;
  line-height: 40px;
  font-size: 14px;
  color: #000;
  background: url(/assets/desktop/img/dashed.png) repeat-x 0 bottom;
}

.suUl em {
  color: #666666;
}

.suUl .price {
  padding-right: 20px;
  font-size: 22px;
  color: #ff7f01;
}

.g_sumary .list-info {
  margin: 20px 0 0 0;
  overflow: hidden;
  height: 200px;
  position: relative;
}

.g_sumary .list-info .thumbnail {
  height: 128px;
  margin-right: 10px;
  width: 128px;
  position: absolute;
  left: 0;
  top: 0;
}

.g_sumary .list-info dl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-left: 158px;
}

.g_sumary .list-info .tit {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 20px;
}

.g_sumary .list-info .tit strong {
  float: left;
  margin-right: 0.5em;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}

.g_sumary .list-info .btn_online {
  float: left;
  display: inline-block;
  width: 67px;
  height: 24px;
  text-indent: -99999px;
  border-radius: 0;
  background-position: 0 -522px;
}

.g_sumary .list-info .btn_unline {
  background-position: -88px -522px;
}

.g_sumary .list-info .jubao {
  float: right;
  font-size: 14px;
  margin-right: 10px;
  color: #888;
  padding-left: 20px;
  background: url("/assets/desktop/img/bell.png") no-repeat 0 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.g_sumary .list-info .attr {
  display: block;
}

.g_sumary .list-info .attr {
  height: 20px;
  line-height: 20px;
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}

.g_sumary .list-info span {
  float: left;
  font-size: 12px;
  color: #fff;
  line-height: 16px;
}

.g_sumary .list-info .desc {
  padding: 0;
  color: #1fa5f2;
  width: 40px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  border-top: #1fa5f2 solid 1px;
  border-bottom: #1fa5f2 solid 1px;
  border-left: #1fa5f2 solid 1px;
}

.g_sumary .list-info .status {
  padding: 0 4px;
  background: #1fa5f2;
  border-top: #1fa5f2 solid 1px;
  border-bottom: #1fa5f2 solid 1px;
  border-left: #1fa5f2 solid 1px;
}

.g_sumary .list-info .deal {
  padding-top: 20px;
  height: 47px;
}

.g_sumary .list-info .btn_deal {
  width: 139px;
  height: 47px;
  line-height: 47px;
  text-indent: -9999px;
  background-position: 0 -338px;
}

.g_sumary .list-info .btn_deal:hover {
  background-position: 0 -385px;
}

.detail .item_list {
  border: none;
}

.des_tit {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-indent: 0.5em;
  color: #111111;
  background: #f1f1f1;
  border-top: #94c21e solid 1px;
  position: relative;
}

.des_tit .dianping {
  margin-top: 5px;
  margin-right: 10px;
  display: inline-block;
  float: right;
  width: 83px;
  height: 27px;
  border-radius: 0;
  text-indent: -99999px;
  background-position: 0 -495px;
}

.des_tit .dianping:hover {
  background-position: -83px -495px;
}

.desc {
  height: auto;
  font-size: 14px;
  color: #000;
  line-height: 35px;
}

.desc dl {
  clear: both;
  overflow: hidden;
}

.desc dt {
  margin-right: 5px;
  float: left;
  font-weight: 700;
}

.desc dd {
  float: left;
  width: 940px;
}

.open_home {
  padding: 30px 0 30px 20px;
  font-size: 12px;
}

.open_home p {
  padding: 0 0 15px 0;
}

.open_home span {
  margin-right: 10px;
  padding: 0 10px;
  line-height: 24px;
  display: inline-block;
  color: #5f7c15;
  background: #d9e6b9;
}

.open_home .time {
  margin-left: 20px;
  display: inline-block;
  line-height: 22px;
  border: #94c21e solid 1px;
  color: #666666;
  background: #fff;
  position: relative;
}

.open_home .time .arr {
  display: block;
  width: 7px;
  height: 11px;
  background-position: 0 0;
  position: absolute;
  left: -7px;
  top: 5px;
}

.desc_map {
  padding: 10px 0 30px 10px;
  font-size: 14px;
  line-height: 30px;
  color: #000;
}

.desc_map .position {
  margin-bottom: 10px;
}

.desc_map .ico_position {
  display: block;
  margin: 8px 5px 0 0;
  width: 10px;
  height: 15px;
  float: left;
  background-position: 0 -19px;
}

.desc_map .map_wrap {
  width: 925px;
  height: 280px;
  border: #d7d7d7 solid 1px;
}

.dianping_info {
  padding: 20px 0;
  border-bottom: #e0e0e0 solid 1px;
}

.dianping_info:last-child {
  border: none;
}

.dianping_info h4 {
  line-height: 24px;
}

.dianping_info h3 {
  color: #fff;
  font-size: 12px;
}

.dianping_info h3 span {
  padding: 0 5px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  background: #94c21e;
  text-align: center;
  position: relative;
}

.dianping_info h3 span i {
  display: inline-block;
  position: absolute;
  top: 1px;
  right: -8px;
  width: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #94c21e;
  font: 700 14px/1.5 Verdana, Arial, "Hiragino Sans GB", "宋体", sans-serif;
  z-index: -1;
}

.dianping_info .tit {
  width: 71px;
}

.dianping_info .info {
  width: 869px;
  font-size: 12px;
  color: #000;
}

.dianping_info .info .user {
  margin-bottom: 10px;
  font-size: 16px;
  color: #666666;
}

.dianping_info .info .price {
  font-size: 14px;
  color: #ff7f01;
}

.dianping_info .info .refer {
  color: #666;
}

.dianping_info .info p {
  line-height: 30px;
}

.dianping_info .info strong {
  font-weight: bold;
  color: #000;
}

.dianping_info .info a {
  color: #2f6ed4;
}

.dianping_info .user_dianping {
  padding: 20px 0;
  background: url(/assets/desktop/img/dashed.png) repeat-x 0 bottom;
}

.dianping_info .user_dianping:first-child {
  padding-top: 0;
}

.dianping_info .user_dianping p {
  line-height: 24px;
}

.write_wrap {
  margin-top: 50px;
  padding: 15px;
  background: #f1f1f1;
}

.write_wrap h4 {
  font-size: 14px;
  font-weight: bold;
}

.write_wrap h4 span {
  display: inline-block;
  float: right;
  font-size: 12px;
  color: #ff7f01;
  font-weight: normal;
}

.write_wrap textarea {
  margin: 10px 0;
  padding: 10px;
  width: 894px;
  min-height: 130px;
  text-align: left;
  font-size: 12px;
  line-height: 24px;
  color: #999999;
  max-width: 894px;
}

.write_wrap .btn_box {
  padding: 0;
  margin: 0;
}

.write_wrap .btnPost {
  margin: 0;
  float: right;
  padding: 0 10px;
  width: auto;
  min-width: 80px;
  height: 26px;
  line-height: 24px;
  font-size: 14px;
  text-shadow: 1px 1px 1px #999;
  border: #de8200 solid 1px;
  background: #ff9601;
}

/*=====================================================================================
	个人中心
*/
.my_content .line {
  margin: 20px 0;
  height: 1px;
  font-size: 0;
  background: url(/assets/desktop/img/dashed.png) repeat-x 0;
}

.my_menu, .my_content {
  margin-bottom: -2000px;
  padding-bottom: 2000px;
}

.my_menu {
  color: #000;
  border-right: #dddddd solid 1px;
}

.my_menu_dl {
  padding: 20px 0;
  width: 172px;
  font-size: 12px;
  line-height: 30px;
}

.my_menu_dl dt {
  font-size: 14px;
  font-weight: 700;
}

.my_menu_dl .listmenu li {
  padding: 0 0 0 15px;
  background-position: 5px -40px;
}

.my_menu_dl .listmenu li.active, .my_menu_dl .listmenu li:hover {
  background-color: #dddddd;
  background-position: 5px -69px;
}

.my_menu_dl .listmenu li a:hover {
  color: #000;
}

.my_content {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  width: 987px;
}

.my_content h2 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}

.my_content h2 span {
  font-size: 12px;
}

.my_content .r_info {
  width: 821px;
}

.r_info .item {
  margin-bottom: 10px;
  font-size: 12px;
}
.r_info .item.coupon{
  position: relative;
}
.r_info .item.coupon .qrcode{
  position: absolute;
  background: url("/assets/desktop/img/coupon_qrcode.png") no-repeat 0 0;
  height: 276px;
  width: 221px;
  right: 150px;
  top: 15px;

}

.r_info .item .title, .r_info .item .input {
  padding: 0;
  line-height: 40px;
  height: 40px;
}

.r_info .item .title-5 {
  width: 210px;
  -webkit-box-align: left;
  -webkit-box-pack: left;
  align-items: left;
  justify-content: left;
}

.r_info .item .input-3 {
  margin-left: 210px;
}

.r_info .item .name {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.r_info .item input[type=radio] {
  float: left;
  margin: 12px 5px 0 0;
  width: 15px;
  height: 15px;
  border: none;
}

.r_info .item .select span {
  display: inline-block;
  float: left;
}

.r_info .item .name span, .r_info .item .name .ico_certifing, .r_info .item .name .ico_certifed {
  display: inline-block;
  float: left;
  padding-right: 5px;
}

.r_info .item .name .ico_certifing {
  margin-top: 10px;
  width: 66px;
  height: 20px;
  background-position: right 0;
}

.r_info .item .name .ico_certifed {
  margin-top: 10px;
  width: 66px;
  height: 20px;
  background-position: right -20px;
}

.my_content .tips {
  padding: 0 5px;
  display: inline-block;
  color: #ff6d01;
  font-size: 12px;
  text-align: center;
  background: #fff7ec;
  border: #ffcc85 solid 1px;
  position: relative;
}

.tips .arr, .tips .arr_l {
  position: absolute;
}

.tips .arr {
  width: 12px;
  height: 9px;
  background-position: 0 -99px;
  left: 10px;
  top: -9px;
}

.tips .arr_l {
  width: 9px;
  height: 12px;
  background-position: 0 -148px;
  left: 10px;
  top: -50%;
}

.r_info .btn_box {
  margin-bottom: 50px;
}

.r_info .btnPost {
  margin: 0;
  padding: 0 10px;
  width: auto;
  border: #de8200 solid 1px;
  background: #ff9601;
}

.my_content .main_list .item_list {
  border: none;
}

.my_content .main_list .item {
  padding: 20px 20px 20px 0;
}

.my_content .release_ava {
  padding: 0 0 100px 0;
}

.my_content .release_ava .tips, .my_content .tips {
  display: block;
}

.my_content .main_list {
  width: 987px;
}

.my_content .main_list .item:last-child {
  background: none;
}

.my_content .main_list .num {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}

.my_content .main_list .num span {
  display: inline-block;
  float: left;
}

.my_content .main_list .num .edit {
  display: inline-block;
  padding-right: 20px;
  float: right;
  color: #2f6ed4;
}

.my_content .main_list .my_info {
  padding: 10px 0 0;
  width: 100%;
  height: 60px;
  overflow: hidden;
  font-size: 12px;
}

.my_content .main_list .my_info .card, .my_content .main_list .my_info .tt {
  margin-bottom: -1000px;
  padding-bottom: 1000px;
  display: block;
}

.my_content .main_list .my_info .card {
  width: 555px;
  height: 60px;
  line-height: 60px;
  background: #efefef;
}

.my_content .main_list .my_info .card span {
  padding: 0 30px 0 20px;
}

.my_content .main_list .my_info .card strong {
  font-size: 18px;
  font-weight: bold;
  color: #ff7f01;
}

.my_content .main_list .my_info .tt .tips {
  padding-top: 10px;
  width: 145px;
  height: 48px;
  text-align: left;
}

.my_content .main_list .my_info .tt .tips i {
  left: -9px;
  top: 20px;
}

.list-info li {
  background: #FFF;
  border-bottom: 1px solid #cccccc;
  font-size: 12px;
  color: #858586;
  line-height: 20px;
  overflow: hidden;
}

.list-info li {
  line-height: 0;
}

.list-info li:first-child {
  border-top: none;
}

.list-info li.hover {
  background-color: #e3e4e4;
}

.list-info li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  border-radius: 0;
  padding: 10px;
}

.list-info .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-left: 1px #d5d5d5 solid;
  margin: 0 0 0 -1px;
  display: inline-block;
}

.list-info .info {
  width: 79%;
}

.list-info .info a {
  position: relative;
}

.list-info-hd {
  height: 554px;
  overflow-y: scroll;
}

.list-info-hd dl {
  padding: 20px 30px;
  color: #000;
}

.list-info-hd dl a {
  display: inline;
}

.list-info .tit {
  margin-bottom: 5px;
  clear: both;
  overflow: hidden;
  line-height: 24px;
}

.list-info-hd .desc {
  padding: 0;
  color: #666666;
  font-size: 12px;
  line-height: 24px;
}

.list-info .tit strong {
  padding-right: 10px;
  float: left;
  font-size: 18px !important;
  line-height: 24px;
  font-weight: bold;
}

.list-info-hd li .ico {
  background: url(/assets/desktop/img/icon_cert_t.png) no-repeat 0 0;
  background-size: 63px auto;
  overflow: hidden;
  width: 63px;
  height: 15px;
  margin-top: 4px;
}

.list-info li .ico {
  background: url(/assets/desktop/img/icon_cert_t.png) no-repeat 0 0;
  background-size: 77px auto;
  overflow: hidden;
  width: 77px;
  height: 24px;
  float: left;
  display: inline-block;
  text-indent: -100em;
  top: 0;
  margin-top: 0;
}

.list-info li .certified {
  background-position: 0 0;
}

.list-info li .certifing {
  background-position: 0 -24px;
}

.my_content .deal_flow, .my_content .deal_flow_check {
  margin-bottom: 20px;
}

.my_content .deal_flow_check {
  height: auto;
  border: #dddddd solid 1px;
}

.deal_flow_check .flow_list {
  padding: 10px 20px;
  overflow: hidden;
  font-size: 12px;
  line-height: 30px;
  color: #666666;
  border-bottom: #dddddd solid 1px;
  position: relative;
}

.flow_list a {
  color: #2f6ed4;
}

.flow_list dt, .flow_list dd {
  display: block;
  padding-right: 100px;
}

.flow_list dt {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.flow_list dt a, .flow_list dt span {
  padding: 0 10px;
  font-size: 12px;
}

.flow_list dt span {
  color: #666;
  font-weight: normal;
}

.deal_flow_check .btn-w {
  margin: 0 auto;
  display: inline-block;
  width: auto;
}

.deal_flow_check .btn_check {
  padding: 0 10px;
  min-width: 80px;
  position: absolute;
  right: 10px;
  top: 0;
  margin-top: 24px;
  color: #FFF;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.deal_flow_check .btn_check_po {
  margin: 30px 39%;
  position: static;
}

.deal_flow_check .mt8 {
  margin-top: 8px;
}

.deal_flow_check .checkbox-bd {
  padding: 0 10px;
  background: #ff9601;
  border-radius: 5px;
  border: #de8200 solid 1px;
}

.deal_flow_check .checkbox-bd .checkbox {
  margin-right: 5px;
  margin-top: 11px;
  border: none;
  border-radius: 3px;
  width: 16px;
  height: 16px;
}

.deal_flow_check .checkbox {
  background-position: -84px -115px;
}

.deal_flow_check .checkboxed {
  color: #94c21e;
  background: #fff;
  border: #94c21e solid 1px;
}

.deal_flow_check .checkboxed .checkbox {
  background-position: -84px -99px;
}

.deal_flow_check .bd-green .btnPost {
  border: #9ac62b solid 1px;
  border-radius: 5px;
  background: #fff;
  color: #94c21e;
}

.deal_flow_check .bd-green .btnPost {
  border: #9ac62b solid 1px;
  border-radius: 5px;
  background: #fff;
  color: #94c21e;
}

.my_content .deal_flow .tips {
  padding: 20px;
  text-align: left;
  color: #000;
}

.my_content .deal_flow span {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.my_content .deal_flow .btnPost {
  float: left;
  margin: 0;
  padding: 0 10px;
  width: auto;
  min-width: 80px;
  height: 26px;
  line-height: 24px;
  font-size: 14px;
  text-shadow: 1px 1px 1px #999;
  border: #de8200 solid 1px;
  background: #ff9601;
}

.my_content .deal_flow_check h3 {
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  text-indent: 2em;
  border-bottom: #dddddd solid 1px;
}

.my_content .deal_flow_check p {
  padding: 30px 0;
  font-size: 14px;
  text-align: center;
}

.my_content .deal_flow_check .btn {
  margin-left: 30px;
}

.my_content .deal_flow_check .btn_online {
  display: inline-block;
  width: 87px;
  height: 24px;
  text-indent: -99999px;
  border-radius: 0;
  background-position: 0 -522px;
}

.my_content .deal_flow_check .btn_unline {
  background-position: -88px -522px;
}

.my_content .deal {
  margin-bottom: 100px;
  border: #dddddd solid 1px;
}

.my_content .table {
  font-size: 12px;
  text-align: center;
}

.my_content .table th {
  color: #666;
  text-align: center;
  line-height: 40px;
  font-weight: normal;
}

.my_content .table td {
  padding-top: 10px;
  vertical-align: top;
  border-top: #ddd solid 1px;
  border-right: #ddd solid 1px;
}

.my_content .table .fc {
  padding: 10px;
  text-align: left;
}

.my_content .table .deal_in, .my_content .table .deal_in a {
  color: #2f6ed4;
}

.my_content .table .time {
  color: #666;
}

.my_content .table .btnPost {
  display: inline-block;
  margin: 0 auto 10px;
  padding: 0;
  height: 28px;
  line-height: 28px;
  min-width: 60px;
  width: auto;
  color: #666666;
  font-size: 12px;
  border: #bbbbbb solid 1px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#e2e2e2));
  background-image: filter: progid : DXImageTransform . Microsoft . gradient(startColorstr = '#f6f6f6', endColorstr = '#e2e2e2');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e2e2e2)";
}

.my_content .table .deal_ing, .my_content .table .deal_ed {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  color: #94c21e;
}

.my_content .WB_webim {
  margin-bottom: 100px;
}

.my_chat {
}

.my_chat .item {
  padding-bottom: 0 !important;
  width: 840px;
  background: none;
  border-bottom: #dddddd solid 1px;
}

.my_chat .item .img {
  margin-right: 10px;
  width: 70px;
  height: 70px;
}

.my_chat .item .re_time {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 20px;
}

.my_chat .item .re_info {
  font-size: 12px;
  line-height: 60px;
}

.my_chat .item .re_info a {
  color: #2f6ed4;
}

.my_chat .item .list-info {
  margin-right: 0;
}

.my_chat .item .list-info .tit {
  font-size: 12px;
}

.my_chat .item .list-info .tit em {
  padding-right: 10px;
  color: #000;
  font-weight: bold;
}

.my_chat .item .list-info .tit span {
  padding: 0 5px;
  line-height: 20px;
  color: #fff;
  background: #ff9601;
}

.my_chat .item .list-info .desc {
  display: block;
  padding: 0 10px;
  position: relative;
}

.my_chat .webim_chat_sendbox {
  position: relative;
  background: transparent;
}

.my_chat .webim_chat_sendbox .sendbox_box .send_input {
  width: 99.8%;
}

.my_chat .webim_chat_sendbox .sendbox_box .send_input input {
  border: #d7d7d7 solid 1px;
  font-size: 12px;
  text-indent: 1em;
  box-shadow: 0px 5px 10px 0px #e7e7e7 inset;
}

.my_chat .webim_chat_sendbox .sendbox_box .btnPost {
  margin: 10px 0;
  float: right;
  padding: 0 10px;
  width: auto;
  min-width: 60px;
  height: 26px;
  line-height: 24px;
  font-size: 14px;
  text-shadow: 1px 1px 1px #999;
  border: #de8200 solid 1px;
  background: #ff9601;
}

.my_chat .webim_chat_veri {
  width: 100%;
  background: #f7f7f7;
}

.my_chat .webim_dia_verity {
  padding: 20px;
  position: relative;
}

.my_chat .webim_dia_verity h3 {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}

.my_chat .webim_dia_verity .btn_closed {
  display: block;
  width: 15px;
  height: 15px;
  text-indent: -99999px;
  border-radius: 0;
  position: absolute;
  right: 10px;
  top: 20px;
  background-position: right -556px;
}

.my_chat .webim_dia_verity .btn_closed:hover {
  background-position: right -581px;
}

.my_chat .webim_dia_verity .verity_hd {
  margin-bottom: 20px;
}

.my_chat .webim_dia_verity .webim_dia_ex {
  padding: 2px 5px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  display: inline-block;
}

.my_chat .webim_dia_verity .webim_dia_da {
  background: #62d297 !important;
}

.my_chat .webim_dia_verity .avator-hd {
  margin-top: 7px;
  width: 20px;
  height: 20px;
}

.my_chat .webim_dia_verity .avator-hd .webim_dia_l {
  background: #66cae0;
}

.my_chat .webim_dia_verity .webim_dia_box .msg_arr {
  top: 10px;
  left: -7px;
}

.my_chat .webim_dia_verity .webim_dia_box .webim_dia_bg {
  margin-right: 20px;
}

.my_chat .webim_dia_verity .sendbtn_box {
  text-align: right;
  border: none;
}

.my_chat .webim_dia_verity .btnPost {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
  height: 28px;
  line-height: 28px;
  min-width: 60px;
  width: auto;
  color: #666666;
  font-size: 12px;
  border: #bbbbbb solid 1px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#e2e2e2));
  background-image: filter: progid : DXImageTransform . Microsoft . gradient(startColorstr = '#f6f6f6', endColorstr = '#e2e2e2');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e2e2e2)";
}

.WB_webim .webim_dia_fl_g .webim_dia_bg {
  background: #d6d6d6;
}

.WB_webim .webim_dia_fl_gr .webim_dia_bg {
  background: #d4e7a4;
}

.WB_webim .webim_dia_fl_gr .webim_dia_bg .msg_arr {
  background-position: 0 -28px;
}

.WB_webim .webim_dia_box .webim_dia_bg {
  min-width: 72px;
  max-width: 295px;
  margin: 0;
  padding: 5px 9px;
  border-radius: 5px;
  position: static;
}

.WB_webim .webim_dia_box .webim_dia_bg .dia_txt {
  font-size: 12px;
}

.WB_webim .webim_dia_l .msg_arr {
  top: 10px;
}

.WB_webim .webim_chat_dialogue {
  margin-bottom: 0;
}

.WB_webim .webim_chat_dialogue .dia_info {
  text-align: center;
}

.WB_webim .webim_chat_dialogue .dia_info .info_date {
  padding: 0 20px;
  color: #999999;
  font-size: 12px;
  display: inline-block;
  background: #fff;
}

.WB_webim .webim_chat_dialogue .dia_info .line {
  display: block;
  margin: -10px auto 20px;
  width: 450px;
  height: 0;
  line-height: 0;
  font-size: 0;
  border-bottom: #dddddd solid 1px;
  position: relative;
  z-index: -1;
}

.WB_webim .webim_dia_g .webim_dia_bg {
  background: #d4e7a4;
}

.WB_webim .webim_dia_g .webim_dia_bg .dia_txt {
  text-indent: 2em;
}

.WB_webim .webim_dia_g .msg_arr {
  background-position: 0 -28px;
}

.WB_webim .webim_dia_g .msg_reply {
  display: block;
  width: 21px;
  height: 15px;
  background: url(/assets/desktop/img/reply.png) no-repeat 0 0;
  position: absolute;
  left: 10px;
  top: 10px;
}

/* footer */
.footer-wrapper {
  margin-top: 80px;
  width: 100%;
  border-top: #90c221 solid 1px;
  background: url(/assets/desktop/img/footer_bg.gif);
}

.footer {
  margin: 0 auto;
  width: 1000px;
}

.link {
  padding: 30px 0 10px;
  border-bottom: #999999 dashed 1px;
}

.link dt {
  font-size: 16px;
  line-height: 30px;
}

.link dd {
  margin-bottom: 20px;
  font-size: 12px;
}

.link dd a {
  padding: 0 20px 0 0;
  color: #666666;
}

.link dd a:hover {
  text-decoration: underline;
}

.copyright {
  padding: 20px 0 20px;
  text-align: center;
  font-size: 12px;
}

.copyright, .copyright a {
  color: #000;
  line-height: 40px;
}

/* 弹出层 */
#background {
  position: absolute;
  z-index: 998;
  top: 0px;
  left: 0px;
  background: #000;
  display: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#content {
  position: absolute;
  z-index: 999;
  width: 100%;
  text-align: center;
  display: none;
}

.pop_box {
  margin: 0 auto;
  width: 440px;
  font-size: 15px;
  line-height: 20px;
  background: #fff;
  text-align: left;
  border-radius: 5px;
  position: relative;
}

.pop_box .btn_closed {
  display: block;
  width: 15px;
  height: 15px;
  text-indent: -999999px;
  position: absolute;
  right: 10px;
  top: 12px;
  background-position: right -606px;
}

.pop_box h5 {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  text-indent: 1em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #f5f5f5;
  border-bottom: #94c21e solid 2px;
}

.pop_box .pop_tips_txt {
  text-align: center;
}

.pop_box .pop_tips_txt, .pop_box .mpost {
  padding: 20px !important;
}

.pop_box .mpost li {
  text-align: center;
}

.pop_box .sendbtn_box {
  text-align: center;
}

.pop_box .btnPost {
  display: inline-block;
  margin: 20px auto;
  padding: 0 10px;
  min-width: 100px;
  width: auto;
  color: #666666;
  border: #bbbbbb solid 1px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#e2e2e2));
  background-image: filter: progid : DXImageTransform . Microsoft . gradient(startColorstr = '#f6f6f6', endColorstr = '#e2e2e2');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e2e2e2)";
}

.pop_box .btnPost_g {
  color: #000;
  background: #e9e9e9;
  border-bottom: #cacaca solid 2px;
}

.pop_box .f_em {
  font-style: normal;
  color: #ff7f01;
}

.pop_box .area_con {
  width: 100%;
  height: 200px;
}

.pop_box .f_danger {
  color: #ce0000;
}

.btn_l {
  padding: 0 10px;
  width: auto;
}

#content .mpost {
  padding: 10px 0;
}

#content .in_search {
  text-indent: 2em;
  background: url(/assets/desktop/img/icon_search.png) no-repeat 5px 7px;
  background-size: 24px auto;
}

#content .sendbtn_zixun, #content .sendbtn_yes {
  margin: 0 2%;
  width: 46%;
}

.pop_box .pop_add_list {
  padding: 10px;
  border-top: #cccccc solid 1px;
  height: 168px;
  overflow-y: auto;
}

.pop_box .pop_add_list li {
  clear: both;
  overflow: hidden;
  zoom: 1;
  padding: 2px 0;
  font-size: 12px;
  border-bottom: #cccccc solid 1px;
}

.pop_box .pop_add_list li:last-child {
  border-bottom: none;
}

.pop_box .pop_add_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: block;
}

.pop_box .pop_add_list li em {
  font-style: normal;
  color: #dbdbdb;
}

.pop_box .pop_add_list li span {
  color: #f00;
}

.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.3;
  position: fixed;
  bottom: 50px;
  right: 10px;
  display: none;
  text-indent: -9999px;
  background: url(/assets/desktop/img/icon_top.png) no-repeat;
  outline: none !important;
}

#uploadContent {
  width: 100%;
  font-size: 30px;
  text-align: center;
}

#uploadContent .image-preview .img_box {
  overflow: hidden;
}

#uploadContent .image-preview .filename {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 235px;
  height: 178px;
  font-size: 14px;
  background-color: #494949;
  color: #fff;
  overflow: hidden;
  padding: 0;
}

#uploadContent .new .img_box::after {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  line-height: 178px;
  content: "待上传";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
}

#uploadContent .uploading .img_box::after {
  content: "";
  background-image: url('/assets/desktop/img/loading.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#uploadContent .upload-progress {
  color: #fff;
  line-height: 178px;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#link-logout {
  color: #8e8e8e;
}


.sorry {
  display: none;
  color: #f00;
}



.listmenu .hasNewMessage {
  right: -20px;
}

.dot-outer {
  position: relative;
}

.dot-outer .dot {
  position: absolute;
  right: -10px;
  top: -5px;
  border: 5px solid #f00;
  border-radius: 100%;
}

#recommended {
  width: 740px;
  margin-bottom: 40px;
}

#recommended img {
  width: 173px;
  height: 130px;
}

#dropdown-community_id {
  max-height: 400px;
  overflow: auto;
}

.cursor-right, .cursor-left {
  width: 249px;
  height: 374px;
  position: absolute;
  top: 0;
  z-index: 9;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.cursor-right {
  cursor: url("/assets/desktop/img/cursor_right.cur"), auto;
  right: 0;
}

.cursor-left {
  cursor: url("/assets/desktop/img/cursor_left.cur"), auto;
  left: 0;
}

.g_thumb .icon_disable, .g_thumb .icon_disable:hover {
  background-color: #e5e5e5;
  cursor: default;
}

.nav li a .tip {
  position: absolute;
  left: 66%;
  top: -1.0em;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #f00;
  display: block;
  font-size: 0.7em;
  height: 1em;
  line-height: 1em;
  padding: 0.3em;
  border-radius: 0.3em;
  white-space: nowrap;
  z-index: 1;
}

.nav li a .tip:after {
  content: "";
  display: block;
  position: absolute;
  left: 10%;
  bottom: -0.5em;
  border: 0.3em solid #f00;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

#special-offer {
  margin-bottom: 20px;
  width: 740px;
}

#special-offer h2 {
  margin-top: 0;
}

#special-offer li {
  width: 360px;
  height: 271px;
  font-size: 14px;
}

#special-offer a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

#special-offer img {
  width: 100%;
  height: 100%;
}

#special-offer .name {
  position: absolute;
  left: 15px;
  top: 6px;
  font-size: 16px;
}

#special-offer .brief {
  position: absolute;
  left: 20px;
  top: 30px;
  color: #bbb;
}

#special-offer .right {
  left: auto;
  right: 15px;
}

#special-offer .price {
  position: absolute;
  right: 15px;
  top: 6px;
  font-size: 16px;
}

#special-offer .number {
  color: #ff7f01;
  font-size: 18px;
}

#special-offer .mask {
  position: absolute;
  width: 100%;
  height: 58px;
  left: 0;
  bottom: 0;
  background-color: #4e4e4e;
  background-color: rgba(51, 51, 51, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc333333', endColorstr='#cc333333', GradientType=0);
  filter: none \9;
  zoom: 1;
}

.pic-release {
  display: block;
  width: 240px;
  height: 191px;
  background: url("/assets/desktop/img/pic-release.png") no-repeat;
  text-indent: -99999px;
  padding: 0;
}

.pic-release a {
  display: block;
  height: 100%;
  width: 100%;
}

#service-progress { width: 740px; height: 390px; background: #F7F7F7 url(/assets/desktop/img/liucheng.png) no-repeat scroll 17px 67px; border-radius: 5px 5px 0 0; margin-bottom: 20px; }

#service-progress h2 { background: #9BC430; color: #fff; font-size: 24px; height: 37px; line-height: 37px; text-align: center; border-radius: 5px; }

#service-progress a { display: block; width: 100%; height: 353px; text-indent: -9999px; background: url(/assets/desktop/img/xiaoer3.png) no-repeat scroll 285px 209px }

#neighbor_houses, #other_houses {
  width: 946px;
}

.item_list_grid .des_tit{
  margin-top: 60px;
}

.item_list_grid .item {
  padding: 0;
  margin-left: -16px;
  background: none;
  clear: both;
}

.item_list_grid .item li {
  float: left;
  width: 173px;
  margin: 20px 0 0 17px;
  font-size: 14px;
}

.item_list_grid .item li p {
  line-height: 1.5em;
  height: 1.5em;
}

.item_list_grid .thumb {
  display: block;
  width:173px;
  height: 130px;
  overflow: hidden;
  border-radius:0;
}

.item_list_grid .price {
  color: #ff9601;
}

.item_list_grid .detail {
  color: #999;
  font-size: 0.8em;
}

.item_list_grid .community {
  clear: both;
  line-height: 14px;
  font-size: 14px;
  overflow: hidden;
}

.item_list_grid .more {
  float: right;
  font-size: 12px;
  color: #666;
  padding-right: 1em;
}
#neighbor_community li a {
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
#neighbor_community li a:hover {
  background-color: #f1f1f1;
}

/*首页右侧推荐房源*/
.r_box .item_list .list a {
  display: block;
  position: relative;

}
.r_box .item_list .list .community{
    overflow: hidden;
     white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    width: 55%;
}
.r_box .item_list .list .brief {
  font-style: normal;
  position: absolute;
  right: 0;
  top: 0;
}
.r_box .item_list h2 a {
  background: none;
}
.z2ts{
  padding: 21px 0;
  background: #F7F7F7;
  float: left;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.city_title{
  float: left;
}