.categories {
  margin: 100px 0 0 0;
  background-color: #f3f5f6;
}
.categories .sbs-1 {
  width: 100%;
  background-color: #ffffff;
}
.categories .sbs-1 .sbs-2 {
  width: 1200px;
  margin: 0 auto;
}
.categories .sbs-1 .sbs-2 .tools .search .navbar-search .keywords {
  display: flex;
  justify-content: center;
  width: 540px;
  position: relative;
}
.categories .sbs-1 .sbs-2 .tools .search .navbar-search .keywords .search {
  display: flex;
  align-items: center;
}
.categories .sbs-1 .sbs-2 .tools .search .navbar-search .keywords .search .search_warp {
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  position: relative;
}
.categories .sbs-1 .sbs-2 .tools .search .navbar-search .keywords .search .search_warp input {
  width: 390px;
  padding: 10px 18px;
  border: 0;
  font-size: 18px;
  color: #000000;
  outline: 0;
  margin: 0;
  border-radius: 0 10px 10px 0;
  background: #f3f5f6;
  /* line-height: 20px; */
  height: 44px;
  color: #c7c7c7;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* background-size: 5px 8px; */
}
.categories .sbs-1 .sbs-2 .tools .search .navbar-search .keywords .search .search_warp input::-moz-placeholder {
  color: #cfcfcf;
}
.categories .sbs-1 .sbs-2 .tools .search .navbar-search .keywords .search .search_warp input::placeholder {
  color: #cfcfcf;
}
.categories .sbs-1 .sbs-2 .tools .search .navbar-search .keywords .search .search_warp .dosearch {
  padding: 0 0 0 15px;
}
.categories .sbs-1 .sbs-2 .tools .search .navbar-search .keywords .search .search_warp .dosearch button {
  width: 86px;
  height: 40px;
  border-radius: 10px;
  background: #ff6634;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.categories .sbs-1 .sbs-2 .tools .search .navbar-search .keywords .search .search-by-keywords {
  position: relative;
}
.categories .sbs-1 .sbs-2 .tools .search .navbar-search .keywords .search .search-by-keywords .text {
  width: 100px;
  height: 44px;
  opacity: 1;
  background: #ef6320;
  line-height: 44px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ffffff;
  border-radius: 10px 0 0 10px;
  /* text-align: center; */
  color: #fff;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  background-image: url(/images/icon-1.png);
  background-repeat: no-repeat;
  /* background-size: 5px 8px; */
  background-position: 84px 20px;
  background-size: 8px;
  letter-spacing: unset;
  padding: 0 0 0 12px;
}
.categories .sbs-1 .sbs-2 .tools .search .navbar-search .keywords .search .search-by-keywords .search_help_tips_warp {
  position: absolute;
  width: 100px;
  top: 40px;
  left: 15px;
  padding: 10px 0;
  z-index: 99;
  /* height: 44px; */
}
.categories .sbs-1 .sbs-2 .tools .search .navbar-search .keywords .search .search-by-keywords .search_help_tips_warp .i_search_help_tips_warp {
  padding: 10px 15px;
  width: 100%;
  opacity: 1;
  background: #ef6320;
  border-radius: 10px;
  z-index: 10;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.1);
}
.categories .sbs-1 .sbs-2 .tools .search .navbar-search .keywords .search .search-by-keywords .search_help_tips_warp .i_search_help_tips_warp .search_help_tips_warp_ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.categories .sbs-1 .sbs-2 .tools .search .navbar-search .keywords .search .search-by-keywords .search_help_tips_warp .i_search_help_tips_warp .search_help_tips_warp_ul li {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  padding: 7px 0 0 2px;
}
.categories .sbs-1 .sbs-2 .tools .publish {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 60px;
}
.categories .sbs-1 .sbs-2 .tools .publish a {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 90px;
}
.categories .sbs-1 .sbs-2 .tools .publish a.a1 {
  color: #ffffff;
  background: #01afba;
  border: 1px solid #fff;
}
.categories .sbs-1 .sbs-2 .tools .publish a.a2 {
  color: #000000;
  background: #ececec;
  border: 1px solid #fff;
  margin: 0 0 0 10px;
}
.categories .sbs-1 .sbs-2 .breadcrumbs {
  margin: 0 auto;
  line-height: 25px;
  font-size: 16px;
  color: #c9c9c9;
  padding: 20px 0px;
  font-size: 14px;
}
.categories .sbs-1 .sbs-2 .breadcrumbs a:link,
.categories .sbs-1 .sbs-2 .breadcrumbs a:hover,
.categories .sbs-1 .sbs-2 .breadcrumbs a:visited {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 24px;
  color: #c9c9c9;
  text-align: left;
  vertical-align: top;
}
.categories .sbs-1 .sbs-2 .breadcrumbs .path .exlabel {
  color: #ef6320;
}
.categories .posts-categories-card-body {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}
.categories .posts-categories-card-body .c1 .column {
  width: 590px;
  margin: 0 20px 0 0;
  float: left;
}
.categories .posts-categories-card-body .c1 .column .panel-default {
  border-radius: 10px;
  position: relative;
}
.categories .posts-categories-card-body .c1 .column .panel-default .panel-body {
  border-radius: 4px;
  box-shadow: 9px 5px 12px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 20px 20px 10px 20px;
  border-radius: 10px;
  border-left: 6px solid #ff6634;
  background: #fff;
  box-shadow: 0px 2px 24px 2px rgba(172, 172, 172, 0.25);
  height: 150px;
  display: flex;
  flex-flow: nowrap;
}
.categories .posts-categories-card-body .c1 .column .panel-default .panel-body .cbz1 {
  width: 50px;
  background-repeat: no-repeat;
  background-size: 50px 50px;
}
.categories .posts-categories-card-body .c1 .column .panel-default .panel-body .cbz2 {
  width: 488px;
  padding: 0 0 0 15px;
}
.categories .posts-categories-card-body .c1 .column .panel-default .panel-body .cbz2 a.l1 {
  color: #333;
}
.categories .posts-categories-card-body .c1 .column .panel-default .panel-body .cbz2 a {
  color: #666;
}
.categories .posts-categories-card-body .c1 .column .panel-default .panel-body .cbz2 a:hover {
  color: #ff6634;
}
.categories .posts-categories-card-body .c1 .column .panel-default .panel-body .cbz2 .name {
  padding: 0px 0 15px 0;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  font-family: PingFang SC;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.categories .posts-categories-card-body .c1 .column .panel-default .panel-body .cbz2 .child-box {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  position: relative;
}
.categories .posts-categories-card-body .c1 .column .panel-default .panel-body .cbz2 .child-box .sub-name {
  padding: 0 13px 5px 0;
  font-size: 14px;
}
.categories .posts-categories-card-body .c1 .column .panel-default .panel-body .cbz2 .child-box .see_more a {
  color: #ff6634;
}
.categories .posts-categories-card-body .c1 .column .panel-default .is_hot {
  background-image: url(/images/is_hot.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 46px 46px;
  width: 46px;
  height: 46px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.categories .posts-categories-card-body .c1 .column:nth-child(2n) {
  margin: 0;
}
.posts-index {
  margin: 100px 0 0 0;
  background-color: #f3f5f6;
}
.posts-index .sbs-1 {
  width: 100%;
  background-color: #ffffff;
}
.posts-index .sbs-1 .sbs-2 {
  width: 1200px;
  margin: 0 auto;
}
.posts-index .sbs-1 .sbs-2 .tools .navbar-search .keywords {
  display: flex;
  justify-content: center;
  width: 540px;
  position: relative;
}
.posts-index .sbs-1 .sbs-2 .tools .navbar-search .keywords .search {
  display: flex;
  align-items: center;
}
.posts-index .sbs-1 .sbs-2 .tools .navbar-search .keywords .search .search_warp {
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  position: relative;
}
.posts-index .sbs-1 .sbs-2 .tools .navbar-search .keywords .search .search_warp input {
  width: 390px;
  padding: 10px 18px;
  border: 0;
  font-size: 18px;
  color: #000000;
  outline: 0;
  margin: 0;
  border-radius: 0 10px 10px 0;
  background: #f3f5f6;
  /* line-height: 20px; */
  height: 44px;
  color: #c7c7c7;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* background-size: 5px 8px; */
}
.posts-index .sbs-1 .sbs-2 .tools .navbar-search .keywords .search .search_warp input::-moz-placeholder {
  color: #cfcfcf;
}
.posts-index .sbs-1 .sbs-2 .tools .navbar-search .keywords .search .search_warp input::placeholder {
  color: #cfcfcf;
}
.posts-index .sbs-1 .sbs-2 .tools .navbar-search .keywords .search .search_warp .dosearch {
  padding: 0 0 0 15px;
}
.posts-index .sbs-1 .sbs-2 .tools .navbar-search .keywords .search .search_warp .dosearch button {
  width: 86px;
  height: 40px;
  border-radius: 10px;
  background: #ff6634;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.posts-index .sbs-1 .sbs-2 .tools .navbar-search .keywords .search .search-by-keywords {
  position: relative;
}
.posts-index .sbs-1 .sbs-2 .tools .navbar-search .keywords .search .search-by-keywords .text {
  width: 100px;
  height: 44px;
  opacity: 1;
  background: #ef6320;
  line-height: 44px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ffffff;
  border-radius: 10px 0 0 10px;
  /* text-align: center; */
  color: #fff;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  background-image: url(/images/icon-1.png);
  background-repeat: no-repeat;
  /* background-size: 5px 8px; */
  background-position: 84px 20px;
  background-size: 8px;
  letter-spacing: unset;
  padding: 0 0 0 12px;
}
.posts-index .sbs-1 .sbs-2 .tools .navbar-search .keywords .search .search-by-keywords .search_help_tips_warp {
  position: absolute;
  width: 100px;
  top: 40px;
  left: 15px;
  padding: 10px 0;
  z-index: 99;
  /* height: 44px; */
}
.posts-index .sbs-1 .sbs-2 .tools .navbar-search .keywords .search .search-by-keywords .search_help_tips_warp .i_search_help_tips_warp {
  padding: 10px 15px;
  width: 100%;
  opacity: 1;
  background: #ef6320;
  border-radius: 10px;
  z-index: 10;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.1);
}
.posts-index .sbs-1 .sbs-2 .tools .navbar-search .keywords .search .search-by-keywords .search_help_tips_warp .i_search_help_tips_warp .search_help_tips_warp_ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.posts-index .sbs-1 .sbs-2 .tools .navbar-search .keywords .search .search-by-keywords .search_help_tips_warp .i_search_help_tips_warp .search_help_tips_warp_ul li {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  padding: 7px 0 0 2px;
}
.posts-index .sbs-1 .sbs-2 .tools .publish {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 60px;
}
.posts-index .sbs-1 .sbs-2 .tools .publish a {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 90px;
}
.posts-index .sbs-1 .sbs-2 .tools .publish a.a1 {
  color: #ffffff;
  background: #01afba;
  border: 1px solid #fff;
}
.posts-index .sbs-1 .sbs-2 .tools .publish a.a2 {
  color: #000000;
  background: #ececec;
  border: 1px solid #fff;
  margin: 0 0 0 10px;
}
.posts-index .sbs-1 .sbs-2 .breadcrumbs {
  margin: 0 auto;
  line-height: 25px;
  font-size: 16px;
  color: #c9c9c9;
  padding: 20px 0px;
  font-size: 14px;
}
.posts-index .sbs-1 .sbs-2 .breadcrumbs a:link,
.posts-index .sbs-1 .sbs-2 .breadcrumbs a:hover,
.posts-index .sbs-1 .sbs-2 .breadcrumbs a:visited {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 24px;
  color: #c9c9c9;
  text-align: left;
  vertical-align: top;
}
.posts-index .sbs-1 .sbs-2 .breadcrumbs .path .exlabel {
  color: #ef6320;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .main-categoies {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid 1px #f3f3f3;
  margin: 0 0 15px 0;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .main-categoies .l1 {
  padding: 0 15px 25px 0;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .main-categoies .l1 a {
  color: #333;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0 20px 0 0;
  background-image: url(/images/posts-down-1.png);
  background-repeat: no-repeat;
  background-position: right 10px;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .main-categoies .l1 a.active {
  color: #ff6634;
  background-image: url(/images/posts-up-1.png);
  border-radius: 10px;
  border: 1px solid #ff6634;
  background-color: #fff6f1;
  height: 34px;
  line-height: 34px;
  display: block;
  padding: 0 22px 0 12px;
  background-position: 92% center;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .main-categoies .l1 a.active::after {
  content: " ";
  background-image: url(/images/fliter-icon-1.png);
  background-size: 13px 10px;
  height: 10px;
  width: 13px;
  display: block;
  margin: 6px auto;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .sub-categoies {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .sub-categoies .l2 {
  padding: 0 20px 10px 0;
  height: 50px;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .sub-categoies .l2 a {
  color: #666;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .sub-categoies .l2 a.active {
  color: #ff6634;
  display: block;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .sub-categoies .l2 a.active .l3 {
  width: 100%;
  height: 100%;
  border-bottom: solid 4px #ff6634;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .sub-categoies .l2 a.active::after {
  content: " ";
  background-image: url(/images/fliter-icon-1.png);
  background-size: 13px 10px;
  height: 10px;
  width: 13px;
  display: block;
  margin: 6px auto;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .local-cate-list {
  display: flex;
  flex-wrap: wrap;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .local-cate-list .afb {
  min-width: 120px;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .local-cate-list .afb .select2-container--default .select2-selection--single {
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  background: #fff;
  margin: 0 10px 10px 0;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .local-cate-list .afb .select2-container {
  min-width: 120px;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .local-cate-list .afb .select2-container .select2-selection--single {
  height: 40px;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .local-cate-list .afb .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #666;
  line-height: 40px;
  padding: 0 0 0 15px;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .local-cate-list .afb .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  position: absolute;
  top: 1px;
  right: 30px;
  width: 20px;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .local-cate-list .afb .active {
  border-radius: 5px;
  border: 1px solid #ffded4 !important;
  background: #fff;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .local-cate-list .afb.local-active .select2-container--default .select2-selection--single {
  border-radius: 5px;
  border: 1px solid #ffded4;
  background: #fff;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .local-cate-list .afb.local-active .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ff6634;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .local-cate-list .afb.local-active .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ff6634 transparent transparent transparent;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list {
  padding: 15px 0 0 30px;
  background-image: url(/images/housing-list-icon1.png);
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: 0px 24px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .property_type,
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .rent_includes,
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .facilities,
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .pet_conditions {
  position: relative;
  cursor: pointer;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .property_type .title,
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .rent_includes .title,
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .facilities .title,
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .pet_conditions .title {
  width: 108px;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  background: #fff;
  margin: 0 10px 10px 0;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 15px;
  position: relative;
  color: #666;
  font-size: 13px;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .property_type .title b,
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .rent_includes .title b,
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .facilities .title b,
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .pet_conditions .title b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 75%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .property_type .box,
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .rent_includes .box,
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .facilities .box,
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .pet_conditions .box {
  position: absolute;
  left: -22px;
  top: 32px;
  display: none;
  z-index: 99999;
  width: 220px;
  left: 0;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .property_type .box ul,
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .rent_includes .box ul,
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .facilities .box ul,
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .pet_conditions .box ul {
  list-style-type: none;
  background: #ffffff;
  padding: 10px 3px 10px 10px;
  border-radius: 4px;
  box-shadow: 0 20px 32px 0 rgba(0, 0, 0, 0.2), 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  max-height: 400px;
  overflow-y: scroll;
  margin-top: 10px;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .property_type .box ul li,
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .rent_includes .box ul li,
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .facilities .box ul li,
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .pet_conditions .box ul li {
  width: 100%;
  height: 39px;
  line-height: 39px;
  text-align: left;
  float: left;
  border: 1px solid #ffffff;
  color: #333333;
  cursor: pointer;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .property_type .box ul li .subname,
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .rent_includes .box ul li .subname,
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .facilities .box ul li .subname,
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .pet_conditions .box ul li .subname {
  background-image: url(/images/checked_box_unchecked.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  padding: 0 0 0 30px;
  background-position: 2px 8px;
  font-size: 13px;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .property_type .box ul li.active .subname,
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .rent_includes .box ul li.active .subname,
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .facilities .box ul li.active .subname,
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .pet_conditions .box ul li.active .subname {
  background-image: url(/images/checked_box_checked.png);
}
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .select2-container--default .select2-selection--single {
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  background: #fff;
  margin: 0 10px 10px 0;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .select2-container {
  min-width: 120px;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .select2-container .select2-selection--single {
  height: 40px;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #666;
  line-height: 40px;
  padding: 0 0 0 15px;
}
.posts-index .sbs-1 .sbs-2 .fliter-box .housing-list .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  position: absolute;
  top: 1px;
  right: 30px;
  width: 20px;
}
.posts-index .sbs-1.su1 {
  margin: 10px 0 0 0;
}
.posts-index .lists {
  margin: 0 auto;
  width: 1200px;
}
.posts-index .lists .sub-filter {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: end;
  padding: 15px 0;
}
.posts-index .lists .sub-filter #areas_list {
  width: 120px;
  height: 42px;
  line-height: 42px;
  border-radius: 5px;
  border: 1px solid #dedede;
  background: #fff;
  color: #333;
}
.posts-index .lists .sub-filter .select2-container .select2-selection--single {
  height: 40px;
}
.posts-index .lists .sub-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px;
}
.posts-index .lists .sub-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.posts-index .lists .posts-row {
  border-radius: 10px;
  background: #fff;
  padding: 15px 10px !important;
  margin: 0 0 20px 0;
}
.posts-index .lists .posts-row .info-title-box {
  padding: 10px 0 0 0;
}
.posts-index .lists .posts-row .img {
  width: 197px;
  height: 152px;
  background-color: #f1f1f1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
}
.posts-index .lists .posts-row .img .is_recommend {
  border-radius: 5px;
  background-image: url(/images/is_recommend.png);
  background-repeat: no-repeat;
  background-size: 51px 28px;
  width: 60px;
  height: 33px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  line-height: 26px;
  padding: 0 0 0 11px;
  background-position: 0px 0px;
}
.posts-index .lists .posts-row .title {
  color: #333;
  font-family: PingFang SC;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 90.909% */
  padding: 0 0 20px 0;
  width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.posts-index .lists .posts-row .price-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 20px 0;
}
.posts-index .lists .posts-row .price-box .price {
  color: #ff6634;
  font-family: PingFang SC;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 20p;
}
.posts-index .lists .posts-row .price-box .price .unit {
  color: #666;
  font-size: 14px;
  padding: 0 0 0 5px;
}
.posts-index .lists .posts-row .price-box .facilities {
  padding: 0 0 0 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 0 0 10px;
}
.posts-index .lists .posts-row .price-box .facilities .f1 {
  padding: 0 5px;
  color: #999;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
}
.posts-index .lists .posts-row .tags {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.posts-index .lists .posts-row .tags .tag {
  padding: 0 10px 10px 0;
}
.posts-index .lists .posts-row .city_info {
  display: none;
}
.posts-index .lists .posts-row .ll {
  width: 200px;
  text-align: right;
}
.posts-index .lists .posts-row .ll .contact {
  color: #333;
  font-family: PingFang SC;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0 20px 0;
}
.posts-index .lists .posts-row .ll .spoken_language_box {
  color: #999;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 0 0 10px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.posts-index .lists .posts-row .ll .spoken_language_box .spoken_language {
  padding: 0 0 0 10px;
}
.posts-index .lists .posts-row .ll .date {
  color: #999;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.posts-index .lists .posts-row:hover {
  box-shadow: 0px 2px 24px 0px #ACACAC40;
}
.posts-index .lists .no-answer-content .cover-container {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 0 22vh;
}
.posts-publish-banner-1 {
  margin: 70px 0 0 0;
  background-image: url(/images/publish-image-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 120px;
}
.posts-publish {
  width: 100%;
}
.posts-publish .smsTipsModal .modal-dialog {
  width: 750px;
}
.posts-publish .smsTipsModal .modal-dialog .modal-header {
  padding: unset;
  border-bottom: unset;
  position: relative;
  padding: 40px 0 20px;
}
.posts-publish .smsTipsModal .modal-dialog .modal-header .close {
  position: absolute;
  right: 15px;
  top: 10px;
}
.posts-publish .smsTipsModal .modal-dialog .modal-header h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  background-image: url(/images/8860.png);
  background-repeat: no-repeat;
  background-size: 326px 55px;
  line-height: 55px;
  height: 55px;
  padding: 0 0 0 20px;
}
.posts-publish .smsTipsModal .modal-dialog .modal-body {
  position: relative;
  padding: 25px 60px 50px 60px;
  line-height: 30px;
  color: #333;
  font-size: 16px;
}
.posts-publish .smsTipsModal .modal-dialog .modal-body .phone_verify_box .step_1 .sub-title {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
}
.posts-publish .smsTipsModal .modal-dialog .modal-body .phone_verify_box .step_1 .sms-box .contact_number {
  color: #03a2e6;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  padding: 40px 0;
}
.posts-publish .smsTipsModal .modal-dialog .modal-body .phone_verify_box .step_1 .sms-box .form-group .captcha_src_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.posts-publish .smsTipsModal .modal-dialog .modal-body .phone_verify_box .step_1 .sms-box .form-group .captcha_src_box input {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background: #fbfbfb;
  height: 44px;
}
.posts-publish .smsTipsModal .modal-dialog .modal-body .phone_verify_box .step_1 .sms-box .form-group .captcha_src_box .random_verify {
  margin: 0 0 0 10px;
  border: solid 1px #ccc;
  height: 42px;
}
.posts-publish .smsTipsModal .modal-dialog .modal-body .phone_verify_box .step_1 .sms-box .box-footer {
  padding: 50px 0 70px;
}
.posts-publish .smsTipsModal .modal-dialog .modal-body .phone_verify_box .step_1 .sms-box .box-footer .btn-primary {
  border-radius: 90px;
  background-color: #ff6634 !important;
  outline: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
  border: 0;
  width: 100%;
  font-size: 18px;
}
.posts-publish .smsTipsModal .modal-dialog .modal-body .phone_verify_box .step_1 .sms-box .tips-text {
  border: solid 1px #ccc;
  padding: 20px;
  border-radius: 5px;
  background-image: url(/images/8875.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.posts-publish .smsTipsModal .modal-dialog .modal-body .phone_verify_box .step_1 .sms-box .tips-text .a1 {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.posts-publish .smsTipsModal .modal-dialog .modal-body .phone_verify_box .step_1 .sms-box .tips-text .a2 {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.posts-publish .smsTipsModal .modal-dialog .modal-body .phone_verify_box .step_2 .sub-title {
  color: #333;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
}
.posts-publish .smsTipsModal .modal-dialog .modal-body .phone_verify_box .step_2 .digit-box {
  padding: 30px 0 50px;
}
.posts-publish .smsTipsModal .modal-dialog .modal-body .phone_verify_box .step_2 .digit-box .digit-input {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  border: solid 1px #e6e6e6;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 42px;
  margin-right: 30px;
  outline: 0;
}
.posts-publish .smsTipsModal .modal-dialog .modal-body .phone_verify_box .step_2 .box-footer {
  padding: 50px 0 70px;
}
.posts-publish .smsTipsModal .modal-dialog .modal-body .phone_verify_box .step_2 .box-footer .btn-primary {
  border-radius: 90px;
  background-color: #ff6634 !important;
  outline: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
  border: 0;
  width: 100%;
  font-size: 18px;
}
.posts-publish .smsTipsModal .modal-dialog .modal-body .phone_verify_box .step_2 .tips-text {
  border: solid 1px #ccc;
  padding: 20px;
  border-radius: 5px;
  background-image: url(/images/8875.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.posts-publish .smsTipsModal .modal-dialog .modal-body .phone_verify_box .step_2 .tips-text .a1 {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.posts-publish .smsTipsModal .modal-dialog .modal-body .phone_verify_box .step_2 .tips-text .a2 {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.posts-publish .posts-publish-card-body .steps-container .steps {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 30px;
}
.posts-publish .posts-publish-card-body .steps-container .steps .step {
  width: 400px;
  height: 50px;
}
.posts-publish .posts-publish-card-body .steps-container .steps .st1 {
  background-image: url(/images/p-step-1.png);
  background-repeat: no-repeat;
  background-color: unset !important;
  background-size: 100% 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #666;
}
.posts-publish .posts-publish-card-body .steps-container .steps .st2 {
  background-image: url(/images/p-step-2.png);
  background-repeat: no-repeat;
  background-color: unset !important;
  background-size: 100% 100%;
  color: #ffffff !important;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.posts-publish .posts-publish-card-body .steps-container .steps .st2 a:link,
.posts-publish .posts-publish-card-body .steps-container .steps .st2 a:visited,
.posts-publish .posts-publish-card-body .steps-container .steps .st2 a:hover {
  width: 100%;
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  height: 50px;
  text-align: center;
  margin-left: 10px;
}
.posts-publish .posts-publish-card-body .steps-container .steps .step.active a:link,
.posts-publish .posts-publish-card-body .steps-container .steps .step.active a:visited,
.posts-publish .posts-publish-card-body .steps-container .steps .step.active a:hover {
  color: #fff;
}
.posts-publish .posts-publish-card-body .steps-container .line {
  height: 8px;
  background-color: #f5f5f5;
}
.posts-publish .posts-publish-card-body .fields-group label::before {
  content: " ";
  width: 6px;
  height: 29px;
  border-radius: 20px;
  background: #ff6634;
  display: block;
  position: absolute;
  left: 0;
  top: -4px;
}
.posts-publish .posts-publish-card-body .fields-group label {
  padding: 0 0 10px 15px !important;
  position: relative;
}
.posts-publish .posts-publish-card-body .fields-group .form-control {
  height: 40px;
}
.posts-publish .posts-publish-card-body .clearBeforeContent::before {
  content: unset !important;
}
.posts-publish .posts-publish-card-body .free,
.posts-publish .posts-publish-card-body .paid {
  margin: 0 auto;
  width: 1200px;
  min-height: 60vh;
}
.posts-publish .posts-publish-card-body .free .s1 .t1,
.posts-publish .posts-publish-card-body .paid .s1 .t1,
.posts-publish .posts-publish-card-body .free .s2 .t1,
.posts-publish .posts-publish-card-body .paid .s2 .t1 {
  color: #333;
  font-family: PingFang SC;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.posts-publish .posts-publish-card-body .free .s1 .category-box,
.posts-publish .posts-publish-card-body .paid .s1 .category-box,
.posts-publish .posts-publish-card-body .free .s2 .category-box,
.posts-publish .posts-publish-card-body .paid .s2 .category-box {
  padding: 20px 0;
  /* display: inline-block; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.posts-publish .posts-publish-card-body .free .s1 .category-box .category,
.posts-publish .posts-publish-card-body .paid .s1 .category-box .category,
.posts-publish .posts-publish-card-body .free .s2 .category-box .category,
.posts-publish .posts-publish-card-body .paid .s2 .category-box .category {
  padding: 10px 0;
}
.posts-publish .posts-publish-card-body .free .s1 .category-box .category a,
.posts-publish .posts-publish-card-body .paid .s1 .category-box .category a,
.posts-publish .posts-publish-card-body .free .s2 .category-box .category a,
.posts-publish .posts-publish-card-body .paid .s2 .category-box .category a {
  width: 116px;
  height: 37px;
  border-radius: 90px;
  background: #f6f6f6;
  display: block;
  line-height: 37px;
  text-align: center;
  margin: 0 10px 15px 0;
  color: #999;
}
.posts-publish .posts-publish-card-body .free .s1 .category-box .category a.active,
.posts-publish .posts-publish-card-body .paid .s1 .category-box .category a.active,
.posts-publish .posts-publish-card-body .free .s2 .category-box .category a.active,
.posts-publish .posts-publish-card-body .paid .s2 .category-box .category a.active {
  border: 1px solid #ff6634;
  background: linear-gradient(0deg, #fff1ec 0%, #fff1ec 100%), linear-gradient(0deg, #ff6634 0%, #ff6634 100%), #ff6634;
  color: #ff6634;
}
.posts-publish .posts-publish-card-body .free .s2,
.posts-publish .posts-publish-card-body .paid .s2 {
  padding: unset;
}
.posts-publish .posts-publish-card-body .free .s2 .category-box,
.posts-publish .posts-publish-card-body .paid .s2 .category-box {
  padding: 0 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.posts-publish .posts-publish-card-body .free .s2 .category-box .category,
.posts-publish .posts-publish-card-body .paid .s2 .category-box .category {
  width: 360px;
  height: 180px;
  border-radius: 4px;
  background-color: #fff;
  padding: 30px 35px;
  background-image: url("/images/s2-abdd-2.png");
  background-repeat: no-repeat;
  background-size: 360px 160px;
}
.posts-publish .posts-publish-card-body .free .s2 .category-box .category .i1,
.posts-publish .posts-publish-card-body .paid .s2 .category-box .category .i1 {
  display: none;
}
.posts-publish .posts-publish-card-body .free .s2 .category-box .category .bb,
.posts-publish .posts-publish-card-body .paid .s2 .category-box .category .bb {
  font-weight: bold;
  font-size: 20px;
  /* line-height: 4px; */
  /* margin-bottom: 30px; */
  padding: 0 0 10px;
  color: #666;
}
.posts-publish .posts-publish-card-body .free .s2 .category-box .category .bb-box,
.posts-publish .posts-publish-card-body .paid .s2 .category-box .category .bb-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.posts-publish .posts-publish-card-body .free .s2 .category-box .category .bb-box a:link,
.posts-publish .posts-publish-card-body .paid .s2 .category-box .category .bb-box a:link,
.posts-publish .posts-publish-card-body .free .s2 .category-box .category .bb-box a:visited,
.posts-publish .posts-publish-card-body .paid .s2 .category-box .category .bb-box a:visited,
.posts-publish .posts-publish-card-body .free .s2 .category-box .category .bb-box a:hover,
.posts-publish .posts-publish-card-body .paid .s2 .category-box .category .bb-box a:hover {
  width: 100%;
  color: #a7a7a7;
  background-color: unset;
  line-height: 30px;
  text-decoration: none;
  height: unset;
  text-align: center;
  display: unset;
}
.posts-publish .posts-publish-card-body .free .s2 .category-box .category.ac,
.posts-publish .posts-publish-card-body .paid .s2 .category-box .category.ac {
  background-image: url("/images/s2-abdd-1.png");
  position: relative;
}
.posts-publish .posts-publish-card-body .free .s2 .category-box .category.ac .bb,
.posts-publish .posts-publish-card-body .paid .s2 .category-box .category.ac .bb {
  color: #ff6634;
}
.posts-publish .posts-publish-card-body .free .s2 .category-box .category.ac .i1,
.posts-publish .posts-publish-card-body .paid .s2 .category-box .category.ac .i1 {
  display: block;
  width: 60px;
  height: 54px;
  background-image: url("/images/il-00.png");
  position: absolute;
  background-size: 60px 54px;
  right: 25px;
  bottom: 38px;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group {
  margin-top: 35px;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .col-md-12,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .col-md-12,
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .col-md-6,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .col-md-6,
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .col-md-3,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .col-md-3 {
  padding: 0;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .padding-m,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .padding-m {
  padding: 0 10px;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .padding-l,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .padding-l {
  padding: 0 0 0 10px;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group label,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group label {
  padding: 0 0 10px 0px;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group label span.required,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group label span.required {
  width: 10px;
  display: inline-block;
  text-align: right;
  color: #d93131;
  padding: 0 0 0 5px;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .contact,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .contact {
  border-radius: 5px 0 0 5px;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group input,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group input,
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group textarea,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group textarea {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background: #fbfbfb;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group textarea,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group textarea {
  resize: none;
  height: 200px;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .scan_contact_box,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .scan_contact_box {
  position: relative;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .scan_contact_box .scan_contact,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .scan_contact_box .scan_contact {
  width: 270px;
  height: 117px;
  padding: 20px 30px;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .scan_contact_box .scan_contact .qrcode,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .scan_contact_box .scan_contact .qrcode {
  width: 90px;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .scan_contact_box .scan_contact .qrcode img,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .scan_contact_box .scan_contact .qrcode img {
  width: 100%;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .scan_contact_box .scan_contact p,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .scan_contact_box .scan_contact p {
  margin: 0;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .vertical_box input,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .vertical_box input {
  vertical-align: top;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .vertical_box span,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .vertical_box span {
  vertical-align: top;
  font-size: 13px;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .price_date_type_box,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .price_date_type_box,
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .job_nature_arr-box,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .job_nature_arr-box {
  padding: 10px 0 0 35px;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .price_date_type_box .radio-inline,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .price_date_type_box .radio-inline,
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .job_nature_arr-box .radio-inline,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .job_nature_arr-box .radio-inline {
  padding: 10px;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .price_date_type_box label::before,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .price_date_type_box label::before,
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .job_nature_arr-box label::before,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .job_nature_arr-box label::before {
  content: unset;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .job_nature_arr-box,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .job_nature_arr-box,
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .tenant_conditions_arr-box,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .tenant_conditions_arr-box,
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .facilities_arr-box,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .facilities_arr-box,
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .rent_includes_arr-box,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .rent_includes_arr-box,
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .property_type-box,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .property_type-box,
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .rental_form_arr-box,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .rental_form_arr-box {
  padding: 0px 20px;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .job_nature_arr-box label,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .job_nature_arr-box label,
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .tenant_conditions_arr-box label,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .tenant_conditions_arr-box label,
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .facilities_arr-box label,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .facilities_arr-box label,
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .rent_includes_arr-box label,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .rent_includes_arr-box label,
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .property_type-box label,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .property_type-box label,
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .rental_form_arr-box label,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .rental_form_arr-box label {
  padding-right: 15px;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .spoken_language_box,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .spoken_language_box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 6px 0;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .spoken_language_box .input-group,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .spoken_language_box .input-group {
  padding: 0 15px 0 0;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .spoken_language_box .spoken_language_label::before,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .spoken_language_box .spoken_language_label::before {
  content: unset;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .spoken_language_box .spoken_language_label,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .spoken_language_box .spoken_language_label {
  font-weight: unset;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .spoken_language_box .spoken_language_label .dd,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .spoken_language_box .spoken_language_label .dd {
  vertical-align: unset;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .well,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .well {
  background-image: url("/images/publish-upload-bg-1.png");
  background-repeat: no-repeat;
  background-position: center;
  color: #093e54;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .upload_pictures_right .picture_kuang,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .upload_pictures_right .picture_kuang {
  height: 200px;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .upload_pictures_right .picture_kuang #upload_area,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .upload_pictures_right .picture_kuang #upload_area {
  width: 100%;
  height: 100%;
  background-color: #fbfbfb;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/images/upload.png");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .upload_pictures_right .picture_kuang #upload_area .upload_tips,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .upload_pictures_right .picture_kuang #upload_area .upload_tips {
  color: #999;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  bottom: 30px;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .upload_pictures_right .picture_kuang #pickfiles,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .upload_pictures_right .picture_kuang #pickfiles {
  padding: 0;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .upload_pictures_right .picture_kuang #pickfiles li.ui-state-default,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .upload_pictures_right .picture_kuang #pickfiles li.ui-state-default {
  float: left;
  width: 123px;
  height: 123px;
  list-style-type: none;
  margin: 0 10px 0 0;
  position: relative;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .upload_pictures_right .picture_kuang #pickfiles li.ui-state-default .img-thumbnail,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .upload_pictures_right .picture_kuang #pickfiles li.ui-state-default .img-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 10;
  display: block;
  border-radius: 4px;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .upload_pictures_right .picture_kuang #pickfiles li.ui-state-default .f1,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .upload_pictures_right .picture_kuang #pickfiles li.ui-state-default .f1 {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 33px;
  height: 33px;
  /* border-radius: 5px 0px; */
  background: rgba(0, 0, 0, 0.6);
  line-height: 33px;
  text-align: center;
  cursor: pointer;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .form-group .upload_pictures_right .picture_kuang #pickfiles li.ui-state-default .f1 img,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .form-group .upload_pictures_right .picture_kuang #pickfiles li.ui-state-default .f1 img {
  width: 20px;
  height: 20px;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .col-md-6.contact_number_box .form-group,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .col-md-6.contact_number_box .form-group {
  margin-top: 0px;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .checkbox_refresh-box,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .checkbox_refresh-box {
  padding: 0px;
  margin-top: 15px !important;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .checkbox_refresh-box label::before,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .checkbox_refresh-box label::before {
  content: unset;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .checkbox_refresh-box label,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .checkbox_refresh-box label {
  font-weight: unset;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .checkbox_refresh-box label input,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .checkbox_refresh-box label input {
  margin-left: -17px !important;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .box-footer,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .box-footer {
  padding: 20px 0 100px 0;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .box-footer button,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .box-footer button {
  width: 216px;
  line-height: 52px;
  font-size: 15px;
  margin: 0 20px 0 0;
  border: 0;
  outline: 0;
  border-radius: 5px;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  height: 45px;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .box-footer .btn-primary,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .box-footer .btn-primary {
  background: #ff6634;
  color: #fff;
}
.posts-publish .posts-publish-card-body .free .s3 .box-body .box-footer .btn-warning,
.posts-publish .posts-publish-card-body .paid .s3 .box-body .box-footer .btn-warning {
  background: #e3e3e3;
  color: #000000;
}
.posts-publish .posts-publish-card-body .free {
  padding: 20px 0 0 0;
}
.posts-publish .posts-publish-card-body .free .s2 {
  padding: 20px 0;
}
.posts-publish .posts-publish-card-body .free .s2 .category-box {
  padding: 20px 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.posts-publish .posts-publish-card-body .free .s2 .category-box .category {
  width: unset;
  height: unset;
  border-radius: 4px;
  border: unset;
  background-color: unset;
  padding: unset;
  background-image: unset;
  background-repeat: unset;
  background-size: unset;
}
.posts-publish .posts-publish-card-body .paid .s2 .category-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.posts-publish .posts-publish-card-body .paid .s2 .category-box .category {
  margin: 0 0 15px 15px;
}
.posts-publish #publishPostsHousingTips .modal-header {
  padding: unset;
  border-bottom: unset;
  position: relative;
  padding: 40px 0 20px;
}
.posts-publish #publishPostsHousingTips .modal-header .close {
  position: absolute;
  right: 15px;
  top: 10px;
}
.posts-publish #publishPostsHousingTips .modal-header h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  background-image: url(/images/8860.png);
  background-repeat: no-repeat;
  background-size: 326px 55px;
  line-height: 55px;
  height: 55px;
  padding: 0 0 0 20px;
}
.posts-publish #publishPostsHousingTips .modal-body {
  position: relative;
  padding: 25px 25px 10px 25px;
  line-height: 30px;
  color: #333;
  font-size: 16px;
}
.posts-publish #publishPostsHousingTips .modal-body .custom-control.custom-checkbox {
  padding: 40px 0 0 0;
  position: relative;
}
.posts-publish #publishPostsHousingTips .modal-body .custom-control.custom-checkbox .custom-control-input {
  position: absolute;
  bottom: 13px;
  left: 0;
}
.posts-publish #publishPostsHousingTips .modal-body .custom-control.custom-checkbox label {
  font-weight: unset;
  padding: 0 0 0 20px;
  font-size: 14px;
}
.posts-publish #publishPostsHousingTips .modal-footer {
  padding: 20px 0 30px;
  text-align: center;
  border-top: unset;
}
.posts-publish #publishPostsHousingTips .modal-footer .btn-primary {
  border-radius: 90px;
  background-color: #ff6634 !important;
  outline: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
  border: 0;
  width: 160px;
}
.posts-detail-box {
  padding: 100px 0 0 0;
}
.posts-detail-box .blog-1 {
  width: 1200px;
  margin: 0 auto;
}
.posts-detail-box .blog-1 .tools .search .navbar-search .keywords {
  display: flex;
  justify-content: center;
  width: 540px;
  position: relative;
}
.posts-detail-box .blog-1 .tools .search .navbar-search .keywords .search {
  display: flex;
  align-items: center;
}
.posts-detail-box .blog-1 .tools .search .navbar-search .keywords .search .search_warp {
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  position: relative;
}
.posts-detail-box .blog-1 .tools .search .navbar-search .keywords .search .search_warp input {
  width: 390px;
  padding: 10px 18px;
  border: 0;
  font-size: 18px;
  color: #000000;
  outline: 0;
  margin: 0;
  border-radius: 0 10px 10px 0;
  background: #f3f5f6;
  /* line-height: 20px; */
  height: 44px;
  color: #c7c7c7;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.posts-detail-box .blog-1 .tools .search .navbar-search .keywords .search .search_warp input::-moz-placeholder {
  color: #cfcfcf;
}
.posts-detail-box .blog-1 .tools .search .navbar-search .keywords .search .search_warp input::placeholder {
  color: #cfcfcf;
}
.posts-detail-box .blog-1 .tools .search .navbar-search .keywords .search .search_warp .dosearch {
  padding: 0 0 0 15px;
}
.posts-detail-box .blog-1 .tools .search .navbar-search .keywords .search .search_warp .dosearch button {
  width: 86px;
  height: 40px;
  border-radius: 10px;
  background: #ff6634;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.posts-detail-box .blog-1 .tools .search .navbar-search .keywords .search .search-by-keywords {
  position: relative;
}
.posts-detail-box .blog-1 .tools .search .navbar-search .keywords .search .search-by-keywords .text {
  width: 100px;
  height: 44px;
  opacity: 1;
  background: #ef6320;
  line-height: 44px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ffffff;
  border-radius: 10px 0 0 10px;
  /* text-align: center; */
  color: #fff;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  background-image: url(/images/icon-1.png);
  background-repeat: no-repeat;
  /* background-size: 5px 8px; */
  background-position: 84px 20px;
  background-size: 8px;
  letter-spacing: unset;
  padding: 0 0 0 12px;
}
.posts-detail-box .blog-1 .tools .search .navbar-search .keywords .search .search-by-keywords .search_help_tips_warp {
  position: absolute;
  width: 100px;
  top: 40px;
  left: 15px;
  padding: 10px 0;
  z-index: 99;
  /* height: 44px; */
}
.posts-detail-box .blog-1 .tools .search .navbar-search .keywords .search .search-by-keywords .search_help_tips_warp .i_search_help_tips_warp {
  padding: 10px 15px;
  width: 100%;
  opacity: 1;
  background: #ef6320;
  border-radius: 10px;
  z-index: 10;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.1);
}
.posts-detail-box .blog-1 .tools .search .navbar-search .keywords .search .search-by-keywords .search_help_tips_warp .i_search_help_tips_warp .search_help_tips_warp_ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.posts-detail-box .blog-1 .tools .search .navbar-search .keywords .search .search-by-keywords .search_help_tips_warp .i_search_help_tips_warp .search_help_tips_warp_ul li {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  padding: 7px 0 0 2px;
}
.posts-detail-box .blog-1 .tools .publish {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 60px;
}
.posts-detail-box .blog-1 .tools .publish a {
  text-align: center;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 5px;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 90px;
  width: 127px;
}
.posts-detail-box .blog-1 .tools .publish a.a1 {
  color: #ffffff;
  background: #2a323d;
  border: 1px solid #fff;
  background: #01afba;
}
.posts-detail-box .blog-1 .tools .publish a.a2 {
  color: #000000;
  background: #ececec;
  border: 1px solid #fff;
  margin: 0 0 0 10px;
}
.posts-detail-box .blog-1 .breadcrumbs {
  margin: 0 auto;
  line-height: 25px;
  font-size: 16px;
  color: #c9c9c9;
  padding: 20px 0 0 0;
  font-size: 14px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.posts-detail-box .blog-1 .breadcrumbs .bs1 a:link,
.posts-detail-box .blog-1 .breadcrumbs .bs1 a:hover,
.posts-detail-box .blog-1 .breadcrumbs .bs1 a:visited {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 24px;
  color: #c9c9c9;
  text-align: left;
  vertical-align: top;
}
.posts-detail-box .blog-1 .breadcrumbs .bs1 .path .exlabel {
  color: #ef6320;
}
.posts-detail-box .blog-1 .breadcrumbs .bs1 .date-box {
  color: #999;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  padding: 20px 0;
}
.posts-detail-box .blog-1 .breadcrumbs .qrcode-box {
  width: 380px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff9f6;
  padding: 15px;
  margin-left: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.posts-detail-box .blog-1 .breadcrumbs .qrcode-box .text {
  color: #999;
  text-align: center;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0 0 0 25px;
}
.posts-detail-box .blog-1 .blog-2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 22px 0;
}
.posts-detail-box .blog-1 .blog-2 .blog-info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.posts-detail-box .blog-1 .blog-2 .blog-info .blog-title {
  color: #333;
  font-family: PingFang SC;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  margin: 0 0 10px 0;
}
.posts-detail-box .blog-1 .blog-2 .blog-info .bnt {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.posts-detail-box .blog-1 .blog-2 .blog-info .bnt .collect,
.posts-detail-box .blog-1 .blog-2 .blog-info .bnt .edit {
  padding: 0 0 0 10px;
}
.posts-detail-box .blog-1 .blog-2 .blog-info .bnt .collect a,
.posts-detail-box .blog-1 .blog-2 .blog-info .bnt .edit a {
  color: #666;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #ebebeb;
  background: #fff;
  line-height: 40px;
  display: block;
  background-image: url(/images/star1.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 11px 11px;
  padding: 0 0 0 35px;
  min-width: 80px;
}
.posts-detail-box .blog-1 .blog-2 .blog-info .bnt .collect a.has_collect,
.posts-detail-box .blog-1 .blog-2 .blog-info .bnt .edit a.has_collect {
  background-image: url(/images/star2.png);
}
.posts-detail-box .blog-1 .blog-2 .blog-info .bnt .edit a {
  background-image: url(/images/posts-edit.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 11px 11px;
  padding: 0 0 0 35px;
  display: block;
}
.posts-detail-box .blog-1 .basic-info {
  padding: 0 0 20px 0;
}
.posts-detail-box .blog-1 .basic-info .images {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.posts-detail-box .blog-1 .basic-info .images .i1 {
  width: 600px;
  height: 412px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin: 0 0 10px 0;
}
.posts-detail-box .blog-1 .basic-info .images .i2 {
  width: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.posts-detail-box .blog-1 .basic-info .images .i2 .i22 {
  width: 290px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin: 0 0 10px 10px;
}
.posts-detail-box .blog-1 .basic-info .price-info {
  padding: 10px 0 0 20px;
  line-height: 40px;
  position: relative;
  width: 440px;
}
.posts-detail-box .blog-1 .basic-info .price-info .ccc {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.posts-detail-box .blog-1 .basic-info .price-info .ccc .line {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  line-height: 35px;
}
.posts-detail-box .blog-1 .basic-info .price-info .ccc .line div:nth-child(1) {
  width: 80px;
}
.posts-detail-box .blog-1 .basic-info .price-info .ccc .line div:nth-child(2) {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 0 0 0 30px;
  width: 100%;
}
.posts-detail-box .blog-1 .basic-info .price-info .ccc .line .tag {
  padding: 0 5px 0 0;
}
.posts-detail-box .blog-1 .basic-info .price-info .price {
  color: #ff6634;
  font-size: 40px;
  font-weight: 600;
  line-height: 26px;
  padding: 0 0 30px 0;
}
.posts-detail-box .blog-1 .basic-info .price-info .price .currency {
  color: #ff6634;
  font-size: 20px;
  padding: 0 5px 0 0;
}
.posts-detail-box .blog-1 .basic-info .price-info .price .unit {
  color: #333;
  font-size: 20px;
  font-style: normal;
  padding: 0 0 0 5px;
}
.posts-detail-box .blog-1 .basic-info .price-info .contact_number {
  position: absolute;
  bottom: 0;
}
.posts-detail-box .blog-1 .basic-info .price-info .contact_number a {
  border-radius: 5px;
  background: #e8f0ff;
  width: 221px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  display: block;
  font-size: 24px;
}
.posts-detail-box .blog-1 .basic-info .price-info .collect {
  position: absolute;
  bottom: 0;
  left: 250px;
}
.posts-detail-box .blog-1 .basic-info .price-info .collect a {
  color: #666;
  width: 115px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #ebebeb;
  background: #fff;
  line-height: 40px;
  text-align: center;
  display: block;
}
.posts-detail-box .posts-info {
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
}
.posts-detail-box .posts-info hr.ff {
  width: 100%;
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header .basic-info {
  padding: 0 0 20px 0;
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header .basic-info .price-info {
  line-height: 40px;
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header .basic-info .price-info .ccc {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  flex-wrap: nowrap;
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header .basic-info .price-info .ccc .cca {
  width: 400px;
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header .basic-info .price-info .ccc .cca .line {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  line-height: 35px;
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header .basic-info .price-info .ccc .cca .line div:nth-child(1) {
  width: 80px;
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header .basic-info .price-info .ccc .cca .line div:nth-child(2) {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 0 0 0 30px;
  width: 100%;
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header .basic-info .price-info .ccc .cca .line .tag {
  padding: 0 5px 0 0;
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header .basic-info .price-info .ccc .contact_number {
  line-height: 40px;
  padding: 10px 0 0 30px;
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header .basic-info .price-info .ccc .contact_number a {
  /* width: 221px; */
  height: 68px;
  line-height: 68px;
  text-align: center;
  display: block;
  font-size: 24px;
  color: #2569f1;
  background-image: url(/images/lan-tel.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
  background-position: 0;
  padding: 0 0 0 30px;
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header .basic-info .price-info .ccc .contact_number a:link,
.posts-detail-box .posts-info .blog-main .blog-post .blog-header .basic-info .price-info .ccc .contact_number a:hover,
.posts-detail-box .posts-info .blog-main .blog-post .blog-header .basic-info .price-info .ccc .contact_number a:visited {
  color: #2569f1;
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header .basic-info .price-info .price {
  color: #ff6634;
  font-size: 40px;
  font-weight: 600;
  line-height: 26px;
  padding: 0 0 30px 0;
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header .basic-info .price-info .price .currency {
  color: #ff6634;
  font-size: 20px;
  padding: 0 5px 0 0;
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header .basic-info .price-info .price .unit {
  color: #333;
  font-size: 20px;
  font-style: normal;
  padding: 0 0 0 5px;
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header .basic-info .price-info .collect {
  position: absolute;
  bottom: 0;
  left: 250px;
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header .basic-info .price-info .collect a {
  color: #666;
  width: 115px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #ebebeb;
  background: #fff;
  line-height: 40px;
  text-align: center;
  display: block;
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header .room-basic-info {
  padding: 0 0 30px 0;
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header .room-basic-info .items-title {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  /* 150% */
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header .room-basic-info .items {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0 0 0;
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header .room-basic-info .items .f1 {
  padding: 0 30px 0 0;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header h3.xx {
  background-image: url("/images/detail-c1.png");
  background-repeat: no-repeat;
  background-size: 26px 28px;
  padding: 0 0 30px 30px;
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header h3.xx2 {
  background-image: url("/images/detail-c3.png");
  background-repeat: no-repeat;
  background-size: 26px 28px;
  padding: 0 0 20px 30px;
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header h3.xx3 {
  background-image: url("/images/detail-c2.png");
  background-repeat: no-repeat;
  background-size: 26px 28px;
  padding: 0 0 20px 30px;
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header .room-description {
  padding: 0 0 30px 0;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header .pic_list .pic_box {
  padding: 0;
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header .pic_list .pic_box.bb {
  margin: 0 0px 5px 0;
}
.posts-detail-box .posts-info .blog-main .blog-post .blog-header .row.block {
  border-bottom: solid 1px #eee;
  padding: 20px 0 !important;
}
.posts-detail-box .posts-info .blog-sidebar .sidebar-module {
  border-radius: 10px;
  border: 1px solid #ff6634;
  background: #fff;
  width: 274px;
  margin-bottom: 15px;
  padding: 15px;
  line-height: 26px;
}
.posts-detail-box .posts-info .blog-sidebar .sidebar-module h4 {
  color: #ff6634;
  font-family: PingFang SC;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.posts-detail-box .posts-info .blog-sidebar .sidebar-module p {
  color: #333;
  font-size: 14px;
}
.posts-detail-box .posts-info .blog-sidebar .sidebar-question {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}
.posts-detail-box .posts-info .blog-sidebar .sidebar-question .a1 {
  padding: 0 15px 0 0;
}
.posts-detail-box .posts-info .blog-sidebar .sidebar-question .a1 .qrcode {
  width: 83px;
  height: 83px;
  background-color: #000;
}
.posts-detail-box .no_permission {
  width: 1200px;
  margin: 0 auto;
}
.posts-detail-box .no_permission .cover-container {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 0 22vh;
}
.search-mine-posts {
  width: 100%;
  min-height: 85vh;
}
.search-mine-posts .search-mine-posts-card-body {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.search-mine-posts .search-mine-posts-card-body .nsdif {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.search-mine-posts .search-mine-posts-card-body .nsdif .breadcrumbs {
  line-height: 25px;
  font-size: 16px;
  color: #c9c9c9;
  padding: 20px 15px 0 0;
  font-size: 14px;
}
.search-mine-posts .search-mine-posts-card-body .nsdif .breadcrumbs a:link,
.search-mine-posts .search-mine-posts-card-body .nsdif .breadcrumbs a:hover,
.search-mine-posts .search-mine-posts-card-body .nsdif .breadcrumbs a:visited {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 24px;
  color: #c9c9c9;
  text-align: left;
  vertical-align: top;
}
.search-mine-posts .search-mine-posts-card-body .nsdif .breadcrumbs .path .exlabel {
  color: #ef6320;
}
.search-mine-posts .search-mine-posts-card-body .nsdif .contact-me {
  display: flex;
  flex-wrap: nowrap;
}
.search-mine-posts .search-mine-posts-card-body .nsdif .contact-me .text {
  color: #333;
  font-size: 16px;
  width: 160px;
  font-weight: 400;
}
.search-mine-posts .search-mine-posts-card-body .nsdif .contact-me .btbb a {
  width: 127px;
  height: 42px;
  border-radius: 90px;
  background: #01afba;
  line-height: 42px;
  display: block;
  text-align: center;
  color: #fff;
}
.search-mine-posts .search-mine-posts-card-body .search-box {
  padding: 50px 0;
}
.search-mine-posts .search-mine-posts-card-body .search-box .text {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 0 0 30px;
  text-align: center;
}
.search-mine-posts .search-mine-posts-card-body .search-box .fliter-box {
  width: 550px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.search-mine-posts .search-mine-posts-card-body .search-box .fliter-box .telephone,
.search-mine-posts .search-mine-posts-card-body .search-box .fliter-box .email {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.search-mine-posts .search-mine-posts-card-body .search-box .fliter-box .or {
  width: 20px;
  padding: 0 40px 0 30px;
}
.search-mine-posts .search-mine-posts-card-body .search-box .fliter-box .control-label {
  width: 70px;
}
.search-mine-posts .search-mine-posts-card-body .search-box .fliter-box input {
  width: 443px;
  height: 43px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background: #fbfbfb;
}
.search-mine-posts .search-mine-posts-card-body .search-box .box-footer {
  text-align: center;
  margin: 40px 0 0 0;
}
.search-mine-posts .search-mine-posts-card-body .search-box .box-footer button {
  border-radius: 5px;
  background: #ff6634;
  border: 0;
  width: 250px;
  padding: 14px;
  outline: 0;
}
.search-mine-posts .search-mine-posts-card-body .lists {
  margin: 0 auto;
  width: 1200px;
}
.search-mine-posts .search-mine-posts-card-body .lists .sub-filter {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: end;
  padding: 15px 0;
}
.search-mine-posts .search-mine-posts-card-body .lists .sub-filter .citys {
  width: 120px;
  height: 42px;
  border-radius: 5px;
  border: 1px solid #dedede;
  background: #fff;
  color: #333;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
  background-image: url(/images/posts-down-1.png);
  background-repeat: no-repeat;
  background-position: 90px 18px;
  padding: 0 15px 0 0;
}
.search-mine-posts .search-mine-posts-card-body .lists .posts-row {
  border-radius: 10px;
  background: #fff;
  padding: 25px 10px !important;
}
.search-mine-posts .search-mine-posts-card-body .lists .posts-row .info-title-box {
  padding: 10px 0 0 0;
}
.search-mine-posts .search-mine-posts-card-body .lists .posts-row .img {
  width: 197px;
  height: 152px;
  background-color: #f1f1f1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
}
.search-mine-posts .search-mine-posts-card-body .lists .posts-row .img .is_recommend {
  border-radius: 5px;
  background-image: url(/images/is_recommend.png);
  background-repeat: no-repeat;
  background-size: 51px 28px;
  width: 60px;
  height: 33px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  line-height: 26px;
  padding: 0 0 0 11px;
  background-position: 0px 0px;
}
.search-mine-posts .search-mine-posts-card-body .lists .posts-row .title {
  color: #333;
  font-family: PingFang SC;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 90.909% */
  padding: 0 0 20px 0;
  width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.search-mine-posts .search-mine-posts-card-body .lists .posts-row .price-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 20px 0;
}
.search-mine-posts .search-mine-posts-card-body .lists .posts-row .price-box .price {
  color: #ff6634;
  font-family: PingFang SC;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 20p;
}
.search-mine-posts .search-mine-posts-card-body .lists .posts-row .price-box .price .unit {
  color: #666;
  font-size: 14px;
  padding: 0 0 0 5px;
}
.search-mine-posts .search-mine-posts-card-body .lists .posts-row .price-box .facilities {
  padding: 0 0 0 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 0 0 10px;
}
.search-mine-posts .search-mine-posts-card-body .lists .posts-row .price-box .facilities .f1 {
  padding: 0 5px;
  color: #999;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
}
.search-mine-posts .search-mine-posts-card-body .lists .posts-row .tags {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.search-mine-posts .search-mine-posts-card-body .lists .posts-row .tags .tag {
  padding: 0 10px 10px 0;
}
.search-mine-posts .search-mine-posts-card-body .lists .posts-row .ll {
  width: 200px;
  text-align: right;
}
.search-mine-posts .search-mine-posts-card-body .lists .posts-row .ll .contact {
  color: #333;
  font-family: PingFang SC;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0 20px 0;
}
.search-mine-posts .search-mine-posts-card-body .lists .posts-row .ll .spoken_language_box {
  color: #999;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 0 0 10px 0;
}
.search-mine-posts .search-mine-posts-card-body .lists .posts-row .ll .date {
  color: #999;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.search-mine-posts .search-mine-posts-card-body .lists .posts-row .tools-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 150px;
}
.search-mine-posts .search-mine-posts-card-body .lists .posts-row .tools-box div {
  min-width: 94.435px;
  height: 40px;
  display: block;
  /* text-align: center; */
  border: solid 1px #ebebeb;
  line-height: 40px;
  margin: 0 0 0 9px;
  border-radius: 5px;
  color: #666;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.search-mine-posts .search-mine-posts-card-body .lists .posts-row .tools-box .edit {
  background-image: url(/images/search_post-2.png);
  background-repeat: no-repeat;
  background-size: 19px 19px;
  background-position: 20px 10px;
  padding: 0 0 0 45px;
}
.search-mine-posts .search-mine-posts-card-body .lists .posts-row .tools-box .detele {
  background-image: url(/images/search_post-3.png);
  background-repeat: no-repeat;
  background-size: 19px 19px;
  background-position: 20px 10px;
  padding: 0 0 0 45px;
}
.search-mine-posts .search-mine-posts-card-body .lists .posts-row .tools-box .refresh {
  background-image: url(/images/search_post-4.png);
  background-repeat: no-repeat;
  background-size: 19px 19px;
  background-position: 20px 10px;
  padding: 0 0 0 45px;
}
.search-mine-posts .search-mine-posts-card-body .lists .no-answer-content .cover-container {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 0 22vh;
}
.search-mine-posts .publish-tools-tips-1 {
  width: 100%;
  background: #f5f5f5;
  border-bottom: solid 2px #ff6634;
}
.search-mine-posts .publish-tools-tips-1 .publish-tools-tips-2 {
  width: 1200px;
  height: 70px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  line-height: 70px;
}
.search-mine-posts .publish-tools-tips-1 .publish-tools-tips-2 .a1 {
  color: #ff6634;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  background-image: url(/images/search_post-1.png);
  background-repeat: no-repeat;
  background-size: 22px 29px;
  padding: 0 0 0 30px;
  background-position: 0 18px;
}
.search-mine-posts .publish-tools-tips-1 .publish-tools-tips-2 .a2 {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.search-mine-posts .publish-tools-tips-1 .publish-tools-tips-2 .a2 a {
  color: #ff6634;
}
.posts-success-box .posts-publish-card-body {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.posts-success-box .posts-publish-card-body .blog-2 {
  display: flex;
  flex-wrap: nowrap;
}
.posts-success-box .posts-publish-card-body .blog-2 .blog-info {
  width: 800px;
  margin: 0 50px 0 0;
  background-image: url(/images/fsh1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 15px;
  border-radius: 5px;
  border: 1px solid #8f8f8f;
  position: relative;
}
.posts-success-box .posts-publish-card-body .blog-2 .blog-info .blog-id {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 0 30px;
}
.posts-success-box .posts-publish-card-body .blog-2 .blog-info .blog-value {
  color: #333;
  font-size: 36px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 0 60px;
}
.posts-success-box .posts-publish-card-body .blog-2 .blog-info .blog-category {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.posts-success-box .posts-publish-card-body .blog-2 .blog-info .blog-category a {
  color: #ff6634;
  padding: 0 0 0 20px;
}
.posts-success-box .posts-publish-card-body .blog-2 .blog-info .bnt1 {
  border-radius: 90px;
  background: #01afba;
  width: 134px;
  height: 40px;
  display: block;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 30px;
}
.posts-success-box .posts-publish-card-body .blog-2 .qrcode-box {
  width: 380px;
  height: 212px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff9f6;
}
.posts-success-box .posts-publish-card-body .blog-2 .qrcode-box .qrcode {
  width: 100%;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.posts-success-box .posts-publish-card-body .blog-2 .qrcode-box .text {
  width: 100%;
  color: #999;
  text-align: center;
  font-size: 16px;
}
.posts-success-box .posts-publish-card-body .box-footer {
  padding: 150px 0;
  display: flex;
  flex-wrap: nowrap;
}
.posts-success-box .posts-publish-card-body .box-footer a.l1 {
  width: 216px;
  height: 46px;
  border-radius: 90px;
  background: #ff6634;
  display: block;
  text-align: center;
  line-height: 46px;
  color: #fff;
  margin: 0 10px 0;
}
.posts-success-box .posts-publish-card-body .box-footer a.l2 {
  width: 804px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 90px;
  border: 1px solid #ff6634;
  background: #fff;
  line-height: 46px;
  display: block;
  text-align: center;
  color: #ff6634;
}
.posts-paylist-box .posts-paylist-card-body .steps-container .steps {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 30px;
}
.posts-paylist-box .posts-paylist-card-body .steps-container .steps .step {
  width: 400px;
  height: 50px;
}
.posts-paylist-box .posts-paylist-card-body .steps-container .steps .st1 {
  background-image: url(/images/p-step-1.png);
  background-repeat: no-repeat;
  background-color: unset !important;
  background-size: 100% 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.posts-paylist-box .posts-paylist-card-body .steps-container .steps .st2 {
  background-image: url(/images/p-step-2.png);
  background-repeat: no-repeat;
  background-color: unset !important;
  background-size: 100% 100%;
  color: #ffffff !important;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.posts-paylist-box .posts-paylist-card-body .steps-container .steps .st2 a:link,
.posts-paylist-box .posts-paylist-card-body .steps-container .steps .st2 a:visited,
.posts-paylist-box .posts-paylist-card-body .steps-container .steps .st2 a:hover {
  width: 100%;
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  height: 50px;
  text-align: center;
  margin-left: 10px;
}
.posts-paylist-box .posts-paylist-card-body .steps-container .steps .step.active a:link,
.posts-paylist-box .posts-paylist-card-body .steps-container .steps .step.active a:visited,
.posts-paylist-box .posts-paylist-card-body .steps-container .steps .step.active a:hover {
  color: #fff;
  background-color: #337ab7;
}
.posts-paylist-box .posts-paylist-card-body .steps-container .line {
  height: 8px;
  background-color: #f5f5f5;
}
.posts-paylist-box .posts-paylist-card-body .blog-2 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
.posts-paylist-box .posts-paylist-card-body .blog-2 .blog-info .blog-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  padding: 0 0 30px 0;
}
.posts-paylist-box .posts-paylist-card-body .blog-2 .blog-info .bbox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.posts-paylist-box .posts-paylist-card-body .blog-2 .blog-info .bbox .blog-category {
  color: #999;
}
.posts-paylist-box .posts-paylist-card-body .blog-2 .blog-info .bbox .blog-id {
  color: #ff6634;
  padding: 0 0 0 100px;
}
.posts-paylist-box .posts-paylist-card-body .blog-2 .qrcode-box {
  width: 352px;
  height: 157px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.posts-paylist-box .posts-paylist-card-body .blog-2 .qrcode-box .qrcode {
  padding: 25px 30px;
}
.posts-paylist-box .posts-paylist-card-body .blog-2 .qrcode-box .text {
  width: 160px;
}
.posts-paylist-box .posts-paylist-card-body .blog-2 .qrcode-box .text .p1 {
  color: #999;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.posts-paylist-box .posts-paylist-card-body .blog-2 .qrcode-box .text .p2 {
  color: #999;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.posts-paylist-box .posts-paylist-card-body .user_packages {
  width: 1200px;
  margin: 0 auto;
}
.posts-paylist-box .posts-paylist-card-body .user_packages .title {
  color: #333;
  font-size: 20px;
  font-weight: 600;
}
.posts-paylist-box .posts-paylist-card-body .user_packages .title span {
  color: red;
}
.posts-paylist-box .posts-paylist-card-body .user_packages .packages {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
.posts-paylist-box .posts-paylist-card-body .user_packages .packages a .s1 {
  width: 590px;
  height: 126px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  margin: 0 15px 20px 0;
  padding: 25px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.posts-paylist-box .posts-paylist-card-body .user_packages .packages a .s1 .l1 .name {
  color: #4e89ff;
  font-size: 30px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 0 25px 0;
}
.posts-paylist-box .posts-paylist-card-body .user_packages .packages a .s1 .l1 .total_price {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
}
.posts-paylist-box .posts-paylist-card-body .user_packages .packages a .s1 .l2 .month_price {
  width: 142px;
  height: 45px;
  border-radius: 5px;
  background: #4e89ff;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 45px;
}
.posts-paylist-box .posts-paylist-card-body .user_packages .packages a:nth-child(2n) .s1 {
  margin: 0 0 20px 0;
}
.posts-paylist-box .posts-paylist-card-body .pay_method {
  width: 1200px;
  margin: 0 auto;
}
.posts-paylist-box .posts-paylist-card-body .pay_method .title {
  color: #333;
  font-size: 20px;
  font-weight: 600;
}
.posts-paylist-box .posts-paylist-card-body .pay_method .title span {
  color: red;
}
.posts-paylist-box .posts-paylist-card-body .pay_method .method {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0;
}
.posts-paylist-box .posts-paylist-card-body .pay_method .method a .m1 {
  width: 590px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 20px 20px 0;
  height: 110px;
  padding: 30px 20px;
}
.posts-paylist-box .posts-paylist-card-body .pay_method .method a .m1 .pi {
  width: 50px;
}
.posts-paylist-box .posts-paylist-card-body .pay_method .method a .m1 .pi img {
  width: 100%;
}
.posts-paylist-box .posts-paylist-card-body .pay_method .method a .m1 .pname {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 0 28px;
}
.posts-paylist-box .posts-paylist-card-body .pay_method .method a .m1 .pname span {
  color: #d1d1d1;
}
.posts-paylist-box .posts-paylist-card-body .pay_method .method a:nth-child(2n) .m1 {
  margin: 0 0 20px 0;
}
.posts-paylist-box .posts-paylist-card-body .condition {
  width: 1200px;
  margin: 0 auto;
}
.posts-paylist-box .posts-paylist-card-body .condition label {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.posts-paylist-box .posts-paylist-card-body .box-footer {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.posts-paylist-box .posts-paylist-card-body .box-footer button {
  border-radius: 90px;
  background: #ff6634;
  width: 200px;
  height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  outline: 0;
  border: 0;
  margin: 0 15px 0 0;
}
.posts-paylist-box .posts-paylist-card-body .box-footer .btn-secondary {
  background: #e3e3e3;
  color: #333;
}
.posts-paylist-box .posts-paylist-card-body .box-footer .tips {
  border-radius: 90px;
  background: #ffe9dd;
  color: #ff6634;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.posts-paylist-box .no_permission {
  width: 1200px;
  margin: 0 auto;
}
.posts-paylist-box .no_permission .cover-container {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 0 22vh;
}
.yellowpage {
  margin-top: 70px;
}
.yellowpage .banner-box {
  background-image: url(/images/yellowpage-bg-1.png);
  background-repeat: no-repeat;
  background-color: unset !important;
  background-size: cover;
  width: 100%;
  height: 650px;
}
.yellowpage .banner-box .aw1 {
  padding: 120px 0;
  width: 1100px;
  margin: 0 auto;
  height: 100%;
}
.yellowpage .banner-box .aw1 .t1 {
  font-family: Microsoft YaHei;
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
}
.yellowpage .banner-box .aw1 .t1 .x1 {
  border-bottom: solid 1px #fff;
}
.yellowpage .banner-box .aw1 .t2 .sbs-1 {
  width: 100%;
  padding: 30px 0 20px;
}
.yellowpage .banner-box .aw1 .t2 .sbs-1 .sbs-2 .tools .search {
  padding: 0;
}
.yellowpage .banner-box .aw1 .t2 .sbs-1 .sbs-2 .tools .search .navbar-search {
  padding: 0;
}
.yellowpage .banner-box .aw1 .t2 .sbs-1 .sbs-2 .tools .search .navbar-search .keywords {
  display: flex;
  justify-content: center;
  position: relative;
}
.yellowpage .banner-box .aw1 .t2 .sbs-1 .sbs-2 .tools .search .navbar-search .keywords .search {
  display: flex;
  align-items: center;
}
.yellowpage .banner-box .aw1 .t2 .sbs-1 .sbs-2 .tools .search .navbar-search .keywords .search .search_warp {
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  position: relative;
}
.yellowpage .banner-box .aw1 .t2 .sbs-1 .sbs-2 .tools .search .navbar-search .keywords .search .search_warp input {
  width: 410px;
  padding: 10px 18px;
  border: 0;
  font-size: 18px;
  color: #000000;
  outline: 0;
  margin: 0;
  border-radius: 0 10px 10px 0;
  background: #f3f5f6;
  /* line-height: 20px; */
  height: 44px;
  color: #c7c7c7;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* background-size: 5px 8px; */
}
.yellowpage .banner-box .aw1 .t2 .sbs-1 .sbs-2 .tools .search .navbar-search .keywords .search .search_warp input::-moz-placeholder {
  color: #cfcfcf;
}
.yellowpage .banner-box .aw1 .t2 .sbs-1 .sbs-2 .tools .search .navbar-search .keywords .search .search_warp input::placeholder {
  color: #cfcfcf;
}
.yellowpage .banner-box .aw1 .t2 .sbs-1 .sbs-2 .tools .search .navbar-search .keywords .search .search_warp .dosearch {
  padding: 0 0 0 15px;
}
.yellowpage .banner-box .aw1 .t2 .sbs-1 .sbs-2 .tools .search .navbar-search .keywords .search .search_warp .dosearch button {
  width: 86px;
  height: 40px;
  border-radius: 10px;
  background: #ff6634;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.yellowpage .banner-box .aw1 .t2 .sbs-1 .sbs-2 .tools .search .navbar-search .keywords .search .search-by-keywords {
  position: relative;
}
.yellowpage .banner-box .aw1 .t2 .sbs-1 .sbs-2 .tools .search .navbar-search .keywords .search .search-by-keywords .text {
  width: 100px;
  height: 44px;
  opacity: 1;
  background: #b1b1b1;
  line-height: 44px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ffffff;
  border-radius: 10px 0 0 10px;
  /* text-align: center; */
  color: #fff;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  background-image: url(/images/icon-1-w.png);
  background-repeat: no-repeat;
  /* background-size: 5px 8px; */
  background-position: 82px
                                                        20px;
  background-size: 8px;
  letter-spacing: unset;
  padding: 0 0 0 15px;
}
.yellowpage .banner-box .aw1 .t2 .sbs-1 .sbs-2 .tools .search .navbar-search .keywords .search .search-by-keywords .search_help_tips_warp {
  position: absolute;
  width: 100px;
  top: 40px;
  left: 15px;
  padding: 10px 0;
  z-index: 99;
  /* height: 44px; */
}
.yellowpage .banner-box .aw1 .t2 .sbs-1 .sbs-2 .tools .search .navbar-search .keywords .search .search-by-keywords .search_help_tips_warp .i_search_help_tips_warp {
  padding: 10px 15px;
  width: 100%;
  opacity: 1;
  background: #ef6320;
  border-radius: 10px;
  z-index: 10;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.1);
}
.yellowpage .banner-box .aw1 .t2 .sbs-1 .sbs-2 .tools .search .navbar-search .keywords .search .search-by-keywords .search_help_tips_warp .i_search_help_tips_warp .search_help_tips_warp_ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.yellowpage .banner-box .aw1 .t2 .sbs-1 .sbs-2 .tools .search .navbar-search .keywords .search .search-by-keywords .search_help_tips_warp .i_search_help_tips_warp .search_help_tips_warp_ul li {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  padding: 7px 0 0
                                                                    2px;
}
.yellowpage .banner-box .aw1 .t2 .kksbs-2 {
  display: flex;
  flex-wrap: nowrap;
}
.yellowpage .banner-box .aw1 .t2 .kksbs-2 .k1 {
  padding: 0 10px 0 0px;
}
.yellowpage .banner-box .aw1 .t2 .kksbs-2 .k1 a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.yellowpage .banner-box .aw1 .t3 {
  padding: 50px 0 0 0;
}
.yellowpage .banner-box .aw1 .t3 .items-tools .tbnt {
  width: 245px;
}
.yellowpage .banner-box .aw1 .t3 .items-tools .tbnt .p {
  width: 100%;
  display: block;
  height: 48px;
  line-height: 48px;
  border-radius: 40px;
  background: #01afba;
  box-shadow: 0px 4px 6px 3px rgba(134, 134, 134, 0.12);
  color: #fff;
  /* text-align: center; */
  font-size: 18px;
  font-weight: 500;
  background-image: url(/images/index-fj-1.png);
  background-repeat: no-repeat;
  background-size: 29px 29px;
  background-position: 55px 11px;
  padding: 0 0 0 100px;
}
.yellowpage .yellowpage-categories-card-body {
  width: 100%;
}
.yellowpage .yellowpage-categories-card-body .c1 {
  width: 100%;
  border-bottom: solid 1px #f5f5f5;
}
.yellowpage .yellowpage-categories-card-body .c1 .c1bb {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  flex-wrap: nowrap;
  height: 80px;
  align-items: center;
}
.yellowpage .yellowpage-categories-card-body .c1 .c1bb .name .l1 {
  min-width: 80px;
  /* height: 42px; */
  border-radius: 100px;
  background-color: #f2f2f2;
  color: #666666;
  /* padding: 10px 0px; */
  margin: 0 6px 0 0;
  display: block;
  text-align: center;
  line-height: 36px;
}
.yellowpage .yellowpage-categories-card-body .c1 .c1bb .name .l1.active {
  border: 1px solid #FF6634;
  background-color: #fff;
  color: #FF6634;
}
.yellowpage .yellowpage-categories-card-body-detail .paid {
  margin: 0 auto;
  width: 1200px;
  padding: 50px 0;
}
.yellowpage .yellowpage-categories-card-body-detail .paid .s2 .t1 {
  color: #333;
  font-family: PingFang SC;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.yellowpage .yellowpage-categories-card-body-detail .paid .s2 .category-box {
  padding: 20px 0;
  /* display: inline-block; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.yellowpage .yellowpage-categories-card-body-detail .paid .s2 .category-box .category {
  padding: 10px 0;
}
.yellowpage .yellowpage-categories-card-body-detail .paid .s2 .category-box .category a {
  width: 116px;
  height: 37px;
  border-radius: 90px;
  background: #f6f6f6;
  display: block;
  line-height: 37px;
  text-align: center;
  margin: 0 10px 0 0;
  color: #999;
}
.yellowpage .yellowpage-categories-card-body-detail .paid .s2 .category-box .category a.active {
  border: 1px solid #ff6634;
  background: linear-gradient(0deg, #fff1ec 0%, #fff1ec 100%), linear-gradient(0deg, #ff6634 0%, #ff6634 100%), #ff6634;
  color: #ff6634;
}
.yellowpage .yellowpage-categories-card-body-detail .paid .s2 {
  padding: unset;
}
.yellowpage .yellowpage-categories-card-body-detail .paid .s2 .category-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 49px;
  /* letter-spacing: 0.06em; */
  padding: 0 0 10px 0;
}
.yellowpage .yellowpage-categories-card-body-detail .paid .s2 .category-box {
  padding: 0 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.yellowpage .yellowpage-categories-card-body-detail .paid .s2 .category-box .category {
  width: 360px;
  height: 180px;
  border-radius: 4px;
  background-color: #fff;
  padding: 30px 35px;
  margin: 0 15px 0 0;
  position: relative;
  background-image: url("/images/s2-abdd-2.png");
  background-repeat: no-repeat;
  background-size: 360px 160px;
}
.yellowpage .yellowpage-categories-card-body-detail .paid .s2 .category-box .category .i1 {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  background-size: contain;
  right: 30px;
  bottom: 50px;
  background-repeat: no-repeat;
}
.yellowpage .yellowpage-categories-card-body-detail .paid .s2 .category-box .category .bb {
  font-weight: bold;
  font-size: 20px;
  /* line-height: 4px; */
  /* margin-bottom: 30px; */
  padding: 0 0 10px;
  color: #666;
}
.yellowpage .yellowpage-categories-card-body-detail .paid .s2 .category-box .category .bb-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.yellowpage .yellowpage-categories-card-body-detail .paid .s2 .category-box .category .bb-box a:link,
.yellowpage .yellowpage-categories-card-body-detail .paid .s2 .category-box .category .bb-box a:visited,
.yellowpage .yellowpage-categories-card-body-detail .paid .s2 .category-box .category .bb-box a:hover {
  width: 100%;
  color: #a7a7a7;
  background-color: unset;
  line-height: 30px;
  text-decoration: none;
  height: unset;
  text-align: center;
  display: unset;
}
.yellowpage .yellowpage-categories-card-body-detail .paid .s2 .category-box .category.ac {
  background-image: url("/images/s2-abdd-1.png");
  position: relative;
}
.yellowpage .yellowpage-categories-card-body-detail .paid .s2 .category-box .category.ac .bb {
  color: #ff6634;
}
.yellowpage .yellowpage-categories-card-body-detail .paid .s2 .category-box .category.ac .i1 {
  display: block;
}
.modal .modal-dialog .modal-content .modal-body .random_verify img {
  cursor: pointer;
}
.modal .modal-dialog .modal-content .modal-body .digit-input {
  width: 2em;
  text-align: center;
  margin: 0 0.5em;
}
.modal-dialog {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
}

