/* din字体 */
@font-face {
  font-family: 'DDIN';
  src: url('//qnm.hunliji.com/o_1e0cnrhb016d915e52c31iqs1qpj9.ttf') format('woff2'),
    url('//qnm.hunliji.com/o_1e0cnrhb016d915e52c31iqs1qpj9.ttf') format('woff');
  font-weight: bold;
  font-style: normal;
}
.white-cover {
  opacity: 1;
}
.white-cover:hover {
  opacity: 0.85;
}
.main-color-hover:hover {
  color: #f83244;
}
.container {
  width: 100%;
  background: url(//qnm.hunliji.com/o_1cugm23st1g4kfk91mop1sb61rih9.jpg) center top no-repeat;
  background-color: #fff;
}
.width-limit {
  margin: 0 auto 120px;
  width: 1200px;
}
/* 面包屑 */
.breadcrumb {
  margin: 0 0 21px 0;
  font-size: 12px;
  text-align: left;
  line-height: 52px;
  color: #999;
}
.breadcrumb > a:first-child {
  color: #999;
}
.breadcrumb > a:hover {
  text-decoration: underline;
}
.breadcrumb > a:first-child::after {
  content: '';
  margin: 0 0 0 5px;
}
.breadcrumb > span:last-child {
  margin: 0 0 0 5px;
  color: #666;
}
/* 结婚吉日选择以及结婚日历 */
.wedding-day-center {
  width: 100%;
}
.search-modal {
  padding: 8px 40px;
  /* width: calc(100% - 80px); */
  height: 196px;
  background: #fff;
  box-shadow: 0px 6px 28px 0px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  box-sizing: border-box;
}
.search-modal-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 60px;
  border-bottom: 1px dashed #ddd;
  box-sizing: border-box;
}
.search-modal-item:last-child {
  border-bottom: none;
}
.search-modal-item__title {
  width: 70px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 59px;
}
.search-modal-item__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.search-modal-item__content__item {
  margin: 0 10px;
  padding: 0 20px;
  height: 34px;
  background: #fff;
  border-radius: 18px;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
}
.icon-selected {
  border: 1px solid #f83244;
  font-weight: bold;
  color: #f83244;
}
.icon-common {
  border: 1px solid transparent;
  font-weight: 400;
  color: #333333;
}
.icon-common:hover {
  border: 1px solid transparent;
  font-weight: 400;
  color: #f83244;
}
.search-calendar {
  position: relative;
  margin: 70px 0 0 40px;
  width: 1160px;
  height: 637px;
  background: linear-gradient(45deg, rgba(255, 81, 65, 1), rgba(255, 129, 76, 1));
}
.calendar-main {
  position: absolute;
  top: -30px;
  left: -40px;
  padding: 0 30px;
  width: 686px;
  height: 637px;
  background: #fff;
  box-shadow: 0px 6px 28px 0px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.calendar-main__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 48px 0 0 0;
  height: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 24px;
}
.calendar-main__title__icon {
  margin: 0 12px 0 0;
}
.calendar-mainarea {
  width: 100%;
}
.calendar-mainarea__header {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0 0;
  width: 100%;
}
.calendar-mainarea__center {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 14px 0 0 0;
  width: 100%;
}
.calendar-mainarea__item {
  position: relative;
  margin: 0 13px 2px;
  width: 72px;
}
.mainarea__header__item__title {
  height: 16px;
  font-size: 16px;
  color: #666;
  text-align: center;
}
.mainarea__header__item {
  height: 16px;
  font-size: 16px;
  color: #000;
  text-align: center;
}
.mainarea__header__red {
  height: 16px;
  font-size: 16px;
  color: #f83244;
  text-align: center;
}
.mainarea__center__item {
  height: 72px;
  border-radius: 36px;
  text-align: center;
  cursor: pointer;
}
/* 三种日历按钮样式 */
.center__item__disabled {
  color: #aaa;
}
.center__item__common {
  color: #000;
}
.center__item__active {
  color: #fff;
  background: rgba(248, 50, 68, 1);
  box-shadow: 0px 16px 24px 0px rgba(248, 50, 68, 0.2);
}
/* end */
.mainarea__center__item__solar {
  margin: 10px 0 0 0;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-family: DDIN;
  font-weight: bold;
  line-height: 28px;
}
.mainarea__center__item__lunar {
  margin: 8px 0 0 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.mainarea__center__item__greatDay {
  position: absolute;
  top: -2px;
  right: -4px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 25px;
  color: #f83244;
  background: #fff;
  border: 1px solid #f83244;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
.calendar-extend {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 40px;
  width: 374px;
  height: 100%;
}
.calendar-extend__download__upcontent {
  position: relative;
}
.calendar-extend__download__upvole {
  position: absolute;
  top: -8px;
  right: -40px;
  padding: 0 40px 0 0;
  width: 80px;
  height: 40px;
  text-align: right;
  cursor: pointer;
}
.calendar-extend__download__upvole::before {
  position: absolute;
  top: 0;
  right: 72px;
  margin: 0 11px 0 0;
  height: 18px;
  content: url(//qnm.hunliji.com/o_1ctp93pa61vc057ftng18je6mk9.png);
}
.calendar-extend__download__upvole__list {
  display: none;
  position: absolute;
  top: 28px;
  right: -66px;
  padding: 22px 20px 6px;
  width: 87px;
  background: #fff;
  box-shadow: 0px 6px 28px 0px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
#weddingDayShareList a {
  background: none;
  padding: 0;
  margin: 0 0 16px 0;
  height: 32px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}
#weddingDayShareList img {
  width: 32px;
  height: 32px;
  margin: 0 12px 0 0;
}
.calendar-extend__solar {
  display: flex;
  justify-content: space-between;
  margin: 48px 0 0 0;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
}
.calendar-extend__lunar {
  margin: 52px 0 0 0;
  font-size: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
}
.calendar-extend__score {
  margin: 55px 0 0 0;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 18px;
}
.calendar-extend__jiri {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 0 0;
  width: 100%;
  height: 36px;
}
.calendar-extend__jiri__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 85px;
}
.calendar-extend__jiri__item__icon {
  margin: 0 9px 0 0;
  width: 36px;
  height: 36px;
  background: #fff;
  box-shadow: 0px 8px 28px 0px rgba(255, 81, 65, 0.1);
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
}
.calendar-extend__jiri__item__text {
  font-size: 18px;
  color: #fff;
  line-height: 18px;
}
/* .calendar-extend__search {
  margin: 60px auto 0;
  width: 374px;
  height: 156px;
  background: linear-gradient(45deg, rgba(255, 131, 104, 1), rgba(255, 142, 98, 1));
  box-shadow: 0px 8px 28px 0px rgba(255, 81, 65, 0.1);
  border-radius: 6px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
} */
.calendar-extend__search img {
  width: 100%;
}
.calendar-extend__search__title {
  margin: 43px 0 0 0;
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 32px;
}
.calendar-extend__search__text {
  margin: 20px 0 0 0;
  width: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 18px;
}
.calendar-extend__download {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 0 0;
  width: 100%;
  height: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 16px;
}
.calendar-extend__download__area {
  position: relative;
  cursor: pointer;
}
.calendar-extend__download__area__image {
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 2;
  width: 194px;
  height: 194px;
  background: #fff;
  box-shadow: 0px 6px 28px 0px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.calendar-extend__download__area__image > img {
  padding: 17px;
  width: 160px;
  height: 160px;
}
.calendar-extend__download__area:hover .calendar-extend__download__area__image {
  display: block;
}
.calendar-extend__score__text {
  margin: 0 6px 0 0;
}
.calendar-extend__score__icon {
  margin: -3px 3px 0;
}
/* 结婚注意事项 */
.wedding-notice-point {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0 0;
  width: 100%;
}
.wedding-notice-point__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 585px;
  height: 315px;
  background: #fff;
  box-shadow: 0px 6px 28px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.wedding-notice-point__item__titlegroup {
  margin: -175px 0 0 -166px;
  padding: 215px 0 0 206px;
  width: 126px;
  height: 135px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 6px 28px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
}
.titlegroup--green {
  background: linear-gradient(-45deg, rgba(15, 200, 124, 1), rgba(170, 220, 36, 1));
}
.titlegroup--blue {
  background: linear-gradient(-45deg, rgba(28, 136, 242, 1), rgba(36, 220, 194, 1));
}
.wedding-notice-point__item__title {
  width: 96px;
  max-height: 64px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 32px;
}
.wedding-notice-point__item__title--underline {
  margin: 10px 0 0 0;
  width: 40px;
  height: 0;
  border-bottom: 2px solid #fff;
}
.wedding-notice-point__item__content {
  width: 364px;
  padding: 40px 40px 0 0;
}
.item__content {
  margin: 0 0 16px 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: justify;
  line-height: 28px;
}
/* 结婚攻略 */
.wedding-recommend {
  margin: 100px 0 0 0;
  width: 100%;
}
.wedding-recommend__title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 55px;
  background: url(//qnm.hunliji.com/o_1ctc3g8r788n1eme1lse11146p9.png) left top no-repeat;
}
.wedding-recommend__title__text {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  line-height: 68px;
}
.wedding-recommend__title__more {
  display: flex;
  justify-content: flex-start;
  margin: 25px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #333333;
}
.wedding-recommend__title__more--after {
  margin: 1px 0 0 5px;
  background: url(//qnm.hunliji.com/o_1cugq3urr14vi1nmqe4s1okb3m6e.png) left center no-repeat;
  top: -2px;
  position: relative;
  width: 5px;
  height: 17px;
}
.wedding-recommend__title__more:hover .wedding-recommend__title__more--after {
  margin: 1px 0 0 5px;
  background: url(//qnm.hunliji.com/o_1cugq3urr14vi1nmqe4s1okb3m6e.png) right center no-repeat;
  top: -2px;
  position: relative;
  width: 5px;
  height: 17px;
}
.wedding-recommend__content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  margin: 0 0 0 -20px;
}
.wedding-recommend__content__space {
  position: relative;
}
.wedding-recommend__content__item {
  display: flex;
  justify-content: space-between;
  margin: 40px 20px 0;
  width: 580px;
  height: 144px;
}
.wedding-recommend__content__image {
  width: 230px;
  height: 144px;
  object-fit: cover;
}
.wedding-recommend__content__infomation {
  position: relative;
  width: 320px;
  height: 144px;
}
.wedding-recommend__content__title {
  text-align: justify;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wedding-recommend__content__num {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0 0 0;
  width: 100%;
  height: 12px;
}
.wedding-recommend__content__group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 24px 0 0;
}
.wedding-recommend__content__group__icon {
  margin: 0 6px 0 0;
}
.wedding-recommend__content__group__num {
  height: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  line-height: 12px;
}
.wedding__baike__target {
  position: absolute;
  bottom: 0;
  right: 20px;
}
.wedding__baike__target__item {
  margin-right: 16px;
  color: #13acec;
}
.wedding__baike__target__item:hover {
  text-decoration: underline;
}
.group__icon--watch {
  width: 15px;
  height: 12px;
}
.group__icon--awesome {
  width: 12px;
  height: 12px;
}
.group__icon--talk {
  width: 13px;
  height: 13px;
}

.wedding-recommend__content__date {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 12px;
}
/* 热门工具 */
.wedding-tools {
  margin: 100px 0 0 0;
  width: 100%;
}
.wedding-tools__title {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 55px;
  background: url(//qnm.hunliji.com/o_1ctciks7q11r21d2o179g1sg82769.png) left top no-repeat;
}
.wedding-tools__title__text {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  line-height: 68px;
}
.wedding-tools__content {
  display: flex;
  justify-content: space-between;
  margin: 35px 0 0 0;
  width: 100%;
}
.wedding-tools__item {
  position: relative;
  top: 0;
  display: flex;
  justify-content: space-between;
  padding: 22px 24px;
  width: 180px;
  height: 64px;
  background: #fff;
  box-shadow: 0px 6px 28px 0px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  transition: 0.2s all linear;
}
.wedding-tools__item:hover {
  position: relative;
  top: -4px;
}
.wedding-tools__item__icon {
  margin: 0 12px 0 0;
  width: 64px;
  height: 64px;
  background: #eeeeee;
  border-radius: 6px;
}
.wedding-tools__item__text {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 36px;
}
.wedding-tools__item__texticon {
  display: block;
  margin: 10px 0 0 0;
  height: 12px;
}
/* 微信分享modal */
.wedding-tools__weixinshare {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  margin: -200px 0 0 -150px;
  width: 260px;
  height: 320px;
  padding: 20px;
  background: #fff;
  border: 1px solid #d8d8d8;
}
.close-icon-link {
  position: absolute;
  top: 20px;
  right: 12px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(http://qnm.hunliji.com/o_1cjnp14kf12n6p3lfe81hqeeqqr.png) no-repeat;
  background-size: 10px 10px;
  cursor: pointer;
}
.wedding-tools__weixinshare__qrcode {
  margin: 20px auto;
  display: flex;
  justify-content: center;
}
.wedding-tools__weixinshare__tips {
  font-size: 12px;
  line-height: 22px;
  color: #666;
}
.wedding-tools__weixinshare__title {
  font-size: 12px;
  line-height: 12px;
  color: #333;
  font-weight: bold;
}
/* poster */
.wedding-day-poster {
  display: block;
  margin: 100px 0 0 0;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.wedding-day-poster > img {
  display: block;
  width: 100%;
}

.calendar-extend__link{
  width:374px;
  height:156px;
  margin-top: 60px;
}

.calendar-extend__link img{
  width:374px;
  height:156px;
}