.header {
  background: url('../assets/index/head-bg.png') center/cover no-repeat rgba(40, 97, 201, 0.8);
}
.banner {
  width: 100%;
  min-width: 1240px;
}
.banner-top {
  width: 100%;
  height: 48px;
  color: #fff;
  background-color: rgba(71, 120, 209, 0.2);
}
.banner-top-content {
  width: 1240px;
  height: 100%;
  margin: 0 auto;
  padding-top: 8px;
  box-sizing: border-box;
}
.banner-date {
  padding-top: 6px;
  font-size: 14px;
  line-height: 20px;
}
.banner-operate {
  font-size: 14px;
  line-height: 14px;
}
.wza-flag {
  display: inline-block;
  color: #2861c9;
  padding: 8px 15px;
  background-color: #fff;
  border-radius: 16px;
}
.banner-ul,
.banner-li {
  display: inline-block;
}
.banner-li {
  margin-left: 48px;
}
.banner-li img {
  margin-right: 4px;
}

.banner-content {
  position: relative;
  width: 1240px;
  height: 115px;
  margin: 0 auto;
  padding: 20px 0;
}
.search-form {
  position: relative;
  width: 406px;
  height: 48px;
  padding: 6px 10px 10px 50px;
  margin-top: 12px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(136, 163, 210, 0.41);
  box-sizing: border-box;
  border-radius: 30px;
}
.search-form::before {
  content: '';
  display: block;
  position: absolute;
  left: 14px;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url('../assets/index/search.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.search-input {
  width: 248px;
  height: 36px;
  font-size: 16px;
  line-height: 16px;
}
.search-btn {
  width: 84px;
  height: 36px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #2783d9;
  border-radius: 20px;
}
.search-senior {
  margin-top: 12px;
  padding-right: 12px;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
}
.nav {
  width: 100%;
  height: 72px;
  line-height: 72px;
  font-size: 20px;
  font-weight: bold;
  background-color: #2783d9;
  box-sizing: border-box;
}
.nav-ul {
  width: 1240px;
  height: 100%;
  margin: 0 auto;
}
.nav-li {
  float: left;
  color: #fff;
  width: 155px;
  height: 100%;
  text-align: center;
}
.nav-li a {
  display: block;
  width: 100%;
  height: 100%;
}
.nav-li-active,
.nav-li:hover {
  background-color: #2861c9;
}

.body {
  width: 100%;
  padding: 32px 0 20px;
  box-sizing: border-box;
}
.body-content {
  width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
}
.body-bg-grey {
  background-color: #edf0f2;
}

/* banner点进来的页面start */
.body-bg-banner {
  width: 100%;
  height: 300px;
  text-align: center;
}
.body-bg-banner_red {
  background-image: -moz-linear-gradient(180deg, #fd4e3d 0%, #e7251c 100%);
  background-image: -ms-linear-gradient(180deg, #fd4e3d 0%, #e7251c 100%);
  background-image: -webkit-linear-gradient(180deg, #fd4e3d 0%, #e7251c 100%);
  background-image: linear-gradient(180deg, #fd4e3d 0%, #e7251c 100%);
}
.body-bg-banner-cyan {
  background-color: #afe5e8;
}
.body-bg-banner-health {
  height: 376px;
}
.body-bg-banner .body-bg-banner-img {
  user-select: none;
  width: 1240px;
  height: 300px;
}
.body-bg-banner-content {
  margin-top: -74px;
  padding-bottom: 36px;
}
.body-entry-banner {
  position: relative;
  width: 1240px;
  height: 370px;
  margin: -150px auto 0;
}
/* banner点进来的页面end */

.footer {
  position: relative;
  width: 100%;
  padding: 32px 0 40px;
  color: #fff;
  background-color: #2783d9;
  box-sizing: border-box;
}
.footer-content {
  position: relative;
  width: 1240px;
  margin: 0 auto;
}
.footer-wrap {
  width: 876px;
}
.footer-link {
  margin-bottom: 24px;
}
.footer-link-label {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  line-height: 38px;
}
.footer-link-value {
  position: relative;
  width: 200px;
  height: 38px;
  margin-left: 16px;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.footer-link-value p {
  color: #222;
  font-size: 12px;
  line-height: 38px;
  padding-left: 24px;
}
.footer-link-value p::after {
  content: '';
  position: absolute;
  right: 24px;
  top: 50%;
  width: 10px;
  height: 6px;
  background: url('../assets/index/selectIco.png') no-repeat;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.footer-link-option {
  display: none;
  position: absolute;
  z-index: 100;
  bottom: 37px;
  left: 0;
  width: 100%;
  color: #222;
  font-size: 12px;
  border-bottom: #eee 1px solid;
  background-color: #fff;
}
.footer-link-option li a {
  display: block;
  padding-left: 25px;
  height: 30px;
  line-height: 30px;
}
.footer-link-option li a:hover {
  background-color: #2371b9;
  color: #fff;
}
.footer-desc {
  font-size: 12px;
  color: #fff;
}
.footer-desc p {
  margin-bottom: 20px;
}
.footer-desc p span {
  display: inline-block;
  margin-right: 20px;
}
.footer-share {
  font-size: 12px;
  color: #fff;
}
.bdsharebuttonbox {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}

.bdsharebuttonbox:after {
  content: '.';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.footer-wechat {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  text-align: center;
}
.footer-wechat p {
  margin-top: 14px;
  font-weight: bold;
}
.footer-wechat span {
  display: block;
  margin-top: 8px;
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-wrap {
  position: relative;
  background-color: #fff;
  width: 100%;
}
.modal-content {
  width: 920px;
  margin: 0 auto;
  background-color: #fff;
}
.modal-news {
  position: relative;
  width: 100%;
  height: 100%;
}
.modal-news-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 862px;
  height: 474px;
  transform: translate(-50%, -50%);
}
.modal-news-link,
.move-news-link,
.body-entry-banner-link {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.modal-news-close {
  position: absolute;
  right: 12px;
  top: 12px;
}
.modal-news-close-text {
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}
.modal-news-close-text #countDown {
  font-size: 24px;
  font-weight: bold;
}
.modal-news-close-icon {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url('../assets/index/modal_close.png') center/contain no-repeat;
  cursor: pointer;
}
.move-news {
  position: fixed;
  top: 0;
  left: 0;
  width: 225px;
  z-index: 1999;
}
.move-news-close {
  margin-bottom: 6px;
  text-align: right;
}
.move-news-close-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../assets/index/modal_close.png') center/contain no-repeat;
  cursor: pointer;
}
.move-news-content {
  width: 225px;
  height: 124px;
}

.search-senior-title {
  width: 100%;
  padding: 16px 0;
  margin-bottom: 24px;
  font-size: 18px;
  color: #1f2024;
  font-weight: bold;
  border-bottom: 1px solid #ededed;
}
.search-senior-item {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  vertical-align: middle;
}
.search-senior-item .form-label {
  display: inline-block;
  font-size: 16px;
  color: #1f2024;
  width: 150px;
  line-height: 40px;
}
.search-senior-item .form-value .form-input {
  width: 360px;
  height: 40px;
  padding-left: 20px;
  border: 1px solid rgba(212, 214, 219, 1);
  border-radius: 4px;
  box-sizing: border-box;
}
.form-radio {
  margin-right: 30px;
}
.form-radio input {
  margin-right: 12px;
}
.form-radio input:checked + .form-radio-value {
  font-weight: bold;
}
.form-radio .form-radio-value {
  font-size: 16px;
  color: #222;
}
.search-senior-submit {
  padding: 24px 0;
  width: 100%;
  text-align: right;
}
.search-senior-submit .search-senior-btn {
  display: inline-block;
  width: 96px;
  height: 40px;
  margin-left: 28px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.senior-btn_cancel {
  background-color: rgba(29, 129, 235, 0.2);
  color: #2861c9;
}
.senior-btn_confirm {
  background-color: #1d81eb;
  color: #fff;
}

.article-share-box {
  display: inline-block;
  margin-left: 60px;
}

.wechat-share-icon {
  position: relative;
}

.wechat-share-icon .wechat-qrcode {
  display: none;
}
.wechat-share-icon:hover .wechat-qrcode {
  display: block;
}

.wechat-qrcode {
  position: absolute;
  text-align: center;
  font-size: 16px;
  background: #ffffff;
  border-radius: 8px;
  z-index: 100;
  top: -205px;
  left: -84px;
  width: 200px;
  height: 192px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}

.wechat-qrcode h4 {
  line-height: 40px;
  font-weight: bold;
  color: #222222;
  background: #f5f5f5;
  border-radius: 8px 8px 0px 0px;
}
.wechat-qrcode .qrcode-content {
  padding: 10px;
}
.wechat-qrcode .qrcode-img {
  display: inline-block;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  padding: 8px;
  border: 1px solid #d3d6da;
  border-radius: 8px;
  margin-bottom: 12px;
}
.wechat-qrcode .qrcode-txt {
  opacity: 0.6;
  color: #474a52;
}
.wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 10px 6px 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
