@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);
}

@media (min-width: 640px) {
  html {
    font-size: 85.2px;
  }
}

body {
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  font-family: Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
  font-size: 0.28rem;
  color: #fff;
  line-height: 1.5;
  background-color: #081047;
  -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 {
  border: none;
  vertical-align: middle;
}

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
ul,
li {
  list-style: none;
}

.none {
  display: none;
}

/* 首页 */
.wrap,
.award {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.wrap {
  position: relative;
  padding: 0 0 30px;
  overflow: hidden;
  z-index: 2;
}
.top {
  position: relative;
  width: 100%;
  z-index: 1;
}
.top img {
  width: 100%;
  min-height: 11.1rem;
  height: auto;
}
#lists {
  margin-top: -2.3rem;
  min-height: 100vh;
}
.box {
  position: relative;
  margin: 0 auto 20px;
  padding-bottom: 15px;
  width: 92%;
  background: linear-gradient(#289eff 0%, #1d59cc 30%, #1d59cc 90%, #0d57d1 100%);
  /* background-color: #2e74d3; */
  border: 1px solid #50abff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  z-index: 2;
}
.box::before {
  content: '';
  position: absolute;
  top: -0.01rem;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 0.03rem;
  background: linear-gradient(to right, #289eff, #bbffff, #289eff);
}

.wrap h1 {
  display: block;
  margin-top: 0.2rem;
  padding-bottom: 0.1rem;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.wrap h1 img {
  display: block;
  margin: 0 auto;
  height: 0.72rem;
}
.wrap h1 span {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.24rem;
  color: #deedf8;
  line-height: 14px;
  text-align: center;
}
.box h2 {
  margin: 10px 0 5px;
  padding-left: 10px;
  font-size: 16px;
  color: #292934;
  line-height: 16px;
  font-weight: bold;
  border-left: 3px solid #bc7718;
}
.nav-wrap {
  position: relative;
  margin: 0 auto;
  padding: 1.6rem 0 0.8rem;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
.nav-bg {
  background-color: #3ad1fb;
}
.nav-bg::after {
  content: '';
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 3rem;
  background-color: #081047;
  border-radius: 50%;
}
.poster-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.poster-bg img {
  width: 100%;
}
.poster-bg::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1rem;
  background: linear-gradient(to bottom, rgba(0, 2, 108, 0) 0%, rgba(0, 2, 108, 1) 100%);
  z-index: 2;
}
#award .nav-wrap {
  margin-top: 0;
  padding-top: 0;
}
.nav {
  margin: 0 auto;
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* justify-content: space-between; */
  align-items: center;
}
.nav a {
  display: block;
  margin: 0 auto;
  width: 3.2rem;
  font-size: 0.32rem;
  color: #fffbea;
  line-height: 0.88rem;
  text-align: center;
  font-weight: 500;
  background: linear-gradient(#3b87ef, #1a4fb0, #0f54cb);
  border: 0.01rem solid #75bcff;
  border-radius: 0.16rem;
  box-shadow: 0 0 0.06rem 0 rgba(0, 0, 0, 0.2);
}
#award .nav {
  width: 76%;
}
#award .nav a {
  width: 2.6rem;
  line-height: 0.72rem;
}
.temp {
  margin-bottom: 50px;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.temp a {
  display: block;
  width: 100%;
  height: 65px;
  font-size: 20px;
  line-height: 35px;
  color: #072175;
  text-align: center;
}

.bx {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  line-height: 0;
}
.list {
  padding: 0 15px;
  width: 100%;
  overflow: hidden;
}
.list li {
  position: relative;
  margin: 0 auto 7px;
  padding: 12px;
  width: 100%;
  background-color: #0d3599;
  border-radius: 6px;
}
.list li:last-child {
  margin-bottom: 0;
}
.c,
.list li i {
  position: absolute;
  left: 0;
  top: 27px;
  width: 14px;
  height: 14px;
  font-size: 11px;
  color: #4d0c03;
  line-height: 14px;
  text-align: center;
  /* background: url("../images/tit.png") no-repeat center center / 100% 100%; */
  border-radius: 50%;
}
.c {
  top: 3px;
  width: 18px;
  height: 18px;
  font-size: 11px;
  line-height: 18px;
}
.list li p {
  position: relative;
  /* padding: 0 52px 5px 5px; */
  font-size: 0.2rem;
  color: #ffe587;
  line-height: 1.7;
  text-align: left;
  font-weight: normal;
}
.list li .thumb {
  display: inline-block;
  margin-right: 0.2rem;
  width: 0.72rem;
  height: 0.72rem;
  background-color: #00026c;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
}
.list li p.u {
  position: relative;
  display: inline-block;
  font-size: 0.28rem;
  color: #fffbea;
  vertical-align: middle;
}
.list li p b {
  display: block;
  font-size: 0.32rem;
}
.list li span {
  display: block;
  font-size: 0.24rem;
  color: #000;
  line-height: 0.36rem;
  font-weight: normal;
}
/* .list li em, */
.list li a.b {
  display: block;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  margin-top: -0.28rem;
  width: 1rem;
  font-size: 0.26rem;
  color: #fffbea;
  line-height: 0.52rem;
  text-align: center;
  font-weight: 500;
  background: linear-gradient(to right, #2499fd, #0557bd);
  /* background-color: #2e74d3; */
  border: 0.01rem solid #50abff;
  border-radius: 0.05rem;
  box-shadow: 0 0 0.06rem 0 rgba(0, 0, 0, 0.2);
}
/* .list li em {
  right: 50px;
  font-size: 17px;
  color: #fe8616;
} */
.from {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}
#award {
  min-height: 100vh;
  /* background: url('../images/poster.jpg') no-repeat 0 0 / 100% auto; */
}
/* 下载原文 */
#pop {
  display: none;
}
#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.5);
}
.pop-box {
  position: fixed;
  top: 50%;
  left: 7%;
  margin-top: -200px;
  width: 86%;
  height: 350px;
  background-color: #fff;
  border-radius: 8px;
  z-index: 99;
}
.pop-box h1 {
  width: 100%;
  font-size: 17px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  background-image: linear-gradient(to left, #81daf9, #46a6f6);
  background-image: -webkit-linear-gradient(to left, #81daf9, #46a6f6);
  border-radius: 8px 8px 0 0;
}
.pop-box h1 i {
  display: inline-block;
  margin-right: 8px;
  width: 25px;
  height: 25px;
  /* background: url("../images/icons.png") no-repeat center -78px; */
  background-size: 25px auto;
  vertical-align: middle;
}
.pop-content {
  padding-top: 30px;
}
.pop-content p {
  color: #292934;
  line-height: 24px;
  text-align: center;
}
.pop-content img {
  width: 160px;
}
.pop-close {
  position: absolute;
  left: 50%;
  bottom: -60px;
  margin-left: -20px;
  width: 46px;
  height: 46px;
  /* background: url("../images/close.png") no-repeat center center; */
  background-size: 36px 36px;
  cursor: pointer;
}

/* 喜报 */
.info {
  position: relative;
  margin-top: 7.6rem;
  width: 100%;
  height: 4.2rem;
  z-index: 3;
}
.rank {
  margin: 0 auto;
  width: 150px;
  height: auto;
}

.ct img {
  display: block;
  margin: 0 auto 0.2rem;
  width: auto;
  height: 0.7rem;
}
.nch {
  margin: 0.4rem auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.nch .thumb {
  margin-right: 12px;
  width: 0.8rem;
  height: 0.8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}
.nch p {
  font-size: 0.46rem;
  color: #fffbea;
  letter-spacing: 0.02rem;
}
.btn-box {
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
.btn-box .btn-share {
  display: inline-block;
  margin: 0 8px;
  width: 36%;
  height: 26px;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  text-align: center;
  background-image: linear-gradient(#3dafff, #014cf3);
  border-radius: 5px;
}
/*  */

.intro {
  margin: 15px;
  padding: 10px 12px;
  font-size: 12px;
  color: #686868;
  line-height: 1.5;
  text-align: justify;
  background-color: #fff;
  border-radius: 5px;
  /* overflow: hidden; */
}

.intro a.back {
  display: block;
  margin: 10px auto;
  width: 86px;
}

/* 关于我们 */
.about {
  position: relative;
  padding: 15px 15px 5px;
  z-index: 2;
}
.about img {
  width: 200px;
}
.about p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #0047eb;
  line-height: 22px;
  text-align: justify;
}
/* 海报 */
.share {
  position: absolute;
  top: -9999px;
  left: auto;
  right: auto;
  width: 1080px;
  height: 1920px;
  overflow: hidden;
  background: #184a95 url('../images/poster.jpg') no-repeat 0 0 / 100% auto;
  z-index: 10;
}
.share .ab-info {
  position: relative;
  width: 100%;
  height: 100%;
}

.share .xb-info {
  position: absolute;
  top: 1080px;
  width: 1080px;
  text-align: center;
}
.share .ct {
  margin: 50px auto;
  font-size: 46px;
}
.share .ct img {
  width: 800px;
  height: 100px;
}
.share .nch .thumb {
  margin-right: 30px;
  width: 120px;
  height: 120px;
}
.share .nch p {
  font-size: 66px;
  letter-spacing: 0;
}
.share .qr {
  position: absolute;
  top: 1680px;
  left: 50%;
  margin-left: -80px;
}
.share #qrcode {
  position: relative;
  padding: 10px;
  width: 160px;
  height: 160px;
  background-color: #2e74d3;
  border: 1px solid #60a5f1;
  border-radius: 16px;
}
.share .qr canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.share .qr img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  display: block;
  padding: 4px;
  width: 48px;
  height: 48px;
  background-color: #fff;
  z-index: 9;
}
.share .qr-t {
  margin: 10px 0;
  font-size: 24px;
  color: #2e74d3;
  line-height: 20px;
  text-align: center;
}
.share-host {
  margin-top: 15px;
  font-size: 12px;
  color: #f8dda5;
  line-height: 20px;
  text-align: center;
}
/* 分享海报 */
#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: 20px;
  left: 10%;
  /* padding: 20px; */
  width: 80%;
  height: 85vh;
  max-width: 828px;
  /* overflow: hidden; */
  z-index: 99;
}

#shareImg .img img {
  max-width: 100%;
  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;
  background-size: 30px 30px;
}

@media (min-width: 640px) {
  .pop-box {
    left: 50%;
    margin-left: -250px;
    width: 500px;
  }
}
