@charset "UTF-8"; body {
  background: #F8F9FC;
}

h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.7em;
}
a, a:hover {
  color: #428bca;
}
.container{
  padding: 0 !important;
  margin: auto !important;
  width: 100%;
}
.banner{
  width: 100%;
  height: 380px;
  background: url("https://file.enlightent.com/20251107/banner_page_report.png") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.module-box-title {
  padding-top: 70px;
  display: flex;
  align-items: center;
}
.module-box-title .title {
  font-size: 30px;
  font-weight: bold;
  color: #262526;
  padding-left: 26px;
  position: relative;
}
.module-box-title .title:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 32px;
  background: url("../images/report/icon_report_title_sign.png") no-repeat center;
  background-size: contain;
}


.module-box-title #reports-form {
  margin-left: auto;
}
.module-box-title .search-box {
  display: flex;
  align-items: center;
  width: 288px;
}
.module-box-title .search-box input[type=text] {
  flex-basis: 216px;
  height: 38px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #B6B9C0;
  padding: 0 18px;
  box-sizing: border-box;
}
.module-box-title .search-box input[type=text]::placeholder {
  font-size: 16px;
  color: #8A8F95;
}
.module-box-title .search-box input[type=submit] {
  flex: 1;
  height: 38px;
  background: #336FF7;
  border-radius: 0px 4px 4px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  border: none;
  box-shadow: none;
  outline: none;
}


.btn-promise {
  width:150px;
  height:40px;
  background:rgba(24,131,215,1);
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size:20px;
  font-weight:400;
  line-height:40px;
  position: absolute;
  right:0;
  top: 10px;
  cursor: pointer;
}
.btn-promise:hover {
  background:rgba(24,131,215,.8);
}

.reports-box{
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.report-card{
  flex-basis:376px;
  margin-right: 36px;
  margin-bottom:42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  padding: 24px;
  display: flex;
  flex-direction: column;

  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #DCDCDC;
}
.report-card:nth-of-type(3n) {
  margin-right:0;
}
.report-card:hover{
  border-color: rgba(24,131,215,1);
}
.report-card:hover .card-desc{
  color: rgba(24,131,215,1);
}
.card-img{
  height: 179px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;

  background: url(../images/bg_default_card.png) center no-repeat #dbdbdd;
  background-size: cover;
  transition: all .1s linear;
}
.card-img img{
  max-width:100%;
  max-height:100%;
  display: block;
}
.card-desc{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height:1.2;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card-introduce{
  padding-top: 24px;
  font-size: 14px;
  color: #606060;
}
.card-name{
  font-size: 18px;
  font-weight: 500;
  color: #262526;
  padding-top: 18px;
}
.btn-box{
  padding-top:30px;
  display: flex;
  align-items: center;
  margin-top: auto;
}
.desc-price{
  font-size: 20px;
  font-weight: 500;
  color: #EE5151;
  line-height: 20px;
}
.btn-promise-card{
  margin-left: auto;
  width: 94px;
  height: 32px;
  background: #336FF7;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
}
.btn-promise-card:hover, .btn-promise-card:active, .btn-promise-card:focus{
  color: #fff;
  text-decoration: none;
}
.card-paginator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  margin-bottom: 0px;
}
.card-paginator li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #D2DAE1;
  font-size: 14px;
  color: #2F3032;
  margin-right: 7px;
  background: none;
}
.card-paginator li:last-of-type a {
  margin-right: 0;
}
.card-paginator li.active a {
  background: #336FF7;
  border-color: #336FF7;
  color: #ffffff;
}
.pagination>.disabled>a, .pagination>.disabled>a:hover {
  background: none;
}



.card-box {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.card-box .card-item {
  flex-basis: 379px;
  flex-shrink: 0;
  height: 458px;
  background: #FFFFFF;
  box-shadow: 0px 2px 26px 0px rgba(44, 51, 55, 0.08);
  border-radius: 8px;
  border: 1px solid #E0E1E2;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-right: 30px;
  margin-bottom: 43px;
  cursor: text;
  display: flex;
  flex-direction: column;
}
.card-box .card-item[href] {
  cursor: pointer;
}
.card-box .card-item[href]:hover {
  filter: brightness(.97);
}

.card-box .card-item .img-box {
  padding: 16px 12px;
}
.card-box .card-item .img-box img {
  display: block;
  height: 326px;
  width: 100%;
  object-fit: contain;
}
.card-box .card-item .report-desc {
  height: 96px;
  background: #F8F9FC;
  border-radius: 0px 0px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  margin-top: auto;
}
.card-box .card-item3 {
  margin-right: 0;
}
.card-box .card-item4 {
  flex-basis: 470px;
}
.card-box .card-item5 {
  flex-basis: 334px;
}
.card-box .card-item6 {
  flex-basis: 334px;
  margin-right: 0px;
}












.section {
  border: solid 1px #d7dde3;
  background: #fff;
}
.report-item {
  padding: 58px 42px;
  cursor: pointer;
  flex: 1;
}














.w-e-text{
  padding: 0;
}
.container.report-detail {
  margin-top: 60px;
}

.content {
  min-width: 750px;
}

.btn-create-report {
  box-sizing: border-box;
  padding-left: 24px;
  float: right;
  width: 115px;
  height: 30px;
  background-color: #55657b;
  /*border-radius: 15px;*/
  border: none;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: url(../images/report_create_btn.png) 15px center no-repeat #55657b;
}
.btn-create-report:hover {
  color: #fff;
}

.search-keyword {
  width: 100%;
}
.report-item {
  padding: 58px 42px;
  cursor: pointer;
}

.report-cover-box {
  float: left;
  width: 309px;
  height: 233px;
}

.report-cover {
  width: 100%;
  height: 100%;
  /*background: url(../images/report_cover.png) center no-repeat #dbdbdd;*/
  background: url(../images/bg_default_card.png) center no-repeat #dbdbdd;
  background-size: cover;
  border: 1px solid #dbdbdb;
}

.report-info {
  margin-left: 342px;
}

.report-title {
  font-size: 20px;
  line-height: 38px;
  color: #000;
  font-weight: normal;
}

.report-summary {
  line-height: 1.8;
  color: #4d4d4d;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 75px;
}

.report-meta {
  font-size: 14px;
  line-height: 1.2;
  padding: 11px 0;
  color: #929292;
  border-bottom: 1px solid #dbdbdb;
}

.report-meta span {
  margin-right: 24px;
}

.report-money {
  float: left;
  font-size: 36px;
  color: #e73140;
  line-height: 38px;
}

.report-cost {
  margin-top: 24px;
}

.btn-download {
  float: right;
  width: 116px;
  height: 38px;
  background-color: rgba(24,131,215,1);
  /*box-shadow: 5px 5px 4px 0px rgba(231, 49, 64, 0.21);*/
  border: none;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  line-height: 38px;
  text-align: center;
}

.btn-download:hover {
  color: #fff;
  background-color: rgba(24,131,215,.8);
}





/* 报告详情 */
.section.report {
  padding: 36px 50px;
}

.title h3 .report-name {
  font-size: 16px;
  color: #4c4c4c;
  font-weight: normal;
}

h4.report-title {
  font-size: 18px;
  line-height: 1.2;
}

.report-content, .report-catalog {
  margin-top: 35px;
  color: #4c4c4c;
}

.report-catalog {
  /*font-weight: bold;*/
}

.report .report-meta {
  border: none;
}

.report .report-meta, .report .report-cost {
  float: left;
}

.report .report-cost {
  margin-top: 0;
  margin-left: 24px;
}

.report-sub {
  border-bottom: 1px solid #dbdbdb;
  height: 54px;
  margin-top: 20px;
}

.report-sub .report-money {
  margin: 0 24px 0 0;
}

.report .report-cover-box {
  display: none;
}

.reports .model-label, report-detail .model-label{
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-weight: normal;
  padding-bottom: 6px;
}

/*微信登录弹窗*/

/* 微信登录弹出框 */
.popover {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
  opacity: 0;
  display: none;
}

.popover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -131px;
  margin-top: -160px;
  width: 262px;
  height: 320px;
  background: rgba(0, 0, 0, .7);
  border-radius: 5px;
  box-shadow: 0 0 13px 2px rgba(0, 0, 0, .1);
  text-align: center;
  color: #fff;
}

.popover iframe {
  width: 100%;
}

.popover-content h4 {
  font-size: 16px;
  font-weight: normal;
  padding: 40px 0 16px;
}

.popover-content .qr-service {
  width: 152px;
  margin-bottom: 4px;
}

.popover-content p {
  margin-left: 55px;
  line-height: 1.8;
  font-size: 12px;
  text-align: left;
}

.popover-content p span {
  color: #2894df;
}

.popover-close {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 35px;
  height: 35px;
  border: none;
  background: url(../images/popover_close.png) center no-repeat transparent;
}

.contact-icon {
  margin: 0 auto;
  width: 60px;
  height: 50px;
  background: url(../images/index_5.png) center left no-repeat transparent;
}

.contact-address {
  background-position: 0 0;
}

.contact-weibo {
  background-position: -60px 0;
}

.contact-email {
  background-position: -120px 0;
}

.contact-ios {
  background-position: -180px 0;
}


.qr-img-program{
  display: none;
  position: absolute;
  right: 0px;
  bottom: 56px;
  width: 210px;
  background: #fff;
  box-shadow: 0 0 6px 0px #999;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 15px 10px;
  color: #666;
  font-size: 16px;
}

.qr-img-program:after{
  content: ' ';
  width: 0;
  height: 13px;
  display: block;
  position: absolute;
  left: calc(50% - 5px);
  bottom: -20px;
  border-width: 10px;
  border-style: solid;
  border-color: #FFf transparent transparent transparent;
}
.qr-img-program img{
  display: block;
  width: 100%;
}

.btn-primary a{
  color: #fff;
  display: block;
  text-decoration: none;
}


.report-detail .content {
  padding: 50px 0 100px;
}
.report-detail .content .title {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
