.home .container {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .home .container {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.home .header .header-content {
  background: #F2F5F4;
  height: 0.36rem;
  line-height: 0.36rem;
}
@media screen and (max-width: 1024px) {
  .home .header .header-content {
    height: 0.7rem;
    line-height: 0.7rem;
    padding: 0;
  }
}
.home .header .header-content .left-title {
  float: left;
  display: flex;
}
.home .header .header-content .left-title .left-title-item {
  font-size: 0.14rem;
  color: #333333;
  margin-right: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .home .header .header-content .left-title .left-title-item {
    font-size: 0.28rem;
  }
}
.home .header .header-content .right-message {
  font-size: 0.14rem;
  color: #333333;
  float: right;
}
@media screen and (max-width: 1024px) {
  .home .header .header-content .right-message {
    font-size: 0.24rem;
  }
}
.home .content .search-top {
  height: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .home .content .search-top {
    flex-direction: column;
    height: fit-content;
  }
}
.home .content .search-top .search-left-message {
  padding-top: 0.39rem;
  float: left;
}
.home .content .search-top .search-left-message .top-message {
  display: flex;
  align-items: center;
}
.home .content .search-top .search-left-message .top-message .logo {
  width: 1.07rem;
  height: 0.3rem;
  background: url(../images/footer_logo.png) center / cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .home .content .search-top .search-left-message .top-message .logo {
    width: 1.5rem;
  }
}
.home .content .search-top .search-left-message .top-message .line {
  width: 0.01rem;
  height: 0.2rem;
  background-color: #333333;
  margin: 0 0.15rem;
}
.home .content .search-top .search-left-message .top-message .title {
  font-weight: 500;
  font-size: 0.24rem;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .home .content .search-top .search-left-message .top-message .title {
    font-size: 0.28rem;
  }
}
.home .content .search-top .search-left-message .top-message .adress {
  cursor: pointer;
  position: relative;
  margin-left: 0.14rem;
  height: 0.28rem;
  line-height: 0.28rem;
  border: 0.01rem solid #DFDFDF;
  border-radius: 0.02rem;
  padding: 0 0.1rem;
  display: flex;
  align-items: center;
  font-size: 0.12rem;
}
@media screen and (max-width: 1024px) {
  .home .content .search-top .search-left-message .top-message .adress {
    height: 0.45rem;
    line-height: 0.45rem;
    font-size: 0.24rem;
  }
}
.home .content .search-top .search-left-message .top-message .adress .icon {
  margin-right: 0.05rem;
  display: inline-block;
  width: 0.1rem;
  height: 0.12rem;
  background: url(../images/adress_icon2.png) center / cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .home .content .search-top .search-left-message .top-message .adress .icon {
    width: 0.15rem;
    height: 0.17rem;
  }
}
.home .content .search-top .search-left-message .location {
  margin-top: 0.12rem;
}
@media screen and (max-width: 1024px) {
  .home .content .search-top .search-left-message .location {
    margin-bottom: 0.2rem;
  }
}
.home .content .search-top .search-left-message .location .location-item {
  float: left;
  font-size: 0.12rem;
  color: #999999;
}
@media screen and (max-width: 1024px) {
  .home .content .search-top .search-left-message .location .location-item {
    font-size: 0.28rem;
  }
}
.home .content .search-top .search-left-message .location .location-item:last-child span {
  display: none;
}
.home .content .search-top .search-right {
  margin-top: 0.25rem;
  float: right;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .home .content .search-top .search-right {
    margin-bottom: 0.25rem;
  }
}
.home .content .search-top .search-right input {
  margin-top: 0.21rem;
  float: left;
  width: 5.2rem;
  height: 0.54rem;
  line-height: 0.54rem;
  padding-left: 0.14rem;
  font-size: 0.16rem;
  color: #B3B3B3;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .home .content .search-top .search-right input {
    width: 5.5rem;
    font-size: 0.28rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
}
.home .content .search-top .search-right button {
  margin-top: 0.21rem;
  background: #F5781D;
  font-size: 0.16rem;
  color: #FFFFFF;
  float: left;
  height: 0.54rem;
  line-height: 0.54rem;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .home .content .search-top .search-right button {
    font-size: 0.28rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
}
.home .content .search-top .page {
  margin-top: 0.45rem;
  float: left;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .home .content .search-top .page {
    margin-top: 0.2rem;
  }
}
.home .content .search-top .page .page-item {
  margin-left: 0.3rem;
  font-size: 0.16rem;
  color: #333333;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .home .content .search-top .page .page-item {
    font-size: 0.28rem;
  }
}
.home .content .search-top .page .page-item span {
  display: none;
  bottom: -0.08rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 0.26rem;
  height: 0.02rem;
  background: #F5781D;
  border-radius: 0.1rem;
}
.home .content .search-top .page .page-item:hover {
  color: #F5781D;
}
.home .content .search-top .page .page-item:hover a {
  color: #F5781D;
}
.home .content .search-top .page .page-item:hover span {
  display: block;
}
.home .content .search-top .page .active {
  color: #F5781D;
}
.home .content .search-top .page .active a {
  color: #F5781D;
}
.home .content .search-top .page .active span {
  display: block;
}
.home .content .search-bottom {
  border: 1px solid #F0F2F4;
  padding: 0 0.3rem 0 0.21rem;
}
@media screen and (max-width: 1024px) {
  .home .content .search-bottom {
    margin-top: 0.3rem;
    display: none;
  }
  .home .content .search-bottom ul li {
    margin: 0.1rem 0.2rem;
  }
}
.home .content .search-bottom .border {
  padding: 0.2rem 0 0.1rem;
  border-bottom: 0.01rem dotted #DEDEDE;
  display: flex;
  flex-wrap: wrap;
}
.home .content .search-bottom .border ul {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .home .content .search-bottom .border {
    align-items: center;
  }
}
.home .content .search-bottom .pulic-title {
  width: fit-content;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  margin-right: 0.3rem;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1024px) {
  .home .content .search-bottom .pulic-title {
    font-size: 0.28rem;
  }
}
.home .content .search-bottom .pulic-name {
  float: left;
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #333333;
  margin-right: 0.2rem;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1024px) {
  .home .content .search-bottom .pulic-name {
    font-size: 0.28rem;
  }
}
.home .content .search-bottom .pulic-name .radio {
  font-size: 0.14rem;
  color: #333333;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .home .content .search-bottom .pulic-name .radio {
    font-size: 0.28rem;
  }
}
.home .content .search-bottom .pulic-name .radio span {
  width: 0.14rem;
  height: 0.14rem;
  border: 1px solid #707070;
  border-radius: 0;
  display: inline-block;
  margin-right: 0.07rem;
  transform: 0.4s;
}
@media screen and (max-width: 1024px) {
  .home .content .search-bottom .pulic-name .radio span {
    width: 0.2rem;
    height: 0.2rem;
  }
}
.home .content .search-bottom .pulic-name span {
  margin-left: 0.07rem;
  font-size: 0.14rem;
  color: #333333;
}
.home .content .search-bottom .area-name {
  float: left;
}
@media screen and (max-width: 1024px) {
  .home .content .search-bottom .area-name {
    margin-top: 0.1rem;
  }
}
.home .content .search-bottom .pulic-input {
  display: flex;
  align-items: center;
}
.home .content .search-bottom .pulic-input input {
  width: 0.6rem;
  height: 0.24rem;
  border: 1px solid #DFDFDF;
  font-size: 0.14rem;
}
@media screen and (max-width: 1024px) {
  .home .content .search-bottom .pulic-input input {
    font-size: 0.28rem;
    width: 0.8rem;
    height: 0.35rem;
  }
}
.home .content .search-bottom .pulic-input input[name=priceMax] {
  margin-right: 0.07rem;
}
.home .content .search-bottom .pulic-input .line {
  margin: 0 0.04rem;
  width: 0.13rem;
  height: 0.01rem;
  background-color: #333333;
}
.home .content .search-bottom .pulic-input .button {
  display: none;
  cursor: pointer;
  padding: 0 0.05rem;
  background: #ccc;
  height: 0.24rem;
  line-height: 0.24rem;
  margin-left: 0.1rem;
  font-size: 0.14rem;
}
@media screen and (max-width: 1024px) {
  .home .content .search-bottom .pulic-input .button {
    margin-left: 0.15rem;
    font-size: 0.28rem;
    height: 0.4rem;
    line-height: 0.4rem;
  }
}
.home .content .search-bottom .active {
  color: #F5781D;
}
.home .content .search-bottom .active a {
  color: #F5781D;
}
.home .content .search-bottom .active .radio span {
  border-color: #F5781D !important;
  background: url(../images/correct_icon.png) center / contain no-repeat;
  background-color: #F5781D;
}
.home .content .search-bottom .area {
  border-bottom: 0;
}
.home .content .left-message {
  width: 8.92rem;
  float: left;
}
@media screen and (max-width: 1024px) {
  .home .content .left-message {
    width: 100%;
  }
}
.home .content .left-message .title-top {
  float: left;
  margin-top: 0.2rem;
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
  padding-bottom: 0.14rem;
}
@media screen and (max-width: 1024px) {
  .home .content .left-message .title-top {
    font-size: 0.28rem;
    margin-top: 0.3rem;
  }
}
.home .content .left-message .title-top span {
  color: #F5781D;
}
.home .content .left-message .sort-title {
  margin-top: 0.3rem;
  float: right;
  display: flex;
}
.home .content .left-message .sort-title .sort-title-item {
  margin-left: 0.3rem;
  font-size: 0.14rem;
  color: #333333;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .home .content .left-message .sort-title .sort-title-item {
    font-size: 0.28rem;
  }
}
.home .content .left-message .sort-title .sort-title-item a {
  display: flex;
  align-items: center;
}
.home .content .left-message .sort-title .sort-title-item span {
  margin-left: 0.03rem;
  vertical-align: middle;
  display: inline-block;
  width: 0.1rem;
  height: 0.14rem;
  background: url(../images/top_iocn.png) center / contain no-repeat;
}
@media screen and (max-width: 1024px) {
  .home .content .left-message .sort-title .sort-title-item span {
    width: 0.18rem;
    height: 0.22rem;
  }
}
.home .content .left-message .sort-title .sort-title-item.active,
.home .content .left-message .sort-title .sort-title-item:hover {
  color: #F5781D;
}
.home .content .left-message .sort-title .sort-title-item.active span,
.home .content .left-message .sort-title .sort-title-item:hover span {
  transform: rotate(180deg);
}
.home .content .left-message .sort-title .sort-title-item.active a,
.home .content .left-message .sort-title .sort-title-item:hover a {
  color: #F5781D;
}
.home .content .left-message .firm-type-list {
  border-top: 0.01rem solid #EDEDED;
  padding-top: 0.26rem;
}
@media screen and (max-width: 1024px) {
  .home .content .left-message .firm-type-list {
    margin-top: 0.2rem;
  }
}
.home .content .left-message .firm-type-list .firm-type-item ul li {
  width: 100%;
  border-bottom: 0.01rem solid #EDEDED;
  padding: 0.4rem 0 0.3rem;
}
.home .content .left-message .firm-type-list .firm-type-item ul li .item-img {
  float: left;
  width: 1.8rem;
  height: 1.8rem;
  text-align: center;
  background-color: #f5f5f5;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .home .content .left-message .firm-type-list .firm-type-item ul li .item-img {
    width: 100%;
    height: 3rem;
  }
}
.home .content .left-message .firm-type-list .firm-type-item ul li .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .content .left-message .firm-type-list .firm-type-item ul li .item-desc {
  float: left;
  margin-left: 0.42rem;
  width: 5rem;
}
@media screen and (max-width: 1024px) {
  .home .content .left-message .firm-type-list .firm-type-item ul li .item-desc {
    margin-left: 0;
    margin-top: 0.2rem;
    width: 100%;
  }
}
.home .content .left-message .firm-type-list .firm-type-item ul li .item-desc .titile {
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .home .content .left-message .firm-type-list .firm-type-item ul li .item-desc .titile {
    font-size: 0.3rem;
  }
}
.home .content .left-message .firm-type-list .firm-type-item ul li .item-desc .address {
  padding-left: 0.22rem;
  margin-top: 0.16rem;
  font-size: 0.14rem;
  color: #666666;
  background: url(../images/address.png) left / 0.14rem 0.14rem no-repeat;
}
@media screen and (max-width: 1024px) {
  .home .content .left-message .firm-type-list .firm-type-item ul li .item-desc .address {
    padding-left: 0.28rem;
    font-size: 0.24rem;
    background: url(../images/address.png) left / 0.2rem 0.2rem no-repeat;
  }
}
.home .content .left-message .firm-type-list .firm-type-item ul li .item-desc .case {
  padding-left: 0.22rem;
  margin-top: 0.1rem;
  font-size: 0.14rem;
  color: #666666;
  background: url(../images/floor-area.png) left / 0.14rem 0.14rem no-repeat;
}
@media screen and (max-width: 1024px) {
  .home .content .left-message .firm-type-list .firm-type-item ul li .item-desc .case {
    padding-left: 0.28rem;
    font-size: 0.24rem;
    background: url(../images/floor-area.png) left / 0.2rem 0.2rem no-repeat;
  }
}
.home .content .left-message .firm-type-list .firm-type-item ul li .item-desc .tag {
  margin-top: 0.12rem;
}
.home .content .left-message .firm-type-list .firm-type-item ul li .item-desc .tag .tag-item {
  margin-top: 0.08rem;
  float: left;
  margin-right: 0.08rem;
  background: #F4F7F6;
  height: 0.3rem;
  line-height: 0.3rem;
  padding: 0 0.12rem;
  font-size: 0.12rem;
  color: #999999;
}
@media screen and (max-width: 1024px) {
  .home .content .left-message .firm-type-list .firm-type-item ul li .item-desc .tag .tag-item {
    font-size: 0.24rem;
    height: 0.45rem;
    line-height: 0.45rem;
    margin-bottom: 0.1rem;
  }
}
.home .content .left-message .firm-type-list .firm-type-item ul li .item-button {
  cursor: pointer;
  float: right;
  margin-top: 0.82rem;
  height: 0.44rem;
  line-height: 0.44rem;
  padding: 0 0.15rem;
  font-size: 0.16rem;
  color: #FFFFFF;
  background: #F5781D;
  border-radius: 0.02rem;
}
@media screen and (max-width: 1024px) {
  .home .content .left-message .firm-type-list .firm-type-item ul li .item-button {
    margin-top: 0.1rem;
    font-size: 0.24rem;
  }
}
.home .content .left-message .firm-type-list .firm-type-item ul li:hover .item-desc .titile {
  color: #F5781D;
  text-decoration: underline;
}
.home .content .right-from {
  margin-top: 0.3rem;
  float: right;
  width: 2.62rem;
  border: 0.01rem solid #E9EBED;
  padding: 0.2rem;
}
.home .content .right-from .from-title {
  font-weight: bold;
  font-size: 0.22rem;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .home .content .right-from .from-title {
    font-size: 0.3rem;
  }
}
.home .content .right-from .from-slogan {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .home .content .right-from .from-slogan {
    font-size: 0.24rem;
  }
}
.home .content .right-from .messageForm-main {
  padding-top: 0.2rem;
}
.home .content .right-from .messageForm-main .form-group {
  text-align: center;
}
.home .content .right-from .messageForm-main .form-group .select-region {
  width: 100%;
  border: 0;
  height: 0.39rem;
  line-height: 0.39rem;
  background: #F2F5F4;
  display: flex;
  padding: 0 0.12rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.12rem;
  color: #857575;
}
@media screen and (max-width: 1024px) {
  .home .content .right-from .messageForm-main .form-group .select-region {
    font-size: 0.28rem;
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.2rem;
  }
}
.home .content .right-from .messageForm-main .form-group .select-region .layui-icon-down {
  width: 0.11rem;
  height: 0.06rem;
  background: url(../images/bottom_icon.png) center / 0.11rem 0.06rem no-repeat;
}
.home .content .right-from .messageForm-main .form-group .select-region .layui-icon-down::before {
  content: '';
}
.home .content .right-from .messageForm-main .form-group label,
.home .content .right-from .messageForm-main .form-group .form-input-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-bottom: 0.16rem;
}
.home .content .right-from .messageForm-main .form-group .form-input-block {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.home .content .right-from .messageForm-main .form-group .form-input-block select {
  background-color: #F2F5F4;
  border: 0;
  height: 0.39rem;
  line-height: 0.39rem;
}
.home .content .right-from .messageForm-main .form-group .form-input-block .arrow-icon {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  width: 0.11rem;
  height: 0.06rem;
  right: 0.12rem;
  top: 0.17rem;
  background: url(../images/bottom_icon.png) center / 0.11rem 0.06rem no-repeat;
}
.home .content .right-from .messageForm-main .form-group .form-input-block #area-select2:focus + .arrow-icon {
  transform: rotate(180deg);
}
.home .content .right-from .messageForm-main .form-group .form-input-block .layui-form-select {
  width: 100%;
}
.home .content .right-from .messageForm-main .form-group .form-input-block .layui-form-select .layui-edge {
  right: 0.1rem;
  margin-top: 0;
  border-width: 0;
  width: 0.08rem;
  height: 0.06rem;
  margin-top: -0.03rem;
  background: url(../images/bottom_icon.png) center / 0.11rem 0.06rem no-repeat;
}
.home .content .right-from .messageForm-main .form-group .form-input-block .layui-input-suffix {
  font-size: 0.14rem;
}
.home .content .right-from .messageForm-main .form-group .form-input-block input {
  border: 0;
  height: 0.39rem;
  line-height: 0.39rem;
  padding: 0 0.12rem;
  background: #F2F5F4;
  font-size: 0.14rem;
}
.home .content .right-from .messageForm-main .form-group .form-input-block input ::-webkit-input-placeholder {
  font-size: 0.12rem;
  color: #999999;
}
.home .content .right-from .messageForm-main .form-group .form-input-block input :-moz-placeholder {
  font-size: 0.12rem;
  color: #999999;
}
.home .content .right-from .messageForm-main .form-group .form-input-block input ::-moz-placeholder {
  font-size: 0.12rem;
  color: #999999;
}
.home .content .right-from .messageForm-main .form-group .form-input-block input :-ms-input-placeholder {
  font-size: 0.12rem;
  color: #999999;
}
.home .content .right-from .messageForm-main .form-group .form-input-block input[name=area] {
  width: 90%;
}
.home .content .right-from .messageForm-main .form-group .form-input-block select[name=room] {
  width: 100%;
  padding: 0 0.3rem 0 0.12rem;
}
.home .content .right-from .messageForm-main .form-group .form-input-block select[name=room] .layui-form-select {
  width: 100% !important;
}
.home .content .right-from .messageForm-main .form-group .form-input-block input[name=tel] {
  width: 100%;
}
.home .content .right-from .messageForm-main .form-group .form-input-block input[name=code] {
  flex: 1;
}
.home .content .right-from .messageForm-main .form-group .form-input-block .layui-input-split {
  border: 0;
  height: 0.39rem;
  line-height: 0.39rem;
  font-size: 0.12rem;
  color: #333333;
  background: #F2F5F4;
  padding-right: 0.12rem;
}
@media screen and (max-width: 1024px) {
  .home .content .right-from .messageForm-main .form-group .form-input-block .layui-input-split {
    font-size: 0.28rem;
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.2rem;
  }
  .home .content .right-from .messageForm-main .form-group .form-input-block .layui-input-split ::-webkit-input-placeholder {
    font-size: 0.28rem;
  }
  .home .content .right-from .messageForm-main .form-group .form-input-block .layui-input-split :-moz-placeholder {
    font-size: 0.28rem;
  }
  .home .content .right-from .messageForm-main .form-group .form-input-block .layui-input-split ::-moz-placeholder {
    font-size: 0.28rem;
  }
  .home .content .right-from .messageForm-main .form-group .form-input-block .layui-input-split :-ms-input-placeholder {
    font-size: 0.28rem;
  }
}
.home .content .right-from .messageForm-main .form-group .form-input-block .parting-line {
  position: absolute;
  right: 120px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 16px;
  width: 1px;
  border: 0;
  background-color: #e4e6f0;
  margin: 0;
  padding: 0;
}
.home .content .right-from .messageForm-main .form-group .form-input-block .code-buttons {
  flex: 1;
  color: #0066FF;
  cursor: pointer;
  text-align: center;
}
.home .content .right-from .messageForm-main .form-group .form-input-block .disabled {
  color: #B3B3B3 !important;
  cursor: not-allowed !important;
}
.home .content .right-from .messageForm-main .form-group .three .layui-form-select {
  width: 30%;
}
.home .content .right-from .messageForm-main .form-group .form-textarea-wrap {
  width: 100%;
}
.home .content .right-from .messageForm-main .required-reading {
  margin-top: 0.11rem;
  font-size: 0.14rem;
  color: #999999;
}
@media screen and (max-width: 1024px) {
  .home .content .right-from .messageForm-main .required-reading {
    font-size: 0.24rem;
  }
}
.home .content .right-from .messageForm-main .required-reading a {
  font-size: 0.12rem;
  color: #0066FF;
}
@media screen and (max-width: 1024px) {
  .home .content .right-from .messageForm-main .required-reading a {
    font-size: 0.24rem;
  }
}
.home .content .right-from .messageForm-main .required-reading span {
  cursor: pointer;
  vertical-align: middle;
  width: 0.14rem;
  height: 0.14rem;
  border: 1px solid #707070;
  border-radius: 0;
  display: inline-block;
  margin-right: 0.07rem;
  transform: 0.4s;
}
@media screen and (max-width: 1024px) {
  .home .content .right-from .messageForm-main .required-reading span {
    width: 0.2rem;
    height: 0.2rem;
  }
}
.home .content .right-from .messageForm-main .active {
  border-color: #F5781D !important;
  background: url(../images/correct_icon.png) center / contain no-repeat;
  background-color: #F5781D;
}
.home .content .right-from .messageForm-main .number-protection {
  font-size: 0.12rem;
  color: #999999;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .home .content .right-from .messageForm-main .number-protection {
    font-size: 0.2rem;
  }
}
.home .content .right-from .messageForm-main .number-protection span {
  margin-right: 0.04rem;
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  background: url(../images/number_icon.png) center / cover no-repeat;
}
.home .content .right-from .messageForm-main .messageForm-main-submit {
  margin-top: 0.08rem;
  background: #F5781D;
  overflow: hidden;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.18rem;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .content .right-from .messageForm-main .messageForm-main-submit span {
  margin-right: 0.05rem;
  display: inline-block;
  width: 0.18rem;
  height: 0.16rem;
  background: url(../images/appraise_icon.png) center / cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .home .content .right-from {
    display: none;
    width: 100%;
    border-radius: 0.1rem;
  }
  .home .content .right-from .messageForm-title {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.3rem;
  }
  .home .content .right-from .messageForm-title .dialogLayer-close {
    width: 0.8rem;
    height: 0.8rem;
    -webkit-background-size: 0.2rem 0.2rem;
    background-size: 0.2rem 0.2rem;
  }
  .home .content .right-from .messageForm-main {
    margin-top: 0.3rem;
  }
  .home .content .right-from .messageForm-main .form-group {
    margin-bottom: 0.25rem;
    border-radius: 0.1rem;
  }
  .home .content .right-from .messageForm-main .form-group .form-input-block {
    width: 100%;
  }
  .home .content .right-from .messageForm-main .form-group .form-input-block input {
    font-size: 0.28rem;
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.2rem;
  }
  .home .content .right-from .messageForm-main .form-group .form-input-block input ::-webkit-input-placeholder {
    font-size: 0.28rem;
  }
  .home .content .right-from .messageForm-main .form-group .form-input-block input :-moz-placeholder {
    font-size: 0.28rem;
  }
  .home .content .right-from .messageForm-main .form-group .form-input-block input ::-moz-placeholder {
    font-size: 0.28rem;
  }
  .home .content .right-from .messageForm-main .form-group .form-input-block input :-ms-input-placeholder {
    font-size: 0.28rem;
  }
  .home .content .right-from .messageForm-main .form-group .form-textarea-wrap {
    width: 100%;
  }
  .home .content .right-from .messageForm-main .messageForm-main-submit {
    border-radius: 0.1rem;
    font-size: 0.28rem;
    padding: 0.15rem 0.4rem;
    height: fit-content;
  }
}
@media screen and (max-width: 1024px) {
  .home #cityLayer {
    left: -1rem;
  }
}
