@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
html {
  min-height: 100vh;
  font-size: calc(100vw / 7.5);
}
body {
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  font-size: 0.28rem;
  color: #fff;
  line-height: 1.5;
  background-color: #0a4a95;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

em,
i {
  font-style: normal;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
ul,
li {
  list-style: none;
}
.clearfix {
  *zoom: 1;
}

@font-face {
  font-family: "Barlow";
  src: url("https://static.21jingji.com/css/fonts/BarlowSemiCondensed-SemiBold.ttf");
}
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

.none {
  display: none;
}

/* 首页 */
.wrap {
  position: relative;
  padding-top: 0.3rem;
  width: 100%;
  height: auto;
  background-color: #2d7ac2;
  z-index: 2;
}
.wrap h1 {
  margin-bottom: 0.3rem;
  padding-left: 0.2rem;
  font-size: 0.32rem;
  color: #ffffff;
  line-height: 0.4rem;
  text-align: left;
  font-weight: bold;
}
.wrap h5 {
  margin-bottom: 0.1rem;
  font-size: 0.24rem;
  color: #ffffff;
  text-align: center;
}
.list {
  padding: 0 0.4rem;
  overflow: hidden;
}
.top {
  position: relative;
  width: 100%;
  z-index: 1;
}
.tip {
  position: absolute;
  left: 0;
  width: 0.32rem;
  height: 2.42rem;
  background: url("../images/tip.png") no-repeat 0 0 / 100% auto;
  z-index: 33;
}
.footer {
  width: 100%;
}
.box img {
  margin: 5px 0;
}
.list .cat {
  display: flex;
  justify-content: center;
  /* margin-bottom: 0.2rem; */
  margin:0.3rem 0;
  padding: 0 0.4rem;
  box-sizing: border-box;
  font-size: 0.36rem;
}
.item {
  position: relative;
  margin-bottom: 0.4rem;
  box-shadow: 0 0 0.24rem rgba(0, 0, 0, 0.15);
  border-radius: 0.3rem;
  overflow: hidden;
}
.item .tit {
  margin-bottom: 0.02rem;
  padding: 0 0.3rem;
  width: 100%;
  height: 0.6rem;
  font-size: 0.3rem;
  line-height: 0.6rem;
  text-align: center;
  background: linear-gradient(to right, #7b5b12, #ad8a19);
  border-radius: 0.2rem 0.2rem 0 0;
  overflow: hidden;
}
.pop-box h1 {
  margin-bottom: 0.02rem;
  padding: 0 0.3rem;
  width: 100%;
  height: 0.6rem;
  font-size: 0.3rem;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, #3ec0f0 0%, #36b5ea 100%);
  border-radius: 0.2rem 0.2rem 0 0;
  overflow: hidden;
}
.pop-box h1 img,
.item .tit img {
  display: block;
  margin: 0.1rem auto;
  width: auto;
  height: 0.4rem;
}
.item .tit span {
  display: block;
  width: fit-content;
  font-size: 0.3rem;
  color: #24547d;
  line-height: 0.56rem;
  text-align: left;
  font-weight: bold;
}
.item .info {
  margin-bottom: 0.02rem;
  padding: 0.4rem 0.4rem 0.4rem;
  background: linear-gradient(to right, #41b8ed, #41b8ed);
}
.item .info li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.item .info li:not(.btn) {
  flex-direction: column;
}
.item .info li:not(.btn) + li:not(.btn) {
  margin-top: 0.2rem;
}
.item .info li:first-child {
  margin-bottom: 0;
}
.item .info li span {
  display: block;
  width: fit-content;
  font-size: 0.26rem;
  color: #fff;
  line-height: 0.4rem;
}
.item .info li:not(.btn) span {
  width: 100%;
  font-size: 0.36rem;
  text-align: center;
  padding-bottom: 0.2rem;
  border-bottom: #ffffff 0.02rem solid;
}
.item .info li p {
  flex: 1;
  font-size: 0.28rem;
  color: #fff;
  line-height: 0.4rem;
}
.item .info li:not(.btn) p {
  width: 100%;
  text-align: center;
  font-weight: lighter;
  padding: 0.2rem 0 0.4rem 0;
}
.item .info li b {
  font-size: 0.28rem;
  color: #ffe288;
}
.item .btn {
  margin-top: 0.02rem;
  height: 0.72rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.item .btn a {
  display: block;
  width: 100%;
  height: 0.68rem;
  font-size: 0.3rem;
  color: #2d7ac2;
  line-height: 0.68rem;
  text-align: center;
  font-weight: bold;
  background-color: #ffffff;
  border-radius: 0.15rem;
  
}
.item .btn a.btn-s {
  margin-right: 0.2rem;
}
.item .btn a.btn-m {
  margin-left: 0.2rem;
}

.from {
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.4rem;
  text-align: center;
}

.tit,
.name,
.unit {
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.tit {
  font-size: 0.28rem;
}
.name {
  margin-bottom: 0.4rem;
}
.name,
.unit {
  padding: 0.1rem 0.2rem 0;
  font-size: 0.32rem;
  font-weight: bold;
}

.btn-box {
  margin: 0.5rem auto;
  text-align: center;
}
.btn-box a {
  display: inline-block;
  margin: 0 0.2rem;
  width: 2.4rem;
  height: 0.64rem;
  font-size: 0.3rem;
  color: #946f20;
  line-height: 0.64rem;
  text-align: center;
  font-weight: 500;
  background-color: #eae0ab;
  border: 0.02rem solid #9d7d36;
  border-radius: 0.32rem;
}

.r {
  margin-bottom: 0.1rem;
  font-size: 0.26rem;
  color: #946f20;
  text-align: center;
}
.search {
  position: relative;
  margin: 0 0.4rem 0.5rem;
  height: 0.68rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* background-color: #fff; */
  border: 0.02rem solid #ffffff;
  border-radius: 0.34rem;
  z-index: 1;
}
.search input {
  appearance: none;
  -webkit-appearance: none;
  padding: 0 0.6rem 0 0.3rem;
  width: calc(100% - 0.6rem);
  height: 0.6rem;
  font-family: inherit;
  font-size: 0.28rem;
  color: #ffffff;
  line-height: 0.6rem;
  border: none;
  background-color: transparent;
}
.search input::placeholder {
  color: #ffffff;
}

.search .src-close {
  display: none;
  position: absolute;
  right: 1rem;
  width: 0.28rem;
  height: 0.28rem;
  background: rgba(0, 0, 0, 0.2) url("../images/close.png") no-repeat center center / 14px auto;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}
.search a {
  display: block;
  width: 1rem;
  height: 0.72rem;
  border-radius: 0 18px 18px 0;
}
.search a i {
  display: block;
  margin: 0.1rem auto;
  width: 0.28rem;
  height: 0.46rem;
  background: url("../images/src.png") no-repeat center center / 100% auto;
}
/* 详情页 - 案例详情 PSD 1080x1920 */
.award {
  overflow: hidden;
  background-color: #0a4a95;
}
.award-page {
  position: relative;
  width: 100%;
  max-width: 640px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 24.537% 0 0.6rem;
  box-sizing: border-box;
}
.award-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/award/bg.jpg") no-repeat center top / 100% 100%;
  z-index: 0;
}
.award-page > * {
  position: relative;
  z-index: 1;
}
.award-top {
  width: 85.185%;
  margin: 0 auto;
}
.award-top img {
  display: block;
  width: 100%;
  height: auto;
}
.award-cat {
  width: 100%;
  margin-top: 9.722%;
  display: flex;
  justify-content: center;
  padding: 0 4.537%;
  box-sizing: border-box;
  font-size: 4.167vw;
}
.award-cat-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: auto;
  line-height: 1.2;
  font-size: inherit;
  text-align: center;
}
.award-cat-arrow,
.award-cat-text {
  display: block;
  flex-shrink: 0;
}
.award-cat-arrow {
  width: 3.29em;
  height: 0.22em;
  object-fit: fill;
}
.award-cat-arrow-l {
  margin-right: 0.69em;
}
.award-cat-arrow-r {
  margin-left: 0.69em;
}
.award-cat-text {
  flex: 0 1 auto;
  font-family: "Source Han Serif CN", "Noto Serif SC", "Songti SC", serif;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  height: auto;
  text-align: center;
  white-space: normal;
  overflow: visible;
  word-break: break-all;
}
.award-card {
  width: 85.185%;
  margin: 4.352% auto 0;
  padding: 3.5% 4.5% 4%;
  background: linear-gradient(180deg, #3ec0f0 0%, #36b5ea 100%);
  border-radius: 0.22rem;
  box-sizing: border-box;
}
.award-field + .award-field {
  margin-top: 8%;
}
.award-label {
  font-family: "Source Han Serif CN", "Noto Serif SC", "Songti SC", serif;
  font-size: 3.889vw;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
.award-line {
  width: 89.13%;
  height: 0.02rem;
  margin: 2.5% auto;
  background-color: rgba(255, 255, 255, 0.85);
}
.award-value {
  font-family: "Source Han Serif CN", "Noto Serif SC", "Songti SC", serif;
  font-size: 4.167vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.45;
  text-align: center;
  word-break: break-all;
}
.award-btns {
  width: 74.074%;
  margin: 5% auto 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0.2rem;
}
.award-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47.43%;
  height: 0.62rem;
  margin: 0;
  padding: 0;
  font-family: "Source Han Serif CN", "Noto Serif SC", "Songti SC", serif;
  font-size: 3.889vw;
  font-weight: 700;
  color: #1565b2;
  line-height: 1;
  background-color: #fff;
  border-radius: 0.15rem;
  box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.08);
}
.award .name,
.award .unit {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
@media (min-width: 640px) {
  .award-cat {
    font-size: 26.67px;
  }
  .award-label,
  .award-value,
  .award-btn {
    font-size: 26.67px;
  }
}
/* 弹窗 */
#pop,
.pop-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 98;
}
.pop-bg {
  background-color: rgba(0, 0, 0, 0.7);
}
.pop-box {
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 550px;
  height: auto;
  max-height: 80vh;
  z-index: 99;
}
.pop-box h1 {
  border-radius: 0.2rem 0.2rem 0 0;
}
.pop-content {
  position: relative;
  padding: 0.24rem;
  max-height: calc(80vh - .6rem);
  font-size: 0.28rem;
  color: #1565b2;
  background-color: #e8f7fd;
  border-radius: 0 0 0.2rem 0.2rem;
  overflow: hidden auto;
  z-index: 2;
}
.pop-scroll {
  max-height: calc(80vh - 0.8rem);
  overflow-x: hidden;
  overflow-y: auto;
}
.pop-content p {
  margin-bottom: .2rem;
  font-size: 0.28rem;
  color: #1565b2;
  text-align: left;
  text-indent: 2em;
}
.pop-content p.tips {
  font-size: 0.28rem;
  text-align: center;
  text-indent: 0;
}
.pop-content img {
  max-width: 100%;
}
.pop-content ul li {
  position: relative;
  padding-left: 0.4rem;
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.02rem solid #3ec0f0;
}
.pop-content ul li::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0.08rem;
  width: 0.24rem;
  height: 0.24rem;
  background-color: #fff;
  border: 0.02rem solid #1565b2;
  border-radius: 50%;
}
.pop-content ul li.active::before {
  background: #1565b2 url("https://static.21jingji.com/images/m/icon_success.png") no-repeat center center / 0.15rem auto;
}
.pop-close {
  display: block;
  margin: 0.1rem auto;
  width: 0.8rem;
  height: 0.8rem;
  background: url("../images/pop-close.png") no-repeat center center/ 0.5rem auto;
}

/* 分享海报 - 1080px 固定尺寸 html2canvas */
.share {
  position: absolute;
  top: -9999px;
  left: 0;
  width: 1080px;
  height: 1920px;
  background: #0a4a95;
  z-index: 9;
}
.share-wrap {
  position: relative;
  width: 1080px;
  min-height: 1920px;
  overflow: hidden;
}
.share-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1080px;
  height: 100%;
  min-height: 1920px;
  object-fit: fill;
}
.share-top {
  position: absolute;
  top: 265px;
  left: 71px;
  display: block;
  width: 920px;
  height: auto;
  z-index: 2;
}
.share-cat {
  position: absolute;
  top: 627px;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0 49px;
  box-sizing: border-box;
  font-size: 45px;
}
.share-cat-inner {
  display: inline-block;
  max-width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
}
.share-cat-arrow,
.share-cat-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 45px;
}
.share-cat-arrow {
  width: 148px;
  height: 10px;
  object-fit: fill;
  /* transform: translateY(8px); */
  /* -webkit-transform: translateY(14px); */
}
.share-cat-arrow-l {
  margin-right: 31px;
}
.share-cat-arrow-r {
  margin-left: 31px;
}
.share-cat-text {
  max-width: 624px;
  font-family: "Source Han Serif CN", "Noto Serif SC", "Songti SC", serif;
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  height: 45px;
  text-align: center;
  white-space: nowrap;
  overflow: visible;
}
.share-card {
  position: absolute;
  top: 719px;
  left: 80px;
  width: 920px;
  min-height: 573px;
  padding: 40px 45px 45px;
  background: linear-gradient(180deg, #3ec0f0 0%, #36b5ea 100%);
  border-radius: 24px;
  box-sizing: border-box;
  z-index: 2;
}
.share-field + .share-field {
  margin-top: 48px;
}
.share-label {
  font-family: "Source Han Serif CN", "Noto Serif SC", "Songti SC", serif;
  font-size: 42px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
.share-line {
  width: 821px;
  height: 5px;
  margin: 20px auto;
  background-color: rgba(255, 255, 255, 0.85);
}
.share-value {
  font-family: "Source Han Serif CN", "Noto Serif SC", "Songti SC", serif;
  font-size: 43px;
  font-weight: 700;
  color: #fff;
  line-height: 1.45;
  text-align: center;
  word-break: break-all;
}
.share .share-value.name,
.share .share-value.unit {
  margin-bottom: 0;
  padding: 0;
  font-weight: 700;
  color: #fff;
}
.share .share-value.name {
  font-size: 45px;
  line-height: 1.45;
}
.share .share-value.unit {
  font-size: 43px;
  line-height: 1.45;
}
.share .share-cat-text.cat {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  height: 45px;
  overflow: visible;
}
/* 分享海报 */
#shareImg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  overflow: hidden;
  z-index: 999;
}

#shareImg .share_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  z-index: 98;
}

#shareImg .img {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 80vh;
  max-width: 550px;
  /* overflow: hidden; */
  z-index: 99;
}

#shareImg .img img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-height: 100%;
  /* height: 100%; */
}

.btn-close {
  display: block;
  margin: 20px auto;
  width: 46px;
  height: 46px;
  background: url("https://static.21jingji.com/images/m/icon_closed.png") no-repeat center center / 36px 36px;
}

@media (min-width: 640px) {
  html {
    font-size: 85.2px;
  }
}
@media (max-height: 640px) {
}
