/**
 * example:
 * .className {
 *   position: relative;
 *   &:after {
 *    .setLine([@color]);
 *   }
 * }
 */
.company {
  background: #F1F2F3;
  font-size: 0.24rem;
}
.company .selected-list {
  padding: 0 0.2rem;
  background: #F1F2F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.24rem;
  color: #434343;
}
.company .selected-item {
  width: 48.5%;
  height: 4.87rem;
  background: #fff;
  border-radius: 0.16rem;
  margin-top: 0.2rem;
  margin-right: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.company .selected-item .item-imgbox {
  width: 100%;
  height: 3.38rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0.16rem 0.16rem 0 0;
}
.company .selected-item .item-imgbox img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.company .selected-item .tit {
  padding: 0 0.16rem;
  margin: 0.15rem 0 0.1rem;
}
.company .selected-item .tit a {
  display: block;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #434343;
  font-size: 0.26rem;
}
.company .selected-item .item-info {
  padding: 0 0.16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.14rem;
}
.company .selected-item .price {
  color: #E04043;
  font-size: 0.28rem;
}
.company .selected-item .city {
  color: #98999A;
  font-size: 0.24rem;
}
.company .selected-item:nth-of-type(1),
.company .selected-item:nth-of-type(2) {
  margin-top: 0;
}
.company .selected-item:nth-of-type(2n) {
  margin-right: 0;
}
.company .c-title {
  width: 1.84rem;
  height: 0.44rem;
  line-height: 0.44rem;
  background: url(/_statics/wap/images/new-webapp//tit1.png) no-repeat center center;
  background-size: 100%;
  margin: 0 auto 0.29rem;
  font-size: 0.26rem;
  text-align: center;
  color: #fff;
}
.company .new {
  padding-top: 0.28rem;
}
.company .new .see-all{
  display: block;
  margin: 0.2rem auto;
  width: 6.06rem;
  height: 0.88rem;
  line-height: 0.88rem;
  text-align: center;
  background: #FFFFFF;
  border-radius: 0.44rem;
  border: 1px solid #E04043;
  color: #E04043;
  font-size: 0.3rem;
}
.company .recommend {
  padding-top: 0.28rem;
}
.company .recommend .c-title {
  background: url(/_statics/wap/images/new-webapp//tit2.png) no-repeat center center;
  background-size: 100%;
}
.company .hot {
  padding-top: 0.28rem;
}
.company .hot .c-title {
  background: url(/_statics/wap/images/new-webapp//tit3.png) no-repeat center center;
  background-size: 100%;
}
.company .sreach {
  padding-top: 0.28rem;
}
.company .sreach .c-title {
  background: url(/_statics/wap/images/new-webapp//tit4.png) no-repeat center center;
  background-size: 100%;
}
.company .sreach .list {
  padding: 0 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.company .sreach .list .item {
  margin-right: 0.54rem;
}
.company .sreach .list .item:nth-child(3n+0) {
  margin-right: 0;
}
.company .sreach .item a {
  width: 2rem;
  height: 0.66rem;
  line-height: 0.66rem;
  text-align: center;
  padding: 0 0.3rem;
  background: #fff;
  color: #E04043;
  border-radius: 0.33rem;
  border: 1px solid #E04043;
  font-size: 0.26rem;
  margin: 0 0 0.2rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
body {
  background: #F1F2F3;
}
.message-content {
  background: #fff;
  padding: 0.2rem 0.4rem 0.3rem;
  font-size: 0.3rem;
  margin-top: 0.2rem;
}
.message-content .message-form .form-item {
  padding-top: 0.24rem;
}
.message-content .message-form .form-item .check-box{
  position: absolute;
}
.message-content .message-form .form-item .check-box + label {
  display: inline-block;
  line-height: 0.3rem;
  color: #A3A4A5;
  font-size: 0.24rem;
}
.message-content .message-form .form-item .check-box + label:before {
  content: '';
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  border: 0.02rem solid #98999A;
  border-radius: 0.06rem;
  vertical-align: middle;
  margin-top: -0.04rem;
  margin-right: 0.08rem;
}
.message-content .message-form .form-item .check-box:checked + label:before {
  border: none;
  background: url(/_statics/wap/images/new-webapp//checked_icon.png) no-repeat center;
  background-size: 100%;
}
.message-content .message-form .form-item .submit-btn {
  display: block;
  height: 0.64rem;
  width: 100%;
  margin-top: 0.3rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#F2787C), to(#E14346));
  background: -webkit-linear-gradient(top, #F2787C 0%, #E14346 100%);
  background: -o-linear-gradient(top, #F2787C 0%, #E14346 100%);
  background: linear-gradient(180deg, #F2787C 0%, #E14346 100%);
  border: none;
  border-radius: 0.32rem;
  font-size: 0.3rem;
  color: #fff;
  outline: none;
}
.message-content .message-form .form-item .form-left.necessary:before {
  content: '*';
  display: inline-block;
  color: red;
}
.message-content .message-form .form-item .form-right {
  padding-top: 0.12rem;
}
.message-content .message-form .form-item .form-right .form-input {
  width: 100%;
  padding: 0 0.15rem;
  height: 0.6rem;
  border: 0.02rem solid #979797;
  background: #F1F2F3;
  border-radius: 0.1rem;
  outline: none;
}
.message-content .message-form .form-item .form-right .form-textarea {
  height: 1.8rem;
  resize: none;
  width: 100%;
  padding:0.15rem;
  border: 0.02rem solid #979797;
  background: #F1F2F3;
  border-radius: 0.1rem;
  outline: none;
}
.contact-content {
  margin-top: 0.2rem;
  background: #fff;
  font-size: 0.3rem;
}
.contact-content .info-list .info-item {
  font-size: 0.26rem;
  border-top: 0.02rem solid #F1F2F3;
  padding: 0 0.2rem;
}
.contact-content .info-list .info-item .info-title,
.contact-content .info-list .info-item .info-content {
  display: inline-block;
  padding: 0.2rem 0;
}
.contact-content .info-list .info-item .info-title {
  width: 1.6rem;
  color: #98999A;
  vertical-align: top;
}
.contact-content .info-list .info-item .info-content {
  width: 5.4rem;
}
.contact-content .info-list .info-item .info-btn {
  display: block;
  width: 1.5rem;
  line-height: 0.5rem;
  border: 1px solid #E04043;
  color: #E04043;
  text-align: center;
  border-radius: 0.25rem;
  float: right;
}
.contact-content .info-list .info-item .official-website {
  color: #E04043;
}
.contact-content #allmap {
  width: 100%;
  height: 7.5rem;
}
.code-bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.code-bg .code-box {
  width: 81.3%;
  height: 7.5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  font-size: 0.24rem;
  border-radius: 0.12rem;
}
.code-bg .code-box .tit {
  height: 0.82rem;
  line-height: 0.82rem;
  text-align: center;
  font-size: 0.3rem;
  color: #E04043;
  border-bottom: 1px solid #F1F2F3;
}
.code-bg .code-box .close {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  font-size: 0.6rem;
  font-weight: 100;
  color: #bbbbbd;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
}
.code-bg .code-box .codebox {
  width: 5.2rem;
  height: 5.2rem;
  margin: 0.71rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.code-bg .code-box img {
  max-width: 100%;
  max-height: 100%;
}
.action-content {
  font-size: 0.26rem;
}
.action-content .action-item {
  margin-top: 0.2rem;
  background: #fff;
}
.action-content .action-item .title,
.action-content .action-item .msg {
  color: #434343;
  padding: 0.21rem;
}
.action-content .action-item .title {
  border-bottom: 0.02rem solid #F1F2F3;
}
.action-content .action-item .title .date {
  color: #98999A;
  text-align: right;
}
.action-content .action-item .action-pic {
  width: 100%;
  height: 4rem;
  margin: 0.2rem 0;
}
.introduce-content {
  font-size: 0.26rem;
}
.introduce-content .basic-info {
  margin-top: 0.2rem;
  background: #fff;
}
.introduce-content .basic-info .basic-item {
  padding: 0.1rem 0.2rem;
  border-bottom: 0.02rem solid #F1F2F3;
}
.introduce-content .basic-info .basic-item:after {
  content: '';
  display: block;
  clear: both;
}
.introduce-content .basic-info .title {
  float: left;
  color: #98999A;
  padding-right: 0.2rem;
}
.introduce-content .basic-info .msg {
  float: left;
}
.introduce-content .introduce-wrap {
  margin-top: 0.2rem;
  background: #fff;
}
.introduce-content .introduce-wrap .title {
  padding: 0.1rem 0.2rem;
  border-bottom: 0.02rem solid #F1F2F3;
}
.introduce-content .introduce-wrap .content {
  padding: 0.2rem;
  font-size: 0.24rem;
}
.introduce-content .introduce-wrap .content .qualification-pic {
  width: 100%;
  height: 3rem;
  margin-top: 0.2rem;
}
