header {
  width: 100%;
  height: 11.7333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3.2vw;
}
header.zjq {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
header.zjq a .iconfont {
  color: #181818;
}
header.zjq h3 {
  color: #181818;
}
header a .iconfont {
  font-size: 5.8667vw;
  color: #ffffff;
}
header h3 {
  font-size: 4.8vw;
  color: #ffffff;
}
header > span {
  display: inline-block;
  width: 6vw;
}
.big_img {
  display: block;
  width: 100%;
  margin-top: 11.7333vw;
}
.zjq_list {
  width: 100%;
  padding: 0.8vw 3.2vw 5.3333vw;
  background: #b61a1c;
}
.zjq_list .list {
  width: 100%;
  display: block;
  background: #ffffff;
  border-radius: 1.6vw;
  padding: 3.7333vw 3.2vw;
  margin-bottom: 2.6667vw;
}
.zjq_list .list .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.zjq_list .list .top .detail {
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  word-break: break-all;
}
.zjq_list .list .top .detail img {
  width: 8.5333vw;
  height: 8.5333vw;
  border-radius: 50%;
  margin-right: 1.6vw;
  border: 0.2667vw solid #eeeeee;
}
.zjq_list .list .top .detail .name {
  flex: 1;
  font-size: 3.7333vw;
  color: #204f91;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.zjq_list .list .top .sz {
  font-size: 3.7333vw;
  color: #181818;
}
.zjq_list .list .top .sz span {
  font-size: 5.3333vw;
  font-weight: bold;
  color: #c60000;
}
.zjq_list .list .bot {
  width: 100%;
  height: 7.4667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.1333vw;
  padding: 0 1.6vw;
  background: #fff7f0;
  border-radius: 0.5333vw;
}
.zjq_list .list .bot .desc {
  font-size: 3.7333vw;
  color: #181818;
}
.zjq_list .list .bot .text {
  font-size: 3.2vw;
  color: #ef9b57;
}
.zjq_list .list .bot .text .iconfont {
  font-size: 3.2vw;
  color: #cecece;
}
.fix_head {
  width: 100%;
  height: 60vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.fix_head.spb {
  background: url(../images/spb.png) no-repeat left center / 100% 100%;
}
.fix_head.plw {
  background: url(../images/plw.png) no-repeat left center / 100% 100%;
}
.fix_head.nrb {
  background: url(../images/nrb.png) no-repeat left center / 100% 100%;
}
.fix_head.szb {
  background: url(../images/szb.png) no-repeat left center / 100% 100%;
}
.fix_head .head {
  width: 100%;
  height: 12.8vw;
  background: #ffffff;
  border-radius: 2vw 2vw 0px 0px;
  position: absolute;
  bottom: -9.6vw;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0 3.2vw;
}
.fix_head .head span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.2667vw;
  font-weight: bold;
  color: #999999;
}
.fix_head .head span:first-of-type {
  width: 18.1333vw;
}
.fix_head .head span:nth-of-type(2) {
  width: 48vw;
}
.fix_head .head span:last-of-type {
  width: 27.4667vw;
}
.ranke_list {
  padding: 69.3vw 3.2vw 3.2vw;
  flex: 1;
}
.ranke_list .list {
  width: 100%;
  height: 16.5333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.2667vw solid #e0e0e0;
}
.ranke_list .list .ident {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.1333vw;
  font-size: 4.2667vw;
  color: #181818;
}
.ranke_list .list .ident img {
  display: block;
  width: 8.8vw;
  height: 5.3333vw;
}
.ranke_list .list .detail {
  width: 48vw;
  display: flex;
  align-items: center;
}
.ranke_list .list .detail img {
  display: block;
  width: 6.9333vw;
  height: 6.9333vw;
  border-radius: 50%;
}
.ranke_list .list .detail p {
  font-size: 4.2667vw;
  color: #39639d;
  word-break: break-all;
  height: 5.8667vw;
  overflow: hidden;
}
.ranke_list .list .num {
  width: 27.4667vw;
  font-size: 4.2667vw;
  font-weight: bold;
  color: #181818;
  text-align: center;
  position: relative;
  padding-right: 3.7333vw;
}
.ranke_list .list .num .iconfont {
  font-size: 3.2vw;
  position: absolute;
  right: 0vw;
  top: 50%;
  transform: translateY(-50%);
}
