.container {
  background: url(//qnm.hunliji.com/o_1cugsrbiervb1mu2114s11ev98bj.jpg) center
    top no-repeat;
}
/* 城市选择 */
.search-modal {
  height: 100%;
  padding: 48px 60px;
  /* width: calc(100% - 120px); */
}
.search-modal-item {
  border-bottom: none;
}
.search-modal-item__condition {
  position: relative;
  padding: 0 30px;
  margin-right: 20px;
  box-sizing: border-box;
  width: 420px;
  height: 64px;
  line-height: 64px;
  background: #f5f5f5;
  border-radius: 4px;
  color: #333;
  font-size: 18px;
  text-overflow: ellipsis;
  /* overflow: hidden; */
  white-space: nowrap;
  cursor: pointer;
}
.search-modal-item__condition:after {
  content: url(//qnm.hunliji.com/o_1cubi82bk1is81gep168mvk41eebe.png);
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  width: 30px;
  height: 28px;
}
/* 搜索list */
.search-modal-item__condition_prov,
.search-modal-item__condition_city {
  position: absolute;
  top: 76px;
  left: 0;
  padding: 14px 30px;
  width: 420px;
  height: 207px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.08);
  color: #333;
  font-size: 16px;
  overflow-y: scroll;
  z-index: 111;
  line-height: 36px;
  display: none;
}

.search-modal-item__condition_prov::-webkit-scrollbar,
.search-modal-item__condition_city::-webkit-scrollbar {
  display: none;
}
.search-modal-item__condition_prov span,
.search-modal-item__condition_city span {
  display: block;
  width: 100%;
}

.search-modal-item__condition_prov span:hover,
.search-modal-item__condition_city span:hover {
  color: #f83144;
}
.search-modal-item__search {
  width: 220px;
  height: 64px;
  line-height: 64px;
  background: #f83244;
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.search-modal-item__title {
  width: 100%;
  height: 76px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  font-size: 24px;
  line-height: 88px;
  font-weight: bold;
  color: #000;
  background: url('//qnm.hunliji.com/o_1cubi82bkcct7a5186rvq81t41i.png') left
    bottom no-repeat;
}
.search-modal-item__title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #f83244;
}
.search-modal-item__area {
  margin-top: 6px;
}
.search-modal-item__prov,
.search-modal-item__city {
  position: relative;
  display: inline-block;
  /* width:100%; */
  /* height:16px; */
  margin-top: 24px;
  margin-right: 47px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.search-modal-item__prov a,
.search-modal-item__city a {
  text-decoration: none;
  color: #333;
}
.search-modal-item__city {
  position: absolute;
  left: 0;
  top: 26px;
  width: 211px;
  margin: 0;
  padding: 10px 10px 10px 22px;
  background: #fff;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  z-index: 110;
  display: none;
}
.search-modal-item__city span {
  display: inline-block;
  margin: 0 10px 0 0;
  line-height: 36px;
}
.search-modal-item__city span:hover {
  color: #f83144;
}

/* 当前城市登记处 */
.search-share {
  margin-top: 80px;
}
.share-city {
  display: inline-block;
  color: #000;
  font-size: 32px;
  font-weight: bold;
}
.share-city span {
  color: #f83244;
}

.share-where {
  height: 70px;
  position: relative;
  display: inline-block;
  float: right;
  /* margin: 30px; */
  line-height: 32px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.share-where:before {
  content: url(//qnm.hunliji.com/o_1ctfeq5qq1t661fmuvlvmvm1iph9.png);
  display: block;
  position: absolute;
  top: 4px;
  left: -30px;
  width: 40px;
  height: 60px;
}
.share-where a {
  display: inline-block;
  margin-bottom: 16px;
}

.area-modal {
  height: 635px;
  margin-top: 38px;
  padding: 18px 44px;
  /* width: calc(100% - 88px); */
  height: calc(100% - 36px);
}
.area-modal-top {
  display: inline-block;
  margin: 30px 0 10px;
  font-size: 16px;
  cursor: pointer;
}
.area-modal-top-null {
  margin: 30px 0;
}
.area-modal-top_icon {
  display: inline-block;
  width: 56px;
  height: 30px;
  line-height: 30px;
  background: #fe7e33;
  border-radius: 12px 0px 0px 2px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.area-modal-top_tip {
  display: inline-block;
  width: 332px;
  height: 30px;
  line-height: 30px;
  background: #222;
  border-radius: 0 2px 12px 2px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.area-modal-item__detail {
  padding: 30px 0;
  font-size: 0;
  border-bottom: 1px solid #e8e8e8;
}
.area-modal-item__detail:last-child {
  border: none;
}
.area-modal-item__name,
.area-modal-item__tel,
.area-modal-item__time,
.area-modal-item__area,
.area-modal-item__map {
  display: inline-block;
  margin-right: 39px;
  height: 100%;
  line-height: 28px;
  vertical-align: top;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.area-modal-item__name {
  width: 160px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.area-modal-item__time {
  width: 272px;
}
.area-modal-item__tel {
  width: 168px;
}
.area-modal-item__area {
  width: 292px;
}
.area-modal-item__map {
  width: 64px;
  margin-right: 0;
  color: #13acec;
  cursor: pointer;
}
.area-modal-item__map:hover {
  text-decoration: underline;
}
.bdsharebuttonbox {
  width: 88px;
  position: absolute;
  top: 46px;
  left: -30px;
  background: #fff;
  padding: 22px 20px 6px;
  display: none;
}
/* tip */
.wedding-notice-point {
  margin-top: 60px;
}
.wedding-notice-point__item {
  display: inline-block;
  width: 380px;
  height: 574px;
  margin-right: 30px;
}
.wedding-notice-point__item:last-child {
  margin-right: 0;
}
.wedding-notice-point__item img {
  width: 100%;
  height: 263px;
}
.wedding-notice-point__item .item__title {
  width: 100%;
  height: 46px;
  position: relative;
  left: 27px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
}
.wedding-notice-point__item .item__title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #f83244;
}

.wedding-notice-point__item__content {
  width: 322px;
  padding: 18px 31px 30px 27px;
}

/*地图*/
.mapbox {
  width: 960px;
  height: 480px;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -520px;
  margin-top: -280px;
}
.maphezi {
  width: 960px;
  height: 420px;
  background: #ff0;
  margin-top: 10px;
}
.down-tan i {
  width: 20px;
  height: 20px;
  font-size: 25px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  position: absolute;
  top: 47%;
  right: 10px;
  margin-top: -220px;
  margin-left: 440px;
  z-index: 99;
  border-radius: 50%;
  cursor: pointer;
}
#province-data {
  display: none;
}
/* 弹窗 */
.modal_box_12 {
  font-family: 'SimSun';
  text-align: center;
  margin-bottom: 20px;
  color: #999;
}
